@nuxt/modules 0.6.0-85a12b → 0.6.0-85beed
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 +4 -0
- package/modules.json +1045 -98
- package/package.json +9 -9
package/modules.json
CHANGED
|
@@ -125,21 +125,20 @@
|
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
|
-
"name": "
|
|
129
|
-
"description": "
|
|
130
|
-
"repo": "
|
|
131
|
-
"npm": "@
|
|
132
|
-
"icon": "
|
|
133
|
-
"github": "https://github.com/
|
|
134
|
-
"website": "",
|
|
128
|
+
"name": "animejs",
|
|
129
|
+
"description": "Anime.js module for Nuxt",
|
|
130
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
131
|
+
"npm": "@hypernym/nuxt-anime",
|
|
132
|
+
"icon": "",
|
|
133
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
134
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
135
135
|
"learn_more": "",
|
|
136
|
-
"category": "
|
|
136
|
+
"category": "Libraries",
|
|
137
137
|
"type": "3rd-party",
|
|
138
138
|
"maintainers": [
|
|
139
139
|
{
|
|
140
|
-
"name": "
|
|
141
|
-
"github": "
|
|
142
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
140
|
+
"name": "ivodolenc",
|
|
141
|
+
"github": "ivodolenc"
|
|
143
142
|
}
|
|
144
143
|
],
|
|
145
144
|
"compatibility": {
|
|
@@ -148,25 +147,27 @@
|
|
|
148
147
|
}
|
|
149
148
|
},
|
|
150
149
|
{
|
|
151
|
-
"name": "
|
|
152
|
-
"description": "
|
|
153
|
-
"repo": "
|
|
154
|
-
"npm": "nuxt
|
|
155
|
-
"icon": "",
|
|
156
|
-
"github": "https://github.com/
|
|
157
|
-
"website": "https://
|
|
158
|
-
"learn_more": "",
|
|
159
|
-
"category": "
|
|
150
|
+
"name": "ant-design-vue",
|
|
151
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
152
|
+
"repo": "vueComponent/ant-design-vue-nuxt",
|
|
153
|
+
"npm": "@ant-design-vue/nuxt",
|
|
154
|
+
"icon": "ant-design-vue.svg",
|
|
155
|
+
"github": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
156
|
+
"website": "https://antdv.com",
|
|
157
|
+
"learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
158
|
+
"category": "UI",
|
|
160
159
|
"type": "3rd-party",
|
|
161
160
|
"maintainers": [
|
|
162
161
|
{
|
|
163
|
-
"name": "
|
|
164
|
-
"github": "
|
|
162
|
+
"name": "tangjinzhou",
|
|
163
|
+
"github": "tangjinzhou"
|
|
165
164
|
}
|
|
166
165
|
],
|
|
167
166
|
"compatibility": {
|
|
168
|
-
"nuxt": "^
|
|
169
|
-
"requires": {
|
|
167
|
+
"nuxt": "^3.0.0",
|
|
168
|
+
"requires": {
|
|
169
|
+
"bridge": "optional"
|
|
170
|
+
}
|
|
170
171
|
}
|
|
171
172
|
},
|
|
172
173
|
{
|
|
@@ -176,7 +177,7 @@
|
|
|
176
177
|
"npm": "nuxt-api-party",
|
|
177
178
|
"icon": "api-party.svg",
|
|
178
179
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
179
|
-
"website": "https://
|
|
180
|
+
"website": "https://nuxt-api-party.jhnn.dev/",
|
|
180
181
|
"learn_more": "",
|
|
181
182
|
"category": "Request",
|
|
182
183
|
"type": "3rd-party",
|
|
@@ -272,7 +273,7 @@
|
|
|
272
273
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
273
274
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
274
275
|
"learn_more": "",
|
|
275
|
-
"category": "
|
|
276
|
+
"category": "Database",
|
|
276
277
|
"type": "3rd-party",
|
|
277
278
|
"maintainers": [
|
|
278
279
|
{
|
|
@@ -281,7 +282,7 @@
|
|
|
281
282
|
}
|
|
282
283
|
],
|
|
283
284
|
"compatibility": {
|
|
284
|
-
"nuxt": "^
|
|
285
|
+
"nuxt": "^3.0.0",
|
|
285
286
|
"requires": {}
|
|
286
287
|
}
|
|
287
288
|
},
|
|
@@ -312,6 +313,29 @@
|
|
|
312
313
|
"requires": {}
|
|
313
314
|
}
|
|
314
315
|
},
|
|
316
|
+
{
|
|
317
|
+
"name": "authjs",
|
|
318
|
+
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
319
|
+
"repo": "Hebilicious/authjs-nuxt#main",
|
|
320
|
+
"npm": "@hebilicious/authjs-nuxt",
|
|
321
|
+
"icon": "authjs.png",
|
|
322
|
+
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
323
|
+
"website": "https://authjs-nuxt.pages.dev/",
|
|
324
|
+
"learn_more": "https://authjs.dev/",
|
|
325
|
+
"category": "Security",
|
|
326
|
+
"type": "3rd-party",
|
|
327
|
+
"maintainers": [
|
|
328
|
+
{
|
|
329
|
+
"name": "Hebilicious",
|
|
330
|
+
"github": "Hebilicious",
|
|
331
|
+
"twitter": "its_hebilicious"
|
|
332
|
+
}
|
|
333
|
+
],
|
|
334
|
+
"compatibility": {
|
|
335
|
+
"nuxt": "^3.0.0",
|
|
336
|
+
"requires": {}
|
|
337
|
+
}
|
|
338
|
+
},
|
|
315
339
|
{
|
|
316
340
|
"name": "axios",
|
|
317
341
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
@@ -549,6 +573,28 @@
|
|
|
549
573
|
"requires": {}
|
|
550
574
|
}
|
|
551
575
|
},
|
|
576
|
+
{
|
|
577
|
+
"name": "capo",
|
|
578
|
+
"description": "Capo.js implementation for Nuxt 3",
|
|
579
|
+
"repo": "danielroe/nuxt-capo",
|
|
580
|
+
"npm": "nuxt-capo",
|
|
581
|
+
"icon": "",
|
|
582
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
583
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
584
|
+
"learn_more": "",
|
|
585
|
+
"category": "Performance",
|
|
586
|
+
"type": "3rd-party",
|
|
587
|
+
"maintainers": [
|
|
588
|
+
{
|
|
589
|
+
"name": "danielroe",
|
|
590
|
+
"github": "danielroe"
|
|
591
|
+
}
|
|
592
|
+
],
|
|
593
|
+
"compatibility": {
|
|
594
|
+
"nuxt": "^3.0.0",
|
|
595
|
+
"requires": {}
|
|
596
|
+
}
|
|
597
|
+
},
|
|
552
598
|
{
|
|
553
599
|
"name": "chakra-ui",
|
|
554
600
|
"description": "Chakra UI Module for Nuxt.js",
|
|
@@ -574,11 +620,11 @@
|
|
|
574
620
|
{
|
|
575
621
|
"name": "chatwoot",
|
|
576
622
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
577
|
-
"repo": "
|
|
578
|
-
"npm": "@
|
|
623
|
+
"repo": "productdevbookcom/chatwoot",
|
|
624
|
+
"npm": "@productdevbook/chatwoot",
|
|
579
625
|
"icon": "chatwoot.png",
|
|
580
|
-
"github": "https://github.com/
|
|
581
|
-
"website": "https://github.com/
|
|
626
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
627
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
582
628
|
"learn_more": "https://www.chatwoot.com",
|
|
583
629
|
"category": "Libraries",
|
|
584
630
|
"type": "3rd-party",
|
|
@@ -615,6 +661,29 @@
|
|
|
615
661
|
"requires": {}
|
|
616
662
|
}
|
|
617
663
|
},
|
|
664
|
+
{
|
|
665
|
+
"name": "clarity-analytics",
|
|
666
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
667
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
668
|
+
"npm": "nuxt-clarity-analytics",
|
|
669
|
+
"icon": "",
|
|
670
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
671
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
672
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
673
|
+
"category": "Analytics",
|
|
674
|
+
"type": "3rd-party",
|
|
675
|
+
"maintainers": [
|
|
676
|
+
{
|
|
677
|
+
"name": "Barbapapazes",
|
|
678
|
+
"github": "Barbapapazes",
|
|
679
|
+
"twitter": "soubiran_"
|
|
680
|
+
}
|
|
681
|
+
],
|
|
682
|
+
"compatibility": {
|
|
683
|
+
"nuxt": "^3.0.0",
|
|
684
|
+
"requires": {}
|
|
685
|
+
}
|
|
686
|
+
},
|
|
618
687
|
{
|
|
619
688
|
"name": "client-init",
|
|
620
689
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -780,12 +849,35 @@
|
|
|
780
849
|
"requires": {}
|
|
781
850
|
}
|
|
782
851
|
},
|
|
852
|
+
{
|
|
853
|
+
"name": "content-assets",
|
|
854
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
855
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
856
|
+
"npm": "nuxt-content-assets",
|
|
857
|
+
"icon": "content-assets.png",
|
|
858
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
859
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
860
|
+
"learn_more": "",
|
|
861
|
+
"category": "Images",
|
|
862
|
+
"type": "3rd-party",
|
|
863
|
+
"maintainers": [
|
|
864
|
+
{
|
|
865
|
+
"name": "davestewart",
|
|
866
|
+
"github": "davestewart",
|
|
867
|
+
"twitter": "dave_stewart"
|
|
868
|
+
}
|
|
869
|
+
],
|
|
870
|
+
"compatibility": {
|
|
871
|
+
"nuxt": "^3.0.0",
|
|
872
|
+
"requires": {}
|
|
873
|
+
}
|
|
874
|
+
},
|
|
783
875
|
{
|
|
784
876
|
"name": "content",
|
|
785
877
|
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
786
878
|
"repo": "nuxt/content#main",
|
|
787
879
|
"npm": "@nuxt/content",
|
|
788
|
-
"icon": "nuxt.
|
|
880
|
+
"icon": "nuxt.svg",
|
|
789
881
|
"github": "https://github.com/nuxt/content",
|
|
790
882
|
"website": "https://content.nuxtjs.org",
|
|
791
883
|
"learn_more": "",
|
|
@@ -952,11 +1044,11 @@
|
|
|
952
1044
|
}
|
|
953
1045
|
},
|
|
954
1046
|
{
|
|
955
|
-
"name": "datocms",
|
|
956
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
1047
|
+
"name": "datocms-nuxt2",
|
|
1048
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
957
1049
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
958
1050
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
959
|
-
"icon": "datocms.
|
|
1051
|
+
"icon": "datocms.svg",
|
|
960
1052
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
961
1053
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
962
1054
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -973,26 +1065,50 @@
|
|
|
973
1065
|
"requires": {}
|
|
974
1066
|
}
|
|
975
1067
|
},
|
|
1068
|
+
{
|
|
1069
|
+
"name": "datocms",
|
|
1070
|
+
"description": "DatoCMS module for Nuxt",
|
|
1071
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
1072
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
1073
|
+
"icon": "datocms.svg",
|
|
1074
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
1075
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
1076
|
+
"learn_more": "https://www.datocms.com/",
|
|
1077
|
+
"category": "CMS",
|
|
1078
|
+
"type": "3rd-party",
|
|
1079
|
+
"maintainers": [
|
|
1080
|
+
{
|
|
1081
|
+
"name": "Jamie Warburton",
|
|
1082
|
+
"github": "jamiewarb",
|
|
1083
|
+
"twitter": "jamiewarb",
|
|
1084
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
1085
|
+
}
|
|
1086
|
+
],
|
|
1087
|
+
"compatibility": {
|
|
1088
|
+
"nuxt": "^3.0.0",
|
|
1089
|
+
"requires": {}
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
976
1092
|
{
|
|
977
1093
|
"name": "dayjs",
|
|
978
|
-
"description": "
|
|
979
|
-
"repo": "
|
|
980
|
-
"npm": "
|
|
1094
|
+
"description": "Day.js module for Nuxt",
|
|
1095
|
+
"repo": "fumeapp/dayjs",
|
|
1096
|
+
"npm": "dayjs-nuxt",
|
|
981
1097
|
"icon": "day-js.png",
|
|
982
|
-
"github": "https://github.com/
|
|
983
|
-
"website": "https://github.com/
|
|
1098
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1099
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
984
1100
|
"learn_more": "https://day.js.org/",
|
|
985
|
-
"category": "
|
|
986
|
-
"type": "
|
|
1101
|
+
"category": "Libraries",
|
|
1102
|
+
"type": "3rd-party",
|
|
987
1103
|
"maintainers": [
|
|
988
1104
|
{
|
|
989
|
-
"name": "
|
|
990
|
-
"github": "
|
|
991
|
-
"twitter": "
|
|
1105
|
+
"name": "Kevin Olson",
|
|
1106
|
+
"github": "acidjazz",
|
|
1107
|
+
"twitter": "AppFume"
|
|
992
1108
|
}
|
|
993
1109
|
],
|
|
994
1110
|
"compatibility": {
|
|
995
|
-
"nuxt": "^
|
|
1111
|
+
"nuxt": "^3.0.0",
|
|
996
1112
|
"requires": {}
|
|
997
1113
|
}
|
|
998
1114
|
},
|
|
@@ -1041,6 +1157,29 @@
|
|
|
1041
1157
|
"requires": {}
|
|
1042
1158
|
}
|
|
1043
1159
|
},
|
|
1160
|
+
{
|
|
1161
|
+
"name": "devtools",
|
|
1162
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1163
|
+
"repo": "nuxt/devtools#main",
|
|
1164
|
+
"npm": "@nuxt/devtools",
|
|
1165
|
+
"icon": "nuxt.svg",
|
|
1166
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1167
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1168
|
+
"learn_more": "",
|
|
1169
|
+
"category": "Devtools",
|
|
1170
|
+
"type": "official",
|
|
1171
|
+
"maintainers": [
|
|
1172
|
+
{
|
|
1173
|
+
"name": "Anthony Fu",
|
|
1174
|
+
"github": "antfu",
|
|
1175
|
+
"twitter": "antfu7"
|
|
1176
|
+
}
|
|
1177
|
+
],
|
|
1178
|
+
"compatibility": {
|
|
1179
|
+
"nuxt": "^3.0.0",
|
|
1180
|
+
"requires": {}
|
|
1181
|
+
}
|
|
1182
|
+
},
|
|
1044
1183
|
{
|
|
1045
1184
|
"name": "directus",
|
|
1046
1185
|
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
@@ -1143,6 +1282,28 @@
|
|
|
1143
1282
|
"requires": {}
|
|
1144
1283
|
}
|
|
1145
1284
|
},
|
|
1285
|
+
{
|
|
1286
|
+
"name": "electron",
|
|
1287
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1288
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1289
|
+
"npm": "nuxt-electron",
|
|
1290
|
+
"icon": "electron.svg",
|
|
1291
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1292
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1293
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1294
|
+
"category": "Extensions",
|
|
1295
|
+
"type": "3rd-party",
|
|
1296
|
+
"maintainers": [
|
|
1297
|
+
{
|
|
1298
|
+
"name": "草鞋没号",
|
|
1299
|
+
"github": "caoxiemeihao"
|
|
1300
|
+
}
|
|
1301
|
+
],
|
|
1302
|
+
"compatibility": {
|
|
1303
|
+
"nuxt": "^3.0.0",
|
|
1304
|
+
"requires": {}
|
|
1305
|
+
}
|
|
1306
|
+
},
|
|
1146
1307
|
{
|
|
1147
1308
|
"name": "element-plus",
|
|
1148
1309
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1213,7 +1374,7 @@
|
|
|
1213
1374
|
}
|
|
1214
1375
|
],
|
|
1215
1376
|
"compatibility": {
|
|
1216
|
-
"nuxt": "^2.0.0",
|
|
1377
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1217
1378
|
"requires": {}
|
|
1218
1379
|
}
|
|
1219
1380
|
},
|
|
@@ -1439,6 +1600,29 @@
|
|
|
1439
1600
|
"requires": {}
|
|
1440
1601
|
}
|
|
1441
1602
|
},
|
|
1603
|
+
{
|
|
1604
|
+
"name": "form-actions",
|
|
1605
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1606
|
+
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
|
|
1607
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1608
|
+
"icon": "form-actions.svg",
|
|
1609
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1610
|
+
"website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1611
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1612
|
+
"category": "Request",
|
|
1613
|
+
"type": "3rd-party",
|
|
1614
|
+
"maintainers": [
|
|
1615
|
+
{
|
|
1616
|
+
"name": "Hebilicious",
|
|
1617
|
+
"github": "Hebilicious",
|
|
1618
|
+
"twitter": "its_hebilicious"
|
|
1619
|
+
}
|
|
1620
|
+
],
|
|
1621
|
+
"compatibility": {
|
|
1622
|
+
"nuxt": "^3.0.0",
|
|
1623
|
+
"requires": {}
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1442
1626
|
{
|
|
1443
1627
|
"name": "formkit",
|
|
1444
1628
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1718,6 +1902,30 @@
|
|
|
1718
1902
|
"requires": {}
|
|
1719
1903
|
}
|
|
1720
1904
|
},
|
|
1905
|
+
{
|
|
1906
|
+
"name": "gtag",
|
|
1907
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1908
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1909
|
+
"npm": "nuxt-gtag",
|
|
1910
|
+
"icon": "gtag.svg",
|
|
1911
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1912
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1913
|
+
"learn_more": "",
|
|
1914
|
+
"category": "Analytics",
|
|
1915
|
+
"type": "3rd-party",
|
|
1916
|
+
"maintainers": [
|
|
1917
|
+
{
|
|
1918
|
+
"name": "Johann Schopplich",
|
|
1919
|
+
"github": "johannschopplich",
|
|
1920
|
+
"twitter": "jschopplich",
|
|
1921
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1922
|
+
}
|
|
1923
|
+
],
|
|
1924
|
+
"compatibility": {
|
|
1925
|
+
"nuxt": "^3.0.0",
|
|
1926
|
+
"requires": {}
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1721
1929
|
{
|
|
1722
1930
|
"name": "gtm",
|
|
1723
1931
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -1763,6 +1971,28 @@
|
|
|
1763
1971
|
"requires": {}
|
|
1764
1972
|
}
|
|
1765
1973
|
},
|
|
1974
|
+
{
|
|
1975
|
+
"name": "hanko",
|
|
1976
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
1977
|
+
"repo": "nuxt-modules/hanko",
|
|
1978
|
+
"npm": "@nuxtjs/hanko",
|
|
1979
|
+
"icon": "hanko.svg",
|
|
1980
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
1981
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
1982
|
+
"learn_more": "https://hanko.io/",
|
|
1983
|
+
"category": "Security",
|
|
1984
|
+
"type": "community",
|
|
1985
|
+
"maintainers": [
|
|
1986
|
+
{
|
|
1987
|
+
"name": "danielroe",
|
|
1988
|
+
"github": "danielroe"
|
|
1989
|
+
}
|
|
1990
|
+
],
|
|
1991
|
+
"compatibility": {
|
|
1992
|
+
"nuxt": "^3.0.0",
|
|
1993
|
+
"requires": {}
|
|
1994
|
+
}
|
|
1995
|
+
},
|
|
1766
1996
|
{
|
|
1767
1997
|
"name": "harlem",
|
|
1768
1998
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -2021,6 +2251,28 @@
|
|
|
2021
2251
|
"requires": {}
|
|
2022
2252
|
}
|
|
2023
2253
|
},
|
|
2254
|
+
{
|
|
2255
|
+
"name": "icon-font",
|
|
2256
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2257
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2258
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2259
|
+
"icon": "",
|
|
2260
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2261
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2262
|
+
"learn_more": "",
|
|
2263
|
+
"category": "UI",
|
|
2264
|
+
"type": "3rd-party",
|
|
2265
|
+
"maintainers": [
|
|
2266
|
+
{
|
|
2267
|
+
"name": "coremyslo",
|
|
2268
|
+
"github": "coremyslo"
|
|
2269
|
+
}
|
|
2270
|
+
],
|
|
2271
|
+
"compatibility": {
|
|
2272
|
+
"nuxt": "^3.0.0",
|
|
2273
|
+
"requires": {}
|
|
2274
|
+
}
|
|
2275
|
+
},
|
|
2024
2276
|
{
|
|
2025
2277
|
"name": "icon",
|
|
2026
2278
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2147,12 +2399,12 @@
|
|
|
2147
2399
|
{
|
|
2148
2400
|
"name": "inkline",
|
|
2149
2401
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2150
|
-
"repo": "inkline/
|
|
2151
|
-
"npm": "@inkline/
|
|
2402
|
+
"repo": "inkline/plugin",
|
|
2403
|
+
"npm": "@inkline/plugin",
|
|
2152
2404
|
"icon": "inkline.svg",
|
|
2153
|
-
"github": "https://github.com/inkline/
|
|
2405
|
+
"github": "https://github.com/inkline/plugin",
|
|
2154
2406
|
"website": "https://inkline.io",
|
|
2155
|
-
"learn_more": "https://inkline.io/docs/
|
|
2407
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2156
2408
|
"category": "UI",
|
|
2157
2409
|
"type": "3rd-party",
|
|
2158
2410
|
"maintainers": [
|
|
@@ -2372,7 +2624,7 @@
|
|
|
2372
2624
|
},
|
|
2373
2625
|
{
|
|
2374
2626
|
"name": "link-checker",
|
|
2375
|
-
"description": "",
|
|
2627
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2376
2628
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2377
2629
|
"npm": "nuxt-link-checker",
|
|
2378
2630
|
"icon": "",
|
|
@@ -2602,6 +2854,31 @@
|
|
|
2602
2854
|
"requires": {}
|
|
2603
2855
|
}
|
|
2604
2856
|
},
|
|
2857
|
+
{
|
|
2858
|
+
"name": "medusa",
|
|
2859
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2860
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2861
|
+
"npm": "nuxt-medusa",
|
|
2862
|
+
"icon": "medusa.svg",
|
|
2863
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2864
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2865
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2866
|
+
"category": "Ecommerce",
|
|
2867
|
+
"type": "3rd-party",
|
|
2868
|
+
"maintainers": [
|
|
2869
|
+
{
|
|
2870
|
+
"name": "Jakub Andrzejewski",
|
|
2871
|
+
"github": "Baroshem",
|
|
2872
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2873
|
+
}
|
|
2874
|
+
],
|
|
2875
|
+
"compatibility": {
|
|
2876
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2877
|
+
"requires": {
|
|
2878
|
+
"bridge": true
|
|
2879
|
+
}
|
|
2880
|
+
}
|
|
2881
|
+
},
|
|
2605
2882
|
{
|
|
2606
2883
|
"name": "meilisearch",
|
|
2607
2884
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2671,6 +2948,29 @@
|
|
|
2671
2948
|
"requires": {}
|
|
2672
2949
|
}
|
|
2673
2950
|
},
|
|
2951
|
+
{
|
|
2952
|
+
"name": "module-feed",
|
|
2953
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
2954
|
+
"repo": "tresko/nuxt-module-feed",
|
|
2955
|
+
"npm": "nuxt-module-feed",
|
|
2956
|
+
"icon": "",
|
|
2957
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
2958
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
2959
|
+
"learn_more": "",
|
|
2960
|
+
"category": "SEO",
|
|
2961
|
+
"type": "3rd-party",
|
|
2962
|
+
"maintainers": [
|
|
2963
|
+
{
|
|
2964
|
+
"name": "Miha Sedej",
|
|
2965
|
+
"github": "tresko",
|
|
2966
|
+
"twitter": "mihasedej"
|
|
2967
|
+
}
|
|
2968
|
+
],
|
|
2969
|
+
"compatibility": {
|
|
2970
|
+
"nuxt": "^3.0.0",
|
|
2971
|
+
"requires": {}
|
|
2972
|
+
}
|
|
2973
|
+
},
|
|
2674
2974
|
{
|
|
2675
2975
|
"name": "moment",
|
|
2676
2976
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2859,6 +3159,28 @@
|
|
|
2859
3159
|
"requires": {}
|
|
2860
3160
|
}
|
|
2861
3161
|
},
|
|
3162
|
+
{
|
|
3163
|
+
"name": "nupolyon",
|
|
3164
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3165
|
+
"repo": "adenvt/nupolyon",
|
|
3166
|
+
"npm": "nupolyon",
|
|
3167
|
+
"icon": "",
|
|
3168
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3169
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3170
|
+
"learn_more": "",
|
|
3171
|
+
"category": "Performance",
|
|
3172
|
+
"type": "3rd-party",
|
|
3173
|
+
"maintainers": [
|
|
3174
|
+
{
|
|
3175
|
+
"name": "adenvt",
|
|
3176
|
+
"github": "adenvt"
|
|
3177
|
+
}
|
|
3178
|
+
],
|
|
3179
|
+
"compatibility": {
|
|
3180
|
+
"nuxt": "^3.0.0",
|
|
3181
|
+
"requires": {}
|
|
3182
|
+
}
|
|
3183
|
+
},
|
|
2862
3184
|
{
|
|
2863
3185
|
"name": "nuxt-auth",
|
|
2864
3186
|
"description": "",
|
|
@@ -2881,6 +3203,28 @@
|
|
|
2881
3203
|
"requires": {}
|
|
2882
3204
|
}
|
|
2883
3205
|
},
|
|
3206
|
+
{
|
|
3207
|
+
"name": "nuxt-chatgpt",
|
|
3208
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3209
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3210
|
+
"npm": "nuxt-chatgpt",
|
|
3211
|
+
"icon": "chatgpt.svg",
|
|
3212
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3213
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3214
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3215
|
+
"category": "Libraries",
|
|
3216
|
+
"type": "3rd-party",
|
|
3217
|
+
"maintainers": [
|
|
3218
|
+
{
|
|
3219
|
+
"name": "Oliver Trajceski",
|
|
3220
|
+
"github": "schnapsterdog"
|
|
3221
|
+
}
|
|
3222
|
+
],
|
|
3223
|
+
"compatibility": {
|
|
3224
|
+
"nuxt": "^3.0.0",
|
|
3225
|
+
"requires": {}
|
|
3226
|
+
}
|
|
3227
|
+
},
|
|
2884
3228
|
{
|
|
2885
3229
|
"name": "nuxt-graphql-middleware",
|
|
2886
3230
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2933,11 +3277,33 @@
|
|
|
2933
3277
|
}
|
|
2934
3278
|
},
|
|
2935
3279
|
{
|
|
2936
|
-
"name": "nuxt-
|
|
2937
|
-
"description": "
|
|
2938
|
-
"repo": "
|
|
2939
|
-
"npm": "nuxt-
|
|
2940
|
-
"icon": "nuxt-
|
|
3280
|
+
"name": "nuxt-gtm",
|
|
3281
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3282
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3283
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3284
|
+
"icon": "nuxt-gtm.svg",
|
|
3285
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3286
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3287
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3288
|
+
"category": "Analytics",
|
|
3289
|
+
"type": "3rd-party",
|
|
3290
|
+
"maintainers": [
|
|
3291
|
+
{
|
|
3292
|
+
"name": "Zadig&Voltaire Team",
|
|
3293
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3294
|
+
}
|
|
3295
|
+
],
|
|
3296
|
+
"compatibility": {
|
|
3297
|
+
"nuxt": "^3.0.0",
|
|
3298
|
+
"requires": {}
|
|
3299
|
+
}
|
|
3300
|
+
},
|
|
3301
|
+
{
|
|
3302
|
+
"name": "nuxt-hue",
|
|
3303
|
+
"description": "Enlighten your Nuxt experience",
|
|
3304
|
+
"repo": "lihbr/nuxt-hue",
|
|
3305
|
+
"npm": "nuxt-hue",
|
|
3306
|
+
"icon": "nuxt-hue.svg",
|
|
2941
3307
|
"github": "https://github.com/lihbr/nuxt-hue",
|
|
2942
3308
|
"website": "https://github.com/lihbr/nuxt-hue",
|
|
2943
3309
|
"learn_more": "",
|
|
@@ -2956,6 +3322,28 @@
|
|
|
2956
3322
|
}
|
|
2957
3323
|
}
|
|
2958
3324
|
},
|
|
3325
|
+
{
|
|
3326
|
+
"name": "nuxt-lazy-load",
|
|
3327
|
+
"description": "A simple way to lazy load images, videos, audio, and iframes without custom components or extra attributes like data-src, just basic HTML tags",
|
|
3328
|
+
"repo": "broj42/nuxt-lazy-load",
|
|
3329
|
+
"npm": "nuxt-lazy-load",
|
|
3330
|
+
"icon": "nuxt-lazy-load.svg",
|
|
3331
|
+
"github": "",
|
|
3332
|
+
"website": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3333
|
+
"learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3334
|
+
"category": "Performance",
|
|
3335
|
+
"type": "3rd-party",
|
|
3336
|
+
"maintainers": [
|
|
3337
|
+
{
|
|
3338
|
+
"name": "Dario Ferderber",
|
|
3339
|
+
"github": "darioferderber"
|
|
3340
|
+
}
|
|
3341
|
+
],
|
|
3342
|
+
"compatibility": {
|
|
3343
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3344
|
+
"requires": {}
|
|
3345
|
+
}
|
|
3346
|
+
},
|
|
2959
3347
|
{
|
|
2960
3348
|
"name": "nuxt-localtunnel",
|
|
2961
3349
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3002,6 +3390,28 @@
|
|
|
3002
3390
|
"requires": {}
|
|
3003
3391
|
}
|
|
3004
3392
|
},
|
|
3393
|
+
{
|
|
3394
|
+
"name": "nuxt-mapbox",
|
|
3395
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3396
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3397
|
+
"npm": "nuxt-mapbox",
|
|
3398
|
+
"icon": "nuxt-mapbox.svg",
|
|
3399
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3400
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3401
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3402
|
+
"category": "Libraries",
|
|
3403
|
+
"type": "3rd-party",
|
|
3404
|
+
"maintainers": [
|
|
3405
|
+
{
|
|
3406
|
+
"name": "Alex Lavoie",
|
|
3407
|
+
"github": "AlexLavoie42"
|
|
3408
|
+
}
|
|
3409
|
+
],
|
|
3410
|
+
"compatibility": {
|
|
3411
|
+
"nuxt": "^3.0.0",
|
|
3412
|
+
"requires": {}
|
|
3413
|
+
}
|
|
3414
|
+
},
|
|
3005
3415
|
{
|
|
3006
3416
|
"name": "nuxt-monaco-editor",
|
|
3007
3417
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3024,6 +3434,28 @@
|
|
|
3024
3434
|
"requires": {}
|
|
3025
3435
|
}
|
|
3026
3436
|
},
|
|
3437
|
+
{
|
|
3438
|
+
"name": "nuxt-mongoose",
|
|
3439
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3440
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3441
|
+
"npm": "nuxt-mongoose",
|
|
3442
|
+
"icon": "nuxt-mongoose.svg",
|
|
3443
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3444
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3445
|
+
"learn_more": "",
|
|
3446
|
+
"category": "Database",
|
|
3447
|
+
"type": "3rd-party",
|
|
3448
|
+
"maintainers": [
|
|
3449
|
+
{
|
|
3450
|
+
"name": "arashsheyda",
|
|
3451
|
+
"github": "arashsheyda"
|
|
3452
|
+
}
|
|
3453
|
+
],
|
|
3454
|
+
"compatibility": {
|
|
3455
|
+
"nuxt": "^3.0.0",
|
|
3456
|
+
"requires": {}
|
|
3457
|
+
}
|
|
3458
|
+
},
|
|
3027
3459
|
{
|
|
3028
3460
|
"name": "nuxt-pdf",
|
|
3029
3461
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3322,6 +3754,28 @@
|
|
|
3322
3754
|
"requires": {}
|
|
3323
3755
|
}
|
|
3324
3756
|
},
|
|
3757
|
+
{
|
|
3758
|
+
"name": "nuxt-vuetify",
|
|
3759
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
|
|
3760
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3761
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3762
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3763
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3764
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3765
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3766
|
+
"category": "UI",
|
|
3767
|
+
"type": "3rd-party",
|
|
3768
|
+
"maintainers": [
|
|
3769
|
+
{
|
|
3770
|
+
"name": "Jens van Hellemondt",
|
|
3771
|
+
"github": "invictus-codes"
|
|
3772
|
+
}
|
|
3773
|
+
],
|
|
3774
|
+
"compatibility": {
|
|
3775
|
+
"nuxt": "^3.0.0",
|
|
3776
|
+
"requires": {}
|
|
3777
|
+
}
|
|
3778
|
+
},
|
|
3325
3779
|
{
|
|
3326
3780
|
"name": "nuxt7",
|
|
3327
3781
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3345,6 +3799,29 @@
|
|
|
3345
3799
|
"requires": {}
|
|
3346
3800
|
}
|
|
3347
3801
|
},
|
|
3802
|
+
{
|
|
3803
|
+
"name": "nuxtlabs-ui",
|
|
3804
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3805
|
+
"repo": "nuxtlabs/ui",
|
|
3806
|
+
"npm": "@nuxthq/ui",
|
|
3807
|
+
"icon": "nuxtlabs-ui.svg",
|
|
3808
|
+
"github": "https://github.com/nuxtlabs/ui",
|
|
3809
|
+
"website": "https://ui.nuxtlabs.com",
|
|
3810
|
+
"learn_more": "https://ui.nuxtlabs.com",
|
|
3811
|
+
"category": "UI",
|
|
3812
|
+
"type": "3rd-party",
|
|
3813
|
+
"maintainers": [
|
|
3814
|
+
{
|
|
3815
|
+
"name": "Benjamin Canac",
|
|
3816
|
+
"github": "benjamincanac",
|
|
3817
|
+
"twitter": "benjamincanac"
|
|
3818
|
+
}
|
|
3819
|
+
],
|
|
3820
|
+
"compatibility": {
|
|
3821
|
+
"nuxt": "^3.0.0",
|
|
3822
|
+
"requires": {}
|
|
3823
|
+
}
|
|
3824
|
+
},
|
|
3348
3825
|
{
|
|
3349
3826
|
"name": "og-image",
|
|
3350
3827
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -3484,6 +3961,30 @@
|
|
|
3484
3961
|
}
|
|
3485
3962
|
}
|
|
3486
3963
|
},
|
|
3964
|
+
{
|
|
3965
|
+
"name": "pdfeasy",
|
|
3966
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
3967
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
3968
|
+
"npm": "nuxt-pdfeasy",
|
|
3969
|
+
"icon": "pdfeasy.png",
|
|
3970
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
3971
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
3972
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
3973
|
+
"category": "Extensions",
|
|
3974
|
+
"type": "3rd-party",
|
|
3975
|
+
"maintainers": [
|
|
3976
|
+
{
|
|
3977
|
+
"name": "Giovane Cardoso",
|
|
3978
|
+
"github": "novout",
|
|
3979
|
+
"twitter": "novoutttttt",
|
|
3980
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
3981
|
+
}
|
|
3982
|
+
],
|
|
3983
|
+
"compatibility": {
|
|
3984
|
+
"nuxt": "^3.0.0",
|
|
3985
|
+
"requires": {}
|
|
3986
|
+
}
|
|
3987
|
+
},
|
|
3487
3988
|
{
|
|
3488
3989
|
"name": "persian-datepicker",
|
|
3489
3990
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3651,11 +4152,11 @@
|
|
|
3651
4152
|
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3652
4153
|
"repo": "artmizu/nuxt-prometheus",
|
|
3653
4154
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3654
|
-
"icon": "",
|
|
4155
|
+
"icon": "prometheus.svg",
|
|
3655
4156
|
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3656
4157
|
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3657
4158
|
"learn_more": "",
|
|
3658
|
-
"category": "
|
|
4159
|
+
"category": "Monitoring",
|
|
3659
4160
|
"type": "3rd-party",
|
|
3660
4161
|
"maintainers": [
|
|
3661
4162
|
{
|
|
@@ -3664,7 +4165,7 @@
|
|
|
3664
4165
|
}
|
|
3665
4166
|
],
|
|
3666
4167
|
"compatibility": {
|
|
3667
|
-
"nuxt": "^
|
|
4168
|
+
"nuxt": "^3.0.0",
|
|
3668
4169
|
"requires": {}
|
|
3669
4170
|
}
|
|
3670
4171
|
},
|
|
@@ -3805,6 +4306,28 @@
|
|
|
3805
4306
|
"requires": {}
|
|
3806
4307
|
}
|
|
3807
4308
|
},
|
|
4309
|
+
{
|
|
4310
|
+
"name": "quasar",
|
|
4311
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4312
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4313
|
+
"npm": "nuxt-quasar-ui",
|
|
4314
|
+
"icon": "quasar.svg",
|
|
4315
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4316
|
+
"website": "https://quasar.dev/",
|
|
4317
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4318
|
+
"category": "UI",
|
|
4319
|
+
"type": "3rd-party",
|
|
4320
|
+
"maintainers": [
|
|
4321
|
+
{
|
|
4322
|
+
"name": "Ege İliklier",
|
|
4323
|
+
"github": "Maiquu"
|
|
4324
|
+
}
|
|
4325
|
+
],
|
|
4326
|
+
"compatibility": {
|
|
4327
|
+
"nuxt": "^3.0.0",
|
|
4328
|
+
"requires": {}
|
|
4329
|
+
}
|
|
4330
|
+
},
|
|
3808
4331
|
{
|
|
3809
4332
|
"name": "recaptcha",
|
|
3810
4333
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -4105,8 +4628,8 @@
|
|
|
4105
4628
|
{
|
|
4106
4629
|
"name": "seo-kit",
|
|
4107
4630
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
4108
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4109
|
-
"npm": "nuxt-seo-kit
|
|
4631
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4632
|
+
"npm": "nuxt-seo-kit",
|
|
4110
4633
|
"icon": "seo-kit.svg",
|
|
4111
4634
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4112
4635
|
"website": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4353,16 +4876,38 @@
|
|
|
4353
4876
|
"requires": {}
|
|
4354
4877
|
}
|
|
4355
4878
|
},
|
|
4879
|
+
{
|
|
4880
|
+
"name": "snackbar",
|
|
4881
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4882
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4883
|
+
"npm": "nuxt-snackbar",
|
|
4884
|
+
"icon": "snackbar.png",
|
|
4885
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4886
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4887
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
4888
|
+
"category": "UI",
|
|
4889
|
+
"type": "3rd-party",
|
|
4890
|
+
"maintainers": [
|
|
4891
|
+
{
|
|
4892
|
+
"name": "modbender",
|
|
4893
|
+
"github": "modbender"
|
|
4894
|
+
}
|
|
4895
|
+
],
|
|
4896
|
+
"compatibility": {
|
|
4897
|
+
"nuxt": "^3.0.0",
|
|
4898
|
+
"requires": {}
|
|
4899
|
+
}
|
|
4900
|
+
},
|
|
4356
4901
|
{
|
|
4357
4902
|
"name": "snipcart",
|
|
4358
4903
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4359
|
-
"repo": "nuxt-modules/snipcart
|
|
4904
|
+
"repo": "nuxt-modules/snipcart",
|
|
4360
4905
|
"npm": "@nuxtjs/snipcart",
|
|
4361
4906
|
"icon": "snipcart.png",
|
|
4362
4907
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4363
4908
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4364
4909
|
"learn_more": "https://snipcart.com",
|
|
4365
|
-
"category": "
|
|
4910
|
+
"category": "Ecommerce",
|
|
4366
4911
|
"type": "community",
|
|
4367
4912
|
"maintainers": [
|
|
4368
4913
|
{
|
|
@@ -4646,6 +5191,32 @@
|
|
|
4646
5191
|
}
|
|
4647
5192
|
}
|
|
4648
5193
|
},
|
|
5194
|
+
{
|
|
5195
|
+
"name": "stripe-next",
|
|
5196
|
+
"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.",
|
|
5197
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5198
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5199
|
+
"icon": "stripe.png",
|
|
5200
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5201
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5202
|
+
"learn_more": "https://stripe.com/docs",
|
|
5203
|
+
"category": "Payment",
|
|
5204
|
+
"type": "3rd-party",
|
|
5205
|
+
"maintainers": [
|
|
5206
|
+
{
|
|
5207
|
+
"name": "Loic Fuentes",
|
|
5208
|
+
"github": "fuentesloic"
|
|
5209
|
+
},
|
|
5210
|
+
{
|
|
5211
|
+
"name": "Florent Giraud",
|
|
5212
|
+
"github": "flozero"
|
|
5213
|
+
}
|
|
5214
|
+
],
|
|
5215
|
+
"compatibility": {
|
|
5216
|
+
"nuxt": "^3.0.0",
|
|
5217
|
+
"requires": {}
|
|
5218
|
+
}
|
|
5219
|
+
},
|
|
4649
5220
|
{
|
|
4650
5221
|
"name": "stripe",
|
|
4651
5222
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -4709,7 +5280,7 @@
|
|
|
4709
5280
|
}
|
|
4710
5281
|
],
|
|
4711
5282
|
"compatibility": {
|
|
4712
|
-
"nuxt": "^2.0.0",
|
|
5283
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4713
5284
|
"requires": {}
|
|
4714
5285
|
}
|
|
4715
5286
|
},
|
|
@@ -4880,6 +5451,29 @@
|
|
|
4880
5451
|
"requires": {}
|
|
4881
5452
|
}
|
|
4882
5453
|
},
|
|
5454
|
+
{
|
|
5455
|
+
"name": "tailvue",
|
|
5456
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
5457
|
+
"repo": "fumeapp/tailvue",
|
|
5458
|
+
"npm": "tailvue",
|
|
5459
|
+
"icon": "tailvue.jpg",
|
|
5460
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
5461
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
5462
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
5463
|
+
"category": "UI",
|
|
5464
|
+
"type": "3rd-party",
|
|
5465
|
+
"maintainers": [
|
|
5466
|
+
{
|
|
5467
|
+
"name": "Kevin Olson",
|
|
5468
|
+
"github": "acidjazz",
|
|
5469
|
+
"twitter": "AppFume"
|
|
5470
|
+
}
|
|
5471
|
+
],
|
|
5472
|
+
"compatibility": {
|
|
5473
|
+
"nuxt": "^3.0.0",
|
|
5474
|
+
"requires": {}
|
|
5475
|
+
}
|
|
5476
|
+
},
|
|
4883
5477
|
{
|
|
4884
5478
|
"name": "tailwindcss",
|
|
4885
5479
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -4926,6 +5520,28 @@
|
|
|
4926
5520
|
"requires": {}
|
|
4927
5521
|
}
|
|
4928
5522
|
},
|
|
5523
|
+
{
|
|
5524
|
+
"name": "time",
|
|
5525
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5526
|
+
"repo": "danielroe/nuxt-time",
|
|
5527
|
+
"npm": "nuxt-time",
|
|
5528
|
+
"icon": "",
|
|
5529
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5530
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5531
|
+
"learn_more": "",
|
|
5532
|
+
"category": "Extensions",
|
|
5533
|
+
"type": "3rd-party",
|
|
5534
|
+
"maintainers": [
|
|
5535
|
+
{
|
|
5536
|
+
"name": "danielroe",
|
|
5537
|
+
"github": "danielroe"
|
|
5538
|
+
}
|
|
5539
|
+
],
|
|
5540
|
+
"compatibility": {
|
|
5541
|
+
"nuxt": "^3.0.0",
|
|
5542
|
+
"requires": {}
|
|
5543
|
+
}
|
|
5544
|
+
},
|
|
4929
5545
|
{
|
|
4930
5546
|
"name": "toast",
|
|
4931
5547
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -4949,6 +5565,39 @@
|
|
|
4949
5565
|
"requires": {}
|
|
4950
5566
|
}
|
|
4951
5567
|
},
|
|
5568
|
+
{
|
|
5569
|
+
"name": "tresjs",
|
|
5570
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
5571
|
+
"repo": "tresjs/nuxt",
|
|
5572
|
+
"npm": "@tresjs/nuxt",
|
|
5573
|
+
"icon": "tresjs.svg",
|
|
5574
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
5575
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
5576
|
+
"learn_more": "https://tresjs.org/",
|
|
5577
|
+
"category": "Libraries",
|
|
5578
|
+
"type": "3rd-party",
|
|
5579
|
+
"maintainers": [
|
|
5580
|
+
{
|
|
5581
|
+
"name": "Alvaro Saburido",
|
|
5582
|
+
"github": "alvarosabu",
|
|
5583
|
+
"twitter": "alvarosabu"
|
|
5584
|
+
},
|
|
5585
|
+
{
|
|
5586
|
+
"name": "Jaime Torrealba",
|
|
5587
|
+
"github": "JaimeTorrealba",
|
|
5588
|
+
"twitter": "jaimebboyjt"
|
|
5589
|
+
},
|
|
5590
|
+
{
|
|
5591
|
+
"name": "Tino Koch",
|
|
5592
|
+
"github": "Tinoooo",
|
|
5593
|
+
"twitter": "ichbintino"
|
|
5594
|
+
}
|
|
5595
|
+
],
|
|
5596
|
+
"compatibility": {
|
|
5597
|
+
"nuxt": "^3.0.0",
|
|
5598
|
+
"requires": {}
|
|
5599
|
+
}
|
|
5600
|
+
},
|
|
4952
5601
|
{
|
|
4953
5602
|
"name": "turnstile",
|
|
4954
5603
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -4998,6 +5647,28 @@
|
|
|
4998
5647
|
}
|
|
4999
5648
|
}
|
|
5000
5649
|
},
|
|
5650
|
+
{
|
|
5651
|
+
"name": "twemoji",
|
|
5652
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
5653
|
+
"repo": "yizack/nuxt-twemoji",
|
|
5654
|
+
"npm": "nuxt-twemoji",
|
|
5655
|
+
"icon": "twemoji.svg",
|
|
5656
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
5657
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
5658
|
+
"learn_more": "",
|
|
5659
|
+
"category": "UI",
|
|
5660
|
+
"type": "3rd-party",
|
|
5661
|
+
"maintainers": [
|
|
5662
|
+
{
|
|
5663
|
+
"name": "Yizack Rangel",
|
|
5664
|
+
"github": "yizack"
|
|
5665
|
+
}
|
|
5666
|
+
],
|
|
5667
|
+
"compatibility": {
|
|
5668
|
+
"nuxt": "^3.0.0",
|
|
5669
|
+
"requires": {}
|
|
5670
|
+
}
|
|
5671
|
+
},
|
|
5001
5672
|
{
|
|
5002
5673
|
"name": "twicpics",
|
|
5003
5674
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5169,11 +5840,11 @@
|
|
|
5169
5840
|
{
|
|
5170
5841
|
"name": "unhead",
|
|
5171
5842
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5172
|
-
"repo": "harlan-zw/nuxt-
|
|
5173
|
-
"npm": "nuxt-
|
|
5843
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5844
|
+
"npm": "nuxt-seo-experiments",
|
|
5174
5845
|
"icon": "",
|
|
5175
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5176
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
5846
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5847
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5177
5848
|
"learn_more": "",
|
|
5178
5849
|
"category": "SEO",
|
|
5179
5850
|
"type": "3rd-party",
|
|
@@ -5216,6 +5887,28 @@
|
|
|
5216
5887
|
"requires": {}
|
|
5217
5888
|
}
|
|
5218
5889
|
},
|
|
5890
|
+
{
|
|
5891
|
+
"name": "unlazy",
|
|
5892
|
+
"description": "Lazy loading library for placeholder images",
|
|
5893
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
5894
|
+
"npm": "@unlazy/nuxt",
|
|
5895
|
+
"icon": "unlazy.svg",
|
|
5896
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
5897
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
5898
|
+
"learn_more": "",
|
|
5899
|
+
"category": "Images",
|
|
5900
|
+
"type": "3rd-party",
|
|
5901
|
+
"maintainers": [
|
|
5902
|
+
{
|
|
5903
|
+
"name": "Johann Schopplich",
|
|
5904
|
+
"github": "johannschopplich"
|
|
5905
|
+
}
|
|
5906
|
+
],
|
|
5907
|
+
"compatibility": {
|
|
5908
|
+
"nuxt": "^3.0.0",
|
|
5909
|
+
"requires": {}
|
|
5910
|
+
}
|
|
5911
|
+
},
|
|
5219
5912
|
{
|
|
5220
5913
|
"name": "unlighthouse",
|
|
5221
5914
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5268,6 +5961,29 @@
|
|
|
5268
5961
|
}
|
|
5269
5962
|
}
|
|
5270
5963
|
},
|
|
5964
|
+
{
|
|
5965
|
+
"name": "ununuracss",
|
|
5966
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
5967
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
5968
|
+
"npm": "nuxt-ununura",
|
|
5969
|
+
"icon": "ununuracss.png",
|
|
5970
|
+
"github": "https://github.com/novout/ununuracss",
|
|
5971
|
+
"website": "https://ununura.com/#/",
|
|
5972
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
5973
|
+
"category": "UI",
|
|
5974
|
+
"type": "3rd-party",
|
|
5975
|
+
"maintainers": [
|
|
5976
|
+
{
|
|
5977
|
+
"name": "Giovane Cardoso",
|
|
5978
|
+
"github": "novout",
|
|
5979
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5980
|
+
}
|
|
5981
|
+
],
|
|
5982
|
+
"compatibility": {
|
|
5983
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5984
|
+
"requires": {}
|
|
5985
|
+
}
|
|
5986
|
+
},
|
|
5271
5987
|
{
|
|
5272
5988
|
"name": "user-agent",
|
|
5273
5989
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5312,6 +6028,76 @@
|
|
|
5312
6028
|
"requires": {}
|
|
5313
6029
|
}
|
|
5314
6030
|
},
|
|
6031
|
+
{
|
|
6032
|
+
"name": "vant",
|
|
6033
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
6034
|
+
"repo": "vant-ui/vant-nuxt",
|
|
6035
|
+
"npm": "@vant/nuxt",
|
|
6036
|
+
"icon": "vant.png",
|
|
6037
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
6038
|
+
"website": "https://vant-ui.github.io/vant",
|
|
6039
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
6040
|
+
"category": "UI",
|
|
6041
|
+
"type": "3rd-party",
|
|
6042
|
+
"maintainers": [
|
|
6043
|
+
{
|
|
6044
|
+
"name": "tolking",
|
|
6045
|
+
"github": "tolking"
|
|
6046
|
+
}
|
|
6047
|
+
],
|
|
6048
|
+
"compatibility": {
|
|
6049
|
+
"nuxt": "^3.0.0",
|
|
6050
|
+
"requires": {
|
|
6051
|
+
"bridge": "optional"
|
|
6052
|
+
}
|
|
6053
|
+
}
|
|
6054
|
+
},
|
|
6055
|
+
{
|
|
6056
|
+
"name": "varlet",
|
|
6057
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
6058
|
+
"repo": "varletjs/varlet-nuxt",
|
|
6059
|
+
"npm": "@varlet/nuxt",
|
|
6060
|
+
"icon": "varlet.svg",
|
|
6061
|
+
"github": "https://github.com/varletjs/varlet",
|
|
6062
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
6063
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6064
|
+
"category": "UI",
|
|
6065
|
+
"type": "3rd-party",
|
|
6066
|
+
"maintainers": [
|
|
6067
|
+
{
|
|
6068
|
+
"name": "zhangmo8",
|
|
6069
|
+
"github": "zhangmo8"
|
|
6070
|
+
}
|
|
6071
|
+
],
|
|
6072
|
+
"compatibility": {
|
|
6073
|
+
"nuxt": "^3.0.0",
|
|
6074
|
+
"requires": {
|
|
6075
|
+
"bridge": "optional"
|
|
6076
|
+
}
|
|
6077
|
+
}
|
|
6078
|
+
},
|
|
6079
|
+
{
|
|
6080
|
+
"name": "vee-validate",
|
|
6081
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
6082
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6083
|
+
"npm": "@vee-validate/nuxt",
|
|
6084
|
+
"icon": "vee-validate.png",
|
|
6085
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6086
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6087
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6088
|
+
"category": "Libraries",
|
|
6089
|
+
"type": "3rd-party",
|
|
6090
|
+
"maintainers": [
|
|
6091
|
+
{
|
|
6092
|
+
"name": "Abdelrahman Awad",
|
|
6093
|
+
"github": "logaretm"
|
|
6094
|
+
}
|
|
6095
|
+
],
|
|
6096
|
+
"compatibility": {
|
|
6097
|
+
"nuxt": "^3.0.0",
|
|
6098
|
+
"requires": {}
|
|
6099
|
+
}
|
|
6100
|
+
},
|
|
5315
6101
|
{
|
|
5316
6102
|
"name": "vendor",
|
|
5317
6103
|
"description": "directly serve node_modules",
|
|
@@ -5335,6 +6121,51 @@
|
|
|
5335
6121
|
"requires": {}
|
|
5336
6122
|
}
|
|
5337
6123
|
},
|
|
6124
|
+
{
|
|
6125
|
+
"name": "vercel-analytics",
|
|
6126
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6127
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6128
|
+
"npm": "nuxt-vercel-analytics",
|
|
6129
|
+
"icon": "",
|
|
6130
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6131
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6132
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6133
|
+
"category": "Analytics",
|
|
6134
|
+
"type": "3rd-party",
|
|
6135
|
+
"maintainers": [
|
|
6136
|
+
{
|
|
6137
|
+
"name": "Alexander B.",
|
|
6138
|
+
"github": "xanderbarkhatov"
|
|
6139
|
+
}
|
|
6140
|
+
],
|
|
6141
|
+
"compatibility": {
|
|
6142
|
+
"nuxt": "^3.0.0",
|
|
6143
|
+
"requires": {}
|
|
6144
|
+
}
|
|
6145
|
+
},
|
|
6146
|
+
{
|
|
6147
|
+
"name": "vexip-ui",
|
|
6148
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6149
|
+
"repo": "vexip-ui/nuxt",
|
|
6150
|
+
"npm": "@vexip-ui/nuxt",
|
|
6151
|
+
"icon": "vexip-ui.svg",
|
|
6152
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6153
|
+
"website": "https://www.vexipui.com/",
|
|
6154
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6155
|
+
"category": "UI",
|
|
6156
|
+
"type": "3rd-party",
|
|
6157
|
+
"maintainers": [
|
|
6158
|
+
{
|
|
6159
|
+
"name": "未觉雨声",
|
|
6160
|
+
"github": "qmhc",
|
|
6161
|
+
"twitter": "qmhc95"
|
|
6162
|
+
}
|
|
6163
|
+
],
|
|
6164
|
+
"compatibility": {
|
|
6165
|
+
"nuxt": "^3.0.0",
|
|
6166
|
+
"requires": {}
|
|
6167
|
+
}
|
|
6168
|
+
},
|
|
5338
6169
|
{
|
|
5339
6170
|
"name": "vite-pwa-nuxt",
|
|
5340
6171
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5366,13 +6197,13 @@
|
|
|
5366
6197
|
{
|
|
5367
6198
|
"name": "vitest",
|
|
5368
6199
|
"description": "Vitest integration with Nuxt",
|
|
5369
|
-
"repo": "danielroe/nuxt-vitest
|
|
6200
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5370
6201
|
"npm": "nuxt-vitest",
|
|
5371
6202
|
"icon": "vitest.svg",
|
|
5372
6203
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5373
6204
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5374
6205
|
"learn_more": "",
|
|
5375
|
-
"category": "
|
|
6206
|
+
"category": "Devtools",
|
|
5376
6207
|
"type": "3rd-party",
|
|
5377
6208
|
"maintainers": [
|
|
5378
6209
|
{
|
|
@@ -5391,13 +6222,13 @@
|
|
|
5391
6222
|
},
|
|
5392
6223
|
{
|
|
5393
6224
|
"name": "vue-macros",
|
|
5394
|
-
"description": "Explore
|
|
5395
|
-
"repo": "sxzz/
|
|
6225
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6226
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5396
6227
|
"npm": "@vue-macros/nuxt",
|
|
5397
6228
|
"icon": "vue-macros.svg",
|
|
5398
|
-
"github": "https://github.com/sxzz/
|
|
6229
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5399
6230
|
"website": "https://vue-macros.sxzz.moe",
|
|
5400
|
-
"learn_more": "https://github.com/sxzz/
|
|
6231
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5401
6232
|
"category": "Extensions",
|
|
5402
6233
|
"type": "3rd-party",
|
|
5403
6234
|
"maintainers": [
|
|
@@ -5480,6 +6311,29 @@
|
|
|
5480
6311
|
"requires": {}
|
|
5481
6312
|
}
|
|
5482
6313
|
},
|
|
6314
|
+
{
|
|
6315
|
+
"name": "vue-query",
|
|
6316
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6317
|
+
"repo": "Hebilicious/vue-query-nuxt#main",
|
|
6318
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6319
|
+
"icon": "vue-query.svg",
|
|
6320
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6321
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6322
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6323
|
+
"category": "Request",
|
|
6324
|
+
"type": "3rd-party",
|
|
6325
|
+
"maintainers": [
|
|
6326
|
+
{
|
|
6327
|
+
"name": "Hebilicious",
|
|
6328
|
+
"github": "Hebilicious",
|
|
6329
|
+
"twitter": "its_hebilicious"
|
|
6330
|
+
}
|
|
6331
|
+
],
|
|
6332
|
+
"compatibility": {
|
|
6333
|
+
"nuxt": "^3.0.0",
|
|
6334
|
+
"requires": {}
|
|
6335
|
+
}
|
|
6336
|
+
},
|
|
5483
6337
|
{
|
|
5484
6338
|
"name": "vue-select",
|
|
5485
6339
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5594,6 +6448,28 @@
|
|
|
5594
6448
|
"requires": {}
|
|
5595
6449
|
}
|
|
5596
6450
|
},
|
|
6451
|
+
{
|
|
6452
|
+
"name": "vuetify-nuxt-module",
|
|
6453
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
6454
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
6455
|
+
"npm": "vuetify-nuxt-module",
|
|
6456
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
6457
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6458
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6459
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
6460
|
+
"category": "UI",
|
|
6461
|
+
"type": "3rd-party",
|
|
6462
|
+
"maintainers": [
|
|
6463
|
+
{
|
|
6464
|
+
"name": "Joaquín Sánchez",
|
|
6465
|
+
"github": "userquin"
|
|
6466
|
+
}
|
|
6467
|
+
],
|
|
6468
|
+
"compatibility": {
|
|
6469
|
+
"nuxt": "^3.0.0",
|
|
6470
|
+
"requires": {}
|
|
6471
|
+
}
|
|
6472
|
+
},
|
|
5597
6473
|
{
|
|
5598
6474
|
"name": "vuetify",
|
|
5599
6475
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -5668,6 +6544,29 @@
|
|
|
5668
6544
|
"requires": {}
|
|
5669
6545
|
}
|
|
5670
6546
|
},
|
|
6547
|
+
{
|
|
6548
|
+
"name": "vunix",
|
|
6549
|
+
"description": "Comprehensive UI toolkit for Vue.js and Nuxt.js that empowers you to build amazing user interfaces with ease. With Vunix, you can leverage the power of popular utility-first CSS frameworks like Tailwind CSS, Unocss, WindiCss, or use your own custom CSS classes.",
|
|
6550
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6551
|
+
"npm": "@vunix/nuxt",
|
|
6552
|
+
"icon": "",
|
|
6553
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6554
|
+
"website": "https://vunix.dewib.com/",
|
|
6555
|
+
"learn_more": "",
|
|
6556
|
+
"category": "UI",
|
|
6557
|
+
"type": "3rd-party",
|
|
6558
|
+
"maintainers": [
|
|
6559
|
+
{
|
|
6560
|
+
"name": "Gaetan SENN",
|
|
6561
|
+
"github": "gaetansenn",
|
|
6562
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6563
|
+
}
|
|
6564
|
+
],
|
|
6565
|
+
"compatibility": {
|
|
6566
|
+
"nuxt": "^3.0.0",
|
|
6567
|
+
"requires": {}
|
|
6568
|
+
}
|
|
6569
|
+
},
|
|
5671
6570
|
{
|
|
5672
6571
|
"name": "web-vitals",
|
|
5673
6572
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5702,29 +6601,6 @@
|
|
|
5702
6601
|
}
|
|
5703
6602
|
}
|
|
5704
6603
|
},
|
|
5705
|
-
{
|
|
5706
|
-
"name": "web3js",
|
|
5707
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5708
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5709
|
-
"npm": "nuxt-web3",
|
|
5710
|
-
"icon": "web3js.svg",
|
|
5711
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5712
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5713
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5714
|
-
"category": "Libraries",
|
|
5715
|
-
"type": "3rd-party",
|
|
5716
|
-
"maintainers": [
|
|
5717
|
-
{
|
|
5718
|
-
"name": "Muhammad Fauzan",
|
|
5719
|
-
"github": "bl0cknumber",
|
|
5720
|
-
"twitter": "fncolon"
|
|
5721
|
-
}
|
|
5722
|
-
],
|
|
5723
|
-
"compatibility": {
|
|
5724
|
-
"nuxt": "^2.0.0",
|
|
5725
|
-
"requires": {}
|
|
5726
|
-
}
|
|
5727
|
-
},
|
|
5728
6604
|
{
|
|
5729
6605
|
"name": "webfontloader",
|
|
5730
6606
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5839,6 +6715,54 @@
|
|
|
5839
6715
|
"requires": {}
|
|
5840
6716
|
}
|
|
5841
6717
|
},
|
|
6718
|
+
{
|
|
6719
|
+
"name": "well-known",
|
|
6720
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6721
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6722
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6723
|
+
"icon": "well-known.svg",
|
|
6724
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6725
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6726
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6727
|
+
"category": "SEO",
|
|
6728
|
+
"type": "3rd-party",
|
|
6729
|
+
"maintainers": [
|
|
6730
|
+
{
|
|
6731
|
+
"name": "Zadig&Voltaire Team",
|
|
6732
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6733
|
+
}
|
|
6734
|
+
],
|
|
6735
|
+
"compatibility": {
|
|
6736
|
+
"nuxt": "^3.0.0",
|
|
6737
|
+
"requires": {}
|
|
6738
|
+
}
|
|
6739
|
+
},
|
|
6740
|
+
{
|
|
6741
|
+
"name": "wideangle",
|
|
6742
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
6743
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
6744
|
+
"npm": "wideangle-nuxt",
|
|
6745
|
+
"icon": "wideangle.png",
|
|
6746
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
6747
|
+
"website": "https://wideangle.co",
|
|
6748
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
6749
|
+
"category": "Analytics",
|
|
6750
|
+
"type": "3rd-party",
|
|
6751
|
+
"maintainers": [
|
|
6752
|
+
{
|
|
6753
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
6754
|
+
"github": "inputobjects"
|
|
6755
|
+
},
|
|
6756
|
+
{
|
|
6757
|
+
"name": "Jarek Rozanski",
|
|
6758
|
+
"github": "jrozanski"
|
|
6759
|
+
}
|
|
6760
|
+
],
|
|
6761
|
+
"compatibility": {
|
|
6762
|
+
"nuxt": "^3.0.0",
|
|
6763
|
+
"requires": {}
|
|
6764
|
+
}
|
|
6765
|
+
},
|
|
5842
6766
|
{
|
|
5843
6767
|
"name": "windicss",
|
|
5844
6768
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -5982,6 +6906,29 @@
|
|
|
5982
6906
|
"requires": {}
|
|
5983
6907
|
}
|
|
5984
6908
|
},
|
|
6909
|
+
{
|
|
6910
|
+
"name": "yandex-metrika-next",
|
|
6911
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
6912
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6913
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6914
|
+
"icon": "yandex-metrika.svg",
|
|
6915
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6916
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6917
|
+
"learn_more": "",
|
|
6918
|
+
"category": "Analytics",
|
|
6919
|
+
"type": "3rd-party",
|
|
6920
|
+
"maintainers": [
|
|
6921
|
+
{
|
|
6922
|
+
"name": "Aleksandr Saburov",
|
|
6923
|
+
"github": "artmizu",
|
|
6924
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6925
|
+
}
|
|
6926
|
+
],
|
|
6927
|
+
"compatibility": {
|
|
6928
|
+
"nuxt": "^3.0.0",
|
|
6929
|
+
"requires": {}
|
|
6930
|
+
}
|
|
6931
|
+
},
|
|
5985
6932
|
{
|
|
5986
6933
|
"name": "yandex-metrika",
|
|
5987
6934
|
"description": "Yandex metrika Module for Nuxt.js",
|