@nuxt/modules 0.6.0-9112e4 → 0.6.0-943383
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/modules.json +1315 -151
- package/package.json +8 -8
package/modules.json
CHANGED
|
@@ -126,12 +126,12 @@
|
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
128
|
"name": "animejs",
|
|
129
|
-
"description": "Anime.js module for Nuxt
|
|
130
|
-
"repo": "
|
|
131
|
-
"npm": "nuxt-
|
|
129
|
+
"description": "Anime.js module for Nuxt",
|
|
130
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
131
|
+
"npm": "@hypernym/nuxt-anime",
|
|
132
132
|
"icon": "",
|
|
133
|
-
"github": "https://github.com/
|
|
134
|
-
"website": "https://github.com/
|
|
133
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
134
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
135
135
|
"learn_more": "",
|
|
136
136
|
"category": "Libraries",
|
|
137
137
|
"type": "3rd-party",
|
|
@@ -142,10 +142,34 @@
|
|
|
142
142
|
}
|
|
143
143
|
],
|
|
144
144
|
"compatibility": {
|
|
145
|
-
"nuxt": "^2.0.0",
|
|
145
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
146
146
|
"requires": {}
|
|
147
147
|
}
|
|
148
148
|
},
|
|
149
|
+
{
|
|
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",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "tangjinzhou",
|
|
163
|
+
"github": "tangjinzhou"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"compatibility": {
|
|
167
|
+
"nuxt": "^3.0.0",
|
|
168
|
+
"requires": {
|
|
169
|
+
"bridge": "optional"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
149
173
|
{
|
|
150
174
|
"name": "api-party",
|
|
151
175
|
"description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
|
|
@@ -249,7 +273,7 @@
|
|
|
249
273
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
250
274
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
251
275
|
"learn_more": "",
|
|
252
|
-
"category": "
|
|
276
|
+
"category": "Database",
|
|
253
277
|
"type": "3rd-party",
|
|
254
278
|
"maintainers": [
|
|
255
279
|
{
|
|
@@ -262,6 +286,51 @@
|
|
|
262
286
|
"requires": {}
|
|
263
287
|
}
|
|
264
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
|
+
},
|
|
265
334
|
{
|
|
266
335
|
"name": "auth",
|
|
267
336
|
"description": "Zero-boilerplate authentication support for Nuxt.js.",
|
|
@@ -289,6 +358,29 @@
|
|
|
289
358
|
"requires": {}
|
|
290
359
|
}
|
|
291
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
|
+
},
|
|
292
384
|
{
|
|
293
385
|
"name": "axios",
|
|
294
386
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
@@ -526,6 +618,28 @@
|
|
|
526
618
|
"requires": {}
|
|
527
619
|
}
|
|
528
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
|
+
},
|
|
529
643
|
{
|
|
530
644
|
"name": "chakra-ui",
|
|
531
645
|
"description": "Chakra UI Module for Nuxt.js",
|
|
@@ -551,11 +665,11 @@
|
|
|
551
665
|
{
|
|
552
666
|
"name": "chatwoot",
|
|
553
667
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
554
|
-
"repo": "
|
|
555
|
-
"npm": "@
|
|
668
|
+
"repo": "productdevbookcom/chatwoot",
|
|
669
|
+
"npm": "@productdevbook/chatwoot",
|
|
556
670
|
"icon": "chatwoot.png",
|
|
557
|
-
"github": "https://github.com/
|
|
558
|
-
"website": "https://github.com/
|
|
671
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
672
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
559
673
|
"learn_more": "https://www.chatwoot.com",
|
|
560
674
|
"category": "Libraries",
|
|
561
675
|
"type": "3rd-party",
|
|
@@ -592,6 +706,29 @@
|
|
|
592
706
|
"requires": {}
|
|
593
707
|
}
|
|
594
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
|
+
},
|
|
595
732
|
{
|
|
596
733
|
"name": "client-init",
|
|
597
734
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -666,10 +803,10 @@
|
|
|
666
803
|
{
|
|
667
804
|
"name": "cloudinary",
|
|
668
805
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
669
|
-
"repo": "nuxt-
|
|
806
|
+
"repo": "nuxt-modules/cloudinary",
|
|
670
807
|
"npm": "@nuxtjs/cloudinary",
|
|
671
808
|
"icon": "cloudinary.png",
|
|
672
|
-
"github": "https://github.com/nuxt-
|
|
809
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
673
810
|
"website": "https://cloudinary.nuxtjs.org",
|
|
674
811
|
"learn_more": "https://cloudinary.com",
|
|
675
812
|
"category": "Images",
|
|
@@ -689,10 +826,10 @@
|
|
|
689
826
|
{
|
|
690
827
|
"name": "color-mode",
|
|
691
828
|
"description": "Dark and Light mode for NuxtJS with auto detection",
|
|
692
|
-
"repo": "nuxt-
|
|
829
|
+
"repo": "nuxt-modules/color-mode",
|
|
693
830
|
"npm": "@nuxtjs/color-mode",
|
|
694
831
|
"icon": "color-mode.png",
|
|
695
|
-
"github": "https://github.com/nuxt-
|
|
832
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
696
833
|
"website": "https://color-mode.nuxtjs.org",
|
|
697
834
|
"learn_more": "",
|
|
698
835
|
"category": "UI",
|
|
@@ -757,12 +894,35 @@
|
|
|
757
894
|
"requires": {}
|
|
758
895
|
}
|
|
759
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
|
+
},
|
|
760
920
|
{
|
|
761
921
|
"name": "content",
|
|
762
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.",
|
|
763
923
|
"repo": "nuxt/content#main",
|
|
764
924
|
"npm": "@nuxt/content",
|
|
765
|
-
"icon": "nuxt.
|
|
925
|
+
"icon": "nuxt.svg",
|
|
766
926
|
"github": "https://github.com/nuxt/content",
|
|
767
927
|
"website": "https://content.nuxtjs.org",
|
|
768
928
|
"learn_more": "",
|
|
@@ -929,11 +1089,11 @@
|
|
|
929
1089
|
}
|
|
930
1090
|
},
|
|
931
1091
|
{
|
|
932
|
-
"name": "datocms",
|
|
933
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
1092
|
+
"name": "datocms-nuxt2",
|
|
1093
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
934
1094
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
935
1095
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
936
|
-
"icon": "datocms.
|
|
1096
|
+
"icon": "datocms.svg",
|
|
937
1097
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
938
1098
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
939
1099
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -950,33 +1110,57 @@
|
|
|
950
1110
|
"requires": {}
|
|
951
1111
|
}
|
|
952
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
|
+
},
|
|
953
1137
|
{
|
|
954
1138
|
"name": "dayjs",
|
|
955
|
-
"description": "
|
|
956
|
-
"repo": "
|
|
957
|
-
"npm": "
|
|
1139
|
+
"description": "Day.js module for Nuxt",
|
|
1140
|
+
"repo": "fumeapp/dayjs",
|
|
1141
|
+
"npm": "dayjs-nuxt",
|
|
958
1142
|
"icon": "day-js.png",
|
|
959
|
-
"github": "https://github.com/
|
|
960
|
-
"website": "https://github.com/
|
|
1143
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1144
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
961
1145
|
"learn_more": "https://day.js.org/",
|
|
962
|
-
"category": "
|
|
963
|
-
"type": "
|
|
1146
|
+
"category": "Libraries",
|
|
1147
|
+
"type": "3rd-party",
|
|
964
1148
|
"maintainers": [
|
|
965
1149
|
{
|
|
966
|
-
"name": "
|
|
967
|
-
"github": "
|
|
968
|
-
"twitter": "
|
|
1150
|
+
"name": "Kevin Olson",
|
|
1151
|
+
"github": "acidjazz",
|
|
1152
|
+
"twitter": "AppFume"
|
|
969
1153
|
}
|
|
970
1154
|
],
|
|
971
1155
|
"compatibility": {
|
|
972
|
-
"nuxt": "^
|
|
1156
|
+
"nuxt": "^3.0.0",
|
|
973
1157
|
"requires": {}
|
|
974
1158
|
}
|
|
975
1159
|
},
|
|
976
1160
|
{
|
|
977
1161
|
"name": "delay-hydration",
|
|
978
1162
|
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
979
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1163
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
980
1164
|
"npm": "nuxt-delay-hydration",
|
|
981
1165
|
"icon": "lighthouse.svg",
|
|
982
1166
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1018,15 +1202,38 @@
|
|
|
1018
1202
|
"requires": {}
|
|
1019
1203
|
}
|
|
1020
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
|
+
},
|
|
1021
1228
|
{
|
|
1022
1229
|
"name": "directus",
|
|
1023
|
-
"description": "Easily connect your
|
|
1230
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1024
1231
|
"repo": "intevel/nuxt-directus",
|
|
1025
1232
|
"npm": "nuxt-directus",
|
|
1026
1233
|
"icon": "directus.svg",
|
|
1027
|
-
"github": "https://github.com/
|
|
1028
|
-
"website": "https://nuxt-directus.
|
|
1029
|
-
"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/",
|
|
1030
1237
|
"category": "CMS",
|
|
1031
1238
|
"type": "3rd-party",
|
|
1032
1239
|
"maintainers": [
|
|
@@ -1037,10 +1244,30 @@
|
|
|
1037
1244
|
}
|
|
1038
1245
|
],
|
|
1039
1246
|
"compatibility": {
|
|
1040
|
-
"nuxt": "^
|
|
1041
|
-
"requires": {
|
|
1042
|
-
|
|
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"
|
|
1043
1266
|
}
|
|
1267
|
+
],
|
|
1268
|
+
"compatibility": {
|
|
1269
|
+
"nuxt": "^3.0.0",
|
|
1270
|
+
"requires": {}
|
|
1044
1271
|
}
|
|
1045
1272
|
},
|
|
1046
1273
|
{
|
|
@@ -1438,6 +1665,29 @@
|
|
|
1438
1665
|
"requires": {}
|
|
1439
1666
|
}
|
|
1440
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
|
+
},
|
|
1441
1691
|
{
|
|
1442
1692
|
"name": "formkit",
|
|
1443
1693
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1571,11 +1821,11 @@
|
|
|
1571
1821
|
{
|
|
1572
1822
|
"name": "google-fonts",
|
|
1573
1823
|
"description": "Google Fonts module for NuxtJS",
|
|
1574
|
-
"repo": "nuxt-
|
|
1824
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1575
1825
|
"npm": "@nuxtjs/google-fonts",
|
|
1576
1826
|
"icon": "google-fonts.png",
|
|
1577
|
-
"github": "https://github.com/nuxt-
|
|
1578
|
-
"website": "https://
|
|
1827
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1828
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1579
1829
|
"learn_more": "https://developers.google.com/fonts",
|
|
1580
1830
|
"category": "Fonts",
|
|
1581
1831
|
"type": "community",
|
|
@@ -1786,6 +2036,28 @@
|
|
|
1786
2036
|
"requires": {}
|
|
1787
2037
|
}
|
|
1788
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
|
+
},
|
|
1789
2061
|
{
|
|
1790
2062
|
"name": "harlem",
|
|
1791
2063
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -2021,11 +2293,11 @@
|
|
|
2021
2293
|
{
|
|
2022
2294
|
"name": "i18n",
|
|
2023
2295
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2024
|
-
"repo": "nuxt-
|
|
2296
|
+
"repo": "nuxt-modules/i18n",
|
|
2025
2297
|
"npm": "@nuxtjs/i18n",
|
|
2026
2298
|
"icon": "i18n.png",
|
|
2027
|
-
"github": "https://github.com/nuxt-
|
|
2028
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2299
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2300
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2029
2301
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2030
2302
|
"category": "Extensions",
|
|
2031
2303
|
"type": "community",
|
|
@@ -2044,6 +2316,28 @@
|
|
|
2044
2316
|
"requires": {}
|
|
2045
2317
|
}
|
|
2046
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
|
+
},
|
|
2047
2341
|
{
|
|
2048
2342
|
"name": "icon",
|
|
2049
2343
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2170,12 +2464,12 @@
|
|
|
2170
2464
|
{
|
|
2171
2465
|
"name": "inkline",
|
|
2172
2466
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2173
|
-
"repo": "inkline/
|
|
2174
|
-
"npm": "@inkline/
|
|
2467
|
+
"repo": "inkline/plugin",
|
|
2468
|
+
"npm": "@inkline/plugin",
|
|
2175
2469
|
"icon": "inkline.svg",
|
|
2176
|
-
"github": "https://github.com/inkline/
|
|
2470
|
+
"github": "https://github.com/inkline/plugin",
|
|
2177
2471
|
"website": "https://inkline.io",
|
|
2178
|
-
"learn_more": "https://inkline.io/docs/
|
|
2472
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2179
2473
|
"category": "UI",
|
|
2180
2474
|
"type": "3rd-party",
|
|
2181
2475
|
"maintainers": [
|
|
@@ -2512,6 +2806,32 @@
|
|
|
2512
2806
|
"requires": {}
|
|
2513
2807
|
}
|
|
2514
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
|
+
},
|
|
2515
2835
|
{
|
|
2516
2836
|
"name": "lunr",
|
|
2517
2837
|
"description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
|
|
@@ -2719,6 +3039,29 @@
|
|
|
2719
3039
|
"requires": {}
|
|
2720
3040
|
}
|
|
2721
3041
|
},
|
|
3042
|
+
{
|
|
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
|
+
},
|
|
2722
3065
|
{
|
|
2723
3066
|
"name": "moment",
|
|
2724
3067
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2908,42 +3251,42 @@
|
|
|
2908
3251
|
}
|
|
2909
3252
|
},
|
|
2910
3253
|
{
|
|
2911
|
-
"name": "
|
|
2912
|
-
"description": "",
|
|
2913
|
-
"repo": "
|
|
2914
|
-
"npm": "
|
|
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",
|
|
2915
3258
|
"icon": "",
|
|
2916
|
-
"github": "https://github.com/
|
|
2917
|
-
"website": "https://github.com/
|
|
3259
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3260
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
2918
3261
|
"learn_more": "",
|
|
2919
|
-
"category": "
|
|
3262
|
+
"category": "Performance",
|
|
2920
3263
|
"type": "3rd-party",
|
|
2921
3264
|
"maintainers": [
|
|
2922
3265
|
{
|
|
2923
|
-
"name": "
|
|
2924
|
-
"github": "
|
|
3266
|
+
"name": "adenvt",
|
|
3267
|
+
"github": "adenvt"
|
|
2925
3268
|
}
|
|
2926
3269
|
],
|
|
2927
3270
|
"compatibility": {
|
|
2928
|
-
"nuxt": "^
|
|
3271
|
+
"nuxt": "^3.0.0",
|
|
2929
3272
|
"requires": {}
|
|
2930
3273
|
}
|
|
2931
3274
|
},
|
|
2932
3275
|
{
|
|
2933
|
-
"name": "nuxt-
|
|
2934
|
-
"description": "
|
|
2935
|
-
"repo": "
|
|
2936
|
-
"npm": "nuxt-
|
|
2937
|
-
"icon": "
|
|
2938
|
-
"github": "https://github.com/
|
|
2939
|
-
"website": "https://github.com/
|
|
2940
|
-
"learn_more": "
|
|
2941
|
-
"category": "
|
|
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",
|
|
2942
3285
|
"type": "3rd-party",
|
|
2943
3286
|
"maintainers": [
|
|
2944
3287
|
{
|
|
2945
|
-
"name": "
|
|
2946
|
-
"github": "
|
|
3288
|
+
"name": "Helltraitor",
|
|
3289
|
+
"github": "helltraitor"
|
|
2947
3290
|
}
|
|
2948
3291
|
],
|
|
2949
3292
|
"compatibility": {
|
|
@@ -2952,13 +3295,149 @@
|
|
|
2952
3295
|
}
|
|
2953
3296
|
},
|
|
2954
3297
|
{
|
|
2955
|
-
"name": "nuxt-
|
|
2956
|
-
"description": "
|
|
2957
|
-
"repo": "
|
|
2958
|
-
"npm": "nuxt-
|
|
2959
|
-
"icon": "
|
|
2960
|
-
"github": "https://github.com/
|
|
2961
|
-
"website": "https://nuxt-
|
|
3298
|
+
"name": "nuxt-auth",
|
|
3299
|
+
"description": "",
|
|
3300
|
+
"repo": "sidebase/nuxt-auth",
|
|
3301
|
+
"npm": "@sidebase/nuxt-auth",
|
|
3302
|
+
"icon": "",
|
|
3303
|
+
"github": "https://github.com/sidebase/nuxt-auth",
|
|
3304
|
+
"website": "https://github.com/sidebase/nuxt-auth",
|
|
3305
|
+
"learn_more": "",
|
|
3306
|
+
"category": "Devtools",
|
|
3307
|
+
"type": "3rd-party",
|
|
3308
|
+
"maintainers": [
|
|
3309
|
+
{
|
|
3310
|
+
"name": "sidebase",
|
|
3311
|
+
"github": "sidebase"
|
|
3312
|
+
}
|
|
3313
|
+
],
|
|
3314
|
+
"compatibility": {
|
|
3315
|
+
"nuxt": "^2.0.0",
|
|
3316
|
+
"requires": {}
|
|
3317
|
+
}
|
|
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
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
"name": "nuxt-graphql-middleware",
|
|
3435
|
+
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
3436
|
+
"repo": "dulnan/nuxt-graphql-middleware",
|
|
3437
|
+
"npm": "nuxt-graphql-middleware",
|
|
3438
|
+
"icon": "nuxt-graphql-middleware.svg",
|
|
3439
|
+
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3440
|
+
"website": "https://nuxt-graphql-middleware.dulnan.net",
|
|
2962
3441
|
"learn_more": "",
|
|
2963
3442
|
"category": "Request",
|
|
2964
3443
|
"type": "3rd-party",
|
|
@@ -3002,6 +3481,28 @@
|
|
|
3002
3481
|
"requires": {}
|
|
3003
3482
|
}
|
|
3004
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
|
+
},
|
|
3005
3506
|
{
|
|
3006
3507
|
"name": "nuxt-hue",
|
|
3007
3508
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -3094,6 +3595,28 @@
|
|
|
3094
3595
|
"requires": {}
|
|
3095
3596
|
}
|
|
3096
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
|
+
},
|
|
3097
3620
|
{
|
|
3098
3621
|
"name": "nuxt-monaco-editor",
|
|
3099
3622
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3116,6 +3639,28 @@
|
|
|
3116
3639
|
"requires": {}
|
|
3117
3640
|
}
|
|
3118
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
|
+
},
|
|
3119
3664
|
{
|
|
3120
3665
|
"name": "nuxt-pdf",
|
|
3121
3666
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3139,6 +3684,28 @@
|
|
|
3139
3684
|
"requires": {}
|
|
3140
3685
|
}
|
|
3141
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
|
+
},
|
|
3142
3709
|
{
|
|
3143
3710
|
"name": "nuxt-pino-log",
|
|
3144
3711
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3183,6 +3750,32 @@
|
|
|
3183
3750
|
"requires": {}
|
|
3184
3751
|
}
|
|
3185
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
|
+
},
|
|
3186
3779
|
{
|
|
3187
3780
|
"name": "nuxt-png-to-ico",
|
|
3188
3781
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -3395,12 +3988,12 @@
|
|
|
3395
3988
|
{
|
|
3396
3989
|
"name": "nuxt-vue3-google-signin",
|
|
3397
3990
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3398
|
-
"repo": "
|
|
3991
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3399
3992
|
"npm": "nuxt-vue3-google-signin",
|
|
3400
3993
|
"icon": "vue3-google-signin.svg",
|
|
3401
|
-
"github": "https://github.com/
|
|
3402
|
-
"website": "https://vue3-google-signin.
|
|
3403
|
-
"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",
|
|
3404
3997
|
"category": "Libraries",
|
|
3405
3998
|
"type": "3rd-party",
|
|
3406
3999
|
"maintainers": [
|
|
@@ -3414,6 +4007,50 @@
|
|
|
3414
4007
|
"requires": {}
|
|
3415
4008
|
}
|
|
3416
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
|
+
},
|
|
3417
4054
|
{
|
|
3418
4055
|
"name": "nuxt7",
|
|
3419
4056
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3437,6 +4074,29 @@
|
|
|
3437
4074
|
"requires": {}
|
|
3438
4075
|
}
|
|
3439
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
|
+
},
|
|
3440
4100
|
{
|
|
3441
4101
|
"name": "og-image",
|
|
3442
4102
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -3576,6 +4236,30 @@
|
|
|
3576
4236
|
}
|
|
3577
4237
|
}
|
|
3578
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
|
+
},
|
|
3579
4263
|
{
|
|
3580
4264
|
"name": "persian-datepicker",
|
|
3581
4265
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3715,6 +4399,30 @@
|
|
|
3715
4399
|
"requires": {}
|
|
3716
4400
|
}
|
|
3717
4401
|
},
|
|
4402
|
+
{
|
|
4403
|
+
"name": "prepare",
|
|
4404
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4405
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4406
|
+
"npm": "nuxt-prepare",
|
|
4407
|
+
"icon": "nuxt-prepare.svg",
|
|
4408
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4409
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4410
|
+
"learn_more": "",
|
|
4411
|
+
"category": "Devtools",
|
|
4412
|
+
"type": "3rd-party",
|
|
4413
|
+
"maintainers": [
|
|
4414
|
+
{
|
|
4415
|
+
"name": "Johann Schopplich",
|
|
4416
|
+
"github": "johannschopplich",
|
|
4417
|
+
"twitter": "jschopplich",
|
|
4418
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4419
|
+
}
|
|
4420
|
+
],
|
|
4421
|
+
"compatibility": {
|
|
4422
|
+
"nuxt": "^3.0.0",
|
|
4423
|
+
"requires": {}
|
|
4424
|
+
}
|
|
4425
|
+
},
|
|
3718
4426
|
{
|
|
3719
4427
|
"name": "prismic",
|
|
3720
4428
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
@@ -3897,6 +4605,50 @@
|
|
|
3897
4605
|
"requires": {}
|
|
3898
4606
|
}
|
|
3899
4607
|
},
|
|
4608
|
+
{
|
|
4609
|
+
"name": "quasar",
|
|
4610
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4611
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4612
|
+
"npm": "nuxt-quasar-ui",
|
|
4613
|
+
"icon": "quasar.svg",
|
|
4614
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4615
|
+
"website": "https://quasar.dev/",
|
|
4616
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4617
|
+
"category": "UI",
|
|
4618
|
+
"type": "3rd-party",
|
|
4619
|
+
"maintainers": [
|
|
4620
|
+
{
|
|
4621
|
+
"name": "Ege İliklier",
|
|
4622
|
+
"github": "Maiquu"
|
|
4623
|
+
}
|
|
4624
|
+
],
|
|
4625
|
+
"compatibility": {
|
|
4626
|
+
"nuxt": "^3.0.0",
|
|
4627
|
+
"requires": {}
|
|
4628
|
+
}
|
|
4629
|
+
},
|
|
4630
|
+
{
|
|
4631
|
+
"name": "radash",
|
|
4632
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4633
|
+
"repo": "bbg/nuxt-radash",
|
|
4634
|
+
"npm": "nuxt-radash",
|
|
4635
|
+
"icon": "radash.png",
|
|
4636
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4637
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4638
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4639
|
+
"category": "Libraries",
|
|
4640
|
+
"type": "3rd-party",
|
|
4641
|
+
"maintainers": [
|
|
4642
|
+
{
|
|
4643
|
+
"name": "Batuhan Göksu",
|
|
4644
|
+
"github": "bbg"
|
|
4645
|
+
}
|
|
4646
|
+
],
|
|
4647
|
+
"compatibility": {
|
|
4648
|
+
"nuxt": "^3.0.0",
|
|
4649
|
+
"requires": {}
|
|
4650
|
+
}
|
|
4651
|
+
},
|
|
3900
4652
|
{
|
|
3901
4653
|
"name": "recaptcha",
|
|
3902
4654
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -3967,11 +4719,11 @@
|
|
|
3967
4719
|
{
|
|
3968
4720
|
"name": "robots",
|
|
3969
4721
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
3970
|
-
"repo": "nuxt-
|
|
4722
|
+
"repo": "nuxt-modules/robots",
|
|
3971
4723
|
"npm": "@nuxtjs/robots",
|
|
3972
4724
|
"icon": "robots.png",
|
|
3973
|
-
"github": "https://github.com/nuxt-
|
|
3974
|
-
"website": "https://github.com/nuxt-
|
|
4725
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4726
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
3975
4727
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
3976
4728
|
"category": "SEO",
|
|
3977
4729
|
"type": "community",
|
|
@@ -4177,7 +4929,7 @@
|
|
|
4177
4929
|
"description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
|
|
4178
4930
|
"repo": "nuxt-community/sentry-module",
|
|
4179
4931
|
"npm": "@nuxtjs/sentry",
|
|
4180
|
-
"icon": "sentry.
|
|
4932
|
+
"icon": "sentry.svg",
|
|
4181
4933
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4182
4934
|
"website": "https://sentry.nuxtjs.org/",
|
|
4183
4935
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4284,6 +5036,29 @@
|
|
|
4284
5036
|
"requires": {}
|
|
4285
5037
|
}
|
|
4286
5038
|
},
|
|
5039
|
+
{
|
|
5040
|
+
"name": "server-block",
|
|
5041
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5042
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
5043
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5044
|
+
"icon": "server-block.svg",
|
|
5045
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5046
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5047
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5048
|
+
"category": "Extensions",
|
|
5049
|
+
"type": "3rd-party",
|
|
5050
|
+
"maintainers": [
|
|
5051
|
+
{
|
|
5052
|
+
"name": "Hebilicious",
|
|
5053
|
+
"github": "Hebilicious",
|
|
5054
|
+
"twitter": "its_hebilicious"
|
|
5055
|
+
}
|
|
5056
|
+
],
|
|
5057
|
+
"compatibility": {
|
|
5058
|
+
"nuxt": "^3.0.0",
|
|
5059
|
+
"requires": {}
|
|
5060
|
+
}
|
|
5061
|
+
},
|
|
4287
5062
|
{
|
|
4288
5063
|
"name": "session",
|
|
4289
5064
|
"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",
|
|
@@ -4476,7 +5251,7 @@
|
|
|
4476
5251
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4477
5252
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4478
5253
|
"learn_more": "https://snipcart.com",
|
|
4479
|
-
"category": "
|
|
5254
|
+
"category": "Ecommerce",
|
|
4480
5255
|
"type": "community",
|
|
4481
5256
|
"maintainers": [
|
|
4482
5257
|
{
|
|
@@ -4733,10 +5508,10 @@
|
|
|
4733
5508
|
{
|
|
4734
5509
|
"name": "strapi",
|
|
4735
5510
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4736
|
-
"repo": "nuxt-
|
|
5511
|
+
"repo": "nuxt-modules/strapi",
|
|
4737
5512
|
"npm": "@nuxtjs/strapi",
|
|
4738
5513
|
"icon": "strapi.png",
|
|
4739
|
-
"github": "https://github.com/nuxt-
|
|
5514
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4740
5515
|
"website": "https://strapi.nuxtjs.org",
|
|
4741
5516
|
"learn_more": "https://strapi.io/",
|
|
4742
5517
|
"category": "CMS",
|
|
@@ -4760,6 +5535,32 @@
|
|
|
4760
5535
|
}
|
|
4761
5536
|
}
|
|
4762
5537
|
},
|
|
5538
|
+
{
|
|
5539
|
+
"name": "stripe-next",
|
|
5540
|
+
"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.",
|
|
5541
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5542
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5543
|
+
"icon": "stripe.png",
|
|
5544
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5545
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5546
|
+
"learn_more": "https://stripe.com/docs",
|
|
5547
|
+
"category": "Payment",
|
|
5548
|
+
"type": "3rd-party",
|
|
5549
|
+
"maintainers": [
|
|
5550
|
+
{
|
|
5551
|
+
"name": "Loic Fuentes",
|
|
5552
|
+
"github": "fuentesloic"
|
|
5553
|
+
},
|
|
5554
|
+
{
|
|
5555
|
+
"name": "Florent Giraud",
|
|
5556
|
+
"github": "flozero"
|
|
5557
|
+
}
|
|
5558
|
+
],
|
|
5559
|
+
"compatibility": {
|
|
5560
|
+
"nuxt": "^3.0.0",
|
|
5561
|
+
"requires": {}
|
|
5562
|
+
}
|
|
5563
|
+
},
|
|
4763
5564
|
{
|
|
4764
5565
|
"name": "stripe",
|
|
4765
5566
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -4853,10 +5654,10 @@
|
|
|
4853
5654
|
{
|
|
4854
5655
|
"name": "supabase",
|
|
4855
5656
|
"description": "First class integration with Supabase",
|
|
4856
|
-
"repo": "nuxt-
|
|
5657
|
+
"repo": "nuxt-modules/supabase",
|
|
4857
5658
|
"npm": "@nuxtjs/supabase",
|
|
4858
5659
|
"icon": "supabase.png",
|
|
4859
|
-
"github": "https://github.com/nuxt-
|
|
5660
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4860
5661
|
"website": "https://supabase.nuxtjs.org",
|
|
4861
5662
|
"learn_more": "https://supabase.com",
|
|
4862
5663
|
"category": "Database",
|
|
@@ -5020,10 +5821,10 @@
|
|
|
5020
5821
|
{
|
|
5021
5822
|
"name": "tailwindcss",
|
|
5022
5823
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5023
|
-
"repo": "nuxt-
|
|
5824
|
+
"repo": "nuxt-modules/tailwindcss-module",
|
|
5024
5825
|
"npm": "@nuxtjs/tailwindcss",
|
|
5025
5826
|
"icon": "tailwindcss.png",
|
|
5026
|
-
"github": "https://github.com/nuxt-
|
|
5827
|
+
"github": "https://github.com/nuxt-modules/tailwindcss-module",
|
|
5027
5828
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5028
5829
|
"learn_more": "https://tailwindcss.com/",
|
|
5029
5830
|
"category": "UI",
|
|
@@ -5033,6 +5834,10 @@
|
|
|
5033
5834
|
"name": "Sébastien Chopin",
|
|
5034
5835
|
"github": "Atinux",
|
|
5035
5836
|
"twitter": "Atinux"
|
|
5837
|
+
},
|
|
5838
|
+
{
|
|
5839
|
+
"name": "Inesh Bose",
|
|
5840
|
+
"github": "ineshbose"
|
|
5036
5841
|
}
|
|
5037
5842
|
],
|
|
5038
5843
|
"compatibility": {
|
|
@@ -5059,7 +5864,29 @@
|
|
|
5059
5864
|
}
|
|
5060
5865
|
],
|
|
5061
5866
|
"compatibility": {
|
|
5062
|
-
"nuxt": "^2.0.0",
|
|
5867
|
+
"nuxt": "^2.0.0",
|
|
5868
|
+
"requires": {}
|
|
5869
|
+
}
|
|
5870
|
+
},
|
|
5871
|
+
{
|
|
5872
|
+
"name": "time",
|
|
5873
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5874
|
+
"repo": "danielroe/nuxt-time",
|
|
5875
|
+
"npm": "nuxt-time",
|
|
5876
|
+
"icon": "",
|
|
5877
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5878
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5879
|
+
"learn_more": "",
|
|
5880
|
+
"category": "Extensions",
|
|
5881
|
+
"type": "3rd-party",
|
|
5882
|
+
"maintainers": [
|
|
5883
|
+
{
|
|
5884
|
+
"name": "danielroe",
|
|
5885
|
+
"github": "danielroe"
|
|
5886
|
+
}
|
|
5887
|
+
],
|
|
5888
|
+
"compatibility": {
|
|
5889
|
+
"nuxt": "^3.0.0",
|
|
5063
5890
|
"requires": {}
|
|
5064
5891
|
}
|
|
5065
5892
|
},
|
|
@@ -5086,6 +5913,39 @@
|
|
|
5086
5913
|
"requires": {}
|
|
5087
5914
|
}
|
|
5088
5915
|
},
|
|
5916
|
+
{
|
|
5917
|
+
"name": "tresjs",
|
|
5918
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
5919
|
+
"repo": "tresjs/nuxt",
|
|
5920
|
+
"npm": "@tresjs/nuxt",
|
|
5921
|
+
"icon": "tresjs.svg",
|
|
5922
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
5923
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
5924
|
+
"learn_more": "https://tresjs.org/",
|
|
5925
|
+
"category": "Libraries",
|
|
5926
|
+
"type": "3rd-party",
|
|
5927
|
+
"maintainers": [
|
|
5928
|
+
{
|
|
5929
|
+
"name": "Alvaro Saburido",
|
|
5930
|
+
"github": "alvarosabu",
|
|
5931
|
+
"twitter": "alvarosabu"
|
|
5932
|
+
},
|
|
5933
|
+
{
|
|
5934
|
+
"name": "Jaime Torrealba",
|
|
5935
|
+
"github": "JaimeTorrealba",
|
|
5936
|
+
"twitter": "jaimebboyjt"
|
|
5937
|
+
},
|
|
5938
|
+
{
|
|
5939
|
+
"name": "Tino Koch",
|
|
5940
|
+
"github": "Tinoooo",
|
|
5941
|
+
"twitter": "ichbintino"
|
|
5942
|
+
}
|
|
5943
|
+
],
|
|
5944
|
+
"compatibility": {
|
|
5945
|
+
"nuxt": "^3.0.0",
|
|
5946
|
+
"requires": {}
|
|
5947
|
+
}
|
|
5948
|
+
},
|
|
5089
5949
|
{
|
|
5090
5950
|
"name": "turnstile",
|
|
5091
5951
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5135,6 +5995,28 @@
|
|
|
5135
5995
|
}
|
|
5136
5996
|
}
|
|
5137
5997
|
},
|
|
5998
|
+
{
|
|
5999
|
+
"name": "twemoji",
|
|
6000
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6001
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6002
|
+
"npm": "nuxt-twemoji",
|
|
6003
|
+
"icon": "twemoji.svg",
|
|
6004
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6005
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6006
|
+
"learn_more": "",
|
|
6007
|
+
"category": "UI",
|
|
6008
|
+
"type": "3rd-party",
|
|
6009
|
+
"maintainers": [
|
|
6010
|
+
{
|
|
6011
|
+
"name": "Yizack Rangel",
|
|
6012
|
+
"github": "yizack"
|
|
6013
|
+
}
|
|
6014
|
+
],
|
|
6015
|
+
"compatibility": {
|
|
6016
|
+
"nuxt": "^3.0.0",
|
|
6017
|
+
"requires": {}
|
|
6018
|
+
}
|
|
6019
|
+
},
|
|
5138
6020
|
{
|
|
5139
6021
|
"name": "twicpics",
|
|
5140
6022
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5306,11 +6188,11 @@
|
|
|
5306
6188
|
{
|
|
5307
6189
|
"name": "unhead",
|
|
5308
6190
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5309
|
-
"repo": "harlan-zw/nuxt-
|
|
5310
|
-
"npm": "nuxt-
|
|
6191
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6192
|
+
"npm": "nuxt-seo-experiments",
|
|
5311
6193
|
"icon": "",
|
|
5312
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5313
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
6194
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6195
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5314
6196
|
"learn_more": "",
|
|
5315
6197
|
"category": "SEO",
|
|
5316
6198
|
"type": "3rd-party",
|
|
@@ -5353,6 +6235,28 @@
|
|
|
5353
6235
|
"requires": {}
|
|
5354
6236
|
}
|
|
5355
6237
|
},
|
|
6238
|
+
{
|
|
6239
|
+
"name": "unlazy",
|
|
6240
|
+
"description": "Lazy loading library for placeholder images",
|
|
6241
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6242
|
+
"npm": "@unlazy/nuxt",
|
|
6243
|
+
"icon": "unlazy.svg",
|
|
6244
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6245
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6246
|
+
"learn_more": "",
|
|
6247
|
+
"category": "Images",
|
|
6248
|
+
"type": "3rd-party",
|
|
6249
|
+
"maintainers": [
|
|
6250
|
+
{
|
|
6251
|
+
"name": "Johann Schopplich",
|
|
6252
|
+
"github": "johannschopplich"
|
|
6253
|
+
}
|
|
6254
|
+
],
|
|
6255
|
+
"compatibility": {
|
|
6256
|
+
"nuxt": "^3.0.0",
|
|
6257
|
+
"requires": {}
|
|
6258
|
+
}
|
|
6259
|
+
},
|
|
5356
6260
|
{
|
|
5357
6261
|
"name": "unlighthouse",
|
|
5358
6262
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5428,6 +6332,30 @@
|
|
|
5428
6332
|
"requires": {}
|
|
5429
6333
|
}
|
|
5430
6334
|
},
|
|
6335
|
+
{
|
|
6336
|
+
"name": "use-wagmi",
|
|
6337
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6338
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6339
|
+
"npm": "@use-wagmi/nuxt",
|
|
6340
|
+
"icon": "use-wagmi.png",
|
|
6341
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6342
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6343
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6344
|
+
"category": "Extensions",
|
|
6345
|
+
"type": "3rd-party",
|
|
6346
|
+
"maintainers": [
|
|
6347
|
+
{
|
|
6348
|
+
"name": "Unic Ape",
|
|
6349
|
+
"github": "unicape"
|
|
6350
|
+
}
|
|
6351
|
+
],
|
|
6352
|
+
"compatibility": {
|
|
6353
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6354
|
+
"requires": {
|
|
6355
|
+
"bridge": true
|
|
6356
|
+
}
|
|
6357
|
+
}
|
|
6358
|
+
},
|
|
5431
6359
|
{
|
|
5432
6360
|
"name": "user-agent",
|
|
5433
6361
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5496,6 +6424,74 @@
|
|
|
5496
6424
|
}
|
|
5497
6425
|
}
|
|
5498
6426
|
},
|
|
6427
|
+
{
|
|
6428
|
+
"name": "varlet",
|
|
6429
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
6430
|
+
"repo": "varletjs/varlet-nuxt",
|
|
6431
|
+
"npm": "@varlet/nuxt",
|
|
6432
|
+
"icon": "varlet.svg",
|
|
6433
|
+
"github": "https://github.com/varletjs/varlet",
|
|
6434
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
6435
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6436
|
+
"category": "UI",
|
|
6437
|
+
"type": "3rd-party",
|
|
6438
|
+
"maintainers": [
|
|
6439
|
+
{
|
|
6440
|
+
"name": "zhangmo8",
|
|
6441
|
+
"github": "zhangmo8"
|
|
6442
|
+
}
|
|
6443
|
+
],
|
|
6444
|
+
"compatibility": {
|
|
6445
|
+
"nuxt": "^3.0.0",
|
|
6446
|
+
"requires": {
|
|
6447
|
+
"bridge": "optional"
|
|
6448
|
+
}
|
|
6449
|
+
}
|
|
6450
|
+
},
|
|
6451
|
+
{
|
|
6452
|
+
"name": "vcalendar",
|
|
6453
|
+
"description": "VCalendar module for Nuxt",
|
|
6454
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6455
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6456
|
+
"icon": "vcalendar.png",
|
|
6457
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6458
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6459
|
+
"learn_more": "",
|
|
6460
|
+
"category": "Libraries",
|
|
6461
|
+
"type": "3rd-party",
|
|
6462
|
+
"maintainers": [
|
|
6463
|
+
{
|
|
6464
|
+
"name": "Sam K",
|
|
6465
|
+
"github": "samk-dev"
|
|
6466
|
+
}
|
|
6467
|
+
],
|
|
6468
|
+
"compatibility": {
|
|
6469
|
+
"nuxt": "^3.0.0",
|
|
6470
|
+
"requires": {}
|
|
6471
|
+
}
|
|
6472
|
+
},
|
|
6473
|
+
{
|
|
6474
|
+
"name": "vee-validate",
|
|
6475
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
6476
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6477
|
+
"npm": "@vee-validate/nuxt",
|
|
6478
|
+
"icon": "vee-validate.png",
|
|
6479
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6480
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6481
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6482
|
+
"category": "Libraries",
|
|
6483
|
+
"type": "3rd-party",
|
|
6484
|
+
"maintainers": [
|
|
6485
|
+
{
|
|
6486
|
+
"name": "Abdelrahman Awad",
|
|
6487
|
+
"github": "logaretm"
|
|
6488
|
+
}
|
|
6489
|
+
],
|
|
6490
|
+
"compatibility": {
|
|
6491
|
+
"nuxt": "^3.0.0",
|
|
6492
|
+
"requires": {}
|
|
6493
|
+
}
|
|
6494
|
+
},
|
|
5499
6495
|
{
|
|
5500
6496
|
"name": "vendor",
|
|
5501
6497
|
"description": "directly serve node_modules",
|
|
@@ -5519,6 +6515,51 @@
|
|
|
5519
6515
|
"requires": {}
|
|
5520
6516
|
}
|
|
5521
6517
|
},
|
|
6518
|
+
{
|
|
6519
|
+
"name": "vercel-analytics",
|
|
6520
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6521
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6522
|
+
"npm": "nuxt-vercel-analytics",
|
|
6523
|
+
"icon": "",
|
|
6524
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6525
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6526
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6527
|
+
"category": "Analytics",
|
|
6528
|
+
"type": "3rd-party",
|
|
6529
|
+
"maintainers": [
|
|
6530
|
+
{
|
|
6531
|
+
"name": "Alexander B.",
|
|
6532
|
+
"github": "xanderbarkhatov"
|
|
6533
|
+
}
|
|
6534
|
+
],
|
|
6535
|
+
"compatibility": {
|
|
6536
|
+
"nuxt": "^3.0.0",
|
|
6537
|
+
"requires": {}
|
|
6538
|
+
}
|
|
6539
|
+
},
|
|
6540
|
+
{
|
|
6541
|
+
"name": "vexip-ui",
|
|
6542
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6543
|
+
"repo": "vexip-ui/nuxt",
|
|
6544
|
+
"npm": "@vexip-ui/nuxt",
|
|
6545
|
+
"icon": "vexip-ui.svg",
|
|
6546
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6547
|
+
"website": "https://www.vexipui.com/",
|
|
6548
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6549
|
+
"category": "UI",
|
|
6550
|
+
"type": "3rd-party",
|
|
6551
|
+
"maintainers": [
|
|
6552
|
+
{
|
|
6553
|
+
"name": "未觉雨声",
|
|
6554
|
+
"github": "qmhc",
|
|
6555
|
+
"twitter": "qmhc95"
|
|
6556
|
+
}
|
|
6557
|
+
],
|
|
6558
|
+
"compatibility": {
|
|
6559
|
+
"nuxt": "^3.0.0",
|
|
6560
|
+
"requires": {}
|
|
6561
|
+
}
|
|
6562
|
+
},
|
|
5522
6563
|
{
|
|
5523
6564
|
"name": "vite-pwa-nuxt",
|
|
5524
6565
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5550,13 +6591,13 @@
|
|
|
5550
6591
|
{
|
|
5551
6592
|
"name": "vitest",
|
|
5552
6593
|
"description": "Vitest integration with Nuxt",
|
|
5553
|
-
"repo": "danielroe/nuxt-vitest
|
|
6594
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5554
6595
|
"npm": "nuxt-vitest",
|
|
5555
6596
|
"icon": "vitest.svg",
|
|
5556
6597
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5557
6598
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5558
6599
|
"learn_more": "",
|
|
5559
|
-
"category": "
|
|
6600
|
+
"category": "Devtools",
|
|
5560
6601
|
"type": "3rd-party",
|
|
5561
6602
|
"maintainers": [
|
|
5562
6603
|
{
|
|
@@ -5573,15 +6614,45 @@
|
|
|
5573
6614
|
"requires": {}
|
|
5574
6615
|
}
|
|
5575
6616
|
},
|
|
6617
|
+
{
|
|
6618
|
+
"name": "vue-email",
|
|
6619
|
+
"description": "Write email templates with vue",
|
|
6620
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6621
|
+
"npm": "vue-email",
|
|
6622
|
+
"icon": "vue-email.svg",
|
|
6623
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6624
|
+
"website": "https://vue-email.vercel.app/",
|
|
6625
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6626
|
+
"category": "UI",
|
|
6627
|
+
"type": "3rd-party",
|
|
6628
|
+
"maintainers": [
|
|
6629
|
+
{
|
|
6630
|
+
"name": "David Arenas",
|
|
6631
|
+
"github": "Dave136",
|
|
6632
|
+
"twitter": "davejs4",
|
|
6633
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6634
|
+
},
|
|
6635
|
+
{
|
|
6636
|
+
"name": "Younes Barrad",
|
|
6637
|
+
"github": "Flowko",
|
|
6638
|
+
"twitter": "imflowko",
|
|
6639
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6640
|
+
}
|
|
6641
|
+
],
|
|
6642
|
+
"compatibility": {
|
|
6643
|
+
"nuxt": "^3.0.0",
|
|
6644
|
+
"requires": {}
|
|
6645
|
+
}
|
|
6646
|
+
},
|
|
5576
6647
|
{
|
|
5577
6648
|
"name": "vue-macros",
|
|
5578
|
-
"description": "Explore
|
|
5579
|
-
"repo": "sxzz/
|
|
6649
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6650
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5580
6651
|
"npm": "@vue-macros/nuxt",
|
|
5581
6652
|
"icon": "vue-macros.svg",
|
|
5582
|
-
"github": "https://github.com/sxzz/
|
|
6653
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5583
6654
|
"website": "https://vue-macros.sxzz.moe",
|
|
5584
|
-
"learn_more": "https://github.com/sxzz/
|
|
6655
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5585
6656
|
"category": "Extensions",
|
|
5586
6657
|
"type": "3rd-party",
|
|
5587
6658
|
"maintainers": [
|
|
@@ -5664,6 +6735,29 @@
|
|
|
5664
6735
|
"requires": {}
|
|
5665
6736
|
}
|
|
5666
6737
|
},
|
|
6738
|
+
{
|
|
6739
|
+
"name": "vue-query",
|
|
6740
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6741
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6742
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6743
|
+
"icon": "vue-query.svg",
|
|
6744
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6745
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6746
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6747
|
+
"category": "Request",
|
|
6748
|
+
"type": "3rd-party",
|
|
6749
|
+
"maintainers": [
|
|
6750
|
+
{
|
|
6751
|
+
"name": "Hebilicious",
|
|
6752
|
+
"github": "Hebilicious",
|
|
6753
|
+
"twitter": "its_hebilicious"
|
|
6754
|
+
}
|
|
6755
|
+
],
|
|
6756
|
+
"compatibility": {
|
|
6757
|
+
"nuxt": "^3.0.0",
|
|
6758
|
+
"requires": {}
|
|
6759
|
+
}
|
|
6760
|
+
},
|
|
5667
6761
|
{
|
|
5668
6762
|
"name": "vue-select",
|
|
5669
6763
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5734,6 +6828,29 @@
|
|
|
5734
6828
|
"requires": {}
|
|
5735
6829
|
}
|
|
5736
6830
|
},
|
|
6831
|
+
{
|
|
6832
|
+
"name": "vue3-carousel-nuxt",
|
|
6833
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
|
|
6834
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6835
|
+
"npm": "vue3-carousel-nuxt",
|
|
6836
|
+
"icon": "",
|
|
6837
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6838
|
+
"website": "",
|
|
6839
|
+
"learn_more": "",
|
|
6840
|
+
"category": "UI",
|
|
6841
|
+
"type": "3rd-party",
|
|
6842
|
+
"maintainers": [
|
|
6843
|
+
{
|
|
6844
|
+
"name": "Gaetan SENN",
|
|
6845
|
+
"github": "gaetansenn",
|
|
6846
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6847
|
+
}
|
|
6848
|
+
],
|
|
6849
|
+
"compatibility": {
|
|
6850
|
+
"nuxt": "^3.0.0",
|
|
6851
|
+
"requires": {}
|
|
6852
|
+
}
|
|
6853
|
+
},
|
|
5737
6854
|
{
|
|
5738
6855
|
"name": "vuefire",
|
|
5739
6856
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -5778,6 +6895,28 @@
|
|
|
5778
6895
|
"requires": {}
|
|
5779
6896
|
}
|
|
5780
6897
|
},
|
|
6898
|
+
{
|
|
6899
|
+
"name": "vuetify-nuxt-module",
|
|
6900
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
6901
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
6902
|
+
"npm": "vuetify-nuxt-module",
|
|
6903
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
6904
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6905
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6906
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
6907
|
+
"category": "UI",
|
|
6908
|
+
"type": "3rd-party",
|
|
6909
|
+
"maintainers": [
|
|
6910
|
+
{
|
|
6911
|
+
"name": "Joaquín Sánchez",
|
|
6912
|
+
"github": "userquin"
|
|
6913
|
+
}
|
|
6914
|
+
],
|
|
6915
|
+
"compatibility": {
|
|
6916
|
+
"nuxt": "^3.0.0",
|
|
6917
|
+
"requires": {}
|
|
6918
|
+
}
|
|
6919
|
+
},
|
|
5781
6920
|
{
|
|
5782
6921
|
"name": "vuetify",
|
|
5783
6922
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -5852,14 +6991,37 @@
|
|
|
5852
6991
|
"requires": {}
|
|
5853
6992
|
}
|
|
5854
6993
|
},
|
|
6994
|
+
{
|
|
6995
|
+
"name": "vunix",
|
|
6996
|
+
"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.",
|
|
6997
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6998
|
+
"npm": "@vunix/nuxt",
|
|
6999
|
+
"icon": "",
|
|
7000
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
7001
|
+
"website": "https://vunix.dewib.com/",
|
|
7002
|
+
"learn_more": "",
|
|
7003
|
+
"category": "UI",
|
|
7004
|
+
"type": "3rd-party",
|
|
7005
|
+
"maintainers": [
|
|
7006
|
+
{
|
|
7007
|
+
"name": "Gaetan SENN",
|
|
7008
|
+
"github": "gaetansenn",
|
|
7009
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7010
|
+
}
|
|
7011
|
+
],
|
|
7012
|
+
"compatibility": {
|
|
7013
|
+
"nuxt": "^3.0.0",
|
|
7014
|
+
"requires": {}
|
|
7015
|
+
}
|
|
7016
|
+
},
|
|
5855
7017
|
{
|
|
5856
7018
|
"name": "web-vitals",
|
|
5857
7019
|
"description": "Web Vitals for Nuxt",
|
|
5858
|
-
"repo": "nuxt-
|
|
7020
|
+
"repo": "nuxt-modules/web-vitals",
|
|
5859
7021
|
"npm": "@nuxtjs/web-vitals",
|
|
5860
7022
|
"icon": "web-vitals.png",
|
|
5861
|
-
"github": "https://github.com/nuxt-
|
|
5862
|
-
"website": "https://github.com/nuxt-
|
|
7023
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7024
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
5863
7025
|
"learn_more": "",
|
|
5864
7026
|
"category": "Performance",
|
|
5865
7027
|
"type": "community",
|
|
@@ -6000,6 +7162,54 @@
|
|
|
6000
7162
|
"requires": {}
|
|
6001
7163
|
}
|
|
6002
7164
|
},
|
|
7165
|
+
{
|
|
7166
|
+
"name": "well-known",
|
|
7167
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
7168
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7169
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7170
|
+
"icon": "well-known.svg",
|
|
7171
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
7172
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
7173
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
7174
|
+
"category": "SEO",
|
|
7175
|
+
"type": "3rd-party",
|
|
7176
|
+
"maintainers": [
|
|
7177
|
+
{
|
|
7178
|
+
"name": "Zadig&Voltaire Team",
|
|
7179
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
7180
|
+
}
|
|
7181
|
+
],
|
|
7182
|
+
"compatibility": {
|
|
7183
|
+
"nuxt": "^3.0.0",
|
|
7184
|
+
"requires": {}
|
|
7185
|
+
}
|
|
7186
|
+
},
|
|
7187
|
+
{
|
|
7188
|
+
"name": "wideangle",
|
|
7189
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
7190
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7191
|
+
"npm": "wideangle-nuxt",
|
|
7192
|
+
"icon": "wideangle.png",
|
|
7193
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7194
|
+
"website": "https://wideangle.co",
|
|
7195
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7196
|
+
"category": "Analytics",
|
|
7197
|
+
"type": "3rd-party",
|
|
7198
|
+
"maintainers": [
|
|
7199
|
+
{
|
|
7200
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7201
|
+
"github": "inputobjects"
|
|
7202
|
+
},
|
|
7203
|
+
{
|
|
7204
|
+
"name": "Jarek Rozanski",
|
|
7205
|
+
"github": "jrozanski"
|
|
7206
|
+
}
|
|
7207
|
+
],
|
|
7208
|
+
"compatibility": {
|
|
7209
|
+
"nuxt": "^3.0.0",
|
|
7210
|
+
"requires": {}
|
|
7211
|
+
}
|
|
7212
|
+
},
|
|
6003
7213
|
{
|
|
6004
7214
|
"name": "windicss",
|
|
6005
7215
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -6143,52 +7353,6 @@
|
|
|
6143
7353
|
"requires": {}
|
|
6144
7354
|
}
|
|
6145
7355
|
},
|
|
6146
|
-
{
|
|
6147
|
-
"name": "yandex-metrika-next",
|
|
6148
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6149
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6150
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6151
|
-
"icon": "yandex-metrika.svg",
|
|
6152
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6153
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6154
|
-
"learn_more": "",
|
|
6155
|
-
"category": "Analytics",
|
|
6156
|
-
"type": "3rd-party",
|
|
6157
|
-
"maintainers": [
|
|
6158
|
-
{
|
|
6159
|
-
"name": "Aleksandr Saburov",
|
|
6160
|
-
"github": "artmizu",
|
|
6161
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6162
|
-
}
|
|
6163
|
-
],
|
|
6164
|
-
"compatibility": {
|
|
6165
|
-
"nuxt": "^3.0.0",
|
|
6166
|
-
"requires": {}
|
|
6167
|
-
}
|
|
6168
|
-
},
|
|
6169
|
-
{
|
|
6170
|
-
"name": "yandex-metrika",
|
|
6171
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6172
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6173
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6174
|
-
"icon": "",
|
|
6175
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6176
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6177
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6178
|
-
"category": "Analytics",
|
|
6179
|
-
"type": "community",
|
|
6180
|
-
"maintainers": [
|
|
6181
|
-
{
|
|
6182
|
-
"name": "Pooya Parsa",
|
|
6183
|
-
"github": "pi0",
|
|
6184
|
-
"twitter": "_pi0_"
|
|
6185
|
-
}
|
|
6186
|
-
],
|
|
6187
|
-
"compatibility": {
|
|
6188
|
-
"nuxt": "^2.0.0",
|
|
6189
|
-
"requires": {}
|
|
6190
|
-
}
|
|
6191
|
-
},
|
|
6192
7356
|
{
|
|
6193
7357
|
"name": "zendesk",
|
|
6194
7358
|
"description": "Nuxt.js module for Zendesk",
|