@nuxt/modules 0.6.0-d7182e → 0.6.0-da821b

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 +671 -117
  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": "",
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": "^2.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.",
@@ -573,6 +640,28 @@
573
640
  "requires": {}
574
641
  }
575
642
  },
643
+ {
644
+ "name": "capo",
645
+ "description": "Capo.js implementation for Nuxt 3",
646
+ "repo": "danielroe/nuxt-capo",
647
+ "npm": "nuxt-capo",
648
+ "icon": "",
649
+ "github": "https://github.com/danielroe/nuxt-capo",
650
+ "website": "https://github.com/danielroe/nuxt-capo",
651
+ "learn_more": "",
652
+ "category": "Performance",
653
+ "type": "3rd-party",
654
+ "maintainers": [
655
+ {
656
+ "name": "danielroe",
657
+ "github": "danielroe"
658
+ }
659
+ ],
660
+ "compatibility": {
661
+ "nuxt": "^3.0.0",
662
+ "requires": {}
663
+ }
664
+ },
576
665
  {
577
666
  "name": "chakra-ui",
578
667
  "description": "Chakra UI Module for Nuxt.js",
@@ -736,10 +825,10 @@
736
825
  {
737
826
  "name": "cloudinary",
738
827
  "description": "Optimize images and videos in your Nuxt.js application",
739
- "repo": "nuxt-community/cloudinary-module",
828
+ "repo": "nuxt-modules/cloudinary",
740
829
  "npm": "@nuxtjs/cloudinary",
741
830
  "icon": "cloudinary.png",
742
- "github": "https://github.com/nuxt-community/cloudinary-module",
831
+ "github": "https://github.com/nuxt-modules/cloudinary",
743
832
  "website": "https://cloudinary.nuxtjs.org",
744
833
  "learn_more": "https://cloudinary.com",
745
834
  "category": "Images",
@@ -759,10 +848,10 @@
759
848
  {
760
849
  "name": "color-mode",
761
850
  "description": "Dark and Light mode for NuxtJS with auto detection",
762
- "repo": "nuxt-community/color-mode-module",
851
+ "repo": "nuxt-modules/color-mode",
763
852
  "npm": "@nuxtjs/color-mode",
764
853
  "icon": "color-mode.png",
765
- "github": "https://github.com/nuxt-community/color-mode-module",
854
+ "github": "https://github.com/nuxt-modules/color-mode",
766
855
  "website": "https://color-mode.nuxtjs.org",
767
856
  "learn_more": "",
768
857
  "category": "UI",
@@ -1093,7 +1182,7 @@
1093
1182
  {
1094
1183
  "name": "delay-hydration",
1095
1184
  "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1096
- "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
1185
+ "repo": "harlan-zw/nuxt-delay-hydration",
1097
1186
  "npm": "nuxt-delay-hydration",
1098
1187
  "icon": "lighthouse.svg",
1099
1188
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1138,7 +1227,7 @@
1138
1227
  {
1139
1228
  "name": "devtools",
1140
1229
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1141
- "repo": "nuxt/devtools#main",
1230
+ "repo": "nuxt/devtools#main/packages/devtools",
1142
1231
  "npm": "@nuxt/devtools",
1143
1232
  "icon": "nuxt.svg",
1144
1233
  "github": "https://github.com/nuxt/devtools",
@@ -1160,13 +1249,13 @@
1160
1249
  },
1161
1250
  {
1162
1251
  "name": "directus",
1163
- "description": "Easily connect your Nuxt3 application to your directus server.",
1252
+ "description": "Easily connect your Nuxt application to your directus server.",
1164
1253
  "repo": "intevel/nuxt-directus",
1165
1254
  "npm": "nuxt-directus",
1166
1255
  "icon": "directus.svg",
1167
- "github": "https://github.com/directus/nuxt-directus/",
1168
- "website": "https://nuxt-directus.netlify.app/",
1169
- "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/",
1170
1259
  "category": "CMS",
1171
1260
  "type": "3rd-party",
1172
1261
  "maintainers": [
@@ -1177,10 +1266,30 @@
1177
1266
  }
1178
1267
  ],
1179
1268
  "compatibility": {
1180
- "nuxt": "^2.0.0 || ^3.0.0",
1181
- "requires": {
1182
- "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"
1183
1288
  }
1289
+ ],
1290
+ "compatibility": {
1291
+ "nuxt": "^3.0.0",
1292
+ "requires": {}
1184
1293
  }
1185
1294
  },
1186
1295
  {
@@ -1581,8 +1690,8 @@
1581
1690
  {
1582
1691
  "name": "form-actions",
1583
1692
  "description": "A set of features and composables to interact with forms and server data.",
1584
- "repo": "Hebilicious/form-actions-nuxt#main",
1585
- "npm": "form-actions-nuxt",
1693
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1694
+ "npm": "@hebilicious/form-actions-nuxt",
1586
1695
  "icon": "form-actions.svg",
1587
1696
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
1588
1697
  "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
@@ -1734,11 +1843,11 @@
1734
1843
  {
1735
1844
  "name": "google-fonts",
1736
1845
  "description": "Google Fonts module for NuxtJS",
1737
- "repo": "nuxt-community/google-fonts-module",
1846
+ "repo": "nuxt-modules/google-fonts",
1738
1847
  "npm": "@nuxtjs/google-fonts",
1739
1848
  "icon": "google-fonts.png",
1740
- "github": "https://github.com/nuxt-community/google-fonts-module",
1741
- "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",
1742
1851
  "learn_more": "https://developers.google.com/fonts",
1743
1852
  "category": "Fonts",
1744
1853
  "type": "community",
@@ -1952,14 +2061,14 @@
1952
2061
  {
1953
2062
  "name": "hanko",
1954
2063
  "description": "Hanko integration for Nuxt for passwordless authentication",
1955
- "repo": "danielroe/nuxt-hanko",
1956
- "npm": "nuxt-hanko",
1957
- "icon": "",
1958
- "github": "https://github.com/danielroe/nuxt-hanko",
1959
- "website": "https://github.com/danielroe/nuxt-hanko",
1960
- "learn_more": "",
2064
+ "repo": "nuxt-modules/hanko",
2065
+ "npm": "@nuxtjs/hanko",
2066
+ "icon": "hanko.svg",
2067
+ "github": "https://github.com/nuxt-modules/hanko",
2068
+ "website": "https://github.com/nuxt-modules/hanko",
2069
+ "learn_more": "https://hanko.io/",
1961
2070
  "category": "Security",
1962
- "type": "3rd-party",
2071
+ "type": "community",
1963
2072
  "maintainers": [
1964
2073
  {
1965
2074
  "name": "danielroe",
@@ -2206,11 +2315,11 @@
2206
2315
  {
2207
2316
  "name": "i18n",
2208
2317
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2209
- "repo": "nuxt-community/i18n-module",
2318
+ "repo": "nuxt-modules/i18n",
2210
2319
  "npm": "@nuxtjs/i18n",
2211
2320
  "icon": "i18n.png",
2212
- "github": "https://github.com/nuxt-community/i18n-module",
2213
- "website": "https://i18n.nuxtjs.org",
2321
+ "github": "https://github.com/nuxt-modules/i18n",
2322
+ "website": "https://v8.i18n.nuxtjs.org",
2214
2323
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2215
2324
  "category": "Extensions",
2216
2325
  "type": "community",
@@ -2324,7 +2433,7 @@
2324
2433
  "npm": "@nuxt/image",
2325
2434
  "icon": "image.png",
2326
2435
  "github": "https://github.com/nuxt/image",
2327
- "website": "https://image.nuxtjs.org",
2436
+ "website": "https://image.nuxt.com",
2328
2437
  "learn_more": "",
2329
2438
  "category": "Images",
2330
2439
  "type": "official",
@@ -2334,6 +2443,11 @@
2334
2443
  "github": "farnabaz",
2335
2444
  "twitter": "a_birang"
2336
2445
  },
2446
+ {
2447
+ "name": "Daniel Roe",
2448
+ "github": "danielroe",
2449
+ "twitter": "danielcroe"
2450
+ },
2337
2451
  {
2338
2452
  "name": "Pooya Parsa",
2339
2453
  "github": "pi0",
@@ -2719,6 +2833,32 @@
2719
2833
  "requires": {}
2720
2834
  }
2721
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
+ },
2722
2862
  {
2723
2863
  "name": "lunr",
2724
2864
  "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
@@ -3159,6 +3299,28 @@
3159
3299
  "requires": {}
3160
3300
  }
3161
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
+ },
3162
3324
  {
3163
3325
  "name": "nuxt-auth",
3164
3326
  "description": "",
@@ -3181,6 +3343,50 @@
3181
3343
  "requires": {}
3182
3344
  }
3183
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
+ },
3184
3390
  {
3185
3391
  "name": "nuxt-chatgpt",
3186
3392
  "description": "ChatGPT integration for Nuxt 3",
@@ -3203,6 +3409,54 @@
3203
3409
  "requires": {}
3204
3410
  }
3205
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
+ },
3206
3460
  {
3207
3461
  "name": "nuxt-graphql-middleware",
3208
3462
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3300,28 +3554,6 @@
3300
3554
  }
3301
3555
  }
3302
3556
  },
3303
- {
3304
- "name": "nuxt-lazy-load",
3305
- "description": "A simple way to lazy load images, videos, audio, and iframes without custom components or extra attributes like data-src, just basic HTML tags",
3306
- "repo": "",
3307
- "npm": "nuxt-lazy-load",
3308
- "icon": "nuxt-lazy-load.svg",
3309
- "github": "",
3310
- "website": "https://gitlab.com/broj42/nuxt-lazy-load",
3311
- "learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
3312
- "category": "Performance",
3313
- "type": "3rd-party",
3314
- "maintainers": [
3315
- {
3316
- "name": "Dario Ferderber",
3317
- "github": "darioferderber"
3318
- }
3319
- ],
3320
- "compatibility": {
3321
- "nuxt": "^2.0.0 || ^3.0.0",
3322
- "requires": {}
3323
- }
3324
- },
3325
3557
  {
3326
3558
  "name": "nuxt-localtunnel",
3327
3559
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -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",
@@ -3419,7 +3673,7 @@
3419
3673
  "npm": "nuxt-mongoose",
3420
3674
  "icon": "nuxt-mongoose.svg",
3421
3675
  "github": "https://github.com/arashsheyda/nuxt-mongoose",
3422
- "website": "https://github.com/arashsheyda/nuxt-mongoose",
3676
+ "website": "https://nuxt-mongoose.nuxt.space",
3423
3677
  "learn_more": "",
3424
3678
  "category": "Database",
3425
3679
  "type": "3rd-party",
@@ -3457,6 +3711,28 @@
3457
3711
  "requires": {}
3458
3712
  }
3459
3713
  },
3714
+ {
3715
+ "name": "nuxt-phosphor-icons",
3716
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
3717
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
3718
+ "npm": "nuxt-phosphor-icons",
3719
+ "icon": "phosphor-icons.svg",
3720
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3721
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3722
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3723
+ "category": "UI",
3724
+ "type": "3rd-party",
3725
+ "maintainers": [
3726
+ {
3727
+ "name": "OyewoleOyedeji",
3728
+ "github": "OyewoleOyedeji"
3729
+ }
3730
+ ],
3731
+ "compatibility": {
3732
+ "nuxt": "^3.0.0",
3733
+ "requires": {}
3734
+ }
3735
+ },
3460
3736
  {
3461
3737
  "name": "nuxt-pino-log",
3462
3738
  "description": "Structured logs for nuxt apps using pino",
@@ -3501,6 +3777,32 @@
3501
3777
  "requires": {}
3502
3778
  }
3503
3779
  },
3780
+ {
3781
+ "name": "nuxt-plotly",
3782
+ "description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
3783
+ "repo": "superdev-tech/nuxt-plotly",
3784
+ "npm": "nuxt-plotly",
3785
+ "icon": "nuxt-plotly.svg",
3786
+ "github": "https://github.com/superdev-tech/nuxt-plotly",
3787
+ "website": "https://github.com/superdev-tech/nuxt-plotly",
3788
+ "learn_more": "https://www.npmjs.com/package/nuxt-plotly",
3789
+ "category": "Libraries",
3790
+ "type": "3rd-party",
3791
+ "maintainers": [
3792
+ {
3793
+ "name": "Supanut Dokmaithong",
3794
+ "github": "Boomgeek"
3795
+ },
3796
+ {
3797
+ "name": "superdev-tech",
3798
+ "github": "superdev-tech"
3799
+ }
3800
+ ],
3801
+ "compatibility": {
3802
+ "nuxt": "^3.0.0",
3803
+ "requires": {}
3804
+ }
3805
+ },
3504
3806
  {
3505
3807
  "name": "nuxt-png-to-ico",
3506
3808
  "description": "Nuxt.js module for auto generating favicons",
@@ -3713,12 +4015,12 @@
3713
4015
  {
3714
4016
  "name": "nuxt-vue3-google-signin",
3715
4017
  "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3716
- "repo": "syetalabs/nuxt-vue3-google-signin",
4018
+ "repo": "wavezync/nuxt-vue3-google-signin",
3717
4019
  "npm": "nuxt-vue3-google-signin",
3718
4020
  "icon": "vue3-google-signin.svg",
3719
- "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3720
- "website": "https://vue3-google-signin.syetalabs.io",
3721
- "learn_more": "https://vue3-google-signin.syetalabs.io",
4021
+ "github": "https://github.com/wavezync/nuxt-vue3-google-signin",
4022
+ "website": "https://vue3-google-signin.wavezync.com",
4023
+ "learn_more": "https://vue3-google-signin.wavezync.com",
3722
4024
  "category": "Libraries",
3723
4025
  "type": "3rd-party",
3724
4026
  "maintainers": [
@@ -3734,7 +4036,7 @@
3734
4036
  },
3735
4037
  {
3736
4038
  "name": "nuxt-vuetify",
3737
- "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
4039
+ "description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
3738
4040
  "repo": "invictus-codes/nuxt-vuetify",
3739
4041
  "npm": "@invictus.codes/nuxt-vuetify",
3740
4042
  "icon": "vuetify-logo-v3-dark.svg",
@@ -3754,6 +4056,28 @@
3754
4056
  "requires": {}
3755
4057
  }
3756
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
+ },
3757
4081
  {
3758
4082
  "name": "nuxt7",
3759
4083
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -3914,6 +4238,29 @@
3914
4238
  "requires": {}
3915
4239
  }
3916
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
+ },
3917
4264
  {
3918
4265
  "name": "partytown",
3919
4266
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
@@ -4102,6 +4449,30 @@
4102
4449
  "requires": {}
4103
4450
  }
4104
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
+ },
4105
4476
  {
4106
4477
  "name": "prismic",
4107
4478
  "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
@@ -4306,6 +4677,28 @@
4306
4677
  "requires": {}
4307
4678
  }
