@nuxt/modules 0.6.0-92ce5e → 0.6.0-943383

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 +358 -81
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -286,6 +286,51 @@
286
286
  "requires": {}
287
287
  }
288
288
  },
289
+ {
290
+ "name": "arco-design-nuxt-module",
291
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
292
+ "repo": "wiidede/arco-design-nuxt-module",
293
+ "npm": "arco-design-nuxt-module",
294
+ "icon": "arco-design.svg",
295
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
296
+ "website": "https://arco.design/vue",
297
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
298
+ "category": "UI",
299
+ "type": "3rd-party",
300
+ "maintainers": [
301
+ {
302
+ "name": "wiidede",
303
+ "github": "wiidede"
304
+ }
305
+ ],
306
+ "compatibility": {
307
+ "nuxt": "^3.0.0",
308
+ "requires": {}
309
+ }
310
+ },
311
+ {
312
+ "name": "ark-ui",
313
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
314
+ "repo": "iamdin/nuxt-ark-ui",
315
+ "npm": "nuxt-ark-ui",
316
+ "icon": "ark-ui.svg",
317
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
318
+ "website": "https://ark-ui.com/",
319
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
320
+ "category": "UI",
321
+ "type": "3rd-party",
322
+ "maintainers": [
323
+ {
324
+ "name": "Din",
325
+ "github": "iamdin",
326
+ "twitter": "iamdinq"
327
+ }
328
+ ],
329
+ "compatibility": {
330
+ "nuxt": "^3.0.0",
331
+ "requires": {}
332
+ }
333
+ },
289
334
  {
290
335
  "name": "auth",
291
336
  "description": "Zero-boilerplate authentication support for Nuxt.js.",
@@ -758,10 +803,10 @@
758
803
  {
759
804
  "name": "cloudinary",
760
805
  "description": "Optimize images and videos in your Nuxt.js application",
761
- "repo": "nuxt-community/cloudinary-module",
806
+ "repo": "nuxt-modules/cloudinary",
762
807
  "npm": "@nuxtjs/cloudinary",
763
808
  "icon": "cloudinary.png",
764
- "github": "https://github.com/nuxt-community/cloudinary-module",
809
+ "github": "https://github.com/nuxt-modules/cloudinary",
765
810
  "website": "https://cloudinary.nuxtjs.org",
766
811
  "learn_more": "https://cloudinary.com",
767
812
  "category": "Images",
@@ -781,10 +826,10 @@
781
826
  {
782
827
  "name": "color-mode",
783
828
  "description": "Dark and Light mode for NuxtJS with auto detection",
784
- "repo": "nuxt-community/color-mode-module",
829
+ "repo": "nuxt-modules/color-mode",
785
830
  "npm": "@nuxtjs/color-mode",
786
831
  "icon": "color-mode.png",
787
- "github": "https://github.com/nuxt-community/color-mode-module",
832
+ "github": "https://github.com/nuxt-modules/color-mode",
788
833
  "website": "https://color-mode.nuxtjs.org",
789
834
  "learn_more": "",
790
835
  "category": "UI",
@@ -1115,7 +1160,7 @@
1115
1160
  {
1116
1161
  "name": "delay-hydration",
1117
1162
  "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1118
- "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
1163
+ "repo": "harlan-zw/nuxt-delay-hydration",
1119
1164
  "npm": "nuxt-delay-hydration",
1120
1165
  "icon": "lighthouse.svg",
1121
1166
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1182,13 +1227,13 @@
1182
1227
  },
1183
1228
  {
1184
1229
  "name": "directus",
1185
- "description": "Easily connect your Nuxt3 application to your directus server.",
1230
+ "description": "Easily connect your Nuxt application to your directus server.",
1186
1231
  "repo": "intevel/nuxt-directus",
1187
1232
  "npm": "nuxt-directus",
1188
1233
  "icon": "directus.svg",
1189
- "github": "https://github.com/directus/nuxt-directus/",
1190
- "website": "https://nuxt-directus.netlify.app/",
1191
- "learn_more": "https://nuxt-directus.netlify.app/",
1234
+ "github": "https://github.com/intevel/nuxt-directus/",
1235
+ "website": "https://nuxt-directus.site/",
1236
+ "learn_more": "https://nuxt-directus.site/",
1192
1237
  "category": "CMS",
1193
1238
  "type": "3rd-party",
1194
1239
  "maintainers": [
@@ -1199,10 +1244,30 @@
1199
1244
  }
1200
1245
  ],
1201
1246
  "compatibility": {
1202
- "nuxt": "^2.0.0 || ^3.0.0",
1203
- "requires": {
1204
- "bridge": true
1247
+ "nuxt": "^3.0.0",
1248
+ "requires": {}
1249
+ }
1250
+ },
1251
+ {
1252
+ "name": "disqus",
1253
+ "description": "Disqus for Nuxt 3",
1254
+ "repo": "modbender/nuxt-disqus",
1255
+ "npm": "nuxt-disqus",
1256
+ "icon": "disqus.svg",
1257
+ "github": "https://github.com/modbender/nuxt-disqus",
1258
+ "website": "https://github.com/modbender/nuxt-disqus",
1259
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1260
+ "category": "Libraries",
1261
+ "type": "3rd-party",
1262
+ "maintainers": [
1263
+ {
1264
+ "name": "modbender",
1265
+ "github": "modbender"
1205
1266
  }
1267
+ ],
1268
+ "compatibility": {
1269
+ "nuxt": "^3.0.0",
1270
+ "requires": {}
1206
1271
  }
1207
1272
  },
1208
1273
  {
@@ -1603,7 +1668,7 @@
1603
1668
  {
1604
1669
  "name": "form-actions",
1605
1670
  "description": "A set of features and composables to interact with forms and server data.",
1606
- "repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
1671
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1607
1672
  "npm": "@hebilicious/form-actions-nuxt",
1608
1673
  "icon": "form-actions.svg",
1609
1674
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
@@ -1756,11 +1821,11 @@
1756
1821
  {
1757
1822
  "name": "google-fonts",
1758
1823
  "description": "Google Fonts module for NuxtJS",
1759
- "repo": "nuxt-community/google-fonts-module",
1824
+ "repo": "nuxt-modules/google-fonts",
1760
1825
  "npm": "@nuxtjs/google-fonts",
1761
1826
  "icon": "google-fonts.png",
1762
- "github": "https://github.com/nuxt-community/google-fonts-module",
1763
- "website": "https://github.com/nuxt-community/google-fonts-module",
1827
+ "github": "https://github.com/nuxt-modules/google-fonts",
1828
+ "website": "https://google-fonts.nuxtjs.org",
1764
1829
  "learn_more": "https://developers.google.com/fonts",
1765
1830
  "category": "Fonts",
1766
1831
  "type": "community",
@@ -2228,11 +2293,11 @@
2228
2293
  {
2229
2294
  "name": "i18n",
2230
2295
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2231
- "repo": "nuxt-community/i18n-module",
2296
+ "repo": "nuxt-modules/i18n",
2232
2297
  "npm": "@nuxtjs/i18n",
2233
2298
  "icon": "i18n.png",
2234
- "github": "https://github.com/nuxt-community/i18n-module",
2235
- "website": "https://i18n.nuxtjs.org",
2299
+ "github": "https://github.com/nuxt-modules/i18n",
2300
+ "website": "https://v8.i18n.nuxtjs.org",
2236
2301
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2237
2302
  "category": "Extensions",
2238
2303
  "type": "community",
@@ -2741,6 +2806,32 @@
2741
2806
  "requires": {}
2742
2807
  }
2743
2808
  },
2809
+ {
2810
+ "name": "lucide-icons",
2811
+ "description": "Nuxt 3 module to integrate Lucide icons",
2812
+ "repo": "swisnl/nuxt-lucide-icons",
2813
+ "npm": "nuxt-lucide-icons",
2814
+ "icon": "lucide-icons.svg",
2815
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
2816
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
2817
+ "learn_more": "",
2818
+ "category": "UI",
2819
+ "type": "3rd-party",
2820
+ "maintainers": [
2821
+ {
2822
+ "name": "SWIS",
2823
+ "github": "swisnl"
2824
+ },
2825
+ {
2826
+ "name": "Jasper Zonneveld",
2827
+ "github": "JaZo"
2828
+ }
2829
+ ],
2830
+ "compatibility": {
2831
+ "nuxt": "^3.0.0",
2832
+ "requires": {}
2833
+ }
2834
+ },
2744
2835
  {
2745
2836
  "name": "lunr",
2746
2837
  "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
@@ -3181,6 +3272,28 @@
3181
3272
  "requires": {}
3182
3273
  }
3183
3274
  },
3275
+ {
3276
+ "name": "nuxt-anchorscroll",
3277
+ "description": "Scroll to top and to anchor support for Nuxt",
3278
+ "repo": "helltraitor/nuxt-anchorscroll",
3279
+ "npm": "nuxt-anchorscroll",
3280
+ "icon": "",
3281
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3282
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3283
+ "learn_more": "",
3284
+ "category": "UI",
3285
+ "type": "3rd-party",
3286
+ "maintainers": [
3287
+ {
3288
+ "name": "Helltraitor",
3289
+ "github": "helltraitor"
3290
+ }
3291
+ ],
3292
+ "compatibility": {
3293
+ "nuxt": "^3.0.0",
3294
+ "requires": {}
3295
+ }
3296
+ },
3184
3297
  {
3185
3298
  "name": "nuxt-auth",
3186
3299
  "description": "",
@@ -3203,6 +3316,50 @@
3203
3316
  "requires": {}
3204
3317
  }
3205
3318
  },
3319
+ {
3320
+ "name": "nuxt-basic-auth",
3321
+ "description": "Nuxt 3 Module for Basic Authentication",
3322
+ "repo": "kgierke/nuxt-basic-auth",
3323
+ "npm": "@kgierke/nuxt-basic-auth",
3324
+ "icon": "",
3325
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3326
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3327
+ "learn_more": "",
3328
+ "category": "Security",
3329
+ "type": "3rd-party",
3330
+ "maintainers": [
3331
+ {
3332
+ "name": "kgierke",
3333
+ "github": "kgierke"
3334
+ }
3335
+ ],
3336
+ "compatibility": {
3337
+ "nuxt": "^3.0.0",
3338
+ "requires": {}
3339
+ }
3340
+ },
3341
+ {
3342
+ "name": "nuxt-bootstrap-icons",
3343
+ "description": "Just a simple integration for Bootstrap Icons",
3344
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3345
+ "npm": "nuxt-bootstrap-icons",
3346
+ "icon": "bootstrap-icons.svg",
3347
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3348
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3349
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3350
+ "category": "UI",
3351
+ "type": "3rd-party",
3352
+ "maintainers": [
3353
+ {
3354
+ "name": "OyewoleOyedeji",
3355
+ "github": "OyewoleOyedeji"
3356
+ }
3357
+ ],
3358
+ "compatibility": {
3359
+ "nuxt": "^3.0.0",
3360
+ "requires": {}
3361
+ }
3362
+ },
3206
3363
  {
3207
3364
  "name": "nuxt-chatgpt",
3208
3365
  "description": "ChatGPT integration for Nuxt 3",
@@ -3225,6 +3382,54 @@
3225
3382
  "requires": {}
3226
3383
  }
3227
3384
  },
3385
+ {
3386
+ "name": "nuxt-facebook-chat",
3387
+ "description": "nuxt-plotly module is thin Nuxt3 wrapper for Facebook's Customer Chat SDK",
3388
+ "repo": "superdev-tech/nuxt-facebook-chat",
3389
+ "npm": "nuxt-facebook-chat",
3390
+ "icon": "nuxt-facebook-chat.svg",
3391
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3392
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3393
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3394
+ "category": "Libraries",
3395
+ "type": "3rd-party",
3396
+ "maintainers": [
3397
+ {
3398
+ "name": "Supanut Dokmaithong",
3399
+ "github": "Boomgeek"
3400
+ },
3401
+ {
3402
+ "name": "superdev-tech",
3403
+ "github": "superdev-tech"
3404
+ }
3405
+ ],
3406
+ "compatibility": {
3407
+ "nuxt": "^3.0.0",
3408
+ "requires": {}
3409
+ }
3410
+ },
3411
+ {
3412
+ "name": "nuxt-feedme",
3413
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3414
+ "repo": "helltraitor/nuxt-feedme",
3415
+ "npm": "nuxt-feedme",
3416
+ "icon": "",
3417
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3418
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3419
+ "learn_more": "",
3420
+ "category": "SEO",
3421
+ "type": "3rd-party",
3422
+ "maintainers": [
3423
+ {
3424
+ "name": "Helltraitor",
3425
+ "github": "helltraitor"
3426
+ }
3427
+ ],
3428
+ "compatibility": {
3429
+ "nuxt": "^3.0.0",
3430
+ "requires": {}
3431
+ }
3432
+ },
3228
3433
  {
3229
3434
  "name": "nuxt-graphql-middleware",
3230
3435
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3390,6 +3595,28 @@
3390
3595
  "requires": {}
3391
3596
  }
3392
3597
  },
3598
+ {
3599
+ "name": "nuxt-mdi",
3600
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3601
+ "repo": "ERPedersen/nuxt-mdi",
3602
+ "npm": "nuxt-mdi",
3603
+ "icon": "mdi.png",
3604
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3605
+ "website": "https://nuxt-mdi.emilrosenius.com",
3606
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3607
+ "category": "Libraries",
3608
+ "type": "3rd-party",
3609
+ "maintainers": [
3610
+ {
3611
+ "name": "Emil Rosenius",
3612
+ "github": "ERPedersen"
3613
+ }
3614
+ ],
3615
+ "compatibility": {
3616
+ "nuxt": "^3.0.0",
3617
+ "requires": {}
3618
+ }
3619
+ },
3393
3620
  {
3394
3621
  "name": "nuxt-monaco-editor",
3395
3622
  "description": "Integrate monaco-editor with Nuxt",
@@ -3545,7 +3772,7 @@
3545
3772
  }
3546
3773
  ],
