@nuxt/modules 0.6.0-b624ab → 0.6.0-b746a9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/modules.json +472 -804
- 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
|
},
|
|
@@ -178,6 +179,28 @@
|
|
|
178
179
|
}
|
|
179
180
|
}
|
|
180
181
|
},
|
|
182
|
+
{
|
|
183
|
+
"name": "antdv-next",
|
|
184
|
+
"description": "Ant Design for Vue",
|
|
185
|
+
"repo": "antdv-next/nuxt",
|
|
186
|
+
"npm": "@antdv-next/nuxt",
|
|
187
|
+
"icon": "antdv-next.svg",
|
|
188
|
+
"github": "https://github.com/antdv-next/nuxt",
|
|
189
|
+
"website": "https://www.antdv-next.com",
|
|
190
|
+
"learn_more": "https://www.antdv-next.com",
|
|
191
|
+
"category": "UI",
|
|
192
|
+
"type": "3rd-party",
|
|
193
|
+
"maintainers": [
|
|
194
|
+
{
|
|
195
|
+
"name": "yanyu",
|
|
196
|
+
"github": "aibayanyu20"
|
|
197
|
+
}
|
|
198
|
+
],
|
|
199
|
+
"compatibility": {
|
|
200
|
+
"nuxt": ">=4.0.0",
|
|
201
|
+
"requires": {}
|
|
202
|
+
}
|
|
203
|
+
},
|
|
181
204
|
{
|
|
182
205
|
"name": "aos",
|
|
183
206
|
"description": "A Nuxt module that adds Animate On Scroll",
|
|
@@ -220,7 +243,7 @@
|
|
|
220
243
|
}
|
|
221
244
|
],
|
|
222
245
|
"compatibility": {
|
|
223
|
-
"nuxt": ">=3.
|
|
246
|
+
"nuxt": ">=3.7.0",
|
|
224
247
|
"requires": {}
|
|
225
248
|
}
|
|
226
249
|
},
|
|
@@ -383,7 +406,7 @@
|
|
|
383
406
|
}
|
|
384
407
|
],
|
|
385
408
|
"compatibility": {
|
|
386
|
-
"nuxt": "
|
|
409
|
+
"nuxt": "^3.0.0",
|
|
387
410
|
"requires": {}
|
|
388
411
|
}
|
|
389
412
|
},
|
|
@@ -434,7 +457,7 @@
|
|
|
434
457
|
},
|
|
435
458
|
{
|
|
436
459
|
"name": "auth-utils",
|
|
437
|
-
"description": "
|
|
460
|
+
"description": "Add Authentication to Nuxt applications with secured & sealed cookies sessions.",
|
|
438
461
|
"repo": "atinux/nuxt-auth-utils",
|
|
439
462
|
"npm": "nuxt-auth-utils",
|
|
440
463
|
"icon": "",
|
|
@@ -484,29 +507,6 @@
|
|
|
484
507
|
"requires": {}
|
|
485
508
|
}
|
|
486
509
|
},
|
|
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
510
|
{
|
|
511
511
|
"name": "authorization",
|
|
512
512
|
"description": "Manage permissions inside the app and the server.",
|
|
@@ -624,6 +624,28 @@
|
|
|
624
624
|
"requires": {}
|
|
625
625
|
}
|
|
626
626
|
},
|
|
627
|
+
{
|
|
628
|
+
"name": "betterstack",
|
|
629
|
+
"description": "A Nuxt module for integrating BetterStack into your Nuxt application",
|
|
630
|
+
"repo": "nicogenz/nuxt-betterstack",
|
|
631
|
+
"npm": "nuxt-betterstack",
|
|
632
|
+
"icon": "betterstack.svg",
|
|
633
|
+
"github": "https://github.com/nicogenz/nuxt-betterstack",
|
|
634
|
+
"website": "https://github.com/nicogenz/nuxt-betterstack",
|
|
635
|
+
"learn_more": "https://betterstack.com",
|
|
636
|
+
"category": "Extensions",
|
|
637
|
+
"type": "3rd-party",
|
|
638
|
+
"maintainers": [
|
|
639
|
+
{
|
|
640
|
+
"name": "Nico Genz",
|
|
641
|
+
"github": "nicogenz"
|
|
642
|
+
}
|
|
643
|
+
],
|
|
644
|
+
"compatibility": {
|
|
645
|
+
"nuxt": ">=3.0.0",
|
|
646
|
+
"requires": {}
|
|
647
|
+
}
|
|
648
|
+
},
|
|
627
649
|
{
|
|
628
650
|
"name": "bootstrap",
|
|
629
651
|
"description": "Add Bootstrap to your Nuxt app in seconds.",
|
|
@@ -681,29 +703,6 @@
|
|
|
681
703
|
"requires": {}
|
|
682
704
|
}
|
|
683
705
|
},
|
|
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
706
|
{
|
|
708
707
|
"name": "bugsnag",
|
|
709
708
|
"description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
|
|
@@ -723,7 +722,7 @@
|
|
|
723
722
|
}
|
|
724
723
|
],
|
|
725
724
|
"compatibility": {
|
|
726
|
-
"nuxt": "^2.
|
|
725
|
+
"nuxt": "^2.16.0 || >=3.0.0",
|
|
727
726
|
"requires": {
|
|
728
727
|
"bridge": true
|
|
729
728
|
}
|
|
@@ -843,28 +842,6 @@
|
|
|
843
842
|
"requires": {}
|
|
844
843
|
}
|
|
845
844
|
},
|
|
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
845
|
{
|
|
869
846
|
"name": "chatwoot",
|
|
870
847
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
@@ -885,7 +862,7 @@
|
|
|
885
862
|
}
|
|
886
863
|
],
|
|
887
864
|
"compatibility": {
|
|
888
|
-
"nuxt": ">=3.
|
|
865
|
+
"nuxt": ">=3.3.1",
|
|
889
866
|
"requires": {}
|
|
890
867
|
}
|
|
891
868
|
},
|
|
@@ -1029,7 +1006,7 @@
|
|
|
1029
1006
|
}
|
|
1030
1007
|
],
|
|
1031
1008
|
"compatibility": {
|
|
1032
|
-
"nuxt": "
|
|
1009
|
+
"nuxt": "^3.0.0",
|
|
1033
1010
|
"requires": {}
|
|
1034
1011
|
}
|
|
1035
1012
|
},
|
|
@@ -1130,30 +1107,6 @@
|
|
|
1130
1107
|
"requires": {}
|
|
1131
1108
|
}
|
|
1132
1109
|
},
|
|
1133
|
-
{
|
|
1134
|
-
"name": "composition-api",
|
|
1135
|
-
"description": "Composition API hooks for Nuxt",
|
|
1136
|
-
"repo": "nuxt-community/composition-api#main",
|
|
1137
|
-
"npm": "@nuxtjs/composition-api",
|
|
1138
|
-
"icon": "composition-api.svg",
|
|
1139
|
-
"github": "https://github.com/nuxt-community/composition-api/tree/main",
|
|
1140
|
-
"website": "https://composition-api.nuxtjs.org",
|
|
1141
|
-
"learn_more": "",
|
|
1142
|
-
"category": "Extensions",
|
|
1143
|
-
"type": "community",
|
|
1144
|
-
"maintainers": [
|
|
1145
|
-
{
|
|
1146
|
-
"name": "Daniel Roe",
|
|
1147
|
-
"github": "danielroe",
|
|
1148
|
-
"twitter": "danielcroe",
|
|
1149
|
-
"bluesky": "danielroe.dev"
|
|
1150
|
-
}
|
|
1151
|
-
],
|
|
1152
|
-
"compatibility": {
|
|
1153
|
-
"nuxt": "^2.0.0",
|
|
1154
|
-
"requires": {}
|
|
1155
|
-
}
|
|
1156
|
-
},
|
|
1157
1110
|
{
|
|
1158
1111
|
"name": "content-assets",
|
|
1159
1112
|
"description": "Enable locally-located assets in Nuxt Content",
|
|
@@ -1232,31 +1185,10 @@
|
|
|
1232
1185
|
}
|
|
1233
1186
|
],
|
|
1234
1187
|
"compatibility": {
|
|
1235
|
-
"nuxt": "
|
|
1188
|
+
"nuxt": ">=3.0.0-rc.3",
|
|
1236
1189
|
"requires": {}
|
|
1237
|
-
}
|
|
1238
|
-
|
|
1239
|
-
{
|
|
1240
|
-
"name": "contentful",
|
|
1241
|
-
"description": "nuxt contentful module",
|
|
1242
|
-
"repo": "scaccogatto/contentful-module",
|
|
1243
|
-
"npm": "contentful-module",
|
|
1244
|
-
"icon": "contentful.png",
|
|
1245
|
-
"github": "https://github.com/scaccogatto/contentful-module",
|
|
1246
|
-
"website": "https://github.com/scaccogatto/contentful-module",
|
|
1247
|
-
"learn_more": "https://www.contentful.com/",
|
|
1248
|
-
"category": "CMS",
|
|
1249
|
-
"type": "3rd-party",
|
|
1250
|
-
"maintainers": [
|
|
1251
|
-
{
|
|
1252
|
-
"name": "Marco 'Gatto' Boffo",
|
|
1253
|
-
"github": "scaccogatto"
|
|
1254
|
-
}
|
|
1255
|
-
],
|
|
1256
|
-
"compatibility": {
|
|
1257
|
-
"nuxt": "^2.0.0",
|
|
1258
|
-
"requires": {}
|
|
1259
|
-
}
|
|
1190
|
+
},
|
|
1191
|
+
"mcp": "https://content.nuxt.com/mcp"
|
|
1260
1192
|
},
|
|
1261
1193
|
{
|
|
1262
1194
|
"name": "contentstack",
|
|
@@ -1265,7 +1197,7 @@
|
|
|
1265
1197
|
"npm": "nuxt-contentstack",
|
|
1266
1198
|
"icon": "contentstack.png",
|
|
1267
1199
|
"github": "https://github.com/timbenniks/nuxt-contentstack",
|
|
1268
|
-
"website": "https://nuxt-contentstack
|
|
1200
|
+
"website": "https://github.com/timbenniks/nuxt-contentstack",
|
|
1269
1201
|
"learn_more": "https://community.contentstack.com/",
|
|
1270
1202
|
"category": "CMS",
|
|
1271
1203
|
"type": "3rd-party",
|
|
@@ -1279,11 +1211,35 @@
|
|
|
1279
1211
|
}
|
|
1280
1212
|
],
|
|
1281
1213
|
"compatibility": {
|
|
1282
|
-
"nuxt": "
|
|
1214
|
+
"nuxt": ">=3.20.1",
|
|
1283
1215
|
"requires": {},
|
|
1284
1216
|
"devtools": "^0.0.0"
|
|
1285
1217
|
}
|
|
1286
1218
|
},
|
|
1219
|
+
{
|
|
1220
|
+
"name": "convex",
|
|
1221
|
+
"description": "Nuxt module for Convex - reactive backend with real-time sync, file storage, and auto-imports",
|
|
1222
|
+
"repo": "onmax/nuxt-convex",
|
|
1223
|
+
"npm": "nuxt-convex",
|
|
1224
|
+
"icon": "convex.svg",
|
|
1225
|
+
"github": "https://github.com/onmax/nuxt-convex",
|
|
1226
|
+
"website": "https://nuxt-convex.onmax.me",
|
|
1227
|
+
"learn_more": "https://docs.convex.dev",
|
|
1228
|
+
"category": "Database",
|
|
1229
|
+
"type": "3rd-party",
|
|
1230
|
+
"maintainers": [
|
|
1231
|
+
{
|
|
1232
|
+
"name": "Max",
|
|
1233
|
+
"github": "onmax",
|
|
1234
|
+
"twitter": "_onmax",
|
|
1235
|
+
"bluesky": "onmax.bsky.social"
|
|
1236
|
+
}
|
|
1237
|
+
],
|
|
1238
|
+
"compatibility": {
|
|
1239
|
+
"nuxt": ">=3.0.0",
|
|
1240
|
+
"requires": {}
|
|
1241
|
+
}
|
|
1242
|
+
},
|
|
1287
1243
|
{
|
|
1288
1244
|
"name": "cookie-control",
|
|
1289
1245
|
"description": "A highly configurable cookie banner for Nuxt.",
|
|
@@ -1491,7 +1447,7 @@
|
|
|
1491
1447
|
}
|
|
1492
1448
|
],
|
|
1493
1449
|
"compatibility": {
|
|
1494
|
-
"nuxt": "
|
|
1450
|
+
"nuxt": ">=3.5.0",
|
|
1495
1451
|
"requires": {}
|
|
1496
1452
|
}
|
|
1497
1453
|
},
|
|
@@ -1514,7 +1470,7 @@
|
|
|
1514
1470
|
}
|
|
1515
1471
|
],
|
|
1516
1472
|
"compatibility": {
|
|
1517
|
-
"nuxt": "^2.
|
|
1473
|
+
"nuxt": "^2.16.0 || >=3.0.0",
|
|
1518
1474
|
"requires": {}
|
|
1519
1475
|
}
|
|
1520
1476
|
},
|
|
@@ -1574,7 +1530,7 @@
|
|
|
1574
1530
|
}
|
|
1575
1531
|
],
|
|
1576
1532
|
"compatibility": {
|
|
1577
|
-
"nuxt": ">=3.0.0",
|
|
1533
|
+
"nuxt": "^2.16.0 || >=3.0.0-rc.9",
|
|
1578
1534
|
"requires": {},
|
|
1579
1535
|
"devtools": "^0.0.0"
|
|
1580
1536
|
}
|
|
@@ -1663,7 +1619,7 @@
|
|
|
1663
1619
|
}
|
|
1664
1620
|
],
|
|
1665
1621
|
"compatibility": {
|
|
1666
|
-
"nuxt": "
|
|
1622
|
+
"nuxt": ">=3.0.0",
|
|
1667
1623
|
"requires": {}
|
|
1668
1624
|
}
|
|
1669
1625
|
},
|
|
@@ -1698,7 +1654,7 @@
|
|
|
1698
1654
|
}
|
|
1699
1655
|
],
|
|
1700
1656
|
"compatibility": {
|
|
1701
|
-
"nuxt": "
|
|
1657
|
+
"nuxt": ">=3.7.0",
|
|
1702
1658
|
"requires": {}
|
|
1703
1659
|
}
|
|
1704
1660
|
},
|
|
@@ -1766,7 +1722,7 @@
|
|
|
1766
1722
|
}
|
|
1767
1723
|
],
|
|
1768
1724
|
"compatibility": {
|
|
1769
|
-
"nuxt": ">=3.
|
|
1725
|
+
"nuxt": ">=3.2.0",
|
|
1770
1726
|
"requires": {}
|
|
1771
1727
|
}
|
|
1772
1728
|
},
|
|
@@ -1835,7 +1791,7 @@
|
|
|
1835
1791
|
}
|
|
1836
1792
|
],
|
|
1837
1793
|
"compatibility": {
|
|
1838
|
-
"nuxt": ">=3
|
|
1794
|
+
"nuxt": ">=3",
|
|
1839
1795
|
"requires": {
|
|
1840
1796
|
"bridge": "optional"
|
|
1841
1797
|
}
|
|
@@ -1940,26 +1896,29 @@
|
|
|
1940
1896
|
}
|
|
1941
1897
|
},
|
|
1942
1898
|
{
|
|
1943
|
-
"name": "
|
|
1944
|
-
"description": "
|
|
1945
|
-
"repo": "
|
|
1946
|
-
"npm": "
|
|
1947
|
-
"icon": "",
|
|
1948
|
-
"github": "https://github.com/
|
|
1949
|
-
"website": "https://
|
|
1950
|
-
"learn_more": "",
|
|
1899
|
+
"name": "evlog",
|
|
1900
|
+
"description": "Wide events and structured errors for TypeScript. One log per request. Full context.",
|
|
1901
|
+
"repo": "HugoRCD/evlog#main/packages/evlog",
|
|
1902
|
+
"npm": "evlog",
|
|
1903
|
+
"icon": "evlog.svg",
|
|
1904
|
+
"github": "https://github.com/HugoRCD/evlog",
|
|
1905
|
+
"website": "https://evlog.dev",
|
|
1906
|
+
"learn_more": "https://evlog.dev/getting-started/introduction",
|
|
1951
1907
|
"category": "Monitoring",
|
|
1952
|
-
"type": "
|
|
1908
|
+
"type": "3rd-party",
|
|
1953
1909
|
"maintainers": [
|
|
1954
1910
|
{
|
|
1955
|
-
"name": "
|
|
1956
|
-
"github": "
|
|
1911
|
+
"name": "Hugo",
|
|
1912
|
+
"github": "HugoRCD",
|
|
1913
|
+
"twitter": "hugorcd",
|
|
1914
|
+
"bluesky": "hrcd.fr"
|
|
1957
1915
|
}
|
|
1958
1916
|
],
|
|
1959
1917
|
"compatibility": {
|
|
1960
|
-
"nuxt": "
|
|
1918
|
+
"nuxt": ">=3.0.0",
|
|
1961
1919
|
"requires": {}
|
|
1962
|
-
}
|
|
1920
|
+
},
|
|
1921
|
+
"mcp": "https://evlog.dev/mcp"
|
|
1963
1922
|
},
|
|
1964
1923
|
{
|
|
1965
1924
|
"name": "fathom-analytics",
|
|
@@ -1984,28 +1943,6 @@
|
|
|
1984
1943
|
"requires": {}
|
|
1985
1944
|
}
|
|
1986
1945
|
},
|
|
1987
|
-
{
|
|
1988
|
-
"name": "fathom",
|
|
1989
|
-
"description": "Fathom analytics for Nuxt",
|
|
1990
|
-
"repo": "yabhq/nuxt-fathom",
|
|
1991
|
-
"npm": "@yabhq/nuxt-fathom",
|
|
1992
|
-
"icon": "fathom.png",
|
|
1993
|
-
"github": "https://github.com/yabhq/nuxt-fathom",
|
|
1994
|
-
"website": "https://github.com/yabhq/nuxt-fathom",
|
|
1995
|
-
"learn_more": "https://usefathom.com/",
|
|
1996
|
-
"category": "Analytics",
|
|
1997
|
-
"type": "3rd-party",
|
|
1998
|
-
"maintainers": [
|
|
1999
|
-
{
|
|
2000
|
-
"name": "yabhq",
|
|
2001
|
-
"github": "yabhq"
|
|
2002
|
-
}
|
|
2003
|
-
],
|
|
2004
|
-
"compatibility": {
|
|
2005
|
-
"nuxt": "^2.0.0",
|
|
2006
|
-
"requires": {}
|
|
2007
|
-
}
|
|
2008
|
-
},
|
|
2009
1946
|
{
|
|
2010
1947
|
"name": "feature-toggle",
|
|
2011
1948
|
"description": "Feature toggle module for Nuxt",
|
|
@@ -2098,28 +2035,6 @@
|
|
|
2098
2035
|
"requires": {}
|
|
2099
2036
|
}
|
|
2100
2037
|
},
|
|
2101
|
-
{
|
|
2102
|
-
"name": "font-loader-strategy",
|
|
2103
|
-
"description": "Helps to load fonts and activate them by preloading.",
|
|
2104
|
-
"repo": "GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
2105
|
-
"npm": "nuxt-font-loader-strategy",
|
|
2106
|
-
"icon": "",
|
|
2107
|
-
"github": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
2108
|
-
"website": "https://github.com/GrabarzUndPartner/nuxt-font-loader-strategy",
|
|
2109
|
-
"learn_more": "",
|
|
2110
|
-
"category": "Fonts",
|
|
2111
|
-
"type": "3rd-party",
|
|
2112
|
-
"maintainers": [
|
|
2113
|
-
{
|
|
2114
|
-
"name": "GrabarzUndPartner",
|
|
2115
|
-
"github": "GrabarzUndPartner"
|
|
2116
|
-
}
|
|
2117
|
-
],
|
|
2118
|
-
"compatibility": {
|
|
2119
|
-
"nuxt": "^2.0.0",
|
|
2120
|
-
"requires": {}
|
|
2121
|
-
}
|
|
2122
|
-
},
|
|
2123
2038
|
{
|
|
2124
2039
|
"name": "fontagon",
|
|
2125
2040
|
"description": "Easy convert SVG from nuxt to icon font.",
|
|
@@ -2162,7 +2077,7 @@
|
|
|
2162
2077
|
}
|
|
2163
2078
|
],
|
|
2164
2079
|
"compatibility": {
|
|
2165
|
-
"nuxt": ">=3.0.0",
|
|
2080
|
+
"nuxt": ">=3.0.0-rc.6",
|
|
2166
2081
|
"requires": {}
|
|
2167
2082
|
}
|
|
2168
2083
|
},
|
|
@@ -2231,7 +2146,7 @@
|
|
|
2231
2146
|
}
|
|
2232
2147
|
],
|
|
2233
2148
|
"compatibility": {
|
|
2234
|
-
"nuxt": ">=3
|
|
2149
|
+
"nuxt": ">=3",
|
|
2235
2150
|
"requires": {}
|
|
2236
2151
|
}
|
|
2237
2152
|
},
|
|
@@ -2258,6 +2173,29 @@
|
|
|
2258
2173
|
"twitter": "0xBOYD"
|
|
2259
2174
|
}
|
|
2260
2175
|
],
|
|
2176
|
+
"compatibility": {
|
|
2177
|
+
"nuxt": ">=3.0.0 <5.0.0",
|
|
2178
|
+
"requires": {}
|
|
2179
|
+
}
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
"name": "freeform",
|
|
2183
|
+
"description": "Desktop-like drag & drop for Nuxt. Lasso selection, reorder, drop into containers - zero dependencies, pure Vue magic.",
|
|
2184
|
+
"repo": "Flo0806/nuxt-freeform#main/packages/nuxt-freeform",
|
|
2185
|
+
"npm": "nuxt-freeform",
|
|
2186
|
+
"icon": "nuxt-freeform.png",
|
|
2187
|
+
"github": "https://github.com/Flo0806/nuxt-freeform",
|
|
2188
|
+
"website": "https://nuxt-freeform.fh-softdev.de",
|
|
2189
|
+
"learn_more": "",
|
|
2190
|
+
"category": "UI",
|
|
2191
|
+
"type": "3rd-party",
|
|
2192
|
+
"maintainers": [
|
|
2193
|
+
{
|
|
2194
|
+
"name": "Florian Heuberger",
|
|
2195
|
+
"github": "Flo0806",
|
|
2196
|
+
"bluesky": "flo-heuberger.bsky.social"
|
|
2197
|
+
}
|
|
2198
|
+
],
|
|
2261
2199
|
"compatibility": {
|
|
2262
2200
|
"nuxt": ">=3.0.0",
|
|
2263
2201
|
"requires": {}
|
|
@@ -2332,7 +2270,7 @@
|
|
|
2332
2270
|
}
|
|
2333
2271
|
],
|
|
2334
2272
|
"compatibility": {
|
|
2335
|
-
"nuxt": "^2.
|
|
2273
|
+
"nuxt": "^2.15.0 || >=3.0.0",
|
|
2336
2274
|
"requires": {}
|
|
2337
2275
|
}
|
|
2338
2276
|
},
|
|
@@ -2423,40 +2361,6 @@
|
|
|
2423
2361
|
"requires": {}
|
|
2424
2362
|
}
|
|
2425
2363
|
},
|
|
2426
|
-
{
|
|
2427
|
-
"name": "google-optimize",
|
|
2428
|
-
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
2429
|
-
"repo": "nuxt-community/google-optimize-module",
|
|
2430
|
-
"npm": "nuxt-google-optimize",
|
|
2431
|
-
"icon": "google-optimize.png",
|
|
2432
|
-
"github": "https://github.com/nuxt-community/google-optimize-module",
|
|
2433
|
-
"website": "https://github.com/nuxt-community/google-optimize-module",
|
|
2434
|
-
"learn_more": "https://marketingplatform.google.com/about/optimize/",
|
|
2435
|
-
"category": "Analytics",
|
|
2436
|
-
"type": "community",
|
|
2437
|
-
"maintainers": [
|
|
2438
|
-
{
|
|
2439
|
-
"name": "Pooya Parsa",
|
|
2440
|
-
"github": "pi0",
|
|
2441
|
-
"twitter": "_pi0_",
|
|
2442
|
-
"bluesky": "pi0.io"
|
|
2443
|
-
},
|
|
2444
|
-
{
|
|
2445
|
-
"name": "Farzad Soltani",
|
|
2446
|
-
"github": "farzadso",
|
|
2447
|
-
"twitter": "farzadso"
|
|
2448
|
-
},
|
|
2449
|
-
{
|
|
2450
|
-
"name": "Josh Deltener",
|
|
2451
|
-
"github": "hecktarzuli",
|
|
2452
|
-
"twitter": "JoshDeltener"
|
|
2453
|
-
}
|
|
2454
|
-
],
|
|
2455
|
-
"compatibility": {
|
|
2456
|
-
"nuxt": "^2.0.0",
|
|
2457
|
-
"requires": {}
|
|
2458
|
-
}
|
|
2459
|
-
},
|
|
2460
2364
|
{
|
|
2461
2365
|
"name": "graphql-client",
|
|
2462
2366
|
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
@@ -2476,7 +2380,7 @@
|
|
|
2476
2380
|
}
|
|
2477
2381
|
],
|
|
2478
2382
|
"compatibility": {
|
|
2479
|
-
"nuxt": ">=3.
|
|
2383
|
+
"nuxt": ">=3.7.0",
|
|
2480
2384
|
"requires": {}
|
|
2481
2385
|
}
|
|
2482
2386
|
},
|
|
@@ -2499,7 +2403,7 @@
|
|
|
2499
2403
|
}
|
|
2500
2404
|
],
|
|
2501
2405
|
"compatibility": {
|
|
2502
|
-
"nuxt": "
|
|
2406
|
+
"nuxt": ">=3.0.0",
|
|
2503
2407
|
"requires": {}
|
|
2504
2408
|
}
|
|
2505
2409
|
},
|
|
@@ -2547,7 +2451,7 @@
|
|
|
2547
2451
|
}
|
|
2548
2452
|
],
|
|
2549
2453
|
"compatibility": {
|
|
2550
|
-
"nuxt": ">=3.
|
|
2454
|
+
"nuxt": ">=3.7.0",
|
|
2551
2455
|
"requires": {}
|
|
2552
2456
|
}
|
|
2553
2457
|
},
|
|
@@ -2846,7 +2750,7 @@
|
|
|
2846
2750
|
}
|
|
2847
2751
|
],
|
|
2848
2752
|
"compatibility": {
|
|
2849
|
-
"nuxt": "^2.0.0 || >=3.0.0",
|
|
2753
|
+
"nuxt": "^2.0.0 || >=3.0.0-rc.7",
|
|
2850
2754
|
"requires": {
|
|
2851
2755
|
"bridge": "optional"
|
|
2852
2756
|
}
|
|
@@ -2923,7 +2827,8 @@
|
|
|
2923
2827
|
"compatibility": {
|
|
2924
2828
|
"nuxt": ">=3.0.0",
|
|
2925
2829
|
"requires": {}
|
|
2926
|
-
}
|
|
2830
|
+
},
|
|
2831
|
+
"mcp": "https://hub.nuxt.com/mcp"
|
|
2927
2832
|
},
|
|
2928
2833
|
{
|
|
2929
2834
|
"name": "humans-txt",
|
|
@@ -2978,7 +2883,7 @@
|
|
|
2978
2883
|
}
|
|
2979
2884
|
],
|
|
2980
2885
|
"compatibility": {
|
|
2981
|
-
"nuxt": "
|
|
2886
|
+
"nuxt": ">=3.0.0-rc.11",
|
|
2982
2887
|
"requires": {}
|
|
2983
2888
|
}
|
|
2984
2889
|
},
|
|
@@ -3140,11 +3045,12 @@
|
|
|
3140
3045
|
}
|
|
3141
3046
|
],
|
|
3142
3047
|
"compatibility": {
|
|
3143
|
-
"nuxt": "
|
|
3048
|
+
"nuxt": ">=3.1.0",
|
|
3144
3049
|
"requires": {
|
|
3145
3050
|
"bridge": "optional"
|
|
3146
3051
|
}
|
|
3147
|
-
}
|
|
3052
|
+
},
|
|
3053
|
+
"mcp": "https://image.nuxt.com/mcp"
|
|
3148
3054
|
},
|
|
3149
3055
|
{
|
|
3150
3056
|
"name": "imagemin",
|
|
@@ -3236,7 +3142,7 @@
|
|
|
3236
3142
|
}
|
|
3237
3143
|
],
|
|
3238
3144
|
"compatibility": {
|
|
3239
|
-
"nuxt": ">=3.0.0",
|
|
3145
|
+
"nuxt": ">=3.0.0-rc.12",
|
|
3240
3146
|
"requires": {}
|
|
3241
3147
|
}
|
|
3242
3148
|
},
|
|
@@ -3259,7 +3165,7 @@
|
|
|
3259
3165
|
}
|
|
3260
3166
|
],
|
|
3261
3167
|
"compatibility": {
|
|
3262
|
-
"nuxt": "
|
|
3168
|
+
"nuxt": ">=3.0.0",
|
|
3263
3169
|
"requires": {}
|
|
3264
3170
|
}
|
|
3265
3171
|
},
|
|
@@ -3281,7 +3187,7 @@
|
|
|
3281
3187
|
}
|
|
3282
3188
|
],
|
|
3283
3189
|
"compatibility": {
|
|
3284
|
-
"nuxt": "
|
|
3190
|
+
"nuxt": ">=3.0.0",
|
|
3285
3191
|
"requires": {}
|
|
3286
3192
|
}
|
|
3287
3193
|
},
|
|
@@ -3303,7 +3209,7 @@
|
|
|
3303
3209
|
}
|
|
3304
3210
|
],
|
|
3305
3211
|
"compatibility": {
|
|
3306
|
-
"nuxt": "
|
|
3212
|
+
"nuxt": ">=3.0.0",
|
|
3307
3213
|
"requires": {}
|
|
3308
3214
|
}
|
|
3309
3215
|
},
|
|
@@ -3403,7 +3309,7 @@
|
|
|
3403
3309
|
}
|
|
3404
3310
|
],
|
|
3405
3311
|
"compatibility": {
|
|
3406
|
-
"nuxt": ">=
|
|
3312
|
+
"nuxt": ">=4.0.0",
|
|
3407
3313
|
"requires": {}
|
|
3408
3314
|
}
|
|
3409
3315
|
},
|
|
@@ -3422,29 +3328,7 @@
|
|
|
3422
3328
|
{
|
|
3423
3329
|
"name": "Ricardo Gobbo de Souza",
|
|
3424
3330
|
"github": "ricardogobbosouza",
|
|
3425
|
-
"twitter": "gobbo_ricardo"
|
|
3426
|
-
}
|
|
3427
|
-
],
|
|
3428
|
-
"compatibility": {
|
|
3429
|
-
"nuxt": "^2.0.0",
|
|
3430
|
-
"requires": {}
|
|
3431
|
-
}
|
|
3432
|
-
},
|
|
3433
|
-
{
|
|
3434
|
-
"name": "laravel-nuxt",
|
|
3435
|
-
"description": "Build a SPA with Laravel and Nuxt",
|
|
3436
|
-
"repo": "skyrpex/laravel-nuxt-js",
|
|
3437
|
-
"npm": "laravel-nuxt",
|
|
3438
|
-
"icon": "",
|
|
3439
|
-
"github": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
3440
|
-
"website": "https://github.com/skyrpex/laravel-nuxt-js",
|
|
3441
|
-
"learn_more": "https://laravel.com/",
|
|
3442
|
-
"category": "CMS",
|
|
3443
|
-
"type": "3rd-party",
|
|
3444
|
-
"maintainers": [
|
|
3445
|
-
{
|
|
3446
|
-
"name": "Cristian Pallarés",
|
|
3447
|
-
"github": "skyrpex"
|
|
3331
|
+
"twitter": "gobbo_ricardo"
|
|
3448
3332
|
}
|
|
3449
3333
|
],
|
|
3450
3334
|
"compatibility": {
|
|
@@ -3518,7 +3402,7 @@
|
|
|
3518
3402
|
}
|
|
3519
3403
|
],
|
|
3520
3404
|
"compatibility": {
|
|
3521
|
-
"nuxt": "
|
|
3405
|
+
"nuxt": ">=3.0.0",
|
|
3522
3406
|
"requires": {}
|
|
3523
3407
|
}
|
|
3524
3408
|
},
|
|
@@ -3542,7 +3426,7 @@
|
|
|
3542
3426
|
}
|
|
3543
3427
|
],
|
|
3544
3428
|
"compatibility": {
|
|
3545
|
-
"nuxt": ">=3.
|
|
3429
|
+
"nuxt": ">=3.9.0",
|
|
3546
3430
|
"requires": {},
|
|
3547
3431
|
"devtools": "^0.0.0"
|
|
3548
3432
|
}
|
|
@@ -3653,28 +3537,6 @@
|
|
|
3653
3537
|
"requires": {}
|
|
3654
3538
|
}
|
|
3655
3539
|
},
|
|
3656
|
-
{
|
|
3657
|
-
"name": "lodash",
|
|
3658
|
-
"description": "lodash module with auto-import and custom prefix",
|
|
3659
|
-
"repo": "cipami/nuxt-lodash",
|
|
3660
|
-
"npm": "nuxt-lodash",
|
|
3661
|
-
"icon": "lodash.svg",
|
|
3662
|
-
"github": "https://github.com/cipami/nuxt-lodash",
|
|
3663
|
-
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
3664
|
-
"learn_more": "https://github.com/lodash/lodash",
|
|
3665
|
-
"category": "Libraries",
|
|
3666
|
-
"type": "3rd-party",
|
|
3667
|
-
"maintainers": [
|
|
3668
|
-
{
|
|
3669
|
-
"name": "Michal Čípa",
|
|
3670
|
-
"github": "cipami"
|
|
3671
|
-
}
|
|
3672
|
-
],
|
|
3673
|
-
"compatibility": {
|
|
3674
|
-
"nuxt": ">=3.0.0",
|
|
3675
|
-
"requires": {}
|
|
3676
|
-
}
|
|
3677
|
-
},
|
|
3678
3540
|
{
|
|
3679
3541
|
"name": "logrocket",
|
|
3680
3542
|
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
@@ -3768,7 +3630,7 @@
|
|
|
3768
3630
|
}
|
|
3769
3631
|
],
|
|
3770
3632
|
"compatibility": {
|
|
3771
|
-
"nuxt": ">=3.
|
|
3633
|
+
"nuxt": ">=3.3.0",
|
|
3772
3634
|
"requires": {}
|
|
3773
3635
|
}
|
|
3774
3636
|
},
|
|
@@ -3965,7 +3827,7 @@
|
|
|
3965
3827
|
"npm": "@nuxtjs/mcp-toolkit",
|
|
3966
3828
|
"icon": "mcp-toolkit.png",
|
|
3967
3829
|
"github": "https://github.com/nuxt-modules/mcp-toolkit/tree/main/packages/nuxt-mcp-toolkit",
|
|
3968
|
-
"website": "https://mcp-toolkit.nuxt.dev",
|
|
3830
|
+
"website": "https://mcp-toolkit.nuxt.dev/getting-started/installation",
|
|
3969
3831
|
"learn_more": "",
|
|
3970
3832
|
"category": "AI",
|
|
3971
3833
|
"type": "community",
|
|
@@ -4147,7 +4009,7 @@
|
|
|
4147
4009
|
}
|
|
4148
4010
|
],
|
|
4149
4011
|
"compatibility": {
|
|
4150
|
-
"nuxt": "
|
|
4012
|
+
"nuxt": ">=3.0.0",
|
|
4151
4013
|
"requires": {}
|
|
4152
4014
|
}
|
|
4153
4015
|
},
|
|
@@ -4226,29 +4088,6 @@
|
|
|
4226
4088
|
"requires": {}
|
|
4227
4089
|
}
|
|
4228
4090
|
},
|
|
4229
|
-
{
|
|
4230
|
-
"name": "netlify-cache",
|
|
4231
|
-
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
4232
|
-
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
4233
|
-
"npm": "nuxt-netlify-cache",
|
|
4234
|
-
"icon": "netlify.png",
|
|
4235
|
-
"github": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
4236
|
-
"website": "https://github.com/DreaMinder/nuxt-netlify-cache",
|
|
4237
|
-
"learn_more": "https://www.netlify.com/",
|
|
4238
|
-
"category": "Deployment",
|
|
4239
|
-
"type": "3rd-party",
|
|
4240
|
-
"maintainers": [
|
|
4241
|
-
{
|
|
4242
|
-
"name": "DreaMinder",
|
|
4243
|
-
"github": "DreaMinder",
|
|
4244
|
-
"twitter": "DreaMinder"
|
|
4245
|
-
}
|
|
4246
|
-
],
|
|
4247
|
-
"compatibility": {
|
|
4248
|
-
"nuxt": "^2.0.0",
|
|
4249
|
-
"requires": {}
|
|
4250
|
-
}
|
|
4251
|
-
},
|
|
4252
4091
|
{
|
|
4253
4092
|
"name": "netlify-files",
|
|
4254
4093
|
"description": "Nuxt module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones",
|
|
@@ -4409,6 +4248,28 @@
|
|
|
4409
4248
|
"requires": {}
|
|
4410
4249
|
}
|
|
4411
4250
|
},
|
|
4251
|
+
{
|
|
4252
|
+
"name": "nuxt-actions",
|
|
4253
|
+
"description": "Type-safe server actions with Standard Schema validation, middleware, optimistic updates, streaming, and SSR queries",
|
|
4254
|
+
"repo": "billymaulana/nuxt-actions",
|
|
4255
|
+
"npm": "nuxt-actions",
|
|
4256
|
+
"icon": "nuxt-actions.svg",
|
|
4257
|
+
"github": "https://github.com/billymaulana/nuxt-actions",
|
|
4258
|
+
"website": "https://billymaulana.github.io/nuxt-actions/",
|
|
4259
|
+
"learn_more": "https://billymaulana.github.io/nuxt-actions/guide/getting-started",
|
|
4260
|
+
"category": "Request",
|
|
4261
|
+
"type": "3rd-party",
|
|
4262
|
+
"maintainers": [
|
|
4263
|
+
{
|
|
4264
|
+
"name": "Billy Maulana",
|
|
4265
|
+
"github": "billymaulana"
|
|
4266
|
+
}
|
|
4267
|
+
],
|
|
4268
|
+
"compatibility": {
|
|
4269
|
+
"nuxt": "^3.7.0 || ^4.0.0",
|
|
4270
|
+
"requires": {}
|
|
4271
|
+
}
|
|
4272
|
+
},
|
|
4412
4273
|
{
|
|
4413
4274
|
"name": "nuxt-aidbase",
|
|
4414
4275
|
"description": "Easily integrate Aidbase into your Nuxt app.",
|
|
@@ -4525,6 +4386,29 @@
|
|
|
4525
4386
|
"requires": {}
|
|
4526
4387
|
}
|
|
4527
4388
|
},
|
|
4389
|
+
{
|
|
4390
|
+
"name": "nuxt-auto-form",
|
|
4391
|
+
"description": "Auto-generate Nuxt UI forms from Zod 4 schemas",
|
|
4392
|
+
"repo": "Norbiros/nuxt-auto-form",
|
|
4393
|
+
"npm": "@norbiros/nuxt-auto-form",
|
|
4394
|
+
"icon": "nuxt-auto-form.svg",
|
|
4395
|
+
"github": "https://github.com/Norbiros/nuxt-auto-form",
|
|
4396
|
+
"website": "https://nuxt-auto-form.norbiros.dev",
|
|
4397
|
+
"learn_more": "https://www.npmjs.com/package/@norbiros/nuxt-auto-form",
|
|
4398
|
+
"category": "Libraries",
|
|
4399
|
+
"type": "3rd-party",
|
|
4400
|
+
"maintainers": [
|
|
4401
|
+
{
|
|
4402
|
+
"name": "Norbiros",
|
|
4403
|
+
"github": "Norbiros",
|
|
4404
|
+
"avatar": "https://avatars.githubusercontent.com/u/89837724?v=4"
|
|
4405
|
+
}
|
|
4406
|
+
],
|
|
4407
|
+
"compatibility": {
|
|
4408
|
+
"nuxt": ">=3.0.0",
|
|
4409
|
+
"requires": {}
|
|
4410
|
+
}
|
|
4411
|
+
},
|
|
4528
4412
|
{
|
|
4529
4413
|
"name": "nuxt-basic-auth",
|
|
4530
4414
|
"description": "Nuxt Module for Basic Authentication",
|
|
@@ -4593,7 +4477,7 @@
|
|
|
4593
4477
|
}
|
|
4594
4478
|
],
|
|
4595
4479
|
"compatibility": {
|
|
4596
|
-
"nuxt": ">=3.
|
|
4480
|
+
"nuxt": ">=3.13.1",
|
|
4597
4481
|
"requires": {},
|
|
4598
4482
|
"devtools": "^0.0.0"
|
|
4599
4483
|
}
|
|
@@ -4661,6 +4545,28 @@
|
|
|
4661
4545
|
"github": "schnapsterdog"
|
|
4662
4546
|
}
|
|
4663
4547
|
],
|
|
4548
|
+
"compatibility": {
|
|
4549
|
+
"nuxt": ">=3.0.0 <5.0.0",
|
|
4550
|
+
"requires": {}
|
|
4551
|
+
}
|
|
4552
|
+
},
|
|
4553
|
+
{
|
|
4554
|
+
"name": "nuxt-claude-devtools",
|
|
4555
|
+
"description": "Nuxt DevTools integration for Claude Code AI assistant",
|
|
4556
|
+
"repo": "oro-ad/nuxt-claude-devtools",
|
|
4557
|
+
"npm": "@oro.ad/nuxt-claude-devtools",
|
|
4558
|
+
"icon": "",
|
|
4559
|
+
"github": "https://github.com/oro-ad/nuxt-claude-devtools",
|
|
4560
|
+
"website": "https://github.com/oro-ad/nuxt-claude-devtools",
|
|
4561
|
+
"learn_more": "",
|
|
4562
|
+
"category": "Devtools",
|
|
4563
|
+
"type": "3rd-party",
|
|
4564
|
+
"maintainers": [
|
|
4565
|
+
{
|
|
4566
|
+
"name": "oro-ad",
|
|
4567
|
+
"github": "oro-ad"
|
|
4568
|
+
}
|
|
4569
|
+
],
|
|
4664
4570
|
"compatibility": {
|
|
4665
4571
|
"nuxt": ">=3.0.0",
|
|
4666
4572
|
"requires": {}
|
|
@@ -4764,7 +4670,7 @@
|
|
|
4764
4670
|
"icon": "nuxt-coolify.svg",
|
|
4765
4671
|
"github": "https://github.com/justserdar/nuxt-coolify",
|
|
4766
4672
|
"website": "https://github.com/justserdar/nuxt-coolify",
|
|
4767
|
-
"learn_more": "
|
|
4673
|
+
"learn_more": "",
|
|
4768
4674
|
"category": "Request",
|
|
4769
4675
|
"type": "3rd-party",
|
|
4770
4676
|
"maintainers": [
|
|
@@ -4779,6 +4685,28 @@
|
|
|
4779
4685
|
"requires": {}
|
|
4780
4686
|
}
|
|
4781
4687
|
},
|
|
4688
|
+
{
|
|
4689
|
+
"name": "nuxt-csp-report",
|
|
4690
|
+
"description": "A Nuxt module for collecting, normalizing, and persisting Content Security Policy (CSP) reports.",
|
|
4691
|
+
"repo": "Gonzo17/nuxt-csp-report",
|
|
4692
|
+
"npm": "nuxt-csp-report",
|
|
4693
|
+
"icon": "nuxt-csp-report.svg",
|
|
4694
|
+
"github": "https://github.com/Gonzo17/nuxt-csp-report",
|
|
4695
|
+
"website": "https://github.com/Gonzo17/nuxt-csp-report",
|
|
4696
|
+
"learn_more": "",
|
|
4697
|
+
"category": "Security",
|
|
4698
|
+
"type": "3rd-party",
|
|
4699
|
+
"maintainers": [
|
|
4700
|
+
{
|
|
4701
|
+
"name": "David Gonzalez Casin",
|
|
4702
|
+
"github": "Gonzo17"
|
|
4703
|
+
}
|
|
4704
|
+
],
|
|
4705
|
+
"compatibility": {
|
|
4706
|
+
"nuxt": ">=3.12.0",
|
|
4707
|
+
"requires": {}
|
|
4708
|
+
}
|
|
4709
|
+
},
|
|
4782
4710
|
{
|
|
4783
4711
|
"name": "nuxt-email-renderer",
|
|
4784
4712
|
"description": "A Nuxt module that provides high-quality, unstyled components & utils for creating emails using Vue and TypeScript.",
|
|
@@ -4825,7 +4753,7 @@
|
|
|
4825
4753
|
}
|
|
4826
4754
|
],
|
|
4827
4755
|
"compatibility": {
|
|
4828
|
-
"nuxt": "
|
|
4756
|
+
"nuxt": "^3.6.0",
|
|
4829
4757
|
"requires": {}
|
|
4830
4758
|
}
|
|
4831
4759
|
},
|
|
@@ -4939,7 +4867,7 @@
|
|
|
4939
4867
|
}
|
|
4940
4868
|
],
|
|
4941
4869
|
"compatibility": {
|
|
4942
|
-
"nuxt": "
|
|
4870
|
+
"nuxt": ">=3.0.0",
|
|
4943
4871
|
"requires": {}
|
|
4944
4872
|
}
|
|
4945
4873
|
},
|
|
@@ -5007,7 +4935,7 @@
|
|
|
5007
4935
|
}
|
|
5008
4936
|
],
|
|
5009
4937
|
"compatibility": {
|
|
5010
|
-
"nuxt": "^3.0.0",
|
|
4938
|
+
"nuxt": "^3.0.0 || ^4.0.0",
|
|
5011
4939
|
"requires": {}
|
|
5012
4940
|
}
|
|
5013
4941
|
},
|
|
@@ -5029,7 +4957,7 @@
|
|
|
5029
4957
|
}
|
|
5030
4958
|
],
|
|
5031
4959
|
"compatibility": {
|
|
5032
|
-
"nuxt": "
|
|
4960
|
+
"nuxt": "^3.0.0",
|
|
5033
4961
|
"requires": {}
|
|
5034
4962
|
}
|
|
5035
4963
|
},
|
|
@@ -5046,12 +4974,12 @@
|
|
|
5046
4974
|
"type": "3rd-party",
|
|
5047
4975
|
"maintainers": [
|
|
5048
4976
|
{
|
|
5049
|
-
"name": "Abbas Mohamed",
|
|
4977
|
+
"name": "Abbas Mohamed Ahmed",
|
|
5050
4978
|
"github": "Abbasmoe"
|
|
5051
4979
|
}
|
|
5052
4980
|
],
|
|
5053
4981
|
"compatibility": {
|
|
5054
|
-
"nuxt": "
|
|
4982
|
+
"nuxt": "^3.0.0 || ^4.0.0",
|
|
5055
4983
|
"requires": {}
|
|
5056
4984
|
}
|
|
5057
4985
|
},
|
|
@@ -5080,7 +5008,7 @@
|
|
|
5080
5008
|
}
|
|
5081
5009
|
],
|
|
5082
5010
|
"compatibility": {
|
|
5083
|
-
"nuxt": "
|
|
5011
|
+
"nuxt": ">=3.13.0",
|
|
5084
5012
|
"requires": {}
|
|
5085
5013
|
}
|
|
5086
5014
|
},
|
|
@@ -5124,7 +5052,7 @@
|
|
|
5124
5052
|
}
|
|
5125
5053
|
],
|
|
5126
5054
|
"compatibility": {
|
|
5127
|
-
"nuxt": "
|
|
5055
|
+
"nuxt": "^3.0.0",
|
|
5128
5056
|
"requires": {},
|
|
5129
5057
|
"devtools": "^0.0.0"
|
|
5130
5058
|
}
|
|
@@ -5290,7 +5218,7 @@
|
|
|
5290
5218
|
}
|
|
5291
5219
|
],
|
|
5292
5220
|
"compatibility": {
|
|
5293
|
-
"nuxt": "
|
|
5221
|
+
"nuxt": "^3.0.0 || >=4.0.3",
|
|
5294
5222
|
"requires": {}
|
|
5295
5223
|
}
|
|
5296
5224
|
},
|
|
@@ -5314,7 +5242,7 @@
|
|
|
5314
5242
|
}
|
|
5315
5243
|
],
|
|
5316
5244
|
"compatibility": {
|
|
5317
|
-
"nuxt": ">=3.
|
|
5245
|
+
"nuxt": ">=3.0.0",
|
|
5318
5246
|
"requires": {}
|
|
5319
5247
|
}
|
|
5320
5248
|
},
|
|
@@ -5337,7 +5265,7 @@
|
|
|
5337
5265
|
}
|
|
5338
5266
|
],
|
|
5339
5267
|
"compatibility": {
|
|
5340
|
-
"nuxt": "
|
|
5268
|
+
"nuxt": "^3.0.0",
|
|
5341
5269
|
"requires": {}
|
|
5342
5270
|
}
|
|
5343
5271
|
},
|
|
@@ -5497,7 +5425,7 @@
|
|
|
5497
5425
|
}
|
|
5498
5426
|
],
|
|
5499
5427
|
"compatibility": {
|
|
5500
|
-
"nuxt": ">=3.
|
|
5428
|
+
"nuxt": ">=3.1.0",
|
|
5501
5429
|
"requires": {}
|
|
5502
5430
|
}
|
|
5503
5431
|
},
|
|
@@ -5574,6 +5502,28 @@
|
|
|
5574
5502
|
"requires": {}
|
|
5575
5503
|
}
|
|
5576
5504
|
},
|
|
5505
|
+
{
|
|
5506
|
+
"name": "nuxt-notify",
|
|
5507
|
+
"description": "Advanced toast notifications for Nuxt 3/4 with Tailwind CSS + Nuxt Icon (actions, avatars, progress, themes, UI overrides).",
|
|
5508
|
+
"repo": "nizaamomer/nuxt-notify",
|
|
5509
|
+
"npm": "nuxt-notify",
|
|
5510
|
+
"icon": "nuxt-notify.png",
|
|
5511
|
+
"github": "https://github.com/nizaamomer/nuxt-notify",
|
|
5512
|
+
"website": "https://nuxt-notify.nizaamomer.com",
|
|
5513
|
+
"learn_more": "https://nuxt-notify.nizaamomer.com/docs/getting-started/introduction",
|
|
5514
|
+
"category": "UI",
|
|
5515
|
+
"type": "3rd-party",
|
|
5516
|
+
"maintainers": [
|
|
5517
|
+
{
|
|
5518
|
+
"name": "Nizam Omer",
|
|
5519
|
+
"github": "nizaamomer"
|
|
5520
|
+
}
|
|
5521
|
+
],
|
|
5522
|
+
"compatibility": {
|
|
5523
|
+
"nuxt": "^3.0.0 || ^4.0.0",
|
|
5524
|
+
"requires": {}
|
|
5525
|
+
}
|
|
5526
|
+
},
|
|
5577
5527
|
{
|
|
5578
5528
|
"name": "nuxt-oidc-auth",
|
|
5579
5529
|
"description": "Seamless modern authentication for Nuxt applications.",
|
|
@@ -5593,7 +5543,7 @@
|
|
|
5593
5543
|
}
|
|
5594
5544
|
],
|
|
5595
5545
|
"compatibility": {
|
|
5596
|
-
"nuxt": ">=3.
|
|
5546
|
+
"nuxt": ">=3.9.0",
|
|
5597
5547
|
"requires": {}
|
|
5598
5548
|
}
|
|
5599
5549
|
},
|
|
@@ -5617,7 +5567,7 @@
|
|
|
5617
5567
|
}
|
|
5618
5568
|
],
|
|
5619
5569
|
"compatibility": {
|
|
5620
|
-
"nuxt": ">=3.
|
|
5570
|
+
"nuxt": ">=3.0.0",
|
|
5621
5571
|
"requires": {}
|
|
5622
5572
|
}
|
|
5623
5573
|
},
|
|
@@ -5694,7 +5644,7 @@
|
|
|
5694
5644
|
}
|
|
5695
5645
|
],
|
|
5696
5646
|
"compatibility": {
|
|
5697
|
-
"nuxt": ">=3.0.0",
|
|
5647
|
+
"nuxt": ">=3.0.0-rc.8",
|
|
5698
5648
|
"requires": {},
|
|
5699
5649
|
"devtools": "^0.0.0"
|
|
5700
5650
|
}
|
|
@@ -5835,7 +5785,7 @@
|
|
|
5835
5785
|
}
|
|
5836
5786
|
],
|
|
5837
5787
|
"compatibility": {
|
|
5838
|
-
"nuxt": "
|
|
5788
|
+
"nuxt": "^3.6.0",
|
|
5839
5789
|
"requires": {}
|
|
5840
5790
|
}
|
|
5841
5791
|
},
|
|
@@ -5903,7 +5853,7 @@
|
|
|
5903
5853
|
}
|
|
5904
5854
|
],
|
|
5905
5855
|
"compatibility": {
|
|
5906
|
-
"nuxt": "
|
|
5856
|
+
"nuxt": "^3.0.0 || ^4.0.0",
|
|
5907
5857
|
"requires": {}
|
|
5908
5858
|
}
|
|
5909
5859
|
},
|
|
@@ -5937,7 +5887,7 @@
|
|
|
5937
5887
|
"npm": "nuxt-safe-runtime-config",
|
|
5938
5888
|
"icon": "nuxt-safe-runtime-config.svg",
|
|
5939
5889
|
"github": "https://github.com/onmax/nuxt-safe-runtime-config/tree/main",
|
|
5940
|
-
"website": "https://
|
|
5890
|
+
"website": "https://nuxt-safe-runtime-config.onmax.me",
|
|
5941
5891
|
"learn_more": "",
|
|
5942
5892
|
"category": "Devtools",
|
|
5943
5893
|
"type": "3rd-party",
|
|
@@ -6065,7 +6015,7 @@
|
|
|
6065
6015
|
"type": "3rd-party",
|
|
6066
6016
|
"maintainers": [
|
|
6067
6017
|
{
|
|
6068
|
-
"name": "Milan
|
|
6018
|
+
"name": "Milan Šulc",
|
|
6069
6019
|
"github": "f3l1x",
|
|
6070
6020
|
"twitter": "xf3l1x",
|
|
6071
6021
|
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
@@ -6191,7 +6141,7 @@
|
|
|
6191
6141
|
}
|
|
6192
6142
|
],
|
|
6193
6143
|
"compatibility": {
|
|
6194
|
-
"nuxt": "
|
|
6144
|
+
"nuxt": ">=3.0.0",
|
|
6195
6145
|
"requires": {}
|
|
6196
6146
|
}
|
|
6197
6147
|
},
|
|
@@ -6214,7 +6164,7 @@
|
|
|
6214
6164
|
}
|
|
6215
6165
|
],
|
|
6216
6166
|
"compatibility": {
|
|
6217
|
-
"nuxt": "
|
|
6167
|
+
"nuxt": "^3.0.0 || ^4.0.0",
|
|
6218
6168
|
"requires": {}
|
|
6219
6169
|
}
|
|
6220
6170
|
},
|
|
@@ -6261,7 +6211,7 @@
|
|
|
6261
6211
|
}
|
|
6262
6212
|
],
|
|
6263
6213
|
"compatibility": {
|
|
6264
|
-
"nuxt": ">=3.0.0",
|
|
6214
|
+
"nuxt": ">=3.0.0-rc.0",
|
|
6265
6215
|
"requires": {}
|
|
6266
6216
|
}
|
|
6267
6217
|
},
|
|
@@ -6332,30 +6282,6 @@
|
|
|
6332
6282
|
"requires": {}
|
|
6333
6283
|
}
|
|
6334
6284
|
},
|
|
6335
|
-
{
|
|
6336
|
-
"name": "nuxt-use-sound",
|
|
6337
|
-
"description": "A Nuxt module for playing sound effects.",
|
|
6338
|
-
"repo": "Tahul/nuxt-use-sound",
|
|
6339
|
-
"npm": "nuxt-use-sound",
|
|
6340
|
-
"icon": "nuxt-use-sound.svg",
|
|
6341
|
-
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
6342
|
-
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
6343
|
-
"learn_more": "https://github.com/vueuse/sound",
|
|
6344
|
-
"category": "Libraries",
|
|
6345
|
-
"type": "3rd-party",
|
|
6346
|
-
"maintainers": [
|
|
6347
|
-
{
|
|
6348
|
-
"name": "Yaël Guilloux",
|
|
6349
|
-
"github": "Tahul",
|
|
6350
|
-
"twitter": "yaeeelglx",
|
|
6351
|
-
"bluesky": "yael.dev"
|
|
6352
|
-
}
|
|
6353
|
-
],
|
|
6354
|
-
"compatibility": {
|
|
6355
|
-
"nuxt": "^2.0.0",
|
|
6356
|
-
"requires": {}
|
|
6357
|
-
}
|
|
6358
|
-
},
|
|
6359
6285
|
{
|
|
6360
6286
|
"name": "nuxt-useless-blobs",
|
|
6361
6287
|
"description": "An easier way of using useless-blobs in your Nuxt project!",
|
|
@@ -6374,7 +6300,31 @@
|
|
|
6374
6300
|
}
|
|
6375
6301
|
],
|
|
6376
6302
|
"compatibility": {
|
|
6377
|
-
"nuxt": "
|
|
6303
|
+
"nuxt": ">=3.0.0",
|
|
6304
|
+
"requires": {}
|
|
6305
|
+
}
|
|
6306
|
+
},
|
|
6307
|
+
{
|
|
6308
|
+
"name": "nuxt-users",
|
|
6309
|
+
"description": "A comprehensive user management module for Nuxt 3 and Nuxt 4 applications with authentication, authorization, database support, and CLI tools",
|
|
6310
|
+
"repo": "rrd108/nuxt-users",
|
|
6311
|
+
"npm": "nuxt-users",
|
|
6312
|
+
"icon": "nuxt-users.png",
|
|
6313
|
+
"github": "https://github.com/rrd108/nuxt-users",
|
|
6314
|
+
"website": "https://nuxt-users.webmania.cc/",
|
|
6315
|
+
"learn_more": "https://nuxt-users.webmania.cc/",
|
|
6316
|
+
"category": "Security",
|
|
6317
|
+
"type": "3rd-party",
|
|
6318
|
+
"maintainers": [
|
|
6319
|
+
{
|
|
6320
|
+
"name": "rrd",
|
|
6321
|
+
"github": "rrd108",
|
|
6322
|
+
"twitter": "radharadhya",
|
|
6323
|
+
"bluesky": "rrd108.bsky.social"
|
|
6324
|
+
}
|
|
6325
|
+
],
|
|
6326
|
+
"compatibility": {
|
|
6327
|
+
"nuxt": ">=3.0.0",
|
|
6378
6328
|
"requires": {}
|
|
6379
6329
|
}
|
|
6380
6330
|
},
|
|
@@ -6396,7 +6346,7 @@
|
|
|
6396
6346
|
}
|
|
6397
6347
|
],
|
|
6398
6348
|
"compatibility": {
|
|
6399
|
-
"nuxt": "
|
|
6349
|
+
"nuxt": "^3.0.0",
|
|
6400
6350
|
"requires": {}
|
|
6401
6351
|
}
|
|
6402
6352
|
},
|
|
@@ -6418,7 +6368,7 @@
|
|
|
6418
6368
|
}
|
|
6419
6369
|
],
|
|
6420
6370
|
"compatibility": {
|
|
6421
|
-
"nuxt": "
|
|
6371
|
+
"nuxt": ">=3.0.0-rc.11",
|
|
6422
6372
|
"requires": {
|
|
6423
6373
|
"bridge": "optional"
|
|
6424
6374
|
}
|
|
@@ -6443,7 +6393,7 @@
|
|
|
6443
6393
|
}
|
|
6444
6394
|
],
|
|
6445
6395
|
"compatibility": {
|
|
6446
|
-
"nuxt": ">=3.0.0",
|
|
6396
|
+
"nuxt": ">=3.0.0 <5.0.0",
|
|
6447
6397
|
"requires": {}
|
|
6448
6398
|
}
|
|
6449
6399
|
},
|
|
@@ -6491,28 +6441,6 @@
|
|
|
6491
6441
|
"requires": {}
|
|
6492
6442
|
}
|
|
6493
6443
|
},
|
|
6494
|
-
{
|
|
6495
|
-
"name": "nuxt2-leaflet",
|
|
6496
|
-
"description": "A Nuxt module which makes it easy to create reactive maps with Leaflet",
|
|
6497
|
-
"repo": "schlunsen/nuxt-leaflet",
|
|
6498
|
-
"npm": "nuxt-leaflet",
|
|
6499
|
-
"icon": "leaflet.png",
|
|
6500
|
-
"github": "https://github.com/schlunsen/nuxt-leaflet",
|
|
6501
|
-
"website": "https://github.com/schlunsen/nuxt-leaflet",
|
|
6502
|
-
"learn_more": "https://vue2-leaflet.netlify.app/quickstart/",
|
|
6503
|
-
"category": "Libraries",
|
|
6504
|
-
"type": "3rd-party",
|
|
6505
|
-
"maintainers": [
|
|
6506
|
-
{
|
|
6507
|
-
"name": "Rasmus Schlünsen",
|
|
6508
|
-
"github": "schlunsen"
|
|
6509
|
-
}
|
|
6510
|
-
],
|
|
6511
|
-
"compatibility": {
|
|
6512
|
-
"nuxt": "^2.0.0",
|
|
6513
|
-
"requires": {}
|
|
6514
|
-
}
|
|
6515
|
-
},
|
|
6516
6444
|
{
|
|
6517
6445
|
"name": "nuxt2-ngrok",
|
|
6518
6446
|
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
|
|
@@ -6631,7 +6559,7 @@
|
|
|
6631
6559
|
}
|
|
6632
6560
|
],
|
|
6633
6561
|
"compatibility": {
|
|
6634
|
-
"nuxt": ">=3.
|
|
6562
|
+
"nuxt": ">=3.10.3",
|
|
6635
6563
|
"requires": {},
|
|
6636
6564
|
"devtools": "^0.0.0"
|
|
6637
6565
|
}
|
|
@@ -6734,28 +6662,6 @@
|
|
|
6734
6662
|
"requires": {}
|
|
6735
6663
|
}
|
|
6736
6664
|
},
|
|
6737
|
-
{
|
|
6738
|
-
"name": "page-generator-helper",
|
|
6739
|
-
"description": "Generate your pages statically without using payload extractors.",
|
|
6740
|
-
"repo": "GrabarzUndPartner/nuxt-page-generator-helper",
|
|
6741
|
-
"npm": "nuxt-page-generator-helper",
|
|
6742
|
-
"icon": "",
|
|
6743
|
-
"github": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
6744
|
-
"website": "https://github.com/GrabarzUndPartner/nuxt-page-generator-helper",
|
|
6745
|
-
"learn_more": "",
|
|
6746
|
-
"category": "Extensions",
|
|
6747
|
-
"type": "3rd-party",
|
|
6748
|
-
"maintainers": [
|
|
6749
|
-
{
|
|
6750
|
-
"name": "GrabarzUndPartner",
|
|
6751
|
-
"github": "GrabarzUndPartner"
|
|
6752
|
-
}
|
|
6753
|
-
],
|
|
6754
|
-
"compatibility": {
|
|
6755
|
-
"nuxt": "^2.0.0",
|
|
6756
|
-
"requires": {}
|
|
6757
|
-
}
|
|
6758
|
-
},
|
|
6759
6665
|
{
|
|
6760
6666
|
"name": "paper-ui",
|
|
6761
6667
|
"description": "A ui kit for nuxt",
|
|
@@ -6819,7 +6725,7 @@
|
|
|
6819
6725
|
}
|
|
6820
6726
|
],
|
|
6821
6727
|
"compatibility": {
|
|
6822
|
-
"nuxt": "
|
|
6728
|
+
"nuxt": "^3.7.0",
|
|
6823
6729
|
"requires": {}
|
|
6824
6730
|
}
|
|
6825
6731
|
},
|
|
@@ -6893,31 +6799,7 @@
|
|
|
6893
6799
|
}
|
|
6894
6800
|
],
|
|
6895
6801
|
"compatibility": {
|
|
6896
|
-
"nuxt": "
|
|
6897
|
-
"requires": {}
|
|
6898
|
-
}
|
|
6899
|
-
},
|
|
6900
|
-
{
|
|
6901
|
-
"name": "pergel",
|
|
6902
|
-
"description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
|
|
6903
|
-
"repo": "oku-ui/pergel#main/packages-core/pergel",
|
|
6904
|
-
"npm": "pergel",
|
|
6905
|
-
"icon": "pergel.svg",
|
|
6906
|
-
"github": "https://github.com/oku-ui/pergel",
|
|
6907
|
-
"website": "https://pergel.oku-ui.com/",
|
|
6908
|
-
"learn_more": "",
|
|
6909
|
-
"category": "Devtools",
|
|
6910
|
-
"type": "3rd-party",
|
|
6911
|
-
"maintainers": [
|
|
6912
|
-
{
|
|
6913
|
-
"name": "Wind",
|
|
6914
|
-
"github": "productdevbook",
|
|
6915
|
-
"twitter": "productdevbook",
|
|
6916
|
-
"bluesky": "productdevbook.com"
|
|
6917
|
-
}
|
|
6918
|
-
],
|
|
6919
|
-
"compatibility": {
|
|
6920
|
-
"nuxt": ">=3.10.0",
|
|
6802
|
+
"nuxt": "^3.0.0",
|
|
6921
6803
|
"requires": {}
|
|
6922
6804
|
}
|
|
6923
6805
|
},
|
|
@@ -6944,6 +6826,31 @@
|
|
|
6944
6826
|
"requires": {}
|
|
6945
6827
|
}
|
|
6946
6828
|
},
|
|
6829
|
+
{
|
|
6830
|
+
"name": "pglite",
|
|
6831
|
+
"description": "A Nuxt module aimed to simplify the use of PGlite.",
|
|
6832
|
+
"repo": "sandros94/nuxt-pglite",
|
|
6833
|
+
"npm": "nuxt-pglite",
|
|
6834
|
+
"icon": "pglite.svg",
|
|
6835
|
+
"github": "https://github.com/sandros94/nuxt-pglite",
|
|
6836
|
+
"website": "https://github.com/sandros94/nuxt-pglite",
|
|
6837
|
+
"learn_more": "https://pglite.dev",
|
|
6838
|
+
"category": "Database",
|
|
6839
|
+
"type": "3rd-party",
|
|
6840
|
+
"maintainers": [
|
|
6841
|
+
{
|
|
6842
|
+
"name": "Sandro Circi",
|
|
6843
|
+
"github": "sandros94",
|
|
6844
|
+
"avatar": "https://avatars.githubusercontent.com/u/13056429",
|
|
6845
|
+
"bluesky": "sandros94.com",
|
|
6846
|
+
"twitter": "_sandros94"
|
|
6847
|
+
}
|
|
6848
|
+
],
|
|
6849
|
+
"compatibility": {
|
|
6850
|
+
"nuxt": ">=3.15.0",
|
|
6851
|
+
"requires": {}
|
|
6852
|
+
}
|
|
6853
|
+
},
|
|
6947
6854
|
{
|
|
6948
6855
|
"name": "pinia-colada",
|
|
6949
6856
|
"description": "The smart data fetching layer for Pinia",
|
|
@@ -6964,51 +6871,26 @@
|
|
|
6964
6871
|
}
|
|
6965
6872
|
],
|
|
6966
6873
|
"compatibility": {
|
|
6967
|
-
"nuxt": "^3.
|
|
6874
|
+
"nuxt": "^3.17.7 || ^4.0.0",
|
|
6968
6875
|
"requires": {}
|
|
6969
6876
|
}
|
|
6970
6877
|
},
|
|
6971
6878
|
{
|
|
6972
|
-
"name": "pinia-orm",
|
|
6973
|
-
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
|
|
6974
|
-
"repo": "CodeDredd/pinia-orm#main/packages/nuxt",
|
|
6975
|
-
"npm": "@pinia-orm/nuxt",
|
|
6976
|
-
"icon": "pinia-orm.svg",
|
|
6977
|
-
"github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
|
|
6978
|
-
"website": "https://pinia-orm.codedredd.de/",
|
|
6979
|
-
"learn_more": "",
|
|
6980
|
-
"category": "Extensions",
|
|
6981
|
-
"type": "3rd-party",
|
|
6982
|
-
"maintainers": [
|
|
6983
|
-
{
|
|
6984
|
-
"name": "Gregor Becker",
|
|
6985
|
-
"github": "CodeDredd",
|
|
6986
|
-
"twitter": "_Gregor_Becker"
|
|
6987
|
-
}
|
|
6988
|
-
],
|
|
6989
|
-
"compatibility": {
|
|
6990
|
-
"nuxt": "^2.0.0 || >=3.0.0",
|
|
6991
|
-
"requires": {
|
|
6992
|
-
"bridge": "optional"
|
|
6993
|
-
}
|
|
6994
|
-
}
|
|
6995
|
-
},
|
|
6996
|
-
{
|
|
6997
|
-
"name": "pinia-plugin-persistedstate",
|
|
6998
|
-
"description": "Configurable persistence and rehydration of Pinia stores.",
|
|
6999
|
-
"repo": "prazdevs/pinia-plugin-persistedstate",
|
|
7000
|
-
"npm": "pinia-plugin-persistedstate",
|
|
7001
|
-
"icon": "pinia-plugin-persistedstate.png",
|
|
7002
|
-
"github": "https://github.com/prazdevs/pinia-plugin-persistedstate",
|
|
7003
|
-
"website": "https://prazdevs.github.io/pinia-plugin-persistedstate/",
|
|
6879
|
+
"name": "pinia-orm",
|
|
6880
|
+
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
|
|
6881
|
+
"repo": "CodeDredd/pinia-orm#main/packages/nuxt",
|
|
6882
|
+
"npm": "@pinia-orm/nuxt",
|
|
6883
|
+
"icon": "pinia-orm.svg",
|
|
6884
|
+
"github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
|
|
6885
|
+
"website": "https://pinia-orm.codedredd.de/",
|
|
7004
6886
|
"learn_more": "",
|
|
7005
6887
|
"category": "Extensions",
|
|
7006
6888
|
"type": "3rd-party",
|
|
7007
6889
|
"maintainers": [
|
|
7008
6890
|
{
|
|
7009
|
-
"name": "
|
|
7010
|
-
"github": "
|
|
7011
|
-
"
|
|
6891
|
+
"name": "Gregor Becker",
|
|
6892
|
+
"github": "CodeDredd",
|
|
6893
|
+
"twitter": "_Gregor_Becker"
|
|
7012
6894
|
}
|
|
7013
6895
|
],
|
|
7014
6896
|
"compatibility": {
|
|
@@ -7060,7 +6942,7 @@
|
|
|
7060
6942
|
}
|
|
7061
6943
|
],
|
|
7062
6944
|
"compatibility": {
|
|
7063
|
-
"nuxt": "^
|
|
6945
|
+
"nuxt": "^3.15.0 || ^4.0.0",
|
|
7064
6946
|
"requires": {
|
|
7065
6947
|
"bridge": "optional"
|
|
7066
6948
|
}
|
|
@@ -7107,7 +6989,7 @@
|
|
|
7107
6989
|
}
|
|
7108
6990
|
],
|
|
7109
6991
|
"compatibility": {
|
|
7110
|
-
"nuxt": "
|
|
6992
|
+
"nuxt": ">=3.0.0",
|
|
7111
6993
|
"requires": {}
|
|
7112
6994
|
}
|
|
7113
6995
|
},
|
|
@@ -7129,7 +7011,7 @@
|
|
|
7129
7011
|
}
|
|
7130
7012
|
],
|
|
7131
7013
|
"compatibility": {
|
|
7132
|
-
"nuxt": ">=3.
|
|
7014
|
+
"nuxt": ">=3.9.0",
|
|
7133
7015
|
"requires": {}
|
|
7134
7016
|
}
|
|
7135
7017
|
},
|
|
@@ -7209,7 +7091,7 @@
|
|
|
7209
7091
|
"npm": "@prisma/nuxt",
|
|
7210
7092
|
"icon": "prisma.png",
|
|
7211
7093
|
"github": "https://github.com/prisma/nuxt-prisma",
|
|
7212
|
-
"website": "https://
|
|
7094
|
+
"website": "https://www.prisma.io/docs/guides/nuxt",
|
|
7213
7095
|
"learn_more": "https://www.prisma.io/orm",
|
|
7214
7096
|
"category": "Database",
|
|
7215
7097
|
"type": "3rd-party",
|
|
@@ -7244,7 +7126,7 @@
|
|
|
7244
7126
|
}
|
|
7245
7127
|
],
|
|
7246
7128
|
"compatibility": {
|
|
7247
|
-
"nuxt": "
|
|
7129
|
+
"nuxt": ">=3.7.0",
|
|
7248
7130
|
"requires": {}
|
|
7249
7131
|
}
|
|
7250
7132
|
},
|
|
@@ -7266,7 +7148,7 @@
|
|
|
7266
7148
|
}
|
|
7267
7149
|
],
|
|
7268
7150
|
"compatibility": {
|
|
7269
|
-
"nuxt": ">=3.0.0",
|
|
7151
|
+
"nuxt": "^2.16.0 || >=3.0.0",
|
|
7270
7152
|
"requires": {}
|
|
7271
7153
|
}
|
|
7272
7154
|
},
|
|
@@ -7357,7 +7239,7 @@
|
|
|
7357
7239
|
}
|
|
7358
7240
|
],
|
|
7359
7241
|
"compatibility": {
|
|
7360
|
-
"nuxt": "^
|
|
7242
|
+
"nuxt": "^3.0.0-rc.11",
|
|
7361
7243
|
"requires": {}
|
|
7362
7244
|
}
|
|
7363
7245
|
},
|
|
@@ -7430,7 +7312,7 @@
|
|
|
7430
7312
|
}
|
|
7431
7313
|
],
|
|
7432
7314
|
"compatibility": {
|
|
7433
|
-
"nuxt": ">=3.
|
|
7315
|
+
"nuxt": ">=3.0.0",
|
|
7434
7316
|
"requires": {}
|
|
7435
7317
|
}
|
|
7436
7318
|
},
|
|
@@ -7497,7 +7379,7 @@
|
|
|
7497
7379
|
}
|
|
7498
7380
|
],
|
|
7499
7381
|
"compatibility": {
|
|
7500
|
-
"nuxt": "
|
|
7382
|
+
"nuxt": "^3.0.0",
|
|
7501
7383
|
"requires": {}
|
|
7502
7384
|
}
|
|
7503
7385
|
},
|
|
@@ -7680,7 +7562,7 @@
|
|
|
7680
7562
|
}
|
|
7681
7563
|
],
|
|
7682
7564
|
"compatibility": {
|
|
7683
|
-
"nuxt": "
|
|
7565
|
+
"nuxt": ">=3.6.1",
|
|
7684
7566
|
"requires": {
|
|
7685
7567
|
"bridge": "optional"
|
|
7686
7568
|
}
|
|
@@ -7704,31 +7586,7 @@
|
|
|
7704
7586
|
}
|
|
7705
7587
|
],
|
|
7706
7588
|
"compatibility": {
|
|
7707
|
-
"nuxt": "
|
|
7708
|
-
"requires": {}
|
|
7709
|
-
}
|
|
7710
|
-
},
|
|
7711
|
-
{
|
|
7712
|
-
"name": "router-extras",
|
|
7713
|
-
"description": "Extra Add-ons for nuxt router",
|
|
7714
|
-
"repo": "nuxt-community/router-extras-module",
|
|
7715
|
-
"npm": "@nuxtjs/router-extras",
|
|
7716
|
-
"icon": "vue.png",
|
|
7717
|
-
"github": "https://github.com/nuxt-community/router-extras-module",
|
|
7718
|
-
"website": "https://github.com/nuxt-community/router-extras-module",
|
|
7719
|
-
"learn_more": "",
|
|
7720
|
-
"category": "Extensions",
|
|
7721
|
-
"type": "community",
|
|
7722
|
-
"maintainers": [
|
|
7723
|
-
{
|
|
7724
|
-
"name": "Farnabaz",
|
|
7725
|
-
"github": "farnabaz",
|
|
7726
|
-
"twitter": "a_birang",
|
|
7727
|
-
"bluesky": "farnabaz.dev"
|
|
7728
|
-
}
|
|
7729
|
-
],
|
|
7730
|
-
"compatibility": {
|
|
7731
|
-
"nuxt": "^2.0.0",
|
|
7589
|
+
"nuxt": "^3",
|
|
7732
7590
|
"requires": {}
|
|
7733
7591
|
}
|
|
7734
7592
|
},
|
|
@@ -7776,7 +7634,7 @@
|
|
|
7776
7634
|
}
|
|
7777
7635
|
],
|
|
7778
7636
|
"compatibility": {
|
|
7779
|
-
"nuxt": "
|
|
7637
|
+
"nuxt": ">=3.7.0",
|
|
7780
7638
|
"requires": {
|
|
7781
7639
|
"bridge": "optional"
|
|
7782
7640
|
}
|
|
@@ -7825,7 +7683,7 @@
|
|
|
7825
7683
|
}
|
|
7826
7684
|
],
|
|
7827
7685
|
"compatibility": {
|
|
7828
|
-
"nuxt": ">=3.0.0",
|
|
7686
|
+
"nuxt": ">=3.0.0-rc.8",
|
|
7829
7687
|
"requires": {}
|
|
7830
7688
|
}
|
|
7831
7689
|
},
|
|
@@ -7848,7 +7706,7 @@
|
|
|
7848
7706
|
}
|
|
7849
7707
|
],
|
|
7850
7708
|
"compatibility": {
|
|
7851
|
-
"nuxt": ">=3.
|
|
7709
|
+
"nuxt": ">=3.16",
|
|
7852
7710
|
"requires": {}
|
|
7853
7711
|
}
|
|
7854
7712
|
},
|
|
@@ -7923,7 +7781,7 @@
|
|
|
7923
7781
|
},
|
|
7924
7782
|
{
|
|
7925
7783
|
"name": "sentry",
|
|
7926
|
-
"description": "
|
|
7784
|
+
"description": "Sentry SDK for Nuxt",
|
|
7927
7785
|
"repo": "getsentry/sentry-javascript#HEAD/packages/nuxt",
|
|
7928
7786
|
"npm": "@sentry/nuxt",
|
|
7929
7787
|
"icon": "sentry.svg",
|
|
@@ -7963,7 +7821,7 @@
|
|
|
7963
7821
|
}
|
|
7964
7822
|
],
|
|
7965
7823
|
"compatibility": {
|
|
7966
|
-
"nuxt": "
|
|
7824
|
+
"nuxt": "<3.16.0 || >=3.6.1",
|
|
7967
7825
|
"requires": {}
|
|
7968
7826
|
}
|
|
7969
7827
|
},
|
|
@@ -8010,9 +7868,10 @@
|
|
|
8010
7868
|
}
|
|
8011
7869
|
],
|
|
8012
7870
|
"compatibility": {
|
|
8013
|
-
"nuxt": ">=3.
|
|
7871
|
+
"nuxt": ">=3.7.0",
|
|
8014
7872
|
"requires": {}
|
|
8015
|
-
}
|
|
7873
|
+
},
|
|
7874
|
+
"mcp": "https://nuxtseo.com/mcp"
|
|
8016
7875
|
},
|
|
8017
7876
|
{
|
|
8018
7877
|
"name": "seomatic-meta",
|
|
@@ -8252,7 +8111,7 @@
|
|
|
8252
8111
|
}
|
|
8253
8112
|
],
|
|
8254
8113
|
"compatibility": {
|
|
8255
|
-
"nuxt": ">=3.
|
|
8114
|
+
"nuxt": ">=3.9.0",
|
|
8256
8115
|
"requires": {}
|
|
8257
8116
|
}
|
|
8258
8117
|
},
|
|
@@ -8278,29 +8137,6 @@
|
|
|
8278
8137
|
"requires": {}
|
|
8279
8138
|
}
|
|
8280
8139
|
},
|
|
8281
|
-
{
|
|
8282
|
-
"name": "snipcart",
|
|
8283
|
-
"description": "Snipcart integration module for Nuxt",
|
|
8284
|
-
"repo": "nuxt-modules/snipcart",
|
|
8285
|
-
"npm": "@nuxtjs/snipcart",
|
|
8286
|
-
"icon": "snipcart.png",
|
|
8287
|
-
"github": "https://github.com/nuxt-modules/snipcart",
|
|
8288
|
-
"website": "https://github.com/nuxt-modules/snipcart",
|
|
8289
|
-
"learn_more": "",
|
|
8290
|
-
"category": "Ecommerce",
|
|
8291
|
-
"type": "community",
|
|
8292
|
-
"maintainers": [
|
|
8293
|
-
{
|
|
8294
|
-
"name": "florent giraud",
|
|
8295
|
-
"github": "flozero",
|
|
8296
|
-
"twitter": "flozeroo"
|
|
8297
|
-
}
|
|
8298
|
-
],
|
|
8299
|
-
"compatibility": {
|
|
8300
|
-
"nuxt": "^2.0.0 || >=3.0.0",
|
|
8301
|
-
"requires": {}
|
|
8302
|
-
}
|
|
8303
|
-
},
|
|
8304
8140
|
{
|
|
8305
8141
|
"name": "social-meta",
|
|
8306
8142
|
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
@@ -8439,26 +8275,27 @@
|
|
|
8439
8275
|
}
|
|
8440
8276
|
},
|
|
8441
8277
|
{
|
|
8442
|
-
"name": "
|
|
8443
|
-
"description": "
|
|
8444
|
-
"repo": "
|
|
8445
|
-
"npm": "nuxt
|
|
8446
|
-
"icon": "",
|
|
8447
|
-
"github": "https://github.com/
|
|
8448
|
-
"website": "https://
|
|
8449
|
-
"learn_more": "https://
|
|
8450
|
-
"category": "
|
|
8278
|
+
"name": "stonecrop",
|
|
8279
|
+
"description": "Stonecrop for Nuxt",
|
|
8280
|
+
"repo": "agritheory/stonecrop#development/nuxt",
|
|
8281
|
+
"npm": "@stonecrop/nuxt",
|
|
8282
|
+
"icon": "stonecrop.svg",
|
|
8283
|
+
"github": "https://github.com/agritheory/stonecrop/tree/development/nuxt",
|
|
8284
|
+
"website": "https://stonecrop.io/",
|
|
8285
|
+
"learn_more": "https://agritheory.com/",
|
|
8286
|
+
"category": "Libraries",
|
|
8451
8287
|
"type": "3rd-party",
|
|
8452
8288
|
"maintainers": [
|
|
8453
8289
|
{
|
|
8454
|
-
"name": "
|
|
8455
|
-
"github": "
|
|
8456
|
-
"twitter": "Maz_Ipan"
|
|
8290
|
+
"name": "Tyler Matteson",
|
|
8291
|
+
"github": "agritheory"
|
|
8457
8292
|
}
|
|
8458
8293
|
],
|
|
8459
8294
|
"compatibility": {
|
|
8460
|
-
"nuxt": "^
|
|
8461
|
-
"requires": {
|
|
8295
|
+
"nuxt": "^4.0.0",
|
|
8296
|
+
"requires": {
|
|
8297
|
+
"bridge": false
|
|
8298
|
+
}
|
|
8462
8299
|
}
|
|
8463
8300
|
},
|
|
8464
8301
|
{
|
|
@@ -8515,11 +8352,11 @@
|
|
|
8515
8352
|
{
|
|
8516
8353
|
"name": "storyblok",
|
|
8517
8354
|
"description": "Storyblok Nuxt module",
|
|
8518
|
-
"repo": "storyblok/
|
|
8355
|
+
"repo": "storyblok/monoblok#main/packages/nuxt",
|
|
8519
8356
|
"npm": "@storyblok/nuxt",
|
|
8520
8357
|
"icon": "storyblok.png",
|
|
8521
|
-
"github": "https://github.com/storyblok/
|
|
8522
|
-
"website": "https://github.com/storyblok/
|
|
8358
|
+
"github": "https://github.com/storyblok/monoblok/tree/main/packages/nuxt",
|
|
8359
|
+
"website": "https://github.com/storyblok/monoblok/tree/main/packages/nuxt",
|
|
8523
8360
|
"learn_more": "",
|
|
8524
8361
|
"category": "CMS",
|
|
8525
8362
|
"type": "3rd-party",
|
|
@@ -8559,7 +8396,7 @@
|
|
|
8559
8396
|
}
|
|
8560
8397
|
],
|
|
8561
8398
|
"compatibility": {
|
|
8562
|
-
"nuxt": "
|
|
8399
|
+
"nuxt": ">=3.0.0",
|
|
8563
8400
|
"requires": {
|
|
8564
8401
|
"bridge": "optional"
|
|
8565
8402
|
},
|
|
@@ -8592,40 +8429,13 @@
|
|
|
8592
8429
|
}
|
|
8593
8430
|
],
|
|
8594
8431
|
"compatibility": {
|
|
8595
|
-
"nuxt": "
|
|
8432
|
+
"nuxt": ">=3.7.0",
|
|
8596
8433
|
"requires": {
|
|
8597
8434
|
"bridge": true
|
|
8598
8435
|
},
|
|
8599
8436
|
"devtools": "^0.0.0"
|
|
8600
8437
|
}
|
|
8601
8438
|
},
|
|
8602
|
-
{
|
|
8603
|
-
"name": "stripe-next",
|
|
8604
|
-
"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.",
|
|
8605
|
-
"repo": "flozero/nuxt-stripe",
|
|
8606
|
-
"npm": "@unlok-co/nuxt-stripe",
|
|
8607
|
-
"icon": "stripe.png",
|
|
8608
|
-
"github": "https://github.com/flozero/nuxt-stripe",
|
|
8609
|
-
"website": "https://github.com/flozero/nuxt-stripe",
|
|
8610
|
-
"learn_more": "https://stripe.com/docs",
|
|
8611
|
-
"category": "Payment",
|
|
8612
|
-
"type": "3rd-party",
|
|
8613
|
-
"maintainers": [
|
|
8614
|
-
{
|
|
8615
|
-
"name": "Loïc Fuentes",
|
|
8616
|
-
"github": "fuentesloic"
|
|
8617
|
-
},
|
|
8618
|
-
{
|
|
8619
|
-
"name": "florent giraud",
|
|
8620
|
-
"github": "flozero",
|
|
8621
|
-
"twitter": "flozeroo"
|
|
8622
|
-
}
|
|
8623
|
-
],
|
|
8624
|
-
"compatibility": {
|
|
8625
|
-
"nuxt": ">=3.0.0",
|
|
8626
|
-
"requires": {}
|
|
8627
|
-
}
|
|
8628
|
-
},
|
|
8629
8439
|
{
|
|
8630
8440
|
"name": "stripe",
|
|
8631
8441
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -8653,15 +8463,21 @@
|
|
|
8653
8463
|
{
|
|
8654
8464
|
"name": "studio",
|
|
8655
8465
|
"description": "A new experience to build content-driven website with Nuxt.",
|
|
8656
|
-
"repo": "
|
|
8657
|
-
"npm": "
|
|
8658
|
-
"icon": "
|
|
8659
|
-
"github": "https://github.com/
|
|
8466
|
+
"repo": "nuxt-content/nuxt-studio",
|
|
8467
|
+
"npm": "nuxt-studio",
|
|
8468
|
+
"icon": "nuxt.svg",
|
|
8469
|
+
"github": "https://github.com/nuxt-content/nuxt-studio",
|
|
8660
8470
|
"website": "https://nuxt.studio",
|
|
8661
|
-
"learn_more": "
|
|
8471
|
+
"learn_more": "",
|
|
8662
8472
|
"category": "CMS",
|
|
8663
8473
|
"type": "3rd-party",
|
|
8664
8474
|
"maintainers": [
|
|
8475
|
+
{
|
|
8476
|
+
"name": "Baptiste Leproux",
|
|
8477
|
+
"github": "larbish",
|
|
8478
|
+
"twitter": "_larbish",
|
|
8479
|
+
"bluesky": "larbish.bsky.social"
|
|
8480
|
+
},
|
|
8665
8481
|
{
|
|
8666
8482
|
"name": "Farnabaz",
|
|
8667
8483
|
"github": "farnabaz",
|
|
@@ -8759,7 +8575,7 @@
|
|
|
8759
8575
|
}
|
|
8760
8576
|
],
|
|
8761
8577
|
"compatibility": {
|
|
8762
|
-
"nuxt": "
|
|
8578
|
+
"nuxt": ">=3.0.0",
|
|
8763
8579
|
"requires": {}
|
|
8764
8580
|
}
|
|
8765
8581
|
},
|
|
@@ -8830,7 +8646,7 @@
|
|
|
8830
8646
|
}
|
|
8831
8647
|
],
|
|
8832
8648
|
"compatibility": {
|
|
8833
|
-
"nuxt": "
|
|
8649
|
+
"nuxt": ">=3.0.0",
|
|
8834
8650
|
"requires": {}
|
|
8835
8651
|
}
|
|
8836
8652
|
},
|
|
@@ -8856,28 +8672,6 @@
|
|
|
8856
8672
|
"requires": {}
|
|
8857
8673
|
}
|
|
8858
8674
|
},
|
|
8859
|
-
{
|
|
8860
|
-
"name": "sweetalert2",
|
|
8861
|
-
"description": "A minimal sweetalert2 module based on vue-sweetalert2 with global options",
|
|
8862
|
-
"repo": "ImreC/nuxt-sweetalert2",
|
|
8863
|
-
"npm": "nuxt-sweetalert2",
|
|
8864
|
-
"icon": "",
|
|
8865
|
-
"github": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
8866
|
-
"website": "https://github.com/ImreC/nuxt-sweetalert2",
|
|
8867
|
-
"learn_more": "https://sweetalert2.github.io/",
|
|
8868
|
-
"category": "Libraries",
|
|
8869
|
-
"type": "3rd-party",
|
|
8870
|
-
"maintainers": [
|
|
8871
|
-
{
|
|
8872
|
-
"name": "ImreC",
|
|
8873
|
-
"github": "ImreC"
|
|
8874
|
-
}
|
|
8875
|
-
],
|
|
8876
|
-
"compatibility": {
|
|
8877
|
-
"nuxt": "^2.0.0",
|
|
8878
|
-
"requires": {}
|
|
8879
|
-
}
|
|
8880
|
-
},
|
|
8881
8675
|
{
|
|
8882
8676
|
"name": "swiftsearch",
|
|
8883
8677
|
"description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
|
|
@@ -8972,7 +8766,7 @@
|
|
|
8972
8766
|
}
|
|
8973
8767
|
],
|
|
8974
8768
|
"compatibility": {
|
|
8975
|
-
"nuxt": "^2.
|
|
8769
|
+
"nuxt": "^2.9.0 || >=3.0.0-rc.1",
|
|
8976
8770
|
"requires": {},
|
|
8977
8771
|
"devtools": "^0.0.0"
|
|
8978
8772
|
},
|
|
@@ -9081,30 +8875,6 @@
|
|
|
9081
8875
|
"requires": {}
|
|
9082
8876
|
}
|
|
9083
8877
|
},
|
|
9084
|
-
{
|
|
9085
|
-
"name": "time",
|
|
9086
|
-
"description": "Safely render local dates and times on the server with Nuxt",
|
|
9087
|
-
"repo": "danielroe/nuxt-time",
|
|
9088
|
-
"npm": "nuxt-time",
|
|
9089
|
-
"icon": "",
|
|
9090
|
-
"github": "https://github.com/danielroe/nuxt-time",
|
|
9091
|
-
"website": "https://github.com/danielroe/nuxt-time",
|
|
9092
|
-
"learn_more": "",
|
|
9093
|
-
"category": "Extensions",
|
|
9094
|
-
"type": "3rd-party",
|
|
9095
|
-
"maintainers": [
|
|
9096
|
-
{
|
|
9097
|
-
"name": "Daniel Roe",
|
|
9098
|
-
"github": "danielroe",
|
|
9099
|
-
"twitter": "danielcroe",
|
|
9100
|
-
"bluesky": "danielroe.dev"
|
|
9101
|
-
}
|
|
9102
|
-
],
|
|
9103
|
-
"compatibility": {
|
|
9104
|
-
"nuxt": ">=3.0.0",
|
|
9105
|
-
"requires": {}
|
|
9106
|
-
}
|
|
9107
|
-
},
|
|
9108
8878
|
{
|
|
9109
8879
|
"name": "tiptap",
|
|
9110
8880
|
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
@@ -9199,11 +8969,11 @@
|
|
|
9199
8969
|
{
|
|
9200
8970
|
"name": "tresjs",
|
|
9201
8971
|
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
9202
|
-
"repo": "tresjs/nuxt",
|
|
8972
|
+
"repo": "tresjs/tres#main/packages/nuxt",
|
|
9203
8973
|
"npm": "@tresjs/nuxt",
|
|
9204
8974
|
"icon": "tresjs.svg",
|
|
9205
|
-
"github": "https://github.com/Tresjs/
|
|
9206
|
-
"website": "https://tresjs.org/
|
|
8975
|
+
"github": "https://github.com/Tresjs/tres",
|
|
8976
|
+
"website": "https://docs.tresjs.org/getting-started/installation#nuxt-project",
|
|
9207
8977
|
"learn_more": "https://tresjs.org/",
|
|
9208
8978
|
"category": "Libraries",
|
|
9209
8979
|
"type": "3rd-party",
|
|
@@ -9226,7 +8996,7 @@
|
|
|
9226
8996
|
}
|
|
9227
8997
|
],
|
|
9228
8998
|
"compatibility": {
|
|
9229
|
-
"nuxt": ">=3.
|
|
8999
|
+
"nuxt": ">=3.16.0",
|
|
9230
9000
|
"requires": {}
|
|
9231
9001
|
}
|
|
9232
9002
|
},
|
|
@@ -9250,7 +9020,7 @@
|
|
|
9250
9020
|
}
|
|
9251
9021
|
],
|
|
9252
9022
|
"compatibility": {
|
|
9253
|
-
"nuxt": "
|
|
9023
|
+
"nuxt": ">=3.0.0",
|
|
9254
9024
|
"requires": {
|
|
9255
9025
|
"bridge": true
|
|
9256
9026
|
}
|
|
@@ -9357,36 +9127,10 @@
|
|
|
9357
9127
|
}
|
|
9358
9128
|
],
|
|
9359
9129
|
"compatibility": {
|
|
9360
|
-
"nuxt": "
|
|
9130
|
+
"nuxt": ">=3.0.0",
|
|
9361
9131
|
"requires": {}
|
|
9362
9132
|
}
|
|
9363
9133
|
},
|
|
9364
|
-
{
|
|
9365
|
-
"name": "typed-vuex",
|
|
9366
|
-
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
9367
|
-
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
9368
|
-
"npm": "nuxt-typed-vuex",
|
|
9369
|
-
"icon": "vue.png",
|
|
9370
|
-
"github": "https://github.com/danielroe/typed-vuex",
|
|
9371
|
-
"website": "https://github.com/danielroe/typed-vuex",
|
|
9372
|
-
"learn_more": "",
|
|
9373
|
-
"category": "Libraries",
|
|
9374
|
-
"type": "3rd-party",
|
|
9375
|
-
"maintainers": [
|
|
9376
|
-
{
|
|
9377
|
-
"name": "Daniel Roe",
|
|
9378
|
-
"github": "danielroe",
|
|
9379
|
-
"twitter": "danielcroe",
|
|
9380
|
-
"bluesky": "danielroe.dev"
|
|
9381
|
-
}
|
|
9382
|
-
],
|
|
9383
|
-
"compatibility": {
|
|
9384
|
-
"nuxt": "^2.0.0",
|
|
9385
|
-
"requires": {
|
|
9386
|
-
"bridge": "optional"
|
|
9387
|
-
}
|
|
9388
|
-
}
|
|
9389
|
-
},
|
|
9390
9134
|
{
|
|
9391
9135
|
"name": "typescript-runtime",
|
|
9392
9136
|
"description": "TypeScript Runtime support for Nuxt",
|
|
@@ -9488,7 +9232,7 @@
|
|
|
9488
9232
|
"npm": "@nuxt/ui",
|
|
9489
9233
|
"icon": "nuxt.svg",
|
|
9490
9234
|
"github": "https://github.com/nuxt/ui",
|
|
9491
|
-
"website": "https://ui.nuxt.com",
|
|
9235
|
+
"website": "https://ui.nuxt.com/docs/getting-started/installation/nuxt",
|
|
9492
9236
|
"learn_more": "",
|
|
9493
9237
|
"category": "UI",
|
|
9494
9238
|
"type": "official",
|
|
@@ -9507,7 +9251,7 @@
|
|
|
9507
9251
|
}
|
|
9508
9252
|
],
|
|
9509
9253
|
"compatibility": {
|
|
9510
|
-
"nuxt": ">=3.
|
|
9254
|
+
"nuxt": ">=3.10.0",
|
|
9511
9255
|
"requires": {}
|
|
9512
9256
|
},
|
|
9513
9257
|
"mcp": "https://ui.nuxt.com/mcp"
|
|
@@ -9585,7 +9329,7 @@
|
|
|
9585
9329
|
}
|
|
9586
9330
|
],
|
|
9587
9331
|
"compatibility": {
|
|
9588
|
-
"nuxt": ">=3.
|
|
9332
|
+
"nuxt": ">=3.5.0",
|
|
9589
9333
|
"requires": {}
|
|
9590
9334
|
}
|
|
9591
9335
|
},
|
|
@@ -9658,30 +9402,7 @@
|
|
|
9658
9402
|
}
|
|
9659
9403
|
],
|
|
9660
9404
|
"compatibility": {
|
|
9661
|
-
"nuxt": ">=3.
|
|
9662
|
-
"requires": {}
|
|
9663
|
-
}
|
|
9664
|
-
},
|
|
9665
|
-
{
|
|
9666
|
-
"name": "user-agent",
|
|
9667
|
-
"description": "Nuxt module for handling User-Agent.",
|
|
9668
|
-
"repo": "fukuiretu/nuxt-user-agent",
|
|
9669
|
-
"npm": "nuxt-user-agent",
|
|
9670
|
-
"icon": "",
|
|
9671
|
-
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
9672
|
-
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
9673
|
-
"learn_more": "",
|
|
9674
|
-
"category": "Extensions",
|
|
9675
|
-
"type": "3rd-party",
|
|
9676
|
-
"maintainers": [
|
|
9677
|
-
{
|
|
9678
|
-
"name": "Retu Fukui",
|
|
9679
|
-
"github": "fukuiretu",
|
|
9680
|
-
"twitter": "fukuiretu"
|
|
9681
|
-
}
|
|
9682
|
-
],
|
|
9683
|
-
"compatibility": {
|
|
9684
|
-
"nuxt": "^2.0.0",
|
|
9405
|
+
"nuxt": ">=3.17.1",
|
|
9685
9406
|
"requires": {}
|
|
9686
9407
|
}
|
|
9687
9408
|
},
|
|
@@ -9725,7 +9446,7 @@
|
|
|
9725
9446
|
}
|
|
9726
9447
|
],
|
|
9727
9448
|
"compatibility": {
|
|
9728
|
-
"nuxt": ">=3
|
|
9449
|
+
"nuxt": ">=3",
|
|
9729
9450
|
"requires": {
|
|
9730
9451
|
"bridge": "optional"
|
|
9731
9452
|
}
|
|
@@ -9775,7 +9496,7 @@
|
|
|
9775
9496
|
}
|
|
9776
9497
|
],
|
|
9777
9498
|
"compatibility": {
|
|
9778
|
-
"nuxt": "
|
|
9499
|
+
"nuxt": ">=3.5.0",
|
|
9779
9500
|
"requires": {}
|
|
9780
9501
|
}
|
|
9781
9502
|
},
|
|
@@ -9797,7 +9518,7 @@
|
|
|
9797
9518
|
}
|
|
9798
9519
|
],
|
|
9799
9520
|
"compatibility": {
|
|
9800
|
-
"nuxt": "
|
|
9521
|
+
"nuxt": "^3.0.0",
|
|
9801
9522
|
"requires": {}
|
|
9802
9523
|
}
|
|
9803
9524
|
},
|
|
@@ -9922,10 +9643,34 @@
|
|
|
9922
9643
|
}
|
|
9923
9644
|
],
|
|
9924
9645
|
"compatibility": {
|
|
9925
|
-
"nuxt": ">=3.
|
|
9646
|
+
"nuxt": ">=3.6.5",
|
|
9926
9647
|
"requires": {}
|
|
9927
9648
|
}
|
|
9928
9649
|
},
|
|
9650
|
+
{
|
|
9651
|
+
"name": "vorm",
|
|
9652
|
+
"description": "Intuitive form engine for Vue 3 — dynamic, schema-driven, and fully validated",
|
|
9653
|
+
"repo": "Flo0806/vorm#main/packages/vorm-nuxt",
|
|
9654
|
+
"npm": "vorm-nuxt",
|
|
9655
|
+
"icon": "vorm.png",
|
|
9656
|
+
"github": "https://github.com/Flo0806/vorm",
|
|
9657
|
+
"website": "https://vorm.fh-softdev.de",
|
|
9658
|
+
"learn_more": "https://vorm.fh-softdev.de/nuxt/",
|
|
9659
|
+
"category": "Libraries",
|
|
9660
|
+
"type": "3rd-party",
|
|
9661
|
+
"maintainers": [
|
|
9662
|
+
{
|
|
9663
|
+
"name": "Florian Heuberger",
|
|
9664
|
+
"github": "Flo0806"
|
|
9665
|
+
}
|
|
9666
|
+
],
|
|
9667
|
+
"compatibility": {
|
|
9668
|
+
"nuxt": ">=3.0.0",
|
|
9669
|
+
"requires": {
|
|
9670
|
+
"vorm-vue": ">=1.0.0"
|
|
9671
|
+
}
|
|
9672
|
+
}
|
|
9673
|
+
},
|
|
9929
9674
|
{
|
|
9930
9675
|
"name": "vue-api",
|
|
9931
9676
|
"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.",
|
|
@@ -9949,37 +9694,6 @@
|
|
|
9949
9694
|
"requires": {}
|
|
9950
9695
|
}
|
|
9951
9696
|
},
|
|
9952
|
-
{
|
|
9953
|
-
"name": "vue-email",
|
|
9954
|
-
"description": "💌 Write email templates with vue",
|
|
9955
|
-
"repo": "vue-email/nuxt",
|
|
9956
|
-
"npm": "@vue-email/nuxt",
|
|
9957
|
-
"icon": "vue-email.svg",
|
|
9958
|
-
"github": "https://github.com/vue-email/nuxt",
|
|
9959
|
-
"website": "https://vuemail.net/",
|
|
9960
|
-
"learn_more": "https://vuemail.net/",
|
|
9961
|
-
"category": "UI",
|
|
9962
|
-
"type": "3rd-party",
|
|
9963
|
-
"maintainers": [
|
|
9964
|
-
{
|
|
9965
|
-
"name": "David Arenas",
|
|
9966
|
-
"github": "Dave136",
|
|
9967
|
-
"twitter": "davejs4",
|
|
9968
|
-
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
9969
|
-
},
|
|
9970
|
-
{
|
|
9971
|
-
"name": "Younes Barrad",
|
|
9972
|
-
"github": "Flowko",
|
|
9973
|
-
"twitter": "imflowko",
|
|
9974
|
-
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
9975
|
-
}
|
|
9976
|
-
],
|
|
9977
|
-
"compatibility": {
|
|
9978
|
-
"nuxt": ">=3.0.0",
|
|
9979
|
-
"requires": {},
|
|
9980
|
-
"devtools": "^0.0.0"
|
|
9981
|
-
}
|
|
9982
|
-
},
|
|
9983
9697
|
{
|
|
9984
9698
|
"name": "vue-final-modal",
|
|
9985
9699
|
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
@@ -10140,7 +9854,7 @@
|
|
|
10140
9854
|
}
|
|
10141
9855
|
],
|
|
10142
9856
|
"compatibility": {
|
|
10143
|
-
"nuxt": "
|
|
9857
|
+
"nuxt": "^3",
|
|
10144
9858
|
"requires": {}
|
|
10145
9859
|
}
|
|
10146
9860
|
},
|
|
@@ -10257,7 +9971,7 @@
|
|
|
10257
9971
|
}
|
|
10258
9972
|
],
|
|
10259
9973
|
"compatibility": {
|
|
10260
|
-
"nuxt": ">=3.
|
|
9974
|
+
"nuxt": ">=3.1.0",
|
|
10261
9975
|
"requires": {}
|
|
10262
9976
|
}
|
|
10263
9977
|
},
|
|
@@ -10325,7 +10039,7 @@
|
|
|
10325
10039
|
}
|
|
10326
10040
|
],
|
|
10327
10041
|
"compatibility": {
|
|
10328
|
-
"nuxt": ">=3.
|
|
10042
|
+
"nuxt": ">=3.3.0",
|
|
10329
10043
|
"requires": {}
|
|
10330
10044
|
}
|
|
10331
10045
|
},
|
|
@@ -10348,7 +10062,7 @@
|
|
|
10348
10062
|
}
|
|
10349
10063
|
],
|
|
10350
10064
|
"compatibility": {
|
|
10351
|
-
"nuxt": ">=3.
|
|
10065
|
+
"nuxt": ">=3.15.0",
|
|
10352
10066
|
"requires": {}
|
|
10353
10067
|
}
|
|
10354
10068
|
},
|
|
@@ -10449,7 +10163,7 @@
|
|
|
10449
10163
|
}
|
|
10450
10164
|
],
|
|
10451
10165
|
"compatibility": {
|
|
10452
|
-
"nuxt": ">=3.0.0",
|
|
10166
|
+
"nuxt": ">=3.0.0-rc.11",
|
|
10453
10167
|
"requires": {}
|
|
10454
10168
|
}
|
|
10455
10169
|
},
|
|
@@ -10484,7 +10198,7 @@
|
|
|
10484
10198
|
}
|
|
10485
10199
|
],
|
|
10486
10200
|
"compatibility": {
|
|
10487
|
-
"nuxt": "^2.
|
|
10201
|
+
"nuxt": "^2.15.0 || ^3.0.0",
|
|
10488
10202
|
"requires": {
|
|
10489
10203
|
"bridge": "optional"
|
|
10490
10204
|
}
|
|
@@ -10607,30 +10321,6 @@
|
|
|
10607
10321
|
"requires": {}
|
|
10608
10322
|
}
|
|
10609
10323
|
},
|
|
10610
|
-
{
|
|
10611
|
-
"name": "webpackmonitor",
|
|
10612
|
-
"description": "Monitor Nuxt webpack optimization metrics through the development process",
|
|
10613
|
-
"repo": "nuxt-community/webpackmonitor-module",
|
|
10614
|
-
"npm": "@nuxtjs/webpackmonitor",
|
|
10615
|
-
"icon": "webpack.png",
|
|
10616
|
-
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
10617
|
-
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
10618
|
-
"learn_more": "",
|
|
10619
|
-
"category": "Devtools",
|
|
10620
|
-
"type": "community",
|
|
10621
|
-
"maintainers": [
|
|
10622
|
-
{
|
|
10623
|
-
"name": "Pooya Parsa",
|
|
10624
|
-
"github": "pi0",
|
|
10625
|
-
"twitter": "_pi0_",
|
|
10626
|
-
"bluesky": "pi0.io"
|
|
10627
|
-
}
|
|
10628
|
-
],
|
|
10629
|
-
"compatibility": {
|
|
10630
|
-
"nuxt": "^2.0.0",
|
|
10631
|
-
"requires": {}
|
|
10632
|
-
}
|
|
10633
|
-
},
|
|
10634
10324
|
{
|
|
10635
10325
|
"name": "well-known",
|
|
10636
10326
|
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
@@ -10649,7 +10339,7 @@
|
|
|
10649
10339
|
}
|
|
10650
10340
|
],
|
|
10651
10341
|
"compatibility": {
|
|
10652
|
-
"nuxt": "
|
|
10342
|
+
"nuxt": "^3.0.0",
|
|
10653
10343
|
"requires": {}
|
|
10654
10344
|
}
|
|
10655
10345
|
},
|
|
@@ -10755,28 +10445,6 @@
|
|
|
10755
10445
|
"requires": {}
|
|
10756
10446
|
}
|
|
10757
10447
|
},
|
|
10758
|
-
{
|
|
10759
|
-
"name": "wp-nuxt",
|
|
10760
|
-
"description": "The module adds a Wordpress Rest API to your nuxt application",
|
|
10761
|
-
"repo": "yashha/wp-nuxt",
|
|
10762
|
-
"npm": "wp-nuxt",
|
|
10763
|
-
"icon": "wordpress.png",
|
|
10764
|
-
"github": "https://github.com/yashha/wp-nuxt",
|
|
10765
|
-
"website": "https://github.com/yashha/wp-nuxt",
|
|
10766
|
-
"learn_more": "https://github.com/WP-API/node-wpapi",
|
|
10767
|
-
"category": "CMS",
|
|
10768
|
-
"type": "3rd-party",
|
|
10769
|
-
"maintainers": [
|
|
10770
|
-
{
|
|
10771
|
-
"name": "yashha",
|
|
10772
|
-
"github": "yashha"
|
|
10773
|
-
}
|
|
10774
|
-
],
|
|
10775
|
-
"compatibility": {
|
|
10776
|
-
"nuxt": "^2.0.0",
|
|
10777
|
-
"requires": {}
|
|
10778
|
-
}
|
|
10779
|
-
},
|
|
10780
10448
|
{
|
|
10781
10449
|
"name": "xhr-cache",
|
|
10782
10450
|
"description": "Cache api resources and serve it as static resource",
|
|
@@ -10818,7 +10486,7 @@
|
|
|
10818
10486
|
}
|
|
10819
10487
|
],
|
|
10820
10488
|
"compatibility": {
|
|
10821
|
-
"nuxt": "^2.
|
|
10489
|
+
"nuxt": "^2.16.0 || ^3.0.0",
|
|
10822
10490
|
"requires": {
|
|
10823
10491
|
"bridge": true
|
|
10824
10492
|
}
|