@nuxt/modules 0.6.0-d07bb7 → 0.6.0-d17328
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 +1295 -113
- 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,30 @@
|
|
|
281
282
|
}
|
|
282
283
|
],
|
|
283
284
|
"compatibility": {
|
|
284
|
-
"nuxt": "^
|
|
285
|
+
"nuxt": "^3.0.0",
|
|
286
|
+
"requires": {}
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"name": "ark-ui",
|
|
291
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
292
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
293
|
+
"npm": "nuxt-ark-ui",
|
|
294
|
+
"icon": "ark-ui.svg",
|
|
295
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
296
|
+
"website": "https://ark-ui.com/",
|
|
297
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
298
|
+
"category": "UI",
|
|
299
|
+
"type": "3rd-party",
|
|
300
|
+
"maintainers": [
|
|
301
|
+
{
|
|
302
|
+
"name": "Din",
|
|
303
|
+
"github": "iamdin",
|
|
304
|
+
"twitter": "iamdinq"
|
|
305
|
+
}
|
|
306
|
+
],
|
|
307
|
+
"compatibility": {
|
|
308
|
+
"nuxt": "^3.0.0",
|
|
285
309
|
"requires": {}
|
|
286
310
|
}
|
|
287
311
|
},
|
|
@@ -312,6 +336,29 @@
|
|
|
312
336
|
"requires": {}
|
|
313
337
|
}
|
|
314
338
|
},
|
|
339
|
+
{
|
|
340
|
+
"name": "authjs",
|
|
341
|
+
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
342
|
+
"repo": "Hebilicious/authjs-nuxt#main",
|
|
343
|
+
"npm": "@hebilicious/authjs-nuxt",
|
|
344
|
+
"icon": "authjs.png",
|
|
345
|
+
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
346
|
+
"website": "https://authjs-nuxt.pages.dev/",
|
|
347
|
+
"learn_more": "https://authjs.dev/",
|
|
348
|
+
"category": "Security",
|
|
349
|
+
"type": "3rd-party",
|
|
350
|
+
"maintainers": [
|
|
351
|
+
{
|
|
352
|
+
"name": "Hebilicious",
|
|
353
|
+
"github": "Hebilicious",
|
|
354
|
+
"twitter": "its_hebilicious"
|
|
355
|
+
}
|
|
356
|
+
],
|
|
357
|
+
"compatibility": {
|
|
358
|
+
"nuxt": "^3.0.0",
|
|
359
|
+
"requires": {}
|
|
360
|
+
}
|
|
361
|
+
},
|
|
315
362
|
{
|
|
316
363
|
"name": "axios",
|
|
317
364
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
@@ -549,6 +596,28 @@
|
|
|
549
596
|
"requires": {}
|
|
550
597
|
}
|
|
551
598
|
},
|
|
599
|
+
{
|
|
600
|
+
"name": "capo",
|
|
601
|
+
"description": "Capo.js implementation for Nuxt 3",
|
|
602
|
+
"repo": "danielroe/nuxt-capo",
|
|
603
|
+
"npm": "nuxt-capo",
|
|
604
|
+
"icon": "",
|
|
605
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
606
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
607
|
+
"learn_more": "",
|
|
608
|
+
"category": "Performance",
|
|
609
|
+
"type": "3rd-party",
|
|
610
|
+
"maintainers": [
|
|
611
|
+
{
|
|
612
|
+
"name": "danielroe",
|
|
613
|
+
"github": "danielroe"
|
|
614
|
+
}
|
|
615
|
+
],
|
|
616
|
+
"compatibility": {
|
|
617
|
+
"nuxt": "^3.0.0",
|
|
618
|
+
"requires": {}
|
|
619
|
+
}
|
|
620
|
+
},
|
|
552
621
|
{
|
|
553
622
|
"name": "chakra-ui",
|
|
554
623
|
"description": "Chakra UI Module for Nuxt.js",
|
|
@@ -574,11 +643,11 @@
|
|
|
574
643
|
{
|
|
575
644
|
"name": "chatwoot",
|
|
576
645
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
577
|
-
"repo": "
|
|
578
|
-
"npm": "@
|
|
646
|
+
"repo": "productdevbookcom/chatwoot",
|
|
647
|
+
"npm": "@productdevbook/chatwoot",
|
|
579
648
|
"icon": "chatwoot.png",
|
|
580
|
-
"github": "https://github.com/
|
|
581
|
-
"website": "https://github.com/
|
|
649
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
650
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
582
651
|
"learn_more": "https://www.chatwoot.com",
|
|
583
652
|
"category": "Libraries",
|
|
584
653
|
"type": "3rd-party",
|
|
@@ -615,6 +684,29 @@
|
|
|
615
684
|
"requires": {}
|
|
616
685
|
}
|
|
617
686
|
},
|
|
687
|
+
{
|
|
688
|
+
"name": "clarity-analytics",
|
|
689
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
690
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
691
|
+
"npm": "nuxt-clarity-analytics",
|
|
692
|
+
"icon": "",
|
|
693
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
694
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
695
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
696
|
+
"category": "Analytics",
|
|
697
|
+
"type": "3rd-party",
|
|
698
|
+
"maintainers": [
|
|
699
|
+
{
|
|
700
|
+
"name": "Barbapapazes",
|
|
701
|
+
"github": "Barbapapazes",
|
|
702
|
+
"twitter": "soubiran_"
|
|
703
|
+
}
|
|
704
|
+
],
|
|
705
|
+
"compatibility": {
|
|
706
|
+
"nuxt": "^3.0.0",
|
|
707
|
+
"requires": {}
|
|
708
|
+
}
|
|
709
|
+
},
|
|
618
710
|
{
|
|
619
711
|
"name": "client-init",
|
|
620
712
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -664,7 +756,7 @@
|
|
|
664
756
|
"description": "Cloudflare Web Analytics Module for Nuxt",
|
|
665
757
|
"repo": "hamlogic/nuxt-cloudflare-analytics",
|
|
666
758
|
"npm": "nuxt-cloudflare-analytics",
|
|
667
|
-
"icon": "cloudflare
|
|
759
|
+
"icon": "cloudflare.svg",
|
|
668
760
|
"github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
669
761
|
"website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
670
762
|
"learn_more": "https://www.cloudflare.com/web-analytics/",
|
|
@@ -780,12 +872,35 @@
|
|
|
780
872
|
"requires": {}
|
|
781
873
|
}
|
|
782
874
|
},
|
|
875
|
+
{
|
|
876
|
+
"name": "content-assets",
|
|
877
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
878
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
879
|
+
"npm": "nuxt-content-assets",
|
|
880
|
+
"icon": "content-assets.png",
|
|
881
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
882
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
883
|
+
"learn_more": "",
|
|
884
|
+
"category": "Images",
|
|
885
|
+
"type": "3rd-party",
|
|
886
|
+
"maintainers": [
|
|
887
|
+
{
|
|
888
|
+
"name": "davestewart",
|
|
889
|
+
"github": "davestewart",
|
|
890
|
+
"twitter": "dave_stewart"
|
|
891
|
+
}
|
|
892
|
+
],
|
|
893
|
+
"compatibility": {
|
|
894
|
+
"nuxt": "^3.0.0",
|
|
895
|
+
"requires": {}
|
|
896
|
+
}
|
|
897
|
+
},
|
|
783
898
|
{
|
|
784
899
|
"name": "content",
|
|
785
900
|
"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
901
|
"repo": "nuxt/content#main",
|
|
787
902
|
"npm": "@nuxt/content",
|
|
788
|
-
"icon": "nuxt.
|
|
903
|
+
"icon": "nuxt.svg",
|
|
789
904
|
"github": "https://github.com/nuxt/content",
|
|
790
905
|
"website": "https://content.nuxtjs.org",
|
|
791
906
|
"learn_more": "",
|
|
@@ -952,11 +1067,11 @@
|
|
|
952
1067
|
}
|
|
953
1068
|
},
|
|
954
1069
|
{
|
|
955
|
-
"name": "datocms",
|
|
956
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
1070
|
+
"name": "datocms-nuxt2",
|
|
1071
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
957
1072
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
958
1073
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
959
|
-
"icon": "datocms.
|
|
1074
|
+
"icon": "datocms.svg",
|
|
960
1075
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
961
1076
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
962
1077
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -973,26 +1088,50 @@
|
|
|
973
1088
|
"requires": {}
|
|
974
1089
|
}
|
|
975
1090
|
},
|
|
1091
|
+
{
|
|
1092
|
+
"name": "datocms",
|
|
1093
|
+
"description": "DatoCMS module for Nuxt",
|
|
1094
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
1095
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
1096
|
+
"icon": "datocms.svg",
|
|
1097
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
1098
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
1099
|
+
"learn_more": "https://www.datocms.com/",
|
|
1100
|
+
"category": "CMS",
|
|
1101
|
+
"type": "3rd-party",
|
|
1102
|
+
"maintainers": [
|
|
1103
|
+
{
|
|
1104
|
+
"name": "Jamie Warburton",
|
|
1105
|
+
"github": "jamiewarb",
|
|
1106
|
+
"twitter": "jamiewarb",
|
|
1107
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
1108
|
+
}
|
|
1109
|
+
],
|
|
1110
|
+
"compatibility": {
|
|
1111
|
+
"nuxt": "^3.0.0",
|
|
1112
|
+
"requires": {}
|
|
1113
|
+
}
|
|
1114
|
+
},
|
|
976
1115
|
{
|
|
977
1116
|
"name": "dayjs",
|
|
978
|
-
"description": "
|
|
979
|
-
"repo": "
|
|
980
|
-
"npm": "
|
|
1117
|
+
"description": "Day.js module for Nuxt",
|
|
1118
|
+
"repo": "fumeapp/dayjs",
|
|
1119
|
+
"npm": "dayjs-nuxt",
|
|
981
1120
|
"icon": "day-js.png",
|
|
982
|
-
"github": "https://github.com/
|
|
983
|
-
"website": "https://github.com/
|
|
1121
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1122
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
984
1123
|
"learn_more": "https://day.js.org/",
|
|
985
|
-
"category": "
|
|
986
|
-
"type": "
|
|
1124
|
+
"category": "Libraries",
|
|
1125
|
+
"type": "3rd-party",
|
|
987
1126
|
"maintainers": [
|
|
988
1127
|
{
|
|
989
|
-
"name": "
|
|
990
|
-
"github": "
|
|
991
|
-
"twitter": "
|
|
1128
|
+
"name": "Kevin Olson",
|
|
1129
|
+
"github": "acidjazz",
|
|
1130
|
+
"twitter": "AppFume"
|
|
992
1131
|
}
|
|
993
1132
|
],
|
|
994
1133
|
"compatibility": {
|
|
995
|
-
"nuxt": "^
|
|
1134
|
+
"nuxt": "^3.0.0",
|
|
996
1135
|
"requires": {}
|
|
997
1136
|
}
|
|
998
1137
|
},
|
|
@@ -1041,6 +1180,29 @@
|
|
|
1041
1180
|
"requires": {}
|
|
1042
1181
|
}
|
|
1043
1182
|
},
|
|
1183
|
+
{
|
|
1184
|
+
"name": "devtools",
|
|
1185
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1186
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1187
|
+
"npm": "@nuxt/devtools",
|
|
1188
|
+
"icon": "nuxt.svg",
|
|
1189
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1190
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1191
|
+
"learn_more": "",
|
|
1192
|
+
"category": "Devtools",
|
|
1193
|
+
"type": "official",
|
|
1194
|
+
"maintainers": [
|
|
1195
|
+
{
|
|
1196
|
+
"name": "Anthony Fu",
|
|
1197
|
+
"github": "antfu",
|
|
1198
|
+
"twitter": "antfu7"
|
|
1199
|
+
}
|
|
1200
|
+
],
|
|
1201
|
+
"compatibility": {
|
|
1202
|
+
"nuxt": "^3.0.0",
|
|
1203
|
+
"requires": {}
|
|
1204
|
+
}
|
|
1205
|
+
},
|
|
1044
1206
|
{
|
|
1045
1207
|
"name": "directus",
|
|
1046
1208
|
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
@@ -1066,6 +1228,28 @@
|
|
|
1066
1228
|
}
|
|
1067
1229
|
}
|
|
1068
1230
|
},
|
|
1231
|
+
{
|
|
1232
|
+
"name": "disqus",
|
|
1233
|
+
"description": "Disqus for Nuxt 3",
|
|
1234
|
+
"repo": "modbender/nuxt-disqus",
|
|
1235
|
+
"npm": "nuxt-disqus",
|
|
1236
|
+
"icon": "disqus.svg",
|
|
1237
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1238
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1239
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1240
|
+
"category": "Libraries",
|
|
1241
|
+
"type": "3rd-party",
|
|
1242
|
+
"maintainers": [
|
|
1243
|
+
{
|
|
1244
|
+
"name": "modbender",
|
|
1245
|
+
"github": "modbender"
|
|
1246
|
+
}
|
|
1247
|
+
],
|
|
1248
|
+
"compatibility": {
|
|
1249
|
+
"nuxt": "^3.0.0",
|
|
1250
|
+
"requires": {}
|
|
1251
|
+
}
|
|
1252
|
+
},
|
|
1069
1253
|
{
|
|
1070
1254
|
"name": "dotenv",
|
|
1071
1255
|
"description": "A Nuxt.js module that loads your .env file into your context options",
|
|
@@ -1143,6 +1327,28 @@
|
|
|
1143
1327
|
"requires": {}
|
|
1144
1328
|
}
|
|
1145
1329
|
},
|
|
1330
|
+
{
|
|
1331
|
+
"name": "electron",
|
|
1332
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1333
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1334
|
+
"npm": "nuxt-electron",
|
|
1335
|
+
"icon": "electron.svg",
|
|
1336
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1337
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1338
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1339
|
+
"category": "Extensions",
|
|
1340
|
+
"type": "3rd-party",
|
|
1341
|
+
"maintainers": [
|
|
1342
|
+
{
|
|
1343
|
+
"name": "草鞋没号",
|
|
1344
|
+
"github": "caoxiemeihao"
|
|
1345
|
+
}
|
|
1346
|
+
],
|
|
1347
|
+
"compatibility": {
|
|
1348
|
+
"nuxt": "^3.0.0",
|
|
1349
|
+
"requires": {}
|
|
1350
|
+
}
|
|
1351
|
+
},
|
|
1146
1352
|
{
|
|
1147
1353
|
"name": "element-plus",
|
|
1148
1354
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1213,7 +1419,7 @@
|
|
|
1213
1419
|
}
|
|
1214
1420
|
],
|
|
1215
1421
|
"compatibility": {
|
|
1216
|
-
"nuxt": "^2.0.0",
|
|
1422
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1217
1423
|
"requires": {}
|
|
1218
1424
|
}
|
|
1219
1425
|
},
|
|
@@ -1439,6 +1645,29 @@
|
|
|
1439
1645
|
"requires": {}
|
|
1440
1646
|
}
|
|
1441
1647
|
},
|
|
1648
|
+
{
|
|
1649
|
+
"name": "form-actions",
|
|
1650
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1651
|
+
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
|
|
1652
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1653
|
+
"icon": "form-actions.svg",
|
|
1654
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1655
|
+
"website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1656
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1657
|
+
"category": "Request",
|
|
1658
|
+
"type": "3rd-party",
|
|
1659
|
+
"maintainers": [
|
|
1660
|
+
{
|
|
1661
|
+
"name": "Hebilicious",
|
|
1662
|
+
"github": "Hebilicious",
|
|
1663
|
+
"twitter": "its_hebilicious"
|
|
1664
|
+
}
|
|
1665
|
+
],
|
|
1666
|
+
"compatibility": {
|
|
1667
|
+
"nuxt": "^3.0.0",
|
|
1668
|
+
"requires": {}
|
|
1669
|
+
}
|
|
1670
|
+
},
|
|
1442
1671
|
{
|
|
1443
1672
|
"name": "formkit",
|
|
1444
1673
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1718,6 +1947,30 @@
|
|
|
1718
1947
|
"requires": {}
|
|
1719
1948
|
}
|
|
1720
1949
|
},
|
|
1950
|
+
{
|
|
1951
|
+
"name": "gtag",
|
|
1952
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1953
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1954
|
+
"npm": "nuxt-gtag",
|
|
1955
|
+
"icon": "gtag.svg",
|
|
1956
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1957
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1958
|
+
"learn_more": "",
|
|
1959
|
+
"category": "Analytics",
|
|
1960
|
+
"type": "3rd-party",
|
|
1961
|
+
"maintainers": [
|
|
1962
|
+
{
|
|
1963
|
+
"name": "Johann Schopplich",
|
|
1964
|
+
"github": "johannschopplich",
|
|
1965
|
+
"twitter": "jschopplich",
|
|
1966
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1967
|
+
}
|
|
1968
|
+
],
|
|
1969
|
+
"compatibility": {
|
|
1970
|
+
"nuxt": "^3.0.0",
|
|
1971
|
+
"requires": {}
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1721
1974
|
{
|
|
1722
1975
|
"name": "gtm",
|
|
1723
1976
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -1763,6 +2016,28 @@
|
|
|
1763
2016
|
"requires": {}
|
|
1764
2017
|
}
|
|
1765
2018
|
},
|
|
2019
|
+
{
|
|
2020
|
+
"name": "hanko",
|
|
2021
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2022
|
+
"repo": "nuxt-modules/hanko",
|
|
2023
|
+
"npm": "@nuxtjs/hanko",
|
|
2024
|
+
"icon": "hanko.svg",
|
|
2025
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2026
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2027
|
+
"learn_more": "https://hanko.io/",
|
|
2028
|
+
"category": "Security",
|
|
2029
|
+
"type": "community",
|
|
2030
|
+
"maintainers": [
|
|
2031
|
+
{
|
|
2032
|
+
"name": "danielroe",
|
|
2033
|
+
"github": "danielroe"
|
|
2034
|
+
}
|
|
2035
|
+
],
|
|
2036
|
+
"compatibility": {
|
|
2037
|
+
"nuxt": "^3.0.0",
|
|
2038
|
+
"requires": {}
|
|
2039
|
+
}
|
|
2040
|
+
},
|
|
1766
2041
|
{
|
|
1767
2042
|
"name": "harlem",
|
|
1768
2043
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -2021,6 +2296,28 @@
|
|
|
2021
2296
|
"requires": {}
|
|
2022
2297
|
}
|
|
2023
2298
|
},
|
|
2299
|
+
{
|
|
2300
|
+
"name": "icon-font",
|
|
2301
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2302
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2303
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2304
|
+
"icon": "",
|
|
2305
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2306
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2307
|
+
"learn_more": "",
|
|
2308
|
+
"category": "UI",
|
|
2309
|
+
"type": "3rd-party",
|
|
2310
|
+
"maintainers": [
|
|
2311
|
+
{
|
|
2312
|
+
"name": "coremyslo",
|
|
2313
|
+
"github": "coremyslo"
|
|
2314
|
+
}
|
|
2315
|
+
],
|
|
2316
|
+
"compatibility": {
|
|
2317
|
+
"nuxt": "^3.0.0",
|
|
2318
|
+
"requires": {}
|
|
2319
|
+
}
|
|
2320
|
+
},
|
|
2024
2321
|
{
|
|
2025
2322
|
"name": "icon",
|
|
2026
2323
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2147,12 +2444,12 @@
|
|
|
2147
2444
|
{
|
|
2148
2445
|
"name": "inkline",
|
|
2149
2446
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2150
|
-
"repo": "inkline/
|
|
2151
|
-
"npm": "@inkline/
|
|
2447
|
+
"repo": "inkline/plugin",
|
|
2448
|
+
"npm": "@inkline/plugin",
|
|
2152
2449
|
"icon": "inkline.svg",
|
|
2153
|
-
"github": "https://github.com/inkline/
|
|
2450
|
+
"github": "https://github.com/inkline/plugin",
|
|
2154
2451
|
"website": "https://inkline.io",
|
|
2155
|
-
"learn_more": "https://inkline.io/docs/
|
|
2452
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2156
2453
|
"category": "UI",
|
|
2157
2454
|
"type": "3rd-party",
|
|
2158
2455
|
"maintainers": [
|
|
@@ -2372,7 +2669,7 @@
|
|
|
2372
2669
|
},
|
|
2373
2670
|
{
|
|
2374
2671
|
"name": "link-checker",
|
|
2375
|
-
"description": "",
|
|
2672
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2376
2673
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2377
2674
|
"npm": "nuxt-link-checker",
|
|
2378
2675
|
"icon": "",
|
|
@@ -2602,6 +2899,31 @@
|
|
|
2602
2899
|
"requires": {}
|
|
2603
2900
|
}
|
|
2604
2901
|
},
|
|
2902
|
+
{
|
|
2903
|
+
"name": "medusa",
|
|
2904
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2905
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2906
|
+
"npm": "nuxt-medusa",
|
|
2907
|
+
"icon": "medusa.svg",
|
|
2908
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2909
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2910
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2911
|
+
"category": "Ecommerce",
|
|
2912
|
+
"type": "3rd-party",
|
|
2913
|
+
"maintainers": [
|
|
2914
|
+
{
|
|
2915
|
+
"name": "Jakub Andrzejewski",
|
|
2916
|
+
"github": "Baroshem",
|
|
2917
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2918
|
+
}
|
|
2919
|
+
],
|
|
2920
|
+
"compatibility": {
|
|
2921
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2922
|
+
"requires": {
|
|
2923
|
+
"bridge": true
|
|
2924
|
+
}
|
|
2925
|
+
}
|
|
2926
|
+
},
|
|
2605
2927
|
{
|
|
2606
2928
|
"name": "meilisearch",
|
|
2607
2929
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2671,6 +2993,29 @@
|
|
|
2671
2993
|
"requires": {}
|
|
2672
2994
|
}
|
|
2673
2995
|
},
|
|
2996
|
+
{
|
|
2997
|
+
"name": "module-feed",
|
|
2998
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
2999
|
+
"repo": "tresko/nuxt-module-feed",
|
|
3000
|
+
"npm": "nuxt-module-feed",
|
|
3001
|
+
"icon": "",
|
|
3002
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
3003
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
3004
|
+
"learn_more": "",
|
|
3005
|
+
"category": "SEO",
|
|
3006
|
+
"type": "3rd-party",
|
|
3007
|
+
"maintainers": [
|
|
3008
|
+
{
|
|
3009
|
+
"name": "Miha Sedej",
|
|
3010
|
+
"github": "tresko",
|
|
3011
|
+
"twitter": "mihasedej"
|
|
3012
|
+
}
|
|
3013
|
+
],
|
|
3014
|
+
"compatibility": {
|
|
3015
|
+
"nuxt": "^3.0.0",
|
|
3016
|
+
"requires": {}
|
|
3017
|
+
}
|
|
3018
|
+
},
|
|
2674
3019
|
{
|
|
2675
3020
|
"name": "moment",
|
|
2676
3021
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2860,12 +3205,56 @@
|
|
|
2860
3205
|
}
|
|
2861
3206
|
},
|
|
2862
3207
|
{
|
|
2863
|
-
"name": "
|
|
2864
|
-
"description": "",
|
|
2865
|
-
"repo": "
|
|
2866
|
-
"npm": "
|
|
3208
|
+
"name": "nupolyon",
|
|
3209
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3210
|
+
"repo": "adenvt/nupolyon",
|
|
3211
|
+
"npm": "nupolyon",
|
|
2867
3212
|
"icon": "",
|
|
2868
|
-
"github": "https://github.com/
|
|
3213
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3214
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3215
|
+
"learn_more": "",
|
|
3216
|
+
"category": "Performance",
|
|
3217
|
+
"type": "3rd-party",
|
|
3218
|
+
"maintainers": [
|
|
3219
|
+
{
|
|
3220
|
+
"name": "adenvt",
|
|
3221
|
+
"github": "adenvt"
|
|
3222
|
+
}
|
|
3223
|
+
],
|
|
3224
|
+
"compatibility": {
|
|
3225
|
+
"nuxt": "^3.0.0",
|
|
3226
|
+
"requires": {}
|
|
3227
|
+
}
|
|
3228
|
+
},
|
|
3229
|
+
{
|
|
3230
|
+
"name": "nuxt-anchorscroll",
|
|
3231
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3232
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3233
|
+
"npm": "nuxt-anchorscroll",
|
|
3234
|
+
"icon": "",
|
|
3235
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3236
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3237
|
+
"learn_more": "",
|
|
3238
|
+
"category": "UI",
|
|
3239
|
+
"type": "3rd-party",
|
|
3240
|
+
"maintainers": [
|
|
3241
|
+
{
|
|
3242
|
+
"name": "Helltraitor",
|
|
3243
|
+
"github": "helltraitor"
|
|
3244
|
+
}
|
|
3245
|
+
],
|
|
3246
|
+
"compatibility": {
|
|
3247
|
+
"nuxt": "^3.0.0",
|
|
3248
|
+
"requires": {}
|
|
3249
|
+
}
|
|
3250
|
+
},
|
|
3251
|
+
{
|
|
3252
|
+
"name": "nuxt-auth",
|
|
3253
|
+
"description": "",
|
|
3254
|
+
"repo": "sidebase/nuxt-auth",
|
|
3255
|
+
"npm": "@sidebase/nuxt-auth",
|
|
3256
|
+
"icon": "",
|
|
3257
|
+
"github": "https://github.com/sidebase/nuxt-auth",
|
|
2869
3258
|
"website": "https://github.com/sidebase/nuxt-auth",
|
|
2870
3259
|
"learn_more": "",
|
|
2871
3260
|
"category": "Devtools",
|
|
@@ -2881,6 +3270,50 @@
|
|
|
2881
3270
|
"requires": {}
|
|
2882
3271
|
}
|
|
2883
3272
|
},
|
|
3273
|
+
{
|
|
3274
|
+
"name": "nuxt-bootstrap-icons",
|
|
3275
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3276
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3277
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3278
|
+
"icon": "bootstrap-icons.svg",
|
|
3279
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3280
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3281
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3282
|
+
"category": "UI",
|
|
3283
|
+
"type": "3rd-party",
|
|
3284
|
+
"maintainers": [
|
|
3285
|
+
{
|
|
3286
|
+
"name": "OyewoleOyedeji",
|
|
3287
|
+
"github": "OyewoleOyedeji"
|
|
3288
|
+
}
|
|
3289
|
+
],
|
|
3290
|
+
"compatibility": {
|
|
3291
|
+
"nuxt": "^3.0.0",
|
|
3292
|
+
"requires": {}
|
|
3293
|
+
}
|
|
3294
|
+
},
|
|
3295
|
+
{
|
|
3296
|
+
"name": "nuxt-chatgpt",
|
|
3297
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3298
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3299
|
+
"npm": "nuxt-chatgpt",
|
|
3300
|
+
"icon": "chatgpt.svg",
|
|
3301
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3302
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3303
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3304
|
+
"category": "Libraries",
|
|
3305
|
+
"type": "3rd-party",
|
|
3306
|
+
"maintainers": [
|
|
3307
|
+
{
|
|
3308
|
+
"name": "Oliver Trajceski",
|
|
3309
|
+
"github": "schnapsterdog"
|
|
3310
|
+
}
|
|
3311
|
+
],
|
|
3312
|
+
"compatibility": {
|
|
3313
|
+
"nuxt": "^3.0.0",
|
|
3314
|
+
"requires": {}
|
|
3315
|
+
}
|
|
3316
|
+
},
|
|
2884
3317
|
{
|
|
2885
3318
|
"name": "nuxt-graphql-middleware",
|
|
2886
3319
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2932,6 +3365,28 @@
|
|
|
2932
3365
|
"requires": {}
|
|
2933
3366
|
}
|
|
2934
3367
|
},
|
|
3368
|
+
{
|
|
3369
|
+
"name": "nuxt-gtm",
|
|
3370
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3371
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3372
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3373
|
+
"icon": "nuxt-gtm.svg",
|
|
3374
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3375
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3376
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3377
|
+
"category": "Analytics",
|
|
3378
|
+
"type": "3rd-party",
|
|
3379
|
+
"maintainers": [
|
|
3380
|
+
{
|
|
3381
|
+
"name": "Zadig&Voltaire Team",
|
|
3382
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3383
|
+
}
|
|
3384
|
+
],
|
|
3385
|
+
"compatibility": {
|
|
3386
|
+
"nuxt": "^3.0.0",
|
|
3387
|
+
"requires": {}
|
|
3388
|
+
}
|
|
3389
|
+
},
|
|
2935
3390
|
{
|
|
2936
3391
|
"name": "nuxt-hue",
|
|
2937
3392
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -3002,6 +3457,28 @@
|
|
|
3002
3457
|
"requires": {}
|
|
3003
3458
|
}
|
|
3004
3459
|
},
|
|
3460
|
+
{
|
|
3461
|
+
"name": "nuxt-mapbox",
|
|
3462
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3463
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3464
|
+
"npm": "nuxt-mapbox",
|
|
3465
|
+
"icon": "nuxt-mapbox.svg",
|
|
3466
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3467
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3468
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3469
|
+
"category": "Libraries",
|
|
3470
|
+
"type": "3rd-party",
|
|
3471
|
+
"maintainers": [
|
|
3472
|
+
{
|
|
3473
|
+
"name": "Alex Lavoie",
|
|
3474
|
+
"github": "AlexLavoie42"
|
|
3475
|
+
}
|
|
3476
|
+
],
|
|
3477
|
+
"compatibility": {
|
|
3478
|
+
"nuxt": "^3.0.0",
|
|
3479
|
+
"requires": {}
|
|
3480
|
+
}
|
|
3481
|
+
},
|
|
3005
3482
|
{
|
|
3006
3483
|
"name": "nuxt-monaco-editor",
|
|
3007
3484
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3024,6 +3501,28 @@
|
|
|
3024
3501
|
"requires": {}
|
|
3025
3502
|
}
|
|
3026
3503
|
},
|
|
3504
|
+
{
|
|
3505
|
+
"name": "nuxt-mongoose",
|
|
3506
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3507
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3508
|
+
"npm": "nuxt-mongoose",
|
|
3509
|
+
"icon": "nuxt-mongoose.svg",
|
|
3510
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3511
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3512
|
+
"learn_more": "",
|
|
3513
|
+
"category": "Database",
|
|
3514
|
+
"type": "3rd-party",
|
|
3515
|
+
"maintainers": [
|
|
3516
|
+
{
|
|
3517
|
+
"name": "arashsheyda",
|
|
3518
|
+
"github": "arashsheyda"
|
|
3519
|
+
}
|
|
3520
|
+
],
|
|
3521
|
+
"compatibility": {
|
|
3522
|
+
"nuxt": "^3.0.0",
|
|
3523
|
+
"requires": {}
|
|
3524
|
+
}
|
|
3525
|
+
},
|
|
3027
3526
|
{
|
|
3028
3527
|
"name": "nuxt-pdf",
|
|
3029
3528
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3047,6 +3546,28 @@
|
|
|
3047
3546
|
"requires": {}
|
|
3048
3547
|
}
|
|
3049
3548
|
},
|
|
3549
|
+
{
|
|
3550
|
+
"name": "nuxt-phosphor-icons",
|
|
3551
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3552
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3553
|
+
"npm": "nuxt-phosphor-icons",
|
|
3554
|
+
"icon": "phosphor-icons.svg",
|
|
3555
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3556
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3557
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3558
|
+
"category": "UI",
|
|
3559
|
+
"type": "3rd-party",
|
|
3560
|
+
"maintainers": [
|
|
3561
|
+
{
|
|
3562
|
+
"name": "OyewoleOyedeji",
|
|
3563
|
+
"github": "OyewoleOyedeji"
|
|
3564
|
+
}
|
|
3565
|
+
],
|
|
3566
|
+
"compatibility": {
|
|
3567
|
+
"nuxt": "^3.0.0",
|
|
3568
|
+
"requires": {}
|
|
3569
|
+
}
|
|
3570
|
+
},
|
|
3050
3571
|
{
|
|
3051
3572
|
"name": "nuxt-pino-log",
|
|
3052
3573
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3091,6 +3612,32 @@
|
|
|
3091
3612
|
"requires": {}
|
|
3092
3613
|
}
|
|
3093
3614
|
},
|
|
3615
|
+
{
|
|
3616
|
+
"name": "nuxt-plotly",
|
|
3617
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
|
|
3618
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3619
|
+
"npm": "nuxt-plotly",
|
|
3620
|
+
"icon": "nuxt-plotly.svg",
|
|
3621
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3622
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3623
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3624
|
+
"category": "Libraries",
|
|
3625
|
+
"type": "3rd-party",
|
|
3626
|
+
"maintainers": [
|
|
3627
|
+
{
|
|
3628
|
+
"name": "Supanut Dokmaithong",
|
|
3629
|
+
"github": "Boomgeek"
|
|
3630
|
+
},
|
|
3631
|
+
{
|
|
3632
|
+
"name": "superdev-tech",
|
|
3633
|
+
"github": "superdev-tech"
|
|
3634
|
+
}
|
|
3635
|
+
],
|
|
3636
|
+
"compatibility": {
|
|
3637
|
+
"nuxt": "^3.0.0",
|
|
3638
|
+
"requires": {}
|
|
3639
|
+
}
|
|
3640
|
+
},
|
|
3094
3641
|
{
|
|
3095
3642
|
"name": "nuxt-png-to-ico",
|
|
3096
3643
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -3303,12 +3850,12 @@
|
|
|
3303
3850
|
{
|
|
3304
3851
|
"name": "nuxt-vue3-google-signin",
|
|
3305
3852
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3306
|
-
"repo": "
|
|
3853
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3307
3854
|
"npm": "nuxt-vue3-google-signin",
|
|
3308
3855
|
"icon": "vue3-google-signin.svg",
|
|
3309
|
-
"github": "https://github.com/
|
|
3310
|
-
"website": "https://vue3-google-signin.
|
|
3311
|
-
"learn_more": "https://vue3-google-signin.
|
|
3856
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
3857
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
3858
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3312
3859
|
"category": "Libraries",
|
|
3313
3860
|
"type": "3rd-party",
|
|
3314
3861
|
"maintainers": [
|
|
@@ -3322,6 +3869,50 @@
|
|
|
3322
3869
|
"requires": {}
|
|
3323
3870
|
}
|
|
3324
3871
|
},
|
|
3872
|
+
{
|
|
3873
|
+
"name": "nuxt-vuetify",
|
|
3874
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
|
|
3875
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3876
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3877
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3878
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3879
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3880
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3881
|
+
"category": "UI",
|
|
3882
|
+
"type": "3rd-party",
|
|
3883
|
+
"maintainers": [
|
|
3884
|
+
{
|
|
3885
|
+
"name": "Jens van Hellemondt",
|
|
3886
|
+
"github": "invictus-codes"
|
|
3887
|
+
}
|
|
3888
|
+
],
|
|
3889
|
+
"compatibility": {
|
|
3890
|
+
"nuxt": "^3.0.0",
|
|
3891
|
+
"requires": {}
|
|
3892
|
+
}
|
|
3893
|
+
},
|
|
3894
|
+
{
|
|
3895
|
+
"name": "nuxt3-leaflet",
|
|
3896
|
+
"description": "Leaflet integration with Nuxt",
|
|
3897
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
3898
|
+
"npm": "nuxt3-leaflet",
|
|
3899
|
+
"icon": "leaflet.png",
|
|
3900
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
3901
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
3902
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
3903
|
+
"category": "Libraries",
|
|
3904
|
+
"type": "3rd-party",
|
|
3905
|
+
"maintainers": [
|
|
3906
|
+
{
|
|
3907
|
+
"name": "Augustin MERCIER",
|
|
3908
|
+
"github": "Gugustinette"
|
|
3909
|
+
}
|
|
3910
|
+
],
|
|
3911
|
+
"compatibility": {
|
|
3912
|
+
"nuxt": "^3.0.0",
|
|
3913
|
+
"requires": {}
|
|
3914
|
+
}
|
|
3915
|
+
},
|
|
3325
3916
|
{
|
|
3326
3917
|
"name": "nuxt7",
|
|
3327
3918
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3345,6 +3936,29 @@
|
|
|
3345
3936
|
"requires": {}
|
|
3346
3937
|
}
|
|
3347
3938
|
},
|
|
3939
|
+
{
|
|
3940
|
+
"name": "nuxtlabs-ui",
|
|
3941
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3942
|
+
"repo": "nuxtlabs/ui",
|
|
3943
|
+
"npm": "@nuxthq/ui",
|
|
3944
|
+
"icon": "nuxtlabs-ui.svg",
|
|
3945
|
+
"github": "https://github.com/nuxtlabs/ui",
|
|
3946
|
+
"website": "https://ui.nuxtlabs.com",
|
|
3947
|
+
"learn_more": "https://ui.nuxtlabs.com",
|
|
3948
|
+
"category": "UI",
|
|
3949
|
+
"type": "3rd-party",
|
|
3950
|
+
"maintainers": [
|
|
3951
|
+
{
|
|
3952
|
+
"name": "Benjamin Canac",
|
|
3953
|
+
"github": "benjamincanac",
|
|
3954
|
+
"twitter": "benjamincanac"
|
|
3955
|
+
}
|
|
3956
|
+
],
|
|
3957
|
+
"compatibility": {
|
|
3958
|
+
"nuxt": "^3.0.0",
|
|
3959
|
+
"requires": {}
|
|
3960
|
+
}
|
|
3961
|
+
},
|
|
3348
3962
|
{
|
|
3349
3963
|
"name": "og-image",
|
|
3350
3964
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -3484,6 +4098,30 @@
|
|
|
3484
4098
|
}
|
|
3485
4099
|
}
|
|
3486
4100
|
},
|
|
4101
|
+
{
|
|
4102
|
+
"name": "pdfeasy",
|
|
4103
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4104
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4105
|
+
"npm": "nuxt-pdfeasy",
|
|
4106
|
+
"icon": "pdfeasy.png",
|
|
4107
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4108
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4109
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4110
|
+
"category": "Extensions",
|
|
4111
|
+
"type": "3rd-party",
|
|
4112
|
+
"maintainers": [
|
|
4113
|
+
{
|
|
4114
|
+
"name": "Giovane Cardoso",
|
|
4115
|
+
"github": "novout",
|
|
4116
|
+
"twitter": "novoutttttt",
|
|
4117
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4118
|
+
}
|
|
4119
|
+
],
|
|
4120
|
+
"compatibility": {
|
|
4121
|
+
"nuxt": "^3.0.0",
|
|
4122
|
+
"requires": {}
|
|
4123
|
+
}
|
|
4124
|
+
},
|
|
3487
4125
|
{
|
|
3488
4126
|
"name": "persian-datepicker",
|
|
3489
4127
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3651,11 +4289,11 @@
|
|
|
3651
4289
|
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3652
4290
|
"repo": "artmizu/nuxt-prometheus",
|
|
3653
4291
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3654
|
-
"icon": "",
|
|
4292
|
+
"icon": "prometheus.svg",
|
|
3655
4293
|
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3656
4294
|
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3657
4295
|
"learn_more": "",
|
|
3658
|
-
"category": "
|
|
4296
|
+
"category": "Monitoring",
|
|
3659
4297
|
"type": "3rd-party",
|
|
3660
4298
|
"maintainers": [
|
|
3661
4299
|
{
|
|
@@ -3664,7 +4302,7 @@
|
|
|
3664
4302
|
}
|
|
3665
4303
|
],
|
|
3666
4304
|
"compatibility": {
|
|
3667
|
-
"nuxt": "^
|
|
4305
|
+
"nuxt": "^3.0.0",
|
|
3668
4306
|
"requires": {}
|
|
3669
4307
|
}
|
|
3670
4308
|
},
|
|
@@ -3805,6 +4443,50 @@
|
|
|
3805
4443
|
"requires": {}
|
|
3806
4444
|
}
|
|
3807
4445
|
},
|
|
4446
|
+
{
|
|
4447
|
+
"name": "quasar",
|
|
4448
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4449
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4450
|
+
"npm": "nuxt-quasar-ui",
|
|
4451
|
+
"icon": "quasar.svg",
|
|
4452
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4453
|
+
"website": "https://quasar.dev/",
|
|
4454
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4455
|
+
"category": "UI",
|
|
4456
|
+
"type": "3rd-party",
|
|
4457
|
+
"maintainers": [
|
|
4458
|
+
{
|
|
4459
|
+
"name": "Ege İliklier",
|
|
4460
|
+
"github": "Maiquu"
|
|
4461
|
+
}
|
|
4462
|
+
],
|
|
4463
|
+
"compatibility": {
|
|
4464
|
+
"nuxt": "^3.0.0",
|
|
4465
|
+
"requires": {}
|
|
4466
|
+
}
|
|
4467
|
+
},
|
|
4468
|
+
{
|
|
4469
|
+
"name": "radash",
|
|
4470
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4471
|
+
"repo": "bbg/nuxt-radash",
|
|
4472
|
+
"npm": "nuxt-radash",
|
|
4473
|
+
"icon": "radash.svg",
|
|
4474
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4475
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4476
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4477
|
+
"category": "Libraries",
|
|
4478
|
+
"type": "3rd-party",
|
|
4479
|
+
"maintainers": [
|
|
4480
|
+
{
|
|
4481
|
+
"name": "Batuhan Göksu",
|
|
4482
|
+
"github": "bbg"
|
|
4483
|
+
}
|
|
4484
|
+
],
|
|
4485
|
+
"compatibility": {
|
|
4486
|
+
"nuxt": "^3.0.0",
|
|
4487
|
+
"requires": {}
|
|
4488
|
+
}
|
|
4489
|
+
},
|
|
3808
4490
|
{
|
|
3809
4491
|
"name": "recaptcha",
|
|
3810
4492
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -4105,8 +4787,8 @@
|
|
|
4105
4787
|
{
|
|
4106
4788
|
"name": "seo-kit",
|
|
4107
4789
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
4108
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4109
|
-
"npm": "nuxt-seo-kit
|
|
4790
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4791
|
+
"npm": "nuxt-seo-kit",
|
|
4110
4792
|
"icon": "seo-kit.svg",
|
|
4111
4793
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4112
4794
|
"website": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4192,6 +4874,29 @@
|
|
|
4192
4874
|
"requires": {}
|
|
4193
4875
|
}
|
|
4194
4876
|
},
|
|
4877
|
+
{
|
|
4878
|
+
"name": "server-block",
|
|
4879
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
4880
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
4881
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
4882
|
+
"icon": "server-block.svg",
|
|
4883
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
4884
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4885
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4886
|
+
"category": "Extensions",
|
|
4887
|
+
"type": "3rd-party",
|
|
4888
|
+
"maintainers": [
|
|
4889
|
+
{
|
|
4890
|
+
"name": "Hebilicious",
|
|
4891
|
+
"github": "Hebilicious",
|
|
4892
|
+
"twitter": "its_hebilicious"
|
|
4893
|
+
}
|
|
4894
|
+
],
|
|
4895
|
+
"compatibility": {
|
|
4896
|
+
"nuxt": "^3.0.0",
|
|
4897
|
+
"requires": {}
|
|
4898
|
+
}
|
|
4899
|
+
},
|
|
4195
4900
|
{
|
|
4196
4901
|
"name": "session",
|
|
4197
4902
|
"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 +5058,38 @@
|
|
|
4353
5058
|
"requires": {}
|
|
4354
5059
|
}
|
|
4355
5060
|
},
|
|
5061
|
+
{
|
|
5062
|
+
"name": "snackbar",
|
|
5063
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
5064
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
5065
|
+
"npm": "nuxt-snackbar",
|
|
5066
|
+
"icon": "snackbar.png",
|
|
5067
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5068
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5069
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
5070
|
+
"category": "UI",
|
|
5071
|
+
"type": "3rd-party",
|
|
5072
|
+
"maintainers": [
|
|
5073
|
+
{
|
|
5074
|
+
"name": "modbender",
|
|
5075
|
+
"github": "modbender"
|
|
5076
|
+
}
|
|
5077
|
+
],
|
|
5078
|
+
"compatibility": {
|
|
5079
|
+
"nuxt": "^3.0.0",
|
|
5080
|
+
"requires": {}
|
|
5081
|
+
}
|
|
5082
|
+
},
|
|
4356
5083
|
{
|
|
4357
5084
|
"name": "snipcart",
|
|
4358
5085
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4359
|
-
"repo": "nuxt-modules/snipcart
|
|
5086
|
+
"repo": "nuxt-modules/snipcart",
|
|
4360
5087
|
"npm": "@nuxtjs/snipcart",
|
|
4361
5088
|
"icon": "snipcart.png",
|
|
4362
5089
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4363
5090
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4364
5091
|
"learn_more": "https://snipcart.com",
|
|
4365
|
-
"category": "
|
|
5092
|
+
"category": "Ecommerce",
|
|
4366
5093
|
"type": "community",
|
|
4367
5094
|
"maintainers": [
|
|
4368
5095
|
{
|
|
@@ -4646,6 +5373,32 @@
|
|
|
4646
5373
|
}
|
|
4647
5374
|
}
|
|
4648
5375
|
},
|
|
5376
|
+
{
|
|
5377
|
+
"name": "stripe-next",
|
|
5378
|
+
"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.",
|
|
5379
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5380
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5381
|
+
"icon": "stripe.png",
|
|
5382
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5383
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5384
|
+
"learn_more": "https://stripe.com/docs",
|
|
5385
|
+
"category": "Payment",
|
|
5386
|
+
"type": "3rd-party",
|
|
5387
|
+
"maintainers": [
|
|
5388
|
+
{
|
|
5389
|
+
"name": "Loic Fuentes",
|
|
5390
|
+
"github": "fuentesloic"
|
|
5391
|
+
},
|
|
5392
|
+
{
|
|
5393
|
+
"name": "Florent Giraud",
|
|
5394
|
+
"github": "flozero"
|
|
5395
|
+
}
|
|
5396
|
+
],
|
|
5397
|
+
"compatibility": {
|
|
5398
|
+
"nuxt": "^3.0.0",
|
|
5399
|
+
"requires": {}
|
|
5400
|
+
}
|
|
5401
|
+
},
|
|
4649
5402
|
{
|
|
4650
5403
|
"name": "stripe",
|
|
4651
5404
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -4709,7 +5462,7 @@
|
|
|
4709
5462
|
}
|
|
4710
5463
|
],
|
|
4711
5464
|
"compatibility": {
|
|
4712
|
-
"nuxt": "^2.0.0",
|
|
5465
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4713
5466
|
"requires": {}
|
|
4714
5467
|
}
|
|
4715
5468
|
},
|
|
@@ -4881,19 +5634,42 @@
|
|
|
4881
5634
|
}
|
|
4882
5635
|
},
|
|
4883
5636
|
{
|
|
4884
|
-
"name": "
|
|
4885
|
-
"description": "
|
|
4886
|
-
"repo": "
|
|
4887
|
-
"npm": "
|
|
4888
|
-
"icon": "
|
|
4889
|
-
"github": "https://github.com/
|
|
4890
|
-
"website": "https://
|
|
4891
|
-
"learn_more": "https://
|
|
5637
|
+
"name": "tailvue",
|
|
5638
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
5639
|
+
"repo": "fumeapp/tailvue",
|
|
5640
|
+
"npm": "tailvue",
|
|
5641
|
+
"icon": "tailvue.jpg",
|
|
5642
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
5643
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
5644
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
4892
5645
|
"category": "UI",
|
|
4893
|
-
"type": "
|
|
5646
|
+
"type": "3rd-party",
|
|
4894
5647
|
"maintainers": [
|
|
4895
5648
|
{
|
|
4896
|
-
"name": "
|
|
5649
|
+
"name": "Kevin Olson",
|
|
5650
|
+
"github": "acidjazz",
|
|
5651
|
+
"twitter": "AppFume"
|
|
5652
|
+
}
|
|
5653
|
+
],
|
|
5654
|
+
"compatibility": {
|
|
5655
|
+
"nuxt": "^3.0.0",
|
|
5656
|
+
"requires": {}
|
|
5657
|
+
}
|
|
5658
|
+
},
|
|
5659
|
+
{
|
|
5660
|
+
"name": "tailwindcss",
|
|
5661
|
+
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5662
|
+
"repo": "nuxt-community/tailwindcss-module",
|
|
5663
|
+
"npm": "@nuxtjs/tailwindcss",
|
|
5664
|
+
"icon": "tailwindcss.png",
|
|
5665
|
+
"github": "https://github.com/nuxt-community/tailwindcss-module",
|
|
5666
|
+
"website": "https://tailwindcss.nuxtjs.org",
|
|
5667
|
+
"learn_more": "https://tailwindcss.com/",
|
|
5668
|
+
"category": "UI",
|
|
5669
|
+
"type": "community",
|
|
5670
|
+
"maintainers": [
|
|
5671
|
+
{
|
|
5672
|
+
"name": "Sébastien Chopin",
|
|
4897
5673
|
"github": "Atinux",
|
|
4898
5674
|
"twitter": "Atinux"
|
|
4899
5675
|
}
|
|
@@ -4926,6 +5702,28 @@
|
|
|
4926
5702
|
"requires": {}
|
|
4927
5703
|
}
|
|
4928
5704
|
},
|
|
5705
|
+
{
|
|
5706
|
+
"name": "time",
|
|
5707
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5708
|
+
"repo": "danielroe/nuxt-time",
|
|
5709
|
+
"npm": "nuxt-time",
|
|
5710
|
+
"icon": "",
|
|
5711
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5712
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5713
|
+
"learn_more": "",
|
|
5714
|
+
"category": "Extensions",
|
|
5715
|
+
"type": "3rd-party",
|
|
5716
|
+
"maintainers": [
|
|
5717
|
+
{
|
|
5718
|
+
"name": "danielroe",
|
|
5719
|
+
"github": "danielroe"
|
|
5720
|
+
}
|
|
5721
|
+
],
|
|
5722
|
+
"compatibility": {
|
|
5723
|
+
"nuxt": "^3.0.0",
|
|
5724
|
+
"requires": {}
|
|
5725
|
+
}
|
|
5726
|
+
},
|
|
4929
5727
|
{
|
|
4930
5728
|
"name": "toast",
|
|
4931
5729
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -4949,6 +5747,39 @@
|
|
|
4949
5747
|
"requires": {}
|
|
4950
5748
|
}
|
|
4951
5749
|
},
|
|
5750
|
+
{
|
|
5751
|
+
"name": "tresjs",
|
|
5752
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
5753
|
+
"repo": "tresjs/nuxt",
|
|
5754
|
+
"npm": "@tresjs/nuxt",
|
|
5755
|
+
"icon": "tresjs.svg",
|
|
5756
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
5757
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
5758
|
+
"learn_more": "https://tresjs.org/",
|
|
5759
|
+
"category": "Libraries",
|
|
5760
|
+
"type": "3rd-party",
|
|
5761
|
+
"maintainers": [
|
|
5762
|
+
{
|
|
5763
|
+
"name": "Alvaro Saburido",
|
|
5764
|
+
"github": "alvarosabu",
|
|
5765
|
+
"twitter": "alvarosabu"
|
|
5766
|
+
},
|
|
5767
|
+
{
|
|
5768
|
+
"name": "Jaime Torrealba",
|
|
5769
|
+
"github": "JaimeTorrealba",
|
|
5770
|
+
"twitter": "jaimebboyjt"
|
|
5771
|
+
},
|
|
5772
|
+
{
|
|
5773
|
+
"name": "Tino Koch",
|
|
5774
|
+
"github": "Tinoooo",
|
|
5775
|
+
"twitter": "ichbintino"
|
|
5776
|
+
}
|
|
5777
|
+
],
|
|
5778
|
+
"compatibility": {
|
|
5779
|
+
"nuxt": "^3.0.0",
|
|
5780
|
+
"requires": {}
|
|
5781
|
+
}
|
|
5782
|
+
},
|
|
4952
5783
|
{
|
|
4953
5784
|
"name": "turnstile",
|
|
4954
5785
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -4998,6 +5829,28 @@
|
|
|
4998
5829
|
}
|
|
4999
5830
|
}
|
|
5000
5831
|
},
|
|
5832
|
+
{
|
|
5833
|
+
"name": "twemoji",
|
|
5834
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
5835
|
+
"repo": "yizack/nuxt-twemoji",
|
|
5836
|
+
"npm": "nuxt-twemoji",
|
|
5837
|
+
"icon": "twemoji.svg",
|
|
5838
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
5839
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
5840
|
+
"learn_more": "",
|
|
5841
|
+
"category": "UI",
|
|
5842
|
+
"type": "3rd-party",
|
|
5843
|
+
"maintainers": [
|
|
5844
|
+
{
|
|
5845
|
+
"name": "Yizack Rangel",
|
|
5846
|
+
"github": "yizack"
|
|
5847
|
+
}
|
|
5848
|
+
],
|
|
5849
|
+
"compatibility": {
|
|
5850
|
+
"nuxt": "^3.0.0",
|
|
5851
|
+
"requires": {}
|
|
5852
|
+
}
|
|
5853
|
+
},
|
|
5001
5854
|
{
|
|
5002
5855
|
"name": "twicpics",
|
|
5003
5856
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5169,11 +6022,11 @@
|
|
|
5169
6022
|
{
|
|
5170
6023
|
"name": "unhead",
|
|
5171
6024
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5172
|
-
"repo": "harlan-zw/nuxt-
|
|
5173
|
-
"npm": "nuxt-
|
|
6025
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6026
|
+
"npm": "nuxt-seo-experiments",
|
|
5174
6027
|
"icon": "",
|
|
5175
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5176
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
6028
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6029
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5177
6030
|
"learn_more": "",
|
|
5178
6031
|
"category": "SEO",
|
|
5179
6032
|
"type": "3rd-party",
|
|
@@ -5216,6 +6069,28 @@
|
|
|
5216
6069
|
"requires": {}
|
|
5217
6070
|
}
|
|
5218
6071
|
},
|
|
6072
|
+
{
|
|
6073
|
+
"name": "unlazy",
|
|
6074
|
+
"description": "Lazy loading library for placeholder images",
|
|
6075
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6076
|
+
"npm": "@unlazy/nuxt",
|
|
6077
|
+
"icon": "unlazy.svg",
|
|
6078
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6079
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6080
|
+
"learn_more": "",
|
|
6081
|
+
"category": "Images",
|
|
6082
|
+
"type": "3rd-party",
|
|
6083
|
+
"maintainers": [
|
|
6084
|
+
{
|
|
6085
|
+
"name": "Johann Schopplich",
|
|
6086
|
+
"github": "johannschopplich"
|
|
6087
|
+
}
|
|
6088
|
+
],
|
|
6089
|
+
"compatibility": {
|
|
6090
|
+
"nuxt": "^3.0.0",
|
|
6091
|
+
"requires": {}
|
|
6092
|
+
}
|
|
6093
|
+
},
|
|
5219
6094
|
{
|
|
5220
6095
|
"name": "unlighthouse",
|
|
5221
6096
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5268,6 +6143,29 @@
|
|
|
5268
6143
|
}
|
|
5269
6144
|
}
|
|
5270
6145
|
},
|
|
6146
|
+
{
|
|
6147
|
+
"name": "ununuracss",
|
|
6148
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
6149
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
6150
|
+
"npm": "nuxt-ununura",
|
|
6151
|
+
"icon": "ununuracss.png",
|
|
6152
|
+
"github": "https://github.com/novout/ununuracss",
|
|
6153
|
+
"website": "https://ununura.com/#/",
|
|
6154
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
6155
|
+
"category": "UI",
|
|
6156
|
+
"type": "3rd-party",
|
|
6157
|
+
"maintainers": [
|
|
6158
|
+
{
|
|
6159
|
+
"name": "Giovane Cardoso",
|
|
6160
|
+
"github": "novout",
|
|
6161
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
6162
|
+
}
|
|
6163
|
+
],
|
|
6164
|
+
"compatibility": {
|
|
6165
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6166
|
+
"requires": {}
|
|
6167
|
+
}
|
|
6168
|
+
},
|
|
5271
6169
|
{
|
|
5272
6170
|
"name": "user-agent",
|
|
5273
6171
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5312,6 +6210,76 @@
|
|
|
5312
6210
|
"requires": {}
|
|
5313
6211
|
}
|
|
5314
6212
|
},
|
|
6213
|
+
{
|
|
6214
|
+
"name": "vant",
|
|
6215
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
6216
|
+
"repo": "vant-ui/vant-nuxt",
|
|
6217
|
+
"npm": "@vant/nuxt",
|
|
6218
|
+
"icon": "vant.png",
|
|
6219
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
6220
|
+
"website": "https://vant-ui.github.io/vant",
|
|
6221
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
6222
|
+
"category": "UI",
|
|
6223
|
+
"type": "3rd-party",
|
|
6224
|
+
"maintainers": [
|
|
6225
|
+
{
|
|
6226
|
+
"name": "tolking",
|
|
6227
|
+
"github": "tolking"
|
|
6228
|
+
}
|
|
6229
|
+
],
|
|
6230
|
+
"compatibility": {
|
|
6231
|
+
"nuxt": "^3.0.0",
|
|
6232
|
+
"requires": {
|
|
6233
|
+
"bridge": "optional"
|
|
6234
|
+
}
|
|
6235
|
+
}
|
|
6236
|
+
},
|
|
6237
|
+
{
|
|
6238
|
+
"name": "varlet",
|
|
6239
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
6240
|
+
"repo": "varletjs/varlet-nuxt",
|
|
6241
|
+
"npm": "@varlet/nuxt",
|
|
6242
|
+
"icon": "varlet.svg",
|
|
6243
|
+
"github": "https://github.com/varletjs/varlet",
|
|
6244
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
6245
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6246
|
+
"category": "UI",
|
|
6247
|
+
"type": "3rd-party",
|
|
6248
|
+
"maintainers": [
|
|
6249
|
+
{
|
|
6250
|
+
"name": "zhangmo8",
|
|
6251
|
+
"github": "zhangmo8"
|
|
6252
|
+
}
|
|
6253
|
+
],
|
|
6254
|
+
"compatibility": {
|
|
6255
|
+
"nuxt": "^3.0.0",
|
|
6256
|
+
"requires": {
|
|
6257
|
+
"bridge": "optional"
|
|
6258
|
+
}
|
|
6259
|
+
}
|
|
6260
|
+
},
|
|
6261
|
+
{
|
|
6262
|
+
"name": "vee-validate",
|
|
6263
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
6264
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6265
|
+
"npm": "@vee-validate/nuxt",
|
|
6266
|
+
"icon": "vee-validate.png",
|
|
6267
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6268
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6269
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6270
|
+
"category": "Libraries",
|
|
6271
|
+
"type": "3rd-party",
|
|
6272
|
+
"maintainers": [
|
|
6273
|
+
{
|
|
6274
|
+
"name": "Abdelrahman Awad",
|
|
6275
|
+
"github": "logaretm"
|
|
6276
|
+
}
|
|
6277
|
+
],
|
|
6278
|
+
"compatibility": {
|
|
6279
|
+
"nuxt": "^3.0.0",
|
|
6280
|
+
"requires": {}
|
|
6281
|
+
}
|
|
6282
|
+
},
|
|
5315
6283
|
{
|
|
5316
6284
|
"name": "vendor",
|
|
5317
6285
|
"description": "directly serve node_modules",
|
|
@@ -5335,6 +6303,51 @@
|
|
|
5335
6303
|
"requires": {}
|
|
5336
6304
|
}
|
|
5337
6305
|
},
|
|
6306
|
+
{
|
|
6307
|
+
"name": "vercel-analytics",
|
|
6308
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6309
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6310
|
+
"npm": "nuxt-vercel-analytics",
|
|
6311
|
+
"icon": "",
|
|
6312
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6313
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6314
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6315
|
+
"category": "Analytics",
|
|
6316
|
+
"type": "3rd-party",
|
|
6317
|
+
"maintainers": [
|
|
6318
|
+
{
|
|
6319
|
+
"name": "Alexander B.",
|
|
6320
|
+
"github": "xanderbarkhatov"
|
|
6321
|
+
}
|
|
6322
|
+
],
|
|
6323
|
+
"compatibility": {
|
|
6324
|
+
"nuxt": "^3.0.0",
|
|
6325
|
+
"requires": {}
|
|
6326
|
+
}
|
|
6327
|
+
},
|
|
6328
|
+
{
|
|
6329
|
+
"name": "vexip-ui",
|
|
6330
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6331
|
+
"repo": "vexip-ui/nuxt",
|
|
6332
|
+
"npm": "@vexip-ui/nuxt",
|
|
6333
|
+
"icon": "vexip-ui.svg",
|
|
6334
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6335
|
+
"website": "https://www.vexipui.com/",
|
|
6336
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6337
|
+
"category": "UI",
|
|
6338
|
+
"type": "3rd-party",
|
|
6339
|
+
"maintainers": [
|
|
6340
|
+
{
|
|
6341
|
+
"name": "未觉雨声",
|
|
6342
|
+
"github": "qmhc",
|
|
6343
|
+
"twitter": "qmhc95"
|
|
6344
|
+
}
|
|
6345
|
+
],
|
|
6346
|
+
"compatibility": {
|
|
6347
|
+
"nuxt": "^3.0.0",
|
|
6348
|
+
"requires": {}
|
|
6349
|
+
}
|
|
6350
|
+
},
|
|
5338
6351
|
{
|
|
5339
6352
|
"name": "vite-pwa-nuxt",
|
|
5340
6353
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5366,13 +6379,13 @@
|
|
|
5366
6379
|
{
|
|
5367
6380
|
"name": "vitest",
|
|
5368
6381
|
"description": "Vitest integration with Nuxt",
|
|
5369
|
-
"repo": "danielroe/nuxt-vitest
|
|
6382
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5370
6383
|
"npm": "nuxt-vitest",
|
|
5371
6384
|
"icon": "vitest.svg",
|
|
5372
6385
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5373
6386
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5374
6387
|
"learn_more": "",
|
|
5375
|
-
"category": "
|
|
6388
|
+
"category": "Devtools",
|
|
5376
6389
|
"type": "3rd-party",
|
|
5377
6390
|
"maintainers": [
|
|
5378
6391
|
{
|
|
@@ -5389,15 +6402,45 @@
|
|
|
5389
6402
|
"requires": {}
|
|
5390
6403
|
}
|
|
5391
6404
|
},
|
|
6405
|
+
{
|
|
6406
|
+
"name": "vue-email",
|
|
6407
|
+
"description": "Write email templates with vue",
|
|
6408
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6409
|
+
"npm": "vue-email",
|
|
6410
|
+
"icon": "vue-email.svg",
|
|
6411
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6412
|
+
"website": "https://vue-email.vercel.app/",
|
|
6413
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6414
|
+
"category": "UI",
|
|
6415
|
+
"type": "3rd-party",
|
|
6416
|
+
"maintainers": [
|
|
6417
|
+
{
|
|
6418
|
+
"name": "David Arenas",
|
|
6419
|
+
"github": "Dave136",
|
|
6420
|
+
"twitter": "davejs4",
|
|
6421
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6422
|
+
},
|
|
6423
|
+
{
|
|
6424
|
+
"name": "Younes Barrad",
|
|
6425
|
+
"github": "Flowko",
|
|
6426
|
+
"twitter": "imflowko",
|
|
6427
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6428
|
+
}
|
|
6429
|
+
],
|
|
6430
|
+
"compatibility": {
|
|
6431
|
+
"nuxt": "^3.0.0",
|
|
6432
|
+
"requires": {}
|
|
6433
|
+
}
|
|
6434
|
+
},
|
|
5392
6435
|
{
|
|
5393
6436
|
"name": "vue-macros",
|
|
5394
|
-
"description": "Explore
|
|
5395
|
-
"repo": "sxzz/
|
|
6437
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6438
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5396
6439
|
"npm": "@vue-macros/nuxt",
|
|
5397
6440
|
"icon": "vue-macros.svg",
|
|
5398
|
-
"github": "https://github.com/sxzz/
|
|
6441
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5399
6442
|
"website": "https://vue-macros.sxzz.moe",
|
|
5400
|
-
"learn_more": "https://github.com/sxzz/
|
|
6443
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5401
6444
|
"category": "Extensions",
|
|
5402
6445
|
"type": "3rd-party",
|
|
5403
6446
|
"maintainers": [
|
|
@@ -5480,6 +6523,29 @@
|
|
|
5480
6523
|
"requires": {}
|
|
5481
6524
|
}
|
|
5482
6525
|
},
|
|
6526
|
+
{
|
|
6527
|
+
"name": "vue-query",
|
|
6528
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6529
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6530
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6531
|
+
"icon": "vue-query.svg",
|
|
6532
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6533
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6534
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6535
|
+
"category": "Request",
|
|
6536
|
+
"type": "3rd-party",
|
|
6537
|
+
"maintainers": [
|
|
6538
|
+
{
|
|
6539
|
+
"name": "Hebilicious",
|
|
6540
|
+
"github": "Hebilicious",
|
|
6541
|
+
"twitter": "its_hebilicious"
|
|
6542
|
+
}
|
|
6543
|
+
],
|
|
6544
|
+
"compatibility": {
|
|
6545
|
+
"nuxt": "^3.0.0",
|
|
6546
|
+
"requires": {}
|
|
6547
|
+
}
|
|
6548
|
+
},
|
|
5483
6549
|
{
|
|
5484
6550
|
"name": "vue-select",
|
|
5485
6551
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5550,6 +6616,29 @@
|
|
|
5550
6616
|
"requires": {}
|
|
5551
6617
|
}
|
|
5552
6618
|
},
|
|
6619
|
+
{
|
|
6620
|
+
"name": "vue3-carousel-nuxt",
|
|
6621
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
|
|
6622
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6623
|
+
"npm": "vue3-carousel-nuxt",
|
|
6624
|
+
"icon": "",
|
|
6625
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6626
|
+
"website": "",
|
|
6627
|
+
"learn_more": "",
|
|
6628
|
+
"category": "UI",
|
|
6629
|
+
"type": "3rd-party",
|
|
6630
|
+
"maintainers": [
|
|
6631
|
+
{
|
|
6632
|
+
"name": "Gaetan SENN",
|
|
6633
|
+
"github": "gaetansenn",
|
|
6634
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6635
|
+
}
|
|
6636
|
+
],
|
|
6637
|
+
"compatibility": {
|
|
6638
|
+
"nuxt": "^3.0.0",
|
|
6639
|
+
"requires": {}
|
|
6640
|
+
}
|
|
6641
|
+
},
|
|
5553
6642
|
{
|
|
5554
6643
|
"name": "vuefire",
|
|
5555
6644
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -5594,6 +6683,28 @@
|
|
|
5594
6683
|
"requires": {}
|
|
5595
6684
|
}
|
|
5596
6685
|
},
|
|
6686
|
+
{
|
|
6687
|
+
"name": "vuetify-nuxt-module",
|
|
6688
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
6689
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
6690
|
+
"npm": "vuetify-nuxt-module",
|
|
6691
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
6692
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6693
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6694
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
6695
|
+
"category": "UI",
|
|
6696
|
+
"type": "3rd-party",
|
|
6697
|
+
"maintainers": [
|
|
6698
|
+
{
|
|
6699
|
+
"name": "Joaquín Sánchez",
|
|
6700
|
+
"github": "userquin"
|
|
6701
|
+
}
|
|
6702
|
+
],
|
|
6703
|
+
"compatibility": {
|
|
6704
|
+
"nuxt": "^3.0.0",
|
|
6705
|
+
"requires": {}
|
|
6706
|
+
}
|
|
6707
|
+
},
|
|
5597
6708
|
{
|
|
5598
6709
|
"name": "vuetify",
|
|
5599
6710
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -5668,6 +6779,29 @@
|
|
|
5668
6779
|
"requires": {}
|
|
5669
6780
|
}
|
|
5670
6781
|
},
|
|
6782
|
+
{
|
|
6783
|
+
"name": "vunix",
|
|
6784
|
+
"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.",
|
|
6785
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6786
|
+
"npm": "@vunix/nuxt",
|
|
6787
|
+
"icon": "",
|
|
6788
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6789
|
+
"website": "https://vunix.dewib.com/",
|
|
6790
|
+
"learn_more": "",
|
|
6791
|
+
"category": "UI",
|
|
6792
|
+
"type": "3rd-party",
|
|
6793
|
+
"maintainers": [
|
|
6794
|
+
{
|
|
6795
|
+
"name": "Gaetan SENN",
|
|
6796
|
+
"github": "gaetansenn",
|
|
6797
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6798
|
+
}
|
|
6799
|
+
],
|
|
6800
|
+
"compatibility": {
|
|
6801
|
+
"nuxt": "^3.0.0",
|
|
6802
|
+
"requires": {}
|
|
6803
|
+
}
|
|
6804
|
+
},
|
|
5671
6805
|
{
|
|
5672
6806
|
"name": "web-vitals",
|
|
5673
6807
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5702,29 +6836,6 @@
|
|
|
5702
6836
|
}
|
|
5703
6837
|
}
|
|
5704
6838
|
},
|
|
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
6839
|
{
|
|
5729
6840
|
"name": "webfontloader",
|
|
5730
6841
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5839,6 +6950,54 @@
|
|
|
5839
6950
|
"requires": {}
|
|
5840
6951
|
}
|
|
5841
6952
|
},
|
|
6953
|
+
{
|
|
6954
|
+
"name": "well-known",
|
|
6955
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6956
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6957
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6958
|
+
"icon": "well-known.svg",
|
|
6959
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6960
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6961
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6962
|
+
"category": "SEO",
|
|
6963
|
+
"type": "3rd-party",
|
|
6964
|
+
"maintainers": [
|
|
6965
|
+
{
|
|
6966
|
+
"name": "Zadig&Voltaire Team",
|
|
6967
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6968
|
+
}
|
|
6969
|
+
],
|
|
6970
|
+
"compatibility": {
|
|
6971
|
+
"nuxt": "^3.0.0",
|
|
6972
|
+
"requires": {}
|
|
6973
|
+
}
|
|
6974
|
+
},
|
|
6975
|
+
{
|
|
6976
|
+
"name": "wideangle",
|
|
6977
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
6978
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
6979
|
+
"npm": "wideangle-nuxt",
|
|
6980
|
+
"icon": "wideangle.png",
|
|
6981
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
6982
|
+
"website": "https://wideangle.co",
|
|
6983
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
6984
|
+
"category": "Analytics",
|
|
6985
|
+
"type": "3rd-party",
|
|
6986
|
+
"maintainers": [
|
|
6987
|
+
{
|
|
6988
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
6989
|
+
"github": "inputobjects"
|
|
6990
|
+
},
|
|
6991
|
+
{
|
|
6992
|
+
"name": "Jarek Rozanski",
|
|
6993
|
+
"github": "jrozanski"
|
|
6994
|
+
}
|
|
6995
|
+
],
|
|
6996
|
+
"compatibility": {
|
|
6997
|
+
"nuxt": "^3.0.0",
|
|
6998
|
+
"requires": {}
|
|
6999
|
+
}
|
|
7000
|
+
},
|
|
5842
7001
|
{
|
|
5843
7002
|
"name": "windicss",
|
|
5844
7003
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -5982,6 +7141,29 @@
|
|
|
5982
7141
|
"requires": {}
|
|
5983
7142
|
}
|
|
5984
7143
|
},
|
|
7144
|
+
{
|
|
7145
|
+
"name": "yandex-metrika-next",
|
|
7146
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
7147
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
7148
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
7149
|
+
"icon": "yandex-metrika.svg",
|
|
7150
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
7151
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
7152
|
+
"learn_more": "",
|
|
7153
|
+
"category": "Analytics",
|
|
7154
|
+
"type": "3rd-party",
|
|
7155
|
+
"maintainers": [
|
|
7156
|
+
{
|
|
7157
|
+
"name": "Aleksandr Saburov",
|
|
7158
|
+
"github": "artmizu",
|
|
7159
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
7160
|
+
}
|
|
7161
|
+
],
|
|
7162
|
+
"compatibility": {
|
|
7163
|
+
"nuxt": "^3.0.0",
|
|
7164
|
+
"requires": {}
|
|
7165
|
+
}
|
|
7166
|
+
},
|
|
5985
7167
|
{
|
|
5986
7168
|
"name": "yandex-metrika",
|
|
5987
7169
|
"description": "Yandex metrika Module for Nuxt.js",
|