@nuxt/modules 0.6.0-fb671e → 0.6.0-fdc88d
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.
- package/modules.json +198 -80
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -286,6 +286,28 @@
|
|
|
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
|
+
},
|
|
289
311
|
{
|
|
290
312
|
"name": "ark-ui",
|
|
291
313
|
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
@@ -781,10 +803,10 @@
|
|
|
781
803
|
{
|
|
782
804
|
"name": "cloudinary",
|
|
783
805
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
784
|
-
"repo": "nuxt-
|
|
806
|
+
"repo": "nuxt-modules/cloudinary",
|
|
785
807
|
"npm": "@nuxtjs/cloudinary",
|
|
786
808
|
"icon": "cloudinary.png",
|
|
787
|
-
"github": "https://github.com/nuxt-
|
|
809
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
788
810
|
"website": "https://cloudinary.nuxtjs.org",
|
|
789
811
|
"learn_more": "https://cloudinary.com",
|
|
790
812
|
"category": "Images",
|
|
@@ -804,10 +826,10 @@
|
|
|
804
826
|
{
|
|
805
827
|
"name": "color-mode",
|
|
806
828
|
"description": "Dark and Light mode for NuxtJS with auto detection",
|
|
807
|
-
"repo": "nuxt-
|
|
829
|
+
"repo": "nuxt-modules/color-mode",
|
|
808
830
|
"npm": "@nuxtjs/color-mode",
|
|
809
831
|
"icon": "color-mode.png",
|
|
810
|
-
"github": "https://github.com/nuxt-
|
|
832
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
811
833
|
"website": "https://color-mode.nuxtjs.org",
|
|
812
834
|
"learn_more": "",
|
|
813
835
|
"category": "UI",
|
|
@@ -1138,7 +1160,7 @@
|
|
|
1138
1160
|
{
|
|
1139
1161
|
"name": "delay-hydration",
|
|
1140
1162
|
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
1141
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1163
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1142
1164
|
"npm": "nuxt-delay-hydration",
|
|
1143
1165
|
"icon": "lighthouse.svg",
|
|
1144
1166
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1205,13 +1227,13 @@
|
|
|
1205
1227
|
},
|
|
1206
1228
|
{
|
|
1207
1229
|
"name": "directus",
|
|
1208
|
-
"description": "Easily connect your
|
|
1230
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1209
1231
|
"repo": "intevel/nuxt-directus",
|
|
1210
1232
|
"npm": "nuxt-directus",
|
|
1211
1233
|
"icon": "directus.svg",
|
|
1212
|
-
"github": "https://github.com/
|
|
1213
|
-
"website": "https://nuxt-directus.
|
|
1214
|
-
"learn_more": "https://nuxt-directus.
|
|
1234
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1235
|
+
"website": "https://nuxt-directus.site/",
|
|
1236
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1215
1237
|
"category": "CMS",
|
|
1216
1238
|
"type": "3rd-party",
|
|
1217
1239
|
"maintainers": [
|
|
@@ -1222,10 +1244,8 @@
|
|
|
1222
1244
|
}
|
|
1223
1245
|
],
|
|
1224
1246
|
"compatibility": {
|
|
1225
|
-
"nuxt": "^
|
|
1226
|
-
"requires": {
|
|
1227
|
-
"bridge": true
|
|
1228
|
-
}
|
|
1247
|
+
"nuxt": "^3.0.0",
|
|
1248
|
+
"requires": {}
|
|
1229
1249
|
}
|
|
1230
1250
|
},
|
|
1231
1251
|
{
|
|
@@ -1648,7 +1668,7 @@
|
|
|
1648
1668
|
{
|
|
1649
1669
|
"name": "form-actions",
|
|
1650
1670
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1651
|
-
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt
|
|
1671
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1652
1672
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1653
1673
|
"icon": "form-actions.svg",
|
|
1654
1674
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
@@ -1801,11 +1821,11 @@
|
|
|
1801
1821
|
{
|
|
1802
1822
|
"name": "google-fonts",
|
|
1803
1823
|
"description": "Google Fonts module for NuxtJS",
|
|
1804
|
-
"repo": "nuxt-
|
|
1824
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1805
1825
|
"npm": "@nuxtjs/google-fonts",
|
|
1806
1826
|
"icon": "google-fonts.png",
|
|
1807
|
-
"github": "https://github.com/nuxt-
|
|
1808
|
-
"website": "https://
|
|
1827
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1828
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1809
1829
|
"learn_more": "https://developers.google.com/fonts",
|
|
1810
1830
|
"category": "Fonts",
|
|
1811
1831
|
"type": "community",
|
|
@@ -2273,11 +2293,11 @@
|
|
|
2273
2293
|
{
|
|
2274
2294
|
"name": "i18n",
|
|
2275
2295
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2276
|
-
"repo": "nuxt-
|
|
2296
|
+
"repo": "nuxt-modules/i18n",
|
|
2277
2297
|
"npm": "@nuxtjs/i18n",
|
|
2278
2298
|
"icon": "i18n.png",
|
|
2279
|
-
"github": "https://github.com/nuxt-
|
|
2280
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2299
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2300
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2281
2301
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2282
2302
|
"category": "Extensions",
|
|
2283
2303
|
"type": "community",
|
|
@@ -2786,6 +2806,32 @@
|
|
|
2786
2806
|
"requires": {}
|
|
2787
2807
|
}
|
|
2788
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
|
+
},
|
|
2789
2835
|
{
|
|
2790
2836
|
"name": "lunr",
|
|
2791
2837
|
"description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
|
|
@@ -3270,6 +3316,28 @@
|
|
|
3270
3316
|
"requires": {}
|
|
3271
3317
|
}
|
|
3272
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
|
+
},
|
|
3273
3341
|
{
|
|
3274
3342
|
"name": "nuxt-bootstrap-icons",
|
|
3275
3343
|
"description": "Just a simple integration for Bootstrap Icons",
|
|
@@ -3314,6 +3382,54 @@
|
|
|
3314
3382
|
"requires": {}
|
|
3315
3383
|
}
|
|
3316
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
|
+
},
|
|
3317
3433
|
{
|
|
3318
3434
|
"name": "nuxt-graphql-middleware",
|
|
3319
3435
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3479,6 +3595,28 @@
|
|
|
3479
3595
|
"requires": {}
|
|
3480
3596
|
}
|
|
3481
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
|
+
},
|
|
3482
3620
|
{
|
|
3483
3621
|
"name": "nuxt-monaco-editor",
|
|
3484
3622
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -4470,7 +4608,7 @@
|
|
|
4470
4608
|
"description": "radash module with auto-import and custom prefix",
|
|
4471
4609
|
"repo": "bbg/nuxt-radash",
|
|
4472
4610
|
"npm": "nuxt-radash",
|
|
4473
|
-
"icon": "radash.
|
|
4611
|
+
"icon": "radash.png",
|
|
4474
4612
|
"github": "https://github.com/bbg/nuxt-radash",
|
|
4475
4613
|
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4476
4614
|
"learn_more": "https://github.com/rayepps/radash/",
|
|
@@ -4557,11 +4695,11 @@
|
|
|
4557
4695
|
{
|
|
4558
4696
|
"name": "robots",
|
|
4559
4697
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
4560
|
-
"repo": "nuxt-
|
|
4698
|
+
"repo": "nuxt-modules/robots",
|
|
4561
4699
|
"npm": "@nuxtjs/robots",
|
|
4562
4700
|
"icon": "robots.png",
|
|
4563
|
-
"github": "https://github.com/nuxt-
|
|
4564
|
-
"website": "https://github.com/nuxt-
|
|
4701
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4702
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4565
4703
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4566
4704
|
"category": "SEO",
|
|
4567
4705
|
"type": "community",
|
|
@@ -4767,7 +4905,7 @@
|
|
|
4767
4905
|
"description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
|
|
4768
4906
|
"repo": "nuxt-community/sentry-module",
|
|
4769
4907
|
"npm": "@nuxtjs/sentry",
|
|
4770
|
-
"icon": "sentry.
|
|
4908
|
+
"icon": "sentry.svg",
|
|
4771
4909
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4772
4910
|
"website": "https://sentry.nuxtjs.org/",
|
|
4773
4911
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -5346,10 +5484,10 @@
|
|
|
5346
5484
|
{
|
|
5347
5485
|
"name": "strapi",
|
|
5348
5486
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5349
|
-
"repo": "nuxt-
|
|
5487
|
+
"repo": "nuxt-modules/strapi",
|
|
5350
5488
|
"npm": "@nuxtjs/strapi",
|
|
5351
5489
|
"icon": "strapi.png",
|
|
5352
|
-
"github": "https://github.com/nuxt-
|
|
5490
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5353
5491
|
"website": "https://strapi.nuxtjs.org",
|
|
5354
5492
|
"learn_more": "https://strapi.io/",
|
|
5355
5493
|
"category": "CMS",
|
|
@@ -5492,10 +5630,10 @@
|
|
|
5492
5630
|
{
|
|
5493
5631
|
"name": "supabase",
|
|
5494
5632
|
"description": "First class integration with Supabase",
|
|
5495
|
-
"repo": "nuxt-
|
|
5633
|
+
"repo": "nuxt-modules/supabase",
|
|
5496
5634
|
"npm": "@nuxtjs/supabase",
|
|
5497
5635
|
"icon": "supabase.png",
|
|
5498
|
-
"github": "https://github.com/nuxt-
|
|
5636
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5499
5637
|
"website": "https://supabase.nuxtjs.org",
|
|
5500
5638
|
"learn_more": "https://supabase.com",
|
|
5501
5639
|
"category": "Database",
|
|
@@ -5659,10 +5797,10 @@
|
|
|
5659
5797
|
{
|
|
5660
5798
|
"name": "tailwindcss",
|
|
5661
5799
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5662
|
-
"repo": "nuxt-
|
|
5800
|
+
"repo": "nuxt-modules/tailwindcss-module",
|
|
5663
5801
|
"npm": "@nuxtjs/tailwindcss",
|
|
5664
5802
|
"icon": "tailwindcss.png",
|
|
5665
|
-
"github": "https://github.com/nuxt-
|
|
5803
|
+
"github": "https://github.com/nuxt-modules/tailwindcss-module",
|
|
5666
5804
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5667
5805
|
"learn_more": "https://tailwindcss.com/",
|
|
5668
5806
|
"category": "UI",
|
|
@@ -5672,6 +5810,10 @@
|
|
|
5672
5810
|
"name": "Sébastien Chopin",
|
|
5673
5811
|
"github": "Atinux",
|
|
5674
5812
|
"twitter": "Atinux"
|
|
5813
|
+
},
|
|
5814
|
+
{
|
|
5815
|
+
"name": "Inesh Bose",
|
|
5816
|
+
"github": "ineshbose"
|
|
5675
5817
|
}
|
|
5676
5818
|
],
|
|
5677
5819
|
"compatibility": {
|
|
@@ -6282,6 +6424,28 @@
|
|
|
6282
6424
|
}
|
|
6283
6425
|
}
|
|
6284
6426
|
},
|
|
6427
|
+
{
|
|
6428
|
+
"name": "vcalendar",
|
|
6429
|
+
"description": "VCalendar module for Nuxt",
|
|
6430
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6431
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6432
|
+
"icon": "vcalendar.png",
|
|
6433
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6434
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6435
|
+
"learn_more": "",
|
|
6436
|
+
"category": "Libraries",
|
|
6437
|
+
"type": "3rd-party",
|
|
6438
|
+
"maintainers": [
|
|
6439
|
+
{
|
|
6440
|
+
"name": "Sam K",
|
|
6441
|
+
"github": "samk-dev"
|
|
6442
|
+
}
|
|
6443
|
+
],
|
|
6444
|
+
"compatibility": {
|
|
6445
|
+
"nuxt": "^3.0.0",
|
|
6446
|
+
"requires": {}
|
|
6447
|
+
}
|
|
6448
|
+
},
|
|
6285
6449
|
{
|
|
6286
6450
|
"name": "vee-validate",
|
|
6287
6451
|
"description": "Painless Vue forms for Nuxt.js",
|
|
@@ -6829,11 +6993,11 @@
|
|
|
6829
6993
|
{
|
|
6830
6994
|
"name": "web-vitals",
|
|
6831
6995
|
"description": "Web Vitals for Nuxt",
|
|
6832
|
-
"repo": "nuxt-
|
|
6996
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6833
6997
|
"npm": "@nuxtjs/web-vitals",
|
|
6834
6998
|
"icon": "web-vitals.png",
|
|
6835
|
-
"github": "https://github.com/nuxt-
|
|
6836
|
-
"website": "https://github.com/nuxt-
|
|
6999
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7000
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6837
7001
|
"learn_more": "",
|
|
6838
7002
|
"category": "Performance",
|
|
6839
7003
|
"type": "community",
|
|
@@ -7165,52 +7329,6 @@
|
|
|
7165
7329
|
"requires": {}
|
|
7166
7330
|
}
|
|
7167
7331
|
},
|
|
7168
|
-
{
|
|
7169
|
-
"name": "yandex-metrika-next",
|
|
7170
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
7171
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
7172
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
7173
|
-
"icon": "yandex-metrika.svg",
|
|
7174
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
7175
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
7176
|
-
"learn_more": "",
|
|
7177
|
-
"category": "Analytics",
|
|
7178
|
-
"type": "3rd-party",
|
|
7179
|
-
"maintainers": [
|
|
7180
|
-
{
|
|
7181
|
-
"name": "Aleksandr Saburov",
|
|
7182
|
-
"github": "artmizu",
|
|
7183
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
7184
|
-
}
|
|
7185
|
-
],
|
|
7186
|
-
"compatibility": {
|
|
7187
|
-
"nuxt": "^3.0.0",
|
|
7188
|
-
"requires": {}
|
|
7189
|
-
}
|
|
7190
|
-
},
|
|
7191
|
-
{
|
|
7192
|
-
"name": "yandex-metrika",
|
|
7193
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
7194
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
7195
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
7196
|
-
"icon": "",
|
|
7197
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
7198
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
7199
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
7200
|
-
"category": "Analytics",
|
|
7201
|
-
"type": "community",
|
|
7202
|
-
"maintainers": [
|
|
7203
|
-
{
|
|
7204
|
-
"name": "Pooya Parsa",
|
|
7205
|
-
"github": "pi0",
|
|
7206
|
-
"twitter": "_pi0_"
|
|
7207
|
-
}
|
|
7208
|
-
],
|
|
7209
|
-
"compatibility": {
|
|
7210
|
-
"nuxt": "^2.0.0",
|
|
7211
|
-
"requires": {}
|
|
7212
|
-
}
|
|
7213
|
-
},
|
|
7214
7332
|
{
|
|
7215
7333
|
"name": "zendesk",
|
|
7216
7334
|
"description": "Nuxt.js module for Zendesk",
|