@nuxt/modules 0.6.0-2448bb → 0.6.0-266008
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 +362 -13
- 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.",
|
|
@@ -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
|
{
|
|
@@ -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.",
|
|
@@ -3457,6 +3592,28 @@
|
|
|
3457
3592
|
"requires": {}
|
|
3458
3593
|
}
|
|
3459
3594
|
},
|
|
3595
|
+
{
|
|
3596
|
+
"name": "nuxt-phosphor-icons",
|
|
3597
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3598
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3599
|
+
"npm": "nuxt-phosphor-icons",
|
|
3600
|
+
"icon": "phosphor-icons.svg",
|
|
3601
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3602
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3603
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3604
|
+
"category": "UI",
|
|
3605
|
+
"type": "3rd-party",
|
|
3606
|
+
"maintainers": [
|
|
3607
|
+
{
|
|
3608
|
+
"name": "OyewoleOyedeji",
|
|
3609
|
+
"github": "OyewoleOyedeji"
|
|
3610
|
+
}
|
|
3611
|
+
],
|
|
3612
|
+
"compatibility": {
|
|
3613
|
+
"nuxt": "^3.0.0",
|
|
3614
|
+
"requires": {}
|
|
3615
|
+
}
|
|
3616
|
+
},
|
|
3460
3617
|
{
|
|
3461
3618
|
"name": "nuxt-pino-log",
|
|
3462
3619
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3501,6 +3658,32 @@
|
|
|
3501
3658
|
"requires": {}
|
|
3502
3659
|
}
|
|
3503
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
|
+
},
|
|
3504
3687
|
{
|
|
3505
3688
|
"name": "nuxt-png-to-ico",
|
|
3506
3689
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -3713,12 +3896,12 @@
|
|
|
3713
3896
|
{
|
|
3714
3897
|
"name": "nuxt-vue3-google-signin",
|
|
3715
3898
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3716
|
-
"repo": "
|
|
3899
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3717
3900
|
"npm": "nuxt-vue3-google-signin",
|
|
3718
3901
|
"icon": "vue3-google-signin.svg",
|
|
3719
|
-
"github": "https://github.com/
|
|
3720
|
-
"website": "https://vue3-google-signin.
|
|
3721
|
-
"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",
|
|
3722
3905
|
"category": "Libraries",
|
|
3723
3906
|
"type": "3rd-party",
|
|
3724
3907
|
"maintainers": [
|
|
@@ -3734,7 +3917,7 @@
|
|
|
3734
3917
|
},
|
|
3735
3918
|
{
|
|
3736
3919
|
"name": "nuxt-vuetify",
|
|
3737
|
-
"description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
|
|
3920
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
|
|
3738
3921
|
"repo": "invictus-codes/nuxt-vuetify",
|
|
3739
3922
|
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3740
3923
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
@@ -3754,6 +3937,28 @@
|
|
|
3754
3937
|
"requires": {}
|
|
3755
3938
|
}
|
|
3756
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
|
+
},
|
|
3757
3962
|
{
|
|
3758
3963
|
"name": "nuxt7",
|
|
3759
3964
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -4306,6 +4511,28 @@
|
|
|
4306
4511
|
"requires": {}
|
|
4307
4512
|
}
|
|
4308
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.svg",
|
|
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
|
+
},
|
|
4309
4536
|
{
|
|
4310
4537
|
"name": "recaptcha",
|
|
4311
4538
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -4693,6 +4920,29 @@
|
|
|
4693
4920
|
"requires": {}
|
|
4694
4921
|
}
|
|
4695
4922
|
},
|
|
4923
|
+
{
|
|
4924
|
+
"name": "server-block",
|
|
4925
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
4926
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
4927
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
4928
|
+
"icon": "server-block.svg",
|
|
4929
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
4930
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4931
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4932
|
+
"category": "Extensions",
|
|
4933
|
+
"type": "3rd-party",
|
|
4934
|
+
"maintainers": [
|
|
4935
|
+
{
|
|
4936
|
+
"name": "Hebilicious",
|
|
4937
|
+
"github": "Hebilicious",
|
|
4938
|
+
"twitter": "its_hebilicious"
|
|
4939
|
+
}
|
|
4940
|
+
],
|
|
4941
|
+
"compatibility": {
|
|
4942
|
+
"nuxt": "^3.0.0",
|
|
4943
|
+
"requires": {}
|
|
4944
|
+
}
|
|
4945
|
+
},
|
|
4696
4946
|
{
|
|
4697
4947
|
"name": "session",
|
|
4698
4948
|
"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",
|
|
@@ -5962,6 +6212,30 @@
|
|
|
5962
6212
|
"requires": {}
|
|
5963
6213
|
}
|
|
5964
6214
|
},
|
|
6215
|
+
{
|
|
6216
|
+
"name": "use-wagmi",
|
|
6217
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6218
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6219
|
+
"npm": "@use-wagmi/nuxt",
|
|
6220
|
+
"icon": "use-wagmi.png",
|
|
6221
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6222
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6223
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6224
|
+
"category": "Extensions",
|
|
6225
|
+
"type": "3rd-party",
|
|
6226
|
+
"maintainers": [
|
|
6227
|
+
{
|
|
6228
|
+
"name": "Unic Ape",
|
|
6229
|
+
"github": "unicape"
|
|
6230
|
+
}
|
|
6231
|
+
],
|
|
6232
|
+
"compatibility": {
|
|
6233
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6234
|
+
"requires": {
|
|
6235
|
+
"bridge": true
|
|
6236
|
+
}
|
|
6237
|
+
}
|
|
6238
|
+
},
|
|
5965
6239
|
{
|
|
5966
6240
|
"name": "user-agent",
|
|
5967
6241
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -6054,6 +6328,28 @@
|
|
|
6054
6328
|
}
|
|
6055
6329
|
}
|
|
6056
6330
|
},
|
|
6331
|
+
{
|
|
6332
|
+
"name": "vcalendar",
|
|
6333
|
+
"description": "VCalendar module for Nuxt",
|
|
6334
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6335
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6336
|
+
"icon": "vcalendar.png",
|
|
6337
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6338
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6339
|
+
"learn_more": "",
|
|
6340
|
+
"category": "Libraries",
|
|
6341
|
+
"type": "3rd-party",
|
|
6342
|
+
"maintainers": [
|
|
6343
|
+
{
|
|
6344
|
+
"name": "Sam K",
|
|
6345
|
+
"github": "samk-dev"
|
|
6346
|
+
}
|
|
6347
|
+
],
|
|
6348
|
+
"compatibility": {
|
|
6349
|
+
"nuxt": "^3.0.0",
|
|
6350
|
+
"requires": {}
|
|
6351
|
+
}
|
|
6352
|
+
},
|
|
6057
6353
|
{
|
|
6058
6354
|
"name": "vee-validate",
|
|
6059
6355
|
"description": "Painless Vue forms for Nuxt.js",
|
|
@@ -6198,6 +6494,36 @@
|
|
|
6198
6494
|
"requires": {}
|
|
6199
6495
|
}
|
|
6200
6496
|
},
|
|
6497
|
+
{
|
|
6498
|
+
"name": "vue-email",
|
|
6499
|
+
"description": "Write email templates with vue",
|
|
6500
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6501
|
+
"npm": "vue-email",
|
|
6502
|
+
"icon": "vue-email.svg",
|
|
6503
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6504
|
+
"website": "https://vue-email.vercel.app/",
|
|
6505
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6506
|
+
"category": "UI",
|
|
6507
|
+
"type": "3rd-party",
|
|
6508
|
+
"maintainers": [
|
|
6509
|
+
{
|
|
6510
|
+
"name": "David Arenas",
|
|
6511
|
+
"github": "Dave136",
|
|
6512
|
+
"twitter": "davejs4",
|
|
6513
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6514
|
+
},
|
|
6515
|
+
{
|
|
6516
|
+
"name": "Younes Barrad",
|
|
6517
|
+
"github": "Flowko",
|
|
6518
|
+
"twitter": "imflowko",
|
|
6519
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6520
|
+
}
|
|
6521
|
+
],
|
|
6522
|
+
"compatibility": {
|
|
6523
|
+
"nuxt": "^3.0.0",
|
|
6524
|
+
"requires": {}
|
|
6525
|
+
}
|
|
6526
|
+
},
|
|
6201
6527
|
{
|
|
6202
6528
|
"name": "vue-macros",
|
|
6203
6529
|
"description": "Explore more macros and syntax sugar to Vue.",
|
|
@@ -6292,7 +6618,7 @@
|
|
|
6292
6618
|
{
|
|
6293
6619
|
"name": "vue-query",
|
|
6294
6620
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6295
|
-
"repo": "Hebilicious/vue-query-nuxt#main",
|
|
6621
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6296
6622
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
6297
6623
|
"icon": "vue-query.svg",
|
|
6298
6624
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -6382,6 +6708,29 @@
|
|
|
6382
6708
|
"requires": {}
|
|
6383
6709
|
}
|
|
6384
6710
|
},
|
|
6711
|
+
{
|
|
6712
|
+
"name": "vue3-carousel-nuxt",
|
|
6713
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
|
|
6714
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6715
|
+
"npm": "vue3-carousel-nuxt",
|
|
6716
|
+
"icon": "",
|
|
6717
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6718
|
+
"website": "",
|
|
6719
|
+
"learn_more": "",
|
|
6720
|
+
"category": "UI",
|
|
6721
|
+
"type": "3rd-party",
|
|
6722
|
+
"maintainers": [
|
|
6723
|
+
{
|
|
6724
|
+
"name": "Gaetan SENN",
|
|
6725
|
+
"github": "gaetansenn",
|
|
6726
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6727
|
+
}
|
|
6728
|
+
],
|
|
6729
|
+
"compatibility": {
|
|
6730
|
+
"nuxt": "^3.0.0",
|
|
6731
|
+
"requires": {}
|
|
6732
|
+
}
|
|
6733
|
+
},
|
|
6385
6734
|
{
|
|
6386
6735
|
"name": "vuefire",
|
|
6387
6736
|
"description": "Idiomatic composables for the Firebase SDK",
|