@nuxt/modules 0.6.0-13fa1b → 0.6.0-14fa89
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 +1567 -182
- package/package.json +10 -10
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,24 +147,48 @@
|
|
|
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://
|
|
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
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "aos",
|
|
175
|
+
"description": "A Nuxt module that adds Animate On Scroll",
|
|
176
|
+
"repo": "egidiusmengelberg/nuxt-aos",
|
|
177
|
+
"npm": "nuxt-aos",
|
|
178
|
+
"icon": "aos.png",
|
|
179
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
158
181
|
"learn_more": "",
|
|
159
|
-
"category": "
|
|
182
|
+
"category": "Devtools",
|
|
160
183
|
"type": "3rd-party",
|
|
161
184
|
"maintainers": [
|
|
162
185
|
{
|
|
163
|
-
"name": "
|
|
164
|
-
"github": "
|
|
186
|
+
"name": "egidiusmengelberg",
|
|
187
|
+
"github": "egidiusmengelberg"
|
|
165
188
|
}
|
|
166
189
|
],
|
|
167
190
|
"compatibility": {
|
|
168
|
-
"nuxt": "^
|
|
191
|
+
"nuxt": "^3.0.0",
|
|
169
192
|
"requires": {}
|
|
170
193
|
}
|
|
171
194
|
},
|
|
@@ -176,7 +199,7 @@
|
|
|
176
199
|
"npm": "nuxt-api-party",
|
|
177
200
|
"icon": "api-party.svg",
|
|
178
201
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
179
|
-
"website": "https://
|
|
202
|
+
"website": "https://nuxt-api-party.jhnn.dev/",
|
|
180
203
|
"learn_more": "",
|
|
181
204
|
"category": "Request",
|
|
182
205
|
"type": "3rd-party",
|
|
@@ -272,7 +295,7 @@
|
|
|
272
295
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
273
296
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
274
297
|
"learn_more": "",
|
|
275
|
-
"category": "
|
|
298
|
+
"category": "Database",
|
|
276
299
|
"type": "3rd-party",
|
|
277
300
|
"maintainers": [
|
|
278
301
|
{
|
|
@@ -285,6 +308,51 @@
|
|
|
285
308
|
"requires": {}
|
|
286
309
|
}
|
|
287
310
|
},
|
|
311
|
+
{
|
|
312
|
+
"name": "arco-design-nuxt-module",
|
|
313
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
314
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
315
|
+
"npm": "arco-design-nuxt-module",
|
|
316
|
+
"icon": "arco-design.svg",
|
|
317
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
318
|
+
"website": "https://arco.design/vue",
|
|
319
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
320
|
+
"category": "UI",
|
|
321
|
+
"type": "3rd-party",
|
|
322
|
+
"maintainers": [
|
|
323
|
+
{
|
|
324
|
+
"name": "wiidede",
|
|
325
|
+
"github": "wiidede"
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
"compatibility": {
|
|
329
|
+
"nuxt": "^3.0.0",
|
|
330
|
+
"requires": {}
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "ark-ui",
|
|
335
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
336
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
337
|
+
"npm": "nuxt-ark-ui",
|
|
338
|
+
"icon": "ark-ui.svg",
|
|
339
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
340
|
+
"website": "https://ark-ui.com/",
|
|
341
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
342
|
+
"category": "UI",
|
|
343
|
+
"type": "3rd-party",
|
|
344
|
+
"maintainers": [
|
|
345
|
+
{
|
|
346
|
+
"name": "Din",
|
|
347
|
+
"github": "iamdin",
|
|
348
|
+
"twitter": "iamdinq"
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"compatibility": {
|
|
352
|
+
"nuxt": "^3.0.0",
|
|
353
|
+
"requires": {}
|
|
354
|
+
}
|
|
355
|
+
},
|
|
288
356
|
{
|
|
289
357
|
"name": "auth",
|
|
290
358
|
"description": "Zero-boilerplate authentication support for Nuxt.js.",
|
|
@@ -312,6 +380,29 @@
|
|
|
312
380
|
"requires": {}
|
|
313
381
|
}
|
|
314
382
|
},
|
|
383
|
+
{
|
|
384
|
+
"name": "authjs",
|
|
385
|
+
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
386
|
+
"repo": "Hebilicious/authjs-nuxt#main",
|
|
387
|
+
"npm": "@hebilicious/authjs-nuxt",
|
|
388
|
+
"icon": "authjs.png",
|
|
389
|
+
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
390
|
+
"website": "https://authjs-nuxt.pages.dev/",
|
|
391
|
+
"learn_more": "https://authjs.dev/",
|
|
392
|
+
"category": "Security",
|
|
393
|
+
"type": "3rd-party",
|
|
394
|
+
"maintainers": [
|
|
395
|
+
{
|
|
396
|
+
"name": "Hebilicious",
|
|
397
|
+
"github": "Hebilicious",
|
|
398
|
+
"twitter": "its_hebilicious"
|
|
399
|
+
}
|
|
400
|
+
],
|
|
401
|
+
"compatibility": {
|
|
402
|
+
"nuxt": "^3.0.0",
|
|
403
|
+
"requires": {}
|
|
404
|
+
}
|
|
405
|
+
},
|
|
315
406
|
{
|
|
316
407
|
"name": "axios",
|
|
317
408
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
@@ -549,6 +640,28 @@
|
|
|
549
640
|
"requires": {}
|
|
550
641
|
}
|
|
551
642
|
},
|
|
643
|
+
{
|
|
644
|
+
"name": "capo",
|
|
645
|
+
"description": "Capo.js implementation for Nuxt 3",
|
|
646
|
+
"repo": "danielroe/nuxt-capo",
|
|
647
|
+
"npm": "nuxt-capo",
|
|
648
|
+
"icon": "",
|
|
649
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
650
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
651
|
+
"learn_more": "",
|
|
652
|
+
"category": "Performance",
|
|
653
|
+
"type": "3rd-party",
|
|
654
|
+
"maintainers": [
|
|
655
|
+
{
|
|
656
|
+
"name": "danielroe",
|
|
657
|
+
"github": "danielroe"
|
|
658
|
+
}
|
|
659
|
+
],
|
|
660
|
+
"compatibility": {
|
|
661
|
+
"nuxt": "^3.0.0",
|
|
662
|
+
"requires": {}
|
|
663
|
+
}
|
|
664
|
+
},
|
|
552
665
|
{
|
|
553
666
|
"name": "chakra-ui",
|
|
554
667
|
"description": "Chakra UI Module for Nuxt.js",
|
|
@@ -574,11 +687,11 @@
|
|
|
574
687
|
{
|
|
575
688
|
"name": "chatwoot",
|
|
576
689
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
577
|
-
"repo": "
|
|
578
|
-
"npm": "@
|
|
690
|
+
"repo": "productdevbookcom/chatwoot",
|
|
691
|
+
"npm": "@productdevbook/chatwoot",
|
|
579
692
|
"icon": "chatwoot.png",
|
|
580
|
-
"github": "https://github.com/
|
|
581
|
-
"website": "https://github.com/
|
|
693
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
694
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
582
695
|
"learn_more": "https://www.chatwoot.com",
|
|
583
696
|
"category": "Libraries",
|
|
584
697
|
"type": "3rd-party",
|
|
@@ -615,6 +728,29 @@
|
|
|
615
728
|
"requires": {}
|
|
616
729
|
}
|
|
617
730
|
},
|
|
731
|
+
{
|
|
732
|
+
"name": "clarity-analytics",
|
|
733
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
734
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
735
|
+
"npm": "nuxt-clarity-analytics",
|
|
736
|
+
"icon": "",
|
|
737
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
738
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
739
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
740
|
+
"category": "Analytics",
|
|
741
|
+
"type": "3rd-party",
|
|
742
|
+
"maintainers": [
|
|
743
|
+
{
|
|
744
|
+
"name": "Barbapapazes",
|
|
745
|
+
"github": "Barbapapazes",
|
|
746
|
+
"twitter": "soubiran_"
|
|
747
|
+
}
|
|
748
|
+
],
|
|
749
|
+
"compatibility": {
|
|
750
|
+
"nuxt": "^3.0.0",
|
|
751
|
+
"requires": {}
|
|
752
|
+
}
|
|
753
|
+
},
|
|
618
754
|
{
|
|
619
755
|
"name": "client-init",
|
|
620
756
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -689,10 +825,10 @@
|
|
|
689
825
|
{
|
|
690
826
|
"name": "cloudinary",
|
|
691
827
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
692
|
-
"repo": "nuxt-
|
|
828
|
+
"repo": "nuxt-modules/cloudinary",
|
|
693
829
|
"npm": "@nuxtjs/cloudinary",
|
|
694
830
|
"icon": "cloudinary.png",
|
|
695
|
-
"github": "https://github.com/nuxt-
|
|
831
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
696
832
|
"website": "https://cloudinary.nuxtjs.org",
|
|
697
833
|
"learn_more": "https://cloudinary.com",
|
|
698
834
|
"category": "Images",
|
|
@@ -712,10 +848,10 @@
|
|
|
712
848
|
{
|
|
713
849
|
"name": "color-mode",
|
|
714
850
|
"description": "Dark and Light mode for NuxtJS with auto detection",
|
|
715
|
-
"repo": "nuxt-
|
|
851
|
+
"repo": "nuxt-modules/color-mode",
|
|
716
852
|
"npm": "@nuxtjs/color-mode",
|
|
717
853
|
"icon": "color-mode.png",
|
|
718
|
-
"github": "https://github.com/nuxt-
|
|
854
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
719
855
|
"website": "https://color-mode.nuxtjs.org",
|
|
720
856
|
"learn_more": "",
|
|
721
857
|
"category": "UI",
|
|
@@ -780,12 +916,35 @@
|
|
|
780
916
|
"requires": {}
|
|
781
917
|
}
|
|
782
918
|
},
|
|
919
|
+
{
|
|
920
|
+
"name": "content-assets",
|
|
921
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
922
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
923
|
+
"npm": "nuxt-content-assets",
|
|
924
|
+
"icon": "content-assets.png",
|
|
925
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
926
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
927
|
+
"learn_more": "",
|
|
928
|
+
"category": "Images",
|
|
929
|
+
"type": "3rd-party",
|
|
930
|
+
"maintainers": [
|
|
931
|
+
{
|
|
932
|
+
"name": "davestewart",
|
|
933
|
+
"github": "davestewart",
|
|
934
|
+
"twitter": "dave_stewart"
|
|
935
|
+
}
|
|
936
|
+
],
|
|
937
|
+
"compatibility": {
|
|
938
|
+
"nuxt": "^3.0.0",
|
|
939
|
+
"requires": {}
|
|
940
|
+
}
|
|
941
|
+
},
|
|
783
942
|
{
|
|
784
943
|
"name": "content",
|
|
785
944
|
"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
945
|
"repo": "nuxt/content#main",
|
|
787
946
|
"npm": "@nuxt/content",
|
|
788
|
-
"icon": "nuxt.
|
|
947
|
+
"icon": "nuxt.svg",
|
|
789
948
|
"github": "https://github.com/nuxt/content",
|
|
790
949
|
"website": "https://content.nuxtjs.org",
|
|
791
950
|
"learn_more": "",
|
|
@@ -952,11 +1111,11 @@
|
|
|
952
1111
|
}
|
|
953
1112
|
},
|
|
954
1113
|
{
|
|
955
|
-
"name": "datocms",
|
|
956
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
1114
|
+
"name": "datocms-nuxt2",
|
|
1115
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
957
1116
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
958
1117
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
959
|
-
"icon": "datocms.
|
|
1118
|
+
"icon": "datocms.svg",
|
|
960
1119
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
961
1120
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
962
1121
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -973,33 +1132,57 @@
|
|
|
973
1132
|
"requires": {}
|
|
974
1133
|
}
|
|
975
1134
|
},
|
|
1135
|
+
{
|
|
1136
|
+
"name": "datocms",
|
|
1137
|
+
"description": "DatoCMS module for Nuxt",
|
|
1138
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
1139
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
1140
|
+
"icon": "datocms.svg",
|
|
1141
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
1142
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
1143
|
+
"learn_more": "https://www.datocms.com/",
|
|
1144
|
+
"category": "CMS",
|
|
1145
|
+
"type": "3rd-party",
|
|
1146
|
+
"maintainers": [
|
|
1147
|
+
{
|
|
1148
|
+
"name": "Jamie Warburton",
|
|
1149
|
+
"github": "jamiewarb",
|
|
1150
|
+
"twitter": "jamiewarb",
|
|
1151
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
1152
|
+
}
|
|
1153
|
+
],
|
|
1154
|
+
"compatibility": {
|
|
1155
|
+
"nuxt": "^3.0.0",
|
|
1156
|
+
"requires": {}
|
|
1157
|
+
}
|
|
1158
|
+
},
|
|
976
1159
|
{
|
|
977
1160
|
"name": "dayjs",
|
|
978
|
-
"description": "
|
|
979
|
-
"repo": "
|
|
980
|
-
"npm": "
|
|
1161
|
+
"description": "Day.js module for Nuxt",
|
|
1162
|
+
"repo": "fumeapp/dayjs",
|
|
1163
|
+
"npm": "dayjs-nuxt",
|
|
981
1164
|
"icon": "day-js.png",
|
|
982
|
-
"github": "https://github.com/
|
|
983
|
-
"website": "https://github.com/
|
|
1165
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1166
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
984
1167
|
"learn_more": "https://day.js.org/",
|
|
985
|
-
"category": "
|
|
986
|
-
"type": "
|
|
1168
|
+
"category": "Libraries",
|
|
1169
|
+
"type": "3rd-party",
|
|
987
1170
|
"maintainers": [
|
|
988
1171
|
{
|
|
989
|
-
"name": "
|
|
990
|
-
"github": "
|
|
991
|
-
"twitter": "
|
|
1172
|
+
"name": "Kevin Olson",
|
|
1173
|
+
"github": "acidjazz",
|
|
1174
|
+
"twitter": "AppFume"
|
|
992
1175
|
}
|
|
993
1176
|
],
|
|
994
1177
|
"compatibility": {
|
|
995
|
-
"nuxt": "^
|
|
1178
|
+
"nuxt": "^3.0.0",
|
|
996
1179
|
"requires": {}
|
|
997
1180
|
}
|
|
998
1181
|
},
|
|
999
1182
|
{
|
|
1000
1183
|
"name": "delay-hydration",
|
|
1001
1184
|
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
1002
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1185
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1003
1186
|
"npm": "nuxt-delay-hydration",
|
|
1004
1187
|
"icon": "lighthouse.svg",
|
|
1005
1188
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1041,15 +1224,38 @@
|
|
|
1041
1224
|
"requires": {}
|
|
1042
1225
|
}
|
|
1043
1226
|
},
|
|
1227
|
+
{
|
|
1228
|
+
"name": "devtools",
|
|
1229
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1230
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1231
|
+
"npm": "@nuxt/devtools",
|
|
1232
|
+
"icon": "nuxt.svg",
|
|
1233
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1234
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1235
|
+
"learn_more": "",
|
|
1236
|
+
"category": "Devtools",
|
|
1237
|
+
"type": "official",
|
|
1238
|
+
"maintainers": [
|
|
1239
|
+
{
|
|
1240
|
+
"name": "Anthony Fu",
|
|
1241
|
+
"github": "antfu",
|
|
1242
|
+
"twitter": "antfu7"
|
|
1243
|
+
}
|
|
1244
|
+
],
|
|
1245
|
+
"compatibility": {
|
|
1246
|
+
"nuxt": "^3.0.0",
|
|
1247
|
+
"requires": {}
|
|
1248
|
+
}
|
|
1249
|
+
},
|
|
1044
1250
|
{
|
|
1045
1251
|
"name": "directus",
|
|
1046
|
-
"description": "Easily connect your
|
|
1252
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1047
1253
|
"repo": "intevel/nuxt-directus",
|
|
1048
1254
|
"npm": "nuxt-directus",
|
|
1049
1255
|
"icon": "directus.svg",
|
|
1050
|
-
"github": "https://github.com/
|
|
1051
|
-
"website": "https://nuxt-directus.
|
|
1052
|
-
"learn_more": "https://nuxt-directus.
|
|
1256
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1257
|
+
"website": "https://nuxt-directus.site/",
|
|
1258
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1053
1259
|
"category": "CMS",
|
|
1054
1260
|
"type": "3rd-party",
|
|
1055
1261
|
"maintainers": [
|
|
@@ -1060,10 +1266,30 @@
|
|
|
1060
1266
|
}
|
|
1061
1267
|
],
|
|
1062
1268
|
"compatibility": {
|
|
1063
|
-
"nuxt": "^
|
|
1064
|
-
"requires": {
|
|
1065
|
-
|
|
1269
|
+
"nuxt": "^3.0.0",
|
|
1270
|
+
"requires": {}
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"name": "disqus",
|
|
1275
|
+
"description": "Disqus for Nuxt 3",
|
|
1276
|
+
"repo": "modbender/nuxt-disqus",
|
|
1277
|
+
"npm": "nuxt-disqus",
|
|
1278
|
+
"icon": "disqus.svg",
|
|
1279
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1280
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1281
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1282
|
+
"category": "Libraries",
|
|
1283
|
+
"type": "3rd-party",
|
|
1284
|
+
"maintainers": [
|
|
1285
|
+
{
|
|
1286
|
+
"name": "modbender",
|
|
1287
|
+
"github": "modbender"
|
|
1066
1288
|
}
|
|
1289
|
+
],
|
|
1290
|
+
"compatibility": {
|
|
1291
|
+
"nuxt": "^3.0.0",
|
|
1292
|
+
"requires": {}
|
|
1067
1293
|
}
|
|
1068
1294
|
},
|
|
1069
1295
|
{
|
|
@@ -1235,7 +1461,7 @@
|
|
|
1235
1461
|
}
|
|
1236
1462
|
],
|
|
1237
1463
|
"compatibility": {
|
|
1238
|
-
"nuxt": "^2.0.0",
|
|
1464
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1239
1465
|
"requires": {}
|
|
1240
1466
|
}
|
|
1241
1467
|
},
|
|
@@ -1461,6 +1687,29 @@
|
|
|
1461
1687
|
"requires": {}
|
|
1462
1688
|
}
|
|
1463
1689
|
},
|
|
1690
|
+
{
|
|
1691
|
+
"name": "form-actions",
|
|
1692
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1693
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1694
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1695
|
+
"icon": "form-actions.svg",
|
|
1696
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1697
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1698
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1699
|
+
"category": "Request",
|
|
1700
|
+
"type": "3rd-party",
|
|
1701
|
+
"maintainers": [
|
|
1702
|
+
{
|
|
1703
|
+
"name": "Hebilicious",
|
|
1704
|
+
"github": "Hebilicious",
|
|
1705
|
+
"twitter": "its_hebilicious"
|
|
1706
|
+
}
|
|
1707
|
+
],
|
|
1708
|
+
"compatibility": {
|
|
1709
|
+
"nuxt": "^3.7.0",
|
|
1710
|
+
"requires": {}
|
|
1711
|
+
}
|
|
1712
|
+
},
|
|
1464
1713
|
{
|
|
1465
1714
|
"name": "formkit",
|
|
1466
1715
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1594,11 +1843,11 @@
|
|
|
1594
1843
|
{
|
|
1595
1844
|
"name": "google-fonts",
|
|
1596
1845
|
"description": "Google Fonts module for NuxtJS",
|
|
1597
|
-
"repo": "nuxt-
|
|
1846
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1598
1847
|
"npm": "@nuxtjs/google-fonts",
|
|
1599
1848
|
"icon": "google-fonts.png",
|
|
1600
|
-
"github": "https://github.com/nuxt-
|
|
1601
|
-
"website": "https://
|
|
1849
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1850
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1602
1851
|
"learn_more": "https://developers.google.com/fonts",
|
|
1603
1852
|
"category": "Fonts",
|
|
1604
1853
|
"type": "community",
|
|
@@ -1740,6 +1989,30 @@
|
|
|
1740
1989
|
"requires": {}
|
|
1741
1990
|
}
|
|
1742
1991
|
},
|
|
1992
|
+
{
|
|
1993
|
+
"name": "gtag",
|
|
1994
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1995
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1996
|
+
"npm": "nuxt-gtag",
|
|
1997
|
+
"icon": "gtag.svg",
|
|
1998
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1999
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
2000
|
+
"learn_more": "",
|
|
2001
|
+
"category": "Analytics",
|
|
2002
|
+
"type": "3rd-party",
|
|
2003
|
+
"maintainers": [
|
|
2004
|
+
{
|
|
2005
|
+
"name": "Johann Schopplich",
|
|
2006
|
+
"github": "johannschopplich",
|
|
2007
|
+
"twitter": "jschopplich",
|
|
2008
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
2009
|
+
}
|
|
2010
|
+
],
|
|
2011
|
+
"compatibility": {
|
|
2012
|
+
"nuxt": "^3.0.0",
|
|
2013
|
+
"requires": {}
|
|
2014
|
+
}
|
|
2015
|
+
},
|
|
1743
2016
|
{
|
|
1744
2017
|
"name": "gtm",
|
|
1745
2018
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -1785,6 +2058,28 @@
|
|
|
1785
2058
|
"requires": {}
|
|
1786
2059
|
}
|
|
1787
2060
|
},
|
|
2061
|
+
{
|
|
2062
|
+
"name": "hanko",
|
|
2063
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2064
|
+
"repo": "nuxt-modules/hanko",
|
|
2065
|
+
"npm": "@nuxtjs/hanko",
|
|
2066
|
+
"icon": "hanko.svg",
|
|
2067
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2068
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2069
|
+
"learn_more": "https://hanko.io/",
|
|
2070
|
+
"category": "Security",
|
|
2071
|
+
"type": "community",
|
|
2072
|
+
"maintainers": [
|
|
2073
|
+
{
|
|
2074
|
+
"name": "danielroe",
|
|
2075
|
+
"github": "danielroe"
|
|
2076
|
+
}
|
|
2077
|
+
],
|
|
2078
|
+
"compatibility": {
|
|
2079
|
+
"nuxt": "^3.0.0",
|
|
2080
|
+
"requires": {}
|
|
2081
|
+
}
|
|
2082
|
+
},
|
|
1788
2083
|
{
|
|
1789
2084
|
"name": "harlem",
|
|
1790
2085
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -2020,11 +2315,11 @@
|
|
|
2020
2315
|
{
|
|
2021
2316
|
"name": "i18n",
|
|
2022
2317
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2023
|
-
"repo": "nuxt-
|
|
2318
|
+
"repo": "nuxt-modules/i18n",
|
|
2024
2319
|
"npm": "@nuxtjs/i18n",
|
|
2025
2320
|
"icon": "i18n.png",
|
|
2026
|
-
"github": "https://github.com/nuxt-
|
|
2027
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2321
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2322
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2028
2323
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2029
2324
|
"category": "Extensions",
|
|
2030
2325
|
"type": "community",
|
|
@@ -2043,6 +2338,28 @@
|
|
|
2043
2338
|
"requires": {}
|
|
2044
2339
|
}
|
|
2045
2340
|
},
|
|
2341
|
+
{
|
|
2342
|
+
"name": "icon-font",
|
|
2343
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2344
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2345
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2346
|
+
"icon": "",
|
|
2347
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2348
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2349
|
+
"learn_more": "",
|
|
2350
|
+
"category": "UI",
|
|
2351
|
+
"type": "3rd-party",
|
|
2352
|
+
"maintainers": [
|
|
2353
|
+
{
|
|
2354
|
+
"name": "coremyslo",
|
|
2355
|
+
"github": "coremyslo"
|
|
2356
|
+
}
|
|
2357
|
+
],
|
|
2358
|
+
"compatibility": {
|
|
2359
|
+
"nuxt": "^3.0.0",
|
|
2360
|
+
"requires": {}
|
|
2361
|
+
}
|
|
2362
|
+
},
|
|
2046
2363
|
{
|
|
2047
2364
|
"name": "icon",
|
|
2048
2365
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2116,7 +2433,7 @@
|
|
|
2116
2433
|
"npm": "@nuxt/image",
|
|
2117
2434
|
"icon": "image.png",
|
|
2118
2435
|
"github": "https://github.com/nuxt/image",
|
|
2119
|
-
"website": "https://image.
|
|
2436
|
+
"website": "https://image.nuxt.com",
|
|
2120
2437
|
"learn_more": "",
|
|
2121
2438
|
"category": "Images",
|
|
2122
2439
|
"type": "official",
|
|
@@ -2126,6 +2443,11 @@
|
|
|
2126
2443
|
"github": "farnabaz",
|
|
2127
2444
|
"twitter": "a_birang"
|
|
2128
2445
|
},
|
|
2446
|
+
{
|
|
2447
|
+
"name": "Daniel Roe",
|
|
2448
|
+
"github": "danielroe",
|
|
2449
|
+
"twitter": "danielcroe"
|
|
2450
|
+
},
|
|
2129
2451
|
{
|
|
2130
2452
|
"name": "Pooya Parsa",
|
|
2131
2453
|
"github": "pi0",
|
|
@@ -2169,12 +2491,12 @@
|
|
|
2169
2491
|
{
|
|
2170
2492
|
"name": "inkline",
|
|
2171
2493
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2172
|
-
"repo": "inkline/
|
|
2173
|
-
"npm": "@inkline/
|
|
2494
|
+
"repo": "inkline/plugin",
|
|
2495
|
+
"npm": "@inkline/plugin",
|
|
2174
2496
|
"icon": "inkline.svg",
|
|
2175
|
-
"github": "https://github.com/inkline/
|
|
2497
|
+
"github": "https://github.com/inkline/plugin",
|
|
2176
2498
|
"website": "https://inkline.io",
|
|
2177
|
-
"learn_more": "https://inkline.io/docs/
|
|
2499
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2178
2500
|
"category": "UI",
|
|
2179
2501
|
"type": "3rd-party",
|
|
2180
2502
|
"maintainers": [
|
|
@@ -2394,13 +2716,13 @@
|
|
|
2394
2716
|
},
|
|
2395
2717
|
{
|
|
2396
2718
|
"name": "link-checker",
|
|
2397
|
-
"description": "",
|
|
2719
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2398
2720
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2399
2721
|
"npm": "nuxt-link-checker",
|
|
2400
|
-
"icon": "",
|
|
2722
|
+
"icon": "link-checker.svg",
|
|
2401
2723
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2402
|
-
"website": "https://
|
|
2403
|
-
"learn_more": "",
|
|
2724
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2725
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2404
2726
|
"category": "SEO",
|
|
2405
2727
|
"type": "3rd-party",
|
|
2406
2728
|
"maintainers": [
|
|
@@ -2511,6 +2833,32 @@
|
|
|
2511
2833
|
"requires": {}
|
|
2512
2834
|
}
|
|
2513
2835
|
},
|
|
2836
|
+
{
|
|
2837
|
+
"name": "lucide-icons",
|
|
2838
|
+
"description": "Nuxt 3 module to integrate Lucide icons",
|
|
2839
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
2840
|
+
"npm": "nuxt-lucide-icons",
|
|
2841
|
+
"icon": "lucide-icons.svg",
|
|
2842
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2843
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2844
|
+
"learn_more": "",
|
|
2845
|
+
"category": "UI",
|
|
2846
|
+
"type": "3rd-party",
|
|
2847
|
+
"maintainers": [
|
|
2848
|
+
{
|
|
2849
|
+
"name": "SWIS",
|
|
2850
|
+
"github": "swisnl"
|
|
2851
|
+
},
|
|
2852
|
+
{
|
|
2853
|
+
"name": "Jasper Zonneveld",
|
|
2854
|
+
"github": "JaZo"
|
|
2855
|
+
}
|
|
2856
|
+
],
|
|
2857
|
+
"compatibility": {
|
|
2858
|
+
"nuxt": "^3.0.0",
|
|
2859
|
+
"requires": {}
|
|
2860
|
+
}
|
|
2861
|
+
},
|
|
2514
2862
|
{
|
|
2515
2863
|
"name": "lunr",
|
|
2516
2864
|
"description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
|
|
@@ -2625,12 +2973,37 @@
|
|
|
2625
2973
|
}
|
|
2626
2974
|
},
|
|
2627
2975
|
{
|
|
2628
|
-
"name": "
|
|
2629
|
-
"description": "
|
|
2630
|
-
"repo": "
|
|
2631
|
-
"npm": "nuxt-
|
|
2632
|
-
"icon": "
|
|
2633
|
-
"github": "https://github.com/
|
|
2976
|
+
"name": "medusa",
|
|
2977
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2978
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2979
|
+
"npm": "nuxt-medusa",
|
|
2980
|
+
"icon": "medusa.svg",
|
|
2981
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2982
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2983
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2984
|
+
"category": "Ecommerce",
|
|
2985
|
+
"type": "3rd-party",
|
|
2986
|
+
"maintainers": [
|
|
2987
|
+
{
|
|
2988
|
+
"name": "Jakub Andrzejewski",
|
|
2989
|
+
"github": "Baroshem",
|
|
2990
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2991
|
+
}
|
|
2992
|
+
],
|
|
2993
|
+
"compatibility": {
|
|
2994
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2995
|
+
"requires": {
|
|
2996
|
+
"bridge": true
|
|
2997
|
+
}
|
|
2998
|
+
}
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
3001
|
+
"name": "meilisearch",
|
|
3002
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
3003
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
3004
|
+
"npm": "nuxt-meilisearch",
|
|
3005
|
+
"icon": "meilisearch.svg",
|
|
3006
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2634
3007
|
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2635
3008
|
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2636
3009
|
"category": "Libraries",
|
|
@@ -2693,6 +3066,29 @@
|
|
|
2693
3066
|
"requires": {}
|
|
2694
3067
|
}
|
|
2695
3068
|
},
|
|
3069
|
+
{
|
|
3070
|
+
"name": "module-feed",
|
|
3071
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
3072
|
+
"repo": "tresko/nuxt-module-feed",
|
|
3073
|
+
"npm": "nuxt-module-feed",
|
|
3074
|
+
"icon": "",
|
|
3075
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
3076
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
3077
|
+
"learn_more": "",
|
|
3078
|
+
"category": "SEO",
|
|
3079
|
+
"type": "3rd-party",
|
|
3080
|
+
"maintainers": [
|
|
3081
|
+
{
|
|
3082
|
+
"name": "Miha Sedej",
|
|
3083
|
+
"github": "tresko",
|
|
3084
|
+
"twitter": "mihasedej"
|
|
3085
|
+
}
|
|
3086
|
+
],
|
|
3087
|
+
"compatibility": {
|
|
3088
|
+
"nuxt": "^3.0.0",
|
|
3089
|
+
"requires": {}
|
|
3090
|
+
}
|
|
3091
|
+
},
|
|
2696
3092
|
{
|
|
2697
3093
|
"name": "moment",
|
|
2698
3094
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2881,6 +3277,50 @@
|
|
|
2881
3277
|
"requires": {}
|
|
2882
3278
|
}
|
|
2883
3279
|
},
|
|
3280
|
+
{
|
|
3281
|
+
"name": "nupolyon",
|
|
3282
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3283
|
+
"repo": "adenvt/nupolyon",
|
|
3284
|
+
"npm": "nupolyon",
|
|
3285
|
+
"icon": "",
|
|
3286
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3287
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3288
|
+
"learn_more": "",
|
|
3289
|
+
"category": "Performance",
|
|
3290
|
+
"type": "3rd-party",
|
|
3291
|
+
"maintainers": [
|
|
3292
|
+
{
|
|
3293
|
+
"name": "adenvt",
|
|
3294
|
+
"github": "adenvt"
|
|
3295
|
+
}
|
|
3296
|
+
],
|
|
3297
|
+
"compatibility": {
|
|
3298
|
+
"nuxt": "^3.0.0",
|
|
3299
|
+
"requires": {}
|
|
3300
|
+
}
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"name": "nuxt-anchorscroll",
|
|
3304
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3305
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3306
|
+
"npm": "nuxt-anchorscroll",
|
|
3307
|
+
"icon": "",
|
|
3308
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3309
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3310
|
+
"learn_more": "",
|
|
3311
|
+
"category": "UI",
|
|
3312
|
+
"type": "3rd-party",
|
|
3313
|
+
"maintainers": [
|
|
3314
|
+
{
|
|
3315
|
+
"name": "Helltraitor",
|
|
3316
|
+
"github": "helltraitor"
|
|
3317
|
+
}
|
|
3318
|
+
],
|
|
3319
|
+
"compatibility": {
|
|
3320
|
+
"nuxt": "^3.0.0",
|
|
3321
|
+
"requires": {}
|
|
3322
|
+
}
|
|
3323
|
+
},
|
|
2884
3324
|
{
|
|
2885
3325
|
"name": "nuxt-auth",
|
|
2886
3326
|
"description": "",
|
|
@@ -2903,6 +3343,120 @@
|
|
|
2903
3343
|
"requires": {}
|
|
2904
3344
|
}
|
|
2905
3345
|
},
|
|
3346
|
+
{
|
|
3347
|
+
"name": "nuxt-basic-auth",
|
|
3348
|
+
"description": "Nuxt 3 Module for Basic Authentication",
|
|
3349
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3350
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3351
|
+
"icon": "",
|
|
3352
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3353
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3354
|
+
"learn_more": "",
|
|
3355
|
+
"category": "Security",
|
|
3356
|
+
"type": "3rd-party",
|
|
3357
|
+
"maintainers": [
|
|
3358
|
+
{
|
|
3359
|
+
"name": "kgierke",
|
|
3360
|
+
"github": "kgierke"
|
|
3361
|
+
}
|
|
3362
|
+
],
|
|
3363
|
+
"compatibility": {
|
|
3364
|
+
"nuxt": "^3.0.0",
|
|
3365
|
+
"requires": {}
|
|
3366
|
+
}
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"name": "nuxt-bootstrap-icons",
|
|
3370
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3371
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3372
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3373
|
+
"icon": "bootstrap-icons.svg",
|
|
3374
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3375
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3376
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3377
|
+
"category": "UI",
|
|
3378
|
+
"type": "3rd-party",
|
|
3379
|
+
"maintainers": [
|
|
3380
|
+
{
|
|
3381
|
+
"name": "OyewoleOyedeji",
|
|
3382
|
+
"github": "OyewoleOyedeji"
|
|
3383
|
+
}
|
|
3384
|
+
],
|
|
3385
|
+
"compatibility": {
|
|
3386
|
+
"nuxt": "^3.0.0",
|
|
3387
|
+
"requires": {}
|
|
3388
|
+
}
|
|
3389
|
+
},
|
|
3390
|
+
{
|
|
3391
|
+
"name": "nuxt-chatgpt",
|
|
3392
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3393
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3394
|
+
"npm": "nuxt-chatgpt",
|
|
3395
|
+
"icon": "chatgpt.svg",
|
|
3396
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3397
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3398
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3399
|
+
"category": "Libraries",
|
|
3400
|
+
"type": "3rd-party",
|
|
3401
|
+
"maintainers": [
|
|
3402
|
+
{
|
|
3403
|
+
"name": "Oliver Trajceski",
|
|
3404
|
+
"github": "schnapsterdog"
|
|
3405
|
+
}
|
|
3406
|
+
],
|
|
3407
|
+
"compatibility": {
|
|
3408
|
+
"nuxt": "^3.0.0",
|
|
3409
|
+
"requires": {}
|
|
3410
|
+
}
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
"name": "nuxt-facebook-chat",
|
|
3414
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for Facebook's Customer Chat SDK",
|
|
3415
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3416
|
+
"npm": "nuxt-facebook-chat",
|
|
3417
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3418
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3419
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3420
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3421
|
+
"category": "Libraries",
|
|
3422
|
+
"type": "3rd-party",
|
|
3423
|
+
"maintainers": [
|
|
3424
|
+
{
|
|
3425
|
+
"name": "Supanut Dokmaithong",
|
|
3426
|
+
"github": "Boomgeek"
|
|
3427
|
+
},
|
|
3428
|
+
{
|
|
3429
|
+
"name": "superdev-tech",
|
|
3430
|
+
"github": "superdev-tech"
|
|
3431
|
+
}
|
|
3432
|
+
],
|
|
3433
|
+
"compatibility": {
|
|
3434
|
+
"nuxt": "^3.0.0",
|
|
3435
|
+
"requires": {}
|
|
3436
|
+
}
|
|
3437
|
+
},
|
|
3438
|
+
{
|
|
3439
|
+
"name": "nuxt-feedme",
|
|
3440
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3441
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3442
|
+
"npm": "nuxt-feedme",
|
|
3443
|
+
"icon": "",
|
|
3444
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3445
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3446
|
+
"learn_more": "",
|
|
3447
|
+
"category": "SEO",
|
|
3448
|
+
"type": "3rd-party",
|
|
3449
|
+
"maintainers": [
|
|
3450
|
+
{
|
|
3451
|
+
"name": "Helltraitor",
|
|
3452
|
+
"github": "helltraitor"
|
|
3453
|
+
}
|
|
3454
|
+
],
|
|
3455
|
+
"compatibility": {
|
|
3456
|
+
"nuxt": "^3.0.0",
|
|
3457
|
+
"requires": {}
|
|
3458
|
+
}
|
|
3459
|
+
},
|
|
2906
3460
|
{
|
|
2907
3461
|
"name": "nuxt-graphql-middleware",
|
|
2908
3462
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2954,6 +3508,28 @@
|
|
|
2954
3508
|
"requires": {}
|
|
2955
3509
|
}
|
|
2956
3510
|
},
|
|
3511
|
+
{
|
|
3512
|
+
"name": "nuxt-gtm",
|
|
3513
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3514
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3515
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3516
|
+
"icon": "nuxt-gtm.svg",
|
|
3517
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3518
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3519
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3520
|
+
"category": "Analytics",
|
|
3521
|
+
"type": "3rd-party",
|
|
3522
|
+
"maintainers": [
|
|
3523
|
+
{
|
|
3524
|
+
"name": "Zadig&Voltaire Team",
|
|
3525
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3526
|
+
}
|
|
3527
|
+
],
|
|
3528
|
+
"compatibility": {
|
|
3529
|
+
"nuxt": "^3.0.0",
|
|
3530
|
+
"requires": {}
|
|
3531
|
+
}
|
|
3532
|
+
},
|
|
2957
3533
|
{
|
|
2958
3534
|
"name": "nuxt-hue",
|
|
2959
3535
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2978,6 +3554,28 @@
|
|
|
2978
3554
|
}
|
|
2979
3555
|
}
|
|
2980
3556
|
},
|
|
3557
|
+
{
|
|
3558
|
+
"name": "nuxt-jsonld",
|
|
3559
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3560
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3561
|
+
"npm": "nuxt-jsonld",
|
|
3562
|
+
"icon": "",
|
|
3563
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3564
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3565
|
+
"learn_more": "",
|
|
3566
|
+
"category": "SEO",
|
|
3567
|
+
"type": "3rd-party",
|
|
3568
|
+
"maintainers": [
|
|
3569
|
+
{
|
|
3570
|
+
"name": "ymmooot",
|
|
3571
|
+
"github": "ymmooot"
|
|
3572
|
+
}
|
|
3573
|
+
],
|
|
3574
|
+
"compatibility": {
|
|
3575
|
+
"nuxt": "^3.0.0",
|
|
3576
|
+
"requires": {}
|
|
3577
|
+
}
|
|
3578
|
+
},
|
|
2981
3579
|
{
|
|
2982
3580
|
"name": "nuxt-localtunnel",
|
|
2983
3581
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3024,6 +3622,50 @@
|
|
|
3024
3622
|
"requires": {}
|
|
3025
3623
|
}
|
|
3026
3624
|
},
|
|
3625
|
+
{
|
|
3626
|
+
"name": "nuxt-mapbox",
|
|
3627
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3628
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3629
|
+
"npm": "nuxt-mapbox",
|
|
3630
|
+
"icon": "nuxt-mapbox.svg",
|
|
3631
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3632
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3633
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3634
|
+
"category": "Libraries",
|
|
3635
|
+
"type": "3rd-party",
|
|
3636
|
+
"maintainers": [
|
|
3637
|
+
{
|
|
3638
|
+
"name": "Alex Lavoie",
|
|
3639
|
+
"github": "AlexLavoie42"
|
|
3640
|
+
}
|
|
3641
|
+
],
|
|
3642
|
+
"compatibility": {
|
|
3643
|
+
"nuxt": "^3.0.0",
|
|
3644
|
+
"requires": {}
|
|
3645
|
+
}
|
|
3646
|
+
},
|
|
3647
|
+
{
|
|
3648
|
+
"name": "nuxt-mdi",
|
|
3649
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3650
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3651
|
+
"npm": "nuxt-mdi",
|
|
3652
|
+
"icon": "mdi.png",
|
|
3653
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3654
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3655
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3656
|
+
"category": "Libraries",
|
|
3657
|
+
"type": "3rd-party",
|
|
3658
|
+
"maintainers": [
|
|
3659
|
+
{
|
|
3660
|
+
"name": "Emil Rosenius",
|
|
3661
|
+
"github": "ERPedersen"
|
|
3662
|
+
}
|
|
3663
|
+
],
|
|
3664
|
+
"compatibility": {
|
|
3665
|
+
"nuxt": "^3.0.0",
|
|
3666
|
+
"requires": {}
|
|
3667
|
+
}
|
|
3668
|
+
},
|
|
3027
3669
|
{
|
|
3028
3670
|
"name": "nuxt-monaco-editor",
|
|
3029
3671
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3046,6 +3688,28 @@
|
|
|
3046
3688
|
"requires": {}
|
|
3047
3689
|
}
|
|
3048
3690
|
},
|
|
3691
|
+
{
|
|
3692
|
+
"name": "nuxt-mongoose",
|
|
3693
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3694
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3695
|
+
"npm": "nuxt-mongoose",
|
|
3696
|
+
"icon": "nuxt-mongoose.svg",
|
|
3697
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3698
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3699
|
+
"learn_more": "",
|
|
3700
|
+
"category": "Database",
|
|
3701
|
+
"type": "3rd-party",
|
|
3702
|
+
"maintainers": [
|
|
3703
|
+
{
|
|
3704
|
+
"name": "arashsheyda",
|
|
3705
|
+
"github": "arashsheyda"
|
|
3706
|
+
}
|
|
3707
|
+
],
|
|
3708
|
+
"compatibility": {
|
|
3709
|
+
"nuxt": "^3.0.0",
|
|
3710
|
+
"requires": {}
|
|
3711
|
+
}
|
|
3712
|
+
},
|
|
3049
3713
|
{
|
|
3050
3714
|
"name": "nuxt-pdf",
|
|
3051
3715
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3069,6 +3733,28 @@
|
|
|
3069
3733
|
"requires": {}
|
|
3070
3734
|
}
|
|
3071
3735
|
},
|
|
3736
|
+
{
|
|
3737
|
+
"name": "nuxt-phosphor-icons",
|
|
3738
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3739
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3740
|
+
"npm": "nuxt-phosphor-icons",
|
|
3741
|
+
"icon": "phosphor-icons.svg",
|
|
3742
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3743
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3744
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3745
|
+
"category": "UI",
|
|
3746
|
+
"type": "3rd-party",
|
|
3747
|
+
"maintainers": [
|
|
3748
|
+
{
|
|
3749
|
+
"name": "OyewoleOyedeji",
|
|
3750
|
+
"github": "OyewoleOyedeji"
|
|
3751
|
+
}
|
|
3752
|
+
],
|
|
3753
|
+
"compatibility": {
|
|
3754
|
+
"nuxt": "^3.0.0",
|
|
3755
|
+
"requires": {}
|
|
3756
|
+
}
|
|
3757
|
+
},
|
|
3072
3758
|
{
|
|
3073
3759
|
"name": "nuxt-pino-log",
|
|
3074
3760
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3113,6 +3799,32 @@
|
|
|
3113
3799
|
"requires": {}
|
|
3114
3800
|
}
|
|
3115
3801
|
},
|
|
3802
|
+
{
|
|
3803
|
+
"name": "nuxt-plotly",
|
|
3804
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
|
|
3805
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3806
|
+
"npm": "nuxt-plotly",
|
|
3807
|
+
"icon": "nuxt-plotly.svg",
|
|
3808
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3809
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3810
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3811
|
+
"category": "Libraries",
|
|
3812
|
+
"type": "3rd-party",
|
|
3813
|
+
"maintainers": [
|
|
3814
|
+
{
|
|
3815
|
+
"name": "Supanut Dokmaithong",
|
|
3816
|
+
"github": "Boomgeek"
|
|
3817
|
+
},
|
|
3818
|
+
{
|
|
3819
|
+
"name": "superdev-tech",
|
|
3820
|
+
"github": "superdev-tech"
|
|
3821
|
+
}
|
|
3822
|
+
],
|
|
3823
|
+
"compatibility": {
|
|
3824
|
+
"nuxt": "^3.0.0",
|
|
3825
|
+
"requires": {}
|
|
3826
|
+
}
|
|
3827
|
+
},
|
|
3116
3828
|
{
|
|
3117
3829
|
"name": "nuxt-png-to-ico",
|
|
3118
3830
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -3325,12 +4037,12 @@
|
|
|
3325
4037
|
{
|
|
3326
4038
|
"name": "nuxt-vue3-google-signin",
|
|
3327
4039
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3328
|
-
"repo": "
|
|
4040
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3329
4041
|
"npm": "nuxt-vue3-google-signin",
|
|
3330
4042
|
"icon": "vue3-google-signin.svg",
|
|
3331
|
-
"github": "https://github.com/
|
|
3332
|
-
"website": "https://vue3-google-signin.
|
|
3333
|
-
"learn_more": "https://vue3-google-signin.
|
|
4043
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4044
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4045
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3334
4046
|
"category": "Libraries",
|
|
3335
4047
|
"type": "3rd-party",
|
|
3336
4048
|
"maintainers": [
|
|
@@ -3344,6 +4056,50 @@
|
|
|
3344
4056
|
"requires": {}
|
|
3345
4057
|
}
|
|
3346
4058
|
},
|
|
4059
|
+
{
|
|
4060
|
+
"name": "nuxt-vuetify",
|
|
4061
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
|
|
4062
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
4063
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
4064
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
4065
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
4066
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
4067
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
4068
|
+
"category": "UI",
|
|
4069
|
+
"type": "3rd-party",
|
|
4070
|
+
"maintainers": [
|
|
4071
|
+
{
|
|
4072
|
+
"name": "Jens van Hellemondt",
|
|
4073
|
+
"github": "invictus-codes"
|
|
4074
|
+
}
|
|
4075
|
+
],
|
|
4076
|
+
"compatibility": {
|
|
4077
|
+
"nuxt": "^3.0.0",
|
|
4078
|
+
"requires": {}
|
|
4079
|
+
}
|
|
4080
|
+
},
|
|
4081
|
+
{
|
|
4082
|
+
"name": "nuxt3-leaflet",
|
|
4083
|
+
"description": "Leaflet integration with Nuxt",
|
|
4084
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4085
|
+
"npm": "nuxt3-leaflet",
|
|
4086
|
+
"icon": "leaflet.png",
|
|
4087
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4088
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4089
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4090
|
+
"category": "Libraries",
|
|
4091
|
+
"type": "3rd-party",
|
|
4092
|
+
"maintainers": [
|
|
4093
|
+
{
|
|
4094
|
+
"name": "Augustin MERCIER",
|
|
4095
|
+
"github": "Gugustinette"
|
|
4096
|
+
}
|
|
4097
|
+
],
|
|
4098
|
+
"compatibility": {
|
|
4099
|
+
"nuxt": "^3.0.0",
|
|
4100
|
+
"requires": {}
|
|
4101
|
+
}
|
|
4102
|
+
},
|
|
3347
4103
|
{
|
|
3348
4104
|
"name": "nuxt7",
|
|
3349
4105
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3369,13 +4125,13 @@
|
|
|
3369
4125
|
},
|
|
3370
4126
|
{
|
|
3371
4127
|
"name": "og-image",
|
|
3372
|
-
"description": "
|
|
4128
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3373
4129
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3374
4130
|
"npm": "nuxt-og-image",
|
|
3375
|
-
"icon": "",
|
|
4131
|
+
"icon": "og-image.svg",
|
|
3376
4132
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3377
|
-
"website": "https://
|
|
3378
|
-
"learn_more": "",
|
|
4133
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4134
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3379
4135
|
"category": "SEO",
|
|
3380
4136
|
"type": "3rd-party",
|
|
3381
4137
|
"maintainers": [
|
|
@@ -3482,14 +4238,37 @@
|
|
|
3482
4238
|
}
|
|
3483
4239
|
},
|
|
3484
4240
|
{
|
|
3485
|
-
"name": "
|
|
3486
|
-
"description": "
|
|
3487
|
-
"repo": "nuxt-
|
|
3488
|
-
"npm": "
|
|
3489
|
-
"icon": "
|
|
3490
|
-
"github": "https://github.com/nuxt-
|
|
3491
|
-
"website": "https://
|
|
3492
|
-
"learn_more": "https://
|
|
4241
|
+
"name": "particles",
|
|
4242
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4243
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4244
|
+
"npm": "nuxt-particles",
|
|
4245
|
+
"icon": "",
|
|
4246
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4247
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4248
|
+
"learn_more": "https://particles.js.org/",
|
|
4249
|
+
"category": "Libraries",
|
|
4250
|
+
"type": "3rd-party",
|
|
4251
|
+
"maintainers": [
|
|
4252
|
+
{
|
|
4253
|
+
"name": "Joey Pereira",
|
|
4254
|
+
"github": "Joepocalyptic",
|
|
4255
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4256
|
+
}
|
|
4257
|
+
],
|
|
4258
|
+
"compatibility": {
|
|
4259
|
+
"nuxt": "^3.0.0",
|
|
4260
|
+
"requires": {}
|
|
4261
|
+
}
|
|
4262
|
+
},
|
|
4263
|
+
{
|
|
4264
|
+
"name": "partytown",
|
|
4265
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
4266
|
+
"repo": "nuxt-modules/partytown",
|
|
4267
|
+
"npm": "@nuxtjs/partytown",
|
|
4268
|
+
"icon": "partytown.svg",
|
|
4269
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
4270
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
4271
|
+
"learn_more": "https://partytown.builder.io/",
|
|
3493
4272
|
"category": "Performance",
|
|
3494
4273
|
"type": "community",
|
|
3495
4274
|
"maintainers": [
|
|
@@ -3506,6 +4285,30 @@
|
|
|
3506
4285
|
}
|
|
3507
4286
|
}
|
|
3508
4287
|
},
|
|
4288
|
+
{
|
|
4289
|
+
"name": "pdfeasy",
|
|
4290
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4291
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4292
|
+
"npm": "nuxt-pdfeasy",
|
|
4293
|
+
"icon": "pdfeasy.png",
|
|
4294
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4295
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4296
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4297
|
+
"category": "Extensions",
|
|
4298
|
+
"type": "3rd-party",
|
|
4299
|
+
"maintainers": [
|
|
4300
|
+
{
|
|
4301
|
+
"name": "Giovane Cardoso",
|
|
4302
|
+
"github": "novout",
|
|
4303
|
+
"twitter": "novoutttttt",
|
|
4304
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4305
|
+
}
|
|
4306
|
+
],
|
|
4307
|
+
"compatibility": {
|
|
4308
|
+
"nuxt": "^3.0.0",
|
|
4309
|
+
"requires": {}
|
|
4310
|
+
}
|
|
4311
|
+
},
|
|
3509
4312
|
{
|
|
3510
4313
|
"name": "persian-datepicker",
|
|
3511
4314
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3645,6 +4448,30 @@
|
|
|
3645
4448
|
"requires": {}
|
|
3646
4449
|
}
|
|
3647
4450
|
},
|
|
4451
|
+
{
|
|
4452
|
+
"name": "prepare",
|
|
4453
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4454
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4455
|
+
"npm": "nuxt-prepare",
|
|
4456
|
+
"icon": "prepare.svg",
|
|
4457
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4458
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4459
|
+
"learn_more": "",
|
|
4460
|
+
"category": "Devtools",
|
|
4461
|
+
"type": "3rd-party",
|
|
4462
|
+
"maintainers": [
|
|
4463
|
+
{
|
|
4464
|
+
"name": "Johann Schopplich",
|
|
4465
|
+
"github": "johannschopplich",
|
|
4466
|
+
"twitter": "jschopplich",
|
|
4467
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4468
|
+
}
|
|
4469
|
+
],
|
|
4470
|
+
"compatibility": {
|
|
4471
|
+
"nuxt": "^3.0.0",
|
|
4472
|
+
"requires": {}
|
|
4473
|
+
}
|
|
4474
|
+
},
|
|
3648
4475
|
{
|
|
3649
4476
|
"name": "prismic",
|
|
3650
4477
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
@@ -3673,11 +4500,11 @@
|
|
|
3673
4500
|
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3674
4501
|
"repo": "artmizu/nuxt-prometheus",
|
|
3675
4502
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3676
|
-
"icon": "",
|
|
4503
|
+
"icon": "prometheus.svg",
|
|
3677
4504
|
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3678
4505
|
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3679
4506
|
"learn_more": "",
|
|
3680
|
-
"category": "
|
|
4507
|
+
"category": "Monitoring",
|
|
3681
4508
|
"type": "3rd-party",
|
|
3682
4509
|
"maintainers": [
|
|
3683
4510
|
{
|
|
@@ -3686,7 +4513,7 @@
|
|
|
3686
4513
|
}
|
|
3687
4514
|
],
|
|
3688
4515
|
"compatibility": {
|
|
3689
|
-
"nuxt": "^
|
|
4516
|
+
"nuxt": "^3.0.0",
|
|
3690
4517
|
"requires": {}
|
|
3691
4518
|
}
|
|
3692
4519
|
},
|
|
@@ -3827,6 +4654,50 @@
|
|
|
3827
4654
|
"requires": {}
|
|
3828
4655
|
}
|
|
3829
4656
|
},
|
|
4657
|
+
{
|
|
4658
|
+
"name": "quasar",
|
|
4659
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4660
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4661
|
+
"npm": "nuxt-quasar-ui",
|
|
4662
|
+
"icon": "quasar.svg",
|
|
4663
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4664
|
+
"website": "https://quasar.dev/",
|
|
4665
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4666
|
+
"category": "UI",
|
|
4667
|
+
"type": "3rd-party",
|
|
4668
|
+
"maintainers": [
|
|
4669
|
+
{
|
|
4670
|
+
"name": "Ege İliklier",
|
|
4671
|
+
"github": "Maiquu"
|
|
4672
|
+
}
|
|
4673
|
+
],
|
|
4674
|
+
"compatibility": {
|
|
4675
|
+
"nuxt": "^3.0.0",
|
|
4676
|
+
"requires": {}
|
|
4677
|
+
}
|
|
4678
|
+
},
|
|
4679
|
+
{
|
|
4680
|
+
"name": "radash",
|
|
4681
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4682
|
+
"repo": "bbg/nuxt-radash",
|
|
4683
|
+
"npm": "nuxt-radash",
|
|
4684
|
+
"icon": "radash.png",
|
|
4685
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4686
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4687
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4688
|
+
"category": "Libraries",
|
|
4689
|
+
"type": "3rd-party",
|
|
4690
|
+
"maintainers": [
|
|
4691
|
+
{
|
|
4692
|
+
"name": "Batuhan Göksu",
|
|
4693
|
+
"github": "bbg"
|
|
4694
|
+
}
|
|
4695
|
+
],
|
|
4696
|
+
"compatibility": {
|
|
4697
|
+
"nuxt": "^3.0.0",
|
|
4698
|
+
"requires": {}
|
|
4699
|
+
}
|
|
4700
|
+
},
|
|
3830
4701
|
{
|
|
3831
4702
|
"name": "recaptcha",
|
|
3832
4703
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -3897,11 +4768,11 @@
|
|
|
3897
4768
|
{
|
|
3898
4769
|
"name": "robots",
|
|
3899
4770
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
3900
|
-
"repo": "nuxt-
|
|
4771
|
+
"repo": "nuxt-modules/robots",
|
|
3901
4772
|
"npm": "@nuxtjs/robots",
|
|
3902
4773
|
"icon": "robots.png",
|
|
3903
|
-
"github": "https://github.com/nuxt-
|
|
3904
|
-
"website": "https://github.com/nuxt-
|
|
4774
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4775
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
3905
4776
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
3906
4777
|
"category": "SEO",
|
|
3907
4778
|
"type": "community",
|
|
@@ -4013,13 +4884,13 @@
|
|
|
4013
4884
|
},
|
|
4014
4885
|
{
|
|
4015
4886
|
"name": "schema-org",
|
|
4016
|
-
"description": "Schema.org for Nuxt
|
|
4017
|
-
"repo": "
|
|
4887
|
+
"description": "Schema.org for Nuxt.",
|
|
4888
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4018
4889
|
"npm": "nuxt-schema-org",
|
|
4019
4890
|
"icon": "schema-org.svg",
|
|
4020
|
-
"github": "https://github.com/
|
|
4021
|
-
"website": "https://
|
|
4022
|
-
"learn_more": "https://
|
|
4891
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
4892
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
4893
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4023
4894
|
"category": "SEO",
|
|
4024
4895
|
"type": "3rd-party",
|
|
4025
4896
|
"maintainers": [
|
|
@@ -4107,7 +4978,7 @@
|
|
|
4107
4978
|
"description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
|
|
4108
4979
|
"repo": "nuxt-community/sentry-module",
|
|
4109
4980
|
"npm": "@nuxtjs/sentry",
|
|
4110
|
-
"icon": "sentry.
|
|
4981
|
+
"icon": "sentry.svg",
|
|
4111
4982
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4112
4983
|
"website": "https://sentry.nuxtjs.org/",
|
|
4113
4984
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4124,14 +4995,38 @@
|
|
|
4124
4995
|
"requires": {}
|
|
4125
4996
|
}
|
|
4126
4997
|
},
|
|
4998
|
+
{
|
|
4999
|
+
"name": "seo-experiments",
|
|
5000
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5001
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5002
|
+
"npm": "nuxt-seo-experiments",
|
|
5003
|
+
"icon": "seo-experiments.svg",
|
|
5004
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5005
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5006
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5007
|
+
"category": "SEO",
|
|
5008
|
+
"type": "3rd-party",
|
|
5009
|
+
"maintainers": [
|
|
5010
|
+
{
|
|
5011
|
+
"name": "Harlan Wilton",
|
|
5012
|
+
"github": "harlan-zw",
|
|
5013
|
+
"twitter": "harlan_zw",
|
|
5014
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5015
|
+
}
|
|
5016
|
+
],
|
|
5017
|
+
"compatibility": {
|
|
5018
|
+
"nuxt": "^3.0.0",
|
|
5019
|
+
"requires": {}
|
|
5020
|
+
}
|
|
5021
|
+
},
|
|
4127
5022
|
{
|
|
4128
5023
|
"name": "seo-kit",
|
|
4129
|
-
"description": "
|
|
5024
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4130
5025
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4131
5026
|
"npm": "nuxt-seo-kit",
|
|
4132
5027
|
"icon": "seo-kit.svg",
|
|
4133
5028
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4134
|
-
"website": "https://
|
|
5029
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4135
5030
|
"learn_more": "",
|
|
4136
5031
|
"category": "SEO",
|
|
4137
5032
|
"type": "3rd-party",
|
|
@@ -4214,6 +5109,29 @@
|
|
|
4214
5109
|
"requires": {}
|
|
4215
5110
|
}
|
|
4216
5111
|
},
|
|
5112
|
+
{
|
|
5113
|
+
"name": "server-block",
|
|
5114
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5115
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
5116
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5117
|
+
"icon": "server-block.svg",
|
|
5118
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5119
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5120
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5121
|
+
"category": "Extensions",
|
|
5122
|
+
"type": "3rd-party",
|
|
5123
|
+
"maintainers": [
|
|
5124
|
+
{
|
|
5125
|
+
"name": "Hebilicious",
|
|
5126
|
+
"github": "Hebilicious",
|
|
5127
|
+
"twitter": "its_hebilicious"
|
|
5128
|
+
}
|
|
5129
|
+
],
|
|
5130
|
+
"compatibility": {
|
|
5131
|
+
"nuxt": "^3.0.0",
|
|
5132
|
+
"requires": {}
|
|
5133
|
+
}
|
|
5134
|
+
},
|
|
4217
5135
|
{
|
|
4218
5136
|
"name": "session",
|
|
4219
5137
|
"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",
|
|
@@ -4306,13 +5224,13 @@
|
|
|
4306
5224
|
},
|
|
4307
5225
|
{
|
|
4308
5226
|
"name": "simple-robots",
|
|
4309
|
-
"description": "
|
|
5227
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4310
5228
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4311
5229
|
"npm": "nuxt-simple-robots",
|
|
4312
|
-
"icon": "",
|
|
5230
|
+
"icon": "simple-robots.svg",
|
|
4313
5231
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4314
|
-
"website": "https://
|
|
4315
|
-
"learn_more": "",
|
|
5232
|
+
"website": "https://nuxtseo.com/robots",
|
|
5233
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4316
5234
|
"category": "SEO",
|
|
4317
5235
|
"type": "3rd-party",
|
|
4318
5236
|
"maintainers": [
|
|
@@ -4330,13 +5248,13 @@
|
|
|
4330
5248
|
},
|
|
4331
5249
|
{
|
|
4332
5250
|
"name": "simple-sitemap",
|
|
4333
|
-
"description": "
|
|
5251
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4334
5252
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4335
5253
|
"npm": "nuxt-simple-sitemap",
|
|
4336
|
-
"icon": "",
|
|
5254
|
+
"icon": "simple-sitemap.svg",
|
|
4337
5255
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4338
|
-
"website": "https://
|
|
4339
|
-
"learn_more": "",
|
|
5256
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5257
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4340
5258
|
"category": "SEO",
|
|
4341
5259
|
"type": "3rd-party",
|
|
4342
5260
|
"maintainers": [
|
|
@@ -4375,6 +5293,28 @@
|
|
|
4375
5293
|
"requires": {}
|
|
4376
5294
|
}
|
|
4377
5295
|
},
|
|
5296
|
+
{
|
|
5297
|
+
"name": "snackbar",
|
|
5298
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
5299
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
5300
|
+
"npm": "nuxt-snackbar",
|
|
5301
|
+
"icon": "snackbar.png",
|
|
5302
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5303
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5304
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
5305
|
+
"category": "UI",
|
|
5306
|
+
"type": "3rd-party",
|
|
5307
|
+
"maintainers": [
|
|
5308
|
+
{
|
|
5309
|
+
"name": "modbender",
|
|
5310
|
+
"github": "modbender"
|
|
5311
|
+
}
|
|
5312
|
+
],
|
|
5313
|
+
"compatibility": {
|
|
5314
|
+
"nuxt": "^3.0.0",
|
|
5315
|
+
"requires": {}
|
|
5316
|
+
}
|
|
5317
|
+
},
|
|
4378
5318
|
{
|
|
4379
5319
|
"name": "snipcart",
|
|
4380
5320
|
"description": "Snipcart integration module for Nuxt.js",
|
|
@@ -4384,7 +5324,7 @@
|
|
|
4384
5324
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4385
5325
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4386
5326
|
"learn_more": "https://snipcart.com",
|
|
4387
|
-
"category": "
|
|
5327
|
+
"category": "Ecommerce",
|
|
4388
5328
|
"type": "community",
|
|
4389
5329
|
"maintainers": [
|
|
4390
5330
|
{
|
|
@@ -4641,10 +5581,10 @@
|
|
|
4641
5581
|
{
|
|
4642
5582
|
"name": "strapi",
|
|
4643
5583
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4644
|
-
"repo": "nuxt-
|
|
5584
|
+
"repo": "nuxt-modules/strapi",
|
|
4645
5585
|
"npm": "@nuxtjs/strapi",
|
|
4646
5586
|
"icon": "strapi.png",
|
|
4647
|
-
"github": "https://github.com/nuxt-
|
|
5587
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4648
5588
|
"website": "https://strapi.nuxtjs.org",
|
|
4649
5589
|
"learn_more": "https://strapi.io/",
|
|
4650
5590
|
"category": "CMS",
|
|
@@ -4668,6 +5608,32 @@
|
|
|
4668
5608
|
}
|
|
4669
5609
|
}
|
|
4670
5610
|
},
|
|
5611
|
+
{
|
|
5612
|
+
"name": "stripe-next",
|
|
5613
|
+
"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.",
|
|
5614
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5615
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5616
|
+
"icon": "stripe.png",
|
|
5617
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5618
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5619
|
+
"learn_more": "https://stripe.com/docs",
|
|
5620
|
+
"category": "Payment",
|
|
5621
|
+
"type": "3rd-party",
|
|
5622
|
+
"maintainers": [
|
|
5623
|
+
{
|
|
5624
|
+
"name": "Loic Fuentes",
|
|
5625
|
+
"github": "fuentesloic"
|
|
5626
|
+
},
|
|
5627
|
+
{
|
|
5628
|
+
"name": "Florent Giraud",
|
|
5629
|
+
"github": "flozero"
|
|
5630
|
+
}
|
|
5631
|
+
],
|
|
5632
|
+
"compatibility": {
|
|
5633
|
+
"nuxt": "^3.0.0",
|
|
5634
|
+
"requires": {}
|
|
5635
|
+
}
|
|
5636
|
+
},
|
|
4671
5637
|
{
|
|
4672
5638
|
"name": "stripe",
|
|
4673
5639
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -4731,7 +5697,7 @@
|
|
|
4731
5697
|
}
|
|
4732
5698
|
],
|
|
4733
5699
|
"compatibility": {
|
|
4734
|
-
"nuxt": "^2.0.0",
|
|
5700
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4735
5701
|
"requires": {}
|
|
4736
5702
|
}
|
|
4737
5703
|
},
|
|
@@ -4761,10 +5727,10 @@
|
|
|
4761
5727
|
{
|
|
4762
5728
|
"name": "supabase",
|
|
4763
5729
|
"description": "First class integration with Supabase",
|
|
4764
|
-
"repo": "nuxt-
|
|
5730
|
+
"repo": "nuxt-modules/supabase",
|
|
4765
5731
|
"npm": "@nuxtjs/supabase",
|
|
4766
5732
|
"icon": "supabase.png",
|
|
4767
|
-
"github": "https://github.com/nuxt-
|
|
5733
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4768
5734
|
"website": "https://supabase.nuxtjs.org",
|
|
4769
5735
|
"learn_more": "https://supabase.com",
|
|
4770
5736
|
"category": "Database",
|
|
@@ -4928,10 +5894,10 @@
|
|
|
4928
5894
|
{
|
|
4929
5895
|
"name": "tailwindcss",
|
|
4930
5896
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
4931
|
-
"repo": "nuxt-
|
|
5897
|
+
"repo": "nuxt-modules/tailwindcss-module",
|
|
4932
5898
|
"npm": "@nuxtjs/tailwindcss",
|
|
4933
5899
|
"icon": "tailwindcss.png",
|
|
4934
|
-
"github": "https://github.com/nuxt-
|
|
5900
|
+
"github": "https://github.com/nuxt-modules/tailwindcss-module",
|
|
4935
5901
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
4936
5902
|
"learn_more": "https://tailwindcss.com/",
|
|
4937
5903
|
"category": "UI",
|
|
@@ -4941,6 +5907,10 @@
|
|
|
4941
5907
|
"name": "Sébastien Chopin",
|
|
4942
5908
|
"github": "Atinux",
|
|
4943
5909
|
"twitter": "Atinux"
|
|
5910
|
+
},
|
|
5911
|
+
{
|
|
5912
|
+
"name": "Inesh Bose",
|
|
5913
|
+
"github": "ineshbose"
|
|
4944
5914
|
}
|
|
4945
5915
|
],
|
|
4946
5916
|
"compatibility": {
|
|
@@ -4971,6 +5941,28 @@
|
|
|
4971
5941
|
"requires": {}
|
|
4972
5942
|
}
|
|
4973
5943
|
},
|
|
5944
|
+
{
|
|
5945
|
+
"name": "time",
|
|
5946
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5947
|
+
"repo": "danielroe/nuxt-time",
|
|
5948
|
+
"npm": "nuxt-time",
|
|
5949
|
+
"icon": "",
|
|
5950
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5951
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5952
|
+
"learn_more": "",
|
|
5953
|
+
"category": "Extensions",
|
|
5954
|
+
"type": "3rd-party",
|
|
5955
|
+
"maintainers": [
|
|
5956
|
+
{
|
|
5957
|
+
"name": "danielroe",
|
|
5958
|
+
"github": "danielroe"
|
|
5959
|
+
}
|
|
5960
|
+
],
|
|
5961
|
+
"compatibility": {
|
|
5962
|
+
"nuxt": "^3.0.0",
|
|
5963
|
+
"requires": {}
|
|
5964
|
+
}
|
|
5965
|
+
},
|
|
4974
5966
|
{
|
|
4975
5967
|
"name": "toast",
|
|
4976
5968
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -4994,6 +5986,39 @@
|
|
|
4994
5986
|
"requires": {}
|
|
4995
5987
|
}
|
|
4996
5988
|
},
|
|
5989
|
+
{
|
|
5990
|
+
"name": "tresjs",
|
|
5991
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
5992
|
+
"repo": "tresjs/nuxt",
|
|
5993
|
+
"npm": "@tresjs/nuxt",
|
|
5994
|
+
"icon": "tresjs.svg",
|
|
5995
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
5996
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
5997
|
+
"learn_more": "https://tresjs.org/",
|
|
5998
|
+
"category": "Libraries",
|
|
5999
|
+
"type": "3rd-party",
|
|
6000
|
+
"maintainers": [
|
|
6001
|
+
{
|
|
6002
|
+
"name": "Alvaro Saburido",
|
|
6003
|
+
"github": "alvarosabu",
|
|
6004
|
+
"twitter": "alvarosabu"
|
|
6005
|
+
},
|
|
6006
|
+
{
|
|
6007
|
+
"name": "Jaime Torrealba",
|
|
6008
|
+
"github": "JaimeTorrealba",
|
|
6009
|
+
"twitter": "jaimebboyjt"
|
|
6010
|
+
},
|
|
6011
|
+
{
|
|
6012
|
+
"name": "Tino Koch",
|
|
6013
|
+
"github": "Tinoooo",
|
|
6014
|
+
"twitter": "ichbintino"
|
|
6015
|
+
}
|
|
6016
|
+
],
|
|
6017
|
+
"compatibility": {
|
|
6018
|
+
"nuxt": "^3.0.0",
|
|
6019
|
+
"requires": {}
|
|
6020
|
+
}
|
|
6021
|
+
},
|
|
4997
6022
|
{
|
|
4998
6023
|
"name": "turnstile",
|
|
4999
6024
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5043,6 +6068,28 @@
|
|
|
5043
6068
|
}
|
|
5044
6069
|
}
|
|
5045
6070
|
},
|
|
6071
|
+
{
|
|
6072
|
+
"name": "twemoji",
|
|
6073
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6074
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6075
|
+
"npm": "nuxt-twemoji",
|
|
6076
|
+
"icon": "twemoji.svg",
|
|
6077
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6078
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6079
|
+
"learn_more": "",
|
|
6080
|
+
"category": "UI",
|
|
6081
|
+
"type": "3rd-party",
|
|
6082
|
+
"maintainers": [
|
|
6083
|
+
{
|
|
6084
|
+
"name": "Yizack Rangel",
|
|
6085
|
+
"github": "yizack"
|
|
6086
|
+
}
|
|
6087
|
+
],
|
|
6088
|
+
"compatibility": {
|
|
6089
|
+
"nuxt": "^3.0.0",
|
|
6090
|
+
"requires": {}
|
|
6091
|
+
}
|
|
6092
|
+
},
|
|
5046
6093
|
{
|
|
5047
6094
|
"name": "twicpics",
|
|
5048
6095
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5187,6 +6234,39 @@
|
|
|
5187
6234
|
"requires": {}
|
|
5188
6235
|
}
|
|
5189
6236
|
},
|
|
6237
|
+
{
|
|
6238
|
+
"name": "ui",
|
|
6239
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6240
|
+
"repo": "nuxt/ui#dev",
|
|
6241
|
+
"npm": "@nuxt/ui",
|
|
6242
|
+
"icon": "nuxt.svg",
|
|
6243
|
+
"github": "https://github.com/nuxt/ui",
|
|
6244
|
+
"website": "https://ui.nuxt.com",
|
|
6245
|
+
"learn_more": "",
|
|
6246
|
+
"category": "UI",
|
|
6247
|
+
"type": "official",
|
|
6248
|
+
"maintainers": [
|
|
6249
|
+
{
|
|
6250
|
+
"name": "Benjamin Canac",
|
|
6251
|
+
"github": "benjamincanac",
|
|
6252
|
+
"twitter": "benjamincanac"
|
|
6253
|
+
},
|
|
6254
|
+
{
|
|
6255
|
+
"name": "Sebastien Chopin",
|
|
6256
|
+
"github": "Atinux",
|
|
6257
|
+
"twitter": "Atinux"
|
|
6258
|
+
},
|
|
6259
|
+
{
|
|
6260
|
+
"name": "Sylvain Marroufin",
|
|
6261
|
+
"github": "smarroufin",
|
|
6262
|
+
"twitter": "smarroufin"
|
|
6263
|
+
}
|
|
6264
|
+
],
|
|
6265
|
+
"compatibility": {
|
|
6266
|
+
"nuxt": "^3.0.0",
|
|
6267
|
+
"requires": {}
|
|
6268
|
+
}
|
|
6269
|
+
},
|
|
5190
6270
|
{
|
|
5191
6271
|
"name": "umami",
|
|
5192
6272
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5214,11 +6294,11 @@
|
|
|
5214
6294
|
{
|
|
5215
6295
|
"name": "unhead",
|
|
5216
6296
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5217
|
-
"repo": "harlan-zw/nuxt-
|
|
5218
|
-
"npm": "nuxt-
|
|
6297
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6298
|
+
"npm": "nuxt-seo-experiments",
|
|
5219
6299
|
"icon": "",
|
|
5220
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5221
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
6300
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6301
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5222
6302
|
"learn_more": "",
|
|
5223
6303
|
"category": "SEO",
|
|
5224
6304
|
"type": "3rd-party",
|
|
@@ -5261,6 +6341,28 @@
|
|
|
5261
6341
|
"requires": {}
|
|
5262
6342
|
}
|
|
5263
6343
|
},
|
|
6344
|
+
{
|
|
6345
|
+
"name": "unlazy",
|
|
6346
|
+
"description": "Lazy loading library for placeholder images",
|
|
6347
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6348
|
+
"npm": "@unlazy/nuxt",
|
|
6349
|
+
"icon": "unlazy.svg",
|
|
6350
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6351
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6352
|
+
"learn_more": "",
|
|
6353
|
+
"category": "Images",
|
|
6354
|
+
"type": "3rd-party",
|
|
6355
|
+
"maintainers": [
|
|
6356
|
+
{
|
|
6357
|
+
"name": "Johann Schopplich",
|
|
6358
|
+
"github": "johannschopplich"
|
|
6359
|
+
}
|
|
6360
|
+
],
|
|
6361
|
+
"compatibility": {
|
|
6362
|
+
"nuxt": "^3.0.0",
|
|
6363
|
+
"requires": {}
|
|
6364
|
+
}
|
|
6365
|
+
},
|
|
5264
6366
|
{
|
|
5265
6367
|
"name": "unlighthouse",
|
|
5266
6368
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5313,6 +6415,53 @@
|
|
|
5313
6415
|
}
|
|
5314
6416
|
}
|
|
5315
6417
|
},
|
|
6418
|
+
{
|
|
6419
|
+
"name": "ununuracss",
|
|
6420
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
6421
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
6422
|
+
"npm": "nuxt-ununura",
|
|
6423
|
+
"icon": "ununuracss.png",
|
|
6424
|
+
"github": "https://github.com/novout/ununuracss",
|
|
6425
|
+
"website": "https://ununura.com/#/",
|
|
6426
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
6427
|
+
"category": "UI",
|
|
6428
|
+
"type": "3rd-party",
|
|
6429
|
+
"maintainers": [
|
|
6430
|
+
{
|
|
6431
|
+
"name": "Giovane Cardoso",
|
|
6432
|
+
"github": "novout",
|
|
6433
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
6434
|
+
}
|
|
6435
|
+
],
|
|
6436
|
+
"compatibility": {
|
|
6437
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6438
|
+
"requires": {}
|
|
6439
|
+
}
|
|
6440
|
+
},
|
|
6441
|
+
{
|
|
6442
|
+
"name": "use-wagmi",
|
|
6443
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6444
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6445
|
+
"npm": "@use-wagmi/nuxt",
|
|
6446
|
+
"icon": "use-wagmi.png",
|
|
6447
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6448
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6449
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6450
|
+
"category": "Extensions",
|
|
6451
|
+
"type": "3rd-party",
|
|
6452
|
+
"maintainers": [
|
|
6453
|
+
{
|
|
6454
|
+
"name": "Unic Ape",
|
|
6455
|
+
"github": "unicape"
|
|
6456
|
+
}
|
|
6457
|
+
],
|
|
6458
|
+
"compatibility": {
|
|
6459
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6460
|
+
"requires": {
|
|
6461
|
+
"bridge": true
|
|
6462
|
+
}
|
|
6463
|
+
}
|
|
6464
|
+
},
|
|
5316
6465
|
{
|
|
5317
6466
|
"name": "user-agent",
|
|
5318
6467
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5381,6 +6530,74 @@
|
|
|
5381
6530
|
}
|
|
5382
6531
|
}
|
|
5383
6532
|
},
|
|
6533
|
+
{
|
|
6534
|
+
"name": "varlet",
|
|
6535
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
6536
|
+
"repo": "varletjs/varlet-nuxt",
|
|
6537
|
+
"npm": "@varlet/nuxt",
|
|
6538
|
+
"icon": "varlet.svg",
|
|
6539
|
+
"github": "https://github.com/varletjs/varlet",
|
|
6540
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
6541
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6542
|
+
"category": "UI",
|
|
6543
|
+
"type": "3rd-party",
|
|
6544
|
+
"maintainers": [
|
|
6545
|
+
{
|
|
6546
|
+
"name": "zhangmo8",
|
|
6547
|
+
"github": "zhangmo8"
|
|
6548
|
+
}
|
|
6549
|
+
],
|
|
6550
|
+
"compatibility": {
|
|
6551
|
+
"nuxt": "^3.0.0",
|
|
6552
|
+
"requires": {
|
|
6553
|
+
"bridge": "optional"
|
|
6554
|
+
}
|
|
6555
|
+
}
|
|
6556
|
+
},
|
|
6557
|
+
{
|
|
6558
|
+
"name": "vcalendar",
|
|
6559
|
+
"description": "VCalendar module for Nuxt",
|
|
6560
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6561
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6562
|
+
"icon": "vcalendar.png",
|
|
6563
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6564
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6565
|
+
"learn_more": "",
|
|
6566
|
+
"category": "Libraries",
|
|
6567
|
+
"type": "3rd-party",
|
|
6568
|
+
"maintainers": [
|
|
6569
|
+
{
|
|
6570
|
+
"name": "Sam K",
|
|
6571
|
+
"github": "samk-dev"
|
|
6572
|
+
}
|
|
6573
|
+
],
|
|
6574
|
+
"compatibility": {
|
|
6575
|
+
"nuxt": "^3.0.0",
|
|
6576
|
+
"requires": {}
|
|
6577
|
+
}
|
|
6578
|
+
},
|
|
6579
|
+
{
|
|
6580
|
+
"name": "vee-validate",
|
|
6581
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
6582
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6583
|
+
"npm": "@vee-validate/nuxt",
|
|
6584
|
+
"icon": "vee-validate.png",
|
|
6585
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6586
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6587
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6588
|
+
"category": "Libraries",
|
|
6589
|
+
"type": "3rd-party",
|
|
6590
|
+
"maintainers": [
|
|
6591
|
+
{
|
|
6592
|
+
"name": "Abdelrahman Awad",
|
|
6593
|
+
"github": "logaretm"
|
|
6594
|
+
}
|
|
6595
|
+
],
|
|
6596
|
+
"compatibility": {
|
|
6597
|
+
"nuxt": "^3.0.0",
|
|
6598
|
+
"requires": {}
|
|
6599
|
+
}
|
|
6600
|
+
},
|
|
5384
6601
|
{
|
|
5385
6602
|
"name": "vendor",
|
|
5386
6603
|
"description": "directly serve node_modules",
|
|
@@ -5404,6 +6621,51 @@
|
|
|
5404
6621
|
"requires": {}
|
|
5405
6622
|
}
|
|
5406
6623
|
},
|
|
6624
|
+
{
|
|
6625
|
+
"name": "vercel-analytics",
|
|
6626
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6627
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6628
|
+
"npm": "nuxt-vercel-analytics",
|
|
6629
|
+
"icon": "",
|
|
6630
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6631
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6632
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6633
|
+
"category": "Analytics",
|
|
6634
|
+
"type": "3rd-party",
|
|
6635
|
+
"maintainers": [
|
|
6636
|
+
{
|
|
6637
|
+
"name": "Alexander B.",
|
|
6638
|
+
"github": "xanderbarkhatov"
|
|
6639
|
+
}
|
|
6640
|
+
],
|
|
6641
|
+
"compatibility": {
|
|
6642
|
+
"nuxt": "^3.0.0",
|
|
6643
|
+
"requires": {}
|
|
6644
|
+
}
|
|
6645
|
+
},
|
|
6646
|
+
{
|
|
6647
|
+
"name": "vexip-ui",
|
|
6648
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6649
|
+
"repo": "vexip-ui/nuxt",
|
|
6650
|
+
"npm": "@vexip-ui/nuxt",
|
|
6651
|
+
"icon": "vexip-ui.svg",
|
|
6652
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6653
|
+
"website": "https://www.vexipui.com/",
|
|
6654
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6655
|
+
"category": "UI",
|
|
6656
|
+
"type": "3rd-party",
|
|
6657
|
+
"maintainers": [
|
|
6658
|
+
{
|
|
6659
|
+
"name": "未觉雨声",
|
|
6660
|
+
"github": "qmhc",
|
|
6661
|
+
"twitter": "qmhc95"
|
|
6662
|
+
}
|
|
6663
|
+
],
|
|
6664
|
+
"compatibility": {
|
|
6665
|
+
"nuxt": "^3.0.0",
|
|
6666
|
+
"requires": {}
|
|
6667
|
+
}
|
|
6668
|
+
},
|
|
5407
6669
|
{
|
|
5408
6670
|
"name": "vite-pwa-nuxt",
|
|
5409
6671
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5435,13 +6697,13 @@
|
|
|
5435
6697
|
{
|
|
5436
6698
|
"name": "vitest",
|
|
5437
6699
|
"description": "Vitest integration with Nuxt",
|
|
5438
|
-
"repo": "danielroe/nuxt-vitest
|
|
6700
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5439
6701
|
"npm": "nuxt-vitest",
|
|
5440
6702
|
"icon": "vitest.svg",
|
|
5441
6703
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5442
6704
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5443
6705
|
"learn_more": "",
|
|
5444
|
-
"category": "
|
|
6706
|
+
"category": "Devtools",
|
|
5445
6707
|
"type": "3rd-party",
|
|
5446
6708
|
"maintainers": [
|
|
5447
6709
|
{
|
|
@@ -5458,15 +6720,45 @@
|
|
|
5458
6720
|
"requires": {}
|
|
5459
6721
|
}
|
|
5460
6722
|
},
|
|
6723
|
+
{
|
|
6724
|
+
"name": "vue-email",
|
|
6725
|
+
"description": "Write email templates with vue",
|
|
6726
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6727
|
+
"npm": "vue-email",
|
|
6728
|
+
"icon": "vue-email.svg",
|
|
6729
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6730
|
+
"website": "https://vue-email.vercel.app/",
|
|
6731
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6732
|
+
"category": "UI",
|
|
6733
|
+
"type": "3rd-party",
|
|
6734
|
+
"maintainers": [
|
|
6735
|
+
{
|
|
6736
|
+
"name": "David Arenas",
|
|
6737
|
+
"github": "Dave136",
|
|
6738
|
+
"twitter": "davejs4",
|
|
6739
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6740
|
+
},
|
|
6741
|
+
{
|
|
6742
|
+
"name": "Younes Barrad",
|
|
6743
|
+
"github": "Flowko",
|
|
6744
|
+
"twitter": "imflowko",
|
|
6745
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6746
|
+
}
|
|
6747
|
+
],
|
|
6748
|
+
"compatibility": {
|
|
6749
|
+
"nuxt": "^3.0.0",
|
|
6750
|
+
"requires": {}
|
|
6751
|
+
}
|
|
6752
|
+
},
|
|
5461
6753
|
{
|
|
5462
6754
|
"name": "vue-macros",
|
|
5463
|
-
"description": "Explore
|
|
5464
|
-
"repo": "sxzz/
|
|
6755
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6756
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5465
6757
|
"npm": "@vue-macros/nuxt",
|
|
5466
6758
|
"icon": "vue-macros.svg",
|
|
5467
|
-
"github": "https://github.com/sxzz/
|
|
6759
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5468
6760
|
"website": "https://vue-macros.sxzz.moe",
|
|
5469
|
-
"learn_more": "https://github.com/sxzz/
|
|
6761
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5470
6762
|
"category": "Extensions",
|
|
5471
6763
|
"type": "3rd-party",
|
|
5472
6764
|
"maintainers": [
|
|
@@ -5549,6 +6841,29 @@
|
|
|
5549
6841
|
"requires": {}
|
|
5550
6842
|
}
|
|
5551
6843
|
},
|
|
6844
|
+
{
|
|
6845
|
+
"name": "vue-query",
|
|
6846
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6847
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6848
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6849
|
+
"icon": "vue-query.svg",
|
|
6850
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6851
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6852
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6853
|
+
"category": "Request",
|
|
6854
|
+
"type": "3rd-party",
|
|
6855
|
+
"maintainers": [
|
|
6856
|
+
{
|
|
6857
|
+
"name": "Hebilicious",
|
|
6858
|
+
"github": "Hebilicious",
|
|
6859
|
+
"twitter": "its_hebilicious"
|
|
6860
|
+
}
|
|
6861
|
+
],
|
|
6862
|
+
"compatibility": {
|
|
6863
|
+
"nuxt": "^3.0.0",
|
|
6864
|
+
"requires": {}
|
|
6865
|
+
}
|
|
6866
|
+
},
|
|
5552
6867
|
{
|
|
5553
6868
|
"name": "vue-select",
|
|
5554
6869
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5619,6 +6934,29 @@
|
|
|
5619
6934
|
"requires": {}
|
|
5620
6935
|
}
|
|
5621
6936
|
},
|
|
6937
|
+
{
|
|
6938
|
+
"name": "vue3-carousel-nuxt",
|
|
6939
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
|
|
6940
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6941
|
+
"npm": "vue3-carousel-nuxt",
|
|
6942
|
+
"icon": "",
|
|
6943
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6944
|
+
"website": "",
|
|
6945
|
+
"learn_more": "",
|
|
6946
|
+
"category": "UI",
|
|
6947
|
+
"type": "3rd-party",
|
|
6948
|
+
"maintainers": [
|
|
6949
|
+
{
|
|
6950
|
+
"name": "Gaetan SENN",
|
|
6951
|
+
"github": "gaetansenn",
|
|
6952
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6953
|
+
}
|
|
6954
|
+
],
|
|
6955
|
+
"compatibility": {
|
|
6956
|
+
"nuxt": "^3.0.0",
|
|
6957
|
+
"requires": {}
|
|
6958
|
+
}
|
|
6959
|
+
},
|
|
5622
6960
|
{
|
|
5623
6961
|
"name": "vuefire",
|
|
5624
6962
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -5663,6 +7001,28 @@
|
|
|
5663
7001
|
"requires": {}
|
|
5664
7002
|
}
|
|
5665
7003
|
},
|
|
7004
|
+
{
|
|
7005
|
+
"name": "vuetify-nuxt-module",
|
|
7006
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7007
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7008
|
+
"npm": "vuetify-nuxt-module",
|
|
7009
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7010
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7011
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7012
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
7013
|
+
"category": "UI",
|
|
7014
|
+
"type": "3rd-party",
|
|
7015
|
+
"maintainers": [
|
|
7016
|
+
{
|
|
7017
|
+
"name": "Joaquín Sánchez",
|
|
7018
|
+
"github": "userquin"
|
|
7019
|
+
}
|
|
7020
|
+
],
|
|
7021
|
+
"compatibility": {
|
|
7022
|
+
"nuxt": "^3.0.0",
|
|
7023
|
+
"requires": {}
|
|
7024
|
+
}
|
|
7025
|
+
},
|
|
5666
7026
|
{
|
|
5667
7027
|
"name": "vuetify",
|
|
5668
7028
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -5737,14 +7097,37 @@
|
|
|
5737
7097
|
"requires": {}
|
|
5738
7098
|
}
|
|
5739
7099
|
},
|
|
7100
|
+
{
|
|
7101
|
+
"name": "vunix",
|
|
7102
|
+
"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.",
|
|
7103
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
7104
|
+
"npm": "@vunix/nuxt",
|
|
7105
|
+
"icon": "",
|
|
7106
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
7107
|
+
"website": "https://vunix.dewib.com/",
|
|
7108
|
+
"learn_more": "",
|
|
7109
|
+
"category": "UI",
|
|
7110
|
+
"type": "3rd-party",
|
|
7111
|
+
"maintainers": [
|
|
7112
|
+
{
|
|
7113
|
+
"name": "Gaetan SENN",
|
|
7114
|
+
"github": "gaetansenn",
|
|
7115
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7116
|
+
}
|
|
7117
|
+
],
|
|
7118
|
+
"compatibility": {
|
|
7119
|
+
"nuxt": "^3.0.0",
|
|
7120
|
+
"requires": {}
|
|
7121
|
+
}
|
|
7122
|
+
},
|
|
5740
7123
|
{
|
|
5741
7124
|
"name": "web-vitals",
|
|
5742
7125
|
"description": "Web Vitals for Nuxt",
|
|
5743
|
-
"repo": "nuxt-
|
|
7126
|
+
"repo": "nuxt-modules/web-vitals",
|
|
5744
7127
|
"npm": "@nuxtjs/web-vitals",
|
|
5745
7128
|
"icon": "web-vitals.png",
|
|
5746
|
-
"github": "https://github.com/nuxt-
|
|
5747
|
-
"website": "https://github.com/nuxt-
|
|
7129
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7130
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
5748
7131
|
"learn_more": "",
|
|
5749
7132
|
"category": "Performance",
|
|
5750
7133
|
"type": "community",
|
|
@@ -5771,29 +7154,6 @@
|
|
|
5771
7154
|
}
|
|
5772
7155
|
}
|
|
5773
7156
|
},
|
|
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
7157
|
{
|
|
5798
7158
|
"name": "webfontloader",
|
|
5799
7159
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5908,6 +7268,54 @@
|
|
|
5908
7268
|
"requires": {}
|
|
5909
7269
|
}
|
|
5910
7270
|
},
|
|
7271
|
+
{
|
|
7272
|
+
"name": "well-known",
|
|
7273
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
7274
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7275
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7276
|
+
"icon": "well-known.svg",
|
|
7277
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
7278
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
7279
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
7280
|
+
"category": "SEO",
|
|
7281
|
+
"type": "3rd-party",
|
|
7282
|
+
"maintainers": [
|
|
7283
|
+
{
|
|
7284
|
+
"name": "Zadig&Voltaire Team",
|
|
7285
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
7286
|
+
}
|
|
7287
|
+
],
|
|
7288
|
+
"compatibility": {
|
|
7289
|
+
"nuxt": "^3.0.0",
|
|
7290
|
+
"requires": {}
|
|
7291
|
+
}
|
|
7292
|
+
},
|
|
7293
|
+
{
|
|
7294
|
+
"name": "wideangle",
|
|
7295
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
7296
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7297
|
+
"npm": "wideangle-nuxt",
|
|
7298
|
+
"icon": "wideangle.png",
|
|
7299
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7300
|
+
"website": "https://wideangle.co",
|
|
7301
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7302
|
+
"category": "Analytics",
|
|
7303
|
+
"type": "3rd-party",
|
|
7304
|
+
"maintainers": [
|
|
7305
|
+
{
|
|
7306
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7307
|
+
"github": "inputobjects"
|
|
7308
|
+
},
|
|
7309
|
+
{
|
|
7310
|
+
"name": "Jarek Rozanski",
|
|
7311
|
+
"github": "jrozanski"
|
|
7312
|
+
}
|
|
7313
|
+
],
|
|
7314
|
+
"compatibility": {
|
|
7315
|
+
"nuxt": "^3.0.0",
|
|
7316
|
+
"requires": {}
|
|
7317
|
+
}
|
|
7318
|
+
},
|
|
5911
7319
|
{
|
|
5912
7320
|
"name": "windicss",
|
|
5913
7321
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -6051,29 +7459,6 @@
|
|
|
6051
7459
|
"requires": {}
|
|
6052
7460
|
}
|
|
6053
7461
|
},
|
|
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
7462
|
{
|
|
6078
7463
|
"name": "zendesk",
|
|
6079
7464
|
"description": "Nuxt.js module for Zendesk",
|