@nuxt/modules 0.5.0-fd7bbb → 0.6.0-0470cd
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/LICENSE +21 -0
- package/README.md +105 -0
- package/modules.json +2445 -285
- package/package.json +29 -2
package/modules.json
CHANGED
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
{
|
|
53
53
|
"name": "algolia",
|
|
54
54
|
"description": "Algolia Search Module for Nuxt 3",
|
|
55
|
-
"repo": "nuxt-
|
|
55
|
+
"repo": "nuxt-modules/algolia",
|
|
56
56
|
"npm": "@nuxtjs/algolia",
|
|
57
57
|
"icon": "algolia.svg",
|
|
58
|
-
"github": "https://github.com/nuxt-
|
|
58
|
+
"github": "https://github.com/nuxt-modules/algolia",
|
|
59
59
|
"website": "https://algolia.nuxtjs.org/",
|
|
60
60
|
"learn_more": "https://algolia.nuxtjs.org/",
|
|
61
61
|
"category": "Libraries",
|
|
@@ -126,12 +126,12 @@
|
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
128
|
"name": "animejs",
|
|
129
|
-
"description": "Anime.js module for Nuxt
|
|
130
|
-
"repo": "
|
|
131
|
-
"npm": "nuxt-
|
|
129
|
+
"description": "Anime.js module for Nuxt",
|
|
130
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
131
|
+
"npm": "@hypernym/nuxt-anime",
|
|
132
132
|
"icon": "",
|
|
133
|
-
"github": "https://github.com/
|
|
134
|
-
"website": "https://github.com/
|
|
133
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
134
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
135
135
|
"learn_more": "",
|
|
136
136
|
"category": "Libraries",
|
|
137
137
|
"type": "3rd-party",
|
|
@@ -142,7 +142,55 @@
|
|
|
142
142
|
}
|
|
143
143
|
],
|
|
144
144
|
"compatibility": {
|
|
145
|
-
"nuxt": "^2.0.0",
|
|
145
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
146
|
+
"requires": {}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "ant-design-vue",
|
|
151
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
152
|
+
"repo": "vueComponent/ant-design-vue-nuxt",
|
|
153
|
+
"npm": "@ant-design-vue/nuxt",
|
|
154
|
+
"icon": "ant-design-vue.svg",
|
|
155
|
+
"github": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
156
|
+
"website": "https://antdv.com",
|
|
157
|
+
"learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
158
|
+
"category": "UI",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "tangjinzhou",
|
|
163
|
+
"github": "tangjinzhou"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"compatibility": {
|
|
167
|
+
"nuxt": "^3.0.0",
|
|
168
|
+
"requires": {
|
|
169
|
+
"bridge": "optional"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "api-party",
|
|
175
|
+
"description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
|
|
176
|
+
"repo": "johannschopplich/nuxt-api-party",
|
|
177
|
+
"npm": "nuxt-api-party",
|
|
178
|
+
"icon": "api-party.svg",
|
|
179
|
+
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
180
|
+
"website": "https://nuxt-api-party.jhnn.dev/",
|
|
181
|
+
"learn_more": "",
|
|
182
|
+
"category": "Request",
|
|
183
|
+
"type": "3rd-party",
|
|
184
|
+
"maintainers": [
|
|
185
|
+
{
|
|
186
|
+
"name": "Johann Schopplich",
|
|
187
|
+
"github": "johannschopplich",
|
|
188
|
+
"twitter": "jschopplich",
|
|
189
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
190
|
+
}
|
|
191
|
+
],
|
|
192
|
+
"compatibility": {
|
|
193
|
+
"nuxt": "^3.0.0",
|
|
146
194
|
"requires": {}
|
|
147
195
|
}
|
|
148
196
|
},
|
|
@@ -173,26 +221,24 @@
|
|
|
173
221
|
{
|
|
174
222
|
"name": "apollo",
|
|
175
223
|
"description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
|
|
176
|
-
"repo": "nuxt-
|
|
224
|
+
"repo": "nuxt-modules/apollo",
|
|
177
225
|
"npm": "@nuxtjs/apollo",
|
|
178
226
|
"icon": "apollo.png",
|
|
179
|
-
"github": "https://github.com/nuxt-
|
|
180
|
-
"website": "https://
|
|
227
|
+
"github": "https://github.com/nuxt-modules/apollo",
|
|
228
|
+
"website": "https://apollo.nuxtjs.org",
|
|
181
229
|
"learn_more": "https://apollo.vuejs.org/guide/#what-is-graphql",
|
|
182
230
|
"category": "Request",
|
|
183
231
|
"type": "community",
|
|
184
232
|
"maintainers": [
|
|
185
233
|
{
|
|
186
|
-
"name": "
|
|
187
|
-
"github": "
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
"name": "Dominic Garms",
|
|
191
|
-
"github": "dohomi"
|
|
234
|
+
"name": "Conrawl Rogers",
|
|
235
|
+
"github": "diizzayy",
|
|
236
|
+
"twitter": "diizzayy",
|
|
237
|
+
"avatar": "https://avatars.githubusercontent.com/diizzayy?v=4"
|
|
192
238
|
}
|
|
193
239
|
],
|
|
194
240
|
"compatibility": {
|
|
195
|
-
"nuxt": "^2.0.0",
|
|
241
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
196
242
|
"requires": {}
|
|
197
243
|
}
|
|
198
244
|
},
|
|
@@ -227,7 +273,7 @@
|
|
|
227
273
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
228
274
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
229
275
|
"learn_more": "",
|
|
230
|
-
"category": "
|
|
276
|
+
"category": "Database",
|
|
231
277
|
"type": "3rd-party",
|
|
232
278
|
"maintainers": [
|
|
233
279
|
{
|
|
@@ -236,7 +282,7 @@
|
|
|
236
282
|
}
|
|
237
283
|
],
|
|
238
284
|
"compatibility": {
|
|
239
|
-
"nuxt": "^
|
|
285
|
+
"nuxt": "^3.0.0",
|
|
240
286
|
"requires": {}
|
|
241
287
|
}
|
|
242
288
|
},
|
|
@@ -267,6 +313,29 @@
|
|
|
267
313
|
"requires": {}
|
|
268
314
|
}
|
|
269
315
|
},
|
|
316
|
+
{
|
|
317
|
+
"name": "authjs",
|
|
318
|
+
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
319
|
+
"repo": "Hebilicious/authjs-nuxt#main",
|
|
320
|
+
"npm": "@hebilicious/authjs-nuxt",
|
|
321
|
+
"icon": "authjs.png",
|
|
322
|
+
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
323
|
+
"website": "https://authjs-nuxt.pages.dev/",
|
|
324
|
+
"learn_more": "https://authjs.dev/",
|
|
325
|
+
"category": "Security",
|
|
326
|
+
"type": "3rd-party",
|
|
327
|
+
"maintainers": [
|
|
328
|
+
{
|
|
329
|
+
"name": "Hebilicious",
|
|
330
|
+
"github": "Hebilicious",
|
|
331
|
+
"twitter": "its_hebilicious"
|
|
332
|
+
}
|
|
333
|
+
],
|
|
334
|
+
"compatibility": {
|
|
335
|
+
"nuxt": "^3.0.0",
|
|
336
|
+
"requires": {}
|
|
337
|
+
}
|
|
338
|
+
},
|
|
270
339
|
{
|
|
271
340
|
"name": "axios",
|
|
272
341
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
@@ -458,6 +527,29 @@
|
|
|
458
527
|
"requires": {}
|
|
459
528
|
}
|
|
460
529
|
},
|
|
530
|
+
{
|
|
531
|
+
"name": "calendly",
|
|
532
|
+
"description": "Calendly is a scheduling tool that allows you to schedule meetings with your customers. This module allows you to easily add Calendly to your Nuxt application.",
|
|
533
|
+
"repo": "madebyfabian/nuxt-calendly",
|
|
534
|
+
"npm": "nuxt-calendly",
|
|
535
|
+
"icon": "calendly.svg",
|
|
536
|
+
"github": "https://github.com/madebyfabian/nuxt-calendly",
|
|
537
|
+
"website": "https://nuxt-calendly.vercel.app/",
|
|
538
|
+
"learn_more": "https://calendly.com/",
|
|
539
|
+
"category": "Extensions",
|
|
540
|
+
"type": "3rd-party",
|
|
541
|
+
"maintainers": [
|
|
542
|
+
{
|
|
543
|
+
"name": "Fabian B.",
|
|
544
|
+
"github": "madebyfabian",
|
|
545
|
+
"twitter": "madebyfabian"
|
|
546
|
+
}
|
|
547
|
+
],
|
|
548
|
+
"compatibility": {
|
|
549
|
+
"nuxt": "^3.0.0",
|
|
550
|
+
"requires": {}
|
|
551
|
+
}
|
|
552
|
+
},
|
|
461
553
|
{
|
|
462
554
|
"name": "canvas-sketch",
|
|
463
555
|
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
@@ -481,6 +573,28 @@
|
|
|
481
573
|
"requires": {}
|
|
482
574
|
}
|
|
483
575
|
},
|
|
576
|
+
{
|
|
577
|
+
"name": "capo",
|
|
578
|
+
"description": "Capo.js implementation for Nuxt 3",
|
|
579
|
+
"repo": "danielroe/nuxt-capo",
|
|
580
|
+
"npm": "nuxt-capo",
|
|
581
|
+
"icon": "",
|
|
582
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
583
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
584
|
+
"learn_more": "",
|
|
585
|
+
"category": "Performance",
|
|
586
|
+
"type": "3rd-party",
|
|
587
|
+
"maintainers": [
|
|
588
|
+
{
|
|
589
|
+
"name": "danielroe",
|
|
590
|
+
"github": "danielroe"
|
|
591
|
+
}
|
|
592
|
+
],
|
|
593
|
+
"compatibility": {
|
|
594
|
+
"nuxt": "^3.0.0",
|
|
595
|
+
"requires": {}
|
|
596
|
+
}
|
|
597
|
+
},
|
|
484
598
|
{
|
|
485
599
|
"name": "chakra-ui",
|
|
486
600
|
"description": "Chakra UI Module for Nuxt.js",
|
|
@@ -503,6 +617,28 @@
|
|
|
503
617
|
"requires": {}
|
|
504
618
|
}
|
|
505
619
|
},
|
|
620
|
+
{
|
|
621
|
+
"name": "chatwoot",
|
|
622
|
+
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
623
|
+
"repo": "productdevbookcom/chatwoot",
|
|
624
|
+
"npm": "@productdevbook/chatwoot",
|
|
625
|
+
"icon": "chatwoot.png",
|
|
626
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
627
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
628
|
+
"learn_more": "https://www.chatwoot.com",
|
|
629
|
+
"category": "Libraries",
|
|
630
|
+
"type": "3rd-party",
|
|
631
|
+
"maintainers": [
|
|
632
|
+
{
|
|
633
|
+
"name": "productdevbook",
|
|
634
|
+
"github": "productdevbook"
|
|
635
|
+
}
|
|
636
|
+
],
|
|
637
|
+
"compatibility": {
|
|
638
|
+
"nuxt": "^3.0.0",
|
|
639
|
+
"requires": {}
|
|
640
|
+
}
|
|
641
|
+
},
|
|
506
642
|
{
|
|
507
643
|
"name": "chiffre",
|
|
508
644
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
@@ -525,6 +661,29 @@
|
|
|
525
661
|
"requires": {}
|
|
526
662
|
}
|
|
527
663
|
},
|
|
664
|
+
{
|
|
665
|
+
"name": "clarity-analytics",
|
|
666
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
667
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
668
|
+
"npm": "nuxt-clarity-analytics",
|
|
669
|
+
"icon": "",
|
|
670
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
671
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
672
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
673
|
+
"category": "Analytics",
|
|
674
|
+
"type": "3rd-party",
|
|
675
|
+
"maintainers": [
|
|
676
|
+
{
|
|
677
|
+
"name": "Barbapapazes",
|
|
678
|
+
"github": "Barbapapazes",
|
|
679
|
+
"twitter": "soubiran_"
|
|
680
|
+
}
|
|
681
|
+
],
|
|
682
|
+
"compatibility": {
|
|
683
|
+
"nuxt": "^3.0.0",
|
|
684
|
+
"requires": {}
|
|
685
|
+
}
|
|
686
|
+
},
|
|
528
687
|
{
|
|
529
688
|
"name": "client-init",
|
|
530
689
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -569,6 +728,33 @@
|
|
|
569
728
|
"requires": {}
|
|
570
729
|
}
|
|
571
730
|
},
|
|
731
|
+
{
|
|
732
|
+
"name": "cloudflare-analytics",
|
|
733
|
+
"description": "Cloudflare Web Analytics Module for Nuxt",
|
|
734
|
+
"repo": "hamlogic/nuxt-cloudflare-analytics",
|
|
735
|
+
"npm": "nuxt-cloudflare-analytics",
|
|
736
|
+
"icon": "cloudflare.svg",
|
|
737
|
+
"github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
738
|
+
"website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
739
|
+
"learn_more": "https://www.cloudflare.com/web-analytics/",
|
|
740
|
+
"category": "Analytics",
|
|
741
|
+
"type": "3rd-party",
|
|
742
|
+
"maintainers": [
|
|
743
|
+
{
|
|
744
|
+
"name": "hamlogic",
|
|
745
|
+
"github": "hamlogic"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"name": "Fabian B.",
|
|
749
|
+
"github": "madebyfabian",
|
|
750
|
+
"twitter": "madebyfabian"
|
|
751
|
+
}
|
|
752
|
+
],
|
|
753
|
+
"compatibility": {
|
|
754
|
+
"nuxt": "^3.0.0",
|
|
755
|
+
"requires": {}
|
|
756
|
+
}
|
|
757
|
+
},
|
|
572
758
|
{
|
|
573
759
|
"name": "cloudinary",
|
|
574
760
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
@@ -625,7 +811,7 @@
|
|
|
625
811
|
"icon": "",
|
|
626
812
|
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
627
813
|
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
628
|
-
"learn_more": "https://ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
814
|
+
"learn_more": "https://v2.ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
629
815
|
"category": "Performance",
|
|
630
816
|
"type": "community",
|
|
631
817
|
"maintainers": [
|
|
@@ -663,12 +849,35 @@
|
|
|
663
849
|
"requires": {}
|
|
664
850
|
}
|
|
665
851
|
},
|
|
852
|
+
{
|
|
853
|
+
"name": "content-assets",
|
|
854
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
855
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
856
|
+
"npm": "nuxt-content-assets",
|
|
857
|
+
"icon": "content-assets.png",
|
|
858
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
859
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
860
|
+
"learn_more": "",
|
|
861
|
+
"category": "Images",
|
|
862
|
+
"type": "3rd-party",
|
|
863
|
+
"maintainers": [
|
|
864
|
+
{
|
|
865
|
+
"name": "davestewart",
|
|
866
|
+
"github": "davestewart",
|
|
867
|
+
"twitter": "dave_stewart"
|
|
868
|
+
}
|
|
869
|
+
],
|
|
870
|
+
"compatibility": {
|
|
871
|
+
"nuxt": "^3.0.0",
|
|
872
|
+
"requires": {}
|
|
873
|
+
}
|
|
874
|
+
},
|
|
666
875
|
{
|
|
667
876
|
"name": "content",
|
|
668
877
|
"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.",
|
|
669
878
|
"repo": "nuxt/content#main",
|
|
670
879
|
"npm": "@nuxt/content",
|
|
671
|
-
"icon": "nuxt.
|
|
880
|
+
"icon": "nuxt.svg",
|
|
672
881
|
"github": "https://github.com/nuxt/content",
|
|
673
882
|
"website": "https://content.nuxtjs.org",
|
|
674
883
|
"learn_more": "",
|
|
@@ -718,6 +927,52 @@
|
|
|
718
927
|
"requires": {}
|
|
719
928
|
}
|
|
720
929
|
},
|
|
930
|
+
{
|
|
931
|
+
"name": "cookie-control",
|
|
932
|
+
"description": "A highly configurable cookie banner for Nuxt.",
|
|
933
|
+
"repo": "dargmuesli/nuxt-cookie-control",
|
|
934
|
+
"npm": "@dargmuesli/nuxt-cookie-control",
|
|
935
|
+
"icon": "cookie-control.png",
|
|
936
|
+
"github": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
937
|
+
"website": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
938
|
+
"learn_more": "",
|
|
939
|
+
"category": "Extensions",
|
|
940
|
+
"type": "3rd-party",
|
|
941
|
+
"maintainers": [
|
|
942
|
+
{
|
|
943
|
+
"name": "dargmuesli",
|
|
944
|
+
"github": "dargmuesli",
|
|
945
|
+
"avatar": "https://avatars.githubusercontent.com/dargmuesli"
|
|
946
|
+
}
|
|
947
|
+
],
|
|
948
|
+
"compatibility": {
|
|
949
|
+
"nuxt": "^3.0.0",
|
|
950
|
+
"requires": {}
|
|
951
|
+
}
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"name": "csurf",
|
|
955
|
+
"description": "Cross-Site Request Forgery (CSRF) Prevention for Nuxt",
|
|
956
|
+
"repo": "morgbn/nuxt-csurf",
|
|
957
|
+
"npm": "nuxt-csurf",
|
|
958
|
+
"icon": "csurf.svg",
|
|
959
|
+
"github": "https://github.com/morgbn/nuxt-csurf",
|
|
960
|
+
"website": "https://github.com/morgbn/nuxt-csurf",
|
|
961
|
+
"learn_more": "https://github.com/Morgbn/nuxt-csurf#readme",
|
|
962
|
+
"category": "Security",
|
|
963
|
+
"type": "3rd-party",
|
|
964
|
+
"maintainers": [
|
|
965
|
+
{
|
|
966
|
+
"name": "morgbn",
|
|
967
|
+
"github": "morgbn",
|
|
968
|
+
"avatar": "https://avatars.githubusercontent.com/u/25689856?v=4"
|
|
969
|
+
}
|
|
970
|
+
],
|
|
971
|
+
"compatibility": {
|
|
972
|
+
"nuxt": "^3.0.0",
|
|
973
|
+
"requires": {}
|
|
974
|
+
}
|
|
975
|
+
},
|
|
721
976
|
{
|
|
722
977
|
"name": "custom-elements",
|
|
723
978
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
@@ -789,11 +1044,11 @@
|
|
|
789
1044
|
}
|
|
790
1045
|
},
|
|
791
1046
|
{
|
|
792
|
-
"name": "datocms",
|
|
793
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
1047
|
+
"name": "datocms-nuxt2",
|
|
1048
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
794
1049
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
795
1050
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
796
|
-
"icon": "datocms.
|
|
1051
|
+
"icon": "datocms.svg",
|
|
797
1052
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
798
1053
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
799
1054
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -810,26 +1065,50 @@
|
|
|
810
1065
|
"requires": {}
|
|
811
1066
|
}
|
|
812
1067
|
},
|
|
1068
|
+
{
|
|
1069
|
+
"name": "datocms",
|
|
1070
|
+
"description": "DatoCMS module for Nuxt",
|
|
1071
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
1072
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
1073
|
+
"icon": "datocms.svg",
|
|
1074
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
1075
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
1076
|
+
"learn_more": "https://www.datocms.com/",
|
|
1077
|
+
"category": "CMS",
|
|
1078
|
+
"type": "3rd-party",
|
|
1079
|
+
"maintainers": [
|
|
1080
|
+
{
|
|
1081
|
+
"name": "Jamie Warburton",
|
|
1082
|
+
"github": "jamiewarb",
|
|
1083
|
+
"twitter": "jamiewarb",
|
|
1084
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
1085
|
+
}
|
|
1086
|
+
],
|
|
1087
|
+
"compatibility": {
|
|
1088
|
+
"nuxt": "^3.0.0",
|
|
1089
|
+
"requires": {}
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
813
1092
|
{
|
|
814
1093
|
"name": "dayjs",
|
|
815
|
-
"description": "
|
|
816
|
-
"repo": "
|
|
817
|
-
"npm": "
|
|
1094
|
+
"description": "Day.js module for Nuxt",
|
|
1095
|
+
"repo": "fumeapp/dayjs",
|
|
1096
|
+
"npm": "dayjs-nuxt",
|
|
818
1097
|
"icon": "day-js.png",
|
|
819
|
-
"github": "https://github.com/
|
|
820
|
-
"website": "https://github.com/
|
|
1098
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1099
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
821
1100
|
"learn_more": "https://day.js.org/",
|
|
822
|
-
"category": "
|
|
823
|
-
"type": "
|
|
1101
|
+
"category": "Libraries",
|
|
1102
|
+
"type": "3rd-party",
|
|
824
1103
|
"maintainers": [
|
|
825
1104
|
{
|
|
826
|
-
"name": "
|
|
827
|
-
"github": "
|
|
828
|
-
"twitter": "
|
|
1105
|
+
"name": "Kevin Olson",
|
|
1106
|
+
"github": "acidjazz",
|
|
1107
|
+
"twitter": "AppFume"
|
|
829
1108
|
}
|
|
830
1109
|
],
|
|
831
1110
|
"compatibility": {
|
|
832
|
-
"nuxt": "^
|
|
1111
|
+
"nuxt": "^3.0.0",
|
|
833
1112
|
"requires": {}
|
|
834
1113
|
}
|
|
835
1114
|
},
|
|
@@ -852,7 +1131,7 @@
|
|
|
852
1131
|
}
|
|
853
1132
|
],
|
|
854
1133
|
"compatibility": {
|
|
855
|
-
"nuxt": "^2.0.0",
|
|
1134
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
856
1135
|
"requires": {}
|
|
857
1136
|
}
|
|
858
1137
|
},
|
|
@@ -874,7 +1153,30 @@
|
|
|
874
1153
|
}
|
|
875
1154
|
],
|
|
876
1155
|
"compatibility": {
|
|
877
|
-
"nuxt": "^2.0.0",
|
|
1156
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1157
|
+
"requires": {}
|
|
1158
|
+
}
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"name": "devtools",
|
|
1162
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1163
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1164
|
+
"npm": "@nuxt/devtools",
|
|
1165
|
+
"icon": "nuxt.svg",
|
|
1166
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1167
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1168
|
+
"learn_more": "",
|
|
1169
|
+
"category": "Devtools",
|
|
1170
|
+
"type": "official",
|
|
1171
|
+
"maintainers": [
|
|
1172
|
+
{
|
|
1173
|
+
"name": "Anthony Fu",
|
|
1174
|
+
"github": "antfu",
|
|
1175
|
+
"twitter": "antfu7"
|
|
1176
|
+
}
|
|
1177
|
+
],
|
|
1178
|
+
"compatibility": {
|
|
1179
|
+
"nuxt": "^3.0.0",
|
|
878
1180
|
"requires": {}
|
|
879
1181
|
}
|
|
880
1182
|
},
|
|
@@ -884,7 +1186,7 @@
|
|
|
884
1186
|
"repo": "intevel/nuxt-directus",
|
|
885
1187
|
"npm": "nuxt-directus",
|
|
886
1188
|
"icon": "directus.svg",
|
|
887
|
-
"github": "https://github.com/
|
|
1189
|
+
"github": "https://github.com/directus/nuxt-directus/",
|
|
888
1190
|
"website": "https://nuxt-directus.netlify.app/",
|
|
889
1191
|
"learn_more": "https://nuxt-directus.netlify.app/",
|
|
890
1192
|
"category": "CMS",
|
|
@@ -980,14 +1282,60 @@
|
|
|
980
1282
|
"requires": {}
|
|
981
1283
|
}
|
|
982
1284
|
},
|
|
1285
|
+
{
|
|
1286
|
+
"name": "electron",
|
|
1287
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1288
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1289
|
+
"npm": "nuxt-electron",
|
|
1290
|
+
"icon": "electron.svg",
|
|
1291
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1292
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1293
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1294
|
+
"category": "Extensions",
|
|
1295
|
+
"type": "3rd-party",
|
|
1296
|
+
"maintainers": [
|
|
1297
|
+
{
|
|
1298
|
+
"name": "草鞋没号",
|
|
1299
|
+
"github": "caoxiemeihao"
|
|
1300
|
+
}
|
|
1301
|
+
],
|
|
1302
|
+
"compatibility": {
|
|
1303
|
+
"nuxt": "^3.0.0",
|
|
1304
|
+
"requires": {}
|
|
1305
|
+
}
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"name": "element-plus",
|
|
1309
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
1310
|
+
"repo": "element-plus/element-plus-nuxt",
|
|
1311
|
+
"npm": "@element-plus/nuxt",
|
|
1312
|
+
"icon": "element-plus.svg",
|
|
1313
|
+
"github": "https://github.com/element-plus/element-plus",
|
|
1314
|
+
"website": "https://element-plus.org",
|
|
1315
|
+
"learn_more": "https://github.com/element-plus/element-plus-nuxt",
|
|
1316
|
+
"category": "UI",
|
|
1317
|
+
"type": "3rd-party",
|
|
1318
|
+
"maintainers": [
|
|
1319
|
+
{
|
|
1320
|
+
"name": "tolking",
|
|
1321
|
+
"github": "tolking"
|
|
1322
|
+
}
|
|
1323
|
+
],
|
|
1324
|
+
"compatibility": {
|
|
1325
|
+
"nuxt": "^3.0.0",
|
|
1326
|
+
"requires": {
|
|
1327
|
+
"bridge": "optional"
|
|
1328
|
+
}
|
|
1329
|
+
}
|
|
1330
|
+
},
|
|
983
1331
|
{
|
|
984
1332
|
"name": "emotion",
|
|
985
1333
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
986
|
-
"repo": "nuxt-
|
|
1334
|
+
"repo": "nuxt-modules/emotion",
|
|
987
1335
|
"npm": "@nuxtjs/emotion",
|
|
988
1336
|
"icon": "emotion.png",
|
|
989
|
-
"github": "https://github.com/nuxt-
|
|
990
|
-
"website": "https://github.com/nuxt-
|
|
1337
|
+
"github": "https://github.com/nuxt-modules/emotion",
|
|
1338
|
+
"website": "https://github.com/nuxt-modules/emotion",
|
|
991
1339
|
"learn_more": "https://emotion.sh/",
|
|
992
1340
|
"category": "Extensions",
|
|
993
1341
|
"type": "community",
|
|
@@ -996,10 +1344,15 @@
|
|
|
996
1344
|
"name": "Pooya Parsa",
|
|
997
1345
|
"github": "pi0",
|
|
998
1346
|
"twitter": "_pi0_"
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"name": "Jonathan Bakebwa",
|
|
1350
|
+
"github": "codebender828",
|
|
1351
|
+
"twitter": "codebender828"
|
|
999
1352
|
}
|
|
1000
1353
|
],
|
|
1001
1354
|
"compatibility": {
|
|
1002
|
-
"nuxt": "^2.0.0",
|
|
1355
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1003
1356
|
"requires": {}
|
|
1004
1357
|
}
|
|
1005
1358
|
},
|
|
@@ -1021,7 +1374,7 @@
|
|
|
1021
1374
|
}
|
|
1022
1375
|
],
|
|
1023
1376
|
"compatibility": {
|
|
1024
|
-
"nuxt": "^2.0.0",
|
|
1377
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1025
1378
|
"requires": {}
|
|
1026
1379
|
}
|
|
1027
1380
|
},
|
|
@@ -1202,6 +1555,29 @@
|
|
|
1202
1555
|
"requires": {}
|
|
1203
1556
|
}
|
|
1204
1557
|
},
|
|
1558
|
+
{
|
|
1559
|
+
"name": "fontaine",
|
|
1560
|
+
"description": "Automatically optimized font fallback based on font metrics",
|
|
1561
|
+
"repo": "nuxt-modules/fontaine",
|
|
1562
|
+
"npm": "@nuxtjs/fontaine",
|
|
1563
|
+
"icon": "fontaine.png",
|
|
1564
|
+
"github": "https://github.com/nuxt-modules/fontaine",
|
|
1565
|
+
"website": "https://github.com/unjs/fontaine",
|
|
1566
|
+
"learn_more": "https://github.com/unjs/fontaine",
|
|
1567
|
+
"category": "Performance",
|
|
1568
|
+
"type": "community",
|
|
1569
|
+
"maintainers": [
|
|
1570
|
+
{
|
|
1571
|
+
"name": "Daniel Roe",
|
|
1572
|
+
"github": "danielroe",
|
|
1573
|
+
"twitter": "danielcroe"
|
|
1574
|
+
}
|
|
1575
|
+
],
|
|
1576
|
+
"compatibility": {
|
|
1577
|
+
"nuxt": "^3.0.0",
|
|
1578
|
+
"requires": {}
|
|
1579
|
+
}
|
|
1580
|
+
},
|
|
1205
1581
|
{
|
|
1206
1582
|
"name": "fontawesome",
|
|
1207
1583
|
"description": "Module to join nuxt and Fontawesome 5",
|
|
@@ -1225,13 +1601,36 @@
|
|
|
1225
1601
|
}
|
|
1226
1602
|
},
|
|
1227
1603
|
{
|
|
1228
|
-
"name": "
|
|
1229
|
-
"description": "
|
|
1230
|
-
"repo": "
|
|
1231
|
-
"npm": "@
|
|
1232
|
-
"icon": "
|
|
1233
|
-
"github": "https://github.com/
|
|
1234
|
-
"website": "https://
|
|
1604
|
+
"name": "form-actions",
|
|
1605
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1606
|
+
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
|
|
1607
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1608
|
+
"icon": "form-actions.svg",
|
|
1609
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1610
|
+
"website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1611
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1612
|
+
"category": "Request",
|
|
1613
|
+
"type": "3rd-party",
|
|
1614
|
+
"maintainers": [
|
|
1615
|
+
{
|
|
1616
|
+
"name": "Hebilicious",
|
|
1617
|
+
"github": "Hebilicious",
|
|
1618
|
+
"twitter": "its_hebilicious"
|
|
1619
|
+
}
|
|
1620
|
+
],
|
|
1621
|
+
"compatibility": {
|
|
1622
|
+
"nuxt": "^3.0.0",
|
|
1623
|
+
"requires": {}
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"name": "formkit",
|
|
1628
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1629
|
+
"repo": "formkit/formkit#master/packages/nuxt",
|
|
1630
|
+
"npm": "@formkit/nuxt",
|
|
1631
|
+
"icon": "formkit.png",
|
|
1632
|
+
"github": "https://github.com/formkit/formkit",
|
|
1633
|
+
"website": "https://formkit.com",
|
|
1235
1634
|
"learn_more": "https://formkit.com/essentials/installation#with-nuxt",
|
|
1236
1635
|
"category": "Libraries",
|
|
1237
1636
|
"type": "3rd-party",
|
|
@@ -1308,13 +1707,17 @@
|
|
|
1308
1707
|
"category": "Analytics",
|
|
1309
1708
|
"type": "community",
|
|
1310
1709
|
"maintainers": [
|
|
1710
|
+
{
|
|
1711
|
+
"name": "Alexander Lichter",
|
|
1712
|
+
"github": "manniL"
|
|
1713
|
+
},
|
|
1311
1714
|
{
|
|
1312
1715
|
"name": "Troy Morehouse",
|
|
1313
1716
|
"github": "tmorehouse"
|
|
1314
1717
|
}
|
|
1315
1718
|
],
|
|
1316
1719
|
"compatibility": {
|
|
1317
|
-
"nuxt": "^2.0.0",
|
|
1720
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1318
1721
|
"requires": {}
|
|
1319
1722
|
}
|
|
1320
1723
|
},
|
|
@@ -1477,6 +1880,52 @@
|
|
|
1477
1880
|
"requires": {}
|
|
1478
1881
|
}
|
|
1479
1882
|
},
|
|
1883
|
+
{
|
|
1884
|
+
"name": "graphql-server",
|
|
1885
|
+
"description": "Easy GraphQL server implementation with Nuxt",
|
|
1886
|
+
"repo": "tobiasdiez/nuxt-graphql-server",
|
|
1887
|
+
"npm": "nuxt-graphql-server",
|
|
1888
|
+
"icon": "",
|
|
1889
|
+
"github": "https://github.com/tobiasdiez/nuxt-graphql-server",
|
|
1890
|
+
"website": "https://github.com/tobiasdiez/nuxt-graphql-server",
|
|
1891
|
+
"learn_more": "",
|
|
1892
|
+
"category": "Request",
|
|
1893
|
+
"type": "3rd-party",
|
|
1894
|
+
"maintainers": [
|
|
1895
|
+
{
|
|
1896
|
+
"name": "tobiasdiez",
|
|
1897
|
+
"github": "tobiasdiez"
|
|
1898
|
+
}
|
|
1899
|
+
],
|
|
1900
|
+
"compatibility": {
|
|
1901
|
+
"nuxt": "^3.0.0",
|
|
1902
|
+
"requires": {}
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"name": "gtag",
|
|
1907
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1908
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1909
|
+
"npm": "nuxt-gtag",
|
|
1910
|
+
"icon": "gtag.svg",
|
|
1911
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1912
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1913
|
+
"learn_more": "",
|
|
1914
|
+
"category": "Analytics",
|
|
1915
|
+
"type": "3rd-party",
|
|
1916
|
+
"maintainers": [
|
|
1917
|
+
{
|
|
1918
|
+
"name": "Johann Schopplich",
|
|
1919
|
+
"github": "johannschopplich",
|
|
1920
|
+
"twitter": "jschopplich",
|
|
1921
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1922
|
+
}
|
|
1923
|
+
],
|
|
1924
|
+
"compatibility": {
|
|
1925
|
+
"nuxt": "^3.0.0",
|
|
1926
|
+
"requires": {}
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1480
1929
|
{
|
|
1481
1930
|
"name": "gtm",
|
|
1482
1931
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -1522,14 +1971,36 @@
|
|
|
1522
1971
|
"requires": {}
|
|
1523
1972
|
}
|
|
1524
1973
|
},
|
|
1974
|
+
{
|
|
1975
|
+
"name": "hanko",
|
|
1976
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
1977
|
+
"repo": "nuxt-modules/hanko",
|
|
1978
|
+
"npm": "@nuxtjs/hanko",
|
|
1979
|
+
"icon": "hanko.svg",
|
|
1980
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
1981
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
1982
|
+
"learn_more": "https://hanko.io/",
|
|
1983
|
+
"category": "Security",
|
|
1984
|
+
"type": "community",
|
|
1985
|
+
"maintainers": [
|
|
1986
|
+
{
|
|
1987
|
+
"name": "danielroe",
|
|
1988
|
+
"github": "danielroe"
|
|
1989
|
+
}
|
|
1990
|
+
],
|
|
1991
|
+
"compatibility": {
|
|
1992
|
+
"nuxt": "^3.0.0",
|
|
1993
|
+
"requires": {}
|
|
1994
|
+
}
|
|
1995
|
+
},
|
|
1525
1996
|
{
|
|
1526
1997
|
"name": "harlem",
|
|
1527
1998
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1528
|
-
"repo": "nuxt-
|
|
1999
|
+
"repo": "nuxt-modules/harlem",
|
|
1529
2000
|
"npm": "@nuxtjs/harlem",
|
|
1530
2001
|
"icon": "harlem.svg",
|
|
1531
|
-
"github": "https://github.com/nuxt-
|
|
1532
|
-
"website": "https://github.com/nuxt-
|
|
2002
|
+
"github": "https://github.com/nuxt-modules/harlem",
|
|
2003
|
+
"website": "https://github.com/nuxt-modules/harlem",
|
|
1533
2004
|
"learn_more": "https://harlemjs.com/",
|
|
1534
2005
|
"category": "Extensions",
|
|
1535
2006
|
"type": "community",
|
|
@@ -1545,6 +2016,28 @@
|
|
|
1545
2016
|
"requires": {}
|
|
1546
2017
|
}
|
|
1547
2018
|
},
|
|
2019
|
+
{
|
|
2020
|
+
"name": "headlessui",
|
|
2021
|
+
"description": "Headless UI integration for Nuxt. Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.",
|
|
2022
|
+
"repo": "P4sca1/nuxt-headlessui",
|
|
2023
|
+
"npm": "nuxt-headlessui",
|
|
2024
|
+
"icon": "headlessui.png",
|
|
2025
|
+
"github": "https://github.com/P4sca1/nuxt-headlessui",
|
|
2026
|
+
"website": "https://github.com/P4sca1/nuxt-headlessui",
|
|
2027
|
+
"learn_more": "https://headlessui.com",
|
|
2028
|
+
"category": "UI",
|
|
2029
|
+
"type": "3rd-party",
|
|
2030
|
+
"maintainers": [
|
|
2031
|
+
{
|
|
2032
|
+
"name": "Pascal Sthamer",
|
|
2033
|
+
"github": "P4sca1"
|
|
2034
|
+
}
|
|
2035
|
+
],
|
|
2036
|
+
"compatibility": {
|
|
2037
|
+
"nuxt": "^3.0.0",
|
|
2038
|
+
"requires": {}
|
|
2039
|
+
}
|
|
2040
|
+
},
|
|
1548
2041
|
{
|
|
1549
2042
|
"name": "headway",
|
|
1550
2043
|
"description": "Headway changelog widget for Nuxt",
|
|
@@ -1659,10 +2152,10 @@
|
|
|
1659
2152
|
{
|
|
1660
2153
|
"name": "html-validator",
|
|
1661
2154
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1662
|
-
"repo": "nuxt-
|
|
2155
|
+
"repo": "nuxt-modules/html-validator",
|
|
1663
2156
|
"npm": "@nuxtjs/html-validator",
|
|
1664
2157
|
"icon": "html-validator.png",
|
|
1665
|
-
"github": "https://github.com/nuxt-
|
|
2158
|
+
"github": "https://github.com/nuxt-modules/html-validator",
|
|
1666
2159
|
"website": "https://html-validator.nuxtjs.org",
|
|
1667
2160
|
"learn_more": "https://html-validate.org",
|
|
1668
2161
|
"category": "Performance",
|
|
@@ -1675,8 +2168,10 @@
|
|
|
1675
2168
|
}
|
|
1676
2169
|
],
|
|
1677
2170
|
"compatibility": {
|
|
1678
|
-
"nuxt": "^2.0.0",
|
|
1679
|
-
"requires": {
|
|
2171
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2172
|
+
"requires": {
|
|
2173
|
+
"bridge": "optional"
|
|
2174
|
+
}
|
|
1680
2175
|
}
|
|
1681
2176
|
},
|
|
1682
2177
|
{
|
|
@@ -1734,7 +2229,7 @@
|
|
|
1734
2229
|
"name": "i18n",
|
|
1735
2230
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
1736
2231
|
"repo": "nuxt-community/i18n-module",
|
|
1737
|
-
"npm": "
|
|
2232
|
+
"npm": "@nuxtjs/i18n",
|
|
1738
2233
|
"icon": "i18n.png",
|
|
1739
2234
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1740
2235
|
"website": "https://i18n.nuxtjs.org",
|
|
@@ -1752,7 +2247,51 @@
|
|
|
1752
2247
|
}
|
|
1753
2248
|
],
|
|
1754
2249
|
"compatibility": {
|
|
1755
|
-
"nuxt": "^2.0.0",
|
|
2250
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2251
|
+
"requires": {}
|
|
2252
|
+
}
|
|
2253
|
+
},
|
|
2254
|
+
{
|
|
2255
|
+
"name": "icon-font",
|
|
2256
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2257
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2258
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2259
|
+
"icon": "",
|
|
2260
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2261
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2262
|
+
"learn_more": "",
|
|
2263
|
+
"category": "UI",
|
|
2264
|
+
"type": "3rd-party",
|
|
2265
|
+
"maintainers": [
|
|
2266
|
+
{
|
|
2267
|
+
"name": "coremyslo",
|
|
2268
|
+
"github": "coremyslo"
|
|
2269
|
+
}
|
|
2270
|
+
],
|
|
2271
|
+
"compatibility": {
|
|
2272
|
+
"nuxt": "^3.0.0",
|
|
2273
|
+
"requires": {}
|
|
2274
|
+
}
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
"name": "icon",
|
|
2278
|
+
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
2279
|
+
"repo": "nuxt-modules/icon",
|
|
2280
|
+
"npm": "nuxt-icon",
|
|
2281
|
+
"icon": "nuxt-icon.png",
|
|
2282
|
+
"github": "https://github.com/nuxt-modules/icon",
|
|
2283
|
+
"website": "https://github.com/nuxt-modules/icon",
|
|
2284
|
+
"learn_more": "",
|
|
2285
|
+
"category": "UI",
|
|
2286
|
+
"type": "community",
|
|
2287
|
+
"maintainers": [
|
|
2288
|
+
{
|
|
2289
|
+
"name": "Atinux",
|
|
2290
|
+
"github": "Atinux"
|
|
2291
|
+
}
|
|
2292
|
+
],
|
|
2293
|
+
"compatibility": {
|
|
2294
|
+
"nuxt": "^3.0.0",
|
|
1756
2295
|
"requires": {}
|
|
1757
2296
|
}
|
|
1758
2297
|
},
|
|
@@ -1829,7 +2368,7 @@
|
|
|
1829
2368
|
}
|
|
1830
2369
|
],
|
|
1831
2370
|
"compatibility": {
|
|
1832
|
-
"nuxt": "^2.0.0",
|
|
2371
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1833
2372
|
"requires": {
|
|
1834
2373
|
"bridge": "optional"
|
|
1835
2374
|
}
|
|
@@ -1860,12 +2399,12 @@
|
|
|
1860
2399
|
{
|
|
1861
2400
|
"name": "inkline",
|
|
1862
2401
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1863
|
-
"repo": "inkline/
|
|
1864
|
-
"npm": "@inkline/
|
|
2402
|
+
"repo": "inkline/plugin",
|
|
2403
|
+
"npm": "@inkline/plugin",
|
|
1865
2404
|
"icon": "inkline.svg",
|
|
1866
|
-
"github": "https://github.com/inkline/
|
|
2405
|
+
"github": "https://github.com/inkline/plugin",
|
|
1867
2406
|
"website": "https://inkline.io",
|
|
1868
|
-
"learn_more": "https://inkline.io/docs/
|
|
2407
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
1869
2408
|
"category": "UI",
|
|
1870
2409
|
"type": "3rd-party",
|
|
1871
2410
|
"maintainers": [
|
|
@@ -1907,14 +2446,14 @@
|
|
|
1907
2446
|
{
|
|
1908
2447
|
"name": "ionic",
|
|
1909
2448
|
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
1910
|
-
"repo": "
|
|
1911
|
-
"npm": "
|
|
2449
|
+
"repo": "nuxt-modules/ionic",
|
|
2450
|
+
"npm": "@nuxtjs/ionic",
|
|
1912
2451
|
"icon": "ionic.svg",
|
|
1913
|
-
"github": "https://github.com/
|
|
1914
|
-
"website": "https://ionic.
|
|
2452
|
+
"github": "https://github.com/nuxt-modules/ionic",
|
|
2453
|
+
"website": "https://ionic.nuxtjs.org",
|
|
1915
2454
|
"learn_more": "https://ionicframework.com",
|
|
1916
2455
|
"category": "Libraries",
|
|
1917
|
-
"type": "
|
|
2456
|
+
"type": "community",
|
|
1918
2457
|
"maintainers": [
|
|
1919
2458
|
{
|
|
1920
2459
|
"name": "Daniel Roe",
|
|
@@ -1940,12 +2479,12 @@
|
|
|
1940
2479
|
"type": "3rd-party",
|
|
1941
2480
|
"maintainers": [
|
|
1942
2481
|
{
|
|
1943
|
-
"name": "
|
|
2482
|
+
"name": "Patrick Cate",
|
|
1944
2483
|
"github": "patrickcate"
|
|
1945
2484
|
}
|
|
1946
2485
|
],
|
|
1947
2486
|
"compatibility": {
|
|
1948
|
-
"nuxt": "^2.0.0",
|
|
2487
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1949
2488
|
"requires": {}
|
|
1950
2489
|
}
|
|
1951
2490
|
},
|
|
@@ -2083,6 +2622,30 @@
|
|
|
2083
2622
|
"requires": {}
|
|
2084
2623
|
}
|
|
2085
2624
|
},
|
|
2625
|
+
{
|
|
2626
|
+
"name": "link-checker",
|
|
2627
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2628
|
+
"repo": "harlan-zw/nuxt-link-checker",
|
|
2629
|
+
"npm": "nuxt-link-checker",
|
|
2630
|
+
"icon": "",
|
|
2631
|
+
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2632
|
+
"website": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2633
|
+
"learn_more": "",
|
|
2634
|
+
"category": "SEO",
|
|
2635
|
+
"type": "3rd-party",
|
|
2636
|
+
"maintainers": [
|
|
2637
|
+
{
|
|
2638
|
+
"name": "Harlan Wilton",
|
|
2639
|
+
"github": "harlan-zw",
|
|
2640
|
+
"twitter": "harlan_zw",
|
|
2641
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
2642
|
+
}
|
|
2643
|
+
],
|
|
2644
|
+
"compatibility": {
|
|
2645
|
+
"nuxt": "^3.0.0",
|
|
2646
|
+
"requires": {}
|
|
2647
|
+
}
|
|
2648
|
+
},
|
|
2086
2649
|
{
|
|
2087
2650
|
"name": "localforage",
|
|
2088
2651
|
"description": "LocalForage is a fast and simple storage library for JavaScript",
|
|
@@ -2174,7 +2737,7 @@
|
|
|
2174
2737
|
}
|
|
2175
2738
|
],
|
|
2176
2739
|
"compatibility": {
|
|
2177
|
-
"nuxt": "^2.0.0",
|
|
2740
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2178
2741
|
"requires": {}
|
|
2179
2742
|
}
|
|
2180
2743
|
},
|
|
@@ -2291,6 +2854,31 @@
|
|
|
2291
2854
|
"requires": {}
|
|
2292
2855
|
}
|
|
2293
2856
|
},
|
|
2857
|
+
{
|
|
2858
|
+
"name": "medusa",
|
|
2859
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2860
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2861
|
+
"npm": "nuxt-medusa",
|
|
2862
|
+
"icon": "medusa.svg",
|
|
2863
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2864
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2865
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2866
|
+
"category": "Ecommerce",
|
|
2867
|
+
"type": "3rd-party",
|
|
2868
|
+
"maintainers": [
|
|
2869
|
+
{
|
|
2870
|
+
"name": "Jakub Andrzejewski",
|
|
2871
|
+
"github": "Baroshem",
|
|
2872
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2873
|
+
}
|
|
2874
|
+
],
|
|
2875
|
+
"compatibility": {
|
|
2876
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2877
|
+
"requires": {
|
|
2878
|
+
"bridge": true
|
|
2879
|
+
}
|
|
2880
|
+
}
|
|
2881
|
+
},
|
|
2294
2882
|
{
|
|
2295
2883
|
"name": "meilisearch",
|
|
2296
2884
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2360,6 +2948,29 @@
|
|
|
2360
2948
|
"requires": {}
|
|
2361
2949
|
}
|
|
2362
2950
|
},
|
|
2951
|
+
{
|
|
2952
|
+
"name": "module-feed",
|
|
2953
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
2954
|
+
"repo": "tresko/nuxt-module-feed",
|
|
2955
|
+
"npm": "nuxt-module-feed",
|
|
2956
|
+
"icon": "",
|
|
2957
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
2958
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
2959
|
+
"learn_more": "",
|
|
2960
|
+
"category": "SEO",
|
|
2961
|
+
"type": "3rd-party",
|
|
2962
|
+
"maintainers": [
|
|
2963
|
+
{
|
|
2964
|
+
"name": "Miha Sedej",
|
|
2965
|
+
"github": "tresko",
|
|
2966
|
+
"twitter": "mihasedej"
|
|
2967
|
+
}
|
|
2968
|
+
],
|
|
2969
|
+
"compatibility": {
|
|
2970
|
+
"nuxt": "^3.0.0",
|
|
2971
|
+
"requires": {}
|
|
2972
|
+
}
|
|
2973
|
+
},
|
|
2363
2974
|
{
|
|
2364
2975
|
"name": "moment",
|
|
2365
2976
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2549,44 +3160,42 @@
|
|
|
2549
3160
|
}
|
|
2550
3161
|
},
|
|
2551
3162
|
{
|
|
2552
|
-
"name": "
|
|
2553
|
-
"description": "
|
|
2554
|
-
"repo": "
|
|
2555
|
-
"npm": "
|
|
2556
|
-
"icon": "
|
|
2557
|
-
"github": "https://github.com/
|
|
2558
|
-
"website": "https://github.com/
|
|
3163
|
+
"name": "nupolyon",
|
|
3164
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3165
|
+
"repo": "adenvt/nupolyon",
|
|
3166
|
+
"npm": "nupolyon",
|
|
3167
|
+
"icon": "",
|
|
3168
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3169
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
2559
3170
|
"learn_more": "",
|
|
2560
|
-
"category": "
|
|
3171
|
+
"category": "Performance",
|
|
2561
3172
|
"type": "3rd-party",
|
|
2562
3173
|
"maintainers": [
|
|
2563
3174
|
{
|
|
2564
|
-
"name": "
|
|
2565
|
-
"github": "
|
|
3175
|
+
"name": "adenvt",
|
|
3176
|
+
"github": "adenvt"
|
|
2566
3177
|
}
|
|
2567
3178
|
],
|
|
2568
3179
|
"compatibility": {
|
|
2569
|
-
"nuxt": "^
|
|
2570
|
-
"requires": {
|
|
2571
|
-
"bridge": "optional"
|
|
2572
|
-
}
|
|
3180
|
+
"nuxt": "^3.0.0",
|
|
3181
|
+
"requires": {}
|
|
2573
3182
|
}
|
|
2574
3183
|
},
|
|
2575
3184
|
{
|
|
2576
|
-
"name": "nuxt-
|
|
2577
|
-
"description": "
|
|
2578
|
-
"repo": "
|
|
2579
|
-
"npm": "nuxt-
|
|
3185
|
+
"name": "nuxt-auth",
|
|
3186
|
+
"description": "",
|
|
3187
|
+
"repo": "sidebase/nuxt-auth",
|
|
3188
|
+
"npm": "@sidebase/nuxt-auth",
|
|
2580
3189
|
"icon": "",
|
|
2581
|
-
"github": "https://github.com/
|
|
2582
|
-
"website": "https://github.com/
|
|
2583
|
-
"learn_more": "
|
|
2584
|
-
"category": "
|
|
3190
|
+
"github": "https://github.com/sidebase/nuxt-auth",
|
|
3191
|
+
"website": "https://github.com/sidebase/nuxt-auth",
|
|
3192
|
+
"learn_more": "",
|
|
3193
|
+
"category": "Devtools",
|
|
2585
3194
|
"type": "3rd-party",
|
|
2586
3195
|
"maintainers": [
|
|
2587
3196
|
{
|
|
2588
|
-
"name": "
|
|
2589
|
-
"github": "
|
|
3197
|
+
"name": "sidebase",
|
|
3198
|
+
"github": "sidebase"
|
|
2590
3199
|
}
|
|
2591
3200
|
],
|
|
2592
3201
|
"compatibility": {
|
|
@@ -2595,82 +3204,474 @@
|
|
|
2595
3204
|
}
|
|
2596
3205
|
},
|
|
2597
3206
|
{
|
|
2598
|
-
"name": "nuxt-
|
|
2599
|
-
"description": "
|
|
2600
|
-
"repo": "
|
|
2601
|
-
"npm": "nuxt-
|
|
2602
|
-
"icon": "",
|
|
2603
|
-
"github": "https://github.com/
|
|
2604
|
-
"website": "https://github.com/
|
|
2605
|
-
"learn_more": "https://github.com/
|
|
2606
|
-
"category": "
|
|
3207
|
+
"name": "nuxt-chatgpt",
|
|
3208
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3209
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3210
|
+
"npm": "nuxt-chatgpt",
|
|
3211
|
+
"icon": "chatgpt.svg",
|
|
3212
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3213
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3214
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3215
|
+
"category": "Libraries",
|
|
2607
3216
|
"type": "3rd-party",
|
|
2608
3217
|
"maintainers": [
|
|
2609
3218
|
{
|
|
2610
|
-
"name": "
|
|
2611
|
-
"github": "
|
|
2612
|
-
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
3219
|
+
"name": "Oliver Trajceski",
|
|
3220
|
+
"github": "schnapsterdog"
|
|
2613
3221
|
}
|
|
2614
3222
|
],
|
|
2615
3223
|
"compatibility": {
|
|
2616
|
-
"nuxt": "^
|
|
3224
|
+
"nuxt": "^3.0.0",
|
|
2617
3225
|
"requires": {}
|
|
2618
3226
|
}
|
|
2619
3227
|
},
|
|
2620
3228
|
{
|
|
2621
|
-
"name": "nuxt-
|
|
2622
|
-
"description": "
|
|
2623
|
-
"repo": "
|
|
2624
|
-
"npm": "nuxt-
|
|
2625
|
-
"icon": "nuxt-
|
|
2626
|
-
"github": "https://github.com/
|
|
2627
|
-
"website": "https://
|
|
2628
|
-
"learn_more": "
|
|
2629
|
-
"category": "
|
|
3229
|
+
"name": "nuxt-graphql-middleware",
|
|
3230
|
+
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
3231
|
+
"repo": "dulnan/nuxt-graphql-middleware",
|
|
3232
|
+
"npm": "nuxt-graphql-middleware",
|
|
3233
|
+
"icon": "nuxt-graphql-middleware.svg",
|
|
3234
|
+
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3235
|
+
"website": "https://nuxt-graphql-middleware.dulnan.net",
|
|
3236
|
+
"learn_more": "",
|
|
3237
|
+
"category": "Request",
|
|
2630
3238
|
"type": "3rd-party",
|
|
2631
3239
|
"maintainers": [
|
|
2632
3240
|
{
|
|
2633
|
-
"name": "
|
|
2634
|
-
"github": "
|
|
2635
|
-
"twitter": "
|
|
2636
|
-
"avatar": "https://avatars.githubusercontent.com/
|
|
3241
|
+
"name": "dulnan",
|
|
3242
|
+
"github": "dulnan",
|
|
3243
|
+
"twitter": "dulnan",
|
|
3244
|
+
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
"name": "ayalon",
|
|
3248
|
+
"github": "ayalon",
|
|
3249
|
+
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
2637
3250
|
}
|
|
2638
3251
|
],
|
|
2639
3252
|
"compatibility": {
|
|
2640
|
-
"nuxt": "^2.0.0",
|
|
3253
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2641
3254
|
"requires": {}
|
|
2642
3255
|
}
|
|
2643
3256
|
},
|
|
2644
3257
|
{
|
|
2645
|
-
"name": "nuxt-
|
|
2646
|
-
"description": "
|
|
2647
|
-
"repo": "
|
|
2648
|
-
"npm": "nuxt-
|
|
3258
|
+
"name": "nuxt-graphql-playground",
|
|
3259
|
+
"description": "",
|
|
3260
|
+
"repo": "pinpon-dev/nuxt-graphql-playground",
|
|
3261
|
+
"npm": "@pin-pon/nuxt-graphql-playground",
|
|
2649
3262
|
"icon": "",
|
|
2650
|
-
"github": "https://github.com/
|
|
2651
|
-
"website": "https://github.com/
|
|
3263
|
+
"github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
3264
|
+
"website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
2652
3265
|
"learn_more": "",
|
|
2653
|
-
"category": "
|
|
3266
|
+
"category": "Devtools",
|
|
2654
3267
|
"type": "3rd-party",
|
|
2655
3268
|
"maintainers": [
|
|
2656
3269
|
{
|
|
2657
|
-
"name": "
|
|
2658
|
-
"github": "
|
|
3270
|
+
"name": "pinpon-dev",
|
|
3271
|
+
"github": "pinpon-dev"
|
|
2659
3272
|
}
|
|
2660
3273
|
],
|
|
2661
3274
|
"compatibility": {
|
|
2662
|
-
"nuxt": "^
|
|
3275
|
+
"nuxt": "^2.0.0",
|
|
2663
3276
|
"requires": {}
|
|
2664
3277
|
}
|
|
2665
3278
|
},
|
|
2666
3279
|
{
|
|
2667
|
-
"name": "nuxt-
|
|
2668
|
-
"description": "A Nuxt module
|
|
2669
|
-
"repo": "
|
|
2670
|
-
"npm": "nuxt-
|
|
2671
|
-
"icon": "nuxt-
|
|
2672
|
-
"github": "https://github.com/
|
|
2673
|
-
"website": "https://github.com/
|
|
3280
|
+
"name": "nuxt-gtm",
|
|
3281
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3282
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3283
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3284
|
+
"icon": "nuxt-gtm.svg",
|
|
3285
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3286
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3287
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3288
|
+
"category": "Analytics",
|
|
3289
|
+
"type": "3rd-party",
|
|
3290
|
+
"maintainers": [
|
|
3291
|
+
{
|
|
3292
|
+
"name": "Zadig&Voltaire Team",
|
|
3293
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3294
|
+
}
|
|
3295
|
+
],
|
|
3296
|
+
"compatibility": {
|
|
3297
|
+
"nuxt": "^3.0.0",
|
|
3298
|
+
"requires": {}
|
|
3299
|
+
}
|
|
3300
|
+
},
|
|
3301
|
+
{
|
|
3302
|
+
"name": "nuxt-hue",
|
|
3303
|
+
"description": "Enlighten your Nuxt experience",
|
|
3304
|
+
"repo": "lihbr/nuxt-hue",
|
|
3305
|
+
"npm": "nuxt-hue",
|
|
3306
|
+
"icon": "nuxt-hue.svg",
|
|
3307
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
3308
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
3309
|
+
"learn_more": "",
|
|
3310
|
+
"category": "Devtools",
|
|
3311
|
+
"type": "3rd-party",
|
|
3312
|
+
"maintainers": [
|
|
3313
|
+
{
|
|
3314
|
+
"name": "lihbr",
|
|
3315
|
+
"github": "lihbr"
|
|
3316
|
+
}
|
|
3317
|
+
],
|
|
3318
|
+
"compatibility": {
|
|
3319
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3320
|
+
"requires": {
|
|
3321
|
+
"bridge": "optional"
|
|
3322
|
+
}
|
|
3323
|
+
}
|
|
3324
|
+
},
|
|
3325
|
+
{
|
|
3326
|
+
"name": "nuxt-localtunnel",
|
|
3327
|
+
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
3328
|
+
"repo": "nuxtus/localtunnel",
|
|
3329
|
+
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3330
|
+
"icon": "nuxt-localtunnel.svg",
|
|
3331
|
+
"github": "https://github.com/nuxtus/localtunnel",
|
|
3332
|
+
"website": "https://nuxtus.com",
|
|
3333
|
+
"learn_more": "https://docs.nuxtus.com/#/localtunnel",
|
|
3334
|
+
"category": "Devtools",
|
|
3335
|
+
"type": "3rd-party",
|
|
3336
|
+
"maintainers": [
|
|
3337
|
+
{
|
|
3338
|
+
"name": "Craig Harman",
|
|
3339
|
+
"github": "craigharman",
|
|
3340
|
+
"twitter": "craig_harman"
|
|
3341
|
+
}
|
|
3342
|
+
],
|
|
3343
|
+
"compatibility": {
|
|
3344
|
+
"nuxt": "^3.0.0",
|
|
3345
|
+
"requires": {}
|
|
3346
|
+
}
|
|
3347
|
+
},
|
|
3348
|
+
{
|
|
3349
|
+
"name": "nuxt-loco",
|
|
3350
|
+
"description": "A localise.biz module to synth locale with Nuxt.js",
|
|
3351
|
+
"repo": "gaetansenn/nuxt-loco",
|
|
3352
|
+
"npm": "nuxt-loco",
|
|
3353
|
+
"icon": "",
|
|
3354
|
+
"github": "https://github.com/gaetansenn/nuxt-loco",
|
|
3355
|
+
"website": "https://nuxt-loco.dewib.com/",
|
|
3356
|
+
"learn_more": "",
|
|
3357
|
+
"category": "Libraries",
|
|
3358
|
+
"type": "3rd-party",
|
|
3359
|
+
"maintainers": [
|
|
3360
|
+
{
|
|
3361
|
+
"name": "Gaetan SENN",
|
|
3362
|
+
"github": "gaetansenn",
|
|
3363
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
3364
|
+
}
|
|
3365
|
+
],
|
|
3366
|
+
"compatibility": {
|
|
3367
|
+
"nuxt": "^3.0.0",
|
|
3368
|
+
"requires": {}
|
|
3369
|
+
}
|
|
3370
|
+
},
|
|
3371
|
+
{
|
|
3372
|
+
"name": "nuxt-mapbox",
|
|
3373
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3374
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3375
|
+
"npm": "nuxt-mapbox",
|
|
3376
|
+
"icon": "nuxt-mapbox.svg",
|
|
3377
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3378
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3379
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3380
|
+
"category": "Libraries",
|
|
3381
|
+
"type": "3rd-party",
|
|
3382
|
+
"maintainers": [
|
|
3383
|
+
{
|
|
3384
|
+
"name": "Alex Lavoie",
|
|
3385
|
+
"github": "AlexLavoie42"
|
|
3386
|
+
}
|
|
3387
|
+
],
|
|
3388
|
+
"compatibility": {
|
|
3389
|
+
"nuxt": "^3.0.0",
|
|
3390
|
+
"requires": {}
|
|
3391
|
+
}
|
|
3392
|
+
},
|
|
3393
|
+
{
|
|
3394
|
+
"name": "nuxt-monaco-editor",
|
|
3395
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
3396
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
3397
|
+
"npm": "nuxt-monaco-editor",
|
|
3398
|
+
"icon": "nuxt-monaco-editor.png",
|
|
3399
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
3400
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
3401
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
3402
|
+
"category": "Libraries",
|
|
3403
|
+
"type": "3rd-party",
|
|
3404
|
+
"maintainers": [
|
|
3405
|
+
{
|
|
3406
|
+
"name": "e-chan1007",
|
|
3407
|
+
"github": "e-chan1007"
|
|
3408
|
+
}
|
|
3409
|
+
],
|
|
3410
|
+
"compatibility": {
|
|
3411
|
+
"nuxt": "^3.0.0",
|
|
3412
|
+
"requires": {}
|
|
3413
|
+
}
|
|
3414
|
+
},
|
|
3415
|
+
{
|
|
3416
|
+
"name": "nuxt-mongoose",
|
|
3417
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3418
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3419
|
+
"npm": "nuxt-mongoose",
|
|
3420
|
+
"icon": "nuxt-mongoose.svg",
|
|
3421
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3422
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3423
|
+
"learn_more": "",
|
|
3424
|
+
"category": "Database",
|
|
3425
|
+
"type": "3rd-party",
|
|
3426
|
+
"maintainers": [
|
|
3427
|
+
{
|
|
3428
|
+
"name": "arashsheyda",
|
|
3429
|
+
"github": "arashsheyda"
|
|
3430
|
+
}
|
|
3431
|
+
],
|
|
3432
|
+
"compatibility": {
|
|
3433
|
+
"nuxt": "^3.0.0",
|
|
3434
|
+
"requires": {}
|
|
3435
|
+
}
|
|
3436
|
+
},
|
|
3437
|
+
{
|
|
3438
|
+
"name": "nuxt-pdf",
|
|
3439
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
3440
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3441
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
3442
|
+
"icon": "nuxt-pdf.png",
|
|
3443
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
3444
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
3445
|
+
"learn_more": "https://github.com/sidebase",
|
|
3446
|
+
"category": "Extensions",
|
|
3447
|
+
"type": "3rd-party",
|
|
3448
|
+
"maintainers": [
|
|
3449
|
+
{
|
|
3450
|
+
"name": "sidebase",
|
|
3451
|
+
"github": "sidebase",
|
|
3452
|
+
"twitter": "sidebase_io"
|
|
3453
|
+
}
|
|
3454
|
+
],
|
|
3455
|
+
"compatibility": {
|
|
3456
|
+
"nuxt": "^3.0.0",
|
|
3457
|
+
"requires": {}
|
|
3458
|
+
}
|
|
3459
|
+
},
|
|
3460
|
+
{
|
|
3461
|
+
"name": "nuxt-phosphor-icons",
|
|
3462
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3463
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3464
|
+
"npm": "nuxt-phosphor-icons",
|
|
3465
|
+
"icon": "phosphor-icons.svg",
|
|
3466
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3467
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3468
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3469
|
+
"category": "UI",
|
|
3470
|
+
"type": "3rd-party",
|
|
3471
|
+
"maintainers": [
|
|
3472
|
+
{
|
|
3473
|
+
"name": "OyewoleOyedeji",
|
|
3474
|
+
"github": "OyewoleOyedeji"
|
|
3475
|
+
}
|
|
3476
|
+
],
|
|
3477
|
+
"compatibility": {
|
|
3478
|
+
"nuxt": "^3.0.0",
|
|
3479
|
+
"requires": {}
|
|
3480
|
+
}
|
|
3481
|
+
},
|
|
3482
|
+
{
|
|
3483
|
+
"name": "nuxt-pino-log",
|
|
3484
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
3485
|
+
"repo": "kpn/nuxt-pino-log",
|
|
3486
|
+
"npm": "nuxt-pino-log",
|
|
3487
|
+
"icon": "",
|
|
3488
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
3489
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
3490
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
3491
|
+
"category": "Monitoring",
|
|
3492
|
+
"type": "3rd-party",
|
|
3493
|
+
"maintainers": [
|
|
3494
|
+
{
|
|
3495
|
+
"name": "kpn",
|
|
3496
|
+
"github": "kpn"
|
|
3497
|
+
}
|
|
3498
|
+
],
|
|
3499
|
+
"compatibility": {
|
|
3500
|
+
"nuxt": "^2.0.0",
|
|
3501
|
+
"requires": {}
|
|
3502
|
+
}
|
|
3503
|
+
},
|
|
3504
|
+
{
|
|
3505
|
+
"name": "plausible",
|
|
3506
|
+
"description": "Nuxt 3 module to natively integrate Plausible analytics",
|
|
3507
|
+
"repo": "nuxt-modules/plausible",
|
|
3508
|
+
"npm": "@nuxtjs/plausible",
|
|
3509
|
+
"icon": "plausible.png",
|
|
3510
|
+
"github": "https://github.com/nuxt-modules/plausible",
|
|
3511
|
+
"website": "https://github.com/nuxt-modules/plausible",
|
|
3512
|
+
"learn_more": "https://plausible.io/",
|
|
3513
|
+
"category": "Analytics",
|
|
3514
|
+
"type": "community",
|
|
3515
|
+
"maintainers": [
|
|
3516
|
+
{
|
|
3517
|
+
"name": "Johann Schopplich",
|
|
3518
|
+
"github": "johannschopplich"
|
|
3519
|
+
}
|
|
3520
|
+
],
|
|
3521
|
+
"compatibility": {
|
|
3522
|
+
"nuxt": "^3.0.0",
|
|
3523
|
+
"requires": {}
|
|
3524
|
+
}
|
|
3525
|
+
},
|
|
3526
|
+
{
|
|
3527
|
+
"name": "nuxt-png-to-ico",
|
|
3528
|
+
"description": "Nuxt.js module for auto generating favicons",
|
|
3529
|
+
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3530
|
+
"npm": "nuxt-png-to-ico",
|
|
3531
|
+
"icon": "",
|
|
3532
|
+
"github": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
3533
|
+
"website": "https://github.com/b5710546232/nuxt-png-to-ico",
|
|
3534
|
+
"learn_more": "https://github.com/steambap/png-to-ico",
|
|
3535
|
+
"category": "Devtools",
|
|
3536
|
+
"type": "3rd-party",
|
|
3537
|
+
"maintainers": [
|
|
3538
|
+
{
|
|
3539
|
+
"name": "b5710546232",
|
|
3540
|
+
"github": "b5710546232",
|
|
3541
|
+
"avatar": "https://avatars.githubusercontent.com/u/11013287?v=4"
|
|
3542
|
+
}
|
|
3543
|
+
],
|
|
3544
|
+
"compatibility": {
|
|
3545
|
+
"nuxt": "^2.0.0",
|
|
3546
|
+
"requires": {}
|
|
3547
|
+
}
|
|
3548
|
+
},
|
|
3549
|
+
{
|
|
3550
|
+
"name": "nuxt-smartlook",
|
|
3551
|
+
"description": "Integrate Smartlook in your Nuxt.js apps using nuxt-smartlook.",
|
|
3552
|
+
"repo": "f00b4r/nuxt-smartlook",
|
|
3553
|
+
"npm": "nuxt-smartlook",
|
|
3554
|
+
"icon": "nuxt-smartlook.png",
|
|
3555
|
+
"github": "https://github.com/f00b4r/nuxt-smartlook",
|
|
3556
|
+
"website": "https://github.com/f00b4r/nuxt-smartlook",
|
|
3557
|
+
"learn_more": "https://www.smartlook.com/",
|
|
3558
|
+
"category": "Analytics",
|
|
3559
|
+
"type": "3rd-party",
|
|
3560
|
+
"maintainers": [
|
|
3561
|
+
{
|
|
3562
|
+
"name": "Milan Sulc",
|
|
3563
|
+
"github": "f3l1x",
|
|
3564
|
+
"twitter": "xf3l1x",
|
|
3565
|
+
"avatar": "https://avatars.githubusercontent.com/u/538058?v=4"
|
|
3566
|
+
}
|
|
3567
|
+
],
|
|
3568
|
+
"compatibility": {
|
|
3569
|
+
"nuxt": "^2.0.0",
|
|
3570
|
+
"requires": {}
|
|
3571
|
+
}
|
|
3572
|
+
},
|
|
3573
|
+
{
|
|
3574
|
+
"name": "ssr-lit",
|
|
3575
|
+
"description": "Server-Side Rendering for Lit Element components",
|
|
3576
|
+
"repo": "prashantpalikhe/nuxt-ssr-lit",
|
|
3577
|
+
"npm": "nuxt-ssr-lit",
|
|
3578
|
+
"icon": "",
|
|
3579
|
+
"github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
3580
|
+
"website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
3581
|
+
"learn_more": "",
|
|
3582
|
+
"category": "Libraries",
|
|
3583
|
+
"type": "3rd-party",
|
|
3584
|
+
"maintainers": [
|
|
3585
|
+
{
|
|
3586
|
+
"name": "Prashant Palikhe",
|
|
3587
|
+
"github": "prashantpalikhe",
|
|
3588
|
+
"twitter": "prashantpalikhe"
|
|
3589
|
+
},
|
|
3590
|
+
{
|
|
3591
|
+
"name": "Steve Workman",
|
|
3592
|
+
"github": "steveworkman",
|
|
3593
|
+
"twitter": "steveworkman"
|
|
3594
|
+
}
|
|
3595
|
+
],
|
|
3596
|
+
"compatibility": {
|
|
3597
|
+
"nuxt": "^3.0.0",
|
|
3598
|
+
"requires": {}
|
|
3599
|
+
}
|
|
3600
|
+
},
|
|
3601
|
+
{
|
|
3602
|
+
"name": "nuxt-storm",
|
|
3603
|
+
"description": "WebStorm & PHPStorm support for NuxtJS components",
|
|
3604
|
+
"repo": "fumeapp/nuxt-storm",
|
|
3605
|
+
"npm": "nuxt-storm",
|
|
3606
|
+
"icon": "nuxt-storm.png",
|
|
3607
|
+
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
3608
|
+
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
3609
|
+
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
3610
|
+
"category": "Devtools",
|
|
3611
|
+
"type": "3rd-party",
|
|
3612
|
+
"maintainers": [
|
|
3613
|
+
{
|
|
3614
|
+
"name": "fumeapp",
|
|
3615
|
+
"github": "fumeapp"
|
|
3616
|
+
}
|
|
3617
|
+
],
|
|
3618
|
+
"compatibility": {
|
|
3619
|
+
"nuxt": "^2.0.0",
|
|
3620
|
+
"requires": {}
|
|
3621
|
+
}
|
|
3622
|
+
},
|
|
3623
|
+
{
|
|
3624
|
+
"name": "nuxt-svgo",
|
|
3625
|
+
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
3626
|
+
"repo": "cpsoinos/nuxt-svgo",
|
|
3627
|
+
"npm": "nuxt-svgo",
|
|
3628
|
+
"icon": "nuxt-svgo.png",
|
|
3629
|
+
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
3630
|
+
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
3631
|
+
"learn_more": "",
|
|
3632
|
+
"category": "Images",
|
|
3633
|
+
"type": "3rd-party",
|
|
3634
|
+
"maintainers": [
|
|
3635
|
+
{
|
|
3636
|
+
"name": "cpsoinos",
|
|
3637
|
+
"github": "cpsoinos"
|
|
3638
|
+
}
|
|
3639
|
+
],
|
|
3640
|
+
"compatibility": {
|
|
3641
|
+
"nuxt": "^3.0.0",
|
|
3642
|
+
"requires": {}
|
|
3643
|
+
}
|
|
3644
|
+
},
|
|
3645
|
+
{
|
|
3646
|
+
"name": "nuxt-unleash",
|
|
3647
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
3648
|
+
"repo": "conejerock/nuxt-unleash",
|
|
3649
|
+
"npm": "nuxt-unleash",
|
|
3650
|
+
"icon": "nuxt-unleash.svg",
|
|
3651
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
3652
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
3653
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
3654
|
+
"category": "Deployment",
|
|
3655
|
+
"type": "3rd-party",
|
|
3656
|
+
"maintainers": [
|
|
3657
|
+
{
|
|
3658
|
+
"name": "Juanjo Conejerock",
|
|
3659
|
+
"github": "conejerock"
|
|
3660
|
+
}
|
|
3661
|
+
],
|
|
3662
|
+
"compatibility": {
|
|
3663
|
+
"nuxt": "^2.0.0",
|
|
3664
|
+
"requires": {}
|
|
3665
|
+
}
|
|
3666
|
+
},
|
|
3667
|
+
{
|
|
3668
|
+
"name": "nuxt-use-motion",
|
|
3669
|
+
"description": "A Nuxt module putting your components in motion",
|
|
3670
|
+
"repo": "Tahul/nuxt-use-motion",
|
|
3671
|
+
"npm": "nuxt-use-motion",
|
|
3672
|
+
"icon": "nuxt-use-motion.svg",
|
|
3673
|
+
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
3674
|
+
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
2674
3675
|
"learn_more": "https://github.com/vueuse/motion",
|
|
2675
3676
|
"category": "Libraries",
|
|
2676
3677
|
"type": "3rd-party",
|
|
@@ -2725,7 +3726,53 @@
|
|
|
2725
3726
|
}
|
|
2726
3727
|
],
|
|
2727
3728
|
"compatibility": {
|
|
2728
|
-
"nuxt": "^2.0.0",
|
|
3729
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3730
|
+
"requires": {
|
|
3731
|
+
"bridge": "optional"
|
|
3732
|
+
}
|
|
3733
|
+
}
|
|
3734
|
+
},
|
|
3735
|
+
{
|
|
3736
|
+
"name": "nuxt-vue3-google-signin",
|
|
3737
|
+
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3738
|
+
"repo": "syetalabs/nuxt-vue3-google-signin",
|
|
3739
|
+
"npm": "nuxt-vue3-google-signin",
|
|
3740
|
+
"icon": "vue3-google-signin.svg",
|
|
3741
|
+
"github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
|
|
3742
|
+
"website": "https://vue3-google-signin.syetalabs.io",
|
|
3743
|
+
"learn_more": "https://vue3-google-signin.syetalabs.io",
|
|
3744
|
+
"category": "Libraries",
|
|
3745
|
+
"type": "3rd-party",
|
|
3746
|
+
"maintainers": [
|
|
3747
|
+
{
|
|
3748
|
+
"name": "Kasun Vithanage",
|
|
3749
|
+
"github": "kasvith"
|
|
3750
|
+
}
|
|
3751
|
+
],
|
|
3752
|
+
"compatibility": {
|
|
3753
|
+
"nuxt": "^3.0.0",
|
|
3754
|
+
"requires": {}
|
|
3755
|
+
}
|
|
3756
|
+
},
|
|
3757
|
+
{
|
|
3758
|
+
"name": "nuxt-vuetify",
|
|
3759
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
|
|
3760
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3761
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3762
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3763
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3764
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3765
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3766
|
+
"category": "UI",
|
|
3767
|
+
"type": "3rd-party",
|
|
3768
|
+
"maintainers": [
|
|
3769
|
+
{
|
|
3770
|
+
"name": "Jens van Hellemondt",
|
|
3771
|
+
"github": "invictus-codes"
|
|
3772
|
+
}
|
|
3773
|
+
],
|
|
3774
|
+
"compatibility": {
|
|
3775
|
+
"nuxt": "^3.0.0",
|
|
2729
3776
|
"requires": {}
|
|
2730
3777
|
}
|
|
2731
3778
|
},
|
|
@@ -2752,6 +3799,53 @@
|
|
|
2752
3799
|
"requires": {}
|
|
2753
3800
|
}
|
|
2754
3801
|
},
|
|
3802
|
+
{
|
|
3803
|
+
"name": "nuxtlabs-ui",
|
|
3804
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3805
|
+
"repo": "nuxtlabs/ui",
|
|
3806
|
+
"npm": "@nuxthq/ui",
|
|
3807
|
+
"icon": "nuxtlabs-ui.svg",
|
|
3808
|
+
"github": "https://github.com/nuxtlabs/ui",
|
|
3809
|
+
"website": "https://ui.nuxtlabs.com",
|
|
3810
|
+
"learn_more": "https://ui.nuxtlabs.com",
|
|
3811
|
+
"category": "UI",
|
|
3812
|
+
"type": "3rd-party",
|
|
3813
|
+
"maintainers": [
|
|
3814
|
+
{
|
|
3815
|
+
"name": "Benjamin Canac",
|
|
3816
|
+
"github": "benjamincanac",
|
|
3817
|
+
"twitter": "benjamincanac"
|
|
3818
|
+
}
|
|
3819
|
+
],
|
|
3820
|
+
"compatibility": {
|
|
3821
|
+
"nuxt": "^3.0.0",
|
|
3822
|
+
"requires": {}
|
|
3823
|
+
}
|
|
3824
|
+
},
|
|
3825
|
+
{
|
|
3826
|
+
"name": "og-image",
|
|
3827
|
+
"description": "Easily generate dynamic social share images.",
|
|
3828
|
+
"repo": "harlan-zw/nuxt-og-image",
|
|
3829
|
+
"npm": "nuxt-og-image",
|
|
3830
|
+
"icon": "",
|
|
3831
|
+
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3832
|
+
"website": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3833
|
+
"learn_more": "",
|
|
3834
|
+
"category": "SEO",
|
|
3835
|
+
"type": "3rd-party",
|
|
3836
|
+
"maintainers": [
|
|
3837
|
+
{
|
|
3838
|
+
"name": "Harlan Wilton",
|
|
3839
|
+
"github": "harlan-zw",
|
|
3840
|
+
"twitter": "harlan_zw",
|
|
3841
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3842
|
+
}
|
|
3843
|
+
],
|
|
3844
|
+
"compatibility": {
|
|
3845
|
+
"nuxt": "^3.0.0",
|
|
3846
|
+
"requires": {}
|
|
3847
|
+
}
|
|
3848
|
+
},
|
|
2755
3849
|
{
|
|
2756
3850
|
"name": "onesignal",
|
|
2757
3851
|
"description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
|
|
@@ -2845,11 +3939,11 @@
|
|
|
2845
3939
|
{
|
|
2846
3940
|
"name": "partytown",
|
|
2847
3941
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2848
|
-
"repo": "nuxt-
|
|
3942
|
+
"repo": "nuxt-modules/partytown",
|
|
2849
3943
|
"npm": "@nuxtjs/partytown",
|
|
2850
3944
|
"icon": "partytown.svg",
|
|
2851
|
-
"github": "https://github.com/nuxt-
|
|
2852
|
-
"website": "https://github.com/nuxt-
|
|
3945
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
3946
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
2853
3947
|
"learn_more": "https://partytown.builder.io/",
|
|
2854
3948
|
"category": "Performance",
|
|
2855
3949
|
"type": "community",
|
|
@@ -2867,6 +3961,30 @@
|
|
|
2867
3961
|
}
|
|
2868
3962
|
}
|
|
2869
3963
|
},
|
|
3964
|
+
{
|
|
3965
|
+
"name": "pdfeasy",
|
|
3966
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
3967
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
3968
|
+
"npm": "nuxt-pdfeasy",
|
|
3969
|
+
"icon": "pdfeasy.png",
|
|
3970
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
3971
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
3972
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
3973
|
+
"category": "Extensions",
|
|
3974
|
+
"type": "3rd-party",
|
|
3975
|
+
"maintainers": [
|
|
3976
|
+
{
|
|
3977
|
+
"name": "Giovane Cardoso",
|
|
3978
|
+
"github": "novout",
|
|
3979
|
+
"twitter": "novoutttttt",
|
|
3980
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
3981
|
+
}
|
|
3982
|
+
],
|
|
3983
|
+
"compatibility": {
|
|
3984
|
+
"nuxt": "^3.0.0",
|
|
3985
|
+
"requires": {}
|
|
3986
|
+
}
|
|
3987
|
+
},
|
|
2870
3988
|
{
|
|
2871
3989
|
"name": "persian-datepicker",
|
|
2872
3990
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -2890,14 +4008,62 @@
|
|
|
2890
4008
|
"requires": {}
|
|
2891
4009
|
}
|
|
2892
4010
|
},
|
|
4011
|
+
{
|
|
4012
|
+
"name": "pinia-orm",
|
|
4013
|
+
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
|
|
4014
|
+
"repo": "CodeDredd/pinia-orm#master/packages/nuxt",
|
|
4015
|
+
"npm": "@pinia-orm/nuxt",
|
|
4016
|
+
"icon": "pinia-orm.svg",
|
|
4017
|
+
"github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
|
|
4018
|
+
"website": "https://pinia-orm.codedredd.de/",
|
|
4019
|
+
"learn_more": "",
|
|
4020
|
+
"category": "Extensions",
|
|
4021
|
+
"type": "3rd-party",
|
|
4022
|
+
"maintainers": [
|
|
4023
|
+
{
|
|
4024
|
+
"name": "CodeDredd",
|
|
4025
|
+
"github": "CodeDredd"
|
|
4026
|
+
}
|
|
4027
|
+
],
|
|
4028
|
+
"compatibility": {
|
|
4029
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4030
|
+
"requires": {
|
|
4031
|
+
"bridge": "optional"
|
|
4032
|
+
}
|
|
4033
|
+
}
|
|
4034
|
+
},
|
|
4035
|
+
{
|
|
4036
|
+
"name": "pinia-plugin-persistedstate",
|
|
4037
|
+
"description": "Configurable persistence and rehydration of Pinia stores.",
|
|
4038
|
+
"repo": "prazdevs/pinia-plugin-persistedstate#main/packages/nuxt",
|
|
4039
|
+
"npm": "@pinia-plugin-persistedstate/nuxt",
|
|
4040
|
+
"icon": "pinia-plugin-persistedstate.png",
|
|
4041
|
+
"github": "https://github.com/prazdevs/pinia-plugin-persistedstate/tree/main/packages/nuxt",
|
|
4042
|
+
"website": "https://prazdevs.github.io/pinia-plugin-persistedstate/",
|
|
4043
|
+
"learn_more": "",
|
|
4044
|
+
"category": "Extensions",
|
|
4045
|
+
"type": "3rd-party",
|
|
4046
|
+
"maintainers": [
|
|
4047
|
+
{
|
|
4048
|
+
"name": "PraZ",
|
|
4049
|
+
"github": "prazdevs"
|
|
4050
|
+
}
|
|
4051
|
+
],
|
|
4052
|
+
"compatibility": {
|
|
4053
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4054
|
+
"requires": {
|
|
4055
|
+
"bridge": "optional"
|
|
4056
|
+
}
|
|
4057
|
+
}
|
|
4058
|
+
},
|
|
2893
4059
|
{
|
|
2894
4060
|
"name": "pinia",
|
|
2895
4061
|
"description": "The Vue Store that you will enjoy using",
|
|
2896
|
-
"repo": "
|
|
4062
|
+
"repo": "vuejs/pinia#v2/packages/nuxt",
|
|
2897
4063
|
"npm": "@pinia/nuxt",
|
|
2898
4064
|
"icon": "pinia.svg",
|
|
2899
|
-
"github": "https://github.com/
|
|
2900
|
-
"website": "https://pinia.
|
|
4065
|
+
"github": "https://github.com/vuejs/pinia/tree/v2/packages/nuxt",
|
|
4066
|
+
"website": "https://pinia.vuejs.org/",
|
|
2901
4067
|
"learn_more": "",
|
|
2902
4068
|
"category": "Extensions",
|
|
2903
4069
|
"type": "3rd-party",
|
|
@@ -2916,26 +4082,24 @@
|
|
|
2916
4082
|
},
|
|
2917
4083
|
{
|
|
2918
4084
|
"name": "plausible",
|
|
2919
|
-
"description": "
|
|
2920
|
-
"repo": "
|
|
2921
|
-
"npm": "
|
|
2922
|
-
"icon": "
|
|
2923
|
-
"github": "https://github.com/
|
|
2924
|
-
"website": "https://github.com/
|
|
4085
|
+
"description": "Nuxt 3 module to natively integrate Plausible analytics",
|
|
4086
|
+
"repo": "nuxt-modules/plausible",
|
|
4087
|
+
"npm": "@nuxtjs/plausible",
|
|
4088
|
+
"icon": "",
|
|
4089
|
+
"github": "https://github.com/nuxt-modules/plausible",
|
|
4090
|
+
"website": "https://github.com/nuxt-modules/plausible",
|
|
2925
4091
|
"learn_more": "",
|
|
2926
|
-
"category": "
|
|
2927
|
-
"type": "
|
|
4092
|
+
"category": "Devtools",
|
|
4093
|
+
"type": "community",
|
|
2928
4094
|
"maintainers": [
|
|
2929
4095
|
{
|
|
2930
|
-
"name": "
|
|
2931
|
-
"github": "
|
|
4096
|
+
"name": "nuxt-modules",
|
|
4097
|
+
"github": "nuxt-modules"
|
|
2932
4098
|
}
|
|
2933
4099
|
],
|
|
2934
4100
|
"compatibility": {
|
|
2935
|
-
"nuxt": "^2.0.0
|
|
2936
|
-
"requires": {
|
|
2937
|
-
"bridge": "optional"
|
|
2938
|
-
}
|
|
4101
|
+
"nuxt": "^2.0.0",
|
|
4102
|
+
"requires": {}
|
|
2939
4103
|
}
|
|
2940
4104
|
},
|
|
2941
4105
|
{
|
|
@@ -2963,28 +4127,19 @@
|
|
|
2963
4127
|
{
|
|
2964
4128
|
"name": "prismic",
|
|
2965
4129
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
2966
|
-
"repo": "nuxt-
|
|
4130
|
+
"repo": "nuxt-modules/prismic",
|
|
2967
4131
|
"npm": "@nuxtjs/prismic",
|
|
2968
4132
|
"icon": "prismic.png",
|
|
2969
|
-
"github": "https://github.com/nuxt-
|
|
4133
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
2970
4134
|
"website": "https://prismic.nuxtjs.org",
|
|
2971
|
-
"learn_more": "https://prismic.io
|
|
4135
|
+
"learn_more": "https://prismic.io",
|
|
2972
4136
|
"category": "CMS",
|
|
2973
|
-
"type": "community",
|
|
2974
|
-
"maintainers": [
|
|
2975
|
-
{
|
|
2976
|
-
"name": "Sébastien Chopin",
|
|
2977
|
-
"github": "Atinux",
|
|
2978
|
-
"twitter": "Atinux"
|
|
2979
|
-
},
|
|
4137
|
+
"type": "community",
|
|
4138
|
+
"maintainers": [
|
|
2980
4139
|
{
|
|
2981
4140
|
"name": "lihbr",
|
|
2982
4141
|
"github": "lihbr",
|
|
2983
4142
|
"twitter": "li_hbr"
|
|
2984
|
-
},
|
|
2985
|
-
{
|
|
2986
|
-
"name": "James Pegg",
|
|
2987
|
-
"github": "jamespegg"
|
|
2988
4143
|
}
|
|
2989
4144
|
],
|
|
2990
4145
|
"compatibility": {
|
|
@@ -2992,6 +4147,28 @@
|
|
|
2992
4147
|
"requires": {}
|
|
2993
4148
|
}
|
|
2994
4149
|
},
|
|
4150
|
+
{
|
|
4151
|
+
"name": "prometheus",
|
|
4152
|
+
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
4153
|
+
"repo": "artmizu/nuxt-prometheus",
|
|
4154
|
+
"npm": "@artmizu/nuxt-prometheus",
|
|
4155
|
+
"icon": "prometheus.svg",
|
|
4156
|
+
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
4157
|
+
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
4158
|
+
"learn_more": "",
|
|
4159
|
+
"category": "Monitoring",
|
|
4160
|
+
"type": "3rd-party",
|
|
4161
|
+
"maintainers": [
|
|
4162
|
+
{
|
|
4163
|
+
"name": "artmizu",
|
|
4164
|
+
"github": "artmizu"
|
|
4165
|
+
}
|
|
4166
|
+
],
|
|
4167
|
+
"compatibility": {
|
|
4168
|
+
"nuxt": "^3.0.0",
|
|
4169
|
+
"requires": {}
|
|
4170
|
+
}
|
|
4171
|
+
},
|
|
2995
4172
|
{
|
|
2996
4173
|
"name": "protected-mailto",
|
|
2997
4174
|
"description": "Nuxt component to generate encoded mailto links",
|
|
@@ -3063,7 +4240,7 @@
|
|
|
3063
4240
|
{
|
|
3064
4241
|
"name": "purgecss",
|
|
3065
4242
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
3066
|
-
"repo": "Developmint/nuxt-purgecss",
|
|
4243
|
+
"repo": "Developmint/nuxt-purgecss#main",
|
|
3067
4244
|
"npm": "nuxt-purgecss",
|
|
3068
4245
|
"icon": "purgecss.png",
|
|
3069
4246
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -3078,7 +4255,7 @@
|
|
|
3078
4255
|
}
|
|
3079
4256
|
],
|
|
3080
4257
|
"compatibility": {
|
|
3081
|
-
"nuxt": "^2.0.0",
|
|
4258
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3082
4259
|
"requires": {}
|
|
3083
4260
|
}
|
|
3084
4261
|
},
|
|
@@ -3129,6 +4306,28 @@
|
|
|
3129
4306
|
"requires": {}
|
|
3130
4307
|
}
|
|
3131
4308
|
},
|
|
4309
|
+
{
|
|
4310
|
+
"name": "quasar",
|
|
4311
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4312
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4313
|
+
"npm": "nuxt-quasar-ui",
|
|
4314
|
+
"icon": "quasar.svg",
|
|
4315
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4316
|
+
"website": "https://quasar.dev/",
|
|
4317
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4318
|
+
"category": "UI",
|
|
4319
|
+
"type": "3rd-party",
|
|
4320
|
+
"maintainers": [
|
|
4321
|
+
{
|
|
4322
|
+
"name": "Ege İliklier",
|
|
4323
|
+
"github": "Maiquu"
|
|
4324
|
+
}
|
|
4325
|
+
],
|
|
4326
|
+
"compatibility": {
|
|
4327
|
+
"nuxt": "^3.0.0",
|
|
4328
|
+
"requires": {}
|
|
4329
|
+
}
|
|
4330
|
+
},
|
|
3132
4331
|
{
|
|
3133
4332
|
"name": "recaptcha",
|
|
3134
4333
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -3201,7 +4400,7 @@
|
|
|
3201
4400
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
3202
4401
|
"repo": "nuxt-community/robots-module",
|
|
3203
4402
|
"npm": "@nuxtjs/robots",
|
|
3204
|
-
"icon": "",
|
|
4403
|
+
"icon": "robots.png",
|
|
3205
4404
|
"github": "https://github.com/nuxt-community/robots-module",
|
|
3206
4405
|
"website": "https://github.com/nuxt-community/robots-module",
|
|
3207
4406
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
@@ -3214,8 +4413,10 @@
|
|
|
3214
4413
|
}
|
|
3215
4414
|
],
|
|
3216
4415
|
"compatibility": {
|
|
3217
|
-
"nuxt": "^2.0.0",
|
|
3218
|
-
"requires": {
|
|
4416
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4417
|
+
"requires": {
|
|
4418
|
+
"bridge": "optional"
|
|
4419
|
+
}
|
|
3219
4420
|
}
|
|
3220
4421
|
},
|
|
3221
4422
|
{
|
|
@@ -3289,10 +4490,10 @@
|
|
|
3289
4490
|
{
|
|
3290
4491
|
"name": "sanity",
|
|
3291
4492
|
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3292
|
-
"repo": "nuxt-
|
|
4493
|
+
"repo": "nuxt-modules/sanity#main",
|
|
3293
4494
|
"npm": "@nuxtjs/sanity",
|
|
3294
4495
|
"icon": "sanity.png",
|
|
3295
|
-
"github": "https://github.com/nuxt-
|
|
4496
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
3296
4497
|
"website": "https://sanity.nuxtjs.org",
|
|
3297
4498
|
"learn_more": "https://www.sanity.io/",
|
|
3298
4499
|
"category": "CMS",
|
|
@@ -3357,6 +4558,29 @@
|
|
|
3357
4558
|
"requires": {}
|
|
3358
4559
|
}
|
|
3359
4560
|
},
|
|
4561
|
+
{
|
|
4562
|
+
"name": "security",
|
|
4563
|
+
"description": "Security Module for Nuxt based on OWASP Top 10 and Helmet",
|
|
4564
|
+
"repo": "Baroshem/nuxt-security",
|
|
4565
|
+
"npm": "nuxt-security",
|
|
4566
|
+
"icon": "nuxt-security.svg",
|
|
4567
|
+
"github": "https://github.com/Baroshem/nuxt-security",
|
|
4568
|
+
"website": "https://nuxt-security.vercel.app/",
|
|
4569
|
+
"learn_more": "https://nuxt-security.vercel.app/",
|
|
4570
|
+
"category": "Security",
|
|
4571
|
+
"type": "3rd-party",
|
|
4572
|
+
"maintainers": [
|
|
4573
|
+
{
|
|
4574
|
+
"name": "Jakub Andrzejewski",
|
|
4575
|
+
"github": "Baroshem",
|
|
4576
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
4577
|
+
}
|
|
4578
|
+
],
|
|
4579
|
+
"compatibility": {
|
|
4580
|
+
"nuxt": "^3.0.0",
|
|
4581
|
+
"requires": {}
|
|
4582
|
+
}
|
|
4583
|
+
},
|
|
3360
4584
|
{
|
|
3361
4585
|
"name": "segment",
|
|
3362
4586
|
"description": "Nuxt.js module for Segment Analytics.js",
|
|
@@ -3401,6 +4625,28 @@
|
|
|
3401
4625
|
"requires": {}
|
|
3402
4626
|
}
|
|
3403
4627
|
},
|
|
4628
|
+
{
|
|
4629
|
+
"name": "seo-kit",
|
|
4630
|
+
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
4631
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4632
|
+
"npm": "nuxt-seo-kit",
|
|
4633
|
+
"icon": "seo-kit.svg",
|
|
4634
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4635
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4636
|
+
"learn_more": "",
|
|
4637
|
+
"category": "SEO",
|
|
4638
|
+
"type": "3rd-party",
|
|
4639
|
+
"maintainers": [
|
|
4640
|
+
{
|
|
4641
|
+
"name": "harlan-zw",
|
|
4642
|
+
"github": "harlan-zw"
|
|
4643
|
+
}
|
|
4644
|
+
],
|
|
4645
|
+
"compatibility": {
|
|
4646
|
+
"nuxt": "^3.0.0",
|
|
4647
|
+
"requires": {}
|
|
4648
|
+
}
|
|
4649
|
+
},
|
|
3404
4650
|
{
|
|
3405
4651
|
"name": "seo-meta",
|
|
3406
4652
|
"description": "Simple generate seo metadata",
|
|
@@ -3469,6 +4715,52 @@
|
|
|
3469
4715
|
"requires": {}
|
|
3470
4716
|
}
|
|
3471
4717
|
},
|
|
4718
|
+
{
|
|
4719
|
+
"name": "server-block",
|
|
4720
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
4721
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
4722
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
4723
|
+
"icon": "server-block.svg",
|
|
4724
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
4725
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4726
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4727
|
+
"category": "Extensions",
|
|
4728
|
+
"type": "3rd-party",
|
|
4729
|
+
"maintainers": [
|
|
4730
|
+
{
|
|
4731
|
+
"name": "Hebilicious",
|
|
4732
|
+
"github": "Hebilicious",
|
|
4733
|
+
"twitter": "its_hebilicious"
|
|
4734
|
+
}
|
|
4735
|
+
],
|
|
4736
|
+
"compatibility": {
|
|
4737
|
+
"nuxt": "^3.0.0",
|
|
4738
|
+
"requires": {}
|
|
4739
|
+
}
|
|
4740
|
+
},
|
|
4741
|
+
{
|
|
4742
|
+
"name": "session",
|
|
4743
|
+
"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",
|
|
4744
|
+
"repo": "sidebase/nuxt-session",
|
|
4745
|
+
"npm": "@sidebase/nuxt-session",
|
|
4746
|
+
"icon": "session.png",
|
|
4747
|
+
"github": "https://github.com/sidebase/nuxt-session",
|
|
4748
|
+
"website": "https://github.com/sidebase/nuxt-session",
|
|
4749
|
+
"learn_more": "https://github.com/sidebase",
|
|
4750
|
+
"category": "Security",
|
|
4751
|
+
"type": "3rd-party",
|
|
4752
|
+
"maintainers": [
|
|
4753
|
+
{
|
|
4754
|
+
"name": "sidebase",
|
|
4755
|
+
"github": "sidebase",
|
|
4756
|
+
"twitter": "sidebase_io"
|
|
4757
|
+
}
|
|
4758
|
+
],
|
|
4759
|
+
"compatibility": {
|
|
4760
|
+
"nuxt": "^3.0.0",
|
|
4761
|
+
"requires": {}
|
|
4762
|
+
}
|
|
4763
|
+
},
|
|
3472
4764
|
{
|
|
3473
4765
|
"name": "shopify",
|
|
3474
4766
|
"description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
|
|
@@ -3491,6 +4783,29 @@
|
|
|
3491
4783
|
"requires": {}
|
|
3492
4784
|
}
|
|
3493
4785
|
},
|
|
4786
|
+
{
|
|
4787
|
+
"name": "nuxt-auth",
|
|
4788
|
+
"description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
|
|
4789
|
+
"repo": "sidebase/nuxt-auth",
|
|
4790
|
+
"npm": "@sidebase/nuxt-auth",
|
|
4791
|
+
"icon": "sidebase-auth.png",
|
|
4792
|
+
"github": "https://github.com/sidebase/nuxt-auth",
|
|
4793
|
+
"website": "https://github.com/sidebase/nuxt-auth",
|
|
4794
|
+
"learn_more": "https://github.com/sidebase",
|
|
4795
|
+
"category": "Security",
|
|
4796
|
+
"type": "3rd-party",
|
|
4797
|
+
"maintainers": [
|
|
4798
|
+
{
|
|
4799
|
+
"name": "sidebase",
|
|
4800
|
+
"github": "sidebase",
|
|
4801
|
+
"twitter": "sidebase_io"
|
|
4802
|
+
}
|
|
4803
|
+
],
|
|
4804
|
+
"compatibility": {
|
|
4805
|
+
"nuxt": "^3.0.0",
|
|
4806
|
+
"requires": {}
|
|
4807
|
+
}
|
|
4808
|
+
},
|
|
3494
4809
|
{
|
|
3495
4810
|
"name": "simple-line-icons",
|
|
3496
4811
|
"description": "Nuxt module to add simple-line-icons ",
|
|
@@ -3513,6 +4828,54 @@
|
|
|
3513
4828
|
"requires": {}
|
|
3514
4829
|
}
|
|
3515
4830
|
},
|
|
4831
|
+
{
|
|
4832
|
+
"name": "simple-robots",
|
|
4833
|
+
"description": "Simply manage the robots crawling your Nuxt app.",
|
|
4834
|
+
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4835
|
+
"npm": "nuxt-simple-robots",
|
|
4836
|
+
"icon": "",
|
|
4837
|
+
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4838
|
+
"website": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4839
|
+
"learn_more": "",
|
|
4840
|
+
"category": "SEO",
|
|
4841
|
+
"type": "3rd-party",
|
|
4842
|
+
"maintainers": [
|
|
4843
|
+
{
|
|
4844
|
+
"name": "Harlan Wilton",
|
|
4845
|
+
"github": "harlan-zw",
|
|
4846
|
+
"twitter": "harlan_zw",
|
|
4847
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4848
|
+
}
|
|
4849
|
+
],
|
|
4850
|
+
"compatibility": {
|
|
4851
|
+
"nuxt": "^3.0.0",
|
|
4852
|
+
"requires": {}
|
|
4853
|
+
}
|
|
4854
|
+
},
|
|
4855
|
+
{
|
|
4856
|
+
"name": "simple-sitemap",
|
|
4857
|
+
"description": "Simple, minimal sitemap.xml generation.",
|
|
4858
|
+
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4859
|
+
"npm": "nuxt-simple-sitemap",
|
|
4860
|
+
"icon": "",
|
|
4861
|
+
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4862
|
+
"website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4863
|
+
"learn_more": "",
|
|
4864
|
+
"category": "SEO",
|
|
4865
|
+
"type": "3rd-party",
|
|
4866
|
+
"maintainers": [
|
|
4867
|
+
{
|
|
4868
|
+
"name": "Harlan Wilton",
|
|
4869
|
+
"github": "harlan-zw",
|
|
4870
|
+
"twitter": "harlan_zw",
|
|
4871
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4872
|
+
}
|
|
4873
|
+
],
|
|
4874
|
+
"compatibility": {
|
|
4875
|
+
"nuxt": "^3.0.0",
|
|
4876
|
+
"requires": {}
|
|
4877
|
+
}
|
|
4878
|
+
},
|
|
3516
4879
|
{
|
|
3517
4880
|
"name": "sitemap",
|
|
3518
4881
|
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
@@ -3536,26 +4899,48 @@
|
|
|
3536
4899
|
"requires": {}
|
|
3537
4900
|
}
|
|
3538
4901
|
},
|
|
4902
|
+
{
|
|
4903
|
+
"name": "snackbar",
|
|
4904
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4905
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4906
|
+
"npm": "nuxt-snackbar",
|
|
4907
|
+
"icon": "snackbar.png",
|
|
4908
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4909
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4910
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
4911
|
+
"category": "UI",
|
|
4912
|
+
"type": "3rd-party",
|
|
4913
|
+
"maintainers": [
|
|
4914
|
+
{
|
|
4915
|
+
"name": "modbender",
|
|
4916
|
+
"github": "modbender"
|
|
4917
|
+
}
|
|
4918
|
+
],
|
|
4919
|
+
"compatibility": {
|
|
4920
|
+
"nuxt": "^3.0.0",
|
|
4921
|
+
"requires": {}
|
|
4922
|
+
}
|
|
4923
|
+
},
|
|
3539
4924
|
{
|
|
3540
4925
|
"name": "snipcart",
|
|
3541
4926
|
"description": "Snipcart integration module for Nuxt.js",
|
|
3542
|
-
"repo": "nuxt-
|
|
4927
|
+
"repo": "nuxt-modules/snipcart",
|
|
3543
4928
|
"npm": "@nuxtjs/snipcart",
|
|
3544
4929
|
"icon": "snipcart.png",
|
|
3545
|
-
"github": "https://github.com/nuxt-
|
|
3546
|
-
"website": "https://github.com/nuxt-
|
|
3547
|
-
"learn_more": "",
|
|
3548
|
-
"category": "
|
|
4930
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4931
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4932
|
+
"learn_more": "https://snipcart.com",
|
|
4933
|
+
"category": "Ecommerce",
|
|
3549
4934
|
"type": "community",
|
|
3550
4935
|
"maintainers": [
|
|
3551
4936
|
{
|
|
3552
4937
|
"name": "Florent GIRAUD",
|
|
3553
|
-
"github": "
|
|
3554
|
-
"twitter": "
|
|
4938
|
+
"github": "flozero",
|
|
4939
|
+
"twitter": "flozeroo"
|
|
3555
4940
|
}
|
|
3556
4941
|
],
|
|
3557
4942
|
"compatibility": {
|
|
3558
|
-
"nuxt": "^2.0.0",
|
|
4943
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3559
4944
|
"requires": {}
|
|
3560
4945
|
}
|
|
3561
4946
|
},
|
|
@@ -3659,6 +5044,28 @@
|
|
|
3659
5044
|
"requires": {}
|
|
3660
5045
|
}
|
|
3661
5046
|
},
|
|
5047
|
+
{
|
|
5048
|
+
"name": "ssr-lit",
|
|
5049
|
+
"description": "",
|
|
5050
|
+
"repo": "prashantpalikhe/nuxt-ssr-lit",
|
|
5051
|
+
"npm": "nuxt-ssr-lit",
|
|
5052
|
+
"icon": "",
|
|
5053
|
+
"github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
5054
|
+
"website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
5055
|
+
"learn_more": "",
|
|
5056
|
+
"category": "Devtools",
|
|
5057
|
+
"type": "3rd-party",
|
|
5058
|
+
"maintainers": [
|
|
5059
|
+
{
|
|
5060
|
+
"name": "prashantpalikhe",
|
|
5061
|
+
"github": "prashantpalikhe"
|
|
5062
|
+
}
|
|
5063
|
+
],
|
|
5064
|
+
"compatibility": {
|
|
5065
|
+
"nuxt": "^2.0.0",
|
|
5066
|
+
"requires": {}
|
|
5067
|
+
}
|
|
5068
|
+
},
|
|
3662
5069
|
{
|
|
3663
5070
|
"name": "storage",
|
|
3664
5071
|
"description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
|
|
@@ -3807,6 +5214,32 @@
|
|
|
3807
5214
|
}
|
|
3808
5215
|
}
|
|
3809
5216
|
},
|
|
5217
|
+
{
|
|
5218
|
+
"name": "stripe-next",
|
|
5219
|
+
"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.",
|
|
5220
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5221
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5222
|
+
"icon": "stripe.png",
|
|
5223
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5224
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5225
|
+
"learn_more": "https://stripe.com/docs",
|
|
5226
|
+
"category": "Payment",
|
|
5227
|
+
"type": "3rd-party",
|
|
5228
|
+
"maintainers": [
|
|
5229
|
+
{
|
|
5230
|
+
"name": "Loic Fuentes",
|
|
5231
|
+
"github": "fuentesloic"
|
|
5232
|
+
},
|
|
5233
|
+
{
|
|
5234
|
+
"name": "Florent Giraud",
|
|
5235
|
+
"github": "flozero"
|
|
5236
|
+
}
|
|
5237
|
+
],
|
|
5238
|
+
"compatibility": {
|
|
5239
|
+
"nuxt": "^3.0.0",
|
|
5240
|
+
"requires": {}
|
|
5241
|
+
}
|
|
5242
|
+
},
|
|
3810
5243
|
{
|
|
3811
5244
|
"name": "stripe",
|
|
3812
5245
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -3870,7 +5303,7 @@
|
|
|
3870
5303
|
}
|
|
3871
5304
|
],
|
|
3872
5305
|
"compatibility": {
|
|
3873
|
-
"nuxt": "^2.0.0",
|
|
5306
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3874
5307
|
"requires": {}
|
|
3875
5308
|
}
|
|
3876
5309
|
},
|
|
@@ -4019,6 +5452,51 @@
|
|
|
4019
5452
|
"requires": {}
|
|
4020
5453
|
}
|
|
4021
5454
|
},
|
|
5455
|
+
{
|
|
5456
|
+
"name": "swiper",
|
|
5457
|
+
"description": "Nuxt.js module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5458
|
+
"repo": "cpreston321/nuxt-swiper",
|
|
5459
|
+
"npm": "nuxt-swiper",
|
|
5460
|
+
"icon": "swiper.svg",
|
|
5461
|
+
"github": "https://github.com/cpreston321/nuxt-swiper",
|
|
5462
|
+
"website": "https://github.com/cpreston321/nuxt-swiper",
|
|
5463
|
+
"learn_more": "https://github.com/cpreston321/nuxt-swiper#README.md",
|
|
5464
|
+
"category": "Libraries",
|
|
5465
|
+
"type": "3rd-party",
|
|
5466
|
+
"maintainers": [
|
|
5467
|
+
{
|
|
5468
|
+
"name": "Christian Preston",
|
|
5469
|
+
"github": "cpreston321"
|
|
5470
|
+
}
|
|
5471
|
+
],
|
|
5472
|
+
"compatibility": {
|
|
5473
|
+
"nuxt": "^3.0.0",
|
|
5474
|
+
"requires": {}
|
|
5475
|
+
}
|
|
5476
|
+
},
|
|
5477
|
+
{
|
|
5478
|
+
"name": "tailvue",
|
|
5479
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
5480
|
+
"repo": "fumeapp/tailvue",
|
|
5481
|
+
"npm": "tailvue",
|
|
5482
|
+
"icon": "tailvue.jpg",
|
|
5483
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
5484
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
5485
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
5486
|
+
"category": "UI",
|
|
5487
|
+
"type": "3rd-party",
|
|
5488
|
+
"maintainers": [
|
|
5489
|
+
{
|
|
5490
|
+
"name": "Kevin Olson",
|
|
5491
|
+
"github": "acidjazz",
|
|
5492
|
+
"twitter": "AppFume"
|
|
5493
|
+
}
|
|
5494
|
+
],
|
|
5495
|
+
"compatibility": {
|
|
5496
|
+
"nuxt": "^3.0.0",
|
|
5497
|
+
"requires": {}
|
|
5498
|
+
}
|
|
5499
|
+
},
|
|
4022
5500
|
{
|
|
4023
5501
|
"name": "tailwindcss",
|
|
4024
5502
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -4065,6 +5543,28 @@
|
|
|
4065
5543
|
"requires": {}
|
|
4066
5544
|
}
|
|
4067
5545
|
},
|
|
5546
|
+
{
|
|
5547
|
+
"name": "time",
|
|
5548
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5549
|
+
"repo": "danielroe/nuxt-time",
|
|
5550
|
+
"npm": "nuxt-time",
|
|
5551
|
+
"icon": "",
|
|
5552
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5553
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5554
|
+
"learn_more": "",
|
|
5555
|
+
"category": "Extensions",
|
|
5556
|
+
"type": "3rd-party",
|
|
5557
|
+
"maintainers": [
|
|
5558
|
+
{
|
|
5559
|
+
"name": "danielroe",
|
|
5560
|
+
"github": "danielroe"
|
|
5561
|
+
}
|
|
5562
|
+
],
|
|
5563
|
+
"compatibility": {
|
|
5564
|
+
"nuxt": "^3.0.0",
|
|
5565
|
+
"requires": {}
|
|
5566
|
+
}
|
|
5567
|
+
},
|
|
4068
5568
|
{
|
|
4069
5569
|
"name": "toast",
|
|
4070
5570
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -4078,14 +5578,72 @@
|
|
|
4078
5578
|
"type": "community",
|
|
4079
5579
|
"maintainers": [
|
|
4080
5580
|
{
|
|
4081
|
-
"name": "Pooya Parsa",
|
|
4082
|
-
"github": "pi0",
|
|
4083
|
-
"twitter": "_pi0_"
|
|
5581
|
+
"name": "Pooya Parsa",
|
|
5582
|
+
"github": "pi0",
|
|
5583
|
+
"twitter": "_pi0_"
|
|
5584
|
+
}
|
|
5585
|
+
],
|
|
5586
|
+
"compatibility": {
|
|
5587
|
+
"nuxt": "^2.0.0",
|
|
5588
|
+
"requires": {}
|
|
5589
|
+
}
|
|
5590
|
+
},
|
|
5591
|
+
{
|
|
5592
|
+
"name": "tresjs",
|
|
5593
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
5594
|
+
"repo": "tresjs/nuxt",
|
|
5595
|
+
"npm": "@tresjs/nuxt",
|
|
5596
|
+
"icon": "tresjs.svg",
|
|
5597
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
5598
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
5599
|
+
"learn_more": "https://tresjs.org/",
|
|
5600
|
+
"category": "Libraries",
|
|
5601
|
+
"type": "3rd-party",
|
|
5602
|
+
"maintainers": [
|
|
5603
|
+
{
|
|
5604
|
+
"name": "Alvaro Saburido",
|
|
5605
|
+
"github": "alvarosabu",
|
|
5606
|
+
"twitter": "alvarosabu"
|
|
5607
|
+
},
|
|
5608
|
+
{
|
|
5609
|
+
"name": "Jaime Torrealba",
|
|
5610
|
+
"github": "JaimeTorrealba",
|
|
5611
|
+
"twitter": "jaimebboyjt"
|
|
5612
|
+
},
|
|
5613
|
+
{
|
|
5614
|
+
"name": "Tino Koch",
|
|
5615
|
+
"github": "Tinoooo",
|
|
5616
|
+
"twitter": "ichbintino"
|
|
5617
|
+
}
|
|
5618
|
+
],
|
|
5619
|
+
"compatibility": {
|
|
5620
|
+
"nuxt": "^3.0.0",
|
|
5621
|
+
"requires": {}
|
|
5622
|
+
}
|
|
5623
|
+
},
|
|
5624
|
+
{
|
|
5625
|
+
"name": "turnstile",
|
|
5626
|
+
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
5627
|
+
"repo": "nuxt-modules/turnstile",
|
|
5628
|
+
"npm": "@nuxtjs/turnstile",
|
|
5629
|
+
"icon": "cloudflare.svg",
|
|
5630
|
+
"github": "https://github.com/nuxt-modules/turnstile",
|
|
5631
|
+
"website": "https://github.com/nuxt-modules/turnstile",
|
|
5632
|
+
"learn_more": "https://www.cloudflare.com/products/turnstile/",
|
|
5633
|
+
"category": "Security",
|
|
5634
|
+
"type": "community",
|
|
5635
|
+
"maintainers": [
|
|
5636
|
+
{
|
|
5637
|
+
"name": "Daniel Roe",
|
|
5638
|
+
"github": "danielroe",
|
|
5639
|
+
"twitter": "danielcroe"
|
|
4084
5640
|
}
|
|
4085
5641
|
],
|
|
4086
5642
|
"compatibility": {
|
|
4087
|
-
"nuxt": "^2.0.0",
|
|
4088
|
-
"requires": {
|
|
5643
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5644
|
+
"requires": {
|
|
5645
|
+
"bridge": true
|
|
5646
|
+
}
|
|
4089
5647
|
}
|
|
4090
5648
|
},
|
|
4091
5649
|
{
|
|
@@ -4112,14 +5670,69 @@
|
|
|
4112
5670
|
}
|
|
4113
5671
|
}
|
|
4114
5672
|
},
|
|
5673
|
+
{
|
|
5674
|
+
"name": "twemoji",
|
|
5675
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
5676
|
+
"repo": "yizack/nuxt-twemoji",
|
|
5677
|
+
"npm": "nuxt-twemoji",
|
|
5678
|
+
"icon": "twemoji.svg",
|
|
5679
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
5680
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
5681
|
+
"learn_more": "",
|
|
5682
|
+
"category": "UI",
|
|
5683
|
+
"type": "3rd-party",
|
|
5684
|
+
"maintainers": [
|
|
5685
|
+
{
|
|
5686
|
+
"name": "Yizack Rangel",
|
|
5687
|
+
"github": "yizack"
|
|
5688
|
+
}
|
|
5689
|
+
],
|
|
5690
|
+
"compatibility": {
|
|
5691
|
+
"nuxt": "^3.0.0",
|
|
5692
|
+
"requires": {}
|
|
5693
|
+
}
|
|
5694
|
+
},
|
|
5695
|
+
{
|
|
5696
|
+
"name": "twicpics",
|
|
5697
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
5698
|
+
"repo": "TwicPics/components",
|
|
5699
|
+
"npm": "@twicpics/components",
|
|
5700
|
+
"icon": "twicpics.svg",
|
|
5701
|
+
"github": "https://github.com/TwicPics/components",
|
|
5702
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
5703
|
+
"learn_more": "https://www.twicpics.com",
|
|
5704
|
+
"category": "Images",
|
|
5705
|
+
"type": "3rd-party",
|
|
5706
|
+
"maintainers": [
|
|
5707
|
+
{
|
|
5708
|
+
"name": "Florent Bourgeois",
|
|
5709
|
+
"github": "florentb",
|
|
5710
|
+
"twitter": "florent_b"
|
|
5711
|
+
},
|
|
5712
|
+
{
|
|
5713
|
+
"name": "Julian Aubourg",
|
|
5714
|
+
"github": "jaubourg",
|
|
5715
|
+
"twitter": "jaubourg"
|
|
5716
|
+
},
|
|
5717
|
+
{
|
|
5718
|
+
"name": "Miguel Beignon",
|
|
5719
|
+
"github": "mbgspcii",
|
|
5720
|
+
"twitter": "m_beignon"
|
|
5721
|
+
}
|
|
5722
|
+
],
|
|
5723
|
+
"compatibility": {
|
|
5724
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5725
|
+
"requires": {}
|
|
5726
|
+
}
|
|
5727
|
+
},
|
|
4115
5728
|
{
|
|
4116
5729
|
"name": "typed-router",
|
|
4117
|
-
"description": "Provide autocompletion for pages route names
|
|
5730
|
+
"description": "Provide autocompletion for pages route names and params",
|
|
4118
5731
|
"repo": "victorgarciaesgi/nuxt-typed-router",
|
|
4119
5732
|
"npm": "nuxt-typed-router",
|
|
4120
|
-
"icon": "
|
|
5733
|
+
"icon": "typed-router.png",
|
|
4121
5734
|
"github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
4122
|
-
"website": "https://
|
|
5735
|
+
"website": "https://nuxt-typed-router.vercel.app",
|
|
4123
5736
|
"learn_more": "",
|
|
4124
5737
|
"category": "Devtools",
|
|
4125
5738
|
"type": "3rd-party",
|
|
@@ -4223,6 +5836,52 @@
|
|
|
4223
5836
|
"requires": {}
|
|
4224
5837
|
}
|
|
4225
5838
|
},
|
|
5839
|
+
{
|
|
5840
|
+
"name": "umami",
|
|
5841
|
+
"description": "Embed the Umami analytics library into Nuxt",
|
|
5842
|
+
"repo": "ijkml/nuxt-umami",
|
|
5843
|
+
"npm": "nuxt-umami",
|
|
5844
|
+
"icon": "umami.svg",
|
|
5845
|
+
"github": "https://github.com/ijkml/nuxt-umami",
|
|
5846
|
+
"website": "https://github.com/ijkml/nuxt-umami",
|
|
5847
|
+
"learn_more": "https://umami.is/docs/",
|
|
5848
|
+
"category": "Analytics",
|
|
5849
|
+
"type": "3rd-party",
|
|
5850
|
+
"maintainers": [
|
|
5851
|
+
{
|
|
5852
|
+
"name": "ML",
|
|
5853
|
+
"github": "ijkml"
|
|
5854
|
+
}
|
|
5855
|
+
],
|
|
5856
|
+
"compatibility": {
|
|
5857
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5858
|
+
"requires": {
|
|
5859
|
+
"bridge": "optional"
|
|
5860
|
+
}
|
|
5861
|
+
}
|
|
5862
|
+
},
|
|
5863
|
+
{
|
|
5864
|
+
"name": "unhead",
|
|
5865
|
+
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5866
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5867
|
+
"npm": "nuxt-seo-experiments",
|
|
5868
|
+
"icon": "",
|
|
5869
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5870
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5871
|
+
"learn_more": "",
|
|
5872
|
+
"category": "SEO",
|
|
5873
|
+
"type": "3rd-party",
|
|
5874
|
+
"maintainers": [
|
|
5875
|
+
{
|
|
5876
|
+
"name": "harlan-zw",
|
|
5877
|
+
"github": "harlan-zw"
|
|
5878
|
+
}
|
|
5879
|
+
],
|
|
5880
|
+
"compatibility": {
|
|
5881
|
+
"nuxt": "^3.0.0",
|
|
5882
|
+
"requires": {}
|
|
5883
|
+
}
|
|
5884
|
+
},
|
|
4226
5885
|
{
|
|
4227
5886
|
"name": "universal-storage",
|
|
4228
5887
|
"description": "Universal Storage Utilities for Nuxt.js",
|
|
@@ -4251,6 +5910,28 @@
|
|
|
4251
5910
|
"requires": {}
|
|
4252
5911
|
}
|
|
4253
5912
|
},
|
|
5913
|
+
{
|
|
5914
|
+
"name": "unlazy",
|
|
5915
|
+
"description": "Lazy loading library for placeholder images",
|
|
5916
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
5917
|
+
"npm": "@unlazy/nuxt",
|
|
5918
|
+
"icon": "unlazy.svg",
|
|
5919
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
5920
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
5921
|
+
"learn_more": "",
|
|
5922
|
+
"category": "Images",
|
|
5923
|
+
"type": "3rd-party",
|
|
5924
|
+
"maintainers": [
|
|
5925
|
+
{
|
|
5926
|
+
"name": "Johann Schopplich",
|
|
5927
|
+
"github": "johannschopplich"
|
|
5928
|
+
}
|
|
5929
|
+
],
|
|
5930
|
+
"compatibility": {
|
|
5931
|
+
"nuxt": "^3.0.0",
|
|
5932
|
+
"requires": {}
|
|
5933
|
+
}
|
|
5934
|
+
},
|
|
4254
5935
|
{
|
|
4255
5936
|
"name": "unlighthouse",
|
|
4256
5937
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -4264,110 +5945,357 @@
|
|
|
4264
5945
|
"type": "3rd-party",
|
|
4265
5946
|
"maintainers": [
|
|
4266
5947
|
{
|
|
4267
|
-
"name": "Harlan Wilton",
|
|
4268
|
-
"github": "harlan-zw",
|
|
4269
|
-
"twitter": "harlan_zw",
|
|
4270
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5948
|
+
"name": "Harlan Wilton",
|
|
5949
|
+
"github": "harlan-zw",
|
|
5950
|
+
"twitter": "harlan_zw",
|
|
5951
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5952
|
+
}
|
|
5953
|
+
],
|
|
5954
|
+
"compatibility": {
|
|
5955
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5956
|
+
"requires": {
|
|
5957
|
+
"bridge": "optional"
|
|
5958
|
+
}
|
|
5959
|
+
}
|
|
5960
|
+
},
|
|
5961
|
+
{
|
|
5962
|
+
"name": "unocss",
|
|
5963
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
5964
|
+
"repo": "antfu/unocss#main/packages/nuxt",
|
|
5965
|
+
"npm": "@unocss/nuxt",
|
|
5966
|
+
"icon": "unocss.svg",
|
|
5967
|
+
"github": "https://github.com/antfu/unocss",
|
|
5968
|
+
"website": "https://github.com/antfu/unocss",
|
|
5969
|
+
"learn_more": "https://github.com/antfu/unocss",
|
|
5970
|
+
"category": "UI",
|
|
5971
|
+
"type": "3rd-party",
|
|
5972
|
+
"maintainers": [
|
|
5973
|
+
{
|
|
5974
|
+
"name": "Anthony Fu",
|
|
5975
|
+
"github": "antfu",
|
|
5976
|
+
"twitter": "antfu7",
|
|
5977
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
5978
|
+
}
|
|
5979
|
+
],
|
|
5980
|
+
"compatibility": {
|
|
5981
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5982
|
+
"requires": {
|
|
5983
|
+
"bridge": "optional"
|
|
5984
|
+
}
|
|
5985
|
+
}
|
|
5986
|
+
},
|
|
5987
|
+
{
|
|
5988
|
+
"name": "ununuracss",
|
|
5989
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
5990
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
5991
|
+
"npm": "nuxt-ununura",
|
|
5992
|
+
"icon": "ununuracss.png",
|
|
5993
|
+
"github": "https://github.com/novout/ununuracss",
|
|
5994
|
+
"website": "https://ununura.com/#/",
|
|
5995
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
5996
|
+
"category": "UI",
|
|
5997
|
+
"type": "3rd-party",
|
|
5998
|
+
"maintainers": [
|
|
5999
|
+
{
|
|
6000
|
+
"name": "Giovane Cardoso",
|
|
6001
|
+
"github": "novout",
|
|
6002
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
6003
|
+
}
|
|
6004
|
+
],
|
|
6005
|
+
"compatibility": {
|
|
6006
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6007
|
+
"requires": {}
|
|
6008
|
+
}
|
|
6009
|
+
},
|
|
6010
|
+
{
|
|
6011
|
+
"name": "user-agent",
|
|
6012
|
+
"description": "Nuxt.js module for handling User-Agent.",
|
|
6013
|
+
"repo": "fukuiretu/nuxt-user-agent",
|
|
6014
|
+
"npm": "nuxt-user-agent",
|
|
6015
|
+
"icon": "",
|
|
6016
|
+
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
6017
|
+
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
6018
|
+
"learn_more": "",
|
|
6019
|
+
"category": "Extensions",
|
|
6020
|
+
"type": "3rd-party",
|
|
6021
|
+
"maintainers": [
|
|
6022
|
+
{
|
|
6023
|
+
"name": "fukuiretu",
|
|
6024
|
+
"github": "fukuiretu"
|
|
6025
|
+
}
|
|
6026
|
+
],
|
|
6027
|
+
"compatibility": {
|
|
6028
|
+
"nuxt": "^2.0.0",
|
|
6029
|
+
"requires": {}
|
|
6030
|
+
}
|
|
6031
|
+
},
|
|
6032
|
+
{
|
|
6033
|
+
"name": "validate",
|
|
6034
|
+
"description": "Simple Nuxt input validation module using vee-validate",
|
|
6035
|
+
"repo": "lewyuburi/nuxt-validate",
|
|
6036
|
+
"npm": "nuxt-validate",
|
|
6037
|
+
"icon": "vee-validate.png",
|
|
6038
|
+
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
6039
|
+
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
6040
|
+
"learn_more": "https://logaretm.github.io/vee-validate/",
|
|
6041
|
+
"category": "Libraries",
|
|
6042
|
+
"type": "3rd-party",
|
|
6043
|
+
"maintainers": [
|
|
6044
|
+
{
|
|
6045
|
+
"name": "lewyuburi",
|
|
6046
|
+
"github": "lewyuburi"
|
|
6047
|
+
}
|
|
6048
|
+
],
|
|
6049
|
+
"compatibility": {
|
|
6050
|
+
"nuxt": "^2.0.0",
|
|
6051
|
+
"requires": {}
|
|
6052
|
+
}
|
|
6053
|
+
},
|
|
6054
|
+
{
|
|
6055
|
+
"name": "vant",
|
|
6056
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
6057
|
+
"repo": "vant-ui/vant-nuxt",
|
|
6058
|
+
"npm": "@vant/nuxt",
|
|
6059
|
+
"icon": "vant.png",
|
|
6060
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
6061
|
+
"website": "https://vant-ui.github.io/vant",
|
|
6062
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
6063
|
+
"category": "UI",
|
|
6064
|
+
"type": "3rd-party",
|
|
6065
|
+
"maintainers": [
|
|
6066
|
+
{
|
|
6067
|
+
"name": "tolking",
|
|
6068
|
+
"github": "tolking"
|
|
6069
|
+
}
|
|
6070
|
+
],
|
|
6071
|
+
"compatibility": {
|
|
6072
|
+
"nuxt": "^3.0.0",
|
|
6073
|
+
"requires": {
|
|
6074
|
+
"bridge": "optional"
|
|
6075
|
+
}
|
|
6076
|
+
}
|
|
6077
|
+
},
|
|
6078
|
+
{
|
|
6079
|
+
"name": "varlet",
|
|
6080
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
6081
|
+
"repo": "varletjs/varlet-nuxt",
|
|
6082
|
+
"npm": "@varlet/nuxt",
|
|
6083
|
+
"icon": "varlet.svg",
|
|
6084
|
+
"github": "https://github.com/varletjs/varlet",
|
|
6085
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
6086
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6087
|
+
"category": "UI",
|
|
6088
|
+
"type": "3rd-party",
|
|
6089
|
+
"maintainers": [
|
|
6090
|
+
{
|
|
6091
|
+
"name": "zhangmo8",
|
|
6092
|
+
"github": "zhangmo8"
|
|
6093
|
+
}
|
|
6094
|
+
],
|
|
6095
|
+
"compatibility": {
|
|
6096
|
+
"nuxt": "^3.0.0",
|
|
6097
|
+
"requires": {
|
|
6098
|
+
"bridge": "optional"
|
|
6099
|
+
}
|
|
6100
|
+
}
|
|
6101
|
+
},
|
|
6102
|
+
{
|
|
6103
|
+
"name": "vee-validate",
|
|
6104
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
6105
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6106
|
+
"npm": "@vee-validate/nuxt",
|
|
6107
|
+
"icon": "vee-validate.png",
|
|
6108
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6109
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6110
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6111
|
+
"category": "Libraries",
|
|
6112
|
+
"type": "3rd-party",
|
|
6113
|
+
"maintainers": [
|
|
6114
|
+
{
|
|
6115
|
+
"name": "Abdelrahman Awad",
|
|
6116
|
+
"github": "logaretm"
|
|
6117
|
+
}
|
|
6118
|
+
],
|
|
6119
|
+
"compatibility": {
|
|
6120
|
+
"nuxt": "^3.0.0",
|
|
6121
|
+
"requires": {}
|
|
6122
|
+
}
|
|
6123
|
+
},
|
|
6124
|
+
{
|
|
6125
|
+
"name": "vendor",
|
|
6126
|
+
"description": "directly serve node_modules",
|
|
6127
|
+
"repo": "nuxt-community/modules#master/packages/vendor",
|
|
6128
|
+
"npm": "@nuxtjs/vendor",
|
|
6129
|
+
"icon": "",
|
|
6130
|
+
"github": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
6131
|
+
"website": "https://github.com/nuxt-community/modules/tree/master/packages/vendor",
|
|
6132
|
+
"learn_more": "",
|
|
6133
|
+
"category": "Extensions",
|
|
6134
|
+
"type": "community",
|
|
6135
|
+
"maintainers": [
|
|
6136
|
+
{
|
|
6137
|
+
"name": "Pooya Parsa",
|
|
6138
|
+
"github": "pi0",
|
|
6139
|
+
"twitter": "_pi0_"
|
|
6140
|
+
}
|
|
6141
|
+
],
|
|
6142
|
+
"compatibility": {
|
|
6143
|
+
"nuxt": "^2.0.0",
|
|
6144
|
+
"requires": {}
|
|
6145
|
+
}
|
|
6146
|
+
},
|
|
6147
|
+
{
|
|
6148
|
+
"name": "vercel-analytics",
|
|
6149
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6150
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6151
|
+
"npm": "nuxt-vercel-analytics",
|
|
6152
|
+
"icon": "",
|
|
6153
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6154
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6155
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6156
|
+
"category": "Analytics",
|
|
6157
|
+
"type": "3rd-party",
|
|
6158
|
+
"maintainers": [
|
|
6159
|
+
{
|
|
6160
|
+
"name": "Alexander B.",
|
|
6161
|
+
"github": "xanderbarkhatov"
|
|
6162
|
+
}
|
|
6163
|
+
],
|
|
6164
|
+
"compatibility": {
|
|
6165
|
+
"nuxt": "^3.0.0",
|
|
6166
|
+
"requires": {}
|
|
6167
|
+
}
|
|
6168
|
+
},
|
|
6169
|
+
{
|
|
6170
|
+
"name": "vexip-ui",
|
|
6171
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6172
|
+
"repo": "vexip-ui/nuxt",
|
|
6173
|
+
"npm": "@vexip-ui/nuxt",
|
|
6174
|
+
"icon": "vexip-ui.svg",
|
|
6175
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6176
|
+
"website": "https://www.vexipui.com/",
|
|
6177
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6178
|
+
"category": "UI",
|
|
6179
|
+
"type": "3rd-party",
|
|
6180
|
+
"maintainers": [
|
|
6181
|
+
{
|
|
6182
|
+
"name": "未觉雨声",
|
|
6183
|
+
"github": "qmhc",
|
|
6184
|
+
"twitter": "qmhc95"
|
|
4271
6185
|
}
|
|
4272
6186
|
],
|
|
4273
6187
|
"compatibility": {
|
|
4274
|
-
"nuxt": "^
|
|
4275
|
-
"requires": {
|
|
4276
|
-
"bridge": "optional"
|
|
4277
|
-
}
|
|
6188
|
+
"nuxt": "^3.0.0",
|
|
6189
|
+
"requires": {}
|
|
4278
6190
|
}
|
|
4279
6191
|
},
|
|
4280
6192
|
{
|
|
4281
|
-
"name": "
|
|
4282
|
-
"description": "
|
|
4283
|
-
"repo": "
|
|
4284
|
-
"npm": "@
|
|
4285
|
-
"icon": "
|
|
4286
|
-
"github": "https://github.com/
|
|
4287
|
-
"website": "https://github.com/
|
|
4288
|
-
"learn_more": "https://
|
|
4289
|
-
"category": "
|
|
6193
|
+
"name": "vite-pwa-nuxt",
|
|
6194
|
+
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
6195
|
+
"repo": "vite-pwa/nuxt",
|
|
6196
|
+
"npm": "@vite-pwa/nuxt",
|
|
6197
|
+
"icon": "vite-pwa-nuxt.svg",
|
|
6198
|
+
"github": "https://github.com/vite-pwa/nuxt",
|
|
6199
|
+
"website": "https://github.com/vite-pwa/nuxt",
|
|
6200
|
+
"learn_more": "https://vite-pwa-org.netlify.app/frameworks/nuxt.html",
|
|
6201
|
+
"category": "Performance",
|
|
4290
6202
|
"type": "3rd-party",
|
|
4291
6203
|
"maintainers": [
|
|
6204
|
+
{
|
|
6205
|
+
"name": "Joaquín Sánchez",
|
|
6206
|
+
"github": "userquin",
|
|
6207
|
+
"twitter": "userquin"
|
|
6208
|
+
},
|
|
4292
6209
|
{
|
|
4293
6210
|
"name": "Anthony Fu",
|
|
4294
6211
|
"github": "antfu",
|
|
4295
|
-
"twitter": "antfu7"
|
|
4296
|
-
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
6212
|
+
"twitter": "antfu7"
|
|
4297
6213
|
}
|
|
4298
6214
|
],
|
|
4299
6215
|
"compatibility": {
|
|
4300
|
-
"nuxt": "^
|
|
4301
|
-
"requires": {
|
|
4302
|
-
"bridge": "optional"
|
|
4303
|
-
}
|
|
6216
|
+
"nuxt": "^3.0.0",
|
|
6217
|
+
"requires": {}
|
|
4304
6218
|
}
|
|
4305
6219
|
},
|
|
4306
6220
|
{
|
|
4307
|
-
"name": "
|
|
4308
|
-
"description": "
|
|
4309
|
-
"repo": "
|
|
4310
|
-
"npm": "nuxt-
|
|
4311
|
-
"icon": "",
|
|
4312
|
-
"github": "https://github.com/
|
|
4313
|
-
"website": "https://github.com/
|
|
6221
|
+
"name": "vitest",
|
|
6222
|
+
"description": "Vitest integration with Nuxt",
|
|
6223
|
+
"repo": "danielroe/nuxt-vitest",
|
|
6224
|
+
"npm": "nuxt-vitest",
|
|
6225
|
+
"icon": "vitest.svg",
|
|
6226
|
+
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
6227
|
+
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
4314
6228
|
"learn_more": "",
|
|
4315
|
-
"category": "
|
|
6229
|
+
"category": "Devtools",
|
|
4316
6230
|
"type": "3rd-party",
|
|
4317
6231
|
"maintainers": [
|
|
4318
6232
|
{
|
|
4319
|
-
"name": "
|
|
4320
|
-
"github": "
|
|
6233
|
+
"name": "Daniel Roe",
|
|
6234
|
+
"github": "danielroe"
|
|
6235
|
+
},
|
|
6236
|
+
{
|
|
6237
|
+
"name": "Anthony Fu",
|
|
6238
|
+
"github": "antfu"
|
|
4321
6239
|
}
|
|
4322
6240
|
],
|
|
4323
6241
|
"compatibility": {
|
|
4324
|
-
"nuxt": "^
|
|
6242
|
+
"nuxt": "^3.0.0",
|
|
4325
6243
|
"requires": {}
|
|
4326
6244
|
}
|
|
4327
6245
|
},
|
|
4328
6246
|
{
|
|
4329
|
-
"name": "
|
|
4330
|
-
"description": "
|
|
4331
|
-
"repo": "
|
|
4332
|
-
"npm": "
|
|
4333
|
-
"icon": "
|
|
4334
|
-
"github": "https://github.com/
|
|
4335
|
-
"website": "https://
|
|
4336
|
-
"learn_more": "https://
|
|
4337
|
-
"category": "
|
|
6247
|
+
"name": "vue-email",
|
|
6248
|
+
"description": "Write email templates with vue",
|
|
6249
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6250
|
+
"npm": "vue-email",
|
|
6251
|
+
"icon": "vue-email.svg",
|
|
6252
|
+
"github": "https://github.com/Dave136/vue-email#main/packages/vue-email",
|
|
6253
|
+
"website": "https://vue-email.vercel.app/",
|
|
6254
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6255
|
+
"category": "UI",
|
|
4338
6256
|
"type": "3rd-party",
|
|
4339
6257
|
"maintainers": [
|
|
4340
6258
|
{
|
|
4341
|
-
"name": "
|
|
4342
|
-
"github": "
|
|
6259
|
+
"name": "David Arenas",
|
|
6260
|
+
"github": "Dave136",
|
|
6261
|
+
"twitter": "davejs4",
|
|
6262
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6263
|
+
},
|
|
6264
|
+
{
|
|
6265
|
+
"name": "Younes Barrad",
|
|
6266
|
+
"github": "Flowko",
|
|
6267
|
+
"twitter": "imflowko",
|
|
6268
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
4343
6269
|
}
|
|
4344
6270
|
],
|
|
4345
6271
|
"compatibility": {
|
|
4346
|
-
"nuxt": "^
|
|
6272
|
+
"nuxt": "^3.0.0",
|
|
4347
6273
|
"requires": {}
|
|
4348
6274
|
}
|
|
4349
6275
|
},
|
|
4350
6276
|
{
|
|
4351
|
-
"name": "
|
|
4352
|
-
"description": "
|
|
4353
|
-
"repo": "
|
|
4354
|
-
"npm": "@
|
|
4355
|
-
"icon": "",
|
|
4356
|
-
"github": "https://github.com/
|
|
4357
|
-
"website": "https://
|
|
4358
|
-
"learn_more": "",
|
|
6277
|
+
"name": "vue-macros",
|
|
6278
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6279
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
6280
|
+
"npm": "@vue-macros/nuxt",
|
|
6281
|
+
"icon": "vue-macros.svg",
|
|
6282
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
6283
|
+
"website": "https://vue-macros.sxzz.moe",
|
|
6284
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
4359
6285
|
"category": "Extensions",
|
|
4360
|
-
"type": "
|
|
6286
|
+
"type": "3rd-party",
|
|
4361
6287
|
"maintainers": [
|
|
4362
6288
|
{
|
|
4363
|
-
"name": "
|
|
4364
|
-
"github": "
|
|
4365
|
-
"twitter": "
|
|
6289
|
+
"name": "三咲智子 Kevin Deng",
|
|
6290
|
+
"github": "sxzz",
|
|
6291
|
+
"twitter": "sanxiaozhizi"
|
|
4366
6292
|
}
|
|
4367
6293
|
],
|
|
4368
6294
|
"compatibility": {
|
|
4369
|
-
"nuxt": "^
|
|
4370
|
-
"requires": {
|
|
6295
|
+
"nuxt": "^3.0.0",
|
|
6296
|
+
"requires": {
|
|
6297
|
+
"bridge": "optional"
|
|
6298
|
+
}
|
|
4371
6299
|
}
|
|
4372
6300
|
},
|
|
4373
6301
|
{
|
|
@@ -4414,6 +6342,51 @@
|
|
|
4414
6342
|
"requires": {}
|
|
4415
6343
|
}
|
|
4416
6344
|
},
|
|
6345
|
+
{
|
|
6346
|
+
"name": "vue-plausible",
|
|
6347
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
6348
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
6349
|
+
"npm": "vue-plausible",
|
|
6350
|
+
"icon": "plausible.png",
|
|
6351
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
6352
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
6353
|
+
"learn_more": "",
|
|
6354
|
+
"category": "Analytics",
|
|
6355
|
+
"type": "3rd-party",
|
|
6356
|
+
"maintainers": [
|
|
6357
|
+
{
|
|
6358
|
+
"name": "moritzsternemann",
|
|
6359
|
+
"github": "moritzsternemann"
|
|
6360
|
+
}
|
|
6361
|
+
],
|
|
6362
|
+
"compatibility": {
|
|
6363
|
+
"nuxt": "^2.0.0",
|
|
6364
|
+
"requires": {}
|
|
6365
|
+
}
|
|
6366
|
+
},
|
|
6367
|
+
{
|
|
6368
|
+
"name": "vue-query",
|
|
6369
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6370
|
+
"repo": "Hebilicious/vue-query-nuxt#main",
|
|
6371
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6372
|
+
"icon": "vue-query.svg",
|
|
6373
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6374
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6375
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6376
|
+
"category": "Request",
|
|
6377
|
+
"type": "3rd-party",
|
|
6378
|
+
"maintainers": [
|
|
6379
|
+
{
|
|
6380
|
+
"name": "Hebilicious",
|
|
6381
|
+
"github": "Hebilicious",
|
|
6382
|
+
"twitter": "its_hebilicious"
|
|
6383
|
+
}
|
|
6384
|
+
],
|
|
6385
|
+
"compatibility": {
|
|
6386
|
+
"nuxt": "^3.0.0",
|
|
6387
|
+
"requires": {}
|
|
6388
|
+
}
|
|
6389
|
+
},
|
|
4417
6390
|
{
|
|
4418
6391
|
"name": "vue-select",
|
|
4419
6392
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -4436,6 +6409,31 @@
|
|
|
4436
6409
|
"requires": {}
|
|
4437
6410
|
}
|
|
4438
6411
|
},
|
|
6412
|
+
{
|
|
6413
|
+
"name": "vue-transitions",
|
|
6414
|
+
"description": "Reusable interface transitions with no CSS needed ❤️",
|
|
6415
|
+
"repo": "MorevM/vue-transitions",
|
|
6416
|
+
"npm": "@morev/vue-transitions",
|
|
6417
|
+
"icon": "vue-transitions.svg",
|
|
6418
|
+
"github": "https://github.com/MorevM/vue-transitions",
|
|
6419
|
+
"website": "https://github.com/MorevM/vue-transitions#readme",
|
|
6420
|
+
"learn_more": "",
|
|
6421
|
+
"category": "UI",
|
|
6422
|
+
"type": "3rd-party",
|
|
6423
|
+
"maintainers": [
|
|
6424
|
+
{
|
|
6425
|
+
"name": "Maxim Morev",
|
|
6426
|
+
"github": "MorevM",
|
|
6427
|
+
"avatar": "https://avatars.githubusercontent.com/u/49679666?v=4"
|
|
6428
|
+
}
|
|
6429
|
+
],
|
|
6430
|
+
"compatibility": {
|
|
6431
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6432
|
+
"requires": {
|
|
6433
|
+
"bridge": "optional"
|
|
6434
|
+
}
|
|
6435
|
+
}
|
|
6436
|
+
},
|
|
4439
6437
|
{
|
|
4440
6438
|
"name": "vue-warehouse",
|
|
4441
6439
|
"description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
|
|
@@ -4459,6 +6457,72 @@
|
|
|
4459
6457
|
"requires": {}
|
|
4460
6458
|
}
|
|
4461
6459
|
},
|
|
6460
|
+
{
|
|
6461
|
+
"name": "vuefire",
|
|
6462
|
+
"description": "Idiomatic composables for the Firebase SDK",
|
|
6463
|
+
"repo": "vuejs/vuefire/packages/nuxt",
|
|
6464
|
+
"npm": "nuxt-vuefire",
|
|
6465
|
+
"icon": "vuefire.svg",
|
|
6466
|
+
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
6467
|
+
"website": "https://vuefire.vuejs.org/",
|
|
6468
|
+
"learn_more": "",
|
|
6469
|
+
"category": "Database",
|
|
6470
|
+
"type": "3rd-party",
|
|
6471
|
+
"maintainers": [
|
|
6472
|
+
{
|
|
6473
|
+
"name": "posva",
|
|
6474
|
+
"github": "posva"
|
|
6475
|
+
}
|
|
6476
|
+
],
|
|
6477
|
+
"compatibility": {
|
|
6478
|
+
"nuxt": "^3.0.0",
|
|
6479
|
+
"requires": {}
|
|
6480
|
+
}
|
|
6481
|
+
},
|
|
6482
|
+
{
|
|
6483
|
+
"name": "vuestic",
|
|
6484
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
6485
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6486
|
+
"npm": "@vuestic/nuxt",
|
|
6487
|
+
"icon": "vuestic.png",
|
|
6488
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
6489
|
+
"website": "https://vuestic.dev",
|
|
6490
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
6491
|
+
"category": "UI",
|
|
6492
|
+
"type": "3rd-party",
|
|
6493
|
+
"maintainers": [
|
|
6494
|
+
{
|
|
6495
|
+
"name": "epicmaxco",
|
|
6496
|
+
"github": "epicmaxco"
|
|
6497
|
+
}
|
|
6498
|
+
],
|
|
6499
|
+
"compatibility": {
|
|
6500
|
+
"nuxt": "^3.0.0",
|
|
6501
|
+
"requires": {}
|
|
6502
|
+
}
|
|
6503
|
+
},
|
|
6504
|
+
{
|
|
6505
|
+
"name": "vuetify-nuxt-module",
|
|
6506
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
6507
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
6508
|
+
"npm": "vuetify-nuxt-module",
|
|
6509
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
6510
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6511
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6512
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
6513
|
+
"category": "UI",
|
|
6514
|
+
"type": "3rd-party",
|
|
6515
|
+
"maintainers": [
|
|
6516
|
+
{
|
|
6517
|
+
"name": "Joaquín Sánchez",
|
|
6518
|
+
"github": "userquin"
|
|
6519
|
+
}
|
|
6520
|
+
],
|
|
6521
|
+
"compatibility": {
|
|
6522
|
+
"nuxt": "^3.0.0",
|
|
6523
|
+
"requires": {}
|
|
6524
|
+
}
|
|
6525
|
+
},
|
|
4462
6526
|
{
|
|
4463
6527
|
"name": "vuetify",
|
|
4464
6528
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -4533,12 +6597,35 @@
|
|
|
4533
6597
|
"requires": {}
|
|
4534
6598
|
}
|
|
4535
6599
|
},
|
|
6600
|
+
{
|
|
6601
|
+
"name": "vunix",
|
|
6602
|
+
"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.",
|
|
6603
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6604
|
+
"npm": "@vunix/nuxt",
|
|
6605
|
+
"icon": "",
|
|
6606
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6607
|
+
"website": "https://vunix.dewib.com/",
|
|
6608
|
+
"learn_more": "",
|
|
6609
|
+
"category": "UI",
|
|
6610
|
+
"type": "3rd-party",
|
|
6611
|
+
"maintainers": [
|
|
6612
|
+
{
|
|
6613
|
+
"name": "Gaetan SENN",
|
|
6614
|
+
"github": "gaetansenn",
|
|
6615
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6616
|
+
}
|
|
6617
|
+
],
|
|
6618
|
+
"compatibility": {
|
|
6619
|
+
"nuxt": "^3.0.0",
|
|
6620
|
+
"requires": {}
|
|
6621
|
+
}
|
|
6622
|
+
},
|
|
4536
6623
|
{
|
|
4537
6624
|
"name": "web-vitals",
|
|
4538
6625
|
"description": "Web Vitals for Nuxt",
|
|
4539
6626
|
"repo": "nuxt-community/web-vitals-module",
|
|
4540
6627
|
"npm": "@nuxtjs/web-vitals",
|
|
4541
|
-
"icon": "",
|
|
6628
|
+
"icon": "web-vitals.png",
|
|
4542
6629
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4543
6630
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4544
6631
|
"learn_more": "",
|
|
@@ -4567,29 +6654,6 @@
|
|
|
4567
6654
|
}
|
|
4568
6655
|
}
|
|
4569
6656
|
},
|
|
4570
|
-
{
|
|
4571
|
-
"name": "web3js",
|
|
4572
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
4573
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
4574
|
-
"npm": "nuxt-web3",
|
|
4575
|
-
"icon": "web3js.svg",
|
|
4576
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4577
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4578
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
4579
|
-
"category": "Libraries",
|
|
4580
|
-
"type": "3rd-party",
|
|
4581
|
-
"maintainers": [
|
|
4582
|
-
{
|
|
4583
|
-
"name": "Muhammad Fauzan",
|
|
4584
|
-
"github": "bl0cknumber",
|
|
4585
|
-
"twitter": "fncolon"
|
|
4586
|
-
}
|
|
4587
|
-
],
|
|
4588
|
-
"compatibility": {
|
|
4589
|
-
"nuxt": "^2.0.0",
|
|
4590
|
-
"requires": {}
|
|
4591
|
-
}
|
|
4592
|
-
},
|
|
4593
6657
|
{
|
|
4594
6658
|
"name": "webfontloader",
|
|
4595
6659
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -4704,6 +6768,54 @@
|
|
|
4704
6768
|
"requires": {}
|
|
4705
6769
|
}
|
|
4706
6770
|
},
|
|
6771
|
+
{
|
|
6772
|
+
"name": "well-known",
|
|
6773
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6774
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6775
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6776
|
+
"icon": "well-known.svg",
|
|
6777
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6778
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6779
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6780
|
+
"category": "SEO",
|
|
6781
|
+
"type": "3rd-party",
|
|
6782
|
+
"maintainers": [
|
|
6783
|
+
{
|
|
6784
|
+
"name": "Zadig&Voltaire Team",
|
|
6785
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6786
|
+
}
|
|
6787
|
+
],
|
|
6788
|
+
"compatibility": {
|
|
6789
|
+
"nuxt": "^3.0.0",
|
|
6790
|
+
"requires": {}
|
|
6791
|
+
}
|
|
6792
|
+
},
|
|
6793
|
+
{
|
|
6794
|
+
"name": "wideangle",
|
|
6795
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
6796
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
6797
|
+
"npm": "wideangle-nuxt",
|
|
6798
|
+
"icon": "wideangle.png",
|
|
6799
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
6800
|
+
"website": "https://wideangle.co",
|
|
6801
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
6802
|
+
"category": "Analytics",
|
|
6803
|
+
"type": "3rd-party",
|
|
6804
|
+
"maintainers": [
|
|
6805
|
+
{
|
|
6806
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
6807
|
+
"github": "inputobjects"
|
|
6808
|
+
},
|
|
6809
|
+
{
|
|
6810
|
+
"name": "Jarek Rozanski",
|
|
6811
|
+
"github": "jrozanski"
|
|
6812
|
+
}
|
|
6813
|
+
],
|
|
6814
|
+
"compatibility": {
|
|
6815
|
+
"nuxt": "^3.0.0",
|
|
6816
|
+
"requires": {}
|
|
6817
|
+
}
|
|
6818
|
+
},
|
|
4707
6819
|
{
|
|
4708
6820
|
"name": "windicss",
|
|
4709
6821
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -4800,6 +6912,31 @@
|
|
|
4800
6912
|
"requires": {}
|
|
4801
6913
|
}
|
|
4802
6914
|
},
|
|
6915
|
+
{
|
|
6916
|
+
"name": "xstate",
|
|
6917
|
+
"description": "XState integration for Nuxt",
|
|
6918
|
+
"repo": "Lexpeartha/nuxt-xstate",
|
|
6919
|
+
"npm": "nuxt-xstate",
|
|
6920
|
+
"icon": "xstate.svg",
|
|
6921
|
+
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
6922
|
+
"website": "https://nuxt-xstate.lexpeartha.com",
|
|
6923
|
+
"learn_more": "https://xstate.js.org/",
|
|
6924
|
+
"category": "Extensions",
|
|
6925
|
+
"type": "3rd-party",
|
|
6926
|
+
"maintainers": [
|
|
6927
|
+
{
|
|
6928
|
+
"name": "Lexpeartha",
|
|
6929
|
+
"github": "Lexpeartha",
|
|
6930
|
+
"twitter": "lexpeartha"
|
|
6931
|
+
}
|
|
6932
|
+
],
|
|
6933
|
+
"compatibility": {
|
|
6934
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6935
|
+
"requires": {
|
|
6936
|
+
"bridge": true
|
|
6937
|
+
}
|
|
6938
|
+
}
|
|
6939
|
+
},
|
|
4803
6940
|
{
|
|
4804
6941
|
"name": "xui",
|
|
4805
6942
|
"description": "Light module to help design websites with Nuxt.",
|
|
@@ -4822,6 +6959,29 @@
|
|
|
4822
6959
|
"requires": {}
|
|
4823
6960
|
}
|
|
4824
6961
|
},
|
|
6962
|
+
{
|
|
6963
|
+
"name": "yandex-metrika-next",
|
|
6964
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
6965
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6966
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6967
|
+
"icon": "yandex-metrika.svg",
|
|
6968
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6969
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6970
|
+
"learn_more": "",
|
|
6971
|
+
"category": "Analytics",
|
|
6972
|
+
"type": "3rd-party",
|
|
6973
|
+
"maintainers": [
|
|
6974
|
+
{
|
|
6975
|
+
"name": "Aleksandr Saburov",
|
|
6976
|
+
"github": "artmizu",
|
|
6977
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6978
|
+
}
|
|
6979
|
+
],
|
|
6980
|
+
"compatibility": {
|
|
6981
|
+
"nuxt": "^3.0.0",
|
|
6982
|
+
"requires": {}
|
|
6983
|
+
}
|
|
6984
|
+
},
|
|
4825
6985
|
{
|
|
4826
6986
|
"name": "yandex-metrika",
|
|
4827
6987
|
"description": "Yandex metrika Module for Nuxt.js",
|