@nuxt/modules 0.6.0-0a01d9 → 0.6.0-0c4556
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/README.md +1 -1
- package/modules.json +1302 -150
- package/package.json +21 -18
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": {
|
|
@@ -165,7 +167,8 @@
|
|
|
165
167
|
"maintainers": [
|
|
166
168
|
{
|
|
167
169
|
"name": "tangjinzhou",
|
|
168
|
-
"github": "tangjinzhou"
|
|
170
|
+
"github": "tangjinzhou",
|
|
171
|
+
"twitter": "tangjinzhou"
|
|
169
172
|
}
|
|
170
173
|
],
|
|
171
174
|
"compatibility": {
|
|
@@ -236,7 +239,8 @@
|
|
|
236
239
|
{
|
|
237
240
|
"name": "rrd",
|
|
238
241
|
"github": "rrd108",
|
|
239
|
-
"twitter": "radharadhya"
|
|
242
|
+
"twitter": "radharadhya",
|
|
243
|
+
"bluesky": "rrd108.bsky.social"
|
|
240
244
|
}
|
|
241
245
|
],
|
|
242
246
|
"compatibility": {
|
|
@@ -405,6 +409,29 @@
|
|
|
405
409
|
"requires": {}
|
|
406
410
|
}
|
|
407
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
|
+
},
|
|
408
435
|
{
|
|
409
436
|
"name": "auth-utils",
|
|
410
437
|
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
@@ -420,7 +447,7 @@
|
|
|
420
447
|
{
|
|
421
448
|
"name": "Sébastien Chopin",
|
|
422
449
|
"github": "atinux",
|
|
423
|
-
"twitter": "
|
|
450
|
+
"twitter": "atinux",
|
|
424
451
|
"bluesky": "atinux.com"
|
|
425
452
|
}
|
|
426
453
|
],
|
|
@@ -566,7 +593,8 @@
|
|
|
566
593
|
{
|
|
567
594
|
"name": "Takuma HANATANI",
|
|
568
595
|
"github": "potato4d",
|
|
569
|
-
"twitter": "potato4d"
|
|
596
|
+
"twitter": "potato4d",
|
|
597
|
+
"bluesky": "potato4d.bsky.social"
|
|
570
598
|
}
|
|
571
599
|
],
|
|
572
600
|
"compatibility": {
|
|
@@ -574,6 +602,28 @@
|
|
|
574
602
|
"requires": {}
|
|
575
603
|
}
|
|
576
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
|
+
},
|
|
577
627
|
{
|
|
578
628
|
"name": "bootstrap",
|
|
579
629
|
"description": "Add Bootstrap to your Nuxt app in seconds.",
|
|
@@ -828,7 +878,7 @@
|
|
|
828
878
|
"type": "3rd-party",
|
|
829
879
|
"maintainers": [
|
|
830
880
|
{
|
|
831
|
-
"name": "
|
|
881
|
+
"name": "Wind",
|
|
832
882
|
"github": "productdevbook",
|
|
833
883
|
"twitter": "productdevbook"
|
|
834
884
|
}
|
|
@@ -884,6 +934,30 @@
|
|
|
884
934
|
"requires": {}
|
|
885
935
|
}
|
|
886
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
|
+
},
|
|
887
961
|
{
|
|
888
962
|
"name": "client-init",
|
|
889
963
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -899,7 +973,8 @@
|
|
|
899
973
|
{
|
|
900
974
|
"name": "Takuma HANATANI",
|
|
901
975
|
"github": "potato4d",
|
|
902
|
-
"twitter": "potato4d"
|
|
976
|
+
"twitter": "potato4d",
|
|
977
|
+
"bluesky": "potato4d.bsky.social"
|
|
903
978
|
}
|
|
904
979
|
],
|
|
905
980
|
"compatibility": {
|
|
@@ -996,7 +1071,7 @@
|
|
|
996
1071
|
{
|
|
997
1072
|
"name": "Sébastien Chopin",
|
|
998
1073
|
"github": "Atinux",
|
|
999
|
-
"twitter": "
|
|
1074
|
+
"twitter": "atinux",
|
|
1000
1075
|
"bluesky": "atinux.com"
|
|
1001
1076
|
}
|
|
1002
1077
|
],
|
|
@@ -1007,6 +1082,29 @@
|
|
|
1007
1082
|
}
|
|
1008
1083
|
}
|
|
1009
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
|
+
},
|
|
1010
1108
|
{
|
|
1011
1109
|
"name": "component-cache",
|
|
1012
1110
|
"description": "LRU component cache for vue components",
|
|
@@ -1078,9 +1176,32 @@
|
|
|
1078
1176
|
"requires": {}
|
|
1079
1177
|
}
|
|
1080
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
|
+
},
|
|
1081
1202
|
{
|
|
1082
1203
|
"name": "content",
|
|
1083
|
-
"description": "
|
|
1204
|
+
"description": "The file-based CMS with support for Markdown, YAML, JSON.",
|
|
1084
1205
|
"repo": "nuxt/content#main",
|
|
1085
1206
|
"npm": "@nuxt/content",
|
|
1086
1207
|
"icon": "nuxt.svg",
|
|
@@ -1090,21 +1211,22 @@
|
|
|
1090
1211
|
"category": "CMS",
|
|
1091
1212
|
"type": "official",
|
|
1092
1213
|
"maintainers": [
|
|
1093
|
-
{
|
|
1094
|
-
"name": "Yaël Guilloux",
|
|
1095
|
-
"github": "Tahul",
|
|
1096
|
-
"twitter": "yaeeelglx",
|
|
1097
|
-
"bluesky": "yael.dev"
|
|
1098
|
-
},
|
|
1099
1214
|
{
|
|
1100
1215
|
"name": "Farnabaz",
|
|
1101
1216
|
"github": "farnabaz",
|
|
1102
|
-
"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"
|
|
1103
1225
|
},
|
|
1104
1226
|
{
|
|
1105
1227
|
"name": "Sébastien Chopin",
|
|
1106
1228
|
"github": "Atinux",
|
|
1107
|
-
"twitter": "
|
|
1229
|
+
"twitter": "atinux",
|
|
1108
1230
|
"bluesky": "atinux.com"
|
|
1109
1231
|
}
|
|
1110
1232
|
],
|
|
@@ -1151,7 +1273,8 @@
|
|
|
1151
1273
|
"name": "Tim Benniks",
|
|
1152
1274
|
"github": "timbenniks",
|
|
1153
1275
|
"twitter": "timbenniks",
|
|
1154
|
-
"avatar": "https://avatars.githubusercontent.com/u/121096"
|
|
1276
|
+
"avatar": "https://avatars.githubusercontent.com/u/121096",
|
|
1277
|
+
"bluesky": "timbenniks.dev"
|
|
1155
1278
|
}
|
|
1156
1279
|
],
|
|
1157
1280
|
"compatibility": {
|
|
@@ -1395,7 +1518,7 @@
|
|
|
1395
1518
|
},
|
|
1396
1519
|
{
|
|
1397
1520
|
"name": "devtools",
|
|
1398
|
-
"description": "
|
|
1521
|
+
"description": "Visual tools that help you to know your Nuxt application better.",
|
|
1399
1522
|
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1400
1523
|
"npm": "@nuxt/devtools",
|
|
1401
1524
|
"icon": "nuxt.svg",
|
|
@@ -1636,7 +1759,8 @@
|
|
|
1636
1759
|
"maintainers": [
|
|
1637
1760
|
{
|
|
1638
1761
|
"name": "Yue JIN",
|
|
1639
|
-
"github": "kingyue737"
|
|
1762
|
+
"github": "kingyue737",
|
|
1763
|
+
"twitter": "kingyue737"
|
|
1640
1764
|
}
|
|
1641
1765
|
],
|
|
1642
1766
|
"compatibility": {
|
|
@@ -1744,6 +1868,28 @@
|
|
|
1744
1868
|
"requires": {}
|
|
1745
1869
|
}
|
|
1746
1870
|
},
|
|
1871
|
+
{
|
|
1872
|
+
"name": "es-toolkit",
|
|
1873
|
+
"description": "Es-toolkit auto import module for Nuxt",
|
|
1874
|
+
"repo": "bubblesortt/nuxt-es-toolkit",
|
|
1875
|
+
"npm": "@bubblesortt/nuxt-es-toolkit",
|
|
1876
|
+
"icon": "",
|
|
1877
|
+
"github": "https://github.com/bubblesortt/nuxt-es-toolkit",
|
|
1878
|
+
"website": "https://github.com/bubblesortt/nuxt-es-toolkit",
|
|
1879
|
+
"learn_more": "",
|
|
1880
|
+
"category": "Libraries",
|
|
1881
|
+
"type": "3rd-party",
|
|
1882
|
+
"maintainers": [
|
|
1883
|
+
{
|
|
1884
|
+
"name": "Alexandr Bychkin",
|
|
1885
|
+
"github": "bubblesortt"
|
|
1886
|
+
}
|
|
1887
|
+
],
|
|
1888
|
+
"compatibility": {
|
|
1889
|
+
"nuxt": ">=3.0.0",
|
|
1890
|
+
"requires": {}
|
|
1891
|
+
}
|
|
1892
|
+
},
|
|
1747
1893
|
{
|
|
1748
1894
|
"name": "eslint-module",
|
|
1749
1895
|
"description": "ESLint module for Nuxt",
|
|
@@ -1769,7 +1915,7 @@
|
|
|
1769
1915
|
},
|
|
1770
1916
|
{
|
|
1771
1917
|
"name": "eslint",
|
|
1772
|
-
"description": "
|
|
1918
|
+
"description": "Project-aware, easy-to-use, extensible and future-proof ESLint integration.",
|
|
1773
1919
|
"repo": "nuxt/eslint",
|
|
1774
1920
|
"npm": "@nuxt/eslint",
|
|
1775
1921
|
"icon": "nuxt.svg",
|
|
@@ -1894,7 +2040,7 @@
|
|
|
1894
2040
|
"maintainers": [
|
|
1895
2041
|
{
|
|
1896
2042
|
"name": "Alexander Lichter",
|
|
1897
|
-
"github": "
|
|
2043
|
+
"github": "TheAlexLichter",
|
|
1898
2044
|
"twitter": "TheAlexLichter",
|
|
1899
2045
|
"bluesky": "thealexlichter.com"
|
|
1900
2046
|
}
|
|
@@ -2042,14 +2188,14 @@
|
|
|
2042
2188
|
},
|
|
2043
2189
|
{
|
|
2044
2190
|
"name": "fonts",
|
|
2045
|
-
"description": "
|
|
2191
|
+
"description": "Add custom web fonts with performance in mind.",
|
|
2046
2192
|
"repo": "nuxt/fonts",
|
|
2047
2193
|
"npm": "@nuxt/fonts",
|
|
2048
2194
|
"icon": "nuxt.svg",
|
|
2049
2195
|
"github": "https://github.com/nuxt/fonts",
|
|
2050
2196
|
"website": "https://fonts.nuxt.com",
|
|
2051
2197
|
"learn_more": "",
|
|
2052
|
-
"category": "
|
|
2198
|
+
"category": "Fonts",
|
|
2053
2199
|
"type": "official",
|
|
2054
2200
|
"maintainers": [
|
|
2055
2201
|
{
|
|
@@ -2174,7 +2320,7 @@
|
|
|
2174
2320
|
"maintainers": [
|
|
2175
2321
|
{
|
|
2176
2322
|
"name": "Alexander Lichter",
|
|
2177
|
-
"github": "
|
|
2323
|
+
"github": "TheAlexLichter",
|
|
2178
2324
|
"bluesky": "thealexlichter.com",
|
|
2179
2325
|
"twitter": "TheAlexLichter"
|
|
2180
2326
|
},
|
|
@@ -2214,7 +2360,8 @@
|
|
|
2214
2360
|
{
|
|
2215
2361
|
"name": "Matteo Gabriele",
|
|
2216
2362
|
"github": "MatteoGabriele",
|
|
2217
|
-
"twitter": "matteo_gabriele"
|
|
2363
|
+
"twitter": "matteo_gabriele",
|
|
2364
|
+
"bluesky": "matteogabriele.bsky.social"
|
|
2218
2365
|
}
|
|
2219
2366
|
],
|
|
2220
2367
|
"compatibility": {
|
|
@@ -2534,7 +2681,7 @@
|
|
|
2534
2681
|
"name": "Lucas Portet",
|
|
2535
2682
|
"github": "l-portet",
|
|
2536
2683
|
"avatar": "https://avatars.githubusercontent.com/u/34057690?v=4",
|
|
2537
|
-
"twitter": "
|
|
2684
|
+
"twitter": "lukecarry_"
|
|
2538
2685
|
}
|
|
2539
2686
|
],
|
|
2540
2687
|
"compatibility": {
|
|
@@ -2586,6 +2733,30 @@
|
|
|
2586
2733
|
"requires": {}
|
|
2587
2734
|
}
|
|
2588
2735
|
},
|
|
2736
|
+
{
|
|
2737
|
+
"name": "hints",
|
|
2738
|
+
"description": "Nuxt module that shows hints for aspects of your application such as Performance, Security, and more!",
|
|
2739
|
+
"repo": "nuxt/hints",
|
|
2740
|
+
"npm": "@nuxt/hints",
|
|
2741
|
+
"icon": "nuxt.svg",
|
|
2742
|
+
"github": "https://github.com/nuxt/hints",
|
|
2743
|
+
"website": "https://github.com/nuxt/hints",
|
|
2744
|
+
"learn_more": "",
|
|
2745
|
+
"category": "Devtools",
|
|
2746
|
+
"type": "official",
|
|
2747
|
+
"maintainers": [
|
|
2748
|
+
{
|
|
2749
|
+
"name": "Julien Huang",
|
|
2750
|
+
"github": "huang-julien",
|
|
2751
|
+
"twitter": "JulienHuang_dev",
|
|
2752
|
+
"bluesky": "julienhuang-dev.bsky.social"
|
|
2753
|
+
}
|
|
2754
|
+
],
|
|
2755
|
+
"compatibility": {
|
|
2756
|
+
"nuxt": ">=3.0.0",
|
|
2757
|
+
"requires": {}
|
|
2758
|
+
}
|
|
2759
|
+
},
|
|
2589
2760
|
{
|
|
2590
2761
|
"name": "history-state",
|
|
2591
2762
|
"description": "Nuxt module to backup or restore historical states",
|
|
@@ -2700,7 +2871,7 @@
|
|
|
2700
2871
|
{
|
|
2701
2872
|
"name": "Sébastien Chopin",
|
|
2702
2873
|
"github": "Atinux",
|
|
2703
|
-
"twitter": "
|
|
2874
|
+
"twitter": "atinux",
|
|
2704
2875
|
"bluesky": "atinux.com"
|
|
2705
2876
|
}
|
|
2706
2877
|
],
|
|
@@ -2724,13 +2895,14 @@
|
|
|
2724
2895
|
{
|
|
2725
2896
|
"name": "Sébastien Chopin",
|
|
2726
2897
|
"github": "Atinux",
|
|
2727
|
-
"twitter": "
|
|
2898
|
+
"twitter": "atinux",
|
|
2728
2899
|
"bluesky": "atinux.com"
|
|
2729
2900
|
},
|
|
2730
2901
|
{
|
|
2731
2902
|
"name": "Farnabaz",
|
|
2732
2903
|
"github": "farnabaz",
|
|
2733
|
-
"twitter": "a_birang"
|
|
2904
|
+
"twitter": "a_birang",
|
|
2905
|
+
"bluesky": "farnabaz.dev"
|
|
2734
2906
|
},
|
|
2735
2907
|
{
|
|
2736
2908
|
"name": "Sylvain Marroufin",
|
|
@@ -2868,7 +3040,7 @@
|
|
|
2868
3040
|
{
|
|
2869
3041
|
"name": "Sébastien Chopin",
|
|
2870
3042
|
"github": "Atinux",
|
|
2871
|
-
"twitter": "
|
|
3043
|
+
"twitter": "atinux",
|
|
2872
3044
|
"bluesky": "atinux.com"
|
|
2873
3045
|
},
|
|
2874
3046
|
{
|
|
@@ -2930,7 +3102,7 @@
|
|
|
2930
3102
|
},
|
|
2931
3103
|
{
|
|
2932
3104
|
"name": "image",
|
|
2933
|
-
"description": "
|
|
3105
|
+
"description": "Add images with progressive processing, lazy-loading, resizing and providers support.",
|
|
2934
3106
|
"repo": "nuxt/image",
|
|
2935
3107
|
"npm": "@nuxt/image",
|
|
2936
3108
|
"icon": "nuxt.svg",
|
|
@@ -2943,7 +3115,8 @@
|
|
|
2943
3115
|
{
|
|
2944
3116
|
"name": "Farnabaz",
|
|
2945
3117
|
"github": "farnabaz",
|
|
2946
|
-
"twitter": "a_birang"
|
|
3118
|
+
"twitter": "a_birang",
|
|
3119
|
+
"bluesky": "farnabaz.dev"
|
|
2947
3120
|
},
|
|
2948
3121
|
{
|
|
2949
3122
|
"name": "Daniel Roe",
|
|
@@ -2960,7 +3133,7 @@
|
|
|
2960
3133
|
{
|
|
2961
3134
|
"name": "Sébastien Chopin",
|
|
2962
3135
|
"github": "Atinux",
|
|
2963
|
-
"twitter": "
|
|
3136
|
+
"twitter": "atinux",
|
|
2964
3137
|
"bluesky": "atinux.com"
|
|
2965
3138
|
}
|
|
2966
3139
|
],
|
|
@@ -2997,8 +3170,8 @@
|
|
|
2997
3170
|
{
|
|
2998
3171
|
"name": "inkline",
|
|
2999
3172
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
3000
|
-
"repo": "inkline/inkline
|
|
3001
|
-
"npm": "
|
|
3173
|
+
"repo": "inkline/inkline",
|
|
3174
|
+
"npm": "inkline",
|
|
3002
3175
|
"icon": "inkline.svg",
|
|
3003
3176
|
"github": "https://github.com/inkline/inkline",
|
|
3004
3177
|
"website": "https://inkline.io",
|
|
@@ -3065,6 +3238,29 @@
|
|
|
3065
3238
|
"requires": {}
|
|
3066
3239
|
}
|
|
3067
3240
|
},
|
|
3241
|
+
{
|
|
3242
|
+
"name": "izi-toast",
|
|
3243
|
+
"description": "Elegant, responsive, and lightweight toast notification module for Nuxt 3 using iziToast. Supports auto-imported composables and full customization.",
|
|
3244
|
+
"repo": "stephenjason89/nuxt-toast",
|
|
3245
|
+
"npm": "nuxt-toast",
|
|
3246
|
+
"icon": "toast.png",
|
|
3247
|
+
"github": "https://github.com/stephenjason89/nuxt-toast",
|
|
3248
|
+
"website": "https://github.com/stephenjason89/nuxt-toast",
|
|
3249
|
+
"learn_more": "https://marcelodolza.github.io/iziToast/",
|
|
3250
|
+
"category": "Libraries",
|
|
3251
|
+
"type": "3rd-party",
|
|
3252
|
+
"maintainers": [
|
|
3253
|
+
{
|
|
3254
|
+
"name": "Stephen Jason Wang",
|
|
3255
|
+
"github": "stephenjason89",
|
|
3256
|
+
"twitter": "stephenjason89"
|
|
3257
|
+
}
|
|
3258
|
+
],
|
|
3259
|
+
"compatibility": {
|
|
3260
|
+
"nuxt": "^3.0.0",
|
|
3261
|
+
"requires": {}
|
|
3262
|
+
}
|
|
3263
|
+
},
|
|
3068
3264
|
{
|
|
3069
3265
|
"name": "jsonapi",
|
|
3070
3266
|
"description": "Easy JSON:API client integration for Nuxt",
|
|
@@ -3165,7 +3361,7 @@
|
|
|
3165
3361
|
"name": "kql",
|
|
3166
3362
|
"description": "Nuxt module for Kirby's Query Language API",
|
|
3167
3363
|
"repo": "johannschopplich/nuxt-kql",
|
|
3168
|
-
"npm": "nuxt-
|
|
3364
|
+
"npm": "nuxt-kirby",
|
|
3169
3365
|
"icon": "kql.svg",
|
|
3170
3366
|
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
3171
3367
|
"website": "https://nuxt-kql.byjohann.dev/",
|
|
@@ -3267,7 +3463,32 @@
|
|
|
3267
3463
|
{
|
|
3268
3464
|
"name": "Gugustinette",
|
|
3269
3465
|
"github": "Gugustinette",
|
|
3270
|
-
"twitter": "gugustinette"
|
|
3466
|
+
"twitter": "gugustinette",
|
|
3467
|
+
"bluesky": "gugustinette.com"
|
|
3468
|
+
}
|
|
3469
|
+
],
|
|
3470
|
+
"compatibility": {
|
|
3471
|
+
"nuxt": ">=3.0.0",
|
|
3472
|
+
"requires": {}
|
|
3473
|
+
}
|
|
3474
|
+
},
|
|
3475
|
+
{
|
|
3476
|
+
"name": "lettermint",
|
|
3477
|
+
"description": "Nuxt module for sending emails with Lettermint",
|
|
3478
|
+
"repo": "lettermint/nuxt-lettermint",
|
|
3479
|
+
"npm": "nuxt-lettermint",
|
|
3480
|
+
"icon": "lettermint.svg",
|
|
3481
|
+
"github": "https://github.com/lettermint/nuxt-lettermint",
|
|
3482
|
+
"website": "https://github.com/lettermint/nuxt-lettermint",
|
|
3483
|
+
"learn_more": "https://lettermint.co",
|
|
3484
|
+
"category": "Extensions",
|
|
3485
|
+
"type": "3rd-party",
|
|
3486
|
+
"maintainers": [
|
|
3487
|
+
{
|
|
3488
|
+
"name": "lettermint",
|
|
3489
|
+
"github": "lettermint",
|
|
3490
|
+
"twitter": "lettermintco",
|
|
3491
|
+
"bluesky": "lettermint.co"
|
|
3271
3492
|
}
|
|
3272
3493
|
],
|
|
3273
3494
|
"compatibility": {
|
|
@@ -3300,6 +3521,36 @@
|
|
|
3300
3521
|
"devtools": "^0.0.0"
|
|
3301
3522
|
}
|
|
3302
3523
|
},
|
|
3524
|
+
{
|
|
3525
|
+
"name": "llms",
|
|
3526
|
+
"description": "Generate llms.txt documentation for your Nuxt application",
|
|
3527
|
+
"repo": "nuxtlabs/nuxt-llms",
|
|
3528
|
+
"npm": "nuxt-llms",
|
|
3529
|
+
"icon": "llms.png",
|
|
3530
|
+
"github": "https://github.com/nuxtlabs/nuxt-llms",
|
|
3531
|
+
"website": "https://github.com/nuxtlabs/nuxt-llms",
|
|
3532
|
+
"learn_more": "",
|
|
3533
|
+
"category": "SEO",
|
|
3534
|
+
"type": "3rd-party",
|
|
3535
|
+
"maintainers": [
|
|
3536
|
+
{
|
|
3537
|
+
"name": "Farnabaz",
|
|
3538
|
+
"github": "farnabaz",
|
|
3539
|
+
"twitter": "a_birang",
|
|
3540
|
+
"bluesky": "farnabaz.dev"
|
|
3541
|
+
},
|
|
3542
|
+
{
|
|
3543
|
+
"name": "Sébastien Chopin",
|
|
3544
|
+
"github": "Atinux",
|
|
3545
|
+
"twitter": "atinux",
|
|
3546
|
+
"bluesky": "atinux.com"
|
|
3547
|
+
}
|
|
3548
|
+
],
|
|
3549
|
+
"compatibility": {
|
|
3550
|
+
"nuxt": "^3.0.0",
|
|
3551
|
+
"requires": {}
|
|
3552
|
+
}
|
|
3553
|
+
},
|
|
3303
3554
|
{
|
|
3304
3555
|
"name": "localforage",
|
|
3305
3556
|
"description": "LocalForage is a fast and simple storage library for JavaScript",
|
|
@@ -3445,6 +3696,30 @@
|
|
|
3445
3696
|
},
|
|
3446
3697
|
"sponsor": true
|
|
3447
3698
|
},
|
|
3699
|
+
{
|
|
3700
|
+
"name": "lottie",
|
|
3701
|
+
"description": "Easily integrate Lottie animations into your Nuxt App.",
|
|
3702
|
+
"repo": "volkanakkus/nuxt-lottie",
|
|
3703
|
+
"npm": "nuxt-lottie",
|
|
3704
|
+
"icon": "lottie.png",
|
|
3705
|
+
"github": "https://github.com/volkanakkus/nuxt-lottie",
|
|
3706
|
+
"website": "https://github.com/volkanakkus/nuxt-lottie",
|
|
3707
|
+
"learn_more": "https://github.com/volkanakkus/nuxt-lottie/blob/main/README.md",
|
|
3708
|
+
"category": "UI",
|
|
3709
|
+
"type": "3rd-party",
|
|
3710
|
+
"maintainers": [
|
|
3711
|
+
{
|
|
3712
|
+
"name": "Volkan Akkuş",
|
|
3713
|
+
"github": "volkanakkus",
|
|
3714
|
+
"avatar": "https://avatars.githubusercontent.com/volkanakkus",
|
|
3715
|
+
"twitter": "volkanakks"
|
|
3716
|
+
}
|
|
3717
|
+
],
|
|
3718
|
+
"compatibility": {
|
|
3719
|
+
"nuxt": ">=3.0.0",
|
|
3720
|
+
"requires": {}
|
|
3721
|
+
}
|
|
3722
|
+
},
|
|
3448
3723
|
{
|
|
3449
3724
|
"name": "lucide-icons",
|
|
3450
3725
|
"description": "Nuxt module to integrate Lucide icons",
|
|
@@ -3517,6 +3792,30 @@
|
|
|
3517
3792
|
"requires": {}
|
|
3518
3793
|
}
|
|
3519
3794
|
},
|
|
3795
|
+
{
|
|
3796
|
+
"name": "mailchannels",
|
|
3797
|
+
"description": "Simple MailChannels Email API integration for Nuxt",
|
|
3798
|
+
"repo": "yizack/nuxt-mailchannels",
|
|
3799
|
+
"npm": "nuxt-mailchannels",
|
|
3800
|
+
"icon": "mailchannels.svg",
|
|
3801
|
+
"github": "https://github.com/Yizack/nuxt-mailchannels",
|
|
3802
|
+
"website": "https://github.com/Yizack/nuxt-mailchannels",
|
|
3803
|
+
"learn_more": "https://www.mailchannels.com/email-api/",
|
|
3804
|
+
"category": "Extensions",
|
|
3805
|
+
"type": "3rd-party",
|
|
3806
|
+
"maintainers": [
|
|
3807
|
+
{
|
|
3808
|
+
"name": "Yizack Rangel",
|
|
3809
|
+
"github": "yizack",
|
|
3810
|
+
"twitter": "YizackR",
|
|
3811
|
+
"bluesky": "yizack.com"
|
|
3812
|
+
}
|
|
3813
|
+
],
|
|
3814
|
+
"compatibility": {
|
|
3815
|
+
"nuxt": ">=3.0.0",
|
|
3816
|
+
"requires": {}
|
|
3817
|
+
}
|
|
3818
|
+
},
|
|
3520
3819
|
{
|
|
3521
3820
|
"name": "mailpit",
|
|
3522
3821
|
"description": "Integrates Mailpit web UI in Nuxt devtools",
|
|
@@ -3612,11 +3911,11 @@
|
|
|
3612
3911
|
},
|
|
3613
3912
|
{
|
|
3614
3913
|
"name": "maz-ui",
|
|
3615
|
-
"description": "
|
|
3616
|
-
"repo": "louismazel/maz-ui#master/packages/
|
|
3617
|
-
"npm": "maz-ui",
|
|
3914
|
+
"description": "A modern Vue.js UI library with auto-import components, plugins, and composables designed for seamless Nuxt integration and enhanced developer experience.",
|
|
3915
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt",
|
|
3916
|
+
"npm": "@maz-ui/nuxt",
|
|
3618
3917
|
"icon": "maz-ui.png",
|
|
3619
|
-
"github": "https://github.com/
|
|
3918
|
+
"github": "https://github.com/LouisMazel/maz-ui/tree/master/packages/nuxt",
|
|
3620
3919
|
"website": "https://maz-ui.com/",
|
|
3621
3920
|
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3622
3921
|
"category": "UI",
|
|
@@ -3648,7 +3947,8 @@
|
|
|
3648
3947
|
{
|
|
3649
3948
|
"name": "Farnabaz",
|
|
3650
3949
|
"github": "farnabaz",
|
|
3651
|
-
"twitter": "a_birang"
|
|
3950
|
+
"twitter": "a_birang",
|
|
3951
|
+
"bluesky": "farnabaz.dev"
|
|
3652
3952
|
}
|
|
3653
3953
|
],
|
|
3654
3954
|
"compatibility": {
|
|
@@ -3683,7 +3983,7 @@
|
|
|
3683
3983
|
"name": "medusa",
|
|
3684
3984
|
"description": "Easily connect to Medusa from your Nuxt application",
|
|
3685
3985
|
"repo": "Baroshem/nuxt-medusa",
|
|
3686
|
-
"npm": "
|
|
3986
|
+
"npm": "@nuxtjs/medusa",
|
|
3687
3987
|
"icon": "medusa.svg",
|
|
3688
3988
|
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
3689
3989
|
"website": "https://nuxt-medusa.vercel.app/",
|
|
@@ -3912,7 +4212,7 @@
|
|
|
3912
4212
|
"maintainers": [
|
|
3913
4213
|
{
|
|
3914
4214
|
"name": "Alexander Lichter",
|
|
3915
|
-
"github": "
|
|
4215
|
+
"github": "TheAlexLichter",
|
|
3916
4216
|
"twitter": "TheAlexLichter",
|
|
3917
4217
|
"bluesky": "thealexlichter.com"
|
|
3918
4218
|
}
|
|
@@ -3976,7 +4276,7 @@
|
|
|
3976
4276
|
"icon": "nodemailer.png",
|
|
3977
4277
|
"github": "https://github.com/kleinpetr/nuxt-nodemailer",
|
|
3978
4278
|
"website": "https://github.com/kleinpetr/nuxt-nodemailer",
|
|
3979
|
-
"learn_more": "https://
|
|
4279
|
+
"learn_more": "https://nodemailer.com/",
|
|
3980
4280
|
"category": "Extensions",
|
|
3981
4281
|
"type": "3rd-party",
|
|
3982
4282
|
"maintainers": [
|
|
@@ -4034,6 +4334,30 @@
|
|
|
4034
4334
|
"requires": {}
|
|
4035
4335
|
}
|
|
4036
4336
|
},
|
|
4337
|
+
{
|
|
4338
|
+
"name": "nuxt-aidbase",
|
|
4339
|
+
"description": "Easily integrate Aidbase into your Nuxt app.",
|
|
4340
|
+
"repo": "Mokkapps/nuxt-aidbase",
|
|
4341
|
+
"npm": "nuxt-aidbase",
|
|
4342
|
+
"icon": "nuxt-aidbase.png",
|
|
4343
|
+
"github": "https://github.com/Mokkapps/nuxt-aidbase",
|
|
4344
|
+
"website": "https://github.com/Mokkapps/nuxt-aidbase",
|
|
4345
|
+
"learn_more": "https://github.com/Mokkapps/nuxt-aidbase",
|
|
4346
|
+
"category": "Libraries",
|
|
4347
|
+
"type": "3rd-party",
|
|
4348
|
+
"maintainers": [
|
|
4349
|
+
{
|
|
4350
|
+
"name": "Michael Hoffmann",
|
|
4351
|
+
"github": "Mokkapps",
|
|
4352
|
+
"twitter": "mokkapps",
|
|
4353
|
+
"avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
|
|
4354
|
+
}
|
|
4355
|
+
],
|
|
4356
|
+
"compatibility": {
|
|
4357
|
+
"nuxt": ">=3.0.0",
|
|
4358
|
+
"requires": {}
|
|
4359
|
+
}
|
|
4360
|
+
},
|
|
4037
4361
|
{
|
|
4038
4362
|
"name": "nuxt-anchorscroll",
|
|
4039
4363
|
"description": "Scroll to top and to anchor support for Nuxt",
|
|
@@ -4056,6 +4380,29 @@
|
|
|
4056
4380
|
"requires": {}
|
|
4057
4381
|
}
|
|
4058
4382
|
},
|
|
4383
|
+
{
|
|
4384
|
+
"name": "nuxt-anime",
|
|
4385
|
+
"description": "Nuxt module for Anime.js",
|
|
4386
|
+
"repo": "Enternikot/NuxtAnime",
|
|
4387
|
+
"npm": "nuxt-anime",
|
|
4388
|
+
"icon": "nuxt-anime.png",
|
|
4389
|
+
"github": "https://github.com/Enternikot/NuxtAnime",
|
|
4390
|
+
"website": "https://nuxtanime.vercel.app/",
|
|
4391
|
+
"learn_more": "https://animejs.com/",
|
|
4392
|
+
"category": "Libraries",
|
|
4393
|
+
"type": "3rd-party",
|
|
4394
|
+
"maintainers": [
|
|
4395
|
+
{
|
|
4396
|
+
"name": "Sebastian Gebhardt",
|
|
4397
|
+
"github": "Enternikot",
|
|
4398
|
+
"avatar": "https://avatars.githubusercontent.com/u/47455848?v=4"
|
|
4399
|
+
}
|
|
4400
|
+
],
|
|
4401
|
+
"compatibility": {
|
|
4402
|
+
"nuxt": ">=3.0.0",
|
|
4403
|
+
"requires": {}
|
|
4404
|
+
}
|
|
4405
|
+
},
|
|
4059
4406
|
{
|
|
4060
4407
|
"name": "nuxt-asciidoc",
|
|
4061
4408
|
"description": "Transformer for using asciidoc in nuxt",
|
|
@@ -4086,8 +4433,8 @@
|
|
|
4086
4433
|
"npm": "nuxt-auth-sanctum",
|
|
4087
4434
|
"icon": "laravel.svg",
|
|
4088
4435
|
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
4089
|
-
"website": "https://manchenkoff.
|
|
4090
|
-
"learn_more": "https://laravel.com/docs/
|
|
4436
|
+
"website": "https://sanctum.manchenkoff.me",
|
|
4437
|
+
"learn_more": "https://laravel.com/docs/12.x/sanctum",
|
|
4091
4438
|
"category": "Security",
|
|
4092
4439
|
"type": "3rd-party",
|
|
4093
4440
|
"maintainers": [
|
|
@@ -4198,6 +4545,30 @@
|
|
|
4198
4545
|
"requires": {}
|
|
4199
4546
|
}
|
|
4200
4547
|
},
|
|
4548
|
+
{
|
|
4549
|
+
"name": "nuxt-charts",
|
|
4550
|
+
"description": "Nuxt module for vue-chrts",
|
|
4551
|
+
"repo": "dennisadriaans/vue-chrts#main/packages/nuxt",
|
|
4552
|
+
"npm": "nuxt-charts",
|
|
4553
|
+
"icon": "nuxt-charts.svg",
|
|
4554
|
+
"github": "https://github.com/dennisadriaans/vue-chrts",
|
|
4555
|
+
"website": "https://nuxtcharts.com/",
|
|
4556
|
+
"learn_more": "https://nuxtcharts.com/docs",
|
|
4557
|
+
"category": "UI",
|
|
4558
|
+
"type": "3rd-party",
|
|
4559
|
+
"maintainers": [
|
|
4560
|
+
{
|
|
4561
|
+
"name": "Dennis Adriaansen",
|
|
4562
|
+
"github": "dennisadriaans",
|
|
4563
|
+
"avatar": "https://avatars.githubusercontent.com/dennisadriaans",
|
|
4564
|
+
"twitter": "DennisAdriaans"
|
|
4565
|
+
}
|
|
4566
|
+
],
|
|
4567
|
+
"compatibility": {
|
|
4568
|
+
"nuxt": ">=3.0.0",
|
|
4569
|
+
"requires": {}
|
|
4570
|
+
}
|
|
4571
|
+
},
|
|
4201
4572
|
{
|
|
4202
4573
|
"name": "nuxt-chatgpt",
|
|
4203
4574
|
"description": "ChatGPT integration for Nuxt",
|
|
@@ -4243,6 +4614,51 @@
|
|
|
4243
4614
|
"requires": {}
|
|
4244
4615
|
}
|
|
4245
4616
|
},
|
|
4617
|
+
{
|
|
4618
|
+
"name": "nuxt-color-picker",
|
|
4619
|
+
"description": "A module that adds a convenient, customizable ColorPicker component to select colors in your application.",
|
|
4620
|
+
"repo": "lorexiq/nuxt-color-picker",
|
|
4621
|
+
"npm": "nuxt-color-picker",
|
|
4622
|
+
"icon": "nuxt-color-picker.png",
|
|
4623
|
+
"github": "https://github.com/LorexIQ/nuxt-color-picker",
|
|
4624
|
+
"website": "https://nuxt-color-picker.nuxt.dev/",
|
|
4625
|
+
"learn_more": "",
|
|
4626
|
+
"category": "UI",
|
|
4627
|
+
"type": "3rd-party",
|
|
4628
|
+
"maintainers": [
|
|
4629
|
+
{
|
|
4630
|
+
"name": "Dmitry Murashko",
|
|
4631
|
+
"github": "LorexIQ",
|
|
4632
|
+
"avatar": "https://avatars.githubusercontent.com/lorexiq?v=4"
|
|
4633
|
+
}
|
|
4634
|
+
],
|
|
4635
|
+
"compatibility": {
|
|
4636
|
+
"nuxt": "^3.0.0",
|
|
4637
|
+
"requires": {}
|
|
4638
|
+
}
|
|
4639
|
+
},
|
|
4640
|
+
{
|
|
4641
|
+
"name": "nuxt-componentsbook-module",
|
|
4642
|
+
"description": "Storybook-like experience for Nuxt components",
|
|
4643
|
+
"repo": "s00d/nuxt-componentsbook-module",
|
|
4644
|
+
"npm": "nuxt-componentsbook-module",
|
|
4645
|
+
"icon": "nuxt-componentsbook-module.png",
|
|
4646
|
+
"github": "https://github.com/s00d/nuxt-componentsbook-module",
|
|
4647
|
+
"website": "https://github.com/s00d/nuxt-componentsbook-module",
|
|
4648
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-componentsbook-module",
|
|
4649
|
+
"category": "Extensions",
|
|
4650
|
+
"type": "3rd-party",
|
|
4651
|
+
"maintainers": [
|
|
4652
|
+
{
|
|
4653
|
+
"name": "Pavel Kuzmin",
|
|
4654
|
+
"github": "s00d"
|
|
4655
|
+
}
|
|
4656
|
+
],
|
|
4657
|
+
"compatibility": {
|
|
4658
|
+
"nuxt": ">=3.0.0",
|
|
4659
|
+
"requires": {}
|
|
4660
|
+
}
|
|
4661
|
+
},
|
|
4246
4662
|
{
|
|
4247
4663
|
"name": "nuxt-cookie-consent",
|
|
4248
4664
|
"description": "Nuxt module for integrating with cookie consent providers with ease",
|
|
@@ -4278,9 +4694,33 @@
|
|
|
4278
4694
|
"type": "3rd-party",
|
|
4279
4695
|
"maintainers": [
|
|
4280
4696
|
{
|
|
4281
|
-
"name": "
|
|
4697
|
+
"name": "Serdar Yerdelen",
|
|
4282
4698
|
"github": "JustSerdar",
|
|
4283
|
-
"twitter": "
|
|
4699
|
+
"twitter": "justserdardev"
|
|
4700
|
+
}
|
|
4701
|
+
],
|
|
4702
|
+
"compatibility": {
|
|
4703
|
+
"nuxt": ">=3.0.0",
|
|
4704
|
+
"requires": {}
|
|
4705
|
+
}
|
|
4706
|
+
},
|
|
4707
|
+
{
|
|
4708
|
+
"name": "nuxt-email-renderer",
|
|
4709
|
+
"description": "A Nuxt module that provides high-quality, unstyled components & utils for creating emails using Vue and TypeScript.",
|
|
4710
|
+
"repo": "Mokkapps/nuxt-email-renderer",
|
|
4711
|
+
"npm": "nuxt-email-renderer",
|
|
4712
|
+
"icon": "",
|
|
4713
|
+
"github": "https://github.com/Mokkapps/nuxt-email-renderer",
|
|
4714
|
+
"website": "https://nuxtemail.com",
|
|
4715
|
+
"learn_more": "https://nuxtemail.com",
|
|
4716
|
+
"category": "Devtools",
|
|
4717
|
+
"type": "3rd-party",
|
|
4718
|
+
"maintainers": [
|
|
4719
|
+
{
|
|
4720
|
+
"name": "Michael Hoffmann",
|
|
4721
|
+
"github": "Mokkapps",
|
|
4722
|
+
"twitter": "mokkapps",
|
|
4723
|
+
"avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
|
|
4284
4724
|
}
|
|
4285
4725
|
],
|
|
4286
4726
|
"compatibility": {
|
|
@@ -4427,6 +4867,94 @@
|
|
|
4427
4867
|
"requires": {}
|
|
4428
4868
|
}
|
|
4429
4869
|
},
|
|
4870
|
+
{
|
|
4871
|
+
"name": "nuxt-glaze",
|
|
4872
|
+
"description": "Glaze.dev module for Nuxt",
|
|
4873
|
+
"repo": "holux-design/nuxt-glaze",
|
|
4874
|
+
"npm": "nuxt-glaze",
|
|
4875
|
+
"icon": "nuxt-glaze.png",
|
|
4876
|
+
"github": "https://github.com/holux-design/nuxt-glaze",
|
|
4877
|
+
"website": "https://glaze.dev",
|
|
4878
|
+
"learn_more": "",
|
|
4879
|
+
"category": "Libraries",
|
|
4880
|
+
"type": "3rd-party",
|
|
4881
|
+
"maintainers": [
|
|
4882
|
+
{
|
|
4883
|
+
"name": "Lukas Hofstätter",
|
|
4884
|
+
"github": "holux-design"
|
|
4885
|
+
}
|
|
4886
|
+
],
|
|
4887
|
+
"compatibility": {
|
|
4888
|
+
"nuxt": ">=3.0.0",
|
|
4889
|
+
"requires": {}
|
|
4890
|
+
}
|
|
4891
|
+
},
|
|
4892
|
+
{
|
|
4893
|
+
"name": "nuxt-google-auth",
|
|
4894
|
+
"description": "Google Identity Services integration for Nuxt 3 & 4 with a simple composable and button component.",
|
|
4895
|
+
"repo": "go-fireball/nuxt-google-auth",
|
|
4896
|
+
"npm": "nuxt-google-auth",
|
|
4897
|
+
"icon": "",
|
|
4898
|
+
"github": "https://github.com/go-fireball/nuxt-google-auth",
|
|
4899
|
+
"website": "https://github.com/go-fireball/nuxt-google-auth",
|
|
4900
|
+
"learn_more": "",
|
|
4901
|
+
"category": "Security",
|
|
4902
|
+
"type": "3rd-party",
|
|
4903
|
+
"maintainers": [
|
|
4904
|
+
{
|
|
4905
|
+
"name": "go-fireball",
|
|
4906
|
+
"github": "go-fireball"
|
|
4907
|
+
}
|
|
4908
|
+
],
|
|
4909
|
+
"compatibility": {
|
|
4910
|
+
"nuxt": "^3.0.0",
|
|
4911
|
+
"requires": {}
|
|
4912
|
+
}
|
|
4913
|
+
},
|
|
4914
|
+
{
|
|
4915
|
+
"name": "nuxt-gpt",
|
|
4916
|
+
"description": "Plug and Play ChatGPT for Nuxt.",
|
|
4917
|
+
"repo": "holux-design/nuxt-GPT",
|
|
4918
|
+
"npm": "nuxt-gpt",
|
|
4919
|
+
"icon": "nuxt-gpt.svg",
|
|
4920
|
+
"github": "https://github.com/holux-design/nuxt-GPT",
|
|
4921
|
+
"website": "https://nuxt-gpt-module.vercel.app/",
|
|
4922
|
+
"learn_more": "https://nuxt-gpt-module.vercel.app/usage/examples",
|
|
4923
|
+
"category": "Libraries",
|
|
4924
|
+
"type": "3rd-party",
|
|
4925
|
+
"maintainers": [
|
|
4926
|
+
{
|
|
4927
|
+
"name": "Lukas Hofstätter",
|
|
4928
|
+
"github": "holux-design"
|
|
4929
|
+
}
|
|
4930
|
+
],
|
|
4931
|
+
"compatibility": {
|
|
4932
|
+
"nuxt": ">=3.0.0",
|
|
4933
|
+
"requires": {}
|
|
4934
|
+
}
|
|
4935
|
+
},
|
|
4936
|
+
{
|
|
4937
|
+
"name": "nuxt-gql-pulse",
|
|
4938
|
+
"description": "A Nuxt 3 module for making GraphQL requests with ease, leveraging the power of Nuxt's composables and VueUse.",
|
|
4939
|
+
"repo": "Abbasmoe/nuxt-gql-pulse",
|
|
4940
|
+
"npm": "nuxt-gql-pulse",
|
|
4941
|
+
"icon": "nuxt-gql-pulse.png",
|
|
4942
|
+
"github": "https://github.com/Abbasmoe/nuxt-gql-pulse",
|
|
4943
|
+
"website": "https://github.com/Abbasmoe/nuxt-gql-pulse",
|
|
4944
|
+
"learn_more": "",
|
|
4945
|
+
"category": "Request",
|
|
4946
|
+
"type": "3rd-party",
|
|
4947
|
+
"maintainers": [
|
|
4948
|
+
{
|
|
4949
|
+
"name": "Abbas Mohamed",
|
|
4950
|
+
"github": "Abbasmoe"
|
|
4951
|
+
}
|
|
4952
|
+
],
|
|
4953
|
+
"compatibility": {
|
|
4954
|
+
"nuxt": ">=3.0.0",
|
|
4955
|
+
"requires": {}
|
|
4956
|
+
}
|
|
4957
|
+
},
|
|
4430
4958
|
{
|
|
4431
4959
|
"name": "nuxt-graphql-middleware",
|
|
4432
4960
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -4625,8 +5153,8 @@
|
|
|
4625
5153
|
"npm": "nuxt-laravel-echo",
|
|
4626
5154
|
"icon": "laravel.svg",
|
|
4627
5155
|
"github": "https://github.com/manchenkoff/nuxt-laravel-echo",
|
|
4628
|
-
"website": "https://manchenkoff.
|
|
4629
|
-
"learn_more": "https://laravel.com/docs/
|
|
5156
|
+
"website": "https://echo.manchenkoff.me",
|
|
5157
|
+
"learn_more": "https://laravel.com/docs/12.x/broadcasting",
|
|
4630
5158
|
"category": "Libraries",
|
|
4631
5159
|
"type": "3rd-party",
|
|
4632
5160
|
"maintainers": [
|
|
@@ -4642,6 +5170,54 @@
|
|
|
4642
5170
|
"requires": {}
|
|
4643
5171
|
}
|
|
4644
5172
|
},
|
|
5173
|
+
{
|
|
5174
|
+
"name": "nuxt-legacy",
|
|
5175
|
+
"description": "A Nuxt module for supporting legacy browsers.",
|
|
5176
|
+
"repo": "teages/nuxt-legacy",
|
|
5177
|
+
"npm": "@teages/nuxt-legacy",
|
|
5178
|
+
"icon": "nuxt-legacy.svg",
|
|
5179
|
+
"github": "https://github.com/teages/nuxt-legacy",
|
|
5180
|
+
"website": "https://github.com/teages/nuxt-legacy",
|
|
5181
|
+
"learn_more": "https://www.npmjs.com/package/@vitejs/plugin-legacy",
|
|
5182
|
+
"category": "Performance",
|
|
5183
|
+
"type": "3rd-party",
|
|
5184
|
+
"maintainers": [
|
|
5185
|
+
{
|
|
5186
|
+
"name": "Teages",
|
|
5187
|
+
"github": "teages",
|
|
5188
|
+
"twitter": "Teages_L",
|
|
5189
|
+
"bluesky": "teages.xyz"
|
|
5190
|
+
}
|
|
5191
|
+
],
|
|
5192
|
+
"compatibility": {
|
|
5193
|
+
"nuxt": ">=3.15.0",
|
|
5194
|
+
"requires": {}
|
|
5195
|
+
}
|
|
5196
|
+
},
|
|
5197
|
+
{
|
|
5198
|
+
"name": "nuxt-listmonk",
|
|
5199
|
+
"description": "Nuxt module for Listmonk",
|
|
5200
|
+
"repo": "roncallyt/nuxt-listmonk",
|
|
5201
|
+
"npm": "nuxt-listmonk",
|
|
5202
|
+
"icon": "listmonk.svg",
|
|
5203
|
+
"github": "https://github.com/roncallyt/nuxt-listmonk",
|
|
5204
|
+
"website": "https://github.com/roncallyt/nuxt-listmonk",
|
|
5205
|
+
"learn_more": "https://listmonk.app/docs/",
|
|
5206
|
+
"category": "Extensions",
|
|
5207
|
+
"type": "3rd-party",
|
|
5208
|
+
"maintainers": [
|
|
5209
|
+
{
|
|
5210
|
+
"name": "Thomerson Roncally",
|
|
5211
|
+
"github": "roncallyt",
|
|
5212
|
+
"avatar": "https://avatars.githubusercontent.com/roncallyt",
|
|
5213
|
+
"twitter": "t7ndotdev"
|
|
5214
|
+
}
|
|
5215
|
+
],
|
|
5216
|
+
"compatibility": {
|
|
5217
|
+
"nuxt": ">=3.12.0",
|
|
5218
|
+
"requires": {}
|
|
5219
|
+
}
|
|
5220
|
+
},
|
|
4645
5221
|
{
|
|
4646
5222
|
"name": "nuxt-localtunnel",
|
|
4647
5223
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -4748,11 +5324,12 @@
|
|
|
4748
5324
|
{
|
|
4749
5325
|
"name": "Gugustinette",
|
|
4750
5326
|
"github": "Gugustinette",
|
|
4751
|
-
"twitter": "gugustinette"
|
|
5327
|
+
"twitter": "gugustinette",
|
|
5328
|
+
"bluesky": "gugustinette.com"
|
|
4752
5329
|
}
|
|
4753
5330
|
],
|
|
4754
5331
|
"compatibility": {
|
|
4755
|
-
"nuxt": "
|
|
5332
|
+
"nuxt": ">=3.0.0",
|
|
4756
5333
|
"requires": {}
|
|
4757
5334
|
}
|
|
4758
5335
|
},
|
|
@@ -4814,7 +5391,7 @@
|
|
|
4814
5391
|
"type": "3rd-party",
|
|
4815
5392
|
"maintainers": [
|
|
4816
5393
|
{
|
|
4817
|
-
"name": "
|
|
5394
|
+
"name": "Sota Iguchi",
|
|
4818
5395
|
"github": "e-chan1007",
|
|
4819
5396
|
"twitter": "e_chan1007"
|
|
4820
5397
|
}
|
|
@@ -4849,6 +5426,29 @@
|
|
|
4849
5426
|
"devtools": "^0.0.0"
|
|
4850
5427
|
}
|
|
4851
5428
|
},
|
|
5429
|
+
{
|
|
5430
|
+
"name": "nuxt-music-flow",
|
|
5431
|
+
"description": "Nuxt 3 module for audio player component with playlist and waveform visualization.",
|
|
5432
|
+
"repo": "ndragun92/nuxt-music-flow",
|
|
5433
|
+
"npm": "nuxt-music-flow",
|
|
5434
|
+
"icon": "nuxt-music-flow.png",
|
|
5435
|
+
"github": "https://github.com/ndragun92/nuxt-music-flow",
|
|
5436
|
+
"website": "https://vue-music-flow-docs.vercel.app/usage#nuxt",
|
|
5437
|
+
"learn_more": "https://vue-music-flow-docs.vercel.app/demo",
|
|
5438
|
+
"category": "Libraries",
|
|
5439
|
+
"type": "3rd-party",
|
|
5440
|
+
"maintainers": [
|
|
5441
|
+
{
|
|
5442
|
+
"name": "Nemanja Dragun",
|
|
5443
|
+
"github": "ndragun92",
|
|
5444
|
+
"twitter": "nemanjadragun"
|
|
5445
|
+
}
|
|
5446
|
+
],
|
|
5447
|
+
"compatibility": {
|
|
5448
|
+
"nuxt": ">=3.0.0",
|
|
5449
|
+
"requires": {}
|
|
5450
|
+
}
|
|
5451
|
+
},
|
|
4852
5452
|
{
|
|
4853
5453
|
"name": "nuxt-oidc-auth",
|
|
4854
5454
|
"description": "Seamless modern authentication for Nuxt applications.",
|
|
@@ -4872,6 +5472,58 @@
|
|
|
4872
5472
|
"requires": {}
|
|
4873
5473
|
}
|
|
4874
5474
|
},
|
|
5475
|
+
{
|
|
5476
|
+
"name": "nuxt-ollama",
|
|
5477
|
+
"description": "Simple integration of the official Ollama JavaScript Library for your Nuxt application.",
|
|
5478
|
+
"repo": "jericho1060/nuxt-ollama",
|
|
5479
|
+
"npm": "nuxt-ollama",
|
|
5480
|
+
"icon": "nuxt-ollama.png",
|
|
5481
|
+
"github": "https://github.com/jericho1060/nuxt-ollama",
|
|
5482
|
+
"website": "https://nuxt-ollama.jericho.dev/",
|
|
5483
|
+
"learn_more": "https://nuxt-ollama.jericho.dev/",
|
|
5484
|
+
"category": "Libraries",
|
|
5485
|
+
"type": "3rd-party",
|
|
5486
|
+
"maintainers": [
|
|
5487
|
+
{
|
|
5488
|
+
"name": "Thomas",
|
|
5489
|
+
"github": "jericho1060",
|
|
5490
|
+
"avatar": "https://avatars.githubusercontent.com/jericho1060",
|
|
5491
|
+
"twitter": "jerichodev"
|
|
5492
|
+
}
|
|
5493
|
+
],
|
|
5494
|
+
"compatibility": {
|
|
5495
|
+
"nuxt": "^3.15.0",
|
|
5496
|
+
"requires": {}
|
|
5497
|
+
}
|
|
5498
|
+
},
|
|
5499
|
+
{
|
|
5500
|
+
"name": "nuxt-open-fetch",
|
|
5501
|
+
"description": "Generate zero-overhead, 100% typed OpenAPI clients for Nuxt.",
|
|
5502
|
+
"repo": "Norbiros/nuxt-open-fetch",
|
|
5503
|
+
"npm": "nuxt-open-fetch",
|
|
5504
|
+
"icon": "nuxt-open-fetch.svg",
|
|
5505
|
+
"github": "https://github.com/Norbiros/nuxt-open-fetch",
|
|
5506
|
+
"website": "https://nuxt-open-fetch.norbiros.dev",
|
|
5507
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-open-fetch",
|
|
5508
|
+
"category": "Request",
|
|
5509
|
+
"type": "3rd-party",
|
|
5510
|
+
"maintainers": [
|
|
5511
|
+
{
|
|
5512
|
+
"name": "Norbiros",
|
|
5513
|
+
"github": "Norbiros",
|
|
5514
|
+
"avatar": "https://avatars.githubusercontent.com/u/89837724?v=4"
|
|
5515
|
+
},
|
|
5516
|
+
{
|
|
5517
|
+
"name": "Taras Batenkov",
|
|
5518
|
+
"github": "enkot",
|
|
5519
|
+
"avatar": "https://avatars.githubusercontent.com/u/10506522?v=4"
|
|
5520
|
+
}
|
|
5521
|
+
],
|
|
5522
|
+
"compatibility": {
|
|
5523
|
+
"nuxt": ">=3.0.0",
|
|
5524
|
+
"requires": {}
|
|
5525
|
+
}
|
|
5526
|
+
},
|
|
4875
5527
|
{
|
|
4876
5528
|
"name": "nuxt-openapi-docs-module",
|
|
4877
5529
|
"description": "Generate pages from OpenAPI specifications",
|
|
@@ -5108,6 +5760,51 @@
|
|
|
5108
5760
|
"requires": {}
|
|
5109
5761
|
}
|
|
5110
5762
|
},
|
|
5763
|
+
{
|
|
5764
|
+
"name": "nuxt-processor",
|
|
5765
|
+
"description": "Decoupled processing for Nuxt backed by BullMQ.",
|
|
5766
|
+
"repo": "aidanhibbard/nuxt-processor",
|
|
5767
|
+
"npm": "nuxt-processor",
|
|
5768
|
+
"icon": "",
|
|
5769
|
+
"github": "https://github.com/aidanhibbard/nuxt-processor",
|
|
5770
|
+
"website": "https://github.com/aidanhibbard/nuxt-processor",
|
|
5771
|
+
"learn_more": "https://aidanhibbard.github.io/nuxt-processor/",
|
|
5772
|
+
"category": "Libraries",
|
|
5773
|
+
"type": "3rd-party",
|
|
5774
|
+
"maintainers": [
|
|
5775
|
+
{
|
|
5776
|
+
"name": "Aidan Hibbard",
|
|
5777
|
+
"github": "aidanhibbard"
|
|
5778
|
+
}
|
|
5779
|
+
],
|
|
5780
|
+
"compatibility": {
|
|
5781
|
+
"nuxt": ">=3.0.0",
|
|
5782
|
+
"requires": {}
|
|
5783
|
+
}
|
|
5784
|
+
},
|
|
5785
|
+
{
|
|
5786
|
+
"name": "nuxt-query",
|
|
5787
|
+
"description": "Nuxt module for TanStack Query (FKA Vue Query) with Nuxt DevTools integration",
|
|
5788
|
+
"repo": "peterbud/nuxt-query",
|
|
5789
|
+
"npm": "@peterbud/nuxt-query",
|
|
5790
|
+
"icon": "nuxt-query.svg",
|
|
5791
|
+
"github": "https://github.com/peterbud/nuxt-query",
|
|
5792
|
+
"website": "https://github.com/peterbud/nuxt-query#readme",
|
|
5793
|
+
"learn_more": "https://tanstack.com/query/latest/docs/framework/vue/overview",
|
|
5794
|
+
"category": "Libraries",
|
|
5795
|
+
"type": "3rd-party",
|
|
5796
|
+
"maintainers": [
|
|
5797
|
+
{
|
|
5798
|
+
"name": "Peter Budai",
|
|
5799
|
+
"github": "peterbud",
|
|
5800
|
+
"bluesky": "peterbud.bsky.social"
|
|
5801
|
+
}
|
|
5802
|
+
],
|
|
5803
|
+
"compatibility": {
|
|
5804
|
+
"nuxt": ">=3.0.0",
|
|
5805
|
+
"requires": {}
|
|
5806
|
+
}
|
|
5807
|
+
},
|
|
5111
5808
|
{
|
|
5112
5809
|
"name": "nuxt-sanctum-authentication",
|
|
5113
5810
|
"description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.",
|
|
@@ -5135,6 +5832,80 @@
|
|
|
5135
5832
|
"requires": {}
|
|
5136
5833
|
}
|
|
5137
5834
|
},
|
|
5835
|
+
{
|
|
5836
|
+
"name": "nuxt-sanctum-precognition",
|
|
5837
|
+
"description": "Nuxt module for Laravel Precognition integration",
|
|
5838
|
+
"repo": "manchenkoff/nuxt-sanctum-precognition",
|
|
5839
|
+
"npm": "nuxt-sanctum-precognition",
|
|
5840
|
+
"icon": "laravel.svg",
|
|
5841
|
+
"github": "https://github.com/manchenkoff/nuxt-sanctum-precognition",
|
|
5842
|
+
"website": "https://precognition.manchenkoff.me",
|
|
5843
|
+
"learn_more": "https://laravel.com/docs/12.x/precognition",
|
|
5844
|
+
"category": "Libraries",
|
|
5845
|
+
"type": "3rd-party",
|
|
5846
|
+
"maintainers": [
|
|
5847
|
+
{
|
|
5848
|
+
"name": "Artem Manchenkov",
|
|
5849
|
+
"github": "manchenkoff",
|
|
5850
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff",
|
|
5851
|
+
"twitter": "AManchenkov"
|
|
5852
|
+
}
|
|
5853
|
+
],
|
|
5854
|
+
"compatibility": {
|
|
5855
|
+
"nuxt": ">=3.12.0",
|
|
5856
|
+
"requires": {}
|
|
5857
|
+
}
|
|
5858
|
+
},
|
|
5859
|
+
{
|
|
5860
|
+
"name": "nuxt-shopify",
|
|
5861
|
+
"description": "Easily integrate Shopify into your Nuxt app.",
|
|
5862
|
+
"repo": "nuxt-modules/shopify",
|
|
5863
|
+
"npm": "@nuxtjs/shopify",
|
|
5864
|
+
"icon": "nuxt-shopify.png",
|
|
5865
|
+
"github": "https://github.com/nuxt-modules/shopify",
|
|
5866
|
+
"website": "https://nuxt-modules.github.io/shopify",
|
|
5867
|
+
"learn_more": "https://shopify.dev/docs",
|
|
5868
|
+
"category": "Ecommerce",
|
|
5869
|
+
"type": "community",
|
|
5870
|
+
"maintainers": [
|
|
5871
|
+
{
|
|
5872
|
+
"name": "Zoltan Lukacs",
|
|
5873
|
+
"github": "konkonam"
|
|
5874
|
+
},
|
|
5875
|
+
{
|
|
5876
|
+
"name": "Frederik Bußmann",
|
|
5877
|
+
"github": "freb97"
|
|
5878
|
+
}
|
|
5879
|
+
],
|
|
5880
|
+
"compatibility": {
|
|
5881
|
+
"nuxt": "^3.0.0",
|
|
5882
|
+
"requires": {}
|
|
5883
|
+
}
|
|
5884
|
+
},
|
|
5885
|
+
{
|
|
5886
|
+
"name": "nuxt-signupgate",
|
|
5887
|
+
"description": "Easily integrate SignupGate into your Nuxt app.",
|
|
5888
|
+
"repo": "Mokkapps/nuxt-signupgate",
|
|
5889
|
+
"npm": "nuxt-signupgate",
|
|
5890
|
+
"icon": "nuxt-signupgate.png",
|
|
5891
|
+
"github": "https://github.com/Mokkapps/nuxt-signupgate",
|
|
5892
|
+
"website": "https://github.com/Mokkapps/nuxt-signupgate",
|
|
5893
|
+
"learn_more": "https://github.com/Mokkapps/nuxt-signupgate",
|
|
5894
|
+
"category": "Libraries",
|
|
5895
|
+
"type": "3rd-party",
|
|
5896
|
+
"maintainers": [
|
|
5897
|
+
{
|
|
5898
|
+
"name": "Michael Hoffmann",
|
|
5899
|
+
"github": "Mokkapps",
|
|
5900
|
+
"twitter": "mokkapps",
|
|
5901
|
+
"avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
|
|
5902
|
+
}
|
|
5903
|
+
],
|
|
5904
|
+
"compatibility": {
|
|
5905
|
+
"nuxt": ">=3.0.0",
|
|
5906
|
+
"requires": {}
|
|
5907
|
+
}
|
|
5908
|
+
},
|
|
5138
5909
|
{
|
|
5139
5910
|
"name": "nuxt-smartlook",
|
|
5140
5911
|
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
@@ -5183,6 +5954,29 @@
|
|
|
5183
5954
|
"requires": {}
|
|
5184
5955
|
}
|
|
5185
5956
|
},
|
|
5957
|
+
{
|
|
5958
|
+
"name": "nuxt-ssr-api-logger",
|
|
5959
|
+
"description": "A small module that helps you see when your Nuxt application sends any API request via SSR.",
|
|
5960
|
+
"repo": "buglavecz/nuxt-ssr-api-logger",
|
|
5961
|
+
"npm": "nuxt-ssr-api-logger",
|
|
5962
|
+
"icon": "nuxt-ssr-api-logger.png",
|
|
5963
|
+
"github": "https://github.com/buglavecz/nuxt-ssr-api-logger",
|
|
5964
|
+
"website": "https://github.com/buglavecz/nuxt-ssr-api-logger",
|
|
5965
|
+
"learn_more": "",
|
|
5966
|
+
"category": "Devtools",
|
|
5967
|
+
"type": "3rd-party",
|
|
5968
|
+
"maintainers": [
|
|
5969
|
+
{
|
|
5970
|
+
"name": "Peter Buglavecz",
|
|
5971
|
+
"github": "buglavecz",
|
|
5972
|
+
"avatar": "https://avatars.githubusercontent.com/u/43108336"
|
|
5973
|
+
}
|
|
5974
|
+
],
|
|
5975
|
+
"compatibility": {
|
|
5976
|
+
"nuxt": ">=3.16.0",
|
|
5977
|
+
"requires": {}
|
|
5978
|
+
}
|
|
5979
|
+
},
|
|
5186
5980
|
{
|
|
5187
5981
|
"name": "ssr-lit",
|
|
5188
5982
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -5224,12 +6018,57 @@
|
|
|
5224
6018
|
"type": "3rd-party",
|
|
5225
6019
|
"maintainers": [
|
|
5226
6020
|
{
|
|
5227
|
-
"name": "fumeapp",
|
|
5228
|
-
"github": "fumeapp"
|
|
6021
|
+
"name": "fumeapp",
|
|
6022
|
+
"github": "fumeapp"
|
|
6023
|
+
}
|
|
6024
|
+
],
|
|
6025
|
+
"compatibility": {
|
|
6026
|
+
"nuxt": "^2.0.0",
|
|
6027
|
+
"requires": {}
|
|
6028
|
+
}
|
|
6029
|
+
},
|
|
6030
|
+
{
|
|
6031
|
+
"name": "nuxt-strapi-blocks-renderer",
|
|
6032
|
+
"description": "Render the Strapi CMS blocks text element easily in Nuxt.",
|
|
6033
|
+
"repo": "freb97/nuxt-strapi-blocks-renderer",
|
|
6034
|
+
"npm": "nuxt-strapi-blocks-renderer",
|
|
6035
|
+
"icon": "nuxt-strapi-blocks-renderer.png",
|
|
6036
|
+
"github": "https://github.com/freb97/nuxt-strapi-blocks-renderer",
|
|
6037
|
+
"website": "https://github.com/freb97/nuxt-strapi-blocks-renderer",
|
|
6038
|
+
"learn_more": "https://strapi.io",
|
|
6039
|
+
"category": "CMS",
|
|
6040
|
+
"type": "3rd-party",
|
|
6041
|
+
"maintainers": [
|
|
6042
|
+
{
|
|
6043
|
+
"name": "Frederik Bußmann",
|
|
6044
|
+
"github": "freb97"
|
|
6045
|
+
}
|
|
6046
|
+
],
|
|
6047
|
+
"compatibility": {
|
|
6048
|
+
"nuxt": "^3.0.0",
|
|
6049
|
+
"requires": {}
|
|
6050
|
+
}
|
|
6051
|
+
},
|
|
6052
|
+
{
|
|
6053
|
+
"name": "nuxt-svg-sprite-icon",
|
|
6054
|
+
"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.",
|
|
6055
|
+
"repo": "MikeCheng1208/nuxt-svg-sprite-icon",
|
|
6056
|
+
"npm": "nuxt-svg-sprite-icon",
|
|
6057
|
+
"icon": "nuxt-svg-sprite-icon.png",
|
|
6058
|
+
"github": "https://github.com/MikeCheng1208/nuxt-svg-sprite-icon",
|
|
6059
|
+
"website": "https://github.com/MikeCheng1208/nuxt-svg-sprite-icon",
|
|
6060
|
+
"learn_more": "",
|
|
6061
|
+
"category": "UI",
|
|
6062
|
+
"type": "3rd-party",
|
|
6063
|
+
"maintainers": [
|
|
6064
|
+
{
|
|
6065
|
+
"name": "Mike Cheng",
|
|
6066
|
+
"github": "MikeCheng1208",
|
|
6067
|
+
"twitter": "mike_cheng1208"
|
|
5229
6068
|
}
|
|
5230
6069
|
],
|
|
5231
6070
|
"compatibility": {
|
|
5232
|
-
"nuxt": "
|
|
6071
|
+
"nuxt": ">=3.17.0",
|
|
5233
6072
|
"requires": {}
|
|
5234
6073
|
}
|
|
5235
6074
|
},
|
|
@@ -5248,7 +6087,8 @@
|
|
|
5248
6087
|
{
|
|
5249
6088
|
"name": "Alex Liu",
|
|
5250
6089
|
"github": "Mini-ghost",
|
|
5251
|
-
"twitter": "Minighost_Alex"
|
|
6090
|
+
"twitter": "Minighost_Alex",
|
|
6091
|
+
"bluesky": "mini-ghost.bsky.social"
|
|
5252
6092
|
}
|
|
5253
6093
|
],
|
|
5254
6094
|
"compatibility": {
|
|
@@ -5370,6 +6210,28 @@
|
|
|
5370
6210
|
"requires": {}
|
|
5371
6211
|
}
|
|
5372
6212
|
},
|
|
6213
|
+
{
|
|
6214
|
+
"name": "nuxt-useless-blobs",
|
|
6215
|
+
"description": "An easier way of using useless-blobs in your Nuxt project!",
|
|
6216
|
+
"repo": "oyedejioyewole/nuxt-useless-blobs",
|
|
6217
|
+
"npm": "nuxt-useless-blobs",
|
|
6218
|
+
"icon": "nuxt-useless-blobs.svg",
|
|
6219
|
+
"github": "https://github.com/oyedejioyewole/nuxt-useless-blobs",
|
|
6220
|
+
"website": "https://nuxt-useless-blobs.vercel.app",
|
|
6221
|
+
"learn_more": "",
|
|
6222
|
+
"category": "UI",
|
|
6223
|
+
"type": "3rd-party",
|
|
6224
|
+
"maintainers": [
|
|
6225
|
+
{
|
|
6226
|
+
"name": "Oyedeji Oyewole",
|
|
6227
|
+
"github": "oyedejioyewole"
|
|
6228
|
+
}
|
|
6229
|
+
],
|
|
6230
|
+
"compatibility": {
|
|
6231
|
+
"nuxt": "^3.0.0",
|
|
6232
|
+
"requires": {}
|
|
6233
|
+
}
|
|
6234
|
+
},
|
|
5373
6235
|
{
|
|
5374
6236
|
"name": "nuxt-uswds",
|
|
5375
6237
|
"description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
|
|
@@ -5439,6 +6301,28 @@
|
|
|
5439
6301
|
"requires": {}
|
|
5440
6302
|
}
|
|
5441
6303
|
},
|
|
6304
|
+
{
|
|
6305
|
+
"name": "nuxt-yup",
|
|
6306
|
+
"description": "Yup integration for Nuxt 4 with a simple composable.",
|
|
6307
|
+
"repo": "DarlanPrado/nuxt-yup",
|
|
6308
|
+
"npm": "nuxt-yup",
|
|
6309
|
+
"icon": "",
|
|
6310
|
+
"github": "https://github.com/DarlanPrado/nuxt-yup",
|
|
6311
|
+
"website": "https://github.com/DarlanPrado/nuxt-yup",
|
|
6312
|
+
"learn_more": "",
|
|
6313
|
+
"category": "Libraries",
|
|
6314
|
+
"type": "3rd-party",
|
|
6315
|
+
"maintainers": [
|
|
6316
|
+
{
|
|
6317
|
+
"name": "Darlan José Batista do Prado",
|
|
6318
|
+
"github": "DarlanPrado"
|
|
6319
|
+
}
|
|
6320
|
+
],
|
|
6321
|
+
"compatibility": {
|
|
6322
|
+
"nuxt": ">=3.0.0",
|
|
6323
|
+
"requires": {}
|
|
6324
|
+
}
|
|
6325
|
+
},
|
|
5442
6326
|
{
|
|
5443
6327
|
"name": "nuxt-zod-i18n",
|
|
5444
6328
|
"description": "A Nuxt Module for localizing zod error messages.",
|
|
@@ -5624,7 +6508,7 @@
|
|
|
5624
6508
|
"twitter": "teleskop150750"
|
|
5625
6509
|
},
|
|
5626
6510
|
{
|
|
5627
|
-
"name": "
|
|
6511
|
+
"name": "Wind",
|
|
5628
6512
|
"github": "productdevbook",
|
|
5629
6513
|
"twitter": "productdevbook"
|
|
5630
6514
|
}
|
|
@@ -5725,6 +6609,28 @@
|
|
|
5725
6609
|
"requires": {}
|
|
5726
6610
|
}
|
|
5727
6611
|
},
|
|
6612
|
+
{
|
|
6613
|
+
"name": "paper-ui",
|
|
6614
|
+
"description": "A ui kit for nuxt",
|
|
6615
|
+
"repo": "paper-kit/nuxt",
|
|
6616
|
+
"npm": "@paper-ui/nuxt",
|
|
6617
|
+
"icon": "paper-ui.svg",
|
|
6618
|
+
"github": "https://github.com/paper-kit/nuxt",
|
|
6619
|
+
"website": "https://paper-docs.nuxt.space/",
|
|
6620
|
+
"learn_more": "https://paper-docs.nuxt.space/",
|
|
6621
|
+
"category": "UI",
|
|
6622
|
+
"type": "3rd-party",
|
|
6623
|
+
"maintainers": [
|
|
6624
|
+
{
|
|
6625
|
+
"name": "paper-kit",
|
|
6626
|
+
"github": "paper-kit"
|
|
6627
|
+
}
|
|
6628
|
+
],
|
|
6629
|
+
"compatibility": {
|
|
6630
|
+
"nuxt": ">=3.0.0",
|
|
6631
|
+
"requires": {}
|
|
6632
|
+
}
|
|
6633
|
+
},
|
|
5728
6634
|
{
|
|
5729
6635
|
"name": "parse",
|
|
5730
6636
|
"description": "Parse package for Nuxt",
|
|
@@ -5833,7 +6739,7 @@
|
|
|
5833
6739
|
"type": "3rd-party",
|
|
5834
6740
|
"maintainers": [
|
|
5835
6741
|
{
|
|
5836
|
-
"name": "Giovane
|
|
6742
|
+
"name": "Giovane Silva",
|
|
5837
6743
|
"github": "novout",
|
|
5838
6744
|
"twitter": "novoutttttt",
|
|
5839
6745
|
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
@@ -5851,13 +6757,13 @@
|
|
|
5851
6757
|
"npm": "pergel",
|
|
5852
6758
|
"icon": "pergel.svg",
|
|
5853
6759
|
"github": "https://github.com/oku-ui/pergel",
|
|
5854
|
-
"website": "https://oku-ui.com/
|
|
6760
|
+
"website": "https://pergel.oku-ui.com/",
|
|
5855
6761
|
"learn_more": "",
|
|
5856
6762
|
"category": "Devtools",
|
|
5857
6763
|
"type": "3rd-party",
|
|
5858
6764
|
"maintainers": [
|
|
5859
6765
|
{
|
|
5860
|
-
"name": "
|
|
6766
|
+
"name": "Wind",
|
|
5861
6767
|
"github": "productdevbook",
|
|
5862
6768
|
"twitter": "productdevbook"
|
|
5863
6769
|
}
|
|
@@ -5905,11 +6811,12 @@
|
|
|
5905
6811
|
{
|
|
5906
6812
|
"name": "Eduardo San Martin Morote",
|
|
5907
6813
|
"github": "posva",
|
|
5908
|
-
"twitter": "posva"
|
|
6814
|
+
"twitter": "posva",
|
|
6815
|
+
"bluesky": "esm.dev"
|
|
5909
6816
|
}
|
|
5910
6817
|
],
|
|
5911
6818
|
"compatibility": {
|
|
5912
|
-
"nuxt": "^3.13.0",
|
|
6819
|
+
"nuxt": "^3.13.0 || ^4.0.0",
|
|
5913
6820
|
"requires": {}
|
|
5914
6821
|
}
|
|
5915
6822
|
},
|
|
@@ -5951,9 +6858,9 @@
|
|
|
5951
6858
|
"type": "3rd-party",
|
|
5952
6859
|
"maintainers": [
|
|
5953
6860
|
{
|
|
5954
|
-
"name": "
|
|
6861
|
+
"name": "praz",
|
|
5955
6862
|
"github": "prazdevs",
|
|
5956
|
-
"bluesky": "praz.
|
|
6863
|
+
"bluesky": "dev.praz.me"
|
|
5957
6864
|
}
|
|
5958
6865
|
],
|
|
5959
6866
|
"compatibility": {
|
|
@@ -5963,6 +6870,28 @@
|
|
|
5963
6870
|
}
|
|
5964
6871
|
}
|
|
5965
6872
|
},
|
|
6873
|
+
{
|
|
6874
|
+
"name": "pinia-plugin-unstorage",
|
|
6875
|
+
"description": "Configurable persistence and rehydration of Pinia stores.",
|
|
6876
|
+
"repo": "litingyes/pinia-plugin-unstorage",
|
|
6877
|
+
"npm": "pinia-plugin-unstorage",
|
|
6878
|
+
"icon": "pinia-plugin-unstorage.svg",
|
|
6879
|
+
"github": "https://github.com/litingyes/pinia-plugin-unstorage",
|
|
6880
|
+
"website": "https://github.com/litingyes/pinia-plugin-unstorage?tab=readme-ov-file#pinia-plugin-unstorage",
|
|
6881
|
+
"learn_more": "",
|
|
6882
|
+
"category": "Extensions",
|
|
6883
|
+
"type": "3rd-party",
|
|
6884
|
+
"maintainers": [
|
|
6885
|
+
{
|
|
6886
|
+
"name": "Liting",
|
|
6887
|
+
"github": "litingyes"
|
|
6888
|
+
}
|
|
6889
|
+
],
|
|
6890
|
+
"compatibility": {
|
|
6891
|
+
"nuxt": ">=3.0.0",
|
|
6892
|
+
"requires": {}
|
|
6893
|
+
}
|
|
6894
|
+
},
|
|
5966
6895
|
{
|
|
5967
6896
|
"name": "pinia",
|
|
5968
6897
|
"description": "The Vue Store that you will enjoy using",
|
|
@@ -5978,7 +6907,8 @@
|
|
|
5978
6907
|
{
|
|
5979
6908
|
"name": "Eduardo San Martin Morote",
|
|
5980
6909
|
"github": "posva",
|
|
5981
|
-
"twitter": "posva"
|
|
6910
|
+
"twitter": "posva",
|
|
6911
|
+
"bluesky": "esm.dev"
|
|
5982
6912
|
}
|
|
5983
6913
|
],
|
|
5984
6914
|
"compatibility": {
|
|
@@ -6331,6 +7261,31 @@
|
|
|
6331
7261
|
"requires": {}
|
|
6332
7262
|
}
|
|
6333
7263
|
},
|
|
7264
|
+
{
|
|
7265
|
+
"name": "qrcode",
|
|
7266
|
+
"description": "A Nuxt module that provides support for generating and reading QRCodes.",
|
|
7267
|
+
"repo": "sandros94/nuxt-qrcode",
|
|
7268
|
+
"npm": "nuxt-qrcode",
|
|
7269
|
+
"icon": "qrcode.svg",
|
|
7270
|
+
"github": "https://github.com/sandros94/nuxt-qrcode",
|
|
7271
|
+
"website": "https://qrcode.s94.dev",
|
|
7272
|
+
"learn_more": "",
|
|
7273
|
+
"category": "Extensions",
|
|
7274
|
+
"type": "3rd-party",
|
|
7275
|
+
"maintainers": [
|
|
7276
|
+
{
|
|
7277
|
+
"name": "Sandro Circi",
|
|
7278
|
+
"github": "sandros94",
|
|
7279
|
+
"avatar": "https://avatars.githubusercontent.com/u/13056429",
|
|
7280
|
+
"bluesky": "sandros94.com",
|
|
7281
|
+
"twitter": "_sandros94"
|
|
7282
|
+
}
|
|
7283
|
+
],
|
|
7284
|
+
"compatibility": {
|
|
7285
|
+
"nuxt": ">=3.10.0",
|
|
7286
|
+
"requires": {}
|
|
7287
|
+
}
|
|
7288
|
+
},
|
|
6334
7289
|
{
|
|
6335
7290
|
"name": "quasar",
|
|
6336
7291
|
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
@@ -6355,20 +7310,20 @@
|
|
|
6355
7310
|
}
|
|
6356
7311
|
},
|
|
6357
7312
|
{
|
|
6358
|
-
"name": "
|
|
6359
|
-
"description": "
|
|
6360
|
-
"repo": "
|
|
6361
|
-
"npm": "nuxt
|
|
6362
|
-
"icon": "
|
|
6363
|
-
"github": "https://github.com/
|
|
6364
|
-
"website": "https://
|
|
6365
|
-
"learn_more": "https://
|
|
6366
|
-
"category": "
|
|
7313
|
+
"name": "query-api",
|
|
7314
|
+
"description": "Provides simple ways to query data from Craft CMS.",
|
|
7315
|
+
"repo": "samuelreichor/query-api#HEAD/packages/nuxt",
|
|
7316
|
+
"npm": "@query-api/nuxt",
|
|
7317
|
+
"icon": "query-api.svg",
|
|
7318
|
+
"github": "https://github.com/samuelreichor/query-api/tree/main/packages/nuxt",
|
|
7319
|
+
"website": "https://samuelreichor.at/libraries/nuxt-craftcms",
|
|
7320
|
+
"learn_more": "https://samuelreichor.at/libraries",
|
|
7321
|
+
"category": "CMS",
|
|
6367
7322
|
"type": "3rd-party",
|
|
6368
7323
|
"maintainers": [
|
|
6369
7324
|
{
|
|
6370
|
-
"name": "
|
|
6371
|
-
"github": "
|
|
7325
|
+
"name": "Samuel Reichör",
|
|
7326
|
+
"github": "samuelreichor"
|
|
6372
7327
|
}
|
|
6373
7328
|
],
|
|
6374
7329
|
"compatibility": {
|
|
@@ -6377,35 +7332,20 @@
|
|
|
6377
7332
|
}
|
|
6378
7333
|
},
|
|
6379
7334
|
{
|
|
6380
|
-
"name": "
|
|
6381
|
-
"description": "
|
|
6382
|
-
"repo": "
|
|
6383
|
-
"npm": "
|
|
6384
|
-
"icon": "
|
|
6385
|
-
"github": "https://github.com/
|
|
6386
|
-
"website": "https://
|
|
6387
|
-
"learn_more": "https://
|
|
6388
|
-
"category": "
|
|
7335
|
+
"name": "radash",
|
|
7336
|
+
"description": "radash module with auto-import and custom prefix",
|
|
7337
|
+
"repo": "bbg/nuxt-radash",
|
|
7338
|
+
"npm": "nuxt-radash",
|
|
7339
|
+
"icon": "radash.png",
|
|
7340
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
7341
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
7342
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
7343
|
+
"category": "Libraries",
|
|
6389
7344
|
"type": "3rd-party",
|
|
6390
7345
|
"maintainers": [
|
|
6391
7346
|
{
|
|
6392
|
-
"name": "
|
|
6393
|
-
"github": "
|
|
6394
|
-
"twitter": "zernonia"
|
|
6395
|
-
},
|
|
6396
|
-
{
|
|
6397
|
-
"name": "Khairul Haaziq",
|
|
6398
|
-
"github": "khairulhaaziq"
|
|
6399
|
-
},
|
|
6400
|
-
{
|
|
6401
|
-
"name": "Mujahid Anuar",
|
|
6402
|
-
"github": "mujahidfa",
|
|
6403
|
-
"twitter": "mujahid_fa"
|
|
6404
|
-
},
|
|
6405
|
-
{
|
|
6406
|
-
"name": "Max",
|
|
6407
|
-
"github": "onmax",
|
|
6408
|
-
"twitter": "_onmax"
|
|
7347
|
+
"name": "Batuhan Göksu",
|
|
7348
|
+
"github": "bbg"
|
|
6409
7349
|
}
|
|
6410
7350
|
],
|
|
6411
7351
|
"compatibility": {
|
|
@@ -6449,7 +7389,7 @@
|
|
|
6449
7389
|
"maintainers": [
|
|
6450
7390
|
{
|
|
6451
7391
|
"name": "Alexander Lichter",
|
|
6452
|
-
"github": "
|
|
7392
|
+
"github": "TheAlexLichter",
|
|
6453
7393
|
"twitter": "TheAlexLichter",
|
|
6454
7394
|
"bluesky": "thealexlichter.com"
|
|
6455
7395
|
}
|
|
@@ -6459,6 +7399,68 @@
|
|
|
6459
7399
|
"requires": {}
|
|
6460
7400
|
}
|
|
6461
7401
|
},
|
|
7402
|
+
{
|
|
7403
|
+
"name": "regle",
|
|
7404
|
+
"description": "Type safe model-based form validation library for Vue.js",
|
|
7405
|
+
"repo": "victorgarciaesgi/regle#main/packages/nuxt",
|
|
7406
|
+
"npm": "@regle/nuxt",
|
|
7407
|
+
"icon": "regle.svg",
|
|
7408
|
+
"github": "https://github.com/victorgarciaesgi/regle",
|
|
7409
|
+
"website": "https://reglejs.dev/",
|
|
7410
|
+
"learn_more": "https://reglejs.dev/integrations/nuxt",
|
|
7411
|
+
"category": "Libraries",
|
|
7412
|
+
"type": "3rd-party",
|
|
7413
|
+
"maintainers": [
|
|
7414
|
+
{
|
|
7415
|
+
"name": "Victor Garcia",
|
|
7416
|
+
"github": "victorgarciaesgi",
|
|
7417
|
+
"twitter": "desnoth_dev",
|
|
7418
|
+
"bluesky": "vicflix.dev"
|
|
7419
|
+
}
|
|
7420
|
+
],
|
|
7421
|
+
"compatibility": {
|
|
7422
|
+
"nuxt": ">=3.0.0",
|
|
7423
|
+
"requires": {}
|
|
7424
|
+
}
|
|
7425
|
+
},
|
|
7426
|
+
{
|
|
7427
|
+
"name": "reka-ui",
|
|
7428
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
7429
|
+
"repo": "unovue/radix-vue",
|
|
7430
|
+
"npm": "reka-ui",
|
|
7431
|
+
"icon": "reka-ui.svg",
|
|
7432
|
+
"github": "https://github.com/unovue/radix-vue",
|
|
7433
|
+
"website": "https://www.reka-ui.com/",
|
|
7434
|
+
"learn_more": "https://reka-ui.com/docs/overview/installation#nuxt-modules",
|
|
7435
|
+
"category": "UI",
|
|
7436
|
+
"type": "3rd-party",
|
|
7437
|
+
"maintainers": [
|
|
7438
|
+
{
|
|
7439
|
+
"name": "zernonia",
|
|
7440
|
+
"github": "zernonia",
|
|
7441
|
+
"twitter": "zernonia"
|
|
7442
|
+
},
|
|
7443
|
+
{
|
|
7444
|
+
"name": "Khairul Haaziq",
|
|
7445
|
+
"github": "khairulhaaziq"
|
|
7446
|
+
},
|
|
7447
|
+
{
|
|
7448
|
+
"name": "Mujahid Anuar",
|
|
7449
|
+
"github": "mujahidfa",
|
|
7450
|
+
"twitter": "mujahid_fa"
|
|
7451
|
+
},
|
|
7452
|
+
{
|
|
7453
|
+
"name": "Max",
|
|
7454
|
+
"github": "onmax",
|
|
7455
|
+
"twitter": "_onmax",
|
|
7456
|
+
"bluesky": "onmax.bsky.social"
|
|
7457
|
+
}
|
|
7458
|
+
],
|
|
7459
|
+
"compatibility": {
|
|
7460
|
+
"nuxt": ">=3.0.0",
|
|
7461
|
+
"requires": {}
|
|
7462
|
+
}
|
|
7463
|
+
},
|
|
6462
7464
|
{
|
|
6463
7465
|
"name": "resend",
|
|
6464
7466
|
"description": "Resend integration for Nuxt",
|
|
@@ -6573,7 +7575,8 @@
|
|
|
6573
7575
|
{
|
|
6574
7576
|
"name": "Farnabaz",
|
|
6575
7577
|
"github": "farnabaz",
|
|
6576
|
-
"twitter": "a_birang"
|
|
7578
|
+
"twitter": "a_birang",
|
|
7579
|
+
"bluesky": "farnabaz.dev"
|
|
6577
7580
|
}
|
|
6578
7581
|
],
|
|
6579
7582
|
"compatibility": {
|
|
@@ -6596,7 +7599,7 @@
|
|
|
6596
7599
|
{
|
|
6597
7600
|
"name": "Sébastien Chopin",
|
|
6598
7601
|
"github": "Atinux",
|
|
6599
|
-
"twitter": "
|
|
7602
|
+
"twitter": "atinux",
|
|
6600
7603
|
"bluesky": "atinux.com"
|
|
6601
7604
|
}
|
|
6602
7605
|
],
|
|
@@ -6634,11 +7637,11 @@
|
|
|
6634
7637
|
{
|
|
6635
7638
|
"name": "scalar",
|
|
6636
7639
|
"description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
|
|
6637
|
-
"repo": "scalar/scalar#main/
|
|
7640
|
+
"repo": "scalar/scalar#main/integrations/nuxt",
|
|
6638
7641
|
"npm": "@scalar/nuxt",
|
|
6639
7642
|
"icon": "scalar.svg",
|
|
6640
|
-
"github": "https://github.com/scalar/scalar/tree/main/
|
|
6641
|
-
"website": "https://github.com/scalar/scalar/tree/main/
|
|
7643
|
+
"github": "https://github.com/scalar/scalar/tree/main/integrations/nuxt",
|
|
7644
|
+
"website": "https://github.com/scalar/scalar/tree/main/integrations/nuxt",
|
|
6642
7645
|
"learn_more": "https://scalar.com",
|
|
6643
7646
|
"category": "Devtools",
|
|
6644
7647
|
"type": "3rd-party",
|
|
@@ -6662,7 +7665,7 @@
|
|
|
6662
7665
|
"icon": "schema-org.svg",
|
|
6663
7666
|
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
6664
7667
|
"website": "https://nuxtseo.com/schema-org",
|
|
6665
|
-
"learn_more": "https://unhead.unjs.io/schema-org/
|
|
7668
|
+
"learn_more": "https://unhead.unjs.io/docs/typescript/schema-org/guides/get-started/overview",
|
|
6666
7669
|
"category": "SEO",
|
|
6667
7670
|
"type": "3rd-party",
|
|
6668
7671
|
"maintainers": [
|
|
@@ -6680,14 +7683,14 @@
|
|
|
6680
7683
|
},
|
|
6681
7684
|
{
|
|
6682
7685
|
"name": "scripts",
|
|
6683
|
-
"description": "
|
|
7686
|
+
"description": "Add 3rd-party scripts without sacrificing performance.",
|
|
6684
7687
|
"repo": "nuxt/scripts",
|
|
6685
7688
|
"npm": "@nuxt/scripts",
|
|
6686
7689
|
"icon": "nuxt.svg",
|
|
6687
7690
|
"github": "https://github.com/nuxt/scripts",
|
|
6688
7691
|
"website": "https://scripts.nuxt.com",
|
|
6689
7692
|
"learn_more": "",
|
|
6690
|
-
"category": "
|
|
7693
|
+
"category": "Performance",
|
|
6691
7694
|
"type": "official",
|
|
6692
7695
|
"maintainers": [
|
|
6693
7696
|
{
|
|
@@ -6900,7 +7903,7 @@
|
|
|
6900
7903
|
"maintainers": [
|
|
6901
7904
|
{
|
|
6902
7905
|
"name": "Alexander Lichter",
|
|
6903
|
-
"github": "
|
|
7906
|
+
"github": "TheAlexLichter",
|
|
6904
7907
|
"twitter": "TheAlexLichter",
|
|
6905
7908
|
"bluesky": "thealexlichter.com"
|
|
6906
7909
|
}
|
|
@@ -7071,7 +8074,8 @@
|
|
|
7071
8074
|
{
|
|
7072
8075
|
"name": "Nicolas PENNEC",
|
|
7073
8076
|
"github": "NicoPennec",
|
|
7074
|
-
"twitter": "NicoPennec"
|
|
8077
|
+
"twitter": "NicoPennec",
|
|
8078
|
+
"bluesky": "nicopennec.bsky.social"
|
|
7075
8079
|
}
|
|
7076
8080
|
],
|
|
7077
8081
|
"compatibility": {
|
|
@@ -7168,6 +8172,54 @@
|
|
|
7168
8172
|
"requires": {}
|
|
7169
8173
|
}
|
|
7170
8174
|
},
|
|
8175
|
+
{
|
|
8176
|
+
"name": "solar-icons",
|
|
8177
|
+
"description": "Nuxt module that provides seamless integration of Solar Icons with auto-import, global configuration, and reactive controls.",
|
|
8178
|
+
"repo": "saoudi-h/solar-icons#main/packages/nuxt",
|
|
8179
|
+
"npm": "@solar-icons/nuxt",
|
|
8180
|
+
"icon": "solar-icons.svg",
|
|
8181
|
+
"github": "https://github.com/saoudi-h/solar-icons/tree/main/packages/nuxt",
|
|
8182
|
+
"website": "https://solar-icons.vercel.app/docs/packages/nuxt",
|
|
8183
|
+
"learn_more": "https://solar-icons.vercel.app",
|
|
8184
|
+
"category": "UI",
|
|
8185
|
+
"type": "3rd-party",
|
|
8186
|
+
"maintainers": [
|
|
8187
|
+
{
|
|
8188
|
+
"name": "Hakim Saoudi",
|
|
8189
|
+
"github": "saoudi-h",
|
|
8190
|
+
"avatar": "https://avatars.githubusercontent.com/saoudi-h?v=4",
|
|
8191
|
+
"twitter": "hakim__saoudi"
|
|
8192
|
+
}
|
|
8193
|
+
],
|
|
8194
|
+
"compatibility": {
|
|
8195
|
+
"nuxt": ">=3.0.0",
|
|
8196
|
+
"requires": {}
|
|
8197
|
+
}
|
|
8198
|
+
},
|
|
8199
|
+
{
|
|
8200
|
+
"name": "sonda",
|
|
8201
|
+
"description": "Bundle analyzer and visualizer",
|
|
8202
|
+
"repo": "filipsobol/sonda#release/packages/sonda",
|
|
8203
|
+
"npm": "sonda",
|
|
8204
|
+
"icon": "sonda.svg",
|
|
8205
|
+
"github": "https://github.com/filipsobol/sonda",
|
|
8206
|
+
"website": "https://sonda.dev/",
|
|
8207
|
+
"learn_more": "https://sonda.dev/",
|
|
8208
|
+
"category": "Devtools",
|
|
8209
|
+
"type": "3rd-party",
|
|
8210
|
+
"maintainers": [
|
|
8211
|
+
{
|
|
8212
|
+
"name": "Filip Sobol",
|
|
8213
|
+
"github": "filipsobol",
|
|
8214
|
+
"twitter": "filipsobol",
|
|
8215
|
+
"bluesky": "filipsobol.bsky.social"
|
|
8216
|
+
}
|
|
8217
|
+
],
|
|
8218
|
+
"compatibility": {
|
|
8219
|
+
"nuxt": "^3.0.0",
|
|
8220
|
+
"requires": {}
|
|
8221
|
+
}
|
|
8222
|
+
},
|
|
7171
8223
|
{
|
|
7172
8224
|
"name": "speedcurve",
|
|
7173
8225
|
"description": "Speedcurve LUX module for Nuxt",
|
|
@@ -7356,12 +8408,13 @@
|
|
|
7356
8408
|
{
|
|
7357
8409
|
"name": "Benjamin Canac",
|
|
7358
8410
|
"github": "benjamincanac",
|
|
7359
|
-
"twitter": "benjamincanac"
|
|
8411
|
+
"twitter": "benjamincanac",
|
|
8412
|
+
"bluesky": "benjamincanac.dev"
|
|
7360
8413
|
},
|
|
7361
8414
|
{
|
|
7362
8415
|
"name": "Sébastien Chopin",
|
|
7363
8416
|
"github": "Atinux",
|
|
7364
|
-
"twitter": "
|
|
8417
|
+
"twitter": "atinux",
|
|
7365
8418
|
"bluesky": "atinux.com"
|
|
7366
8419
|
}
|
|
7367
8420
|
],
|
|
@@ -7415,7 +8468,8 @@
|
|
|
7415
8468
|
{
|
|
7416
8469
|
"name": "William DA SILVA",
|
|
7417
8470
|
"github": "WilliamDASILVA",
|
|
7418
|
-
"twitter": "willia_am"
|
|
8471
|
+
"twitter": "willia_am",
|
|
8472
|
+
"bluesky": "william.to"
|
|
7419
8473
|
}
|
|
7420
8474
|
],
|
|
7421
8475
|
"compatibility": {
|
|
@@ -7438,12 +8492,13 @@
|
|
|
7438
8492
|
{
|
|
7439
8493
|
"name": "Farnabaz",
|
|
7440
8494
|
"github": "farnabaz",
|
|
7441
|
-
"twitter": "a_birang"
|
|
8495
|
+
"twitter": "a_birang",
|
|
8496
|
+
"bluesky": "farnabaz.dev"
|
|
7442
8497
|
},
|
|
7443
8498
|
{
|
|
7444
8499
|
"name": "Sébastien Chopin",
|
|
7445
8500
|
"github": "Atinux",
|
|
7446
|
-
"twitter": "
|
|
8501
|
+
"twitter": "atinux",
|
|
7447
8502
|
"bluesky": "atinux.com"
|
|
7448
8503
|
}
|
|
7449
8504
|
],
|
|
@@ -7468,7 +8523,7 @@
|
|
|
7468
8523
|
"maintainers": [
|
|
7469
8524
|
{
|
|
7470
8525
|
"name": "Alexander Lichter",
|
|
7471
|
-
"github": "
|
|
8526
|
+
"github": "TheAlexLichter",
|
|
7472
8527
|
"twitter": "TheAlexLichter",
|
|
7473
8528
|
"bluesky": "thealexlichter.com"
|
|
7474
8529
|
}
|
|
@@ -7521,7 +8576,7 @@
|
|
|
7521
8576
|
{
|
|
7522
8577
|
"name": "Sébastien Chopin",
|
|
7523
8578
|
"github": "Atinux",
|
|
7524
|
-
"twitter": "
|
|
8579
|
+
"twitter": "atinux",
|
|
7525
8580
|
"bluesky": "atinux.com"
|
|
7526
8581
|
},
|
|
7527
8582
|
{
|
|
@@ -7597,7 +8652,8 @@
|
|
|
7597
8652
|
{
|
|
7598
8653
|
"name": "Farnabaz",
|
|
7599
8654
|
"github": "farnabaz",
|
|
7600
|
-
"twitter": "a_birang"
|
|
8655
|
+
"twitter": "a_birang",
|
|
8656
|
+
"bluesky": "farnabaz.dev"
|
|
7601
8657
|
}
|
|
7602
8658
|
],
|
|
7603
8659
|
"compatibility": {
|
|
@@ -7618,7 +8674,7 @@
|
|
|
7618
8674
|
"type": "community",
|
|
7619
8675
|
"maintainers": [
|
|
7620
8676
|
{
|
|
7621
|
-
"name": "
|
|
8677
|
+
"name": "brooke",
|
|
7622
8678
|
"github": "sam3d"
|
|
7623
8679
|
}
|
|
7624
8680
|
],
|
|
@@ -7734,7 +8790,7 @@
|
|
|
7734
8790
|
{
|
|
7735
8791
|
"name": "Sébastien Chopin",
|
|
7736
8792
|
"github": "Atinux",
|
|
7737
|
-
"twitter": "
|
|
8793
|
+
"twitter": "atinux",
|
|
7738
8794
|
"bluesky": "atinux.com"
|
|
7739
8795
|
},
|
|
7740
8796
|
{
|
|
@@ -7751,9 +8807,35 @@
|
|
|
7751
8807
|
"tailwind"
|
|
7752
8808
|
]
|
|
7753
8809
|
},
|
|
8810
|
+
{
|
|
8811
|
+
"name": "tdesign-vue-next",
|
|
8812
|
+
"description": "A Vue 3 UI components library",
|
|
8813
|
+
"repo": "tdesignOteam/tdesign-nuxt",
|
|
8814
|
+
"npm": "@tdesign-vue-next/nuxt",
|
|
8815
|
+
"icon": "tdesign.svg",
|
|
8816
|
+
"github": "https://github.com/Tencent/tdesign-vue-next",
|
|
8817
|
+
"website": "https://tdesign.tencent.com/vue-next/overview-en",
|
|
8818
|
+
"learn_more": "https://github.com/tdesignoteam/tdesign-nuxt",
|
|
8819
|
+
"category": "UI",
|
|
8820
|
+
"type": "3rd-party",
|
|
8821
|
+
"maintainers": [
|
|
8822
|
+
{
|
|
8823
|
+
"name": "wū yāng",
|
|
8824
|
+
"github": "uyarn"
|
|
8825
|
+
},
|
|
8826
|
+
{
|
|
8827
|
+
"name": "liweijie0812",
|
|
8828
|
+
"github": "liweijie0812"
|
|
8829
|
+
}
|
|
8830
|
+
],
|
|
8831
|
+
"compatibility": {
|
|
8832
|
+
"nuxt": ">=3.0.0",
|
|
8833
|
+
"requires": {}
|
|
8834
|
+
}
|
|
8835
|
+
},
|
|
7754
8836
|
{
|
|
7755
8837
|
"name": "test-utils",
|
|
7756
|
-
"description": "Test utilities for Nuxt",
|
|
8838
|
+
"description": "Test utilities for Nuxt.",
|
|
7757
8839
|
"repo": "nuxt/test-utils#main",
|
|
7758
8840
|
"npm": "@nuxt/test-utils",
|
|
7759
8841
|
"icon": "nuxt.svg",
|
|
@@ -7816,7 +8898,7 @@
|
|
|
7816
8898
|
"type": "3rd-party",
|
|
7817
8899
|
"maintainers": [
|
|
7818
8900
|
{
|
|
7819
|
-
"name": "
|
|
8901
|
+
"name": "Kairat Markashev",
|
|
7820
8902
|
"github": "stickpro",
|
|
7821
8903
|
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
7822
8904
|
}
|
|
@@ -7956,7 +9038,8 @@
|
|
|
7956
9038
|
{
|
|
7957
9039
|
"name": "Alvaro Saburido",
|
|
7958
9040
|
"github": "alvarosabu",
|
|
7959
|
-
"twitter": "alvarosabu"
|
|
9041
|
+
"twitter": "alvarosabu",
|
|
9042
|
+
"bluesky": "alvarosaburido.dev"
|
|
7960
9043
|
},
|
|
7961
9044
|
{
|
|
7962
9045
|
"name": "Jaime A Torrealba C",
|
|
@@ -8096,7 +9179,8 @@
|
|
|
8096
9179
|
{
|
|
8097
9180
|
"name": "Victor Garcia",
|
|
8098
9181
|
"github": "victorgarciaesgi",
|
|
8099
|
-
"twitter": "desnoth_dev"
|
|
9182
|
+
"twitter": "desnoth_dev",
|
|
9183
|
+
"bluesky": "vicflix.dev"
|
|
8100
9184
|
}
|
|
8101
9185
|
],
|
|
8102
9186
|
"compatibility": {
|
|
@@ -8226,7 +9310,7 @@
|
|
|
8226
9310
|
},
|
|
8227
9311
|
{
|
|
8228
9312
|
"name": "ui",
|
|
8229
|
-
"description": "
|
|
9313
|
+
"description": "The Intuitive UI Library powered by Reka UI and Tailwind CSS.",
|
|
8230
9314
|
"repo": "nuxt/ui#dev",
|
|
8231
9315
|
"npm": "@nuxt/ui",
|
|
8232
9316
|
"icon": "nuxt.svg",
|
|
@@ -8239,24 +9323,21 @@
|
|
|
8239
9323
|
{
|
|
8240
9324
|
"name": "Benjamin Canac",
|
|
8241
9325
|
"github": "benjamincanac",
|
|
8242
|
-
"twitter": "benjamincanac"
|
|
9326
|
+
"twitter": "benjamincanac",
|
|
9327
|
+
"bluesky": "benjamincanac.dev"
|
|
8243
9328
|
},
|
|
8244
9329
|
{
|
|
8245
9330
|
"name": "Sébastien Chopin",
|
|
8246
9331
|
"github": "Atinux",
|
|
8247
|
-
"twitter": "
|
|
9332
|
+
"twitter": "atinux",
|
|
8248
9333
|
"bluesky": "atinux.com"
|
|
8249
|
-
},
|
|
8250
|
-
{
|
|
8251
|
-
"name": "Sylvain Marroufin",
|
|
8252
|
-
"github": "smarroufin",
|
|
8253
|
-
"twitter": "smarroufin"
|
|
8254
9334
|
}
|
|
8255
9335
|
],
|
|
8256
9336
|
"compatibility": {
|
|
8257
9337
|
"nuxt": ">=3.0.0",
|
|
8258
9338
|
"requires": {}
|
|
8259
|
-
}
|
|
9339
|
+
},
|
|
9340
|
+
"mcp": "https://ui.nuxt.com/mcp"
|
|
8260
9341
|
},
|
|
8261
9342
|
{
|
|
8262
9343
|
"name": "umami",
|
|
@@ -8338,7 +9419,7 @@
|
|
|
8338
9419
|
{
|
|
8339
9420
|
"name": "unocss",
|
|
8340
9421
|
"description": "The instant on-demand atomic CSS engine.",
|
|
8341
|
-
"repo": "unocss/unocss#main/packages/nuxt",
|
|
9422
|
+
"repo": "unocss/unocss#main/packages-integrations/nuxt",
|
|
8342
9423
|
"npm": "@unocss/nuxt",
|
|
8343
9424
|
"icon": "unocss.svg",
|
|
8344
9425
|
"github": "https://github.com/unocss/unocss",
|
|
@@ -8376,7 +9457,7 @@
|
|
|
8376
9457
|
"type": "3rd-party",
|
|
8377
9458
|
"maintainers": [
|
|
8378
9459
|
{
|
|
8379
|
-
"name": "Giovane
|
|
9460
|
+
"name": "Giovane Silva",
|
|
8380
9461
|
"github": "novout",
|
|
8381
9462
|
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
8382
9463
|
}
|
|
@@ -8431,6 +9512,28 @@
|
|
|
8431
9512
|
"requires": {}
|
|
8432
9513
|
}
|
|
8433
9514
|
},
|
|
9515
|
+
{
|
|
9516
|
+
"name": "v-gsap",
|
|
9517
|
+
"description": "GSAP as a directive (Unofficial). Build stunning animations with v-gsap.",
|
|
9518
|
+
"repo": "holux-design/v-gsap-nuxt",
|
|
9519
|
+
"npm": "v-gsap-nuxt",
|
|
9520
|
+
"icon": "v-gsap.svg",
|
|
9521
|
+
"github": "https://github.com/holux-design/v-gsap-nuxt",
|
|
9522
|
+
"website": "https://v-gsap-nuxt.vercel.app/",
|
|
9523
|
+
"learn_more": "https://v-gsap-nuxt.vercel.app/playground",
|
|
9524
|
+
"category": "Libraries",
|
|
9525
|
+
"type": "3rd-party",
|
|
9526
|
+
"maintainers": [
|
|
9527
|
+
{
|
|
9528
|
+
"name": "Lukas Hofstätter",
|
|
9529
|
+
"github": "holux-design"
|
|
9530
|
+
}
|
|
9531
|
+
],
|
|
9532
|
+
"compatibility": {
|
|
9533
|
+
"nuxt": ">=3.0.0",
|
|
9534
|
+
"requires": {}
|
|
9535
|
+
}
|
|
9536
|
+
},
|
|
8434
9537
|
{
|
|
8435
9538
|
"name": "vant",
|
|
8436
9539
|
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
@@ -8494,7 +9597,8 @@
|
|
|
8494
9597
|
"maintainers": [
|
|
8495
9598
|
{
|
|
8496
9599
|
"name": "Valerii Strilets",
|
|
8497
|
-
"github": "letstri"
|
|
9600
|
+
"github": "letstri",
|
|
9601
|
+
"twitter": "letstri"
|
|
8498
9602
|
}
|
|
8499
9603
|
],
|
|
8500
9604
|
"compatibility": {
|
|
@@ -8539,7 +9643,8 @@
|
|
|
8539
9643
|
{
|
|
8540
9644
|
"name": "Abdelrahman Awad",
|
|
8541
9645
|
"github": "logaretm",
|
|
8542
|
-
"twitter": "logaretm"
|
|
9646
|
+
"twitter": "logaretm",
|
|
9647
|
+
"bluesky": "logaretm.com"
|
|
8543
9648
|
}
|
|
8544
9649
|
],
|
|
8545
9650
|
"compatibility": {
|
|
@@ -8725,6 +9830,29 @@
|
|
|
8725
9830
|
"requires": {}
|
|
8726
9831
|
}
|
|
8727
9832
|
},
|
|
9833
|
+
{
|
|
9834
|
+
"name": "vue-gsap-flip",
|
|
9835
|
+
"description": "A powerful Vue 3 library for creating stunning flip animations using GSAP's Flip plugin. Modular, extensible, and easy to use.",
|
|
9836
|
+
"repo": "lavolpecheprogramma/vue-gsap-flip#master/packages/nuxt",
|
|
9837
|
+
"npm": "@vue-gsap-flip/nuxt",
|
|
9838
|
+
"icon": "",
|
|
9839
|
+
"github": "https://github.com/lavolpecheprogramma/vue-gsap-flip",
|
|
9840
|
+
"website": "https://lavolpecheprogramma.github.io/vue-gsap-flip/",
|
|
9841
|
+
"learn_more": "",
|
|
9842
|
+
"category": "Libraries",
|
|
9843
|
+
"type": "3rd-party",
|
|
9844
|
+
"maintainers": [
|
|
9845
|
+
{
|
|
9846
|
+
"name": "Alberto Parziale",
|
|
9847
|
+
"github": "lavolpecheprogramma",
|
|
9848
|
+
"twitter": "lavolpechevola"
|
|
9849
|
+
}
|
|
9850
|
+
],
|
|
9851
|
+
"compatibility": {
|
|
9852
|
+
"nuxt": ">=3.0.0",
|
|
9853
|
+
"requires": {}
|
|
9854
|
+
}
|
|
9855
|
+
},
|
|
8728
9856
|
{
|
|
8729
9857
|
"name": "vue-macros",
|
|
8730
9858
|
"description": "Explore more macros and syntax sugar to Vue.",
|
|
@@ -8738,10 +9866,10 @@
|
|
|
8738
9866
|
"type": "3rd-party",
|
|
8739
9867
|
"maintainers": [
|
|
8740
9868
|
{
|
|
8741
|
-
"name": "Kevin Deng
|
|
9869
|
+
"name": "Kevin Deng",
|
|
8742
9870
|
"github": "sxzz",
|
|
8743
9871
|
"twitter": "sanxiaozhizi",
|
|
8744
|
-
"bluesky": "sxzz.
|
|
9872
|
+
"bluesky": "sxzz.dev"
|
|
8745
9873
|
}
|
|
8746
9874
|
],
|
|
8747
9875
|
"compatibility": {
|
|
@@ -8811,7 +9939,8 @@
|
|
|
8811
9939
|
{
|
|
8812
9940
|
"name": "Moritz Sternemann",
|
|
8813
9941
|
"github": "moritzsternemann",
|
|
8814
|
-
"twitter": "strnmn"
|
|
9942
|
+
"twitter": "strnmn",
|
|
9943
|
+
"bluesky": "strnmn.me"
|
|
8815
9944
|
}
|
|
8816
9945
|
],
|
|
8817
9946
|
"compatibility": {
|
|
@@ -8950,7 +10079,8 @@
|
|
|
8950
10079
|
{
|
|
8951
10080
|
"name": "Eduardo San Martin Morote",
|
|
8952
10081
|
"github": "posva",
|
|
8953
|
-
"twitter": "posva"
|
|
10082
|
+
"twitter": "posva",
|
|
10083
|
+
"bluesky": "esm.dev"
|
|
8954
10084
|
}
|
|
8955
10085
|
],
|
|
8956
10086
|
"compatibility": {
|
|
@@ -9176,7 +10306,7 @@
|
|
|
9176
10306
|
{
|
|
9177
10307
|
"name": "Sébastien Chopin",
|
|
9178
10308
|
"github": "Atinux",
|
|
9179
|
-
"twitter": "
|
|
10309
|
+
"twitter": "atinux",
|
|
9180
10310
|
"bluesky": "atinux.com"
|
|
9181
10311
|
}
|
|
9182
10312
|
],
|
|
@@ -9430,6 +10560,28 @@
|
|
|
9430
10560
|
"requires": {}
|
|
9431
10561
|
}
|
|
9432
10562
|
},
|
|
10563
|
+
{
|
|
10564
|
+
"name": "workflow",
|
|
10565
|
+
"description": "Workflow DevKit - Build durable, resilient, and observable workflows",
|
|
10566
|
+
"repo": "vercel/workflow#main/packages/workflow",
|
|
10567
|
+
"npm": "workflow",
|
|
10568
|
+
"icon": "workflow.svg",
|
|
10569
|
+
"github": "https://github.com/vercel/workflow/tree/main/packages/workflow",
|
|
10570
|
+
"website": "https://useworkflow.dev",
|
|
10571
|
+
"learn_more": "",
|
|
10572
|
+
"category": "Devtools",
|
|
10573
|
+
"type": "3rd-party",
|
|
10574
|
+
"maintainers": [
|
|
10575
|
+
{
|
|
10576
|
+
"name": "vercel",
|
|
10577
|
+
"github": "vercel"
|
|
10578
|
+
}
|
|
10579
|
+
],
|
|
10580
|
+
"compatibility": {
|
|
10581
|
+
"nuxt": ">=3.0.0",
|
|
10582
|
+
"requires": {}
|
|
10583
|
+
}
|
|
10584
|
+
},
|
|
9433
10585
|
{
|
|
9434
10586
|
"name": "wp-nuxt",
|
|
9435
10587
|
"description": "The module adds a Wordpress Rest API to your nuxt application",
|