3547
3774
  "compatibility": {
3548
- "nuxt": "^3.6.0",
3775
+ "nuxt": "^3.0.0",
3549
3776
  "requires": {}
3550
3777
  }
3551
3778
  },
@@ -3782,7 +4009,7 @@
3782
4009
  },
3783
4010
  {
3784
4011
  "name": "nuxt-vuetify",
3785
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
4012
+ "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
3786
4013
  "repo": "invictus-codes/nuxt-vuetify",
3787
4014
  "npm": "@invictus.codes/nuxt-vuetify",
3788
4015
  "icon": "vuetify-logo-v3-dark.svg",
@@ -3802,6 +4029,28 @@
3802
4029
  "requires": {}
3803
4030
  }
3804
4031
  },
4032
+ {
4033
+ "name": "nuxt3-leaflet",
4034
+ "description": "Leaflet integration with Nuxt",
4035
+ "repo": "Gugustinette/Nuxt-Leaflet",
4036
+ "npm": "nuxt3-leaflet",
4037
+ "icon": "leaflet.png",
4038
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4039
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4040
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4041
+ "category": "Libraries",
4042
+ "type": "3rd-party",
4043
+ "maintainers": [
4044
+ {
4045
+ "name": "Augustin MERCIER",
4046
+ "github": "Gugustinette"
4047
+ }
4048
+ ],
4049
+ "compatibility": {
4050
+ "nuxt": "^3.0.0",
4051
+ "requires": {}
4052
+ }
4053
+ },
3805
4054
  {
3806
4055
  "name": "nuxt7",
3807
4056
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -4150,6 +4399,30 @@
4150
4399
  "requires": {}
4151
4400
  }
4152
4401
  },
4402
+ {
4403
+ "name": "prepare",
4404
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4405
+ "repo": "johannschopplich/nuxt-prepare",
4406
+ "npm": "nuxt-prepare",
4407
+ "icon": "nuxt-prepare.svg",
4408
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4409
+ "website": "https://nuxt-prepare.jhnn.dev",
4410
+ "learn_more": "",
4411
+ "category": "Devtools",
4412
+ "type": "3rd-party",
4413
+ "maintainers": [
4414
+ {
4415
+ "name": "Johann Schopplich",
4416
+ "github": "johannschopplich",
4417
+ "twitter": "jschopplich",
4418
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4419
+ }
4420
+ ],
4421
+ "compatibility": {
4422
+ "nuxt": "^3.0.0",
4423
+ "requires": {}
4424
+ }
4425
+ },
4153
4426
  {
4154
4427
  "name": "prismic",
4155
4428
  "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
@@ -4359,7 +4632,7 @@
4359
4632
  "description": "radash module with auto-import and custom prefix",
4360
4633
  "repo": "bbg/nuxt-radash",
4361
4634
  "npm": "nuxt-radash",
4362
- "icon": "radash.svg",
4635
+ "icon": "radash.png",
4363
4636
  "github": "https://github.com/bbg/nuxt-radash",
4364
4637
  "website": "https://github.com/bbg/nuxt-radash#readme",
4365
4638
  "learn_more": "https://github.com/rayepps/radash/",
@@ -4446,11 +4719,11 @@
4446
4719
  {
4447
4720
  "name": "robots",
4448
4721
  "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4449
- "repo": "nuxt-community/robots-module",
4722
+ "repo": "nuxt-modules/robots",
4450
4723
  "npm": "@nuxtjs/robots",
4451
4724
  "icon": "robots.png",
4452
- "github": "https://github.com/nuxt-community/robots-module",
4453
- "website": "https://github.com/nuxt-community/robots-module",
4725
+ "github": "https://github.com/nuxt-modules/robots",
4726
+ "website": "https://github.com/nuxt-modules/robots",
4454
4727
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
4455
4728
  "category": "SEO",
4456
4729
  "type": "community",
@@ -4656,7 +4929,7 @@
4656
4929
  "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
4657
4930
  "repo": "nuxt-community/sentry-module",
4658
4931
  "npm": "@nuxtjs/sentry",
4659
- "icon": "sentry.png",
4932
+ "icon": "sentry.svg",
4660
4933
  "github": "https://github.com/nuxt-community/sentry-module",
4661
4934
  "website": "https://sentry.nuxtjs.org/",
4662
4935
  "learn_more": "https://sentry.io/welcome/",
@@ -5235,10 +5508,10 @@
5235
5508
  {
5236
5509
  "name": "strapi",
5237
5510
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5238
- "repo": "nuxt-community/strapi-module",
5511
+ "repo": "nuxt-modules/strapi",
5239
5512
  "npm": "@nuxtjs/strapi",
5240
5513
  "icon": "strapi.png",
5241
- "github": "https://github.com/nuxt-community/strapi-module",
5514
+ "github": "https://github.com/nuxt-modules/strapi",
5242
5515
  "website": "https://strapi.nuxtjs.org",
5243
5516
  "learn_more": "https://strapi.io/",
5244
5517
  "category": "CMS",
@@ -5381,10 +5654,10 @@
5381
5654
  {
5382
5655
  "name": "supabase",
5383
5656
  "description": "First class integration with Supabase",
5384
- "repo": "nuxt-community/supabase-module",
5657
+ "repo": "nuxt-modules/supabase",
5385
5658
  "npm": "@nuxtjs/supabase",
5386
5659
  "icon": "supabase.png",
5387
- "github": "https://github.com/nuxt-community/supabase-module",
5660
+ "github": "https://github.com/nuxt-modules/supabase",
5388
5661
  "website": "https://supabase.nuxtjs.org",
5389
5662
  "learn_more": "https://supabase.com",
5390
5663
  "category": "Database",
@@ -5548,10 +5821,10 @@
5548
5821
  {
5549
5822
  "name": "tailwindcss",
5550
5823
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5551
- "repo": "nuxt-community/tailwindcss-module",
5824
+ "repo": "nuxt-modules/tailwindcss-module",
5552
5825
  "npm": "@nuxtjs/tailwindcss",
5553
5826
  "icon": "tailwindcss.png",
5554
- "github": "https://github.com/nuxt-community/tailwindcss-module",
5827
+ "github": "https://github.com/nuxt-modules/tailwindcss-module",
5555
5828
  "website": "https://tailwindcss.nuxtjs.org",
5556
5829
  "learn_more": "https://tailwindcss.com/",
5557
5830
  "category": "UI",
@@ -5561,6 +5834,10 @@
5561
5834
  "name": "Sébastien Chopin",
5562
5835
  "github": "Atinux",
5563
5836
  "twitter": "Atinux"
5837
+ },
5838
+ {
5839
+ "name": "Inesh Bose",
5840
+ "github": "ineshbose"
5564
5841
  }
5565
5842
  ],
5566
5843
  "compatibility": {
@@ -6055,6 +6332,30 @@
6055
6332
  "requires": {}
6056
6333
  }
6057
6334
  },
6335
+ {
6336
+ "name": "use-wagmi",
6337
+ "description": "Vue Composition for Ethereum based on wagmi",
6338
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6339
+ "npm": "@use-wagmi/nuxt",
6340
+ "icon": "use-wagmi.png",
6341
+ "github": "https://github.com/unicape/use-wagmi",
6342
+ "website": "https://github.com/unicape/use-wagmi",
6343
+ "learn_more": "https://github.com/unicape/use-wagmi",
6344
+ "category": "Extensions",
6345
+ "type": "3rd-party",
6346
+ "maintainers": [
6347
+ {
6348
+ "name": "Unic Ape",
6349
+ "github": "unicape"
6350
+ }
6351
+ ],
6352
+ "compatibility": {
6353
+ "nuxt": "^2.0.0 || ^3.0.0",
6354
+ "requires": {
6355
+ "bridge": true
6356
+ }
6357
+ }
6358
+ },
6058
6359
  {
6059
6360
  "name": "user-agent",
6060
6361
  "description": "Nuxt.js module for handling User-Agent.",
@@ -6147,6 +6448,28 @@
6147
6448
  }
6148
6449
  }
6149
6450
  },