4308
4679
  },
4680
+ {
4681
+ "name": "radash",
4682
+ "description": "radash module with auto-import and custom prefix",
4683
+ "repo": "bbg/nuxt-radash",
4684
+ "npm": "nuxt-radash",
4685
+ "icon": "radash.png",
4686
+ "github": "https://github.com/bbg/nuxt-radash",
4687
+ "website": "https://github.com/bbg/nuxt-radash#readme",
4688
+ "learn_more": "https://github.com/rayepps/radash/",
4689
+ "category": "Libraries",
4690
+ "type": "3rd-party",
4691
+ "maintainers": [
4692
+ {
4693
+ "name": "Batuhan Göksu",
4694
+ "github": "bbg"
4695
+ }
4696
+ ],
4697
+ "compatibility": {
4698
+ "nuxt": "^3.0.0",
4699
+ "requires": {}
4700
+ }
4701
+ },
4309
4702
  {
4310
4703
  "name": "recaptcha",
4311
4704
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
@@ -4376,11 +4769,11 @@
4376
4769
  {
4377
4770
  "name": "robots",
4378
4771
  "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4379
- "repo": "nuxt-community/robots-module",
4772
+ "repo": "nuxt-modules/robots",
4380
4773
  "npm": "@nuxtjs/robots",
4381
4774
  "icon": "robots.png",
4382
- "github": "https://github.com/nuxt-community/robots-module",
4383
- "website": "https://github.com/nuxt-community/robots-module",
4775
+ "github": "https://github.com/nuxt-modules/robots",
4776
+ "website": "https://github.com/nuxt-modules/robots",
4384
4777
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
4385
4778
  "category": "SEO",
4386
4779
  "type": "community",
@@ -4586,7 +4979,7 @@
4586
4979
  "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
4587
4980
  "repo": "nuxt-community/sentry-module",
4588
4981
  "npm": "@nuxtjs/sentry",
4589
- "icon": "sentry.png",
4982
+ "icon": "sentry.svg",
4590
4983
  "github": "https://github.com/nuxt-community/sentry-module",
4591
4984
  "website": "https://sentry.nuxtjs.org/",
4592
4985
  "learn_more": "https://sentry.io/welcome/",
@@ -4693,6 +5086,29 @@
4693
5086
  "requires": {}
4694
5087
  }
4695
5088
  },
