@nuxt/modules 0.6.0-efe624 → 0.6.0-fb3ac8
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 +313 -81
- 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",
|
|
@@ -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
|
{
|
|
@@ -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,28 @@
|
|
|
3203
3294
|
"requires": {}
|
|
3204
3295
|
}
|
|
3205
3296
|
},
|
|
3297
|
+
{
|
|
3298
|
+
"name": "nuxt-bootstrap-icons",
|
|
3299
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3300
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3301
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3302
|
+
"icon": "bootstrap-icons.svg",
|
|
3303
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3304
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3305
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3306
|
+
"category": "UI",
|
|
3307
|
+
"type": "3rd-party",
|
|
3308
|
+
"maintainers": [
|
|
3309
|
+
{
|
|
3310
|
+
"name": "OyewoleOyedeji",
|
|
3311
|
+
"github": "OyewoleOyedeji"
|
|
3312
|
+
}
|
|
3313
|
+
],
|
|
3314
|
+
"compatibility": {
|
|
3315
|
+
"nuxt": "^3.0.0",
|
|
3316
|
+
"requires": {}
|
|
3317
|
+
}
|
|
3318
|
+
},
|
|
3206
3319
|
{
|
|
3207
3320
|
"name": "nuxt-chatgpt",
|
|
3208
3321
|
"description": "ChatGPT integration for Nuxt 3",
|
|
@@ -3225,6 +3338,28 @@
|
|
|
3225
3338
|
"requires": {}
|
|
3226
3339
|
}
|
|
3227
3340
|
},
|
|
3341
|
+
{
|
|
3342
|
+
"name": "nuxt-feedme",
|
|
3343
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3344
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3345
|
+
"npm": "nuxt-feedme",
|
|
3346
|
+
"icon": "",
|
|
3347
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3348
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3349
|
+
"learn_more": "",
|
|
3350
|
+
"category": "SEO",
|
|
3351
|
+
"type": "3rd-party",
|
|
3352
|
+
"maintainers": [
|
|
3353
|
+
{
|
|
3354
|
+
"name": "Helltraitor",
|
|
3355
|
+
"github": "helltraitor"
|
|
3356
|
+
}
|
|
3357
|
+
],
|
|
3358
|
+
"compatibility": {
|
|
3359
|
+
"nuxt": "^3.0.0",
|
|
3360
|
+
"requires": {}
|
|
3361
|
+
}
|
|
3362
|
+
},
|
|
3228
3363
|
{
|
|
3229
3364
|
"name": "nuxt-graphql-middleware",
|
|
3230
3365
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3523,6 +3658,32 @@
|
|
|
3523
3658
|
"requires": {}
|
|
3524
3659
|
}
|
|
3525
3660
|
},
|
|
3661
|
+
{
|
|
3662
|
+
"name": "nuxt-plotly",
|
|
3663
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
|
|
3664
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3665
|
+
"npm": "nuxt-plotly",
|
|
3666
|
+
"icon": "nuxt-plotly.svg",
|
|
3667
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3668
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3669
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3670
|
+
"category": "Libraries",
|
|
3671
|
+
"type": "3rd-party",
|
|
3672
|
+
"maintainers": [
|
|
3673
|
+
{
|
|
3674
|
+
"name": "Supanut Dokmaithong",
|
|
3675
|
+
"github": "Boomgeek"
|
|
3676
|
+
},
|
|
3677
|
+
{
|
|
3678
|
+
"name": "superdev-tech",
|
|
3679
|
+
"github": "superdev-tech"
|
|
3680
|
+
}
|
|
3681
|
+
],
|
|
3682
|
+
"compatibility": {
|
|
3683
|
+
"nuxt": "^3.0.0",
|
|
3684
|
+
"requires": {}
|
|
3685
|
+
}
|
|
3686
|
+
},
|
|
3526
3687
|
{
|
|
3527
3688
|
"name": "nuxt-png-to-ico",
|
|
3528
3689
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -3735,12 +3896,12 @@
|
|
|
3735
3896
|
{
|
|
3736
3897
|
"name": "nuxt-vue3-google-signin",
|
|
3737
3898
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3738
|
-
"repo": "
|
|
3899
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3739
3900
|
"npm": "nuxt-vue3-google-signin",
|
|
3740
3901
|
"icon": "vue3-google-signin.svg",
|
|
3741
|
-
"github": "https://github.com/
|
|
3742
|
-
"website": "https://vue3-google-signin.
|
|
3743
|
-
"learn_more": "https://vue3-google-signin.
|
|
3902
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
3903
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
3904
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3744
3905
|
"category": "Libraries",
|
|
3745
3906
|
"type": "3rd-party",
|
|
3746
3907
|
"maintainers": [
|
|
@@ -3756,7 +3917,7 @@
|
|
|
3756
3917
|
},
|
|
3757
3918
|
{
|
|
3758
3919
|
"name": "nuxt-vuetify",
|
|
3759
|
-
"description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
|
|
3920
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
|
|
3760
3921
|
"repo": "invictus-codes/nuxt-vuetify",
|
|
3761
3922
|
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3762
3923
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
@@ -3776,6 +3937,28 @@
|
|
|
3776
3937
|
"requires": {}
|
|
3777
3938
|
}
|
|
3778
3939
|
},
|
|
3940
|
+
{
|
|
3941
|
+
"name": "nuxt3-leaflet",
|
|
3942
|
+
"description": "Leaflet integration with Nuxt",
|
|
3943
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
3944
|
+
"npm": "nuxt3-leaflet",
|
|
3945
|
+
"icon": "leaflet.png",
|
|
3946
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
3947
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
3948
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
3949
|
+
"category": "Libraries",
|
|
3950
|
+
"type": "3rd-party",
|
|
3951
|
+
"maintainers": [
|
|
3952
|
+
{
|
|
3953
|
+
"name": "Augustin MERCIER",
|
|
3954
|
+
"github": "Gugustinette"
|
|
3955
|
+
}
|
|
3956
|
+
],
|
|
3957
|
+
"compatibility": {
|
|
3958
|
+
"nuxt": "^3.0.0",
|
|
3959
|
+
"requires": {}
|
|
3960
|
+
}
|
|
3961
|
+
},
|
|
3779
3962
|
{
|
|
3780
3963
|
"name": "nuxt7",
|
|
3781
3964
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -4328,6 +4511,28 @@
|
|
|
4328
4511
|
"requires": {}
|
|
4329
4512
|
}
|
|
4330
4513
|
},
|
|
4514
|
+
{
|
|
4515
|
+
"name": "radash",
|
|
4516
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4517
|
+
"repo": "bbg/nuxt-radash",
|
|
4518
|
+
"npm": "nuxt-radash",
|
|
4519
|
+
"icon": "radash.png",
|
|
4520
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4521
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4522
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4523
|
+
"category": "Libraries",
|
|
4524
|
+
"type": "3rd-party",
|
|
4525
|
+
"maintainers": [
|
|
4526
|
+
{
|
|
4527
|
+
"name": "Batuhan Göksu",
|
|
4528
|
+
"github": "bbg"
|
|
4529
|
+
}
|
|
4530
|
+
],
|
|
4531
|
+
"compatibility": {
|
|
4532
|
+
"nuxt": "^3.0.0",
|
|
4533
|
+
"requires": {}
|
|
4534
|
+
}
|
|
4535
|
+
},
|
|
4331
4536
|
{
|
|
4332
4537
|
"name": "recaptcha",
|
|
4333
4538
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -4398,11 +4603,11 @@
|
|
|
4398
4603
|
{
|
|
4399
4604
|
"name": "robots",
|
|
4400
4605
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
4401
|
-
"repo": "nuxt-
|
|
4606
|
+
"repo": "nuxt-modules/robots-module",
|
|
4402
4607
|
"npm": "@nuxtjs/robots",
|
|
4403
4608
|
"icon": "robots.png",
|
|
4404
|
-
"github": "https://github.com/nuxt-
|
|
4405
|
-
"website": "https://github.com/nuxt-
|
|
4609
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4610
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4406
4611
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4407
4612
|
"category": "SEO",
|
|
4408
4613
|
"type": "community",
|
|
@@ -4608,7 +4813,7 @@
|
|
|
4608
4813
|
"description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
|
|
4609
4814
|
"repo": "nuxt-community/sentry-module",
|
|
4610
4815
|
"npm": "@nuxtjs/sentry",
|
|
4611
|
-
"icon": "sentry.
|
|
4816
|
+
"icon": "sentry.svg",
|
|
4612
4817
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4613
4818
|
"website": "https://sentry.nuxtjs.org/",
|
|
4614
4819
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -5187,10 +5392,10 @@
|
|
|
5187
5392
|
{
|
|
5188
5393
|
"name": "strapi",
|
|
5189
5394
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5190
|
-
"repo": "nuxt-
|
|
5395
|
+
"repo": "nuxt-modules/strapi",
|
|
5191
5396
|
"npm": "@nuxtjs/strapi",
|
|
5192
5397
|
"icon": "strapi.png",
|
|
5193
|
-
"github": "https://github.com/nuxt-
|
|
5398
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5194
5399
|
"website": "https://strapi.nuxtjs.org",
|
|
5195
5400
|
"learn_more": "https://strapi.io/",
|
|
5196
5401
|
"category": "CMS",
|
|
@@ -5333,10 +5538,10 @@
|
|
|
5333
5538
|
{
|
|
5334
5539
|
"name": "supabase",
|
|
5335
5540
|
"description": "First class integration with Supabase",
|
|
5336
|
-
"repo": "nuxt-
|
|
5541
|
+
"repo": "nuxt-modules/supabase",
|
|
5337
5542
|
"npm": "@nuxtjs/supabase",
|
|
5338
5543
|
"icon": "supabase.png",
|
|
5339
|
-
"github": "https://github.com/nuxt-
|
|
5544
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5340
5545
|
"website": "https://supabase.nuxtjs.org",
|
|
5341
5546
|
"learn_more": "https://supabase.com",
|
|
5342
5547
|
"category": "Database",
|
|
@@ -5500,10 +5705,10 @@
|
|
|
5500
5705
|
{
|
|
5501
5706
|
"name": "tailwindcss",
|
|
5502
5707
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5503
|
-
"repo": "nuxt-
|
|
5708
|
+
"repo": "nuxt-modules/tailwindcss-module",
|
|
5504
5709
|
"npm": "@nuxtjs/tailwindcss",
|
|
5505
5710
|
"icon": "tailwindcss.png",
|
|
5506
|
-
"github": "https://github.com/nuxt-
|
|
5711
|
+
"github": "https://github.com/nuxt-modules/tailwindcss-module",
|
|
5507
5712
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5508
5713
|
"learn_more": "https://tailwindcss.com/",
|
|
5509
5714
|
"category": "UI",
|
|
@@ -5513,6 +5718,10 @@
|
|
|
5513
5718
|
"name": "Sébastien Chopin",
|
|
5514
5719
|
"github": "Atinux",
|
|
5515
5720
|
"twitter": "Atinux"
|
|
5721
|
+
},
|
|
5722
|
+
{
|
|
5723
|
+
"name": "Inesh Bose",
|
|
5724
|
+
"github": "ineshbose"
|
|
5516
5725
|
}
|
|
5517
5726
|
],
|
|
5518
5727
|
"compatibility": {
|
|
@@ -6007,6 +6216,30 @@
|
|
|
6007
6216
|
"requires": {}
|
|
6008
6217
|
}
|
|
6009
6218
|
},
|
|
6219
|
+
{
|
|
6220
|
+
"name": "use-wagmi",
|
|
6221
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6222
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6223
|
+
"npm": "@use-wagmi/nuxt",
|
|
6224
|
+
"icon": "use-wagmi.png",
|
|
6225
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6226
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6227
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6228
|
+
"category": "Extensions",
|
|
6229
|
+
"type": "3rd-party",
|
|
6230
|
+
"maintainers": [
|
|
6231
|
+
{
|
|
6232
|
+
"name": "Unic Ape",
|
|
6233
|
+
"github": "unicape"
|
|
6234
|
+
}
|
|
6235
|
+
],
|
|
6236
|
+
"compatibility": {
|
|
6237
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6238
|
+
"requires": {
|
|
6239
|
+
"bridge": true
|
|
6240
|
+
}
|
|
6241
|
+
}
|
|
6242
|
+
},
|
|
6010
6243
|
{
|
|
6011
6244
|
"name": "user-agent",
|
|
6012
6245
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -6099,6 +6332,28 @@
|
|
|
6099
6332
|
}
|
|
6100
6333
|
}
|
|
6101
6334
|
},
|
|
6335
|
+
{
|
|
6336
|
+
"name": "vcalendar",
|
|
6337
|
+
"description": "VCalendar module for Nuxt",
|
|
6338
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6339
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6340
|
+
"icon": "vcalendar.png",
|
|
6341
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6342
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6343
|
+
"learn_more": "",
|
|
6344
|
+
"category": "Libraries",
|
|
6345
|
+
"type": "3rd-party",
|
|
6346
|
+
"maintainers": [
|
|
6347
|
+
{
|
|
6348
|
+
"name": "Sam K",
|
|
6349
|
+
"github": "samk-dev"
|
|
6350
|
+
}
|
|
6351
|
+
],
|
|
6352
|
+
"compatibility": {
|
|
6353
|
+
"nuxt": "^3.0.0",
|
|
6354
|
+
"requires": {}
|
|
6355
|
+
}
|
|
6356
|
+
},
|
|
6102
6357
|
{
|
|
6103
6358
|
"name": "vee-validate",
|
|
6104
6359
|
"description": "Painless Vue forms for Nuxt.js",
|
|
@@ -6457,6 +6712,29 @@
|
|
|
6457
6712
|
"requires": {}
|
|
6458
6713
|
}
|
|
6459
6714
|
},
|
|
6715
|
+
{
|
|
6716
|
+
"name": "vue3-carousel-nuxt",
|
|
6717
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
|
|
6718
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6719
|
+
"npm": "vue3-carousel-nuxt",
|
|
6720
|
+
"icon": "",
|
|
6721
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6722
|
+
"website": "",
|
|
6723
|
+
"learn_more": "",
|
|
6724
|
+
"category": "UI",
|
|
6725
|
+
"type": "3rd-party",
|
|
6726
|
+
"maintainers": [
|
|
6727
|
+
{
|
|
6728
|
+
"name": "Gaetan SENN",
|
|
6729
|
+
"github": "gaetansenn",
|
|
6730
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6731
|
+
}
|
|
6732
|
+
],
|
|
6733
|
+
"compatibility": {
|
|
6734
|
+
"nuxt": "^3.0.0",
|
|
6735
|
+
"requires": {}
|
|
6736
|
+
}
|
|
6737
|
+
},
|
|
6460
6738
|
{
|
|
6461
6739
|
"name": "vuefire",
|
|
6462
6740
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -6623,11 +6901,11 @@
|
|
|
6623
6901
|
{
|
|
6624
6902
|
"name": "web-vitals",
|
|
6625
6903
|
"description": "Web Vitals for Nuxt",
|
|
6626
|
-
"repo": "nuxt-
|
|
6904
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6627
6905
|
"npm": "@nuxtjs/web-vitals",
|
|
6628
6906
|
"icon": "web-vitals.png",
|
|
6629
|
-
"github": "https://github.com/nuxt-
|
|
6630
|
-
"website": "https://github.com/nuxt-
|
|
6907
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
6908
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6631
6909
|
"learn_more": "",
|
|
6632
6910
|
"category": "Performance",
|
|
6633
6911
|
"type": "community",
|
|
@@ -6959,52 +7237,6 @@
|
|
|
6959
7237
|
"requires": {}
|
|
6960
7238
|
}
|
|
6961
7239
|
},
|
|
6962
|
-
{
|
|
6963
|
-
"name": "yandex-metrika-next",
|
|
6964
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6965
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6966
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6967
|
-
"icon": "yandex-metrika.svg",
|
|
6968
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6969
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6970
|
-
"learn_more": "",
|
|
6971
|
-
"category": "Analytics",
|
|
6972
|
-
"type": "3rd-party",
|
|
6973
|
-
"maintainers": [
|
|
6974
|
-
{
|
|
6975
|
-
"name": "Aleksandr Saburov",
|
|
6976
|
-
"github": "artmizu",
|
|
6977
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6978
|
-
}
|
|
6979
|
-
],
|
|
6980
|
-
"compatibility": {
|
|
6981
|
-
"nuxt": "^3.0.0",
|
|
6982
|
-
"requires": {}
|
|
6983
|
-
}
|
|
6984
|
-
},
|
|
6985
|
-
{
|
|
6986
|
-
"name": "yandex-metrika",
|
|
6987
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6988
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6989
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6990
|
-
"icon": "",
|
|
6991
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6992
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6993
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6994
|
-
"category": "Analytics",
|
|
6995
|
-
"type": "community",
|
|
6996
|
-
"maintainers": [
|
|
6997
|
-
{
|
|
6998
|
-
"name": "Pooya Parsa",
|
|
6999
|
-
"github": "pi0",
|
|
7000
|
-
"twitter": "_pi0_"
|
|
7001
|
-
}
|
|
7002
|
-
],
|
|
7003
|
-
"compatibility": {
|
|
7004
|
-
"nuxt": "^2.0.0",
|
|
7005
|
-
"requires": {}
|
|
7006
|
-
}
|
|
7007
|
-
},
|
|
7008
7240
|
{
|
|
7009
7241
|
"name": "zendesk",
|
|
7010
7242
|
"description": "Nuxt.js module for Zendesk",
|