6451
+ {
6452
+ "name": "vcalendar",
6453
+ "description": "VCalendar module for Nuxt",
6454
+ "repo": "samk-dev/nuxt-vcalendar",
6455
+ "npm": "@samk-dev/nuxt-vcalendar",
6456
+ "icon": "vcalendar.png",
6457
+ "github": "https://github.com/samk-dev/vcalendar",
6458
+ "website": "https://github.com/samk-dev/vcalendar",
6459
+ "learn_more": "",
6460
+ "category": "Libraries",
6461
+ "type": "3rd-party",
6462
+ "maintainers": [
6463
+ {
6464
+ "name": "Sam K",
6465
+ "github": "samk-dev"
6466
+ }
6467
+ ],
6468
+ "compatibility": {
6469
+ "nuxt": "^3.0.0",
6470
+ "requires": {}
6471
+ }
6472
+ },
6150
6473
  {
6151
6474
  "name": "vee-validate",
6152
6475
  "description": "Painless Vue forms for Nuxt.js",
@@ -6694,11 +7017,11 @@
6694
7017
  {
6695
7018
  "name": "web-vitals",
6696
7019
  "description": "Web Vitals for Nuxt",
6697
- "repo": "nuxt-community/web-vitals-module",
7020
+ "repo": "nuxt-modules/web-vitals",
6698
7021
  "npm": "@nuxtjs/web-vitals",
6699
7022
  "icon": "web-vitals.png",
6700
- "github": "https://github.com/nuxt-community/web-vitals-module",
6701
- "website": "https://github.com/nuxt-community/web-vitals-module",
7023
+ "github": "https://github.com/nuxt-modules/web-vitals",
7024
+ "website": "https://github.com/nuxt-modules/web-vitals",
6702
7025
  "learn_more": "",
6703
7026
  "category": "Performance",
6704
7027
  "type": "community",
@@ -7030,52 +7353,6 @@
7030
7353
  "requires": {}
7031
7354
  }
7032
7355
  },
