@nuxt/modules 0.6.0-7b62cc → 0.6.0-7c6cc5

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 +410 -83
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -170,6 +170,28 @@
170
170
  }
171
171
  }
172
172
  },
173
+ {
174
+ "name": "aos",
175
+ "description": "A Nuxt module that adds Animate On Scroll",
176
+ "repo": "egidiusmengelberg/nuxt-aos",
177
+ "npm": "nuxt-aos",
178
+ "icon": "aos.png",
179
+ "github": "https://github.com/egidiusmengelberg/nuxt-aos",
180
+ "website": "https://github.com/egidiusmengelberg/nuxt-aos",
181
+ "learn_more": "",
182
+ "category": "Devtools",
183
+ "type": "3rd-party",
184
+ "maintainers": [
185
+ {
186
+ "name": "egidiusmengelberg",
187
+ "github": "egidiusmengelberg"
188
+ }
189
+ ],
190
+ "compatibility": {
191
+ "nuxt": "^3.0.0",
192
+ "requires": {}
193
+ }
194
+ },
173
195
  {
174
196
  "name": "api-party",
175
197
  "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
@@ -286,6 +308,51 @@
286
308
  "requires": {}
287
309
  }
288
310
  },
311
+ {
312
+ "name": "arco-design-nuxt-module",
313
+ "description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
314
+ "repo": "wiidede/arco-design-nuxt-module",
315
+ "npm": "arco-design-nuxt-module",
316
+ "icon": "arco-design.svg",
317
+ "github": "https://github.com/wiidede/arco-design-nuxt-module",
318
+ "website": "https://arco.design/vue",
319
+ "learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
320
+ "category": "UI",
321
+ "type": "3rd-party",
322
+ "maintainers": [
323
+ {
324
+ "name": "wiidede",
325
+ "github": "wiidede"
326
+ }
327
+ ],
328
+ "compatibility": {
329
+ "nuxt": "^3.0.0",
330
+ "requires": {}
331
+ }
332
+ },
333
+ {
334
+ "name": "ark-ui",
335
+ "description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
336
+ "repo": "iamdin/nuxt-ark-ui",
337
+ "npm": "nuxt-ark-ui",
338
+ "icon": "ark-ui.svg",
339
+ "github": "https://github.com/iamdin/nuxt-ark-ui",
340
+ "website": "https://ark-ui.com/",
341
+ "learn_more": "https://github.com/iamdin/nuxt-ark-ui",
342
+ "category": "UI",
343
+ "type": "3rd-party",
344
+ "maintainers": [
345
+ {
346
+ "name": "Din",
347
+ "github": "iamdin",
348
+ "twitter": "iamdinq"
349
+ }
350
+ ],
351
+ "compatibility": {
352
+ "nuxt": "^3.0.0",
353
+ "requires": {}
354
+ }
355
+ },
289
356
  {
290
357
  "name": "auth",
291
358
  "description": "Zero-boilerplate authentication support for Nuxt.js.",
@@ -758,10 +825,10 @@
758
825
  {
759
826
  "name": "cloudinary",
760
827
  "description": "Optimize images and videos in your Nuxt.js application",
761
- "repo": "nuxt-community/cloudinary-module",
828
+ "repo": "nuxt-modules/cloudinary",
762
829
  "npm": "@nuxtjs/cloudinary",
763
830
  "icon": "cloudinary.png",
764
- "github": "https://github.com/nuxt-community/cloudinary-module",
831
+ "github": "https://github.com/nuxt-modules/cloudinary",
765
832
  "website": "https://cloudinary.nuxtjs.org",
766
833
  "learn_more": "https://cloudinary.com",
767
834
  "category": "Images",
@@ -781,10 +848,10 @@
781
848
  {
782
849
  "name": "color-mode",
783
850
  "description": "Dark and Light mode for NuxtJS with auto detection",
784
- "repo": "nuxt-community/color-mode-module",
851
+ "repo": "nuxt-modules/color-mode",
785
852
  "npm": "@nuxtjs/color-mode",
786
853
  "icon": "color-mode.png",
787
- "github": "https://github.com/nuxt-community/color-mode-module",
854
+ "github": "https://github.com/nuxt-modules/color-mode",
788
855
  "website": "https://color-mode.nuxtjs.org",
789
856
  "learn_more": "",
790
857
  "category": "UI",
@@ -1115,7 +1182,7 @@
1115
1182
  {
1116
1183
  "name": "delay-hydration",
1117
1184
  "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1118
- "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
1185
+ "repo": "harlan-zw/nuxt-delay-hydration",
1119
1186
  "npm": "nuxt-delay-hydration",
1120
1187
  "icon": "lighthouse.svg",
1121
1188
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1182,13 +1249,13 @@
1182
1249
  },
1183
1250
  {
1184
1251
  "name": "directus",
1185
- "description": "Easily connect your Nuxt3 application to your directus server.",
1252
+ "description": "Easily connect your Nuxt application to your directus server.",
1186
1253
  "repo": "intevel/nuxt-directus",
1187
1254
  "npm": "nuxt-directus",
1188
1255
  "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/",
1256
+ "github": "https://github.com/intevel/nuxt-directus/",
1257
+ "website": "https://nuxt-directus.site/",
1258
+ "learn_more": "https://nuxt-directus.site/",
1192
1259
  "category": "CMS",
1193
1260
  "type": "3rd-party",
1194
1261
  "maintainers": [
@@ -1199,10 +1266,30 @@
1199
1266
  }
1200
1267
  ],
1201
1268
  "compatibility": {
1202
- "nuxt": "^2.0.0 || ^3.0.0",
1203
- "requires": {
1204
- "bridge": true
1269
+ "nuxt": "^3.0.0",
1270
+ "requires": {}
1271
+ }
1272
+ },
1273
+ {
1274
+ "name": "disqus",
1275
+ "description": "Disqus for Nuxt 3",
1276
+ "repo": "modbender/nuxt-disqus",
1277
+ "npm": "nuxt-disqus",
1278
+ "icon": "disqus.svg",
1279
+ "github": "https://github.com/modbender/nuxt-disqus",
1280
+ "website": "https://github.com/modbender/nuxt-disqus",
1281
+ "learn_more": "https://github.com/modbender/vue3-disqus",
1282
+ "category": "Libraries",
1283
+ "type": "3rd-party",
1284
+ "maintainers": [
1285
+ {
1286
+ "name": "modbender",
1287
+ "github": "modbender"
1205
1288
  }
1289
+ ],
1290
+ "compatibility": {
1291
+ "nuxt": "^3.0.0",
1292
+ "requires": {}
1206
1293
  }
1207
1294
  },
1208
1295
  {
@@ -1603,11 +1690,11 @@
1603
1690
  {
1604
1691
  "name": "form-actions",
1605
1692
  "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",
1693
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1607
1694
  "npm": "@hebilicious/form-actions-nuxt",
1608
1695
  "icon": "form-actions.svg",
1609
1696
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
1610
- "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1697
+ "website": "https://form-actions-nuxt.pages.dev/",
1611
1698
  "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1612
1699
  "category": "Request",
1613
1700
  "type": "3rd-party",
@@ -1619,7 +1706,7 @@
1619
1706
  }
1620
1707
  ],
1621
1708
  "compatibility": {
1622
- "nuxt": "^3.0.0",
1709
+ "nuxt": "^3.7.0",
1623
1710
  "requires": {}
1624
1711
  }
1625
1712
  },
@@ -1756,11 +1843,11 @@
1756
1843
  {
1757
1844
  "name": "google-fonts",
1758
1845
  "description": "Google Fonts module for NuxtJS",
1759
- "repo": "nuxt-community/google-fonts-module",
1846
+ "repo": "nuxt-modules/google-fonts",
1760
1847
  "npm": "@nuxtjs/google-fonts",
1761
1848
  "icon": "google-fonts.png",
1762
- "github": "https://github.com/nuxt-community/google-fonts-module",
1763
- "website": "https://github.com/nuxt-community/google-fonts-module",
1849
+ "github": "https://github.com/nuxt-modules/google-fonts",
1850
+ "website": "https://google-fonts.nuxtjs.org",
1764
1851
  "learn_more": "https://developers.google.com/fonts",
1765
1852
  "category": "Fonts",
1766
1853
  "type": "community",
@@ -2228,11 +2315,11 @@
2228
2315
  {
2229
2316
  "name": "i18n",
2230
2317
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2231
- "repo": "nuxt-community/i18n-module",
2318
+ "repo": "nuxt-modules/i18n",
2232
2319
  "npm": "@nuxtjs/i18n",
2233
2320
  "icon": "i18n.png",
2234
- "github": "https://github.com/nuxt-community/i18n-module",
2235
- "website": "https://i18n.nuxtjs.org",
2321
+ "github": "https://github.com/nuxt-modules/i18n",
2322
+ "website": "https://v8.i18n.nuxtjs.org",
2236
2323
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2237
2324
  "category": "Extensions",
2238
2325
  "type": "community",
@@ -2346,7 +2433,7 @@
2346
2433
  "npm": "@nuxt/image",
2347
2434
  "icon": "image.png",
2348
2435
  "github": "https://github.com/nuxt/image",
2349
- "website": "https://image.nuxtjs.org",
2436
+ "website": "https://image.nuxt.com",
2350
2437
  "learn_more": "",
2351
2438
  "category": "Images",
2352
2439
  "type": "official",
@@ -2356,6 +2443,11 @@
2356
2443
  "github": "farnabaz",
2357
2444
  "twitter": "a_birang"
2358
2445
  },
2446
+ {
2447
+ "name": "Daniel Roe",
2448
+ "github": "danielroe",
2449
+ "twitter": "danielcroe"
2450
+ },
2359
2451
  {
2360
2452
  "name": "Pooya Parsa",
2361
2453
  "github": "pi0",
@@ -2741,6 +2833,32 @@
2741
2833
  "requires": {}
2742
2834
  }
2743
2835
  },
2836
+ {
2837
+ "name": "lucide-icons",
2838
+ "description": "Nuxt 3 module to integrate Lucide icons",
2839
+ "repo": "swisnl/nuxt-lucide-icons",
2840
+ "npm": "nuxt-lucide-icons",
2841
+ "icon": "lucide-icons.svg",
2842
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
2843
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
2844
+ "learn_more": "",
2845
+ "category": "UI",
2846
+ "type": "3rd-party",
2847
+ "maintainers": [
2848
+ {
2849
+ "name": "SWIS",
2850
+ "github": "swisnl"
2851
+ },
2852
+ {
2853
+ "name": "Jasper Zonneveld",
2854
+ "github": "JaZo"
2855
+ }
2856
+ ],
2857
+ "compatibility": {
2858
+ "nuxt": "^3.0.0",
2859
+ "requires": {}
2860
+ }
2861
+ },
2744
2862
  {
2745
2863
  "name": "lunr",
2746
2864
  "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
@@ -3181,6 +3299,28 @@
3181
3299
  "requires": {}
3182
3300
  }
3183
3301
  },
3302
+ {
3303
+ "name": "nuxt-anchorscroll",
3304
+ "description": "Scroll to top and to anchor support for Nuxt",
3305
+ "repo": "helltraitor/nuxt-anchorscroll",
3306
+ "npm": "nuxt-anchorscroll",
3307
+ "icon": "",
3308
+ "github": "https://github.com/helltraitor/nuxt-anchorscroll",
3309
+ "website": "https://github.com/helltraitor/nuxt-anchorscroll",
3310
+ "learn_more": "",
3311
+ "category": "UI",
3312
+ "type": "3rd-party",
3313
+ "maintainers": [
3314
+ {
3315
+ "name": "Helltraitor",
3316
+ "github": "helltraitor"
3317
+ }
3318
+ ],
3319
+ "compatibility": {
3320
+ "nuxt": "^3.0.0",
3321
+ "requires": {}
3322
+ }
3323
+ },
3184
3324
  {
3185
3325
  "name": "nuxt-auth",
3186
3326
  "description": "",
@@ -3203,6 +3343,50 @@
3203
3343
  "requires": {}
3204
3344
  }
3205
3345
  },
3346
+ {
3347
+ "name": "nuxt-basic-auth",
3348
+ "description": "Nuxt 3 Module for Basic Authentication",
3349
+ "repo": "kgierke/nuxt-basic-auth",
3350
+ "npm": "@kgierke/nuxt-basic-auth",
3351
+ "icon": "",
3352
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3353
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3354
+ "learn_more": "",
3355
+ "category": "Security",
3356
+ "type": "3rd-party",
3357
+ "maintainers": [
3358
+ {
3359
+ "name": "kgierke",
3360
+ "github": "kgierke"
3361
+ }
3362
+ ],
3363
+ "compatibility": {
3364
+ "nuxt": "^3.0.0",
3365
+ "requires": {}
3366
+ }
3367
+ },
3368
+ {
3369
+ "name": "nuxt-bootstrap-icons",
3370
+ "description": "Just a simple integration for Bootstrap Icons",
3371
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3372
+ "npm": "nuxt-bootstrap-icons",
3373
+ "icon": "bootstrap-icons.svg",
3374
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3375
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3376
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3377
+ "category": "UI",
3378
+ "type": "3rd-party",
3379
+ "maintainers": [
3380
+ {
3381
+ "name": "OyewoleOyedeji",
3382
+ "github": "OyewoleOyedeji"
3383
+ }
3384
+ ],
3385
+ "compatibility": {
3386
+ "nuxt": "^3.0.0",
3387
+ "requires": {}
3388
+ }
3389
+ },
3206
3390
  {
3207
3391
  "name": "nuxt-chatgpt",
3208
3392
  "description": "ChatGPT integration for Nuxt 3",
@@ -3225,6 +3409,54 @@
3225
3409
  "requires": {}
3226
3410
  }
3227
3411
  },
3412
+ {
3413
+ "name": "nuxt-facebook-chat",
3414
+ "description": "nuxt-plotly module is thin Nuxt3 wrapper for Facebook's Customer Chat SDK",
3415
+ "repo": "superdev-tech/nuxt-facebook-chat",
3416
+ "npm": "nuxt-facebook-chat",
3417
+ "icon": "nuxt-facebook-chat.svg",
3418
+ "github": "https://github.com/superdev-tech/nuxt-facebook-chat",
3419
+ "website": "https://github.com/superdev-tech/nuxt-facebook-chat",
3420
+ "learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
3421
+ "category": "Libraries",
3422
+ "type": "3rd-party",
3423
+ "maintainers": [
3424
+ {
3425
+ "name": "Supanut Dokmaithong",
3426
+ "github": "Boomgeek"
3427
+ },
3428
+ {
3429
+ "name": "superdev-tech",
3430
+ "github": "superdev-tech"
3431
+ }
3432
+ ],
3433
+ "compatibility": {
3434
+ "nuxt": "^3.0.0",
3435
+ "requires": {}
3436
+ }
3437
+ },
3438
+ {
3439
+ "name": "nuxt-feedme",
3440
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3441
+ "repo": "helltraitor/nuxt-feedme",
3442
+ "npm": "nuxt-feedme",
3443
+ "icon": "",
3444
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3445
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3446
+ "learn_more": "",
3447
+ "category": "SEO",
3448
+ "type": "3rd-party",
3449
+ "maintainers": [
3450
+ {
3451
+ "name": "Helltraitor",
3452
+ "github": "helltraitor"
3453
+ }
3454
+ ],
3455
+ "compatibility": {
3456
+ "nuxt": "^3.0.0",
3457
+ "requires": {}
3458
+ }
3459
+ },
3228
3460
  {
3229
3461
  "name": "nuxt-graphql-middleware",
3230
3462
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3390,6 +3622,28 @@
3390
3622
  "requires": {}
3391
3623
  }
3392
3624
  },
3625
+ {
3626
+ "name": "nuxt-mdi",
3627
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3628
+ "repo": "ERPedersen/nuxt-mdi",
3629
+ "npm": "nuxt-mdi",
3630
+ "icon": "mdi.png",
3631
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3632
+ "website": "https://nuxt-mdi.emilrosenius.com",
3633
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3634
+ "category": "Libraries",
3635
+ "type": "3rd-party",
3636
+ "maintainers": [
3637
+ {
3638
+ "name": "Emil Rosenius",
3639
+ "github": "ERPedersen"
3640
+ }
3641
+ ],
3642
+ "compatibility": {
3643
+ "nuxt": "^3.0.0",
3644
+ "requires": {}
3645
+ }
3646
+ },
3393
3647
  {
3394
3648
  "name": "nuxt-monaco-editor",
3395
3649
  "description": "Integrate monaco-editor with Nuxt",
@@ -3545,7 +3799,7 @@
3545
3799
  }
3546
3800
  ],
3547
3801
  "compatibility": {
3548
- "nuxt": "^3.6.0",
3802
+ "nuxt": "^3.0.0",
3549
3803
  "requires": {}
3550
3804
  }
3551
3805
  },
@@ -3802,6 +4056,28 @@
3802
4056
  "requires": {}
