@nuxt/modules 0.6.0-afdffa → 0.6.0-b0107a
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 +1674 -192
- package/package.json +9 -9
package/modules.json
CHANGED
|
@@ -125,21 +125,20 @@
|
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
|
-
"name": "
|
|
129
|
-
"description": "
|
|
130
|
-
"repo": "
|
|
131
|
-
"npm": "@
|
|
132
|
-
"icon": "
|
|
133
|
-
"github": "https://github.com/
|
|
134
|
-
"website": "",
|
|
128
|
+
"name": "animejs",
|
|
129
|
+
"description": "Anime.js module for Nuxt",
|
|
130
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
131
|
+
"npm": "@hypernym/nuxt-anime",
|
|
132
|
+
"icon": "",
|
|
133
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
134
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
135
135
|
"learn_more": "",
|
|
136
|
-
"category": "
|
|
136
|
+
"category": "Libraries",
|
|
137
137
|
"type": "3rd-party",
|
|
138
138
|
"maintainers": [
|
|
139
139
|
{
|
|
140
|
-
"name": "
|
|
141
|
-
"github": "
|
|
142
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
140
|
+
"name": "ivodolenc",
|
|
141
|
+
"github": "ivodolenc"
|
|
143
142
|
}
|
|
144
143
|
],
|
|
145
144
|
"compatibility": {
|
|
@@ -148,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
|
{
|
|
@@ -281,7 +304,52 @@
|
|
|
281
304
|
}
|
|
282
305
|
],
|
|
283
306
|
"compatibility": {
|
|
284
|
-
"nuxt": "^
|
|
307
|
+
"nuxt": "^3.0.0",
|
|
308
|
+
"requires": {}
|
|
309
|
+
}
|
|
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",
|
|
285
353
|
"requires": {}
|
|
286
354
|
}
|
|
287
355
|
},
|
|
@@ -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`.",
|
|
@@ -659,13 +795,40 @@
|
|
|
659
795
|
"requires": {}
|
|
660
796
|
}
|
|
661
797
|
},
|
|
798
|
+
{
|
|
799
|
+
"name": "cloudflare-analytics",
|
|
800
|
+
"description": "Cloudflare Web Analytics Module for Nuxt",
|
|
801
|
+
"repo": "hamlogic/nuxt-cloudflare-analytics",
|
|
802
|
+
"npm": "nuxt-cloudflare-analytics",
|
|
803
|
+
"icon": "cloudflare.svg",
|
|
804
|
+
"github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
805
|
+
"website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
806
|
+
"learn_more": "https://www.cloudflare.com/web-analytics/",
|
|
807
|
+
"category": "Analytics",
|
|
808
|
+
"type": "3rd-party",
|
|
809
|
+
"maintainers": [
|
|
810
|
+
{
|
|
811
|
+
"name": "hamlogic",
|
|
812
|
+
"github": "hamlogic"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"name": "Fabian B.",
|
|
816
|
+
"github": "madebyfabian",
|
|
817
|
+
"twitter": "madebyfabian"
|
|
818
|
+
}
|
|
819
|
+
],
|
|
820
|
+
"compatibility": {
|
|
821
|
+
"nuxt": "^3.0.0",
|
|
822
|
+
"requires": {}
|
|
823
|
+
}
|
|
824
|
+
},
|
|
662
825
|
{
|
|
663
826
|
"name": "cloudinary",
|
|
664
827
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
665
|
-
"repo": "nuxt-
|
|
828
|
+
"repo": "nuxt-modules/cloudinary",
|
|
666
829
|
"npm": "@nuxtjs/cloudinary",
|
|
667
830
|
"icon": "cloudinary.png",
|
|
668
|
-
"github": "https://github.com/nuxt-
|
|
831
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
669
832
|
"website": "https://cloudinary.nuxtjs.org",
|
|
670
833
|
"learn_more": "https://cloudinary.com",
|
|
671
834
|
"category": "Images",
|
|
@@ -685,10 +848,10 @@
|
|
|
685
848
|
{
|
|
686
849
|
"name": "color-mode",
|
|
687
850
|
"description": "Dark and Light mode for NuxtJS with auto detection",
|
|
688
|
-
"repo": "nuxt-
|
|
851
|
+
"repo": "nuxt-modules/color-mode",
|
|
689
852
|
"npm": "@nuxtjs/color-mode",
|
|
690
853
|
"icon": "color-mode.png",
|
|
691
|
-
"github": "https://github.com/nuxt-
|
|
854
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
692
855
|
"website": "https://color-mode.nuxtjs.org",
|
|
693
856
|
"learn_more": "",
|
|
694
857
|
"category": "UI",
|
|
@@ -753,12 +916,35 @@
|
|
|
753
916
|
"requires": {}
|
|
754
917
|
}
|
|
755
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
|
+
},
|
|
756
942
|
{
|
|
757
943
|
"name": "content",
|
|
758
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.",
|
|
759
945
|
"repo": "nuxt/content#main",
|
|
760
946
|
"npm": "@nuxt/content",
|
|
761
|
-
"icon": "nuxt.
|
|
947
|
+
"icon": "nuxt.svg",
|
|
762
948
|
"github": "https://github.com/nuxt/content",
|
|
763
949
|
"website": "https://content.nuxtjs.org",
|
|
764
950
|
"learn_more": "",
|
|
@@ -925,11 +1111,11 @@
|
|
|
925
1111
|
}
|
|
926
1112
|
},
|
|
927
1113
|
{
|
|
928
|
-
"name": "datocms",
|
|
929
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
1114
|
+
"name": "datocms-nuxt2",
|
|
1115
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
930
1116
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
931
1117
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
932
|
-
"icon": "datocms.
|
|
1118
|
+
"icon": "datocms.svg",
|
|
933
1119
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
934
1120
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
935
1121
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -946,33 +1132,57 @@
|
|
|
946
1132
|
"requires": {}
|
|
947
1133
|
}
|
|
948
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
|
+
},
|
|
949
1159
|
{
|
|
950
1160
|
"name": "dayjs",
|
|
951
|
-
"description": "
|
|
952
|
-
"repo": "
|
|
953
|
-
"npm": "
|
|
1161
|
+
"description": "Day.js module for Nuxt",
|
|
1162
|
+
"repo": "fumeapp/dayjs",
|
|
1163
|
+
"npm": "dayjs-nuxt",
|
|
954
1164
|
"icon": "day-js.png",
|
|
955
|
-
"github": "https://github.com/
|
|
956
|
-
"website": "https://github.com/
|
|
1165
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1166
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
957
1167
|
"learn_more": "https://day.js.org/",
|
|
958
|
-
"category": "
|
|
959
|
-
"type": "
|
|
1168
|
+
"category": "Libraries",
|
|
1169
|
+
"type": "3rd-party",
|
|
960
1170
|
"maintainers": [
|
|
961
1171
|
{
|
|
962
|
-
"name": "
|
|
963
|
-
"github": "
|
|
964
|
-
"twitter": "
|
|
1172
|
+
"name": "Kevin Olson",
|
|
1173
|
+
"github": "acidjazz",
|
|
1174
|
+
"twitter": "AppFume"
|
|
965
1175
|
}
|
|
966
1176
|
],
|
|
967
1177
|
"compatibility": {
|
|
968
|
-
"nuxt": "^
|
|
1178
|
+
"nuxt": "^3.0.0",
|
|
969
1179
|
"requires": {}
|
|
970
1180
|
}
|
|
971
1181
|
},
|
|
972
1182
|
{
|
|
973
1183
|
"name": "delay-hydration",
|
|
974
1184
|
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
975
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1185
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
976
1186
|
"npm": "nuxt-delay-hydration",
|
|
977
1187
|
"icon": "lighthouse.svg",
|
|
978
1188
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1014,15 +1224,38 @@
|
|
|
1014
1224
|
"requires": {}
|
|
1015
1225
|
}
|
|
1016
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
|
+
},
|
|
1017
1250
|
{
|
|
1018
1251
|
"name": "directus",
|
|
1019
|
-
"description": "Easily connect your
|
|
1252
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1020
1253
|
"repo": "intevel/nuxt-directus",
|
|
1021
1254
|
"npm": "nuxt-directus",
|
|
1022
1255
|
"icon": "directus.svg",
|
|
1023
|
-
"github": "https://github.com/
|
|
1024
|
-
"website": "https://nuxt-directus.
|
|
1025
|
-
"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/",
|
|
1026
1259
|
"category": "CMS",
|
|
1027
1260
|
"type": "3rd-party",
|
|
1028
1261
|
"maintainers": [
|
|
@@ -1033,10 +1266,30 @@
|
|
|
1033
1266
|
}
|
|
1034
1267
|
],
|
|
1035
1268
|
"compatibility": {
|
|
1036
|
-
"nuxt": "^
|
|
1037
|
-
"requires": {
|
|
1038
|
-
|
|
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"
|
|
1039
1288
|
}
|
|
1289
|
+
],
|
|
1290
|
+
"compatibility": {
|
|
1291
|
+
"nuxt": "^3.0.0",
|
|
1292
|
+
"requires": {}
|
|
1040
1293
|
}
|
|
1041
1294
|
},
|
|
1042
1295
|
{
|
|
@@ -1116,6 +1369,28 @@
|
|
|
1116
1369
|
"requires": {}
|
|
1117
1370
|
}
|
|
1118
1371
|
},
|
|
1372
|
+
{
|
|
1373
|
+
"name": "electron",
|
|
1374
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1375
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1376
|
+
"npm": "nuxt-electron",
|
|
1377
|
+
"icon": "electron.svg",
|
|
1378
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1379
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1380
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1381
|
+
"category": "Extensions",
|
|
1382
|
+
"type": "3rd-party",
|
|
1383
|
+
"maintainers": [
|
|
1384
|
+
{
|
|
1385
|
+
"name": "草鞋没号",
|
|
1386
|
+
"github": "caoxiemeihao"
|
|
1387
|
+
}
|
|
1388
|
+
],
|
|
1389
|
+
"compatibility": {
|
|
1390
|
+
"nuxt": "^3.0.0",
|
|
1391
|
+
"requires": {}
|
|
1392
|
+
}
|
|
1393
|
+
},
|
|
1119
1394
|
{
|
|
1120
1395
|
"name": "element-plus",
|
|
1121
1396
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1186,7 +1461,7 @@
|
|
|
1186
1461
|
}
|
|
1187
1462
|
],
|
|
1188
1463
|
"compatibility": {
|
|
1189
|
-
"nuxt": "^2.0.0",
|
|
1464
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1190
1465
|
"requires": {}
|
|
1191
1466
|
}
|
|
1192
1467
|
},
|
|
@@ -1412,6 +1687,29 @@
|
|
|
1412
1687
|
"requires": {}
|
|
1413
1688
|
}
|
|
1414
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
|
+
},
|
|
1415
1713
|
{
|
|
1416
1714
|
"name": "formkit",
|
|
1417
1715
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1545,11 +1843,11 @@
|
|
|
1545
1843
|
{
|
|
1546
1844
|
"name": "google-fonts",
|
|
1547
1845
|
"description": "Google Fonts module for NuxtJS",
|
|
1548
|
-
"repo": "nuxt-
|
|
1846
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1549
1847
|
"npm": "@nuxtjs/google-fonts",
|
|
1550
1848
|
"icon": "google-fonts.png",
|
|
1551
|
-
"github": "https://github.com/nuxt-
|
|
1552
|
-
"website": "https://
|
|
1849
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1850
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1553
1851
|
"learn_more": "https://developers.google.com/fonts",
|
|
1554
1852
|
"category": "Fonts",
|
|
1555
1853
|
"type": "community",
|
|
@@ -1691,6 +1989,30 @@
|
|
|
1691
1989
|
"requires": {}
|
|
1692
1990
|
}
|
|
1693
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
|
+
},
|
|
1694
2016
|
{
|
|
1695
2017
|
"name": "gtm",
|
|
1696
2018
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -1736,6 +2058,28 @@
|
|
|
1736
2058
|
"requires": {}
|
|
1737
2059
|
}
|
|
1738
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
|
+
},
|
|
1739
2083
|
{
|
|
1740
2084
|
"name": "harlem",
|
|
1741
2085
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1971,11 +2315,11 @@
|
|
|
1971
2315
|
{
|
|
1972
2316
|
"name": "i18n",
|
|
1973
2317
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
1974
|
-
"repo": "nuxt-
|
|
2318
|
+
"repo": "nuxt-modules/i18n",
|
|
1975
2319
|
"npm": "@nuxtjs/i18n",
|
|
1976
2320
|
"icon": "i18n.png",
|
|
1977
|
-
"github": "https://github.com/nuxt-
|
|
1978
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2321
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2322
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
1979
2323
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
1980
2324
|
"category": "Extensions",
|
|
1981
2325
|
"type": "community",
|
|
@@ -1994,6 +2338,28 @@
|
|
|
1994
2338
|
"requires": {}
|
|
1995
2339
|
}
|
|
1996
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
|
+
},
|
|
1997
2363
|
{
|
|
1998
2364
|
"name": "icon",
|
|
1999
2365
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2067,7 +2433,7 @@
|
|
|
2067
2433
|
"npm": "@nuxt/image",
|
|
2068
2434
|
"icon": "image.png",
|
|
2069
2435
|
"github": "https://github.com/nuxt/image",
|
|
2070
|
-
"website": "https://image.
|
|
2436
|
+
"website": "https://image.nuxt.com",
|
|
2071
2437
|
"learn_more": "",
|
|
2072
2438
|
"category": "Images",
|
|
2073
2439
|
"type": "official",
|
|
@@ -2077,6 +2443,11 @@
|
|
|
2077
2443
|
"github": "farnabaz",
|
|
2078
2444
|
"twitter": "a_birang"
|
|
2079
2445
|
},
|
|
2446
|
+
{
|
|
2447
|
+
"name": "Daniel Roe",
|
|
2448
|
+
"github": "danielroe",
|
|
2449
|
+
"twitter": "danielcroe"
|
|
2450
|
+
},
|
|
2080
2451
|
{
|
|
2081
2452
|
"name": "Pooya Parsa",
|
|
2082
2453
|
"github": "pi0",
|
|
@@ -2120,12 +2491,12 @@
|
|
|
2120
2491
|
{
|
|
2121
2492
|
"name": "inkline",
|
|
2122
2493
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2123
|
-
"repo": "inkline/
|
|
2124
|
-
"npm": "@inkline/
|
|
2494
|
+
"repo": "inkline/plugin",
|
|
2495
|
+
"npm": "@inkline/plugin",
|
|
2125
2496
|
"icon": "inkline.svg",
|
|
2126
|
-
"github": "https://github.com/inkline/
|
|
2497
|
+
"github": "https://github.com/inkline/plugin",
|
|
2127
2498
|
"website": "https://inkline.io",
|
|
2128
|
-
"learn_more": "https://inkline.io/docs/
|
|
2499
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2129
2500
|
"category": "UI",
|
|
2130
2501
|
"type": "3rd-party",
|
|
2131
2502
|
"maintainers": [
|
|
@@ -2345,13 +2716,13 @@
|
|
|
2345
2716
|
},
|
|
2346
2717
|
{
|
|
2347
2718
|
"name": "link-checker",
|
|
2348
|
-
"description": "",
|
|
2719
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2349
2720
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2350
2721
|
"npm": "nuxt-link-checker",
|
|
2351
|
-
"icon": "",
|
|
2722
|
+
"icon": "link-checker.svg",
|
|
2352
2723
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2353
|
-
"website": "https://
|
|
2354
|
-
"learn_more": "",
|
|
2724
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2725
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2355
2726
|
"category": "SEO",
|
|
2356
2727
|
"type": "3rd-party",
|
|
2357
2728
|
"maintainers": [
|
|
@@ -2462,6 +2833,32 @@
|
|
|
2462
2833
|
"requires": {}
|
|
2463
2834
|
}
|
|
2464
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
|
+
},
|
|
2465
2862
|
{
|
|
2466
2863
|
"name": "lunr",
|
|
2467
2864
|
"description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
|
|
@@ -2575,6 +2972,31 @@
|
|
|
2575
2972
|
"requires": {}
|
|
2576
2973
|
}
|
|
2577
2974
|
},
|
|
2975
|
+
{
|
|
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
|
+
},
|
|
2578
3000
|
{
|
|
2579
3001
|
"name": "meilisearch",
|
|
2580
3002
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2644,6 +3066,29 @@
|
|
|
2644
3066
|
"requires": {}
|
|
2645
3067
|
}
|
|
2646
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
|
+
},
|
|
2647
3092
|
{
|
|
2648
3093
|
"name": "moment",
|
|
2649
3094
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2832,6 +3277,50 @@
|
|
|
2832
3277
|
"requires": {}
|
|
2833
3278
|
}
|
|
2834
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
|
+
},
|
|
2835
3324
|
{
|
|
2836
3325
|
"name": "nuxt-auth",
|
|
2837
3326
|
"description": "",
|
|
@@ -2854,6 +3343,120 @@
|
|
|
2854
3343
|
"requires": {}
|
|
2855
3344
|
}
|
|
2856
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
|
+
},
|
|
2857
3460
|
{
|
|
2858
3461
|
"name": "nuxt-graphql-middleware",
|
|
2859
3462
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2905,6 +3508,28 @@
|
|
|
2905
3508
|
"requires": {}
|
|
2906
3509
|
}
|
|
2907
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
|
+
},
|
|
2908
3533
|
{
|
|
2909
3534
|
"name": "nuxt-hue",
|
|
2910
3535
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2975,6 +3600,50 @@
|
|
|
2975
3600
|
"requires": {}
|
|
2976
3601
|
}
|
|
2977
3602
|
},
|
|
3603
|
+
{
|
|
3604
|
+
"name": "nuxt-mapbox",
|
|
3605
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3606
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3607
|
+
"npm": "nuxt-mapbox",
|
|
3608
|
+
"icon": "nuxt-mapbox.svg",
|
|
3609
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3610
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3611
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3612
|
+
"category": "Libraries",
|
|
3613
|
+
"type": "3rd-party",
|
|
3614
|
+
"maintainers": [
|
|
3615
|
+
{
|
|
3616
|
+
"name": "Alex Lavoie",
|
|
3617
|
+
"github": "AlexLavoie42"
|
|
3618
|
+
}
|
|
3619
|
+
],
|
|
3620
|
+
"compatibility": {
|
|
3621
|
+
"nuxt": "^3.0.0",
|
|
3622
|
+
"requires": {}
|
|
3623
|
+
}
|
|
3624
|
+
},
|
|
3625
|
+
{
|
|
3626
|
+
"name": "nuxt-mdi",
|
|
3627
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3628
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3629
|
+
"npm": "nuxt-mdi",
|
|
3630
|
+
"icon": "mdi.png",
|
|
3631
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3632
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3633
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3634
|
+
"category": "Libraries",
|
|
3635
|
+
"type": "3rd-party",
|
|
3636
|
+
"maintainers": [
|
|
3637
|
+
{
|
|
3638
|
+
"name": "Emil Rosenius",
|
|
3639
|
+
"github": "ERPedersen"
|
|
3640
|
+
}
|
|
3641
|
+
],
|
|
3642
|
+
"compatibility": {
|
|
3643
|
+
"nuxt": "^3.0.0",
|
|
3644
|
+
"requires": {}
|
|
3645
|
+
}
|
|
3646
|
+
},
|
|
2978
3647
|
{
|
|
2979
3648
|
"name": "nuxt-monaco-editor",
|
|
2980
3649
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -2997,6 +3666,73 @@
|
|
|
2997
3666
|
"requires": {}
|
|
2998
3667
|
}
|
|
2999
3668
|
},
|
|
3669
|
+
{
|
|
3670
|
+
"name": "nuxt-mongoose",
|
|
3671
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3672
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3673
|
+
"npm": "nuxt-mongoose",
|
|
3674
|
+
"icon": "nuxt-mongoose.svg",
|
|
3675
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3676
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3677
|
+
"learn_more": "",
|
|
3678
|
+
"category": "Database",
|
|
3679
|
+
"type": "3rd-party",
|
|
3680
|
+
"maintainers": [
|
|
3681
|
+
{
|
|
3682
|
+
"name": "arashsheyda",
|
|
3683
|
+
"github": "arashsheyda"
|
|
3684
|
+
}
|
|
3685
|
+
],
|
|
3686
|
+
"compatibility": {
|
|
3687
|
+
"nuxt": "^3.0.0",
|
|
3688
|
+
"requires": {}
|
|
3689
|
+
}
|
|
3690
|
+
},
|
|
3691
|
+
{
|
|
3692
|
+
"name": "nuxt-pdf",
|
|
3693
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
3694
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3695
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
3696
|
+
"icon": "nuxt-pdf.png",
|
|
3697
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
3698
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
3699
|
+
"learn_more": "https://github.com/sidebase",
|
|
3700
|
+
"category": "Extensions",
|
|
3701
|
+
"type": "3rd-party",
|
|
3702
|
+
"maintainers": [
|
|
3703
|
+
{
|
|
3704
|
+
"name": "sidebase",
|
|
3705
|
+
"github": "sidebase",
|
|
3706
|
+
"twitter": "sidebase_io"
|
|
3707
|
+
}
|
|
3708
|
+
],
|
|
3709
|
+
"compatibility": {
|
|
3710
|
+
"nuxt": "^3.0.0",
|
|
3711
|
+
"requires": {}
|
|
3712
|
+
}
|
|
3713
|
+
},
|
|
3714
|
+
{
|
|
3715
|
+
"name": "nuxt-phosphor-icons",
|
|
3716
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3717
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3718
|
+
"npm": "nuxt-phosphor-icons",
|
|
3719
|
+
"icon": "phosphor-icons.svg",
|
|
3720
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3721
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3722
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3723
|
+
"category": "UI",
|
|
3724
|
+
"type": "3rd-party",
|
|
3725
|
+
"maintainers": [
|
|
3726
|
+
{
|
|
3727
|
+
"name": "OyewoleOyedeji",
|
|
3728
|
+
"github": "OyewoleOyedeji"
|
|
3729
|
+
}
|
|
3730
|
+
],
|
|
3731
|
+
"compatibility": {
|
|
3732
|
+
"nuxt": "^3.0.0",
|
|
3733
|
+
"requires": {}
|
|
3734
|
+
}
|
|
3735
|
+
},
|
|
3000
3736
|
{
|
|
3001
3737
|
"name": "nuxt-pino-log",
|
|
3002
3738
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3041,6 +3777,32 @@
|
|
|
3041
3777
|
"requires": {}
|
|
3042
3778
|
}
|
|
3043
3779
|
},
|
|
3780
|
+
{
|
|
3781
|
+
"name": "nuxt-plotly",
|
|
3782
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
|
|
3783
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3784
|
+
"npm": "nuxt-plotly",
|
|
3785
|
+
"icon": "nuxt-plotly.svg",
|
|
3786
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3787
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3788
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3789
|
+
"category": "Libraries",
|
|
3790
|
+
"type": "3rd-party",
|
|
3791
|
+
"maintainers": [
|
|
3792
|
+
{
|
|
3793
|
+
"name": "Supanut Dokmaithong",
|
|
3794
|
+
"github": "Boomgeek"
|
|
3795
|
+
},
|
|
3796
|
+
{
|
|
3797
|
+
"name": "superdev-tech",
|
|
3798
|
+
"github": "superdev-tech"
|
|
3799
|
+
}
|
|
3800
|
+
],
|
|
3801
|
+
"compatibility": {
|
|
3802
|
+
"nuxt": "^3.0.0",
|
|
3803
|
+
"requires": {}
|
|
3804
|
+
}
|
|
3805
|
+
},
|
|
3044
3806
|
{
|
|
3045
3807
|
"name": "nuxt-png-to-ico",
|
|
3046
3808
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -3253,12 +4015,12 @@
|
|
|
3253
4015
|
{
|
|
3254
4016
|
"name": "nuxt-vue3-google-signin",
|
|
3255
4017
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3256
|
-
"repo": "
|
|
4018
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3257
4019
|
"npm": "nuxt-vue3-google-signin",
|
|
3258
4020
|
"icon": "vue3-google-signin.svg",
|
|
3259
|
-
"github": "https://github.com/
|
|
3260
|
-
"website": "https://vue3-google-signin.
|
|
3261
|
-
"learn_more": "https://vue3-google-signin.
|
|
4021
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4022
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4023
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3262
4024
|
"category": "Libraries",
|
|
3263
4025
|
"type": "3rd-party",
|
|
3264
4026
|
"maintainers": [
|
|
@@ -3273,37 +4035,81 @@
|
|
|
3273
4035
|
}
|
|
3274
4036
|
},
|
|
3275
4037
|
{
|
|
3276
|
-
"name": "
|
|
3277
|
-
"description": "
|
|
3278
|
-
"repo": "nuxt-
|
|
3279
|
-
"npm": "
|
|
3280
|
-
"icon": "",
|
|
3281
|
-
"github": "https://github.com/nuxt-
|
|
3282
|
-
"website": "https://github.
|
|
3283
|
-
"learn_more": "https://
|
|
4038
|
+
"name": "nuxt-vuetify",
|
|
4039
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
|
|
4040
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
4041
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
4042
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
4043
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
4044
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
4045
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3284
4046
|
"category": "UI",
|
|
3285
|
-
"type": "
|
|
4047
|
+
"type": "3rd-party",
|
|
3286
4048
|
"maintainers": [
|
|
3287
4049
|
{
|
|
3288
|
-
"name": "
|
|
3289
|
-
"github": "
|
|
3290
|
-
"twitter": "_pi0_"
|
|
4050
|
+
"name": "Jens van Hellemondt",
|
|
4051
|
+
"github": "invictus-codes"
|
|
3291
4052
|
}
|
|
3292
4053
|
],
|
|
3293
4054
|
"compatibility": {
|
|
3294
|
-
"nuxt": "^
|
|
4055
|
+
"nuxt": "^3.0.0",
|
|
3295
4056
|
"requires": {}
|
|
3296
4057
|
}
|
|
3297
4058
|
},
|
|
3298
4059
|
{
|
|
3299
|
-
"name": "
|
|
3300
|
-
"description": "
|
|
4060
|
+
"name": "nuxt3-leaflet",
|
|
4061
|
+
"description": "Leaflet integration with Nuxt",
|
|
4062
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4063
|
+
"npm": "nuxt3-leaflet",
|
|
4064
|
+
"icon": "leaflet.png",
|
|
4065
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4066
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4067
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4068
|
+
"category": "Libraries",
|
|
4069
|
+
"type": "3rd-party",
|
|
4070
|
+
"maintainers": [
|
|
4071
|
+
{
|
|
4072
|
+
"name": "Augustin MERCIER",
|
|
4073
|
+
"github": "Gugustinette"
|
|
4074
|
+
}
|
|
4075
|
+
],
|
|
4076
|
+
"compatibility": {
|
|
4077
|
+
"nuxt": "^3.0.0",
|
|
4078
|
+
"requires": {}
|
|
4079
|
+
}
|
|
4080
|
+
},
|
|
4081
|
+
{
|
|
4082
|
+
"name": "nuxt7",
|
|
4083
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
4084
|
+
"repo": "nuxt-community/nuxt7",
|
|
4085
|
+
"npm": "nuxt7",
|
|
4086
|
+
"icon": "",
|
|
4087
|
+
"github": "https://github.com/nuxt-community/nuxt7",
|
|
4088
|
+
"website": "https://github.com/nuxt-community/nuxt7",
|
|
4089
|
+
"learn_more": "https://framework7.io/",
|
|
4090
|
+
"category": "UI",
|
|
4091
|
+
"type": "community",
|
|
4092
|
+
"maintainers": [
|
|
4093
|
+
{
|
|
4094
|
+
"name": "Pooya Parsa",
|
|
4095
|
+
"github": "pi0",
|
|
4096
|
+
"twitter": "_pi0_"
|
|
4097
|
+
}
|
|
4098
|
+
],
|
|
4099
|
+
"compatibility": {
|
|
4100
|
+
"nuxt": "^2.0.0",
|
|
4101
|
+
"requires": {}
|
|
4102
|
+
}
|
|
4103
|
+
},
|
|
4104
|
+
{
|
|
4105
|
+
"name": "og-image",
|
|
4106
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3301
4107
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3302
4108
|
"npm": "nuxt-og-image",
|
|
3303
|
-
"icon": "",
|
|
4109
|
+
"icon": "og-image.svg",
|
|
3304
4110
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3305
|
-
"website": "https://
|
|
3306
|
-
"learn_more": "",
|
|
4111
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4112
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3307
4113
|
"category": "SEO",
|
|
3308
4114
|
"type": "3rd-party",
|
|
3309
4115
|
"maintainers": [
|
|
@@ -3409,6 +4215,29 @@
|
|
|
3409
4215
|
"requires": {}
|
|
3410
4216
|
}
|
|
3411
4217
|
},
|
|
4218
|
+
{
|
|
4219
|
+
"name": "particles",
|
|
4220
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4221
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4222
|
+
"npm": "nuxt-particles",
|
|
4223
|
+
"icon": "",
|
|
4224
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4225
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4226
|
+
"learn_more": "https://particles.js.org/",
|
|
4227
|
+
"category": "Libraries",
|
|
4228
|
+
"type": "3rd-party",
|
|
4229
|
+
"maintainers": [
|
|
4230
|
+
{
|
|
4231
|
+
"name": "Joey Pereira",
|
|
4232
|
+
"github": "Joepocalyptic",
|
|
4233
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4234
|
+
}
|
|
4235
|
+
],
|
|
4236
|
+
"compatibility": {
|
|
4237
|
+
"nuxt": "^3.0.0",
|
|
4238
|
+
"requires": {}
|
|
4239
|
+
}
|
|
4240
|
+
},
|
|
3412
4241
|
{
|
|
3413
4242
|
"name": "partytown",
|
|
3414
4243
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3434,6 +4263,30 @@
|
|
|
3434
4263
|
}
|
|
3435
4264
|
}
|
|
3436
4265
|
},
|
|
4266
|
+
{
|
|
4267
|
+
"name": "pdfeasy",
|
|
4268
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4269
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4270
|
+
"npm": "nuxt-pdfeasy",
|
|
4271
|
+
"icon": "pdfeasy.png",
|
|
4272
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4273
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4274
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4275
|
+
"category": "Extensions",
|
|
4276
|
+
"type": "3rd-party",
|
|
4277
|
+
"maintainers": [
|
|
4278
|
+
{
|
|
4279
|
+
"name": "Giovane Cardoso",
|
|
4280
|
+
"github": "novout",
|
|
4281
|
+
"twitter": "novoutttttt",
|
|
4282
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4283
|
+
}
|
|
4284
|
+
],
|
|
4285
|
+
"compatibility": {
|
|
4286
|
+
"nuxt": "^3.0.0",
|
|
4287
|
+
"requires": {}
|
|
4288
|
+
}
|
|
4289
|
+
},
|
|
3437
4290
|
{
|
|
3438
4291
|
"name": "persian-datepicker",
|
|
3439
4292
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3573,6 +4426,30 @@
|
|
|
3573
4426
|
"requires": {}
|
|
3574
4427
|
}
|
|
3575
4428
|
},
|
|
4429
|
+
{
|
|
4430
|
+
"name": "prepare",
|
|
4431
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4432
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4433
|
+
"npm": "nuxt-prepare",
|
|
4434
|
+
"icon": "nuxt-prepare.svg",
|
|
4435
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4436
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4437
|
+
"learn_more": "",
|
|
4438
|
+
"category": "Devtools",
|
|
4439
|
+
"type": "3rd-party",
|
|
4440
|
+
"maintainers": [
|
|
4441
|
+
{
|
|
4442
|
+
"name": "Johann Schopplich",
|
|
4443
|
+
"github": "johannschopplich",
|
|
4444
|
+
"twitter": "jschopplich",
|
|
4445
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4446
|
+
}
|
|
4447
|
+
],
|
|
4448
|
+
"compatibility": {
|
|
4449
|
+
"nuxt": "^3.0.0",
|
|
4450
|
+
"requires": {}
|
|
4451
|
+
}
|
|
4452
|
+
},
|
|
3576
4453
|
{
|
|
3577
4454
|
"name": "prismic",
|
|
3578
4455
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
@@ -3601,11 +4478,11 @@
|
|
|
3601
4478
|
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3602
4479
|
"repo": "artmizu/nuxt-prometheus",
|
|
3603
4480
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3604
|
-
"icon": "",
|
|
4481
|
+
"icon": "prometheus.svg",
|
|
3605
4482
|
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3606
4483
|
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3607
4484
|
"learn_more": "",
|
|
3608
|
-
"category": "
|
|
4485
|
+
"category": "Monitoring",
|
|
3609
4486
|
"type": "3rd-party",
|
|
3610
4487
|
"maintainers": [
|
|
3611
4488
|
{
|
|
@@ -3614,7 +4491,7 @@
|
|
|
3614
4491
|
}
|
|
3615
4492
|
],
|
|
3616
4493
|
"compatibility": {
|
|
3617
|
-
"nuxt": "^
|
|
4494
|
+
"nuxt": "^3.0.0",
|
|
3618
4495
|
"requires": {}
|
|
3619
4496
|
}
|
|
3620
4497
|
},
|
|
@@ -3755,6 +4632,50 @@
|
|
|
3755
4632
|
"requires": {}
|
|
3756
4633
|
}
|
|
3757
4634
|
},
|
|
4635
|
+
{
|
|
4636
|
+
"name": "quasar",
|
|
4637
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4638
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4639
|
+
"npm": "nuxt-quasar-ui",
|
|
4640
|
+
"icon": "quasar.svg",
|
|
4641
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4642
|
+
"website": "https://quasar.dev/",
|
|
4643
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4644
|
+
"category": "UI",
|
|
4645
|
+
"type": "3rd-party",
|
|
4646
|
+
"maintainers": [
|
|
4647
|
+
{
|
|
4648
|
+
"name": "Ege İliklier",
|
|
4649
|
+
"github": "Maiquu"
|
|
4650
|
+
}
|
|
4651
|
+
],
|
|
4652
|
+
"compatibility": {
|
|
4653
|
+
"nuxt": "^3.0.0",
|
|
4654
|
+
"requires": {}
|
|
4655
|
+
}
|
|
4656
|
+
},
|
|
4657
|
+
{
|
|
4658
|
+
"name": "radash",
|
|
4659
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4660
|
+
"repo": "bbg/nuxt-radash",
|
|
4661
|
+
"npm": "nuxt-radash",
|
|
4662
|
+
"icon": "radash.png",
|
|
4663
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4664
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4665
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4666
|
+
"category": "Libraries",
|
|
4667
|
+
"type": "3rd-party",
|
|
4668
|
+
"maintainers": [
|
|
4669
|
+
{
|
|
4670
|
+
"name": "Batuhan Göksu",
|
|
4671
|
+
"github": "bbg"
|
|
4672
|
+
}
|
|
4673
|
+
],
|
|
4674
|
+
"compatibility": {
|
|
4675
|
+
"nuxt": "^3.0.0",
|
|
4676
|
+
"requires": {}
|
|
4677
|
+
}
|
|
4678
|
+
},
|
|
3758
4679
|
{
|
|
3759
4680
|
"name": "recaptcha",
|
|
3760
4681
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -3825,11 +4746,11 @@
|
|
|
3825
4746
|
{
|
|
3826
4747
|
"name": "robots",
|
|
3827
4748
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
3828
|
-
"repo": "nuxt-
|
|
4749
|
+
"repo": "nuxt-modules/robots",
|
|
3829
4750
|
"npm": "@nuxtjs/robots",
|
|
3830
4751
|
"icon": "robots.png",
|
|
3831
|
-
"github": "https://github.com/nuxt-
|
|
3832
|
-
"website": "https://github.com/nuxt-
|
|
4752
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4753
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
3833
4754
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
3834
4755
|
"category": "SEO",
|
|
3835
4756
|
"type": "community",
|
|
@@ -3941,13 +4862,13 @@
|
|
|
3941
4862
|
},
|
|
3942
4863
|
{
|
|
3943
4864
|
"name": "schema-org",
|
|
3944
|
-
"description": "Schema.org for Nuxt
|
|
3945
|
-
"repo": "
|
|
4865
|
+
"description": "Schema.org for Nuxt.",
|
|
4866
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
3946
4867
|
"npm": "nuxt-schema-org",
|
|
3947
4868
|
"icon": "schema-org.svg",
|
|
3948
|
-
"github": "https://github.com/
|
|
3949
|
-
"website": "https://
|
|
3950
|
-
"learn_more": "https://
|
|
4869
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
4870
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
4871
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
3951
4872
|
"category": "SEO",
|
|
3952
4873
|
"type": "3rd-party",
|
|
3953
4874
|
"maintainers": [
|
|
@@ -4035,7 +4956,7 @@
|
|
|
4035
4956
|
"description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
|
|
4036
4957
|
"repo": "nuxt-community/sentry-module",
|
|
4037
4958
|
"npm": "@nuxtjs/sentry",
|
|
4038
|
-
"icon": "sentry.
|
|
4959
|
+
"icon": "sentry.svg",
|
|
4039
4960
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4040
4961
|
"website": "https://sentry.nuxtjs.org/",
|
|
4041
4962
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4052,14 +4973,38 @@
|
|
|
4052
4973
|
"requires": {}
|
|
4053
4974
|
}
|
|
4054
4975
|
},
|
|
4976
|
+
{
|
|
4977
|
+
"name": "seo-experiments",
|
|
4978
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
4979
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
4980
|
+
"npm": "nuxt-seo-experiments",
|
|
4981
|
+
"icon": "seo-experiments.svg",
|
|
4982
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
4983
|
+
"website": "https://nuxtseo.com/experiments",
|
|
4984
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
4985
|
+
"category": "SEO",
|
|
4986
|
+
"type": "3rd-party",
|
|
4987
|
+
"maintainers": [
|
|
4988
|
+
{
|
|
4989
|
+
"name": "Harlan Wilton",
|
|
4990
|
+
"github": "harlan-zw",
|
|
4991
|
+
"twitter": "harlan_zw",
|
|
4992
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4993
|
+
}
|
|
4994
|
+
],
|
|
4995
|
+
"compatibility": {
|
|
4996
|
+
"nuxt": "^3.0.0",
|
|
4997
|
+
"requires": {}
|
|
4998
|
+
}
|
|
4999
|
+
},
|
|
4055
5000
|
{
|
|
4056
5001
|
"name": "seo-kit",
|
|
4057
|
-
"description": "
|
|
4058
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4059
|
-
"npm": "nuxt-seo-kit
|
|
5002
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5003
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
5004
|
+
"npm": "nuxt-seo-kit",
|
|
4060
5005
|
"icon": "seo-kit.svg",
|
|
4061
5006
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4062
|
-
"website": "https://
|
|
5007
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4063
5008
|
"learn_more": "",
|
|
4064
5009
|
"category": "SEO",
|
|
4065
5010
|
"type": "3rd-party",
|
|
@@ -4142,6 +5087,29 @@
|
|
|
4142
5087
|
"requires": {}
|
|
4143
5088
|
}
|
|
4144
5089
|
},
|
|
5090
|
+
{
|
|
5091
|
+
"name": "server-block",
|
|
5092
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5093
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
5094
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5095
|
+
"icon": "server-block.svg",
|
|
5096
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5097
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5098
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5099
|
+
"category": "Extensions",
|
|
5100
|
+
"type": "3rd-party",
|
|
5101
|
+
"maintainers": [
|
|
5102
|
+
{
|
|
5103
|
+
"name": "Hebilicious",
|
|
5104
|
+
"github": "Hebilicious",
|
|
5105
|
+
"twitter": "its_hebilicious"
|
|
5106
|
+
}
|
|
5107
|
+
],
|
|
5108
|
+
"compatibility": {
|
|
5109
|
+
"nuxt": "^3.0.0",
|
|
5110
|
+
"requires": {}
|
|
5111
|
+
}
|
|
5112
|
+
},
|
|
4145
5113
|
{
|
|
4146
5114
|
"name": "session",
|
|
4147
5115
|
"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",
|
|
@@ -4234,13 +5202,13 @@
|
|
|
4234
5202
|
},
|
|
4235
5203
|
{
|
|
4236
5204
|
"name": "simple-robots",
|
|
4237
|
-
"description": "
|
|
5205
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4238
5206
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4239
5207
|
"npm": "nuxt-simple-robots",
|
|
4240
|
-
"icon": "",
|
|
5208
|
+
"icon": "simple-robots.svg",
|
|
4241
5209
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4242
|
-
"website": "https://
|
|
4243
|
-
"learn_more": "",
|
|
5210
|
+
"website": "https://nuxtseo.com/robots",
|
|
5211
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4244
5212
|
"category": "SEO",
|
|
4245
5213
|
"type": "3rd-party",
|
|
4246
5214
|
"maintainers": [
|
|
@@ -4258,13 +5226,13 @@
|
|
|
4258
5226
|
},
|
|
4259
5227
|
{
|
|
4260
5228
|
"name": "simple-sitemap",
|
|
4261
|
-
"description": "
|
|
5229
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4262
5230
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4263
5231
|
"npm": "nuxt-simple-sitemap",
|
|
4264
|
-
"icon": "",
|
|
5232
|
+
"icon": "simple-sitemap.svg",
|
|
4265
5233
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4266
|
-
"website": "https://
|
|
4267
|
-
"learn_more": "",
|
|
5234
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5235
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4268
5236
|
"category": "SEO",
|
|
4269
5237
|
"type": "3rd-party",
|
|
4270
5238
|
"maintainers": [
|
|
@@ -4303,26 +5271,48 @@
|
|
|
4303
5271
|
"requires": {}
|
|
4304
5272
|
}
|
|
4305
5273
|
},
|
|
5274
|
+
{
|
|
5275
|
+
"name": "snackbar",
|
|
5276
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
5277
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
5278
|
+
"npm": "nuxt-snackbar",
|
|
5279
|
+
"icon": "snackbar.png",
|
|
5280
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5281
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5282
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
5283
|
+
"category": "UI",
|
|
5284
|
+
"type": "3rd-party",
|
|
5285
|
+
"maintainers": [
|
|
5286
|
+
{
|
|
5287
|
+
"name": "modbender",
|
|
5288
|
+
"github": "modbender"
|
|
5289
|
+
}
|
|
5290
|
+
],
|
|
5291
|
+
"compatibility": {
|
|
5292
|
+
"nuxt": "^3.0.0",
|
|
5293
|
+
"requires": {}
|
|
5294
|
+
}
|
|
5295
|
+
},
|
|
4306
5296
|
{
|
|
4307
5297
|
"name": "snipcart",
|
|
4308
5298
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4309
|
-
"repo": "nuxt-
|
|
5299
|
+
"repo": "nuxt-modules/snipcart",
|
|
4310
5300
|
"npm": "@nuxtjs/snipcart",
|
|
4311
5301
|
"icon": "snipcart.png",
|
|
4312
|
-
"github": "https://github.com/nuxt-
|
|
4313
|
-
"website": "https://github.com/nuxt-
|
|
4314
|
-
"learn_more": "",
|
|
4315
|
-
"category": "
|
|
5302
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
5303
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
5304
|
+
"learn_more": "https://snipcart.com",
|
|
5305
|
+
"category": "Ecommerce",
|
|
4316
5306
|
"type": "community",
|
|
4317
5307
|
"maintainers": [
|
|
4318
5308
|
{
|
|
4319
5309
|
"name": "Florent GIRAUD",
|
|
4320
|
-
"github": "
|
|
4321
|
-
"twitter": "
|
|
5310
|
+
"github": "flozero",
|
|
5311
|
+
"twitter": "flozeroo"
|
|
4322
5312
|
}
|
|
4323
5313
|
],
|
|
4324
5314
|
"compatibility": {
|
|
4325
|
-
"nuxt": "^2.0.0",
|
|
5315
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4326
5316
|
"requires": {}
|
|
4327
5317
|
}
|
|
4328
5318
|
},
|
|
@@ -4569,10 +5559,10 @@
|
|
|
4569
5559
|
{
|
|
4570
5560
|
"name": "strapi",
|
|
4571
5561
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4572
|
-
"repo": "nuxt-
|
|
5562
|
+
"repo": "nuxt-modules/strapi",
|
|
4573
5563
|
"npm": "@nuxtjs/strapi",
|
|
4574
5564
|
"icon": "strapi.png",
|
|
4575
|
-
"github": "https://github.com/nuxt-
|
|
5565
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4576
5566
|
"website": "https://strapi.nuxtjs.org",
|
|
4577
5567
|
"learn_more": "https://strapi.io/",
|
|
4578
5568
|
"category": "CMS",
|
|
@@ -4596,6 +5586,32 @@
|
|
|
4596
5586
|
}
|
|
4597
5587
|
}
|
|
4598
5588
|
},
|
|
5589
|
+
{
|
|
5590
|
+
"name": "stripe-next",
|
|
5591
|
+
"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.",
|
|
5592
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5593
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5594
|
+
"icon": "stripe.png",
|
|
5595
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5596
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5597
|
+
"learn_more": "https://stripe.com/docs",
|
|
5598
|
+
"category": "Payment",
|
|
5599
|
+
"type": "3rd-party",
|
|
5600
|
+
"maintainers": [
|
|
5601
|
+
{
|
|
5602
|
+
"name": "Loic Fuentes",
|
|
5603
|
+
"github": "fuentesloic"
|
|
5604
|
+
},
|
|
5605
|
+
{
|
|
5606
|
+
"name": "Florent Giraud",
|
|
5607
|
+
"github": "flozero"
|
|
5608
|
+
}
|
|
5609
|
+
],
|
|
5610
|
+
"compatibility": {
|
|
5611
|
+
"nuxt": "^3.0.0",
|
|
5612
|
+
"requires": {}
|
|
5613
|
+
}
|
|
5614
|
+
},
|
|
4599
5615
|
{
|
|
4600
5616
|
"name": "stripe",
|
|
4601
5617
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -4659,7 +5675,7 @@
|
|
|
4659
5675
|
}
|
|
4660
5676
|
],
|
|
4661
5677
|
"compatibility": {
|
|
4662
|
-
"nuxt": "^2.0.0",
|
|
5678
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4663
5679
|
"requires": {}
|
|
4664
5680
|
}
|
|
4665
5681
|
},
|
|
@@ -4689,10 +5705,10 @@
|
|
|
4689
5705
|
{
|
|
4690
5706
|
"name": "supabase",
|
|
4691
5707
|
"description": "First class integration with Supabase",
|
|
4692
|
-
"repo": "nuxt-
|
|
5708
|
+
"repo": "nuxt-modules/supabase",
|
|
4693
5709
|
"npm": "@nuxtjs/supabase",
|
|
4694
5710
|
"icon": "supabase.png",
|
|
4695
|
-
"github": "https://github.com/nuxt-
|
|
5711
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4696
5712
|
"website": "https://supabase.nuxtjs.org",
|
|
4697
5713
|
"learn_more": "https://supabase.com",
|
|
4698
5714
|
"category": "Database",
|
|
@@ -4830,13 +5846,36 @@
|
|
|
4830
5846
|
"requires": {}
|
|
4831
5847
|
}
|
|
4832
5848
|
},
|
|
5849
|
+
{
|
|
5850
|
+
"name": "tailvue",
|
|
5851
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
5852
|
+
"repo": "fumeapp/tailvue",
|
|
5853
|
+
"npm": "tailvue",
|
|
5854
|
+
"icon": "tailvue.jpg",
|
|
5855
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
5856
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
5857
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
5858
|
+
"category": "UI",
|
|
5859
|
+
"type": "3rd-party",
|
|
5860
|
+
"maintainers": [
|
|
5861
|
+
{
|
|
5862
|
+
"name": "Kevin Olson",
|
|
5863
|
+
"github": "acidjazz",
|
|
5864
|
+
"twitter": "AppFume"
|
|
5865
|
+
}
|
|
5866
|
+
],
|
|
5867
|
+
"compatibility": {
|
|
5868
|
+
"nuxt": "^3.0.0",
|
|
5869
|
+
"requires": {}
|
|
5870
|
+
}
|
|
5871
|
+
},
|
|
4833
5872
|
{
|
|
4834
5873
|
"name": "tailwindcss",
|
|
4835
5874
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
4836
|
-
"repo": "nuxt-
|
|
5875
|
+
"repo": "nuxt-modules/tailwindcss-module",
|
|
4837
5876
|
"npm": "@nuxtjs/tailwindcss",
|
|
4838
5877
|
"icon": "tailwindcss.png",
|
|
4839
|
-
"github": "https://github.com/nuxt-
|
|
5878
|
+
"github": "https://github.com/nuxt-modules/tailwindcss-module",
|
|
4840
5879
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
4841
5880
|
"learn_more": "https://tailwindcss.com/",
|
|
4842
5881
|
"category": "UI",
|
|
@@ -4846,6 +5885,10 @@
|
|
|
4846
5885
|
"name": "Sébastien Chopin",
|
|
4847
5886
|
"github": "Atinux",
|
|
4848
5887
|
"twitter": "Atinux"
|
|
5888
|
+
},
|
|
5889
|
+
{
|
|
5890
|
+
"name": "Inesh Bose",
|
|
5891
|
+
"github": "ineshbose"
|
|
4849
5892
|
}
|
|
4850
5893
|
],
|
|
4851
5894
|
"compatibility": {
|
|
@@ -4876,6 +5919,28 @@
|
|
|
4876
5919
|
"requires": {}
|
|
4877
5920
|
}
|
|
4878
5921
|
},
|
|
5922
|
+
{
|
|
5923
|
+
"name": "time",
|
|
5924
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5925
|
+
"repo": "danielroe/nuxt-time",
|
|
5926
|
+
"npm": "nuxt-time",
|
|
5927
|
+
"icon": "",
|
|
5928
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5929
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5930
|
+
"learn_more": "",
|
|
5931
|
+
"category": "Extensions",
|
|
5932
|
+
"type": "3rd-party",
|
|
5933
|
+
"maintainers": [
|
|
5934
|
+
{
|
|
5935
|
+
"name": "danielroe",
|
|
5936
|
+
"github": "danielroe"
|
|
5937
|
+
}
|
|
5938
|
+
],
|
|
5939
|
+
"compatibility": {
|
|
5940
|
+
"nuxt": "^3.0.0",
|
|
5941
|
+
"requires": {}
|
|
5942
|
+
}
|
|
5943
|
+
},
|
|
4879
5944
|
{
|
|
4880
5945
|
"name": "toast",
|
|
4881
5946
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -4899,6 +5964,39 @@
|
|
|
4899
5964
|
"requires": {}
|
|
4900
5965
|
}
|
|
4901
5966
|
},
|
|
5967
|
+
{
|
|
5968
|
+
"name": "tresjs",
|
|
5969
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
5970
|
+
"repo": "tresjs/nuxt",
|
|
5971
|
+
"npm": "@tresjs/nuxt",
|
|
5972
|
+
"icon": "tresjs.svg",
|
|
5973
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
5974
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
5975
|
+
"learn_more": "https://tresjs.org/",
|
|
5976
|
+
"category": "Libraries",
|
|
5977
|
+
"type": "3rd-party",
|
|
5978
|
+
"maintainers": [
|
|
5979
|
+
{
|
|
5980
|
+
"name": "Alvaro Saburido",
|
|
5981
|
+
"github": "alvarosabu",
|
|
5982
|
+
"twitter": "alvarosabu"
|
|
5983
|
+
},
|
|
5984
|
+
{
|
|
5985
|
+
"name": "Jaime Torrealba",
|
|
5986
|
+
"github": "JaimeTorrealba",
|
|
5987
|
+
"twitter": "jaimebboyjt"
|
|
5988
|
+
},
|
|
5989
|
+
{
|
|
5990
|
+
"name": "Tino Koch",
|
|
5991
|
+
"github": "Tinoooo",
|
|
5992
|
+
"twitter": "ichbintino"
|
|
5993
|
+
}
|
|
5994
|
+
],
|
|
5995
|
+
"compatibility": {
|
|
5996
|
+
"nuxt": "^3.0.0",
|
|
5997
|
+
"requires": {}
|
|
5998
|
+
}
|
|
5999
|
+
},
|
|
4902
6000
|
{
|
|
4903
6001
|
"name": "turnstile",
|
|
4904
6002
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -4948,6 +6046,28 @@
|
|
|
4948
6046
|
}
|
|
4949
6047
|
}
|
|
4950
6048
|
},
|
|
6049
|
+
{
|
|
6050
|
+
"name": "twemoji",
|
|
6051
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6052
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6053
|
+
"npm": "nuxt-twemoji",
|
|
6054
|
+
"icon": "twemoji.svg",
|
|
6055
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6056
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6057
|
+
"learn_more": "",
|
|
6058
|
+
"category": "UI",
|
|
6059
|
+
"type": "3rd-party",
|
|
6060
|
+
"maintainers": [
|
|
6061
|
+
{
|
|
6062
|
+
"name": "Yizack Rangel",
|
|
6063
|
+
"github": "yizack"
|
|
6064
|
+
}
|
|
6065
|
+
],
|
|
6066
|
+
"compatibility": {
|
|
6067
|
+
"nuxt": "^3.0.0",
|
|
6068
|
+
"requires": {}
|
|
6069
|
+
}
|
|
6070
|
+
},
|
|
4951
6071
|
{
|
|
4952
6072
|
"name": "twicpics",
|
|
4953
6073
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5092,6 +6212,39 @@
|
|
|
5092
6212
|
"requires": {}
|
|
5093
6213
|
}
|
|
5094
6214
|
},
|
|
6215
|
+
{
|
|
6216
|
+
"name": "ui",
|
|
6217
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6218
|
+
"repo": "nuxt/ui#dev",
|
|
6219
|
+
"npm": "@nuxt/ui",
|
|
6220
|
+
"icon": "nuxt.svg",
|
|
6221
|
+
"github": "https://github.com/nuxt/ui",
|
|
6222
|
+
"website": "https://ui.nuxt.com",
|
|
6223
|
+
"learn_more": "",
|
|
6224
|
+
"category": "UI",
|
|
6225
|
+
"type": "official",
|
|
6226
|
+
"maintainers": [
|
|
6227
|
+
{
|
|
6228
|
+
"name": "Benjamin Canac",
|
|
6229
|
+
"github": "benjamincanac",
|
|
6230
|
+
"twitter": "benjamincanac"
|
|
6231
|
+
},
|
|
6232
|
+
{
|
|
6233
|
+
"name": "Sebastien Chopin",
|
|
6234
|
+
"github": "Atinux",
|
|
6235
|
+
"twitter": "Atinux"
|
|
6236
|
+
},
|
|
6237
|
+
{
|
|
6238
|
+
"name": "Sylvain Marroufin",
|
|
6239
|
+
"github": "smarroufin",
|
|
6240
|
+
"twitter": "smarroufin"
|
|
6241
|
+
}
|
|
6242
|
+
],
|
|
6243
|
+
"compatibility": {
|
|
6244
|
+
"nuxt": "^3.0.0",
|
|
6245
|
+
"requires": {}
|
|
6246
|
+
}
|
|
6247
|
+
},
|
|
5095
6248
|
{
|
|
5096
6249
|
"name": "umami",
|
|
5097
6250
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5119,11 +6272,11 @@
|
|
|
5119
6272
|
{
|
|
5120
6273
|
"name": "unhead",
|
|
5121
6274
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5122
|
-
"repo": "harlan-zw/nuxt-
|
|
5123
|
-
"npm": "nuxt-
|
|
6275
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6276
|
+
"npm": "nuxt-seo-experiments",
|
|
5124
6277
|
"icon": "",
|
|
5125
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5126
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
6278
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6279
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5127
6280
|
"learn_more": "",
|
|
5128
6281
|
"category": "SEO",
|
|
5129
6282
|
"type": "3rd-party",
|
|
@@ -5166,6 +6319,28 @@
|
|
|
5166
6319
|
"requires": {}
|
|
5167
6320
|
}
|
|
5168
6321
|
},
|
|
6322
|
+
{
|
|
6323
|
+
"name": "unlazy",
|
|
6324
|
+
"description": "Lazy loading library for placeholder images",
|
|
6325
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6326
|
+
"npm": "@unlazy/nuxt",
|
|
6327
|
+
"icon": "unlazy.svg",
|
|
6328
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6329
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6330
|
+
"learn_more": "",
|
|
6331
|
+
"category": "Images",
|
|
6332
|
+
"type": "3rd-party",
|
|
6333
|
+
"maintainers": [
|
|
6334
|
+
{
|
|
6335
|
+
"name": "Johann Schopplich",
|
|
6336
|
+
"github": "johannschopplich"
|
|
6337
|
+
}
|
|
6338
|
+
],
|
|
6339
|
+
"compatibility": {
|
|
6340
|
+
"nuxt": "^3.0.0",
|
|
6341
|
+
"requires": {}
|
|
6342
|
+
}
|
|
6343
|
+
},
|
|
5169
6344
|
{
|
|
5170
6345
|
"name": "unlighthouse",
|
|
5171
6346
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5218,6 +6393,53 @@
|
|
|
5218
6393
|
}
|
|
5219
6394
|
}
|
|
5220
6395
|
},
|
|
6396
|
+
{
|
|
6397
|
+
"name": "ununuracss",
|
|
6398
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
6399
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
6400
|
+
"npm": "nuxt-ununura",
|
|
6401
|
+
"icon": "ununuracss.png",
|
|
6402
|
+
"github": "https://github.com/novout/ununuracss",
|
|
6403
|
+
"website": "https://ununura.com/#/",
|
|
6404
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
6405
|
+
"category": "UI",
|
|
6406
|
+
"type": "3rd-party",
|
|
6407
|
+
"maintainers": [
|
|
6408
|
+
{
|
|
6409
|
+
"name": "Giovane Cardoso",
|
|
6410
|
+
"github": "novout",
|
|
6411
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
6412
|
+
}
|
|
6413
|
+
],
|
|
6414
|
+
"compatibility": {
|
|
6415
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6416
|
+
"requires": {}
|
|
6417
|
+
}
|
|
6418
|
+
},
|
|
6419
|
+
{
|
|
6420
|
+
"name": "use-wagmi",
|
|
6421
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6422
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6423
|
+
"npm": "@use-wagmi/nuxt",
|
|
6424
|
+
"icon": "use-wagmi.png",
|
|
6425
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6426
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6427
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6428
|
+
"category": "Extensions",
|
|
6429
|
+
"type": "3rd-party",
|
|
6430
|
+
"maintainers": [
|
|
6431
|
+
{
|
|
6432
|
+
"name": "Unic Ape",
|
|
6433
|
+
"github": "unicape"
|
|
6434
|
+
}
|
|
6435
|
+
],
|
|
6436
|
+
"compatibility": {
|
|
6437
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6438
|
+
"requires": {
|
|
6439
|
+
"bridge": true
|
|
6440
|
+
}
|
|
6441
|
+
}
|
|
6442
|
+
},
|
|
5221
6443
|
{
|
|
5222
6444
|
"name": "user-agent",
|
|
5223
6445
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5262,6 +6484,98 @@
|
|
|
5262
6484
|
"requires": {}
|
|
5263
6485
|
}
|
|
5264
6486
|
},
|
|
6487
|
+
{
|
|
6488
|
+
"name": "vant",
|
|
6489
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
6490
|
+
"repo": "vant-ui/vant-nuxt",
|
|
6491
|
+
"npm": "@vant/nuxt",
|
|
6492
|
+
"icon": "vant.png",
|
|
6493
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
6494
|
+
"website": "https://vant-ui.github.io/vant",
|
|
6495
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
6496
|
+
"category": "UI",
|
|
6497
|
+
"type": "3rd-party",
|
|
6498
|
+
"maintainers": [
|
|
6499
|
+
{
|
|
6500
|
+
"name": "tolking",
|
|
6501
|
+
"github": "tolking"
|
|
6502
|
+
}
|
|
6503
|
+
],
|
|
6504
|
+
"compatibility": {
|
|
6505
|
+
"nuxt": "^3.0.0",
|
|
6506
|
+
"requires": {
|
|
6507
|
+
"bridge": "optional"
|
|
6508
|
+
}
|
|
6509
|
+
}
|
|
6510
|
+
},
|
|
6511
|
+
{
|
|
6512
|
+
"name": "varlet",
|
|
6513
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
6514
|
+
"repo": "varletjs/varlet-nuxt",
|
|
6515
|
+
"npm": "@varlet/nuxt",
|
|
6516
|
+
"icon": "varlet.svg",
|
|
6517
|
+
"github": "https://github.com/varletjs/varlet",
|
|
6518
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
6519
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6520
|
+
"category": "UI",
|
|
6521
|
+
"type": "3rd-party",
|
|
6522
|
+
"maintainers": [
|
|
6523
|
+
{
|
|
6524
|
+
"name": "zhangmo8",
|
|
6525
|
+
"github": "zhangmo8"
|
|
6526
|
+
}
|
|
6527
|
+
],
|
|
6528
|
+
"compatibility": {
|
|
6529
|
+
"nuxt": "^3.0.0",
|
|
6530
|
+
"requires": {
|
|
6531
|
+
"bridge": "optional"
|
|
6532
|
+
}
|
|
6533
|
+
}
|
|
6534
|
+
},
|
|
6535
|
+
{
|
|
6536
|
+
"name": "vcalendar",
|
|
6537
|
+
"description": "VCalendar module for Nuxt",
|
|
6538
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6539
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6540
|
+
"icon": "vcalendar.png",
|
|
6541
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6542
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6543
|
+
"learn_more": "",
|
|
6544
|
+
"category": "Libraries",
|
|
6545
|
+
"type": "3rd-party",
|
|
6546
|
+
"maintainers": [
|
|
6547
|
+
{
|
|
6548
|
+
"name": "Sam K",
|
|
6549
|
+
"github": "samk-dev"
|
|
6550
|
+
}
|
|
6551
|
+
],
|
|
6552
|
+
"compatibility": {
|
|
6553
|
+
"nuxt": "^3.0.0",
|
|
6554
|
+
"requires": {}
|
|
6555
|
+
}
|
|
6556
|
+
},
|
|
6557
|
+
{
|
|
6558
|
+
"name": "vee-validate",
|
|
6559
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
6560
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6561
|
+
"npm": "@vee-validate/nuxt",
|
|
6562
|
+
"icon": "vee-validate.png",
|
|
6563
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6564
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6565
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6566
|
+
"category": "Libraries",
|
|
6567
|
+
"type": "3rd-party",
|
|
6568
|
+
"maintainers": [
|
|
6569
|
+
{
|
|
6570
|
+
"name": "Abdelrahman Awad",
|
|
6571
|
+
"github": "logaretm"
|
|
6572
|
+
}
|
|
6573
|
+
],
|
|
6574
|
+
"compatibility": {
|
|
6575
|
+
"nuxt": "^3.0.0",
|
|
6576
|
+
"requires": {}
|
|
6577
|
+
}
|
|
6578
|
+
},
|
|
5265
6579
|
{
|
|
5266
6580
|
"name": "vendor",
|
|
5267
6581
|
"description": "directly serve node_modules",
|
|
@@ -5285,6 +6599,51 @@
|
|
|
5285
6599
|
"requires": {}
|
|
5286
6600
|
}
|
|
5287
6601
|
},
|
|
6602
|
+
{
|
|
6603
|
+
"name": "vercel-analytics",
|
|
6604
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6605
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6606
|
+
"npm": "nuxt-vercel-analytics",
|
|
6607
|
+
"icon": "",
|
|
6608
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6609
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6610
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6611
|
+
"category": "Analytics",
|
|
6612
|
+
"type": "3rd-party",
|
|
6613
|
+
"maintainers": [
|
|
6614
|
+
{
|
|
6615
|
+
"name": "Alexander B.",
|
|
6616
|
+
"github": "xanderbarkhatov"
|
|
6617
|
+
}
|
|
6618
|
+
],
|
|
6619
|
+
"compatibility": {
|
|
6620
|
+
"nuxt": "^3.0.0",
|
|
6621
|
+
"requires": {}
|
|
6622
|
+
}
|
|
6623
|
+
},
|
|
6624
|
+
{
|
|
6625
|
+
"name": "vexip-ui",
|
|
6626
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6627
|
+
"repo": "vexip-ui/nuxt",
|
|
6628
|
+
"npm": "@vexip-ui/nuxt",
|
|
6629
|
+
"icon": "vexip-ui.svg",
|
|
6630
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6631
|
+
"website": "https://www.vexipui.com/",
|
|
6632
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6633
|
+
"category": "UI",
|
|
6634
|
+
"type": "3rd-party",
|
|
6635
|
+
"maintainers": [
|
|
6636
|
+
{
|
|
6637
|
+
"name": "未觉雨声",
|
|
6638
|
+
"github": "qmhc",
|
|
6639
|
+
"twitter": "qmhc95"
|
|
6640
|
+
}
|
|
6641
|
+
],
|
|
6642
|
+
"compatibility": {
|
|
6643
|
+
"nuxt": "^3.0.0",
|
|
6644
|
+
"requires": {}
|
|
6645
|
+
}
|
|
6646
|
+
},
|
|
5288
6647
|
{
|
|
5289
6648
|
"name": "vite-pwa-nuxt",
|
|
5290
6649
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5316,13 +6675,13 @@
|
|
|
5316
6675
|
{
|
|
5317
6676
|
"name": "vitest",
|
|
5318
6677
|
"description": "Vitest integration with Nuxt",
|
|
5319
|
-
"repo": "danielroe/nuxt-vitest
|
|
6678
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5320
6679
|
"npm": "nuxt-vitest",
|
|
5321
6680
|
"icon": "vitest.svg",
|
|
5322
6681
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5323
6682
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5324
6683
|
"learn_more": "",
|
|
5325
|
-
"category": "
|
|
6684
|
+
"category": "Devtools",
|
|
5326
6685
|
"type": "3rd-party",
|
|
5327
6686
|
"maintainers": [
|
|
5328
6687
|
{
|
|
@@ -5339,15 +6698,45 @@
|
|
|
5339
6698
|
"requires": {}
|
|
5340
6699
|
}
|
|
5341
6700
|
},
|
|
6701
|
+
{
|
|
6702
|
+
"name": "vue-email",
|
|
6703
|
+
"description": "Write email templates with vue",
|
|
6704
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6705
|
+
"npm": "vue-email",
|
|
6706
|
+
"icon": "vue-email.svg",
|
|
6707
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6708
|
+
"website": "https://vue-email.vercel.app/",
|
|
6709
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6710
|
+
"category": "UI",
|
|
6711
|
+
"type": "3rd-party",
|
|
6712
|
+
"maintainers": [
|
|
6713
|
+
{
|
|
6714
|
+
"name": "David Arenas",
|
|
6715
|
+
"github": "Dave136",
|
|
6716
|
+
"twitter": "davejs4",
|
|
6717
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6718
|
+
},
|
|
6719
|
+
{
|
|
6720
|
+
"name": "Younes Barrad",
|
|
6721
|
+
"github": "Flowko",
|
|
6722
|
+
"twitter": "imflowko",
|
|
6723
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6724
|
+
}
|
|
6725
|
+
],
|
|
6726
|
+
"compatibility": {
|
|
6727
|
+
"nuxt": "^3.0.0",
|
|
6728
|
+
"requires": {}
|
|
6729
|
+
}
|
|
6730
|
+
},
|
|
5342
6731
|
{
|
|
5343
6732
|
"name": "vue-macros",
|
|
5344
|
-
"description": "Explore
|
|
5345
|
-
"repo": "sxzz/
|
|
6733
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6734
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5346
6735
|
"npm": "@vue-macros/nuxt",
|
|
5347
6736
|
"icon": "vue-macros.svg",
|
|
5348
|
-
"github": "https://github.com/sxzz/
|
|
6737
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5349
6738
|
"website": "https://vue-macros.sxzz.moe",
|
|
5350
|
-
"learn_more": "https://github.com/sxzz/
|
|
6739
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5351
6740
|
"category": "Extensions",
|
|
5352
6741
|
"type": "3rd-party",
|
|
5353
6742
|
"maintainers": [
|
|
@@ -5430,6 +6819,29 @@
|
|
|
5430
6819
|
"requires": {}
|
|
5431
6820
|
}
|
|
5432
6821
|
},
|
|
6822
|
+
{
|
|
6823
|
+
"name": "vue-query",
|
|
6824
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6825
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6826
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6827
|
+
"icon": "vue-query.svg",
|
|
6828
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6829
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6830
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6831
|
+
"category": "Request",
|
|
6832
|
+
"type": "3rd-party",
|
|
6833
|
+
"maintainers": [
|
|
6834
|
+
{
|
|
6835
|
+
"name": "Hebilicious",
|
|
6836
|
+
"github": "Hebilicious",
|
|
6837
|
+
"twitter": "its_hebilicious"
|
|
6838
|
+
}
|
|
6839
|
+
],
|
|
6840
|
+
"compatibility": {
|
|
6841
|
+
"nuxt": "^3.0.0",
|
|
6842
|
+
"requires": {}
|
|
6843
|
+
}
|
|
6844
|
+
},
|
|
5433
6845
|
{
|
|
5434
6846
|
"name": "vue-select",
|
|
5435
6847
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5500,6 +6912,29 @@
|
|
|
5500
6912
|
"requires": {}
|
|
5501
6913
|
}
|
|
5502
6914
|
},
|
|
6915
|
+
{
|
|
6916
|
+
"name": "vue3-carousel-nuxt",
|
|
6917
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
|
|
6918
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6919
|
+
"npm": "vue3-carousel-nuxt",
|
|
6920
|
+
"icon": "",
|
|
6921
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6922
|
+
"website": "",
|
|
6923
|
+
"learn_more": "",
|
|
6924
|
+
"category": "UI",
|
|
6925
|
+
"type": "3rd-party",
|
|
6926
|
+
"maintainers": [
|
|
6927
|
+
{
|
|
6928
|
+
"name": "Gaetan SENN",
|
|
6929
|
+
"github": "gaetansenn",
|
|
6930
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6931
|
+
}
|
|
6932
|
+
],
|
|
6933
|
+
"compatibility": {
|
|
6934
|
+
"nuxt": "^3.0.0",
|
|
6935
|
+
"requires": {}
|
|
6936
|
+
}
|
|
6937
|
+
},
|
|
5503
6938
|
{
|
|
5504
6939
|
"name": "vuefire",
|
|
5505
6940
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -5544,6 +6979,28 @@
|
|
|
5544
6979
|
"requires": {}
|
|
5545
6980
|
}
|
|
5546
6981
|
},
|
|
6982
|
+
{
|
|
6983
|
+
"name": "vuetify-nuxt-module",
|
|
6984
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
6985
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
6986
|
+
"npm": "vuetify-nuxt-module",
|
|
6987
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
6988
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6989
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6990
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
6991
|
+
"category": "UI",
|
|
6992
|
+
"type": "3rd-party",
|
|
6993
|
+
"maintainers": [
|
|
6994
|
+
{
|
|
6995
|
+
"name": "Joaquín Sánchez",
|
|
6996
|
+
"github": "userquin"
|
|
6997
|
+
}
|
|
6998
|
+
],
|
|
6999
|
+
"compatibility": {
|
|
7000
|
+
"nuxt": "^3.0.0",
|
|
7001
|
+
"requires": {}
|
|
7002
|
+
}
|
|
7003
|
+
},
|
|
5547
7004
|
{
|
|
5548
7005
|
"name": "vuetify",
|
|
5549
7006
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -5618,14 +7075,37 @@
|
|
|
5618
7075
|
"requires": {}
|
|
5619
7076
|
}
|
|
5620
7077
|
},
|
|
7078
|
+
{
|
|
7079
|
+
"name": "vunix",
|
|
7080
|
+
"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.",
|
|
7081
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
7082
|
+
"npm": "@vunix/nuxt",
|
|
7083
|
+
"icon": "",
|
|
7084
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
7085
|
+
"website": "https://vunix.dewib.com/",
|
|
7086
|
+
"learn_more": "",
|
|
7087
|
+
"category": "UI",
|
|
7088
|
+
"type": "3rd-party",
|
|
7089
|
+
"maintainers": [
|
|
7090
|
+
{
|
|
7091
|
+
"name": "Gaetan SENN",
|
|
7092
|
+
"github": "gaetansenn",
|
|
7093
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7094
|
+
}
|
|
7095
|
+
],
|
|
7096
|
+
"compatibility": {
|
|
7097
|
+
"nuxt": "^3.0.0",
|
|
7098
|
+
"requires": {}
|
|
7099
|
+
}
|
|
7100
|
+
},
|
|
5621
7101
|
{
|
|
5622
7102
|
"name": "web-vitals",
|
|
5623
7103
|
"description": "Web Vitals for Nuxt",
|
|
5624
|
-
"repo": "nuxt-
|
|
7104
|
+
"repo": "nuxt-modules/web-vitals",
|
|
5625
7105
|
"npm": "@nuxtjs/web-vitals",
|
|
5626
7106
|
"icon": "web-vitals.png",
|
|
5627
|
-
"github": "https://github.com/nuxt-
|
|
5628
|
-
"website": "https://github.com/nuxt-
|
|
7107
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7108
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
5629
7109
|
"learn_more": "",
|
|
5630
7110
|
"category": "Performance",
|
|
5631
7111
|
"type": "community",
|
|
@@ -5652,29 +7132,6 @@
|
|
|
5652
7132
|
}
|
|
5653
7133
|
}
|
|
5654
7134
|
},
|
|
5655
|
-
{
|
|
5656
|
-
"name": "web3js",
|
|
5657
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5658
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5659
|
-
"npm": "nuxt-web3",
|
|
5660
|
-
"icon": "web3js.svg",
|
|
5661
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5662
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5663
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5664
|
-
"category": "Libraries",
|
|
5665
|
-
"type": "3rd-party",
|
|
5666
|
-
"maintainers": [
|
|
5667
|
-
{
|
|
5668
|
-
"name": "Muhammad Fauzan",
|
|
5669
|
-
"github": "bl0cknumber",
|
|
5670
|
-
"twitter": "fncolon"
|
|
5671
|
-
}
|
|
5672
|
-
],
|
|
5673
|
-
"compatibility": {
|
|
5674
|
-
"nuxt": "^2.0.0",
|
|
5675
|
-
"requires": {}
|
|
5676
|
-
}
|
|
5677
|
-
},
|
|
5678
7135
|
{
|
|
5679
7136
|
"name": "webfontloader",
|
|
5680
7137
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5789,6 +7246,54 @@
|
|
|
5789
7246
|
"requires": {}
|
|
5790
7247
|
}
|
|
5791
7248
|
},
|
|
7249
|
+
{
|
|
7250
|
+
"name": "well-known",
|
|
7251
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
7252
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7253
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7254
|
+
"icon": "well-known.svg",
|
|
7255
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
7256
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
7257
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
7258
|
+
"category": "SEO",
|
|
7259
|
+
"type": "3rd-party",
|
|
7260
|
+
"maintainers": [
|
|
7261
|
+
{
|
|
7262
|
+
"name": "Zadig&Voltaire Team",
|
|
7263
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
7264
|
+
}
|
|
7265
|
+
],
|
|
7266
|
+
"compatibility": {
|
|
7267
|
+
"nuxt": "^3.0.0",
|
|
7268
|
+
"requires": {}
|
|
7269
|
+
}
|
|
7270
|
+
},
|
|
7271
|
+
{
|
|
7272
|
+
"name": "wideangle",
|
|
7273
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
7274
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7275
|
+
"npm": "wideangle-nuxt",
|
|
7276
|
+
"icon": "wideangle.png",
|
|
7277
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7278
|
+
"website": "https://wideangle.co",
|
|
7279
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7280
|
+
"category": "Analytics",
|
|
7281
|
+
"type": "3rd-party",
|
|
7282
|
+
"maintainers": [
|
|
7283
|
+
{
|
|
7284
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7285
|
+
"github": "inputobjects"
|
|
7286
|
+
},
|
|
7287
|
+
{
|
|
7288
|
+
"name": "Jarek Rozanski",
|
|
7289
|
+
"github": "jrozanski"
|
|
7290
|
+
}
|
|
7291
|
+
],
|
|
7292
|
+
"compatibility": {
|
|
7293
|
+
"nuxt": "^3.0.0",
|
|
7294
|
+
"requires": {}
|
|
7295
|
+
}
|
|
7296
|
+
},
|
|
5792
7297
|
{
|
|
5793
7298
|
"name": "windicss",
|
|
5794
7299
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -5932,29 +7437,6 @@
|
|
|
5932
7437
|
"requires": {}
|
|
5933
7438
|
}
|
|
5934
7439
|
},
|
|
5935
|
-
{
|
|
5936
|
-
"name": "yandex-metrika",
|
|
5937
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
5938
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
5939
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
5940
|
-
"icon": "",
|
|
5941
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
5942
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
5943
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
5944
|
-
"category": "Analytics",
|
|
5945
|
-
"type": "community",
|
|
5946
|
-
"maintainers": [
|
|
5947
|
-
{
|
|
5948
|
-
"name": "Pooya Parsa",
|
|
5949
|
-
"github": "pi0",
|
|
5950
|
-
"twitter": "_pi0_"
|
|
5951
|
-
}
|
|
5952
|
-
],
|
|
5953
|
-
"compatibility": {
|
|
5954
|
-
"nuxt": "^2.0.0",
|
|
5955
|
-
"requires": {}
|
|
5956
|
-
}
|
|
5957
|
-
},
|
|
5958
7440
|
{
|
|
5959
7441
|
"name": "zendesk",
|
|
5960
7442
|
"description": "Nuxt.js module for Zendesk",
|