@nuxt/modules 0.6.0-f0acd5 → 0.6.0-f2366a
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 +189 -23
- package/package.json +2 -2
package/modules.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
{
|
|
20
20
|
"name": "Sébastien Chopin",
|
|
21
21
|
"github": "Atinux",
|
|
22
|
-
"twitter": "
|
|
22
|
+
"twitter": "atinux",
|
|
23
23
|
"bluesky": "atinux.com"
|
|
24
24
|
}
|
|
25
25
|
],
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
{
|
|
448
448
|
"name": "Sébastien Chopin",
|
|
449
449
|
"github": "atinux",
|
|
450
|
-
"twitter": "
|
|
450
|
+
"twitter": "atinux",
|
|
451
451
|
"bluesky": "atinux.com"
|
|
452
452
|
}
|
|
453
453
|
],
|
|
@@ -602,6 +602,28 @@
|
|
|
602
602
|
"requires": {}
|
|
603
603
|
}
|
|
604
604
|
},
|
|
605
|
+
{
|
|
606
|
+
"name": "bcms",
|
|
607
|
+
"description": "Nuxt BCMS module",
|
|
608
|
+
"repo": "bcms/nuxt-module",
|
|
609
|
+
"npm": "@thebcms/nuxt",
|
|
610
|
+
"icon": "bcms.png",
|
|
611
|
+
"github": "https://github.com/bcms/nuxt-module",
|
|
612
|
+
"website": "https://thebcms.com",
|
|
613
|
+
"learn_more": "https://thebcms.com/docs/integrations/nuxt-js",
|
|
614
|
+
"category": "CMS",
|
|
615
|
+
"type": "3rd-party",
|
|
616
|
+
"maintainers": [
|
|
617
|
+
{
|
|
618
|
+
"name": "Branislav Vajagic",
|
|
619
|
+
"github": "bbanez"
|
|
620
|
+
}
|
|
621
|
+
],
|
|
622
|
+
"compatibility": {
|
|
623
|
+
"nuxt": ">=3.0.0",
|
|
624
|
+
"requires": {}
|
|
625
|
+
}
|
|
626
|
+
},
|
|
605
627
|
{
|
|
606
628
|
"name": "bootstrap",
|
|
607
629
|
"description": "Add Bootstrap to your Nuxt app in seconds.",
|
|
@@ -1049,7 +1071,7 @@
|
|
|
1049
1071
|
{
|
|
1050
1072
|
"name": "Sébastien Chopin",
|
|
1051
1073
|
"github": "Atinux",
|
|
1052
|
-
"twitter": "
|
|
1074
|
+
"twitter": "atinux",
|
|
1053
1075
|
"bluesky": "atinux.com"
|
|
1054
1076
|
}
|
|
1055
1077
|
],
|
|
@@ -1204,7 +1226,7 @@
|
|
|
1204
1226
|
{
|
|
1205
1227
|
"name": "Sébastien Chopin",
|
|
1206
1228
|
"github": "Atinux",
|
|
1207
|
-
"twitter": "
|
|
1229
|
+
"twitter": "atinux",
|
|
1208
1230
|
"bluesky": "atinux.com"
|
|
1209
1231
|
}
|
|
1210
1232
|
],
|
|
@@ -2803,7 +2825,7 @@
|
|
|
2803
2825
|
{
|
|
2804
2826
|
"name": "Sébastien Chopin",
|
|
2805
2827
|
"github": "Atinux",
|
|
2806
|
-
"twitter": "
|
|
2828
|
+
"twitter": "atinux",
|
|
2807
2829
|
"bluesky": "atinux.com"
|
|
2808
2830
|
}
|
|
2809
2831
|
],
|
|
@@ -2827,7 +2849,7 @@
|
|
|
2827
2849
|
{
|
|
2828
2850
|
"name": "Sébastien Chopin",
|
|
2829
2851
|
"github": "Atinux",
|
|
2830
|
-
"twitter": "
|
|
2852
|
+
"twitter": "atinux",
|
|
2831
2853
|
"bluesky": "atinux.com"
|
|
2832
2854
|
},
|
|
2833
2855
|
{
|
|
@@ -2972,7 +2994,7 @@
|
|
|
2972
2994
|
{
|
|
2973
2995
|
"name": "Sébastien Chopin",
|
|
2974
2996
|
"github": "Atinux",
|
|
2975
|
-
"twitter": "
|
|
2997
|
+
"twitter": "atinux",
|
|
2976
2998
|
"bluesky": "atinux.com"
|
|
2977
2999
|
},
|
|
2978
3000
|
{
|
|
@@ -3065,7 +3087,7 @@
|
|
|
3065
3087
|
{
|
|
3066
3088
|
"name": "Sébastien Chopin",
|
|
3067
3089
|
"github": "Atinux",
|
|
3068
|
-
"twitter": "
|
|
3090
|
+
"twitter": "atinux",
|
|
3069
3091
|
"bluesky": "atinux.com"
|
|
3070
3092
|
}
|
|
3071
3093
|
],
|
|
@@ -3399,6 +3421,30 @@
|
|
|
3399
3421
|
"bluesky": "gugustinette.com"
|
|
3400
3422
|
}
|
|
3401
3423
|
],
|
|
3424
|
+
"compatibility": {
|
|
3425
|
+
"nuxt": ">=3.0.0",
|
|
3426
|
+
"requires": {}
|
|
3427
|
+
}
|
|
3428
|
+
},
|
|
3429
|
+
{
|
|
3430
|
+
"name": "lettermint",
|
|
3431
|
+
"description": "Nuxt module for sending emails with Lettermint",
|
|
3432
|
+
"repo": "lettermint/nuxt-lettermint",
|
|
3433
|
+
"npm": "nuxt-lettermint",
|
|
3434
|
+
"icon": "lettermint.svg",
|
|
3435
|
+
"github": "https://github.com/lettermint/nuxt-lettermint",
|
|
3436
|
+
"website": "https://github.com/lettermint/nuxt-lettermint",
|
|
3437
|
+
"learn_more": "https://lettermint.co",
|
|
3438
|
+
"category": "Extensions",
|
|
3439
|
+
"type": "3rd-party",
|
|
3440
|
+
"maintainers": [
|
|
3441
|
+
{
|
|
3442
|
+
"name": "lettermint",
|
|
3443
|
+
"github": "lettermint",
|
|
3444
|
+
"twitter": "lettermintco",
|
|
3445
|
+
"bluesky": "lettermint.co"
|
|
3446
|
+
}
|
|
3447
|
+
],
|
|
3402
3448
|
"compatibility": {
|
|
3403
3449
|
"nuxt": "^3.0.0",
|
|
3404
3450
|
"requires": {}
|
|
@@ -3450,7 +3496,7 @@
|
|
|
3450
3496
|
{
|
|
3451
3497
|
"name": "Sébastien Chopin",
|
|
3452
3498
|
"github": "Atinux",
|
|
3453
|
-
"twitter": "
|
|
3499
|
+
"twitter": "atinux",
|
|
3454
3500
|
"bluesky": "atinux.com"
|
|
3455
3501
|
}
|
|
3456
3502
|
],
|
|
@@ -3819,11 +3865,11 @@
|
|
|
3819
3865
|
},
|
|
3820
3866
|
{
|
|
3821
3867
|
"name": "maz-ui",
|
|
3822
|
-
"description": "
|
|
3823
|
-
"repo": "louismazel/maz-ui#master/packages/
|
|
3824
|
-
"npm": "maz-ui",
|
|
3868
|
+
"description": "A modern Vue.js UI library with auto-import components, plugins, and composables designed for seamless Nuxt integration and enhanced developer experience.",
|
|
3869
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt",
|
|
3870
|
+
"npm": "@maz-ui/nuxt",
|
|
3825
3871
|
"icon": "maz-ui.png",
|
|
3826
|
-
"github": "https://github.com/
|
|
3872
|
+
"github": "https://github.com/LouisMazel/maz-ui/tree/master/packages/nuxt",
|
|
3827
3873
|
"website": "https://maz-ui.com/",
|
|
3828
3874
|
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3829
3875
|
"category": "UI",
|
|
@@ -4264,6 +4310,29 @@
|
|
|
4264
4310
|
"requires": {}
|
|
4265
4311
|
}
|
|
4266
4312
|
},
|
|
4313
|
+
{
|
|
4314
|
+
"name": "nuxt-anime",
|
|
4315
|
+
"description": "Nuxt module for Anime.js",
|
|
4316
|
+
"repo": "Enternikot/NuxtAnime",
|
|
4317
|
+
"npm": "nuxt-anime",
|
|
4318
|
+
"icon": "nuxt-anime.png",
|
|
4319
|
+
"github": "https://github.com/Enternikot/NuxtAnime",
|
|
4320
|
+
"website": "https://nuxtanime.vercel.app/",
|
|
4321
|
+
"learn_more": "https://animejs.com/",
|
|
4322
|
+
"category": "Libraries",
|
|
4323
|
+
"type": "3rd-party",
|
|
4324
|
+
"maintainers": [
|
|
4325
|
+
{
|
|
4326
|
+
"name": "Sebastian Gebhardt",
|
|
4327
|
+
"github": "Enternikot",
|
|
4328
|
+
"avatar": "https://avatars.githubusercontent.com/u/47455848?v=4"
|
|
4329
|
+
}
|
|
4330
|
+
],
|
|
4331
|
+
"compatibility": {
|
|
4332
|
+
"nuxt": ">=3.0.0",
|
|
4333
|
+
"requires": {}
|
|
4334
|
+
}
|
|
4335
|
+
},
|
|
4267
4336
|
{
|
|
4268
4337
|
"name": "nuxt-asciidoc",
|
|
4269
4338
|
"description": "Transformer for using asciidoc in nuxt",
|
|
@@ -5289,6 +5358,34 @@
|
|
|
5289
5358
|
"requires": {}
|
|
5290
5359
|
}
|
|
5291
5360
|
},
|
|
5361
|
+
{
|
|
5362
|
+
"name": "nuxt-open-fetch",
|
|
5363
|
+
"description": "Generate zero-overhead, 100% typed OpenAPI clients for Nuxt.",
|
|
5364
|
+
"repo": "Norbiros/nuxt-open-fetch",
|
|
5365
|
+
"npm": "nuxt-open-fetch",
|
|
5366
|
+
"icon": "nuxt-open-fetch.svg",
|
|
5367
|
+
"github": "https://github.com/Norbiros/nuxt-open-fetch",
|
|
5368
|
+
"website": "https://nuxt-open-fetch.norbiros.dev",
|
|
5369
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-open-fetch",
|
|
5370
|
+
"category": "Request",
|
|
5371
|
+
"type": "3rd-party",
|
|
5372
|
+
"maintainers": [
|
|
5373
|
+
{
|
|
5374
|
+
"name": "Norbiros",
|
|
5375
|
+
"github": "Norbiros",
|
|
5376
|
+
"avatar": "https://avatars.githubusercontent.com/u/89837724?v=4"
|
|
5377
|
+
},
|
|
5378
|
+
{
|
|
5379
|
+
"name": "Taras Batenkov",
|
|
5380
|
+
"github": "enkot",
|
|
5381
|
+
"avatar": "https://avatars.githubusercontent.com/u/10506522?v=4"
|
|
5382
|
+
}
|
|
5383
|
+
],
|
|
5384
|
+
"compatibility": {
|
|
5385
|
+
"nuxt": ">=3.0.0",
|
|
5386
|
+
"requires": {}
|
|
5387
|
+
}
|
|
5388
|
+
},
|
|
5292
5389
|
{
|
|
5293
5390
|
"name": "nuxt-openapi-docs-module",
|
|
5294
5391
|
"description": "Generate pages from OpenAPI specifications",
|
|
@@ -5692,7 +5789,7 @@
|
|
|
5692
5789
|
}
|
|
5693
5790
|
],
|
|
5694
5791
|
"compatibility": {
|
|
5695
|
-
"nuxt": "
|
|
5792
|
+
"nuxt": ">=3.16.0",
|
|
5696
5793
|
"requires": {}
|
|
5697
5794
|
}
|
|
5698
5795
|
},
|
|
@@ -5768,6 +5865,29 @@
|
|
|
5768
5865
|
"requires": {}
|
|
5769
5866
|
}
|
|
5770
5867
|
},
|
|
5868
|
+
{
|
|
5869
|
+
"name": "nuxt-svg-sprite-icon",
|
|
5870
|
+
"description": "A powerful SVG sprite module for Nuxt 3 that automatically generates SVG sprites from your assets and provides an easy-to-use component for displaying icons.",
|
|
5871
|
+
"repo": "MikeCheng1208/nuxt-svg-sprite-icon",
|
|
5872
|
+
"npm": "nuxt-svg-sprite-icon",
|
|
5873
|
+
"icon": "nuxt-svg-sprite-icon.png",
|
|
5874
|
+
"github": "https://github.com/MikeCheng1208/nuxt-svg-sprite-icon",
|
|
5875
|
+
"website": "https://github.com/MikeCheng1208/nuxt-svg-sprite-icon",
|
|
5876
|
+
"learn_more": "",
|
|
5877
|
+
"category": "UI",
|
|
5878
|
+
"type": "3rd-party",
|
|
5879
|
+
"maintainers": [
|
|
5880
|
+
{
|
|
5881
|
+
"name": "Mike Cheng",
|
|
5882
|
+
"github": "MikeCheng1208",
|
|
5883
|
+
"twitter": "mike_cheng1208"
|
|
5884
|
+
}
|
|
5885
|
+
],
|
|
5886
|
+
"compatibility": {
|
|
5887
|
+
"nuxt": ">=3.17.0",
|
|
5888
|
+
"requires": {}
|
|
5889
|
+
}
|
|
5890
|
+
},
|
|
5771
5891
|
{
|
|
5772
5892
|
"name": "nuxt-svgo-loader",
|
|
5773
5893
|
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
@@ -5906,6 +6026,28 @@
|
|
|
5906
6026
|
"requires": {}
|
|
5907
6027
|
}
|
|
5908
6028
|
},
|
|
6029
|
+
{
|
|
6030
|
+
"name": "nuxt-useless-blobs",
|
|
6031
|
+
"description": "An easier way of using useless-blobs in your Nuxt project!",
|
|
6032
|
+
"repo": "oyedejioyewole/nuxt-useless-blobs",
|
|
6033
|
+
"npm": "nuxt-useless-blobs",
|
|
6034
|
+
"icon": "nuxt-useless-blobs.svg",
|
|
6035
|
+
"github": "https://github.com/oyedejioyewole/nuxt-useless-blobs",
|
|
6036
|
+
"website": "https://nuxt-useless-blobs.vercel.app",
|
|
6037
|
+
"learn_more": "",
|
|
6038
|
+
"category": "UI",
|
|
6039
|
+
"type": "3rd-party",
|
|
6040
|
+
"maintainers": [
|
|
6041
|
+
{
|
|
6042
|
+
"name": "Oyedeji Oyewole",
|
|
6043
|
+
"github": "oyedejioyewole"
|
|
6044
|
+
}
|
|
6045
|
+
],
|
|
6046
|
+
"compatibility": {
|
|
6047
|
+
"nuxt": "^3.0.0",
|
|
6048
|
+
"requires": {}
|
|
6049
|
+
}
|
|
6050
|
+
},
|
|
5909
6051
|
{
|
|
5910
6052
|
"name": "nuxt-uswds",
|
|
5911
6053
|
"description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
|
|
@@ -6510,7 +6652,7 @@
|
|
|
6510
6652
|
"type": "3rd-party",
|
|
6511
6653
|
"maintainers": [
|
|
6512
6654
|
{
|
|
6513
|
-
"name": "
|
|
6655
|
+
"name": "praz",
|
|
6514
6656
|
"github": "prazdevs",
|
|
6515
6657
|
"bluesky": "dev.praz.me"
|
|
6516
6658
|
}
|
|
@@ -7251,7 +7393,7 @@
|
|
|
7251
7393
|
{
|
|
7252
7394
|
"name": "Sébastien Chopin",
|
|
7253
7395
|
"github": "Atinux",
|
|
7254
|
-
"twitter": "
|
|
7396
|
+
"twitter": "atinux",
|
|
7255
7397
|
"bluesky": "atinux.com"
|
|
7256
7398
|
}
|
|
7257
7399
|
],
|
|
@@ -8042,7 +8184,7 @@
|
|
|
8042
8184
|
{
|
|
8043
8185
|
"name": "Sébastien Chopin",
|
|
8044
8186
|
"github": "Atinux",
|
|
8045
|
-
"twitter": "
|
|
8187
|
+
"twitter": "atinux",
|
|
8046
8188
|
"bluesky": "atinux.com"
|
|
8047
8189
|
}
|
|
8048
8190
|
],
|
|
@@ -8096,7 +8238,8 @@
|
|
|
8096
8238
|
{
|
|
8097
8239
|
"name": "William DA SILVA",
|
|
8098
8240
|
"github": "WilliamDASILVA",
|
|
8099
|
-
"twitter": "willia_am"
|
|
8241
|
+
"twitter": "willia_am",
|
|
8242
|
+
"bluesky": "william.to"
|
|
8100
8243
|
}
|
|
8101
8244
|
],
|
|
8102
8245
|
"compatibility": {
|
|
@@ -8125,7 +8268,7 @@
|
|
|
8125
8268
|
{
|
|
8126
8269
|
"name": "Sébastien Chopin",
|
|
8127
8270
|
"github": "Atinux",
|
|
8128
|
-
"twitter": "
|
|
8271
|
+
"twitter": "atinux",
|
|
8129
8272
|
"bluesky": "atinux.com"
|
|
8130
8273
|
}
|
|
8131
8274
|
],
|
|
@@ -8203,7 +8346,7 @@
|
|
|
8203
8346
|
{
|
|
8204
8347
|
"name": "Sébastien Chopin",
|
|
8205
8348
|
"github": "Atinux",
|
|
8206
|
-
"twitter": "
|
|
8349
|
+
"twitter": "atinux",
|
|
8207
8350
|
"bluesky": "atinux.com"
|
|
8208
8351
|
},
|
|
8209
8352
|
{
|
|
@@ -8417,7 +8560,7 @@
|
|
|
8417
8560
|
{
|
|
8418
8561
|
"name": "Sébastien Chopin",
|
|
8419
8562
|
"github": "Atinux",
|
|
8420
|
-
"twitter": "
|
|
8563
|
+
"twitter": "atinux",
|
|
8421
8564
|
"bluesky": "atinux.com"
|
|
8422
8565
|
},
|
|
8423
8566
|
{
|
|
@@ -8956,7 +9099,7 @@
|
|
|
8956
9099
|
{
|
|
8957
9100
|
"name": "Sébastien Chopin",
|
|
8958
9101
|
"github": "Atinux",
|
|
8959
|
-
"twitter": "
|
|
9102
|
+
"twitter": "atinux",
|
|
8960
9103
|
"bluesky": "atinux.com"
|
|
8961
9104
|
}
|
|
8962
9105
|
],
|
|
@@ -9456,6 +9599,29 @@
|
|
|
9456
9599
|
"requires": {}
|
|
9457
9600
|
}
|
|
9458
9601
|
},
|
|
9602
|
+
{
|
|
9603
|
+
"name": "vue-gsap-flip",
|
|
9604
|
+
"description": "A powerful Vue 3 library for creating stunning flip animations using GSAP's Flip plugin. Modular, extensible, and easy to use.",
|
|
9605
|
+
"repo": "lavolpecheprogramma/vue-gsap-flip#master/packages/nuxt",
|
|
9606
|
+
"npm": "@vue-gsap-flip/nuxt",
|
|
9607
|
+
"icon": "",
|
|
9608
|
+
"github": "https://github.com/lavolpecheprogramma/vue-gsap-flip",
|
|
9609
|
+
"website": "https://lavolpecheprogramma.github.io/vue-gsap-flip/",
|
|
9610
|
+
"learn_more": "",
|
|
9611
|
+
"category": "Libraries",
|
|
9612
|
+
"type": "3rd-party",
|
|
9613
|
+
"maintainers": [
|
|
9614
|
+
{
|
|
9615
|
+
"name": "Alberto Parziale",
|
|
9616
|
+
"github": "lavolpecheprogramma",
|
|
9617
|
+
"twitter": "lavolpechevola"
|
|
9618
|
+
}
|
|
9619
|
+
],
|
|
9620
|
+
"compatibility": {
|
|
9621
|
+
"nuxt": ">=3.0.0",
|
|
9622
|
+
"requires": {}
|
|
9623
|
+
}
|
|
9624
|
+
},
|
|
9459
9625
|
{
|
|
9460
9626
|
"name": "vue-macros",
|
|
9461
9627
|
"description": "Explore more macros and syntax sugar to Vue.",
|
|
@@ -9909,7 +10075,7 @@
|
|
|
9909
10075
|
{
|
|
9910
10076
|
"name": "Sébastien Chopin",
|
|
9911
10077
|
"github": "Atinux",
|
|
9912
|
-
"twitter": "
|
|
10078
|
+
"twitter": "atinux",
|
|
9913
10079
|
"bluesky": "atinux.com"
|
|
9914
10080
|
}
|
|
9915
10081
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/modules",
|
|
3
|
-
"version": "0.6.0-
|
|
3
|
+
"version": "0.6.0-f2366a",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"website:build": "pnpm build && nuxt build website",
|
|
18
18
|
"website:dev": "pnpm build && nuxt dev website",
|
|
19
19
|
"lint": "eslint",
|
|
20
|
-
"release": "pnpm cli version && npm publish",
|
|
20
|
+
"release": "pnpm cli version && npm publish --tag latest",
|
|
21
21
|
"sync": "pnpm cli sync",
|
|
22
22
|
"test": "pnpm lint && pnpm sync"
|
|
23
23
|
},
|