3803
4057
  }
3804
4058
  },
4059
+ {
4060
+ "name": "nuxt3-leaflet",
4061
+ "description": "Leaflet integration with Nuxt",
4062
+ "repo": "Gugustinette/Nuxt-Leaflet",
4063
+ "npm": "nuxt3-leaflet",
4064
+ "icon": "leaflet.png",
4065
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
4066
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
4067
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
4068
+ "category": "Libraries",
4069
+ "type": "3rd-party",
4070
+ "maintainers": [
4071
+ {
4072
+ "name": "Augustin MERCIER",
4073
+ "github": "Gugustinette"
4074
+ }
4075
+ ],
4076
+ "compatibility": {
4077
+ "nuxt": "^3.0.0",
4078
+ "requires": {}
4079
+ }
4080
+ },
3805
4081
  {
3806
4082
  "name": "nuxt7",
3807
4083
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -3962,6 +4238,29 @@
3962
4238
  "requires": {}
3963
4239
  }
3964
4240
  },
4241
+ {
4242
+ "name": "particles",
4243
+ "description": "Easily add particle animations to your Nuxt projects using tsParticles",
4244
+ "repo": "Joepocalyptic/nuxt-particles",
4245
+ "npm": "nuxt-particles",
4246
+ "icon": "",
4247
+ "github": "https://github.com/Joepocalyptic/nuxt-particles",
4248
+ "website": "https://nuxt-particles.joeypereira.dev",
4249
+ "learn_more": "https://particles.js.org/",
4250
+ "category": "Libraries",
4251
+ "type": "3rd-party",
4252
+ "maintainers": [
4253
+ {
4254
+ "name": "Joey Pereira",
4255
+ "github": "Joepocalyptic",
4256
+ "avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
4257
+ }
4258
+ ],
4259
+ "compatibility": {
4260
+ "nuxt": "^3.0.0",
4261
+ "requires": {}
4262
+ }
4263
+ },
3965
4264
  {
3966
4265
  "name": "partytown",
3967
4266
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -4150,6 +4449,30 @@
4150
4449
  "requires": {}
4151
4450
  }
4152
4451
  },
4452
+ {
4453
+ "name": "prepare",
4454
+ "description": "Initialization steps at build time – like Nuxt 2 server init",
4455
+ "repo": "johannschopplich/nuxt-prepare",
4456
+ "npm": "nuxt-prepare",
4457
+ "icon": "nuxt-prepare.svg",
4458
+ "github": "https://github.com/johannschopplich/nuxt-prepare",
4459
+ "website": "https://nuxt-prepare.jhnn.dev",
4460
+ "learn_more": "",
4461
+ "category": "Devtools",
4462
+ "type": "3rd-party",
4463
+ "maintainers": [
4464
+ {
4465
+ "name": "Johann Schopplich",
4466
+ "github": "johannschopplich",
4467
+ "twitter": "jschopplich",
4468
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
4469
+ }
4470
+ ],
4471
+ "compatibility": {
4472
+ "nuxt": "^3.0.0",
4473
+ "requires": {}
4474
+ }
4475
+ },
4153
4476
  {
4154
4477
  "name": "prismic",
4155
4478
  "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
@@ -4359,7 +4682,7 @@
4359
4682
  "description": "radash module with auto-import and custom prefix",
4360
4683
  "repo": "bbg/nuxt-radash",
4361
4684
  "npm": "nuxt-radash",
4362
- "icon": "radash.svg",
4685
+ "icon": "radash.png",
4363
4686
  "github": "https://github.com/bbg/nuxt-radash",
4364
4687
  "website": "https://github.com/bbg/nuxt-radash#readme",
4365
4688
  "learn_more": "https://github.com/rayepps/radash/",
@@ -4446,11 +4769,11 @@
4446
4769
  {
4447
4770
  "name": "robots",
4448
4771
  "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4449
- "repo": "nuxt-community/robots-module",
4772
+ "repo": "nuxt-modules/robots",
4450
4773
  "npm": "@nuxtjs/robots",
4451
4774
  "icon": "robots.png",
4452
- "github": "https://github.com/nuxt-community/robots-module",
4453
- "website": "https://github.com/nuxt-community/robots-module",
4775
+ "github": "https://github.com/nuxt-modules/robots",
4776
+ "website": "https://github.com/nuxt-modules/robots",
4454
4777
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
4455
4778
  "category": "SEO",
4456
4779
  "type": "community",
@@ -4656,7 +4979,7 @@
4656
4979
  "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
4657
4980
  "repo": "nuxt-community/sentry-module",
4658
4981
  "npm": "@nuxtjs/sentry",
4659
- "icon": "sentry.png",
4982
+ "icon": "sentry.svg",
4660
4983
  "github": "https://github.com/nuxt-community/sentry-module",
4661
4984
  "website": "https://sentry.nuxtjs.org/",
4662
4985
  "learn_more": "https://sentry.io/welcome/",
@@ -5235,10 +5558,10 @@
5235
5558
  {
5236
5559
  "name": "strapi",
5237
5560
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5238
- "repo": "nuxt-community/strapi-module",
5561
+ "repo": "nuxt-modules/strapi",
5239
5562
  "npm": "@nuxtjs/strapi",
5240
5563
  "icon": "strapi.png",
5241
- "github": "https://github.com/nuxt-community/strapi-module",
5564
+ "github": "https://github.com/nuxt-modules/strapi",
5242
5565
  "website": "https://strapi.nuxtjs.org",
5243
5566
  "learn_more": "https://strapi.io/",
5244
5567
  "category": "CMS",
@@ -5381,10 +5704,10 @@
5381
5704
  {
5382
5705
  "name": "supabase",
5383
5706
  "description": "First class integration with Supabase",
5384
- "repo": "nuxt-community/supabase-module",
5707
+ "repo": "nuxt-modules/supabase",
5385
5708
  "npm": "@nuxtjs/supabase",
5386
5709
  "icon": "supabase.png",
5387
- "github": "https://github.com/nuxt-community/supabase-module",
5710
+ "github": "https://github.com/nuxt-modules/supabase",
5388
5711
  "website": "https://supabase.nuxtjs.org",
5389
5712
  "learn_more": "https://supabase.com",
5390
5713
  "category": "Database",
@@ -5548,10 +5871,10 @@
5548
5871
  {
5549
5872
  "name": "tailwindcss",
5550
5873
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5551
- "repo": "nuxt-community/tailwindcss-module",
5874
+ "repo": "nuxt-modules/tailwindcss-module",
5552
5875
  "npm": "@nuxtjs/tailwindcss",
5553
5876
  "icon": "tailwindcss.png",
5554
- "github": "https://github.com/nuxt-community/tailwindcss-module",
5877
+ "github": "https://github.com/nuxt-modules/tailwindcss-module",
5555
5878
  "website": "https://tailwindcss.nuxtjs.org",
5556
5879
  "learn_more": "https://tailwindcss.com/",
5557
5880
  "category": "UI",
@@ -5561,6 +5884,10 @@
5561
5884
  "name": "Sébastien Chopin",
5562
5885
  "github": "Atinux",
5563
5886
  "twitter": "Atinux"
5887
+ },
5888
+ {
5889
+ "name": "Inesh Bose",
5890
+ "github": "ineshbose"
5564
5891
  }
5565
5892
  ],
5566
5893
  "compatibility": {
@@ -6055,6 +6382,30 @@
6055
6382
  "requires": {}
6056
6383
  }
6057
6384
  },
6385
+ {
6386
+ "name": "use-wagmi",
6387
+ "description": "Vue Composition for Ethereum based on wagmi",
6388
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6389
+ "npm": "@use-wagmi/nuxt",
6390
+ "icon": "use-wagmi.png",
6391
+ "github": "https://github.com/unicape/use-wagmi",
6392
+ "website": "https://github.com/unicape/use-wagmi",
6393
+ "learn_more": "https://github.com/unicape/use-wagmi",
6394
+ "category": "Extensions",
6395
+ "type": "3rd-party",
6396
+ "maintainers": [
6397
+ {
6398
+ "name": "Unic Ape",
6399
+ "github": "unicape"
6400
+ }
6401
+ ],
6402
+ "compatibility": {
6403
+ "nuxt": "^2.0.0 || ^3.0.0",
6404
+ "requires": {
6405
+ "bridge": true
6406
+ }
6407
+ }
6408
+ },
6058
6409
  {
6059
6410
  "name": "user-agent",
6060
6411
  "description": "Nuxt.js module for handling User-Agent.",
@@ -6147,6 +6498,28 @@
6147
6498
  }
6148
6499
  }
6149
6500
  },
6501
+ {
6502
+ "name": "vcalendar",
6503
+ "description": "VCalendar module for Nuxt",
6504
+ "repo": "samk-dev/nuxt-vcalendar",
6505
+ "npm": "@samk-dev/nuxt-vcalendar",
6506
+ "icon": "vcalendar.png",
6507
+ "github": "https://github.com/samk-dev/vcalendar",
6508
+ "website": "https://github.com/samk-dev/vcalendar",
6509
+ "learn_more": "",
6510
+ "category": "Libraries",
6511
+ "type": "3rd-party",
6512
+ "maintainers": [
6513
+ {
6514
+ "name": "Sam K",
6515
+ "github": "samk-dev"
6516
+ }
6517
+ ],
6518
+ "compatibility": {
6519
+ "nuxt": "^3.0.0",
6520
+ "requires": {}
6521
+ }
6522
+ },
6150
6523
  {
6151
6524
  "name": "vee-validate",
6152
6525
  "description": "Painless Vue forms for Nuxt.js",
@@ -6694,11 +7067,11 @@
6694
7067
  {
6695
7068
  "name": "web-vitals",
6696
7069
  "description": "Web Vitals for Nuxt",
6697
- "repo": "nuxt-community/web-vitals-module",
7070
+ "repo": "nuxt-modules/web-vitals",
6698
7071
  "npm": "@nuxtjs/web-vitals",
6699
7072
  "icon": "web-vitals.png",
6700
- "github": "https://github.com/nuxt-community/web-vitals-module",
6701
- "website": "https://github.com/nuxt-community/web-vitals-module",
7073
+ "github": "https://github.com/nuxt-modules/web-vitals",
7074
+ "website": "https://github.com/nuxt-modules/web-vitals",
6702
7075
  "learn_more": "",
6703
7076
  "category": "Performance",
6704
7077
  "type": "community",
@@ -7030,52 +7403,6 @@
7030
7403
  "requires": {}
7031
7404
  }
7032
7405
  },
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
7406
  {
7080
7407
  "name": "zendesk",
7081
7408
  "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-7b62cc",
3
+ "version": "0.6.0-7c6cc5",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [