@nuxt/modules 0.6.0-bd9450 → 0.6.0-bfda33

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 +328 -185
  2. package/package.json +2 -1
package/modules.json CHANGED
@@ -756,10 +756,10 @@
756
756
  "description": "Privacy-first, end-to-end encrypted analytics",
757
757
  "repo": "chiffre-io/nuxt-chiffre",
758
758
  "npm": "nuxt-chiffre",
759
- "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
759
+ "icon": "chiffre.png",
760
760
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
761
761
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
762
- "learn_more": "https://chiffre.io",
762
+ "learn_more": "https://chiffre.io/",
763
763
  "category": "Analytics",
764
764
  "type": "3rd-party",
765
765
  "maintainers": [
@@ -1338,6 +1338,28 @@
1338
1338
  "requires": {}
1339
1339
  }
1340
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
+ },
1341
1363
  {
1342
1364
  "name": "dotenv",
1343
1365
  "description": "A Nuxt module that loads your .env file into your context options",
@@ -1367,8 +1389,8 @@
1367
1389
  "npm": "nuxtjs-drupal-ce",
1368
1390
  "icon": "drupal-ce.png",
1369
1391
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1370
- "website": "https://stack.lupus.digital",
1371
- "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",
1372
1394
  "category": "CMS",
1373
1395
  "type": "3rd-party",
1374
1396
  "maintainers": [
@@ -1383,13 +1405,13 @@
1383
1405
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1384
1406
  },
1385
1407
  {
1386
- "name": "David Licen",
1387
- "github": "davision",
1388
- "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"
1389
1411
  }
1390
1412
  ],
1391
1413
  "compatibility": {
1392
- "nuxt": "^2.0.0",
1414
+ "nuxt": "^2.0.0 || ^3.0.0",
1393
1415
  "requires": {}
1394
1416
  }
1395
1417
  },
@@ -1556,6 +1578,29 @@
1556
1578
  "requires": {}
1557
1579
  }
1558
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
+ },
1559
1604
  {
1560
1605
  "name": "fathom",
1561
1606
  "description": "Fathom analytics for Nuxt",
@@ -1759,7 +1804,7 @@
1759
1804
  {
1760
1805
  "name": "form-actions",
1761
1806
  "description": "A set of features and composables to interact with forms and server data.",
1762
- "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1807
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1763
1808
  "npm": "@hebilicious/form-actions-nuxt",
1764
1809
  "icon": "form-actions.svg",
1765
1810
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
@@ -1787,7 +1832,7 @@
1787
1832
  "icon": "formkit.png",
1788
1833
  "github": "https://github.com/formkit/formkit",
1789
1834
  "website": "https://formkit.com",
1790
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1835
+ "learn_more": "https://formkit.com/getting-started/installation",
1791
1836
  "category": "Libraries",
1792
1837
  "type": "3rd-party",
1793
1838
  "maintainers": [
@@ -2000,7 +2045,7 @@
2000
2045
  "icon": "graphql-client.svg",
2001
2046
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
2002
2047
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
2003
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2048
+ "learn_more": "https://nuxt-graphql-client.web.app/",
2004
2049
  "category": "Request",
2005
2050
  "type": "3rd-party",
2006
2051
  "maintainers": [
@@ -2859,7 +2904,7 @@
2859
2904
  },
2860
2905
  {
2861
2906
  "name": "link-checker",
2862
- "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
2907
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2863
2908
  "repo": "harlan-zw/nuxt-link-checker",
2864
2909
  "npm": "nuxt-link-checker",
2865
2910
  "icon": "link-checker.svg",
@@ -3028,10 +3073,10 @@
3028
3073
  {
3029
3074
  "name": "magic-regexp",
3030
3075
  "description": "A compiled-away, type-safe, readable RegExp alternative",
3031
- "repo": "danielroe/magic-regexp",
3076
+ "repo": "unjs/magic-regexp",
3032
3077
  "npm": "magic-regexp",
3033
3078
  "icon": "magic-regexp.svg",
3034
- "github": "https://github.com/danielroe/magic-regexp",
3079
+ "github": "https://github.com/unjs/magic-regexp",
3035
3080
  "website": "https://magic-regexp.roe.dev",
3036
3081
  "learn_more": "https://magic-regexp.roe.dev",
3037
3082
  "category": "Libraries",
@@ -3071,6 +3116,30 @@
3071
3116
  "requires": {}
3072
3117
  }
3073
3118
  },
3119
+ {
3120
+ "name": "marquee",
3121
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3122
+ "repo": "hanzydev/nuxt-marquee",
3123
+ "npm": "nuxt-marquee",
3124
+ "icon": "marquee.png",
3125
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3126
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3127
+ "learn_more": "",
3128
+ "category": "UI",
3129
+ "type": "3rd-party",
3130
+ "maintainers": [
3131
+ {
3132
+ "name": "Hànzy",
3133
+ "github": "hanzydev",
3134
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3135
+ }
3136
+ ],
3137
+ "compatibility": {
3138
+ "nuxt": "^3.0.0",
3139
+ "requires": {},
3140
+ "devtools": "^0.0.0"
3141
+ }
3142
+ },
3074
3143
  {
3075
3144
  "name": "matomo",
3076
3145
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -3096,14 +3165,14 @@
3096
3165
  {
3097
3166
  "name": "maz-ui",
3098
3167
  "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3099
- "repo": "louismazel/maz-ui",
3100
- "npm": "maz-ui",
3168
+ "repo": "louismazel/maz-ui#master/packages/nuxt-module",
3169
+ "npm": "nuxt-module",
3101
3170
  "icon": "maz-ui.png",
3102
3171
  "github": "https://github.com/louismazel/maz-ui",
3103
- "website": "https://louismazel.github.io/maz-ui-3/",
3104
- "learn_more": "https://louismazel.github.io/maz-ui-3/",
3172
+ "website": "https://maz-ui.com/",
3173
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3105
3174
  "category": "UI",
3106
- "type": "community",
3175
+ "type": "3rd-party",
3107
3176
  "maintainers": [
3108
3177
  {
3109
3178
  "name": "Loïc Mazuel",
@@ -3211,28 +3280,6 @@
3211
3280
  "requires": {}
3212
3281
  }
3213
3282
  },
3214
- {
3215
- "name": "mobile",
3216
- "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
3217
- "repo": "ChanningDefoe/nuxt-mobile-detect",
3218
- "npm": "nuxt-mobile",
3219
- "icon": "",
3220
- "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3221
- "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3222
- "learn_more": "https://github.com/hgoebl/mobile-detect.js",
3223
- "category": "Extensions",
3224
- "type": "3rd-party",
3225
- "maintainers": [
3226
- {
3227
- "name": "ChanningDefoe",
3228
- "github": "ChanningDefoe"
3229
- }
3230
- ],
3231
- "compatibility": {
3232
- "nuxt": "^2.0.0",
3233
- "requires": {}
3234
- }
3235
- },
3236
3283
  {
3237
3284
  "name": "module-feed",
3238
3285
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -3375,12 +3422,12 @@
3375
3422
  {
3376
3423
  "name": "netlify",
3377
3424
  "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3378
- "repo": "bazzite/nuxt-netlify",
3425
+ "repo": "juliomrqz/nuxt-netlify",
3379
3426
  "npm": "@aceforth/nuxt-netlify",
3380
3427
  "icon": "netlify.png",
3381
- "github": "https://github.com/bazzite/nuxt-netlify",
3382
- "website": "https://marquez.co/docs/nuxt-netlify/",
3383
- "learn_more": "",
3428
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3429
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3430
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3384
3431
  "category": "Deployment",
3385
3432
  "type": "3rd-party",
3386
3433
  "maintainers": [
@@ -3488,6 +3535,29 @@
3488
3535
  "requires": {}
3489
3536
  }
3490
3537
  },
3538
+ {
3539
+ "name": "nuxt-asciidoc",
3540
+ "description": "Transformer for using asciidoc in nuxt",
3541
+ "repo": "Chris2011/nuxt-asciidoc",
3542
+ "npm": "nuxt-asciidoc",
3543
+ "icon": "nuxt-asciidoc.svg",
3544
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3545
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3546
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3547
+ "category": "Extensions",
3548
+ "type": "3rd-party",
3549
+ "maintainers": [
3550
+ {
3551
+ "name": "Christian Lenz",
3552
+ "github": "Chris2011",
3553
+ "twitter": "Chrizzly42"
3554
+ }
3555
+ ],
3556
+ "compatibility": {
3557
+ "nuxt": "^3.0.0",
3558
+ "requires": {}
3559
+ }
3560
+ },
3491
3561
  {
3492
3562
  "name": "nuxt-auth-sanctum",
3493
3563
  "description": "Nuxt module for Laravel Sanctum authentication",
@@ -3603,6 +3673,28 @@
3603
3673
  "requires": {}
3604
3674
  }
3605
3675
  },
3676
+ {
3677
+ "name": "nuxt-feather-icons",
3678
+ "description": "The Feather Icons in Nuxt 3.",
3679
+ "repo": "4sllan/nuxt-feather-icons",
3680
+ "npm": "nuxt-feather-icons",
3681
+ "icon": "nuxt-feather-icons.png",
3682
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3683
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3684
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3685
+ "category": "UI",
3686
+ "type": "3rd-party",
3687
+ "maintainers": [
3688
+ {
3689
+ "name": "4sllan",
3690
+ "github": "4sllan"
3691
+ }
3692
+ ],
3693
+ "compatibility": {
3694
+ "nuxt": "^3.0.0",
3695
+ "requires": {}
3696
+ }
3697
+ },
3606
3698
  {
3607
3699
  "name": "nuxt-feedme",
3608
3700
  "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
@@ -3774,8 +3866,8 @@
3774
3866
  "npm": "@nuxtus/nuxt-localtunnel",
3775
3867
  "icon": "nuxt-localtunnel.svg",
3776
3868
  "github": "https://github.com/nuxtus/localtunnel",
3777
- "website": "https://nuxtus.com",
3778
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
3869
+ "website": "https://docs.nuxtus.com",
3870
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3779
3871
  "category": "Devtools",
3780
3872
  "type": "3rd-party",
3781
3873
  "maintainers": [
@@ -3924,6 +4016,51 @@
3924
4016
  "devtools": "^0.0.0"
3925
4017
  }
3926
4018
  },
4019
+ {
4020
+ "name": "nuxt-oidc-auth",
4021
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4022
+ "repo": "itpropro/nuxt-oidc-auth",
4023
+ "npm": "nuxt-oidc-auth",
4024
+ "icon": "",
4025
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4026
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4027
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4028
+ "category": "Security",
4029
+ "type": "3rd-party",
4030
+ "maintainers": [
4031
+ {
4032
+ "name": "Jan-Henrik Damaschke",
4033
+ "github": "itpropro",
4034
+ "twitter": "jandamaschke"
4035
+ }
4036
+ ],
4037
+ "compatibility": {
4038
+ "nuxt": "^3.0.0",
4039
+ "requires": {}
4040
+ }
4041
+ },
4042
+ {
4043
+ "name": "nuxt-openapi-docs-module",
4044
+ "description": "Generate pages from OpenAPI specifications",
4045
+ "repo": "on-org/nuxt-openapi-docs-module",
4046
+ "npm": "nuxt-openapi-docs-module",
4047
+ "icon": "nuxt-openapi-docs-module.png",
4048
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4049
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4050
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4051
+ "category": "Libraries",
4052
+ "type": "3rd-party",
4053
+ "maintainers": [
4054
+ {
4055
+ "name": "Pavel Kuzmin",
4056
+ "github": "s00d"
4057
+ }
4058
+ ],
4059
+ "compatibility": {
4060
+ "nuxt": "^3.0.0",
4061
+ "requires": {}
4062
+ }
4063
+ },
3927
4064
  {
3928
4065
  "name": "nuxt-payload-analyzer",
3929
4066
  "description": "Analyze Nuxt Payload Size",
@@ -3977,8 +4114,8 @@
3977
4114
  "npm": "nuxt-phosphor-icons",
3978
4115
  "icon": "phosphor-icons.svg",
3979
4116
  "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3980
- "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3981
- "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4117
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4118
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
3982
4119
  "category": "UI",
3983
4120
  "type": "3rd-party",
3984
4121
  "maintainers": [
@@ -4164,7 +4301,7 @@
4164
4301
  "description": "WebStorm & PHPStorm support for Nuxt components",
4165
4302
  "repo": "fumeapp/nuxt-storm",
4166
4303
  "npm": "nuxt-storm",
4167
- "icon": "nuxt-storm.png",
4304
+ "icon": "",
4168
4305
  "github": "https://github.com/fumeapp/nuxt-storm",
4169
4306
  "website": "https://github.com/fumeapp/nuxt-storm",
4170
4307
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -4181,6 +4318,30 @@
4181
4318
  "requires": {}
4182
4319
  }
4183
4320
  },
4321
+ {
4322
+ "name": "nuxt-svgo-loader",
4323
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4324
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4325
+ "npm": "nuxt-svgo-loader",
4326
+ "icon": "",
4327
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4328
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4329
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4330
+ "category": "Images",
4331
+ "type": "3rd-party",
4332
+ "maintainers": [
4333
+ {
4334
+ "name": "Alex Liu",
4335
+ "github": "Mini-ghost",
4336
+ "twitter": "Minighost_Alex"
4337
+ }
4338
+ ],
4339
+ "compatibility": {
4340
+ "nuxt": "^3.0.0",
4341
+ "requires": {},
4342
+ "devtools": "^0.0.0"
4343
+ }
4344
+ },
4184
4345
  {
4185
4346
  "name": "nuxt-svgo",
4186
4347
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -4225,28 +4386,6 @@
4225
4386
  "requires": {}
4226
4387
  }
4227
4388
  },
4228
- {
4229
- "name": "nuxt-use-motion",
4230
- "description": "A Nuxt module putting your components in motion",
4231
- "repo": "Tahul/nuxt-use-motion",
4232
- "npm": "nuxt-use-motion",
4233
- "icon": "nuxt-use-motion.svg",
4234
- "github": "https://github.com/Tahul/nuxt-use-motion",
4235
- "website": "https://github.com/Tahul/nuxt-use-motion",
4236
- "learn_more": "https://github.com/vueuse/motion",
4237
- "category": "Libraries",
4238
- "type": "3rd-party",
4239
- "maintainers": [
4240
- {
4241
- "name": "Tahul",
4242
- "github": "Tahul"
4243
- }
4244
- ],
4245
- "compatibility": {
4246
- "nuxt": "^2.0.0",
4247
- "requires": {}
4248
- }
4249
- },
4250
4389
  {
4251
4390
  "name": "nuxt-use-sound",
4252
4391
  "description": "A Nuxt module for playing sound effects.",
@@ -4316,20 +4455,20 @@
4316
4455
  }
4317
4456
  },
4318
4457
  {
4319
- "name": "nuxt-vuetify",
4320
- "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
4321
- "repo": "invictus-codes/nuxt-vuetify",
4322
- "npm": "@invictus.codes/nuxt-vuetify",
4323
- "icon": "vuetify-logo-v3-dark.svg",
4324
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
4325
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
4326
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
4327
- "category": "UI",
4458
+ "name": "nuxt-zod-i18n",
4459
+ "description": "A Nuxt Module for localizing zod error messages.",
4460
+ "repo": "xibman/nuxt-zod-i18n",
4461
+ "npm": "nuxt-zod-i18n",
4462
+ "icon": "nuxt-zod-i18n.svg",
4463
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4464
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4465
+ "learn_more": "",
4466
+ "category": "Libraries",
4328
4467
  "type": "3rd-party",
4329
4468
  "maintainers": [
4330
4469
  {
4331
- "name": "Jens van Hellemondt",
4332
- "github": "invictus-codes"
4470
+ "name": "xibman",
4471
+ "github": "xibman"
4333
4472
  }
4334
4473
  ],
4335
4474
  "compatibility": {
@@ -4407,14 +4546,14 @@
4407
4546
  {
4408
4547
  "name": "og-image",
4409
4548
  "description": "Enlightened runtime images generated with Vue templates.",
4410
- "repo": "harlan-zw/nuxt-og-image",
4549
+ "repo": "nuxt-modules/og-image",
4411
4550
  "npm": "nuxt-og-image",
4412
4551
  "icon": "og-image.svg",
4413
- "github": "https://github.com/harlan-zw/nuxt-og-image",
4552
+ "github": "https://github.com/nuxt-modules/og-image",
4414
4553
  "website": "https://nuxtseo.com/og-image",
4415
4554
  "learn_more": "https://nuxtseo.com/og-image",
4416
4555
  "category": "SEO",
4417
- "type": "3rd-party",
4556
+ "type": "community",
4418
4557
  "maintainers": [
4419
4558
  {
4420
4559
  "name": "Harlan Wilton",
@@ -4459,8 +4598,8 @@
4459
4598
  "npm": "@aceforth/nuxt-optimized-images",
4460
4599
  "icon": "",
4461
4600
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
4462
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
4463
- "learn_more": "",
4601
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4602
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
4464
4603
  "category": "Images",
4465
4604
  "type": "3rd-party",
4466
4605
  "maintainers": [
@@ -4759,7 +4898,7 @@
4759
4898
  "npm": "nuxt-prepare",
4760
4899
  "icon": "prepare.svg",
4761
4900
  "github": "https://github.com/johannschopplich/nuxt-prepare",
4762
- "website": "https://nuxt-prepare.jhnn.dev",
4901
+ "website": "https://nuxt-prepare.byjohann.dev",
4763
4902
  "learn_more": "",
4764
4903
  "category": "Devtools",
4765
4904
  "type": "3rd-party",
@@ -5159,7 +5298,7 @@
5159
5298
  "icon": "robots.png",
5160
5299
  "github": "https://github.com/nuxt-modules/robots",
5161
5300
  "website": "https://github.com/nuxt-modules/robots",
5162
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5301
+ "learn_more": "",
5163
5302
  "category": "SEO",
5164
5303
  "type": "community",
5165
5304
  "maintainers": [
@@ -5270,7 +5409,7 @@
5270
5409
  },
5271
5410
  {
5272
5411
  "name": "schema-org",
5273
- "description": "Schema.org for Nuxt.",
5412
+ "description": "Quick and easy Schema.org graphs.",
5274
5413
  "repo": "harlan-zw/nuxt-schema-org",
5275
5414
  "npm": "nuxt-schema-org",
5276
5415
  "icon": "schema-org.svg",
@@ -5345,7 +5484,7 @@
5345
5484
  "icon": "segment.png",
5346
5485
  "github": "https://github.com/dansmaculotte/nuxt-segment",
5347
5486
  "website": "https://github.com/dansmaculotte/nuxt-segment",
5348
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5487
+ "learn_more": "",
5349
5488
  "category": "Analytics",
5350
5489
  "type": "3rd-party",
5351
5490
  "maintainers": [
@@ -5383,7 +5522,7 @@
5383
5522
  },
5384
5523
  {
5385
5524
  "name": "seo-experiments",
5386
- "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5525
+ "description": "Powerful SEO DX improvements.",
5387
5526
  "repo": "harlan-zw/nuxt-seo-experiments",
5388
5527
  "npm": "nuxt-seo-experiments",
5389
5528
  "icon": "seo-experiments.svg",
@@ -5405,28 +5544,6 @@
5405
5544
  "requires": {}
5406
5545
  }
5407
5546
  },
5408
- {
5409
- "name": "seo-kit",
5410
- "description": "The complete SEO solution for Nuxt.",
5411
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
5412
- "npm": "nuxt-seo-kit",
5413
- "icon": "seo-kit.svg",
5414
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
5415
- "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5416
- "learn_more": "",
5417
- "category": "SEO",
5418
- "type": "3rd-party",
5419
- "maintainers": [
5420
- {
5421
- "name": "harlan-zw",
5422
- "github": "harlan-zw"
5423
- }
5424
- ],
5425
- "compatibility": {
5426
- "nuxt": "^3.0.0",
5427
- "requires": {}
5428
- }
5429
- },
5430
5547
  {
5431
5548
  "name": "seo-meta",
5432
5549
  "description": "Simple generate seo metadata",
@@ -5450,6 +5567,28 @@
5450
5567
  "requires": {}
5451
5568
  }
5452
5569
  },
5570
+ {
5571
+ "name": "seo",
5572
+ "description": "The complete SEO solution for Nuxt.",
5573
+ "repo": "harlan-zw/nuxt-seo",
5574
+ "npm": "@nuxtjs/seo",
5575
+ "icon": "nuxt.svg",
5576
+ "github": "https://github.com/harlan-zw/nuxt-seo",
5577
+ "website": "https://nuxtseo.com/",
5578
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5579
+ "category": "SEO",
5580
+ "type": "3rd-party",
5581
+ "maintainers": [
5582
+ {
5583
+ "name": "harlan-zw",
5584
+ "github": "harlan-zw"
5585
+ }
5586
+ ],
5587
+ "compatibility": {
5588
+ "nuxt": "^3.0.0",
5589
+ "requires": {}
5590
+ }
5591
+ },
5453
5592
  {
5454
5593
  "name": "seomatic-meta",
5455
5594
  "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
@@ -5498,7 +5637,7 @@
5498
5637
  {
5499
5638
  "name": "server-block",
5500
5639
  "description": "Use <server> tags in your Nuxt pages components.",
5501
- "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5640
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5502
5641
  "npm": "@hebilicious/server-block-nuxt",
5503
5642
  "icon": "server-block.svg",
5504
5643
  "github": "https://github.com/Hebilicious/server-block-nuxt",
@@ -5633,41 +5772,23 @@
5633
5772
  }
5634
5773
  },
5635
5774
  {
5636
- "name": "simple-sitemap",
5775
+ "name": "sitemap",
5637
5776
  "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5638
- "repo": "harlan-zw/nuxt-simple-sitemap",
5639
- "npm": "nuxt-simple-sitemap",
5777
+ "repo": "nuxt-modules/sitemap",
5778
+ "npm": "@nuxtjs/sitemap",
5640
5779
  "icon": "simple-sitemap.svg",
5641
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5642
- "website": "https://nuxtseo.com/simple-sitemap",
5643
- "learn_more": "https://nuxtseo.com/simple-sitemap",
5780
+ "github": "https://github.com/nuxt-modules/sitemap",
5781
+ "website": "https://nuxtseo.com/",
5782
+ "learn_more": "https://nuxtseo.com/sitemap",
5644
5783
  "category": "SEO",
5645
- "type": "3rd-party",
5784
+ "type": "community",
5646
5785
  "maintainers": [
5647
5786
  {
5648
5787
  "name": "Harlan Wilton",
5649
5788
  "github": "harlan-zw",
5650
5789
  "twitter": "harlan_zw",
5651
5790
  "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5652
- }
5653
- ],
5654
- "compatibility": {
5655
- "nuxt": "^3.0.0",
5656
- "requires": {}
5657
- }
5658
- },
5659
- {
5660
- "name": "sitemap",
5661
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
5662
- "repo": "nuxt-community/sitemap-module#dev",
5663
- "npm": "@nuxtjs/sitemap",
5664
- "icon": "",
5665
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
5666
- "website": "https://sitemap.nuxtjs.org",
5667
- "learn_more": "",
5668
- "category": "SEO",
5669
- "type": "community",
5670
- "maintainers": [
5791
+ },
5671
5792
  {
5672
5793
  "name": "Nicolas PENNEC",
5673
5794
  "github": "NicoPennec",
@@ -5675,7 +5796,7 @@
5675
5796
  }
5676
5797
  ],
5677
5798
  "compatibility": {
5678
- "nuxt": "^2.0.0",
5799
+ "nuxt": "^3.0.0",
5679
5800
  "requires": {}
5680
5801
  }
5681
5802
  },
@@ -5915,7 +6036,7 @@
5915
6036
  {
5916
6037
  "name": "storyblok",
5917
6038
  "description": "Storyblok Nuxt module",
5918
- "repo": "storyblok/storyblok-nuxt#master/lib",
6039
+ "repo": "storyblok/storyblok-nuxt#main",
5919
6040
  "npm": "@storyblok/nuxt",
5920
6041
  "icon": "storyblok.png",
5921
6042
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -6378,6 +6499,28 @@
6378
6499
  "requires": {}
6379
6500
  }
6380
6501
  },
6502
+ {
6503
+ "name": "tiptap",
6504
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6505
+ "repo": "modbender/nuxt-tiptap-editor",
6506
+ "npm": "nuxt-tiptap-editor",
6507
+ "icon": "tiptap.png",
6508
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6509
+ "website": "https://github.com/modbender/nuxt-tiptap-editor",
6510
+ "learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
6511
+ "category": "Libraries",
6512
+ "type": "3rd-party",
6513
+ "maintainers": [
6514
+ {
6515
+ "name": "modbender",
6516
+ "github": "modbender"
6517
+ }
6518
+ ],
6519
+ "compatibility": {
6520
+ "nuxt": "^3.0.0",
6521
+ "requires": {}
6522
+ }
6523
+ },
6381
6524
  {
6382
6525
  "name": "toast",
6383
6526
  "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
@@ -6401,6 +6544,28 @@
6401
6544
  "requires": {}
6402
6545
  }
6403
6546
  },
6547
+ {
6548
+ "name": "translation-manager",
6549
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6550
+ "repo": "samk-dev/nuxt-translation-manager",
6551
+ "npm": "nuxt-translation-manager",
6552
+ "icon": "translation-manager.png",
6553
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6554
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6555
+ "learn_more": "",
6556
+ "category": "Extensions",
6557
+ "type": "3rd-party",
6558
+ "maintainers": [
6559
+ {
6560
+ "name": "Sam K",
6561
+ "github": "samk-dev"
6562
+ }
6563
+ ],
6564
+ "compatibility": {
6565
+ "nuxt": "^3.0.0",
6566
+ "requires": {}
6567
+ }
6568
+ },
6404
6569
  {
6405
6570
  "name": "tresjs",
6406
6571
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
@@ -6730,28 +6895,6 @@
6730
6895
  }
6731
6896
  }
6732
6897
  },
6733
- {
6734
- "name": "unhead",
6735
- "description": "Experimental features for Nuxt SEO / head management.",
6736
- "repo": "harlan-zw/nuxt-seo-experiments",
6737
- "npm": "nuxt-seo-experiments",
6738
- "icon": "",
6739
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6740
- "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
6741
- "learn_more": "",
6742
- "category": "SEO",
6743
- "type": "3rd-party",
6744
- "maintainers": [
6745
- {
6746
- "name": "harlan-zw",
6747
- "github": "harlan-zw"
6748
- }
6749
- ],
6750
- "compatibility": {
6751
- "nuxt": "^3.0.0",
6752
- "requires": {}
6753
- }
6754
- },
6755
6898
  {
6756
6899
  "name": "universal-storage",
6757
6900
  "description": "Universal Storage Utilities for Nuxt",
@@ -6783,7 +6926,7 @@
6783
6926
  {
6784
6927
  "name": "unlazy",
6785
6928
  "description": "Lazy loading library for placeholder images",
6786
- "repo": "johannschopplich/unlazy/packages/nuxt",
6929
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
6787
6930
  "npm": "@unlazy/nuxt",
6788
6931
  "icon": "unlazy.svg",
6789
6932
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -6932,7 +7075,7 @@
6932
7075
  "icon": "vee-validate.png",
6933
7076
  "github": "https://github.com/lewyuburi/nuxt-validate",
6934
7077
  "website": "https://github.com/lewyuburi/nuxt-validate",
6935
- "learn_more": "https://logaretm.github.io/vee-validate/",
7078
+ "learn_more": "",
6936
7079
  "category": "Libraries",
6937
7080
  "type": "3rd-party",
6938
7081
  "maintainers": [
@@ -7164,12 +7307,12 @@
7164
7307
  {
7165
7308
  "name": "vue-email",
7166
7309
  "description": "💌 Write email templates with vue",
7167
- "repo": "Dave136/vue-email#main/packages/vue-email",
7168
- "npm": "vue-email",
7310
+ "repo": "vue-email/nuxt",
7311
+ "npm": "@vue-email/nuxt",
7169
7312
  "icon": "vue-email.svg",
7170
- "github": "https://github.com/Dave136/vue-email",
7171
- "website": "https://www.vuemail.net/",
7172
- "learn_more": "https://vue-email.vercel.app/getting-started",
7313
+ "github": "https://github.com/vue-email/nuxt",
7314
+ "website": "https://vuemail.net/",
7315
+ "learn_more": "https://vuemail.net/ssr/nuxt",
7173
7316
  "category": "UI",
7174
7317
  "type": "3rd-party",
7175
7318
  "maintainers": [
@@ -7195,7 +7338,7 @@
7195
7338
  {
7196
7339
  "name": "vue-final-modal",
7197
7340
  "description": "The most powerful yet most light-weight modal library for Vue 3.",
7198
- "repo": "vue-final/vue-final-modal",
7341
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7199
7342
  "npm": "@vue-final-modal/nuxt",
7200
7343
  "icon": "vue-final-modal.svg",
7201
7344
  "github": "https://github.com/vue-final/vue-final-modal",
@@ -7310,7 +7453,7 @@
7310
7453
  {
7311
7454
  "name": "vue-query",
7312
7455
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7313
- "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7456
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
7314
7457
  "npm": "@hebilicious/vue-query-nuxt",
7315
7458
  "icon": "vue-query.svg",
7316
7459
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -7407,7 +7550,7 @@
7407
7550
  "npm": "vue3-carousel-nuxt",
7408
7551
  "icon": "",
7409
7552
  "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7410
- "website": "",
7553
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7411
7554
  "learn_more": "",
7412
7555
  "category": "UI",
7413
7556
  "type": "3rd-party",
@@ -7426,7 +7569,7 @@
7426
7569
  {
7427
7570
  "name": "vuefire",
7428
7571
  "description": "Idiomatic composables for the Firebase SDK",
7429
- "repo": "vuejs/vuefire/packages/nuxt",
7572
+ "repo": "vuejs/vuefire#main/packages/nuxt",
7430
7573
  "npm": "nuxt-vuefire",
7431
7574
  "icon": "vuefire.svg",
7432
7575
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -7448,7 +7591,7 @@
7448
7591
  {
7449
7592
  "name": "vueform-builder",
7450
7593
  "description": "Official Vueform Builder module for Nuxt",
7451
- "repo": "vueform/builder/nuxt",
7594
+ "repo": "vueform/builder#main/nuxt",
7452
7595
  "npm": "@vueform/builder-nuxt",
7453
7596
  "icon": "vueform.svg",
7454
7597
  "github": "https://github.com/vueform/builder",
@@ -7471,7 +7614,7 @@
7471
7614
  {
7472
7615
  "name": "vueform",
7473
7616
  "description": "Official Vueform module for Nuxt",
7474
- "repo": "vueform/vueform/nuxt",
7617
+ "repo": "vueform/vueform#main/nuxt",
7475
7618
  "npm": "@vueform/nuxt",
7476
7619
  "icon": "vueform.svg",
7477
7620
  "github": "https://github.com/vueform/vueform",
@@ -7498,8 +7641,8 @@
7498
7641
  "npm": "@vuestic/nuxt",
7499
7642
  "icon": "vuestic.png",
7500
7643
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
7501
- "website": "https://vuestic.dev",
7502
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
7644
+ "website": "https://ui.vuestic.dev",
7645
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
7503
7646
  "category": "UI",
7504
7647
  "type": "3rd-party",
7505
7648
  "maintainers": [
@@ -7766,7 +7909,7 @@
7766
7909
  "icon": "webpack.png",
7767
7910
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
7768
7911
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
7769
- "learn_more": "http://webpackmonitor.com/",
7912
+ "learn_more": "",
7770
7913
  "category": "Devtools",
7771
7914
  "type": "community",
7772
7915
  "maintainers": [
@@ -7832,11 +7975,11 @@
7832
7975
  {
7833
7976
  "name": "windicss",
7834
7977
  "description": "Next generation utility-first CSS framework.",
7835
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
7978
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
7836
7979
  "npm": "nuxt-windicss",
7837
7980
  "icon": "windicss.svg",
7838
- "github": "https://github.com/windicss/nuxt-windicss-module",
7839
- "website": "https://github.com/windicss/nuxt-windicss-module",
7981
+ "github": "https://github.com/windicss/nuxt-windicss",
7982
+ "website": "https://github.com/windicss/nuxt-windicss",
7840
7983
  "learn_more": "https://windicss.org/",
7841
7984
  "category": "UI",
7842
7985
  "type": "3rd-party",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-bd9450",
3
+ "version": "0.6.0-bfda33",
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"