@nuxt/modules 0.6.0-0d7b91 → 0.6.0-12bcd1
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 +1366 -156
- package/package.json +5 -5
package/modules.json
CHANGED
|
@@ -13,12 +13,13 @@
|
|
|
13
13
|
"maintainers": [
|
|
14
14
|
{
|
|
15
15
|
"name": "Serhii Bedrytskyi",
|
|
16
|
-
"github": "bdrtsky"
|
|
16
|
+
"github": "bdrtsky",
|
|
17
|
+
"twitter": "serhii_be"
|
|
17
18
|
},
|
|
18
19
|
{
|
|
19
20
|
"name": "Sébastien Chopin",
|
|
20
21
|
"github": "Atinux",
|
|
21
|
-
"twitter": "
|
|
22
|
+
"twitter": "atinux",
|
|
22
23
|
"bluesky": "atinux.com"
|
|
23
24
|
}
|
|
24
25
|
],
|
|
@@ -120,7 +121,8 @@
|
|
|
120
121
|
{
|
|
121
122
|
"name": "Farnabaz",
|
|
122
123
|
"github": "farnabaz",
|
|
123
|
-
"twitter": "a_birang"
|
|
124
|
+
"twitter": "a_birang",
|
|
125
|
+
"bluesky": "farnabaz.dev"
|
|
124
126
|
}
|
|
125
127
|
],
|
|
126
128
|
"compatibility": {
|
|
@@ -407,6 +409,29 @@
|
|
|
407
409
|
"requires": {}
|
|
408
410
|
}
|
|
409
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
|
+
},
|
|
410
435
|
{
|
|
411
436
|
"name": "auth-utils",
|
|
412
437
|
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
@@ -422,7 +447,7 @@
|
|
|
422
447
|
{
|
|
423
448
|
"name": "Sébastien Chopin",
|
|
424
449
|
"github": "atinux",
|
|
425
|
-
"twitter": "
|
|
450
|
+
"twitter": "atinux",
|
|
426
451
|
"bluesky": "atinux.com"
|
|
427
452
|
}
|
|
428
453
|
],
|
|
@@ -577,6 +602,28 @@
|
|
|
577
602
|
"requires": {}
|
|
578
603
|
}
|
|
579
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
|
+
},
|
|
580
627
|
{
|
|
581
628
|
"name": "bootstrap",
|
|
582
629
|
"description": "Add Bootstrap to your Nuxt app in seconds.",
|
|
@@ -831,7 +878,7 @@
|
|
|
831
878
|
"type": "3rd-party",
|
|
832
879
|
"maintainers": [
|
|
833
880
|
{
|
|
834
|
-
"name": "
|
|
881
|
+
"name": "Wind",
|
|
835
882
|
"github": "productdevbook",
|
|
836
883
|
"twitter": "productdevbook"
|
|
837
884
|
}
|
|
@@ -887,6 +934,30 @@
|
|
|
887
934
|
"requires": {}
|
|
888
935
|
}
|
|
889
936
|
},
|
|
937
|
+
{
|
|
938
|
+
"name": "clerk",
|
|
939
|
+
"description": "Clerk SDK for Nuxt",
|
|
940
|
+
"repo": "clerk/javascript#main/packages/nuxt",
|
|
941
|
+
"npm": "@clerk/nuxt",
|
|
942
|
+
"icon": "clerk.svg",
|
|
943
|
+
"github": "https://github.com/clerk/javascript/tree/main/packages/nuxt",
|
|
944
|
+
"website": "https://clerk.com/docs/references/nuxt/overview",
|
|
945
|
+
"learn_more": "https://clerk.com",
|
|
946
|
+
"category": "Security",
|
|
947
|
+
"type": "3rd-party",
|
|
948
|
+
"maintainers": [
|
|
949
|
+
{
|
|
950
|
+
"name": "Clerk",
|
|
951
|
+
"github": "clerk",
|
|
952
|
+
"twitter": "clerkdev",
|
|
953
|
+
"bluesky": "clerk.com"
|
|
954
|
+
}
|
|
955
|
+
],
|
|
956
|
+
"compatibility": {
|
|
957
|
+
"nuxt": ">=3.0.0",
|
|
958
|
+
"requires": {}
|
|
959
|
+
}
|
|
960
|
+
},
|
|
890
961
|
{
|
|
891
962
|
"name": "client-init",
|
|
892
963
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -1000,7 +1071,7 @@
|
|
|
1000
1071
|
{
|
|
1001
1072
|
"name": "Sébastien Chopin",
|
|
1002
1073
|
"github": "Atinux",
|
|
1003
|
-
"twitter": "
|
|
1074
|
+
"twitter": "atinux",
|
|
1004
1075
|
"bluesky": "atinux.com"
|
|
1005
1076
|
}
|
|
1006
1077
|
],
|
|
@@ -1011,6 +1082,29 @@
|
|
|
1011
1082
|
}
|
|
1012
1083
|
}
|
|
1013
1084
|
},
|
|
1085
|
+
{
|
|
1086
|
+
"name": "compodium",
|
|
1087
|
+
"description": "A plug an play component playground for Nuxt.",
|
|
1088
|
+
"repo": "romhml/compodium#main/packages/nuxt",
|
|
1089
|
+
"npm": "@compodium/nuxt",
|
|
1090
|
+
"icon": "compodium.svg",
|
|
1091
|
+
"github": "https://github.com/romhml/compodium",
|
|
1092
|
+
"website": "https://github.com/romhml/compodium",
|
|
1093
|
+
"learn_more": "",
|
|
1094
|
+
"category": "Devtools",
|
|
1095
|
+
"type": "3rd-party",
|
|
1096
|
+
"maintainers": [
|
|
1097
|
+
{
|
|
1098
|
+
"name": "Romain Hamel",
|
|
1099
|
+
"github": "romhml",
|
|
1100
|
+
"bluesky": "rohm.dev"
|
|
1101
|
+
}
|
|
1102
|
+
],
|
|
1103
|
+
"compatibility": {
|
|
1104
|
+
"nuxt": ">=3.0.0",
|
|
1105
|
+
"requires": {}
|
|
1106
|
+
}
|
|
1107
|
+
},
|
|
1014
1108
|
{
|
|
1015
1109
|
"name": "component-cache",
|
|
1016
1110
|
"description": "LRU component cache for vue components",
|
|
@@ -1082,9 +1176,32 @@
|
|
|
1082
1176
|
"requires": {}
|
|
1083
1177
|
}
|
|
1084
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
|
+
},
|
|
1085
1202
|
{
|
|
1086
1203
|
"name": "content",
|
|
1087
|
-
"description": "
|
|
1204
|
+
"description": "The file-based CMS with support for Markdown, YAML, JSON.",
|
|
1088
1205
|
"repo": "nuxt/content#main",
|
|
1089
1206
|
"npm": "@nuxt/content",
|
|
1090
1207
|
"icon": "nuxt.svg",
|
|
@@ -1094,21 +1211,22 @@
|
|
|
1094
1211
|
"category": "CMS",
|
|
1095
1212
|
"type": "official",
|
|
1096
1213
|
"maintainers": [
|
|
1097
|
-
{
|
|
1098
|
-
"name": "Yaël Guilloux",
|
|
1099
|
-
"github": "Tahul",
|
|
1100
|
-
"twitter": "yaeeelglx",
|
|
1101
|
-
"bluesky": "yael.dev"
|
|
1102
|
-
},
|
|
1103
1214
|
{
|
|
1104
1215
|
"name": "Farnabaz",
|
|
1105
1216
|
"github": "farnabaz",
|
|
1106
|
-
"twitter": "a_birang"
|
|
1217
|
+
"twitter": "a_birang",
|
|
1218
|
+
"bluesky": "farnabaz.dev"
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"name": "Baptiste Leproux",
|
|
1222
|
+
"github": "larbish",
|
|
1223
|
+
"twitter": "_larbish",
|
|
1224
|
+
"bluesky": "larbish.bsky.social"
|
|
1107
1225
|
},
|
|
1108
1226
|
{
|
|
1109
1227
|
"name": "Sébastien Chopin",
|
|
1110
1228
|
"github": "Atinux",
|
|
1111
|
-
"twitter": "
|
|
1229
|
+
"twitter": "atinux",
|
|
1112
1230
|
"bluesky": "atinux.com"
|
|
1113
1231
|
}
|
|
1114
1232
|
],
|
|
@@ -1146,8 +1264,8 @@
|
|
|
1146
1264
|
"npm": "nuxt-contentstack",
|
|
1147
1265
|
"icon": "contentstack.png",
|
|
1148
1266
|
"github": "https://github.com/timbenniks/nuxt-contentstack",
|
|
1149
|
-
"website": "https://
|
|
1150
|
-
"learn_more": "https://contentstack.com/",
|
|
1267
|
+
"website": "https://nuxt-contentstack-docs.eu-contentstackapps.com/",
|
|
1268
|
+
"learn_more": "https://community.contentstack.com/",
|
|
1151
1269
|
"category": "CMS",
|
|
1152
1270
|
"type": "3rd-party",
|
|
1153
1271
|
"maintainers": [
|
|
@@ -1160,8 +1278,9 @@
|
|
|
1160
1278
|
}
|
|
1161
1279
|
],
|
|
1162
1280
|
"compatibility": {
|
|
1163
|
-
"nuxt": "^3.
|
|
1164
|
-
"requires": {}
|
|
1281
|
+
"nuxt": "^3.16.0",
|
|
1282
|
+
"requires": {},
|
|
1283
|
+
"devtools": "^0.0.0"
|
|
1165
1284
|
}
|
|
1166
1285
|
},
|
|
1167
1286
|
{
|
|
@@ -1400,7 +1519,7 @@
|
|
|
1400
1519
|
},
|
|
1401
1520
|
{
|
|
1402
1521
|
"name": "devtools",
|
|
1403
|
-
"description": "
|
|
1522
|
+
"description": "Visual tools that help you to know your Nuxt application better.",
|
|
1404
1523
|
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1405
1524
|
"npm": "@nuxt/devtools",
|
|
1406
1525
|
"icon": "nuxt.svg",
|
|
@@ -1641,7 +1760,8 @@
|
|
|
1641
1760
|
"maintainers": [
|
|
1642
1761
|
{
|
|
1643
1762
|
"name": "Yue JIN",
|
|
1644
|
-
"github": "kingyue737"
|
|
1763
|
+
"github": "kingyue737",
|
|
1764
|
+
"twitter": "kingyue737"
|
|
1645
1765
|
}
|
|
1646
1766
|
],
|
|
1647
1767
|
"compatibility": {
|
|
@@ -1749,6 +1869,28 @@
|
|
|
1749
1869
|
"requires": {}
|
|
1750
1870
|
}
|
|
1751
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
|
+
},
|
|
1752
1894
|
{
|
|
1753
1895
|
"name": "eslint-module",
|
|
1754
1896
|
"description": "ESLint module for Nuxt",
|
|
@@ -1774,7 +1916,7 @@
|
|
|
1774
1916
|
},
|
|
1775
1917
|
{
|
|
1776
1918
|
"name": "eslint",
|
|
1777
|
-
"description": "
|
|
1919
|
+
"description": "Project-aware, easy-to-use, extensible and future-proof ESLint integration.",
|
|
1778
1920
|
"repo": "nuxt/eslint",
|
|
1779
1921
|
"npm": "@nuxt/eslint",
|
|
1780
1922
|
"icon": "nuxt.svg",
|
|
@@ -2047,14 +2189,14 @@
|
|
|
2047
2189
|
},
|
|
2048
2190
|
{
|
|
2049
2191
|
"name": "fonts",
|
|
2050
|
-
"description": "
|
|
2192
|
+
"description": "Add custom web fonts with performance in mind.",
|
|
2051
2193
|
"repo": "nuxt/fonts",
|
|
2052
2194
|
"npm": "@nuxt/fonts",
|
|
2053
2195
|
"icon": "nuxt.svg",
|
|
2054
2196
|
"github": "https://github.com/nuxt/fonts",
|
|
2055
2197
|
"website": "https://fonts.nuxt.com",
|
|
2056
2198
|
"learn_more": "",
|
|
2057
|
-
"category": "
|
|
2199
|
+
"category": "Fonts",
|
|
2058
2200
|
"type": "official",
|
|
2059
2201
|
"maintainers": [
|
|
2060
2202
|
{
|
|
@@ -2540,7 +2682,7 @@
|
|
|
2540
2682
|
"name": "Lucas Portet",
|
|
2541
2683
|
"github": "l-portet",
|
|
2542
2684
|
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4",
|
|
2543
|
-
"twitter": "
|
|
2685
|
+
"twitter": "lukecarry_"
|
|
2544
2686
|
}
|
|
2545
2687
|
],
|
|
2546
2688
|
"compatibility": {
|
|
@@ -2592,6 +2734,30 @@
|
|
|
2592
2734
|
"requires": {}
|
|
2593
2735
|
}
|
|
2594
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
|
+
},
|
|
2595
2761
|
{
|
|
2596
2762
|
"name": "history-state",
|
|
2597
2763
|
"description": "Nuxt module to backup or restore historical states",
|
|
@@ -2706,7 +2872,7 @@
|
|
|
2706
2872
|
{
|
|
2707
2873
|
"name": "Sébastien Chopin",
|
|
2708
2874
|
"github": "Atinux",
|
|
2709
|
-
"twitter": "
|
|
2875
|
+
"twitter": "atinux",
|
|
2710
2876
|
"bluesky": "atinux.com"
|
|
2711
2877
|
}
|
|
2712
2878
|
],
|
|
@@ -2730,13 +2896,14 @@
|
|
|
2730
2896
|
{
|
|
2731
2897
|
"name": "Sébastien Chopin",
|
|
2732
2898
|
"github": "Atinux",
|
|
2733
|
-
"twitter": "
|
|
2899
|
+
"twitter": "atinux",
|
|
2734
2900
|
"bluesky": "atinux.com"
|
|
2735
2901
|
},
|
|
2736
2902
|
{
|
|
2737
2903
|
"name": "Farnabaz",
|
|
2738
2904
|
"github": "farnabaz",
|
|
2739
|
-
"twitter": "a_birang"
|
|
2905
|
+
"twitter": "a_birang",
|
|
2906
|
+
"bluesky": "farnabaz.dev"
|
|
2740
2907
|
},
|
|
2741
2908
|
{
|
|
2742
2909
|
"name": "Sylvain Marroufin",
|
|
@@ -2874,7 +3041,7 @@
|
|
|
2874
3041
|
{
|
|
2875
3042
|
"name": "Sébastien Chopin",
|
|
2876
3043
|
"github": "Atinux",
|
|
2877
|
-
"twitter": "
|
|
3044
|
+
"twitter": "atinux",
|
|
2878
3045
|
"bluesky": "atinux.com"
|
|
2879
3046
|
},
|
|
2880
3047
|
{
|
|
@@ -2936,7 +3103,7 @@
|
|
|
2936
3103
|
},
|
|
2937
3104
|
{
|
|
2938
3105
|
"name": "image",
|
|
2939
|
-
"description": "
|
|
3106
|
+
"description": "Add images with progressive processing, lazy-loading, resizing and providers support.",
|
|
2940
3107
|
"repo": "nuxt/image",
|
|
2941
3108
|
"npm": "@nuxt/image",
|
|
2942
3109
|
"icon": "nuxt.svg",
|
|
@@ -2949,7 +3116,8 @@
|
|
|
2949
3116
|
{
|
|
2950
3117
|
"name": "Farnabaz",
|
|
2951
3118
|
"github": "farnabaz",
|
|
2952
|
-
"twitter": "a_birang"
|
|
3119
|
+
"twitter": "a_birang",
|
|
3120
|
+
"bluesky": "farnabaz.dev"
|
|
2953
3121
|
},
|
|
2954
3122
|
{
|
|
2955
3123
|
"name": "Daniel Roe",
|
|
@@ -2966,7 +3134,7 @@
|
|
|
2966
3134
|
{
|
|
2967
3135
|
"name": "Sébastien Chopin",
|
|
2968
3136
|
"github": "Atinux",
|
|
2969
|
-
"twitter": "
|
|
3137
|
+
"twitter": "atinux",
|
|
2970
3138
|
"bluesky": "atinux.com"
|
|
2971
3139
|
}
|
|
2972
3140
|
],
|
|
@@ -3003,8 +3171,8 @@
|
|
|
3003
3171
|
{
|
|
3004
3172
|
"name": "inkline",
|
|
3005
3173
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
3006
|
-
"repo": "inkline/inkline
|
|
3007
|
-
"npm": "
|
|
3174
|
+
"repo": "inkline/inkline",
|
|
3175
|
+
"npm": "inkline",
|
|
3008
3176
|
"icon": "inkline.svg",
|
|
3009
3177
|
"github": "https://github.com/inkline/inkline",
|
|
3010
3178
|
"website": "https://inkline.io",
|
|
@@ -3071,6 +3239,29 @@
|
|
|
3071
3239
|
"requires": {}
|
|
3072
3240
|
}
|
|
3073
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
|
+
},
|
|
3074
3265
|
{
|
|
3075
3266
|
"name": "jsonapi",
|
|
3076
3267
|
"description": "Easy JSON:API client integration for Nuxt",
|
|
@@ -3167,11 +3358,35 @@
|
|
|
3167
3358
|
},
|
|
3168
3359
|
"sponsor": true
|
|
3169
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
|
+
},
|
|
3170
3385
|
{
|
|
3171
3386
|
"name": "kql",
|
|
3172
3387
|
"description": "Nuxt module for Kirby's Query Language API",
|
|
3173
3388
|
"repo": "johannschopplich/nuxt-kql",
|
|
3174
|
-
"npm": "nuxt-
|
|
3389
|
+
"npm": "nuxt-kirby",
|
|
3175
3390
|
"icon": "kql.svg",
|
|
3176
3391
|
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
3177
3392
|
"website": "https://nuxt-kql.byjohann.dev/",
|
|
@@ -3277,6 +3492,30 @@
|
|
|
3277
3492
|
"bluesky": "gugustinette.com"
|
|
3278
3493
|
}
|
|
3279
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
|
+
],
|
|
3280
3519
|
"compatibility": {
|
|
3281
3520
|
"nuxt": "^3.0.0",
|
|
3282
3521
|
"requires": {}
|
|
@@ -3307,6 +3546,36 @@
|
|
|
3307
3546
|
"devtools": "^0.0.0"
|
|
3308
3547
|
}
|
|
3309
3548
|
},
|
|
3549
|
+
{
|
|
3550
|
+
"name": "llms",
|
|
3551
|
+
"description": "Generate llms.txt documentation for your Nuxt application",
|
|
3552
|
+
"repo": "nuxtlabs/nuxt-llms",
|
|
3553
|
+
"npm": "nuxt-llms",
|
|
3554
|
+
"icon": "llms.png",
|
|
3555
|
+
"github": "https://github.com/nuxtlabs/nuxt-llms",
|
|
3556
|
+
"website": "https://github.com/nuxtlabs/nuxt-llms",
|
|
3557
|
+
"learn_more": "",
|
|
3558
|
+
"category": "SEO",
|
|
3559
|
+
"type": "3rd-party",
|
|
3560
|
+
"maintainers": [
|
|
3561
|
+
{
|
|
3562
|
+
"name": "Farnabaz",
|
|
3563
|
+
"github": "farnabaz",
|
|
3564
|
+
"twitter": "a_birang",
|
|
3565
|
+
"bluesky": "farnabaz.dev"
|
|
3566
|
+
},
|
|
3567
|
+
{
|
|
3568
|
+
"name": "Sébastien Chopin",
|
|
3569
|
+
"github": "Atinux",
|
|
3570
|
+
"twitter": "atinux",
|
|
3571
|
+
"bluesky": "atinux.com"
|
|
3572
|
+
}
|
|
3573
|
+
],
|
|
3574
|
+
"compatibility": {
|
|
3575
|
+
"nuxt": "^3.0.0",
|
|
3576
|
+
"requires": {}
|
|
3577
|
+
}
|
|
3578
|
+
},
|
|
3310
3579
|
{
|
|
3311
3580
|
"name": "localforage",
|
|
3312
3581
|
"description": "LocalForage is a fast and simple storage library for JavaScript",
|
|
@@ -3452,6 +3721,30 @@
|
|
|
3452
3721
|
},
|
|
3453
3722
|
"sponsor": true
|
|
3454
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
|
+
},
|
|
3455
3748
|
{
|
|
3456
3749
|
"name": "lucide-icons",
|
|
3457
3750
|
"description": "Nuxt module to integrate Lucide icons",
|
|
@@ -3524,6 +3817,30 @@
|
|
|
3524
3817
|
"requires": {}
|
|
3525
3818
|
}
|
|
3526
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
|
+
},
|
|
3527
3844
|
{
|
|
3528
3845
|
"name": "mailpit",
|
|
3529
3846
|
"description": "Integrates Mailpit web UI in Nuxt devtools",
|
|
@@ -3619,11 +3936,11 @@
|
|
|
3619
3936
|
},
|
|
3620
3937
|
{
|
|
3621
3938
|
"name": "maz-ui",
|
|
3622
|
-
"description": "
|
|
3623
|
-
"repo": "louismazel/maz-ui#master/packages/
|
|
3624
|
-
"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",
|
|
3625
3942
|
"icon": "maz-ui.png",
|
|
3626
|
-
"github": "https://github.com/
|
|
3943
|
+
"github": "https://github.com/LouisMazel/maz-ui/tree/master/packages/nuxt",
|
|
3627
3944
|
"website": "https://maz-ui.com/",
|
|
3628
3945
|
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3629
3946
|
"category": "UI",
|
|
@@ -3640,6 +3957,31 @@
|
|
|
3640
3957
|
"requires": {}
|
|
3641
3958
|
}
|
|
3642
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",
|
|
3964
|
+
"npm": "@nuxtjs/mcp-toolkit-monorepo",
|
|
3965
|
+
"icon": "mcp-toolkit.png",
|
|
3966
|
+
"github": "https://github.com/nuxt-modules/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
|
+
},
|
|
3643
3985
|
{
|
|
3644
3986
|
"name": "mdc",
|
|
3645
3987
|
"description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
|
|
@@ -3655,7 +3997,8 @@
|
|
|
3655
3997
|
{
|
|
3656
3998
|
"name": "Farnabaz",
|
|
3657
3999
|
"github": "farnabaz",
|
|
3658
|
-
"twitter": "a_birang"
|
|
4000
|
+
"twitter": "a_birang",
|
|
4001
|
+
"bluesky": "farnabaz.dev"
|
|
3659
4002
|
}
|
|
3660
4003
|
],
|
|
3661
4004
|
"compatibility": {
|
|
@@ -3983,7 +4326,7 @@
|
|
|
3983
4326
|
"icon": "nodemailer.png",
|
|
3984
4327
|
"github": "https://github.com/kleinpetr/nuxt-nodemailer",
|
|
3985
4328
|
"website": "https://github.com/kleinpetr/nuxt-nodemailer",
|
|
3986
|
-
"learn_more": "https://
|
|
4329
|
+
"learn_more": "https://nodemailer.com/",
|
|
3987
4330
|
"category": "Extensions",
|
|
3988
4331
|
"type": "3rd-party",
|
|
3989
4332
|
"maintainers": [
|
|
@@ -4041,6 +4384,30 @@
|
|
|
4041
4384
|
"requires": {}
|
|
4042
4385
|
}
|
|
4043
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
|
+
},
|
|
4044
4411
|
{
|
|
4045
4412
|
"name": "nuxt-anchorscroll",
|
|
4046
4413
|
"description": "Scroll to top and to anchor support for Nuxt",
|
|
@@ -4063,6 +4430,29 @@
|
|
|
4063
4430
|
"requires": {}
|
|
4064
4431
|
}
|
|
4065
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
|
+
},
|
|
4066
4456
|
{
|
|
4067
4457
|
"name": "nuxt-asciidoc",
|
|
4068
4458
|
"description": "Transformer for using asciidoc in nuxt",
|
|
@@ -4093,8 +4483,8 @@
|
|
|
4093
4483
|
"npm": "nuxt-auth-sanctum",
|
|
4094
4484
|
"icon": "laravel.svg",
|
|
4095
4485
|
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
4096
|
-
"website": "https://manchenkoff.
|
|
4097
|
-
"learn_more": "https://laravel.com/docs/
|
|
4486
|
+
"website": "https://sanctum.manchenkoff.me",
|
|
4487
|
+
"learn_more": "https://laravel.com/docs/12.x/sanctum",
|
|
4098
4488
|
"category": "Security",
|
|
4099
4489
|
"type": "3rd-party",
|
|
4100
4490
|
"maintainers": [
|
|
@@ -4205,6 +4595,30 @@
|
|
|
4205
4595
|
"requires": {}
|
|
4206
4596
|
}
|
|
4207
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
|
+
},
|
|
4208
4622
|
{
|
|
4209
4623
|
"name": "nuxt-chatgpt",
|
|
4210
4624
|
"description": "ChatGPT integration for Nuxt",
|
|
@@ -4251,31 +4665,76 @@
|
|
|
4251
4665
|
}
|
|
4252
4666
|
},
|
|
4253
4667
|
{
|
|
4254
|
-
"name": "nuxt-
|
|
4255
|
-
"description": "
|
|
4256
|
-
"repo": "
|
|
4257
|
-
"npm": "
|
|
4258
|
-
"icon": "
|
|
4259
|
-
"github": "https://github.com/
|
|
4260
|
-
"website": "https://nuxt-
|
|
4668
|
+
"name": "nuxt-color-picker",
|
|
4669
|
+
"description": "A module that adds a convenient, customizable ColorPicker component to select colors in your application.",
|
|
4670
|
+
"repo": "lorexiq/nuxt-color-picker",
|
|
4671
|
+
"npm": "nuxt-color-picker",
|
|
4672
|
+
"icon": "nuxt-color-picker.png",
|
|
4673
|
+
"github": "https://github.com/LorexIQ/nuxt-color-picker",
|
|
4674
|
+
"website": "https://nuxt-color-picker.nuxt.dev/",
|
|
4261
4675
|
"learn_more": "",
|
|
4262
|
-
"category": "
|
|
4676
|
+
"category": "UI",
|
|
4263
4677
|
"type": "3rd-party",
|
|
4264
4678
|
"maintainers": [
|
|
4265
4679
|
{
|
|
4266
|
-
"name": "
|
|
4267
|
-
"github": "
|
|
4680
|
+
"name": "Dmitry Murashko",
|
|
4681
|
+
"github": "LorexIQ",
|
|
4682
|
+
"avatar": "https://avatars.githubusercontent.com/lorexiq?v=4"
|
|
4268
4683
|
}
|
|
4269
4684
|
],
|
|
4270
4685
|
"compatibility": {
|
|
4271
|
-
"nuxt": "
|
|
4686
|
+
"nuxt": "^3.0.0",
|
|
4272
4687
|
"requires": {}
|
|
4273
4688
|
}
|
|
4274
4689
|
},
|
|
4275
4690
|
{
|
|
4276
|
-
"name": "nuxt-
|
|
4277
|
-
"description": "
|
|
4278
|
-
"repo": "
|
|
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
|
+
},
|
|
4712
|
+
{
|
|
4713
|
+
"name": "nuxt-cookie-consent",
|
|
4714
|
+
"description": "Nuxt module for integrating with cookie consent providers with ease",
|
|
4715
|
+
"repo": "weareheavy/nuxt-cookie-consent",
|
|
4716
|
+
"npm": "@weareheavy/nuxt-cookie-consent",
|
|
4717
|
+
"icon": "wah.svg",
|
|
4718
|
+
"github": "https://github.com/weareheavy/nuxt-cookie-consent",
|
|
4719
|
+
"website": "https://nuxt-cookie-consent.packages.weareheavy.com",
|
|
4720
|
+
"learn_more": "",
|
|
4721
|
+
"category": "Extensions",
|
|
4722
|
+
"type": "3rd-party",
|
|
4723
|
+
"maintainers": [
|
|
4724
|
+
{
|
|
4725
|
+
"name": "weareheavy",
|
|
4726
|
+
"github": "weareheavy"
|
|
4727
|
+
}
|
|
4728
|
+
],
|
|
4729
|
+
"compatibility": {
|
|
4730
|
+
"nuxt": ">=3.0.0",
|
|
4731
|
+
"requires": {}
|
|
4732
|
+
}
|
|
4733
|
+
},
|
|
4734
|
+
{
|
|
4735
|
+
"name": "nuxt-coolify",
|
|
4736
|
+
"description": "Integrate Nuxt and Nitro With Coolify's API using nuxt-coolify.",
|
|
4737
|
+
"repo": "justserdar/nuxt-coolify",
|
|
4279
4738
|
"npm": "nuxt-coolify",
|
|
4280
4739
|
"icon": "nuxt-coolify.svg",
|
|
4281
4740
|
"github": "https://github.com/justserdar/nuxt-coolify",
|
|
@@ -4285,9 +4744,33 @@
|
|
|
4285
4744
|
"type": "3rd-party",
|
|
4286
4745
|
"maintainers": [
|
|
4287
4746
|
{
|
|
4288
|
-
"name": "
|
|
4747
|
+
"name": "Serdar Yerdelen",
|
|
4289
4748
|
"github": "JustSerdar",
|
|
4290
|
-
"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"
|
|
4291
4774
|
}
|
|
4292
4775
|
],
|
|
4293
4776
|
"compatibility": {
|
|
@@ -4410,6 +4893,31 @@
|
|
|
4410
4893
|
"requires": {}
|
|
4411
4894
|
}
|
|
4412
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
|
+
},
|
|
4413
4921
|
{
|
|
4414
4922
|
"name": "nuxt-fortify",
|
|
4415
4923
|
"description": "Use Laravel fortify and sanctum with Nuxt",
|
|
@@ -4435,8 +4943,8 @@
|
|
|
4435
4943
|
}
|
|
4436
4944
|
},
|
|
4437
4945
|
{
|
|
4438
|
-
"name": "
|
|
4439
|
-
"description": "
|
|
4946
|
+
"name": "nuxt-glaze",
|
|
4947
|
+
"description": "Glaze.dev module for Nuxt",
|
|
4440
4948
|
"repo": "holux-design/nuxt-glaze",
|
|
4441
4949
|
"npm": "nuxt-glaze",
|
|
4442
4950
|
"icon": "nuxt-glaze.png",
|
|
@@ -4456,6 +4964,72 @@
|
|
|
4456
4964
|
"requires": {}
|
|
4457
4965
|
}
|
|
4458
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
|
+
},
|
|
4989
|
+
{
|
|
4990
|
+
"name": "nuxt-gpt",
|
|
4991
|
+
"description": "Plug and Play ChatGPT for Nuxt.",
|
|
4992
|
+
"repo": "holux-design/nuxt-GPT",
|
|
4993
|
+
"npm": "nuxt-gpt",
|
|
4994
|
+
"icon": "nuxt-gpt.svg",
|
|
4995
|
+
"github": "https://github.com/holux-design/nuxt-GPT",
|
|
4996
|
+
"website": "https://nuxt-gpt-module.vercel.app/",
|
|
4997
|
+
"learn_more": "https://nuxt-gpt-module.vercel.app/usage/examples",
|
|
4998
|
+
"category": "Libraries",
|
|
4999
|
+
"type": "3rd-party",
|
|
5000
|
+
"maintainers": [
|
|
5001
|
+
{
|
|
5002
|
+
"name": "Lukas Hofstätter",
|
|
5003
|
+
"github": "holux-design"
|
|
5004
|
+
}
|
|
5005
|
+
],
|
|
5006
|
+
"compatibility": {
|
|
5007
|
+
"nuxt": ">=3.0.0",
|
|
5008
|
+
"requires": {}
|
|
5009
|
+
}
|
|
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
|
+
},
|
|
4459
5033
|
{
|
|
4460
5034
|
"name": "nuxt-graphql-middleware",
|
|
4461
5035
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -4654,8 +5228,8 @@
|
|
|
4654
5228
|
"npm": "nuxt-laravel-echo",
|
|
4655
5229
|
"icon": "laravel.svg",
|
|
4656
5230
|
"github": "https://github.com/manchenkoff/nuxt-laravel-echo",
|
|
4657
|
-
"website": "https://manchenkoff.
|
|
4658
|
-
"learn_more": "https://laravel.com/docs/
|
|
5231
|
+
"website": "https://echo.manchenkoff.me",
|
|
5232
|
+
"learn_more": "https://laravel.com/docs/12.x/broadcasting",
|
|
4659
5233
|
"category": "Libraries",
|
|
4660
5234
|
"type": "3rd-party",
|
|
4661
5235
|
"maintainers": [
|
|
@@ -4671,6 +5245,54 @@
|
|
|
4671
5245
|
"requires": {}
|
|
4672
5246
|
}
|
|
4673
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
|
+
},
|
|
4674
5296
|
{
|
|
4675
5297
|
"name": "nuxt-localtunnel",
|
|
4676
5298
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -4782,7 +5404,7 @@
|
|
|
4782
5404
|
}
|
|
4783
5405
|
],
|
|
4784
5406
|
"compatibility": {
|
|
4785
|
-
"nuxt": "
|
|
5407
|
+
"nuxt": ">=3.0.0",
|
|
4786
5408
|
"requires": {}
|
|
4787
5409
|
}
|
|
4788
5410
|
},
|
|
@@ -4844,7 +5466,7 @@
|
|
|
4844
5466
|
"type": "3rd-party",
|
|
4845
5467
|
"maintainers": [
|
|
4846
5468
|
{
|
|
4847
|
-
"name": "
|
|
5469
|
+
"name": "Sota Iguchi",
|
|
4848
5470
|
"github": "e-chan1007",
|
|
4849
5471
|
"twitter": "e_chan1007"
|
|
4850
5472
|
}
|
|
@@ -4879,6 +5501,29 @@
|
|
|
4879
5501
|
"devtools": "^0.0.0"
|
|
4880
5502
|
}
|
|
4881
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
|
+
},
|
|
4882
5527
|
{
|
|
4883
5528
|
"name": "nuxt-oidc-auth",
|
|
4884
5529
|
"description": "Seamless modern authentication for Nuxt applications.",
|
|
@@ -4902,6 +5547,58 @@
|
|
|
4902
5547
|
"requires": {}
|
|
4903
5548
|
}
|
|
4904
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
|
+
},
|
|
4905
5602
|
{
|
|
4906
5603
|
"name": "nuxt-openapi-docs-module",
|
|
4907
5604
|
"description": "Generate pages from OpenAPI specifications",
|
|
@@ -5138,6 +5835,75 @@
|
|
|
5138
5835
|
"requires": {}
|
|
5139
5836
|
}
|
|
5140
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"
|
|
5900
|
+
}
|
|
5901
|
+
],
|
|
5902
|
+
"compatibility": {
|
|
5903
|
+
"nuxt": ">=3.0.0",
|
|
5904
|
+
"requires": {}
|
|
5905
|
+
}
|
|
5906
|
+
},
|
|
5141
5907
|
{
|
|
5142
5908
|
"name": "nuxt-sanctum-authentication",
|
|
5143
5909
|
"description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.",
|
|
@@ -5165,6 +5931,77 @@
|
|
|
5165
5931
|
"requires": {}
|
|
5166
5932
|
}
|
|
5167
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
|
+
},
|
|
5958
|
+
{
|
|
5959
|
+
"name": "nuxt-shopify",
|
|
5960
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
5961
|
+
"repo": "Gomah/nuxt-shopify",
|
|
5962
|
+
"npm": "nuxt-shopify",
|
|
5963
|
+
"icon": "nuxt-shopify.png",
|
|
5964
|
+
"github": "https://github.com/Gomah/nuxt-shopify",
|
|
5965
|
+
"website": "https://github.com/Gomah/nuxt-shopify",
|
|
5966
|
+
"learn_more": "https://www.shopify.com/",
|
|
5967
|
+
"category": "Ecommerce",
|
|
5968
|
+
"type": "3rd-party",
|
|
5969
|
+
"maintainers": [
|
|
5970
|
+
{
|
|
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": [
|
|
5993
|
+
{
|
|
5994
|
+
"name": "Michael Hoffmann",
|
|
5995
|
+
"github": "Mokkapps",
|
|
5996
|
+
"twitter": "mokkapps",
|
|
5997
|
+
"avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
|
|
5998
|
+
}
|
|
5999
|
+
],
|
|
6000
|
+
"compatibility": {
|
|
6001
|
+
"nuxt": ">=3.0.0",
|
|
6002
|
+
"requires": {}
|
|
6003
|
+
}
|
|
6004
|
+
},
|
|
5168
6005
|
{
|
|
5169
6006
|
"name": "nuxt-smartlook",
|
|
5170
6007
|
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
@@ -5213,6 +6050,29 @@
|
|
|
5213
6050
|
"requires": {}
|
|
5214
6051
|
}
|
|
5215
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
|
+
},
|
|
5216
6076
|
{
|
|
5217
6077
|
"name": "ssr-lit",
|
|
5218
6078
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -5263,6 +6123,51 @@
|
|
|
5263
6123
|
"requires": {}
|
|
5264
6124
|
}
|
|
5265
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
|
+
},
|
|
5266
6171
|
{
|
|
5267
6172
|
"name": "nuxt-svgo-loader",
|
|
5268
6173
|
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
@@ -5390,14 +6295,36 @@
|
|
|
5390
6295
|
"type": "3rd-party",
|
|
5391
6296
|
"maintainers": [
|
|
5392
6297
|
{
|
|
5393
|
-
"name": "Yaël Guilloux",
|
|
5394
|
-
"github": "Tahul",
|
|
5395
|
-
"twitter": "yaeeelglx",
|
|
5396
|
-
"bluesky": "yael.dev"
|
|
6298
|
+
"name": "Yaël Guilloux",
|
|
6299
|
+
"github": "Tahul",
|
|
6300
|
+
"twitter": "yaeeelglx",
|
|
6301
|
+
"bluesky": "yael.dev"
|
|
6302
|
+
}
|
|
6303
|
+
],
|
|
6304
|
+
"compatibility": {
|
|
6305
|
+
"nuxt": "^2.0.0",
|
|
6306
|
+
"requires": {}
|
|
6307
|
+
}
|
|
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"
|
|
5397
6324
|
}
|
|
5398
6325
|
],
|
|
5399
6326
|
"compatibility": {
|
|
5400
|
-
"nuxt": "^
|
|
6327
|
+
"nuxt": "^3.0.0",
|
|
5401
6328
|
"requires": {}
|
|
5402
6329
|
}
|
|
5403
6330
|
},
|
|
@@ -5470,6 +6397,28 @@
|
|
|
5470
6397
|
"requires": {}
|
|
5471
6398
|
}
|
|
5472
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
|
+
},
|
|
5473
6422
|
{
|
|
5474
6423
|
"name": "nuxt-zod-i18n",
|
|
5475
6424
|
"description": "A Nuxt Module for localizing zod error messages.",
|
|
@@ -5655,7 +6604,7 @@
|
|
|
5655
6604
|
"twitter": "teleskop150750"
|
|
5656
6605
|
},
|
|
5657
6606
|
{
|
|
5658
|
-
"name": "
|
|
6607
|
+
"name": "Wind",
|
|
5659
6608
|
"github": "productdevbook",
|
|
5660
6609
|
"twitter": "productdevbook"
|
|
5661
6610
|
}
|
|
@@ -5756,6 +6705,28 @@
|
|
|
5756
6705
|
"requires": {}
|
|
5757
6706
|
}
|
|
5758
6707
|
},
|
|
6708
|
+
{
|
|
6709
|
+
"name": "paper-ui",
|
|
6710
|
+
"description": "A ui kit for nuxt",
|
|
6711
|
+
"repo": "paper-kit/nuxt",
|
|
6712
|
+
"npm": "@paper-ui/nuxt",
|
|
6713
|
+
"icon": "paper-ui.svg",
|
|
6714
|
+
"github": "https://github.com/paper-kit/nuxt",
|
|
6715
|
+
"website": "https://paper-docs.nuxt.space/",
|
|
6716
|
+
"learn_more": "https://paper-docs.nuxt.space/",
|
|
6717
|
+
"category": "UI",
|
|
6718
|
+
"type": "3rd-party",
|
|
6719
|
+
"maintainers": [
|
|
6720
|
+
{
|
|
6721
|
+
"name": "paper-kit",
|
|
6722
|
+
"github": "paper-kit"
|
|
6723
|
+
}
|
|
6724
|
+
],
|
|
6725
|
+
"compatibility": {
|
|
6726
|
+
"nuxt": ">=3.0.0",
|
|
6727
|
+
"requires": {}
|
|
6728
|
+
}
|
|
6729
|
+
},
|
|
5759
6730
|
{
|
|
5760
6731
|
"name": "parse",
|
|
5761
6732
|
"description": "Parse package for Nuxt",
|
|
@@ -5864,7 +6835,7 @@
|
|
|
5864
6835
|
"type": "3rd-party",
|
|
5865
6836
|
"maintainers": [
|
|
5866
6837
|
{
|
|
5867
|
-
"name": "Giovane
|
|
6838
|
+
"name": "Giovane Silva",
|
|
5868
6839
|
"github": "novout",
|
|
5869
6840
|
"twitter": "novoutttttt",
|
|
5870
6841
|
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
@@ -5888,7 +6859,7 @@
|
|
|
5888
6859
|
"type": "3rd-party",
|
|
5889
6860
|
"maintainers": [
|
|
5890
6861
|
{
|
|
5891
|
-
"name": "
|
|
6862
|
+
"name": "Wind",
|
|
5892
6863
|
"github": "productdevbook",
|
|
5893
6864
|
"twitter": "productdevbook"
|
|
5894
6865
|
}
|
|
@@ -5941,7 +6912,7 @@
|
|
|
5941
6912
|
}
|
|
5942
6913
|
],
|
|
5943
6914
|
"compatibility": {
|
|
5944
|
-
"nuxt": "^3.13.0",
|
|
6915
|
+
"nuxt": "^3.13.0 || ^4.0.0",
|
|
5945
6916
|
"requires": {}
|
|
5946
6917
|
}
|
|
5947
6918
|
},
|
|
@@ -5983,9 +6954,9 @@
|
|
|
5983
6954
|
"type": "3rd-party",
|
|
5984
6955
|
"maintainers": [
|
|
5985
6956
|
{
|
|
5986
|
-
"name": "
|
|
6957
|
+
"name": "praz",
|
|
5987
6958
|
"github": "prazdevs",
|
|
5988
|
-
"bluesky": "praz.
|
|
6959
|
+
"bluesky": "dev.praz.me"
|
|
5989
6960
|
}
|
|
5990
6961
|
],
|
|
5991
6962
|
"compatibility": {
|
|
@@ -5995,6 +6966,28 @@
|
|
|
5995
6966
|
}
|
|
5996
6967
|
}
|
|
5997
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
|
+
},
|
|
5998
6991
|
{
|
|
5999
6992
|
"name": "pinia",
|
|
6000
6993
|
"description": "The Vue Store that you will enjoy using",
|
|
@@ -6364,6 +7357,31 @@
|
|
|
6364
7357
|
"requires": {}
|
|
6365
7358
|
}
|
|
6366
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
|
+
},
|
|
6367
7385
|
{
|
|
6368
7386
|
"name": "quasar",
|
|
6369
7387
|
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
@@ -6388,20 +7406,20 @@
|
|
|
6388
7406
|
}
|
|
6389
7407
|
},
|
|
6390
7408
|
{
|
|
6391
|
-
"name": "
|
|
6392
|
-
"description": "
|
|
6393
|
-
"repo": "
|
|
6394
|
-
"npm": "nuxt
|
|
6395
|
-
"icon": "
|
|
6396
|
-
"github": "https://github.com/
|
|
6397
|
-
"website": "https://
|
|
6398
|
-
"learn_more": "https://
|
|
6399
|
-
"category": "
|
|
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",
|
|
6400
7418
|
"type": "3rd-party",
|
|
6401
7419
|
"maintainers": [
|
|
6402
7420
|
{
|
|
6403
|
-
"name": "
|
|
6404
|
-
"github": "
|
|
7421
|
+
"name": "Samuel Reichör",
|
|
7422
|
+
"github": "samuelreichor"
|
|
6405
7423
|
}
|
|
6406
7424
|
],
|
|
6407
7425
|
"compatibility": {
|
|
@@ -6410,36 +7428,20 @@
|
|
|
6410
7428
|
}
|
|
6411
7429
|
},
|
|
6412
7430
|
{
|
|
6413
|
-
"name": "
|
|
6414
|
-
"description": "
|
|
6415
|
-
"repo": "
|
|
6416
|
-
"npm": "
|
|
6417
|
-
"icon": "
|
|
6418
|
-
"github": "https://github.com/
|
|
6419
|
-
"website": "https://
|
|
6420
|
-
"learn_more": "https://
|
|
6421
|
-
"category": "
|
|
7431
|
+
"name": "radash",
|
|
7432
|
+
"description": "radash module with auto-import and custom prefix",
|
|
7433
|
+
"repo": "bbg/nuxt-radash",
|
|
7434
|
+
"npm": "nuxt-radash",
|
|
7435
|
+
"icon": "radash.png",
|
|
7436
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
7437
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
7438
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
7439
|
+
"category": "Libraries",
|
|
6422
7440
|
"type": "3rd-party",
|
|
6423
7441
|
"maintainers": [
|
|
6424
7442
|
{
|
|
6425
|
-
"name": "
|
|
6426
|
-
"github": "
|
|
6427
|
-
"twitter": "zernonia"
|
|
6428
|
-
},
|
|
6429
|
-
{
|
|
6430
|
-
"name": "Khairul Haaziq",
|
|
6431
|
-
"github": "khairulhaaziq"
|
|
6432
|
-
},
|
|
6433
|
-
{
|
|
6434
|
-
"name": "Mujahid Anuar",
|
|
6435
|
-
"github": "mujahidfa",
|
|
6436
|
-
"twitter": "mujahid_fa"
|
|
6437
|
-
},
|
|
6438
|
-
{
|
|
6439
|
-
"name": "Max",
|
|
6440
|
-
"github": "onmax",
|
|
6441
|
-
"twitter": "_onmax",
|
|
6442
|
-
"bluesky": "onmax.bsky.social"
|
|
7443
|
+
"name": "Batuhan Göksu",
|
|
7444
|
+
"github": "bbg"
|
|
6443
7445
|
}
|
|
6444
7446
|
],
|
|
6445
7447
|
"compatibility": {
|
|
@@ -6493,6 +7495,68 @@
|
|
|
6493
7495
|
"requires": {}
|
|
6494
7496
|
}
|
|
6495
7497
|
},
|
|
7498
|
+
{
|
|
7499
|
+
"name": "regle",
|
|
7500
|
+
"description": "Type safe model-based form validation library for Vue.js",
|
|
7501
|
+
"repo": "victorgarciaesgi/regle#main/packages/nuxt",
|
|
7502
|
+
"npm": "@regle/nuxt",
|
|
7503
|
+
"icon": "regle.svg",
|
|
7504
|
+
"github": "https://github.com/victorgarciaesgi/regle",
|
|
7505
|
+
"website": "https://reglejs.dev/",
|
|
7506
|
+
"learn_more": "https://reglejs.dev/integrations/nuxt",
|
|
7507
|
+
"category": "Libraries",
|
|
7508
|
+
"type": "3rd-party",
|
|
7509
|
+
"maintainers": [
|
|
7510
|
+
{
|
|
7511
|
+
"name": "Victor Garcia",
|
|
7512
|
+
"github": "victorgarciaesgi",
|
|
7513
|
+
"twitter": "desnoth_dev",
|
|
7514
|
+
"bluesky": "vicflix.dev"
|
|
7515
|
+
}
|
|
7516
|
+
],
|
|
7517
|
+
"compatibility": {
|
|
7518
|
+
"nuxt": ">=3.0.0",
|
|
7519
|
+
"requires": {}
|
|
7520
|
+
}
|
|
7521
|
+
},
|
|
7522
|
+
{
|
|
7523
|
+
"name": "reka-ui",
|
|
7524
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
7525
|
+
"repo": "unovue/radix-vue",
|
|
7526
|
+
"npm": "reka-ui",
|
|
7527
|
+
"icon": "reka-ui.svg",
|
|
7528
|
+
"github": "https://github.com/unovue/radix-vue",
|
|
7529
|
+
"website": "https://www.reka-ui.com/",
|
|
7530
|
+
"learn_more": "https://reka-ui.com/docs/overview/installation#nuxt-modules",
|
|
7531
|
+
"category": "UI",
|
|
7532
|
+
"type": "3rd-party",
|
|
7533
|
+
"maintainers": [
|
|
7534
|
+
{
|
|
7535
|
+
"name": "zernonia",
|
|
7536
|
+
"github": "zernonia",
|
|
7537
|
+
"twitter": "zernonia"
|
|
7538
|
+
},
|
|
7539
|
+
{
|
|
7540
|
+
"name": "Khairul Haaziq",
|
|
7541
|
+
"github": "khairulhaaziq"
|
|
7542
|
+
},
|
|
7543
|
+
{
|
|
7544
|
+
"name": "Mujahid Anuar",
|
|
7545
|
+
"github": "mujahidfa",
|
|
7546
|
+
"twitter": "mujahid_fa"
|
|
7547
|
+
},
|
|
7548
|
+
{
|
|
7549
|
+
"name": "Max",
|
|
7550
|
+
"github": "onmax",
|
|
7551
|
+
"twitter": "_onmax",
|
|
7552
|
+
"bluesky": "onmax.bsky.social"
|
|
7553
|
+
}
|
|
7554
|
+
],
|
|
7555
|
+
"compatibility": {
|
|
7556
|
+
"nuxt": ">=3.0.0",
|
|
7557
|
+
"requires": {}
|
|
7558
|
+
}
|
|
7559
|
+
},
|
|
6496
7560
|
{
|
|
6497
7561
|
"name": "resend",
|
|
6498
7562
|
"description": "Resend integration for Nuxt",
|
|
@@ -6607,7 +7671,8 @@
|
|
|
6607
7671
|
{
|
|
6608
7672
|
"name": "Farnabaz",
|
|
6609
7673
|
"github": "farnabaz",
|
|
6610
|
-
"twitter": "a_birang"
|
|
7674
|
+
"twitter": "a_birang",
|
|
7675
|
+
"bluesky": "farnabaz.dev"
|
|
6611
7676
|
}
|
|
6612
7677
|
],
|
|
6613
7678
|
"compatibility": {
|
|
@@ -6630,7 +7695,7 @@
|
|
|
6630
7695
|
{
|
|
6631
7696
|
"name": "Sébastien Chopin",
|
|
6632
7697
|
"github": "Atinux",
|
|
6633
|
-
"twitter": "
|
|
7698
|
+
"twitter": "atinux",
|
|
6634
7699
|
"bluesky": "atinux.com"
|
|
6635
7700
|
}
|
|
6636
7701
|
],
|
|
@@ -6668,11 +7733,11 @@
|
|
|
6668
7733
|
{
|
|
6669
7734
|
"name": "scalar",
|
|
6670
7735
|
"description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
|
|
6671
|
-
"repo": "scalar/scalar#main/
|
|
7736
|
+
"repo": "scalar/scalar#main/integrations/nuxt",
|
|
6672
7737
|
"npm": "@scalar/nuxt",
|
|
6673
7738
|
"icon": "scalar.svg",
|
|
6674
|
-
"github": "https://github.com/scalar/scalar/tree/main/
|
|
6675
|
-
"website": "https://github.com/scalar/scalar/tree/main/
|
|
7739
|
+
"github": "https://github.com/scalar/scalar/tree/main/integrations/nuxt",
|
|
7740
|
+
"website": "https://github.com/scalar/scalar/tree/main/integrations/nuxt",
|
|
6676
7741
|
"learn_more": "https://scalar.com",
|
|
6677
7742
|
"category": "Devtools",
|
|
6678
7743
|
"type": "3rd-party",
|
|
@@ -6696,7 +7761,7 @@
|
|
|
6696
7761
|
"icon": "schema-org.svg",
|
|
6697
7762
|
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
6698
7763
|
"website": "https://nuxtseo.com/schema-org",
|
|
6699
|
-
"learn_more": "https://unhead.unjs.io/schema-org/
|
|
7764
|
+
"learn_more": "https://unhead.unjs.io/docs/typescript/schema-org/guides/get-started/overview",
|
|
6700
7765
|
"category": "SEO",
|
|
6701
7766
|
"type": "3rd-party",
|
|
6702
7767
|
"maintainers": [
|
|
@@ -6714,14 +7779,14 @@
|
|
|
6714
7779
|
},
|
|
6715
7780
|
{
|
|
6716
7781
|
"name": "scripts",
|
|
6717
|
-
"description": "
|
|
7782
|
+
"description": "Add 3rd-party scripts without sacrificing performance.",
|
|
6718
7783
|
"repo": "nuxt/scripts",
|
|
6719
7784
|
"npm": "@nuxt/scripts",
|
|
6720
7785
|
"icon": "nuxt.svg",
|
|
6721
7786
|
"github": "https://github.com/nuxt/scripts",
|
|
6722
7787
|
"website": "https://scripts.nuxt.com",
|
|
6723
7788
|
"learn_more": "",
|
|
6724
|
-
"category": "
|
|
7789
|
+
"category": "Performance",
|
|
6725
7790
|
"type": "official",
|
|
6726
7791
|
"maintainers": [
|
|
6727
7792
|
{
|
|
@@ -6996,24 +8061,49 @@
|
|
|
6996
8061
|
},
|
|
6997
8062
|
{
|
|
6998
8063
|
"name": "shopify",
|
|
6999
|
-
"description": "
|
|
7000
|
-
"repo": "
|
|
7001
|
-
"npm": "
|
|
8064
|
+
"description": "Easily integrate Shopify into your Nuxt app.",
|
|
8065
|
+
"repo": "nuxt-modules/shopify",
|
|
8066
|
+
"npm": "@nuxtjs/shopify",
|
|
7002
8067
|
"icon": "shopify.png",
|
|
7003
|
-
"github": "https://github.com/
|
|
7004
|
-
"website": "https://github.
|
|
7005
|
-
"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",
|
|
7006
8097
|
"category": "Ecommerce",
|
|
7007
8098
|
"type": "3rd-party",
|
|
7008
8099
|
"maintainers": [
|
|
7009
8100
|
{
|
|
7010
|
-
"name": "
|
|
7011
|
-
"github": "
|
|
7012
|
-
"twitter": "Gomah"
|
|
8101
|
+
"name": "Shopware AG",
|
|
8102
|
+
"github": "shopware"
|
|
7013
8103
|
}
|
|
7014
8104
|
],
|
|
7015
8105
|
"compatibility": {
|
|
7016
|
-
"nuxt": "
|
|
8106
|
+
"nuxt": ">=3.0.0",
|
|
7017
8107
|
"requires": {}
|
|
7018
8108
|
}
|
|
7019
8109
|
},
|
|
@@ -7024,7 +8114,7 @@
|
|
|
7024
8114
|
"npm": "@shuimo-design/shuimo-ui-nuxt",
|
|
7025
8115
|
"icon": "shuimo-ui.svg",
|
|
7026
8116
|
"github": "https://github.com/shuimo-design/shuimo-ui",
|
|
7027
|
-
"website": "https://
|
|
8117
|
+
"website": "https://shuimo.design",
|
|
7028
8118
|
"learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
|
|
7029
8119
|
"category": "UI",
|
|
7030
8120
|
"type": "3rd-party",
|
|
@@ -7105,7 +8195,8 @@
|
|
|
7105
8195
|
{
|
|
7106
8196
|
"name": "Nicolas PENNEC",
|
|
7107
8197
|
"github": "NicoPennec",
|
|
7108
|
-
"twitter": "NicoPennec"
|
|
8198
|
+
"twitter": "NicoPennec",
|
|
8199
|
+
"bluesky": "nicopennec.bsky.social"
|
|
7109
8200
|
}
|
|
7110
8201
|
],
|
|
7111
8202
|
"compatibility": {
|
|
@@ -7202,6 +8293,54 @@
|
|
|
7202
8293
|
"requires": {}
|
|
7203
8294
|
}
|
|
7204
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
|
+
},
|
|
7205
8344
|
{
|
|
7206
8345
|
"name": "speedcurve",
|
|
7207
8346
|
"description": "Speedcurve LUX module for Nuxt",
|
|
@@ -7396,7 +8535,7 @@
|
|
|
7396
8535
|
{
|
|
7397
8536
|
"name": "Sébastien Chopin",
|
|
7398
8537
|
"github": "Atinux",
|
|
7399
|
-
"twitter": "
|
|
8538
|
+
"twitter": "atinux",
|
|
7400
8539
|
"bluesky": "atinux.com"
|
|
7401
8540
|
}
|
|
7402
8541
|
],
|
|
@@ -7450,7 +8589,8 @@
|
|
|
7450
8589
|
{
|
|
7451
8590
|
"name": "William DA SILVA",
|
|
7452
8591
|
"github": "WilliamDASILVA",
|
|
7453
|
-
"twitter": "willia_am"
|
|
8592
|
+
"twitter": "willia_am",
|
|
8593
|
+
"bluesky": "william.to"
|
|
7454
8594
|
}
|
|
7455
8595
|
],
|
|
7456
8596
|
"compatibility": {
|
|
@@ -7473,12 +8613,13 @@
|
|
|
7473
8613
|
{
|
|
7474
8614
|
"name": "Farnabaz",
|
|
7475
8615
|
"github": "farnabaz",
|
|
7476
|
-
"twitter": "a_birang"
|
|
8616
|
+
"twitter": "a_birang",
|
|
8617
|
+
"bluesky": "farnabaz.dev"
|
|
7477
8618
|
},
|
|
7478
8619
|
{
|
|
7479
8620
|
"name": "Sébastien Chopin",
|
|
7480
8621
|
"github": "Atinux",
|
|
7481
|
-
"twitter": "
|
|
8622
|
+
"twitter": "atinux",
|
|
7482
8623
|
"bluesky": "atinux.com"
|
|
7483
8624
|
}
|
|
7484
8625
|
],
|
|
@@ -7556,7 +8697,7 @@
|
|
|
7556
8697
|
{
|
|
7557
8698
|
"name": "Sébastien Chopin",
|
|
7558
8699
|
"github": "Atinux",
|
|
7559
|
-
"twitter": "
|
|
8700
|
+
"twitter": "atinux",
|
|
7560
8701
|
"bluesky": "atinux.com"
|
|
7561
8702
|
},
|
|
7562
8703
|
{
|
|
@@ -7632,7 +8773,8 @@
|
|
|
7632
8773
|
{
|
|
7633
8774
|
"name": "Farnabaz",
|
|
7634
8775
|
"github": "farnabaz",
|
|
7635
|
-
"twitter": "a_birang"
|
|
8776
|
+
"twitter": "a_birang",
|
|
8777
|
+
"bluesky": "farnabaz.dev"
|
|
7636
8778
|
}
|
|
7637
8779
|
],
|
|
7638
8780
|
"compatibility": {
|
|
@@ -7653,7 +8795,7 @@
|
|
|
7653
8795
|
"type": "community",
|
|
7654
8796
|
"maintainers": [
|
|
7655
8797
|
{
|
|
7656
|
-
"name": "
|
|
8798
|
+
"name": "brooke",
|
|
7657
8799
|
"github": "sam3d"
|
|
7658
8800
|
}
|
|
7659
8801
|
],
|
|
@@ -7769,7 +8911,7 @@
|
|
|
7769
8911
|
{
|
|
7770
8912
|
"name": "Sébastien Chopin",
|
|
7771
8913
|
"github": "Atinux",
|
|
7772
|
-
"twitter": "
|
|
8914
|
+
"twitter": "atinux",
|
|
7773
8915
|
"bluesky": "atinux.com"
|
|
7774
8916
|
},
|
|
7775
8917
|
{
|
|
@@ -7786,9 +8928,35 @@
|
|
|
7786
8928
|
"tailwind"
|
|
7787
8929
|
]
|
|
7788
8930
|
},
|
|
8931
|
+
{
|
|
8932
|
+
"name": "tdesign-vue-next",
|
|
8933
|
+
"description": "A Vue 3 UI components library",
|
|
8934
|
+
"repo": "tdesignOteam/tdesign-nuxt",
|
|
8935
|
+
"npm": "@tdesign-vue-next/nuxt",
|
|
8936
|
+
"icon": "tdesign.svg",
|
|
8937
|
+
"github": "https://github.com/Tencent/tdesign-vue-next",
|
|
8938
|
+
"website": "https://tdesign.tencent.com/vue-next/overview-en",
|
|
8939
|
+
"learn_more": "https://github.com/tdesignoteam/tdesign-nuxt",
|
|
8940
|
+
"category": "UI",
|
|
8941
|
+
"type": "3rd-party",
|
|
8942
|
+
"maintainers": [
|
|
8943
|
+
{
|
|
8944
|
+
"name": "wū yāng",
|
|
8945
|
+
"github": "uyarn"
|
|
8946
|
+
},
|
|
8947
|
+
{
|
|
8948
|
+
"name": "liweijie0812",
|
|
8949
|
+
"github": "liweijie0812"
|
|
8950
|
+
}
|
|
8951
|
+
],
|
|
8952
|
+
"compatibility": {
|
|
8953
|
+
"nuxt": ">=3.0.0",
|
|
8954
|
+
"requires": {}
|
|
8955
|
+
}
|
|
8956
|
+
},
|
|
7789
8957
|
{
|
|
7790
8958
|
"name": "test-utils",
|
|
7791
|
-
"description": "Test utilities for Nuxt",
|
|
8959
|
+
"description": "Test utilities for Nuxt.",
|
|
7792
8960
|
"repo": "nuxt/test-utils#main",
|
|
7793
8961
|
"npm": "@nuxt/test-utils",
|
|
7794
8962
|
"icon": "nuxt.svg",
|
|
@@ -7991,7 +9159,8 @@
|
|
|
7991
9159
|
{
|
|
7992
9160
|
"name": "Alvaro Saburido",
|
|
7993
9161
|
"github": "alvarosabu",
|
|
7994
|
-
"twitter": "alvarosabu"
|
|
9162
|
+
"twitter": "alvarosabu",
|
|
9163
|
+
"bluesky": "alvarosaburido.dev"
|
|
7995
9164
|
},
|
|
7996
9165
|
{
|
|
7997
9166
|
"name": "Jaime A Torrealba C",
|
|
@@ -8262,7 +9431,7 @@
|
|
|
8262
9431
|
},
|
|
8263
9432
|
{
|
|
8264
9433
|
"name": "ui",
|
|
8265
|
-
"description": "
|
|
9434
|
+
"description": "The Intuitive UI Library powered by Reka UI and Tailwind CSS.",
|
|
8266
9435
|
"repo": "nuxt/ui#dev",
|
|
8267
9436
|
"npm": "@nuxt/ui",
|
|
8268
9437
|
"icon": "nuxt.svg",
|
|
@@ -8281,19 +9450,15 @@
|
|
|
8281
9450
|
{
|
|
8282
9451
|
"name": "Sébastien Chopin",
|
|
8283
9452
|
"github": "Atinux",
|
|
8284
|
-
"twitter": "
|
|
9453
|
+
"twitter": "atinux",
|
|
8285
9454
|
"bluesky": "atinux.com"
|
|
8286
|
-
},
|
|
8287
|
-
{
|
|
8288
|
-
"name": "Sylvain Marroufin",
|
|
8289
|
-
"github": "smarroufin",
|
|
8290
|
-
"twitter": "smarroufin"
|
|
8291
9455
|
}
|
|
8292
9456
|
],
|
|
8293
9457
|
"compatibility": {
|
|
8294
9458
|
"nuxt": ">=3.0.0",
|
|
8295
9459
|
"requires": {}
|
|
8296
|
-
}
|
|
9460
|
+
},
|
|
9461
|
+
"mcp": "https://ui.nuxt.com/mcp"
|
|
8297
9462
|
},
|
|
8298
9463
|
{
|
|
8299
9464
|
"name": "umami",
|
|
@@ -8375,7 +9540,7 @@
|
|
|
8375
9540
|
{
|
|
8376
9541
|
"name": "unocss",
|
|
8377
9542
|
"description": "The instant on-demand atomic CSS engine.",
|
|
8378
|
-
"repo": "unocss/unocss#main/packages/nuxt",
|
|
9543
|
+
"repo": "unocss/unocss#main/packages-integrations/nuxt",
|
|
8379
9544
|
"npm": "@unocss/nuxt",
|
|
8380
9545
|
"icon": "unocss.svg",
|
|
8381
9546
|
"github": "https://github.com/unocss/unocss",
|
|
@@ -8413,7 +9578,7 @@
|
|
|
8413
9578
|
"type": "3rd-party",
|
|
8414
9579
|
"maintainers": [
|
|
8415
9580
|
{
|
|
8416
|
-
"name": "Giovane
|
|
9581
|
+
"name": "Giovane Silva",
|
|
8417
9582
|
"github": "novout",
|
|
8418
9583
|
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
8419
9584
|
}
|
|
@@ -8786,6 +9951,29 @@
|
|
|
8786
9951
|
"requires": {}
|
|
8787
9952
|
}
|
|
8788
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
|
+
},
|
|
8789
9977
|
{
|
|
8790
9978
|
"name": "vue-macros",
|
|
8791
9979
|
"description": "Explore more macros and syntax sugar to Vue.",
|
|
@@ -8799,7 +9987,7 @@
|
|
|
8799
9987
|
"type": "3rd-party",
|
|
8800
9988
|
"maintainers": [
|
|
8801
9989
|
{
|
|
8802
|
-
"name": "Kevin Deng
|
|
9990
|
+
"name": "Kevin Deng",
|
|
8803
9991
|
"github": "sxzz",
|
|
8804
9992
|
"twitter": "sanxiaozhizi",
|
|
8805
9993
|
"bluesky": "sxzz.dev"
|
|
@@ -9239,7 +10427,7 @@
|
|
|
9239
10427
|
{
|
|
9240
10428
|
"name": "Sébastien Chopin",
|
|
9241
10429
|
"github": "Atinux",
|
|
9242
|
-
"twitter": "
|
|
10430
|
+
"twitter": "atinux",
|
|
9243
10431
|
"bluesky": "atinux.com"
|
|
9244
10432
|
}
|
|
9245
10433
|
],
|
|
@@ -9493,6 +10681,28 @@
|
|
|
9493
10681
|
"requires": {}
|
|
9494
10682
|
}
|
|
9495
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
|
+
},
|
|
9496
10706
|
{
|
|
9497
10707
|
"name": "wp-nuxt",
|
|
9498
10708
|
"description": "The module adds a Wordpress Rest API to your nuxt application",
|