@nuxt/modules 0.6.0-62ffd9 → 0.6.0-639d2e
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 +1072 -92
- package/package.json +5 -5
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
|
],
|
|
@@ -409,6 +409,29 @@
|
|
|
409
409
|
"requires": {}
|
|
410
410
|
}
|
|
411
411
|
},
|
|
412
|
+
{
|
|
413
|
+
"name": "askdoppler",
|
|
414
|
+
"description": "Monitor impressions coming from ChatGPT, Perplexity and others in your Nuxt app with this integration of Doppler.",
|
|
415
|
+
"repo": "askdoppler/doppler-js#main/nuxt",
|
|
416
|
+
"npm": "@askdoppler/nuxt",
|
|
417
|
+
"icon": "askdoppler.png",
|
|
418
|
+
"github": "https://github.com/askdoppler/doppler-js/tree/main/nuxt",
|
|
419
|
+
"website": "https://askdoppler.com",
|
|
420
|
+
"learn_more": "https://docs.askdoppler.com/integrations/nuxt",
|
|
421
|
+
"category": "SEO",
|
|
422
|
+
"type": "3rd-party",
|
|
423
|
+
"maintainers": [
|
|
424
|
+
{
|
|
425
|
+
"name": "maxime",
|
|
426
|
+
"github": "mdolr",
|
|
427
|
+
"twitter": "m_dolr"
|
|
428
|
+
}
|
|
429
|
+
],
|
|
430
|
+
"compatibility": {
|
|
431
|
+
"nuxt": ">=3.0.0",
|
|
432
|
+
"requires": {}
|
|
433
|
+
}
|
|
434
|
+
},
|
|
412
435
|
{
|
|
413
436
|
"name": "auth-utils",
|
|
414
437
|
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
@@ -424,7 +447,7 @@
|
|
|
424
447
|
{
|
|
425
448
|
"name": "Sébastien Chopin",
|
|
426
449
|
"github": "atinux",
|
|
427
|
-
"twitter": "
|
|
450
|
+
"twitter": "atinux",
|
|
428
451
|
"bluesky": "atinux.com"
|
|
429
452
|
}
|
|
430
453
|
],
|
|
@@ -579,6 +602,28 @@
|
|
|
579
602
|
"requires": {}
|
|
580
603
|
}
|
|
581
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
|
+
},
|
|
582
627
|
{
|
|
583
628
|
"name": "bootstrap",
|
|
584
629
|
"description": "Add Bootstrap to your Nuxt app in seconds.",
|
|
@@ -833,7 +878,7 @@
|
|
|
833
878
|
"type": "3rd-party",
|
|
834
879
|
"maintainers": [
|
|
835
880
|
{
|
|
836
|
-
"name": "
|
|
881
|
+
"name": "Wind",
|
|
837
882
|
"github": "productdevbook",
|
|
838
883
|
"twitter": "productdevbook"
|
|
839
884
|
}
|
|
@@ -1026,7 +1071,7 @@
|
|
|
1026
1071
|
{
|
|
1027
1072
|
"name": "Sébastien Chopin",
|
|
1028
1073
|
"github": "Atinux",
|
|
1029
|
-
"twitter": "
|
|
1074
|
+
"twitter": "atinux",
|
|
1030
1075
|
"bluesky": "atinux.com"
|
|
1031
1076
|
}
|
|
1032
1077
|
],
|
|
@@ -1040,9 +1085,9 @@
|
|
|
1040
1085
|
{
|
|
1041
1086
|
"name": "compodium",
|
|
1042
1087
|
"description": "A plug an play component playground for Nuxt.",
|
|
1043
|
-
"repo": "romhml/compodium",
|
|
1044
|
-
"npm": "compodium",
|
|
1045
|
-
"icon": "",
|
|
1088
|
+
"repo": "romhml/compodium#main/packages/nuxt",
|
|
1089
|
+
"npm": "@compodium/nuxt",
|
|
1090
|
+
"icon": "compodium.svg",
|
|
1046
1091
|
"github": "https://github.com/romhml/compodium",
|
|
1047
1092
|
"website": "https://github.com/romhml/compodium",
|
|
1048
1093
|
"learn_more": "",
|
|
@@ -1051,11 +1096,12 @@
|
|
|
1051
1096
|
"maintainers": [
|
|
1052
1097
|
{
|
|
1053
1098
|
"name": "Romain Hamel",
|
|
1054
|
-
"github": "romhml"
|
|
1099
|
+
"github": "romhml",
|
|
1100
|
+
"bluesky": "rohm.dev"
|
|
1055
1101
|
}
|
|
1056
1102
|
],
|
|
1057
1103
|
"compatibility": {
|
|
1058
|
-
"nuxt": "
|
|
1104
|
+
"nuxt": ">=3.0.0",
|
|
1059
1105
|
"requires": {}
|
|
1060
1106
|
}
|
|
1061
1107
|
},
|
|
@@ -1130,9 +1176,32 @@
|
|
|
1130
1176
|
"requires": {}
|
|
1131
1177
|
}
|
|
1132
1178
|
},
|
|
1179
|
+
{
|
|
1180
|
+
"name": "content-island",
|
|
1181
|
+
"description": "Content Island - A headless CMS that’s refreshingly simple",
|
|
1182
|
+
"repo": "content-island/nuxt-content-island",
|
|
1183
|
+
"npm": "@content-island/nuxt",
|
|
1184
|
+
"icon": "content-island.png",
|
|
1185
|
+
"github": "https://github.com/content-island/nuxt-content-island",
|
|
1186
|
+
"website": "https://contentisland.net/",
|
|
1187
|
+
"learn_more": "https://github.com/content-island/nuxt-content-island",
|
|
1188
|
+
"category": "CMS",
|
|
1189
|
+
"type": "3rd-party",
|
|
1190
|
+
"maintainers": [
|
|
1191
|
+
{
|
|
1192
|
+
"name": "nasdan",
|
|
1193
|
+
"github": "nasdan",
|
|
1194
|
+
"avatar": "https://avatars.githubusercontent.com/u/4374977?v=4"
|
|
1195
|
+
}
|
|
1196
|
+
],
|
|
1197
|
+
"compatibility": {
|
|
1198
|
+
"nuxt": "^3.0.0",
|
|
1199
|
+
"requires": {}
|
|
1200
|
+
}
|
|
1201
|
+
},
|
|
1133
1202
|
{
|
|
1134
1203
|
"name": "content",
|
|
1135
|
-
"description": "
|
|
1204
|
+
"description": "The file-based CMS with support for Markdown, YAML, JSON.",
|
|
1136
1205
|
"repo": "nuxt/content#main",
|
|
1137
1206
|
"npm": "@nuxt/content",
|
|
1138
1207
|
"icon": "nuxt.svg",
|
|
@@ -1157,7 +1226,7 @@
|
|
|
1157
1226
|
{
|
|
1158
1227
|
"name": "Sébastien Chopin",
|
|
1159
1228
|
"github": "Atinux",
|
|
1160
|
-
"twitter": "
|
|
1229
|
+
"twitter": "atinux",
|
|
1161
1230
|
"bluesky": "atinux.com"
|
|
1162
1231
|
}
|
|
1163
1232
|
],
|
|
@@ -1195,8 +1264,8 @@
|
|
|
1195
1264
|
"npm": "nuxt-contentstack",
|
|
1196
1265
|
"icon": "contentstack.png",
|
|
1197
1266
|
"github": "https://github.com/timbenniks/nuxt-contentstack",
|
|
1198
|
-
"website": "https://
|
|
1199
|
-
"learn_more": "https://contentstack.com/",
|
|
1267
|
+
"website": "https://nuxt-contentstack-docs.eu-contentstackapps.com/",
|
|
1268
|
+
"learn_more": "https://community.contentstack.com/",
|
|
1200
1269
|
"category": "CMS",
|
|
1201
1270
|
"type": "3rd-party",
|
|
1202
1271
|
"maintainers": [
|
|
@@ -1209,8 +1278,9 @@
|
|
|
1209
1278
|
}
|
|
1210
1279
|
],
|
|
1211
1280
|
"compatibility": {
|
|
1212
|
-
"nuxt": "^3.
|
|
1213
|
-
"requires": {}
|
|
1281
|
+
"nuxt": "^3.16.0",
|
|
1282
|
+
"requires": {},
|
|
1283
|
+
"devtools": "^0.0.0"
|
|
1214
1284
|
}
|
|
1215
1285
|
},
|
|
1216
1286
|
{
|
|
@@ -1449,7 +1519,7 @@
|
|
|
1449
1519
|
},
|
|
1450
1520
|
{
|
|
1451
1521
|
"name": "devtools",
|
|
1452
|
-
"description": "
|
|
1522
|
+
"description": "Visual tools that help you to know your Nuxt application better.",
|
|
1453
1523
|
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1454
1524
|
"npm": "@nuxt/devtools",
|
|
1455
1525
|
"icon": "nuxt.svg",
|
|
@@ -1690,7 +1760,8 @@
|
|
|
1690
1760
|
"maintainers": [
|
|
1691
1761
|
{
|
|
1692
1762
|
"name": "Yue JIN",
|
|
1693
|
-
"github": "kingyue737"
|
|
1763
|
+
"github": "kingyue737",
|
|
1764
|
+
"twitter": "kingyue737"
|
|
1694
1765
|
}
|
|
1695
1766
|
],
|
|
1696
1767
|
"compatibility": {
|
|
@@ -1798,6 +1869,28 @@
|
|
|
1798
1869
|
"requires": {}
|
|
1799
1870
|
}
|
|
1800
1871
|
},
|
|
1872
|
+
{
|
|
1873
|
+
"name": "es-toolkit",
|
|
1874
|
+
"description": "Es-toolkit auto import module for Nuxt",
|
|
1875
|
+
"repo": "bubblesortt/nuxt-es-toolkit",
|
|
1876
|
+
"npm": "@bubblesortt/nuxt-es-toolkit",
|
|
1877
|
+
"icon": "",
|
|
1878
|
+
"github": "https://github.com/bubblesortt/nuxt-es-toolkit",
|
|
1879
|
+
"website": "https://github.com/bubblesortt/nuxt-es-toolkit",
|
|
1880
|
+
"learn_more": "",
|
|
1881
|
+
"category": "Libraries",
|
|
1882
|
+
"type": "3rd-party",
|
|
1883
|
+
"maintainers": [
|
|
1884
|
+
{
|
|
1885
|
+
"name": "Alexandr Bychkin",
|
|
1886
|
+
"github": "bubblesortt"
|
|
1887
|
+
}
|
|
1888
|
+
],
|
|
1889
|
+
"compatibility": {
|
|
1890
|
+
"nuxt": ">=3.0.0",
|
|
1891
|
+
"requires": {}
|
|
1892
|
+
}
|
|
1893
|
+
},
|
|
1801
1894
|
{
|
|
1802
1895
|
"name": "eslint-module",
|
|
1803
1896
|
"description": "ESLint module for Nuxt",
|
|
@@ -1823,7 +1916,7 @@
|
|
|
1823
1916
|
},
|
|
1824
1917
|
{
|
|
1825
1918
|
"name": "eslint",
|
|
1826
|
-
"description": "
|
|
1919
|
+
"description": "Project-aware, easy-to-use, extensible and future-proof ESLint integration.",
|
|
1827
1920
|
"repo": "nuxt/eslint",
|
|
1828
1921
|
"npm": "@nuxt/eslint",
|
|
1829
1922
|
"icon": "nuxt.svg",
|
|
@@ -2096,7 +2189,7 @@
|
|
|
2096
2189
|
},
|
|
2097
2190
|
{
|
|
2098
2191
|
"name": "fonts",
|
|
2099
|
-
"description": "
|
|
2192
|
+
"description": "Add custom web fonts with performance in mind.",
|
|
2100
2193
|
"repo": "nuxt/fonts",
|
|
2101
2194
|
"npm": "@nuxt/fonts",
|
|
2102
2195
|
"icon": "nuxt.svg",
|
|
@@ -2589,7 +2682,7 @@
|
|
|
2589
2682
|
"name": "Lucas Portet",
|
|
2590
2683
|
"github": "l-portet",
|
|
2591
2684
|
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4",
|
|
2592
|
-
"twitter": "
|
|
2685
|
+
"twitter": "lukecarry_"
|
|
2593
2686
|
}
|
|
2594
2687
|
],
|
|
2595
2688
|
"compatibility": {
|
|
@@ -2641,6 +2734,30 @@
|
|
|
2641
2734
|
"requires": {}
|
|
2642
2735
|
}
|
|
2643
2736
|
},
|
|
2737
|
+
{
|
|
2738
|
+
"name": "hints",
|
|
2739
|
+
"description": "Nuxt module that shows hints for aspects of your application such as Performance, Security, and more!",
|
|
2740
|
+
"repo": "nuxt/hints",
|
|
2741
|
+
"npm": "@nuxt/hints",
|
|
2742
|
+
"icon": "nuxt.svg",
|
|
2743
|
+
"github": "https://github.com/nuxt/hints",
|
|
2744
|
+
"website": "https://github.com/nuxt/hints",
|
|
2745
|
+
"learn_more": "",
|
|
2746
|
+
"category": "Devtools",
|
|
2747
|
+
"type": "official",
|
|
2748
|
+
"maintainers": [
|
|
2749
|
+
{
|
|
2750
|
+
"name": "Julien Huang",
|
|
2751
|
+
"github": "huang-julien",
|
|
2752
|
+
"twitter": "JulienHuang_dev",
|
|
2753
|
+
"bluesky": "julienhuang-dev.bsky.social"
|
|
2754
|
+
}
|
|
2755
|
+
],
|
|
2756
|
+
"compatibility": {
|
|
2757
|
+
"nuxt": ">=3.0.0",
|
|
2758
|
+
"requires": {}
|
|
2759
|
+
}
|
|
2760
|
+
},
|
|
2644
2761
|
{
|
|
2645
2762
|
"name": "history-state",
|
|
2646
2763
|
"description": "Nuxt module to backup or restore historical states",
|
|
@@ -2755,7 +2872,7 @@
|
|
|
2755
2872
|
{
|
|
2756
2873
|
"name": "Sébastien Chopin",
|
|
2757
2874
|
"github": "Atinux",
|
|
2758
|
-
"twitter": "
|
|
2875
|
+
"twitter": "atinux",
|
|
2759
2876
|
"bluesky": "atinux.com"
|
|
2760
2877
|
}
|
|
2761
2878
|
],
|
|
@@ -2779,7 +2896,7 @@
|
|
|
2779
2896
|
{
|
|
2780
2897
|
"name": "Sébastien Chopin",
|
|
2781
2898
|
"github": "Atinux",
|
|
2782
|
-
"twitter": "
|
|
2899
|
+
"twitter": "atinux",
|
|
2783
2900
|
"bluesky": "atinux.com"
|
|
2784
2901
|
},
|
|
2785
2902
|
{
|
|
@@ -2924,7 +3041,7 @@
|
|
|
2924
3041
|
{
|
|
2925
3042
|
"name": "Sébastien Chopin",
|
|
2926
3043
|
"github": "Atinux",
|
|
2927
|
-
"twitter": "
|
|
3044
|
+
"twitter": "atinux",
|
|
2928
3045
|
"bluesky": "atinux.com"
|
|
2929
3046
|
},
|
|
2930
3047
|
{
|
|
@@ -2986,7 +3103,7 @@
|
|
|
2986
3103
|
},
|
|
2987
3104
|
{
|
|
2988
3105
|
"name": "image",
|
|
2989
|
-
"description": "
|
|
3106
|
+
"description": "Add images with progressive processing, lazy-loading, resizing and providers support.",
|
|
2990
3107
|
"repo": "nuxt/image",
|
|
2991
3108
|
"npm": "@nuxt/image",
|
|
2992
3109
|
"icon": "nuxt.svg",
|
|
@@ -3017,7 +3134,7 @@
|
|
|
3017
3134
|
{
|
|
3018
3135
|
"name": "Sébastien Chopin",
|
|
3019
3136
|
"github": "Atinux",
|
|
3020
|
-
"twitter": "
|
|
3137
|
+
"twitter": "atinux",
|
|
3021
3138
|
"bluesky": "atinux.com"
|
|
3022
3139
|
}
|
|
3023
3140
|
],
|
|
@@ -3054,8 +3171,8 @@
|
|
|
3054
3171
|
{
|
|
3055
3172
|
"name": "inkline",
|
|
3056
3173
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
3057
|
-
"repo": "inkline/inkline
|
|
3058
|
-
"npm": "
|
|
3174
|
+
"repo": "inkline/inkline",
|
|
3175
|
+
"npm": "inkline",
|
|
3059
3176
|
"icon": "inkline.svg",
|
|
3060
3177
|
"github": "https://github.com/inkline/inkline",
|
|
3061
3178
|
"website": "https://inkline.io",
|
|
@@ -3122,6 +3239,29 @@
|
|
|
3122
3239
|
"requires": {}
|
|
3123
3240
|
}
|
|
3124
3241
|
},
|
|
3242
|
+
{
|
|
3243
|
+
"name": "izi-toast",
|
|
3244
|
+
"description": "Elegant, responsive, and lightweight toast notification module for Nuxt 3 using iziToast. Supports auto-imported composables and full customization.",
|
|
3245
|
+
"repo": "stephenjason89/nuxt-toast",
|
|
3246
|
+
"npm": "nuxt-toast",
|
|
3247
|
+
"icon": "toast.png",
|
|
3248
|
+
"github": "https://github.com/stephenjason89/nuxt-toast",
|
|
3249
|
+
"website": "https://github.com/stephenjason89/nuxt-toast",
|
|
3250
|
+
"learn_more": "https://marcelodolza.github.io/iziToast/",
|
|
3251
|
+
"category": "Libraries",
|
|
3252
|
+
"type": "3rd-party",
|
|
3253
|
+
"maintainers": [
|
|
3254
|
+
{
|
|
3255
|
+
"name": "Stephen Jason Wang",
|
|
3256
|
+
"github": "stephenjason89",
|
|
3257
|
+
"twitter": "stephenjason89"
|
|
3258
|
+
}
|
|
3259
|
+
],
|
|
3260
|
+
"compatibility": {
|
|
3261
|
+
"nuxt": "^3.0.0",
|
|
3262
|
+
"requires": {}
|
|
3263
|
+
}
|
|
3264
|
+
},
|
|
3125
3265
|
{
|
|
3126
3266
|
"name": "jsonapi",
|
|
3127
3267
|
"description": "Easy JSON:API client integration for Nuxt",
|
|
@@ -3218,11 +3358,35 @@
|
|
|
3218
3358
|
},
|
|
3219
3359
|
"sponsor": true
|
|
3220
3360
|
},
|
|
3361
|
+
{
|
|
3362
|
+
"name": "kongponents",
|
|
3363
|
+
"description": "Kong Component library",
|
|
3364
|
+
"repo": "kong/kongponents",
|
|
3365
|
+
"npm": "@kong/kongponents",
|
|
3366
|
+
"icon": "kong.svg",
|
|
3367
|
+
"github": "https://github.com/Kong/kongponents/tree/main/nuxt",
|
|
3368
|
+
"website": "https://kongponents.konghq.com/",
|
|
3369
|
+
"learn_more": "https://kongponents.konghq.com/guide/usage.html#nuxt-module",
|
|
3370
|
+
"category": "UI",
|
|
3371
|
+
"type": "3rd-party",
|
|
3372
|
+
"maintainers": [
|
|
3373
|
+
{
|
|
3374
|
+
"name": "Kong",
|
|
3375
|
+
"github": "Kong",
|
|
3376
|
+
"twitter": "kong"
|
|
3377
|
+
}
|
|
3378
|
+
],
|
|
3379
|
+
"compatibility": {
|
|
3380
|
+
"nuxt": ">=3.0.0",
|
|
3381
|
+
"requires": {},
|
|
3382
|
+
"devtools": "^0.0.0"
|
|
3383
|
+
}
|
|
3384
|
+
},
|
|
3221
3385
|
{
|
|
3222
3386
|
"name": "kql",
|
|
3223
3387
|
"description": "Nuxt module for Kirby's Query Language API",
|
|
3224
3388
|
"repo": "johannschopplich/nuxt-kql",
|
|
3225
|
-
"npm": "nuxt-
|
|
3389
|
+
"npm": "nuxt-kirby",
|
|
3226
3390
|
"icon": "kql.svg",
|
|
3227
3391
|
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
3228
3392
|
"website": "https://nuxt-kql.byjohann.dev/",
|
|
@@ -3328,6 +3492,30 @@
|
|
|
3328
3492
|
"bluesky": "gugustinette.com"
|
|
3329
3493
|
}
|
|
3330
3494
|
],
|
|
3495
|
+
"compatibility": {
|
|
3496
|
+
"nuxt": ">=3.0.0",
|
|
3497
|
+
"requires": {}
|
|
3498
|
+
}
|
|
3499
|
+
},
|
|
3500
|
+
{
|
|
3501
|
+
"name": "lettermint",
|
|
3502
|
+
"description": "Nuxt module for sending emails with Lettermint",
|
|
3503
|
+
"repo": "lettermint/nuxt-lettermint",
|
|
3504
|
+
"npm": "nuxt-lettermint",
|
|
3505
|
+
"icon": "lettermint.svg",
|
|
3506
|
+
"github": "https://github.com/lettermint/nuxt-lettermint",
|
|
3507
|
+
"website": "https://github.com/lettermint/nuxt-lettermint",
|
|
3508
|
+
"learn_more": "https://lettermint.co",
|
|
3509
|
+
"category": "Extensions",
|
|
3510
|
+
"type": "3rd-party",
|
|
3511
|
+
"maintainers": [
|
|
3512
|
+
{
|
|
3513
|
+
"name": "lettermint",
|
|
3514
|
+
"github": "lettermint",
|
|
3515
|
+
"twitter": "lettermintco",
|
|
3516
|
+
"bluesky": "lettermint.co"
|
|
3517
|
+
}
|
|
3518
|
+
],
|
|
3331
3519
|
"compatibility": {
|
|
3332
3520
|
"nuxt": "^3.0.0",
|
|
3333
3521
|
"requires": {}
|
|
@@ -3379,7 +3567,7 @@
|
|
|
3379
3567
|
{
|
|
3380
3568
|
"name": "Sébastien Chopin",
|
|
3381
3569
|
"github": "Atinux",
|
|
3382
|
-
"twitter": "
|
|
3570
|
+
"twitter": "atinux",
|
|
3383
3571
|
"bluesky": "atinux.com"
|
|
3384
3572
|
}
|
|
3385
3573
|
],
|
|
@@ -3533,6 +3721,30 @@
|
|
|
3533
3721
|
},
|
|
3534
3722
|
"sponsor": true
|
|
3535
3723
|
},
|
|
3724
|
+
{
|
|
3725
|
+
"name": "lottie",
|
|
3726
|
+
"description": "Easily integrate Lottie animations into your Nuxt App.",
|
|
3727
|
+
"repo": "volkanakkus/nuxt-lottie",
|
|
3728
|
+
"npm": "nuxt-lottie",
|
|
3729
|
+
"icon": "lottie.png",
|
|
3730
|
+
"github": "https://github.com/volkanakkus/nuxt-lottie",
|
|
3731
|
+
"website": "https://github.com/volkanakkus/nuxt-lottie",
|
|
3732
|
+
"learn_more": "https://github.com/volkanakkus/nuxt-lottie/blob/main/README.md",
|
|
3733
|
+
"category": "UI",
|
|
3734
|
+
"type": "3rd-party",
|
|
3735
|
+
"maintainers": [
|
|
3736
|
+
{
|
|
3737
|
+
"name": "Volkan Akkuş",
|
|
3738
|
+
"github": "volkanakkus",
|
|
3739
|
+
"avatar": "https://avatars.githubusercontent.com/volkanakkus",
|
|
3740
|
+
"twitter": "volkanakks"
|
|
3741
|
+
}
|
|
3742
|
+
],
|
|
3743
|
+
"compatibility": {
|
|
3744
|
+
"nuxt": ">=3.0.0",
|
|
3745
|
+
"requires": {}
|
|
3746
|
+
}
|
|
3747
|
+
},
|
|
3536
3748
|
{
|
|
3537
3749
|
"name": "lucide-icons",
|
|
3538
3750
|
"description": "Nuxt module to integrate Lucide icons",
|
|
@@ -3605,6 +3817,30 @@
|
|
|
3605
3817
|
"requires": {}
|
|
3606
3818
|
}
|
|
3607
3819
|
},
|
|
3820
|
+
{
|
|
3821
|
+
"name": "mailchannels",
|
|
3822
|
+
"description": "Simple MailChannels Email API integration for Nuxt",
|
|
3823
|
+
"repo": "yizack/nuxt-mailchannels",
|
|
3824
|
+
"npm": "nuxt-mailchannels",
|
|
3825
|
+
"icon": "mailchannels.svg",
|
|
3826
|
+
"github": "https://github.com/Yizack/nuxt-mailchannels",
|
|
3827
|
+
"website": "https://github.com/Yizack/nuxt-mailchannels",
|
|
3828
|
+
"learn_more": "https://www.mailchannels.com/email-api/",
|
|
3829
|
+
"category": "Extensions",
|
|
3830
|
+
"type": "3rd-party",
|
|
3831
|
+
"maintainers": [
|
|
3832
|
+
{
|
|
3833
|
+
"name": "Yizack Rangel",
|
|
3834
|
+
"github": "yizack",
|
|
3835
|
+
"twitter": "YizackR",
|
|
3836
|
+
"bluesky": "yizack.com"
|
|
3837
|
+
}
|
|
3838
|
+
],
|
|
3839
|
+
"compatibility": {
|
|
3840
|
+
"nuxt": ">=3.0.0",
|
|
3841
|
+
"requires": {}
|
|
3842
|
+
}
|
|
3843
|
+
},
|
|
3608
3844
|
{
|
|
3609
3845
|
"name": "mailpit",
|
|
3610
3846
|
"description": "Integrates Mailpit web UI in Nuxt devtools",
|
|
@@ -3700,11 +3936,11 @@
|
|
|
3700
3936
|
},
|
|
3701
3937
|
{
|
|
3702
3938
|
"name": "maz-ui",
|
|
3703
|
-
"description": "
|
|
3704
|
-
"repo": "louismazel/maz-ui#master/packages/
|
|
3705
|
-
"npm": "maz-ui",
|
|
3939
|
+
"description": "A modern Vue.js UI library with auto-import components, plugins, and composables designed for seamless Nuxt integration and enhanced developer experience.",
|
|
3940
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt",
|
|
3941
|
+
"npm": "@maz-ui/nuxt",
|
|
3706
3942
|
"icon": "maz-ui.png",
|
|
3707
|
-
"github": "https://github.com/
|
|
3943
|
+
"github": "https://github.com/LouisMazel/maz-ui/tree/master/packages/nuxt",
|
|
3708
3944
|
"website": "https://maz-ui.com/",
|
|
3709
3945
|
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3710
3946
|
"category": "UI",
|
|
@@ -3721,6 +3957,31 @@
|
|
|
3721
3957
|
"requires": {}
|
|
3722
3958
|
}
|
|
3723
3959
|
},
|
|
3960
|
+
{
|
|
3961
|
+
"name": "mcp-toolkit",
|
|
3962
|
+
"description": "Create MCP servers directly in your Nuxt application with zero configuration.",
|
|
3963
|
+
"repo": "nuxt-modules/mcp-toolkit#main/packages/nuxt-mcp-toolkit",
|
|
3964
|
+
"npm": "@nuxtjs/mcp-toolkit",
|
|
3965
|
+
"icon": "mcp-toolkit.png",
|
|
3966
|
+
"github": "https://github.com/nuxt-modules/mcp-toolkit/tree/main/packages/nuxt-mcp-toolkit",
|
|
3967
|
+
"website": "https://mcp-toolkit.nuxt.dev",
|
|
3968
|
+
"learn_more": "",
|
|
3969
|
+
"category": "AI",
|
|
3970
|
+
"type": "community",
|
|
3971
|
+
"maintainers": [
|
|
3972
|
+
{
|
|
3973
|
+
"name": "Hugo",
|
|
3974
|
+
"github": "HugoRCD",
|
|
3975
|
+
"twitter": "hugorcd",
|
|
3976
|
+
"bluesky": "hrcd.fr"
|
|
3977
|
+
}
|
|
3978
|
+
],
|
|
3979
|
+
"compatibility": {
|
|
3980
|
+
"nuxt": ">=3.0.0",
|
|
3981
|
+
"requires": {}
|
|
3982
|
+
},
|
|
3983
|
+
"mcp": "https://mcp-toolkit.nuxt.dev/mcp"
|
|
3984
|
+
},
|
|
3724
3985
|
{
|
|
3725
3986
|
"name": "mdc",
|
|
3726
3987
|
"description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
|
|
@@ -4065,7 +4326,7 @@
|
|
|
4065
4326
|
"icon": "nodemailer.png",
|
|
4066
4327
|
"github": "https://github.com/kleinpetr/nuxt-nodemailer",
|
|
4067
4328
|
"website": "https://github.com/kleinpetr/nuxt-nodemailer",
|
|
4068
|
-
"learn_more": "https://
|
|
4329
|
+
"learn_more": "https://nodemailer.com/",
|
|
4069
4330
|
"category": "Extensions",
|
|
4070
4331
|
"type": "3rd-party",
|
|
4071
4332
|
"maintainers": [
|
|
@@ -4123,6 +4384,30 @@
|
|
|
4123
4384
|
"requires": {}
|
|
4124
4385
|
}
|
|
4125
4386
|
},
|
|
4387
|
+
{
|
|
4388
|
+
"name": "nuxt-aidbase",
|
|
4389
|
+
"description": "Easily integrate Aidbase into your Nuxt app.",
|
|
4390
|
+
"repo": "Mokkapps/nuxt-aidbase",
|
|
4391
|
+
"npm": "nuxt-aidbase",
|
|
4392
|
+
"icon": "nuxt-aidbase.png",
|
|
4393
|
+
"github": "https://github.com/Mokkapps/nuxt-aidbase",
|
|
4394
|
+
"website": "https://github.com/Mokkapps/nuxt-aidbase",
|
|
4395
|
+
"learn_more": "https://github.com/Mokkapps/nuxt-aidbase",
|
|
4396
|
+
"category": "Libraries",
|
|
4397
|
+
"type": "3rd-party",
|
|
4398
|
+
"maintainers": [
|
|
4399
|
+
{
|
|
4400
|
+
"name": "Michael Hoffmann",
|
|
4401
|
+
"github": "Mokkapps",
|
|
4402
|
+
"twitter": "mokkapps",
|
|
4403
|
+
"avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
|
|
4404
|
+
}
|
|
4405
|
+
],
|
|
4406
|
+
"compatibility": {
|
|
4407
|
+
"nuxt": ">=3.0.0",
|
|
4408
|
+
"requires": {}
|
|
4409
|
+
}
|
|
4410
|
+
},
|
|
4126
4411
|
{
|
|
4127
4412
|
"name": "nuxt-anchorscroll",
|
|
4128
4413
|
"description": "Scroll to top and to anchor support for Nuxt",
|
|
@@ -4145,6 +4430,29 @@
|
|
|
4145
4430
|
"requires": {}
|
|
4146
4431
|
}
|
|
4147
4432
|
},
|
|
4433
|
+
{
|
|
4434
|
+
"name": "nuxt-anime",
|
|
4435
|
+
"description": "Nuxt module for Anime.js",
|
|
4436
|
+
"repo": "Enternikot/NuxtAnime",
|
|
4437
|
+
"npm": "nuxt-anime",
|
|
4438
|
+
"icon": "nuxt-anime.png",
|
|
4439
|
+
"github": "https://github.com/Enternikot/NuxtAnime",
|
|
4440
|
+
"website": "https://nuxtanime.vercel.app/",
|
|
4441
|
+
"learn_more": "https://animejs.com/",
|
|
4442
|
+
"category": "Libraries",
|
|
4443
|
+
"type": "3rd-party",
|
|
4444
|
+
"maintainers": [
|
|
4445
|
+
{
|
|
4446
|
+
"name": "Sebastian Gebhardt",
|
|
4447
|
+
"github": "Enternikot",
|
|
4448
|
+
"avatar": "https://avatars.githubusercontent.com/u/47455848?v=4"
|
|
4449
|
+
}
|
|
4450
|
+
],
|
|
4451
|
+
"compatibility": {
|
|
4452
|
+
"nuxt": ">=3.0.0",
|
|
4453
|
+
"requires": {}
|
|
4454
|
+
}
|
|
4455
|
+
},
|
|
4148
4456
|
{
|
|
4149
4457
|
"name": "nuxt-asciidoc",
|
|
4150
4458
|
"description": "Transformer for using asciidoc in nuxt",
|
|
@@ -4175,8 +4483,8 @@
|
|
|
4175
4483
|
"npm": "nuxt-auth-sanctum",
|
|
4176
4484
|
"icon": "laravel.svg",
|
|
4177
4485
|
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
4178
|
-
"website": "https://manchenkoff.
|
|
4179
|
-
"learn_more": "https://laravel.com/docs/
|
|
4486
|
+
"website": "https://sanctum.manchenkoff.me",
|
|
4487
|
+
"learn_more": "https://laravel.com/docs/12.x/sanctum",
|
|
4180
4488
|
"category": "Security",
|
|
4181
4489
|
"type": "3rd-party",
|
|
4182
4490
|
"maintainers": [
|
|
@@ -4287,6 +4595,30 @@
|
|
|
4287
4595
|
"requires": {}
|
|
4288
4596
|
}
|
|
4289
4597
|
},
|
|
4598
|
+
{
|
|
4599
|
+
"name": "nuxt-charts",
|
|
4600
|
+
"description": "Nuxt module for vue-chrts",
|
|
4601
|
+
"repo": "dennisadriaans/vue-chrts#main/packages/nuxt",
|
|
4602
|
+
"npm": "nuxt-charts",
|
|
4603
|
+
"icon": "nuxt-charts.svg",
|
|
4604
|
+
"github": "https://github.com/dennisadriaans/vue-chrts",
|
|
4605
|
+
"website": "https://nuxtcharts.com/",
|
|
4606
|
+
"learn_more": "https://nuxtcharts.com/docs",
|
|
4607
|
+
"category": "UI",
|
|
4608
|
+
"type": "3rd-party",
|
|
4609
|
+
"maintainers": [
|
|
4610
|
+
{
|
|
4611
|
+
"name": "Dennis Adriaansen",
|
|
4612
|
+
"github": "dennisadriaans",
|
|
4613
|
+
"avatar": "https://avatars.githubusercontent.com/dennisadriaans",
|
|
4614
|
+
"twitter": "DennisAdriaans"
|
|
4615
|
+
}
|
|
4616
|
+
],
|
|
4617
|
+
"compatibility": {
|
|
4618
|
+
"nuxt": ">=3.0.0",
|
|
4619
|
+
"requires": {}
|
|
4620
|
+
}
|
|
4621
|
+
},
|
|
4290
4622
|
{
|
|
4291
4623
|
"name": "nuxt-chatgpt",
|
|
4292
4624
|
"description": "ChatGPT integration for Nuxt",
|
|
@@ -4355,6 +4687,28 @@
|
|
|
4355
4687
|
"requires": {}
|
|
4356
4688
|
}
|
|
4357
4689
|
},
|
|
4690
|
+
{
|
|
4691
|
+
"name": "nuxt-componentsbook-module",
|
|
4692
|
+
"description": "Storybook-like experience for Nuxt components",
|
|
4693
|
+
"repo": "s00d/nuxt-componentsbook-module",
|
|
4694
|
+
"npm": "nuxt-componentsbook-module",
|
|
4695
|
+
"icon": "nuxt-componentsbook-module.png",
|
|
4696
|
+
"github": "https://github.com/s00d/nuxt-componentsbook-module",
|
|
4697
|
+
"website": "https://github.com/s00d/nuxt-componentsbook-module",
|
|
4698
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-componentsbook-module",
|
|
4699
|
+
"category": "Extensions",
|
|
4700
|
+
"type": "3rd-party",
|
|
4701
|
+
"maintainers": [
|
|
4702
|
+
{
|
|
4703
|
+
"name": "Pavel Kuzmin",
|
|
4704
|
+
"github": "s00d"
|
|
4705
|
+
}
|
|
4706
|
+
],
|
|
4707
|
+
"compatibility": {
|
|
4708
|
+
"nuxt": ">=3.0.0",
|
|
4709
|
+
"requires": {}
|
|
4710
|
+
}
|
|
4711
|
+
},
|
|
4358
4712
|
{
|
|
4359
4713
|
"name": "nuxt-cookie-consent",
|
|
4360
4714
|
"description": "Nuxt module for integrating with cookie consent providers with ease",
|
|
@@ -4390,9 +4744,33 @@
|
|
|
4390
4744
|
"type": "3rd-party",
|
|
4391
4745
|
"maintainers": [
|
|
4392
4746
|
{
|
|
4393
|
-
"name": "
|
|
4747
|
+
"name": "Serdar Yerdelen",
|
|
4394
4748
|
"github": "JustSerdar",
|
|
4395
|
-
"twitter": "
|
|
4749
|
+
"twitter": "justserdardev"
|
|
4750
|
+
}
|
|
4751
|
+
],
|
|
4752
|
+
"compatibility": {
|
|
4753
|
+
"nuxt": ">=3.0.0",
|
|
4754
|
+
"requires": {}
|
|
4755
|
+
}
|
|
4756
|
+
},
|
|
4757
|
+
{
|
|
4758
|
+
"name": "nuxt-email-renderer",
|
|
4759
|
+
"description": "A Nuxt module that provides high-quality, unstyled components & utils for creating emails using Vue and TypeScript.",
|
|
4760
|
+
"repo": "Mokkapps/nuxt-email-renderer",
|
|
4761
|
+
"npm": "nuxt-email-renderer",
|
|
4762
|
+
"icon": "",
|
|
4763
|
+
"github": "https://github.com/Mokkapps/nuxt-email-renderer",
|
|
4764
|
+
"website": "https://nuxtemail.com",
|
|
4765
|
+
"learn_more": "https://nuxtemail.com",
|
|
4766
|
+
"category": "Devtools",
|
|
4767
|
+
"type": "3rd-party",
|
|
4768
|
+
"maintainers": [
|
|
4769
|
+
{
|
|
4770
|
+
"name": "Michael Hoffmann",
|
|
4771
|
+
"github": "Mokkapps",
|
|
4772
|
+
"twitter": "mokkapps",
|
|
4773
|
+
"avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
|
|
4396
4774
|
}
|
|
4397
4775
|
],
|
|
4398
4776
|
"compatibility": {
|
|
@@ -4515,6 +4893,31 @@
|
|
|
4515
4893
|
"requires": {}
|
|
4516
4894
|
}
|
|
4517
4895
|
},
|
|
4896
|
+
{
|
|
4897
|
+
"name": "nuxt-formisch",
|
|
4898
|
+
"description": "Formisch integration for Nuxt - schema-based, headless form library",
|
|
4899
|
+
"repo": "onmax/nuxt-formisch",
|
|
4900
|
+
"npm": "nuxt-formisch",
|
|
4901
|
+
"icon": "nuxt-formisch.svg",
|
|
4902
|
+
"github": "https://github.com/onmax/nuxt-formisch",
|
|
4903
|
+
"website": "https://github.com/onmax/nuxt-formisch",
|
|
4904
|
+
"learn_more": "",
|
|
4905
|
+
"category": "Libraries",
|
|
4906
|
+
"type": "3rd-party",
|
|
4907
|
+
"maintainers": [
|
|
4908
|
+
{
|
|
4909
|
+
"name": "Max",
|
|
4910
|
+
"github": "onmax",
|
|
4911
|
+
"avatar": "https://avatars.githubusercontent.com/u/22072217?v=4",
|
|
4912
|
+
"bluesky": "onmax.bsky.social",
|
|
4913
|
+
"twitter": "_onmax"
|
|
4914
|
+
}
|
|
4915
|
+
],
|
|
4916
|
+
"compatibility": {
|
|
4917
|
+
"nuxt": "^3.0.0",
|
|
4918
|
+
"requires": {}
|
|
4919
|
+
}
|
|
4920
|
+
},
|
|
4518
4921
|
{
|
|
4519
4922
|
"name": "nuxt-fortify",
|
|
4520
4923
|
"description": "Use Laravel fortify and sanctum with Nuxt",
|
|
@@ -4561,6 +4964,28 @@
|
|
|
4561
4964
|
"requires": {}
|
|
4562
4965
|
}
|
|
4563
4966
|
},
|
|
4967
|
+
{
|
|
4968
|
+
"name": "nuxt-google-auth",
|
|
4969
|
+
"description": "Google Identity Services integration for Nuxt 3 & 4 with a simple composable and button component.",
|
|
4970
|
+
"repo": "go-fireball/nuxt-google-auth",
|
|
4971
|
+
"npm": "nuxt-google-auth",
|
|
4972
|
+
"icon": "",
|
|
4973
|
+
"github": "https://github.com/go-fireball/nuxt-google-auth",
|
|
4974
|
+
"website": "https://github.com/go-fireball/nuxt-google-auth",
|
|
4975
|
+
"learn_more": "",
|
|
4976
|
+
"category": "Security",
|
|
4977
|
+
"type": "3rd-party",
|
|
4978
|
+
"maintainers": [
|
|
4979
|
+
{
|
|
4980
|
+
"name": "go-fireball",
|
|
4981
|
+
"github": "go-fireball"
|
|
4982
|
+
}
|
|
4983
|
+
],
|
|
4984
|
+
"compatibility": {
|
|
4985
|
+
"nuxt": "^3.0.0",
|
|
4986
|
+
"requires": {}
|
|
4987
|
+
}
|
|
4988
|
+
},
|
|
4564
4989
|
{
|
|
4565
4990
|
"name": "nuxt-gpt",
|
|
4566
4991
|
"description": "Plug and Play ChatGPT for Nuxt.",
|
|
@@ -4583,6 +5008,28 @@
|
|
|
4583
5008
|
"requires": {}
|
|
4584
5009
|
}
|
|
4585
5010
|
},
|
|
5011
|
+
{
|
|
5012
|
+
"name": "nuxt-gql-pulse",
|
|
5013
|
+
"description": "A Nuxt 3 module for making GraphQL requests with ease, leveraging the power of Nuxt's composables and VueUse.",
|
|
5014
|
+
"repo": "Abbasmoe/nuxt-gql-pulse",
|
|
5015
|
+
"npm": "nuxt-gql-pulse",
|
|
5016
|
+
"icon": "nuxt-gql-pulse.png",
|
|
5017
|
+
"github": "https://github.com/Abbasmoe/nuxt-gql-pulse",
|
|
5018
|
+
"website": "https://github.com/Abbasmoe/nuxt-gql-pulse",
|
|
5019
|
+
"learn_more": "",
|
|
5020
|
+
"category": "Request",
|
|
5021
|
+
"type": "3rd-party",
|
|
5022
|
+
"maintainers": [
|
|
5023
|
+
{
|
|
5024
|
+
"name": "Abbas Mohamed",
|
|
5025
|
+
"github": "Abbasmoe"
|
|
5026
|
+
}
|
|
5027
|
+
],
|
|
5028
|
+
"compatibility": {
|
|
5029
|
+
"nuxt": ">=3.0.0",
|
|
5030
|
+
"requires": {}
|
|
5031
|
+
}
|
|
5032
|
+
},
|
|
4586
5033
|
{
|
|
4587
5034
|
"name": "nuxt-graphql-middleware",
|
|
4588
5035
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -4781,8 +5228,8 @@
|
|
|
4781
5228
|
"npm": "nuxt-laravel-echo",
|
|
4782
5229
|
"icon": "laravel.svg",
|
|
4783
5230
|
"github": "https://github.com/manchenkoff/nuxt-laravel-echo",
|
|
4784
|
-
"website": "https://manchenkoff.
|
|
4785
|
-
"learn_more": "https://laravel.com/docs/
|
|
5231
|
+
"website": "https://echo.manchenkoff.me",
|
|
5232
|
+
"learn_more": "https://laravel.com/docs/12.x/broadcasting",
|
|
4786
5233
|
"category": "Libraries",
|
|
4787
5234
|
"type": "3rd-party",
|
|
4788
5235
|
"maintainers": [
|
|
@@ -4798,6 +5245,54 @@
|
|
|
4798
5245
|
"requires": {}
|
|
4799
5246
|
}
|
|
4800
5247
|
},
|
|
5248
|
+
{
|
|
5249
|
+
"name": "nuxt-legacy",
|
|
5250
|
+
"description": "A Nuxt module for supporting legacy browsers.",
|
|
5251
|
+
"repo": "teages/nuxt-legacy",
|
|
5252
|
+
"npm": "@teages/nuxt-legacy",
|
|
5253
|
+
"icon": "nuxt-legacy.svg",
|
|
5254
|
+
"github": "https://github.com/teages/nuxt-legacy",
|
|
5255
|
+
"website": "https://github.com/teages/nuxt-legacy",
|
|
5256
|
+
"learn_more": "https://www.npmjs.com/package/@vitejs/plugin-legacy",
|
|
5257
|
+
"category": "Performance",
|
|
5258
|
+
"type": "3rd-party",
|
|
5259
|
+
"maintainers": [
|
|
5260
|
+
{
|
|
5261
|
+
"name": "Teages",
|
|
5262
|
+
"github": "teages",
|
|
5263
|
+
"twitter": "Teages_L",
|
|
5264
|
+
"bluesky": "teages.xyz"
|
|
5265
|
+
}
|
|
5266
|
+
],
|
|
5267
|
+
"compatibility": {
|
|
5268
|
+
"nuxt": ">=3.15.0",
|
|
5269
|
+
"requires": {}
|
|
5270
|
+
}
|
|
5271
|
+
},
|
|
5272
|
+
{
|
|
5273
|
+
"name": "nuxt-listmonk",
|
|
5274
|
+
"description": "Nuxt module for Listmonk",
|
|
5275
|
+
"repo": "roncallyt/nuxt-listmonk",
|
|
5276
|
+
"npm": "nuxt-listmonk",
|
|
5277
|
+
"icon": "listmonk.svg",
|
|
5278
|
+
"github": "https://github.com/roncallyt/nuxt-listmonk",
|
|
5279
|
+
"website": "https://github.com/roncallyt/nuxt-listmonk",
|
|
5280
|
+
"learn_more": "https://listmonk.app/docs/",
|
|
5281
|
+
"category": "Extensions",
|
|
5282
|
+
"type": "3rd-party",
|
|
5283
|
+
"maintainers": [
|
|
5284
|
+
{
|
|
5285
|
+
"name": "Thomerson Roncally",
|
|
5286
|
+
"github": "roncallyt",
|
|
5287
|
+
"avatar": "https://avatars.githubusercontent.com/roncallyt",
|
|
5288
|
+
"twitter": "t7ndotdev"
|
|
5289
|
+
}
|
|
5290
|
+
],
|
|
5291
|
+
"compatibility": {
|
|
5292
|
+
"nuxt": ">=3.12.0",
|
|
5293
|
+
"requires": {}
|
|
5294
|
+
}
|
|
5295
|
+
},
|
|
4801
5296
|
{
|
|
4802
5297
|
"name": "nuxt-localtunnel",
|
|
4803
5298
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -4909,7 +5404,7 @@
|
|
|
4909
5404
|
}
|
|
4910
5405
|
],
|
|
4911
5406
|
"compatibility": {
|
|
4912
|
-
"nuxt": "
|
|
5407
|
+
"nuxt": ">=3.0.0",
|
|
4913
5408
|
"requires": {}
|
|
4914
5409
|
}
|
|
4915
5410
|
},
|
|
@@ -4971,7 +5466,7 @@
|
|
|
4971
5466
|
"type": "3rd-party",
|
|
4972
5467
|
"maintainers": [
|
|
4973
5468
|
{
|
|
4974
|
-
"name": "
|
|
5469
|
+
"name": "Sota Iguchi",
|
|
4975
5470
|
"github": "e-chan1007",
|
|
4976
5471
|
"twitter": "e_chan1007"
|
|
4977
5472
|
}
|
|
@@ -5006,6 +5501,29 @@
|
|
|
5006
5501
|
"devtools": "^0.0.0"
|
|
5007
5502
|
}
|
|
5008
5503
|
},
|
|
5504
|
+
{
|
|
5505
|
+
"name": "nuxt-music-flow",
|
|
5506
|
+
"description": "Nuxt 3 module for audio player component with playlist and waveform visualization.",
|
|
5507
|
+
"repo": "ndragun92/nuxt-music-flow",
|
|
5508
|
+
"npm": "nuxt-music-flow",
|
|
5509
|
+
"icon": "nuxt-music-flow.png",
|
|
5510
|
+
"github": "https://github.com/ndragun92/nuxt-music-flow",
|
|
5511
|
+
"website": "https://vue-music-flow-docs.vercel.app/usage#nuxt",
|
|
5512
|
+
"learn_more": "https://vue-music-flow-docs.vercel.app/demo",
|
|
5513
|
+
"category": "Libraries",
|
|
5514
|
+
"type": "3rd-party",
|
|
5515
|
+
"maintainers": [
|
|
5516
|
+
{
|
|
5517
|
+
"name": "Nemanja Dragun",
|
|
5518
|
+
"github": "ndragun92",
|
|
5519
|
+
"twitter": "nemanjadragun"
|
|
5520
|
+
}
|
|
5521
|
+
],
|
|
5522
|
+
"compatibility": {
|
|
5523
|
+
"nuxt": ">=3.0.0",
|
|
5524
|
+
"requires": {}
|
|
5525
|
+
}
|
|
5526
|
+
},
|
|
5009
5527
|
{
|
|
5010
5528
|
"name": "nuxt-oidc-auth",
|
|
5011
5529
|
"description": "Seamless modern authentication for Nuxt applications.",
|
|
@@ -5029,6 +5547,58 @@
|
|
|
5029
5547
|
"requires": {}
|
|
5030
5548
|
}
|
|
5031
5549
|
},
|
|
5550
|
+
{
|
|
5551
|
+
"name": "nuxt-ollama",
|
|
5552
|
+
"description": "Simple integration of the official Ollama JavaScript Library for your Nuxt application.",
|
|
5553
|
+
"repo": "thoda-dev/nuxt-ollama",
|
|
5554
|
+
"npm": "nuxt-ollama",
|
|
5555
|
+
"icon": "nuxt-ollama.png",
|
|
5556
|
+
"github": "https://github.com/thoda-dev/nuxt-ollama",
|
|
5557
|
+
"website": "https://nuxt-ollama.jericho.dev/",
|
|
5558
|
+
"learn_more": "https://nuxt-ollama.jericho.dev/",
|
|
5559
|
+
"category": "Libraries",
|
|
5560
|
+
"type": "3rd-party",
|
|
5561
|
+
"maintainers": [
|
|
5562
|
+
{
|
|
5563
|
+
"name": "Thomas",
|
|
5564
|
+
"github": "thoda-dev",
|
|
5565
|
+
"avatar": "https://avatars.githubusercontent.com/thoda-dev",
|
|
5566
|
+
"twitter": "thoda_dev"
|
|
5567
|
+
}
|
|
5568
|
+
],
|
|
5569
|
+
"compatibility": {
|
|
5570
|
+
"nuxt": ">=3.15.0",
|
|
5571
|
+
"requires": {}
|
|
5572
|
+
}
|
|
5573
|
+
},
|
|
5574
|
+
{
|
|
5575
|
+
"name": "nuxt-open-fetch",
|
|
5576
|
+
"description": "Generate zero-overhead, 100% typed OpenAPI clients for Nuxt.",
|
|
5577
|
+
"repo": "Norbiros/nuxt-open-fetch",
|
|
5578
|
+
"npm": "nuxt-open-fetch",
|
|
5579
|
+
"icon": "nuxt-open-fetch.svg",
|
|
5580
|
+
"github": "https://github.com/Norbiros/nuxt-open-fetch",
|
|
5581
|
+
"website": "https://nuxt-open-fetch.norbiros.dev",
|
|
5582
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-open-fetch",
|
|
5583
|
+
"category": "Request",
|
|
5584
|
+
"type": "3rd-party",
|
|
5585
|
+
"maintainers": [
|
|
5586
|
+
{
|
|
5587
|
+
"name": "Norbiros",
|
|
5588
|
+
"github": "Norbiros",
|
|
5589
|
+
"avatar": "https://avatars.githubusercontent.com/u/89837724?v=4"
|
|
5590
|
+
},
|
|
5591
|
+
{
|
|
5592
|
+
"name": "Taras Batenkov",
|
|
5593
|
+
"github": "enkot",
|
|
5594
|
+
"avatar": "https://avatars.githubusercontent.com/u/10506522?v=4"
|
|
5595
|
+
}
|
|
5596
|
+
],
|
|
5597
|
+
"compatibility": {
|
|
5598
|
+
"nuxt": ">=3.0.0",
|
|
5599
|
+
"requires": {}
|
|
5600
|
+
}
|
|
5601
|
+
},
|
|
5032
5602
|
{
|
|
5033
5603
|
"name": "nuxt-openapi-docs-module",
|
|
5034
5604
|
"description": "Generate pages from OpenAPI specifications",
|
|
@@ -5256,8 +5826,77 @@
|
|
|
5256
5826
|
"type": "3rd-party",
|
|
5257
5827
|
"maintainers": [
|
|
5258
5828
|
{
|
|
5259
|
-
"name": "Carles Mitjans",
|
|
5260
|
-
"github": "mitjans"
|
|
5829
|
+
"name": "Carles Mitjans",
|
|
5830
|
+
"github": "mitjans"
|
|
5831
|
+
}
|
|
5832
|
+
],
|
|
5833
|
+
"compatibility": {
|
|
5834
|
+
"nuxt": ">=3.0.0",
|
|
5835
|
+
"requires": {}
|
|
5836
|
+
}
|
|
5837
|
+
},
|
|
5838
|
+
{
|
|
5839
|
+
"name": "nuxt-processor",
|
|
5840
|
+
"description": "Decoupled processing for Nuxt backed by BullMQ.",
|
|
5841
|
+
"repo": "aidanhibbard/nuxt-processor",
|
|
5842
|
+
"npm": "nuxt-processor",
|
|
5843
|
+
"icon": "",
|
|
5844
|
+
"github": "https://github.com/aidanhibbard/nuxt-processor",
|
|
5845
|
+
"website": "https://github.com/aidanhibbard/nuxt-processor",
|
|
5846
|
+
"learn_more": "https://aidanhibbard.github.io/nuxt-processor/",
|
|
5847
|
+
"category": "Libraries",
|
|
5848
|
+
"type": "3rd-party",
|
|
5849
|
+
"maintainers": [
|
|
5850
|
+
{
|
|
5851
|
+
"name": "Aidan Hibbard",
|
|
5852
|
+
"github": "aidanhibbard"
|
|
5853
|
+
}
|
|
5854
|
+
],
|
|
5855
|
+
"compatibility": {
|
|
5856
|
+
"nuxt": ">=3.0.0",
|
|
5857
|
+
"requires": {}
|
|
5858
|
+
}
|
|
5859
|
+
},
|
|
5860
|
+
{
|
|
5861
|
+
"name": "nuxt-query",
|
|
5862
|
+
"description": "Nuxt module for TanStack Query (FKA Vue Query) with Nuxt DevTools integration",
|
|
5863
|
+
"repo": "peterbud/nuxt-query",
|
|
5864
|
+
"npm": "@peterbud/nuxt-query",
|
|
5865
|
+
"icon": "nuxt-query.svg",
|
|
5866
|
+
"github": "https://github.com/peterbud/nuxt-query",
|
|
5867
|
+
"website": "https://github.com/peterbud/nuxt-query#readme",
|
|
5868
|
+
"learn_more": "https://tanstack.com/query/latest/docs/framework/vue/overview",
|
|
5869
|
+
"category": "Libraries",
|
|
5870
|
+
"type": "3rd-party",
|
|
5871
|
+
"maintainers": [
|
|
5872
|
+
{
|
|
5873
|
+
"name": "Peter Budai",
|
|
5874
|
+
"github": "peterbud",
|
|
5875
|
+
"bluesky": "peterbud.bsky.social"
|
|
5876
|
+
}
|
|
5877
|
+
],
|
|
5878
|
+
"compatibility": {
|
|
5879
|
+
"nuxt": ">=3.0.0",
|
|
5880
|
+
"requires": {}
|
|
5881
|
+
}
|
|
5882
|
+
},
|
|
5883
|
+
{
|
|
5884
|
+
"name": "nuxt-safe-runtime-config",
|
|
5885
|
+
"description": "Validate Nuxt runtime config with Standard Schema at build time",
|
|
5886
|
+
"repo": "onmax/nuxt-safe-runtime-config#main",
|
|
5887
|
+
"npm": "nuxt-safe-runtime-config",
|
|
5888
|
+
"icon": "nuxt-safe-runtime-config.svg",
|
|
5889
|
+
"github": "https://github.com/onmax/nuxt-safe-runtime-config/tree/main",
|
|
5890
|
+
"website": "https://github.com/onmax/nuxt-safe-runtime-config/tree/main",
|
|
5891
|
+
"learn_more": "",
|
|
5892
|
+
"category": "Devtools",
|
|
5893
|
+
"type": "3rd-party",
|
|
5894
|
+
"maintainers": [
|
|
5895
|
+
{
|
|
5896
|
+
"name": "Max",
|
|
5897
|
+
"github": "onmax",
|
|
5898
|
+
"bluesky": "onmax.bsky.social",
|
|
5899
|
+
"twitter": "_onmax"
|
|
5261
5900
|
}
|
|
5262
5901
|
],
|
|
5263
5902
|
"compatibility": {
|
|
@@ -5292,29 +5931,74 @@
|
|
|
5292
5931
|
"requires": {}
|
|
5293
5932
|
}
|
|
5294
5933
|
},
|
|
5934
|
+
{
|
|
5935
|
+
"name": "nuxt-sanctum-precognition",
|
|
5936
|
+
"description": "Nuxt module for Laravel Precognition integration",
|
|
5937
|
+
"repo": "manchenkoff/nuxt-sanctum-precognition",
|
|
5938
|
+
"npm": "nuxt-sanctum-precognition",
|
|
5939
|
+
"icon": "laravel.svg",
|
|
5940
|
+
"github": "https://github.com/manchenkoff/nuxt-sanctum-precognition",
|
|
5941
|
+
"website": "https://precognition.manchenkoff.me",
|
|
5942
|
+
"learn_more": "https://laravel.com/docs/12.x/precognition",
|
|
5943
|
+
"category": "Libraries",
|
|
5944
|
+
"type": "3rd-party",
|
|
5945
|
+
"maintainers": [
|
|
5946
|
+
{
|
|
5947
|
+
"name": "Artem Manchenkov",
|
|
5948
|
+
"github": "manchenkoff",
|
|
5949
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff",
|
|
5950
|
+
"twitter": "AManchenkov"
|
|
5951
|
+
}
|
|
5952
|
+
],
|
|
5953
|
+
"compatibility": {
|
|
5954
|
+
"nuxt": ">=3.12.0",
|
|
5955
|
+
"requires": {}
|
|
5956
|
+
}
|
|
5957
|
+
},
|
|
5295
5958
|
{
|
|
5296
5959
|
"name": "nuxt-shopify",
|
|
5297
|
-
"description": "
|
|
5298
|
-
"repo": "
|
|
5299
|
-
"npm": "
|
|
5960
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
5961
|
+
"repo": "Gomah/nuxt-shopify",
|
|
5962
|
+
"npm": "nuxt-shopify",
|
|
5300
5963
|
"icon": "nuxt-shopify.png",
|
|
5301
|
-
"github": "https://github.com/
|
|
5302
|
-
"website": "https://
|
|
5964
|
+
"github": "https://github.com/Gomah/nuxt-shopify",
|
|
5965
|
+
"website": "https://github.com/Gomah/nuxt-shopify",
|
|
5303
5966
|
"learn_more": "https://www.shopify.com/",
|
|
5304
5967
|
"category": "Ecommerce",
|
|
5305
5968
|
"type": "3rd-party",
|
|
5306
5969
|
"maintainers": [
|
|
5307
5970
|
{
|
|
5308
|
-
"name": "
|
|
5309
|
-
"github": "
|
|
5310
|
-
|
|
5971
|
+
"name": "Thomas Marrec",
|
|
5972
|
+
"github": "Gomah",
|
|
5973
|
+
"twitter": "Gomah"
|
|
5974
|
+
}
|
|
5975
|
+
],
|
|
5976
|
+
"compatibility": {
|
|
5977
|
+
"nuxt": "^2.0.0",
|
|
5978
|
+
"requires": {}
|
|
5979
|
+
}
|
|
5980
|
+
},
|
|
5981
|
+
{
|
|
5982
|
+
"name": "nuxt-signupgate",
|
|
5983
|
+
"description": "Easily integrate SignupGate into your Nuxt app.",
|
|
5984
|
+
"repo": "Mokkapps/nuxt-signupgate",
|
|
5985
|
+
"npm": "nuxt-signupgate",
|
|
5986
|
+
"icon": "nuxt-signupgate.png",
|
|
5987
|
+
"github": "https://github.com/Mokkapps/nuxt-signupgate",
|
|
5988
|
+
"website": "https://github.com/Mokkapps/nuxt-signupgate",
|
|
5989
|
+
"learn_more": "https://github.com/Mokkapps/nuxt-signupgate",
|
|
5990
|
+
"category": "Libraries",
|
|
5991
|
+
"type": "3rd-party",
|
|
5992
|
+
"maintainers": [
|
|
5311
5993
|
{
|
|
5312
|
-
"name": "
|
|
5313
|
-
"github": "
|
|
5994
|
+
"name": "Michael Hoffmann",
|
|
5995
|
+
"github": "Mokkapps",
|
|
5996
|
+
"twitter": "mokkapps",
|
|
5997
|
+
"avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
|
|
5314
5998
|
}
|
|
5315
5999
|
],
|
|
5316
6000
|
"compatibility": {
|
|
5317
|
-
"nuxt": "
|
|
6001
|
+
"nuxt": ">=3.0.0",
|
|
5318
6002
|
"requires": {}
|
|
5319
6003
|
}
|
|
5320
6004
|
},
|
|
@@ -5366,6 +6050,29 @@
|
|
|
5366
6050
|
"requires": {}
|
|
5367
6051
|
}
|
|
5368
6052
|
},
|
|
6053
|
+
{
|
|
6054
|
+
"name": "nuxt-ssr-api-logger",
|
|
6055
|
+
"description": "A small module that helps you see when your Nuxt application sends any API request via SSR.",
|
|
6056
|
+
"repo": "buglavecz/nuxt-ssr-api-logger",
|
|
6057
|
+
"npm": "nuxt-ssr-api-logger",
|
|
6058
|
+
"icon": "nuxt-ssr-api-logger.png",
|
|
6059
|
+
"github": "https://github.com/buglavecz/nuxt-ssr-api-logger",
|
|
6060
|
+
"website": "https://github.com/buglavecz/nuxt-ssr-api-logger",
|
|
6061
|
+
"learn_more": "",
|
|
6062
|
+
"category": "Devtools",
|
|
6063
|
+
"type": "3rd-party",
|
|
6064
|
+
"maintainers": [
|
|
6065
|
+
{
|
|
6066
|
+
"name": "Peter Buglavecz",
|
|
6067
|
+
"github": "buglavecz",
|
|
6068
|
+
"avatar": "https://avatars.githubusercontent.com/u/43108336"
|
|
6069
|
+
}
|
|
6070
|
+
],
|
|
6071
|
+
"compatibility": {
|
|
6072
|
+
"nuxt": ">=3.16.0",
|
|
6073
|
+
"requires": {}
|
|
6074
|
+
}
|
|
6075
|
+
},
|
|
5369
6076
|
{
|
|
5370
6077
|
"name": "ssr-lit",
|
|
5371
6078
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -5416,6 +6123,51 @@
|
|
|
5416
6123
|
"requires": {}
|
|
5417
6124
|
}
|
|
5418
6125
|
},
|
|
6126
|
+
{
|
|
6127
|
+
"name": "nuxt-strapi-blocks-renderer",
|
|
6128
|
+
"description": "Render the Strapi CMS blocks text element easily in Nuxt.",
|
|
6129
|
+
"repo": "freb97/nuxt-strapi-blocks-renderer",
|
|
6130
|
+
"npm": "nuxt-strapi-blocks-renderer",
|
|
6131
|
+
"icon": "nuxt-strapi-blocks-renderer.png",
|
|
6132
|
+
"github": "https://github.com/freb97/nuxt-strapi-blocks-renderer",
|
|
6133
|
+
"website": "https://github.com/freb97/nuxt-strapi-blocks-renderer",
|
|
6134
|
+
"learn_more": "https://strapi.io",
|
|
6135
|
+
"category": "CMS",
|
|
6136
|
+
"type": "3rd-party",
|
|
6137
|
+
"maintainers": [
|
|
6138
|
+
{
|
|
6139
|
+
"name": "Frederik Bußmann",
|
|
6140
|
+
"github": "freb97"
|
|
6141
|
+
}
|
|
6142
|
+
],
|
|
6143
|
+
"compatibility": {
|
|
6144
|
+
"nuxt": "^3.0.0",
|
|
6145
|
+
"requires": {}
|
|
6146
|
+
}
|
|
6147
|
+
},
|
|
6148
|
+
{
|
|
6149
|
+
"name": "nuxt-svg-sprite-icon",
|
|
6150
|
+
"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.",
|
|
6151
|
+
"repo": "MikeCheng1208/nuxt-svg-sprite-icon",
|
|
6152
|
+
"npm": "nuxt-svg-sprite-icon",
|
|
6153
|
+
"icon": "nuxt-svg-sprite-icon.png",
|
|
6154
|
+
"github": "https://github.com/MikeCheng1208/nuxt-svg-sprite-icon",
|
|
6155
|
+
"website": "https://github.com/MikeCheng1208/nuxt-svg-sprite-icon",
|
|
6156
|
+
"learn_more": "",
|
|
6157
|
+
"category": "UI",
|
|
6158
|
+
"type": "3rd-party",
|
|
6159
|
+
"maintainers": [
|
|
6160
|
+
{
|
|
6161
|
+
"name": "Mike Cheng",
|
|
6162
|
+
"github": "MikeCheng1208",
|
|
6163
|
+
"twitter": "mike_cheng1208"
|
|
6164
|
+
}
|
|
6165
|
+
],
|
|
6166
|
+
"compatibility": {
|
|
6167
|
+
"nuxt": ">=3.17.0",
|
|
6168
|
+
"requires": {}
|
|
6169
|
+
}
|
|
6170
|
+
},
|
|
5419
6171
|
{
|
|
5420
6172
|
"name": "nuxt-svgo-loader",
|
|
5421
6173
|
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
@@ -5554,6 +6306,28 @@
|
|
|
5554
6306
|
"requires": {}
|
|
5555
6307
|
}
|
|
5556
6308
|
},
|
|
6309
|
+
{
|
|
6310
|
+
"name": "nuxt-useless-blobs",
|
|
6311
|
+
"description": "An easier way of using useless-blobs in your Nuxt project!",
|
|
6312
|
+
"repo": "oyedejioyewole/nuxt-useless-blobs",
|
|
6313
|
+
"npm": "nuxt-useless-blobs",
|
|
6314
|
+
"icon": "nuxt-useless-blobs.svg",
|
|
6315
|
+
"github": "https://github.com/oyedejioyewole/nuxt-useless-blobs",
|
|
6316
|
+
"website": "https://nuxt-useless-blobs.vercel.app",
|
|
6317
|
+
"learn_more": "",
|
|
6318
|
+
"category": "UI",
|
|
6319
|
+
"type": "3rd-party",
|
|
6320
|
+
"maintainers": [
|
|
6321
|
+
{
|
|
6322
|
+
"name": "Oyedeji Oyewole",
|
|
6323
|
+
"github": "oyedejioyewole"
|
|
6324
|
+
}
|
|
6325
|
+
],
|
|
6326
|
+
"compatibility": {
|
|
6327
|
+
"nuxt": "^3.0.0",
|
|
6328
|
+
"requires": {}
|
|
6329
|
+
}
|
|
6330
|
+
},
|
|
5557
6331
|
{
|
|
5558
6332
|
"name": "nuxt-uswds",
|
|
5559
6333
|
"description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
|
|
@@ -5623,6 +6397,28 @@
|
|
|
5623
6397
|
"requires": {}
|
|
5624
6398
|
}
|
|
5625
6399
|
},
|
|
6400
|
+
{
|
|
6401
|
+
"name": "nuxt-yup",
|
|
6402
|
+
"description": "Yup integration for Nuxt 4 with a simple composable.",
|
|
6403
|
+
"repo": "DarlanPrado/nuxt-yup",
|
|
6404
|
+
"npm": "nuxt-yup",
|
|
6405
|
+
"icon": "",
|
|
6406
|
+
"github": "https://github.com/DarlanPrado/nuxt-yup",
|
|
6407
|
+
"website": "https://github.com/DarlanPrado/nuxt-yup",
|
|
6408
|
+
"learn_more": "",
|
|
6409
|
+
"category": "Libraries",
|
|
6410
|
+
"type": "3rd-party",
|
|
6411
|
+
"maintainers": [
|
|
6412
|
+
{
|
|
6413
|
+
"name": "Darlan José Batista do Prado",
|
|
6414
|
+
"github": "DarlanPrado"
|
|
6415
|
+
}
|
|
6416
|
+
],
|
|
6417
|
+
"compatibility": {
|
|
6418
|
+
"nuxt": ">=3.0.0",
|
|
6419
|
+
"requires": {}
|
|
6420
|
+
}
|
|
6421
|
+
},
|
|
5626
6422
|
{
|
|
5627
6423
|
"name": "nuxt-zod-i18n",
|
|
5628
6424
|
"description": "A Nuxt Module for localizing zod error messages.",
|
|
@@ -5808,7 +6604,7 @@
|
|
|
5808
6604
|
"twitter": "teleskop150750"
|
|
5809
6605
|
},
|
|
5810
6606
|
{
|
|
5811
|
-
"name": "
|
|
6607
|
+
"name": "Wind",
|
|
5812
6608
|
"github": "productdevbook",
|
|
5813
6609
|
"twitter": "productdevbook"
|
|
5814
6610
|
}
|
|
@@ -6039,7 +6835,7 @@
|
|
|
6039
6835
|
"type": "3rd-party",
|
|
6040
6836
|
"maintainers": [
|
|
6041
6837
|
{
|
|
6042
|
-
"name": "Giovane
|
|
6838
|
+
"name": "Giovane Silva",
|
|
6043
6839
|
"github": "novout",
|
|
6044
6840
|
"twitter": "novoutttttt",
|
|
6045
6841
|
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
@@ -6063,7 +6859,7 @@
|
|
|
6063
6859
|
"type": "3rd-party",
|
|
6064
6860
|
"maintainers": [
|
|
6065
6861
|
{
|
|
6066
|
-
"name": "
|
|
6862
|
+
"name": "Wind",
|
|
6067
6863
|
"github": "productdevbook",
|
|
6068
6864
|
"twitter": "productdevbook"
|
|
6069
6865
|
}
|
|
@@ -6116,7 +6912,7 @@
|
|
|
6116
6912
|
}
|
|
6117
6913
|
],
|
|
6118
6914
|
"compatibility": {
|
|
6119
|
-
"nuxt": "^3.13.0",
|
|
6915
|
+
"nuxt": "^3.13.0 || ^4.0.0",
|
|
6120
6916
|
"requires": {}
|
|
6121
6917
|
}
|
|
6122
6918
|
},
|
|
@@ -6158,9 +6954,9 @@
|
|
|
6158
6954
|
"type": "3rd-party",
|
|
6159
6955
|
"maintainers": [
|
|
6160
6956
|
{
|
|
6161
|
-
"name": "
|
|
6957
|
+
"name": "praz",
|
|
6162
6958
|
"github": "prazdevs",
|
|
6163
|
-
"bluesky": "praz.
|
|
6959
|
+
"bluesky": "dev.praz.me"
|
|
6164
6960
|
}
|
|
6165
6961
|
],
|
|
6166
6962
|
"compatibility": {
|
|
@@ -6170,6 +6966,28 @@
|
|
|
6170
6966
|
}
|
|
6171
6967
|
}
|
|
6172
6968
|
},
|
|
6969
|
+
{
|
|
6970
|
+
"name": "pinia-plugin-unstorage",
|
|
6971
|
+
"description": "Configurable persistence and rehydration of Pinia stores.",
|
|
6972
|
+
"repo": "litingyes/pinia-plugin-unstorage",
|
|
6973
|
+
"npm": "pinia-plugin-unstorage",
|
|
6974
|
+
"icon": "pinia-plugin-unstorage.svg",
|
|
6975
|
+
"github": "https://github.com/litingyes/pinia-plugin-unstorage",
|
|
6976
|
+
"website": "https://github.com/litingyes/pinia-plugin-unstorage?tab=readme-ov-file#pinia-plugin-unstorage",
|
|
6977
|
+
"learn_more": "",
|
|
6978
|
+
"category": "Extensions",
|
|
6979
|
+
"type": "3rd-party",
|
|
6980
|
+
"maintainers": [
|
|
6981
|
+
{
|
|
6982
|
+
"name": "Liting",
|
|
6983
|
+
"github": "litingyes"
|
|
6984
|
+
}
|
|
6985
|
+
],
|
|
6986
|
+
"compatibility": {
|
|
6987
|
+
"nuxt": ">=3.0.0",
|
|
6988
|
+
"requires": {}
|
|
6989
|
+
}
|
|
6990
|
+
},
|
|
6173
6991
|
{
|
|
6174
6992
|
"name": "pinia",
|
|
6175
6993
|
"description": "The Vue Store that you will enjoy using",
|
|
@@ -6539,6 +7357,31 @@
|
|
|
6539
7357
|
"requires": {}
|
|
6540
7358
|
}
|
|
6541
7359
|
},
|
|
7360
|
+
{
|
|
7361
|
+
"name": "qrcode",
|
|
7362
|
+
"description": "A Nuxt module that provides support for generating and reading QRCodes.",
|
|
7363
|
+
"repo": "sandros94/nuxt-qrcode",
|
|
7364
|
+
"npm": "nuxt-qrcode",
|
|
7365
|
+
"icon": "qrcode.svg",
|
|
7366
|
+
"github": "https://github.com/sandros94/nuxt-qrcode",
|
|
7367
|
+
"website": "https://qrcode.s94.dev",
|
|
7368
|
+
"learn_more": "",
|
|
7369
|
+
"category": "Extensions",
|
|
7370
|
+
"type": "3rd-party",
|
|
7371
|
+
"maintainers": [
|
|
7372
|
+
{
|
|
7373
|
+
"name": "Sandro Circi",
|
|
7374
|
+
"github": "sandros94",
|
|
7375
|
+
"avatar": "https://avatars.githubusercontent.com/u/13056429",
|
|
7376
|
+
"bluesky": "sandros94.com",
|
|
7377
|
+
"twitter": "_sandros94"
|
|
7378
|
+
}
|
|
7379
|
+
],
|
|
7380
|
+
"compatibility": {
|
|
7381
|
+
"nuxt": ">=3.10.0",
|
|
7382
|
+
"requires": {}
|
|
7383
|
+
}
|
|
7384
|
+
},
|
|
6542
7385
|
{
|
|
6543
7386
|
"name": "quasar",
|
|
6544
7387
|
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
@@ -6562,6 +7405,28 @@
|
|
|
6562
7405
|
"devtools": "^0.0.0"
|
|
6563
7406
|
}
|
|
6564
7407
|
},
|
|
7408
|
+
{
|
|
7409
|
+
"name": "query-api",
|
|
7410
|
+
"description": "Provides simple ways to query data from Craft CMS.",
|
|
7411
|
+
"repo": "samuelreichor/query-api#HEAD/packages/nuxt",
|
|
7412
|
+
"npm": "@query-api/nuxt",
|
|
7413
|
+
"icon": "query-api.svg",
|
|
7414
|
+
"github": "https://github.com/samuelreichor/query-api/tree/main/packages/nuxt",
|
|
7415
|
+
"website": "https://samuelreichor.at/libraries/nuxt-craftcms",
|
|
7416
|
+
"learn_more": "https://samuelreichor.at/libraries",
|
|
7417
|
+
"category": "CMS",
|
|
7418
|
+
"type": "3rd-party",
|
|
7419
|
+
"maintainers": [
|
|
7420
|
+
{
|
|
7421
|
+
"name": "Samuel Reichör",
|
|
7422
|
+
"github": "samuelreichor"
|
|
7423
|
+
}
|
|
7424
|
+
],
|
|
7425
|
+
"compatibility": {
|
|
7426
|
+
"nuxt": ">=3.0.0",
|
|
7427
|
+
"requires": {}
|
|
7428
|
+
}
|
|
7429
|
+
},
|
|
6565
7430
|
{
|
|
6566
7431
|
"name": "radash",
|
|
6567
7432
|
"description": "radash module with auto-import and custom prefix",
|
|
@@ -6830,7 +7695,7 @@
|
|
|
6830
7695
|
{
|
|
6831
7696
|
"name": "Sébastien Chopin",
|
|
6832
7697
|
"github": "Atinux",
|
|
6833
|
-
"twitter": "
|
|
7698
|
+
"twitter": "atinux",
|
|
6834
7699
|
"bluesky": "atinux.com"
|
|
6835
7700
|
}
|
|
6836
7701
|
],
|
|
@@ -6896,7 +7761,7 @@
|
|
|
6896
7761
|
"icon": "schema-org.svg",
|
|
6897
7762
|
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
6898
7763
|
"website": "https://nuxtseo.com/schema-org",
|
|
6899
|
-
"learn_more": "https://unhead.unjs.io/schema-org/
|
|
7764
|
+
"learn_more": "https://unhead.unjs.io/docs/typescript/schema-org/guides/get-started/overview",
|
|
6900
7765
|
"category": "SEO",
|
|
6901
7766
|
"type": "3rd-party",
|
|
6902
7767
|
"maintainers": [
|
|
@@ -6914,7 +7779,7 @@
|
|
|
6914
7779
|
},
|
|
6915
7780
|
{
|
|
6916
7781
|
"name": "scripts",
|
|
6917
|
-
"description": "
|
|
7782
|
+
"description": "Add 3rd-party scripts without sacrificing performance.",
|
|
6918
7783
|
"repo": "nuxt/scripts",
|
|
6919
7784
|
"npm": "@nuxt/scripts",
|
|
6920
7785
|
"icon": "nuxt.svg",
|
|
@@ -7196,24 +8061,49 @@
|
|
|
7196
8061
|
},
|
|
7197
8062
|
{
|
|
7198
8063
|
"name": "shopify",
|
|
7199
|
-
"description": "
|
|
7200
|
-
"repo": "
|
|
7201
|
-
"npm": "
|
|
8064
|
+
"description": "Easily integrate Shopify into your Nuxt app.",
|
|
8065
|
+
"repo": "nuxt-modules/shopify",
|
|
8066
|
+
"npm": "@nuxtjs/shopify",
|
|
7202
8067
|
"icon": "shopify.png",
|
|
7203
|
-
"github": "https://github.com/
|
|
7204
|
-
"website": "https://github.
|
|
7205
|
-
"learn_more": "https://
|
|
8068
|
+
"github": "https://github.com/nuxt-modules/shopify",
|
|
8069
|
+
"website": "https://nuxt-modules.github.io/shopify",
|
|
8070
|
+
"learn_more": "https://shopify.dev/docs",
|
|
8071
|
+
"category": "Ecommerce",
|
|
8072
|
+
"type": "community",
|
|
8073
|
+
"maintainers": [
|
|
8074
|
+
{
|
|
8075
|
+
"name": "Zoltan Lukacs",
|
|
8076
|
+
"github": "konkonam"
|
|
8077
|
+
},
|
|
8078
|
+
{
|
|
8079
|
+
"name": "Frederik Bußmann",
|
|
8080
|
+
"github": "freb97"
|
|
8081
|
+
}
|
|
8082
|
+
],
|
|
8083
|
+
"compatibility": {
|
|
8084
|
+
"nuxt": ">=3.0.0",
|
|
8085
|
+
"requires": {}
|
|
8086
|
+
}
|
|
8087
|
+
},
|
|
8088
|
+
{
|
|
8089
|
+
"name": "shopware",
|
|
8090
|
+
"description": "Nuxt module that allows you to set up a Nuxt 3 project with Shopware Frontends.",
|
|
8091
|
+
"repo": "shopware/frontends#main/packages/nuxt-module",
|
|
8092
|
+
"npm": "@shopware/nuxt-module",
|
|
8093
|
+
"icon": "shopware.svg",
|
|
8094
|
+
"github": "https://github.com/shopware/frontends/tree/main/packages/nuxt-module",
|
|
8095
|
+
"website": "https://frontends.shopware.com/packages/nuxt-module.html",
|
|
8096
|
+
"learn_more": "https://www.shopware.com",
|
|
7206
8097
|
"category": "Ecommerce",
|
|
7207
8098
|
"type": "3rd-party",
|
|
7208
8099
|
"maintainers": [
|
|
7209
8100
|
{
|
|
7210
|
-
"name": "
|
|
7211
|
-
"github": "
|
|
7212
|
-
"twitter": "Gomah"
|
|
8101
|
+
"name": "Shopware AG",
|
|
8102
|
+
"github": "shopware"
|
|
7213
8103
|
}
|
|
7214
8104
|
],
|
|
7215
8105
|
"compatibility": {
|
|
7216
|
-
"nuxt": "
|
|
8106
|
+
"nuxt": ">=3.0.0",
|
|
7217
8107
|
"requires": {}
|
|
7218
8108
|
}
|
|
7219
8109
|
},
|
|
@@ -7403,6 +8293,54 @@
|
|
|
7403
8293
|
"requires": {}
|
|
7404
8294
|
}
|
|
7405
8295
|
},
|
|
8296
|
+
{
|
|
8297
|
+
"name": "solar-icons",
|
|
8298
|
+
"description": "Nuxt module that provides seamless integration of Solar Icons with auto-import, global configuration, and reactive controls.",
|
|
8299
|
+
"repo": "saoudi-h/solar-icons#main/packages/nuxt",
|
|
8300
|
+
"npm": "@solar-icons/nuxt",
|
|
8301
|
+
"icon": "solar-icons.svg",
|
|
8302
|
+
"github": "https://github.com/saoudi-h/solar-icons/tree/main/packages/nuxt",
|
|
8303
|
+
"website": "https://solar-icons.vercel.app/docs/packages/nuxt",
|
|
8304
|
+
"learn_more": "https://solar-icons.vercel.app",
|
|
8305
|
+
"category": "UI",
|
|
8306
|
+
"type": "3rd-party",
|
|
8307
|
+
"maintainers": [
|
|
8308
|
+
{
|
|
8309
|
+
"name": "Hakim Saoudi",
|
|
8310
|
+
"github": "saoudi-h",
|
|
8311
|
+
"avatar": "https://avatars.githubusercontent.com/saoudi-h?v=4",
|
|
8312
|
+
"twitter": "hakim__saoudi"
|
|
8313
|
+
}
|
|
8314
|
+
],
|
|
8315
|
+
"compatibility": {
|
|
8316
|
+
"nuxt": ">=3.0.0",
|
|
8317
|
+
"requires": {}
|
|
8318
|
+
}
|
|
8319
|
+
},
|
|
8320
|
+
{
|
|
8321
|
+
"name": "sonda",
|
|
8322
|
+
"description": "Bundle analyzer and visualizer",
|
|
8323
|
+
"repo": "filipsobol/sonda#release/packages/sonda",
|
|
8324
|
+
"npm": "sonda",
|
|
8325
|
+
"icon": "sonda.svg",
|
|
8326
|
+
"github": "https://github.com/filipsobol/sonda",
|
|
8327
|
+
"website": "https://sonda.dev/",
|
|
8328
|
+
"learn_more": "https://sonda.dev/",
|
|
8329
|
+
"category": "Devtools",
|
|
8330
|
+
"type": "3rd-party",
|
|
8331
|
+
"maintainers": [
|
|
8332
|
+
{
|
|
8333
|
+
"name": "Filip Sobol",
|
|
8334
|
+
"github": "filipsobol",
|
|
8335
|
+
"twitter": "filipsobol",
|
|
8336
|
+
"bluesky": "filipsobol.bsky.social"
|
|
8337
|
+
}
|
|
8338
|
+
],
|
|
8339
|
+
"compatibility": {
|
|
8340
|
+
"nuxt": "^3.0.0",
|
|
8341
|
+
"requires": {}
|
|
8342
|
+
}
|
|
8343
|
+
},
|
|
7406
8344
|
{
|
|
7407
8345
|
"name": "speedcurve",
|
|
7408
8346
|
"description": "Speedcurve LUX module for Nuxt",
|
|
@@ -7597,7 +8535,7 @@
|
|
|
7597
8535
|
{
|
|
7598
8536
|
"name": "Sébastien Chopin",
|
|
7599
8537
|
"github": "Atinux",
|
|
7600
|
-
"twitter": "
|
|
8538
|
+
"twitter": "atinux",
|
|
7601
8539
|
"bluesky": "atinux.com"
|
|
7602
8540
|
}
|
|
7603
8541
|
],
|
|
@@ -7651,7 +8589,8 @@
|
|
|
7651
8589
|
{
|
|
7652
8590
|
"name": "William DA SILVA",
|
|
7653
8591
|
"github": "WilliamDASILVA",
|
|
7654
|
-
"twitter": "willia_am"
|
|
8592
|
+
"twitter": "willia_am",
|
|
8593
|
+
"bluesky": "william.to"
|
|
7655
8594
|
}
|
|
7656
8595
|
],
|
|
7657
8596
|
"compatibility": {
|
|
@@ -7680,7 +8619,7 @@
|
|
|
7680
8619
|
{
|
|
7681
8620
|
"name": "Sébastien Chopin",
|
|
7682
8621
|
"github": "Atinux",
|
|
7683
|
-
"twitter": "
|
|
8622
|
+
"twitter": "atinux",
|
|
7684
8623
|
"bluesky": "atinux.com"
|
|
7685
8624
|
}
|
|
7686
8625
|
],
|
|
@@ -7758,7 +8697,7 @@
|
|
|
7758
8697
|
{
|
|
7759
8698
|
"name": "Sébastien Chopin",
|
|
7760
8699
|
"github": "Atinux",
|
|
7761
|
-
"twitter": "
|
|
8700
|
+
"twitter": "atinux",
|
|
7762
8701
|
"bluesky": "atinux.com"
|
|
7763
8702
|
},
|
|
7764
8703
|
{
|
|
@@ -7856,7 +8795,7 @@
|
|
|
7856
8795
|
"type": "community",
|
|
7857
8796
|
"maintainers": [
|
|
7858
8797
|
{
|
|
7859
|
-
"name": "
|
|
8798
|
+
"name": "brooke",
|
|
7860
8799
|
"github": "sam3d"
|
|
7861
8800
|
}
|
|
7862
8801
|
],
|
|
@@ -7972,7 +8911,7 @@
|
|
|
7972
8911
|
{
|
|
7973
8912
|
"name": "Sébastien Chopin",
|
|
7974
8913
|
"github": "Atinux",
|
|
7975
|
-
"twitter": "
|
|
8914
|
+
"twitter": "atinux",
|
|
7976
8915
|
"bluesky": "atinux.com"
|
|
7977
8916
|
},
|
|
7978
8917
|
{
|
|
@@ -8017,7 +8956,7 @@
|
|
|
8017
8956
|
},
|
|
8018
8957
|
{
|
|
8019
8958
|
"name": "test-utils",
|
|
8020
|
-
"description": "Test utilities for Nuxt",
|
|
8959
|
+
"description": "Test utilities for Nuxt.",
|
|
8021
8960
|
"repo": "nuxt/test-utils#main",
|
|
8022
8961
|
"npm": "@nuxt/test-utils",
|
|
8023
8962
|
"icon": "nuxt.svg",
|
|
@@ -8492,7 +9431,7 @@
|
|
|
8492
9431
|
},
|
|
8493
9432
|
{
|
|
8494
9433
|
"name": "ui",
|
|
8495
|
-
"description": "
|
|
9434
|
+
"description": "The Intuitive UI Library powered by Reka UI and Tailwind CSS.",
|
|
8496
9435
|
"repo": "nuxt/ui#dev",
|
|
8497
9436
|
"npm": "@nuxt/ui",
|
|
8498
9437
|
"icon": "nuxt.svg",
|
|
@@ -8511,19 +9450,15 @@
|
|
|
8511
9450
|
{
|
|
8512
9451
|
"name": "Sébastien Chopin",
|
|
8513
9452
|
"github": "Atinux",
|
|
8514
|
-
"twitter": "
|
|
9453
|
+
"twitter": "atinux",
|
|
8515
9454
|
"bluesky": "atinux.com"
|
|
8516
|
-
},
|
|
8517
|
-
{
|
|
8518
|
-
"name": "Sylvain Marroufin",
|
|
8519
|
-
"github": "smarroufin",
|
|
8520
|
-
"twitter": "smarroufin"
|
|
8521
9455
|
}
|
|
8522
9456
|
],
|
|
8523
9457
|
"compatibility": {
|
|
8524
9458
|
"nuxt": ">=3.0.0",
|
|
8525
9459
|
"requires": {}
|
|
8526
|
-
}
|
|
9460
|
+
},
|
|
9461
|
+
"mcp": "https://ui.nuxt.com/mcp"
|
|
8527
9462
|
},
|
|
8528
9463
|
{
|
|
8529
9464
|
"name": "umami",
|
|
@@ -8643,7 +9578,7 @@
|
|
|
8643
9578
|
"type": "3rd-party",
|
|
8644
9579
|
"maintainers": [
|
|
8645
9580
|
{
|
|
8646
|
-
"name": "Giovane
|
|
9581
|
+
"name": "Giovane Silva",
|
|
8647
9582
|
"github": "novout",
|
|
8648
9583
|
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
8649
9584
|
}
|
|
@@ -9016,6 +9951,29 @@
|
|
|
9016
9951
|
"requires": {}
|
|
9017
9952
|
}
|
|
9018
9953
|
},
|
|
9954
|
+
{
|
|
9955
|
+
"name": "vue-gsap-flip",
|
|
9956
|
+
"description": "A powerful Vue 3 library for creating stunning flip animations using GSAP's Flip plugin. Modular, extensible, and easy to use.",
|
|
9957
|
+
"repo": "lavolpecheprogramma/vue-gsap-flip#master/packages/nuxt",
|
|
9958
|
+
"npm": "@vue-gsap-flip/nuxt",
|
|
9959
|
+
"icon": "",
|
|
9960
|
+
"github": "https://github.com/lavolpecheprogramma/vue-gsap-flip",
|
|
9961
|
+
"website": "https://lavolpecheprogramma.github.io/vue-gsap-flip/",
|
|
9962
|
+
"learn_more": "",
|
|
9963
|
+
"category": "Libraries",
|
|
9964
|
+
"type": "3rd-party",
|
|
9965
|
+
"maintainers": [
|
|
9966
|
+
{
|
|
9967
|
+
"name": "Alberto Parziale",
|
|
9968
|
+
"github": "lavolpecheprogramma",
|
|
9969
|
+
"twitter": "lavolpechevola"
|
|
9970
|
+
}
|
|
9971
|
+
],
|
|
9972
|
+
"compatibility": {
|
|
9973
|
+
"nuxt": ">=3.0.0",
|
|
9974
|
+
"requires": {}
|
|
9975
|
+
}
|
|
9976
|
+
},
|
|
9019
9977
|
{
|
|
9020
9978
|
"name": "vue-macros",
|
|
9021
9979
|
"description": "Explore more macros and syntax sugar to Vue.",
|
|
@@ -9029,7 +9987,7 @@
|
|
|
9029
9987
|
"type": "3rd-party",
|
|
9030
9988
|
"maintainers": [
|
|
9031
9989
|
{
|
|
9032
|
-
"name": "Kevin Deng
|
|
9990
|
+
"name": "Kevin Deng",
|
|
9033
9991
|
"github": "sxzz",
|
|
9034
9992
|
"twitter": "sanxiaozhizi",
|
|
9035
9993
|
"bluesky": "sxzz.dev"
|
|
@@ -9469,7 +10427,7 @@
|
|
|
9469
10427
|
{
|
|
9470
10428
|
"name": "Sébastien Chopin",
|
|
9471
10429
|
"github": "Atinux",
|
|
9472
|
-
"twitter": "
|
|
10430
|
+
"twitter": "atinux",
|
|
9473
10431
|
"bluesky": "atinux.com"
|
|
9474
10432
|
}
|
|
9475
10433
|
],
|
|
@@ -9723,6 +10681,28 @@
|
|
|
9723
10681
|
"requires": {}
|
|
9724
10682
|
}
|
|
9725
10683
|
},
|
|
10684
|
+
{
|
|
10685
|
+
"name": "workflow",
|
|
10686
|
+
"description": "Workflow DevKit - Build durable, resilient, and observable workflows",
|
|
10687
|
+
"repo": "vercel/workflow#main/packages/workflow",
|
|
10688
|
+
"npm": "workflow",
|
|
10689
|
+
"icon": "workflow.svg",
|
|
10690
|
+
"github": "https://github.com/vercel/workflow/tree/main/packages/workflow",
|
|
10691
|
+
"website": "https://useworkflow.dev",
|
|
10692
|
+
"learn_more": "",
|
|
10693
|
+
"category": "Devtools",
|
|
10694
|
+
"type": "3rd-party",
|
|
10695
|
+
"maintainers": [
|
|
10696
|
+
{
|
|
10697
|
+
"name": "vercel",
|
|
10698
|
+
"github": "vercel"
|
|
10699
|
+
}
|
|
10700
|
+
],
|
|
10701
|
+
"compatibility": {
|
|
10702
|
+
"nuxt": ">=3.0.0",
|
|
10703
|
+
"requires": {}
|
|
10704
|
+
}
|
|
10705
|
+
},
|
|
9726
10706
|
{
|
|
9727
10707
|
"name": "wp-nuxt",
|
|
9728
10708
|
"description": "The module adds a Wordpress Rest API to your nuxt application",
|