@nuxt/modules 0.6.0-f237c9 → 0.6.0-f50f4b

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 +194 -93
  2. package/package.json +2 -1
package/modules.json CHANGED
@@ -1,26 +1,4 @@
1
1
  [
2
- {
3
- "name": "Nuxt zodI18n",
4
- "description": "A Nuxt Module for localizing zod error messages.",
5
- "repo": "xibman/nuxt-zod-i18n",
6
- "npm": "nuxt-zod-i18n",
7
- "icon": "",
8
- "github": "https://github.com/xibman/nuxt-zod-i18n",
9
- "website": "https://github.com/xibman/nuxt-zod-i18n",
10
- "learn_more": "",
11
- "category": "Devtools",
12
- "type": "3rd-party",
13
- "maintainers": [
14
- {
15
- "name": "xibman",
16
- "github": "xibman"
17
- }
18
- ],
19
- "compatibility": {
20
- "nuxt": "^2.0.0",
21
- "requires": {}
22
- }
23
- },
24
2
  {
25
3
  "name": "ackee",
26
4
  "description": "Nuxt module for Ackee analytics",
@@ -384,7 +362,7 @@
384
362
  "github": "https://github.com/atinux/nuxt-auth-utils",
385
363
  "website": "https://github.com/atinux/nuxt-auth-utils",
386
364
  "learn_more": "",
387
- "category": "Devtools",
365
+ "category": "Security",
388
366
  "type": "3rd-party",
389
367
  "maintainers": [
390
368
  {
@@ -778,10 +756,10 @@
778
756
  "description": "Privacy-first, end-to-end encrypted analytics",
779
757
  "repo": "chiffre-io/nuxt-chiffre",
780
758
  "npm": "nuxt-chiffre",
781
- "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
759
+ "icon": "chiffre.png",
782
760
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
783
761
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
784
- "learn_more": "https://chiffre.io",
762
+ "learn_more": "https://chiffre.io/",
785
763
  "category": "Analytics",
786
764
  "type": "3rd-party",
787
765
  "maintainers": [
@@ -1826,7 +1804,7 @@
1826
1804
  {
1827
1805
  "name": "form-actions",
1828
1806
  "description": "A set of features and composables to interact with forms and server data.",
1829
- "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1807
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1830
1808
  "npm": "@hebilicious/form-actions-nuxt",
1831
1809
  "icon": "form-actions.svg",
1832
1810
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
@@ -1854,7 +1832,7 @@
1854
1832
  "icon": "formkit.png",
1855
1833
  "github": "https://github.com/formkit/formkit",
1856
1834
  "website": "https://formkit.com",
1857
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1835
+ "learn_more": "https://formkit.com/getting-started/installation",
1858
1836
  "category": "Libraries",
1859
1837
  "type": "3rd-party",
1860
1838
  "maintainers": [
@@ -2067,7 +2045,7 @@
2067
2045
  "icon": "graphql-client.svg",
2068
2046
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
2069
2047
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
2070
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2048
+ "learn_more": "https://nuxt-graphql-client.web.app/",
2071
2049
  "category": "Request",
2072
2050
  "type": "3rd-party",
2073
2051
  "maintainers": [
@@ -2456,8 +2434,8 @@
2456
2434
  "npm": "@nuxtjs/i18n",
2457
2435
  "icon": "i18n.png",
2458
2436
  "github": "https://github.com/nuxt-modules/i18n",
2459
- "website": "https://v8.i18n.nuxtjs.org",
2460
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2437
+ "website": "https://i18n.nuxtjs.org",
2438
+ "learn_more": "https://vue-i18n.intlify.dev/",
2461
2439
  "category": "Extensions",
2462
2440
  "type": "community",
2463
2441
  "maintainers": [
@@ -2468,6 +2446,10 @@
2468
2446
  {
2469
2447
  "name": "Kazuya Kawaguchi",
2470
2448
  "github": "kazupon"
2449
+ },
2450
+ {
2451
+ "name": "Bobbie Goede",
2452
+ "github": "BobbieGoede"
2471
2453
  }
2472
2454
  ],
2473
2455
  "compatibility": {
@@ -2788,7 +2770,8 @@
2788
2770
  "compatibility": {
2789
2771
  "nuxt": "^3.0.0",
2790
2772
  "requires": {}
2791
- }
2773
+ },
2774
+ "sponsor": true
2792
2775
  },
2793
2776
  {
2794
2777
  "name": "kql",
@@ -3095,10 +3078,10 @@
3095
3078
  {
3096
3079
  "name": "magic-regexp",
3097
3080
  "description": "A compiled-away, type-safe, readable RegExp alternative",
3098
- "repo": "danielroe/magic-regexp",
3081
+ "repo": "unjs/magic-regexp",
3099
3082
  "npm": "magic-regexp",
3100
3083
  "icon": "magic-regexp.svg",
3101
- "github": "https://github.com/danielroe/magic-regexp",
3084
+ "github": "https://github.com/unjs/magic-regexp",
3102
3085
  "website": "https://magic-regexp.roe.dev",
3103
3086
  "learn_more": "https://magic-regexp.roe.dev",
3104
3087
  "category": "Libraries",
@@ -3138,6 +3121,30 @@
3138
3121
  "requires": {}
3139
3122
  }
3140
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
+ },
3141
3148
  {
3142
3149
  "name": "matomo",
3143
3150
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -3163,14 +3170,14 @@
3163
3170
  {
3164
3171
  "name": "maz-ui",
3165
3172
  "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3166
- "repo": "louismazel/maz-ui",
3167
- "npm": "maz-ui",
3173
+ "repo": "louismazel/maz-ui#master/packages/nuxt-module",
3174
+ "npm": "nuxt-module",
3168
3175
  "icon": "maz-ui.png",
3169
3176
  "github": "https://github.com/louismazel/maz-ui",
3170
- "website": "https://louismazel.github.io/maz-ui-3/",
3171
- "learn_more": "https://louismazel.github.io/maz-ui-3/",
3177
+ "website": "https://maz-ui.com/",
3178
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3172
3179
  "category": "UI",
3173
- "type": "community",
3180
+ "type": "3rd-party",
3174
3181
  "maintainers": [
3175
3182
  {
3176
3183
  "name": "Loïc Mazuel",
@@ -3328,28 +3335,6 @@
3328
3335
  "requires": {}
3329
3336
  }
3330
3337
  },
3331
- {
3332
- "name": "mq",
3333
- "description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
3334
- "repo": "vanhoofmaarten/nuxt-mq",
3335
- "npm": "nuxt-mq",
3336
- "icon": "",
3337
- "github": "https://github.com/vanhoofmaarten/nuxt-mq",
3338
- "website": "https://github.com/vanhoofmaarten/nuxt-mq",
3339
- "learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
3340
- "category": "Libraries",
3341
- "type": "3rd-party",
3342
- "maintainers": [
3343
- {
3344
- "name": "vanhoofmaarten",
3345
- "github": "vanhoofmaarten"
3346
- }
3347
- ],
3348
- "compatibility": {
3349
- "nuxt": "^2.0.0",
3350
- "requires": {}
3351
- }
3352
- },
3353
3338
  {
3354
3339
  "name": "neo",
3355
3340
  "description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
@@ -3420,12 +3405,12 @@
3420
3405
  {
3421
3406
  "name": "netlify",
3422
3407
  "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3423
- "repo": "bazzite/nuxt-netlify",
3408
+ "repo": "juliomrqz/nuxt-netlify",
3424
3409
  "npm": "@aceforth/nuxt-netlify",
3425
3410
  "icon": "netlify.png",
3426
- "github": "https://github.com/bazzite/nuxt-netlify",
3427
- "website": "https://marquez.co/docs/nuxt-netlify/",
3428
- "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",
3429
3414
  "category": "Deployment",
3430
3415
  "type": "3rd-party",
3431
3416
  "maintainers": [
@@ -3533,6 +3518,29 @@
3533
3518
  "requires": {}
3534
3519
  }
3535
3520
  },
3521
+ {
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",
3531
+ "type": "3rd-party",
3532
+ "maintainers": [
3533
+ {
3534
+ "name": "Christian Lenz",
3535
+ "github": "Chris2011",
3536
+ "twitter": "Chrizzly42"
3537
+ }
3538
+ ],
3539
+ "compatibility": {
3540
+ "nuxt": "^3.0.0",
3541
+ "requires": {}
3542
+ }
3543
+ },
3536
3544
  {
3537
3545
  "name": "nuxt-auth-sanctum",
3538
3546
  "description": "Nuxt module for Laravel Sanctum authentication",
@@ -3540,8 +3548,8 @@
3540
3548
  "npm": "nuxt-auth-sanctum",
3541
3549
  "icon": "laravel.svg",
3542
3550
  "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3543
- "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3544
- "learn_more": "",
3551
+ "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
3552
+ "learn_more": "https://laravel.com/docs/10.x/sanctum",
3545
3553
  "category": "Security",
3546
3554
  "type": "3rd-party",
3547
3555
  "maintainers": [
@@ -3552,7 +3560,7 @@
3552
3560
  }
3553
3561
  ],
3554
3562
  "compatibility": {
3555
- "nuxt": "^3.0.0",
3563
+ "nuxt": "^3.9.0",
3556
3564
  "requires": {}
3557
3565
  }
3558
3566
  },
@@ -3578,6 +3586,28 @@
3578
3586
  "requires": {}
3579
3587
  }
3580
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
+ },
3581
3611
  {
3582
3612
  "name": "nuxt-bootstrap-icons",
3583
3613
  "description": "Just a simple integration for Bootstrap Icons",
@@ -3622,6 +3652,28 @@
3622
3652
  "requires": {}
3623
3653
  }
3624
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
+ },
3625
3677
  {
3626
3678
  "name": "nuxt-facebook-chat",
3627
3679
  "description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
@@ -3653,7 +3705,7 @@
3653
3705
  "description": "The Feather Icons in Nuxt 3.",
3654
3706
  "repo": "4sllan/nuxt-feather-icons",
3655
3707
  "npm": "nuxt-feather-icons",
3656
- "icon": "nuxt-feather-icons.svg",
3708
+ "icon": "nuxt-feather-icons.png",
3657
3709
  "github": "https://github.com/4sllan/nuxt-feather-icons",
3658
3710
  "website": "https://github.com/4sllan/nuxt-feather-icons",
3659
3711
  "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
@@ -3841,8 +3893,8 @@
3841
3893
  "npm": "@nuxtus/nuxt-localtunnel",
3842
3894
  "icon": "nuxt-localtunnel.svg",
3843
3895
  "github": "https://github.com/nuxtus/localtunnel",
3844
- "website": "https://nuxtus.com",
3845
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
3896
+ "website": "https://docs.nuxtus.com",
3897
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3846
3898
  "category": "Devtools",
3847
3899
  "type": "3rd-party",
3848
3900
  "maintainers": [
@@ -4019,7 +4071,7 @@
4019
4071
  "description": "Generate pages from OpenAPI specifications",
4020
4072
  "repo": "on-org/nuxt-openapi-docs-module",
4021
4073
  "npm": "nuxt-openapi-docs-module",
4022
- "icon": "nuxt-openapi-docs-module.svg",
4074
+ "icon": "nuxt-openapi-docs-module.png",
4023
4075
  "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4024
4076
  "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4025
4077
  "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
@@ -4036,6 +4088,33 @@
4036
4088
  "requires": {}
4037
4089
  }
4038
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
+ },
4039
4118
  {
4040
4119
  "name": "nuxt-payload-analyzer",
4041
4120
  "description": "Analyze Nuxt Payload Size",
@@ -4276,7 +4355,7 @@
4276
4355
  "description": "WebStorm & PHPStorm support for Nuxt components",
4277
4356
  "repo": "fumeapp/nuxt-storm",
4278
4357
  "npm": "nuxt-storm",
4279
- "icon": "nuxt-storm.png",
4358
+ "icon": "",
4280
4359
  "github": "https://github.com/fumeapp/nuxt-storm",
4281
4360
  "website": "https://github.com/fumeapp/nuxt-storm",
4282
4361
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -4430,7 +4509,7 @@
4430
4509
  }
4431
4510
  },
4432
4511
  {
4433
- "name": "Nuxt zodI18n",
4512
+ "name": "nuxt-zod-i18n",
4434
4513
  "description": "A Nuxt Module for localizing zod error messages.",
4435
4514
  "repo": "xibman/nuxt-zod-i18n",
4436
4515
  "npm": "nuxt-zod-i18n",
@@ -4521,14 +4600,14 @@
4521
4600
  {
4522
4601
  "name": "og-image",
4523
4602
  "description": "Enlightened runtime images generated with Vue templates.",
4524
- "repo": "nuxt-modules/nuxt-og-image",
4603
+ "repo": "nuxt-modules/og-image",
4525
4604
  "npm": "nuxt-og-image",
4526
4605
  "icon": "og-image.svg",
4527
- "github": "https://github.com/nuxt-modules/nuxt-og-image",
4606
+ "github": "https://github.com/nuxt-modules/og-image",
4528
4607
  "website": "https://nuxtseo.com/og-image",
4529
4608
  "learn_more": "https://nuxtseo.com/og-image",
4530
4609
  "category": "SEO",
4531
- "type": "3rd-party",
4610
+ "type": "community",
4532
4611
  "maintainers": [
4533
4612
  {
4534
4613
  "name": "Harlan Wilton",
@@ -4573,8 +4652,8 @@
4573
4652
  "npm": "@aceforth/nuxt-optimized-images",
4574
4653
  "icon": "",
4575
4654
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
4576
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
4577
- "learn_more": "",
4655
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4656
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
4578
4657
  "category": "Images",
4579
4658
  "type": "3rd-party",
4580
4659
  "maintainers": [
@@ -5273,7 +5352,7 @@
5273
5352
  "icon": "robots.png",
5274
5353
  "github": "https://github.com/nuxt-modules/robots",
5275
5354
  "website": "https://github.com/nuxt-modules/robots",
5276
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5355
+ "learn_more": "",
5277
5356
  "category": "SEO",
5278
5357
  "type": "community",
5279
5358
  "maintainers": [
@@ -5459,7 +5538,7 @@
5459
5538
  "icon": "segment.png",
5460
5539
  "github": "https://github.com/dansmaculotte/nuxt-segment",
5461
5540
  "website": "https://github.com/dansmaculotte/nuxt-segment",
5462
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5541
+ "learn_more": "",
5463
5542
  "category": "Analytics",
5464
5543
  "type": "3rd-party",
5465
5544
  "maintainers": [
@@ -5612,7 +5691,7 @@
5612
5691
  {
5613
5692
  "name": "server-block",
5614
5693
  "description": "Use <server> tags in your Nuxt pages components.",
5615
- "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5694
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5616
5695
  "npm": "@hebilicious/server-block-nuxt",
5617
5696
  "icon": "server-block.svg",
5618
5697
  "github": "https://github.com/Hebilicious/server-block-nuxt",
@@ -6011,7 +6090,7 @@
6011
6090
  {
6012
6091
  "name": "storyblok",
6013
6092
  "description": "Storyblok Nuxt module",
6014
- "repo": "storyblok/storyblok-nuxt#master/lib",
6093
+ "repo": "storyblok/storyblok-nuxt#main",
6015
6094
  "npm": "@storyblok/nuxt",
6016
6095
  "icon": "storyblok.png",
6017
6096
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -6901,7 +6980,7 @@
6901
6980
  {
6902
6981
  "name": "unlazy",
6903
6982
  "description": "Lazy loading library for placeholder images",
6904
- "repo": "johannschopplich/unlazy/packages/nuxt",
6983
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
6905
6984
  "npm": "@unlazy/nuxt",
6906
6985
  "icon": "unlazy.svg",
6907
6986
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -6996,6 +7075,28 @@
6996
7075
  "requires": {}
6997
7076
  }
6998
7077
  },
7078
+ {
7079
+ "name": "use-bootstrap",
7080
+ "description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
7081
+ "repo": "simplise/use-bootstrap",
7082
+ "npm": "usebootstrap",
7083
+ "icon": "use-bootstrap.svg",
7084
+ "github": "https://github.com/simplise/use-bootstrap",
7085
+ "website": "https://usebootstrap.org/",
7086
+ "learn_more": "https://usebootstrap.org/",
7087
+ "category": "UI",
7088
+ "type": "3rd-party",
7089
+ "maintainers": [
7090
+ {
7091
+ "name": "KoujiSano",
7092
+ "github": "KoujiSano"
7093
+ }
7094
+ ],
7095
+ "compatibility": {
7096
+ "nuxt": "^3.0.0",
7097
+ "requires": {}
7098
+ }
7099
+ },
6999
7100
  {
7000
7101
  "name": "use-wagmi",
7001
7102
  "description": "Vue Composition for Ethereum based on wagmi",
@@ -7050,7 +7151,7 @@
7050
7151
  "icon": "vee-validate.png",
7051
7152
  "github": "https://github.com/lewyuburi/nuxt-validate",
7052
7153
  "website": "https://github.com/lewyuburi/nuxt-validate",
7053
- "learn_more": "https://logaretm.github.io/vee-validate/",
7154
+ "learn_more": "",
7054
7155
  "category": "Libraries",
7055
7156
  "type": "3rd-party",
7056
7157
  "maintainers": [
@@ -7313,7 +7414,7 @@
7313
7414
  {
7314
7415
  "name": "vue-final-modal",
7315
7416
  "description": "The most powerful yet most light-weight modal library for Vue 3.",
7316
- "repo": "vue-final/vue-final-modal",
7417
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7317
7418
  "npm": "@vue-final-modal/nuxt",
7318
7419
  "icon": "vue-final-modal.svg",
7319
7420
  "github": "https://github.com/vue-final/vue-final-modal",
@@ -7428,7 +7529,7 @@
7428
7529
  {
7429
7530
  "name": "vue-query",
7430
7531
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7431
- "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7532
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
7432
7533
  "npm": "@hebilicious/vue-query-nuxt",
7433
7534
  "icon": "vue-query.svg",
7434
7535
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -7525,7 +7626,7 @@
7525
7626
  "npm": "vue3-carousel-nuxt",
7526
7627
  "icon": "",
7527
7628
  "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7528
- "website": "",
7629
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7529
7630
  "learn_more": "",
7530
7631
  "category": "UI",
7531
7632
  "type": "3rd-party",
@@ -7544,7 +7645,7 @@
7544
7645
  {
7545
7646
  "name": "vuefire",
7546
7647
  "description": "Idiomatic composables for the Firebase SDK",
7547
- "repo": "vuejs/vuefire/packages/nuxt",
7648
+ "repo": "vuejs/vuefire#main/packages/nuxt",
7548
7649
  "npm": "nuxt-vuefire",
7549
7650
  "icon": "vuefire.svg",
7550
7651
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -7566,7 +7667,7 @@
7566
7667
  {
7567
7668
  "name": "vueform-builder",
7568
7669
  "description": "Official Vueform Builder module for Nuxt",
7569
- "repo": "vueform/builder/nuxt",
7670
+ "repo": "vueform/builder#main/nuxt",
7570
7671
  "npm": "@vueform/builder-nuxt",
7571
7672
  "icon": "vueform.svg",
7572
7673
  "github": "https://github.com/vueform/builder",
@@ -7589,7 +7690,7 @@
7589
7690
  {
7590
7691
  "name": "vueform",
7591
7692
  "description": "Official Vueform module for Nuxt",
7592
- "repo": "vueform/vueform/nuxt",
7693
+ "repo": "vueform/vueform#main/nuxt",
7593
7694
  "npm": "@vueform/nuxt",
7594
7695
  "icon": "vueform.svg",
7595
7696
  "github": "https://github.com/vueform/vueform",
@@ -7616,8 +7717,8 @@
7616
7717
  "npm": "@vuestic/nuxt",
7617
7718
  "icon": "vuestic.png",
7618
7719
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
7619
- "website": "https://vuestic.dev",
7620
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
7720
+ "website": "https://ui.vuestic.dev",
7721
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
7621
7722
  "category": "UI",
7622
7723
  "type": "3rd-party",
7623
7724
  "maintainers": [
@@ -7884,7 +7985,7 @@
7884
7985
  "icon": "webpack.png",
7885
7986
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
7886
7987
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
7887
- "learn_more": "http://webpackmonitor.com/",
7988
+ "learn_more": "",
7888
7989
  "category": "Devtools",
7889
7990
  "type": "community",
7890
7991
  "maintainers": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-f237c9",
3
+ "version": "0.6.0-f50f4b",
4
4
  "license": "MIT",
5
5
  "repository": "nuxt/modules",
6
6
  "homepage": "https://nuxt.com/modules",
@@ -29,6 +29,7 @@
29
29
  "jiti": "^1.20.0",
30
30
  "js-yaml": "^4.1.0",
31
31
  "ofetch": "^1.3.3",
32
+ "std-env": "^3.7.0",
32
33
  "typescript": "^5.2.2"
33
34
  },
34
35
  "packageManager": "pnpm@8.7.4"