5089
+ {
5090
+ "name": "server-block",
5091
+ "description": "Use <server> tags in your Nuxt pages components.",
5092
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5093
+ "npm": "@hebilicious/server-block-nuxt",
5094
+ "icon": "server-block.svg",
5095
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
5096
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
5097
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
5098
+ "category": "Extensions",
5099
+ "type": "3rd-party",
5100
+ "maintainers": [
5101
+ {
5102
+ "name": "Hebilicious",
5103
+ "github": "Hebilicious",
5104
+ "twitter": "its_hebilicious"
5105
+ }
5106
+ ],
5107
+ "compatibility": {
5108
+ "nuxt": "^3.0.0",
5109
+ "requires": {}
5110
+ }
5111
+ },
4696
5112
  {
4697
5113
  "name": "session",
4698
5114
  "description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
@@ -5142,10 +5558,10 @@
5142
5558
  {
5143
5559
  "name": "strapi",
5144
5560
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5145
- "repo": "nuxt-community/strapi-module",
5561
+ "repo": "nuxt-modules/strapi",
5146
5562
  "npm": "@nuxtjs/strapi",
5147
5563
  "icon": "strapi.png",
5148
- "github": "https://github.com/nuxt-community/strapi-module",
5564
+ "github": "https://github.com/nuxt-modules/strapi",
5149
5565
  "website": "https://strapi.nuxtjs.org",
5150
5566
  "learn_more": "https://strapi.io/",
5151
5567
  "category": "CMS",
@@ -5169,6 +5585,32 @@
5169
5585
  }
5170
5586
  }
