@nuxt/modules 0.6.0-2448bb → 0.6.0-25a673
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 +435 -84
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -286,6 +286,29 @@
|
|
|
286
286
|
"requires": {}
|
|
287
287
|
}
|
|
288
288
|
},
|
|
289
|
+
{
|
|
290
|
+
"name": "ark-ui",
|
|
291
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
292
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
293
|
+
"npm": "nuxt-ark-ui",
|
|
294
|
+
"icon": "ark-ui.svg",
|
|
295
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
296
|
+
"website": "https://ark-ui.com/",
|
|
297
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
298
|
+
"category": "UI",
|
|
299
|
+
"type": "3rd-party",
|
|
300
|
+
"maintainers": [
|
|
301
|
+
{
|
|
302
|
+
"name": "Din",
|
|
303
|
+
"github": "iamdin",
|
|
304
|
+
"twitter": "iamdinq"
|
|
305
|
+
}
|
|
306
|
+
],
|
|
307
|
+
"compatibility": {
|
|
308
|
+
"nuxt": "^3.0.0",
|
|
309
|
+
"requires": {}
|
|
310
|
+
}
|
|
311
|
+
},
|
|
289
312
|
{
|
|
290
313
|
"name": "auth",
|
|
291
314
|
"description": "Zero-boilerplate authentication support for Nuxt.js.",
|
|
@@ -758,10 +781,10 @@
|
|
|
758
781
|
{
|
|
759
782
|
"name": "cloudinary",
|
|
760
783
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
761
|
-
"repo": "nuxt-
|
|
784
|
+
"repo": "nuxt-modules/cloudinary",
|
|
762
785
|
"npm": "@nuxtjs/cloudinary",
|
|
763
786
|
"icon": "cloudinary.png",
|
|
764
|
-
"github": "https://github.com/nuxt-
|
|
787
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
765
788
|
"website": "https://cloudinary.nuxtjs.org",
|
|
766
789
|
"learn_more": "https://cloudinary.com",
|
|
767
790
|
"category": "Images",
|
|
@@ -781,10 +804,10 @@
|
|
|
781
804
|
{
|
|
782
805
|
"name": "color-mode",
|
|
783
806
|
"description": "Dark and Light mode for NuxtJS with auto detection",
|
|
784
|
-
"repo": "nuxt-
|
|
807
|
+
"repo": "nuxt-modules/color-mode",
|
|
785
808
|
"npm": "@nuxtjs/color-mode",
|
|
786
809
|
"icon": "color-mode.png",
|
|
787
|
-
"github": "https://github.com/nuxt-
|
|
810
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
788
811
|
"website": "https://color-mode.nuxtjs.org",
|
|
789
812
|
"learn_more": "",
|
|
790
813
|
"category": "UI",
|
|
@@ -1115,7 +1138,7 @@
|
|
|
1115
1138
|
{
|
|
1116
1139
|
"name": "delay-hydration",
|
|
1117
1140
|
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
1118
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1141
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1119
1142
|
"npm": "nuxt-delay-hydration",
|
|
1120
1143
|
"icon": "lighthouse.svg",
|
|
1121
1144
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1182,13 +1205,13 @@
|
|
|
1182
1205
|
},
|
|
1183
1206
|
{
|
|
1184
1207
|
"name": "directus",
|
|
1185
|
-
"description": "Easily connect your
|
|
1208
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1186
1209
|
"repo": "intevel/nuxt-directus",
|
|
1187
1210
|
"npm": "nuxt-directus",
|
|
1188
1211
|
"icon": "directus.svg",
|
|
1189
|
-
"github": "https://github.com/
|
|
1190
|
-
"website": "https://nuxt-directus.
|
|
1191
|
-
"learn_more": "https://nuxt-directus.
|
|
1212
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1213
|
+
"website": "https://nuxt-directus.site/",
|
|
1214
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1192
1215
|
"category": "CMS",
|
|
1193
1216
|
"type": "3rd-party",
|
|
1194
1217
|
"maintainers": [
|
|
@@ -1199,10 +1222,30 @@
|
|
|
1199
1222
|
}
|
|
1200
1223
|
],
|
|
1201
1224
|
"compatibility": {
|
|
1202
|
-
"nuxt": "^
|
|
1203
|
-
"requires": {
|
|
1204
|
-
|
|
1225
|
+
"nuxt": "^3.0.0",
|
|
1226
|
+
"requires": {}
|
|
1227
|
+
}
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"name": "disqus",
|
|
1231
|
+
"description": "Disqus for Nuxt 3",
|
|
1232
|
+
"repo": "modbender/nuxt-disqus",
|
|
1233
|
+
"npm": "nuxt-disqus",
|
|
1234
|
+
"icon": "disqus.svg",
|
|
1235
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1236
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1237
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1238
|
+
"category": "Libraries",
|
|
1239
|
+
"type": "3rd-party",
|
|
1240
|
+
"maintainers": [
|
|
1241
|
+
{
|
|
1242
|
+
"name": "modbender",
|
|
1243
|
+
"github": "modbender"
|
|
1205
1244
|
}
|
|
1245
|
+
],
|
|
1246
|
+
"compatibility": {
|
|
1247
|
+
"nuxt": "^3.0.0",
|
|
1248
|
+
"requires": {}
|
|
1206
1249
|
}
|
|
1207
1250
|
},
|
|
1208
1251
|
{
|
|
@@ -1603,7 +1646,7 @@
|
|
|
1603
1646
|
{
|
|
1604
1647
|
"name": "form-actions",
|
|
1605
1648
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1606
|
-
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt
|
|
1649
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1607
1650
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1608
1651
|
"icon": "form-actions.svg",
|
|
1609
1652
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
@@ -1756,11 +1799,11 @@
|
|
|
1756
1799
|
{
|
|
1757
1800
|
"name": "google-fonts",
|
|
1758
1801
|
"description": "Google Fonts module for NuxtJS",
|
|
1759
|
-
"repo": "nuxt-
|
|
1802
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1760
1803
|
"npm": "@nuxtjs/google-fonts",
|
|
1761
1804
|
"icon": "google-fonts.png",
|
|
1762
|
-
"github": "https://github.com/nuxt-
|
|
1763
|
-
"website": "https://
|
|
1805
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1806
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1764
1807
|
"learn_more": "https://developers.google.com/fonts",
|
|
1765
1808
|
"category": "Fonts",
|
|
1766
1809
|
"type": "community",
|
|
@@ -2228,11 +2271,11 @@
|
|
|
2228
2271
|
{
|
|
2229
2272
|
"name": "i18n",
|
|
2230
2273
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2231
|
-
"repo": "nuxt-
|
|
2274
|
+
"repo": "nuxt-modules/i18n",
|
|
2232
2275
|
"npm": "@nuxtjs/i18n",
|
|
2233
2276
|
"icon": "i18n.png",
|
|
2234
|
-
"github": "https://github.com/nuxt-
|
|
2235
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2277
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2278
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2236
2279
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2237
2280
|
"category": "Extensions",
|
|
2238
2281
|
"type": "community",
|
|
@@ -2741,6 +2784,32 @@
|
|
|
2741
2784
|
"requires": {}
|
|
2742
2785
|
}
|
|
2743
2786
|
},
|
|
2787
|
+
{
|
|
2788
|
+
"name": "lucide-icons",
|
|
2789
|
+
"description": "Nuxt 3 module to integrate Lucide icons",
|
|
2790
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
2791
|
+
"npm": "nuxt-lucide-icons",
|
|
2792
|
+
"icon": "lucide-icons.svg",
|
|
2793
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2794
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2795
|
+
"learn_more": "",
|
|
2796
|
+
"category": "UI",
|
|
2797
|
+
"type": "3rd-party",
|
|
2798
|
+
"maintainers": [
|
|
2799
|
+
{
|
|
2800
|
+
"name": "SWIS",
|
|
2801
|
+
"github": "swisnl"
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"name": "Jasper Zonneveld",
|
|
2805
|
+
"github": "JaZo"
|
|
2806
|
+
}
|
|
2807
|
+
],
|
|
2808
|
+
"compatibility": {
|
|
2809
|
+
"nuxt": "^3.0.0",
|
|
2810
|
+
"requires": {}
|
|
2811
|
+
}
|
|
2812
|
+
},
|
|
2744
2813
|
{
|
|
2745
2814
|
"name": "lunr",
|
|
2746
2815
|
"description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
|
|
@@ -3181,6 +3250,28 @@
|
|
|
3181
3250
|
"requires": {}
|
|
3182
3251
|
}
|
|
3183
3252
|
},
|
|
3253
|
+
{
|
|
3254
|
+
"name": "nuxt-anchorscroll",
|
|
3255
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3256
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3257
|
+
"npm": "nuxt-anchorscroll",
|
|
3258
|
+
"icon": "",
|
|
3259
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3260
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3261
|
+
"learn_more": "",
|
|
3262
|
+
"category": "UI",
|
|
3263
|
+
"type": "3rd-party",
|
|
3264
|
+
"maintainers": [
|
|
3265
|
+
{
|
|
3266
|
+
"name": "Helltraitor",
|
|
3267
|
+
"github": "helltraitor"
|
|
3268
|
+
}
|
|
3269
|
+
],
|
|
3270
|
+
"compatibility": {
|
|
3271
|
+
"nuxt": "^3.0.0",
|
|
3272
|
+
"requires": {}
|
|
3273
|
+
}
|
|
3274
|
+
},
|
|
3184
3275
|
{
|
|
3185
3276
|
"name": "nuxt-auth",
|
|
3186
3277
|
"description": "",
|
|
@@ -3203,6 +3294,50 @@
|
|
|
3203
3294
|
"requires": {}
|
|
3204
3295
|
}
|
|
3205
3296
|
},
|
|
3297
|
+
{
|
|
3298
|
+
"name": "nuxt-basic-auth",
|
|
3299
|
+
"description": "Nuxt 3 Module for Basic Authentication",
|
|
3300
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3301
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3302
|
+
"icon": "",
|
|
3303
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3304
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3305
|
+
"learn_more": "",
|
|
3306
|
+
"category": "Security",
|
|
3307
|
+
"type": "3rd-party",
|
|
3308
|
+
"maintainers": [
|
|
3309
|
+
{
|
|
3310
|
+
"name": "kgierke",
|
|
3311
|
+
"github": "kgierke"
|
|
3312
|
+
}
|
|
3313
|
+
],
|
|
3314
|
+
"compatibility": {
|
|
3315
|
+
"nuxt": "^3.0.0",
|
|
3316
|
+
"requires": {}
|
|
3317
|
+
}
|
|
3318
|
+
},
|
|
3319
|
+
{
|
|
3320
|
+
"name": "nuxt-bootstrap-icons",
|
|
3321
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3322
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3323
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3324
|
+
"icon": "bootstrap-icons.svg",
|
|
3325
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3326
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3327
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3328
|
+
"category": "UI",
|
|
3329
|
+
"type": "3rd-party",
|
|
3330
|
+
"maintainers": [
|
|
3331
|
+
{
|
|
3332
|
+
"name": "OyewoleOyedeji",
|
|
3333
|
+
"github": "OyewoleOyedeji"
|
|
3334
|
+
}
|
|
3335
|
+
],
|
|
3336
|
+
"compatibility": {
|
|
3337
|
+
"nuxt": "^3.0.0",
|
|
3338
|
+
"requires": {}
|
|
3339
|
+
}
|
|
3340
|
+
},
|
|
3206
3341
|
{
|
|
3207
3342
|
"name": "nuxt-chatgpt",
|
|
3208
3343
|
"description": "ChatGPT integration for Nuxt 3",
|
|
@@ -3225,6 +3360,28 @@
|
|
|
3225
3360
|
"requires": {}
|
|
3226
3361
|
}
|
|
3227
3362
|
},
|
|
3363
|
+
{
|
|
3364
|
+
"name": "nuxt-feedme",
|
|
3365
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3366
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3367
|
+
"npm": "nuxt-feedme",
|
|
3368
|
+
"icon": "",
|
|
3369
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3370
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3371
|
+
"learn_more": "",
|
|
3372
|
+
"category": "SEO",
|
|
3373
|
+
"type": "3rd-party",
|
|
3374
|
+
"maintainers": [
|
|
3375
|
+
{
|
|
3376
|
+
"name": "Helltraitor",
|
|
3377
|
+
"github": "helltraitor"
|
|
3378
|
+
}
|
|
3379
|
+
],
|
|
3380
|
+
"compatibility": {
|
|
3381
|
+
"nuxt": "^3.0.0",
|
|
3382
|
+
"requires": {}
|
|
3383
|
+
}
|
|
3384
|
+
},
|
|
3228
3385
|
{
|
|
3229
3386
|
"name": "nuxt-graphql-middleware",
|
|
3230
3387
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3390,6 +3547,28 @@
|
|
|
3390
3547
|
"requires": {}
|
|
3391
3548
|
}
|
|
3392
3549
|
},
|
|
3550
|
+
{
|
|
3551
|
+
"name": "nuxt-mdi",
|
|
3552
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3553
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3554
|
+
"npm": "nuxt-mdi",
|
|
3555
|
+
"icon": "mdi.png",
|
|
3556
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3557
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3558
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3559
|
+
"category": "Libraries",
|
|
3560
|
+
"type": "3rd-party",
|
|
3561
|
+
"maintainers": [
|
|
3562
|
+
{
|
|
3563
|
+
"name": "Emil Rosenius",
|
|
3564
|
+
"github": "ERPedersen"
|
|
3565
|
+
}
|
|
3566
|
+
],
|
|
3567
|
+
"compatibility": {
|
|
3568
|
+
"nuxt": "^3.0.0",
|
|
3569
|
+
"requires": {}
|
|
3570
|
+
}
|
|
3571
|
+
},
|
|
3393
3572
|
{
|
|
3394
3573
|
"name": "nuxt-monaco-editor",
|
|
3395
3574
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3457,6 +3636,28 @@
|
|
|
3457
3636
|
"requires": {}
|
|
3458
3637
|
}
|
|
3459
3638
|
},
|
|
3639
|
+
{
|
|
3640
|
+
"name": "nuxt-phosphor-icons",
|
|
3641
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3642
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3643
|
+
"npm": "nuxt-phosphor-icons",
|
|
3644
|
+
"icon": "phosphor-icons.svg",
|
|
3645
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3646
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3647
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3648
|
+
"category": "UI",
|
|
3649
|
+
"type": "3rd-party",
|
|
3650
|
+
"maintainers": [
|
|
3651
|
+
{
|
|
3652
|
+
"name": "OyewoleOyedeji",
|
|
3653
|
+
"github": "OyewoleOyedeji"
|
|
3654
|
+
}
|
|
3655
|
+
],
|
|
3656
|
+
"compatibility": {
|
|
3657
|
+
"nuxt": "^3.0.0",
|
|
3658
|
+
"requires": {}
|
|
3659
|
+
}
|
|
3660
|
+
},
|
|
3460
3661
|
{
|
|
3461
3662
|
"name": "nuxt-pino-log",
|
|
3462
3663
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3501,6 +3702,32 @@
|
|
|
3501
3702
|
"requires": {}
|
|
3502
3703
|
}
|
|
3503
3704
|
},
|
|
3705
|
+
{
|
|
3706
|
+
"name": "nuxt-plotly",
|
|
3707
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
|
|
3708
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3709
|
+
"npm": "nuxt-plotly",
|
|
3710
|
+
"icon": "nuxt-plotly.svg",
|
|
3711
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3712
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3713
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3714
|
+
"category": "Libraries",
|
|
3715
|
+
"type": "3rd-party",
|
|
3716
|
+
"maintainers": [
|
|
3717
|
+
{
|
|
3718
|
+
"name": "Supanut Dokmaithong",
|
|
3719
|
+
"github": "Boomgeek"
|
|
3720
|
+
},
|
|
3721
|
+
{
|
|
3722
|
+
"name": "superdev-tech",
|
|
3723
|
+
"github": "superdev-tech"
|
|
3724
|
+
}
|
|
3725
|
+
],
|
|
3726
|
+
"compatibility": {
|
|
3727
|
+
"nuxt": "^3.0.0",
|
|
3728
|
+
"requires": {}
|
|
3729
|
+
}
|
|
3730
|
+
},
|
|
3504
3731
|
{
|
|
3505
3732
|
"name": "nuxt-png-to-ico",
|
|
3506
3733
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -3713,12 +3940,12 @@
|
|
|
3713
3940
|
{
|
|
3714
3941
|
"name": "nuxt-vue3-google-signin",
|
|
3715
3942
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3716
|
-
"repo": "
|
|
3943
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3717
3944
|
"npm": "nuxt-vue3-google-signin",
|
|
3718
3945
|
"icon": "vue3-google-signin.svg",
|
|
3719
|
-
"github": "https://github.com/
|
|
3720
|
-
"website": "https://vue3-google-signin.
|
|
3721
|
-
"learn_more": "https://vue3-google-signin.
|
|
3946
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
3947
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
3948
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3722
3949
|
"category": "Libraries",
|
|
3723
3950
|
"type": "3rd-party",
|
|
3724
3951
|
"maintainers": [
|
|
@@ -3734,7 +3961,7 @@
|
|
|
3734
3961
|
},
|
|
3735
3962
|
{
|
|
3736
3963
|
"name": "nuxt-vuetify",
|
|
3737
|
-
"description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
|
|
3964
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
|
|
3738
3965
|
"repo": "invictus-codes/nuxt-vuetify",
|
|
3739
3966
|
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3740
3967
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
@@ -3754,6 +3981,28 @@
|
|
|
3754
3981
|
"requires": {}
|
|
3755
3982
|
}
|
|
3756
3983
|
},
|
|
3984
|
+
{
|
|
3985
|
+
"name": "nuxt3-leaflet",
|
|
3986
|
+
"description": "Leaflet integration with Nuxt",
|
|
3987
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
3988
|
+
"npm": "nuxt3-leaflet",
|
|
3989
|
+
"icon": "leaflet.png",
|
|
3990
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
3991
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
3992
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
3993
|
+
"category": "Libraries",
|
|
3994
|
+
"type": "3rd-party",
|
|
3995
|
+
"maintainers": [
|
|
3996
|
+
{
|
|
3997
|
+
"name": "Augustin MERCIER",
|
|
3998
|
+
"github": "Gugustinette"
|
|
3999
|
+
}
|
|
4000
|
+
],
|
|
4001
|
+
"compatibility": {
|
|
4002
|
+
"nuxt": "^3.0.0",
|
|
4003
|
+
"requires": {}
|
|
4004
|
+
}
|
|
4005
|
+
},
|
|
3757
4006
|
{
|
|
3758
4007
|
"name": "nuxt7",
|
|
3759
4008
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -4306,6 +4555,28 @@
|
|
|
4306
4555
|
"requires": {}
|
|
4307
4556
|
}
|
|
4308
4557
|
},
|
|
4558
|
+
{
|
|
4559
|
+
"name": "radash",
|
|
4560
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4561
|
+
"repo": "bbg/nuxt-radash",
|
|
4562
|
+
"npm": "nuxt-radash",
|
|
4563
|
+
"icon": "radash.png",
|
|
4564
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4565
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4566
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4567
|
+
"category": "Libraries",
|
|
4568
|
+
"type": "3rd-party",
|
|
4569
|
+
"maintainers": [
|
|
4570
|
+
{
|
|
4571
|
+
"name": "Batuhan Göksu",
|
|
4572
|
+
"github": "bbg"
|
|
4573
|
+
}
|
|
4574
|
+
],
|
|
4575
|
+
"compatibility": {
|
|
4576
|
+
"nuxt": "^3.0.0",
|
|
4577
|
+
"requires": {}
|
|
4578
|
+
}
|
|
4579
|
+
},
|
|
4309
4580
|
{
|
|
4310
4581
|
"name": "recaptcha",
|
|
4311
4582
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -4376,11 +4647,11 @@
|
|
|
4376
4647
|
{
|
|
4377
4648
|
"name": "robots",
|
|
4378
4649
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
4379
|
-
"repo": "nuxt-
|
|
4650
|
+
"repo": "nuxt-modules/robots",
|
|
4380
4651
|
"npm": "@nuxtjs/robots",
|
|
4381
4652
|
"icon": "robots.png",
|
|
4382
|
-
"github": "https://github.com/nuxt-
|
|
4383
|
-
"website": "https://github.com/nuxt-
|
|
4653
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4654
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4384
4655
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4385
4656
|
"category": "SEO",
|
|
4386
4657
|
"type": "community",
|
|
@@ -4586,7 +4857,7 @@
|
|
|
4586
4857
|
"description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
|
|
4587
4858
|
"repo": "nuxt-community/sentry-module",
|
|
4588
4859
|
"npm": "@nuxtjs/sentry",
|
|
4589
|
-
"icon": "sentry.
|
|
4860
|
+
"icon": "sentry.svg",
|
|
4590
4861
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4591
4862
|
"website": "https://sentry.nuxtjs.org/",
|
|
4592
4863
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4693,6 +4964,29 @@
|
|
|
4693
4964
|
"requires": {}
|
|
4694
4965
|
}
|
|
4695
4966
|
},
|
|
4967
|
+
{
|
|
4968
|
+
"name": "server-block",
|
|
4969
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
4970
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
4971
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
4972
|
+
"icon": "server-block.svg",
|
|
4973
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
4974
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4975
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4976
|
+
"category": "Extensions",
|
|
4977
|
+
"type": "3rd-party",
|
|
4978
|
+
"maintainers": [
|
|
4979
|
+
{
|
|
4980
|
+
"name": "Hebilicious",
|
|
4981
|
+
"github": "Hebilicious",
|
|
4982
|
+
"twitter": "its_hebilicious"
|
|
4983
|
+
}
|
|
4984
|
+
],
|
|
4985
|
+
"compatibility": {
|
|
4986
|
+
"nuxt": "^3.0.0",
|
|
4987
|
+
"requires": {}
|
|
4988
|
+
}
|
|
4989
|
+
},
|
|
4696
4990
|
{
|
|
4697
4991
|
"name": "session",
|
|
4698
4992
|
"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 +5436,10 @@
|
|
|
5142
5436
|
{
|
|
5143
5437
|
"name": "strapi",
|
|
5144
5438
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5145
|
-
"repo": "nuxt-
|
|
5439
|
+
"repo": "nuxt-modules/strapi",
|
|
5146
5440
|
"npm": "@nuxtjs/strapi",
|
|
5147
5441
|
"icon": "strapi.png",
|
|
5148
|
-
"github": "https://github.com/nuxt-
|
|
5442
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5149
5443
|
"website": "https://strapi.nuxtjs.org",
|
|
5150
5444
|
"learn_more": "https://strapi.io/",
|
|
5151
5445
|
"category": "CMS",
|
|
@@ -5288,10 +5582,10 @@
|
|
|
5288
5582
|
{
|
|
5289
5583
|
"name": "supabase",
|
|
5290
5584
|
"description": "First class integration with Supabase",
|
|
5291
|
-
"repo": "nuxt-
|
|
5585
|
+
"repo": "nuxt-modules/supabase",
|
|
5292
5586
|
"npm": "@nuxtjs/supabase",
|
|
5293
5587
|
"icon": "supabase.png",
|
|
5294
|
-
"github": "https://github.com/nuxt-
|
|
5588
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5295
5589
|
"website": "https://supabase.nuxtjs.org",
|
|
5296
5590
|
"learn_more": "https://supabase.com",
|
|
5297
5591
|
"category": "Database",
|
|
@@ -5455,10 +5749,10 @@
|
|
|
5455
5749
|
{
|
|
5456
5750
|
"name": "tailwindcss",
|
|
5457
5751
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5458
|
-
"repo": "nuxt-
|
|
5752
|
+
"repo": "nuxt-modules/tailwindcss-module",
|
|
5459
5753
|
"npm": "@nuxtjs/tailwindcss",
|
|
5460
5754
|
"icon": "tailwindcss.png",
|
|
5461
|
-
"github": "https://github.com/nuxt-
|
|
5755
|
+
"github": "https://github.com/nuxt-modules/tailwindcss-module",
|
|
5462
5756
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5463
5757
|
"learn_more": "https://tailwindcss.com/",
|
|
5464
5758
|
"category": "UI",
|
|
@@ -5468,6 +5762,10 @@
|
|
|
5468
5762
|
"name": "Sébastien Chopin",
|
|
5469
5763
|
"github": "Atinux",
|
|
5470
5764
|
"twitter": "Atinux"
|
|
5765
|
+
},
|
|
5766
|
+
{
|
|
5767
|
+
"name": "Inesh Bose",
|
|
5768
|
+
"github": "ineshbose"
|
|
5471
5769
|
}
|
|
5472
5770
|
],
|
|
5473
5771
|
"compatibility": {
|
|
@@ -5962,6 +6260,30 @@
|
|
|
5962
6260
|
"requires": {}
|
|
5963
6261
|
}
|
|
5964
6262
|
},
|
|
6263
|
+
{
|
|
6264
|
+
"name": "use-wagmi",
|
|
6265
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6266
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6267
|
+
"npm": "@use-wagmi/nuxt",
|
|
6268
|
+
"icon": "use-wagmi.png",
|
|
6269
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6270
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6271
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6272
|
+
"category": "Extensions",
|
|
6273
|
+
"type": "3rd-party",
|
|
6274
|
+
"maintainers": [
|
|
6275
|
+
{
|
|
6276
|
+
"name": "Unic Ape",
|
|
6277
|
+
"github": "unicape"
|
|
6278
|
+
}
|
|
6279
|
+
],
|
|
6280
|
+
"compatibility": {
|
|
6281
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6282
|
+
"requires": {
|
|
6283
|
+
"bridge": true
|
|
6284
|
+
}
|
|
6285
|
+
}
|
|
6286
|
+
},
|
|
5965
6287
|
{
|
|
5966
6288
|
"name": "user-agent",
|
|
5967
6289
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -6054,6 +6376,28 @@
|
|
|
6054
6376
|
}
|
|
6055
6377
|
}
|
|
6056
6378
|
},
|
|
6379
|
+
{
|
|
6380
|
+
"name": "vcalendar",
|
|
6381
|
+
"description": "VCalendar module for Nuxt",
|
|
6382
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6383
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6384
|
+
"icon": "vcalendar.png",
|
|
6385
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6386
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6387
|
+
"learn_more": "",
|
|
6388
|
+
"category": "Libraries",
|
|
6389
|
+
"type": "3rd-party",
|
|
6390
|
+
"maintainers": [
|
|
6391
|
+
{
|
|
6392
|
+
"name": "Sam K",
|
|
6393
|
+
"github": "samk-dev"
|
|
6394
|
+
}
|
|
6395
|
+
],
|
|
6396
|
+
"compatibility": {
|
|
6397
|
+
"nuxt": "^3.0.0",
|
|
6398
|
+
"requires": {}
|
|
6399
|
+
}
|
|
6400
|
+
},
|
|
6057
6401
|
{
|
|
6058
6402
|
"name": "vee-validate",
|
|
6059
6403
|
"description": "Painless Vue forms for Nuxt.js",
|
|
@@ -6198,6 +6542,36 @@
|
|
|
6198
6542
|
"requires": {}
|
|
6199
6543
|
}
|
|
6200
6544
|
},
|
|
6545
|
+
{
|
|
6546
|
+
"name": "vue-email",
|
|
6547
|
+
"description": "Write email templates with vue",
|
|
6548
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6549
|
+
"npm": "vue-email",
|
|
6550
|
+
"icon": "vue-email.svg",
|
|
6551
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6552
|
+
"website": "https://vue-email.vercel.app/",
|
|
6553
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6554
|
+
"category": "UI",
|
|
6555
|
+
"type": "3rd-party",
|
|
6556
|
+
"maintainers": [
|
|
6557
|
+
{
|
|
6558
|
+
"name": "David Arenas",
|
|
6559
|
+
"github": "Dave136",
|
|
6560
|
+
"twitter": "davejs4",
|
|
6561
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6562
|
+
},
|
|
6563
|
+
{
|
|
6564
|
+
"name": "Younes Barrad",
|
|
6565
|
+
"github": "Flowko",
|
|
6566
|
+
"twitter": "imflowko",
|
|
6567
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6568
|
+
}
|
|
6569
|
+
],
|
|
6570
|
+
"compatibility": {
|
|
6571
|
+
"nuxt": "^3.0.0",
|
|
6572
|
+
"requires": {}
|
|
6573
|
+
}
|
|
6574
|
+
},
|
|
6201
6575
|
{
|
|
6202
6576
|
"name": "vue-macros",
|
|
6203
6577
|
"description": "Explore more macros and syntax sugar to Vue.",
|
|
@@ -6292,7 +6666,7 @@
|
|
|
6292
6666
|
{
|
|
6293
6667
|
"name": "vue-query",
|
|
6294
6668
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6295
|
-
"repo": "Hebilicious/vue-query-nuxt#main",
|
|
6669
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6296
6670
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
6297
6671
|
"icon": "vue-query.svg",
|
|
6298
6672
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -6382,6 +6756,29 @@
|
|
|
6382
6756
|
"requires": {}
|
|
6383
6757
|
}
|
|
6384
6758
|
},
|
|
6759
|
+
{
|
|
6760
|
+
"name": "vue3-carousel-nuxt",
|
|
6761
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
|
|
6762
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6763
|
+
"npm": "vue3-carousel-nuxt",
|
|
6764
|
+
"icon": "",
|
|
6765
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6766
|
+
"website": "",
|
|
6767
|
+
"learn_more": "",
|
|
6768
|
+
"category": "UI",
|
|
6769
|
+
"type": "3rd-party",
|
|
6770
|
+
"maintainers": [
|
|
6771
|
+
{
|
|
6772
|
+
"name": "Gaetan SENN",
|
|
6773
|
+
"github": "gaetansenn",
|
|
6774
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6775
|
+
}
|
|
6776
|
+
],
|
|
6777
|
+
"compatibility": {
|
|
6778
|
+
"nuxt": "^3.0.0",
|
|
6779
|
+
"requires": {}
|
|
6780
|
+
}
|
|
6781
|
+
},
|
|
6385
6782
|
{
|
|
6386
6783
|
"name": "vuefire",
|
|
6387
6784
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -6548,11 +6945,11 @@
|
|
|
6548
6945
|
{
|
|
6549
6946
|
"name": "web-vitals",
|
|
6550
6947
|
"description": "Web Vitals for Nuxt",
|
|
6551
|
-
"repo": "nuxt-
|
|
6948
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6552
6949
|
"npm": "@nuxtjs/web-vitals",
|
|
6553
6950
|
"icon": "web-vitals.png",
|
|
6554
|
-
"github": "https://github.com/nuxt-
|
|
6555
|
-
"website": "https://github.com/nuxt-
|
|
6951
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
6952
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6556
6953
|
"learn_more": "",
|
|
6557
6954
|
"category": "Performance",
|
|
6558
6955
|
"type": "community",
|
|
@@ -6884,52 +7281,6 @@
|
|
|
6884
7281
|
"requires": {}
|
|
6885
7282
|
}
|
|
6886
7283
|
},
|
|
6887
|
-
{
|
|
6888
|
-
"name": "yandex-metrika-next",
|
|
6889
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6890
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6891
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6892
|
-
"icon": "yandex-metrika.svg",
|
|
6893
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6894
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6895
|
-
"learn_more": "",
|
|
6896
|
-
"category": "Analytics",
|
|
6897
|
-
"type": "3rd-party",
|
|
6898
|
-
"maintainers": [
|
|
6899
|
-
{
|
|
6900
|
-
"name": "Aleksandr Saburov",
|
|
6901
|
-
"github": "artmizu",
|
|
6902
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6903
|
-
}
|
|
6904
|
-
],
|
|
6905
|
-
"compatibility": {
|
|
6906
|
-
"nuxt": "^3.0.0",
|
|
6907
|
-
"requires": {}
|
|
6908
|
-
}
|
|
6909
|
-
},
|
|
6910
|
-
{
|
|
6911
|
-
"name": "yandex-metrika",
|
|
6912
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6913
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6914
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6915
|
-
"icon": "",
|
|
6916
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6917
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6918
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6919
|
-
"category": "Analytics",
|
|
6920
|
-
"type": "community",
|
|
6921
|
-
"maintainers": [
|
|
6922
|
-
{
|
|
6923
|
-
"name": "Pooya Parsa",
|
|
6924
|
-
"github": "pi0",
|
|
6925
|
-
"twitter": "_pi0_"
|
|
6926
|
-
}
|
|
6927
|
-
],
|
|
6928
|
-
"compatibility": {
|
|
6929
|
-
"nuxt": "^2.0.0",
|
|
6930
|
-
"requires": {}
|
|
6931
|
-
}
|
|
6932
|
-
},
|
|
6933
7284
|
{
|
|
6934
7285
|
"name": "zendesk",
|
|
6935
7286
|
"description": "Nuxt.js module for Zendesk",
|