@nuxt/modules 0.6.0-44b8a1 → 0.6.0-457f69
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 +863 -812
- package/package.json +20 -18
package/modules.json
CHANGED
|
@@ -1,30 +1,31 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"name": "
|
|
4
|
-
"description": "
|
|
5
|
-
"repo": "
|
|
6
|
-
"npm": "nuxt
|
|
7
|
-
"icon": "
|
|
8
|
-
"github": "https://github.com/
|
|
9
|
-
"website": "https://github.com/
|
|
10
|
-
"learn_more": "
|
|
11
|
-
"category": "
|
|
12
|
-
"type": "
|
|
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
13
|
"maintainers": [
|
|
14
14
|
{
|
|
15
|
-
"name": "
|
|
16
|
-
"github": "
|
|
17
|
-
"twitter": "
|
|
15
|
+
"name": "Tim Damen",
|
|
16
|
+
"github": "timdamen",
|
|
17
|
+
"twitter": "timdamen_io",
|
|
18
|
+
"bluesky": "timdamen.io"
|
|
18
19
|
},
|
|
19
20
|
{
|
|
20
|
-
"name": "
|
|
21
|
-
"github": "
|
|
22
|
-
"twitter": "
|
|
23
|
-
"bluesky": "
|
|
21
|
+
"name": "Daniel Roe",
|
|
22
|
+
"github": "danielroe",
|
|
23
|
+
"twitter": "danielcroe",
|
|
24
|
+
"bluesky": "danielroe.dev"
|
|
24
25
|
}
|
|
25
26
|
],
|
|
26
27
|
"compatibility": {
|
|
27
|
-
"nuxt": "
|
|
28
|
+
"nuxt": ">=3.0.0",
|
|
28
29
|
"requires": {}
|
|
29
30
|
}
|
|
30
31
|
},
|
|
@@ -78,7 +79,7 @@
|
|
|
78
79
|
}
|
|
79
80
|
],
|
|
80
81
|
"compatibility": {
|
|
81
|
-
"nuxt": "^2.
|
|
82
|
+
"nuxt": "^2.16.0 || >=3.0.0-rc.9",
|
|
82
83
|
"requires": {
|
|
83
84
|
"bridge": true
|
|
84
85
|
}
|
|
@@ -149,7 +150,7 @@
|
|
|
149
150
|
}
|
|
150
151
|
],
|
|
151
152
|
"compatibility": {
|
|
152
|
-
"nuxt": "
|
|
153
|
+
"nuxt": ">=3.0.0",
|
|
153
154
|
"requires": {}
|
|
154
155
|
}
|
|
155
156
|
},
|
|
@@ -220,7 +221,7 @@
|
|
|
220
221
|
}
|
|
221
222
|
],
|
|
222
223
|
"compatibility": {
|
|
223
|
-
"nuxt": ">=3.
|
|
224
|
+
"nuxt": ">=3.7.0",
|
|
224
225
|
"requires": {}
|
|
225
226
|
}
|
|
226
227
|
},
|
|
@@ -383,7 +384,7 @@
|
|
|
383
384
|
}
|
|
384
385
|
],
|
|
385
386
|
"compatibility": {
|
|
386
|
-
"nuxt": "
|
|
387
|
+
"nuxt": "^3.0.0",
|
|
387
388
|
"requires": {}
|
|
388
389
|
}
|
|
389
390
|
},
|
|
@@ -434,7 +435,7 @@
|
|
|
434
435
|
},
|
|
435
436
|
{
|
|
436
437
|
"name": "auth-utils",
|
|
437
|
-
"description": "
|
|
438
|
+
"description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.",
|
|
438
439
|
"repo": "atinux/nuxt-auth-utils",
|
|
439
440
|
"npm": "nuxt-auth-utils",
|
|
440
441
|
"icon": "",
|
|
@@ -484,29 +485,6 @@
|
|
|
484
485
|
"requires": {}
|
|
485
486
|
}
|
|
486
487
|
},
|
|
487
|
-
{
|
|
488
|
-
"name": "authjs",
|
|
489
|
-
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
490
|
-
"repo": "Hebilicious/authjs-nuxt#main",
|
|
491
|
-
"npm": "@hebilicious/authjs-nuxt",
|
|
492
|
-
"icon": "authjs.png",
|
|
493
|
-
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
494
|
-
"website": "https://authjs-nuxt.pages.dev/",
|
|
495
|
-
"learn_more": "https://authjs.dev/",
|
|
496
|
-
"category": "Security",
|
|
497
|
-
"type": "3rd-party",
|
|
498
|
-
"maintainers": [
|
|
499
|
-
{
|
|
500
|
-
"name": "Heb",
|
|
501
|
-
"github": "Hebilicious",
|
|
502
|
-
"twitter": "its_hebilicious"
|
|
503
|
-
}
|
|
504
|
-
],
|
|
505
|
-
"compatibility": {
|
|
506
|
-
"nuxt": ">=3.0.0",
|
|
507
|
-
"requires": {}
|
|
508
|
-
}
|
|
509
|
-
},
|
|
510
488
|
{
|
|
511
489
|
"name": "authorization",
|
|
512
490
|
"description": "Manage permissions inside the app and the server.",
|
|
@@ -624,6 +602,28 @@
|
|
|
624
602
|
"requires": {}
|
|
625
603
|
}
|
|
626
604
|
},
|
|
605
|
+
{
|
|
606
|
+
"name": "betterstack",
|
|
607
|
+
"description": "A Nuxt module for integrating BetterStack into your Nuxt application",
|
|
608
|
+
"repo": "nicogenz/nuxt-betterstack",
|
|
609
|
+
"npm": "nuxt-betterstack",
|
|
610
|
+
"icon": "betterstack.svg",
|
|
611
|
+
"github": "https://github.com/nicogenz/nuxt-betterstack",
|
|
612
|
+
"website": "https://github.com/nicogenz/nuxt-betterstack",
|
|
613
|
+
"learn_more": "https://betterstack.com",
|
|
614
|
+
"category": "Extensions",
|
|
615
|
+
"type": "3rd-party",
|
|
616
|
+
"maintainers": [
|
|
617
|
+
{
|
|
618
|
+
"name": "Nico Genz",
|
|
619
|
+
"github": "nicogenz"
|
|
620
|
+
}
|
|
621
|
+
],
|
|
622
|
+
"compatibility": {
|
|
623
|
+
"nuxt": ">=3.0.0",
|
|
624
|
+
"requires": {}
|
|
625
|
+
}
|
|
626
|
+
},
|
|
627
627
|
{
|
|
628
628
|
"name": "bootstrap",
|
|
629
629
|
"description": "Add Bootstrap to your Nuxt app in seconds.",
|
|
@@ -681,29 +681,6 @@
|
|
|
681
681
|
"requires": {}
|
|
682
682
|
}
|
|
683
683
|
},
|
|
684
|
-
{
|
|
685
|
-
"name": "buefy",
|
|
686
|
-
"description": "It's really very simple to start with nuxt. But we can make it even simpler by adding nuxt-buefy",
|
|
687
|
-
"repo": "buefy/nuxt-buefy",
|
|
688
|
-
"npm": "nuxt-buefy",
|
|
689
|
-
"icon": "buefy.png",
|
|
690
|
-
"github": "https://github.com/buefy/nuxt-buefy",
|
|
691
|
-
"website": "https://github.com/buefy/nuxt-buefy",
|
|
692
|
-
"learn_more": "https://buefy.org/",
|
|
693
|
-
"category": "UI",
|
|
694
|
-
"type": "3rd-party",
|
|
695
|
-
"maintainers": [
|
|
696
|
-
{
|
|
697
|
-
"name": "Walter Tommasi",
|
|
698
|
-
"github": "jtommy",
|
|
699
|
-
"twitter": "walter_tommasi"
|
|
700
|
-
}
|
|
701
|
-
],
|
|
702
|
-
"compatibility": {
|
|
703
|
-
"nuxt": "^2.0.0",
|
|
704
|
-
"requires": {}
|
|
705
|
-
}
|
|
706
|
-
},
|
|
707
684
|
{
|
|
708
685
|
"name": "bugsnag",
|
|
709
686
|
"description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
|
|
@@ -723,7 +700,7 @@
|
|
|
723
700
|
}
|
|
724
701
|
],
|
|
725
702
|
"compatibility": {
|
|
726
|
-
"nuxt": "^2.
|
|
703
|
+
"nuxt": "^2.16.0 || >=3.0.0",
|
|
727
704
|
"requires": {
|
|
728
705
|
"bridge": true
|
|
729
706
|
}
|
|
@@ -843,28 +820,6 @@
|
|
|
843
820
|
"requires": {}
|
|
844
821
|
}
|
|
845
822
|
},
|
|
846
|
-
{
|
|
847
|
-
"name": "chakra-ui",
|
|
848
|
-
"description": "Chakra UI Module for Nuxt",
|
|
849
|
-
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
850
|
-
"npm": "@chakra-ui/nuxt",
|
|
851
|
-
"icon": "chakra-ui.png",
|
|
852
|
-
"github": "https://github.com/chakra-ui/chakra-ui-vue/tree/develop/packages/chakra-ui-nuxt",
|
|
853
|
-
"website": "https://vue.chakra-ui.com/with-nuxt",
|
|
854
|
-
"learn_more": "",
|
|
855
|
-
"category": "UI",
|
|
856
|
-
"type": "3rd-party",
|
|
857
|
-
"maintainers": [
|
|
858
|
-
{
|
|
859
|
-
"name": "Jonathan Bakebwa",
|
|
860
|
-
"github": "codebender828 https://avatars2.githubusercontent.com/u/21237954?s=400&u=8d33f80968b1e2582b530af74e26e4cb94d1a90b&v=4"
|
|
861
|
-
}
|
|
862
|
-
],
|
|
863
|
-
"compatibility": {
|
|
864
|
-
"nuxt": "^2.0.0",
|
|
865
|
-
"requires": {}
|
|
866
|
-
}
|
|
867
|
-
},
|
|
868
823
|
{
|
|
869
824
|
"name": "chatwoot",
|
|
870
825
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
@@ -880,11 +835,12 @@
|
|
|
880
835
|
{
|
|
881
836
|
"name": "Wind",
|
|
882
837
|
"github": "productdevbook",
|
|
883
|
-
"twitter": "productdevbook"
|
|
838
|
+
"twitter": "productdevbook",
|
|
839
|
+
"bluesky": "productdevbook.com"
|
|
884
840
|
}
|
|
885
841
|
],
|
|
886
842
|
"compatibility": {
|
|
887
|
-
"nuxt": ">=3.
|
|
843
|
+
"nuxt": ">=3.3.1",
|
|
888
844
|
"requires": {}
|
|
889
845
|
}
|
|
890
846
|
},
|
|
@@ -1028,7 +984,7 @@
|
|
|
1028
984
|
}
|
|
1029
985
|
],
|
|
1030
986
|
"compatibility": {
|
|
1031
|
-
"nuxt": "
|
|
987
|
+
"nuxt": "^3.0.0",
|
|
1032
988
|
"requires": {}
|
|
1033
989
|
}
|
|
1034
990
|
},
|
|
@@ -1097,7 +1053,7 @@
|
|
|
1097
1053
|
{
|
|
1098
1054
|
"name": "Romain Hamel",
|
|
1099
1055
|
"github": "romhml",
|
|
1100
|
-
"bluesky": "rohm.
|
|
1056
|
+
"bluesky": "rohm.dev"
|
|
1101
1057
|
}
|
|
1102
1058
|
],
|
|
1103
1059
|
"compatibility": {
|
|
@@ -1129,30 +1085,6 @@
|
|
|
1129
1085
|
"requires": {}
|
|
1130
1086
|
}
|
|
1131
1087
|
},
|
|
1132
|
-
{
|
|
1133
|
-
"name": "composition-api",
|
|
1134
|
-
"description": "Composition API hooks for Nuxt",
|
|
1135
|
-
"repo": "nuxt-community/composition-api#main",
|
|
1136
|
-
"npm": "@nuxtjs/composition-api",
|
|
1137
|
-
"icon": "composition-api.svg",
|
|
1138
|
-
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
1139
|
-
"website": "https://composition-api.nuxtjs.org",
|
|
1140
|
-
"learn_more": "",
|
|
1141
|
-
"category": "Extensions",
|
|
1142
|
-
"type": "community",
|
|
1143
|
-
"maintainers": [
|
|
1144
|
-
{
|
|
1145
|
-
"name": "Daniel Roe",
|
|
1146
|
-
"github": "danielroe",
|
|
1147
|
-
"twitter": "danielcroe",
|
|
1148
|
-
"bluesky": "danielroe.dev"
|
|
1149
|
-
}
|
|
1150
|
-
],
|
|
1151
|
-
"compatibility": {
|
|
1152
|
-
"nuxt": "^2.0.0",
|
|
1153
|
-
"requires": {}
|
|
1154
|
-
}
|
|
1155
|
-
},
|
|
1156
1088
|
{
|
|
1157
1089
|
"name": "content-assets",
|
|
1158
1090
|
"description": "Enable locally-located assets in Nuxt Content",
|
|
@@ -1231,31 +1163,10 @@
|
|
|
1231
1163
|
}
|
|
1232
1164
|
],
|
|
1233
1165
|
"compatibility": {
|
|
1234
|
-
"nuxt": "
|
|
1235
|
-
"requires": {}
|
|
1236
|
-
}
|
|
1237
|
-
},
|
|
1238
|
-
{
|
|
1239
|
-
"name": "contentful",
|
|
1240
|
-
"description": "nuxt contentful module",
|
|
1241
|
-
"repo": "scaccogatto/contentful-module",
|
|
1242
|
-
"npm": "contentful-module",
|
|
1243
|
-
"icon": "contentful.png",
|
|
1244
|
-
"github": "https://github.com/scaccogatto/contentful-module",
|
|
1245
|
-
"website": "https://github.com/scaccogatto/contentful-module",
|
|
1246
|
-
"learn_more": "https://www.contentful.com/",
|
|
1247
|
-
"category": "CMS",
|
|
1248
|
-
"type": "3rd-party",
|
|
1249
|
-
"maintainers": [
|
|
1250
|
-
{
|
|
1251
|
-
"name": "Marco 'Gatto' Boffo",
|
|
1252
|
-
"github": "scaccogatto"
|
|
1253
|
-
}
|
|
1254
|
-
],
|
|
1255
|
-
"compatibility": {
|
|
1256
|
-
"nuxt": "^2.0.0",
|
|
1166
|
+
"nuxt": ">=3.0.0-rc.3",
|
|
1257
1167
|
"requires": {}
|
|
1258
|
-
}
|
|
1168
|
+
},
|
|
1169
|
+
"mcp": "https://content.nuxt.com/mcp"
|
|
1259
1170
|
},
|
|
1260
1171
|
{
|
|
1261
1172
|
"name": "contentstack",
|
|
@@ -1265,7 +1176,7 @@
|
|
|
1265
1176
|
"icon": "contentstack.png",
|
|
1266
1177
|
"github": "https://github.com/timbenniks/nuxt-contentstack",
|
|
1267
1178
|
"website": "https://github.com/timbenniks/nuxt-contentstack",
|
|
1268
|
-
"learn_more": "https://contentstack.com/",
|
|
1179
|
+
"learn_more": "https://community.contentstack.com/",
|
|
1269
1180
|
"category": "CMS",
|
|
1270
1181
|
"type": "3rd-party",
|
|
1271
1182
|
"maintainers": [
|
|
@@ -1278,7 +1189,32 @@
|
|
|
1278
1189
|
}
|
|
1279
1190
|
],
|
|
1280
1191
|
"compatibility": {
|
|
1281
|
-
"nuxt": "
|
|
1192
|
+
"nuxt": ">=3.20.1",
|
|
1193
|
+
"requires": {},
|
|
1194
|
+
"devtools": "^0.0.0"
|
|
1195
|
+
}
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"name": "convex",
|
|
1199
|
+
"description": "Nuxt module for Convex - reactive backend with real-time sync, file storage, and auto-imports",
|
|
1200
|
+
"repo": "onmax/nuxt-convex",
|
|
1201
|
+
"npm": "nuxt-convex",
|
|
1202
|
+
"icon": "convex.svg",
|
|
1203
|
+
"github": "https://github.com/onmax/nuxt-convex",
|
|
1204
|
+
"website": "https://nuxt-convex.onmax.me",
|
|
1205
|
+
"learn_more": "https://docs.convex.dev",
|
|
1206
|
+
"category": "Database",
|
|
1207
|
+
"type": "3rd-party",
|
|
1208
|
+
"maintainers": [
|
|
1209
|
+
{
|
|
1210
|
+
"name": "Max",
|
|
1211
|
+
"github": "onmax",
|
|
1212
|
+
"twitter": "_onmax",
|
|
1213
|
+
"bluesky": "onmax.bsky.social"
|
|
1214
|
+
}
|
|
1215
|
+
],
|
|
1216
|
+
"compatibility": {
|
|
1217
|
+
"nuxt": ">=3.0.0",
|
|
1282
1218
|
"requires": {}
|
|
1283
1219
|
}
|
|
1284
1220
|
},
|
|
@@ -1489,7 +1425,7 @@
|
|
|
1489
1425
|
}
|
|
1490
1426
|
],
|
|
1491
1427
|
"compatibility": {
|
|
1492
|
-
"nuxt": "
|
|
1428
|
+
"nuxt": ">=3.5.0",
|
|
1493
1429
|
"requires": {}
|
|
1494
1430
|
}
|
|
1495
1431
|
},
|
|
@@ -1512,7 +1448,7 @@
|
|
|
1512
1448
|
}
|
|
1513
1449
|
],
|
|
1514
1450
|
"compatibility": {
|
|
1515
|
-
"nuxt": "^2.
|
|
1451
|
+
"nuxt": "^2.16.0 || >=3.0.0",
|
|
1516
1452
|
"requires": {}
|
|
1517
1453
|
}
|
|
1518
1454
|
},
|
|
@@ -1572,7 +1508,7 @@
|
|
|
1572
1508
|
}
|
|
1573
1509
|
],
|
|
1574
1510
|
"compatibility": {
|
|
1575
|
-
"nuxt": ">=3.0.0",
|
|
1511
|
+
"nuxt": "^2.16.0 || >=3.0.0-rc.9",
|
|
1576
1512
|
"requires": {},
|
|
1577
1513
|
"devtools": "^0.0.0"
|
|
1578
1514
|
}
|
|
@@ -1661,7 +1597,7 @@
|
|
|
1661
1597
|
}
|
|
1662
1598
|
],
|
|
1663
1599
|
"compatibility": {
|
|
1664
|
-
"nuxt": "
|
|
1600
|
+
"nuxt": ">=3.0.0",
|
|
1665
1601
|
"requires": {}
|
|
1666
1602
|
}
|
|
1667
1603
|
},
|
|
@@ -1696,7 +1632,7 @@
|
|
|
1696
1632
|
}
|
|
1697
1633
|
],
|
|
1698
1634
|
"compatibility": {
|
|
1699
|
-
"nuxt": "
|
|
1635
|
+
"nuxt": ">=3.7.0",
|
|
1700
1636
|
"requires": {}
|
|
1701
1637
|
}
|
|
1702
1638
|
},
|
|
@@ -1764,7 +1700,7 @@
|
|
|
1764
1700
|
}
|
|
1765
1701
|
],
|
|
1766
1702
|
"compatibility": {
|
|
1767
|
-
"nuxt": ">=3.
|
|
1703
|
+
"nuxt": ">=3.2.0",
|
|
1768
1704
|
"requires": {}
|
|
1769
1705
|
}
|
|
1770
1706
|
},
|
|
@@ -1833,7 +1769,7 @@
|
|
|
1833
1769
|
}
|
|
1834
1770
|
],
|
|
1835
1771
|
"compatibility": {
|
|
1836
|
-
"nuxt": ">=3
|
|
1772
|
+
"nuxt": ">=3",
|
|
1837
1773
|
"requires": {
|
|
1838
1774
|
"bridge": "optional"
|
|
1839
1775
|
}
|
|
@@ -1868,6 +1804,28 @@
|
|
|
1868
1804
|
"requires": {}
|
|
1869
1805
|
}
|
|
1870
1806
|
},
|
|
1807
|
+
{
|
|
1808
|
+
"name": "es-toolkit",
|
|
1809
|
+
"description": "Es-toolkit auto import module for Nuxt",
|
|
1810
|
+
"repo": "bubblesortt/nuxt-es-toolkit",
|
|
1811
|
+
"npm": "@bubblesortt/nuxt-es-toolkit",
|
|
1812
|
+
"icon": "es-toolkit.png",
|
|
1813
|
+
"github": "https://github.com/bubblesortt/nuxt-es-toolkit",
|
|
1814
|
+
"website": "https://github.com/bubblesortt/nuxt-es-toolkit",
|
|
1815
|
+
"learn_more": "https://es-toolkit.dev/",
|
|
1816
|
+
"category": "Libraries",
|
|
1817
|
+
"type": "3rd-party",
|
|
1818
|
+
"maintainers": [
|
|
1819
|
+
{
|
|
1820
|
+
"name": "Alexandr Bychkin",
|
|
1821
|
+
"github": "bubblesortt"
|
|
1822
|
+
}
|
|
1823
|
+
],
|
|
1824
|
+
"compatibility": {
|
|
1825
|
+
"nuxt": ">=3.0.0",
|
|
1826
|
+
"requires": {}
|
|
1827
|
+
}
|
|
1828
|
+
},
|
|
1871
1829
|
{
|
|
1872
1830
|
"name": "eslint-module",
|
|
1873
1831
|
"description": "ESLint module for Nuxt",
|
|
@@ -1916,26 +1874,29 @@
|
|
|
1916
1874
|
}
|
|
1917
1875
|
},
|
|
1918
1876
|
{
|
|
1919
|
-
"name": "
|
|
1920
|
-
"description": "
|
|
1921
|
-
"repo": "
|
|
1922
|
-
"npm": "
|
|
1923
|
-
"icon": "",
|
|
1924
|
-
"github": "https://github.com/
|
|
1925
|
-
"website": "https://
|
|
1926
|
-
"learn_more": "",
|
|
1877
|
+
"name": "evlog",
|
|
1878
|
+
"description": "Wide events and structured errors for TypeScript. One log per request. Full context.",
|
|
1879
|
+
"repo": "HugoRCD/evlog#main/packages/evlog",
|
|
1880
|
+
"npm": "evlog",
|
|
1881
|
+
"icon": "evlog.svg",
|
|
1882
|
+
"github": "https://github.com/HugoRCD/evlog",
|
|
1883
|
+
"website": "https://evlog.dev",
|
|
1884
|
+
"learn_more": "https://evlog.dev/getting-started/introduction",
|
|
1927
1885
|
"category": "Monitoring",
|
|
1928
|
-
"type": "
|
|
1886
|
+
"type": "3rd-party",
|
|
1929
1887
|
"maintainers": [
|
|
1930
1888
|
{
|
|
1931
|
-
"name": "
|
|
1932
|
-
"github": "
|
|
1889
|
+
"name": "Hugo Richard",
|
|
1890
|
+
"github": "HugoRCD",
|
|
1891
|
+
"twitter": "hugorcd",
|
|
1892
|
+
"bluesky": "hrcd.fr"
|
|
1933
1893
|
}
|
|
1934
1894
|
],
|
|
1935
1895
|
"compatibility": {
|
|
1936
|
-
"nuxt": "
|
|
1896
|
+
"nuxt": ">=3.0.0",
|
|
1937
1897
|
"requires": {}
|
|
1938
|
-
}
|
|
1898
|
+
},
|
|
1899
|
+
"mcp": "https://evlog.dev/mcp"
|
|
1939
1900
|
},
|
|
1940
1901
|
{
|
|
1941
1902
|
"name": "fathom-analytics",
|
|
@@ -1960,28 +1921,6 @@
|
|
|
1960
1921
|
"requires": {}
|
|
1961
1922
|
}
|
|
1962
1923
|
},
|
|
1963
|
-
{
|
|
1964
|
-
"name": "fathom",
|
|
1965
|
-
"description": "Fathom analytics for Nuxt",
|
|
1966
|
-
"repo": "yabhq/nuxt-fathom",
|
|
1967
|
-
"npm": "@yabhq/nuxt-fathom",
|
|
1968
|
-
"icon": "fathom.png",
|
|
1969
|
-
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
1970
|
-
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
1971
|
-
"learn_more": "https://usefathom.com/",
|
|
1972
|
-
"category": "Analytics",
|
|
1973
|
-
"type": "3rd-party",
|
|
1974
|
-
"maintainers": [
|
|
1975
|
-
{
|
|
1976
|
-
"name": "yabhq",
|
|
1977
|
-
"github": "yabhq"
|
|
1978
|
-
}
|
|
1979
|
-
],
|
|
1980
|
-
"compatibility": {
|
|
1981
|
-
"nuxt": "^2.0.0",
|
|
1982
|
-
"requires": {}
|
|
1983
|
-
}
|
|
1984
|
-
},
|
|
1985
1924
|
{
|
|
1986
1925
|
"name": "feature-toggle",
|
|
1987
1926
|
"description": "Feature toggle module for Nuxt",
|
|
@@ -2074,28 +2013,6 @@
|
|
|
2074
2013
|
"requires": {}
|
|
2075
2014
|
}
|
|
2076
2015
|
},
|
|
2077
|
-
{
|
|
2078
|
-
"name": "font-loader-strategy",
|
|
2079
|
-
"description": "Helps to load fonts and activate them by preloading.",
|
|
2080
|
-
"repo": "GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
2081
|
-
"npm": "nuxt-font-loader-strategy",
|
|
2082
|
-
"icon": "",
|
|
2083
|
-
"github": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
2084
|
-
"website": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
2085
|
-
"learn_more": "",
|
|
2086
|
-
"category": "Fonts",
|
|
2087
|
-
"type": "3rd-party",
|
|
2088
|
-
"maintainers": [
|
|
2089
|
-
{
|
|
2090
|
-
"name": "GrabarzUndPartner",
|
|
2091
|
-
"github": "GrabarzUndPartner"
|
|
2092
|
-
}
|
|
2093
|
-
],
|
|
2094
|
-
"compatibility": {
|
|
2095
|
-
"nuxt": "^2.0.0",
|
|
2096
|
-
"requires": {}
|
|
2097
|
-
}
|
|
2098
|
-
},
|
|
2099
2016
|
{
|
|
2100
2017
|
"name": "fontagon",
|
|
2101
2018
|
"description": "Easy convert SVG from nuxt to icon font.",
|
|
@@ -2138,7 +2055,7 @@
|
|
|
2138
2055
|
}
|
|
2139
2056
|
],
|
|
2140
2057
|
"compatibility": {
|
|
2141
|
-
"nuxt": ">=3.0.0",
|
|
2058
|
+
"nuxt": ">=3.0.0-rc.6",
|
|
2142
2059
|
"requires": {}
|
|
2143
2060
|
}
|
|
2144
2061
|
},
|
|
@@ -2207,7 +2124,7 @@
|
|
|
2207
2124
|
}
|
|
2208
2125
|
],
|
|
2209
2126
|
"compatibility": {
|
|
2210
|
-
"nuxt": ">=3
|
|
2127
|
+
"nuxt": ">=3",
|
|
2211
2128
|
"requires": {}
|
|
2212
2129
|
}
|
|
2213
2130
|
},
|
|
@@ -2234,6 +2151,29 @@
|
|
|
2234
2151
|
"twitter": "0xBOYD"
|
|
2235
2152
|
}
|
|
2236
2153
|
],
|
|
2154
|
+
"compatibility": {
|
|
2155
|
+
"nuxt": ">=3.0.0 <5.0.0",
|
|
2156
|
+
"requires": {}
|
|
2157
|
+
}
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
"name": "freeform",
|
|
2161
|
+
"description": "Desktop-like drag & drop for Nuxt. Lasso selection, reorder, drop into containers - zero dependencies, pure Vue magic.",
|
|
2162
|
+
"repo": "Flo0806/nuxt-freeform#main/packages/nuxt-freeform",
|
|
2163
|
+
"npm": "nuxt-freeform",
|
|
2164
|
+
"icon": "nuxt-freeform.png",
|
|
2165
|
+
"github": "https://github.com/Flo0806/nuxt-freeform",
|
|
2166
|
+
"website": "https://nuxt-freeform.fh-softdev.de",
|
|
2167
|
+
"learn_more": "",
|
|
2168
|
+
"category": "UI",
|
|
2169
|
+
"type": "3rd-party",
|
|
2170
|
+
"maintainers": [
|
|
2171
|
+
{
|
|
2172
|
+
"name": "Florian Heuberger",
|
|
2173
|
+
"github": "Flo0806",
|
|
2174
|
+
"bluesky": "flo-heuberger.bsky.social"
|
|
2175
|
+
}
|
|
2176
|
+
],
|
|
2237
2177
|
"compatibility": {
|
|
2238
2178
|
"nuxt": ">=3.0.0",
|
|
2239
2179
|
"requires": {}
|
|
@@ -2308,7 +2248,7 @@
|
|
|
2308
2248
|
}
|
|
2309
2249
|
],
|
|
2310
2250
|
"compatibility": {
|
|
2311
|
-
"nuxt": "^2.
|
|
2251
|
+
"nuxt": "^2.15.0 || >=3.0.0",
|
|
2312
2252
|
"requires": {}
|
|
2313
2253
|
}
|
|
2314
2254
|
},
|
|
@@ -2399,40 +2339,6 @@
|
|
|
2399
2339
|
"requires": {}
|
|
2400
2340
|
}
|
|
2401
2341
|
},
|
|
2402
|
-
{
|
|
2403
|
-
"name": "google-optimize",
|
|
2404
|
-
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
2405
|
-
"repo": "nuxt-community/google-optimize-module",
|
|
2406
|
-
"npm": "nuxt-google-optimize",
|
|
2407
|
-
"icon": "google-optimize.png",
|
|
2408
|
-
"github": "https://github.com/nuxt-community/google-optimize-module",
|
|
2409
|
-
"website": "https://github.com/nuxt-community/google-optimize-module",
|
|
2410
|
-
"learn_more": "https://marketingplatform.google.com/about/optimize/",
|
|
2411
|
-
"category": "Analytics",
|
|
2412
|
-
"type": "community",
|
|
2413
|
-
"maintainers": [
|
|
2414
|
-
{
|
|
2415
|
-
"name": "Pooya Parsa",
|
|
2416
|
-
"github": "pi0",
|
|
2417
|
-
"twitter": "_pi0_",
|
|
2418
|
-
"bluesky": "pi0.io"
|
|
2419
|
-
},
|
|
2420
|
-
{
|
|
2421
|
-
"name": "Farzad Soltani",
|
|
2422
|
-
"github": "farzadso",
|
|
2423
|
-
"twitter": "farzadso"
|
|
2424
|
-
},
|
|
2425
|
-
{
|
|
2426
|
-
"name": "Josh Deltener",
|
|
2427
|
-
"github": "hecktarzuli",
|
|
2428
|
-
"twitter": "JoshDeltener"
|
|
2429
|
-
}
|
|
2430
|
-
],
|
|
2431
|
-
"compatibility": {
|
|
2432
|
-
"nuxt": "^2.0.0",
|
|
2433
|
-
"requires": {}
|
|
2434
|
-
}
|
|
2435
|
-
},
|
|
2436
2342
|
{
|
|
2437
2343
|
"name": "graphql-client",
|
|
2438
2344
|
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
@@ -2452,7 +2358,7 @@
|
|
|
2452
2358
|
}
|
|
2453
2359
|
],
|
|
2454
2360
|
"compatibility": {
|
|
2455
|
-
"nuxt": ">=3.
|
|
2361
|
+
"nuxt": ">=3.7.0",
|
|
2456
2362
|
"requires": {}
|
|
2457
2363
|
}
|
|
2458
2364
|
},
|
|
@@ -2475,7 +2381,7 @@
|
|
|
2475
2381
|
}
|
|
2476
2382
|
],
|
|
2477
2383
|
"compatibility": {
|
|
2478
|
-
"nuxt": "
|
|
2384
|
+
"nuxt": ">=3.0.0",
|
|
2479
2385
|
"requires": {}
|
|
2480
2386
|
}
|
|
2481
2387
|
},
|
|
@@ -2523,7 +2429,7 @@
|
|
|
2523
2429
|
}
|
|
2524
2430
|
],
|
|
2525
2431
|
"compatibility": {
|
|
2526
|
-
"nuxt": ">=3.
|
|
2432
|
+
"nuxt": ">=3.7.0",
|
|
2527
2433
|
"requires": {}
|
|
2528
2434
|
}
|
|
2529
2435
|
},
|
|
@@ -2711,6 +2617,30 @@
|
|
|
2711
2617
|
"requires": {}
|
|
2712
2618
|
}
|
|
2713
2619
|
},
|
|
2620
|
+
{
|
|
2621
|
+
"name": "hints",
|
|
2622
|
+
"description": "Nuxt module that shows hints for aspects of your application such as Performance, Security, and more!",
|
|
2623
|
+
"repo": "nuxt/hints",
|
|
2624
|
+
"npm": "@nuxt/hints",
|
|
2625
|
+
"icon": "nuxt.svg",
|
|
2626
|
+
"github": "https://github.com/nuxt/hints",
|
|
2627
|
+
"website": "https://github.com/nuxt/hints",
|
|
2628
|
+
"learn_more": "",
|
|
2629
|
+
"category": "Devtools",
|
|
2630
|
+
"type": "official",
|
|
2631
|
+
"maintainers": [
|
|
2632
|
+
{
|
|
2633
|
+
"name": "Julien Huang",
|
|
2634
|
+
"github": "huang-julien",
|
|
2635
|
+
"twitter": "JulienHuang_dev",
|
|
2636
|
+
"bluesky": "julienhuang-dev.bsky.social"
|
|
2637
|
+
}
|
|
2638
|
+
],
|
|
2639
|
+
"compatibility": {
|
|
2640
|
+
"nuxt": ">=3.0.0",
|
|
2641
|
+
"requires": {}
|
|
2642
|
+
}
|
|
2643
|
+
},
|
|
2714
2644
|
{
|
|
2715
2645
|
"name": "history-state",
|
|
2716
2646
|
"description": "Nuxt module to backup or restore historical states",
|
|
@@ -2798,7 +2728,7 @@
|
|
|
2798
2728
|
}
|
|
2799
2729
|
],
|
|
2800
2730
|
"compatibility": {
|
|
2801
|
-
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2731
|
+
"nuxt": "^2.0.0 || >=3.0.0-rc.7",
|
|
2802
2732
|
"requires": {
|
|
2803
2733
|
"bridge": "optional"
|
|
2804
2734
|
}
|
|
@@ -2875,7 +2805,8 @@
|
|
|
2875
2805
|
"compatibility": {
|
|
2876
2806
|
"nuxt": ">=3.0.0",
|
|
2877
2807
|
"requires": {}
|
|
2878
|
-
}
|
|
2808
|
+
},
|
|
2809
|
+
"mcp": "https://hub.nuxt.com/mcp"
|
|
2879
2810
|
},
|
|
2880
2811
|
{
|
|
2881
2812
|
"name": "humans-txt",
|
|
@@ -2930,7 +2861,7 @@
|
|
|
2930
2861
|
}
|
|
2931
2862
|
],
|
|
2932
2863
|
"compatibility": {
|
|
2933
|
-
"nuxt": "
|
|
2864
|
+
"nuxt": ">=3.0.0-rc.11",
|
|
2934
2865
|
"requires": {}
|
|
2935
2866
|
}
|
|
2936
2867
|
},
|
|
@@ -3092,11 +3023,12 @@
|
|
|
3092
3023
|
}
|
|
3093
3024
|
],
|
|
3094
3025
|
"compatibility": {
|
|
3095
|
-
"nuxt": "
|
|
3026
|
+
"nuxt": ">=3.1.0",
|
|
3096
3027
|
"requires": {
|
|
3097
3028
|
"bridge": "optional"
|
|
3098
3029
|
}
|
|
3099
|
-
}
|
|
3030
|
+
},
|
|
3031
|
+
"mcp": "https://image.nuxt.com/mcp"
|
|
3100
3032
|
},
|
|
3101
3033
|
{
|
|
3102
3034
|
"name": "imagemin",
|
|
@@ -3188,7 +3120,7 @@
|
|
|
3188
3120
|
}
|
|
3189
3121
|
],
|
|
3190
3122
|
"compatibility": {
|
|
3191
|
-
"nuxt": ">=3.0.0",
|
|
3123
|
+
"nuxt": ">=3.0.0-rc.12",
|
|
3192
3124
|
"requires": {}
|
|
3193
3125
|
}
|
|
3194
3126
|
},
|
|
@@ -3211,7 +3143,7 @@
|
|
|
3211
3143
|
}
|
|
3212
3144
|
],
|
|
3213
3145
|
"compatibility": {
|
|
3214
|
-
"nuxt": "
|
|
3146
|
+
"nuxt": ">=3.0.0",
|
|
3215
3147
|
"requires": {}
|
|
3216
3148
|
}
|
|
3217
3149
|
},
|
|
@@ -3233,7 +3165,7 @@
|
|
|
3233
3165
|
}
|
|
3234
3166
|
],
|
|
3235
3167
|
"compatibility": {
|
|
3236
|
-
"nuxt": "
|
|
3168
|
+
"nuxt": ">=3.0.0",
|
|
3237
3169
|
"requires": {}
|
|
3238
3170
|
}
|
|
3239
3171
|
},
|
|
@@ -3255,7 +3187,7 @@
|
|
|
3255
3187
|
}
|
|
3256
3188
|
],
|
|
3257
3189
|
"compatibility": {
|
|
3258
|
-
"nuxt": "
|
|
3190
|
+
"nuxt": ">=3.0.0",
|
|
3259
3191
|
"requires": {}
|
|
3260
3192
|
}
|
|
3261
3193
|
},
|
|
@@ -3311,11 +3243,35 @@
|
|
|
3311
3243
|
},
|
|
3312
3244
|
"sponsor": true
|
|
3313
3245
|
},
|
|
3246
|
+
{
|
|
3247
|
+
"name": "kongponents",
|
|
3248
|
+
"description": "Kong Component library",
|
|
3249
|
+
"repo": "kong/kongponents",
|
|
3250
|
+
"npm": "@kong/kongponents",
|
|
3251
|
+
"icon": "kong.svg",
|
|
3252
|
+
"github": "https://github.com/Kong/kongponents/tree/main/nuxt",
|
|
3253
|
+
"website": "https://kongponents.konghq.com/",
|
|
3254
|
+
"learn_more": "https://kongponents.konghq.com/guide/usage.html#nuxt-module",
|
|
3255
|
+
"category": "UI",
|
|
3256
|
+
"type": "3rd-party",
|
|
3257
|
+
"maintainers": [
|
|
3258
|
+
{
|
|
3259
|
+
"name": "Kong",
|
|
3260
|
+
"github": "Kong",
|
|
3261
|
+
"twitter": "kong"
|
|
3262
|
+
}
|
|
3263
|
+
],
|
|
3264
|
+
"compatibility": {
|
|
3265
|
+
"nuxt": ">=3.0.0",
|
|
3266
|
+
"requires": {},
|
|
3267
|
+
"devtools": "^0.0.0"
|
|
3268
|
+
}
|
|
3269
|
+
},
|
|
3314
3270
|
{
|
|
3315
3271
|
"name": "kql",
|
|
3316
3272
|
"description": "Nuxt module for Kirby's Query Language API",
|
|
3317
3273
|
"repo": "johannschopplich/nuxt-kql",
|
|
3318
|
-
"npm": "nuxt-
|
|
3274
|
+
"npm": "nuxt-kirby",
|
|
3319
3275
|
"icon": "kql.svg",
|
|
3320
3276
|
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
3321
3277
|
"website": "https://nuxt-kql.byjohann.dev/",
|
|
@@ -3331,7 +3287,7 @@
|
|
|
3331
3287
|
}
|
|
3332
3288
|
],
|
|
3333
3289
|
"compatibility": {
|
|
3334
|
-
"nuxt": ">=
|
|
3290
|
+
"nuxt": ">=4.0.0",
|
|
3335
3291
|
"requires": {}
|
|
3336
3292
|
}
|
|
3337
3293
|
},
|
|
@@ -3358,28 +3314,6 @@
|
|
|
3358
3314
|
"requires": {}
|
|
3359
3315
|
}
|
|
3360
3316
|
},
|
|
3361
|
-
{
|
|
3362
|
-
"name": "laravel-nuxt",
|
|
3363
|
-
"description": "Build a SPA with Laravel and Nuxt",
|
|
3364
|
-
"repo": "skyrpex/laravel-nuxt-js",
|
|
3365
|
-
"npm": "laravel-nuxt",
|
|
3366
|
-
"icon": "",
|
|
3367
|
-
"github": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
3368
|
-
"website": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
3369
|
-
"learn_more": "https://laravel.com/",
|
|
3370
|
-
"category": "CMS",
|
|
3371
|
-
"type": "3rd-party",
|
|
3372
|
-
"maintainers": [
|
|
3373
|
-
{
|
|
3374
|
-
"name": "Cristian Pallarés",
|
|
3375
|
-
"github": "skyrpex"
|
|
3376
|
-
}
|
|
3377
|
-
],
|
|
3378
|
-
"compatibility": {
|
|
3379
|
-
"nuxt": "^2.0.0",
|
|
3380
|
-
"requires": {}
|
|
3381
|
-
}
|
|
3382
|
-
},
|
|
3383
3317
|
{
|
|
3384
3318
|
"name": "laravel",
|
|
3385
3319
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -3426,6 +3360,30 @@
|
|
|
3426
3360
|
"requires": {}
|
|
3427
3361
|
}
|
|
3428
3362
|
},
|
|
3363
|
+
{
|
|
3364
|
+
"name": "lettermint",
|
|
3365
|
+
"description": "Nuxt module for sending emails with Lettermint",
|
|
3366
|
+
"repo": "lettermint/nuxt-lettermint",
|
|
3367
|
+
"npm": "nuxt-lettermint",
|
|
3368
|
+
"icon": "lettermint.svg",
|
|
3369
|
+
"github": "https://github.com/lettermint/nuxt-lettermint",
|
|
3370
|
+
"website": "https://github.com/lettermint/nuxt-lettermint",
|
|
3371
|
+
"learn_more": "https://lettermint.co",
|
|
3372
|
+
"category": "Extensions",
|
|
3373
|
+
"type": "3rd-party",
|
|
3374
|
+
"maintainers": [
|
|
3375
|
+
{
|
|
3376
|
+
"name": "lettermint",
|
|
3377
|
+
"github": "lettermint",
|
|
3378
|
+
"twitter": "lettermintco",
|
|
3379
|
+
"bluesky": "lettermint.co"
|
|
3380
|
+
}
|
|
3381
|
+
],
|
|
3382
|
+
"compatibility": {
|
|
3383
|
+
"nuxt": ">=3.0.0",
|
|
3384
|
+
"requires": {}
|
|
3385
|
+
}
|
|
3386
|
+
},
|
|
3429
3387
|
{
|
|
3430
3388
|
"name": "link-checker",
|
|
3431
3389
|
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
@@ -3446,7 +3404,7 @@
|
|
|
3446
3404
|
}
|
|
3447
3405
|
],
|
|
3448
3406
|
"compatibility": {
|
|
3449
|
-
"nuxt": ">=3.
|
|
3407
|
+
"nuxt": ">=3.9.0",
|
|
3450
3408
|
"requires": {},
|
|
3451
3409
|
"devtools": "^0.0.0"
|
|
3452
3410
|
}
|
|
@@ -3460,7 +3418,7 @@
|
|
|
3460
3418
|
"github": "https://github.com/nuxtlabs/nuxt-llms",
|
|
3461
3419
|
"website": "https://github.com/nuxtlabs/nuxt-llms",
|
|
3462
3420
|
"learn_more": "",
|
|
3463
|
-
"category": "
|
|
3421
|
+
"category": "AI",
|
|
3464
3422
|
"type": "3rd-party",
|
|
3465
3423
|
"maintainers": [
|
|
3466
3424
|
{
|
|
@@ -3557,28 +3515,6 @@
|
|
|
3557
3515
|
"requires": {}
|
|
3558
3516
|
}
|
|
3559
3517
|
},
|
|
3560
|
-
{
|
|
3561
|
-
"name": "lodash",
|
|
3562
|
-
"description": "lodash module with auto-import and custom prefix",
|
|
3563
|
-
"repo": "cipami/nuxt-lodash",
|
|
3564
|
-
"npm": "nuxt-lodash",
|
|
3565
|
-
"icon": "lodash.svg",
|
|
3566
|
-
"github": "https://github.com/cipami/nuxt-lodash",
|
|
3567
|
-
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
3568
|
-
"learn_more": "https://github.com/lodash/lodash",
|
|
3569
|
-
"category": "Libraries",
|
|
3570
|
-
"type": "3rd-party",
|
|
3571
|
-
"maintainers": [
|
|
3572
|
-
{
|
|
3573
|
-
"name": "Michal Čípa",
|
|
3574
|
-
"github": "cipami"
|
|
3575
|
-
}
|
|
3576
|
-
],
|
|
3577
|
-
"compatibility": {
|
|
3578
|
-
"nuxt": ">=3.0.0",
|
|
3579
|
-
"requires": {}
|
|
3580
|
-
}
|
|
3581
|
-
},
|
|
3582
3518
|
{
|
|
3583
3519
|
"name": "logrocket",
|
|
3584
3520
|
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
@@ -3672,7 +3608,7 @@
|
|
|
3672
3608
|
}
|
|
3673
3609
|
],
|
|
3674
3610
|
"compatibility": {
|
|
3675
|
-
"nuxt": ">=3.
|
|
3611
|
+
"nuxt": ">=3.3.0",
|
|
3676
3612
|
"requires": {}
|
|
3677
3613
|
}
|
|
3678
3614
|
},
|
|
@@ -3862,6 +3798,31 @@
|
|
|
3862
3798
|
"requires": {}
|
|
3863
3799
|
}
|
|
3864
3800
|
},
|
|
3801
|
+
{
|
|
3802
|
+
"name": "mcp-toolkit",
|
|
3803
|
+
"description": "Create MCP servers directly in your Nuxt application with zero configuration.",
|
|
3804
|
+
"repo": "nuxt-modules/mcp-toolkit#main/packages/nuxt-mcp-toolkit",
|
|
3805
|
+
"npm": "@nuxtjs/mcp-toolkit",
|
|
3806
|
+
"icon": "mcp-toolkit.png",
|
|
3807
|
+
"github": "https://github.com/nuxt-modules/mcp-toolkit/tree/main/packages/nuxt-mcp-toolkit",
|
|
3808
|
+
"website": "https://mcp-toolkit.nuxt.dev/getting-started/installation",
|
|
3809
|
+
"learn_more": "",
|
|
3810
|
+
"category": "AI",
|
|
3811
|
+
"type": "community",
|
|
3812
|
+
"maintainers": [
|
|
3813
|
+
{
|
|
3814
|
+
"name": "Hugo",
|
|
3815
|
+
"github": "HugoRCD",
|
|
3816
|
+
"twitter": "hugorcd",
|
|
3817
|
+
"bluesky": "hrcd.fr"
|
|
3818
|
+
}
|
|
3819
|
+
],
|
|
3820
|
+
"compatibility": {
|
|
3821
|
+
"nuxt": ">=3.0.0",
|
|
3822
|
+
"requires": {}
|
|
3823
|
+
},
|
|
3824
|
+
"mcp": "https://mcp-toolkit.nuxt.dev/mcp"
|
|
3825
|
+
},
|
|
3865
3826
|
{
|
|
3866
3827
|
"name": "mdc",
|
|
3867
3828
|
"description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
|
|
@@ -4026,7 +3987,7 @@
|
|
|
4026
3987
|
}
|
|
4027
3988
|
],
|
|
4028
3989
|
"compatibility": {
|
|
4029
|
-
"nuxt": "
|
|
3990
|
+
"nuxt": ">=3.0.0",
|
|
4030
3991
|
"requires": {}
|
|
4031
3992
|
}
|
|
4032
3993
|
},
|
|
@@ -4105,29 +4066,6 @@
|
|
|
4105
4066
|
"requires": {}
|
|
4106
4067
|
}
|
|
4107
4068
|
},
|
|
4108
|
-
{
|
|
4109
|
-
"name": "netlify-cache",
|
|
4110
|
-
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
4111
|
-
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
4112
|
-
"npm": "nuxt-netlify-cache",
|
|
4113
|
-
"icon": "netlify.png",
|
|
4114
|
-
"github": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
4115
|
-
"website": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
4116
|
-
"learn_more": "https://www.netlify.com/",
|
|
4117
|
-
"category": "Deployment",
|
|
4118
|
-
"type": "3rd-party",
|
|
4119
|
-
"maintainers": [
|
|
4120
|
-
{
|
|
4121
|
-
"name": "DreaMinder",
|
|
4122
|
-
"github": "DreaMinder",
|
|
4123
|
-
"twitter": "DreaMinder"
|
|
4124
|
-
}
|
|
4125
|
-
],
|
|
4126
|
-
"compatibility": {
|
|
4127
|
-
"nuxt": "^2.0.0",
|
|
4128
|
-
"requires": {}
|
|
4129
|
-
}
|
|
4130
|
-
},
|
|
4131
4069
|
{
|
|
4132
4070
|
"name": "netlify-files",
|
|
4133
4071
|
"description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
|
|
@@ -4198,6 +4136,30 @@
|
|
|
4198
4136
|
"requires": {}
|
|
4199
4137
|
}
|
|
4200
4138
|
},
|
|
4139
|
+
{
|
|
4140
|
+
"name": "nitro-graphql",
|
|
4141
|
+
"description": "A standalone Nitro module that integrates GraphQL servers into any Nitro application with automatic type generation, file watching, and seamless framework integration.",
|
|
4142
|
+
"repo": "productdevbook/nitro-graphql",
|
|
4143
|
+
"npm": "nitro-graphql",
|
|
4144
|
+
"icon": "",
|
|
4145
|
+
"github": "https://github.com/productdevbook/nitro-graphql",
|
|
4146
|
+
"website": "https://github.com/productdevbook/nitro-graphql",
|
|
4147
|
+
"learn_more": "",
|
|
4148
|
+
"category": "Request",
|
|
4149
|
+
"type": "3rd-party",
|
|
4150
|
+
"maintainers": [
|
|
4151
|
+
{
|
|
4152
|
+
"name": "Wind",
|
|
4153
|
+
"github": "productdevbook",
|
|
4154
|
+
"twitter": "productdevbook",
|
|
4155
|
+
"bluesky": "productdevbook.com"
|
|
4156
|
+
}
|
|
4157
|
+
],
|
|
4158
|
+
"compatibility": {
|
|
4159
|
+
"nuxt": "^3.0.0",
|
|
4160
|
+
"requires": {}
|
|
4161
|
+
}
|
|
4162
|
+
},
|
|
4201
4163
|
{
|
|
4202
4164
|
"name": "nodemailer",
|
|
4203
4165
|
"description": "Nuxt integration for nodemailer",
|
|
@@ -4264,6 +4226,30 @@
|
|
|
4264
4226
|
"requires": {}
|
|
4265
4227
|
}
|
|
4266
4228
|
},
|
|
4229
|
+
{
|
|
4230
|
+
"name": "nuxt-aidbase",
|
|
4231
|
+
"description": "Easily integrate Aidbase into your Nuxt app.",
|
|
4232
|
+
"repo": "Mokkapps/nuxt-aidbase",
|
|
4233
|
+
"npm": "nuxt-aidbase",
|
|
4234
|
+
"icon": "nuxt-aidbase.png",
|
|
4235
|
+
"github": "https://github.com/Mokkapps/nuxt-aidbase",
|
|
4236
|
+
"website": "https://github.com/Mokkapps/nuxt-aidbase",
|
|
4237
|
+
"learn_more": "https://github.com/Mokkapps/nuxt-aidbase",
|
|
4238
|
+
"category": "Libraries",
|
|
4239
|
+
"type": "3rd-party",
|
|
4240
|
+
"maintainers": [
|
|
4241
|
+
{
|
|
4242
|
+
"name": "Michael Hoffmann",
|
|
4243
|
+
"github": "Mokkapps",
|
|
4244
|
+
"twitter": "mokkapps",
|
|
4245
|
+
"avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
|
|
4246
|
+
}
|
|
4247
|
+
],
|
|
4248
|
+
"compatibility": {
|
|
4249
|
+
"nuxt": ">=3.0.0",
|
|
4250
|
+
"requires": {}
|
|
4251
|
+
}
|
|
4252
|
+
},
|
|
4267
4253
|
{
|
|
4268
4254
|
"name": "nuxt-anchorscroll",
|
|
4269
4255
|
"description": "Scroll to top and to anchor support for Nuxt",
|
|
@@ -4339,7 +4325,7 @@
|
|
|
4339
4325
|
"npm": "nuxt-auth-sanctum",
|
|
4340
4326
|
"icon": "laravel.svg",
|
|
4341
4327
|
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
4342
|
-
"website": "https://manchenkoff.
|
|
4328
|
+
"website": "https://sanctum.manchenkoff.me",
|
|
4343
4329
|
"learn_more": "https://laravel.com/docs/12.x/sanctum",
|
|
4344
4330
|
"category": "Security",
|
|
4345
4331
|
"type": "3rd-party",
|
|
@@ -4424,7 +4410,7 @@
|
|
|
4424
4410
|
}
|
|
4425
4411
|
],
|
|
4426
4412
|
"compatibility": {
|
|
4427
|
-
"nuxt": ">=3.
|
|
4413
|
+
"nuxt": ">=3.13.1",
|
|
4428
4414
|
"requires": {},
|
|
4429
4415
|
"devtools": "^0.0.0"
|
|
4430
4416
|
}
|
|
@@ -4492,6 +4478,28 @@
|
|
|
4492
4478
|
"github": "schnapsterdog"
|
|
4493
4479
|
}
|
|
4494
4480
|
],
|
|
4481
|
+
"compatibility": {
|
|
4482
|
+
"nuxt": ">=3.0.0 <5.0.0",
|
|
4483
|
+
"requires": {}
|
|
4484
|
+
}
|
|
4485
|
+
},
|
|
4486
|
+
{
|
|
4487
|
+
"name": "nuxt-claude-devtools",
|
|
4488
|
+
"description": "Nuxt DevTools integration for Claude Code AI assistant",
|
|
4489
|
+
"repo": "oro-ad/nuxt-claude-devtools",
|
|
4490
|
+
"npm": "@oro.ad/nuxt-claude-devtools",
|
|
4491
|
+
"icon": "",
|
|
4492
|
+
"github": "https://github.com/oro-ad/nuxt-claude-devtools",
|
|
4493
|
+
"website": "https://github.com/oro-ad/nuxt-claude-devtools",
|
|
4494
|
+
"learn_more": "",
|
|
4495
|
+
"category": "Devtools",
|
|
4496
|
+
"type": "3rd-party",
|
|
4497
|
+
"maintainers": [
|
|
4498
|
+
{
|
|
4499
|
+
"name": "oro-ad",
|
|
4500
|
+
"github": "oro-ad"
|
|
4501
|
+
}
|
|
4502
|
+
],
|
|
4495
4503
|
"compatibility": {
|
|
4496
4504
|
"nuxt": ">=3.0.0",
|
|
4497
4505
|
"requires": {}
|
|
@@ -4595,7 +4603,7 @@
|
|
|
4595
4603
|
"icon": "nuxt-coolify.svg",
|
|
4596
4604
|
"github": "https://github.com/justserdar/nuxt-coolify",
|
|
4597
4605
|
"website": "https://github.com/justserdar/nuxt-coolify",
|
|
4598
|
-
"learn_more": "
|
|
4606
|
+
"learn_more": "",
|
|
4599
4607
|
"category": "Request",
|
|
4600
4608
|
"type": "3rd-party",
|
|
4601
4609
|
"maintainers": [
|
|
@@ -4610,6 +4618,52 @@
|
|
|
4610
4618
|
"requires": {}
|
|
4611
4619
|
}
|
|
4612
4620
|
},
|
|
4621
|
+
{
|
|
4622
|
+
"name": "nuxt-csp-report",
|
|
4623
|
+
"description": "A Nuxt module for collecting, normalizing, and persisting Content Security Policy (CSP) reports.",
|
|
4624
|
+
"repo": "Gonzo17/nuxt-csp-report",
|
|
4625
|
+
"npm": "nuxt-csp-report",
|
|
4626
|
+
"icon": "nuxt-csp-report.svg",
|
|
4627
|
+
"github": "https://github.com/Gonzo17/nuxt-csp-report",
|
|
4628
|
+
"website": "https://github.com/Gonzo17/nuxt-csp-report",
|
|
4629
|
+
"learn_more": "",
|
|
4630
|
+
"category": "Security",
|
|
4631
|
+
"type": "3rd-party",
|
|
4632
|
+
"maintainers": [
|
|
4633
|
+
{
|
|
4634
|
+
"name": "David Gonzalez Casin",
|
|
4635
|
+
"github": "Gonzo17"
|
|
4636
|
+
}
|
|
4637
|
+
],
|
|
4638
|
+
"compatibility": {
|
|
4639
|
+
"nuxt": ">=3.12.0",
|
|
4640
|
+
"requires": {}
|
|
4641
|
+
}
|
|
4642
|
+
},
|
|
4643
|
+
{
|
|
4644
|
+
"name": "nuxt-email-renderer",
|
|
4645
|
+
"description": "A Nuxt module that provides high-quality, unstyled components & utils for creating emails using Vue and TypeScript.",
|
|
4646
|
+
"repo": "Mokkapps/nuxt-email-renderer",
|
|
4647
|
+
"npm": "nuxt-email-renderer",
|
|
4648
|
+
"icon": "",
|
|
4649
|
+
"github": "https://github.com/Mokkapps/nuxt-email-renderer",
|
|
4650
|
+
"website": "https://nuxtemail.com",
|
|
4651
|
+
"learn_more": "https://nuxtemail.com",
|
|
4652
|
+
"category": "Devtools",
|
|
4653
|
+
"type": "3rd-party",
|
|
4654
|
+
"maintainers": [
|
|
4655
|
+
{
|
|
4656
|
+
"name": "Michael Hoffmann",
|
|
4657
|
+
"github": "Mokkapps",
|
|
4658
|
+
"twitter": "mokkapps",
|
|
4659
|
+
"avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
|
|
4660
|
+
}
|
|
4661
|
+
],
|
|
4662
|
+
"compatibility": {
|
|
4663
|
+
"nuxt": ">=3.0.0",
|
|
4664
|
+
"requires": {}
|
|
4665
|
+
}
|
|
4666
|
+
},
|
|
4613
4667
|
{
|
|
4614
4668
|
"name": "nuxt-facebook-chat",
|
|
4615
4669
|
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
@@ -4632,7 +4686,7 @@
|
|
|
4632
4686
|
}
|
|
4633
4687
|
],
|
|
4634
4688
|
"compatibility": {
|
|
4635
|
-
"nuxt": "
|
|
4689
|
+
"nuxt": "^3.6.0",
|
|
4636
4690
|
"requires": {}
|
|
4637
4691
|
}
|
|
4638
4692
|
},
|
|
@@ -4725,6 +4779,31 @@
|
|
|
4725
4779
|
"requires": {}
|
|
4726
4780
|
}
|
|
4727
4781
|
},
|
|
4782
|
+
{
|
|
4783
|
+
"name": "nuxt-formisch",
|
|
4784
|
+
"description": "Formisch integration for Nuxt - schema-based, headless form library",
|
|
4785
|
+
"repo": "onmax/nuxt-formisch",
|
|
4786
|
+
"npm": "nuxt-formisch",
|
|
4787
|
+
"icon": "nuxt-formisch.svg",
|
|
4788
|
+
"github": "https://github.com/onmax/nuxt-formisch",
|
|
4789
|
+
"website": "https://github.com/onmax/nuxt-formisch",
|
|
4790
|
+
"learn_more": "",
|
|
4791
|
+
"category": "Libraries",
|
|
4792
|
+
"type": "3rd-party",
|
|
4793
|
+
"maintainers": [
|
|
4794
|
+
{
|
|
4795
|
+
"name": "Max",
|
|
4796
|
+
"github": "onmax",
|
|
4797
|
+
"avatar": "https://avatars.githubusercontent.com/u/22072217?v=4",
|
|
4798
|
+
"bluesky": "onmax.bsky.social",
|
|
4799
|
+
"twitter": "_onmax"
|
|
4800
|
+
}
|
|
4801
|
+
],
|
|
4802
|
+
"compatibility": {
|
|
4803
|
+
"nuxt": "^3.0.0",
|
|
4804
|
+
"requires": {}
|
|
4805
|
+
}
|
|
4806
|
+
},
|
|
4728
4807
|
{
|
|
4729
4808
|
"name": "nuxt-fortify",
|
|
4730
4809
|
"description": "Use Laravel fortify and sanctum with Nuxt",
|
|
@@ -4771,6 +4850,28 @@
|
|
|
4771
4850
|
"requires": {}
|
|
4772
4851
|
}
|
|
4773
4852
|
},
|
|
4853
|
+
{
|
|
4854
|
+
"name": "nuxt-google-auth",
|
|
4855
|
+
"description": "Google Identity Services integration for Nuxt 3 & 4 with a simple composable and button component.",
|
|
4856
|
+
"repo": "go-fireball/nuxt-google-auth",
|
|
4857
|
+
"npm": "nuxt-google-auth",
|
|
4858
|
+
"icon": "",
|
|
4859
|
+
"github": "https://github.com/go-fireball/nuxt-google-auth",
|
|
4860
|
+
"website": "https://github.com/go-fireball/nuxt-google-auth",
|
|
4861
|
+
"learn_more": "",
|
|
4862
|
+
"category": "Security",
|
|
4863
|
+
"type": "3rd-party",
|
|
4864
|
+
"maintainers": [
|
|
4865
|
+
{
|
|
4866
|
+
"name": "go-fireball",
|
|
4867
|
+
"github": "go-fireball"
|
|
4868
|
+
}
|
|
4869
|
+
],
|
|
4870
|
+
"compatibility": {
|
|
4871
|
+
"nuxt": "^3.0.0 || ^4.0.0",
|
|
4872
|
+
"requires": {}
|
|
4873
|
+
}
|
|
4874
|
+
},
|
|
4774
4875
|
{
|
|
4775
4876
|
"name": "nuxt-gpt",
|
|
4776
4877
|
"description": "Plug and Play ChatGPT for Nuxt.",
|
|
@@ -4789,7 +4890,29 @@
|
|
|
4789
4890
|
}
|
|
4790
4891
|
],
|
|
4791
4892
|
"compatibility": {
|
|
4792
|
-
"nuxt": "
|
|
4893
|
+
"nuxt": "^3.0.0",
|
|
4894
|
+
"requires": {}
|
|
4895
|
+
}
|
|
4896
|
+
},
|
|
4897
|
+
{
|
|
4898
|
+
"name": "nuxt-gql-pulse",
|
|
4899
|
+
"description": "A Nuxt 3 module for making GraphQL requests with ease, leveraging the power of Nuxt's composables and VueUse.",
|
|
4900
|
+
"repo": "Abbasmoe/nuxt-gql-pulse",
|
|
4901
|
+
"npm": "nuxt-gql-pulse",
|
|
4902
|
+
"icon": "nuxt-gql-pulse.png",
|
|
4903
|
+
"github": "https://github.com/Abbasmoe/nuxt-gql-pulse",
|
|
4904
|
+
"website": "https://github.com/Abbasmoe/nuxt-gql-pulse",
|
|
4905
|
+
"learn_more": "",
|
|
4906
|
+
"category": "Request",
|
|
4907
|
+
"type": "3rd-party",
|
|
4908
|
+
"maintainers": [
|
|
4909
|
+
{
|
|
4910
|
+
"name": "Abbas Mohamed",
|
|
4911
|
+
"github": "Abbasmoe"
|
|
4912
|
+
}
|
|
4913
|
+
],
|
|
4914
|
+
"compatibility": {
|
|
4915
|
+
"nuxt": "^3.0.0 || ^4.0.0",
|
|
4793
4916
|
"requires": {}
|
|
4794
4917
|
}
|
|
4795
4918
|
},
|
|
@@ -4818,7 +4941,7 @@
|
|
|
4818
4941
|
}
|
|
4819
4942
|
],
|
|
4820
4943
|
"compatibility": {
|
|
4821
|
-
"nuxt": "
|
|
4944
|
+
"nuxt": ">=3.13.0",
|
|
4822
4945
|
"requires": {}
|
|
4823
4946
|
}
|
|
4824
4947
|
},
|
|
@@ -4862,7 +4985,7 @@
|
|
|
4862
4985
|
}
|
|
4863
4986
|
],
|
|
4864
4987
|
"compatibility": {
|
|
4865
|
-
"nuxt": "
|
|
4988
|
+
"nuxt": "^3.0.0",
|
|
4866
4989
|
"requires": {},
|
|
4867
4990
|
"devtools": "^0.0.0"
|
|
4868
4991
|
}
|
|
@@ -4991,7 +5114,7 @@
|
|
|
4991
5114
|
"npm": "nuxt-laravel-echo",
|
|
4992
5115
|
"icon": "laravel.svg",
|
|
4993
5116
|
"github": "https://github.com/manchenkoff/nuxt-laravel-echo",
|
|
4994
|
-
"website": "https://manchenkoff.
|
|
5117
|
+
"website": "https://echo.manchenkoff.me",
|
|
4995
5118
|
"learn_more": "https://laravel.com/docs/12.x/broadcasting",
|
|
4996
5119
|
"category": "Libraries",
|
|
4997
5120
|
"type": "3rd-party",
|
|
@@ -5028,7 +5151,7 @@
|
|
|
5028
5151
|
}
|
|
5029
5152
|
],
|
|
5030
5153
|
"compatibility": {
|
|
5031
|
-
"nuxt": "
|
|
5154
|
+
"nuxt": "^3.0.0 || >=4.0.3",
|
|
5032
5155
|
"requires": {}
|
|
5033
5156
|
}
|
|
5034
5157
|
},
|
|
@@ -5052,7 +5175,7 @@
|
|
|
5052
5175
|
}
|
|
5053
5176
|
],
|
|
5054
5177
|
"compatibility": {
|
|
5055
|
-
"nuxt": ">=3.
|
|
5178
|
+
"nuxt": ">=3.0.0",
|
|
5056
5179
|
"requires": {}
|
|
5057
5180
|
}
|
|
5058
5181
|
},
|
|
@@ -5075,7 +5198,7 @@
|
|
|
5075
5198
|
}
|
|
5076
5199
|
],
|
|
5077
5200
|
"compatibility": {
|
|
5078
|
-
"nuxt": "
|
|
5201
|
+
"nuxt": "^3.0.0",
|
|
5079
5202
|
"requires": {}
|
|
5080
5203
|
}
|
|
5081
5204
|
},
|
|
@@ -5167,7 +5290,7 @@
|
|
|
5167
5290
|
}
|
|
5168
5291
|
],
|
|
5169
5292
|
"compatibility": {
|
|
5170
|
-
"nuxt": "
|
|
5293
|
+
"nuxt": ">=3.0.0",
|
|
5171
5294
|
"requires": {}
|
|
5172
5295
|
}
|
|
5173
5296
|
},
|
|
@@ -5235,7 +5358,7 @@
|
|
|
5235
5358
|
}
|
|
5236
5359
|
],
|
|
5237
5360
|
"compatibility": {
|
|
5238
|
-
"nuxt": ">=3.
|
|
5361
|
+
"nuxt": ">=3.1.0",
|
|
5239
5362
|
"requires": {}
|
|
5240
5363
|
}
|
|
5241
5364
|
},
|
|
@@ -5264,6 +5387,31 @@
|
|
|
5264
5387
|
"devtools": "^0.0.0"
|
|
5265
5388
|
}
|
|
5266
5389
|
},
|
|
5390
|
+
{
|
|
5391
|
+
"name": "nuxt-mqtt",
|
|
5392
|
+
"description": "A Nuxt module for real-time MQTT communication using mqtt.js",
|
|
5393
|
+
"repo": "arashsheyda/nuxt-mqtt",
|
|
5394
|
+
"npm": "nuxt-mqtt",
|
|
5395
|
+
"icon": "nuxt-mqtt.png",
|
|
5396
|
+
"github": "https://github.com/arashsheyda/nuxt-mqtt",
|
|
5397
|
+
"website": "https://github.com/arashsheyda/nuxt-mongoose#readme",
|
|
5398
|
+
"learn_more": "",
|
|
5399
|
+
"category": "Extensions",
|
|
5400
|
+
"type": "3rd-party",
|
|
5401
|
+
"maintainers": [
|
|
5402
|
+
{
|
|
5403
|
+
"name": "Arash Ari Sheyda",
|
|
5404
|
+
"github": "arashsheyda",
|
|
5405
|
+
"twitter": "arash_sheyda",
|
|
5406
|
+
"bluesky": "arashsheyda.me"
|
|
5407
|
+
}
|
|
5408
|
+
],
|
|
5409
|
+
"compatibility": {
|
|
5410
|
+
"nuxt": ">=3.0.0",
|
|
5411
|
+
"requires": {},
|
|
5412
|
+
"devtools": "^0.0.0"
|
|
5413
|
+
}
|
|
5414
|
+
},
|
|
5267
5415
|
{
|
|
5268
5416
|
"name": "nuxt-music-flow",
|
|
5269
5417
|
"description": "Nuxt 3 module for audio player component with playlist and waveform visualization.",
|
|
@@ -5287,6 +5435,28 @@
|
|
|
5287
5435
|
"requires": {}
|
|
5288
5436
|
}
|
|
5289
5437
|
},
|
|
5438
|
+
{
|
|
5439
|
+
"name": "nuxt-notify",
|
|
5440
|
+
"description": "Advanced toast notifications for Nuxt 3/4 with Tailwind CSS + Nuxt Icon (actions, avatars, progress, themes, UI overrides).",
|
|
5441
|
+
"repo": "nizaamomer/nuxt-notify",
|
|
5442
|
+
"npm": "nuxt-notify",
|
|
5443
|
+
"icon": "nuxt-notify.png",
|
|
5444
|
+
"github": "https://github.com/nizaamomer/nuxt-notify",
|
|
5445
|
+
"website": "https://nuxt-notify.nizaamomer.com",
|
|
5446
|
+
"learn_more": "https://nuxt-notify.nizaamomer.com/docs/getting-started/introduction",
|
|
5447
|
+
"category": "UI",
|
|
5448
|
+
"type": "3rd-party",
|
|
5449
|
+
"maintainers": [
|
|
5450
|
+
{
|
|
5451
|
+
"name": "Nizam Omer",
|
|
5452
|
+
"github": "nizaamomer"
|
|
5453
|
+
}
|
|
5454
|
+
],
|
|
5455
|
+
"compatibility": {
|
|
5456
|
+
"nuxt": "^3.0.0 || ^4.0.0",
|
|
5457
|
+
"requires": {}
|
|
5458
|
+
}
|
|
5459
|
+
},
|
|
5290
5460
|
{
|
|
5291
5461
|
"name": "nuxt-oidc-auth",
|
|
5292
5462
|
"description": "Seamless modern authentication for Nuxt applications.",
|
|
@@ -5306,17 +5476,17 @@
|
|
|
5306
5476
|
}
|
|
5307
5477
|
],
|
|
5308
5478
|
"compatibility": {
|
|
5309
|
-
"nuxt": ">=3.
|
|
5479
|
+
"nuxt": ">=3.9.0",
|
|
5310
5480
|
"requires": {}
|
|
5311
5481
|
}
|
|
5312
5482
|
},
|
|
5313
5483
|
{
|
|
5314
5484
|
"name": "nuxt-ollama",
|
|
5315
5485
|
"description": "Simple integration of the official Ollama JavaScript Library for your Nuxt application.",
|
|
5316
|
-
"repo": "
|
|
5486
|
+
"repo": "thoda-dev/nuxt-ollama",
|
|
5317
5487
|
"npm": "nuxt-ollama",
|
|
5318
5488
|
"icon": "nuxt-ollama.png",
|
|
5319
|
-
"github": "https://github.com/
|
|
5489
|
+
"github": "https://github.com/thoda-dev/nuxt-ollama",
|
|
5320
5490
|
"website": "https://nuxt-ollama.jericho.dev/",
|
|
5321
5491
|
"learn_more": "https://nuxt-ollama.jericho.dev/",
|
|
5322
5492
|
"category": "Libraries",
|
|
@@ -5324,13 +5494,13 @@
|
|
|
5324
5494
|
"maintainers": [
|
|
5325
5495
|
{
|
|
5326
5496
|
"name": "Thomas",
|
|
5327
|
-
"github": "
|
|
5328
|
-
"avatar": "https://avatars.githubusercontent.com/
|
|
5329
|
-
"twitter": "
|
|
5497
|
+
"github": "thoda-dev",
|
|
5498
|
+
"avatar": "https://avatars.githubusercontent.com/thoda-dev",
|
|
5499
|
+
"twitter": "thoda_dev"
|
|
5330
5500
|
}
|
|
5331
5501
|
],
|
|
5332
5502
|
"compatibility": {
|
|
5333
|
-
"nuxt": "
|
|
5503
|
+
"nuxt": ">=3.0.0",
|
|
5334
5504
|
"requires": {}
|
|
5335
5505
|
}
|
|
5336
5506
|
},
|
|
@@ -5358,7 +5528,7 @@
|
|
|
5358
5528
|
}
|
|
5359
5529
|
],
|
|
5360
5530
|
"compatibility": {
|
|
5361
|
-
"nuxt": ">=3.0.0",
|
|
5531
|
+
"nuxt": ">=3.0.0 <5.0.0-alpha.0",
|
|
5362
5532
|
"requires": {}
|
|
5363
5533
|
}
|
|
5364
5534
|
},
|
|
@@ -5407,7 +5577,7 @@
|
|
|
5407
5577
|
}
|
|
5408
5578
|
],
|
|
5409
5579
|
"compatibility": {
|
|
5410
|
-
"nuxt": ">=3.0.0",
|
|
5580
|
+
"nuxt": ">=3.0.0-rc.8",
|
|
5411
5581
|
"requires": {},
|
|
5412
5582
|
"devtools": "^0.0.0"
|
|
5413
5583
|
}
|
|
@@ -5548,7 +5718,7 @@
|
|
|
5548
5718
|
}
|
|
5549
5719
|
],
|
|
5550
5720
|
"compatibility": {
|
|
5551
|
-
"nuxt": "
|
|
5721
|
+
"nuxt": "^3.6.0",
|
|
5552
5722
|
"requires": {}
|
|
5553
5723
|
}
|
|
5554
5724
|
},
|
|
@@ -5598,6 +5768,28 @@
|
|
|
5598
5768
|
"requires": {}
|
|
5599
5769
|
}
|
|
5600
5770
|
},
|
|
5771
|
+
{
|
|
5772
|
+
"name": "nuxt-processor",
|
|
5773
|
+
"description": "Decoupled processing for Nuxt backed by BullMQ.",
|
|
5774
|
+
"repo": "aidanhibbard/nuxt-processor",
|
|
5775
|
+
"npm": "nuxt-processor",
|
|
5776
|
+
"icon": "",
|
|
5777
|
+
"github": "https://github.com/aidanhibbard/nuxt-processor",
|
|
5778
|
+
"website": "https://github.com/aidanhibbard/nuxt-processor",
|
|
5779
|
+
"learn_more": "https://aidanhibbard.github.io/nuxt-processor/",
|
|
5780
|
+
"category": "Libraries",
|
|
5781
|
+
"type": "3rd-party",
|
|
5782
|
+
"maintainers": [
|
|
5783
|
+
{
|
|
5784
|
+
"name": "Aidan Hibbard",
|
|
5785
|
+
"github": "aidanhibbard"
|
|
5786
|
+
}
|
|
5787
|
+
],
|
|
5788
|
+
"compatibility": {
|
|
5789
|
+
"nuxt": "^3.0.0 || ^4.0.0",
|
|
5790
|
+
"requires": {}
|
|
5791
|
+
}
|
|
5792
|
+
},
|
|
5601
5793
|
{
|
|
5602
5794
|
"name": "nuxt-query",
|
|
5603
5795
|
"description": "Nuxt module for TanStack Query (FKA Vue Query) with Nuxt DevTools integration",
|
|
@@ -5621,6 +5813,30 @@
|
|
|
5621
5813
|
"requires": {}
|
|
5622
5814
|
}
|
|
5623
5815
|
},
|
|
5816
|
+
{
|
|
5817
|
+
"name": "nuxt-safe-runtime-config",
|
|
5818
|
+
"description": "Validate Nuxt runtime config with Standard Schema at build time",
|
|
5819
|
+
"repo": "onmax/nuxt-safe-runtime-config#main",
|
|
5820
|
+
"npm": "nuxt-safe-runtime-config",
|
|
5821
|
+
"icon": "nuxt-safe-runtime-config.svg",
|
|
5822
|
+
"github": "https://github.com/onmax/nuxt-safe-runtime-config/tree/main",
|
|
5823
|
+
"website": "https://nuxt-safe-runtime-config.onmax.me",
|
|
5824
|
+
"learn_more": "",
|
|
5825
|
+
"category": "Devtools",
|
|
5826
|
+
"type": "3rd-party",
|
|
5827
|
+
"maintainers": [
|
|
5828
|
+
{
|
|
5829
|
+
"name": "Max",
|
|
5830
|
+
"github": "onmax",
|
|
5831
|
+
"bluesky": "onmax.bsky.social",
|
|
5832
|
+
"twitter": "_onmax"
|
|
5833
|
+
}
|
|
5834
|
+
],
|
|
5835
|
+
"compatibility": {
|
|
5836
|
+
"nuxt": ">=3.0.0",
|
|
5837
|
+
"requires": {}
|
|
5838
|
+
}
|
|
5839
|
+
},
|
|
5624
5840
|
{
|
|
5625
5841
|
"name": "nuxt-sanctum-authentication",
|
|
5626
5842
|
"description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.",
|
|
@@ -5655,7 +5871,7 @@
|
|
|
5655
5871
|
"npm": "nuxt-sanctum-precognition",
|
|
5656
5872
|
"icon": "laravel.svg",
|
|
5657
5873
|
"github": "https://github.com/manchenkoff/nuxt-sanctum-precognition",
|
|
5658
|
-
"website": "https://manchenkoff.
|
|
5874
|
+
"website": "https://precognition.manchenkoff.me",
|
|
5659
5875
|
"learn_more": "https://laravel.com/docs/12.x/precognition",
|
|
5660
5876
|
"category": "Libraries",
|
|
5661
5877
|
"type": "3rd-party",
|
|
@@ -5674,27 +5890,48 @@
|
|
|
5674
5890
|
},
|
|
5675
5891
|
{
|
|
5676
5892
|
"name": "nuxt-shopify",
|
|
5677
|
-
"description": "
|
|
5678
|
-
"repo": "
|
|
5679
|
-
"npm": "
|
|
5893
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
5894
|
+
"repo": "Gomah/nuxt-shopify",
|
|
5895
|
+
"npm": "nuxt-shopify",
|
|
5680
5896
|
"icon": "nuxt-shopify.png",
|
|
5681
|
-
"github": "https://github.com/
|
|
5682
|
-
"website": "https://
|
|
5897
|
+
"github": "https://github.com/Gomah/nuxt-shopify",
|
|
5898
|
+
"website": "https://github.com/Gomah/nuxt-shopify",
|
|
5683
5899
|
"learn_more": "https://www.shopify.com/",
|
|
5684
5900
|
"category": "Ecommerce",
|
|
5685
5901
|
"type": "3rd-party",
|
|
5686
5902
|
"maintainers": [
|
|
5687
5903
|
{
|
|
5688
|
-
"name": "
|
|
5689
|
-
"github": "
|
|
5690
|
-
|
|
5904
|
+
"name": "Thomas Marrec",
|
|
5905
|
+
"github": "Gomah",
|
|
5906
|
+
"twitter": "Gomah"
|
|
5907
|
+
}
|
|
5908
|
+
],
|
|
5909
|
+
"compatibility": {
|
|
5910
|
+
"nuxt": "^2.0.0",
|
|
5911
|
+
"requires": {}
|
|
5912
|
+
}
|
|
5913
|
+
},
|
|
5914
|
+
{
|
|
5915
|
+
"name": "nuxt-signupgate",
|
|
5916
|
+
"description": "Easily integrate SignupGate into your Nuxt app.",
|
|
5917
|
+
"repo": "Mokkapps/nuxt-signupgate",
|
|
5918
|
+
"npm": "nuxt-signupgate",
|
|
5919
|
+
"icon": "nuxt-signupgate.png",
|
|
5920
|
+
"github": "https://github.com/Mokkapps/nuxt-signupgate",
|
|
5921
|
+
"website": "https://github.com/Mokkapps/nuxt-signupgate",
|
|
5922
|
+
"learn_more": "https://github.com/Mokkapps/nuxt-signupgate",
|
|
5923
|
+
"category": "Libraries",
|
|
5924
|
+
"type": "3rd-party",
|
|
5925
|
+
"maintainers": [
|
|
5691
5926
|
{
|
|
5692
|
-
"name": "
|
|
5693
|
-
"github": "
|
|
5927
|
+
"name": "Michael Hoffmann",
|
|
5928
|
+
"github": "Mokkapps",
|
|
5929
|
+
"twitter": "mokkapps",
|
|
5930
|
+
"avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
|
|
5694
5931
|
}
|
|
5695
5932
|
],
|
|
5696
5933
|
"compatibility": {
|
|
5697
|
-
"nuxt": "
|
|
5934
|
+
"nuxt": ">=3.0.0",
|
|
5698
5935
|
"requires": {}
|
|
5699
5936
|
}
|
|
5700
5937
|
},
|
|
@@ -5711,7 +5948,7 @@
|
|
|
5711
5948
|
"type": "3rd-party",
|
|
5712
5949
|
"maintainers": [
|
|
5713
5950
|
{
|
|
5714
|
-
"name": "Milan
|
|
5951
|
+
"name": "Milan Šulc",
|
|
5715
5952
|
"github": "f3l1x",
|
|
5716
5953
|
"twitter": "xf3l1x",
|
|
5717
5954
|
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
@@ -5837,7 +6074,7 @@
|
|
|
5837
6074
|
}
|
|
5838
6075
|
],
|
|
5839
6076
|
"compatibility": {
|
|
5840
|
-
"nuxt": "
|
|
6077
|
+
"nuxt": ">=3.0.0",
|
|
5841
6078
|
"requires": {}
|
|
5842
6079
|
}
|
|
5843
6080
|
},
|
|
@@ -5860,7 +6097,7 @@
|
|
|
5860
6097
|
}
|
|
5861
6098
|
],
|
|
5862
6099
|
"compatibility": {
|
|
5863
|
-
"nuxt": "
|
|
6100
|
+
"nuxt": "^3.0.0 || ^4.0.0",
|
|
5864
6101
|
"requires": {}
|
|
5865
6102
|
}
|
|
5866
6103
|
},
|
|
@@ -5907,7 +6144,7 @@
|
|
|
5907
6144
|
}
|
|
5908
6145
|
],
|
|
5909
6146
|
"compatibility": {
|
|
5910
|
-
"nuxt": ">=3.0.0",
|
|
6147
|
+
"nuxt": ">=3.0.0-rc.0",
|
|
5911
6148
|
"requires": {}
|
|
5912
6149
|
}
|
|
5913
6150
|
},
|
|
@@ -5978,30 +6215,6 @@
|
|
|
5978
6215
|
"requires": {}
|
|
5979
6216
|
}
|
|
5980
6217
|
},
|
|
5981
|
-
{
|
|
5982
|
-
"name": "nuxt-use-sound",
|
|
5983
|
-
"description": "A Nuxt module for playing sound effects.",
|
|
5984
|
-
"repo": "Tahul/nuxt-use-sound",
|
|
5985
|
-
"npm": "nuxt-use-sound",
|
|
5986
|
-
"icon": "nuxt-use-sound.svg",
|
|
5987
|
-
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
5988
|
-
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
5989
|
-
"learn_more": "https://github.com/vueuse/sound",
|
|
5990
|
-
"category": "Libraries",
|
|
5991
|
-
"type": "3rd-party",
|
|
5992
|
-
"maintainers": [
|
|
5993
|
-
{
|
|
5994
|
-
"name": "Yaël Guilloux",
|
|
5995
|
-
"github": "Tahul",
|
|
5996
|
-
"twitter": "yaeeelglx",
|
|
5997
|
-
"bluesky": "yael.dev"
|
|
5998
|
-
}
|
|
5999
|
-
],
|
|
6000
|
-
"compatibility": {
|
|
6001
|
-
"nuxt": "^2.0.0",
|
|
6002
|
-
"requires": {}
|
|
6003
|
-
}
|
|
6004
|
-
},
|
|
6005
6218
|
{
|
|
6006
6219
|
"name": "nuxt-useless-blobs",
|
|
6007
6220
|
"description": "An easier way of using useless-blobs in your Nuxt project!",
|
|
@@ -6020,7 +6233,31 @@
|
|
|
6020
6233
|
}
|
|
6021
6234
|
],
|
|
6022
6235
|
"compatibility": {
|
|
6023
|
-
"nuxt": "
|
|
6236
|
+
"nuxt": ">=3.0.0",
|
|
6237
|
+
"requires": {}
|
|
6238
|
+
}
|
|
6239
|
+
},
|
|
6240
|
+
{
|
|
6241
|
+
"name": "nuxt-users",
|
|
6242
|
+
"description": "A comprehensive user management module for Nuxt 3 and Nuxt 4 applications with authentication, authorization, database support, and CLI tools",
|
|
6243
|
+
"repo": "rrd108/nuxt-users",
|
|
6244
|
+
"npm": "nuxt-users",
|
|
6245
|
+
"icon": "nuxt-users.png",
|
|
6246
|
+
"github": "https://github.com/rrd108/nuxt-users",
|
|
6247
|
+
"website": "https://nuxt-users.webmania.cc/",
|
|
6248
|
+
"learn_more": "https://nuxt-users.webmania.cc/",
|
|
6249
|
+
"category": "Security",
|
|
6250
|
+
"type": "3rd-party",
|
|
6251
|
+
"maintainers": [
|
|
6252
|
+
{
|
|
6253
|
+
"name": "rrd",
|
|
6254
|
+
"github": "rrd108",
|
|
6255
|
+
"twitter": "radharadhya",
|
|
6256
|
+
"bluesky": "rrd108.bsky.social"
|
|
6257
|
+
}
|
|
6258
|
+
],
|
|
6259
|
+
"compatibility": {
|
|
6260
|
+
"nuxt": ">=3.0.0",
|
|
6024
6261
|
"requires": {}
|
|
6025
6262
|
}
|
|
6026
6263
|
},
|
|
@@ -6042,7 +6279,7 @@
|
|
|
6042
6279
|
}
|
|
6043
6280
|
],
|
|
6044
6281
|
"compatibility": {
|
|
6045
|
-
"nuxt": "
|
|
6282
|
+
"nuxt": "^3.0.0",
|
|
6046
6283
|
"requires": {}
|
|
6047
6284
|
}
|
|
6048
6285
|
},
|
|
@@ -6089,25 +6326,25 @@
|
|
|
6089
6326
|
}
|
|
6090
6327
|
],
|
|
6091
6328
|
"compatibility": {
|
|
6092
|
-
"nuxt": ">=3.0.0",
|
|
6329
|
+
"nuxt": ">=3.0.0 <5.0.0",
|
|
6093
6330
|
"requires": {}
|
|
6094
6331
|
}
|
|
6095
6332
|
},
|
|
6096
6333
|
{
|
|
6097
|
-
"name": "nuxt-
|
|
6098
|
-
"description": "
|
|
6099
|
-
"repo": "
|
|
6100
|
-
"npm": "nuxt-
|
|
6101
|
-
"icon": "
|
|
6102
|
-
"github": "https://github.com/
|
|
6103
|
-
"website": "https://github.com/
|
|
6334
|
+
"name": "nuxt-yup",
|
|
6335
|
+
"description": "Yup integration for Nuxt 4 with a simple composable.",
|
|
6336
|
+
"repo": "DarlanPrado/nuxt-yup",
|
|
6337
|
+
"npm": "nuxt-yup",
|
|
6338
|
+
"icon": "",
|
|
6339
|
+
"github": "https://github.com/DarlanPrado/nuxt-yup",
|
|
6340
|
+
"website": "https://github.com/DarlanPrado/nuxt-yup",
|
|
6104
6341
|
"learn_more": "",
|
|
6105
6342
|
"category": "Libraries",
|
|
6106
6343
|
"type": "3rd-party",
|
|
6107
6344
|
"maintainers": [
|
|
6108
6345
|
{
|
|
6109
|
-
"name": "
|
|
6110
|
-
"github": "
|
|
6346
|
+
"name": "Darlan José Batista do Prado",
|
|
6347
|
+
"github": "DarlanPrado"
|
|
6111
6348
|
}
|
|
6112
6349
|
],
|
|
6113
6350
|
"compatibility": {
|
|
@@ -6116,24 +6353,24 @@
|
|
|
6116
6353
|
}
|
|
6117
6354
|
},
|
|
6118
6355
|
{
|
|
6119
|
-
"name": "
|
|
6120
|
-
"description": "A Nuxt
|
|
6121
|
-
"repo": "
|
|
6122
|
-
"npm": "nuxt-
|
|
6123
|
-
"icon": "
|
|
6124
|
-
"github": "https://github.com/
|
|
6125
|
-
"website": "https://github.com/
|
|
6126
|
-
"learn_more": "
|
|
6356
|
+
"name": "nuxt-zod-i18n",
|
|
6357
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
6358
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
6359
|
+
"npm": "nuxt-zod-i18n",
|
|
6360
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
6361
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
6362
|
+
"website": "https://github.com/xibman/nuxt-zod-i18n",
|
|
6363
|
+
"learn_more": "",
|
|
6127
6364
|
"category": "Libraries",
|
|
6128
6365
|
"type": "3rd-party",
|
|
6129
6366
|
"maintainers": [
|
|
6130
6367
|
{
|
|
6131
|
-
"name": "
|
|
6132
|
-
"github": "
|
|
6368
|
+
"name": "Georget Julien",
|
|
6369
|
+
"github": "xibman"
|
|
6133
6370
|
}
|
|
6134
6371
|
],
|
|
6135
6372
|
"compatibility": {
|
|
6136
|
-
"nuxt": "
|
|
6373
|
+
"nuxt": ">=3.0.0",
|
|
6137
6374
|
"requires": {}
|
|
6138
6375
|
}
|
|
6139
6376
|
},
|
|
@@ -6255,7 +6492,7 @@
|
|
|
6255
6492
|
}
|
|
6256
6493
|
],
|
|
6257
6494
|
"compatibility": {
|
|
6258
|
-
"nuxt": ">=3.
|
|
6495
|
+
"nuxt": ">=3.10.3",
|
|
6259
6496
|
"requires": {},
|
|
6260
6497
|
"devtools": "^0.0.0"
|
|
6261
6498
|
}
|
|
@@ -6280,7 +6517,8 @@
|
|
|
6280
6517
|
{
|
|
6281
6518
|
"name": "Wind",
|
|
6282
6519
|
"github": "productdevbook",
|
|
6283
|
-
"twitter": "productdevbook"
|
|
6520
|
+
"twitter": "productdevbook",
|
|
6521
|
+
"bluesky": "productdevbook.com"
|
|
6284
6522
|
}
|
|
6285
6523
|
],
|
|
6286
6524
|
"compatibility": {
|
|
@@ -6357,28 +6595,6 @@
|
|
|
6357
6595
|
"requires": {}
|
|
6358
6596
|
}
|
|
6359
6597
|
},
|
|
6360
|
-
{
|
|
6361
|
-
"name": "page-generator-helper",
|
|
6362
|
-
"description": "Generate your pages statically without using payload extractors.",
|
|
6363
|
-
"repo": "GrabarzUndPartner/nuxt-page-generator-helper",
|
|
6364
|
-
"npm": "nuxt-page-generator-helper",
|
|
6365
|
-
"icon": "",
|
|
6366
|
-
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
6367
|
-
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
6368
|
-
"learn_more": "",
|
|
6369
|
-
"category": "Extensions",
|
|
6370
|
-
"type": "3rd-party",
|
|
6371
|
-
"maintainers": [
|
|
6372
|
-
{
|
|
6373
|
-
"name": "GrabarzUndPartner",
|
|
6374
|
-
"github": "GrabarzUndPartner"
|
|
6375
|
-
}
|
|
6376
|
-
],
|
|
6377
|
-
"compatibility": {
|
|
6378
|
-
"nuxt": "^2.0.0",
|
|
6379
|
-
"requires": {}
|
|
6380
|
-
}
|
|
6381
|
-
},
|
|
6382
6598
|
{
|
|
6383
6599
|
"name": "paper-ui",
|
|
6384
6600
|
"description": "A ui kit for nuxt",
|
|
@@ -6442,7 +6658,7 @@
|
|
|
6442
6658
|
}
|
|
6443
6659
|
],
|
|
6444
6660
|
"compatibility": {
|
|
6445
|
-
"nuxt": "
|
|
6661
|
+
"nuxt": "^3.7.0",
|
|
6446
6662
|
"requires": {}
|
|
6447
6663
|
}
|
|
6448
6664
|
},
|
|
@@ -6509,37 +6725,14 @@
|
|
|
6509
6725
|
"type": "3rd-party",
|
|
6510
6726
|
"maintainers": [
|
|
6511
6727
|
{
|
|
6512
|
-
"name": "Giovane
|
|
6728
|
+
"name": "Giovane Silva",
|
|
6513
6729
|
"github": "novout",
|
|
6514
6730
|
"twitter": "novoutttttt",
|
|
6515
6731
|
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
6516
6732
|
}
|
|
6517
6733
|
],
|
|
6518
6734
|
"compatibility": {
|
|
6519
|
-
"nuxt": "
|
|
6520
|
-
"requires": {}
|
|
6521
|
-
}
|
|
6522
|
-
},
|
|
6523
|
-
{
|
|
6524
|
-
"name": "pergel",
|
|
6525
|
-
"description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
|
|
6526
|
-
"repo": "oku-ui/pergel#main/packages-core/pergel",
|
|
6527
|
-
"npm": "pergel",
|
|
6528
|
-
"icon": "pergel.svg",
|
|
6529
|
-
"github": "https://github.com/oku-ui/pergel",
|
|
6530
|
-
"website": "https://pergel.oku-ui.com/",
|
|
6531
|
-
"learn_more": "",
|
|
6532
|
-
"category": "Devtools",
|
|
6533
|
-
"type": "3rd-party",
|
|
6534
|
-
"maintainers": [
|
|
6535
|
-
{
|
|
6536
|
-
"name": "Wind",
|
|
6537
|
-
"github": "productdevbook",
|
|
6538
|
-
"twitter": "productdevbook"
|
|
6539
|
-
}
|
|
6540
|
-
],
|
|
6541
|
-
"compatibility": {
|
|
6542
|
-
"nuxt": ">=3.10.0",
|
|
6735
|
+
"nuxt": "^3.0.0",
|
|
6543
6736
|
"requires": {}
|
|
6544
6737
|
}
|
|
6545
6738
|
},
|
|
@@ -6566,6 +6759,31 @@
|
|
|
6566
6759
|
"requires": {}
|
|
6567
6760
|
}
|
|
6568
6761
|
},
|
|
6762
|
+
{
|
|
6763
|
+
"name": "pglite",
|
|
6764
|
+
"description": "A Nuxt module aimed to simplify the use of PGlite.",
|
|
6765
|
+
"repo": "sandros94/nuxt-pglite",
|
|
6766
|
+
"npm": "nuxt-pglite",
|
|
6767
|
+
"icon": "pglite.svg",
|
|
6768
|
+
"github": "https://github.com/sandros94/nuxt-pglite",
|
|
6769
|
+
"website": "https://github.com/sandros94/nuxt-pglite",
|
|
6770
|
+
"learn_more": "https://pglite.dev",
|
|
6771
|
+
"category": "Database",
|
|
6772
|
+
"type": "3rd-party",
|
|
6773
|
+
"maintainers": [
|
|
6774
|
+
{
|
|
6775
|
+
"name": "Sandro Circi",
|
|
6776
|
+
"github": "sandros94",
|
|
6777
|
+
"avatar": "https://avatars.githubusercontent.com/u/13056429",
|
|
6778
|
+
"bluesky": "sandros94.com",
|
|
6779
|
+
"twitter": "_sandros94"
|
|
6780
|
+
}
|
|
6781
|
+
],
|
|
6782
|
+
"compatibility": {
|
|
6783
|
+
"nuxt": ">=3.15.0",
|
|
6784
|
+
"requires": {}
|
|
6785
|
+
}
|
|
6786
|
+
},
|
|
6569
6787
|
{
|
|
6570
6788
|
"name": "pinia-colada",
|
|
6571
6789
|
"description": "The smart data fetching layer for Pinia",
|
|
@@ -6586,7 +6804,7 @@
|
|
|
6586
6804
|
}
|
|
6587
6805
|
],
|
|
6588
6806
|
"compatibility": {
|
|
6589
|
-
"nuxt": "^3.
|
|
6807
|
+
"nuxt": "^3.17.7 || ^4.0.0",
|
|
6590
6808
|
"requires": {}
|
|
6591
6809
|
}
|
|
6592
6810
|
},
|
|
@@ -6615,31 +6833,6 @@
|
|
|
6615
6833
|
}
|
|
6616
6834
|
}
|
|
6617
6835
|
},
|
|
6618
|
-
{
|
|
6619
|
-
"name": "pinia-plugin-persistedstate",
|
|
6620
|
-
"description": "Configurable persistence and rehydration of Pinia stores.",
|
|
6621
|
-
"repo": "prazdevs/pinia-plugin-persistedstate",
|
|
6622
|
-
"npm": "pinia-plugin-persistedstate",
|
|
6623
|
-
"icon": "pinia-plugin-persistedstate.png",
|
|
6624
|
-
"github": "https://github.com/prazdevs/pinia-plugin-persistedstate",
|
|
6625
|
-
"website": "https://prazdevs.github.io/pinia-plugin-persistedstate/",
|
|
6626
|
-
"learn_more": "",
|
|
6627
|
-
"category": "Extensions",
|
|
6628
|
-
"type": "3rd-party",
|
|
6629
|
-
"maintainers": [
|
|
6630
|
-
{
|
|
6631
|
-
"name": "praz",
|
|
6632
|
-
"github": "prazdevs",
|
|
6633
|
-
"bluesky": "dev.praz.me"
|
|
6634
|
-
}
|
|
6635
|
-
],
|
|
6636
|
-
"compatibility": {
|
|
6637
|
-
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6638
|
-
"requires": {
|
|
6639
|
-
"bridge": "optional"
|
|
6640
|
-
}
|
|
6641
|
-
}
|
|
6642
|
-
},
|
|
6643
6836
|
{
|
|
6644
6837
|
"name": "pinia-plugin-unstorage",
|
|
6645
6838
|
"description": "Configurable persistence and rehydration of Pinia stores.",
|
|
@@ -6682,7 +6875,7 @@
|
|
|
6682
6875
|
}
|
|
6683
6876
|
],
|
|
6684
6877
|
"compatibility": {
|
|
6685
|
-
"nuxt": "^
|
|
6878
|
+
"nuxt": "^3.15.0 || ^4.0.0",
|
|
6686
6879
|
"requires": {
|
|
6687
6880
|
"bridge": "optional"
|
|
6688
6881
|
}
|
|
@@ -6729,7 +6922,7 @@
|
|
|
6729
6922
|
}
|
|
6730
6923
|
],
|
|
6731
6924
|
"compatibility": {
|
|
6732
|
-
"nuxt": "
|
|
6925
|
+
"nuxt": ">=3.0.0",
|
|
6733
6926
|
"requires": {}
|
|
6734
6927
|
}
|
|
6735
6928
|
},
|
|
@@ -6751,7 +6944,7 @@
|
|
|
6751
6944
|
}
|
|
6752
6945
|
],
|
|
6753
6946
|
"compatibility": {
|
|
6754
|
-
"nuxt": ">=3.
|
|
6947
|
+
"nuxt": ">=3.9.0",
|
|
6755
6948
|
"requires": {}
|
|
6756
6949
|
}
|
|
6757
6950
|
},
|
|
@@ -6831,7 +7024,7 @@
|
|
|
6831
7024
|
"npm": "@prisma/nuxt",
|
|
6832
7025
|
"icon": "prisma.png",
|
|
6833
7026
|
"github": "https://github.com/prisma/nuxt-prisma",
|
|
6834
|
-
"website": "https://
|
|
7027
|
+
"website": "https://www.prisma.io/docs/guides/nuxt",
|
|
6835
7028
|
"learn_more": "https://www.prisma.io/orm",
|
|
6836
7029
|
"category": "Database",
|
|
6837
7030
|
"type": "3rd-party",
|
|
@@ -6866,7 +7059,7 @@
|
|
|
6866
7059
|
}
|
|
6867
7060
|
],
|
|
6868
7061
|
"compatibility": {
|
|
6869
|
-
"nuxt": "
|
|
7062
|
+
"nuxt": ">=3.7.0",
|
|
6870
7063
|
"requires": {}
|
|
6871
7064
|
}
|
|
6872
7065
|
},
|
|
@@ -6888,7 +7081,7 @@
|
|
|
6888
7081
|
}
|
|
6889
7082
|
],
|
|
6890
7083
|
"compatibility": {
|
|
6891
|
-
"nuxt": ">=3.0.0",
|
|
7084
|
+
"nuxt": "^2.16.0 || >=3.0.0",
|
|
6892
7085
|
"requires": {}
|
|
6893
7086
|
}
|
|
6894
7087
|
},
|
|
@@ -6979,7 +7172,7 @@
|
|
|
6979
7172
|
}
|
|
6980
7173
|
],
|
|
6981
7174
|
"compatibility": {
|
|
6982
|
-
"nuxt": "^
|
|
7175
|
+
"nuxt": "^3.0.0-rc.11",
|
|
6983
7176
|
"requires": {}
|
|
6984
7177
|
}
|
|
6985
7178
|
},
|
|
@@ -7052,7 +7245,7 @@
|
|
|
7052
7245
|
}
|
|
7053
7246
|
],
|
|
7054
7247
|
"compatibility": {
|
|
7055
|
-
"nuxt": ">=3.
|
|
7248
|
+
"nuxt": ">=3.0.0",
|
|
7056
7249
|
"requires": {}
|
|
7057
7250
|
}
|
|
7058
7251
|
},
|
|
@@ -7119,7 +7312,7 @@
|
|
|
7119
7312
|
}
|
|
7120
7313
|
],
|
|
7121
7314
|
"compatibility": {
|
|
7122
|
-
"nuxt": "
|
|
7315
|
+
"nuxt": "^3.0.0",
|
|
7123
7316
|
"requires": {}
|
|
7124
7317
|
}
|
|
7125
7318
|
},
|
|
@@ -7302,7 +7495,7 @@
|
|
|
7302
7495
|
}
|
|
7303
7496
|
],
|
|
7304
7497
|
"compatibility": {
|
|
7305
|
-
"nuxt": "
|
|
7498
|
+
"nuxt": ">=3.6.1",
|
|
7306
7499
|
"requires": {
|
|
7307
7500
|
"bridge": "optional"
|
|
7308
7501
|
}
|
|
@@ -7318,39 +7511,15 @@
|
|
|
7318
7511
|
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
7319
7512
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
7320
7513
|
"category": "Monitoring",
|
|
7321
|
-
"type": "3rd-party",
|
|
7322
|
-
"maintainers": [
|
|
7323
|
-
{
|
|
7324
|
-
"name": "Jairo Blatt",
|
|
7325
|
-
"github": "jairoblatt"
|
|
7326
|
-
}
|
|
7327
|
-
],
|
|
7328
|
-
"compatibility": {
|
|
7329
|
-
"nuxt": ">=3.0.0",
|
|
7330
|
-
"requires": {}
|
|
7331
|
-
}
|
|
7332
|
-
},
|
|
7333
|
-
{
|
|
7334
|
-
"name": "router-extras",
|
|
7335
|
-
"description": "Extra Add-ons for nuxt router",
|
|
7336
|
-
"repo": "nuxt-community/router-extras-module",
|
|
7337
|
-
"npm": "@nuxtjs/router-extras",
|
|
7338
|
-
"icon": "vue.png",
|
|
7339
|
-
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
7340
|
-
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
7341
|
-
"learn_more": "",
|
|
7342
|
-
"category": "Extensions",
|
|
7343
|
-
"type": "community",
|
|
7344
|
-
"maintainers": [
|
|
7345
|
-
{
|
|
7346
|
-
"name": "Farnabaz",
|
|
7347
|
-
"github": "farnabaz",
|
|
7348
|
-
"twitter": "a_birang",
|
|
7349
|
-
"bluesky": "farnabaz.dev"
|
|
7514
|
+
"type": "3rd-party",
|
|
7515
|
+
"maintainers": [
|
|
7516
|
+
{
|
|
7517
|
+
"name": "Jairo Blatt",
|
|
7518
|
+
"github": "jairoblatt"
|
|
7350
7519
|
}
|
|
7351
7520
|
],
|
|
7352
7521
|
"compatibility": {
|
|
7353
|
-
"nuxt": "^
|
|
7522
|
+
"nuxt": "^3",
|
|
7354
7523
|
"requires": {}
|
|
7355
7524
|
}
|
|
7356
7525
|
},
|
|
@@ -7398,7 +7567,7 @@
|
|
|
7398
7567
|
}
|
|
7399
7568
|
],
|
|
7400
7569
|
"compatibility": {
|
|
7401
|
-
"nuxt": "
|
|
7570
|
+
"nuxt": ">=3.7.0",
|
|
7402
7571
|
"requires": {
|
|
7403
7572
|
"bridge": "optional"
|
|
7404
7573
|
}
|
|
@@ -7447,7 +7616,7 @@
|
|
|
7447
7616
|
}
|
|
7448
7617
|
],
|
|
7449
7618
|
"compatibility": {
|
|
7450
|
-
"nuxt": ">=3.0.0",
|
|
7619
|
+
"nuxt": ">=3.0.0-rc.8",
|
|
7451
7620
|
"requires": {}
|
|
7452
7621
|
}
|
|
7453
7622
|
},
|
|
@@ -7470,7 +7639,7 @@
|
|
|
7470
7639
|
}
|
|
7471
7640
|
],
|
|
7472
7641
|
"compatibility": {
|
|
7473
|
-
"nuxt": ">=3.
|
|
7642
|
+
"nuxt": ">=3.16",
|
|
7474
7643
|
"requires": {}
|
|
7475
7644
|
}
|
|
7476
7645
|
},
|
|
@@ -7585,7 +7754,7 @@
|
|
|
7585
7754
|
}
|
|
7586
7755
|
],
|
|
7587
7756
|
"compatibility": {
|
|
7588
|
-
"nuxt": "
|
|
7757
|
+
"nuxt": "<3.16.0 || >=3.6.1",
|
|
7589
7758
|
"requires": {}
|
|
7590
7759
|
}
|
|
7591
7760
|
},
|
|
@@ -7632,9 +7801,10 @@
|
|
|
7632
7801
|
}
|
|
7633
7802
|
],
|
|
7634
7803
|
"compatibility": {
|
|
7635
|
-
"nuxt": ">=3.
|
|
7804
|
+
"nuxt": ">=3.7.0",
|
|
7636
7805
|
"requires": {}
|
|
7637
|
-
}
|
|
7806
|
+
},
|
|
7807
|
+
"mcp": "https://nuxtseo.com/mcp"
|
|
7638
7808
|
},
|
|
7639
7809
|
{
|
|
7640
7810
|
"name": "seomatic-meta",
|
|
@@ -7735,24 +7905,49 @@
|
|
|
7735
7905
|
},
|
|
7736
7906
|
{
|
|
7737
7907
|
"name": "shopify",
|
|
7738
|
-
"description": "
|
|
7739
|
-
"repo": "
|
|
7740
|
-
"npm": "
|
|
7908
|
+
"description": "Easily integrate Shopify into your Nuxt app.",
|
|
7909
|
+
"repo": "nuxt-modules/shopify",
|
|
7910
|
+
"npm": "@nuxtjs/shopify",
|
|
7741
7911
|
"icon": "shopify.png",
|
|
7742
|
-
"github": "https://github.com/
|
|
7743
|
-
"website": "https://github.
|
|
7744
|
-
"learn_more": "https://
|
|
7912
|
+
"github": "https://github.com/nuxt-modules/shopify",
|
|
7913
|
+
"website": "https://nuxt-modules.github.io/shopify",
|
|
7914
|
+
"learn_more": "https://shopify.dev/docs",
|
|
7915
|
+
"category": "Ecommerce",
|
|
7916
|
+
"type": "community",
|
|
7917
|
+
"maintainers": [
|
|
7918
|
+
{
|
|
7919
|
+
"name": "Zoltan Lukacs",
|
|
7920
|
+
"github": "konkonam"
|
|
7921
|
+
},
|
|
7922
|
+
{
|
|
7923
|
+
"name": "Frederik Bußmann",
|
|
7924
|
+
"github": "freb97"
|
|
7925
|
+
}
|
|
7926
|
+
],
|
|
7927
|
+
"compatibility": {
|
|
7928
|
+
"nuxt": ">=3.0.0",
|
|
7929
|
+
"requires": {}
|
|
7930
|
+
}
|
|
7931
|
+
},
|
|
7932
|
+
{
|
|
7933
|
+
"name": "shopware",
|
|
7934
|
+
"description": "Nuxt module that allows you to set up a Nuxt 3 project with Shopware Frontends.",
|
|
7935
|
+
"repo": "shopware/frontends#main/packages/nuxt-module",
|
|
7936
|
+
"npm": "@shopware/nuxt-module",
|
|
7937
|
+
"icon": "shopware.svg",
|
|
7938
|
+
"github": "https://github.com/shopware/frontends/tree/main/packages/nuxt-module",
|
|
7939
|
+
"website": "https://frontends.shopware.com/packages/nuxt-module.html",
|
|
7940
|
+
"learn_more": "https://www.shopware.com",
|
|
7745
7941
|
"category": "Ecommerce",
|
|
7746
7942
|
"type": "3rd-party",
|
|
7747
7943
|
"maintainers": [
|
|
7748
7944
|
{
|
|
7749
|
-
"name": "
|
|
7750
|
-
"github": "
|
|
7751
|
-
"twitter": "Gomah"
|
|
7945
|
+
"name": "Shopware AG",
|
|
7946
|
+
"github": "shopware"
|
|
7752
7947
|
}
|
|
7753
7948
|
],
|
|
7754
7949
|
"compatibility": {
|
|
7755
|
-
"nuxt": "
|
|
7950
|
+
"nuxt": ">=3.0.0",
|
|
7756
7951
|
"requires": {}
|
|
7757
7952
|
}
|
|
7758
7953
|
},
|
|
@@ -7849,7 +8044,7 @@
|
|
|
7849
8044
|
}
|
|
7850
8045
|
],
|
|
7851
8046
|
"compatibility": {
|
|
7852
|
-
"nuxt": ">=3.
|
|
8047
|
+
"nuxt": ">=3.9.0",
|
|
7853
8048
|
"requires": {}
|
|
7854
8049
|
}
|
|
7855
8050
|
},
|
|
@@ -7875,29 +8070,6 @@
|
|
|
7875
8070
|
"requires": {}
|
|
7876
8071
|
}
|
|
7877
8072
|
},
|
|
7878
|
-
{
|
|
7879
|
-
"name": "snipcart",
|
|
7880
|
-
"description": "Snipcart integration module for Nuxt",
|
|
7881
|
-
"repo": "nuxt-modules/snipcart",
|
|
7882
|
-
"npm": "@nuxtjs/snipcart",
|
|
7883
|
-
"icon": "snipcart.png",
|
|
7884
|
-
"github": "https://github.com/nuxt-modules/snipcart",
|
|
7885
|
-
"website": "https://github.com/nuxt-modules/snipcart",
|
|
7886
|
-
"learn_more": "",
|
|
7887
|
-
"category": "Ecommerce",
|
|
7888
|
-
"type": "community",
|
|
7889
|
-
"maintainers": [
|
|
7890
|
-
{
|
|
7891
|
-
"name": "florent giraud",
|
|
7892
|
-
"github": "flozero",
|
|
7893
|
-
"twitter": "flozeroo"
|
|
7894
|
-
}
|
|
7895
|
-
],
|
|
7896
|
-
"compatibility": {
|
|
7897
|
-
"nuxt": "^2.0.0 || >=3.0.0",
|
|
7898
|
-
"requires": {}
|
|
7899
|
-
}
|
|
7900
|
-
},
|
|
7901
8073
|
{
|
|
7902
8074
|
"name": "social-meta",
|
|
7903
8075
|
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
@@ -7942,6 +8114,30 @@
|
|
|
7942
8114
|
"requires": {}
|
|
7943
8115
|
}
|
|
7944
8116
|
},
|
|
8117
|
+
{
|
|
8118
|
+
"name": "solar-icons",
|
|
8119
|
+
"description": "Nuxt module that provides seamless integration of Solar Icons with auto-import, global configuration, and reactive controls.",
|
|
8120
|
+
"repo": "saoudi-h/solar-icons#main/packages/nuxt",
|
|
8121
|
+
"npm": "@solar-icons/nuxt",
|
|
8122
|
+
"icon": "solar-icons.svg",
|
|
8123
|
+
"github": "https://github.com/saoudi-h/solar-icons/tree/main/packages/nuxt",
|
|
8124
|
+
"website": "https://solar-icons.vercel.app/docs/packages/nuxt",
|
|
8125
|
+
"learn_more": "https://solar-icons.vercel.app",
|
|
8126
|
+
"category": "UI",
|
|
8127
|
+
"type": "3rd-party",
|
|
8128
|
+
"maintainers": [
|
|
8129
|
+
{
|
|
8130
|
+
"name": "Hakim Saoudi",
|
|
8131
|
+
"github": "saoudi-h",
|
|
8132
|
+
"avatar": "https://avatars.githubusercontent.com/saoudi-h?v=4",
|
|
8133
|
+
"twitter": "hakim__saoudi"
|
|
8134
|
+
}
|
|
8135
|
+
],
|
|
8136
|
+
"compatibility": {
|
|
8137
|
+
"nuxt": ">=3.0.0",
|
|
8138
|
+
"requires": {}
|
|
8139
|
+
}
|
|
8140
|
+
},
|
|
7945
8141
|
{
|
|
7946
8142
|
"name": "sonda",
|
|
7947
8143
|
"description": "Bundle analyzer and visualizer",
|
|
@@ -8012,26 +8208,27 @@
|
|
|
8012
8208
|
}
|
|
8013
8209
|
},
|
|
8014
8210
|
{
|
|
8015
|
-
"name": "
|
|
8016
|
-
"description": "
|
|
8017
|
-
"repo": "
|
|
8018
|
-
"npm": "nuxt
|
|
8019
|
-
"icon": "",
|
|
8020
|
-
"github": "https://github.com/
|
|
8021
|
-
"website": "https://
|
|
8022
|
-
"learn_more": "https://
|
|
8023
|
-
"category": "
|
|
8211
|
+
"name": "stonecrop",
|
|
8212
|
+
"description": "Stonecrop for Nuxt",
|
|
8213
|
+
"repo": "agritheory/stonecrop#development/nuxt",
|
|
8214
|
+
"npm": "@stonecrop/nuxt",
|
|
8215
|
+
"icon": "stonecrop.svg",
|
|
8216
|
+
"github": "https://github.com/agritheory/stonecrop/tree/development/nuxt",
|
|
8217
|
+
"website": "https://stonecrop.io/",
|
|
8218
|
+
"learn_more": "https://agritheory.com/",
|
|
8219
|
+
"category": "Libraries",
|
|
8024
8220
|
"type": "3rd-party",
|
|
8025
8221
|
"maintainers": [
|
|
8026
8222
|
{
|
|
8027
|
-
"name": "
|
|
8028
|
-
"github": "
|
|
8029
|
-
"twitter": "Maz_Ipan"
|
|
8223
|
+
"name": "Tyler Matteson",
|
|
8224
|
+
"github": "agritheory"
|
|
8030
8225
|
}
|
|
8031
8226
|
],
|
|
8032
8227
|
"compatibility": {
|
|
8033
|
-
"nuxt": "^
|
|
8034
|
-
"requires": {
|
|
8228
|
+
"nuxt": "^4.0.0",
|
|
8229
|
+
"requires": {
|
|
8230
|
+
"bridge": false
|
|
8231
|
+
}
|
|
8035
8232
|
}
|
|
8036
8233
|
},
|
|
8037
8234
|
{
|
|
@@ -8088,11 +8285,11 @@
|
|
|
8088
8285
|
{
|
|
8089
8286
|
"name": "storyblok",
|
|
8090
8287
|
"description": "Storyblok Nuxt module",
|
|
8091
|
-
"repo": "storyblok/
|
|
8288
|
+
"repo": "storyblok/monoblok#main/packages/nuxt",
|
|
8092
8289
|
"npm": "@storyblok/nuxt",
|
|
8093
8290
|
"icon": "storyblok.png",
|
|
8094
|
-
"github": "https://github.com/storyblok/
|
|
8095
|
-
"website": "https://github.com/storyblok/
|
|
8291
|
+
"github": "https://github.com/storyblok/monoblok/tree/main/packages/nuxt",
|
|
8292
|
+
"website": "https://github.com/storyblok/monoblok/tree/main/packages/nuxt",
|
|
8096
8293
|
"learn_more": "",
|
|
8097
8294
|
"category": "CMS",
|
|
8098
8295
|
"type": "3rd-party",
|
|
@@ -8132,7 +8329,7 @@
|
|
|
8132
8329
|
}
|
|
8133
8330
|
],
|
|
8134
8331
|
"compatibility": {
|
|
8135
|
-
"nuxt": "
|
|
8332
|
+
"nuxt": ">=3.0.0",
|
|
8136
8333
|
"requires": {
|
|
8137
8334
|
"bridge": "optional"
|
|
8138
8335
|
},
|
|
@@ -8165,40 +8362,13 @@
|
|
|
8165
8362
|
}
|
|
8166
8363
|
],
|
|
8167
8364
|
"compatibility": {
|
|
8168
|
-
"nuxt": "
|
|
8365
|
+
"nuxt": ">=3.7.0",
|
|
8169
8366
|
"requires": {
|
|
8170
8367
|
"bridge": true
|
|
8171
8368
|
},
|
|
8172
8369
|
"devtools": "^0.0.0"
|
|
8173
8370
|
}
|
|
8174
8371
|
},
|
|
8175
|
-
{
|
|
8176
|
-
"name": "stripe-next",
|
|
8177
|
-
"description": "This Nuxt module provides an easy way to integrate Stripe in your Nuxt application, both on the client-side and server-side. It utilizes the official stripe package for server-side usage and @stripe/stripe-js for the client-side.",
|
|
8178
|
-
"repo": "flozero/nuxt-stripe",
|
|
8179
|
-
"npm": "@unlok-co/nuxt-stripe",
|
|
8180
|
-
"icon": "stripe.png",
|
|
8181
|
-
"github": "https://github.com/flozero/nuxt-stripe",
|
|
8182
|
-
"website": "https://github.com/flozero/nuxt-stripe",
|
|
8183
|
-
"learn_more": "https://stripe.com/docs",
|
|
8184
|
-
"category": "Payment",
|
|
8185
|
-
"type": "3rd-party",
|
|
8186
|
-
"maintainers": [
|
|
8187
|
-
{
|
|
8188
|
-
"name": "Loïc Fuentes",
|
|
8189
|
-
"github": "fuentesloic"
|
|
8190
|
-
},
|
|
8191
|
-
{
|
|
8192
|
-
"name": "florent giraud",
|
|
8193
|
-
"github": "flozero",
|
|
8194
|
-
"twitter": "flozeroo"
|
|
8195
|
-
}
|
|
8196
|
-
],
|
|
8197
|
-
"compatibility": {
|
|
8198
|
-
"nuxt": ">=3.0.0",
|
|
8199
|
-
"requires": {}
|
|
8200
|
-
}
|
|
8201
|
-
},
|
|
8202
8372
|
{
|
|
8203
8373
|
"name": "stripe",
|
|
8204
8374
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -8226,15 +8396,21 @@
|
|
|
8226
8396
|
{
|
|
8227
8397
|
"name": "studio",
|
|
8228
8398
|
"description": "A new experience to build content-driven website with Nuxt.",
|
|
8229
|
-
"repo": "
|
|
8230
|
-
"npm": "
|
|
8231
|
-
"icon": "
|
|
8232
|
-
"github": "https://github.com/
|
|
8399
|
+
"repo": "nuxt-content/nuxt-studio",
|
|
8400
|
+
"npm": "nuxt-studio",
|
|
8401
|
+
"icon": "nuxt.svg",
|
|
8402
|
+
"github": "https://github.com/nuxt-content/nuxt-studio",
|
|
8233
8403
|
"website": "https://nuxt.studio",
|
|
8234
|
-
"learn_more": "
|
|
8404
|
+
"learn_more": "",
|
|
8235
8405
|
"category": "CMS",
|
|
8236
8406
|
"type": "3rd-party",
|
|
8237
8407
|
"maintainers": [
|
|
8408
|
+
{
|
|
8409
|
+
"name": "Baptiste Leproux",
|
|
8410
|
+
"github": "larbish",
|
|
8411
|
+
"twitter": "_larbish",
|
|
8412
|
+
"bluesky": "larbish.bsky.social"
|
|
8413
|
+
},
|
|
8238
8414
|
{
|
|
8239
8415
|
"name": "Farnabaz",
|
|
8240
8416
|
"github": "farnabaz",
|
|
@@ -8332,7 +8508,7 @@
|
|
|
8332
8508
|
}
|
|
8333
8509
|
],
|
|
8334
8510
|
"compatibility": {
|
|
8335
|
-
"nuxt": "
|
|
8511
|
+
"nuxt": ">=3.0.0",
|
|
8336
8512
|
"requires": {}
|
|
8337
8513
|
}
|
|
8338
8514
|
},
|
|
@@ -8403,7 +8579,7 @@
|
|
|
8403
8579
|
}
|
|
8404
8580
|
],
|
|
8405
8581
|
"compatibility": {
|
|
8406
|
-
"nuxt": "
|
|
8582
|
+
"nuxt": ">=3.0.0",
|
|
8407
8583
|
"requires": {}
|
|
8408
8584
|
}
|
|
8409
8585
|
},
|
|
@@ -8429,28 +8605,6 @@
|
|
|
8429
8605
|
"requires": {}
|
|
8430
8606
|
}
|
|
8431
8607
|
},
|
|
8432
|
-
{
|
|
8433
|
-
"name": "sweetalert2",
|
|
8434
|
-
"description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
|
|
8435
|
-
"repo": "ImreC/nuxt-sweetalert2",
|
|
8436
|
-
"npm": "nuxt-sweetalert2",
|
|
8437
|
-
"icon": "",
|
|
8438
|
-
"github": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
8439
|
-
"website": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
8440
|
-
"learn_more": "https://sweetalert2.github.io/",
|
|
8441
|
-
"category": "Libraries",
|
|
8442
|
-
"type": "3rd-party",
|
|
8443
|
-
"maintainers": [
|
|
8444
|
-
{
|
|
8445
|
-
"name": "ImreC",
|
|
8446
|
-
"github": "ImreC"
|
|
8447
|
-
}
|
|
8448
|
-
],
|
|
8449
|
-
"compatibility": {
|
|
8450
|
-
"nuxt": "^2.0.0",
|
|
8451
|
-
"requires": {}
|
|
8452
|
-
}
|
|
8453
|
-
},
|
|
8454
8608
|
{
|
|
8455
8609
|
"name": "swiftsearch",
|
|
8456
8610
|
"description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
|
|
@@ -8545,7 +8699,7 @@
|
|
|
8545
8699
|
}
|
|
8546
8700
|
],
|
|
8547
8701
|
"compatibility": {
|
|
8548
|
-
"nuxt": "^2.
|
|
8702
|
+
"nuxt": "^2.9.0 || >=3.0.0-rc.1",
|
|
8549
8703
|
"requires": {},
|
|
8550
8704
|
"devtools": "^0.0.0"
|
|
8551
8705
|
},
|
|
@@ -8654,30 +8808,6 @@
|
|
|
8654
8808
|
"requires": {}
|
|
8655
8809
|
}
|
|
8656
8810
|
},
|
|
8657
|
-
{
|
|
8658
|
-
"name": "time",
|
|
8659
|
-
"description": "Safely render local dates and times on the server with Nuxt",
|
|
8660
|
-
"repo": "danielroe/nuxt-time",
|
|
8661
|
-
"npm": "nuxt-time",
|
|
8662
|
-
"icon": "",
|
|
8663
|
-
"github": "https://github.com/danielroe/nuxt-time",
|
|
8664
|
-
"website": "https://github.com/danielroe/nuxt-time",
|
|
8665
|
-
"learn_more": "",
|
|
8666
|
-
"category": "Extensions",
|
|
8667
|
-
"type": "3rd-party",
|
|
8668
|
-
"maintainers": [
|
|
8669
|
-
{
|
|
8670
|
-
"name": "Daniel Roe",
|
|
8671
|
-
"github": "danielroe",
|
|
8672
|
-
"twitter": "danielcroe",
|
|
8673
|
-
"bluesky": "danielroe.dev"
|
|
8674
|
-
}
|
|
8675
|
-
],
|
|
8676
|
-
"compatibility": {
|
|
8677
|
-
"nuxt": ">=3.0.0",
|
|
8678
|
-
"requires": {}
|
|
8679
|
-
}
|
|
8680
|
-
},
|
|
8681
8811
|
{
|
|
8682
8812
|
"name": "tiptap",
|
|
8683
8813
|
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
@@ -8776,7 +8906,7 @@
|
|
|
8776
8906
|
"npm": "@tresjs/nuxt",
|
|
8777
8907
|
"icon": "tresjs.svg",
|
|
8778
8908
|
"github": "https://github.com/Tresjs/nuxt",
|
|
8779
|
-
"website": "https://tresjs.org/
|
|
8909
|
+
"website": "https://docs.tresjs.org/getting-started/installation#nuxt-project",
|
|
8780
8910
|
"learn_more": "https://tresjs.org/",
|
|
8781
8911
|
"category": "Libraries",
|
|
8782
8912
|
"type": "3rd-party",
|
|
@@ -8799,7 +8929,7 @@
|
|
|
8799
8929
|
}
|
|
8800
8930
|
],
|
|
8801
8931
|
"compatibility": {
|
|
8802
|
-
"nuxt": ">=3.
|
|
8932
|
+
"nuxt": ">=3.16.0",
|
|
8803
8933
|
"requires": {}
|
|
8804
8934
|
}
|
|
8805
8935
|
},
|
|
@@ -8823,7 +8953,7 @@
|
|
|
8823
8953
|
}
|
|
8824
8954
|
],
|
|
8825
8955
|
"compatibility": {
|
|
8826
|
-
"nuxt": "
|
|
8956
|
+
"nuxt": ">=3.0.0",
|
|
8827
8957
|
"requires": {
|
|
8828
8958
|
"bridge": true
|
|
8829
8959
|
}
|
|
@@ -8930,36 +9060,10 @@
|
|
|
8930
9060
|
}
|
|
8931
9061
|
],
|
|
8932
9062
|
"compatibility": {
|
|
8933
|
-
"nuxt": "
|
|
9063
|
+
"nuxt": ">=3.0.0",
|
|
8934
9064
|
"requires": {}
|
|
8935
9065
|
}
|
|
8936
9066
|
},
|
|
8937
|
-
{
|
|
8938
|
-
"name": "typed-vuex",
|
|
8939
|
-
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
8940
|
-
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
8941
|
-
"npm": "nuxt-typed-vuex",
|
|
8942
|
-
"icon": "vue.png",
|
|
8943
|
-
"github": "https://github.com/danielroe/typed-vuex",
|
|
8944
|
-
"website": "https://github.com/danielroe/typed-vuex",
|
|
8945
|
-
"learn_more": "",
|
|
8946
|
-
"category": "Libraries",
|
|
8947
|
-
"type": "3rd-party",
|
|
8948
|
-
"maintainers": [
|
|
8949
|
-
{
|
|
8950
|
-
"name": "Daniel Roe",
|
|
8951
|
-
"github": "danielroe",
|
|
8952
|
-
"twitter": "danielcroe",
|
|
8953
|
-
"bluesky": "danielroe.dev"
|
|
8954
|
-
}
|
|
8955
|
-
],
|
|
8956
|
-
"compatibility": {
|
|
8957
|
-
"nuxt": "^2.0.0",
|
|
8958
|
-
"requires": {
|
|
8959
|
-
"bridge": "optional"
|
|
8960
|
-
}
|
|
8961
|
-
}
|
|
8962
|
-
},
|
|
8963
9067
|
{
|
|
8964
9068
|
"name": "typescript-runtime",
|
|
8965
9069
|
"description": "TypeScript Runtime support for Nuxt",
|
|
@@ -9061,7 +9165,7 @@
|
|
|
9061
9165
|
"npm": "@nuxt/ui",
|
|
9062
9166
|
"icon": "nuxt.svg",
|
|
9063
9167
|
"github": "https://github.com/nuxt/ui",
|
|
9064
|
-
"website": "https://ui.nuxt.com",
|
|
9168
|
+
"website": "https://ui.nuxt.com/docs/getting-started/installation/nuxt",
|
|
9065
9169
|
"learn_more": "",
|
|
9066
9170
|
"category": "UI",
|
|
9067
9171
|
"type": "official",
|
|
@@ -9080,9 +9184,10 @@
|
|
|
9080
9184
|
}
|
|
9081
9185
|
],
|
|
9082
9186
|
"compatibility": {
|
|
9083
|
-
"nuxt": ">=3.
|
|
9187
|
+
"nuxt": ">=3.10.0",
|
|
9084
9188
|
"requires": {}
|
|
9085
|
-
}
|
|
9189
|
+
},
|
|
9190
|
+
"mcp": "https://ui.nuxt.com/mcp"
|
|
9086
9191
|
},
|
|
9087
9192
|
{
|
|
9088
9193
|
"name": "umami",
|
|
@@ -9157,7 +9262,7 @@
|
|
|
9157
9262
|
}
|
|
9158
9263
|
],
|
|
9159
9264
|
"compatibility": {
|
|
9160
|
-
"nuxt": ">=3.
|
|
9265
|
+
"nuxt": ">=3.5.0",
|
|
9161
9266
|
"requires": {}
|
|
9162
9267
|
}
|
|
9163
9268
|
},
|
|
@@ -9202,7 +9307,7 @@
|
|
|
9202
9307
|
"type": "3rd-party",
|
|
9203
9308
|
"maintainers": [
|
|
9204
9309
|
{
|
|
9205
|
-
"name": "Giovane
|
|
9310
|
+
"name": "Giovane Silva",
|
|
9206
9311
|
"github": "novout",
|
|
9207
9312
|
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
9208
9313
|
}
|
|
@@ -9230,30 +9335,7 @@
|
|
|
9230
9335
|
}
|
|
9231
9336
|
],
|
|
9232
9337
|
"compatibility": {
|
|
9233
|
-
"nuxt": ">=3.
|
|
9234
|
-
"requires": {}
|
|
9235
|
-
}
|
|
9236
|
-
},
|
|
9237
|
-
{
|
|
9238
|
-
"name": "user-agent",
|
|
9239
|
-
"description": "Nuxt module for handling User-Agent.",
|
|
9240
|
-
"repo": "fukuiretu/nuxt-user-agent",
|
|
9241
|
-
"npm": "nuxt-user-agent",
|
|
9242
|
-
"icon": "",
|
|
9243
|
-
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
9244
|
-
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
9245
|
-
"learn_more": "",
|
|
9246
|
-
"category": "Extensions",
|
|
9247
|
-
"type": "3rd-party",
|
|
9248
|
-
"maintainers": [
|
|
9249
|
-
{
|
|
9250
|
-
"name": "Retu Fukui",
|
|
9251
|
-
"github": "fukuiretu",
|
|
9252
|
-
"twitter": "fukuiretu"
|
|
9253
|
-
}
|
|
9254
|
-
],
|
|
9255
|
-
"compatibility": {
|
|
9256
|
-
"nuxt": "^2.0.0",
|
|
9338
|
+
"nuxt": ">=3.17.1",
|
|
9257
9339
|
"requires": {}
|
|
9258
9340
|
}
|
|
9259
9341
|
},
|
|
@@ -9297,7 +9379,7 @@
|
|
|
9297
9379
|
}
|
|
9298
9380
|
],
|
|
9299
9381
|
"compatibility": {
|
|
9300
|
-
"nuxt": ">=3
|
|
9382
|
+
"nuxt": ">=3",
|
|
9301
9383
|
"requires": {
|
|
9302
9384
|
"bridge": "optional"
|
|
9303
9385
|
}
|
|
@@ -9347,7 +9429,7 @@
|
|
|
9347
9429
|
}
|
|
9348
9430
|
],
|
|
9349
9431
|
"compatibility": {
|
|
9350
|
-
"nuxt": "
|
|
9432
|
+
"nuxt": ">=3.5.0",
|
|
9351
9433
|
"requires": {}
|
|
9352
9434
|
}
|
|
9353
9435
|
},
|
|
@@ -9369,7 +9451,7 @@
|
|
|
9369
9451
|
}
|
|
9370
9452
|
],
|
|
9371
9453
|
"compatibility": {
|
|
9372
|
-
"nuxt": "
|
|
9454
|
+
"nuxt": "^3.0.0",
|
|
9373
9455
|
"requires": {}
|
|
9374
9456
|
}
|
|
9375
9457
|
},
|
|
@@ -9494,10 +9576,34 @@
|
|
|
9494
9576
|
}
|
|
9495
9577
|
],
|
|
9496
9578
|
"compatibility": {
|
|
9497
|
-
"nuxt": ">=3.
|
|
9579
|
+
"nuxt": ">=3.6.5",
|
|
9498
9580
|
"requires": {}
|
|
9499
9581
|
}
|
|
9500
9582
|
},
|
|
9583
|
+
{
|
|
9584
|
+
"name": "vorm",
|
|
9585
|
+
"description": "Intuitive form engine for Vue 3 — dynamic, schema-driven, and fully validated",
|
|
9586
|
+
"repo": "Flo0806/vorm#main/packages/vorm-nuxt",
|
|
9587
|
+
"npm": "vorm-nuxt",
|
|
9588
|
+
"icon": "vorm.png",
|
|
9589
|
+
"github": "https://github.com/Flo0806/vorm",
|
|
9590
|
+
"website": "https://vorm.fh-softdev.de",
|
|
9591
|
+
"learn_more": "https://vorm.fh-softdev.de/nuxt/",
|
|
9592
|
+
"category": "Libraries",
|
|
9593
|
+
"type": "3rd-party",
|
|
9594
|
+
"maintainers": [
|
|
9595
|
+
{
|
|
9596
|
+
"name": "Florian Heuberger",
|
|
9597
|
+
"github": "Flo0806"
|
|
9598
|
+
}
|
|
9599
|
+
],
|
|
9600
|
+
"compatibility": {
|
|
9601
|
+
"nuxt": ">=3.0.0",
|
|
9602
|
+
"requires": {
|
|
9603
|
+
"vorm-vue": ">=1.0.0"
|
|
9604
|
+
}
|
|
9605
|
+
}
|
|
9606
|
+
},
|
|
9501
9607
|
{
|
|
9502
9608
|
"name": "vue-api",
|
|
9503
9609
|
"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.",
|
|
@@ -9521,37 +9627,6 @@
|
|
|
9521
9627
|
"requires": {}
|
|
9522
9628
|
}
|
|
9523
9629
|
},
|
|
9524
|
-
{
|
|
9525
|
-
"name": "vue-email",
|
|
9526
|
-
"description": "💌 Write email templates with vue",
|
|
9527
|
-
"repo": "vue-email/nuxt",
|
|
9528
|
-
"npm": "@vue-email/nuxt",
|
|
9529
|
-
"icon": "vue-email.svg",
|
|
9530
|
-
"github": "https://github.com/vue-email/nuxt",
|
|
9531
|
-
"website": "https://vuemail.net/",
|
|
9532
|
-
"learn_more": "https://vuemail.net/",
|
|
9533
|
-
"category": "UI",
|
|
9534
|
-
"type": "3rd-party",
|
|
9535
|
-
"maintainers": [
|
|
9536
|
-
{
|
|
9537
|
-
"name": "David Arenas",
|
|
9538
|
-
"github": "Dave136",
|
|
9539
|
-
"twitter": "davejs4",
|
|
9540
|
-
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
9541
|
-
},
|
|
9542
|
-
{
|
|
9543
|
-
"name": "Younes Barrad",
|
|
9544
|
-
"github": "Flowko",
|
|
9545
|
-
"twitter": "imflowko",
|
|
9546
|
-
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
9547
|
-
}
|
|
9548
|
-
],
|
|
9549
|
-
"compatibility": {
|
|
9550
|
-
"nuxt": ">=3.0.0",
|
|
9551
|
-
"requires": {},
|
|
9552
|
-
"devtools": "^0.0.0"
|
|
9553
|
-
}
|
|
9554
|
-
},
|
|
9555
9630
|
{
|
|
9556
9631
|
"name": "vue-final-modal",
|
|
9557
9632
|
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
@@ -9712,7 +9787,7 @@
|
|
|
9712
9787
|
}
|
|
9713
9788
|
],
|
|
9714
9789
|
"compatibility": {
|
|
9715
|
-
"nuxt": "
|
|
9790
|
+
"nuxt": "^3",
|
|
9716
9791
|
"requires": {}
|
|
9717
9792
|
}
|
|
9718
9793
|
},
|
|
@@ -9829,7 +9904,7 @@
|
|
|
9829
9904
|
}
|
|
9830
9905
|
],
|
|
9831
9906
|
"compatibility": {
|
|
9832
|
-
"nuxt": ">=3.
|
|
9907
|
+
"nuxt": ">=3.1.0",
|
|
9833
9908
|
"requires": {}
|
|
9834
9909
|
}
|
|
9835
9910
|
},
|
|
@@ -9897,7 +9972,7 @@
|
|
|
9897
9972
|
}
|
|
9898
9973
|
],
|
|
9899
9974
|
"compatibility": {
|
|
9900
|
-
"nuxt": ">=3.
|
|
9975
|
+
"nuxt": ">=3.3.0",
|
|
9901
9976
|
"requires": {}
|
|
9902
9977
|
}
|
|
9903
9978
|
},
|
|
@@ -9920,7 +9995,7 @@
|
|
|
9920
9995
|
}
|
|
9921
9996
|
],
|
|
9922
9997
|
"compatibility": {
|
|
9923
|
-
"nuxt": ">=3.
|
|
9998
|
+
"nuxt": ">=3.15.0",
|
|
9924
9999
|
"requires": {}
|
|
9925
10000
|
}
|
|
9926
10001
|
},
|
|
@@ -10021,7 +10096,7 @@
|
|
|
10021
10096
|
}
|
|
10022
10097
|
],
|
|
10023
10098
|
"compatibility": {
|
|
10024
|
-
"nuxt": ">=3.0.0",
|
|
10099
|
+
"nuxt": ">=3.0.0-rc.11",
|
|
10025
10100
|
"requires": {}
|
|
10026
10101
|
}
|
|
10027
10102
|
},
|
|
@@ -10056,7 +10131,7 @@
|
|
|
10056
10131
|
}
|
|
10057
10132
|
],
|
|
10058
10133
|
"compatibility": {
|
|
10059
|
-
"nuxt": "^2.
|
|
10134
|
+
"nuxt": "^2.15.0 || ^3.0.0",
|
|
10060
10135
|
"requires": {
|
|
10061
10136
|
"bridge": "optional"
|
|
10062
10137
|
}
|
|
@@ -10179,30 +10254,6 @@
|
|
|
10179
10254
|
"requires": {}
|
|
10180
10255
|
}
|
|
10181
10256
|
},
|
|
10182
|
-
{
|
|
10183
|
-
"name": "webpackmonitor",
|
|
10184
|
-
"description": "Monitor Nuxt webpack optimization metrics through the development process",
|
|
10185
|
-
"repo": "nuxt-community/webpackmonitor-module",
|
|
10186
|
-
"npm": "@nuxtjs/webpackmonitor",
|
|
10187
|
-
"icon": "webpack.png",
|
|
10188
|
-
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
10189
|
-
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
10190
|
-
"learn_more": "",
|
|
10191
|
-
"category": "Devtools",
|
|
10192
|
-
"type": "community",
|
|
10193
|
-
"maintainers": [
|
|
10194
|
-
{
|
|
10195
|
-
"name": "Pooya Parsa",
|
|
10196
|
-
"github": "pi0",
|
|
10197
|
-
"twitter": "_pi0_",
|
|
10198
|
-
"bluesky": "pi0.io"
|
|
10199
|
-
}
|
|
10200
|
-
],
|
|
10201
|
-
"compatibility": {
|
|
10202
|
-
"nuxt": "^2.0.0",
|
|
10203
|
-
"requires": {}
|
|
10204
|
-
}
|
|
10205
|
-
},
|
|
10206
10257
|
{
|
|
10207
10258
|
"name": "well-known",
|
|
10208
10259
|
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
@@ -10221,7 +10272,7 @@
|
|
|
10221
10272
|
}
|
|
10222
10273
|
],
|
|
10223
10274
|
"compatibility": {
|
|
10224
|
-
"nuxt": "
|
|
10275
|
+
"nuxt": "^3.0.0",
|
|
10225
10276
|
"requires": {}
|
|
10226
10277
|
}
|
|
10227
10278
|
},
|
|
@@ -10306,24 +10357,24 @@
|
|
|
10306
10357
|
}
|
|
10307
10358
|
},
|
|
10308
10359
|
{
|
|
10309
|
-
"name": "
|
|
10310
|
-
"description": "
|
|
10311
|
-
"repo": "
|
|
10312
|
-
"npm": "
|
|
10313
|
-
"icon": "
|
|
10314
|
-
"github": "https://github.com/
|
|
10315
|
-
"website": "https://
|
|
10316
|
-
"learn_more": "
|
|
10317
|
-
"category": "
|
|
10360
|
+
"name": "workflow",
|
|
10361
|
+
"description": "Workflow DevKit - Build durable, resilient, and observable workflows",
|
|
10362
|
+
"repo": "vercel/workflow#main/packages/workflow",
|
|
10363
|
+
"npm": "workflow",
|
|
10364
|
+
"icon": "workflow.svg",
|
|
10365
|
+
"github": "https://github.com/vercel/workflow/tree/main/packages/workflow",
|
|
10366
|
+
"website": "https://useworkflow.dev",
|
|
10367
|
+
"learn_more": "",
|
|
10368
|
+
"category": "Devtools",
|
|
10318
10369
|
"type": "3rd-party",
|
|
10319
10370
|
"maintainers": [
|
|
10320
10371
|
{
|
|
10321
|
-
"name": "
|
|
10322
|
-
"github": "
|
|
10372
|
+
"name": "vercel",
|
|
10373
|
+
"github": "vercel"
|
|
10323
10374
|
}
|
|
10324
10375
|
],
|
|
10325
10376
|
"compatibility": {
|
|
10326
|
-
"nuxt": "
|
|
10377
|
+
"nuxt": ">=3.0.0",
|
|
10327
10378
|
"requires": {}
|
|
10328
10379
|
}
|
|
10329
10380
|
},
|
|
@@ -10368,7 +10419,7 @@
|
|
|
10368
10419
|
}
|
|
10369
10420
|
],
|
|
10370
10421
|
"compatibility": {
|
|
10371
|
-
"nuxt": "^2.
|
|
10422
|
+
"nuxt": "^2.16.0 || ^3.0.0",
|
|
10372
10423
|
"requires": {
|
|
10373
10424
|
"bridge": true
|
|
10374
10425
|
}
|