5171
5587
  },
5588
+ {
5589
+ "name": "stripe-next",
5590
+ "description": "This Nuxt module provides an easy way to integrate Stripe in your Nuxt application, both on the client-side and server-side. It utilizes the official stripe package for server-side usage and @stripe/stripe-js for the client-side.",
5591
+ "repo": "fuentesloic/nuxt-stripe",
5592
+ "npm": "@unlok-co/nuxt-stripe",
5593
+ "icon": "stripe.png",
5594
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
5595
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
5596
+ "learn_more": "https://stripe.com/docs",
5597
+ "category": "Payment",
5598
+ "type": "3rd-party",
5599
+ "maintainers": [
5600
+ {
5601
+ "name": "Loic Fuentes",
5602
+ "github": "fuentesloic"
5603
+ },
5604
+ {
5605
+ "name": "Florent Giraud",
5606
+ "github": "flozero"
5607
+ }
5608
+ ],
5609
+ "compatibility": {
5610
+ "nuxt": "^3.0.0",
5611
+ "requires": {}
5612
+ }
5613
+ },
5172
5614
  {
5173
5615
  "name": "stripe",
5174
5616
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
@@ -5262,10 +5704,10 @@
5262
5704
  {
5263
5705
  "name": "supabase",
5264
5706
  "description": "First class integration with Supabase",
5265
- "repo": "nuxt-community/supabase-module",
5707
+ "repo": "nuxt-modules/supabase",
5266
5708
  "npm": "@nuxtjs/supabase",
5267
5709
  "icon": "supabase.png",
5268
- "github": "https://github.com/nuxt-community/supabase-module",
5710
+ "github": "https://github.com/nuxt-modules/supabase",
5269
5711
  "website": "https://supabase.nuxtjs.org",
5270
5712
  "learn_more": "https://supabase.com",
5271
5713
  "category": "Database",
@@ -5429,10 +5871,10 @@
5429
5871
  {
5430
5872
  "name": "tailwindcss",
5431
5873
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5432
- "repo": "nuxt-community/tailwindcss-module",
5874
+ "repo": "nuxt-modules/tailwindcss-module",
5433
5875
  "npm": "@nuxtjs/tailwindcss",
5434
5876
  "icon": "tailwindcss.png",
5435
- "github": "https://github.com/nuxt-community/tailwindcss-module",
5877
+ "github": "https://github.com/nuxt-modules/tailwindcss-module",
5436
5878
  "website": "https://tailwindcss.nuxtjs.org",
5437
5879
  "learn_more": "https://tailwindcss.com/",
5438
5880
  "category": "UI",
@@ -5442,6 +5884,10 @@
5442
5884
  "name": "Sébastien Chopin",
5443
5885
  "github": "Atinux",
5444
5886
  "twitter": "Atinux"
5887
+ },
5888
+ {
5889
+ "name": "Inesh Bose",
5890
+ "github": "ineshbose"
5445
5891
  }
5446
5892
  ],
5447
5893
  "compatibility": {
@@ -5517,6 +5963,39 @@
5517
5963
  "requires": {}
5518
5964
  }
5519
5965
  },
5966
+ {
5967
+ "name": "tresjs",
5968
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
5969
+ "repo": "tresjs/nuxt",
5970
+ "npm": "@tresjs/nuxt",
5971
+ "icon": "tresjs.svg",
5972
+ "github": "https://github.com/Tresjs/nuxt",
5973
+ "website": "https://tresjs.org/guide/nuxt.html",
5974
+ "learn_more": "https://tresjs.org/",
5975
+ "category": "Libraries",
5976
+ "type": "3rd-party",
5977
+ "maintainers": [
5978
+ {
5979
+ "name": "Alvaro Saburido",
5980
+ "github": "alvarosabu",
5981
+ "twitter": "alvarosabu"
5982
+ },
5983
+ {
5984
+ "name": "Jaime Torrealba",
5985
+ "github": "JaimeTorrealba",
5986
+ "twitter": "jaimebboyjt"
5987
+ },
5988
+ {
5989
+ "name": "Tino Koch",
5990
+ "github": "Tinoooo",
5991
+ "twitter": "ichbintino"
5992
+ }
5993
+ ],
5994
+ "compatibility": {
5995
+ "nuxt": "^3.0.0",
5996
+ "requires": {}
5997
+ }
5998
+ },
5520
5999
  {
5521
6000
  "name": "turnstile",
5522
6001
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5903,6 +6382,30 @@
5903
6382
  "requires": {}
5904
6383
  }
5905
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
+ },
5906
6409
  {
5907
6410
  "name": "user-agent",
5908
6411
  "description": "Nuxt.js module for handling User-Agent.",
@@ -5995,6 +6498,28 @@
5995
6498
  }
5996
6499
  }
5997
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
+ },
5998
6523
  {
5999
6524
  "name": "vee-validate",
6000
6525
  "description": "Painless Vue forms for Nuxt.js",
@@ -6139,6 +6664,36 @@
6139
6664
  "requires": {}
6140
6665
  }
6141
6666
  },
6667
+ {
6668
+ "name": "vue-email",
6669
+ "description": "Write email templates with vue",
6670
+ "repo": "Dave136/vue-email#main/packages/vue-email",
6671
+ "npm": "vue-email",
6672
+ "icon": "vue-email.svg",
6673
+ "github": "https://github.com/Dave136/vue-email",
6674
+ "website": "https://vue-email.vercel.app/",
6675
+ "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
6676
+ "category": "UI",
6677
+ "type": "3rd-party",
6678
+ "maintainers": [
6679
+ {
6680
+ "name": "David Arenas",
6681
+ "github": "Dave136",
6682
+ "twitter": "davejs4",
6683
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
6684
+ },
6685
+ {
6686
+ "name": "Younes Barrad",
6687
+ "github": "Flowko",
6688
+ "twitter": "imflowko",
6689
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6690
+ }
6691
+ ],
6692
+ "compatibility": {
6693
+ "nuxt": "^3.0.0",
6694
+ "requires": {}
6695
+ }
6696
+ },
6142
6697
  {
6143
6698
  "name": "vue-macros",
6144
6699
  "description": "Explore more macros and syntax sugar to Vue.",
@@ -6233,7 +6788,7 @@
6233
6788
  {
6234
6789
  "name": "vue-query",
6235
6790
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6236
- "repo": "Hebilicious/vue-query-nuxt#main",
6791
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
6237
6792
  "npm": "@hebilicious/vue-query-nuxt",
6238
6793
  "icon": "vue-query.svg",
6239
6794
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -6323,6 +6878,29 @@
6323
6878
  "requires": {}
6324
6879
  }
6325
6880
  },
6881
+ {
6882
+ "name": "vue3-carousel-nuxt",
6883
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
6884
+ "repo": "gaetansenn/vue3-carousel-nuxt",
6885
+ "npm": "vue3-carousel-nuxt",
6886
+ "icon": "",
6887
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6888
+ "website": "",
6889
+ "learn_more": "",
6890
+ "category": "UI",
6891
+ "type": "3rd-party",
6892
+ "maintainers": [
6893
+ {
6894
+ "name": "Gaetan SENN",
6895
+ "github": "gaetansenn",
6896
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6897
+ }
6898
+ ],
6899
+ "compatibility": {
6900
+ "nuxt": "^3.0.0",
6901
+ "requires": {}
6902
+ }
6903
+ },
6326
6904
  {
6327
6905
  "name": "vuefire",
6328
6906
  "description": "Idiomatic composables for the Firebase SDK",
@@ -6367,6 +6945,28 @@
6367
6945
  "requires": {}
6368
6946
  }
6369
6947
  },
6948
+ {
6949
+ "name": "vuetify-nuxt-module",
6950
+ "description": "Zero-config Nuxt Module for Vuetify.",
6951
+ "repo": "userquin/vuetify-nuxt-module",
6952
+ "npm": "vuetify-nuxt-module",
6953
+ "icon": "vuetify-logo-v3-dark.svg",
6954
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
6955
+ "website": "https://github.com/userquin/vuetify-nuxt-module",
6956
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
6957
+ "category": "UI",
6958
+ "type": "3rd-party",
6959
+ "maintainers": [
6960
+ {
6961
+ "name": "Joaquín Sánchez",
6962
+ "github": "userquin"
6963
+ }
6964
+ ],
6965
+ "compatibility": {
6966
+ "nuxt": "^3.0.0",
6967
+ "requires": {}
6968
+ }
6969
+ },
6370
6970
  {
6371
6971
  "name": "vuetify",
6372
6972
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
@@ -6467,11 +7067,11 @@
6467
7067
  {
6468
7068
  "name": "web-vitals",
6469
7069
  "description": "Web Vitals for Nuxt",
6470
- "repo": "nuxt-community/web-vitals-module",
7070
+ "repo": "nuxt-modules/web-vitals",
6471
7071
  "npm": "@nuxtjs/web-vitals",
6472
7072
  "icon": "web-vitals.png",
6473
- "github": "https://github.com/nuxt-community/web-vitals-module",
6474
- "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",
6475
7075
  "learn_more": "",
6476
7076
  "category": "Performance",
6477
7077
  "type": "community",
@@ -6803,52 +7403,6 @@
6803
7403
  "requires": {}
6804
7404
  }
6805
7405
  },
6806
- {
6807
- "name": "yandex-metrika-next",
6808
- "description": "Yandex Metrika integration for Nuxt",
6809
- "repo": "artmizu/yandex-metrika-nuxt",
6810
- "npm": "@artmizu/yandex-metrika-nuxt",
6811
- "icon": "yandex-metrika.svg",
6812
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6813
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6814
- "learn_more": "",
6815
- "category": "Analytics",
6816
- "type": "3rd-party",
6817
- "maintainers": [
6818
- {
6819
- "name": "Aleksandr Saburov",
6820
- "github": "artmizu",
6821
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6822
- }
6823
- ],
6824
- "compatibility": {
6825
- "nuxt": "^3.0.0",
6826
- "requires": {}
6827
- }
6828
- },
6829
- {
6830
- "name": "yandex-metrika",
6831
- "description": "Yandex metrika Module for Nuxt.js",
6832
- "repo": "nuxt-community/yandex-metrika-module",
6833
- "npm": "@nuxtjs/yandex-metrika",
6834
- "icon": "",
6835
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
6836
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
6837
- "learn_more": "https://metrica.yandex.com/about",
6838
- "category": "Analytics",
6839
- "type": "community",
6840
- "maintainers": [
6841
- {
6842
- "name": "Pooya Parsa",
6843
- "github": "pi0",
6844
- "twitter": "_pi0_"
6845
- }
6846
- ],
6847
- "compatibility": {
6848
- "nuxt": "^2.0.0",
6849
- "requires": {}
6850
- }
6851
- },
6852
7406
  {
6853
7407
  "name": "zendesk",
6854
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-d7182e",
3
+ "version": "0.6.0-da821b",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [