@nuxt/modules 0.6.0-522307 → 0.6.0-52ddf1
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 +1040 -224
- package/package.json +7 -6
package/modules.json
CHANGED
|
@@ -1,4 +1,34 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"name": "a11y",
|
|
4
|
+
"description": "Real-time accessibility feedback and automated testing in your browser during development.",
|
|
5
|
+
"repo": "nuxt/a11y",
|
|
6
|
+
"npm": "@nuxt/a11y",
|
|
7
|
+
"icon": "nuxt.svg",
|
|
8
|
+
"github": "https://github.com/nuxt/a11y",
|
|
9
|
+
"website": "https://github.com/nuxt/a11y",
|
|
10
|
+
"learn_more": "",
|
|
11
|
+
"category": "Devtools",
|
|
12
|
+
"type": "official",
|
|
13
|
+
"maintainers": [
|
|
14
|
+
{
|
|
15
|
+
"name": "Tim Damen",
|
|
16
|
+
"github": "timdamen",
|
|
17
|
+
"twitter": "timdamen_io",
|
|
18
|
+
"bluesky": "timdamen.io"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"name": "Daniel Roe",
|
|
22
|
+
"github": "danielroe",
|
|
23
|
+
"twitter": "danielcroe",
|
|
24
|
+
"bluesky": "danielroe.dev"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"compatibility": {
|
|
28
|
+
"nuxt": ">=3.0.0",
|
|
29
|
+
"requires": {}
|
|
30
|
+
}
|
|
31
|
+
},
|
|
2
32
|
{
|
|
3
33
|
"name": "ackee",
|
|
4
34
|
"description": "Nuxt module for Ackee analytics",
|
|
@@ -19,7 +49,7 @@
|
|
|
19
49
|
{
|
|
20
50
|
"name": "Sébastien Chopin",
|
|
21
51
|
"github": "Atinux",
|
|
22
|
-
"twitter": "
|
|
52
|
+
"twitter": "atinux",
|
|
23
53
|
"bluesky": "atinux.com"
|
|
24
54
|
}
|
|
25
55
|
],
|
|
@@ -78,7 +108,7 @@
|
|
|
78
108
|
}
|
|
79
109
|
],
|
|
80
110
|
"compatibility": {
|
|
81
|
-
"nuxt": "^2.
|
|
111
|
+
"nuxt": "^2.16.0 || >=3.0.0-rc.9",
|
|
82
112
|
"requires": {
|
|
83
113
|
"bridge": true
|
|
84
114
|
}
|
|
@@ -149,7 +179,7 @@
|
|
|
149
179
|
}
|
|
150
180
|
],
|
|
151
181
|
"compatibility": {
|
|
152
|
-
"nuxt": "
|
|
182
|
+
"nuxt": ">=3.0.0",
|
|
153
183
|
"requires": {}
|
|
154
184
|
}
|
|
155
185
|
},
|
|
@@ -220,7 +250,7 @@
|
|
|
220
250
|
}
|
|
221
251
|
],
|
|
222
252
|
"compatibility": {
|
|
223
|
-
"nuxt": ">=3.
|
|
253
|
+
"nuxt": ">=3.7.0",
|
|
224
254
|
"requires": {}
|
|
225
255
|
}
|
|
226
256
|
},
|
|
@@ -383,7 +413,7 @@
|
|
|
383
413
|
}
|
|
384
414
|
],
|
|
385
415
|
"compatibility": {
|
|
386
|
-
"nuxt": "
|
|
416
|
+
"nuxt": "^3.0.0",
|
|
387
417
|
"requires": {}
|
|
388
418
|
}
|
|
389
419
|
},
|
|
@@ -409,6 +439,29 @@
|
|
|
409
439
|
"requires": {}
|
|
410
440
|
}
|
|
411
441
|
},
|
|
442
|
+
{
|
|
443
|
+
"name": "askdoppler",
|
|
444
|
+
"description": "Monitor impressions coming from ChatGPT, Perplexity and others in your Nuxt app with this integration of Doppler.",
|
|
445
|
+
"repo": "askdoppler/doppler-js#main/nuxt",
|
|
446
|
+
"npm": "@askdoppler/nuxt",
|
|
447
|
+
"icon": "askdoppler.png",
|
|
448
|
+
"github": "https://github.com/askdoppler/doppler-js/tree/main/nuxt",
|
|
449
|
+
"website": "https://askdoppler.com",
|
|
450
|
+
"learn_more": "https://docs.askdoppler.com/integrations/nuxt",
|
|
451
|
+
"category": "SEO",
|
|
452
|
+
"type": "3rd-party",
|
|
453
|
+
"maintainers": [
|
|
454
|
+
{
|
|
455
|
+
"name": "maxime",
|
|
456
|
+
"github": "mdolr",
|
|
457
|
+
"twitter": "m_dolr"
|
|
458
|
+
}
|
|
459
|
+
],
|
|
460
|
+
"compatibility": {
|
|
461
|
+
"nuxt": ">=3.0.0",
|
|
462
|
+
"requires": {}
|
|
463
|
+
}
|
|
464
|
+
},
|
|
412
465
|
{
|
|
413
466
|
"name": "auth-utils",
|
|
414
467
|
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
@@ -424,7 +477,7 @@
|
|
|
424
477
|
{
|
|
425
478
|
"name": "Sébastien Chopin",
|
|
426
479
|
"github": "atinux",
|
|
427
|
-
"twitter": "
|
|
480
|
+
"twitter": "atinux",
|
|
428
481
|
"bluesky": "atinux.com"
|
|
429
482
|
}
|
|
430
483
|
],
|
|
@@ -579,6 +632,50 @@
|
|
|
579
632
|
"requires": {}
|
|
580
633
|
}
|
|
581
634
|
},
|
|
635
|
+
{
|
|
636
|
+
"name": "bcms",
|
|
637
|
+
"description": "Nuxt BCMS module",
|
|
638
|
+
"repo": "bcms/nuxt-module",
|
|
639
|
+
"npm": "@thebcms/nuxt",
|
|
640
|
+
"icon": "bcms.png",
|
|
641
|
+
"github": "https://github.com/bcms/nuxt-module",
|
|
642
|
+
"website": "https://thebcms.com",
|
|
643
|
+
"learn_more": "https://thebcms.com/docs/integrations/nuxt-js",
|
|
644
|
+
"category": "CMS",
|
|
645
|
+
"type": "3rd-party",
|
|
646
|
+
"maintainers": [
|
|
647
|
+
{
|
|
648
|
+
"name": "Branislav Vajagic",
|
|
649
|
+
"github": "bbanez"
|
|
650
|
+
}
|
|
651
|
+
],
|
|
652
|
+
"compatibility": {
|
|
653
|
+
"nuxt": ">=3.0.0",
|
|
654
|
+
"requires": {}
|
|
655
|
+
}
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"name": "betterstack",
|
|
659
|
+
"description": "A Nuxt module for integrating BetterStack into your Nuxt application",
|
|
660
|
+
"repo": "nicogenz/nuxt-betterstack",
|
|
661
|
+
"npm": "nuxt-betterstack",
|
|
662
|
+
"icon": "betterstack.svg",
|
|
663
|
+
"github": "https://github.com/nicogenz/nuxt-betterstack",
|
|
664
|
+
"website": "https://github.com/nicogenz/nuxt-betterstack",
|
|
665
|
+
"learn_more": "https://betterstack.com",
|
|
666
|
+
"category": "Extensions",
|
|
667
|
+
"type": "3rd-party",
|
|
668
|
+
"maintainers": [
|
|
669
|
+
{
|
|
670
|
+
"name": "Nico Genz",
|
|
671
|
+
"github": "nicogenz"
|
|
672
|
+
}
|
|
673
|
+
],
|
|
674
|
+
"compatibility": {
|
|
675
|
+
"nuxt": ">=3.0.0",
|
|
676
|
+
"requires": {}
|
|
677
|
+
}
|
|
678
|
+
},
|
|
582
679
|
{
|
|
583
680
|
"name": "bootstrap",
|
|
584
681
|
"description": "Add Bootstrap to your Nuxt app in seconds.",
|
|
@@ -678,7 +775,7 @@
|
|
|
678
775
|
}
|
|
679
776
|
],
|
|
680
777
|
"compatibility": {
|
|
681
|
-
"nuxt": "^2.
|
|
778
|
+
"nuxt": "^2.16.0 || >=3.0.0",
|
|
682
779
|
"requires": {
|
|
683
780
|
"bridge": true
|
|
684
781
|
}
|
|
@@ -835,11 +932,12 @@
|
|
|
835
932
|
{
|
|
836
933
|
"name": "Wind",
|
|
837
934
|
"github": "productdevbook",
|
|
838
|
-
"twitter": "productdevbook"
|
|
935
|
+
"twitter": "productdevbook",
|
|
936
|
+
"bluesky": "productdevbook.com"
|
|
839
937
|
}
|
|
840
938
|
],
|
|
841
939
|
"compatibility": {
|
|
842
|
-
"nuxt": ">=3.
|
|
940
|
+
"nuxt": ">=3.3.1",
|
|
843
941
|
"requires": {}
|
|
844
942
|
}
|
|
845
943
|
},
|
|
@@ -983,7 +1081,7 @@
|
|
|
983
1081
|
}
|
|
984
1082
|
],
|
|
985
1083
|
"compatibility": {
|
|
986
|
-
"nuxt": "
|
|
1084
|
+
"nuxt": "^3.0.0",
|
|
987
1085
|
"requires": {}
|
|
988
1086
|
}
|
|
989
1087
|
},
|
|
@@ -1026,7 +1124,7 @@
|
|
|
1026
1124
|
{
|
|
1027
1125
|
"name": "Sébastien Chopin",
|
|
1028
1126
|
"github": "Atinux",
|
|
1029
|
-
"twitter": "
|
|
1127
|
+
"twitter": "atinux",
|
|
1030
1128
|
"bluesky": "atinux.com"
|
|
1031
1129
|
}
|
|
1032
1130
|
],
|
|
@@ -1042,7 +1140,7 @@
|
|
|
1042
1140
|
"description": "A plug an play component playground for Nuxt.",
|
|
1043
1141
|
"repo": "romhml/compodium#main/packages/nuxt",
|
|
1044
1142
|
"npm": "@compodium/nuxt",
|
|
1045
|
-
"icon": "",
|
|
1143
|
+
"icon": "compodium.svg",
|
|
1046
1144
|
"github": "https://github.com/romhml/compodium",
|
|
1047
1145
|
"website": "https://github.com/romhml/compodium",
|
|
1048
1146
|
"learn_more": "",
|
|
@@ -1052,11 +1150,11 @@
|
|
|
1052
1150
|
{
|
|
1053
1151
|
"name": "Romain Hamel",
|
|
1054
1152
|
"github": "romhml",
|
|
1055
|
-
"bluesky": "rohm.
|
|
1153
|
+
"bluesky": "rohm.dev"
|
|
1056
1154
|
}
|
|
1057
1155
|
],
|
|
1058
1156
|
"compatibility": {
|
|
1059
|
-
"nuxt": "
|
|
1157
|
+
"nuxt": ">=3.0.0",
|
|
1060
1158
|
"requires": {}
|
|
1061
1159
|
}
|
|
1062
1160
|
},
|
|
@@ -1181,14 +1279,15 @@
|
|
|
1181
1279
|
{
|
|
1182
1280
|
"name": "Sébastien Chopin",
|
|
1183
1281
|
"github": "Atinux",
|
|
1184
|
-
"twitter": "
|
|
1282
|
+
"twitter": "atinux",
|
|
1185
1283
|
"bluesky": "atinux.com"
|
|
1186
1284
|
}
|
|
1187
1285
|
],
|
|
1188
1286
|
"compatibility": {
|
|
1189
|
-
"nuxt": "
|
|
1287
|
+
"nuxt": ">=3.0.0-rc.3",
|
|
1190
1288
|
"requires": {}
|
|
1191
|
-
}
|
|
1289
|
+
},
|
|
1290
|
+
"mcp": "https://content.nuxt.com/mcp"
|
|
1192
1291
|
},
|
|
1193
1292
|
{
|
|
1194
1293
|
"name": "contentful",
|
|
@@ -1220,7 +1319,7 @@
|
|
|
1220
1319
|
"icon": "contentstack.png",
|
|
1221
1320
|
"github": "https://github.com/timbenniks/nuxt-contentstack",
|
|
1222
1321
|
"website": "https://github.com/timbenniks/nuxt-contentstack",
|
|
1223
|
-
"learn_more": "https://contentstack.com/",
|
|
1322
|
+
"learn_more": "https://community.contentstack.com/",
|
|
1224
1323
|
"category": "CMS",
|
|
1225
1324
|
"type": "3rd-party",
|
|
1226
1325
|
"maintainers": [
|
|
@@ -1233,7 +1332,32 @@
|
|
|
1233
1332
|
}
|
|
1234
1333
|
],
|
|
1235
1334
|
"compatibility": {
|
|
1236
|
-
"nuxt": "
|
|
1335
|
+
"nuxt": ">=3.20.1",
|
|
1336
|
+
"requires": {},
|
|
1337
|
+
"devtools": "^0.0.0"
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"name": "convex",
|
|
1342
|
+
"description": "Nuxt module for Convex - reactive backend with real-time sync, file storage, and auto-imports",
|
|
1343
|
+
"repo": "onmax/nuxt-convex",
|
|
1344
|
+
"npm": "nuxt-convex",
|
|
1345
|
+
"icon": "convex.svg",
|
|
1346
|
+
"github": "https://github.com/onmax/nuxt-convex",
|
|
1347
|
+
"website": "https://nuxt-convex.onmax.me",
|
|
1348
|
+
"learn_more": "https://docs.convex.dev",
|
|
1349
|
+
"category": "Database",
|
|
1350
|
+
"type": "3rd-party",
|
|
1351
|
+
"maintainers": [
|
|
1352
|
+
{
|
|
1353
|
+
"name": "Max",
|
|
1354
|
+
"github": "onmax",
|
|
1355
|
+
"twitter": "_onmax",
|
|
1356
|
+
"bluesky": "onmax.bsky.social"
|
|
1357
|
+
}
|
|
1358
|
+
],
|
|
1359
|
+
"compatibility": {
|
|
1360
|
+
"nuxt": ">=3.0.0",
|
|
1237
1361
|
"requires": {}
|
|
1238
1362
|
}
|
|
1239
1363
|
},
|
|
@@ -1444,7 +1568,7 @@
|
|
|
1444
1568
|
}
|
|
1445
1569
|
],
|
|
1446
1570
|
"compatibility": {
|
|
1447
|
-
"nuxt": "
|
|
1571
|
+
"nuxt": ">=3.5.0",
|
|
1448
1572
|
"requires": {}
|
|
1449
1573
|
}
|
|
1450
1574
|
},
|
|
@@ -1467,7 +1591,7 @@
|
|
|
1467
1591
|
}
|
|
1468
1592
|
],
|
|
1469
1593
|
"compatibility": {
|
|
1470
|
-
"nuxt": "^2.
|
|
1594
|
+
"nuxt": "^2.16.0 || >=3.0.0",
|
|
1471
1595
|
"requires": {}
|
|
1472
1596
|
}
|
|
1473
1597
|
},
|
|
@@ -1527,7 +1651,7 @@
|
|
|
1527
1651
|
}
|
|
1528
1652
|
],
|
|
1529
1653
|
"compatibility": {
|
|
1530
|
-
"nuxt": ">=3.0.0",
|
|
1654
|
+
"nuxt": "^2.16.0 || >=3.0.0-rc.9",
|
|
1531
1655
|
"requires": {},
|
|
1532
1656
|
"devtools": "^0.0.0"
|
|
1533
1657
|
}
|
|
@@ -1616,7 +1740,7 @@
|
|
|
1616
1740
|
}
|
|
1617
1741
|
],
|
|
1618
1742
|
"compatibility": {
|
|
1619
|
-
"nuxt": "
|
|
1743
|
+
"nuxt": ">=3.0.0",
|
|
1620
1744
|
"requires": {}
|
|
1621
1745
|
}
|
|
1622
1746
|
},
|
|
@@ -1651,7 +1775,7 @@
|
|
|
1651
1775
|
}
|
|
1652
1776
|
],
|
|
1653
1777
|
"compatibility": {
|
|
1654
|
-
"nuxt": "
|
|
1778
|
+
"nuxt": ">=3.7.0",
|
|
1655
1779
|
"requires": {}
|
|
1656
1780
|
}
|
|
1657
1781
|
},
|
|
@@ -1714,11 +1838,12 @@
|
|
|
1714
1838
|
"maintainers": [
|
|
1715
1839
|
{
|
|
1716
1840
|
"name": "Yue JIN",
|
|
1717
|
-
"github": "kingyue737"
|
|
1841
|
+
"github": "kingyue737",
|
|
1842
|
+
"twitter": "kingyue737"
|
|
1718
1843
|
}
|
|
1719
1844
|
],
|
|
1720
1845
|
"compatibility": {
|
|
1721
|
-
"nuxt": ">=3.
|
|
1846
|
+
"nuxt": ">=3.2.0",
|
|
1722
1847
|
"requires": {}
|
|
1723
1848
|
}
|
|
1724
1849
|
},
|
|
@@ -1787,7 +1912,7 @@
|
|
|
1787
1912
|
}
|
|
1788
1913
|
],
|
|
1789
1914
|
"compatibility": {
|
|
1790
|
-
"nuxt": ">=3
|
|
1915
|
+
"nuxt": ">=3",
|
|
1791
1916
|
"requires": {
|
|
1792
1917
|
"bridge": "optional"
|
|
1793
1918
|
}
|
|
@@ -1822,6 +1947,28 @@
|
|
|
1822
1947
|
"requires": {}
|
|
1823
1948
|
}
|
|
1824
1949
|
},
|
|
1950
|
+
{
|
|
1951
|
+
"name": "es-toolkit",
|
|
1952
|
+
"description": "Es-toolkit auto import module for Nuxt",
|
|
1953
|
+
"repo": "bubblesortt/nuxt-es-toolkit",
|
|
1954
|
+
"npm": "@bubblesortt/nuxt-es-toolkit",
|
|
1955
|
+
"icon": "es-toolkit.png",
|
|
1956
|
+
"github": "https://github.com/bubblesortt/nuxt-es-toolkit",
|
|
1957
|
+
"website": "https://github.com/bubblesortt/nuxt-es-toolkit",
|
|
1958
|
+
"learn_more": "https://es-toolkit.dev/",
|
|
1959
|
+
"category": "Libraries",
|
|
1960
|
+
"type": "3rd-party",
|
|
1961
|
+
"maintainers": [
|
|
1962
|
+
{
|
|
1963
|
+
"name": "Alexandr Bychkin",
|
|
1964
|
+
"github": "bubblesortt"
|
|
1965
|
+
}
|
|
1966
|
+
],
|
|
1967
|
+
"compatibility": {
|
|
1968
|
+
"nuxt": ">=3.0.0",
|
|
1969
|
+
"requires": {}
|
|
1970
|
+
}
|
|
1971
|
+
},
|
|
1825
1972
|
{
|
|
1826
1973
|
"name": "eslint-module",
|
|
1827
1974
|
"description": "ESLint module for Nuxt",
|
|
@@ -2092,7 +2239,7 @@
|
|
|
2092
2239
|
}
|
|
2093
2240
|
],
|
|
2094
2241
|
"compatibility": {
|
|
2095
|
-
"nuxt": ">=3.0.0",
|
|
2242
|
+
"nuxt": ">=3.0.0-rc.6",
|
|
2096
2243
|
"requires": {}
|
|
2097
2244
|
}
|
|
2098
2245
|
},
|
|
@@ -2161,7 +2308,7 @@
|
|
|
2161
2308
|
}
|
|
2162
2309
|
],
|
|
2163
2310
|
"compatibility": {
|
|
2164
|
-
"nuxt": ">=3
|
|
2311
|
+
"nuxt": ">=3",
|
|
2165
2312
|
"requires": {}
|
|
2166
2313
|
}
|
|
2167
2314
|
},
|
|
@@ -2189,7 +2336,7 @@
|
|
|
2189
2336
|
}
|
|
2190
2337
|
],
|
|
2191
2338
|
"compatibility": {
|
|
2192
|
-
"nuxt": ">=3.0.0",
|
|
2339
|
+
"nuxt": ">=3.0.0 <5.0.0",
|
|
2193
2340
|
"requires": {}
|
|
2194
2341
|
}
|
|
2195
2342
|
},
|
|
@@ -2262,7 +2409,7 @@
|
|
|
2262
2409
|
}
|
|
2263
2410
|
],
|
|
2264
2411
|
"compatibility": {
|
|
2265
|
-
"nuxt": "^2.
|
|
2412
|
+
"nuxt": "^2.15.0 || >=3.0.0",
|
|
2266
2413
|
"requires": {}
|
|
2267
2414
|
}
|
|
2268
2415
|
},
|
|
@@ -2406,7 +2553,7 @@
|
|
|
2406
2553
|
}
|
|
2407
2554
|
],
|
|
2408
2555
|
"compatibility": {
|
|
2409
|
-
"nuxt": ">=3.
|
|
2556
|
+
"nuxt": ">=3.7.0",
|
|
2410
2557
|
"requires": {}
|
|
2411
2558
|
}
|
|
2412
2559
|
},
|
|
@@ -2429,7 +2576,7 @@
|
|
|
2429
2576
|
}
|
|
2430
2577
|
],
|
|
2431
2578
|
"compatibility": {
|
|
2432
|
-
"nuxt": "
|
|
2579
|
+
"nuxt": ">=3.0.0",
|
|
2433
2580
|
"requires": {}
|
|
2434
2581
|
}
|
|
2435
2582
|
},
|
|
@@ -2477,7 +2624,7 @@
|
|
|
2477
2624
|
}
|
|
2478
2625
|
],
|
|
2479
2626
|
"compatibility": {
|
|
2480
|
-
"nuxt": ">=3.
|
|
2627
|
+
"nuxt": ">=3.7.0",
|
|
2481
2628
|
"requires": {}
|
|
2482
2629
|
}
|
|
2483
2630
|
},
|
|
@@ -2665,6 +2812,30 @@
|
|
|
2665
2812
|
"requires": {}
|
|
2666
2813
|
}
|
|
2667
2814
|
},
|
|
2815
|
+
{
|
|
2816
|
+
"name": "hints",
|
|
2817
|
+
"description": "Nuxt module that shows hints for aspects of your application such as Performance, Security, and more!",
|
|
2818
|
+
"repo": "nuxt/hints",
|
|
2819
|
+
"npm": "@nuxt/hints",
|
|
2820
|
+
"icon": "nuxt.svg",
|
|
2821
|
+
"github": "https://github.com/nuxt/hints",
|
|
2822
|
+
"website": "https://github.com/nuxt/hints",
|
|
2823
|
+
"learn_more": "",
|
|
2824
|
+
"category": "Devtools",
|
|
2825
|
+
"type": "official",
|
|
2826
|
+
"maintainers": [
|
|
2827
|
+
{
|
|
2828
|
+
"name": "Julien Huang",
|
|
2829
|
+
"github": "huang-julien",
|
|
2830
|
+
"twitter": "JulienHuang_dev",
|
|
2831
|
+
"bluesky": "julienhuang-dev.bsky.social"
|
|
2832
|
+
}
|
|
2833
|
+
],
|
|
2834
|
+
"compatibility": {
|
|
2835
|
+
"nuxt": ">=3.0.0",
|
|
2836
|
+
"requires": {}
|
|
2837
|
+
}
|
|
2838
|
+
},
|
|
2668
2839
|
{
|
|
2669
2840
|
"name": "history-state",
|
|
2670
2841
|
"description": "Nuxt module to backup or restore historical states",
|
|
@@ -2752,7 +2923,7 @@
|
|
|
2752
2923
|
}
|
|
2753
2924
|
],
|
|
2754
2925
|
"compatibility": {
|
|
2755
|
-
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2926
|
+
"nuxt": "^2.0.0 || >=3.0.0-rc.7",
|
|
2756
2927
|
"requires": {
|
|
2757
2928
|
"bridge": "optional"
|
|
2758
2929
|
}
|
|
@@ -2779,7 +2950,7 @@
|
|
|
2779
2950
|
{
|
|
2780
2951
|
"name": "Sébastien Chopin",
|
|
2781
2952
|
"github": "Atinux",
|
|
2782
|
-
"twitter": "
|
|
2953
|
+
"twitter": "atinux",
|
|
2783
2954
|
"bluesky": "atinux.com"
|
|
2784
2955
|
}
|
|
2785
2956
|
],
|
|
@@ -2803,7 +2974,7 @@
|
|
|
2803
2974
|
{
|
|
2804
2975
|
"name": "Sébastien Chopin",
|
|
2805
2976
|
"github": "Atinux",
|
|
2806
|
-
"twitter": "
|
|
2977
|
+
"twitter": "atinux",
|
|
2807
2978
|
"bluesky": "atinux.com"
|
|
2808
2979
|
},
|
|
2809
2980
|
{
|
|
@@ -2829,7 +3000,8 @@
|
|
|
2829
3000
|
"compatibility": {
|
|
2830
3001
|
"nuxt": ">=3.0.0",
|
|
2831
3002
|
"requires": {}
|
|
2832
|
-
}
|
|
3003
|
+
},
|
|
3004
|
+
"mcp": "https://hub.nuxt.com/mcp"
|
|
2833
3005
|
},
|
|
2834
3006
|
{
|
|
2835
3007
|
"name": "humans-txt",
|
|
@@ -2884,7 +3056,7 @@
|
|
|
2884
3056
|
}
|
|
2885
3057
|
],
|
|
2886
3058
|
"compatibility": {
|
|
2887
|
-
"nuxt": "
|
|
3059
|
+
"nuxt": ">=3.0.0-rc.11",
|
|
2888
3060
|
"requires": {}
|
|
2889
3061
|
}
|
|
2890
3062
|
},
|
|
@@ -2948,7 +3120,7 @@
|
|
|
2948
3120
|
{
|
|
2949
3121
|
"name": "Sébastien Chopin",
|
|
2950
3122
|
"github": "Atinux",
|
|
2951
|
-
"twitter": "
|
|
3123
|
+
"twitter": "atinux",
|
|
2952
3124
|
"bluesky": "atinux.com"
|
|
2953
3125
|
},
|
|
2954
3126
|
{
|
|
@@ -3041,16 +3213,17 @@
|
|
|
3041
3213
|
{
|
|
3042
3214
|
"name": "Sébastien Chopin",
|
|
3043
3215
|
"github": "Atinux",
|
|
3044
|
-
"twitter": "
|
|
3216
|
+
"twitter": "atinux",
|
|
3045
3217
|
"bluesky": "atinux.com"
|
|
3046
3218
|
}
|
|
3047
3219
|
],
|
|
3048
3220
|
"compatibility": {
|
|
3049
|
-
"nuxt": "
|
|
3221
|
+
"nuxt": ">=3.1.0",
|
|
3050
3222
|
"requires": {
|
|
3051
3223
|
"bridge": "optional"
|
|
3052
3224
|
}
|
|
3053
|
-
}
|
|
3225
|
+
},
|
|
3226
|
+
"mcp": "https://image.nuxt.com/mcp"
|
|
3054
3227
|
},
|
|
3055
3228
|
{
|
|
3056
3229
|
"name": "imagemin",
|
|
@@ -3142,7 +3315,7 @@
|
|
|
3142
3315
|
}
|
|
3143
3316
|
],
|
|
3144
3317
|
"compatibility": {
|
|
3145
|
-
"nuxt": ">=3.0.0",
|
|
3318
|
+
"nuxt": ">=3.0.0-rc.12",
|
|
3146
3319
|
"requires": {}
|
|
3147
3320
|
}
|
|
3148
3321
|
},
|
|
@@ -3165,7 +3338,7 @@
|
|
|
3165
3338
|
}
|
|
3166
3339
|
],
|
|
3167
3340
|
"compatibility": {
|
|
3168
|
-
"nuxt": "
|
|
3341
|
+
"nuxt": ">=3.0.0",
|
|
3169
3342
|
"requires": {}
|
|
3170
3343
|
}
|
|
3171
3344
|
},
|
|
@@ -3187,7 +3360,7 @@
|
|
|
3187
3360
|
}
|
|
3188
3361
|
],
|
|
3189
3362
|
"compatibility": {
|
|
3190
|
-
"nuxt": "^
|
|
3363
|
+
"nuxt": "^3.0.0",
|
|
3191
3364
|
"requires": {}
|
|
3192
3365
|
}
|
|
3193
3366
|
},
|
|
@@ -3209,7 +3382,7 @@
|
|
|
3209
3382
|
}
|
|
3210
3383
|
],
|
|
3211
3384
|
"compatibility": {
|
|
3212
|
-
"nuxt": "
|
|
3385
|
+
"nuxt": ">=3.0.0",
|
|
3213
3386
|
"requires": {}
|
|
3214
3387
|
}
|
|
3215
3388
|
},
|
|
@@ -3265,11 +3438,35 @@
|
|
|
3265
3438
|
},
|
|
3266
3439
|
"sponsor": true
|
|
3267
3440
|
},
|
|
3441
|
+
{
|
|
3442
|
+
"name": "kongponents",
|
|
3443
|
+
"description": "Kong Component library",
|
|
3444
|
+
"repo": "kong/kongponents",
|
|
3445
|
+
"npm": "@kong/kongponents",
|
|
3446
|
+
"icon": "kong.svg",
|
|
3447
|
+
"github": "https://github.com/Kong/kongponents/tree/main/nuxt",
|
|
3448
|
+
"website": "https://kongponents.konghq.com/",
|
|
3449
|
+
"learn_more": "https://kongponents.konghq.com/guide/usage.html#nuxt-module",
|
|
3450
|
+
"category": "UI",
|
|
3451
|
+
"type": "3rd-party",
|
|
3452
|
+
"maintainers": [
|
|
3453
|
+
{
|
|
3454
|
+
"name": "Kong",
|
|
3455
|
+
"github": "Kong",
|
|
3456
|
+
"twitter": "kong"
|
|
3457
|
+
}
|
|
3458
|
+
],
|
|
3459
|
+
"compatibility": {
|
|
3460
|
+
"nuxt": ">=3.0.0",
|
|
3461
|
+
"requires": {},
|
|
3462
|
+
"devtools": "^0.0.0"
|
|
3463
|
+
}
|
|
3464
|
+
},
|
|
3268
3465
|
{
|
|
3269
3466
|
"name": "kql",
|
|
3270
3467
|
"description": "Nuxt module for Kirby's Query Language API",
|
|
3271
3468
|
"repo": "johannschopplich/nuxt-kql",
|
|
3272
|
-
"npm": "nuxt-
|
|
3469
|
+
"npm": "nuxt-kirby",
|
|
3273
3470
|
"icon": "kql.svg",
|
|
3274
3471
|
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
3275
3472
|
"website": "https://nuxt-kql.byjohann.dev/",
|
|
@@ -3285,7 +3482,7 @@
|
|
|
3285
3482
|
}
|
|
3286
3483
|
],
|
|
3287
3484
|
"compatibility": {
|
|
3288
|
-
"nuxt": ">=
|
|
3485
|
+
"nuxt": ">=4.0.0",
|
|
3289
3486
|
"requires": {}
|
|
3290
3487
|
}
|
|
3291
3488
|
},
|
|
@@ -3376,7 +3573,31 @@
|
|
|
3376
3573
|
}
|
|
3377
3574
|
],
|
|
3378
3575
|
"compatibility": {
|
|
3379
|
-
"nuxt": "
|
|
3576
|
+
"nuxt": ">=3.0.0",
|
|
3577
|
+
"requires": {}
|
|
3578
|
+
}
|
|
3579
|
+
},
|
|
3580
|
+
{
|
|
3581
|
+
"name": "lettermint",
|
|
3582
|
+
"description": "Nuxt module for sending emails with Lettermint",
|
|
3583
|
+
"repo": "lettermint/nuxt-lettermint",
|
|
3584
|
+
"npm": "nuxt-lettermint",
|
|
3585
|
+
"icon": "lettermint.svg",
|
|
3586
|
+
"github": "https://github.com/lettermint/nuxt-lettermint",
|
|
3587
|
+
"website": "https://github.com/lettermint/nuxt-lettermint",
|
|
3588
|
+
"learn_more": "https://lettermint.co",
|
|
3589
|
+
"category": "Extensions",
|
|
3590
|
+
"type": "3rd-party",
|
|
3591
|
+
"maintainers": [
|
|
3592
|
+
{
|
|
3593
|
+
"name": "lettermint",
|
|
3594
|
+
"github": "lettermint",
|
|
3595
|
+
"twitter": "lettermintco",
|
|
3596
|
+
"bluesky": "lettermint.co"
|
|
3597
|
+
}
|
|
3598
|
+
],
|
|
3599
|
+
"compatibility": {
|
|
3600
|
+
"nuxt": ">=3.0.0",
|
|
3380
3601
|
"requires": {}
|
|
3381
3602
|
}
|
|
3382
3603
|
},
|
|
@@ -3400,7 +3621,7 @@
|
|
|
3400
3621
|
}
|
|
3401
3622
|
],
|
|
3402
3623
|
"compatibility": {
|
|
3403
|
-
"nuxt": ">=3.
|
|
3624
|
+
"nuxt": ">=3.9.0",
|
|
3404
3625
|
"requires": {},
|
|
3405
3626
|
"devtools": "^0.0.0"
|
|
3406
3627
|
}
|
|
@@ -3414,7 +3635,7 @@
|
|
|
3414
3635
|
"github": "https://github.com/nuxtlabs/nuxt-llms",
|
|
3415
3636
|
"website": "https://github.com/nuxtlabs/nuxt-llms",
|
|
3416
3637
|
"learn_more": "",
|
|
3417
|
-
"category": "
|
|
3638
|
+
"category": "AI",
|
|
3418
3639
|
"type": "3rd-party",
|
|
3419
3640
|
"maintainers": [
|
|
3420
3641
|
{
|
|
@@ -3426,7 +3647,7 @@
|
|
|
3426
3647
|
{
|
|
3427
3648
|
"name": "Sébastien Chopin",
|
|
3428
3649
|
"github": "Atinux",
|
|
3429
|
-
"twitter": "
|
|
3650
|
+
"twitter": "atinux",
|
|
3430
3651
|
"bluesky": "atinux.com"
|
|
3431
3652
|
}
|
|
3432
3653
|
],
|
|
@@ -3511,28 +3732,6 @@
|
|
|
3511
3732
|
"requires": {}
|
|
3512
3733
|
}
|
|
3513
3734
|
},
|
|
3514
|
-
{
|
|
3515
|
-
"name": "lodash",
|
|
3516
|
-
"description": "lodash module with auto-import and custom prefix",
|
|
3517
|
-
"repo": "cipami/nuxt-lodash",
|
|
3518
|
-
"npm": "nuxt-lodash",
|
|
3519
|
-
"icon": "lodash.svg",
|
|
3520
|
-
"github": "https://github.com/cipami/nuxt-lodash",
|
|
3521
|
-
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
3522
|
-
"learn_more": "https://github.com/lodash/lodash",
|
|
3523
|
-
"category": "Libraries",
|
|
3524
|
-
"type": "3rd-party",
|
|
3525
|
-
"maintainers": [
|
|
3526
|
-
{
|
|
3527
|
-
"name": "Michal Čípa",
|
|
3528
|
-
"github": "cipami"
|
|
3529
|
-
}
|
|
3530
|
-
],
|
|
3531
|
-
"compatibility": {
|
|
3532
|
-
"nuxt": ">=3.0.0",
|
|
3533
|
-
"requires": {}
|
|
3534
|
-
}
|
|
3535
|
-
},
|
|
3536
3735
|
{
|
|
3537
3736
|
"name": "logrocket",
|
|
3538
3737
|
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
@@ -3580,6 +3779,30 @@
|
|
|
3580
3779
|
},
|
|
3581
3780
|
"sponsor": true
|
|
3582
3781
|
},
|
|
3782
|
+
{
|
|
3783
|
+
"name": "lottie",
|
|
3784
|
+
"description": "Easily integrate Lottie animations into your Nuxt App.",
|
|
3785
|
+
"repo": "volkanakkus/nuxt-lottie",
|
|
3786
|
+
"npm": "nuxt-lottie",
|
|
3787
|
+
"icon": "lottie.png",
|
|
3788
|
+
"github": "https://github.com/volkanakkus/nuxt-lottie",
|
|
3789
|
+
"website": "https://github.com/volkanakkus/nuxt-lottie",
|
|
3790
|
+
"learn_more": "https://github.com/volkanakkus/nuxt-lottie/blob/main/README.md",
|
|
3791
|
+
"category": "UI",
|
|
3792
|
+
"type": "3rd-party",
|
|
3793
|
+
"maintainers": [
|
|
3794
|
+
{
|
|
3795
|
+
"name": "Volkan Akkuş",
|
|
3796
|
+
"github": "volkanakkus",
|
|
3797
|
+
"avatar": "https://avatars.githubusercontent.com/volkanakkus",
|
|
3798
|
+
"twitter": "volkanakks"
|
|
3799
|
+
}
|
|
3800
|
+
],
|
|
3801
|
+
"compatibility": {
|
|
3802
|
+
"nuxt": ">=3.0.0",
|
|
3803
|
+
"requires": {}
|
|
3804
|
+
}
|
|
3805
|
+
},
|
|
3583
3806
|
{
|
|
3584
3807
|
"name": "lucide-icons",
|
|
3585
3808
|
"description": "Nuxt module to integrate Lucide icons",
|
|
@@ -3602,7 +3825,7 @@
|
|
|
3602
3825
|
}
|
|
3603
3826
|
],
|
|
3604
3827
|
"compatibility": {
|
|
3605
|
-
"nuxt": ">=3.
|
|
3828
|
+
"nuxt": ">=3.3.0",
|
|
3606
3829
|
"requires": {}
|
|
3607
3830
|
}
|
|
3608
3831
|
},
|
|
@@ -3771,11 +3994,11 @@
|
|
|
3771
3994
|
},
|
|
3772
3995
|
{
|
|
3773
3996
|
"name": "maz-ui",
|
|
3774
|
-
"description": "
|
|
3775
|
-
"repo": "louismazel/maz-ui#master/packages/
|
|
3776
|
-
"npm": "maz-ui",
|
|
3997
|
+
"description": "A modern Vue.js UI library with auto-import components, plugins, and composables designed for seamless Nuxt integration and enhanced developer experience.",
|
|
3998
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt",
|
|
3999
|
+
"npm": "@maz-ui/nuxt",
|
|
3777
4000
|
"icon": "maz-ui.png",
|
|
3778
|
-
"github": "https://github.com/
|
|
4001
|
+
"github": "https://github.com/LouisMazel/maz-ui/tree/master/packages/nuxt",
|
|
3779
4002
|
"website": "https://maz-ui.com/",
|
|
3780
4003
|
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3781
4004
|
"category": "UI",
|
|
@@ -3792,6 +4015,31 @@
|
|
|
3792
4015
|
"requires": {}
|
|
3793
4016
|
}
|
|
3794
4017
|
},
|
|
4018
|
+
{
|
|
4019
|
+
"name": "mcp-toolkit",
|
|
4020
|
+
"description": "Create MCP servers directly in your Nuxt application with zero configuration.",
|
|
4021
|
+
"repo": "nuxt-modules/mcp-toolkit#main/packages/nuxt-mcp-toolkit",
|
|
4022
|
+
"npm": "@nuxtjs/mcp-toolkit",
|
|
4023
|
+
"icon": "mcp-toolkit.png",
|
|
4024
|
+
"github": "https://github.com/nuxt-modules/mcp-toolkit/tree/main/packages/nuxt-mcp-toolkit",
|
|
4025
|
+
"website": "https://mcp-toolkit.nuxt.dev/getting-started/installation",
|
|
4026
|
+
"learn_more": "",
|
|
4027
|
+
"category": "AI",
|
|
4028
|
+
"type": "community",
|
|
4029
|
+
"maintainers": [
|
|
4030
|
+
{
|
|
4031
|
+
"name": "Hugo",
|
|
4032
|
+
"github": "HugoRCD",
|
|
4033
|
+
"twitter": "hugorcd",
|
|
4034
|
+
"bluesky": "hrcd.fr"
|
|
4035
|
+
}
|
|
4036
|
+
],
|
|
4037
|
+
"compatibility": {
|
|
4038
|
+
"nuxt": ">=3.0.0",
|
|
4039
|
+
"requires": {}
|
|
4040
|
+
},
|
|
4041
|
+
"mcp": "https://mcp-toolkit.nuxt.dev/mcp"
|
|
4042
|
+
},
|
|
3795
4043
|
{
|
|
3796
4044
|
"name": "mdc",
|
|
3797
4045
|
"description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
|
|
@@ -3956,7 +4204,7 @@
|
|
|
3956
4204
|
}
|
|
3957
4205
|
],
|
|
3958
4206
|
"compatibility": {
|
|
3959
|
-
"nuxt": "
|
|
4207
|
+
"nuxt": ">=3.0.0",
|
|
3960
4208
|
"requires": {}
|
|
3961
4209
|
}
|
|
3962
4210
|
},
|
|
@@ -4128,6 +4376,30 @@
|
|
|
4128
4376
|
"requires": {}
|
|
4129
4377
|
}
|
|
4130
4378
|
},
|
|
4379
|
+
{
|
|
4380
|
+
"name": "nitro-graphql",
|
|
4381
|
+
"description": "A standalone Nitro module that integrates GraphQL servers into any Nitro application with automatic type generation, file watching, and seamless framework integration.",
|
|
4382
|
+
"repo": "productdevbook/nitro-graphql",
|
|
4383
|
+
"npm": "nitro-graphql",
|
|
4384
|
+
"icon": "",
|
|
4385
|
+
"github": "https://github.com/productdevbook/nitro-graphql",
|
|
4386
|
+
"website": "https://github.com/productdevbook/nitro-graphql",
|
|
4387
|
+
"learn_more": "",
|
|
4388
|
+
"category": "Request",
|
|
4389
|
+
"type": "3rd-party",
|
|
4390
|
+
"maintainers": [
|
|
4391
|
+
{
|
|
4392
|
+
"name": "Wind",
|
|
4393
|
+
"github": "productdevbook",
|
|
4394
|
+
"twitter": "productdevbook",
|
|
4395
|
+
"bluesky": "productdevbook.com"
|
|
4396
|
+
}
|
|
4397
|
+
],
|
|
4398
|
+
"compatibility": {
|
|
4399
|
+
"nuxt": "^3.0.0",
|
|
4400
|
+
"requires": {}
|
|
4401
|
+
}
|
|
4402
|
+
},
|
|
4131
4403
|
{
|
|
4132
4404
|
"name": "nodemailer",
|
|
4133
4405
|
"description": "Nuxt integration for nodemailer",
|
|
@@ -4194,6 +4466,30 @@
|
|
|
4194
4466
|
"requires": {}
|
|
4195
4467
|
}
|
|
4196
4468
|
},
|
|
4469
|
+
{
|
|
4470
|
+
"name": "nuxt-aidbase",
|
|
4471
|
+
"description": "Easily integrate Aidbase into your Nuxt app.",
|
|
4472
|
+
"repo": "Mokkapps/nuxt-aidbase",
|
|
4473
|
+
"npm": "nuxt-aidbase",
|
|
4474
|
+
"icon": "nuxt-aidbase.png",
|
|
4475
|
+
"github": "https://github.com/Mokkapps/nuxt-aidbase",
|
|
4476
|
+
"website": "https://github.com/Mokkapps/nuxt-aidbase",
|
|
4477
|
+
"learn_more": "https://github.com/Mokkapps/nuxt-aidbase",
|
|
4478
|
+
"category": "Libraries",
|
|
4479
|
+
"type": "3rd-party",
|
|
4480
|
+
"maintainers": [
|
|
4481
|
+
{
|
|
4482
|
+
"name": "Michael Hoffmann",
|
|
4483
|
+
"github": "Mokkapps",
|
|
4484
|
+
"twitter": "mokkapps",
|
|
4485
|
+
"avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
|
|
4486
|
+
}
|
|
4487
|
+
],
|
|
4488
|
+
"compatibility": {
|
|
4489
|
+
"nuxt": ">=3.0.0",
|
|
4490
|
+
"requires": {}
|
|
4491
|
+
}
|
|
4492
|
+
},
|
|
4197
4493
|
{
|
|
4198
4494
|
"name": "nuxt-anchorscroll",
|
|
4199
4495
|
"description": "Scroll to top and to anchor support for Nuxt",
|
|
@@ -4216,6 +4512,29 @@
|
|
|
4216
4512
|
"requires": {}
|
|
4217
4513
|
}
|
|
4218
4514
|
},
|
|
4515
|
+
{
|
|
4516
|
+
"name": "nuxt-anime",
|
|
4517
|
+
"description": "Nuxt module for Anime.js",
|
|
4518
|
+
"repo": "Enternikot/NuxtAnime",
|
|
4519
|
+
"npm": "nuxt-anime",
|
|
4520
|
+
"icon": "nuxt-anime.png",
|
|
4521
|
+
"github": "https://github.com/Enternikot/NuxtAnime",
|
|
4522
|
+
"website": "https://nuxtanime.vercel.app/",
|
|
4523
|
+
"learn_more": "https://animejs.com/",
|
|
4524
|
+
"category": "Libraries",
|
|
4525
|
+
"type": "3rd-party",
|
|
4526
|
+
"maintainers": [
|
|
4527
|
+
{
|
|
4528
|
+
"name": "Sebastian Gebhardt",
|
|
4529
|
+
"github": "Enternikot",
|
|
4530
|
+
"avatar": "https://avatars.githubusercontent.com/u/47455848?v=4"
|
|
4531
|
+
}
|
|
4532
|
+
],
|
|
4533
|
+
"compatibility": {
|
|
4534
|
+
"nuxt": ">=3.0.0",
|
|
4535
|
+
"requires": {}
|
|
4536
|
+
}
|
|
4537
|
+
},
|
|
4219
4538
|
{
|
|
4220
4539
|
"name": "nuxt-asciidoc",
|
|
4221
4540
|
"description": "Transformer for using asciidoc in nuxt",
|
|
@@ -4246,7 +4565,7 @@
|
|
|
4246
4565
|
"npm": "nuxt-auth-sanctum",
|
|
4247
4566
|
"icon": "laravel.svg",
|
|
4248
4567
|
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
4249
|
-
"website": "https://manchenkoff.
|
|
4568
|
+
"website": "https://sanctum.manchenkoff.me",
|
|
4250
4569
|
"learn_more": "https://laravel.com/docs/12.x/sanctum",
|
|
4251
4570
|
"category": "Security",
|
|
4252
4571
|
"type": "3rd-party",
|
|
@@ -4331,7 +4650,7 @@
|
|
|
4331
4650
|
}
|
|
4332
4651
|
],
|
|
4333
4652
|
"compatibility": {
|
|
4334
|
-
"nuxt": ">=3.
|
|
4653
|
+
"nuxt": ">=3.13.1",
|
|
4335
4654
|
"requires": {},
|
|
4336
4655
|
"devtools": "^0.0.0"
|
|
4337
4656
|
}
|
|
@@ -4400,7 +4719,7 @@
|
|
|
4400
4719
|
}
|
|
4401
4720
|
],
|
|
4402
4721
|
"compatibility": {
|
|
4403
|
-
"nuxt": ">=3.0.0",
|
|
4722
|
+
"nuxt": ">=3.0.0 <5.0.0",
|
|
4404
4723
|
"requires": {}
|
|
4405
4724
|
}
|
|
4406
4725
|
},
|
|
@@ -4502,7 +4821,7 @@
|
|
|
4502
4821
|
"icon": "nuxt-coolify.svg",
|
|
4503
4822
|
"github": "https://github.com/justserdar/nuxt-coolify",
|
|
4504
4823
|
"website": "https://github.com/justserdar/nuxt-coolify",
|
|
4505
|
-
"learn_more": "
|
|
4824
|
+
"learn_more": "",
|
|
4506
4825
|
"category": "Request",
|
|
4507
4826
|
"type": "3rd-party",
|
|
4508
4827
|
"maintainers": [
|
|
@@ -4517,6 +4836,30 @@
|
|
|
4517
4836
|
"requires": {}
|
|
4518
4837
|
}
|
|
4519
4838
|
},
|
|
4839
|
+
{
|
|
4840
|
+
"name": "nuxt-email-renderer",
|
|
4841
|
+
"description": "A Nuxt module that provides high-quality, unstyled components & utils for creating emails using Vue and TypeScript.",
|
|
4842
|
+
"repo": "Mokkapps/nuxt-email-renderer",
|
|
4843
|
+
"npm": "nuxt-email-renderer",
|
|
4844
|
+
"icon": "",
|
|
4845
|
+
"github": "https://github.com/Mokkapps/nuxt-email-renderer",
|
|
4846
|
+
"website": "https://nuxtemail.com",
|
|
4847
|
+
"learn_more": "https://nuxtemail.com",
|
|
4848
|
+
"category": "Devtools",
|
|
4849
|
+
"type": "3rd-party",
|
|
4850
|
+
"maintainers": [
|
|
4851
|
+
{
|
|
4852
|
+
"name": "Michael Hoffmann",
|
|
4853
|
+
"github": "Mokkapps",
|
|
4854
|
+
"twitter": "mokkapps",
|
|
4855
|
+
"avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
|
|
4856
|
+
}
|
|
4857
|
+
],
|
|
4858
|
+
"compatibility": {
|
|
4859
|
+
"nuxt": ">=3.0.0",
|
|
4860
|
+
"requires": {}
|
|
4861
|
+
}
|
|
4862
|
+
},
|
|
4520
4863
|
{
|
|
4521
4864
|
"name": "nuxt-facebook-chat",
|
|
4522
4865
|
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
@@ -4539,7 +4882,7 @@
|
|
|
4539
4882
|
}
|
|
4540
4883
|
],
|
|
4541
4884
|
"compatibility": {
|
|
4542
|
-
"nuxt": "
|
|
4885
|
+
"nuxt": "^3.6.0",
|
|
4543
4886
|
"requires": {}
|
|
4544
4887
|
}
|
|
4545
4888
|
},
|
|
@@ -4632,6 +4975,31 @@
|
|
|
4632
4975
|
"requires": {}
|
|
4633
4976
|
}
|
|
4634
4977
|
},
|
|
4978
|
+
{
|
|
4979
|
+
"name": "nuxt-formisch",
|
|
4980
|
+
"description": "Formisch integration for Nuxt - schema-based, headless form library",
|
|
4981
|
+
"repo": "onmax/nuxt-formisch",
|
|
4982
|
+
"npm": "nuxt-formisch",
|
|
4983
|
+
"icon": "nuxt-formisch.svg",
|
|
4984
|
+
"github": "https://github.com/onmax/nuxt-formisch",
|
|
4985
|
+
"website": "https://github.com/onmax/nuxt-formisch",
|
|
4986
|
+
"learn_more": "",
|
|
4987
|
+
"category": "Libraries",
|
|
4988
|
+
"type": "3rd-party",
|
|
4989
|
+
"maintainers": [
|
|
4990
|
+
{
|
|
4991
|
+
"name": "Max",
|
|
4992
|
+
"github": "onmax",
|
|
4993
|
+
"avatar": "https://avatars.githubusercontent.com/u/22072217?v=4",
|
|
4994
|
+
"bluesky": "onmax.bsky.social",
|
|
4995
|
+
"twitter": "_onmax"
|
|
4996
|
+
}
|
|
4997
|
+
],
|
|
4998
|
+
"compatibility": {
|
|
4999
|
+
"nuxt": "^3.0.0",
|
|
5000
|
+
"requires": {}
|
|
5001
|
+
}
|
|
5002
|
+
},
|
|
4635
5003
|
{
|
|
4636
5004
|
"name": "nuxt-fortify",
|
|
4637
5005
|
"description": "Use Laravel fortify and sanctum with Nuxt",
|
|
@@ -4678,6 +5046,28 @@
|
|
|
4678
5046
|
"requires": {}
|
|
4679
5047
|
}
|
|
4680
5048
|
},
|
|
5049
|
+
{
|
|
5050
|
+
"name": "nuxt-google-auth",
|
|
5051
|
+
"description": "Google Identity Services integration for Nuxt 3 & 4 with a simple composable and button component.",
|
|
5052
|
+
"repo": "go-fireball/nuxt-google-auth",
|
|
5053
|
+
"npm": "nuxt-google-auth",
|
|
5054
|
+
"icon": "",
|
|
5055
|
+
"github": "https://github.com/go-fireball/nuxt-google-auth",
|
|
5056
|
+
"website": "https://github.com/go-fireball/nuxt-google-auth",
|
|
5057
|
+
"learn_more": "",
|
|
5058
|
+
"category": "Security",
|
|
5059
|
+
"type": "3rd-party",
|
|
5060
|
+
"maintainers": [
|
|
5061
|
+
{
|
|
5062
|
+
"name": "go-fireball",
|
|
5063
|
+
"github": "go-fireball"
|
|
5064
|
+
}
|
|
5065
|
+
],
|
|
5066
|
+
"compatibility": {
|
|
5067
|
+
"nuxt": "^3.0.0 || ^4.0.0",
|
|
5068
|
+
"requires": {}
|
|
5069
|
+
}
|
|
5070
|
+
},
|
|
4681
5071
|
{
|
|
4682
5072
|
"name": "nuxt-gpt",
|
|
4683
5073
|
"description": "Plug and Play ChatGPT for Nuxt.",
|
|
@@ -4696,7 +5086,29 @@
|
|
|
4696
5086
|
}
|
|
4697
5087
|
],
|
|
4698
5088
|
"compatibility": {
|
|
4699
|
-
"nuxt": "
|
|
5089
|
+
"nuxt": "^3.0.0",
|
|
5090
|
+
"requires": {}
|
|
5091
|
+
}
|
|
5092
|
+
},
|
|
5093
|
+
{
|
|
5094
|
+
"name": "nuxt-gql-pulse",
|
|
5095
|
+
"description": "A Nuxt 3 module for making GraphQL requests with ease, leveraging the power of Nuxt's composables and VueUse.",
|
|
5096
|
+
"repo": "Abbasmoe/nuxt-gql-pulse",
|
|
5097
|
+
"npm": "nuxt-gql-pulse",
|
|
5098
|
+
"icon": "nuxt-gql-pulse.png",
|
|
5099
|
+
"github": "https://github.com/Abbasmoe/nuxt-gql-pulse",
|
|
5100
|
+
"website": "https://github.com/Abbasmoe/nuxt-gql-pulse",
|
|
5101
|
+
"learn_more": "",
|
|
5102
|
+
"category": "Request",
|
|
5103
|
+
"type": "3rd-party",
|
|
5104
|
+
"maintainers": [
|
|
5105
|
+
{
|
|
5106
|
+
"name": "Abbas Mohamed",
|
|
5107
|
+
"github": "Abbasmoe"
|
|
5108
|
+
}
|
|
5109
|
+
],
|
|
5110
|
+
"compatibility": {
|
|
5111
|
+
"nuxt": "^3.0.0 || ^4.0.0",
|
|
4700
5112
|
"requires": {}
|
|
4701
5113
|
}
|
|
4702
5114
|
},
|
|
@@ -4725,7 +5137,7 @@
|
|
|
4725
5137
|
}
|
|
4726
5138
|
],
|
|
4727
5139
|
"compatibility": {
|
|
4728
|
-
"nuxt": "
|
|
5140
|
+
"nuxt": ">=3.13.0",
|
|
4729
5141
|
"requires": {}
|
|
4730
5142
|
}
|
|
4731
5143
|
},
|
|
@@ -4769,7 +5181,7 @@
|
|
|
4769
5181
|
}
|
|
4770
5182
|
],
|
|
4771
5183
|
"compatibility": {
|
|
4772
|
-
"nuxt": "
|
|
5184
|
+
"nuxt": "^3.0.0",
|
|
4773
5185
|
"requires": {},
|
|
4774
5186
|
"devtools": "^0.0.0"
|
|
4775
5187
|
}
|
|
@@ -4898,7 +5310,7 @@
|
|
|
4898
5310
|
"npm": "nuxt-laravel-echo",
|
|
4899
5311
|
"icon": "laravel.svg",
|
|
4900
5312
|
"github": "https://github.com/manchenkoff/nuxt-laravel-echo",
|
|
4901
|
-
"website": "https://manchenkoff.
|
|
5313
|
+
"website": "https://echo.manchenkoff.me",
|
|
4902
5314
|
"learn_more": "https://laravel.com/docs/12.x/broadcasting",
|
|
4903
5315
|
"category": "Libraries",
|
|
4904
5316
|
"type": "3rd-party",
|
|
@@ -4935,7 +5347,7 @@
|
|
|
4935
5347
|
}
|
|
4936
5348
|
],
|
|
4937
5349
|
"compatibility": {
|
|
4938
|
-
"nuxt": "
|
|
5350
|
+
"nuxt": "^3.0.0 || >=4.0.3",
|
|
4939
5351
|
"requires": {}
|
|
4940
5352
|
}
|
|
4941
5353
|
},
|
|
@@ -4959,7 +5371,7 @@
|
|
|
4959
5371
|
}
|
|
4960
5372
|
],
|
|
4961
5373
|
"compatibility": {
|
|
4962
|
-
"nuxt": ">=3.
|
|
5374
|
+
"nuxt": ">=3.0.0",
|
|
4963
5375
|
"requires": {}
|
|
4964
5376
|
}
|
|
4965
5377
|
},
|
|
@@ -4982,7 +5394,7 @@
|
|
|
4982
5394
|
}
|
|
4983
5395
|
],
|
|
4984
5396
|
"compatibility": {
|
|
4985
|
-
"nuxt": "
|
|
5397
|
+
"nuxt": "^3.0.0",
|
|
4986
5398
|
"requires": {}
|
|
4987
5399
|
}
|
|
4988
5400
|
},
|
|
@@ -5074,7 +5486,7 @@
|
|
|
5074
5486
|
}
|
|
5075
5487
|
],
|
|
5076
5488
|
"compatibility": {
|
|
5077
|
-
"nuxt": "
|
|
5489
|
+
"nuxt": ">=3.0.0",
|
|
5078
5490
|
"requires": {}
|
|
5079
5491
|
}
|
|
5080
5492
|
},
|
|
@@ -5142,7 +5554,7 @@
|
|
|
5142
5554
|
}
|
|
5143
5555
|
],
|
|
5144
5556
|
"compatibility": {
|
|
5145
|
-
"nuxt": ">=3.
|
|
5557
|
+
"nuxt": ">=3.1.0",
|
|
5146
5558
|
"requires": {}
|
|
5147
5559
|
}
|
|
5148
5560
|
},
|
|
@@ -5171,6 +5583,31 @@
|
|
|
5171
5583
|
"devtools": "^0.0.0"
|
|
5172
5584
|
}
|
|
5173
5585
|
},
|
|
5586
|
+
{
|
|
5587
|
+
"name": "nuxt-mqtt",
|
|
5588
|
+
"description": "A Nuxt module for real-time MQTT communication using mqtt.js",
|
|
5589
|
+
"repo": "arashsheyda/nuxt-mqtt",
|
|
5590
|
+
"npm": "nuxt-mqtt",
|
|
5591
|
+
"icon": "nuxt-mqtt.png",
|
|
5592
|
+
"github": "https://github.com/arashsheyda/nuxt-mqtt",
|
|
5593
|
+
"website": "https://github.com/arashsheyda/nuxt-mongoose#readme",
|
|
5594
|
+
"learn_more": "",
|
|
5595
|
+
"category": "Extensions",
|
|
5596
|
+
"type": "3rd-party",
|
|
5597
|
+
"maintainers": [
|
|
5598
|
+
{
|
|
5599
|
+
"name": "Arash Ari Sheyda",
|
|
5600
|
+
"github": "arashsheyda",
|
|
5601
|
+
"twitter": "arash_sheyda",
|
|
5602
|
+
"bluesky": "arashsheyda.me"
|
|
5603
|
+
}
|
|
5604
|
+
],
|
|
5605
|
+
"compatibility": {
|
|
5606
|
+
"nuxt": ">=3.0.0",
|
|
5607
|
+
"requires": {},
|
|
5608
|
+
"devtools": "^0.0.0"
|
|
5609
|
+
}
|
|
5610
|
+
},
|
|
5174
5611
|
{
|
|
5175
5612
|
"name": "nuxt-music-flow",
|
|
5176
5613
|
"description": "Nuxt 3 module for audio player component with playlist and waveform visualization.",
|
|
@@ -5194,6 +5631,28 @@
|
|
|
5194
5631
|
"requires": {}
|
|
5195
5632
|
}
|
|
5196
5633
|
},
|
|
5634
|
+
{
|
|
5635
|
+
"name": "nuxt-notify",
|
|
5636
|
+
"description": "Advanced toast notifications for Nuxt 3/4 with Tailwind CSS + Nuxt Icon (actions, avatars, progress, themes, UI overrides).",
|
|
5637
|
+
"repo": "nizaamomer/nuxt-notify",
|
|
5638
|
+
"npm": "nuxt-notify",
|
|
5639
|
+
"icon": "nuxt-notify.png",
|
|
5640
|
+
"github": "https://github.com/nizaamomer/nuxt-notify",
|
|
5641
|
+
"website": "https://nuxt-notify.nizaamomer.com",
|
|
5642
|
+
"learn_more": "https://nuxt-notify.nizaamomer.com/docs/getting-started/introduction",
|
|
5643
|
+
"category": "UI",
|
|
5644
|
+
"type": "3rd-party",
|
|
5645
|
+
"maintainers": [
|
|
5646
|
+
{
|
|
5647
|
+
"name": "Nizam Omer",
|
|
5648
|
+
"github": "nizaamomer"
|
|
5649
|
+
}
|
|
5650
|
+
],
|
|
5651
|
+
"compatibility": {
|
|
5652
|
+
"nuxt": "^3.0.0 || ^4.0.0",
|
|
5653
|
+
"requires": {}
|
|
5654
|
+
}
|
|
5655
|
+
},
|
|
5197
5656
|
{
|
|
5198
5657
|
"name": "nuxt-oidc-auth",
|
|
5199
5658
|
"description": "Seamless modern authentication for Nuxt applications.",
|
|
@@ -5212,11 +5671,63 @@
|
|
|
5212
5671
|
"twitter": "jandamaschke"
|
|
5213
5672
|
}
|
|
5214
5673
|
],
|
|
5674
|
+
"compatibility": {
|
|
5675
|
+
"nuxt": ">=3.9.0",
|
|
5676
|
+
"requires": {}
|
|
5677
|
+
}
|
|
5678
|
+
},
|
|
5679
|
+
{
|
|
5680
|
+
"name": "nuxt-ollama",
|
|
5681
|
+
"description": "Simple integration of the official Ollama JavaScript Library for your Nuxt application.",
|
|
5682
|
+
"repo": "thoda-dev/nuxt-ollama",
|
|
5683
|
+
"npm": "nuxt-ollama",
|
|
5684
|
+
"icon": "nuxt-ollama.png",
|
|
5685
|
+
"github": "https://github.com/thoda-dev/nuxt-ollama",
|
|
5686
|
+
"website": "https://nuxt-ollama.jericho.dev/",
|
|
5687
|
+
"learn_more": "https://nuxt-ollama.jericho.dev/",
|
|
5688
|
+
"category": "Libraries",
|
|
5689
|
+
"type": "3rd-party",
|
|
5690
|
+
"maintainers": [
|
|
5691
|
+
{
|
|
5692
|
+
"name": "Thomas",
|
|
5693
|
+
"github": "thoda-dev",
|
|
5694
|
+
"avatar": "https://avatars.githubusercontent.com/thoda-dev",
|
|
5695
|
+
"twitter": "thoda_dev"
|
|
5696
|
+
}
|
|
5697
|
+
],
|
|
5215
5698
|
"compatibility": {
|
|
5216
5699
|
"nuxt": ">=3.0.0",
|
|
5217
5700
|
"requires": {}
|
|
5218
5701
|
}
|
|
5219
5702
|
},
|
|
5703
|
+
{
|
|
5704
|
+
"name": "nuxt-open-fetch",
|
|
5705
|
+
"description": "Generate zero-overhead, 100% typed OpenAPI clients for Nuxt.",
|
|
5706
|
+
"repo": "Norbiros/nuxt-open-fetch",
|
|
5707
|
+
"npm": "nuxt-open-fetch",
|
|
5708
|
+
"icon": "nuxt-open-fetch.svg",
|
|
5709
|
+
"github": "https://github.com/Norbiros/nuxt-open-fetch",
|
|
5710
|
+
"website": "https://nuxt-open-fetch.norbiros.dev",
|
|
5711
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-open-fetch",
|
|
5712
|
+
"category": "Request",
|
|
5713
|
+
"type": "3rd-party",
|
|
5714
|
+
"maintainers": [
|
|
5715
|
+
{
|
|
5716
|
+
"name": "Norbiros",
|
|
5717
|
+
"github": "Norbiros",
|
|
5718
|
+
"avatar": "https://avatars.githubusercontent.com/u/89837724?v=4"
|
|
5719
|
+
},
|
|
5720
|
+
{
|
|
5721
|
+
"name": "Taras Batenkov",
|
|
5722
|
+
"github": "enkot",
|
|
5723
|
+
"avatar": "https://avatars.githubusercontent.com/u/10506522?v=4"
|
|
5724
|
+
}
|
|
5725
|
+
],
|
|
5726
|
+
"compatibility": {
|
|
5727
|
+
"nuxt": ">=3.0.0 <5.0.0-alpha.0",
|
|
5728
|
+
"requires": {}
|
|
5729
|
+
}
|
|
5730
|
+
},
|
|
5220
5731
|
{
|
|
5221
5732
|
"name": "nuxt-openapi-docs-module",
|
|
5222
5733
|
"description": "Generate pages from OpenAPI specifications",
|
|
@@ -5262,7 +5773,7 @@
|
|
|
5262
5773
|
}
|
|
5263
5774
|
],
|
|
5264
5775
|
"compatibility": {
|
|
5265
|
-
"nuxt": ">=3.0.0",
|
|
5776
|
+
"nuxt": ">=3.0.0-rc.8",
|
|
5266
5777
|
"requires": {},
|
|
5267
5778
|
"devtools": "^0.0.0"
|
|
5268
5779
|
}
|
|
@@ -5403,7 +5914,7 @@
|
|
|
5403
5914
|
}
|
|
5404
5915
|
],
|
|
5405
5916
|
"compatibility": {
|
|
5406
|
-
"nuxt": "
|
|
5917
|
+
"nuxt": "^3.6.0",
|
|
5407
5918
|
"requires": {}
|
|
5408
5919
|
}
|
|
5409
5920
|
},
|
|
@@ -5453,6 +5964,28 @@
|
|
|
5453
5964
|
"requires": {}
|
|
5454
5965
|
}
|
|
5455
5966
|
},
|
|
5967
|
+
{
|
|
5968
|
+
"name": "nuxt-processor",
|
|
5969
|
+
"description": "Decoupled processing for Nuxt backed by BullMQ.",
|
|
5970
|
+
"repo": "aidanhibbard/nuxt-processor",
|
|
5971
|
+
"npm": "nuxt-processor",
|
|
5972
|
+
"icon": "",
|
|
5973
|
+
"github": "https://github.com/aidanhibbard/nuxt-processor",
|
|
5974
|
+
"website": "https://github.com/aidanhibbard/nuxt-processor",
|
|
5975
|
+
"learn_more": "https://aidanhibbard.github.io/nuxt-processor/",
|
|
5976
|
+
"category": "Libraries",
|
|
5977
|
+
"type": "3rd-party",
|
|
5978
|
+
"maintainers": [
|
|
5979
|
+
{
|
|
5980
|
+
"name": "Aidan Hibbard",
|
|
5981
|
+
"github": "aidanhibbard"
|
|
5982
|
+
}
|
|
5983
|
+
],
|
|
5984
|
+
"compatibility": {
|
|
5985
|
+
"nuxt": "^3.0.0 || ^4.0.0",
|
|
5986
|
+
"requires": {}
|
|
5987
|
+
}
|
|
5988
|
+
},
|
|
5456
5989
|
{
|
|
5457
5990
|
"name": "nuxt-query",
|
|
5458
5991
|
"description": "Nuxt module for TanStack Query (FKA Vue Query) with Nuxt DevTools integration",
|
|
@@ -5476,6 +6009,30 @@
|
|
|
5476
6009
|
"requires": {}
|
|
5477
6010
|
}
|
|
5478
6011
|
},
|
|
6012
|
+
{
|
|
6013
|
+
"name": "nuxt-safe-runtime-config",
|
|
6014
|
+
"description": "Validate Nuxt runtime config with Standard Schema at build time",
|
|
6015
|
+
"repo": "onmax/nuxt-safe-runtime-config#main",
|
|
6016
|
+
"npm": "nuxt-safe-runtime-config",
|
|
6017
|
+
"icon": "nuxt-safe-runtime-config.svg",
|
|
6018
|
+
"github": "https://github.com/onmax/nuxt-safe-runtime-config/tree/main",
|
|
6019
|
+
"website": "https://github.com/onmax/nuxt-safe-runtime-config/tree/main",
|
|
6020
|
+
"learn_more": "",
|
|
6021
|
+
"category": "Devtools",
|
|
6022
|
+
"type": "3rd-party",
|
|
6023
|
+
"maintainers": [
|
|
6024
|
+
{
|
|
6025
|
+
"name": "Max",
|
|
6026
|
+
"github": "onmax",
|
|
6027
|
+
"bluesky": "onmax.bsky.social",
|
|
6028
|
+
"twitter": "_onmax"
|
|
6029
|
+
}
|
|
6030
|
+
],
|
|
6031
|
+
"compatibility": {
|
|
6032
|
+
"nuxt": ">=3.0.0",
|
|
6033
|
+
"requires": {}
|
|
6034
|
+
}
|
|
6035
|
+
},
|
|
5479
6036
|
{
|
|
5480
6037
|
"name": "nuxt-sanctum-authentication",
|
|
5481
6038
|
"description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.",
|
|
@@ -5510,7 +6067,7 @@
|
|
|
5510
6067
|
"npm": "nuxt-sanctum-precognition",
|
|
5511
6068
|
"icon": "laravel.svg",
|
|
5512
6069
|
"github": "https://github.com/manchenkoff/nuxt-sanctum-precognition",
|
|
5513
|
-
"website": "https://manchenkoff.
|
|
6070
|
+
"website": "https://precognition.manchenkoff.me",
|
|
5514
6071
|
"learn_more": "https://laravel.com/docs/12.x/precognition",
|
|
5515
6072
|
"category": "Libraries",
|
|
5516
6073
|
"type": "3rd-party",
|
|
@@ -5529,27 +6086,48 @@
|
|
|
5529
6086
|
},
|
|
5530
6087
|
{
|
|
5531
6088
|
"name": "nuxt-shopify",
|
|
5532
|
-
"description": "
|
|
5533
|
-
"repo": "
|
|
5534
|
-
"npm": "
|
|
6089
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
6090
|
+
"repo": "Gomah/nuxt-shopify",
|
|
6091
|
+
"npm": "nuxt-shopify",
|
|
5535
6092
|
"icon": "nuxt-shopify.png",
|
|
5536
|
-
"github": "https://github.com/
|
|
5537
|
-
"website": "https://
|
|
6093
|
+
"github": "https://github.com/Gomah/nuxt-shopify",
|
|
6094
|
+
"website": "https://github.com/Gomah/nuxt-shopify",
|
|
5538
6095
|
"learn_more": "https://www.shopify.com/",
|
|
5539
6096
|
"category": "Ecommerce",
|
|
5540
6097
|
"type": "3rd-party",
|
|
5541
6098
|
"maintainers": [
|
|
5542
6099
|
{
|
|
5543
|
-
"name": "
|
|
5544
|
-
"github": "
|
|
5545
|
-
|
|
6100
|
+
"name": "Thomas Marrec",
|
|
6101
|
+
"github": "Gomah",
|
|
6102
|
+
"twitter": "Gomah"
|
|
6103
|
+
}
|
|
6104
|
+
],
|
|
6105
|
+
"compatibility": {
|
|
6106
|
+
"nuxt": "^2.0.0",
|
|
6107
|
+
"requires": {}
|
|
6108
|
+
}
|
|
6109
|
+
},
|
|
6110
|
+
{
|
|
6111
|
+
"name": "nuxt-signupgate",
|
|
6112
|
+
"description": "Easily integrate SignupGate into your Nuxt app.",
|
|
6113
|
+
"repo": "Mokkapps/nuxt-signupgate",
|
|
6114
|
+
"npm": "nuxt-signupgate",
|
|
6115
|
+
"icon": "nuxt-signupgate.png",
|
|
6116
|
+
"github": "https://github.com/Mokkapps/nuxt-signupgate",
|
|
6117
|
+
"website": "https://github.com/Mokkapps/nuxt-signupgate",
|
|
6118
|
+
"learn_more": "https://github.com/Mokkapps/nuxt-signupgate",
|
|
6119
|
+
"category": "Libraries",
|
|
6120
|
+
"type": "3rd-party",
|
|
6121
|
+
"maintainers": [
|
|
5546
6122
|
{
|
|
5547
|
-
"name": "
|
|
5548
|
-
"github": "
|
|
6123
|
+
"name": "Michael Hoffmann",
|
|
6124
|
+
"github": "Mokkapps",
|
|
6125
|
+
"twitter": "mokkapps",
|
|
6126
|
+
"avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
|
|
5549
6127
|
}
|
|
5550
6128
|
],
|
|
5551
6129
|
"compatibility": {
|
|
5552
|
-
"nuxt": "
|
|
6130
|
+
"nuxt": ">=3.0.0",
|
|
5553
6131
|
"requires": {}
|
|
5554
6132
|
}
|
|
5555
6133
|
},
|
|
@@ -5620,7 +6198,7 @@
|
|
|
5620
6198
|
}
|
|
5621
6199
|
],
|
|
5622
6200
|
"compatibility": {
|
|
5623
|
-
"nuxt": "
|
|
6201
|
+
"nuxt": ">=3.16.0",
|
|
5624
6202
|
"requires": {}
|
|
5625
6203
|
}
|
|
5626
6204
|
},
|
|
@@ -5687,12 +6265,35 @@
|
|
|
5687
6265
|
"type": "3rd-party",
|
|
5688
6266
|
"maintainers": [
|
|
5689
6267
|
{
|
|
5690
|
-
"name": "Frederik Bußmann",
|
|
5691
|
-
"github": "freb97"
|
|
6268
|
+
"name": "Frederik Bußmann",
|
|
6269
|
+
"github": "freb97"
|
|
6270
|
+
}
|
|
6271
|
+
],
|
|
6272
|
+
"compatibility": {
|
|
6273
|
+
"nuxt": ">=3.0.0",
|
|
6274
|
+
"requires": {}
|
|
6275
|
+
}
|
|
6276
|
+
},
|
|
6277
|
+
{
|
|
6278
|
+
"name": "nuxt-svg-sprite-icon",
|
|
6279
|
+
"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.",
|
|
6280
|
+
"repo": "MikeCheng1208/nuxt-svg-sprite-icon",
|
|
6281
|
+
"npm": "nuxt-svg-sprite-icon",
|
|
6282
|
+
"icon": "nuxt-svg-sprite-icon.png",
|
|
6283
|
+
"github": "https://github.com/MikeCheng1208/nuxt-svg-sprite-icon",
|
|
6284
|
+
"website": "https://github.com/MikeCheng1208/nuxt-svg-sprite-icon",
|
|
6285
|
+
"learn_more": "",
|
|
6286
|
+
"category": "UI",
|
|
6287
|
+
"type": "3rd-party",
|
|
6288
|
+
"maintainers": [
|
|
6289
|
+
{
|
|
6290
|
+
"name": "Mike Cheng",
|
|
6291
|
+
"github": "MikeCheng1208",
|
|
6292
|
+
"twitter": "mike_cheng1208"
|
|
5692
6293
|
}
|
|
5693
6294
|
],
|
|
5694
6295
|
"compatibility": {
|
|
5695
|
-
"nuxt": "^3.0.0",
|
|
6296
|
+
"nuxt": "^3.0.0 || ^4.0.0",
|
|
5696
6297
|
"requires": {}
|
|
5697
6298
|
}
|
|
5698
6299
|
},
|
|
@@ -5739,7 +6340,7 @@
|
|
|
5739
6340
|
}
|
|
5740
6341
|
],
|
|
5741
6342
|
"compatibility": {
|
|
5742
|
-
"nuxt": ">=3.0.0",
|
|
6343
|
+
"nuxt": ">=3.0.0-rc.0",
|
|
5743
6344
|
"requires": {}
|
|
5744
6345
|
}
|
|
5745
6346
|
},
|
|
@@ -5834,6 +6435,52 @@
|
|
|
5834
6435
|
"requires": {}
|
|
5835
6436
|
}
|
|
5836
6437
|
},
|
|
6438
|
+
{
|
|
6439
|
+
"name": "nuxt-useless-blobs",
|
|
6440
|
+
"description": "An easier way of using useless-blobs in your Nuxt project!",
|
|
6441
|
+
"repo": "oyedejioyewole/nuxt-useless-blobs",
|
|
6442
|
+
"npm": "nuxt-useless-blobs",
|
|
6443
|
+
"icon": "nuxt-useless-blobs.svg",
|
|
6444
|
+
"github": "https://github.com/oyedejioyewole/nuxt-useless-blobs",
|
|
6445
|
+
"website": "https://nuxt-useless-blobs.vercel.app",
|
|
6446
|
+
"learn_more": "",
|
|
6447
|
+
"category": "UI",
|
|
6448
|
+
"type": "3rd-party",
|
|
6449
|
+
"maintainers": [
|
|
6450
|
+
{
|
|
6451
|
+
"name": "Oyedeji Oyewole",
|
|
6452
|
+
"github": "oyedejioyewole"
|
|
6453
|
+
}
|
|
6454
|
+
],
|
|
6455
|
+
"compatibility": {
|
|
6456
|
+
"nuxt": ">=3.0.0",
|
|
6457
|
+
"requires": {}
|
|
6458
|
+
}
|
|
6459
|
+
},
|
|
6460
|
+
{
|
|
6461
|
+
"name": "nuxt-users",
|
|
6462
|
+
"description": "A comprehensive user management module for Nuxt 3 and Nuxt 4 applications with authentication, authorization, database support, and CLI tools",
|
|
6463
|
+
"repo": "rrd108/nuxt-users",
|
|
6464
|
+
"npm": "nuxt-users",
|
|
6465
|
+
"icon": "nuxt-users.png",
|
|
6466
|
+
"github": "https://github.com/rrd108/nuxt-users",
|
|
6467
|
+
"website": "https://nuxt-users.webmania.cc/",
|
|
6468
|
+
"learn_more": "https://nuxt-users.webmania.cc/",
|
|
6469
|
+
"category": "Security",
|
|
6470
|
+
"type": "3rd-party",
|
|
6471
|
+
"maintainers": [
|
|
6472
|
+
{
|
|
6473
|
+
"name": "rrd",
|
|
6474
|
+
"github": "rrd108",
|
|
6475
|
+
"twitter": "radharadhya",
|
|
6476
|
+
"bluesky": "rrd108.bsky.social"
|
|
6477
|
+
}
|
|
6478
|
+
],
|
|
6479
|
+
"compatibility": {
|
|
6480
|
+
"nuxt": ">=3.0.0",
|
|
6481
|
+
"requires": {}
|
|
6482
|
+
}
|
|
6483
|
+
},
|
|
5837
6484
|
{
|
|
5838
6485
|
"name": "nuxt-uswds",
|
|
5839
6486
|
"description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
|
|
@@ -5852,7 +6499,7 @@
|
|
|
5852
6499
|
}
|
|
5853
6500
|
],
|
|
5854
6501
|
"compatibility": {
|
|
5855
|
-
"nuxt": "
|
|
6502
|
+
"nuxt": "^3.0.0",
|
|
5856
6503
|
"requires": {}
|
|
5857
6504
|
}
|
|
5858
6505
|
},
|
|
@@ -5898,6 +6545,28 @@
|
|
|
5898
6545
|
"twitter": "kasvith"
|
|
5899
6546
|
}
|
|
5900
6547
|
],
|
|
6548
|
+
"compatibility": {
|
|
6549
|
+
"nuxt": ">=3.0.0 <5.0.0",
|
|
6550
|
+
"requires": {}
|
|
6551
|
+
}
|
|
6552
|
+
},
|
|
6553
|
+
{
|
|
6554
|
+
"name": "nuxt-yup",
|
|
6555
|
+
"description": "Yup integration for Nuxt 4 with a simple composable.",
|
|
6556
|
+
"repo": "DarlanPrado/nuxt-yup",
|
|
6557
|
+
"npm": "nuxt-yup",
|
|
6558
|
+
"icon": "",
|
|
6559
|
+
"github": "https://github.com/DarlanPrado/nuxt-yup",
|
|
6560
|
+
"website": "https://github.com/DarlanPrado/nuxt-yup",
|
|
6561
|
+
"learn_more": "",
|
|
6562
|
+
"category": "Libraries",
|
|
6563
|
+
"type": "3rd-party",
|
|
6564
|
+
"maintainers": [
|
|
6565
|
+
{
|
|
6566
|
+
"name": "Darlan José Batista do Prado",
|
|
6567
|
+
"github": "DarlanPrado"
|
|
6568
|
+
}
|
|
6569
|
+
],
|
|
5901
6570
|
"compatibility": {
|
|
5902
6571
|
"nuxt": ">=3.0.0",
|
|
5903
6572
|
"requires": {}
|
|
@@ -6065,7 +6734,7 @@
|
|
|
6065
6734
|
}
|
|
6066
6735
|
],
|
|
6067
6736
|
"compatibility": {
|
|
6068
|
-
"nuxt": ">=3.
|
|
6737
|
+
"nuxt": ">=3.10.3",
|
|
6069
6738
|
"requires": {},
|
|
6070
6739
|
"devtools": "^0.0.0"
|
|
6071
6740
|
}
|
|
@@ -6090,7 +6759,8 @@
|
|
|
6090
6759
|
{
|
|
6091
6760
|
"name": "Wind",
|
|
6092
6761
|
"github": "productdevbook",
|
|
6093
|
-
"twitter": "productdevbook"
|
|
6762
|
+
"twitter": "productdevbook",
|
|
6763
|
+
"bluesky": "productdevbook.com"
|
|
6094
6764
|
}
|
|
6095
6765
|
],
|
|
6096
6766
|
"compatibility": {
|
|
@@ -6252,7 +6922,7 @@
|
|
|
6252
6922
|
}
|
|
6253
6923
|
],
|
|
6254
6924
|
"compatibility": {
|
|
6255
|
-
"nuxt": "
|
|
6925
|
+
"nuxt": "^3.7.0",
|
|
6256
6926
|
"requires": {}
|
|
6257
6927
|
}
|
|
6258
6928
|
},
|
|
@@ -6319,14 +6989,14 @@
|
|
|
6319
6989
|
"type": "3rd-party",
|
|
6320
6990
|
"maintainers": [
|
|
6321
6991
|
{
|
|
6322
|
-
"name": "Giovane
|
|
6992
|
+
"name": "Giovane Silva",
|
|
6323
6993
|
"github": "novout",
|
|
6324
6994
|
"twitter": "novoutttttt",
|
|
6325
6995
|
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
6326
6996
|
}
|
|
6327
6997
|
],
|
|
6328
6998
|
"compatibility": {
|
|
6329
|
-
"nuxt": "
|
|
6999
|
+
"nuxt": "^3.0.0",
|
|
6330
7000
|
"requires": {}
|
|
6331
7001
|
}
|
|
6332
7002
|
},
|
|
@@ -6345,7 +7015,8 @@
|
|
|
6345
7015
|
{
|
|
6346
7016
|
"name": "Wind",
|
|
6347
7017
|
"github": "productdevbook",
|
|
6348
|
-
"twitter": "productdevbook"
|
|
7018
|
+
"twitter": "productdevbook",
|
|
7019
|
+
"bluesky": "productdevbook.com"
|
|
6349
7020
|
}
|
|
6350
7021
|
],
|
|
6351
7022
|
"compatibility": {
|
|
@@ -6376,6 +7047,31 @@
|
|
|
6376
7047
|
"requires": {}
|
|
6377
7048
|
}
|
|
6378
7049
|
},
|
|
7050
|
+
{
|
|
7051
|
+
"name": "pglite",
|
|
7052
|
+
"description": "A Nuxt module aimed to simplify the use of PGlite.",
|
|
7053
|
+
"repo": "sandros94/nuxt-pglite",
|
|
7054
|
+
"npm": "nuxt-pglite",
|
|
7055
|
+
"icon": "pglite.svg",
|
|
7056
|
+
"github": "https://github.com/sandros94/nuxt-pglite",
|
|
7057
|
+
"website": "https://github.com/sandros94/nuxt-pglite",
|
|
7058
|
+
"learn_more": "https://pglite.dev",
|
|
7059
|
+
"category": "Database",
|
|
7060
|
+
"type": "3rd-party",
|
|
7061
|
+
"maintainers": [
|
|
7062
|
+
{
|
|
7063
|
+
"name": "Sandro Circi",
|
|
7064
|
+
"github": "sandros94",
|
|
7065
|
+
"avatar": "https://avatars.githubusercontent.com/u/13056429",
|
|
7066
|
+
"bluesky": "sandros94.com",
|
|
7067
|
+
"twitter": "_sandros94"
|
|
7068
|
+
}
|
|
7069
|
+
],
|
|
7070
|
+
"compatibility": {
|
|
7071
|
+
"nuxt": ">=3.15.0",
|
|
7072
|
+
"requires": {}
|
|
7073
|
+
}
|
|
7074
|
+
},
|
|
6379
7075
|
{
|
|
6380
7076
|
"name": "pinia-colada",
|
|
6381
7077
|
"description": "The smart data fetching layer for Pinia",
|
|
@@ -6396,7 +7092,7 @@
|
|
|
6396
7092
|
}
|
|
6397
7093
|
],
|
|
6398
7094
|
"compatibility": {
|
|
6399
|
-
"nuxt": "^3.
|
|
7095
|
+
"nuxt": "^3.17.7 || ^4.0.0",
|
|
6400
7096
|
"requires": {}
|
|
6401
7097
|
}
|
|
6402
7098
|
},
|
|
@@ -6438,9 +7134,9 @@
|
|
|
6438
7134
|
"type": "3rd-party",
|
|
6439
7135
|
"maintainers": [
|
|
6440
7136
|
{
|
|
6441
|
-
"name": "
|
|
7137
|
+
"name": "praz",
|
|
6442
7138
|
"github": "prazdevs",
|
|
6443
|
-
"bluesky": "praz.
|
|
7139
|
+
"bluesky": "dev.praz.me"
|
|
6444
7140
|
}
|
|
6445
7141
|
],
|
|
6446
7142
|
"compatibility": {
|
|
@@ -6492,7 +7188,7 @@
|
|
|
6492
7188
|
}
|
|
6493
7189
|
],
|
|
6494
7190
|
"compatibility": {
|
|
6495
|
-
"nuxt": "^
|
|
7191
|
+
"nuxt": "^3.15.0 || ^4.0.0",
|
|
6496
7192
|
"requires": {
|
|
6497
7193
|
"bridge": "optional"
|
|
6498
7194
|
}
|
|
@@ -6539,7 +7235,7 @@
|
|
|
6539
7235
|
}
|
|
6540
7236
|
],
|
|
6541
7237
|
"compatibility": {
|
|
6542
|
-
"nuxt": "
|
|
7238
|
+
"nuxt": ">=3.0.0",
|
|
6543
7239
|
"requires": {}
|
|
6544
7240
|
}
|
|
6545
7241
|
},
|
|
@@ -6561,7 +7257,7 @@
|
|
|
6561
7257
|
}
|
|
6562
7258
|
],
|
|
6563
7259
|
"compatibility": {
|
|
6564
|
-
"nuxt": ">=3.
|
|
7260
|
+
"nuxt": ">=3.9.0",
|
|
6565
7261
|
"requires": {}
|
|
6566
7262
|
}
|
|
6567
7263
|
},
|
|
@@ -6676,7 +7372,7 @@
|
|
|
6676
7372
|
}
|
|
6677
7373
|
],
|
|
6678
7374
|
"compatibility": {
|
|
6679
|
-
"nuxt": "
|
|
7375
|
+
"nuxt": ">=3.7.0",
|
|
6680
7376
|
"requires": {}
|
|
6681
7377
|
}
|
|
6682
7378
|
},
|
|
@@ -6698,7 +7394,7 @@
|
|
|
6698
7394
|
}
|
|
6699
7395
|
],
|
|
6700
7396
|
"compatibility": {
|
|
6701
|
-
"nuxt": ">=3.0.0",
|
|
7397
|
+
"nuxt": "^2.16.0 || >=3.0.0",
|
|
6702
7398
|
"requires": {}
|
|
6703
7399
|
}
|
|
6704
7400
|
},
|
|
@@ -6789,7 +7485,7 @@
|
|
|
6789
7485
|
}
|
|
6790
7486
|
],
|
|
6791
7487
|
"compatibility": {
|
|
6792
|
-
"nuxt": "^
|
|
7488
|
+
"nuxt": "^3.0.0-rc.11",
|
|
6793
7489
|
"requires": {}
|
|
6794
7490
|
}
|
|
6795
7491
|
},
|
|
@@ -6862,7 +7558,7 @@
|
|
|
6862
7558
|
}
|
|
6863
7559
|
],
|
|
6864
7560
|
"compatibility": {
|
|
6865
|
-
"nuxt": ">=3.
|
|
7561
|
+
"nuxt": ">=3.0.0",
|
|
6866
7562
|
"requires": {}
|
|
6867
7563
|
}
|
|
6868
7564
|
},
|
|
@@ -6929,7 +7625,7 @@
|
|
|
6929
7625
|
}
|
|
6930
7626
|
],
|
|
6931
7627
|
"compatibility": {
|
|
6932
|
-
"nuxt": "
|
|
7628
|
+
"nuxt": "^3.0.0",
|
|
6933
7629
|
"requires": {}
|
|
6934
7630
|
}
|
|
6935
7631
|
},
|
|
@@ -7112,7 +7808,7 @@
|
|
|
7112
7808
|
}
|
|
7113
7809
|
],
|
|
7114
7810
|
"compatibility": {
|
|
7115
|
-
"nuxt": "
|
|
7811
|
+
"nuxt": ">=3.6.1",
|
|
7116
7812
|
"requires": {
|
|
7117
7813
|
"bridge": "optional"
|
|
7118
7814
|
}
|
|
@@ -7136,7 +7832,7 @@
|
|
|
7136
7832
|
}
|
|
7137
7833
|
],
|
|
7138
7834
|
"compatibility": {
|
|
7139
|
-
"nuxt": "
|
|
7835
|
+
"nuxt": "^3",
|
|
7140
7836
|
"requires": {}
|
|
7141
7837
|
}
|
|
7142
7838
|
},
|
|
@@ -7179,7 +7875,7 @@
|
|
|
7179
7875
|
{
|
|
7180
7876
|
"name": "Sébastien Chopin",
|
|
7181
7877
|
"github": "Atinux",
|
|
7182
|
-
"twitter": "
|
|
7878
|
+
"twitter": "atinux",
|
|
7183
7879
|
"bluesky": "atinux.com"
|
|
7184
7880
|
}
|
|
7185
7881
|
],
|
|
@@ -7208,7 +7904,7 @@
|
|
|
7208
7904
|
}
|
|
7209
7905
|
],
|
|
7210
7906
|
"compatibility": {
|
|
7211
|
-
"nuxt": "
|
|
7907
|
+
"nuxt": ">=3.7.0",
|
|
7212
7908
|
"requires": {
|
|
7213
7909
|
"bridge": "optional"
|
|
7214
7910
|
}
|
|
@@ -7257,7 +7953,7 @@
|
|
|
7257
7953
|
}
|
|
7258
7954
|
],
|
|
7259
7955
|
"compatibility": {
|
|
7260
|
-
"nuxt": ">=3.0.0",
|
|
7956
|
+
"nuxt": ">=3.0.0-rc.8",
|
|
7261
7957
|
"requires": {}
|
|
7262
7958
|
}
|
|
7263
7959
|
},
|
|
@@ -7280,7 +7976,7 @@
|
|
|
7280
7976
|
}
|
|
7281
7977
|
],
|
|
7282
7978
|
"compatibility": {
|
|
7283
|
-
"nuxt": ">=3.
|
|
7979
|
+
"nuxt": ">=3.16",
|
|
7284
7980
|
"requires": {}
|
|
7285
7981
|
}
|
|
7286
7982
|
},
|
|
@@ -7395,7 +8091,7 @@
|
|
|
7395
8091
|
}
|
|
7396
8092
|
],
|
|
7397
8093
|
"compatibility": {
|
|
7398
|
-
"nuxt": "
|
|
8094
|
+
"nuxt": "<3.16.0 || >=3.6.1",
|
|
7399
8095
|
"requires": {}
|
|
7400
8096
|
}
|
|
7401
8097
|
},
|
|
@@ -7442,9 +8138,10 @@
|
|
|
7442
8138
|
}
|
|
7443
8139
|
],
|
|
7444
8140
|
"compatibility": {
|
|
7445
|
-
"nuxt": ">=3.
|
|
8141
|
+
"nuxt": ">=3.7.0",
|
|
7446
8142
|
"requires": {}
|
|
7447
|
-
}
|
|
8143
|
+
},
|
|
8144
|
+
"mcp": "https://nuxtseo.com/mcp"
|
|
7448
8145
|
},
|
|
7449
8146
|
{
|
|
7450
8147
|
"name": "seomatic-meta",
|
|
@@ -7545,24 +8242,49 @@
|
|
|
7545
8242
|
},
|
|
7546
8243
|
{
|
|
7547
8244
|
"name": "shopify",
|
|
7548
|
-
"description": "
|
|
7549
|
-
"repo": "
|
|
7550
|
-
"npm": "
|
|
8245
|
+
"description": "Easily integrate Shopify into your Nuxt app.",
|
|
8246
|
+
"repo": "nuxt-modules/shopify",
|
|
8247
|
+
"npm": "@nuxtjs/shopify",
|
|
7551
8248
|
"icon": "shopify.png",
|
|
7552
|
-
"github": "https://github.com/
|
|
7553
|
-
"website": "https://github.
|
|
7554
|
-
"learn_more": "https://
|
|
8249
|
+
"github": "https://github.com/nuxt-modules/shopify",
|
|
8250
|
+
"website": "https://nuxt-modules.github.io/shopify",
|
|
8251
|
+
"learn_more": "https://shopify.dev/docs",
|
|
8252
|
+
"category": "Ecommerce",
|
|
8253
|
+
"type": "community",
|
|
8254
|
+
"maintainers": [
|
|
8255
|
+
{
|
|
8256
|
+
"name": "Zoltan Lukacs",
|
|
8257
|
+
"github": "konkonam"
|
|
8258
|
+
},
|
|
8259
|
+
{
|
|
8260
|
+
"name": "Frederik Bußmann",
|
|
8261
|
+
"github": "freb97"
|
|
8262
|
+
}
|
|
8263
|
+
],
|
|
8264
|
+
"compatibility": {
|
|
8265
|
+
"nuxt": ">=3.0.0",
|
|
8266
|
+
"requires": {}
|
|
8267
|
+
}
|
|
8268
|
+
},
|
|
8269
|
+
{
|
|
8270
|
+
"name": "shopware",
|
|
8271
|
+
"description": "Nuxt module that allows you to set up a Nuxt 3 project with Shopware Frontends.",
|
|
8272
|
+
"repo": "shopware/frontends#main/packages/nuxt-module",
|
|
8273
|
+
"npm": "@shopware/nuxt-module",
|
|
8274
|
+
"icon": "shopware.svg",
|
|
8275
|
+
"github": "https://github.com/shopware/frontends/tree/main/packages/nuxt-module",
|
|
8276
|
+
"website": "https://frontends.shopware.com/packages/nuxt-module.html",
|
|
8277
|
+
"learn_more": "https://www.shopware.com",
|
|
7555
8278
|
"category": "Ecommerce",
|
|
7556
8279
|
"type": "3rd-party",
|
|
7557
8280
|
"maintainers": [
|
|
7558
8281
|
{
|
|
7559
|
-
"name": "
|
|
7560
|
-
"github": "
|
|
7561
|
-
"twitter": "Gomah"
|
|
8282
|
+
"name": "Shopware AG",
|
|
8283
|
+
"github": "shopware"
|
|
7562
8284
|
}
|
|
7563
8285
|
],
|
|
7564
8286
|
"compatibility": {
|
|
7565
|
-
"nuxt": "
|
|
8287
|
+
"nuxt": ">=3.0.0",
|
|
7566
8288
|
"requires": {}
|
|
7567
8289
|
}
|
|
7568
8290
|
},
|
|
@@ -7659,7 +8381,7 @@
|
|
|
7659
8381
|
}
|
|
7660
8382
|
],
|
|
7661
8383
|
"compatibility": {
|
|
7662
|
-
"nuxt": ">=3.
|
|
8384
|
+
"nuxt": ">=3.9.0",
|
|
7663
8385
|
"requires": {}
|
|
7664
8386
|
}
|
|
7665
8387
|
},
|
|
@@ -7704,7 +8426,7 @@
|
|
|
7704
8426
|
}
|
|
7705
8427
|
],
|
|
7706
8428
|
"compatibility": {
|
|
7707
|
-
"nuxt": "^
|
|
8429
|
+
"nuxt": "^3.0.0",
|
|
7708
8430
|
"requires": {}
|
|
7709
8431
|
}
|
|
7710
8432
|
},
|
|
@@ -7752,6 +8474,54 @@
|
|
|
7752
8474
|
"requires": {}
|
|
7753
8475
|
}
|
|
7754
8476
|
},
|
|
8477
|
+
{
|
|
8478
|
+
"name": "solar-icons",
|
|
8479
|
+
"description": "Nuxt module that provides seamless integration of Solar Icons with auto-import, global configuration, and reactive controls.",
|
|
8480
|
+
"repo": "saoudi-h/solar-icons#main/packages/nuxt",
|
|
8481
|
+
"npm": "@solar-icons/nuxt",
|
|
8482
|
+
"icon": "solar-icons.svg",
|
|
8483
|
+
"github": "https://github.com/saoudi-h/solar-icons/tree/main/packages/nuxt",
|
|
8484
|
+
"website": "https://solar-icons.vercel.app/docs/packages/nuxt",
|
|
8485
|
+
"learn_more": "https://solar-icons.vercel.app",
|
|
8486
|
+
"category": "UI",
|
|
8487
|
+
"type": "3rd-party",
|
|
8488
|
+
"maintainers": [
|
|
8489
|
+
{
|
|
8490
|
+
"name": "Hakim Saoudi",
|
|
8491
|
+
"github": "saoudi-h",
|
|
8492
|
+
"avatar": "https://avatars.githubusercontent.com/saoudi-h?v=4",
|
|
8493
|
+
"twitter": "hakim__saoudi"
|
|
8494
|
+
}
|
|
8495
|
+
],
|
|
8496
|
+
"compatibility": {
|
|
8497
|
+
"nuxt": ">=3.0.0",
|
|
8498
|
+
"requires": {}
|
|
8499
|
+
}
|
|
8500
|
+
},
|
|
8501
|
+
{
|
|
8502
|
+
"name": "sonda",
|
|
8503
|
+
"description": "Bundle analyzer and visualizer",
|
|
8504
|
+
"repo": "filipsobol/sonda#release/packages/sonda",
|
|
8505
|
+
"npm": "sonda",
|
|
8506
|
+
"icon": "sonda.svg",
|
|
8507
|
+
"github": "https://github.com/filipsobol/sonda",
|
|
8508
|
+
"website": "https://sonda.dev/",
|
|
8509
|
+
"learn_more": "https://sonda.dev/",
|
|
8510
|
+
"category": "Devtools",
|
|
8511
|
+
"type": "3rd-party",
|
|
8512
|
+
"maintainers": [
|
|
8513
|
+
{
|
|
8514
|
+
"name": "Filip Sobol",
|
|
8515
|
+
"github": "filipsobol",
|
|
8516
|
+
"twitter": "filipsobol",
|
|
8517
|
+
"bluesky": "filipsobol.bsky.social"
|
|
8518
|
+
}
|
|
8519
|
+
],
|
|
8520
|
+
"compatibility": {
|
|
8521
|
+
"nuxt": "^3.0.0",
|
|
8522
|
+
"requires": {}
|
|
8523
|
+
}
|
|
8524
|
+
},
|
|
7755
8525
|
{
|
|
7756
8526
|
"name": "speedcurve",
|
|
7757
8527
|
"description": "Speedcurve LUX module for Nuxt",
|
|
@@ -7918,7 +8688,7 @@
|
|
|
7918
8688
|
}
|
|
7919
8689
|
],
|
|
7920
8690
|
"compatibility": {
|
|
7921
|
-
"nuxt": "
|
|
8691
|
+
"nuxt": ">=3.0.0",
|
|
7922
8692
|
"requires": {
|
|
7923
8693
|
"bridge": "optional"
|
|
7924
8694
|
},
|
|
@@ -7946,12 +8716,12 @@
|
|
|
7946
8716
|
{
|
|
7947
8717
|
"name": "Sébastien Chopin",
|
|
7948
8718
|
"github": "Atinux",
|
|
7949
|
-
"twitter": "
|
|
8719
|
+
"twitter": "atinux",
|
|
7950
8720
|
"bluesky": "atinux.com"
|
|
7951
8721
|
}
|
|
7952
8722
|
],
|
|
7953
8723
|
"compatibility": {
|
|
7954
|
-
"nuxt": "
|
|
8724
|
+
"nuxt": ">=3.7.0",
|
|
7955
8725
|
"requires": {
|
|
7956
8726
|
"bridge": true
|
|
7957
8727
|
},
|
|
@@ -8000,7 +8770,8 @@
|
|
|
8000
8770
|
{
|
|
8001
8771
|
"name": "William DA SILVA",
|
|
8002
8772
|
"github": "WilliamDASILVA",
|
|
8003
|
-
"twitter": "willia_am"
|
|
8773
|
+
"twitter": "willia_am",
|
|
8774
|
+
"bluesky": "william.to"
|
|
8004
8775
|
}
|
|
8005
8776
|
],
|
|
8006
8777
|
"compatibility": {
|
|
@@ -8011,15 +8782,21 @@
|
|
|
8011
8782
|
{
|
|
8012
8783
|
"name": "studio",
|
|
8013
8784
|
"description": "A new experience to build content-driven website with Nuxt.",
|
|
8014
|
-
"repo": "
|
|
8015
|
-
"npm": "
|
|
8016
|
-
"icon": "
|
|
8017
|
-
"github": "https://github.com/
|
|
8785
|
+
"repo": "nuxt-content/nuxt-studio",
|
|
8786
|
+
"npm": "nuxt-studio",
|
|
8787
|
+
"icon": "nuxt.svg",
|
|
8788
|
+
"github": "https://github.com/nuxt-content/nuxt-studio",
|
|
8018
8789
|
"website": "https://nuxt.studio",
|
|
8019
|
-
"learn_more": "
|
|
8790
|
+
"learn_more": "",
|
|
8020
8791
|
"category": "CMS",
|
|
8021
8792
|
"type": "3rd-party",
|
|
8022
8793
|
"maintainers": [
|
|
8794
|
+
{
|
|
8795
|
+
"name": "Baptiste Leproux",
|
|
8796
|
+
"github": "larbish",
|
|
8797
|
+
"twitter": "_larbish",
|
|
8798
|
+
"bluesky": "larbish.bsky.social"
|
|
8799
|
+
},
|
|
8023
8800
|
{
|
|
8024
8801
|
"name": "Farnabaz",
|
|
8025
8802
|
"github": "farnabaz",
|
|
@@ -8029,7 +8806,7 @@
|
|
|
8029
8806
|
{
|
|
8030
8807
|
"name": "Sébastien Chopin",
|
|
8031
8808
|
"github": "Atinux",
|
|
8032
|
-
"twitter": "
|
|
8809
|
+
"twitter": "atinux",
|
|
8033
8810
|
"bluesky": "atinux.com"
|
|
8034
8811
|
}
|
|
8035
8812
|
],
|
|
@@ -8107,7 +8884,7 @@
|
|
|
8107
8884
|
{
|
|
8108
8885
|
"name": "Sébastien Chopin",
|
|
8109
8886
|
"github": "Atinux",
|
|
8110
|
-
"twitter": "
|
|
8887
|
+
"twitter": "atinux",
|
|
8111
8888
|
"bluesky": "atinux.com"
|
|
8112
8889
|
},
|
|
8113
8890
|
{
|
|
@@ -8117,7 +8894,7 @@
|
|
|
8117
8894
|
}
|
|
8118
8895
|
],
|
|
8119
8896
|
"compatibility": {
|
|
8120
|
-
"nuxt": "
|
|
8897
|
+
"nuxt": ">=3.0.0",
|
|
8121
8898
|
"requires": {}
|
|
8122
8899
|
}
|
|
8123
8900
|
},
|
|
@@ -8188,7 +8965,7 @@
|
|
|
8188
8965
|
}
|
|
8189
8966
|
],
|
|
8190
8967
|
"compatibility": {
|
|
8191
|
-
"nuxt": "
|
|
8968
|
+
"nuxt": ">=3.0.0",
|
|
8192
8969
|
"requires": {}
|
|
8193
8970
|
}
|
|
8194
8971
|
},
|
|
@@ -8321,7 +9098,7 @@
|
|
|
8321
9098
|
{
|
|
8322
9099
|
"name": "Sébastien Chopin",
|
|
8323
9100
|
"github": "Atinux",
|
|
8324
|
-
"twitter": "
|
|
9101
|
+
"twitter": "atinux",
|
|
8325
9102
|
"bluesky": "atinux.com"
|
|
8326
9103
|
},
|
|
8327
9104
|
{
|
|
@@ -8330,7 +9107,7 @@
|
|
|
8330
9107
|
}
|
|
8331
9108
|
],
|
|
8332
9109
|
"compatibility": {
|
|
8333
|
-
"nuxt": "^2.
|
|
9110
|
+
"nuxt": "^2.9.0 || >=3.0.0-rc.1",
|
|
8334
9111
|
"requires": {},
|
|
8335
9112
|
"devtools": "^0.0.0"
|
|
8336
9113
|
},
|
|
@@ -8459,7 +9236,7 @@
|
|
|
8459
9236
|
}
|
|
8460
9237
|
],
|
|
8461
9238
|
"compatibility": {
|
|
8462
|
-
"nuxt": ">=3.
|
|
9239
|
+
"nuxt": ">=3.12.0",
|
|
8463
9240
|
"requires": {}
|
|
8464
9241
|
}
|
|
8465
9242
|
},
|
|
@@ -8561,7 +9338,7 @@
|
|
|
8561
9338
|
"npm": "@tresjs/nuxt",
|
|
8562
9339
|
"icon": "tresjs.svg",
|
|
8563
9340
|
"github": "https://github.com/Tresjs/nuxt",
|
|
8564
|
-
"website": "https://tresjs.org/
|
|
9341
|
+
"website": "https://docs.tresjs.org/getting-started/installation#nuxt-project",
|
|
8565
9342
|
"learn_more": "https://tresjs.org/",
|
|
8566
9343
|
"category": "Libraries",
|
|
8567
9344
|
"type": "3rd-party",
|
|
@@ -8584,7 +9361,7 @@
|
|
|
8584
9361
|
}
|
|
8585
9362
|
],
|
|
8586
9363
|
"compatibility": {
|
|
8587
|
-
"nuxt": ">=3.
|
|
9364
|
+
"nuxt": ">=3.16.0",
|
|
8588
9365
|
"requires": {}
|
|
8589
9366
|
}
|
|
8590
9367
|
},
|
|
@@ -8608,7 +9385,7 @@
|
|
|
8608
9385
|
}
|
|
8609
9386
|
],
|
|
8610
9387
|
"compatibility": {
|
|
8611
|
-
"nuxt": "
|
|
9388
|
+
"nuxt": ">=3.0.0",
|
|
8612
9389
|
"requires": {
|
|
8613
9390
|
"bridge": true
|
|
8614
9391
|
}
|
|
@@ -8715,7 +9492,7 @@
|
|
|
8715
9492
|
}
|
|
8716
9493
|
],
|
|
8717
9494
|
"compatibility": {
|
|
8718
|
-
"nuxt": "
|
|
9495
|
+
"nuxt": ">=3.0.0",
|
|
8719
9496
|
"requires": {}
|
|
8720
9497
|
}
|
|
8721
9498
|
},
|
|
@@ -8846,7 +9623,7 @@
|
|
|
8846
9623
|
"npm": "@nuxt/ui",
|
|
8847
9624
|
"icon": "nuxt.svg",
|
|
8848
9625
|
"github": "https://github.com/nuxt/ui",
|
|
8849
|
-
"website": "https://ui.nuxt.com",
|
|
9626
|
+
"website": "https://ui.nuxt.com/docs/getting-started/installation/nuxt",
|
|
8850
9627
|
"learn_more": "",
|
|
8851
9628
|
"category": "UI",
|
|
8852
9629
|
"type": "official",
|
|
@@ -8860,14 +9637,15 @@
|
|
|
8860
9637
|
{
|
|
8861
9638
|
"name": "Sébastien Chopin",
|
|
8862
9639
|
"github": "Atinux",
|
|
8863
|
-
"twitter": "
|
|
9640
|
+
"twitter": "atinux",
|
|
8864
9641
|
"bluesky": "atinux.com"
|
|
8865
9642
|
}
|
|
8866
9643
|
],
|
|
8867
9644
|
"compatibility": {
|
|
8868
|
-
"nuxt": ">=3.
|
|
9645
|
+
"nuxt": ">=3.10.0",
|
|
8869
9646
|
"requires": {}
|
|
8870
|
-
}
|
|
9647
|
+
},
|
|
9648
|
+
"mcp": "https://ui.nuxt.com/mcp"
|
|
8871
9649
|
},
|
|
8872
9650
|
{
|
|
8873
9651
|
"name": "umami",
|
|
@@ -8942,7 +9720,7 @@
|
|
|
8942
9720
|
}
|
|
8943
9721
|
],
|
|
8944
9722
|
"compatibility": {
|
|
8945
|
-
"nuxt": ">=3.
|
|
9723
|
+
"nuxt": ">=3.5.0",
|
|
8946
9724
|
"requires": {}
|
|
8947
9725
|
}
|
|
8948
9726
|
},
|
|
@@ -8987,7 +9765,7 @@
|
|
|
8987
9765
|
"type": "3rd-party",
|
|
8988
9766
|
"maintainers": [
|
|
8989
9767
|
{
|
|
8990
|
-
"name": "Giovane
|
|
9768
|
+
"name": "Giovane Silva",
|
|
8991
9769
|
"github": "novout",
|
|
8992
9770
|
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
8993
9771
|
}
|
|
@@ -9015,7 +9793,7 @@
|
|
|
9015
9793
|
}
|
|
9016
9794
|
],
|
|
9017
9795
|
"compatibility": {
|
|
9018
|
-
"nuxt": ">=3.
|
|
9796
|
+
"nuxt": ">=3.17.1",
|
|
9019
9797
|
"requires": {}
|
|
9020
9798
|
}
|
|
9021
9799
|
},
|
|
@@ -9082,7 +9860,7 @@
|
|
|
9082
9860
|
}
|
|
9083
9861
|
],
|
|
9084
9862
|
"compatibility": {
|
|
9085
|
-
"nuxt": ">=3
|
|
9863
|
+
"nuxt": ">=3",
|
|
9086
9864
|
"requires": {
|
|
9087
9865
|
"bridge": "optional"
|
|
9088
9866
|
}
|
|
@@ -9132,7 +9910,7 @@
|
|
|
9132
9910
|
}
|
|
9133
9911
|
],
|
|
9134
9912
|
"compatibility": {
|
|
9135
|
-
"nuxt": "
|
|
9913
|
+
"nuxt": ">=3.5.0",
|
|
9136
9914
|
"requires": {}
|
|
9137
9915
|
}
|
|
9138
9916
|
},
|
|
@@ -9154,7 +9932,7 @@
|
|
|
9154
9932
|
}
|
|
9155
9933
|
],
|
|
9156
9934
|
"compatibility": {
|
|
9157
|
-
"nuxt": "
|
|
9935
|
+
"nuxt": "^3.0.0",
|
|
9158
9936
|
"requires": {}
|
|
9159
9937
|
}
|
|
9160
9938
|
},
|
|
@@ -9279,10 +10057,34 @@
|
|
|
9279
10057
|
}
|
|
9280
10058
|
],
|
|
9281
10059
|
"compatibility": {
|
|
9282
|
-
"nuxt": ">=3.
|
|
10060
|
+
"nuxt": ">=3.6.5",
|
|
9283
10061
|
"requires": {}
|
|
9284
10062
|
}
|
|
9285
10063
|
},
|
|
10064
|
+
{
|
|
10065
|
+
"name": "vorm",
|
|
10066
|
+
"description": "Intuitive form engine for Vue 3 — dynamic, schema-driven, and fully validated",
|
|
10067
|
+
"repo": "Flo0806/vorm#main/packages/vorm-nuxt",
|
|
10068
|
+
"npm": "vorm-nuxt",
|
|
10069
|
+
"icon": "vorm.png",
|
|
10070
|
+
"github": "https://github.com/Flo0806/vorm",
|
|
10071
|
+
"website": "https://vorm.fh-softdev.de",
|
|
10072
|
+
"learn_more": "https://vorm.fh-softdev.de/nuxt/",
|
|
10073
|
+
"category": "Libraries",
|
|
10074
|
+
"type": "3rd-party",
|
|
10075
|
+
"maintainers": [
|
|
10076
|
+
{
|
|
10077
|
+
"name": "Florian Heuberger",
|
|
10078
|
+
"github": "Flo0806"
|
|
10079
|
+
}
|
|
10080
|
+
],
|
|
10081
|
+
"compatibility": {
|
|
10082
|
+
"nuxt": ">=3.0.0",
|
|
10083
|
+
"requires": {
|
|
10084
|
+
"vorm-vue": ">=1.0.0"
|
|
10085
|
+
}
|
|
10086
|
+
}
|
|
10087
|
+
},
|
|
9286
10088
|
{
|
|
9287
10089
|
"name": "vue-api",
|
|
9288
10090
|
"description": "A flexible and provider-agnostic API handling library for Vue 3 and Nuxt 3. Supports multiple data providers like axios, ofetch and more. It includes a robust model mapping feature.",
|
|
@@ -9306,37 +10108,6 @@
|
|
|
9306
10108
|
"requires": {}
|
|
9307
10109
|
}
|
|
9308
10110
|
},
|
|
9309
|
-
{
|
|
9310
|
-
"name": "vue-email",
|
|
9311
|
-
"description": "💌 Write email templates with vue",
|
|
9312
|
-
"repo": "vue-email/nuxt",
|
|
9313
|
-
"npm": "@vue-email/nuxt",
|
|
9314
|
-
"icon": "vue-email.svg",
|
|
9315
|
-
"github": "https://github.com/vue-email/nuxt",
|
|
9316
|
-
"website": "https://vuemail.net/",
|
|
9317
|
-
"learn_more": "https://vuemail.net/",
|
|
9318
|
-
"category": "UI",
|
|
9319
|
-
"type": "3rd-party",
|
|
9320
|
-
"maintainers": [
|
|
9321
|
-
{
|
|
9322
|
-
"name": "David Arenas",
|
|
9323
|
-
"github": "Dave136",
|
|
9324
|
-
"twitter": "davejs4",
|
|
9325
|
-
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
9326
|
-
},
|
|
9327
|
-
{
|
|
9328
|
-
"name": "Younes Barrad",
|
|
9329
|
-
"github": "Flowko",
|
|
9330
|
-
"twitter": "imflowko",
|
|
9331
|
-
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
9332
|
-
}
|
|
9333
|
-
],
|
|
9334
|
-
"compatibility": {
|
|
9335
|
-
"nuxt": ">=3.0.0",
|
|
9336
|
-
"requires": {},
|
|
9337
|
-
"devtools": "^0.0.0"
|
|
9338
|
-
}
|
|
9339
|
-
},
|
|
9340
10111
|
{
|
|
9341
10112
|
"name": "vue-final-modal",
|
|
9342
10113
|
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
@@ -9360,6 +10131,29 @@
|
|
|
9360
10131
|
"requires": {}
|
|
9361
10132
|
}
|
|
9362
10133
|
},
|
|
10134
|
+
{
|
|
10135
|
+
"name": "vue-gsap-flip",
|
|
10136
|
+
"description": "A powerful Vue 3 library for creating stunning flip animations using GSAP's Flip plugin. Modular, extensible, and easy to use.",
|
|
10137
|
+
"repo": "lavolpecheprogramma/vue-gsap-flip#master/packages/nuxt",
|
|
10138
|
+
"npm": "@vue-gsap-flip/nuxt",
|
|
10139
|
+
"icon": "",
|
|
10140
|
+
"github": "https://github.com/lavolpecheprogramma/vue-gsap-flip",
|
|
10141
|
+
"website": "https://lavolpecheprogramma.github.io/vue-gsap-flip/",
|
|
10142
|
+
"learn_more": "",
|
|
10143
|
+
"category": "Libraries",
|
|
10144
|
+
"type": "3rd-party",
|
|
10145
|
+
"maintainers": [
|
|
10146
|
+
{
|
|
10147
|
+
"name": "Alberto Parziale",
|
|
10148
|
+
"github": "lavolpecheprogramma",
|
|
10149
|
+
"twitter": "lavolpechevola"
|
|
10150
|
+
}
|
|
10151
|
+
],
|
|
10152
|
+
"compatibility": {
|
|
10153
|
+
"nuxt": ">=3.0.0",
|
|
10154
|
+
"requires": {}
|
|
10155
|
+
}
|
|
10156
|
+
},
|
|
9363
10157
|
{
|
|
9364
10158
|
"name": "vue-macros",
|
|
9365
10159
|
"description": "Explore more macros and syntax sugar to Vue.",
|
|
@@ -9474,7 +10268,7 @@
|
|
|
9474
10268
|
}
|
|
9475
10269
|
],
|
|
9476
10270
|
"compatibility": {
|
|
9477
|
-
"nuxt": "
|
|
10271
|
+
"nuxt": "^3",
|
|
9478
10272
|
"requires": {}
|
|
9479
10273
|
}
|
|
9480
10274
|
},
|
|
@@ -9591,7 +10385,7 @@
|
|
|
9591
10385
|
}
|
|
9592
10386
|
],
|
|
9593
10387
|
"compatibility": {
|
|
9594
|
-
"nuxt": ">=3.
|
|
10388
|
+
"nuxt": ">=3.1.0",
|
|
9595
10389
|
"requires": {}
|
|
9596
10390
|
}
|
|
9597
10391
|
},
|
|
@@ -9659,7 +10453,7 @@
|
|
|
9659
10453
|
}
|
|
9660
10454
|
],
|
|
9661
10455
|
"compatibility": {
|
|
9662
|
-
"nuxt": ">=3.
|
|
10456
|
+
"nuxt": ">=3.3.0",
|
|
9663
10457
|
"requires": {}
|
|
9664
10458
|
}
|
|
9665
10459
|
},
|
|
@@ -9682,7 +10476,7 @@
|
|
|
9682
10476
|
}
|
|
9683
10477
|
],
|
|
9684
10478
|
"compatibility": {
|
|
9685
|
-
"nuxt": ">=3.
|
|
10479
|
+
"nuxt": ">=3.15.0",
|
|
9686
10480
|
"requires": {}
|
|
9687
10481
|
}
|
|
9688
10482
|
},
|
|
@@ -9783,7 +10577,7 @@
|
|
|
9783
10577
|
}
|
|
9784
10578
|
],
|
|
9785
10579
|
"compatibility": {
|
|
9786
|
-
"nuxt": ">=3.0.0",
|
|
10580
|
+
"nuxt": ">=3.0.0-rc.11",
|
|
9787
10581
|
"requires": {}
|
|
9788
10582
|
}
|
|
9789
10583
|
},
|
|
@@ -9813,12 +10607,12 @@
|
|
|
9813
10607
|
{
|
|
9814
10608
|
"name": "Sébastien Chopin",
|
|
9815
10609
|
"github": "Atinux",
|
|
9816
|
-
"twitter": "
|
|
10610
|
+
"twitter": "atinux",
|
|
9817
10611
|
"bluesky": "atinux.com"
|
|
9818
10612
|
}
|
|
9819
10613
|
],
|
|
9820
10614
|
"compatibility": {
|
|
9821
|
-
"nuxt": "^2.
|
|
10615
|
+
"nuxt": "^2.15.0 || ^3.0.0",
|
|
9822
10616
|
"requires": {
|
|
9823
10617
|
"bridge": "optional"
|
|
9824
10618
|
}
|
|
@@ -9983,7 +10777,7 @@
|
|
|
9983
10777
|
}
|
|
9984
10778
|
],
|
|
9985
10779
|
"compatibility": {
|
|
9986
|
-
"nuxt": "
|
|
10780
|
+
"nuxt": "^3.0.0",
|
|
9987
10781
|
"requires": {}
|
|
9988
10782
|
}
|
|
9989
10783
|
},
|
|
@@ -10067,6 +10861,28 @@
|
|
|
10067
10861
|
"requires": {}
|
|
10068
10862
|
}
|
|
10069
10863
|
},
|
|
10864
|
+
{
|
|
10865
|
+
"name": "workflow",
|
|
10866
|
+
"description": "Workflow DevKit - Build durable, resilient, and observable workflows",
|
|
10867
|
+
"repo": "vercel/workflow#main/packages/workflow",
|
|
10868
|
+
"npm": "workflow",
|
|
10869
|
+
"icon": "workflow.svg",
|
|
10870
|
+
"github": "https://github.com/vercel/workflow/tree/main/packages/workflow",
|
|
10871
|
+
"website": "https://useworkflow.dev",
|
|
10872
|
+
"learn_more": "",
|
|
10873
|
+
"category": "Devtools",
|
|
10874
|
+
"type": "3rd-party",
|
|
10875
|
+
"maintainers": [
|
|
10876
|
+
{
|
|
10877
|
+
"name": "vercel",
|
|
10878
|
+
"github": "vercel"
|
|
10879
|
+
}
|
|
10880
|
+
],
|
|
10881
|
+
"compatibility": {
|
|
10882
|
+
"nuxt": ">=3.0.0",
|
|
10883
|
+
"requires": {}
|
|
10884
|
+
}
|
|
10885
|
+
},
|
|
10070
10886
|
{
|
|
10071
10887
|
"name": "wp-nuxt",
|
|
10072
10888
|
"description": "The module adds a Wordpress Rest API to your nuxt application",
|
|
@@ -10130,7 +10946,7 @@
|
|
|
10130
10946
|
}
|
|
10131
10947
|
],
|
|
10132
10948
|
"compatibility": {
|
|
10133
|
-
"nuxt": "^2.
|
|
10949
|
+
"nuxt": "^2.16.0 || ^3.0.0",
|
|
10134
10950
|
"requires": {
|
|
10135
10951
|
"bridge": true
|
|
10136
10952
|
}
|