@nuxt/modules 0.6.0-953659 → 0.6.0-a0c475
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 +1179 -111
- 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/packages/devtools",
|
|
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.",
|
|
@@ -1066,6 +1205,28 @@
|
|
|
1066
1205
|
}
|
|
1067
1206
|
}
|
|
1068
1207
|
},
|
|
1208
|
+
{
|
|
1209
|
+
"name": "disqus",
|
|
1210
|
+
"description": "Disqus for Nuxt 3",
|
|
1211
|
+
"repo": "modbender/nuxt-disqus",
|
|
1212
|
+
"npm": "nuxt-disqus",
|
|
1213
|
+
"icon": "disqus.svg",
|
|
1214
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1215
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1216
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1217
|
+
"category": "Libraries",
|
|
1218
|
+
"type": "3rd-party",
|
|
1219
|
+
"maintainers": [
|
|
1220
|
+
{
|
|
1221
|
+
"name": "modbender",
|
|
1222
|
+
"github": "modbender"
|
|
1223
|
+
}
|
|
1224
|
+
],
|
|
1225
|
+
"compatibility": {
|
|
1226
|
+
"nuxt": "^3.0.0",
|
|
1227
|
+
"requires": {}
|
|
1228
|
+
}
|
|
1229
|
+
},
|
|
1069
1230
|
{
|
|
1070
1231
|
"name": "dotenv",
|
|
1071
1232
|
"description": "A Nuxt.js module that loads your .env file into your context options",
|
|
@@ -1143,6 +1304,28 @@
|
|
|
1143
1304
|
"requires": {}
|
|
1144
1305
|
}
|
|
1145
1306
|
},
|
|
1307
|
+
{
|
|
1308
|
+
"name": "electron",
|
|
1309
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1310
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1311
|
+
"npm": "nuxt-electron",
|
|
1312
|
+
"icon": "electron.svg",
|
|
1313
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1314
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1315
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1316
|
+
"category": "Extensions",
|
|
1317
|
+
"type": "3rd-party",
|
|
1318
|
+
"maintainers": [
|
|
1319
|
+
{
|
|
1320
|
+
"name": "草鞋没号",
|
|
1321
|
+
"github": "caoxiemeihao"
|
|
1322
|
+
}
|
|
1323
|
+
],
|
|
1324
|
+
"compatibility": {
|
|
1325
|
+
"nuxt": "^3.0.0",
|
|
1326
|
+
"requires": {}
|
|
1327
|
+
}
|
|
1328
|
+
},
|
|
1146
1329
|
{
|
|
1147
1330
|
"name": "element-plus",
|
|
1148
1331
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1213,7 +1396,7 @@
|
|
|
1213
1396
|
}
|
|
1214
1397
|
],
|
|
1215
1398
|
"compatibility": {
|
|
1216
|
-
"nuxt": "^2.0.0",
|
|
1399
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1217
1400
|
"requires": {}
|
|
1218
1401
|
}
|
|
1219
1402
|
},
|
|
@@ -1439,6 +1622,29 @@
|
|
|
1439
1622
|
"requires": {}
|
|
1440
1623
|
}
|
|
1441
1624
|
},
|
|
1625
|
+
{
|
|
1626
|
+
"name": "form-actions",
|
|
1627
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1628
|
+
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
|
|
1629
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1630
|
+
"icon": "form-actions.svg",
|
|
1631
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1632
|
+
"website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1633
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1634
|
+
"category": "Request",
|
|
1635
|
+
"type": "3rd-party",
|
|
1636
|
+
"maintainers": [
|
|
1637
|
+
{
|
|
1638
|
+
"name": "Hebilicious",
|
|
1639
|
+
"github": "Hebilicious",
|
|
1640
|
+
"twitter": "its_hebilicious"
|
|
1641
|
+
}
|
|
1642
|
+
],
|
|
1643
|
+
"compatibility": {
|
|
1644
|
+
"nuxt": "^3.0.0",
|
|
1645
|
+
"requires": {}
|
|
1646
|
+
}
|
|
1647
|
+
},
|
|
1442
1648
|
{
|
|
1443
1649
|
"name": "formkit",
|
|
1444
1650
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1718,6 +1924,30 @@
|
|
|
1718
1924
|
"requires": {}
|
|
1719
1925
|
}
|
|
1720
1926
|
},
|
|
1927
|
+
{
|
|
1928
|
+
"name": "gtag",
|
|
1929
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1930
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1931
|
+
"npm": "nuxt-gtag",
|
|
1932
|
+
"icon": "gtag.svg",
|
|
1933
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1934
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1935
|
+
"learn_more": "",
|
|
1936
|
+
"category": "Analytics",
|
|
1937
|
+
"type": "3rd-party",
|
|
1938
|
+
"maintainers": [
|
|
1939
|
+
{
|
|
1940
|
+
"name": "Johann Schopplich",
|
|
1941
|
+
"github": "johannschopplich",
|
|
1942
|
+
"twitter": "jschopplich",
|
|
1943
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1944
|
+
}
|
|
1945
|
+
],
|
|
1946
|
+
"compatibility": {
|
|
1947
|
+
"nuxt": "^3.0.0",
|
|
1948
|
+
"requires": {}
|
|
1949
|
+
}
|
|
1950
|
+
},
|
|
1721
1951
|
{
|
|
1722
1952
|
"name": "gtm",
|
|
1723
1953
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -1763,6 +1993,28 @@
|
|
|
1763
1993
|
"requires": {}
|
|
1764
1994
|
}
|
|
1765
1995
|
},
|
|
1996
|
+
{
|
|
1997
|
+
"name": "hanko",
|
|
1998
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
1999
|
+
"repo": "nuxt-modules/hanko",
|
|
2000
|
+
"npm": "@nuxtjs/hanko",
|
|
2001
|
+
"icon": "hanko.svg",
|
|
2002
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2003
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2004
|
+
"learn_more": "https://hanko.io/",
|
|
2005
|
+
"category": "Security",
|
|
2006
|
+
"type": "community",
|
|
2007
|
+
"maintainers": [
|
|
2008
|
+
{
|
|
2009
|
+
"name": "danielroe",
|
|
2010
|
+
"github": "danielroe"
|
|
2011
|
+
}
|
|
2012
|
+
],
|
|
2013
|
+
"compatibility": {
|
|
2014
|
+
"nuxt": "^3.0.0",
|
|
2015
|
+
"requires": {}
|
|
2016
|
+
}
|
|
2017
|
+
},
|
|
1766
2018
|
{
|
|
1767
2019
|
"name": "harlem",
|
|
1768
2020
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -2021,6 +2273,28 @@
|
|
|
2021
2273
|
"requires": {}
|
|
2022
2274
|
}
|
|
2023
2275
|
},
|
|
2276
|
+
{
|
|
2277
|
+
"name": "icon-font",
|
|
2278
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2279
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2280
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2281
|
+
"icon": "",
|
|
2282
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2283
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2284
|
+
"learn_more": "",
|
|
2285
|
+
"category": "UI",
|
|
2286
|
+
"type": "3rd-party",
|
|
2287
|
+
"maintainers": [
|
|
2288
|
+
{
|
|
2289
|
+
"name": "coremyslo",
|
|
2290
|
+
"github": "coremyslo"
|
|
2291
|
+
}
|
|
2292
|
+
],
|
|
2293
|
+
"compatibility": {
|
|
2294
|
+
"nuxt": "^3.0.0",
|
|
2295
|
+
"requires": {}
|
|
2296
|
+
}
|
|
2297
|
+
},
|
|
2024
2298
|
{
|
|
2025
2299
|
"name": "icon",
|
|
2026
2300
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2147,12 +2421,12 @@
|
|
|
2147
2421
|
{
|
|
2148
2422
|
"name": "inkline",
|
|
2149
2423
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2150
|
-
"repo": "inkline/
|
|
2151
|
-
"npm": "@inkline/
|
|
2424
|
+
"repo": "inkline/plugin",
|
|
2425
|
+
"npm": "@inkline/plugin",
|
|
2152
2426
|
"icon": "inkline.svg",
|
|
2153
|
-
"github": "https://github.com/inkline/
|
|
2427
|
+
"github": "https://github.com/inkline/plugin",
|
|
2154
2428
|
"website": "https://inkline.io",
|
|
2155
|
-
"learn_more": "https://inkline.io/docs/
|
|
2429
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2156
2430
|
"category": "UI",
|
|
2157
2431
|
"type": "3rd-party",
|
|
2158
2432
|
"maintainers": [
|
|
@@ -2372,7 +2646,7 @@
|
|
|
2372
2646
|
},
|
|
2373
2647
|
{
|
|
2374
2648
|
"name": "link-checker",
|
|
2375
|
-
"description": "",
|
|
2649
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2376
2650
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2377
2651
|
"npm": "nuxt-link-checker",
|
|
2378
2652
|
"icon": "",
|
|
@@ -2602,6 +2876,31 @@
|
|
|
2602
2876
|
"requires": {}
|
|
2603
2877
|
}
|
|
2604
2878
|
},
|
|
2879
|
+
{
|
|
2880
|
+
"name": "medusa",
|
|
2881
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2882
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2883
|
+
"npm": "nuxt-medusa",
|
|
2884
|
+
"icon": "medusa.svg",
|
|
2885
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2886
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2887
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2888
|
+
"category": "Ecommerce",
|
|
2889
|
+
"type": "3rd-party",
|
|
2890
|
+
"maintainers": [
|
|
2891
|
+
{
|
|
2892
|
+
"name": "Jakub Andrzejewski",
|
|
2893
|
+
"github": "Baroshem",
|
|
2894
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2895
|
+
}
|
|
2896
|
+
],
|
|
2897
|
+
"compatibility": {
|
|
2898
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2899
|
+
"requires": {
|
|
2900
|
+
"bridge": true
|
|
2901
|
+
}
|
|
2902
|
+
}
|
|
2903
|
+
},
|
|
2605
2904
|
{
|
|
2606
2905
|
"name": "meilisearch",
|
|
2607
2906
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2671,6 +2970,29 @@
|
|
|
2671
2970
|
"requires": {}
|
|
2672
2971
|
}
|
|
2673
2972
|
},
|
|
2973
|
+
{
|
|
2974
|
+
"name": "module-feed",
|
|
2975
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
2976
|
+
"repo": "tresko/nuxt-module-feed",
|
|
2977
|
+
"npm": "nuxt-module-feed",
|
|
2978
|
+
"icon": "",
|
|
2979
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
2980
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
2981
|
+
"learn_more": "",
|
|
2982
|
+
"category": "SEO",
|
|
2983
|
+
"type": "3rd-party",
|
|
2984
|
+
"maintainers": [
|
|
2985
|
+
{
|
|
2986
|
+
"name": "Miha Sedej",
|
|
2987
|
+
"github": "tresko",
|
|
2988
|
+
"twitter": "mihasedej"
|
|
2989
|
+
}
|
|
2990
|
+
],
|
|
2991
|
+
"compatibility": {
|
|
2992
|
+
"nuxt": "^3.0.0",
|
|
2993
|
+
"requires": {}
|
|
2994
|
+
}
|
|
2995
|
+
},
|
|
2674
2996
|
{
|
|
2675
2997
|
"name": "moment",
|
|
2676
2998
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2860,31 +3182,97 @@
|
|
|
2860
3182
|
}
|
|
2861
3183
|
},
|
|
2862
3184
|
{
|
|
2863
|
-
"name": "
|
|
2864
|
-
"description": "",
|
|
2865
|
-
"repo": "
|
|
2866
|
-
"npm": "
|
|
3185
|
+
"name": "nupolyon",
|
|
3186
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3187
|
+
"repo": "adenvt/nupolyon",
|
|
3188
|
+
"npm": "nupolyon",
|
|
2867
3189
|
"icon": "",
|
|
2868
|
-
"github": "https://github.com/
|
|
2869
|
-
"website": "https://github.com/
|
|
3190
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3191
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
2870
3192
|
"learn_more": "",
|
|
2871
|
-
"category": "
|
|
3193
|
+
"category": "Performance",
|
|
2872
3194
|
"type": "3rd-party",
|
|
2873
3195
|
"maintainers": [
|
|
2874
3196
|
{
|
|
2875
|
-
"name": "
|
|
2876
|
-
"github": "
|
|
3197
|
+
"name": "adenvt",
|
|
3198
|
+
"github": "adenvt"
|
|
2877
3199
|
}
|
|
2878
3200
|
],
|
|
2879
3201
|
"compatibility": {
|
|
2880
|
-
"nuxt": "^
|
|
3202
|
+
"nuxt": "^3.0.0",
|
|
2881
3203
|
"requires": {}
|
|
2882
3204
|
}
|
|
2883
3205
|
},
|
|
2884
3206
|
{
|
|
2885
|
-
"name": "nuxt-
|
|
2886
|
-
"description": "
|
|
2887
|
-
"repo": "
|
|
3207
|
+
"name": "nuxt-anchorscroll",
|
|
3208
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3209
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3210
|
+
"npm": "nuxt-anchorscroll",
|
|
3211
|
+
"icon": "",
|
|
3212
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3213
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3214
|
+
"learn_more": "",
|
|
3215
|
+
"category": "UI",
|
|
3216
|
+
"type": "3rd-party",
|
|
3217
|
+
"maintainers": [
|
|
3218
|
+
{
|
|
3219
|
+
"name": "Helltraitor",
|
|
3220
|
+
"github": "helltraitor"
|
|
3221
|
+
}
|
|
3222
|
+
],
|
|
3223
|
+
"compatibility": {
|
|
3224
|
+
"nuxt": "^3.0.0",
|
|
3225
|
+
"requires": {}
|
|
3226
|
+
}
|
|
3227
|
+
},
|
|
3228
|
+
{
|
|
3229
|
+
"name": "nuxt-auth",
|
|
3230
|
+
"description": "",
|
|
3231
|
+
"repo": "sidebase/nuxt-auth",
|
|
3232
|
+
"npm": "@sidebase/nuxt-auth",
|
|
3233
|
+
"icon": "",
|
|
3234
|
+
"github": "https://github.com/sidebase/nuxt-auth",
|
|
3235
|
+
"website": "https://github.com/sidebase/nuxt-auth",
|
|
3236
|
+
"learn_more": "",
|
|
3237
|
+
"category": "Devtools",
|
|
3238
|
+
"type": "3rd-party",
|
|
3239
|
+
"maintainers": [
|
|
3240
|
+
{
|
|
3241
|
+
"name": "sidebase",
|
|
3242
|
+
"github": "sidebase"
|
|
3243
|
+
}
|
|
3244
|
+
],
|
|
3245
|
+
"compatibility": {
|
|
3246
|
+
"nuxt": "^2.0.0",
|
|
3247
|
+
"requires": {}
|
|
3248
|
+
}
|
|
3249
|
+
},
|
|
3250
|
+
{
|
|
3251
|
+
"name": "nuxt-chatgpt",
|
|
3252
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3253
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3254
|
+
"npm": "nuxt-chatgpt",
|
|
3255
|
+
"icon": "chatgpt.svg",
|
|
3256
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3257
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3258
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3259
|
+
"category": "Libraries",
|
|
3260
|
+
"type": "3rd-party",
|
|
3261
|
+
"maintainers": [
|
|
3262
|
+
{
|
|
3263
|
+
"name": "Oliver Trajceski",
|
|
3264
|
+
"github": "schnapsterdog"
|
|
3265
|
+
}
|
|
3266
|
+
],
|
|
3267
|
+
"compatibility": {
|
|
3268
|
+
"nuxt": "^3.0.0",
|
|
3269
|
+
"requires": {}
|
|
3270
|
+
}
|
|
3271
|
+
},
|
|
3272
|
+
{
|
|
3273
|
+
"name": "nuxt-graphql-middleware",
|
|
3274
|
+
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
3275
|
+
"repo": "dulnan/nuxt-graphql-middleware",
|
|
2888
3276
|
"npm": "nuxt-graphql-middleware",
|
|
2889
3277
|
"icon": "nuxt-graphql-middleware.svg",
|
|
2890
3278
|
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
@@ -2932,6 +3320,28 @@
|
|
|
2932
3320
|
"requires": {}
|
|
2933
3321
|
}
|
|
2934
3322
|
},
|
|
3323
|
+
{
|
|
3324
|
+
"name": "nuxt-gtm",
|
|
3325
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3326
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3327
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3328
|
+
"icon": "nuxt-gtm.svg",
|
|
3329
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3330
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3331
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3332
|
+
"category": "Analytics",
|
|
3333
|
+
"type": "3rd-party",
|
|
3334
|
+
"maintainers": [
|
|
3335
|
+
{
|
|
3336
|
+
"name": "Zadig&Voltaire Team",
|
|
3337
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3338
|
+
}
|
|
3339
|
+
],
|
|
3340
|
+
"compatibility": {
|
|
3341
|
+
"nuxt": "^3.0.0",
|
|
3342
|
+
"requires": {}
|
|
3343
|
+
}
|
|
3344
|
+
},
|
|
2935
3345
|
{
|
|
2936
3346
|
"name": "nuxt-hue",
|
|
2937
3347
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -3002,6 +3412,28 @@
|
|
|
3002
3412
|
"requires": {}
|
|
3003
3413
|
}
|
|
3004
3414
|
},
|
|
3415
|
+
{
|
|
3416
|
+
"name": "nuxt-mapbox",
|
|
3417
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3418
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3419
|
+
"npm": "nuxt-mapbox",
|
|
3420
|
+
"icon": "nuxt-mapbox.svg",
|
|
3421
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3422
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3423
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3424
|
+
"category": "Libraries",
|
|
3425
|
+
"type": "3rd-party",
|
|
3426
|
+
"maintainers": [
|
|
3427
|
+
{
|
|
3428
|
+
"name": "Alex Lavoie",
|
|
3429
|
+
"github": "AlexLavoie42"
|
|
3430
|
+
}
|
|
3431
|
+
],
|
|
3432
|
+
"compatibility": {
|
|
3433
|
+
"nuxt": "^3.0.0",
|
|
3434
|
+
"requires": {}
|
|
3435
|
+
}
|
|
3436
|
+
},
|
|
3005
3437
|
{
|
|
3006
3438
|
"name": "nuxt-monaco-editor",
|
|
3007
3439
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3024,6 +3456,28 @@
|
|
|
3024
3456
|
"requires": {}
|
|
3025
3457
|
}
|
|
3026
3458
|
},
|
|
3459
|
+
{
|
|
3460
|
+
"name": "nuxt-mongoose",
|
|
3461
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3462
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3463
|
+
"npm": "nuxt-mongoose",
|
|
3464
|
+
"icon": "nuxt-mongoose.svg",
|
|
3465
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3466
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3467
|
+
"learn_more": "",
|
|
3468
|
+
"category": "Database",
|
|
3469
|
+
"type": "3rd-party",
|
|
3470
|
+
"maintainers": [
|
|
3471
|
+
{
|
|
3472
|
+
"name": "arashsheyda",
|
|
3473
|
+
"github": "arashsheyda"
|
|
3474
|
+
}
|
|
3475
|
+
],
|
|
3476
|
+
"compatibility": {
|
|
3477
|
+
"nuxt": "^3.0.0",
|
|
3478
|
+
"requires": {}
|
|
3479
|
+
}
|
|
3480
|
+
},
|
|
3027
3481
|
{
|
|
3028
3482
|
"name": "nuxt-pdf",
|
|
3029
3483
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3047,6 +3501,28 @@
|
|
|
3047
3501
|
"requires": {}
|
|
3048
3502
|
}
|
|
3049
3503
|
},
|
|
3504
|
+
{
|
|
3505
|
+
"name": "nuxt-phosphor-icons",
|
|
3506
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3507
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3508
|
+
"npm": "nuxt-phosphor-icons",
|
|
3509
|
+
"icon": "phosphor-icons.svg",
|
|
3510
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3511
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3512
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3513
|
+
"category": "UI",
|
|
3514
|
+
"type": "3rd-party",
|
|
3515
|
+
"maintainers": [
|
|
3516
|
+
{
|
|
3517
|
+
"name": "OyewoleOyedeji",
|
|
3518
|
+
"github": "OyewoleOyedeji"
|
|
3519
|
+
}
|
|
3520
|
+
],
|
|
3521
|
+
"compatibility": {
|
|
3522
|
+
"nuxt": "^3.0.0",
|
|
3523
|
+
"requires": {}
|
|
3524
|
+
}
|
|
3525
|
+
},
|
|
3050
3526
|
{
|
|
3051
3527
|
"name": "nuxt-pino-log",
|
|
3052
3528
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3091,6 +3567,32 @@
|
|
|
3091
3567
|
"requires": {}
|
|
3092
3568
|
}
|
|
3093
3569
|
},
|
|
3570
|
+
{
|
|
3571
|
+
"name": "nuxt-plotly",
|
|
3572
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
|
|
3573
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3574
|
+
"npm": "nuxt-plotly",
|
|
3575
|
+
"icon": "nuxt-plotly.svg",
|
|
3576
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3577
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3578
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3579
|
+
"category": "Libraries",
|
|
3580
|
+
"type": "3rd-party",
|
|
3581
|
+
"maintainers": [
|
|
3582
|
+
{
|
|
3583
|
+
"name": "Supanut Dokmaithong",
|
|
3584
|
+
"github": "Boomgeek"
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
"name": "superdev-tech",
|
|
3588
|
+
"github": "superdev-tech"
|
|
3589
|
+
}
|
|
3590
|
+
],
|
|
3591
|
+
"compatibility": {
|
|
3592
|
+
"nuxt": "^3.0.0",
|
|
3593
|
+
"requires": {}
|
|
3594
|
+
}
|
|
3595
|
+
},
|
|
3094
3596
|
{
|
|
3095
3597
|
"name": "nuxt-png-to-ico",
|
|
3096
3598
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -3303,12 +3805,12 @@
|
|
|
3303
3805
|
{
|
|
3304
3806
|
"name": "nuxt-vue3-google-signin",
|
|
3305
3807
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3306
|
-
"repo": "
|
|
3808
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3307
3809
|
"npm": "nuxt-vue3-google-signin",
|
|
3308
3810
|
"icon": "vue3-google-signin.svg",
|
|
3309
|
-
"github": "https://github.com/
|
|
3310
|
-
"website": "https://vue3-google-signin.
|
|
3311
|
-
"learn_more": "https://vue3-google-signin.
|
|
3811
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
3812
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
3813
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3312
3814
|
"category": "Libraries",
|
|
3313
3815
|
"type": "3rd-party",
|
|
3314
3816
|
"maintainers": [
|
|
@@ -3322,6 +3824,28 @@
|
|
|
3322
3824
|
"requires": {}
|
|
3323
3825
|
}
|
|
3324
3826
|
},
|
|
3827
|
+
{
|
|
3828
|
+
"name": "nuxt-vuetify",
|
|
3829
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
|
|
3830
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3831
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3832
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3833
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3834
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3835
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3836
|
+
"category": "UI",
|
|
3837
|
+
"type": "3rd-party",
|
|
3838
|
+
"maintainers": [
|
|
3839
|
+
{
|
|
3840
|
+
"name": "Jens van Hellemondt",
|
|
3841
|
+
"github": "invictus-codes"
|
|
3842
|
+
}
|
|
3843
|
+
],
|
|
3844
|
+
"compatibility": {
|
|
3845
|
+
"nuxt": "^3.0.0",
|
|
3846
|
+
"requires": {}
|
|
3847
|
+
}
|
|
3848
|
+
},
|
|
3325
3849
|
{
|
|
3326
3850
|
"name": "nuxt7",
|
|
3327
3851
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3345,6 +3869,29 @@
|
|
|
3345
3869
|
"requires": {}
|
|
3346
3870
|
}
|
|
3347
3871
|
},
|
|
3872
|
+
{
|
|
3873
|
+
"name": "nuxtlabs-ui",
|
|
3874
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3875
|
+
"repo": "nuxtlabs/ui",
|
|
3876
|
+
"npm": "@nuxthq/ui",
|
|
3877
|
+
"icon": "nuxtlabs-ui.svg",
|
|
3878
|
+
"github": "https://github.com/nuxtlabs/ui",
|
|
3879
|
+
"website": "https://ui.nuxtlabs.com",
|
|
3880
|
+
"learn_more": "https://ui.nuxtlabs.com",
|
|
3881
|
+
"category": "UI",
|
|
3882
|
+
"type": "3rd-party",
|
|
3883
|
+
"maintainers": [
|
|
3884
|
+
{
|
|
3885
|
+
"name": "Benjamin Canac",
|
|
3886
|
+
"github": "benjamincanac",
|
|
3887
|
+
"twitter": "benjamincanac"
|
|
3888
|
+
}
|
|
3889
|
+
],
|
|
3890
|
+
"compatibility": {
|
|
3891
|
+
"nuxt": "^3.0.0",
|
|
3892
|
+
"requires": {}
|
|
3893
|
+
}
|
|
3894
|
+
},
|
|
3348
3895
|
{
|
|
3349
3896
|
"name": "og-image",
|
|
3350
3897
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -3484,6 +4031,30 @@
|
|
|
3484
4031
|
}
|
|
3485
4032
|
}
|
|
3486
4033
|
},
|
|
4034
|
+
{
|
|
4035
|
+
"name": "pdfeasy",
|
|
4036
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4037
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4038
|
+
"npm": "nuxt-pdfeasy",
|
|
4039
|
+
"icon": "pdfeasy.png",
|
|
4040
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4041
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4042
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4043
|
+
"category": "Extensions",
|
|
4044
|
+
"type": "3rd-party",
|
|
4045
|
+
"maintainers": [
|
|
4046
|
+
{
|
|
4047
|
+
"name": "Giovane Cardoso",
|
|
4048
|
+
"github": "novout",
|
|
4049
|
+
"twitter": "novoutttttt",
|
|
4050
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4051
|
+
}
|
|
4052
|
+
],
|
|
4053
|
+
"compatibility": {
|
|
4054
|
+
"nuxt": "^3.0.0",
|
|
4055
|
+
"requires": {}
|
|
4056
|
+
}
|
|
4057
|
+
},
|
|
3487
4058
|
{
|
|
3488
4059
|
"name": "persian-datepicker",
|
|
3489
4060
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3651,11 +4222,11 @@
|
|
|
3651
4222
|
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3652
4223
|
"repo": "artmizu/nuxt-prometheus",
|
|
3653
4224
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3654
|
-
"icon": "",
|
|
4225
|
+
"icon": "prometheus.svg",
|
|
3655
4226
|
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3656
4227
|
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3657
4228
|
"learn_more": "",
|
|
3658
|
-
"category": "
|
|
4229
|
+
"category": "Monitoring",
|
|
3659
4230
|
"type": "3rd-party",
|
|
3660
4231
|
"maintainers": [
|
|
3661
4232
|
{
|
|
@@ -3664,7 +4235,7 @@
|
|
|
3664
4235
|
}
|
|
3665
4236
|
],
|
|
3666
4237
|
"compatibility": {
|
|
3667
|
-
"nuxt": "^
|
|
4238
|
+
"nuxt": "^3.0.0",
|
|
3668
4239
|
"requires": {}
|
|
3669
4240
|
}
|
|
3670
4241
|
},
|
|
@@ -3805,6 +4376,50 @@
|
|
|
3805
4376
|
"requires": {}
|
|
3806
4377
|
}
|
|
3807
4378
|
},
|
|
4379
|
+
{
|
|
4380
|
+
"name": "quasar",
|
|
4381
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4382
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4383
|
+
"npm": "nuxt-quasar-ui",
|
|
4384
|
+
"icon": "quasar.svg",
|
|
4385
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4386
|
+
"website": "https://quasar.dev/",
|
|
4387
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4388
|
+
"category": "UI",
|
|
4389
|
+
"type": "3rd-party",
|
|
4390
|
+
"maintainers": [
|
|
4391
|
+
{
|
|
4392
|
+
"name": "Ege İliklier",
|
|
4393
|
+
"github": "Maiquu"
|
|
4394
|
+
}
|
|
4395
|
+
],
|
|
4396
|
+
"compatibility": {
|
|
4397
|
+
"nuxt": "^3.0.0",
|
|
4398
|
+
"requires": {}
|
|
4399
|
+
}
|
|
4400
|
+
},
|
|
4401
|
+
{
|
|
4402
|
+
"name": "radash",
|
|
4403
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4404
|
+
"repo": "bbg/nuxt-radash",
|
|
4405
|
+
"npm": "nuxt-radash",
|
|
4406
|
+
"icon": "radash.svg",
|
|
4407
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4408
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4409
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4410
|
+
"category": "Libraries",
|
|
4411
|
+
"type": "3rd-party",
|
|
4412
|
+
"maintainers": [
|
|
4413
|
+
{
|
|
4414
|
+
"name": "Batuhan Göksu",
|
|
4415
|
+
"github": "bbg"
|
|
4416
|
+
}
|
|
4417
|
+
],
|
|
4418
|
+
"compatibility": {
|
|
4419
|
+
"nuxt": "^3.0.0",
|
|
4420
|
+
"requires": {}
|
|
4421
|
+
}
|
|
4422
|
+
},
|
|
3808
4423
|
{
|
|
3809
4424
|
"name": "recaptcha",
|
|
3810
4425
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -4105,8 +4720,8 @@
|
|
|
4105
4720
|
{
|
|
4106
4721
|
"name": "seo-kit",
|
|
4107
4722
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
4108
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4109
|
-
"npm": "nuxt-seo-kit
|
|
4723
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4724
|
+
"npm": "nuxt-seo-kit",
|
|
4110
4725
|
"icon": "seo-kit.svg",
|
|
4111
4726
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4112
4727
|
"website": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4192,6 +4807,29 @@
|
|
|
4192
4807
|
"requires": {}
|
|
4193
4808
|
}
|
|
4194
4809
|
},
|
|
4810
|
+
{
|
|
4811
|
+
"name": "server-block",
|
|
4812
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
4813
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
4814
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
4815
|
+
"icon": "server-block.svg",
|
|
4816
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
4817
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4818
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4819
|
+
"category": "Extensions",
|
|
4820
|
+
"type": "3rd-party",
|
|
4821
|
+
"maintainers": [
|
|
4822
|
+
{
|
|
4823
|
+
"name": "Hebilicious",
|
|
4824
|
+
"github": "Hebilicious",
|
|
4825
|
+
"twitter": "its_hebilicious"
|
|
4826
|
+
}
|
|
4827
|
+
],
|
|
4828
|
+
"compatibility": {
|
|
4829
|
+
"nuxt": "^3.0.0",
|
|
4830
|
+
"requires": {}
|
|
4831
|
+
}
|
|
4832
|
+
},
|
|
4195
4833
|
{
|
|
4196
4834
|
"name": "session",
|
|
4197
4835
|
"description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
|
|
@@ -4353,16 +4991,38 @@
|
|
|
4353
4991
|
"requires": {}
|
|
4354
4992
|
}
|
|
4355
4993
|
},
|
|
4994
|
+
{
|
|
4995
|
+
"name": "snackbar",
|
|
4996
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4997
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4998
|
+
"npm": "nuxt-snackbar",
|
|
4999
|
+
"icon": "snackbar.png",
|
|
5000
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5001
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5002
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
5003
|
+
"category": "UI",
|
|
5004
|
+
"type": "3rd-party",
|
|
5005
|
+
"maintainers": [
|
|
5006
|
+
{
|
|
5007
|
+
"name": "modbender",
|
|
5008
|
+
"github": "modbender"
|
|
5009
|
+
}
|
|
5010
|
+
],
|
|
5011
|
+
"compatibility": {
|
|
5012
|
+
"nuxt": "^3.0.0",
|
|
5013
|
+
"requires": {}
|
|
5014
|
+
}
|
|
5015
|
+
},
|
|
4356
5016
|
{
|
|
4357
5017
|
"name": "snipcart",
|
|
4358
5018
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4359
|
-
"repo": "nuxt-modules/snipcart
|
|
5019
|
+
"repo": "nuxt-modules/snipcart",
|
|
4360
5020
|
"npm": "@nuxtjs/snipcart",
|
|
4361
5021
|
"icon": "snipcart.png",
|
|
4362
5022
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4363
5023
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4364
5024
|
"learn_more": "https://snipcart.com",
|
|
4365
|
-
"category": "
|
|
5025
|
+
"category": "Ecommerce",
|
|
4366
5026
|
"type": "community",
|
|
4367
5027
|
"maintainers": [
|
|
4368
5028
|
{
|
|
@@ -4646,6 +5306,32 @@
|
|
|
4646
5306
|
}
|
|
4647
5307
|
}
|
|
4648
5308
|
},
|
|
5309
|
+
{
|
|
5310
|
+
"name": "stripe-next",
|
|
5311
|
+
"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.",
|
|
5312
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5313
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5314
|
+
"icon": "stripe.png",
|
|
5315
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5316
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5317
|
+
"learn_more": "https://stripe.com/docs",
|
|
5318
|
+
"category": "Payment",
|
|
5319
|
+
"type": "3rd-party",
|
|
5320
|
+
"maintainers": [
|
|
5321
|
+
{
|
|
5322
|
+
"name": "Loic Fuentes",
|
|
5323
|
+
"github": "fuentesloic"
|
|
5324
|
+
},
|
|
5325
|
+
{
|
|
5326
|
+
"name": "Florent Giraud",
|
|
5327
|
+
"github": "flozero"
|
|
5328
|
+
}
|
|
5329
|
+
],
|
|
5330
|
+
"compatibility": {
|
|
5331
|
+
"nuxt": "^3.0.0",
|
|
5332
|
+
"requires": {}
|
|
5333
|
+
}
|
|
5334
|
+
},
|
|
4649
5335
|
{
|
|
4650
5336
|
"name": "stripe",
|
|
4651
5337
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -4709,7 +5395,7 @@
|
|
|
4709
5395
|
}
|
|
4710
5396
|
],
|
|
4711
5397
|
"compatibility": {
|
|
4712
|
-
"nuxt": "^2.0.0",
|
|
5398
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4713
5399
|
"requires": {}
|
|
4714
5400
|
}
|
|
4715
5401
|
},
|
|
@@ -4885,7 +5571,7 @@
|
|
|
4885
5571
|
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
4886
5572
|
"repo": "fumeapp/tailvue",
|
|
4887
5573
|
"npm": "tailvue",
|
|
4888
|
-
"icon": "tailvue.
|
|
5574
|
+
"icon": "tailvue.jpg",
|
|
4889
5575
|
"github": "https://github.com/fumeapp/tailvue",
|
|
4890
5576
|
"website": "https://github.com/fumeapp/tailvue",
|
|
4891
5577
|
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
@@ -4949,6 +5635,28 @@
|
|
|
4949
5635
|
"requires": {}
|
|
4950
5636
|
}
|
|
4951
5637
|
},
|
|
5638
|
+
{
|
|
5639
|
+
"name": "time",
|
|
5640
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5641
|
+
"repo": "danielroe/nuxt-time",
|
|
5642
|
+
"npm": "nuxt-time",
|
|
5643
|
+
"icon": "",
|
|
5644
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5645
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5646
|
+
"learn_more": "",
|
|
5647
|
+
"category": "Extensions",
|
|
5648
|
+
"type": "3rd-party",
|
|
5649
|
+
"maintainers": [
|
|
5650
|
+
{
|
|
5651
|
+
"name": "danielroe",
|
|
5652
|
+
"github": "danielroe"
|
|
5653
|
+
}
|
|
5654
|
+
],
|
|
5655
|
+
"compatibility": {
|
|
5656
|
+
"nuxt": "^3.0.0",
|
|
5657
|
+
"requires": {}
|
|
5658
|
+
}
|
|
5659
|
+
},
|
|
4952
5660
|
{
|
|
4953
5661
|
"name": "toast",
|
|
4954
5662
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -4972,6 +5680,39 @@
|
|
|
4972
5680
|
"requires": {}
|
|
4973
5681
|
}
|
|
4974
5682
|
},
|
|
5683
|
+
{
|
|
5684
|
+
"name": "tresjs",
|
|
5685
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
5686
|
+
"repo": "tresjs/nuxt",
|
|
5687
|
+
"npm": "@tresjs/nuxt",
|
|
5688
|
+
"icon": "tresjs.svg",
|
|
5689
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
5690
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
5691
|
+
"learn_more": "https://tresjs.org/",
|
|
5692
|
+
"category": "Libraries",
|
|
5693
|
+
"type": "3rd-party",
|
|
5694
|
+
"maintainers": [
|
|
5695
|
+
{
|
|
5696
|
+
"name": "Alvaro Saburido",
|
|
5697
|
+
"github": "alvarosabu",
|
|
5698
|
+
"twitter": "alvarosabu"
|
|
5699
|
+
},
|
|
5700
|
+
{
|
|
5701
|
+
"name": "Jaime Torrealba",
|
|
5702
|
+
"github": "JaimeTorrealba",
|
|
5703
|
+
"twitter": "jaimebboyjt"
|
|
5704
|
+
},
|
|
5705
|
+
{
|
|
5706
|
+
"name": "Tino Koch",
|
|
5707
|
+
"github": "Tinoooo",
|
|
5708
|
+
"twitter": "ichbintino"
|
|
5709
|
+
}
|
|
5710
|
+
],
|
|
5711
|
+
"compatibility": {
|
|
5712
|
+
"nuxt": "^3.0.0",
|
|
5713
|
+
"requires": {}
|
|
5714
|
+
}
|
|
5715
|
+
},
|
|
4975
5716
|
{
|
|
4976
5717
|
"name": "turnstile",
|
|
4977
5718
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5021,6 +5762,28 @@
|
|
|
5021
5762
|
}
|
|
5022
5763
|
}
|
|
5023
5764
|
},
|
|
5765
|
+
{
|
|
5766
|
+
"name": "twemoji",
|
|
5767
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
5768
|
+
"repo": "yizack/nuxt-twemoji",
|
|
5769
|
+
"npm": "nuxt-twemoji",
|
|
5770
|
+
"icon": "twemoji.svg",
|
|
5771
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
5772
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
5773
|
+
"learn_more": "",
|
|
5774
|
+
"category": "UI",
|
|
5775
|
+
"type": "3rd-party",
|
|
5776
|
+
"maintainers": [
|
|
5777
|
+
{
|
|
5778
|
+
"name": "Yizack Rangel",
|
|
5779
|
+
"github": "yizack"
|
|
5780
|
+
}
|
|
5781
|
+
],
|
|
5782
|
+
"compatibility": {
|
|
5783
|
+
"nuxt": "^3.0.0",
|
|
5784
|
+
"requires": {}
|
|
5785
|
+
}
|
|
5786
|
+
},
|
|
5024
5787
|
{
|
|
5025
5788
|
"name": "twicpics",
|
|
5026
5789
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5192,11 +5955,11 @@
|
|
|
5192
5955
|
{
|
|
5193
5956
|
"name": "unhead",
|
|
5194
5957
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5195
|
-
"repo": "harlan-zw/nuxt-
|
|
5196
|
-
"npm": "nuxt-
|
|
5958
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5959
|
+
"npm": "nuxt-seo-experiments",
|
|
5197
5960
|
"icon": "",
|
|
5198
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5199
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
5961
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5962
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5200
5963
|
"learn_more": "",
|
|
5201
5964
|
"category": "SEO",
|
|
5202
5965
|
"type": "3rd-party",
|
|
@@ -5239,6 +6002,28 @@
|
|
|
5239
6002
|
"requires": {}
|
|
5240
6003
|
}
|
|
5241
6004
|
},
|
|
6005
|
+
{
|
|
6006
|
+
"name": "unlazy",
|
|
6007
|
+
"description": "Lazy loading library for placeholder images",
|
|
6008
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6009
|
+
"npm": "@unlazy/nuxt",
|
|
6010
|
+
"icon": "unlazy.svg",
|
|
6011
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6012
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6013
|
+
"learn_more": "",
|
|
6014
|
+
"category": "Images",
|
|
6015
|
+
"type": "3rd-party",
|
|
6016
|
+
"maintainers": [
|
|
6017
|
+
{
|
|
6018
|
+
"name": "Johann Schopplich",
|
|
6019
|
+
"github": "johannschopplich"
|
|
6020
|
+
}
|
|
6021
|
+
],
|
|
6022
|
+
"compatibility": {
|
|
6023
|
+
"nuxt": "^3.0.0",
|
|
6024
|
+
"requires": {}
|
|
6025
|
+
}
|
|
6026
|
+
},
|
|
5242
6027
|
{
|
|
5243
6028
|
"name": "unlighthouse",
|
|
5244
6029
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5291,6 +6076,29 @@
|
|
|
5291
6076
|
}
|
|
5292
6077
|
}
|
|
5293
6078
|
},
|
|
6079
|
+
{
|
|
6080
|
+
"name": "ununuracss",
|
|
6081
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
6082
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
6083
|
+
"npm": "nuxt-ununura",
|
|
6084
|
+
"icon": "ununuracss.png",
|
|
6085
|
+
"github": "https://github.com/novout/ununuracss",
|
|
6086
|
+
"website": "https://ununura.com/#/",
|
|
6087
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
6088
|
+
"category": "UI",
|
|
6089
|
+
"type": "3rd-party",
|
|
6090
|
+
"maintainers": [
|
|
6091
|
+
{
|
|
6092
|
+
"name": "Giovane Cardoso",
|
|
6093
|
+
"github": "novout",
|
|
6094
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
6095
|
+
}
|
|
6096
|
+
],
|
|
6097
|
+
"compatibility": {
|
|
6098
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6099
|
+
"requires": {}
|
|
6100
|
+
}
|
|
6101
|
+
},
|
|
5294
6102
|
{
|
|
5295
6103
|
"name": "user-agent",
|
|
5296
6104
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5359,6 +6167,52 @@
|
|
|
5359
6167
|
}
|
|
5360
6168
|
}
|
|
5361
6169
|
},
|
|
6170
|
+
{
|
|
6171
|
+
"name": "varlet",
|
|
6172
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
6173
|
+
"repo": "varletjs/varlet-nuxt",
|
|
6174
|
+
"npm": "@varlet/nuxt",
|
|
6175
|
+
"icon": "varlet.svg",
|
|
6176
|
+
"github": "https://github.com/varletjs/varlet",
|
|
6177
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
6178
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6179
|
+
"category": "UI",
|
|
6180
|
+
"type": "3rd-party",
|
|
6181
|
+
"maintainers": [
|
|
6182
|
+
{
|
|
6183
|
+
"name": "zhangmo8",
|
|
6184
|
+
"github": "zhangmo8"
|
|
6185
|
+
}
|
|
6186
|
+
],
|
|
6187
|
+
"compatibility": {
|
|
6188
|
+
"nuxt": "^3.0.0",
|
|
6189
|
+
"requires": {
|
|
6190
|
+
"bridge": "optional"
|
|
6191
|
+
}
|
|
6192
|
+
}
|
|
6193
|
+
},
|
|
6194
|
+
{
|
|
6195
|
+
"name": "vee-validate",
|
|
6196
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
6197
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6198
|
+
"npm": "@vee-validate/nuxt",
|
|
6199
|
+
"icon": "vee-validate.png",
|
|
6200
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6201
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6202
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6203
|
+
"category": "Libraries",
|
|
6204
|
+
"type": "3rd-party",
|
|
6205
|
+
"maintainers": [
|
|
6206
|
+
{
|
|
6207
|
+
"name": "Abdelrahman Awad",
|
|
6208
|
+
"github": "logaretm"
|
|
6209
|
+
}
|
|
6210
|
+
],
|
|
6211
|
+
"compatibility": {
|
|
6212
|
+
"nuxt": "^3.0.0",
|
|
6213
|
+
"requires": {}
|
|
6214
|
+
}
|
|
6215
|
+
},
|
|
5362
6216
|
{
|
|
5363
6217
|
"name": "vendor",
|
|
5364
6218
|
"description": "directly serve node_modules",
|
|
@@ -5382,6 +6236,51 @@
|
|
|
5382
6236
|
"requires": {}
|
|
5383
6237
|
}
|
|
5384
6238
|
},
|
|
6239
|
+
{
|
|
6240
|
+
"name": "vercel-analytics",
|
|
6241
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6242
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6243
|
+
"npm": "nuxt-vercel-analytics",
|
|
6244
|
+
"icon": "",
|
|
6245
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6246
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6247
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6248
|
+
"category": "Analytics",
|
|
6249
|
+
"type": "3rd-party",
|
|
6250
|
+
"maintainers": [
|
|
6251
|
+
{
|
|
6252
|
+
"name": "Alexander B.",
|
|
6253
|
+
"github": "xanderbarkhatov"
|
|
6254
|
+
}
|
|
6255
|
+
],
|
|
6256
|
+
"compatibility": {
|
|
6257
|
+
"nuxt": "^3.0.0",
|
|
6258
|
+
"requires": {}
|
|
6259
|
+
}
|
|
6260
|
+
},
|
|
6261
|
+
{
|
|
6262
|
+
"name": "vexip-ui",
|
|
6263
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6264
|
+
"repo": "vexip-ui/nuxt",
|
|
6265
|
+
"npm": "@vexip-ui/nuxt",
|
|
6266
|
+
"icon": "vexip-ui.svg",
|
|
6267
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6268
|
+
"website": "https://www.vexipui.com/",
|
|
6269
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6270
|
+
"category": "UI",
|
|
6271
|
+
"type": "3rd-party",
|
|
6272
|
+
"maintainers": [
|
|
6273
|
+
{
|
|
6274
|
+
"name": "未觉雨声",
|
|
6275
|
+
"github": "qmhc",
|
|
6276
|
+
"twitter": "qmhc95"
|
|
6277
|
+
}
|
|
6278
|
+
],
|
|
6279
|
+
"compatibility": {
|
|
6280
|
+
"nuxt": "^3.0.0",
|
|
6281
|
+
"requires": {}
|
|
6282
|
+
}
|
|
6283
|
+
},
|
|
5385
6284
|
{
|
|
5386
6285
|
"name": "vite-pwa-nuxt",
|
|
5387
6286
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5413,13 +6312,13 @@
|
|
|
5413
6312
|
{
|
|
5414
6313
|
"name": "vitest",
|
|
5415
6314
|
"description": "Vitest integration with Nuxt",
|
|
5416
|
-
"repo": "danielroe/nuxt-vitest
|
|
6315
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5417
6316
|
"npm": "nuxt-vitest",
|
|
5418
6317
|
"icon": "vitest.svg",
|
|
5419
6318
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5420
6319
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5421
6320
|
"learn_more": "",
|
|
5422
|
-
"category": "
|
|
6321
|
+
"category": "Devtools",
|
|
5423
6322
|
"type": "3rd-party",
|
|
5424
6323
|
"maintainers": [
|
|
5425
6324
|
{
|
|
@@ -5436,15 +6335,45 @@
|
|
|
5436
6335
|
"requires": {}
|
|
5437
6336
|
}
|
|
5438
6337
|
},
|
|
6338
|
+
{
|
|
6339
|
+
"name": "vue-email",
|
|
6340
|
+
"description": "Write email templates with vue",
|
|
6341
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6342
|
+
"npm": "vue-email",
|
|
6343
|
+
"icon": "vue-email.svg",
|
|
6344
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6345
|
+
"website": "https://vue-email.vercel.app/",
|
|
6346
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6347
|
+
"category": "UI",
|
|
6348
|
+
"type": "3rd-party",
|
|
6349
|
+
"maintainers": [
|
|
6350
|
+
{
|
|
6351
|
+
"name": "David Arenas",
|
|
6352
|
+
"github": "Dave136",
|
|
6353
|
+
"twitter": "davejs4",
|
|
6354
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6355
|
+
},
|
|
6356
|
+
{
|
|
6357
|
+
"name": "Younes Barrad",
|
|
6358
|
+
"github": "Flowko",
|
|
6359
|
+
"twitter": "imflowko",
|
|
6360
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6361
|
+
}
|
|
6362
|
+
],
|
|
6363
|
+
"compatibility": {
|
|
6364
|
+
"nuxt": "^3.0.0",
|
|
6365
|
+
"requires": {}
|
|
6366
|
+
}
|
|
6367
|
+
},
|
|
5439
6368
|
{
|
|
5440
6369
|
"name": "vue-macros",
|
|
5441
|
-
"description": "Explore
|
|
5442
|
-
"repo": "sxzz/
|
|
6370
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6371
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5443
6372
|
"npm": "@vue-macros/nuxt",
|
|
5444
6373
|
"icon": "vue-macros.svg",
|
|
5445
|
-
"github": "https://github.com/sxzz/
|
|
6374
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5446
6375
|
"website": "https://vue-macros.sxzz.moe",
|
|
5447
|
-
"learn_more": "https://github.com/sxzz/
|
|
6376
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5448
6377
|
"category": "Extensions",
|
|
5449
6378
|
"type": "3rd-party",
|
|
5450
6379
|
"maintainers": [
|
|
@@ -5527,6 +6456,29 @@
|
|
|
5527
6456
|
"requires": {}
|
|
5528
6457
|
}
|
|
5529
6458
|
},
|
|
6459
|
+
{
|
|
6460
|
+
"name": "vue-query",
|
|
6461
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6462
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6463
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6464
|
+
"icon": "vue-query.svg",
|
|
6465
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6466
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6467
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6468
|
+
"category": "Request",
|
|
6469
|
+
"type": "3rd-party",
|
|
6470
|
+
"maintainers": [
|
|
6471
|
+
{
|
|
6472
|
+
"name": "Hebilicious",
|
|
6473
|
+
"github": "Hebilicious",
|
|
6474
|
+
"twitter": "its_hebilicious"
|
|
6475
|
+
}
|
|
6476
|
+
],
|
|
6477
|
+
"compatibility": {
|
|
6478
|
+
"nuxt": "^3.0.0",
|
|
6479
|
+
"requires": {}
|
|
6480
|
+
}
|
|
6481
|
+
},
|
|
5530
6482
|
{
|
|
5531
6483
|
"name": "vue-select",
|
|
5532
6484
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5597,6 +6549,29 @@
|
|
|
5597
6549
|
"requires": {}
|
|
5598
6550
|
}
|
|
5599
6551
|
},
|
|
6552
|
+
{
|
|
6553
|
+
"name": "vue3-carousel-nuxt",
|
|
6554
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
|
|
6555
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6556
|
+
"npm": "vue3-carousel-nuxt",
|
|
6557
|
+
"icon": "",
|
|
6558
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6559
|
+
"website": "",
|
|
6560
|
+
"learn_more": "",
|
|
6561
|
+
"category": "UI",
|
|
6562
|
+
"type": "3rd-party",
|
|
6563
|
+
"maintainers": [
|
|
6564
|
+
{
|
|
6565
|
+
"name": "Gaetan SENN",
|
|
6566
|
+
"github": "gaetansenn",
|
|
6567
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6568
|
+
}
|
|
6569
|
+
],
|
|
6570
|
+
"compatibility": {
|
|
6571
|
+
"nuxt": "^3.0.0",
|
|
6572
|
+
"requires": {}
|
|
6573
|
+
}
|
|
6574
|
+
},
|
|
5600
6575
|
{
|
|
5601
6576
|
"name": "vuefire",
|
|
5602
6577
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -5641,6 +6616,28 @@
|
|
|
5641
6616
|
"requires": {}
|
|
5642
6617
|
}
|
|
5643
6618
|
},
|
|
6619
|
+
{
|
|
6620
|
+
"name": "vuetify-nuxt-module",
|
|
6621
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
6622
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
6623
|
+
"npm": "vuetify-nuxt-module",
|
|
6624
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
6625
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6626
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6627
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
6628
|
+
"category": "UI",
|
|
6629
|
+
"type": "3rd-party",
|
|
6630
|
+
"maintainers": [
|
|
6631
|
+
{
|
|
6632
|
+
"name": "Joaquín Sánchez",
|
|
6633
|
+
"github": "userquin"
|
|
6634
|
+
}
|
|
6635
|
+
],
|
|
6636
|
+
"compatibility": {
|
|
6637
|
+
"nuxt": "^3.0.0",
|
|
6638
|
+
"requires": {}
|
|
6639
|
+
}
|
|
6640
|
+
},
|
|
5644
6641
|
{
|
|
5645
6642
|
"name": "vuetify",
|
|
5646
6643
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -5715,6 +6712,29 @@
|
|
|
5715
6712
|
"requires": {}
|
|
5716
6713
|
}
|
|
5717
6714
|
},
|
|
6715
|
+
{
|
|
6716
|
+
"name": "vunix",
|
|
6717
|
+
"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.",
|
|
6718
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6719
|
+
"npm": "@vunix/nuxt",
|
|
6720
|
+
"icon": "",
|
|
6721
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6722
|
+
"website": "https://vunix.dewib.com/",
|
|
6723
|
+
"learn_more": "",
|
|
6724
|
+
"category": "UI",
|
|
6725
|
+
"type": "3rd-party",
|
|
6726
|
+
"maintainers": [
|
|
6727
|
+
{
|
|
6728
|
+
"name": "Gaetan SENN",
|
|
6729
|
+
"github": "gaetansenn",
|
|
6730
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6731
|
+
}
|
|
6732
|
+
],
|
|
6733
|
+
"compatibility": {
|
|
6734
|
+
"nuxt": "^3.0.0",
|
|
6735
|
+
"requires": {}
|
|
6736
|
+
}
|
|
6737
|
+
},
|
|
5718
6738
|
{
|
|
5719
6739
|
"name": "web-vitals",
|
|
5720
6740
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5749,29 +6769,6 @@
|
|
|
5749
6769
|
}
|
|
5750
6770
|
}
|
|
5751
6771
|
},
|
|
5752
|
-
{
|
|
5753
|
-
"name": "web3js",
|
|
5754
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5755
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5756
|
-
"npm": "nuxt-web3",
|
|
5757
|
-
"icon": "web3js.svg",
|
|
5758
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5759
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5760
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5761
|
-
"category": "Libraries",
|
|
5762
|
-
"type": "3rd-party",
|
|
5763
|
-
"maintainers": [
|
|
5764
|
-
{
|
|
5765
|
-
"name": "Muhammad Fauzan",
|
|
5766
|
-
"github": "bl0cknumber",
|
|
5767
|
-
"twitter": "fncolon"
|
|
5768
|
-
}
|
|
5769
|
-
],
|
|
5770
|
-
"compatibility": {
|
|
5771
|
-
"nuxt": "^2.0.0",
|
|
5772
|
-
"requires": {}
|
|
5773
|
-
}
|
|
5774
|
-
},
|
|
5775
6772
|
{
|
|
5776
6773
|
"name": "webfontloader",
|
|
5777
6774
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5886,6 +6883,54 @@
|
|
|
5886
6883
|
"requires": {}
|
|
5887
6884
|
}
|
|
5888
6885
|
},
|
|
6886
|
+
{
|
|
6887
|
+
"name": "well-known",
|
|
6888
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6889
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6890
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6891
|
+
"icon": "well-known.svg",
|
|
6892
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6893
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6894
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6895
|
+
"category": "SEO",
|
|
6896
|
+
"type": "3rd-party",
|
|
6897
|
+
"maintainers": [
|
|
6898
|
+
{
|
|
6899
|
+
"name": "Zadig&Voltaire Team",
|
|
6900
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6901
|
+
}
|
|
6902
|
+
],
|
|
6903
|
+
"compatibility": {
|
|
6904
|
+
"nuxt": "^3.0.0",
|
|
6905
|
+
"requires": {}
|
|
6906
|
+
}
|
|
6907
|
+
},
|
|
6908
|
+
{
|
|
6909
|
+
"name": "wideangle",
|
|
6910
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
6911
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
6912
|
+
"npm": "wideangle-nuxt",
|
|
6913
|
+
"icon": "wideangle.png",
|
|
6914
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
6915
|
+
"website": "https://wideangle.co",
|
|
6916
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
6917
|
+
"category": "Analytics",
|
|
6918
|
+
"type": "3rd-party",
|
|
6919
|
+
"maintainers": [
|
|
6920
|
+
{
|
|
6921
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
6922
|
+
"github": "inputobjects"
|
|
6923
|
+
},
|
|
6924
|
+
{
|
|
6925
|
+
"name": "Jarek Rozanski",
|
|
6926
|
+
"github": "jrozanski"
|
|
6927
|
+
}
|
|
6928
|
+
],
|
|
6929
|
+
"compatibility": {
|
|
6930
|
+
"nuxt": "^3.0.0",
|
|
6931
|
+
"requires": {}
|
|
6932
|
+
}
|
|
6933
|
+
},
|
|
5889
6934
|
{
|
|
5890
6935
|
"name": "windicss",
|
|
5891
6936
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -6029,6 +7074,29 @@
|
|
|
6029
7074
|
"requires": {}
|
|
6030
7075
|
}
|
|
6031
7076
|
},
|
|
7077
|
+
{
|
|
7078
|
+
"name": "yandex-metrika-next",
|
|
7079
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
7080
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
7081
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
7082
|
+
"icon": "yandex-metrika.svg",
|
|
7083
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
7084
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
7085
|
+
"learn_more": "",
|
|
7086
|
+
"category": "Analytics",
|
|
7087
|
+
"type": "3rd-party",
|
|
7088
|
+
"maintainers": [
|
|
7089
|
+
{
|
|
7090
|
+
"name": "Aleksandr Saburov",
|
|
7091
|
+
"github": "artmizu",
|
|
7092
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
7093
|
+
}
|
|
7094
|
+
],
|
|
7095
|
+
"compatibility": {
|
|
7096
|
+
"nuxt": "^3.0.0",
|
|
7097
|
+
"requires": {}
|
|
7098
|
+
}
|
|
7099
|
+
},
|
|
6032
7100
|
{
|
|
6033
7101
|
"name": "yandex-metrika",
|
|
6034
7102
|
"description": "Yandex metrika Module for Nuxt.js",
|