7033
- {
7034
- "name": "yandex-metrika-next",
7035
- "description": "Yandex Metrika integration for Nuxt",
7036
- "repo": "artmizu/yandex-metrika-nuxt",
7037
- "npm": "@artmizu/yandex-metrika-nuxt",
7038
- "icon": "yandex-metrika.svg",
7039
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
7040
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
7041
- "learn_more": "",
7042
- "category": "Analytics",
7043
- "type": "3rd-party",
7044
- "maintainers": [
7045
- {
7046
- "name": "Aleksandr Saburov",
7047
- "github": "artmizu",
7048
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
7049
- }
7050
- ],
7051
- "compatibility": {
7052
- "nuxt": "^3.0.0",
7053
- "requires": {}
7054
- }
7055
- },
7056
- {
7057
- "name": "yandex-metrika",
7058
- "description": "Yandex metrika Module for Nuxt.js",
7059
- "repo": "nuxt-community/yandex-metrika-module",
7060
- "npm": "@nuxtjs/yandex-metrika",
7061
- "icon": "",
7062
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
7063
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
7064
- "learn_more": "https://metrica.yandex.com/about",
7065
- "category": "Analytics",
7066
- "type": "community",
7067
- "maintainers": [
7068
- {
7069
- "name": "Pooya Parsa",
7070
- "github": "pi0",
7071
- "twitter": "_pi0_"
7072
- }
7073
- ],
7074
- "compatibility": {
7075
- "nuxt": "^2.0.0",
7076
- "requires": {}
7077
- }
7078
- },
7079
7356
  {
7080
7357
  "name": "zendesk",
7081
7358
  "description": "Nuxt.js module for Zendesk",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-92ce5e",
3
+ "version": "0.6.0-943383",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [