@nuxt/modules 0.6.0-0d7b91 → 0.6.0-13f242
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 +828 -112
- package/package.json +3 -3
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.bsky.social"
|
|
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
|
],
|
|
@@ -1400,7 +1518,7 @@
|
|
|
1400
1518
|
},
|
|
1401
1519
|
{
|
|
1402
1520
|
"name": "devtools",
|
|
1403
|
-
"description": "
|
|
1521
|
+
"description": "Visual tools that help you to know your Nuxt application better.",
|
|
1404
1522
|
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1405
1523
|
"npm": "@nuxt/devtools",
|
|
1406
1524
|
"icon": "nuxt.svg",
|
|
@@ -1641,7 +1759,8 @@
|
|
|
1641
1759
|
"maintainers": [
|
|
1642
1760
|
{
|
|
1643
1761
|
"name": "Yue JIN",
|
|
1644
|
-
"github": "kingyue737"
|
|
1762
|
+
"github": "kingyue737",
|
|
1763
|
+
"twitter": "kingyue737"
|
|
1645
1764
|
}
|
|
1646
1765
|
],
|
|
1647
1766
|
"compatibility": {
|
|
@@ -1774,7 +1893,7 @@
|
|
|
1774
1893
|
},
|
|
1775
1894
|
{
|
|
1776
1895
|
"name": "eslint",
|
|
1777
|
-
"description": "
|
|
1896
|
+
"description": "Project-aware, easy-to-use, extensible and future-proof ESLint integration.",
|
|
1778
1897
|
"repo": "nuxt/eslint",
|
|
1779
1898
|
"npm": "@nuxt/eslint",
|
|
1780
1899
|
"icon": "nuxt.svg",
|
|
@@ -2047,14 +2166,14 @@
|
|
|
2047
2166
|
},
|
|
2048
2167
|
{
|
|
2049
2168
|
"name": "fonts",
|
|
2050
|
-
"description": "
|
|
2169
|
+
"description": "Add custom web fonts with performance in mind.",
|
|
2051
2170
|
"repo": "nuxt/fonts",
|
|
2052
2171
|
"npm": "@nuxt/fonts",
|
|
2053
2172
|
"icon": "nuxt.svg",
|
|
2054
2173
|
"github": "https://github.com/nuxt/fonts",
|
|
2055
2174
|
"website": "https://fonts.nuxt.com",
|
|
2056
2175
|
"learn_more": "",
|
|
2057
|
-
"category": "
|
|
2176
|
+
"category": "Fonts",
|
|
2058
2177
|
"type": "official",
|
|
2059
2178
|
"maintainers": [
|
|
2060
2179
|
{
|
|
@@ -2540,7 +2659,7 @@
|
|
|
2540
2659
|
"name": "Lucas Portet",
|
|
2541
2660
|
"github": "l-portet",
|
|
2542
2661
|
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4",
|
|
2543
|
-
"twitter": "
|
|
2662
|
+
"twitter": "lukecarry_"
|
|
2544
2663
|
}
|
|
2545
2664
|
],
|
|
2546
2665
|
"compatibility": {
|
|
@@ -2706,7 +2825,7 @@
|
|
|
2706
2825
|
{
|
|
2707
2826
|
"name": "Sébastien Chopin",
|
|
2708
2827
|
"github": "Atinux",
|
|
2709
|
-
"twitter": "
|
|
2828
|
+
"twitter": "atinux",
|
|
2710
2829
|
"bluesky": "atinux.com"
|
|
2711
2830
|
}
|
|
2712
2831
|
],
|
|
@@ -2730,13 +2849,14 @@
|
|
|
2730
2849
|
{
|
|
2731
2850
|
"name": "Sébastien Chopin",
|
|
2732
2851
|
"github": "Atinux",
|
|
2733
|
-
"twitter": "
|
|
2852
|
+
"twitter": "atinux",
|
|
2734
2853
|
"bluesky": "atinux.com"
|
|
2735
2854
|
},
|
|
2736
2855
|
{
|
|
2737
2856
|
"name": "Farnabaz",
|
|
2738
2857
|
"github": "farnabaz",
|
|
2739
|
-
"twitter": "a_birang"
|
|
2858
|
+
"twitter": "a_birang",
|
|
2859
|
+
"bluesky": "farnabaz.dev"
|
|
2740
2860
|
},
|
|
2741
2861
|
{
|
|
2742
2862
|
"name": "Sylvain Marroufin",
|
|
@@ -2874,7 +2994,7 @@
|
|
|
2874
2994
|
{
|
|
2875
2995
|
"name": "Sébastien Chopin",
|
|
2876
2996
|
"github": "Atinux",
|
|
2877
|
-
"twitter": "
|
|
2997
|
+
"twitter": "atinux",
|
|
2878
2998
|
"bluesky": "atinux.com"
|
|
2879
2999
|
},
|
|
2880
3000
|
{
|
|
@@ -2936,7 +3056,7 @@
|
|
|
2936
3056
|
},
|
|
2937
3057
|
{
|
|
2938
3058
|
"name": "image",
|
|
2939
|
-
"description": "
|
|
3059
|
+
"description": "Add images with progressive processing, lazy-loading, resizing and providers support.",
|
|
2940
3060
|
"repo": "nuxt/image",
|
|
2941
3061
|
"npm": "@nuxt/image",
|
|
2942
3062
|
"icon": "nuxt.svg",
|
|
@@ -2949,7 +3069,8 @@
|
|
|
2949
3069
|
{
|
|
2950
3070
|
"name": "Farnabaz",
|
|
2951
3071
|
"github": "farnabaz",
|
|
2952
|
-
"twitter": "a_birang"
|
|
3072
|
+
"twitter": "a_birang",
|
|
3073
|
+
"bluesky": "farnabaz.dev"
|
|
2953
3074
|
},
|
|
2954
3075
|
{
|
|
2955
3076
|
"name": "Daniel Roe",
|
|
@@ -2966,7 +3087,7 @@
|
|
|
2966
3087
|
{
|
|
2967
3088
|
"name": "Sébastien Chopin",
|
|
2968
3089
|
"github": "Atinux",
|
|
2969
|
-
"twitter": "
|
|
3090
|
+
"twitter": "atinux",
|
|
2970
3091
|
"bluesky": "atinux.com"
|
|
2971
3092
|
}
|
|
2972
3093
|
],
|
|
@@ -3003,8 +3124,8 @@
|
|
|
3003
3124
|
{
|
|
3004
3125
|
"name": "inkline",
|
|
3005
3126
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
3006
|
-
"repo": "inkline/inkline
|
|
3007
|
-
"npm": "
|
|
3127
|
+
"repo": "inkline/inkline",
|
|
3128
|
+
"npm": "inkline",
|
|
3008
3129
|
"icon": "inkline.svg",
|
|
3009
3130
|
"github": "https://github.com/inkline/inkline",
|
|
3010
3131
|
"website": "https://inkline.io",
|
|
@@ -3071,6 +3192,29 @@
|
|
|
3071
3192
|
"requires": {}
|
|
3072
3193
|
}
|
|
3073
3194
|
},
|
|
3195
|
+
{
|
|
3196
|
+
"name": "izi-toast",
|
|
3197
|
+
"description": "Elegant, responsive, and lightweight toast notification module for Nuxt 3 using iziToast. Supports auto-imported composables and full customization.",
|
|
3198
|
+
"repo": "stephenjason89/nuxt-toast",
|
|
3199
|
+
"npm": "nuxt-toast",
|
|
3200
|
+
"icon": "toast.png",
|
|
3201
|
+
"github": "https://github.com/stephenjason89/nuxt-toast",
|
|
3202
|
+
"website": "https://github.com/stephenjason89/nuxt-toast",
|
|
3203
|
+
"learn_more": "https://marcelodolza.github.io/iziToast/",
|
|
3204
|
+
"category": "Libraries",
|
|
3205
|
+
"type": "3rd-party",
|
|
3206
|
+
"maintainers": [
|
|
3207
|
+
{
|
|
3208
|
+
"name": "Stephen Jason Wang",
|
|
3209
|
+
"github": "stephenjason89",
|
|
3210
|
+
"twitter": "stephenjason89"
|
|
3211
|
+
}
|
|
3212
|
+
],
|
|
3213
|
+
"compatibility": {
|
|
3214
|
+
"nuxt": "^3.0.0",
|
|
3215
|
+
"requires": {}
|
|
3216
|
+
}
|
|
3217
|
+
},
|
|
3074
3218
|
{
|
|
3075
3219
|
"name": "jsonapi",
|
|
3076
3220
|
"description": "Easy JSON:API client integration for Nuxt",
|
|
@@ -3278,7 +3422,7 @@
|
|
|
3278
3422
|
}
|
|
3279
3423
|
],
|
|
3280
3424
|
"compatibility": {
|
|
3281
|
-
"nuxt": "
|
|
3425
|
+
"nuxt": ">=3.0.0",
|
|
3282
3426
|
"requires": {}
|
|
3283
3427
|
}
|
|
3284
3428
|
},
|
|
@@ -3307,6 +3451,36 @@
|
|
|
3307
3451
|
"devtools": "^0.0.0"
|
|
3308
3452
|
}
|
|
3309
3453
|
},
|
|
3454
|
+
{
|
|
3455
|
+
"name": "llms",
|
|
3456
|
+
"description": "Generate llms.txt documentation for your Nuxt application",
|
|
3457
|
+
"repo": "nuxtlabs/nuxt-llms",
|
|
3458
|
+
"npm": "nuxt-llms",
|
|
3459
|
+
"icon": "llms.png",
|
|
3460
|
+
"github": "https://github.com/nuxtlabs/nuxt-llms",
|
|
3461
|
+
"website": "https://github.com/nuxtlabs/nuxt-llms",
|
|
3462
|
+
"learn_more": "",
|
|
3463
|
+
"category": "SEO",
|
|
3464
|
+
"type": "3rd-party",
|
|
3465
|
+
"maintainers": [
|
|
3466
|
+
{
|
|
3467
|
+
"name": "Farnabaz",
|
|
3468
|
+
"github": "farnabaz",
|
|
3469
|
+
"twitter": "a_birang",
|
|
3470
|
+
"bluesky": "farnabaz.dev"
|
|
3471
|
+
},
|
|
3472
|
+
{
|
|
3473
|
+
"name": "Sébastien Chopin",
|
|
3474
|
+
"github": "Atinux",
|
|
3475
|
+
"twitter": "atinux",
|
|
3476
|
+
"bluesky": "atinux.com"
|
|
3477
|
+
}
|
|
3478
|
+
],
|
|
3479
|
+
"compatibility": {
|
|
3480
|
+
"nuxt": "^3.0.0",
|
|
3481
|
+
"requires": {}
|
|
3482
|
+
}
|
|
3483
|
+
},
|
|
3310
3484
|
{
|
|
3311
3485
|
"name": "localforage",
|
|
3312
3486
|
"description": "LocalForage is a fast and simple storage library for JavaScript",
|
|
@@ -3452,6 +3626,30 @@
|
|
|
3452
3626
|
},
|
|
3453
3627
|
"sponsor": true
|
|
3454
3628
|
},
|
|
3629
|
+
{
|
|
3630
|
+
"name": "lottie",
|
|
3631
|
+
"description": "Easily integrate Lottie animations into your Nuxt App.",
|
|
3632
|
+
"repo": "volkanakkus/nuxt-lottie",
|
|
3633
|
+
"npm": "nuxt-lottie",
|
|
3634
|
+
"icon": "lottie.png",
|
|
3635
|
+
"github": "https://github.com/volkanakkus/nuxt-lottie",
|
|
3636
|
+
"website": "https://github.com/volkanakkus/nuxt-lottie",
|
|
3637
|
+
"learn_more": "https://github.com/volkanakkus/nuxt-lottie/blob/main/README.md",
|
|
3638
|
+
"category": "UI",
|
|
3639
|
+
"type": "3rd-party",
|
|
3640
|
+
"maintainers": [
|
|
3641
|
+
{
|
|
3642
|
+
"name": "Volkan Akkuş",
|
|
3643
|
+
"github": "volkanakkus",
|
|
3644
|
+
"avatar": "https://avatars.githubusercontent.com/volkanakkus",
|
|
3645
|
+
"twitter": "volkanakks"
|
|
3646
|
+
}
|
|
3647
|
+
],
|
|
3648
|
+
"compatibility": {
|
|
3649
|
+
"nuxt": ">=3.0.0",
|
|
3650
|
+
"requires": {}
|
|
3651
|
+
}
|
|
3652
|
+
},
|
|
3455
3653
|
{
|
|
3456
3654
|
"name": "lucide-icons",
|
|
3457
3655
|
"description": "Nuxt module to integrate Lucide icons",
|
|
@@ -3524,6 +3722,30 @@
|
|
|
3524
3722
|
"requires": {}
|
|
3525
3723
|
}
|
|
3526
3724
|
},
|
|
3725
|
+
{
|
|
3726
|
+
"name": "mailchannels",
|
|
3727
|
+
"description": "Simple MailChannels Email API integration for Nuxt",
|
|
3728
|
+
"repo": "yizack/nuxt-mailchannels",
|
|
3729
|
+
"npm": "nuxt-mailchannels",
|
|
3730
|
+
"icon": "mailchannels.svg",
|
|
3731
|
+
"github": "https://github.com/Yizack/nuxt-mailchannels",
|
|
3732
|
+
"website": "https://github.com/Yizack/nuxt-mailchannels",
|
|
3733
|
+
"learn_more": "https://www.mailchannels.com/email-api/",
|
|
3734
|
+
"category": "Extensions",
|
|
3735
|
+
"type": "3rd-party",
|
|
3736
|
+
"maintainers": [
|
|
3737
|
+
{
|
|
3738
|
+
"name": "Yizack Rangel",
|
|
3739
|
+
"github": "yizack",
|
|
3740
|
+
"twitter": "YizackR",
|
|
3741
|
+
"bluesky": "yizack.com"
|
|
3742
|
+
}
|
|
3743
|
+
],
|
|
3744
|
+
"compatibility": {
|
|
3745
|
+
"nuxt": ">=3.0.0",
|
|
3746
|
+
"requires": {}
|
|
3747
|
+
}
|
|
3748
|
+
},
|
|
3527
3749
|
{
|
|
3528
3750
|
"name": "mailpit",
|
|
3529
3751
|
"description": "Integrates Mailpit web UI in Nuxt devtools",
|
|
@@ -3655,7 +3877,8 @@
|
|
|
3655
3877
|
{
|
|
3656
3878
|
"name": "Farnabaz",
|
|
3657
3879
|
"github": "farnabaz",
|
|
3658
|
-
"twitter": "a_birang"
|
|
3880
|
+
"twitter": "a_birang",
|
|
3881
|
+
"bluesky": "farnabaz.dev"
|
|
3659
3882
|
}
|
|
3660
3883
|
],
|
|
3661
3884
|
"compatibility": {
|
|
@@ -3983,7 +4206,7 @@
|
|
|
3983
4206
|
"icon": "nodemailer.png",
|
|
3984
4207
|
"github": "https://github.com/kleinpetr/nuxt-nodemailer",
|
|
3985
4208
|
"website": "https://github.com/kleinpetr/nuxt-nodemailer",
|
|
3986
|
-
"learn_more": "https://
|
|
4209
|
+
"learn_more": "https://nodemailer.com/",
|
|
3987
4210
|
"category": "Extensions",
|
|
3988
4211
|
"type": "3rd-party",
|
|
3989
4212
|
"maintainers": [
|
|
@@ -4094,7 +4317,7 @@
|
|
|
4094
4317
|
"icon": "laravel.svg",
|
|
4095
4318
|
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
4096
4319
|
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
4097
|
-
"learn_more": "https://laravel.com/docs/
|
|
4320
|
+
"learn_more": "https://laravel.com/docs/12.x/sanctum",
|
|
4098
4321
|
"category": "Security",
|
|
4099
4322
|
"type": "3rd-party",
|
|
4100
4323
|
"maintainers": [
|
|
@@ -4205,6 +4428,30 @@
|
|
|
4205
4428
|
"requires": {}
|
|
4206
4429
|
}
|
|
4207
4430
|
},
|
|
4431
|
+
{
|
|
4432
|
+
"name": "nuxt-charts",
|
|
4433
|
+
"description": "Nuxt module for vue-chrts",
|
|
4434
|
+
"repo": "dennisadriaans/vue-chrts#main/packages/nuxt",
|
|
4435
|
+
"npm": "nuxt-charts",
|
|
4436
|
+
"icon": "nuxt-charts.svg",
|
|
4437
|
+
"github": "https://github.com/dennisadriaans/vue-chrts",
|
|
4438
|
+
"website": "https://nuxtcharts.com/",
|
|
4439
|
+
"learn_more": "https://nuxtcharts.com/docs",
|
|
4440
|
+
"category": "UI",
|
|
4441
|
+
"type": "3rd-party",
|
|
4442
|
+
"maintainers": [
|
|
4443
|
+
{
|
|
4444
|
+
"name": "Dennis Adriaansen",
|
|
4445
|
+
"github": "dennisadriaans",
|
|
4446
|
+
"avatar": "https://avatars.githubusercontent.com/dennisadriaans",
|
|
4447
|
+
"twitter": "DennisAdriaans"
|
|
4448
|
+
}
|
|
4449
|
+
],
|
|
4450
|
+
"compatibility": {
|
|
4451
|
+
"nuxt": ">=3.0.0",
|
|
4452
|
+
"requires": {}
|
|
4453
|
+
}
|
|
4454
|
+
},
|
|
4208
4455
|
{
|
|
4209
4456
|
"name": "nuxt-chatgpt",
|
|
4210
4457
|
"description": "ChatGPT integration for Nuxt",
|
|
@@ -4250,6 +4497,51 @@
|
|
|
4250
4497
|
"requires": {}
|
|
4251
4498
|
}
|
|
4252
4499
|
},
|
|
4500
|
+
{
|
|
4501
|
+
"name": "nuxt-color-picker",
|
|
4502
|
+
"description": "A module that adds a convenient, customizable ColorPicker component to select colors in your application.",
|
|
4503
|
+
"repo": "lorexiq/nuxt-color-picker",
|
|
4504
|
+
"npm": "nuxt-color-picker",
|
|
4505
|
+
"icon": "nuxt-color-picker.png",
|
|
4506
|
+
"github": "https://github.com/LorexIQ/nuxt-color-picker",
|
|
4507
|
+
"website": "https://nuxt-color-picker.nuxt.dev/",
|
|
4508
|
+
"learn_more": "",
|
|
4509
|
+
"category": "UI",
|
|
4510
|
+
"type": "3rd-party",
|
|
4511
|
+
"maintainers": [
|
|
4512
|
+
{
|
|
4513
|
+
"name": "Dmitry Murashko",
|
|
4514
|
+
"github": "LorexIQ",
|
|
4515
|
+
"avatar": "https://avatars.githubusercontent.com/lorexiq?v=4"
|
|
4516
|
+
}
|
|
4517
|
+
],
|
|
4518
|
+
"compatibility": {
|
|
4519
|
+
"nuxt": "^3.0.0",
|
|
4520
|
+
"requires": {}
|
|
4521
|
+
}
|
|
4522
|
+
},
|
|
4523
|
+
{
|
|
4524
|
+
"name": "nuxt-componentsbook-module",
|
|
4525
|
+
"description": "Storybook-like experience for Nuxt components",
|
|
4526
|
+
"repo": "s00d/nuxt-componentsbook-module",
|
|
4527
|
+
"npm": "nuxt-componentsbook-module",
|
|
4528
|
+
"icon": "nuxt-componentsbook-module.png",
|
|
4529
|
+
"github": "https://github.com/s00d/nuxt-componentsbook-module",
|
|
4530
|
+
"website": "https://github.com/s00d/nuxt-componentsbook-module",
|
|
4531
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-componentsbook-module",
|
|
4532
|
+
"category": "Extensions",
|
|
4533
|
+
"type": "3rd-party",
|
|
4534
|
+
"maintainers": [
|
|
4535
|
+
{
|
|
4536
|
+
"name": "Pavel Kuzmin",
|
|
4537
|
+
"github": "s00d"
|
|
4538
|
+
}
|
|
4539
|
+
],
|
|
4540
|
+
"compatibility": {
|
|
4541
|
+
"nuxt": ">=3.0.0",
|
|
4542
|
+
"requires": {}
|
|
4543
|
+
}
|
|
4544
|
+
},
|
|
4253
4545
|
{
|
|
4254
4546
|
"name": "nuxt-cookie-consent",
|
|
4255
4547
|
"description": "Nuxt module for integrating with cookie consent providers with ease",
|
|
@@ -4285,9 +4577,9 @@
|
|
|
4285
4577
|
"type": "3rd-party",
|
|
4286
4578
|
"maintainers": [
|
|
4287
4579
|
{
|
|
4288
|
-
"name": "
|
|
4580
|
+
"name": "Serdar Yerdelen",
|
|
4289
4581
|
"github": "JustSerdar",
|
|
4290
|
-
"twitter": "
|
|
4582
|
+
"twitter": "justserdardev"
|
|
4291
4583
|
}
|
|
4292
4584
|
],
|
|
4293
4585
|
"compatibility": {
|
|
@@ -4435,8 +4727,8 @@
|
|
|
4435
4727
|
}
|
|
4436
4728
|
},
|
|
4437
4729
|
{
|
|
4438
|
-
"name": "
|
|
4439
|
-
"description": "
|
|
4730
|
+
"name": "nuxt-glaze",
|
|
4731
|
+
"description": "Glaze.dev module for Nuxt",
|
|
4440
4732
|
"repo": "holux-design/nuxt-glaze",
|
|
4441
4733
|
"npm": "nuxt-glaze",
|
|
4442
4734
|
"icon": "nuxt-glaze.png",
|
|
@@ -4456,6 +4748,28 @@
|
|
|
4456
4748
|
"requires": {}
|
|
4457
4749
|
}
|
|
4458
4750
|
},
|
|
4751
|
+
{
|
|
4752
|
+
"name": "nuxt-gpt",
|
|
4753
|
+
"description": "Plug and Play ChatGPT for Nuxt.",
|
|
4754
|
+
"repo": "holux-design/nuxt-GPT",
|
|
4755
|
+
"npm": "nuxt-gpt",
|
|
4756
|
+
"icon": "nuxt-gpt.svg",
|
|
4757
|
+
"github": "https://github.com/holux-design/nuxt-GPT",
|
|
4758
|
+
"website": "https://nuxt-gpt-module.vercel.app/",
|
|
4759
|
+
"learn_more": "https://nuxt-gpt-module.vercel.app/usage/examples",
|
|
4760
|
+
"category": "Libraries",
|
|
4761
|
+
"type": "3rd-party",
|
|
4762
|
+
"maintainers": [
|
|
4763
|
+
{
|
|
4764
|
+
"name": "Lukas Hofstätter",
|
|
4765
|
+
"github": "holux-design"
|
|
4766
|
+
}
|
|
4767
|
+
],
|
|
4768
|
+
"compatibility": {
|
|
4769
|
+
"nuxt": ">=3.0.0",
|
|
4770
|
+
"requires": {}
|
|
4771
|
+
}
|
|
4772
|
+
},
|
|
4459
4773
|
{
|
|
4460
4774
|
"name": "nuxt-graphql-middleware",
|
|
4461
4775
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -4655,7 +4969,7 @@
|
|
|
4655
4969
|
"icon": "laravel.svg",
|
|
4656
4970
|
"github": "https://github.com/manchenkoff/nuxt-laravel-echo",
|
|
4657
4971
|
"website": "https://manchenkoff.gitbook.io/nuxt-laravel-echo",
|
|
4658
|
-
"learn_more": "https://laravel.com/docs/
|
|
4972
|
+
"learn_more": "https://laravel.com/docs/12.x/broadcasting",
|
|
4659
4973
|
"category": "Libraries",
|
|
4660
4974
|
"type": "3rd-party",
|
|
4661
4975
|
"maintainers": [
|
|
@@ -4671,6 +4985,54 @@
|
|
|
4671
4985
|
"requires": {}
|
|
4672
4986
|
}
|
|
4673
4987
|
},
|
|
4988
|
+
{
|
|
4989
|
+
"name": "nuxt-legacy",
|
|
4990
|
+
"description": "A Nuxt module for supporting legacy browsers.",
|
|
4991
|
+
"repo": "teages/nuxt-legacy",
|
|
4992
|
+
"npm": "@teages/nuxt-legacy",
|
|
4993
|
+
"icon": "nuxt-legacy.svg",
|
|
4994
|
+
"github": "https://github.com/teages/nuxt-legacy",
|
|
4995
|
+
"website": "https://github.com/teages/nuxt-legacy",
|
|
4996
|
+
"learn_more": "https://www.npmjs.com/package/@vitejs/plugin-legacy",
|
|
4997
|
+
"category": "Performance",
|
|
4998
|
+
"type": "3rd-party",
|
|
4999
|
+
"maintainers": [
|
|
5000
|
+
{
|
|
5001
|
+
"name": "Teages",
|
|
5002
|
+
"github": "teages",
|
|
5003
|
+
"twitter": "Teages_L",
|
|
5004
|
+
"bluesky": "teages.xyz"
|
|
5005
|
+
}
|
|
5006
|
+
],
|
|
5007
|
+
"compatibility": {
|
|
5008
|
+
"nuxt": ">=3.15.0",
|
|
5009
|
+
"requires": {}
|
|
5010
|
+
}
|
|
5011
|
+
},
|
|
5012
|
+
{
|
|
5013
|
+
"name": "nuxt-listmonk",
|
|
5014
|
+
"description": "Nuxt module for Listmonk",
|
|
5015
|
+
"repo": "roncallyt/nuxt-listmonk",
|
|
5016
|
+
"npm": "nuxt-listmonk",
|
|
5017
|
+
"icon": "listmonk.svg",
|
|
5018
|
+
"github": "https://github.com/roncallyt/nuxt-listmonk",
|
|
5019
|
+
"website": "https://github.com/roncallyt/nuxt-listmonk",
|
|
5020
|
+
"learn_more": "https://listmonk.app/docs/",
|
|
5021
|
+
"category": "Extensions",
|
|
5022
|
+
"type": "3rd-party",
|
|
5023
|
+
"maintainers": [
|
|
5024
|
+
{
|
|
5025
|
+
"name": "Thomerson Roncally",
|
|
5026
|
+
"github": "roncallyt",
|
|
5027
|
+
"avatar": "https://avatars.githubusercontent.com/roncallyt",
|
|
5028
|
+
"twitter": "t7ndotdev"
|
|
5029
|
+
}
|
|
5030
|
+
],
|
|
5031
|
+
"compatibility": {
|
|
5032
|
+
"nuxt": ">=3.12.0",
|
|
5033
|
+
"requires": {}
|
|
5034
|
+
}
|
|
5035
|
+
},
|
|
4674
5036
|
{
|
|
4675
5037
|
"name": "nuxt-localtunnel",
|
|
4676
5038
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -4844,7 +5206,7 @@
|
|
|
4844
5206
|
"type": "3rd-party",
|
|
4845
5207
|
"maintainers": [
|
|
4846
5208
|
{
|
|
4847
|
-
"name": "
|
|
5209
|
+
"name": "Sota Iguchi",
|
|
4848
5210
|
"github": "e-chan1007",
|
|
4849
5211
|
"twitter": "e_chan1007"
|
|
4850
5212
|
}
|
|
@@ -4879,6 +5241,29 @@
|
|
|
4879
5241
|
"devtools": "^0.0.0"
|
|
4880
5242
|
}
|
|
4881
5243
|
},
|
|
5244
|
+
{
|
|
5245
|
+
"name": "nuxt-music-flow",
|
|
5246
|
+
"description": "Nuxt 3 module for audio player component with playlist and waveform visualization.",
|
|
5247
|
+
"repo": "ndragun92/nuxt-music-flow",
|
|
5248
|
+
"npm": "nuxt-music-flow",
|
|
5249
|
+
"icon": "nuxt-music-flow.png",
|
|
5250
|
+
"github": "https://github.com/ndragun92/nuxt-music-flow",
|
|
5251
|
+
"website": "https://vue-music-flow-docs.vercel.app/usage#nuxt",
|
|
5252
|
+
"learn_more": "https://vue-music-flow-docs.vercel.app/demo",
|
|
5253
|
+
"category": "Libraries",
|
|
5254
|
+
"type": "3rd-party",
|
|
5255
|
+
"maintainers": [
|
|
5256
|
+
{
|
|
5257
|
+
"name": "Nemanja Dragun",
|
|
5258
|
+
"github": "ndragun92",
|
|
5259
|
+
"twitter": "nemanjadragun"
|
|
5260
|
+
}
|
|
5261
|
+
],
|
|
5262
|
+
"compatibility": {
|
|
5263
|
+
"nuxt": ">=3.0.0",
|
|
5264
|
+
"requires": {}
|
|
5265
|
+
}
|
|
5266
|
+
},
|
|
4882
5267
|
{
|
|
4883
5268
|
"name": "nuxt-oidc-auth",
|
|
4884
5269
|
"description": "Seamless modern authentication for Nuxt applications.",
|
|
@@ -4902,6 +5287,30 @@
|
|
|
4902
5287
|
"requires": {}
|
|
4903
5288
|
}
|
|
4904
5289
|
},
|
|
5290
|
+
{
|
|
5291
|
+
"name": "nuxt-ollama",
|
|
5292
|
+
"description": "Simple integration of the official Ollama JavaScript Library for your Nuxt application.",
|
|
5293
|
+
"repo": "jericho1060/nuxt-ollama",
|
|
5294
|
+
"npm": "nuxt-ollama",
|
|
5295
|
+
"icon": "nuxt-ollama.png",
|
|
5296
|
+
"github": "https://github.com/jericho1060/nuxt-ollama",
|
|
5297
|
+
"website": "https://nuxt-ollama.jericho.dev/",
|
|
5298
|
+
"learn_more": "https://nuxt-ollama.jericho.dev/",
|
|
5299
|
+
"category": "Libraries",
|
|
5300
|
+
"type": "3rd-party",
|
|
5301
|
+
"maintainers": [
|
|
5302
|
+
{
|
|
5303
|
+
"name": "Thomas",
|
|
5304
|
+
"github": "jericho1060",
|
|
5305
|
+
"avatar": "https://avatars.githubusercontent.com/jericho1060",
|
|
5306
|
+
"twitter": "jerichodev"
|
|
5307
|
+
}
|
|
5308
|
+
],
|
|
5309
|
+
"compatibility": {
|
|
5310
|
+
"nuxt": "^3.15.0",
|
|
5311
|
+
"requires": {}
|
|
5312
|
+
}
|
|
5313
|
+
},
|
|
4905
5314
|
{
|
|
4906
5315
|
"name": "nuxt-openapi-docs-module",
|
|
4907
5316
|
"description": "Generate pages from OpenAPI specifications",
|
|
@@ -5138,6 +5547,29 @@
|
|
|
5138
5547
|
"requires": {}
|
|
5139
5548
|
}
|
|
5140
5549
|
},
|
|
5550
|
+
{
|
|
5551
|
+
"name": "nuxt-query",
|
|
5552
|
+
"description": "Nuxt module for TanStack Query (FKA Vue Query) with Nuxt DevTools integration",
|
|
5553
|
+
"repo": "peterbud/nuxt-query",
|
|
5554
|
+
"npm": "@peterbud/nuxt-query",
|
|
5555
|
+
"icon": "nuxt-query.svg",
|
|
5556
|
+
"github": "https://github.com/peterbud/nuxt-query",
|
|
5557
|
+
"website": "https://github.com/peterbud/nuxt-query#readme",
|
|
5558
|
+
"learn_more": "https://tanstack.com/query/latest/docs/framework/vue/overview",
|
|
5559
|
+
"category": "Libraries",
|
|
5560
|
+
"type": "3rd-party",
|
|
5561
|
+
"maintainers": [
|
|
5562
|
+
{
|
|
5563
|
+
"name": "Peter Budai",
|
|
5564
|
+
"github": "peterbud",
|
|
5565
|
+
"bluesky": "peterbud.bsky.social"
|
|
5566
|
+
}
|
|
5567
|
+
],
|
|
5568
|
+
"compatibility": {
|
|
5569
|
+
"nuxt": ">=3.0.0",
|
|
5570
|
+
"requires": {}
|
|
5571
|
+
}
|
|
5572
|
+
},
|
|
5141
5573
|
{
|
|
5142
5574
|
"name": "nuxt-sanctum-authentication",
|
|
5143
5575
|
"description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.",
|
|
@@ -5165,6 +5597,56 @@
|
|
|
5165
5597
|
"requires": {}
|
|
5166
5598
|
}
|
|
5167
5599
|
},
|
|
5600
|
+
{
|
|
5601
|
+
"name": "nuxt-sanctum-precognition",
|
|
5602
|
+
"description": "Nuxt module for Laravel Precognition integration",
|
|
5603
|
+
"repo": "manchenkoff/nuxt-sanctum-precognition",
|
|
5604
|
+
"npm": "nuxt-sanctum-precognition",
|
|
5605
|
+
"icon": "laravel.svg",
|
|
5606
|
+
"github": "https://github.com/manchenkoff/nuxt-sanctum-precognition",
|
|
5607
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-sanctum-precognition",
|
|
5608
|
+
"learn_more": "https://laravel.com/docs/12.x/precognition",
|
|
5609
|
+
"category": "Libraries",
|
|
5610
|
+
"type": "3rd-party",
|
|
5611
|
+
"maintainers": [
|
|
5612
|
+
{
|
|
5613
|
+
"name": "Artem Manchenkov",
|
|
5614
|
+
"github": "manchenkoff",
|
|
5615
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff",
|
|
5616
|
+
"twitter": "AManchenkov"
|
|
5617
|
+
}
|
|
5618
|
+
],
|
|
5619
|
+
"compatibility": {
|
|
5620
|
+
"nuxt": ">=3.12.0",
|
|
5621
|
+
"requires": {}
|
|
5622
|
+
}
|
|
5623
|
+
},
|
|
5624
|
+
{
|
|
5625
|
+
"name": "nuxt-shopify",
|
|
5626
|
+
"description": "Easily integrate Shopify into your Nuxt app.",
|
|
5627
|
+
"repo": "konkonam/nuxt-shopify",
|
|
5628
|
+
"npm": "@konkonam/nuxt-shopify",
|
|
5629
|
+
"icon": "nuxt-shopify.png",
|
|
5630
|
+
"github": "https://github.com/konkonam/nuxt-shopify",
|
|
5631
|
+
"website": "https://konkonam.github.io/nuxt-shopify/",
|
|
5632
|
+
"learn_more": "https://www.shopify.com/",
|
|
5633
|
+
"category": "Ecommerce",
|
|
5634
|
+
"type": "3rd-party",
|
|
5635
|
+
"maintainers": [
|
|
5636
|
+
{
|
|
5637
|
+
"name": "Zoltan Lukacs",
|
|
5638
|
+
"github": "konkonam"
|
|
5639
|
+
},
|
|
5640
|
+
{
|
|
5641
|
+
"name": "Frederik Bußmann",
|
|
5642
|
+
"github": "freb97"
|
|
5643
|
+
}
|
|
5644
|
+
],
|
|
5645
|
+
"compatibility": {
|
|
5646
|
+
"nuxt": "^3.0.0",
|
|
5647
|
+
"requires": {}
|
|
5648
|
+
}
|
|
5649
|
+
},
|
|
5168
5650
|
{
|
|
5169
5651
|
"name": "nuxt-smartlook",
|
|
5170
5652
|
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
@@ -5213,6 +5695,29 @@
|
|
|
5213
5695
|
"requires": {}
|
|
5214
5696
|
}
|
|
5215
5697
|
},
|
|
5698
|
+
{
|
|
5699
|
+
"name": "nuxt-ssr-api-logger",
|
|
5700
|
+
"description": "A small module that helps you see when your Nuxt application sends any API request via SSR.",
|
|
5701
|
+
"repo": "buglavecz/nuxt-ssr-api-logger",
|
|
5702
|
+
"npm": "nuxt-ssr-api-logger",
|
|
5703
|
+
"icon": "nuxt-ssr-api-logger.png",
|
|
5704
|
+
"github": "https://github.com/buglavecz/nuxt-ssr-api-logger",
|
|
5705
|
+
"website": "https://github.com/buglavecz/nuxt-ssr-api-logger",
|
|
5706
|
+
"learn_more": "",
|
|
5707
|
+
"category": "Devtools",
|
|
5708
|
+
"type": "3rd-party",
|
|
5709
|
+
"maintainers": [
|
|
5710
|
+
{
|
|
5711
|
+
"name": "Peter Buglavecz",
|
|
5712
|
+
"github": "buglavecz",
|
|
5713
|
+
"avatar": "https://avatars.githubusercontent.com/u/43108336"
|
|
5714
|
+
}
|
|
5715
|
+
],
|
|
5716
|
+
"compatibility": {
|
|
5717
|
+
"nuxt": "^3.16.0",
|
|
5718
|
+
"requires": {}
|
|
5719
|
+
}
|
|
5720
|
+
},
|
|
5216
5721
|
{
|
|
5217
5722
|
"name": "ssr-lit",
|
|
5218
5723
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -5263,6 +5768,51 @@
|
|
|
5263
5768
|
"requires": {}
|
|
5264
5769
|
}
|
|
5265
5770
|
},
|
|
5771
|
+
{
|
|
5772
|
+
"name": "nuxt-strapi-blocks-renderer",
|
|
5773
|
+
"description": "Render the Strapi CMS blocks text element easily in Nuxt.",
|
|
5774
|
+
"repo": "freb97/nuxt-strapi-blocks-renderer",
|
|
5775
|
+
"npm": "nuxt-strapi-blocks-renderer",
|
|
5776
|
+
"icon": "nuxt-strapi-blocks-renderer.png",
|
|
5777
|
+
"github": "https://github.com/freb97/nuxt-strapi-blocks-renderer",
|
|
5778
|
+
"website": "https://github.com/freb97/nuxt-strapi-blocks-renderer",
|
|
5779
|
+
"learn_more": "https://strapi.io",
|
|
5780
|
+
"category": "CMS",
|
|
5781
|
+
"type": "3rd-party",
|
|
5782
|
+
"maintainers": [
|
|
5783
|
+
{
|
|
5784
|
+
"name": "Frederik Bußmann",
|
|
5785
|
+
"github": "freb97"
|
|
5786
|
+
}
|
|
5787
|
+
],
|
|
5788
|
+
"compatibility": {
|
|
5789
|
+
"nuxt": "^3.0.0",
|
|
5790
|
+
"requires": {}
|
|
5791
|
+
}
|
|
5792
|
+
},
|
|
5793
|
+
{
|
|
5794
|
+
"name": "nuxt-svg-sprite-icon",
|
|
5795
|
+
"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.",
|
|
5796
|
+
"repo": "MikeCheng1208/nuxt-svg-sprite-icon",
|
|
5797
|
+
"npm": "nuxt-svg-sprite-icon",
|
|
5798
|
+
"icon": "nuxt-svg-sprite-icon.png",
|
|
5799
|
+
"github": "https://github.com/MikeCheng1208/nuxt-svg-sprite-icon",
|
|
5800
|
+
"website": "https://github.com/MikeCheng1208/nuxt-svg-sprite-icon",
|
|
5801
|
+
"learn_more": "",
|
|
5802
|
+
"category": "UI",
|
|
5803
|
+
"type": "3rd-party",
|
|
5804
|
+
"maintainers": [
|
|
5805
|
+
{
|
|
5806
|
+
"name": "Mike Cheng",
|
|
5807
|
+
"github": "MikeCheng1208",
|
|
5808
|
+
"twitter": "mike_cheng1208"
|
|
5809
|
+
}
|
|
5810
|
+
],
|
|
5811
|
+
"compatibility": {
|
|
5812
|
+
"nuxt": ">=3.17.0",
|
|
5813
|
+
"requires": {}
|
|
5814
|
+
}
|
|
5815
|
+
},
|
|
5266
5816
|
{
|
|
5267
5817
|
"name": "nuxt-svgo-loader",
|
|
5268
5818
|
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
@@ -5655,7 +6205,7 @@
|
|
|
5655
6205
|
"twitter": "teleskop150750"
|
|
5656
6206
|
},
|
|
5657
6207
|
{
|
|
5658
|
-
"name": "
|
|
6208
|
+
"name": "Wind",
|
|
5659
6209
|
"github": "productdevbook",
|
|
5660
6210
|
"twitter": "productdevbook"
|
|
5661
6211
|
}
|
|
@@ -5756,6 +6306,28 @@
|
|
|
5756
6306
|
"requires": {}
|
|
5757
6307
|
}
|
|
5758
6308
|
},
|
|
6309
|
+
{
|
|
6310
|
+
"name": "paper-ui",
|
|
6311
|
+
"description": "A ui kit for nuxt",
|
|
6312
|
+
"repo": "paper-kit/nuxt",
|
|
6313
|
+
"npm": "@paper-ui/nuxt",
|
|
6314
|
+
"icon": "paper-ui.svg",
|
|
6315
|
+
"github": "https://github.com/paper-kit/nuxt",
|
|
6316
|
+
"website": "https://paper-docs.nuxt.space/",
|
|
6317
|
+
"learn_more": "https://paper-docs.nuxt.space/",
|
|
6318
|
+
"category": "UI",
|
|
6319
|
+
"type": "3rd-party",
|
|
6320
|
+
"maintainers": [
|
|
6321
|
+
{
|
|
6322
|
+
"name": "paper-kit",
|
|
6323
|
+
"github": "paper-kit"
|
|
6324
|
+
}
|
|
6325
|
+
],
|
|
6326
|
+
"compatibility": {
|
|
6327
|
+
"nuxt": ">=3.0.0",
|
|
6328
|
+
"requires": {}
|
|
6329
|
+
}
|
|
6330
|
+
},
|
|
5759
6331
|
{
|
|
5760
6332
|
"name": "parse",
|
|
5761
6333
|
"description": "Parse package for Nuxt",
|
|
@@ -5888,7 +6460,7 @@
|
|
|
5888
6460
|
"type": "3rd-party",
|
|
5889
6461
|
"maintainers": [
|
|
5890
6462
|
{
|
|
5891
|
-
"name": "
|
|
6463
|
+
"name": "Wind",
|
|
5892
6464
|
"github": "productdevbook",
|
|
5893
6465
|
"twitter": "productdevbook"
|
|
5894
6466
|
}
|
|
@@ -5983,9 +6555,9 @@
|
|
|
5983
6555
|
"type": "3rd-party",
|
|
5984
6556
|
"maintainers": [
|
|
5985
6557
|
{
|
|
5986
|
-
"name": "
|
|
6558
|
+
"name": "praz",
|
|
5987
6559
|
"github": "prazdevs",
|
|
5988
|
-
"bluesky": "praz.
|
|
6560
|
+
"bluesky": "dev.praz.me"
|
|
5989
6561
|
}
|
|
5990
6562
|
],
|
|
5991
6563
|
"compatibility": {
|
|
@@ -5995,6 +6567,28 @@
|
|
|
5995
6567
|
}
|
|
5996
6568
|
}
|
|
5997
6569
|
},
|
|
6570
|
+
{
|
|
6571
|
+
"name": "pinia-plugin-unstorage",
|
|
6572
|
+
"description": "Configurable persistence and rehydration of Pinia stores.",
|
|
6573
|
+
"repo": "litingyes/pinia-plugin-unstorage",
|
|
6574
|
+
"npm": "pinia-plugin-unstorage",
|
|
6575
|
+
"icon": "pinia-plugin-unstorage.svg",
|
|
6576
|
+
"github": "https://github.com/litingyes/pinia-plugin-unstorage",
|
|
6577
|
+
"website": "https://github.com/litingyes/pinia-plugin-unstorage?tab=readme-ov-file#pinia-plugin-unstorage",
|
|
6578
|
+
"learn_more": "",
|
|
6579
|
+
"category": "Extensions",
|
|
6580
|
+
"type": "3rd-party",
|
|
6581
|
+
"maintainers": [
|
|
6582
|
+
{
|
|
6583
|
+
"name": "Liting",
|
|
6584
|
+
"github": "litingyes"
|
|
6585
|
+
}
|
|
6586
|
+
],
|
|
6587
|
+
"compatibility": {
|
|
6588
|
+
"nuxt": ">=3.0.0",
|
|
6589
|
+
"requires": {}
|
|
6590
|
+
}
|
|
6591
|
+
},
|
|
5998
6592
|
{
|
|
5999
6593
|
"name": "pinia",
|
|
6000
6594
|
"description": "The Vue Store that you will enjoy using",
|
|
@@ -6364,6 +6958,31 @@
|
|
|
6364
6958
|
"requires": {}
|
|
6365
6959
|
}
|
|
6366
6960
|
},
|
|
6961
|
+
{
|
|
6962
|
+
"name": "qrcode",
|
|
6963
|
+
"description": "A Nuxt module that provides support for generating and reading QRCodes.",
|
|
6964
|
+
"repo": "sandros94/nuxt-qrcode",
|
|
6965
|
+
"npm": "nuxt-qrcode",
|
|
6966
|
+
"icon": "qrcode.svg",
|
|
6967
|
+
"github": "https://github.com/sandros94/nuxt-qrcode",
|
|
6968
|
+
"website": "https://qrcode.s94.dev",
|
|
6969
|
+
"learn_more": "",
|
|
6970
|
+
"category": "Extensions",
|
|
6971
|
+
"type": "3rd-party",
|
|
6972
|
+
"maintainers": [
|
|
6973
|
+
{
|
|
6974
|
+
"name": "Sandro Circi",
|
|
6975
|
+
"github": "sandros94",
|
|
6976
|
+
"avatar": "https://avatars.githubusercontent.com/u/13056429",
|
|
6977
|
+
"bluesky": "sandros94.com",
|
|
6978
|
+
"twitter": "_sandros94"
|
|
6979
|
+
}
|
|
6980
|
+
],
|
|
6981
|
+
"compatibility": {
|
|
6982
|
+
"nuxt": ">=3.10.0",
|
|
6983
|
+
"requires": {}
|
|
6984
|
+
}
|
|
6985
|
+
},
|
|
6367
6986
|
{
|
|
6368
6987
|
"name": "quasar",
|
|
6369
6988
|
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
@@ -6388,20 +7007,20 @@
|
|
|
6388
7007
|
}
|
|
6389
7008
|
},
|
|
6390
7009
|
{
|
|
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": "
|
|
7010
|
+
"name": "query-api",
|
|
7011
|
+
"description": "Provides simple ways to query data from Craft CMS.",
|
|
7012
|
+
"repo": "samuelreichor/query-api#HEAD/packages/nuxt",
|
|
7013
|
+
"npm": "@query-api/nuxt",
|
|
7014
|
+
"icon": "query-api.svg",
|
|
7015
|
+
"github": "https://github.com/samuelreichor/query-api/tree/main/packages/nuxt",
|
|
7016
|
+
"website": "https://samuelreichor.at/libraries/nuxt-craftcms",
|
|
7017
|
+
"learn_more": "https://samuelreichor.at/libraries",
|
|
7018
|
+
"category": "CMS",
|
|
6400
7019
|
"type": "3rd-party",
|
|
6401
7020
|
"maintainers": [
|
|
6402
7021
|
{
|
|
6403
|
-
"name": "
|
|
6404
|
-
"github": "
|
|
7022
|
+
"name": "Samuel Reichör",
|
|
7023
|
+
"github": "samuelreichor"
|
|
6405
7024
|
}
|
|
6406
7025
|
],
|
|
6407
7026
|
"compatibility": {
|
|
@@ -6410,36 +7029,20 @@
|
|
|
6410
7029
|
}
|
|
6411
7030
|
},
|
|
6412
7031
|
{
|
|
6413
|
-
"name": "
|
|
6414
|
-
"description": "
|
|
6415
|
-
"repo": "
|
|
6416
|
-
"npm": "
|
|
6417
|
-
"icon": "
|
|
6418
|
-
"github": "https://github.com/
|
|
6419
|
-
"website": "https://
|
|
6420
|
-
"learn_more": "https://
|
|
6421
|
-
"category": "
|
|
7032
|
+
"name": "radash",
|
|
7033
|
+
"description": "radash module with auto-import and custom prefix",
|
|
7034
|
+
"repo": "bbg/nuxt-radash",
|
|
7035
|
+
"npm": "nuxt-radash",
|
|
7036
|
+
"icon": "radash.png",
|
|
7037
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
7038
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
7039
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
7040
|
+
"category": "Libraries",
|
|
6422
7041
|
"type": "3rd-party",
|
|
6423
7042
|
"maintainers": [
|
|
6424
7043
|
{
|
|
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"
|
|
7044
|
+
"name": "Batuhan Göksu",
|
|
7045
|
+
"github": "bbg"
|
|
6443
7046
|
}
|
|
6444
7047
|
],
|
|
6445
7048
|
"compatibility": {
|
|
@@ -6493,6 +7096,68 @@
|
|
|
6493
7096
|
"requires": {}
|
|
6494
7097
|
}
|
|
6495
7098
|
},
|
|
7099
|
+
{
|
|
7100
|
+
"name": "regle",
|
|
7101
|
+
"description": "Type safe model-based form validation library for Vue.js",
|
|
7102
|
+
"repo": "victorgarciaesgi/regle#main/packages/nuxt",
|
|
7103
|
+
"npm": "@regle/nuxt",
|
|
7104
|
+
"icon": "regle.svg",
|
|
7105
|
+
"github": "https://github.com/victorgarciaesgi/regle",
|
|
7106
|
+
"website": "https://reglejs.dev/",
|
|
7107
|
+
"learn_more": "https://reglejs.dev/integrations/nuxt",
|
|
7108
|
+
"category": "Libraries",
|
|
7109
|
+
"type": "3rd-party",
|
|
7110
|
+
"maintainers": [
|
|
7111
|
+
{
|
|
7112
|
+
"name": "Victor Garcia",
|
|
7113
|
+
"github": "victorgarciaesgi",
|
|
7114
|
+
"twitter": "desnoth_dev",
|
|
7115
|
+
"bluesky": "vicflix.dev"
|
|
7116
|
+
}
|
|
7117
|
+
],
|
|
7118
|
+
"compatibility": {
|
|
7119
|
+
"nuxt": ">=3.0.0",
|
|
7120
|
+
"requires": {}
|
|
7121
|
+
}
|
|
7122
|
+
},
|
|
7123
|
+
{
|
|
7124
|
+
"name": "reka-ui",
|
|
7125
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
7126
|
+
"repo": "unovue/radix-vue",
|
|
7127
|
+
"npm": "reka-ui",
|
|
7128
|
+
"icon": "reka-ui.svg",
|
|
7129
|
+
"github": "https://github.com/unovue/radix-vue",
|
|
7130
|
+
"website": "https://www.reka-ui.com/",
|
|
7131
|
+
"learn_more": "https://reka-ui.com/docs/overview/installation#nuxt-modules",
|
|
7132
|
+
"category": "UI",
|
|
7133
|
+
"type": "3rd-party",
|
|
7134
|
+
"maintainers": [
|
|
7135
|
+
{
|
|
7136
|
+
"name": "zernonia",
|
|
7137
|
+
"github": "zernonia",
|
|
7138
|
+
"twitter": "zernonia"
|
|
7139
|
+
},
|
|
7140
|
+
{
|
|
7141
|
+
"name": "Khairul Haaziq",
|
|
7142
|
+
"github": "khairulhaaziq"
|
|
7143
|
+
},
|
|
7144
|
+
{
|
|
7145
|
+
"name": "Mujahid Anuar",
|
|
7146
|
+
"github": "mujahidfa",
|
|
7147
|
+
"twitter": "mujahid_fa"
|
|
7148
|
+
},
|
|
7149
|
+
{
|
|
7150
|
+
"name": "Max",
|
|
7151
|
+
"github": "onmax",
|
|
7152
|
+
"twitter": "_onmax",
|
|
7153
|
+
"bluesky": "onmax.bsky.social"
|
|
7154
|
+
}
|
|
7155
|
+
],
|
|
7156
|
+
"compatibility": {
|
|
7157
|
+
"nuxt": ">=3.0.0",
|
|
7158
|
+
"requires": {}
|
|
7159
|
+
}
|
|
7160
|
+
},
|
|
6496
7161
|
{
|
|
6497
7162
|
"name": "resend",
|
|
6498
7163
|
"description": "Resend integration for Nuxt",
|
|
@@ -6607,7 +7272,8 @@
|
|
|
6607
7272
|
{
|
|
6608
7273
|
"name": "Farnabaz",
|
|
6609
7274
|
"github": "farnabaz",
|
|
6610
|
-
"twitter": "a_birang"
|
|
7275
|
+
"twitter": "a_birang",
|
|
7276
|
+
"bluesky": "farnabaz.dev"
|
|
6611
7277
|
}
|
|
6612
7278
|
],
|
|
6613
7279
|
"compatibility": {
|
|
@@ -6630,7 +7296,7 @@
|
|
|
6630
7296
|
{
|
|
6631
7297
|
"name": "Sébastien Chopin",
|
|
6632
7298
|
"github": "Atinux",
|
|
6633
|
-
"twitter": "
|
|
7299
|
+
"twitter": "atinux",
|
|
6634
7300
|
"bluesky": "atinux.com"
|
|
6635
7301
|
}
|
|
6636
7302
|
],
|
|
@@ -6668,11 +7334,11 @@
|
|
|
6668
7334
|
{
|
|
6669
7335
|
"name": "scalar",
|
|
6670
7336
|
"description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
|
|
6671
|
-
"repo": "scalar/scalar#main/
|
|
7337
|
+
"repo": "scalar/scalar#main/integrations/nuxt",
|
|
6672
7338
|
"npm": "@scalar/nuxt",
|
|
6673
7339
|
"icon": "scalar.svg",
|
|
6674
|
-
"github": "https://github.com/scalar/scalar/tree/main/
|
|
6675
|
-
"website": "https://github.com/scalar/scalar/tree/main/
|
|
7340
|
+
"github": "https://github.com/scalar/scalar/tree/main/integrations/nuxt",
|
|
7341
|
+
"website": "https://github.com/scalar/scalar/tree/main/integrations/nuxt",
|
|
6676
7342
|
"learn_more": "https://scalar.com",
|
|
6677
7343
|
"category": "Devtools",
|
|
6678
7344
|
"type": "3rd-party",
|
|
@@ -6696,7 +7362,7 @@
|
|
|
6696
7362
|
"icon": "schema-org.svg",
|
|
6697
7363
|
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
6698
7364
|
"website": "https://nuxtseo.com/schema-org",
|
|
6699
|
-
"learn_more": "https://unhead.unjs.io/schema-org/
|
|
7365
|
+
"learn_more": "https://unhead.unjs.io/docs/typescript/schema-org/guides/get-started/overview",
|
|
6700
7366
|
"category": "SEO",
|
|
6701
7367
|
"type": "3rd-party",
|
|
6702
7368
|
"maintainers": [
|
|
@@ -6714,14 +7380,14 @@
|
|
|
6714
7380
|
},
|
|
6715
7381
|
{
|
|
6716
7382
|
"name": "scripts",
|
|
6717
|
-
"description": "
|
|
7383
|
+
"description": "Add 3rd-party scripts without sacrificing performance.",
|
|
6718
7384
|
"repo": "nuxt/scripts",
|
|
6719
7385
|
"npm": "@nuxt/scripts",
|
|
6720
7386
|
"icon": "nuxt.svg",
|
|
6721
7387
|
"github": "https://github.com/nuxt/scripts",
|
|
6722
7388
|
"website": "https://scripts.nuxt.com",
|
|
6723
7389
|
"learn_more": "",
|
|
6724
|
-
"category": "
|
|
7390
|
+
"category": "Performance",
|
|
6725
7391
|
"type": "official",
|
|
6726
7392
|
"maintainers": [
|
|
6727
7393
|
{
|
|
@@ -7024,7 +7690,7 @@
|
|
|
7024
7690
|
"npm": "@shuimo-design/shuimo-ui-nuxt",
|
|
7025
7691
|
"icon": "shuimo-ui.svg",
|
|
7026
7692
|
"github": "https://github.com/shuimo-design/shuimo-ui",
|
|
7027
|
-
"website": "https://
|
|
7693
|
+
"website": "https://shuimo.design",
|
|
7028
7694
|
"learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
|
|
7029
7695
|
"category": "UI",
|
|
7030
7696
|
"type": "3rd-party",
|
|
@@ -7105,7 +7771,8 @@
|
|
|
7105
7771
|
{
|
|
7106
7772
|
"name": "Nicolas PENNEC",
|
|
7107
7773
|
"github": "NicoPennec",
|
|
7108
|
-
"twitter": "NicoPennec"
|
|
7774
|
+
"twitter": "NicoPennec",
|
|
7775
|
+
"bluesky": "nicopennec.bsky.social"
|
|
7109
7776
|
}
|
|
7110
7777
|
],
|
|
7111
7778
|
"compatibility": {
|
|
@@ -7202,6 +7869,30 @@
|
|
|
7202
7869
|
"requires": {}
|
|
7203
7870
|
}
|
|
7204
7871
|
},
|
|
7872
|
+
{
|
|
7873
|
+
"name": "sonda",
|
|
7874
|
+
"description": "Bundle analyzer and visualizer",
|
|
7875
|
+
"repo": "filipsobol/sonda#release/packages/sonda",
|
|
7876
|
+
"npm": "sonda",
|
|
7877
|
+
"icon": "sonda.svg",
|
|
7878
|
+
"github": "https://github.com/filipsobol/sonda",
|
|
7879
|
+
"website": "https://sonda.dev/",
|
|
7880
|
+
"learn_more": "https://sonda.dev/",
|
|
7881
|
+
"category": "Devtools",
|
|
7882
|
+
"type": "3rd-party",
|
|
7883
|
+
"maintainers": [
|
|
7884
|
+
{
|
|
7885
|
+
"name": "Filip Sobol",
|
|
7886
|
+
"github": "filipsobol",
|
|
7887
|
+
"twitter": "filipsobol",
|
|
7888
|
+
"bluesky": "filipsobol.bsky.social"
|
|
7889
|
+
}
|
|
7890
|
+
],
|
|
7891
|
+
"compatibility": {
|
|
7892
|
+
"nuxt": "^3.0.0",
|
|
7893
|
+
"requires": {}
|
|
7894
|
+
}
|
|
7895
|
+
},
|
|
7205
7896
|
{
|
|
7206
7897
|
"name": "speedcurve",
|
|
7207
7898
|
"description": "Speedcurve LUX module for Nuxt",
|
|
@@ -7396,7 +8087,7 @@
|
|
|
7396
8087
|
{
|
|
7397
8088
|
"name": "Sébastien Chopin",
|
|
7398
8089
|
"github": "Atinux",
|
|
7399
|
-
"twitter": "
|
|
8090
|
+
"twitter": "atinux",
|
|
7400
8091
|
"bluesky": "atinux.com"
|
|
7401
8092
|
}
|
|
7402
8093
|
],
|
|
@@ -7450,7 +8141,8 @@
|
|
|
7450
8141
|
{
|
|
7451
8142
|
"name": "William DA SILVA",
|
|
7452
8143
|
"github": "WilliamDASILVA",
|
|
7453
|
-
"twitter": "willia_am"
|
|
8144
|
+
"twitter": "willia_am",
|
|
8145
|
+
"bluesky": "william.to"
|
|
7454
8146
|
}
|
|
7455
8147
|
],
|
|
7456
8148
|
"compatibility": {
|
|
@@ -7473,12 +8165,13 @@
|
|
|
7473
8165
|
{
|
|
7474
8166
|
"name": "Farnabaz",
|
|
7475
8167
|
"github": "farnabaz",
|
|
7476
|
-
"twitter": "a_birang"
|
|
8168
|
+
"twitter": "a_birang",
|
|
8169
|
+
"bluesky": "farnabaz.dev"
|
|
7477
8170
|
},
|
|
7478
8171
|
{
|
|
7479
8172
|
"name": "Sébastien Chopin",
|
|
7480
8173
|
"github": "Atinux",
|
|
7481
|
-
"twitter": "
|
|
8174
|
+
"twitter": "atinux",
|
|
7482
8175
|
"bluesky": "atinux.com"
|
|
7483
8176
|
}
|
|
7484
8177
|
],
|
|
@@ -7556,7 +8249,7 @@
|
|
|
7556
8249
|
{
|
|
7557
8250
|
"name": "Sébastien Chopin",
|
|
7558
8251
|
"github": "Atinux",
|
|
7559
|
-
"twitter": "
|
|
8252
|
+
"twitter": "atinux",
|
|
7560
8253
|
"bluesky": "atinux.com"
|
|
7561
8254
|
},
|
|
7562
8255
|
{
|
|
@@ -7632,7 +8325,8 @@
|
|
|
7632
8325
|
{
|
|
7633
8326
|
"name": "Farnabaz",
|
|
7634
8327
|
"github": "farnabaz",
|
|
7635
|
-
"twitter": "a_birang"
|
|
8328
|
+
"twitter": "a_birang",
|
|
8329
|
+
"bluesky": "farnabaz.dev"
|
|
7636
8330
|
}
|
|
7637
8331
|
],
|
|
7638
8332
|
"compatibility": {
|
|
@@ -7653,7 +8347,7 @@
|
|
|
7653
8347
|
"type": "community",
|
|
7654
8348
|
"maintainers": [
|
|
7655
8349
|
{
|
|
7656
|
-
"name": "
|
|
8350
|
+
"name": "brooke",
|
|
7657
8351
|
"github": "sam3d"
|
|
7658
8352
|
}
|
|
7659
8353
|
],
|
|
@@ -7769,7 +8463,7 @@
|
|
|
7769
8463
|
{
|
|
7770
8464
|
"name": "Sébastien Chopin",
|
|
7771
8465
|
"github": "Atinux",
|
|
7772
|
-
"twitter": "
|
|
8466
|
+
"twitter": "atinux",
|
|
7773
8467
|
"bluesky": "atinux.com"
|
|
7774
8468
|
},
|
|
7775
8469
|
{
|
|
@@ -7786,9 +8480,35 @@
|
|
|
7786
8480
|
"tailwind"
|
|
7787
8481
|
]
|
|
7788
8482
|
},
|
|
8483
|
+
{
|
|
8484
|
+
"name": "tdesign-vue-next",
|
|
8485
|
+
"description": "A Vue 3 UI components library",
|
|
8486
|
+
"repo": "tdesignOteam/tdesign-nuxt",
|
|
8487
|
+
"npm": "@tdesign-vue-next/nuxt",
|
|
8488
|
+
"icon": "tdesign.svg",
|
|
8489
|
+
"github": "https://github.com/Tencent/tdesign-vue-next",
|
|
8490
|
+
"website": "https://tdesign.tencent.com/vue-next/overview-en",
|
|
8491
|
+
"learn_more": "https://github.com/tdesignoteam/tdesign-nuxt",
|
|
8492
|
+
"category": "UI",
|
|
8493
|
+
"type": "3rd-party",
|
|
8494
|
+
"maintainers": [
|
|
8495
|
+
{
|
|
8496
|
+
"name": "wū yāng",
|
|
8497
|
+
"github": "uyarn"
|
|
8498
|
+
},
|
|
8499
|
+
{
|
|
8500
|
+
"name": "liweijie0812",
|
|
8501
|
+
"github": "liweijie0812"
|
|
8502
|
+
}
|
|
8503
|
+
],
|
|
8504
|
+
"compatibility": {
|
|
8505
|
+
"nuxt": ">=3.0.0",
|
|
8506
|
+
"requires": {}
|
|
8507
|
+
}
|
|
8508
|
+
},
|
|
7789
8509
|
{
|
|
7790
8510
|
"name": "test-utils",
|
|
7791
|
-
"description": "Test utilities for Nuxt",
|
|
8511
|
+
"description": "Test utilities for Nuxt.",
|
|
7792
8512
|
"repo": "nuxt/test-utils#main",
|
|
7793
8513
|
"npm": "@nuxt/test-utils",
|
|
7794
8514
|
"icon": "nuxt.svg",
|
|
@@ -7991,7 +8711,8 @@
|
|
|
7991
8711
|
{
|
|
7992
8712
|
"name": "Alvaro Saburido",
|
|
7993
8713
|
"github": "alvarosabu",
|
|
7994
|
-
"twitter": "alvarosabu"
|
|
8714
|
+
"twitter": "alvarosabu",
|
|
8715
|
+
"bluesky": "alvarosaburido.dev"
|
|
7995
8716
|
},
|
|
7996
8717
|
{
|
|
7997
8718
|
"name": "Jaime A Torrealba C",
|
|
@@ -8262,7 +8983,7 @@
|
|
|
8262
8983
|
},
|
|
8263
8984
|
{
|
|
8264
8985
|
"name": "ui",
|
|
8265
|
-
"description": "
|
|
8986
|
+
"description": "The Intuitive UI Library powered by Reka UI and Tailwind CSS.",
|
|
8266
8987
|
"repo": "nuxt/ui#dev",
|
|
8267
8988
|
"npm": "@nuxt/ui",
|
|
8268
8989
|
"icon": "nuxt.svg",
|
|
@@ -8281,13 +9002,8 @@
|
|
|
8281
9002
|
{
|
|
8282
9003
|
"name": "Sébastien Chopin",
|
|
8283
9004
|
"github": "Atinux",
|
|
8284
|
-
"twitter": "
|
|
9005
|
+
"twitter": "atinux",
|
|
8285
9006
|
"bluesky": "atinux.com"
|
|
8286
|
-
},
|
|
8287
|
-
{
|
|
8288
|
-
"name": "Sylvain Marroufin",
|
|
8289
|
-
"github": "smarroufin",
|
|
8290
|
-
"twitter": "smarroufin"
|
|
8291
9007
|
}
|
|
8292
9008
|
],
|
|
8293
9009
|
"compatibility": {
|
|
@@ -8375,7 +9091,7 @@
|
|
|
8375
9091
|
{
|
|
8376
9092
|
"name": "unocss",
|
|
8377
9093
|
"description": "The instant on-demand atomic CSS engine.",
|
|
8378
|
-
"repo": "unocss/unocss#main/packages/nuxt",
|
|
9094
|
+
"repo": "unocss/unocss#main/packages-integrations/nuxt",
|
|
8379
9095
|
"npm": "@unocss/nuxt",
|
|
8380
9096
|
"icon": "unocss.svg",
|
|
8381
9097
|
"github": "https://github.com/unocss/unocss",
|
|
@@ -8799,7 +9515,7 @@
|
|
|
8799
9515
|
"type": "3rd-party",
|
|
8800
9516
|
"maintainers": [
|
|
8801
9517
|
{
|
|
8802
|
-
"name": "Kevin Deng
|
|
9518
|
+
"name": "Kevin Deng",
|
|
8803
9519
|
"github": "sxzz",
|
|
8804
9520
|
"twitter": "sanxiaozhizi",
|
|
8805
9521
|
"bluesky": "sxzz.dev"
|
|
@@ -9239,7 +9955,7 @@
|
|
|
9239
9955
|
{
|
|
9240
9956
|
"name": "Sébastien Chopin",
|
|
9241
9957
|
"github": "Atinux",
|
|
9242
|
-
"twitter": "
|
|
9958
|
+
"twitter": "atinux",
|
|
9243
9959
|
"bluesky": "atinux.com"
|
|
9244
9960
|
}
|
|
9245
9961
|
],
|