@nuxt/modules 0.6.0-fb7bfb → 0.6.0-fdc88d
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 +1418 -163
- package/package.json +8 -8
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
|
{
|
|
@@ -285,6 +286,51 @@
|
|
|
285
286
|
"requires": {}
|
|
286
287
|
}
|
|
287
288
|
},
|
|
289
|
+
{
|
|
290
|
+
"name": "arco-design-nuxt-module",
|
|
291
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
292
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
293
|
+
"npm": "arco-design-nuxt-module",
|
|
294
|
+
"icon": "arco-design.svg",
|
|
295
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
296
|
+
"website": "https://arco.design/vue",
|
|
297
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
298
|
+
"category": "UI",
|
|
299
|
+
"type": "3rd-party",
|
|
300
|
+
"maintainers": [
|
|
301
|
+
{
|
|
302
|
+
"name": "wiidede",
|
|
303
|
+
"github": "wiidede"
|
|
304
|
+
}
|
|
305
|
+
],
|
|
306
|
+
"compatibility": {
|
|
307
|
+
"nuxt": "^3.0.0",
|
|
308
|
+
"requires": {}
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"name": "ark-ui",
|
|
313
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
314
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
315
|
+
"npm": "nuxt-ark-ui",
|
|
316
|
+
"icon": "ark-ui.svg",
|
|
317
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
318
|
+
"website": "https://ark-ui.com/",
|
|
319
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
320
|
+
"category": "UI",
|
|
321
|
+
"type": "3rd-party",
|
|
322
|
+
"maintainers": [
|
|
323
|
+
{
|
|
324
|
+
"name": "Din",
|
|
325
|
+
"github": "iamdin",
|
|
326
|
+
"twitter": "iamdinq"
|
|
327
|
+
}
|
|
328
|
+
],
|
|
329
|
+
"compatibility": {
|
|
330
|
+
"nuxt": "^3.0.0",
|
|
331
|
+
"requires": {}
|
|
332
|
+
}
|
|
333
|
+
},
|
|
288
334
|
{
|
|
289
335
|
"name": "auth",
|
|
290
336
|
"description": "Zero-boilerplate authentication support for Nuxt.js.",
|
|
@@ -312,6 +358,29 @@
|
|
|
312
358
|
"requires": {}
|
|
313
359
|
}
|
|
314
360
|
},
|
|
361
|
+
{
|
|
362
|
+
"name": "authjs",
|
|
363
|
+
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
364
|
+
"repo": "Hebilicious/authjs-nuxt#main",
|
|
365
|
+
"npm": "@hebilicious/authjs-nuxt",
|
|
366
|
+
"icon": "authjs.png",
|
|
367
|
+
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
368
|
+
"website": "https://authjs-nuxt.pages.dev/",
|
|
369
|
+
"learn_more": "https://authjs.dev/",
|
|
370
|
+
"category": "Security",
|
|
371
|
+
"type": "3rd-party",
|
|
372
|
+
"maintainers": [
|
|
373
|
+
{
|
|
374
|
+
"name": "Hebilicious",
|
|
375
|
+
"github": "Hebilicious",
|
|
376
|
+
"twitter": "its_hebilicious"
|
|
377
|
+
}
|
|
378
|
+
],
|
|
379
|
+
"compatibility": {
|
|
380
|
+
"nuxt": "^3.0.0",
|
|
381
|
+
"requires": {}
|
|
382
|
+
}
|
|
383
|
+
},
|
|
315
384
|
{
|
|
316
385
|
"name": "axios",
|
|
317
386
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
@@ -549,6 +618,28 @@
|
|
|
549
618
|
"requires": {}
|
|
550
619
|
}
|
|
551
620
|
},
|
|
621
|
+
{
|
|
622
|
+
"name": "capo",
|
|
623
|
+
"description": "Capo.js implementation for Nuxt 3",
|
|
624
|
+
"repo": "danielroe/nuxt-capo",
|
|
625
|
+
"npm": "nuxt-capo",
|
|
626
|
+
"icon": "",
|
|
627
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
628
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
629
|
+
"learn_more": "",
|
|
630
|
+
"category": "Performance",
|
|
631
|
+
"type": "3rd-party",
|
|
632
|
+
"maintainers": [
|
|
633
|
+
{
|
|
634
|
+
"name": "danielroe",
|
|
635
|
+
"github": "danielroe"
|
|
636
|
+
}
|
|
637
|
+
],
|
|
638
|
+
"compatibility": {
|
|
639
|
+
"nuxt": "^3.0.0",
|
|
640
|
+
"requires": {}
|
|
641
|
+
}
|
|
642
|
+
},
|
|
552
643
|
{
|
|
553
644
|
"name": "chakra-ui",
|
|
554
645
|
"description": "Chakra UI Module for Nuxt.js",
|
|
@@ -574,11 +665,11 @@
|
|
|
574
665
|
{
|
|
575
666
|
"name": "chatwoot",
|
|
576
667
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
577
|
-
"repo": "
|
|
578
|
-
"npm": "@
|
|
668
|
+
"repo": "productdevbookcom/chatwoot",
|
|
669
|
+
"npm": "@productdevbook/chatwoot",
|
|
579
670
|
"icon": "chatwoot.png",
|
|
580
|
-
"github": "https://github.com/
|
|
581
|
-
"website": "https://github.com/
|
|
671
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
672
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
582
673
|
"learn_more": "https://www.chatwoot.com",
|
|
583
674
|
"category": "Libraries",
|
|
584
675
|
"type": "3rd-party",
|
|
@@ -615,6 +706,29 @@
|
|
|
615
706
|
"requires": {}
|
|
616
707
|
}
|
|
617
708
|
},
|
|
709
|
+
{
|
|
710
|
+
"name": "clarity-analytics",
|
|
711
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
712
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
713
|
+
"npm": "nuxt-clarity-analytics",
|
|
714
|
+
"icon": "",
|
|
715
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
716
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
717
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
718
|
+
"category": "Analytics",
|
|
719
|
+
"type": "3rd-party",
|
|
720
|
+
"maintainers": [
|
|
721
|
+
{
|
|
722
|
+
"name": "Barbapapazes",
|
|
723
|
+
"github": "Barbapapazes",
|
|
724
|
+
"twitter": "soubiran_"
|
|
725
|
+
}
|
|
726
|
+
],
|
|
727
|
+
"compatibility": {
|
|
728
|
+
"nuxt": "^3.0.0",
|
|
729
|
+
"requires": {}
|
|
730
|
+
}
|
|
731
|
+
},
|
|
618
732
|
{
|
|
619
733
|
"name": "client-init",
|
|
620
734
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -689,10 +803,10 @@
|
|
|
689
803
|
{
|
|
690
804
|
"name": "cloudinary",
|
|
691
805
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
692
|
-
"repo": "nuxt-
|
|
806
|
+
"repo": "nuxt-modules/cloudinary",
|
|
693
807
|
"npm": "@nuxtjs/cloudinary",
|
|
694
808
|
"icon": "cloudinary.png",
|
|
695
|
-
"github": "https://github.com/nuxt-
|
|
809
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
696
810
|
"website": "https://cloudinary.nuxtjs.org",
|
|
697
811
|
"learn_more": "https://cloudinary.com",
|
|
698
812
|
"category": "Images",
|
|
@@ -712,10 +826,10 @@
|
|
|
712
826
|
{
|
|
713
827
|
"name": "color-mode",
|
|
714
828
|
"description": "Dark and Light mode for NuxtJS with auto detection",
|
|
715
|
-
"repo": "nuxt-
|
|
829
|
+
"repo": "nuxt-modules/color-mode",
|
|
716
830
|
"npm": "@nuxtjs/color-mode",
|
|
717
831
|
"icon": "color-mode.png",
|
|
718
|
-
"github": "https://github.com/nuxt-
|
|
832
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
719
833
|
"website": "https://color-mode.nuxtjs.org",
|
|
720
834
|
"learn_more": "",
|
|
721
835
|
"category": "UI",
|
|
@@ -780,12 +894,35 @@
|
|
|
780
894
|
"requires": {}
|
|
781
895
|
}
|
|
782
896
|
},
|
|
897
|
+
{
|
|
898
|
+
"name": "content-assets",
|
|
899
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
900
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
901
|
+
"npm": "nuxt-content-assets",
|
|
902
|
+
"icon": "content-assets.png",
|
|
903
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
904
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
905
|
+
"learn_more": "",
|
|
906
|
+
"category": "Images",
|
|
907
|
+
"type": "3rd-party",
|
|
908
|
+
"maintainers": [
|
|
909
|
+
{
|
|
910
|
+
"name": "davestewart",
|
|
911
|
+
"github": "davestewart",
|
|
912
|
+
"twitter": "dave_stewart"
|
|
913
|
+
}
|
|
914
|
+
],
|
|
915
|
+
"compatibility": {
|
|
916
|
+
"nuxt": "^3.0.0",
|
|
917
|
+
"requires": {}
|
|
918
|
+
}
|
|
919
|
+
},
|
|
783
920
|
{
|
|
784
921
|
"name": "content",
|
|
785
922
|
"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
923
|
"repo": "nuxt/content#main",
|
|
787
924
|
"npm": "@nuxt/content",
|
|
788
|
-
"icon": "nuxt.
|
|
925
|
+
"icon": "nuxt.svg",
|
|
789
926
|
"github": "https://github.com/nuxt/content",
|
|
790
927
|
"website": "https://content.nuxtjs.org",
|
|
791
928
|
"learn_more": "",
|
|
@@ -952,11 +1089,11 @@
|
|
|
952
1089
|
}
|
|
953
1090
|
},
|
|
954
1091
|
{
|
|
955
|
-
"name": "datocms",
|
|
956
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
1092
|
+
"name": "datocms-nuxt2",
|
|
1093
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
957
1094
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
958
1095
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
959
|
-
"icon": "datocms.
|
|
1096
|
+
"icon": "datocms.svg",
|
|
960
1097
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
961
1098
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
962
1099
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -973,33 +1110,57 @@
|
|
|
973
1110
|
"requires": {}
|
|
974
1111
|
}
|
|
975
1112
|
},
|
|
1113
|
+
{
|
|
1114
|
+
"name": "datocms",
|
|
1115
|
+
"description": "DatoCMS module for Nuxt",
|
|
1116
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
1117
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
1118
|
+
"icon": "datocms.svg",
|
|
1119
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
1120
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
1121
|
+
"learn_more": "https://www.datocms.com/",
|
|
1122
|
+
"category": "CMS",
|
|
1123
|
+
"type": "3rd-party",
|
|
1124
|
+
"maintainers": [
|
|
1125
|
+
{
|
|
1126
|
+
"name": "Jamie Warburton",
|
|
1127
|
+
"github": "jamiewarb",
|
|
1128
|
+
"twitter": "jamiewarb",
|
|
1129
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
1130
|
+
}
|
|
1131
|
+
],
|
|
1132
|
+
"compatibility": {
|
|
1133
|
+
"nuxt": "^3.0.0",
|
|
1134
|
+
"requires": {}
|
|
1135
|
+
}
|
|
1136
|
+
},
|
|
976
1137
|
{
|
|
977
1138
|
"name": "dayjs",
|
|
978
|
-
"description": "
|
|
979
|
-
"repo": "
|
|
980
|
-
"npm": "
|
|
1139
|
+
"description": "Day.js module for Nuxt",
|
|
1140
|
+
"repo": "fumeapp/dayjs",
|
|
1141
|
+
"npm": "dayjs-nuxt",
|
|
981
1142
|
"icon": "day-js.png",
|
|
982
|
-
"github": "https://github.com/
|
|
983
|
-
"website": "https://github.com/
|
|
1143
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1144
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
984
1145
|
"learn_more": "https://day.js.org/",
|
|
985
|
-
"category": "
|
|
986
|
-
"type": "
|
|
1146
|
+
"category": "Libraries",
|
|
1147
|
+
"type": "3rd-party",
|
|
987
1148
|
"maintainers": [
|
|
988
1149
|
{
|
|
989
|
-
"name": "
|
|
990
|
-
"github": "
|
|
991
|
-
"twitter": "
|
|
1150
|
+
"name": "Kevin Olson",
|
|
1151
|
+
"github": "acidjazz",
|
|
1152
|
+
"twitter": "AppFume"
|
|
992
1153
|
}
|
|
993
1154
|
],
|
|
994
1155
|
"compatibility": {
|
|
995
|
-
"nuxt": "^
|
|
1156
|
+
"nuxt": "^3.0.0",
|
|
996
1157
|
"requires": {}
|
|
997
1158
|
}
|
|
998
1159
|
},
|
|
999
1160
|
{
|
|
1000
1161
|
"name": "delay-hydration",
|
|
1001
1162
|
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
1002
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1163
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1003
1164
|
"npm": "nuxt-delay-hydration",
|
|
1004
1165
|
"icon": "lighthouse.svg",
|
|
1005
1166
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1041,15 +1202,38 @@
|
|
|
1041
1202
|
"requires": {}
|
|
1042
1203
|
}
|
|
1043
1204
|
},
|
|
1205
|
+
{
|
|
1206
|
+
"name": "devtools",
|
|
1207
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1208
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1209
|
+
"npm": "@nuxt/devtools",
|
|
1210
|
+
"icon": "nuxt.svg",
|
|
1211
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1212
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1213
|
+
"learn_more": "",
|
|
1214
|
+
"category": "Devtools",
|
|
1215
|
+
"type": "official",
|
|
1216
|
+
"maintainers": [
|
|
1217
|
+
{
|
|
1218
|
+
"name": "Anthony Fu",
|
|
1219
|
+
"github": "antfu",
|
|
1220
|
+
"twitter": "antfu7"
|
|
1221
|
+
}
|
|
1222
|
+
],
|
|
1223
|
+
"compatibility": {
|
|
1224
|
+
"nuxt": "^3.0.0",
|
|
1225
|
+
"requires": {}
|
|
1226
|
+
}
|
|
1227
|
+
},
|
|
1044
1228
|
{
|
|
1045
1229
|
"name": "directus",
|
|
1046
|
-
"description": "Easily connect your
|
|
1230
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1047
1231
|
"repo": "intevel/nuxt-directus",
|
|
1048
1232
|
"npm": "nuxt-directus",
|
|
1049
1233
|
"icon": "directus.svg",
|
|
1050
|
-
"github": "https://github.com/
|
|
1051
|
-
"website": "https://nuxt-directus.
|
|
1052
|
-
"learn_more": "https://nuxt-directus.
|
|
1234
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1235
|
+
"website": "https://nuxt-directus.site/",
|
|
1236
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1053
1237
|
"category": "CMS",
|
|
1054
1238
|
"type": "3rd-party",
|
|
1055
1239
|
"maintainers": [
|
|
@@ -1060,10 +1244,30 @@
|
|
|
1060
1244
|
}
|
|
1061
1245
|
],
|
|
1062
1246
|
"compatibility": {
|
|
1063
|
-
"nuxt": "^
|
|
1064
|
-
"requires": {
|
|
1065
|
-
|
|
1247
|
+
"nuxt": "^3.0.0",
|
|
1248
|
+
"requires": {}
|
|
1249
|
+
}
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"name": "disqus",
|
|
1253
|
+
"description": "Disqus for Nuxt 3",
|
|
1254
|
+
"repo": "modbender/nuxt-disqus",
|
|
1255
|
+
"npm": "nuxt-disqus",
|
|
1256
|
+
"icon": "disqus.svg",
|
|
1257
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1258
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1259
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1260
|
+
"category": "Libraries",
|
|
1261
|
+
"type": "3rd-party",
|
|
1262
|
+
"maintainers": [
|
|
1263
|
+
{
|
|
1264
|
+
"name": "modbender",
|
|
1265
|
+
"github": "modbender"
|
|
1066
1266
|
}
|
|
1267
|
+
],
|
|
1268
|
+
"compatibility": {
|
|
1269
|
+
"nuxt": "^3.0.0",
|
|
1270
|
+
"requires": {}
|
|
1067
1271
|
}
|
|
1068
1272
|
},
|
|
1069
1273
|
{
|
|
@@ -1235,7 +1439,7 @@
|
|
|
1235
1439
|
}
|
|
1236
1440
|
],
|
|
1237
1441
|
"compatibility": {
|
|
1238
|
-
"nuxt": "^2.0.0",
|
|
1442
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1239
1443
|
"requires": {}
|
|
1240
1444
|
}
|
|
1241
1445
|
},
|
|
@@ -1461,6 +1665,29 @@
|
|
|
1461
1665
|
"requires": {}
|
|
1462
1666
|
}
|
|
1463
1667
|
},
|
|
1668
|
+
{
|
|
1669
|
+
"name": "form-actions",
|
|
1670
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1671
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1672
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1673
|
+
"icon": "form-actions.svg",
|
|
1674
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1675
|
+
"website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1676
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1677
|
+
"category": "Request",
|
|
1678
|
+
"type": "3rd-party",
|
|
1679
|
+
"maintainers": [
|
|
1680
|
+
{
|
|
1681
|
+
"name": "Hebilicious",
|
|
1682
|
+
"github": "Hebilicious",
|
|
1683
|
+
"twitter": "its_hebilicious"
|
|
1684
|
+
}
|
|
1685
|
+
],
|
|
1686
|
+
"compatibility": {
|
|
1687
|
+
"nuxt": "^3.0.0",
|
|
1688
|
+
"requires": {}
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1464
1691
|
{
|
|
1465
1692
|
"name": "formkit",
|
|
1466
1693
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1594,11 +1821,11 @@
|
|
|
1594
1821
|
{
|
|
1595
1822
|
"name": "google-fonts",
|
|
1596
1823
|
"description": "Google Fonts module for NuxtJS",
|
|
1597
|
-
"repo": "nuxt-
|
|
1824
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1598
1825
|
"npm": "@nuxtjs/google-fonts",
|
|
1599
1826
|
"icon": "google-fonts.png",
|
|
1600
|
-
"github": "https://github.com/nuxt-
|
|
1601
|
-
"website": "https://
|
|
1827
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1828
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1602
1829
|
"learn_more": "https://developers.google.com/fonts",
|
|
1603
1830
|
"category": "Fonts",
|
|
1604
1831
|
"type": "community",
|
|
@@ -1740,6 +1967,30 @@
|
|
|
1740
1967
|
"requires": {}
|
|
1741
1968
|
}
|
|
1742
1969
|
},
|
|
1970
|
+
{
|
|
1971
|
+
"name": "gtag",
|
|
1972
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1973
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1974
|
+
"npm": "nuxt-gtag",
|
|
1975
|
+
"icon": "gtag.svg",
|
|
1976
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1977
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1978
|
+
"learn_more": "",
|
|
1979
|
+
"category": "Analytics",
|
|
1980
|
+
"type": "3rd-party",
|
|
1981
|
+
"maintainers": [
|
|
1982
|
+
{
|
|
1983
|
+
"name": "Johann Schopplich",
|
|
1984
|
+
"github": "johannschopplich",
|
|
1985
|
+
"twitter": "jschopplich",
|
|
1986
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1987
|
+
}
|
|
1988
|
+
],
|
|
1989
|
+
"compatibility": {
|
|
1990
|
+
"nuxt": "^3.0.0",
|
|
1991
|
+
"requires": {}
|
|
1992
|
+
}
|
|
1993
|
+
},
|
|
1743
1994
|
{
|
|
1744
1995
|
"name": "gtm",
|
|
1745
1996
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -1785,6 +2036,28 @@
|
|
|
1785
2036
|
"requires": {}
|
|
1786
2037
|
}
|
|
1787
2038
|
},
|
|
2039
|
+
{
|
|
2040
|
+
"name": "hanko",
|
|
2041
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2042
|
+
"repo": "nuxt-modules/hanko",
|
|
2043
|
+
"npm": "@nuxtjs/hanko",
|
|
2044
|
+
"icon": "hanko.svg",
|
|
2045
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2046
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2047
|
+
"learn_more": "https://hanko.io/",
|
|
2048
|
+
"category": "Security",
|
|
2049
|
+
"type": "community",
|
|
2050
|
+
"maintainers": [
|
|
2051
|
+
{
|
|
2052
|
+
"name": "danielroe",
|
|
2053
|
+
"github": "danielroe"
|
|
2054
|
+
}
|
|
2055
|
+
],
|
|
2056
|
+
"compatibility": {
|
|
2057
|
+
"nuxt": "^3.0.0",
|
|
2058
|
+
"requires": {}
|
|
2059
|
+
}
|
|
2060
|
+
},
|
|
1788
2061
|
{
|
|
1789
2062
|
"name": "harlem",
|
|
1790
2063
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -2020,11 +2293,11 @@
|
|
|
2020
2293
|
{
|
|
2021
2294
|
"name": "i18n",
|
|
2022
2295
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2023
|
-
"repo": "nuxt-
|
|
2296
|
+
"repo": "nuxt-modules/i18n",
|
|
2024
2297
|
"npm": "@nuxtjs/i18n",
|
|
2025
2298
|
"icon": "i18n.png",
|
|
2026
|
-
"github": "https://github.com/nuxt-
|
|
2027
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2299
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2300
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2028
2301
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2029
2302
|
"category": "Extensions",
|
|
2030
2303
|
"type": "community",
|
|
@@ -2043,6 +2316,28 @@
|
|
|
2043
2316
|
"requires": {}
|
|
2044
2317
|
}
|
|
2045
2318
|
},
|
|
2319
|
+
{
|
|
2320
|
+
"name": "icon-font",
|
|
2321
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2322
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2323
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2324
|
+
"icon": "",
|
|
2325
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2326
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2327
|
+
"learn_more": "",
|
|
2328
|
+
"category": "UI",
|
|
2329
|
+
"type": "3rd-party",
|
|
2330
|
+
"maintainers": [
|
|
2331
|
+
{
|
|
2332
|
+
"name": "coremyslo",
|
|
2333
|
+
"github": "coremyslo"
|
|
2334
|
+
}
|
|
2335
|
+
],
|
|
2336
|
+
"compatibility": {
|
|
2337
|
+
"nuxt": "^3.0.0",
|
|
2338
|
+
"requires": {}
|
|
2339
|
+
}
|
|
2340
|
+
},
|
|
2046
2341
|
{
|
|
2047
2342
|
"name": "icon",
|
|
2048
2343
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2169,12 +2464,12 @@
|
|
|
2169
2464
|
{
|
|
2170
2465
|
"name": "inkline",
|
|
2171
2466
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2172
|
-
"repo": "inkline/
|
|
2173
|
-
"npm": "@inkline/
|
|
2467
|
+
"repo": "inkline/plugin",
|
|
2468
|
+
"npm": "@inkline/plugin",
|
|
2174
2469
|
"icon": "inkline.svg",
|
|
2175
|
-
"github": "https://github.com/inkline/
|
|
2470
|
+
"github": "https://github.com/inkline/plugin",
|
|
2176
2471
|
"website": "https://inkline.io",
|
|
2177
|
-
"learn_more": "https://inkline.io/docs/
|
|
2472
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2178
2473
|
"category": "UI",
|
|
2179
2474
|
"type": "3rd-party",
|
|
2180
2475
|
"maintainers": [
|
|
@@ -2394,7 +2689,7 @@
|
|
|
2394
2689
|
},
|
|
2395
2690
|
{
|
|
2396
2691
|
"name": "link-checker",
|
|
2397
|
-
"description": "",
|
|
2692
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2398
2693
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2399
2694
|
"npm": "nuxt-link-checker",
|
|
2400
2695
|
"icon": "",
|
|
@@ -2511,6 +2806,32 @@
|
|
|
2511
2806
|
"requires": {}
|
|
2512
2807
|
}
|
|
2513
2808
|
},
|
|
2809
|
+
{
|
|
2810
|
+
"name": "lucide-icons",
|
|
2811
|
+
"description": "Nuxt 3 module to integrate Lucide icons",
|
|
2812
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
2813
|
+
"npm": "nuxt-lucide-icons",
|
|
2814
|
+
"icon": "lucide-icons.svg",
|
|
2815
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2816
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2817
|
+
"learn_more": "",
|
|
2818
|
+
"category": "UI",
|
|
2819
|
+
"type": "3rd-party",
|
|
2820
|
+
"maintainers": [
|
|
2821
|
+
{
|
|
2822
|
+
"name": "SWIS",
|
|
2823
|
+
"github": "swisnl"
|
|
2824
|
+
},
|
|
2825
|
+
{
|
|
2826
|
+
"name": "Jasper Zonneveld",
|
|
2827
|
+
"github": "JaZo"
|
|
2828
|
+
}
|
|
2829
|
+
],
|
|
2830
|
+
"compatibility": {
|
|
2831
|
+
"nuxt": "^3.0.0",
|
|
2832
|
+
"requires": {}
|
|
2833
|
+
}
|
|
2834
|
+
},
|
|
2514
2835
|
{
|
|
2515
2836
|
"name": "lunr",
|
|
2516
2837
|
"description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
|
|
@@ -2624,6 +2945,31 @@
|
|
|
2624
2945
|
"requires": {}
|
|
2625
2946
|
}
|
|
2626
2947
|
},
|
|
2948
|
+
{
|
|
2949
|
+
"name": "medusa",
|
|
2950
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2951
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2952
|
+
"npm": "nuxt-medusa",
|
|
2953
|
+
"icon": "medusa.svg",
|
|
2954
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2955
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2956
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2957
|
+
"category": "Ecommerce",
|
|
2958
|
+
"type": "3rd-party",
|
|
2959
|
+
"maintainers": [
|
|
2960
|
+
{
|
|
2961
|
+
"name": "Jakub Andrzejewski",
|
|
2962
|
+
"github": "Baroshem",
|
|
2963
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2964
|
+
}
|
|
2965
|
+
],
|
|
2966
|
+
"compatibility": {
|
|
2967
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2968
|
+
"requires": {
|
|
2969
|
+
"bridge": true
|
|
2970
|
+
}
|
|
2971
|
+
}
|
|
2972
|
+
},
|
|
2627
2973
|
{
|
|
2628
2974
|
"name": "meilisearch",
|
|
2629
2975
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2694,10 +3040,33 @@
|
|
|
2694
3040
|
}
|
|
2695
3041
|
},
|
|
2696
3042
|
{
|
|
2697
|
-
"name": "
|
|
2698
|
-
"description": "
|
|
2699
|
-
"repo": "nuxt-
|
|
2700
|
-
"npm": "
|
|
3043
|
+
"name": "module-feed",
|
|
3044
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
3045
|
+
"repo": "tresko/nuxt-module-feed",
|
|
3046
|
+
"npm": "nuxt-module-feed",
|
|
3047
|
+
"icon": "",
|
|
3048
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
3049
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
3050
|
+
"learn_more": "",
|
|
3051
|
+
"category": "SEO",
|
|
3052
|
+
"type": "3rd-party",
|
|
3053
|
+
"maintainers": [
|
|
3054
|
+
{
|
|
3055
|
+
"name": "Miha Sedej",
|
|
3056
|
+
"github": "tresko",
|
|
3057
|
+
"twitter": "mihasedej"
|
|
3058
|
+
}
|
|
3059
|
+
],
|
|
3060
|
+
"compatibility": {
|
|
3061
|
+
"nuxt": "^3.0.0",
|
|
3062
|
+
"requires": {}
|
|
3063
|
+
}
|
|
3064
|
+
},
|
|
3065
|
+
{
|
|
3066
|
+
"name": "moment",
|
|
3067
|
+
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
3068
|
+
"repo": "nuxt-community/moment-module",
|
|
3069
|
+
"npm": "@nuxtjs/moment",
|
|
2701
3070
|
"icon": "momentjs.png",
|
|
2702
3071
|
"github": "https://github.com/nuxt-community/moment-module",
|
|
2703
3072
|
"website": "https://github.com/nuxt-community/moment-module",
|
|
@@ -2881,6 +3250,50 @@
|
|
|
2881
3250
|
"requires": {}
|
|
2882
3251
|
}
|
|
2883
3252
|
},
|
|
3253
|
+
{
|
|
3254
|
+
"name": "nupolyon",
|
|
3255
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3256
|
+
"repo": "adenvt/nupolyon",
|
|
3257
|
+
"npm": "nupolyon",
|
|
3258
|
+
"icon": "",
|
|
3259
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3260
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3261
|
+
"learn_more": "",
|
|
3262
|
+
"category": "Performance",
|
|
3263
|
+
"type": "3rd-party",
|
|
3264
|
+
"maintainers": [
|
|
3265
|
+
{
|
|
3266
|
+
"name": "adenvt",
|
|
3267
|
+
"github": "adenvt"
|
|
3268
|
+
}
|
|
3269
|
+
],
|
|
3270
|
+
"compatibility": {
|
|
3271
|
+
"nuxt": "^3.0.0",
|
|
3272
|
+
"requires": {}
|
|
3273
|
+
}
|
|
3274
|
+
},
|
|
3275
|
+
{
|
|
3276
|
+
"name": "nuxt-anchorscroll",
|
|
3277
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3278
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3279
|
+
"npm": "nuxt-anchorscroll",
|
|
3280
|
+
"icon": "",
|
|
3281
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3282
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3283
|
+
"learn_more": "",
|
|
3284
|
+
"category": "UI",
|
|
3285
|
+
"type": "3rd-party",
|
|
3286
|
+
"maintainers": [
|
|
3287
|
+
{
|
|
3288
|
+
"name": "Helltraitor",
|
|
3289
|
+
"github": "helltraitor"
|
|
3290
|
+
}
|
|
3291
|
+
],
|
|
3292
|
+
"compatibility": {
|
|
3293
|
+
"nuxt": "^3.0.0",
|
|
3294
|
+
"requires": {}
|
|
3295
|
+
}
|
|
3296
|
+
},
|
|
2884
3297
|
{
|
|
2885
3298
|
"name": "nuxt-auth",
|
|
2886
3299
|
"description": "",
|
|
@@ -2903,6 +3316,120 @@
|
|
|
2903
3316
|
"requires": {}
|
|
2904
3317
|
}
|
|
2905
3318
|
},
|
|
3319
|
+
{
|
|
3320
|
+
"name": "nuxt-basic-auth",
|
|
3321
|
+
"description": "Nuxt 3 Module for Basic Authentication",
|
|
3322
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3323
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3324
|
+
"icon": "",
|
|
3325
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3326
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3327
|
+
"learn_more": "",
|
|
3328
|
+
"category": "Security",
|
|
3329
|
+
"type": "3rd-party",
|
|
3330
|
+
"maintainers": [
|
|
3331
|
+
{
|
|
3332
|
+
"name": "kgierke",
|
|
3333
|
+
"github": "kgierke"
|
|
3334
|
+
}
|
|
3335
|
+
],
|
|
3336
|
+
"compatibility": {
|
|
3337
|
+
"nuxt": "^3.0.0",
|
|
3338
|
+
"requires": {}
|
|
3339
|
+
}
|
|
3340
|
+
},
|
|
3341
|
+
{
|
|
3342
|
+
"name": "nuxt-bootstrap-icons",
|
|
3343
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3344
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3345
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3346
|
+
"icon": "bootstrap-icons.svg",
|
|
3347
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3348
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3349
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3350
|
+
"category": "UI",
|
|
3351
|
+
"type": "3rd-party",
|
|
3352
|
+
"maintainers": [
|
|
3353
|
+
{
|
|
3354
|
+
"name": "OyewoleOyedeji",
|
|
3355
|
+
"github": "OyewoleOyedeji"
|
|
3356
|
+
}
|
|
3357
|
+
],
|
|
3358
|
+
"compatibility": {
|
|
3359
|
+
"nuxt": "^3.0.0",
|
|
3360
|
+
"requires": {}
|
|
3361
|
+
}
|
|
3362
|
+
},
|
|
3363
|
+
{
|
|
3364
|
+
"name": "nuxt-chatgpt",
|
|
3365
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3366
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3367
|
+
"npm": "nuxt-chatgpt",
|
|
3368
|
+
"icon": "chatgpt.svg",
|
|
3369
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3370
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3371
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3372
|
+
"category": "Libraries",
|
|
3373
|
+
"type": "3rd-party",
|
|
3374
|
+
"maintainers": [
|
|
3375
|
+
{
|
|
3376
|
+
"name": "Oliver Trajceski",
|
|
3377
|
+
"github": "schnapsterdog"
|
|
3378
|
+
}
|
|
3379
|
+
],
|
|
3380
|
+
"compatibility": {
|
|
3381
|
+
"nuxt": "^3.0.0",
|
|
3382
|
+
"requires": {}
|
|
3383
|
+
}
|
|
3384
|
+
},
|
|
3385
|
+
{
|
|
3386
|
+
"name": "nuxt-facebook-chat",
|
|
3387
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for Facebook's Customer Chat SDK",
|
|
3388
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3389
|
+
"npm": "nuxt-facebook-chat",
|
|
3390
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3391
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3392
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3393
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3394
|
+
"category": "Libraries",
|
|
3395
|
+
"type": "3rd-party",
|
|
3396
|
+
"maintainers": [
|
|
3397
|
+
{
|
|
3398
|
+
"name": "Supanut Dokmaithong",
|
|
3399
|
+
"github": "Boomgeek"
|
|
3400
|
+
},
|
|
3401
|
+
{
|
|
3402
|
+
"name": "superdev-tech",
|
|
3403
|
+
"github": "superdev-tech"
|
|
3404
|
+
}
|
|
3405
|
+
],
|
|
3406
|
+
"compatibility": {
|
|
3407
|
+
"nuxt": "^3.0.0",
|
|
3408
|
+
"requires": {}
|
|
3409
|
+
}
|
|
3410
|
+
},
|
|
3411
|
+
{
|
|
3412
|
+
"name": "nuxt-feedme",
|
|
3413
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3414
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3415
|
+
"npm": "nuxt-feedme",
|
|
3416
|
+
"icon": "",
|
|
3417
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3418
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3419
|
+
"learn_more": "",
|
|
3420
|
+
"category": "SEO",
|
|
3421
|
+
"type": "3rd-party",
|
|
3422
|
+
"maintainers": [
|
|
3423
|
+
{
|
|
3424
|
+
"name": "Helltraitor",
|
|
3425
|
+
"github": "helltraitor"
|
|
3426
|
+
}
|
|
3427
|
+
],
|
|
3428
|
+
"compatibility": {
|
|
3429
|
+
"nuxt": "^3.0.0",
|
|
3430
|
+
"requires": {}
|
|
3431
|
+
}
|
|
3432
|
+
},
|
|
2906
3433
|
{
|
|
2907
3434
|
"name": "nuxt-graphql-middleware",
|
|
2908
3435
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2954,6 +3481,28 @@
|
|
|
2954
3481
|
"requires": {}
|
|
2955
3482
|
}
|
|
2956
3483
|
},
|
|
3484
|
+
{
|
|
3485
|
+
"name": "nuxt-gtm",
|
|
3486
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3487
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3488
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3489
|
+
"icon": "nuxt-gtm.svg",
|
|
3490
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3491
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3492
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3493
|
+
"category": "Analytics",
|
|
3494
|
+
"type": "3rd-party",
|
|
3495
|
+
"maintainers": [
|
|
3496
|
+
{
|
|
3497
|
+
"name": "Zadig&Voltaire Team",
|
|
3498
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3499
|
+
}
|
|
3500
|
+
],
|
|
3501
|
+
"compatibility": {
|
|
3502
|
+
"nuxt": "^3.0.0",
|
|
3503
|
+
"requires": {}
|
|
3504
|
+
}
|
|
3505
|
+
},
|
|
2957
3506
|
{
|
|
2958
3507
|
"name": "nuxt-hue",
|
|
2959
3508
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -3024,6 +3573,50 @@
|
|
|
3024
3573
|
"requires": {}
|
|
3025
3574
|
}
|
|
3026
3575
|
},
|
|
3576
|
+
{
|
|
3577
|
+
"name": "nuxt-mapbox",
|
|
3578
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3579
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3580
|
+
"npm": "nuxt-mapbox",
|
|
3581
|
+
"icon": "nuxt-mapbox.svg",
|
|
3582
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3583
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3584
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3585
|
+
"category": "Libraries",
|
|
3586
|
+
"type": "3rd-party",
|
|
3587
|
+
"maintainers": [
|
|
3588
|
+
{
|
|
3589
|
+
"name": "Alex Lavoie",
|
|
3590
|
+
"github": "AlexLavoie42"
|
|
3591
|
+
}
|
|
3592
|
+
],
|
|
3593
|
+
"compatibility": {
|
|
3594
|
+
"nuxt": "^3.0.0",
|
|
3595
|
+
"requires": {}
|
|
3596
|
+
}
|
|
3597
|
+
},
|
|
3598
|
+
{
|
|
3599
|
+
"name": "nuxt-mdi",
|
|
3600
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3601
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3602
|
+
"npm": "nuxt-mdi",
|
|
3603
|
+
"icon": "mdi.png",
|
|
3604
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3605
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3606
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3607
|
+
"category": "Libraries",
|
|
3608
|
+
"type": "3rd-party",
|
|
3609
|
+
"maintainers": [
|
|
3610
|
+
{
|
|
3611
|
+
"name": "Emil Rosenius",
|
|
3612
|
+
"github": "ERPedersen"
|
|
3613
|
+
}
|
|
3614
|
+
],
|
|
3615
|
+
"compatibility": {
|
|
3616
|
+
"nuxt": "^3.0.0",
|
|
3617
|
+
"requires": {}
|
|
3618
|
+
}
|
|
3619
|
+
},
|
|
3027
3620
|
{
|
|
3028
3621
|
"name": "nuxt-monaco-editor",
|
|
3029
3622
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3046,6 +3639,28 @@
|
|
|
3046
3639
|
"requires": {}
|
|
3047
3640
|
}
|
|
3048
3641
|
},
|
|
3642
|
+
{
|
|
3643
|
+
"name": "nuxt-mongoose",
|
|
3644
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3645
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3646
|
+
"npm": "nuxt-mongoose",
|
|
3647
|
+
"icon": "nuxt-mongoose.svg",
|
|
3648
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3649
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3650
|
+
"learn_more": "",
|
|
3651
|
+
"category": "Database",
|
|
3652
|
+
"type": "3rd-party",
|
|
3653
|
+
"maintainers": [
|
|
3654
|
+
{
|
|
3655
|
+
"name": "arashsheyda",
|
|
3656
|
+
"github": "arashsheyda"
|
|
3657
|
+
}
|
|
3658
|
+
],
|
|
3659
|
+
"compatibility": {
|
|
3660
|
+
"nuxt": "^3.0.0",
|
|
3661
|
+
"requires": {}
|
|
3662
|
+
}
|
|
3663
|
+
},
|
|
3049
3664
|
{
|
|
3050
3665
|
"name": "nuxt-pdf",
|
|
3051
3666
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3069,6 +3684,28 @@
|
|
|
3069
3684
|
"requires": {}
|
|
3070
3685
|
}
|
|
3071
3686
|
},
|
|
3687
|
+
{
|
|
3688
|
+
"name": "nuxt-phosphor-icons",
|
|
3689
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3690
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3691
|
+
"npm": "nuxt-phosphor-icons",
|
|
3692
|
+
"icon": "phosphor-icons.svg",
|
|
3693
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3694
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3695
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3696
|
+
"category": "UI",
|
|
3697
|
+
"type": "3rd-party",
|
|
3698
|
+
"maintainers": [
|
|
3699
|
+
{
|
|
3700
|
+
"name": "OyewoleOyedeji",
|
|
3701
|
+
"github": "OyewoleOyedeji"
|
|
3702
|
+
}
|
|
3703
|
+
],
|
|
3704
|
+
"compatibility": {
|
|
3705
|
+
"nuxt": "^3.0.0",
|
|
3706
|
+
"requires": {}
|
|
3707
|
+
}
|
|
3708
|
+
},
|
|
3072
3709
|
{
|
|
3073
3710
|
"name": "nuxt-pino-log",
|
|
3074
3711
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3113,6 +3750,32 @@
|
|
|
3113
3750
|
"requires": {}
|
|
3114
3751
|
}
|
|
3115
3752
|
},
|
|
3753
|
+
{
|
|
3754
|
+
"name": "nuxt-plotly",
|
|
3755
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
|
|
3756
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3757
|
+
"npm": "nuxt-plotly",
|
|
3758
|
+
"icon": "nuxt-plotly.svg",
|
|
3759
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3760
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3761
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3762
|
+
"category": "Libraries",
|
|
3763
|
+
"type": "3rd-party",
|
|
3764
|
+
"maintainers": [
|
|
3765
|
+
{
|
|
3766
|
+
"name": "Supanut Dokmaithong",
|
|
3767
|
+
"github": "Boomgeek"
|
|
3768
|
+
},
|
|
3769
|
+
{
|
|
3770
|
+
"name": "superdev-tech",
|
|
3771
|
+
"github": "superdev-tech"
|
|
3772
|
+
}
|
|
3773
|
+
],
|
|
3774
|
+
"compatibility": {
|
|
3775
|
+
"nuxt": "^3.0.0",
|
|
3776
|
+
"requires": {}
|
|
3777
|
+
}
|
|
3778
|
+
},
|
|
3116
3779
|
{
|
|
3117
3780
|
"name": "nuxt-png-to-ico",
|
|
3118
3781
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -3325,12 +3988,12 @@
|
|
|
3325
3988
|
{
|
|
3326
3989
|
"name": "nuxt-vue3-google-signin",
|
|
3327
3990
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3328
|
-
"repo": "
|
|
3991
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3329
3992
|
"npm": "nuxt-vue3-google-signin",
|
|
3330
3993
|
"icon": "vue3-google-signin.svg",
|
|
3331
|
-
"github": "https://github.com/
|
|
3332
|
-
"website": "https://vue3-google-signin.
|
|
3333
|
-
"learn_more": "https://vue3-google-signin.
|
|
3994
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
3995
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
3996
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3334
3997
|
"category": "Libraries",
|
|
3335
3998
|
"type": "3rd-party",
|
|
3336
3999
|
"maintainers": [
|
|
@@ -3344,6 +4007,50 @@
|
|
|
3344
4007
|
"requires": {}
|
|
3345
4008
|
}
|
|
3346
4009
|
},
|
|
4010
|
+
{
|
|
4011
|
+
"name": "nuxt-vuetify",
|
|
4012
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
|
|
4013
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
4014
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
4015
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
4016
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
4017
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
4018
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
4019
|
+
"category": "UI",
|
|
4020
|
+
"type": "3rd-party",
|
|
4021
|
+
"maintainers": [
|
|
4022
|
+
{
|
|
4023
|
+
"name": "Jens van Hellemondt",
|
|
4024
|
+
"github": "invictus-codes"
|
|
4025
|
+
}
|
|
4026
|
+
],
|
|
4027
|
+
"compatibility": {
|
|
4028
|
+
"nuxt": "^3.0.0",
|
|
4029
|
+
"requires": {}
|
|
4030
|
+
}
|
|
4031
|
+
},
|
|
4032
|
+
{
|
|
4033
|
+
"name": "nuxt3-leaflet",
|
|
4034
|
+
"description": "Leaflet integration with Nuxt",
|
|
4035
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4036
|
+
"npm": "nuxt3-leaflet",
|
|
4037
|
+
"icon": "leaflet.png",
|
|
4038
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4039
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4040
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4041
|
+
"category": "Libraries",
|
|
4042
|
+
"type": "3rd-party",
|
|
4043
|
+
"maintainers": [
|
|
4044
|
+
{
|
|
4045
|
+
"name": "Augustin MERCIER",
|
|
4046
|
+
"github": "Gugustinette"
|
|
4047
|
+
}
|
|
4048
|
+
],
|
|
4049
|
+
"compatibility": {
|
|
4050
|
+
"nuxt": "^3.0.0",
|
|
4051
|
+
"requires": {}
|
|
4052
|
+
}
|
|
4053
|
+
},
|
|
3347
4054
|
{
|
|
3348
4055
|
"name": "nuxt7",
|
|
3349
4056
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3367,6 +4074,29 @@
|
|
|
3367
4074
|
"requires": {}
|
|
3368
4075
|
}
|
|
3369
4076
|
},
|
|
4077
|
+
{
|
|
4078
|
+
"name": "nuxtlabs-ui",
|
|
4079
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
4080
|
+
"repo": "nuxtlabs/ui",
|
|
4081
|
+
"npm": "@nuxthq/ui",
|
|
4082
|
+
"icon": "nuxtlabs-ui.svg",
|
|
4083
|
+
"github": "https://github.com/nuxtlabs/ui",
|
|
4084
|
+
"website": "https://ui.nuxtlabs.com",
|
|
4085
|
+
"learn_more": "https://ui.nuxtlabs.com",
|
|
4086
|
+
"category": "UI",
|
|
4087
|
+
"type": "3rd-party",
|
|
4088
|
+
"maintainers": [
|
|
4089
|
+
{
|
|
4090
|
+
"name": "Benjamin Canac",
|
|
4091
|
+
"github": "benjamincanac",
|
|
4092
|
+
"twitter": "benjamincanac"
|
|
4093
|
+
}
|
|
4094
|
+
],
|
|
4095
|
+
"compatibility": {
|
|
4096
|
+
"nuxt": "^3.0.0",
|
|
4097
|
+
"requires": {}
|
|
4098
|
+
}
|
|
4099
|
+
},
|
|
3370
4100
|
{
|
|
3371
4101
|
"name": "og-image",
|
|
3372
4102
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -3506,6 +4236,30 @@
|
|
|
3506
4236
|
}
|
|
3507
4237
|
}
|
|
3508
4238
|
},
|
|
4239
|
+
{
|
|
4240
|
+
"name": "pdfeasy",
|
|
4241
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4242
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4243
|
+
"npm": "nuxt-pdfeasy",
|
|
4244
|
+
"icon": "pdfeasy.png",
|
|
4245
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4246
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4247
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4248
|
+
"category": "Extensions",
|
|
4249
|
+
"type": "3rd-party",
|
|
4250
|
+
"maintainers": [
|
|
4251
|
+
{
|
|
4252
|
+
"name": "Giovane Cardoso",
|
|
4253
|
+
"github": "novout",
|
|
4254
|
+
"twitter": "novoutttttt",
|
|
4255
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4256
|
+
}
|
|
4257
|
+
],
|
|
4258
|
+
"compatibility": {
|
|
4259
|
+
"nuxt": "^3.0.0",
|
|
4260
|
+
"requires": {}
|
|
4261
|
+
}
|
|
4262
|
+
},
|
|
3509
4263
|
{
|
|
3510
4264
|
"name": "persian-datepicker",
|
|
3511
4265
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3673,11 +4427,11 @@
|
|
|
3673
4427
|
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3674
4428
|
"repo": "artmizu/nuxt-prometheus",
|
|
3675
4429
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3676
|
-
"icon": "",
|
|
4430
|
+
"icon": "prometheus.svg",
|
|
3677
4431
|
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3678
4432
|
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3679
4433
|
"learn_more": "",
|
|
3680
|
-
"category": "
|
|
4434
|
+
"category": "Monitoring",
|
|
3681
4435
|
"type": "3rd-party",
|
|
3682
4436
|
"maintainers": [
|
|
3683
4437
|
{
|
|
@@ -3686,7 +4440,7 @@
|
|
|
3686
4440
|
}
|
|
3687
4441
|
],
|
|
3688
4442
|
"compatibility": {
|
|
3689
|
-
"nuxt": "^
|
|
4443
|
+
"nuxt": "^3.0.0",
|
|
3690
4444
|
"requires": {}
|
|
3691
4445
|
}
|
|
3692
4446
|
},
|
|
@@ -3828,16 +4582,60 @@
|
|
|
3828
4582
|
}
|
|
3829
4583
|
},
|
|
3830
4584
|
{
|
|
3831
|
-
"name": "
|
|
3832
|
-
"description": "
|
|
3833
|
-
"repo": "nuxt-
|
|
3834
|
-
"npm": "
|
|
3835
|
-
"icon": "
|
|
3836
|
-
"github": "https://github.com/nuxt-
|
|
3837
|
-
"website": "https://
|
|
3838
|
-
"learn_more": "https://
|
|
3839
|
-
"category": "
|
|
3840
|
-
"type": "
|
|
4585
|
+
"name": "quasar",
|
|
4586
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4587
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4588
|
+
"npm": "nuxt-quasar-ui",
|
|
4589
|
+
"icon": "quasar.svg",
|
|
4590
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4591
|
+
"website": "https://quasar.dev/",
|
|
4592
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4593
|
+
"category": "UI",
|
|
4594
|
+
"type": "3rd-party",
|
|
4595
|
+
"maintainers": [
|
|
4596
|
+
{
|
|
4597
|
+
"name": "Ege İliklier",
|
|
4598
|
+
"github": "Maiquu"
|
|
4599
|
+
}
|
|
4600
|
+
],
|
|
4601
|
+
"compatibility": {
|
|
4602
|
+
"nuxt": "^3.0.0",
|
|
4603
|
+
"requires": {}
|
|
4604
|
+
}
|
|
4605
|
+
},
|
|
4606
|
+
{
|
|
4607
|
+
"name": "radash",
|
|
4608
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4609
|
+
"repo": "bbg/nuxt-radash",
|
|
4610
|
+
"npm": "nuxt-radash",
|
|
4611
|
+
"icon": "radash.png",
|
|
4612
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4613
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4614
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4615
|
+
"category": "Libraries",
|
|
4616
|
+
"type": "3rd-party",
|
|
4617
|
+
"maintainers": [
|
|
4618
|
+
{
|
|
4619
|
+
"name": "Batuhan Göksu",
|
|
4620
|
+
"github": "bbg"
|
|
4621
|
+
}
|
|
4622
|
+
],
|
|
4623
|
+
"compatibility": {
|
|
4624
|
+
"nuxt": "^3.0.0",
|
|
4625
|
+
"requires": {}
|
|
4626
|
+
}
|
|
4627
|
+
},
|
|
4628
|
+
{
|
|
4629
|
+
"name": "recaptcha",
|
|
4630
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
4631
|
+
"repo": "nuxt-community/recaptcha-module",
|
|
4632
|
+
"npm": "@nuxtjs/recaptcha",
|
|
4633
|
+
"icon": "recaptcha.png",
|
|
4634
|
+
"github": "https://github.com/nuxt-community/recaptcha-module",
|
|
4635
|
+
"website": "https://github.com/nuxt-community/recaptcha-module",
|
|
4636
|
+
"learn_more": "https://www.google.com/recaptcha/about/",
|
|
4637
|
+
"category": "Security",
|
|
4638
|
+
"type": "community",
|
|
3841
4639
|
"maintainers": [
|
|
3842
4640
|
{
|
|
3843
4641
|
"name": "mvrlin",
|
|
@@ -3897,11 +4695,11 @@
|
|
|
3897
4695
|
{
|
|
3898
4696
|
"name": "robots",
|
|
3899
4697
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
3900
|
-
"repo": "nuxt-
|
|
4698
|
+
"repo": "nuxt-modules/robots",
|
|
3901
4699
|
"npm": "@nuxtjs/robots",
|
|
3902
4700
|
"icon": "robots.png",
|
|
3903
|
-
"github": "https://github.com/nuxt-
|
|
3904
|
-
"website": "https://github.com/nuxt-
|
|
4701
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4702
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
3905
4703
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
3906
4704
|
"category": "SEO",
|
|
3907
4705
|
"type": "community",
|
|
@@ -4107,7 +4905,7 @@
|
|
|
4107
4905
|
"description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
|
|
4108
4906
|
"repo": "nuxt-community/sentry-module",
|
|
4109
4907
|
"npm": "@nuxtjs/sentry",
|
|
4110
|
-
"icon": "sentry.
|
|
4908
|
+
"icon": "sentry.svg",
|
|
4111
4909
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4112
4910
|
"website": "https://sentry.nuxtjs.org/",
|
|
4113
4911
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4127,8 +4925,8 @@
|
|
|
4127
4925
|
{
|
|
4128
4926
|
"name": "seo-kit",
|
|
4129
4927
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
4130
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4131
|
-
"npm": "nuxt-seo-kit
|
|
4928
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4929
|
+
"npm": "nuxt-seo-kit",
|
|
4132
4930
|
"icon": "seo-kit.svg",
|
|
4133
4931
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4134
4932
|
"website": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4214,6 +5012,29 @@
|
|
|
4214
5012
|
"requires": {}
|
|
4215
5013
|
}
|
|
4216
5014
|
},
|
|
5015
|
+
{
|
|
5016
|
+
"name": "server-block",
|
|
5017
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5018
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
5019
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5020
|
+
"icon": "server-block.svg",
|
|
5021
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5022
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5023
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5024
|
+
"category": "Extensions",
|
|
5025
|
+
"type": "3rd-party",
|
|
5026
|
+
"maintainers": [
|
|
5027
|
+
{
|
|
5028
|
+
"name": "Hebilicious",
|
|
5029
|
+
"github": "Hebilicious",
|
|
5030
|
+
"twitter": "its_hebilicious"
|
|
5031
|
+
}
|
|
5032
|
+
],
|
|
5033
|
+
"compatibility": {
|
|
5034
|
+
"nuxt": "^3.0.0",
|
|
5035
|
+
"requires": {}
|
|
5036
|
+
}
|
|
5037
|
+
},
|
|
4217
5038
|
{
|
|
4218
5039
|
"name": "session",
|
|
4219
5040
|
"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",
|
|
@@ -4375,6 +5196,28 @@
|
|
|
4375
5196
|
"requires": {}
|
|
4376
5197
|
}
|
|
4377
5198
|
},
|
|
5199
|
+
{
|
|
5200
|
+
"name": "snackbar",
|
|
5201
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
5202
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
5203
|
+
"npm": "nuxt-snackbar",
|
|
5204
|
+
"icon": "snackbar.png",
|
|
5205
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5206
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5207
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
5208
|
+
"category": "UI",
|
|
5209
|
+
"type": "3rd-party",
|
|
5210
|
+
"maintainers": [
|
|
5211
|
+
{
|
|
5212
|
+
"name": "modbender",
|
|
5213
|
+
"github": "modbender"
|
|
5214
|
+
}
|
|
5215
|
+
],
|
|
5216
|
+
"compatibility": {
|
|
5217
|
+
"nuxt": "^3.0.0",
|
|
5218
|
+
"requires": {}
|
|
5219
|
+
}
|
|
5220
|
+
},
|
|
4378
5221
|
{
|
|
4379
5222
|
"name": "snipcart",
|
|
4380
5223
|
"description": "Snipcart integration module for Nuxt.js",
|
|
@@ -4384,7 +5227,7 @@
|
|
|
4384
5227
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4385
5228
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4386
5229
|
"learn_more": "https://snipcart.com",
|
|
4387
|
-
"category": "
|
|
5230
|
+
"category": "Ecommerce",
|
|
4388
5231
|
"type": "community",
|
|
4389
5232
|
"maintainers": [
|
|
4390
5233
|
{
|
|
@@ -4641,10 +5484,10 @@
|
|
|
4641
5484
|
{
|
|
4642
5485
|
"name": "strapi",
|
|
4643
5486
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4644
|
-
"repo": "nuxt-
|
|
5487
|
+
"repo": "nuxt-modules/strapi",
|
|
4645
5488
|
"npm": "@nuxtjs/strapi",
|
|
4646
5489
|
"icon": "strapi.png",
|
|
4647
|
-
"github": "https://github.com/nuxt-
|
|
5490
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4648
5491
|
"website": "https://strapi.nuxtjs.org",
|
|
4649
5492
|
"learn_more": "https://strapi.io/",
|
|
4650
5493
|
"category": "CMS",
|
|
@@ -4668,6 +5511,32 @@
|
|
|
4668
5511
|
}
|
|
4669
5512
|
}
|
|
4670
5513
|
},
|
|
5514
|
+
{
|
|
5515
|
+
"name": "stripe-next",
|
|
5516
|
+
"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.",
|
|
5517
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5518
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5519
|
+
"icon": "stripe.png",
|
|
5520
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5521
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5522
|
+
"learn_more": "https://stripe.com/docs",
|
|
5523
|
+
"category": "Payment",
|
|
5524
|
+
"type": "3rd-party",
|
|
5525
|
+
"maintainers": [
|
|
5526
|
+
{
|
|
5527
|
+
"name": "Loic Fuentes",
|
|
5528
|
+
"github": "fuentesloic"
|
|
5529
|
+
},
|
|
5530
|
+
{
|
|
5531
|
+
"name": "Florent Giraud",
|
|
5532
|
+
"github": "flozero"
|
|
5533
|
+
}
|
|
5534
|
+
],
|
|
5535
|
+
"compatibility": {
|
|
5536
|
+
"nuxt": "^3.0.0",
|
|
5537
|
+
"requires": {}
|
|
5538
|
+
}
|
|
5539
|
+
},
|
|
4671
5540
|
{
|
|
4672
5541
|
"name": "stripe",
|
|
4673
5542
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -4731,7 +5600,7 @@
|
|
|
4731
5600
|
}
|
|
4732
5601
|
],
|
|
4733
5602
|
"compatibility": {
|
|
4734
|
-
"nuxt": "^2.0.0",
|
|
5603
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4735
5604
|
"requires": {}
|
|
4736
5605
|
}
|
|
4737
5606
|
},
|
|
@@ -4761,10 +5630,10 @@
|
|
|
4761
5630
|
{
|
|
4762
5631
|
"name": "supabase",
|
|
4763
5632
|
"description": "First class integration with Supabase",
|
|
4764
|
-
"repo": "nuxt-
|
|
5633
|
+
"repo": "nuxt-modules/supabase",
|
|
4765
5634
|
"npm": "@nuxtjs/supabase",
|
|
4766
5635
|
"icon": "supabase.png",
|
|
4767
|
-
"github": "https://github.com/nuxt-
|
|
5636
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4768
5637
|
"website": "https://supabase.nuxtjs.org",
|
|
4769
5638
|
"learn_more": "https://supabase.com",
|
|
4770
5639
|
"category": "Database",
|
|
@@ -4928,10 +5797,10 @@
|
|
|
4928
5797
|
{
|
|
4929
5798
|
"name": "tailwindcss",
|
|
4930
5799
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
4931
|
-
"repo": "nuxt-
|
|
5800
|
+
"repo": "nuxt-modules/tailwindcss-module",
|
|
4932
5801
|
"npm": "@nuxtjs/tailwindcss",
|
|
4933
5802
|
"icon": "tailwindcss.png",
|
|
4934
|
-
"github": "https://github.com/nuxt-
|
|
5803
|
+
"github": "https://github.com/nuxt-modules/tailwindcss-module",
|
|
4935
5804
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
4936
5805
|
"learn_more": "https://tailwindcss.com/",
|
|
4937
5806
|
"category": "UI",
|
|
@@ -4941,6 +5810,10 @@
|
|
|
4941
5810
|
"name": "Sébastien Chopin",
|
|
4942
5811
|
"github": "Atinux",
|
|
4943
5812
|
"twitter": "Atinux"
|
|
5813
|
+
},
|
|
5814
|
+
{
|
|
5815
|
+
"name": "Inesh Bose",
|
|
5816
|
+
"github": "ineshbose"
|
|
4944
5817
|
}
|
|
4945
5818
|
],
|
|
4946
5819
|
"compatibility": {
|
|
@@ -4971,6 +5844,28 @@
|
|
|
4971
5844
|
"requires": {}
|
|
4972
5845
|
}
|
|
4973
5846
|
},
|
|
5847
|
+
{
|
|
5848
|
+
"name": "time",
|
|
5849
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5850
|
+
"repo": "danielroe/nuxt-time",
|
|
5851
|
+
"npm": "nuxt-time",
|
|
5852
|
+
"icon": "",
|
|
5853
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5854
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5855
|
+
"learn_more": "",
|
|
5856
|
+
"category": "Extensions",
|
|
5857
|
+
"type": "3rd-party",
|
|
5858
|
+
"maintainers": [
|
|
5859
|
+
{
|
|
5860
|
+
"name": "danielroe",
|
|
5861
|
+
"github": "danielroe"
|
|
5862
|
+
}
|
|
5863
|
+
],
|
|
5864
|
+
"compatibility": {
|
|
5865
|
+
"nuxt": "^3.0.0",
|
|
5866
|
+
"requires": {}
|
|
5867
|
+
}
|
|
5868
|
+
},
|
|
4974
5869
|
{
|
|
4975
5870
|
"name": "toast",
|
|
4976
5871
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -4994,6 +5889,39 @@
|
|
|
4994
5889
|
"requires": {}
|
|
4995
5890
|
}
|
|
4996
5891
|
},
|
|
5892
|
+
{
|
|
5893
|
+
"name": "tresjs",
|
|
5894
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
5895
|
+
"repo": "tresjs/nuxt",
|
|
5896
|
+
"npm": "@tresjs/nuxt",
|
|
5897
|
+
"icon": "tresjs.svg",
|
|
5898
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
5899
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
5900
|
+
"learn_more": "https://tresjs.org/",
|
|
5901
|
+
"category": "Libraries",
|
|
5902
|
+
"type": "3rd-party",
|
|
5903
|
+
"maintainers": [
|
|
5904
|
+
{
|
|
5905
|
+
"name": "Alvaro Saburido",
|
|
5906
|
+
"github": "alvarosabu",
|
|
5907
|
+
"twitter": "alvarosabu"
|
|
5908
|
+
},
|
|
5909
|
+
{
|
|
5910
|
+
"name": "Jaime Torrealba",
|
|
5911
|
+
"github": "JaimeTorrealba",
|
|
5912
|
+
"twitter": "jaimebboyjt"
|
|
5913
|
+
},
|
|
5914
|
+
{
|
|
5915
|
+
"name": "Tino Koch",
|
|
5916
|
+
"github": "Tinoooo",
|
|
5917
|
+
"twitter": "ichbintino"
|
|
5918
|
+
}
|
|
5919
|
+
],
|
|
5920
|
+
"compatibility": {
|
|
5921
|
+
"nuxt": "^3.0.0",
|
|
5922
|
+
"requires": {}
|
|
5923
|
+
}
|
|
5924
|
+
},
|
|
4997
5925
|
{
|
|
4998
5926
|
"name": "turnstile",
|
|
4999
5927
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5043,6 +5971,28 @@
|
|
|
5043
5971
|
}
|
|
5044
5972
|
}
|
|
5045
5973
|
},
|
|
5974
|
+
{
|
|
5975
|
+
"name": "twemoji",
|
|
5976
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
5977
|
+
"repo": "yizack/nuxt-twemoji",
|
|
5978
|
+
"npm": "nuxt-twemoji",
|
|
5979
|
+
"icon": "twemoji.svg",
|
|
5980
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
5981
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
5982
|
+
"learn_more": "",
|
|
5983
|
+
"category": "UI",
|
|
5984
|
+
"type": "3rd-party",
|
|
5985
|
+
"maintainers": [
|
|
5986
|
+
{
|
|
5987
|
+
"name": "Yizack Rangel",
|
|
5988
|
+
"github": "yizack"
|
|
5989
|
+
}
|
|
5990
|
+
],
|
|
5991
|
+
"compatibility": {
|
|
5992
|
+
"nuxt": "^3.0.0",
|
|
5993
|
+
"requires": {}
|
|
5994
|
+
}
|
|
5995
|
+
},
|
|
5046
5996
|
{
|
|
5047
5997
|
"name": "twicpics",
|
|
5048
5998
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5214,11 +6164,11 @@
|
|
|
5214
6164
|
{
|
|
5215
6165
|
"name": "unhead",
|
|
5216
6166
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5217
|
-
"repo": "harlan-zw/nuxt-
|
|
5218
|
-
"npm": "nuxt-
|
|
6167
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6168
|
+
"npm": "nuxt-seo-experiments",
|
|
5219
6169
|
"icon": "",
|
|
5220
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5221
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
6170
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6171
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5222
6172
|
"learn_more": "",
|
|
5223
6173
|
"category": "SEO",
|
|
5224
6174
|
"type": "3rd-party",
|
|
@@ -5261,6 +6211,28 @@
|
|
|
5261
6211
|
"requires": {}
|
|
5262
6212
|
}
|
|
5263
6213
|
},
|
|
6214
|
+
{
|
|
6215
|
+
"name": "unlazy",
|
|
6216
|
+
"description": "Lazy loading library for placeholder images",
|
|
6217
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6218
|
+
"npm": "@unlazy/nuxt",
|
|
6219
|
+
"icon": "unlazy.svg",
|
|
6220
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6221
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6222
|
+
"learn_more": "",
|
|
6223
|
+
"category": "Images",
|
|
6224
|
+
"type": "3rd-party",
|
|
6225
|
+
"maintainers": [
|
|
6226
|
+
{
|
|
6227
|
+
"name": "Johann Schopplich",
|
|
6228
|
+
"github": "johannschopplich"
|
|
6229
|
+
}
|
|
6230
|
+
],
|
|
6231
|
+
"compatibility": {
|
|
6232
|
+
"nuxt": "^3.0.0",
|
|
6233
|
+
"requires": {}
|
|
6234
|
+
}
|
|
6235
|
+
},
|
|
5264
6236
|
{
|
|
5265
6237
|
"name": "unlighthouse",
|
|
5266
6238
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5313,6 +6285,53 @@
|
|
|
5313
6285
|
}
|
|
5314
6286
|
}
|
|
5315
6287
|
},
|
|
6288
|
+
{
|
|
6289
|
+
"name": "ununuracss",
|
|
6290
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
6291
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
6292
|
+
"npm": "nuxt-ununura",
|
|
6293
|
+
"icon": "ununuracss.png",
|
|
6294
|
+
"github": "https://github.com/novout/ununuracss",
|
|
6295
|
+
"website": "https://ununura.com/#/",
|
|
6296
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
6297
|
+
"category": "UI",
|
|
6298
|
+
"type": "3rd-party",
|
|
6299
|
+
"maintainers": [
|
|
6300
|
+
{
|
|
6301
|
+
"name": "Giovane Cardoso",
|
|
6302
|
+
"github": "novout",
|
|
6303
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
6304
|
+
}
|
|
6305
|
+
],
|
|
6306
|
+
"compatibility": {
|
|
6307
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6308
|
+
"requires": {}
|
|
6309
|
+
}
|
|
6310
|
+
},
|
|
6311
|
+
{
|
|
6312
|
+
"name": "use-wagmi",
|
|
6313
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6314
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6315
|
+
"npm": "@use-wagmi/nuxt",
|
|
6316
|
+
"icon": "use-wagmi.png",
|
|
6317
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6318
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6319
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6320
|
+
"category": "Extensions",
|
|
6321
|
+
"type": "3rd-party",
|
|
6322
|
+
"maintainers": [
|
|
6323
|
+
{
|
|
6324
|
+
"name": "Unic Ape",
|
|
6325
|
+
"github": "unicape"
|
|
6326
|
+
}
|
|
6327
|
+
],
|
|
6328
|
+
"compatibility": {
|
|
6329
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6330
|
+
"requires": {
|
|
6331
|
+
"bridge": true
|
|
6332
|
+
}
|
|
6333
|
+
}
|
|
6334
|
+
},
|
|
5316
6335
|
{
|
|
5317
6336
|
"name": "user-agent",
|
|
5318
6337
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5381,6 +6400,74 @@
|
|
|
5381
6400
|
}
|
|
5382
6401
|
}
|
|
5383
6402
|
},
|
|
6403
|
+
{
|
|
6404
|
+
"name": "varlet",
|
|
6405
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
6406
|
+
"repo": "varletjs/varlet-nuxt",
|
|
6407
|
+
"npm": "@varlet/nuxt",
|
|
6408
|
+
"icon": "varlet.svg",
|
|
6409
|
+
"github": "https://github.com/varletjs/varlet",
|
|
6410
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
6411
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6412
|
+
"category": "UI",
|
|
6413
|
+
"type": "3rd-party",
|
|
6414
|
+
"maintainers": [
|
|
6415
|
+
{
|
|
6416
|
+
"name": "zhangmo8",
|
|
6417
|
+
"github": "zhangmo8"
|
|
6418
|
+
}
|
|
6419
|
+
],
|
|
6420
|
+
"compatibility": {
|
|
6421
|
+
"nuxt": "^3.0.0",
|
|
6422
|
+
"requires": {
|
|
6423
|
+
"bridge": "optional"
|
|
6424
|
+
}
|
|
6425
|
+
}
|
|
6426
|
+
},
|
|
6427
|
+
{
|
|
6428
|
+
"name": "vcalendar",
|
|
6429
|
+
"description": "VCalendar module for Nuxt",
|
|
6430
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6431
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6432
|
+
"icon": "vcalendar.png",
|
|
6433
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6434
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6435
|
+
"learn_more": "",
|
|
6436
|
+
"category": "Libraries",
|
|
6437
|
+
"type": "3rd-party",
|
|
6438
|
+
"maintainers": [
|
|
6439
|
+
{
|
|
6440
|
+
"name": "Sam K",
|
|
6441
|
+
"github": "samk-dev"
|
|
6442
|
+
}
|
|
6443
|
+
],
|
|
6444
|
+
"compatibility": {
|
|
6445
|
+
"nuxt": "^3.0.0",
|
|
6446
|
+
"requires": {}
|
|
6447
|
+
}
|
|
6448
|
+
},
|
|
6449
|
+
{
|
|
6450
|
+
"name": "vee-validate",
|
|
6451
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
6452
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6453
|
+
"npm": "@vee-validate/nuxt",
|
|
6454
|
+
"icon": "vee-validate.png",
|
|
6455
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6456
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6457
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6458
|
+
"category": "Libraries",
|
|
6459
|
+
"type": "3rd-party",
|
|
6460
|
+
"maintainers": [
|
|
6461
|
+
{
|
|
6462
|
+
"name": "Abdelrahman Awad",
|
|
6463
|
+
"github": "logaretm"
|
|
6464
|
+
}
|
|
6465
|
+
],
|
|
6466
|
+
"compatibility": {
|
|
6467
|
+
"nuxt": "^3.0.0",
|
|
6468
|
+
"requires": {}
|
|
6469
|
+
}
|
|
6470
|
+
},
|
|
5384
6471
|
{
|
|
5385
6472
|
"name": "vendor",
|
|
5386
6473
|
"description": "directly serve node_modules",
|
|
@@ -5404,6 +6491,51 @@
|
|
|
5404
6491
|
"requires": {}
|
|
5405
6492
|
}
|
|
5406
6493
|
},
|
|
6494
|
+
{
|
|
6495
|
+
"name": "vercel-analytics",
|
|
6496
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6497
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6498
|
+
"npm": "nuxt-vercel-analytics",
|
|
6499
|
+
"icon": "",
|
|
6500
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6501
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6502
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6503
|
+
"category": "Analytics",
|
|
6504
|
+
"type": "3rd-party",
|
|
6505
|
+
"maintainers": [
|
|
6506
|
+
{
|
|
6507
|
+
"name": "Alexander B.",
|
|
6508
|
+
"github": "xanderbarkhatov"
|
|
6509
|
+
}
|
|
6510
|
+
],
|
|
6511
|
+
"compatibility": {
|
|
6512
|
+
"nuxt": "^3.0.0",
|
|
6513
|
+
"requires": {}
|
|
6514
|
+
}
|
|
6515
|
+
},
|
|
6516
|
+
{
|
|
6517
|
+
"name": "vexip-ui",
|
|
6518
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6519
|
+
"repo": "vexip-ui/nuxt",
|
|
6520
|
+
"npm": "@vexip-ui/nuxt",
|
|
6521
|
+
"icon": "vexip-ui.svg",
|
|
6522
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6523
|
+
"website": "https://www.vexipui.com/",
|
|
6524
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6525
|
+
"category": "UI",
|
|
6526
|
+
"type": "3rd-party",
|
|
6527
|
+
"maintainers": [
|
|
6528
|
+
{
|
|
6529
|
+
"name": "未觉雨声",
|
|
6530
|
+
"github": "qmhc",
|
|
6531
|
+
"twitter": "qmhc95"
|
|
6532
|
+
}
|
|
6533
|
+
],
|
|
6534
|
+
"compatibility": {
|
|
6535
|
+
"nuxt": "^3.0.0",
|
|
6536
|
+
"requires": {}
|
|
6537
|
+
}
|
|
6538
|
+
},
|
|
5407
6539
|
{
|
|
5408
6540
|
"name": "vite-pwa-nuxt",
|
|
5409
6541
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5435,13 +6567,13 @@
|
|
|
5435
6567
|
{
|
|
5436
6568
|
"name": "vitest",
|
|
5437
6569
|
"description": "Vitest integration with Nuxt",
|
|
5438
|
-
"repo": "danielroe/nuxt-vitest
|
|
6570
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5439
6571
|
"npm": "nuxt-vitest",
|
|
5440
6572
|
"icon": "vitest.svg",
|
|
5441
6573
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5442
6574
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5443
6575
|
"learn_more": "",
|
|
5444
|
-
"category": "
|
|
6576
|
+
"category": "Devtools",
|
|
5445
6577
|
"type": "3rd-party",
|
|
5446
6578
|
"maintainers": [
|
|
5447
6579
|
{
|
|
@@ -5458,15 +6590,45 @@
|
|
|
5458
6590
|
"requires": {}
|
|
5459
6591
|
}
|
|
5460
6592
|
},
|
|
6593
|
+
{
|
|
6594
|
+
"name": "vue-email",
|
|
6595
|
+
"description": "Write email templates with vue",
|
|
6596
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6597
|
+
"npm": "vue-email",
|
|
6598
|
+
"icon": "vue-email.svg",
|
|
6599
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6600
|
+
"website": "https://vue-email.vercel.app/",
|
|
6601
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6602
|
+
"category": "UI",
|
|
6603
|
+
"type": "3rd-party",
|
|
6604
|
+
"maintainers": [
|
|
6605
|
+
{
|
|
6606
|
+
"name": "David Arenas",
|
|
6607
|
+
"github": "Dave136",
|
|
6608
|
+
"twitter": "davejs4",
|
|
6609
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6610
|
+
},
|
|
6611
|
+
{
|
|
6612
|
+
"name": "Younes Barrad",
|
|
6613
|
+
"github": "Flowko",
|
|
6614
|
+
"twitter": "imflowko",
|
|
6615
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6616
|
+
}
|
|
6617
|
+
],
|
|
6618
|
+
"compatibility": {
|
|
6619
|
+
"nuxt": "^3.0.0",
|
|
6620
|
+
"requires": {}
|
|
6621
|
+
}
|
|
6622
|
+
},
|
|
5461
6623
|
{
|
|
5462
6624
|
"name": "vue-macros",
|
|
5463
|
-
"description": "Explore
|
|
5464
|
-
"repo": "sxzz/
|
|
6625
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6626
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5465
6627
|
"npm": "@vue-macros/nuxt",
|
|
5466
6628
|
"icon": "vue-macros.svg",
|
|
5467
|
-
"github": "https://github.com/sxzz/
|
|
6629
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5468
6630
|
"website": "https://vue-macros.sxzz.moe",
|
|
5469
|
-
"learn_more": "https://github.com/sxzz/
|
|
6631
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5470
6632
|
"category": "Extensions",
|
|
5471
6633
|
"type": "3rd-party",
|
|
5472
6634
|
"maintainers": [
|
|
@@ -5549,6 +6711,29 @@
|
|
|
5549
6711
|
"requires": {}
|
|
5550
6712
|
}
|
|
5551
6713
|
},
|
|
6714
|
+
{
|
|
6715
|
+
"name": "vue-query",
|
|
6716
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6717
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6718
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6719
|
+
"icon": "vue-query.svg",
|
|
6720
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6721
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6722
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6723
|
+
"category": "Request",
|
|
6724
|
+
"type": "3rd-party",
|
|
6725
|
+
"maintainers": [
|
|
6726
|
+
{
|
|
6727
|
+
"name": "Hebilicious",
|
|
6728
|
+
"github": "Hebilicious",
|
|
6729
|
+
"twitter": "its_hebilicious"
|
|
6730
|
+
}
|
|
6731
|
+
],
|
|
6732
|
+
"compatibility": {
|
|
6733
|
+
"nuxt": "^3.0.0",
|
|
6734
|
+
"requires": {}
|
|
6735
|
+
}
|
|
6736
|
+
},
|
|
5552
6737
|
{
|
|
5553
6738
|
"name": "vue-select",
|
|
5554
6739
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5619,6 +6804,29 @@
|
|
|
5619
6804
|
"requires": {}
|
|
5620
6805
|
}
|
|
5621
6806
|
},
|
|
6807
|
+
{
|
|
6808
|
+
"name": "vue3-carousel-nuxt",
|
|
6809
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
|
|
6810
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6811
|
+
"npm": "vue3-carousel-nuxt",
|
|
6812
|
+
"icon": "",
|
|
6813
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6814
|
+
"website": "",
|
|
6815
|
+
"learn_more": "",
|
|
6816
|
+
"category": "UI",
|
|
6817
|
+
"type": "3rd-party",
|
|
6818
|
+
"maintainers": [
|
|
6819
|
+
{
|
|
6820
|
+
"name": "Gaetan SENN",
|
|
6821
|
+
"github": "gaetansenn",
|
|
6822
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6823
|
+
}
|
|
6824
|
+
],
|
|
6825
|
+
"compatibility": {
|
|
6826
|
+
"nuxt": "^3.0.0",
|
|
6827
|
+
"requires": {}
|
|
6828
|
+
}
|
|
6829
|
+
},
|
|
5622
6830
|
{
|
|
5623
6831
|
"name": "vuefire",
|
|
5624
6832
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -5663,6 +6871,28 @@
|
|
|
5663
6871
|
"requires": {}
|
|
5664
6872
|
}
|
|
5665
6873
|
},
|
|
6874
|
+
{
|
|
6875
|
+
"name": "vuetify-nuxt-module",
|
|
6876
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
6877
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
6878
|
+
"npm": "vuetify-nuxt-module",
|
|
6879
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
6880
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6881
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6882
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
6883
|
+
"category": "UI",
|
|
6884
|
+
"type": "3rd-party",
|
|
6885
|
+
"maintainers": [
|
|
6886
|
+
{
|
|
6887
|
+
"name": "Joaquín Sánchez",
|
|
6888
|
+
"github": "userquin"
|
|
6889
|
+
}
|
|
6890
|
+
],
|
|
6891
|
+
"compatibility": {
|
|
6892
|
+
"nuxt": "^3.0.0",
|
|
6893
|
+
"requires": {}
|
|
6894
|
+
}
|
|
6895
|
+
},
|
|
5666
6896
|
{
|
|
5667
6897
|
"name": "vuetify",
|
|
5668
6898
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -5737,14 +6967,37 @@
|
|
|
5737
6967
|
"requires": {}
|
|
5738
6968
|
}
|
|
5739
6969
|
},
|
|
6970
|
+
{
|
|
6971
|
+
"name": "vunix",
|
|
6972
|
+
"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.",
|
|
6973
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6974
|
+
"npm": "@vunix/nuxt",
|
|
6975
|
+
"icon": "",
|
|
6976
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6977
|
+
"website": "https://vunix.dewib.com/",
|
|
6978
|
+
"learn_more": "",
|
|
6979
|
+
"category": "UI",
|
|
6980
|
+
"type": "3rd-party",
|
|
6981
|
+
"maintainers": [
|
|
6982
|
+
{
|
|
6983
|
+
"name": "Gaetan SENN",
|
|
6984
|
+
"github": "gaetansenn",
|
|
6985
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6986
|
+
}
|
|
6987
|
+
],
|
|
6988
|
+
"compatibility": {
|
|
6989
|
+
"nuxt": "^3.0.0",
|
|
6990
|
+
"requires": {}
|
|
6991
|
+
}
|
|
6992
|
+
},
|
|
5740
6993
|
{
|
|
5741
6994
|
"name": "web-vitals",
|
|
5742
6995
|
"description": "Web Vitals for Nuxt",
|
|
5743
|
-
"repo": "nuxt-
|
|
6996
|
+
"repo": "nuxt-modules/web-vitals",
|
|
5744
6997
|
"npm": "@nuxtjs/web-vitals",
|
|
5745
6998
|
"icon": "web-vitals.png",
|
|
5746
|
-
"github": "https://github.com/nuxt-
|
|
5747
|
-
"website": "https://github.com/nuxt-
|
|
6999
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7000
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
5748
7001
|
"learn_more": "",
|
|
5749
7002
|
"category": "Performance",
|
|
5750
7003
|
"type": "community",
|
|
@@ -5771,29 +7024,6 @@
|
|
|
5771
7024
|
}
|
|
5772
7025
|
}
|
|
5773
7026
|
},
|
|
5774
|
-
{
|
|
5775
|
-
"name": "web3js",
|
|
5776
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5777
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5778
|
-
"npm": "nuxt-web3",
|
|
5779
|
-
"icon": "web3js.svg",
|
|
5780
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5781
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5782
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5783
|
-
"category": "Libraries",
|
|
5784
|
-
"type": "3rd-party",
|
|
5785
|
-
"maintainers": [
|
|
5786
|
-
{
|
|
5787
|
-
"name": "Muhammad Fauzan",
|
|
5788
|
-
"github": "bl0cknumber",
|
|
5789
|
-
"twitter": "fncolon"
|
|
5790
|
-
}
|
|
5791
|
-
],
|
|
5792
|
-
"compatibility": {
|
|
5793
|
-
"nuxt": "^2.0.0",
|
|
5794
|
-
"requires": {}
|
|
5795
|
-
}
|
|
5796
|
-
},
|
|
5797
7027
|
{
|
|
5798
7028
|
"name": "webfontloader",
|
|
5799
7029
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5908,6 +7138,54 @@
|
|
|
5908
7138
|
"requires": {}
|
|
5909
7139
|
}
|
|
5910
7140
|
},
|
|
7141
|
+
{
|
|
7142
|
+
"name": "well-known",
|
|
7143
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
7144
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7145
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7146
|
+
"icon": "well-known.svg",
|
|
7147
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
7148
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
7149
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
7150
|
+
"category": "SEO",
|
|
7151
|
+
"type": "3rd-party",
|
|
7152
|
+
"maintainers": [
|
|
7153
|
+
{
|
|
7154
|
+
"name": "Zadig&Voltaire Team",
|
|
7155
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
7156
|
+
}
|
|
7157
|
+
],
|
|
7158
|
+
"compatibility": {
|
|
7159
|
+
"nuxt": "^3.0.0",
|
|
7160
|
+
"requires": {}
|
|
7161
|
+
}
|
|
7162
|
+
},
|
|
7163
|
+
{
|
|
7164
|
+
"name": "wideangle",
|
|
7165
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
7166
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7167
|
+
"npm": "wideangle-nuxt",
|
|
7168
|
+
"icon": "wideangle.png",
|
|
7169
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7170
|
+
"website": "https://wideangle.co",
|
|
7171
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7172
|
+
"category": "Analytics",
|
|
7173
|
+
"type": "3rd-party",
|
|
7174
|
+
"maintainers": [
|
|
7175
|
+
{
|
|
7176
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7177
|
+
"github": "inputobjects"
|
|
7178
|
+
},
|
|
7179
|
+
{
|
|
7180
|
+
"name": "Jarek Rozanski",
|
|
7181
|
+
"github": "jrozanski"
|
|
7182
|
+
}
|
|
7183
|
+
],
|
|
7184
|
+
"compatibility": {
|
|
7185
|
+
"nuxt": "^3.0.0",
|
|
7186
|
+
"requires": {}
|
|
7187
|
+
}
|
|
7188
|
+
},
|
|
5911
7189
|
{
|
|
5912
7190
|
"name": "windicss",
|
|
5913
7191
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -6051,29 +7329,6 @@
|
|
|
6051
7329
|
"requires": {}
|
|
6052
7330
|
}
|
|
6053
7331
|
},
|
|
6054
|
-
{
|
|
6055
|
-
"name": "yandex-metrika",
|
|
6056
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6057
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6058
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6059
|
-
"icon": "",
|
|
6060
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6061
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6062
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6063
|
-
"category": "Analytics",
|
|
6064
|
-
"type": "community",
|
|
6065
|
-
"maintainers": [
|
|
6066
|
-
{
|
|
6067
|
-
"name": "Pooya Parsa",
|
|
6068
|
-
"github": "pi0",
|
|
6069
|
-
"twitter": "_pi0_"
|
|
6070
|
-
}
|
|
6071
|
-
],
|
|
6072
|
-
"compatibility": {
|
|
6073
|
-
"nuxt": "^2.0.0",
|
|
6074
|
-
"requires": {}
|
|
6075
|
-
}
|
|
6076
|
-
},
|
|
6077
7332
|
{
|
|
6078
7333
|
"name": "zendesk",
|
|
6079
7334
|
"description": "Nuxt.js module for Zendesk",
|