@nuxt/modules 0.6.0-a37195 → 0.6.0-a425eb
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/modules.json +1734 -336
- package/package.json +10 -10
package/modules.json
CHANGED
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"name": "Vunix",
|
|
4
|
-
"description": "",
|
|
5
|
-
"repo": "gaetansenn/vunix",
|
|
6
|
-
"npm": "vunix",
|
|
7
|
-
"icon": "",
|
|
8
|
-
"github": "https://github.com/gaetansenn/vunix",
|
|
9
|
-
"website": "https://github.com/gaetansenn/vunix",
|
|
10
|
-
"learn_more": "",
|
|
11
|
-
"category": "Devtools",
|
|
12
|
-
"type": "3rd-party",
|
|
13
|
-
"maintainers": [
|
|
14
|
-
{
|
|
15
|
-
"name": "gaetansenn",
|
|
16
|
-
"github": "gaetansenn"
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
|
-
"compatibility": {
|
|
20
|
-
"nuxt": "^2.0.0",
|
|
21
|
-
"requires": {}
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
2
|
{
|
|
25
3
|
"name": "ackee",
|
|
26
|
-
"description": "Nuxt
|
|
4
|
+
"description": "Nuxt module for Ackee analytics",
|
|
27
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
28
6
|
"npm": "nuxt-ackee",
|
|
29
7
|
"icon": "ackee.png",
|
|
@@ -50,7 +28,7 @@
|
|
|
50
28
|
},
|
|
51
29
|
{
|
|
52
30
|
"name": "agility-cms",
|
|
53
|
-
"description": "Agility CMS Integration for Nuxt
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
54
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
55
33
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
56
34
|
"icon": "agility.png",
|
|
@@ -73,7 +51,7 @@
|
|
|
73
51
|
},
|
|
74
52
|
{
|
|
75
53
|
"name": "algolia",
|
|
76
|
-
"description": "Algolia Search Module for Nuxt
|
|
54
|
+
"description": "Algolia Search Module for Nuxt",
|
|
77
55
|
"repo": "nuxt-modules/algolia",
|
|
78
56
|
"npm": "@nuxtjs/algolia",
|
|
79
57
|
"icon": "algolia.svg",
|
|
@@ -148,12 +126,12 @@
|
|
|
148
126
|
},
|
|
149
127
|
{
|
|
150
128
|
"name": "animejs",
|
|
151
|
-
"description": "Anime.js module for Nuxt
|
|
152
|
-
"repo": "
|
|
153
|
-
"npm": "nuxt-
|
|
129
|
+
"description": "Anime.js module for Nuxt",
|
|
130
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
131
|
+
"npm": "@hypernym/nuxt-anime",
|
|
154
132
|
"icon": "",
|
|
155
|
-
"github": "https://github.com/
|
|
156
|
-
"website": "https://github.com/
|
|
133
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
134
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
157
135
|
"learn_more": "",
|
|
158
136
|
"category": "Libraries",
|
|
159
137
|
"type": "3rd-party",
|
|
@@ -164,13 +142,59 @@
|
|
|
164
142
|
}
|
|
165
143
|
],
|
|
166
144
|
"compatibility": {
|
|
167
|
-
"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": "aos",
|
|
175
|
+
"description": "A Nuxt module that adds Animate On Scroll",
|
|
176
|
+
"repo": "egidiusmengelberg/nuxt-aos",
|
|
177
|
+
"npm": "nuxt-aos",
|
|
178
|
+
"icon": "aos.png",
|
|
179
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
181
|
+
"learn_more": "",
|
|
182
|
+
"category": "Devtools",
|
|
183
|
+
"type": "3rd-party",
|
|
184
|
+
"maintainers": [
|
|
185
|
+
{
|
|
186
|
+
"name": "egidiusmengelberg",
|
|
187
|
+
"github": "egidiusmengelberg"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"compatibility": {
|
|
191
|
+
"nuxt": "^3.0.0",
|
|
168
192
|
"requires": {}
|
|
169
193
|
}
|
|
170
194
|
},
|
|
171
195
|
{
|
|
172
196
|
"name": "api-party",
|
|
173
|
-
"description": "Nuxt
|
|
197
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
174
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
175
199
|
"npm": "nuxt-api-party",
|
|
176
200
|
"icon": "api-party.svg",
|
|
@@ -218,7 +242,7 @@
|
|
|
218
242
|
},
|
|
219
243
|
{
|
|
220
244
|
"name": "apollo",
|
|
221
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
245
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
222
246
|
"repo": "nuxt-modules/apollo",
|
|
223
247
|
"npm": "@nuxtjs/apollo",
|
|
224
248
|
"icon": "apollo.png",
|
|
@@ -242,7 +266,7 @@
|
|
|
242
266
|
},
|
|
243
267
|
{
|
|
244
268
|
"name": "applicationinsights",
|
|
245
|
-
"description": "AppInsights module for Nuxt
|
|
269
|
+
"description": "AppInsights module for Nuxt",
|
|
246
270
|
"repo": "nuxt-community/applicationinsights-module",
|
|
247
271
|
"npm": "@nuxtjs/applicationinsights",
|
|
248
272
|
"icon": "application-insights.png",
|
|
@@ -284,9 +308,54 @@
|
|
|
284
308
|
"requires": {}
|
|
285
309
|
}
|
|
286
310
|
},
|
|
311
|
+
{
|
|
312
|
+
"name": "arco-design-nuxt-module",
|
|
313
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
314
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
315
|
+
"npm": "arco-design-nuxt-module",
|
|
316
|
+
"icon": "arco-design.svg",
|
|
317
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
318
|
+
"website": "https://arco.design/vue",
|
|
319
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
320
|
+
"category": "UI",
|
|
321
|
+
"type": "3rd-party",
|
|
322
|
+
"maintainers": [
|
|
323
|
+
{
|
|
324
|
+
"name": "wiidede",
|
|
325
|
+
"github": "wiidede"
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
"compatibility": {
|
|
329
|
+
"nuxt": "^3.0.0",
|
|
330
|
+
"requires": {}
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "ark-ui",
|
|
335
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
336
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
337
|
+
"npm": "nuxt-ark-ui",
|
|
338
|
+
"icon": "ark-ui.svg",
|
|
339
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
340
|
+
"website": "https://ark-ui.com/",
|
|
341
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
342
|
+
"category": "UI",
|
|
343
|
+
"type": "3rd-party",
|
|
344
|
+
"maintainers": [
|
|
345
|
+
{
|
|
346
|
+
"name": "Din",
|
|
347
|
+
"github": "iamdin",
|
|
348
|
+
"twitter": "iamdinq"
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"compatibility": {
|
|
352
|
+
"nuxt": "^3.0.0",
|
|
353
|
+
"requires": {}
|
|
354
|
+
}
|
|
355
|
+
},
|
|
287
356
|
{
|
|
288
357
|
"name": "auth",
|
|
289
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
358
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
290
359
|
"repo": "nuxt-community/auth-module",
|
|
291
360
|
"npm": "@nuxtjs/auth",
|
|
292
361
|
"icon": "auth.png",
|
|
@@ -311,9 +380,55 @@
|
|
|
311
380
|
"requires": {}
|
|
312
381
|
}
|
|
313
382
|
},
|
|
383
|
+
{
|
|
384
|
+
"name": "authjs",
|
|
385
|
+
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
386
|
+
"repo": "Hebilicious/authjs-nuxt#main",
|
|
387
|
+
"npm": "@hebilicious/authjs-nuxt",
|
|
388
|
+
"icon": "authjs.png",
|
|
389
|
+
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
390
|
+
"website": "https://authjs-nuxt.pages.dev/",
|
|
391
|
+
"learn_more": "https://authjs.dev/",
|
|
392
|
+
"category": "Security",
|
|
393
|
+
"type": "3rd-party",
|
|
394
|
+
"maintainers": [
|
|
395
|
+
{
|
|
396
|
+
"name": "Hebilicious",
|
|
397
|
+
"github": "Hebilicious",
|
|
398
|
+
"twitter": "its_hebilicious"
|
|
399
|
+
}
|
|
400
|
+
],
|
|
401
|
+
"compatibility": {
|
|
402
|
+
"nuxt": "^3.0.0",
|
|
403
|
+
"requires": {}
|
|
404
|
+
}
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"name": "auto-animate",
|
|
408
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
409
|
+
"repo": "formkit/auto-animate",
|
|
410
|
+
"npm": "@formkit/auto-animate",
|
|
411
|
+
"icon": "auto-animate.svg",
|
|
412
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
413
|
+
"website": "https://auto-animate.formkit.com",
|
|
414
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
415
|
+
"category": "Libraries",
|
|
416
|
+
"type": "3rd-party",
|
|
417
|
+
"maintainers": [
|
|
418
|
+
{
|
|
419
|
+
"name": "Justin Schroeder",
|
|
420
|
+
"github": "justin-schroeder",
|
|
421
|
+
"twitter": "jpschroeder"
|
|
422
|
+
}
|
|
423
|
+
],
|
|
424
|
+
"compatibility": {
|
|
425
|
+
"nuxt": "^3.0.0",
|
|
426
|
+
"requires": {}
|
|
427
|
+
}
|
|
428
|
+
},
|
|
314
429
|
{
|
|
315
430
|
"name": "axios",
|
|
316
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
431
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
317
432
|
"repo": "nuxt-community/axios-module",
|
|
318
433
|
"npm": "@nuxtjs/axios",
|
|
319
434
|
"icon": "axios.svg",
|
|
@@ -336,7 +451,7 @@
|
|
|
336
451
|
},
|
|
337
452
|
{
|
|
338
453
|
"name": "basic-auth",
|
|
339
|
-
"description": "Provide basic authentication to your Nuxt
|
|
454
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
340
455
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
341
456
|
"npm": "nuxt-basic-auth-module",
|
|
342
457
|
"icon": "",
|
|
@@ -460,7 +575,7 @@
|
|
|
460
575
|
},
|
|
461
576
|
{
|
|
462
577
|
"name": "bulma-slim",
|
|
463
|
-
"description": "Nuxt
|
|
578
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
464
579
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
465
580
|
"npm": "nuxt-bulma-slim",
|
|
466
581
|
"icon": "bulma.png",
|
|
@@ -527,7 +642,7 @@
|
|
|
527
642
|
},
|
|
528
643
|
{
|
|
529
644
|
"name": "canvas-sketch",
|
|
530
|
-
"description": "Nuxt
|
|
645
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
531
646
|
"repo": "LuXDAmore/generative-art",
|
|
532
647
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
533
648
|
"icon": "",
|
|
@@ -548,9 +663,31 @@
|
|
|
548
663
|
"requires": {}
|
|
549
664
|
}
|
|
550
665
|
},
|
|
666
|
+
{
|
|
667
|
+
"name": "capo",
|
|
668
|
+
"description": "Capo.js implementation for Nuxt",
|
|
669
|
+
"repo": "danielroe/nuxt-capo",
|
|
670
|
+
"npm": "nuxt-capo",
|
|
671
|
+
"icon": "",
|
|
672
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
673
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
674
|
+
"learn_more": "",
|
|
675
|
+
"category": "Performance",
|
|
676
|
+
"type": "3rd-party",
|
|
677
|
+
"maintainers": [
|
|
678
|
+
{
|
|
679
|
+
"name": "danielroe",
|
|
680
|
+
"github": "danielroe"
|
|
681
|
+
}
|
|
682
|
+
],
|
|
683
|
+
"compatibility": {
|
|
684
|
+
"nuxt": "^3.0.0",
|
|
685
|
+
"requires": {}
|
|
686
|
+
}
|
|
687
|
+
},
|
|
551
688
|
{
|
|
552
689
|
"name": "chakra-ui",
|
|
553
|
-
"description": "Chakra UI Module for Nuxt
|
|
690
|
+
"description": "Chakra UI Module for Nuxt",
|
|
554
691
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
555
692
|
"npm": "@chakra-ui/nuxt",
|
|
556
693
|
"icon": "chakra-ui.png",
|
|
@@ -614,6 +751,29 @@
|
|
|
614
751
|
"requires": {}
|
|
615
752
|
}
|
|
616
753
|
},
|
|
754
|
+
{
|
|
755
|
+
"name": "clarity-analytics",
|
|
756
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
757
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
758
|
+
"npm": "nuxt-clarity-analytics",
|
|
759
|
+
"icon": "",
|
|
760
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
761
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
762
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
763
|
+
"category": "Analytics",
|
|
764
|
+
"type": "3rd-party",
|
|
765
|
+
"maintainers": [
|
|
766
|
+
{
|
|
767
|
+
"name": "Barbapapazes",
|
|
768
|
+
"github": "Barbapapazes",
|
|
769
|
+
"twitter": "soubiran_"
|
|
770
|
+
}
|
|
771
|
+
],
|
|
772
|
+
"compatibility": {
|
|
773
|
+
"nuxt": "^3.0.0",
|
|
774
|
+
"requires": {}
|
|
775
|
+
}
|
|
776
|
+
},
|
|
617
777
|
{
|
|
618
778
|
"name": "client-init",
|
|
619
779
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -638,7 +798,7 @@
|
|
|
638
798
|
},
|
|
639
799
|
{
|
|
640
800
|
"name": "cloudcms",
|
|
641
|
-
"description": "CloudCMS Nuxt
|
|
801
|
+
"description": "CloudCMS Nuxt Module",
|
|
642
802
|
"repo": "gitana/cloudcms-nuxt",
|
|
643
803
|
"npm": "cloudcms-nuxt",
|
|
644
804
|
"icon": "",
|
|
@@ -687,11 +847,11 @@
|
|
|
687
847
|
},
|
|
688
848
|
{
|
|
689
849
|
"name": "cloudinary",
|
|
690
|
-
"description": "Optimize images and videos in your Nuxt
|
|
691
|
-
"repo": "nuxt-
|
|
850
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
851
|
+
"repo": "nuxt-modules/cloudinary",
|
|
692
852
|
"npm": "@nuxtjs/cloudinary",
|
|
693
853
|
"icon": "cloudinary.png",
|
|
694
|
-
"github": "https://github.com/nuxt-
|
|
854
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
695
855
|
"website": "https://cloudinary.nuxtjs.org",
|
|
696
856
|
"learn_more": "https://cloudinary.com",
|
|
697
857
|
"category": "Images",
|
|
@@ -710,11 +870,11 @@
|
|
|
710
870
|
},
|
|
711
871
|
{
|
|
712
872
|
"name": "color-mode",
|
|
713
|
-
"description": "Dark and Light mode for
|
|
714
|
-
"repo": "nuxt-
|
|
873
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
874
|
+
"repo": "nuxt-modules/color-mode",
|
|
715
875
|
"npm": "@nuxtjs/color-mode",
|
|
716
876
|
"icon": "color-mode.png",
|
|
717
|
-
"github": "https://github.com/nuxt-
|
|
877
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
718
878
|
"website": "https://color-mode.nuxtjs.org",
|
|
719
879
|
"learn_more": "",
|
|
720
880
|
"category": "UI",
|
|
@@ -779,12 +939,35 @@
|
|
|
779
939
|
"requires": {}
|
|
780
940
|
}
|
|
781
941
|
},
|
|
942
|
+
{
|
|
943
|
+
"name": "content-assets",
|
|
944
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
945
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
946
|
+
"npm": "nuxt-content-assets",
|
|
947
|
+
"icon": "content-assets.png",
|
|
948
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
949
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
950
|
+
"learn_more": "",
|
|
951
|
+
"category": "Images",
|
|
952
|
+
"type": "3rd-party",
|
|
953
|
+
"maintainers": [
|
|
954
|
+
{
|
|
955
|
+
"name": "davestewart",
|
|
956
|
+
"github": "davestewart",
|
|
957
|
+
"twitter": "dave_stewart"
|
|
958
|
+
}
|
|
959
|
+
],
|
|
960
|
+
"compatibility": {
|
|
961
|
+
"nuxt": "^3.0.0",
|
|
962
|
+
"requires": {}
|
|
963
|
+
}
|
|
964
|
+
},
|
|
782
965
|
{
|
|
783
966
|
"name": "content",
|
|
784
967
|
"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.",
|
|
785
968
|
"repo": "nuxt/content#main",
|
|
786
969
|
"npm": "@nuxt/content",
|
|
787
|
-
"icon": "nuxt.
|
|
970
|
+
"icon": "nuxt.svg",
|
|
788
971
|
"github": "https://github.com/nuxt/content",
|
|
789
972
|
"website": "https://content.nuxtjs.org",
|
|
790
973
|
"learn_more": "",
|
|
@@ -908,7 +1091,7 @@
|
|
|
908
1091
|
},
|
|
909
1092
|
{
|
|
910
1093
|
"name": "darkmode.js",
|
|
911
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1094
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
912
1095
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
913
1096
|
"npm": "nuxtjs-darkmode-js-module",
|
|
914
1097
|
"icon": "darkmode.png",
|
|
@@ -930,7 +1113,7 @@
|
|
|
930
1113
|
},
|
|
931
1114
|
{
|
|
932
1115
|
"name": "date-fns",
|
|
933
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1116
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
934
1117
|
"repo": "nuxt-community/date-fns-module",
|
|
935
1118
|
"npm": "@nuxtjs/date-fns",
|
|
936
1119
|
"icon": "date-fns.png",
|
|
@@ -952,7 +1135,7 @@
|
|
|
952
1135
|
},
|
|
953
1136
|
{
|
|
954
1137
|
"name": "datocms-nuxt2",
|
|
955
|
-
"description": "DatoCMS integration for Nuxt
|
|
1138
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
956
1139
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
957
1140
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
958
1141
|
"icon": "datocms.svg",
|
|
@@ -998,31 +1181,31 @@
|
|
|
998
1181
|
},
|
|
999
1182
|
{
|
|
1000
1183
|
"name": "dayjs",
|
|
1001
|
-
"description": "
|
|
1002
|
-
"repo": "
|
|
1003
|
-
"npm": "
|
|
1184
|
+
"description": "Day.js module for Nuxt",
|
|
1185
|
+
"repo": "fumeapp/dayjs",
|
|
1186
|
+
"npm": "dayjs-nuxt",
|
|
1004
1187
|
"icon": "day-js.png",
|
|
1005
|
-
"github": "https://github.com/
|
|
1006
|
-
"website": "https://github.com/
|
|
1188
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1189
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
1007
1190
|
"learn_more": "https://day.js.org/",
|
|
1008
|
-
"category": "
|
|
1009
|
-
"type": "
|
|
1191
|
+
"category": "Libraries",
|
|
1192
|
+
"type": "3rd-party",
|
|
1010
1193
|
"maintainers": [
|
|
1011
1194
|
{
|
|
1012
|
-
"name": "
|
|
1013
|
-
"github": "
|
|
1014
|
-
"twitter": "
|
|
1195
|
+
"name": "Kevin Olson",
|
|
1196
|
+
"github": "acidjazz",
|
|
1197
|
+
"twitter": "AppFume"
|
|
1015
1198
|
}
|
|
1016
1199
|
],
|
|
1017
1200
|
"compatibility": {
|
|
1018
|
-
"nuxt": "^
|
|
1201
|
+
"nuxt": "^3.0.0",
|
|
1019
1202
|
"requires": {}
|
|
1020
1203
|
}
|
|
1021
1204
|
},
|
|
1022
1205
|
{
|
|
1023
1206
|
"name": "delay-hydration",
|
|
1024
|
-
"description": "Improve your Nuxt
|
|
1025
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1207
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1208
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1026
1209
|
"npm": "nuxt-delay-hydration",
|
|
1027
1210
|
"icon": "lighthouse.svg",
|
|
1028
1211
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1044,12 +1227,12 @@
|
|
|
1044
1227
|
},
|
|
1045
1228
|
{
|
|
1046
1229
|
"name": "device",
|
|
1047
|
-
"description": "Device detection module for Nuxt
|
|
1048
|
-
"repo": "nuxt-
|
|
1230
|
+
"description": "Device detection module for Nuxt",
|
|
1231
|
+
"repo": "nuxt-modules/device",
|
|
1049
1232
|
"npm": "@nuxtjs/device",
|
|
1050
1233
|
"icon": "",
|
|
1051
|
-
"github": "https://github.com/nuxt-
|
|
1052
|
-
"website": "https://github.com/nuxt-
|
|
1234
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1235
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1053
1236
|
"learn_more": "",
|
|
1054
1237
|
"category": "Extensions",
|
|
1055
1238
|
"type": "community",
|
|
@@ -1067,9 +1250,9 @@
|
|
|
1067
1250
|
{
|
|
1068
1251
|
"name": "devtools",
|
|
1069
1252
|
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1070
|
-
"repo": "nuxt/devtools#main",
|
|
1253
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1071
1254
|
"npm": "@nuxt/devtools",
|
|
1072
|
-
"icon": "nuxt.
|
|
1255
|
+
"icon": "nuxt.svg",
|
|
1073
1256
|
"github": "https://github.com/nuxt/devtools",
|
|
1074
1257
|
"website": "https://devtools.nuxtjs.org/",
|
|
1075
1258
|
"learn_more": "",
|
|
@@ -1089,13 +1272,13 @@
|
|
|
1089
1272
|
},
|
|
1090
1273
|
{
|
|
1091
1274
|
"name": "directus",
|
|
1092
|
-
"description": "Easily connect your
|
|
1275
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1093
1276
|
"repo": "intevel/nuxt-directus",
|
|
1094
1277
|
"npm": "nuxt-directus",
|
|
1095
1278
|
"icon": "directus.svg",
|
|
1096
|
-
"github": "https://github.com/
|
|
1097
|
-
"website": "https://nuxt-directus.
|
|
1098
|
-
"learn_more": "https://nuxt-directus.
|
|
1279
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1280
|
+
"website": "https://nuxt-directus.site/",
|
|
1281
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1099
1282
|
"category": "CMS",
|
|
1100
1283
|
"type": "3rd-party",
|
|
1101
1284
|
"maintainers": [
|
|
@@ -1106,15 +1289,36 @@
|
|
|
1106
1289
|
}
|
|
1107
1290
|
],
|
|
1108
1291
|
"compatibility": {
|
|
1109
|
-
"nuxt": "^
|
|
1110
|
-
"requires": {
|
|
1111
|
-
|
|
1292
|
+
"nuxt": "^3.0.0",
|
|
1293
|
+
"requires": {},
|
|
1294
|
+
"devtools": "^0.0.0"
|
|
1295
|
+
}
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
"name": "disqus",
|
|
1299
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1300
|
+
"repo": "modbender/nuxt-disqus",
|
|
1301
|
+
"npm": "nuxt-disqus",
|
|
1302
|
+
"icon": "disqus.svg",
|
|
1303
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1304
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1305
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1306
|
+
"category": "Libraries",
|
|
1307
|
+
"type": "3rd-party",
|
|
1308
|
+
"maintainers": [
|
|
1309
|
+
{
|
|
1310
|
+
"name": "modbender",
|
|
1311
|
+
"github": "modbender"
|
|
1112
1312
|
}
|
|
1313
|
+
],
|
|
1314
|
+
"compatibility": {
|
|
1315
|
+
"nuxt": "^3.0.0",
|
|
1316
|
+
"requires": {}
|
|
1113
1317
|
}
|
|
1114
1318
|
},
|
|
1115
1319
|
{
|
|
1116
1320
|
"name": "dotenv",
|
|
1117
|
-
"description": "A Nuxt
|
|
1321
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1118
1322
|
"repo": "nuxt-community/dotenv-module",
|
|
1119
1323
|
"npm": "@nuxtjs/dotenv",
|
|
1120
1324
|
"icon": "dotenv.png",
|
|
@@ -1136,7 +1340,7 @@
|
|
|
1136
1340
|
},
|
|
1137
1341
|
{
|
|
1138
1342
|
"name": "drupal-ce",
|
|
1139
|
-
"description": "Connects Nuxt
|
|
1343
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1140
1344
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1141
1345
|
"npm": "nuxtjs-drupal-ce",
|
|
1142
1346
|
"icon": "drupal-ce.png",
|
|
@@ -1169,7 +1373,7 @@
|
|
|
1169
1373
|
},
|
|
1170
1374
|
{
|
|
1171
1375
|
"name": "druxt",
|
|
1172
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1376
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1173
1377
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1174
1378
|
"npm": "druxt",
|
|
1175
1379
|
"icon": "druxt.svg",
|
|
@@ -1237,7 +1441,7 @@
|
|
|
1237
1441
|
},
|
|
1238
1442
|
{
|
|
1239
1443
|
"name": "emotion",
|
|
1240
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1444
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1241
1445
|
"repo": "nuxt-modules/emotion",
|
|
1242
1446
|
"npm": "@nuxtjs/emotion",
|
|
1243
1447
|
"icon": "emotion.png",
|
|
@@ -1265,7 +1469,7 @@
|
|
|
1265
1469
|
},
|
|
1266
1470
|
{
|
|
1267
1471
|
"name": "eslint",
|
|
1268
|
-
"description": "ESLint module for Nuxt
|
|
1472
|
+
"description": "ESLint module for Nuxt",
|
|
1269
1473
|
"repo": "nuxt-community/eslint-module",
|
|
1270
1474
|
"npm": "@nuxtjs/eslint-module",
|
|
1271
1475
|
"icon": "eslint.png",
|
|
@@ -1287,7 +1491,7 @@
|
|
|
1287
1491
|
},
|
|
1288
1492
|
{
|
|
1289
1493
|
"name": "event-trace",
|
|
1290
|
-
"description": "Module for event trace in Nuxt
|
|
1494
|
+
"description": "Module for event trace in Nuxt",
|
|
1291
1495
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1292
1496
|
"npm": "nuxt-event-trace",
|
|
1293
1497
|
"icon": "",
|
|
@@ -1331,7 +1535,7 @@
|
|
|
1331
1535
|
},
|
|
1332
1536
|
{
|
|
1333
1537
|
"name": "feature-toggle",
|
|
1334
|
-
"description": "Feature toggle module for Nuxt
|
|
1538
|
+
"description": "Feature toggle module for Nuxt",
|
|
1335
1539
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1336
1540
|
"npm": "nuxt-feature-toggle",
|
|
1337
1541
|
"icon": "",
|
|
@@ -1398,7 +1602,7 @@
|
|
|
1398
1602
|
},
|
|
1399
1603
|
{
|
|
1400
1604
|
"name": "floating-prompt-module",
|
|
1401
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1605
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1402
1606
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1403
1607
|
"npm": "nuxt-floating-prompt-module",
|
|
1404
1608
|
"icon": "",
|
|
@@ -1507,6 +1711,29 @@
|
|
|
1507
1711
|
"requires": {}
|
|
1508
1712
|
}
|
|
1509
1713
|
},
|
|
1714
|
+
{
|
|
1715
|
+
"name": "form-actions",
|
|
1716
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1717
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1718
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1719
|
+
"icon": "form-actions.svg",
|
|
1720
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1721
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1722
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1723
|
+
"category": "Request",
|
|
1724
|
+
"type": "3rd-party",
|
|
1725
|
+
"maintainers": [
|
|
1726
|
+
{
|
|
1727
|
+
"name": "Hebilicious",
|
|
1728
|
+
"github": "Hebilicious",
|
|
1729
|
+
"twitter": "its_hebilicious"
|
|
1730
|
+
}
|
|
1731
|
+
],
|
|
1732
|
+
"compatibility": {
|
|
1733
|
+
"nuxt": "^3.7.0",
|
|
1734
|
+
"requires": {}
|
|
1735
|
+
}
|
|
1736
|
+
},
|
|
1510
1737
|
{
|
|
1511
1738
|
"name": "formkit",
|
|
1512
1739
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1581,7 +1808,7 @@
|
|
|
1581
1808
|
},
|
|
1582
1809
|
{
|
|
1583
1810
|
"name": "google-adsense",
|
|
1584
|
-
"description": "Google Adsense Module for Nuxt
|
|
1811
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1585
1812
|
"repo": "nuxt-community/google-adsense-module",
|
|
1586
1813
|
"npm": "@nuxtjs/google-adsense",
|
|
1587
1814
|
"icon": "google-adsense.png",
|
|
@@ -1607,7 +1834,7 @@
|
|
|
1607
1834
|
},
|
|
1608
1835
|
{
|
|
1609
1836
|
"name": "google-analytics",
|
|
1610
|
-
"description": "Google analytics Module for Nuxt
|
|
1837
|
+
"description": "Google analytics Module for Nuxt",
|
|
1611
1838
|
"repo": "nuxt-community/analytics-module",
|
|
1612
1839
|
"npm": "@nuxtjs/google-analytics",
|
|
1613
1840
|
"icon": "google-analytics.png",
|
|
@@ -1639,12 +1866,12 @@
|
|
|
1639
1866
|
},
|
|
1640
1867
|
{
|
|
1641
1868
|
"name": "google-fonts",
|
|
1642
|
-
"description": "Google Fonts module for
|
|
1643
|
-
"repo": "nuxt-
|
|
1869
|
+
"description": "Google Fonts module for Nuxt",
|
|
1870
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1644
1871
|
"npm": "@nuxtjs/google-fonts",
|
|
1645
1872
|
"icon": "google-fonts.png",
|
|
1646
|
-
"github": "https://github.com/nuxt-
|
|
1647
|
-
"website": "https://
|
|
1873
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1874
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1648
1875
|
"learn_more": "https://developers.google.com/fonts",
|
|
1649
1876
|
"category": "Fonts",
|
|
1650
1877
|
"type": "community",
|
|
@@ -1663,7 +1890,7 @@
|
|
|
1663
1890
|
},
|
|
1664
1891
|
{
|
|
1665
1892
|
"name": "google-gtag",
|
|
1666
|
-
"description": "Google GTag for Nuxt
|
|
1893
|
+
"description": "Google GTag for Nuxt",
|
|
1667
1894
|
"repo": "nuxt-community/google-gtag",
|
|
1668
1895
|
"npm": "@nuxtjs/google-gtag",
|
|
1669
1896
|
"icon": "gtm.png",
|
|
@@ -1689,7 +1916,7 @@
|
|
|
1689
1916
|
},
|
|
1690
1917
|
{
|
|
1691
1918
|
"name": "google-optimize",
|
|
1692
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
1919
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1693
1920
|
"repo": "nuxt-community/google-optimize-module",
|
|
1694
1921
|
"npm": "nuxt-google-optimize",
|
|
1695
1922
|
"icon": "google-optimize.png",
|
|
@@ -1744,7 +1971,7 @@
|
|
|
1744
1971
|
},
|
|
1745
1972
|
{
|
|
1746
1973
|
"name": "graphql-request",
|
|
1747
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
1974
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1748
1975
|
"repo": "gomah/nuxt-graphql-request",
|
|
1749
1976
|
"npm": "nuxt-graphql-request",
|
|
1750
1977
|
"icon": "graphql-request.png",
|
|
@@ -1760,7 +1987,7 @@
|
|
|
1760
1987
|
}
|
|
1761
1988
|
],
|
|
1762
1989
|
"compatibility": {
|
|
1763
|
-
"nuxt": "^2.0.0",
|
|
1990
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1764
1991
|
"requires": {}
|
|
1765
1992
|
}
|
|
1766
1993
|
},
|
|
@@ -1783,12 +2010,13 @@
|
|
|
1783
2010
|
],
|
|
1784
2011
|
"compatibility": {
|
|
1785
2012
|
"nuxt": "^3.0.0",
|
|
1786
|
-
"requires": {}
|
|
2013
|
+
"requires": {},
|
|
2014
|
+
"devtools": "^0.0.0"
|
|
1787
2015
|
}
|
|
1788
2016
|
},
|
|
1789
2017
|
{
|
|
1790
2018
|
"name": "gtag",
|
|
1791
|
-
"description": "Google Analytics integration for Nuxt
|
|
2019
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1792
2020
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1793
2021
|
"npm": "nuxt-gtag",
|
|
1794
2022
|
"icon": "gtag.svg",
|
|
@@ -1812,7 +2040,7 @@
|
|
|
1812
2040
|
},
|
|
1813
2041
|
{
|
|
1814
2042
|
"name": "gtm",
|
|
1815
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2043
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1816
2044
|
"repo": "nuxt-community/gtm-module",
|
|
1817
2045
|
"npm": "@nuxtjs/gtm",
|
|
1818
2046
|
"icon": "gtm.png",
|
|
@@ -1835,7 +2063,7 @@
|
|
|
1835
2063
|
},
|
|
1836
2064
|
{
|
|
1837
2065
|
"name": "guess",
|
|
1838
|
-
"description": "Guess.js module for Nuxt
|
|
2066
|
+
"description": "Guess.js module for Nuxt",
|
|
1839
2067
|
"repo": "nuxt-community/guess-module",
|
|
1840
2068
|
"npm": "@nuxtjs/guess-module",
|
|
1841
2069
|
"icon": "guessjs.png",
|
|
@@ -1855,6 +2083,28 @@
|
|
|
1855
2083
|
"requires": {}
|
|
1856
2084
|
}
|
|
1857
2085
|
},
|
|
2086
|
+
{
|
|
2087
|
+
"name": "hanko",
|
|
2088
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2089
|
+
"repo": "nuxt-modules/hanko",
|
|
2090
|
+
"npm": "@nuxtjs/hanko",
|
|
2091
|
+
"icon": "hanko.svg",
|
|
2092
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2093
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2094
|
+
"learn_more": "https://hanko.io/",
|
|
2095
|
+
"category": "Security",
|
|
2096
|
+
"type": "community",
|
|
2097
|
+
"maintainers": [
|
|
2098
|
+
{
|
|
2099
|
+
"name": "danielroe",
|
|
2100
|
+
"github": "danielroe"
|
|
2101
|
+
}
|
|
2102
|
+
],
|
|
2103
|
+
"compatibility": {
|
|
2104
|
+
"nuxt": "^3.0.0",
|
|
2105
|
+
"requires": {}
|
|
2106
|
+
}
|
|
2107
|
+
},
|
|
1858
2108
|
{
|
|
1859
2109
|
"name": "harlem",
|
|
1860
2110
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1925,7 +2175,7 @@
|
|
|
1925
2175
|
},
|
|
1926
2176
|
{
|
|
1927
2177
|
"name": "helmet",
|
|
1928
|
-
"description": "Easy Helmet module with Nuxt
|
|
2178
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
1929
2179
|
"repo": "victor-perez/nuxt-helmet",
|
|
1930
2180
|
"npm": "nuxt-helmet",
|
|
1931
2181
|
"icon": "",
|
|
@@ -1969,7 +2219,7 @@
|
|
|
1969
2219
|
},
|
|
1970
2220
|
{
|
|
1971
2221
|
"name": "history-state",
|
|
1972
|
-
"description": "Nuxt
|
|
2222
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
1973
2223
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1974
2224
|
"npm": "nuxt-history-state",
|
|
1975
2225
|
"icon": "",
|
|
@@ -2038,7 +2288,7 @@
|
|
|
2038
2288
|
},
|
|
2039
2289
|
{
|
|
2040
2290
|
"name": "http",
|
|
2041
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2291
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2042
2292
|
"repo": "nuxt/http",
|
|
2043
2293
|
"npm": "@nuxt/http",
|
|
2044
2294
|
"icon": "http.png",
|
|
@@ -2066,7 +2316,7 @@
|
|
|
2066
2316
|
},
|
|
2067
2317
|
{
|
|
2068
2318
|
"name": "humans-txt",
|
|
2069
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2319
|
+
"description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
2070
2320
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2071
2321
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2072
2322
|
"icon": "",
|
|
@@ -2090,11 +2340,11 @@
|
|
|
2090
2340
|
{
|
|
2091
2341
|
"name": "i18n",
|
|
2092
2342
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2093
|
-
"repo": "nuxt-
|
|
2343
|
+
"repo": "nuxt-modules/i18n",
|
|
2094
2344
|
"npm": "@nuxtjs/i18n",
|
|
2095
2345
|
"icon": "i18n.png",
|
|
2096
|
-
"github": "https://github.com/nuxt-
|
|
2097
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2346
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2347
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2098
2348
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2099
2349
|
"category": "Extensions",
|
|
2100
2350
|
"type": "community",
|
|
@@ -2113,6 +2363,28 @@
|
|
|
2113
2363
|
"requires": {}
|
|
2114
2364
|
}
|
|
2115
2365
|
},
|
|
2366
|
+
{
|
|
2367
|
+
"name": "icon-font",
|
|
2368
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2369
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2370
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2371
|
+
"icon": "",
|
|
2372
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2373
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2374
|
+
"learn_more": "",
|
|
2375
|
+
"category": "UI",
|
|
2376
|
+
"type": "3rd-party",
|
|
2377
|
+
"maintainers": [
|
|
2378
|
+
{
|
|
2379
|
+
"name": "coremyslo",
|
|
2380
|
+
"github": "coremyslo"
|
|
2381
|
+
}
|
|
2382
|
+
],
|
|
2383
|
+
"compatibility": {
|
|
2384
|
+
"nuxt": "^3.0.0",
|
|
2385
|
+
"requires": {}
|
|
2386
|
+
}
|
|
2387
|
+
},
|
|
2116
2388
|
{
|
|
2117
2389
|
"name": "icon",
|
|
2118
2390
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2132,7 +2404,8 @@
|
|
|
2132
2404
|
],
|
|
2133
2405
|
"compatibility": {
|
|
2134
2406
|
"nuxt": "^3.0.0",
|
|
2135
|
-
"requires": {}
|
|
2407
|
+
"requires": {},
|
|
2408
|
+
"devtools": "^0.0.0"
|
|
2136
2409
|
}
|
|
2137
2410
|
},
|
|
2138
2411
|
{
|
|
@@ -2181,12 +2454,12 @@
|
|
|
2181
2454
|
},
|
|
2182
2455
|
{
|
|
2183
2456
|
"name": "image",
|
|
2184
|
-
"description": "Optimised images for
|
|
2457
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2185
2458
|
"repo": "nuxt/image",
|
|
2186
2459
|
"npm": "@nuxt/image",
|
|
2187
2460
|
"icon": "image.png",
|
|
2188
2461
|
"github": "https://github.com/nuxt/image",
|
|
2189
|
-
"website": "https://image.
|
|
2462
|
+
"website": "https://image.nuxt.com",
|
|
2190
2463
|
"learn_more": "",
|
|
2191
2464
|
"category": "Images",
|
|
2192
2465
|
"type": "official",
|
|
@@ -2196,6 +2469,11 @@
|
|
|
2196
2469
|
"github": "farnabaz",
|
|
2197
2470
|
"twitter": "a_birang"
|
|
2198
2471
|
},
|
|
2472
|
+
{
|
|
2473
|
+
"name": "Daniel Roe",
|
|
2474
|
+
"github": "danielroe",
|
|
2475
|
+
"twitter": "danielcroe"
|
|
2476
|
+
},
|
|
2199
2477
|
{
|
|
2200
2478
|
"name": "Pooya Parsa",
|
|
2201
2479
|
"github": "pi0",
|
|
@@ -2216,7 +2494,7 @@
|
|
|
2216
2494
|
},
|
|
2217
2495
|
{
|
|
2218
2496
|
"name": "imagemin",
|
|
2219
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2497
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2220
2498
|
"repo": "nuxt-community/imagemin-module",
|
|
2221
2499
|
"npm": "@nuxtjs/imagemin",
|
|
2222
2500
|
"icon": "imagemin.png",
|
|
@@ -2239,12 +2517,12 @@
|
|
|
2239
2517
|
{
|
|
2240
2518
|
"name": "inkline",
|
|
2241
2519
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2242
|
-
"repo": "inkline/
|
|
2243
|
-
"npm": "@inkline/
|
|
2520
|
+
"repo": "inkline/plugin",
|
|
2521
|
+
"npm": "@inkline/plugin",
|
|
2244
2522
|
"icon": "inkline.svg",
|
|
2245
|
-
"github": "https://github.com/inkline/
|
|
2523
|
+
"github": "https://github.com/inkline/plugin",
|
|
2246
2524
|
"website": "https://inkline.io",
|
|
2247
|
-
"learn_more": "https://inkline.io/docs/
|
|
2525
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2248
2526
|
"category": "UI",
|
|
2249
2527
|
"type": "3rd-party",
|
|
2250
2528
|
"maintainers": [
|
|
@@ -2263,7 +2541,7 @@
|
|
|
2263
2541
|
},
|
|
2264
2542
|
{
|
|
2265
2543
|
"name": "intercom",
|
|
2266
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2544
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2267
2545
|
"repo": "hex-digital/nuxt-intercom",
|
|
2268
2546
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2269
2547
|
"icon": "intercom.png",
|
|
@@ -2308,7 +2586,7 @@
|
|
|
2308
2586
|
},
|
|
2309
2587
|
{
|
|
2310
2588
|
"name": "jsonapi",
|
|
2311
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2589
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2312
2590
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2313
2591
|
"npm": "nuxt-jsonapi",
|
|
2314
2592
|
"icon": "jsonapi.svg",
|
|
@@ -2350,9 +2628,36 @@
|
|
|
2350
2628
|
"requires": {}
|
|
2351
2629
|
}
|
|
2352
2630
|
},
|
|
2631
|
+
{
|
|
2632
|
+
"name": "kinde",
|
|
2633
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2634
|
+
"repo": "nuxt-modules/kinde",
|
|
2635
|
+
"npm": "@nuxtjs/kinde",
|
|
2636
|
+
"icon": "kinde.svg",
|
|
2637
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2638
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2639
|
+
"learn_more": "https://kinde.com/",
|
|
2640
|
+
"category": "Security",
|
|
2641
|
+
"type": "community",
|
|
2642
|
+
"maintainers": [
|
|
2643
|
+
{
|
|
2644
|
+
"name": "danielroe",
|
|
2645
|
+
"github": "danielroe"
|
|
2646
|
+
},
|
|
2647
|
+
{
|
|
2648
|
+
"name": "daveordead",
|
|
2649
|
+
"github": "DaveOrDead",
|
|
2650
|
+
"twitter": "dave_or_dead"
|
|
2651
|
+
}
|
|
2652
|
+
],
|
|
2653
|
+
"compatibility": {
|
|
2654
|
+
"nuxt": "^3.0.0",
|
|
2655
|
+
"requires": {}
|
|
2656
|
+
}
|
|
2657
|
+
},
|
|
2353
2658
|
{
|
|
2354
2659
|
"name": "kql",
|
|
2355
|
-
"description": "Nuxt
|
|
2660
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2356
2661
|
"repo": "johannschopplich/nuxt-kql",
|
|
2357
2662
|
"npm": "nuxt-kql",
|
|
2358
2663
|
"icon": "kql.svg",
|
|
@@ -2376,7 +2681,7 @@
|
|
|
2376
2681
|
},
|
|
2377
2682
|
{
|
|
2378
2683
|
"name": "laravel-echo",
|
|
2379
|
-
"description": "Laravel Echo for Nuxt
|
|
2684
|
+
"description": "Laravel Echo for Nuxt",
|
|
2380
2685
|
"repo": "nuxt-community/laravel-echo",
|
|
2381
2686
|
"npm": "@nuxtjs/laravel-echo",
|
|
2382
2687
|
"icon": "laravel-echo.png",
|
|
@@ -2464,13 +2769,13 @@
|
|
|
2464
2769
|
},
|
|
2465
2770
|
{
|
|
2466
2771
|
"name": "link-checker",
|
|
2467
|
-
"description": "
|
|
2772
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2468
2773
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2469
2774
|
"npm": "nuxt-link-checker",
|
|
2470
|
-
"icon": "",
|
|
2775
|
+
"icon": "link-checker.svg",
|
|
2471
2776
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2472
|
-
"website": "https://
|
|
2473
|
-
"learn_more": "",
|
|
2777
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2778
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2474
2779
|
"category": "SEO",
|
|
2475
2780
|
"type": "3rd-party",
|
|
2476
2781
|
"maintainers": [
|
|
@@ -2483,7 +2788,8 @@
|
|
|
2483
2788
|
],
|
|
2484
2789
|
"compatibility": {
|
|
2485
2790
|
"nuxt": "^3.0.0",
|
|
2486
|
-
"requires": {}
|
|
2791
|
+
"requires": {},
|
|
2792
|
+
"devtools": "^0.0.0"
|
|
2487
2793
|
}
|
|
2488
2794
|
},
|
|
2489
2795
|
{
|
|
@@ -2560,12 +2866,12 @@
|
|
|
2560
2866
|
},
|
|
2561
2867
|
{
|
|
2562
2868
|
"name": "logrocket",
|
|
2563
|
-
"description": "LogRocket module for Nuxt
|
|
2564
|
-
"repo": "nuxt-
|
|
2869
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
2870
|
+
"repo": "nuxt-modules/logrocket",
|
|
2565
2871
|
"npm": "nuxt-logrocket",
|
|
2566
2872
|
"icon": "logrocket.png",
|
|
2567
|
-
"github": "https://github.com/nuxt-
|
|
2568
|
-
"website": "https://github.com/nuxt-
|
|
2873
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
2874
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2569
2875
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2570
2876
|
"category": "Monitoring",
|
|
2571
2877
|
"type": "community",
|
|
@@ -2581,9 +2887,35 @@
|
|
|
2581
2887
|
"requires": {}
|
|
2582
2888
|
}
|
|
2583
2889
|
},
|
|
2890
|
+
{
|
|
2891
|
+
"name": "lucide-icons",
|
|
2892
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2893
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
2894
|
+
"npm": "nuxt-lucide-icons",
|
|
2895
|
+
"icon": "lucide-icons.svg",
|
|
2896
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2897
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2898
|
+
"learn_more": "",
|
|
2899
|
+
"category": "UI",
|
|
2900
|
+
"type": "3rd-party",
|
|
2901
|
+
"maintainers": [
|
|
2902
|
+
{
|
|
2903
|
+
"name": "SWIS",
|
|
2904
|
+
"github": "swisnl"
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"name": "Jasper Zonneveld",
|
|
2908
|
+
"github": "JaZo"
|
|
2909
|
+
}
|
|
2910
|
+
],
|
|
2911
|
+
"compatibility": {
|
|
2912
|
+
"nuxt": "^3.0.0",
|
|
2913
|
+
"requires": {}
|
|
2914
|
+
}
|
|
2915
|
+
},
|
|
2584
2916
|
{
|
|
2585
2917
|
"name": "lunr",
|
|
2586
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
2918
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2587
2919
|
"repo": "nuxt-community/lunr-module",
|
|
2588
2920
|
"npm": "@nuxtjs/lunr-module",
|
|
2589
2921
|
"icon": "",
|
|
@@ -2672,15 +3004,37 @@
|
|
|
2672
3004
|
}
|
|
2673
3005
|
},
|
|
2674
3006
|
{
|
|
2675
|
-
"name": "
|
|
2676
|
-
"description": "
|
|
2677
|
-
"repo": "
|
|
2678
|
-
"npm": "
|
|
2679
|
-
"icon": "
|
|
2680
|
-
"github": "https://github.com/
|
|
2681
|
-
"website": "https://
|
|
2682
|
-
"learn_more": "https://
|
|
2683
|
-
"category": "
|
|
3007
|
+
"name": "maz-ui",
|
|
3008
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3009
|
+
"repo": "louismazel/maz-ui",
|
|
3010
|
+
"npm": "maz-ui",
|
|
3011
|
+
"icon": "maz-ui.png",
|
|
3012
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3013
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3014
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3015
|
+
"category": "UI",
|
|
3016
|
+
"type": "community",
|
|
3017
|
+
"maintainers": [
|
|
3018
|
+
{
|
|
3019
|
+
"name": "Loïc Mazuel",
|
|
3020
|
+
"github": "LouisMazel"
|
|
3021
|
+
}
|
|
3022
|
+
],
|
|
3023
|
+
"compatibility": {
|
|
3024
|
+
"nuxt": "^3.0.0",
|
|
3025
|
+
"requires": {}
|
|
3026
|
+
}
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
"name": "mdx",
|
|
3030
|
+
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
3031
|
+
"repo": "nuxt-community/mdx-module",
|
|
3032
|
+
"npm": "@nuxtjs/mdx",
|
|
3033
|
+
"icon": "mdx.png",
|
|
3034
|
+
"github": "https://github.com/nuxt-community/mdx-module",
|
|
3035
|
+
"website": "https://mdx.nuxtjs.org",
|
|
3036
|
+
"learn_more": "https://mdxjs.com/",
|
|
3037
|
+
"category": "Extensions",
|
|
2684
3038
|
"type": "community",
|
|
2685
3039
|
"maintainers": [
|
|
2686
3040
|
{
|
|
@@ -2696,7 +3050,7 @@
|
|
|
2696
3050
|
},
|
|
2697
3051
|
{
|
|
2698
3052
|
"name": "medusa",
|
|
2699
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3053
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2700
3054
|
"repo": "Baroshem/nuxt-medusa",
|
|
2701
3055
|
"npm": "nuxt-medusa",
|
|
2702
3056
|
"icon": "medusa.svg",
|
|
@@ -2721,7 +3075,7 @@
|
|
|
2721
3075
|
},
|
|
2722
3076
|
{
|
|
2723
3077
|
"name": "meilisearch",
|
|
2724
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3078
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2725
3079
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2726
3080
|
"npm": "nuxt-meilisearch",
|
|
2727
3081
|
"icon": "meilisearch.svg",
|
|
@@ -2741,7 +3095,8 @@
|
|
|
2741
3095
|
"nuxt": "^3.0.0",
|
|
2742
3096
|
"requires": {
|
|
2743
3097
|
"bridge": false
|
|
2744
|
-
}
|
|
3098
|
+
},
|
|
3099
|
+
"devtools": "^0.0.0"
|
|
2745
3100
|
}
|
|
2746
3101
|
},
|
|
2747
3102
|
{
|
|
@@ -2813,7 +3168,7 @@
|
|
|
2813
3168
|
},
|
|
2814
3169
|
{
|
|
2815
3170
|
"name": "moment",
|
|
2816
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3171
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2817
3172
|
"repo": "nuxt-community/moment-module",
|
|
2818
3173
|
"npm": "@nuxtjs/moment",
|
|
2819
3174
|
"icon": "momentjs.png",
|
|
@@ -2840,7 +3195,7 @@
|
|
|
2840
3195
|
},
|
|
2841
3196
|
{
|
|
2842
3197
|
"name": "mq",
|
|
2843
|
-
"description": "vue-mq module for Nuxt.
|
|
3198
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2844
3199
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2845
3200
|
"npm": "nuxt-mq",
|
|
2846
3201
|
"icon": "",
|
|
@@ -2884,7 +3239,7 @@
|
|
|
2884
3239
|
},
|
|
2885
3240
|
{
|
|
2886
3241
|
"name": "netlify-cache",
|
|
2887
|
-
"description": "Nuxt
|
|
3242
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
2888
3243
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2889
3244
|
"npm": "nuxt-netlify-cache",
|
|
2890
3245
|
"icon": "netlify.png",
|
|
@@ -2929,7 +3284,7 @@
|
|
|
2929
3284
|
},
|
|
2930
3285
|
{
|
|
2931
3286
|
"name": "netlify",
|
|
2932
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3287
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
2933
3288
|
"repo": "bazzite/nuxt-netlify",
|
|
2934
3289
|
"npm": "@aceforth/nuxt-netlify",
|
|
2935
3290
|
"icon": "netlify.png",
|
|
@@ -3000,30 +3355,96 @@
|
|
|
3000
3355
|
}
|
|
3001
3356
|
},
|
|
3002
3357
|
{
|
|
3003
|
-
"name": "
|
|
3004
|
-
"description": "",
|
|
3005
|
-
"repo": "
|
|
3006
|
-
"npm": "
|
|
3358
|
+
"name": "nupolyon",
|
|
3359
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3360
|
+
"repo": "adenvt/nupolyon",
|
|
3361
|
+
"npm": "nupolyon",
|
|
3007
3362
|
"icon": "",
|
|
3008
|
-
"github": "https://github.com/
|
|
3009
|
-
"website": "https://github.com/
|
|
3363
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3364
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3010
3365
|
"learn_more": "",
|
|
3011
|
-
"category": "
|
|
3366
|
+
"category": "Performance",
|
|
3012
3367
|
"type": "3rd-party",
|
|
3013
3368
|
"maintainers": [
|
|
3014
3369
|
{
|
|
3015
|
-
"name": "
|
|
3016
|
-
"github": "
|
|
3370
|
+
"name": "adenvt",
|
|
3371
|
+
"github": "adenvt"
|
|
3017
3372
|
}
|
|
3018
3373
|
],
|
|
3019
3374
|
"compatibility": {
|
|
3020
|
-
"nuxt": "^
|
|
3375
|
+
"nuxt": "^3.0.0",
|
|
3376
|
+
"requires": {}
|
|
3377
|
+
}
|
|
3378
|
+
},
|
|
3379
|
+
{
|
|
3380
|
+
"name": "nuxt-anchorscroll",
|
|
3381
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3382
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3383
|
+
"npm": "nuxt-anchorscroll",
|
|
3384
|
+
"icon": "",
|
|
3385
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3386
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3387
|
+
"learn_more": "",
|
|
3388
|
+
"category": "UI",
|
|
3389
|
+
"type": "3rd-party",
|
|
3390
|
+
"maintainers": [
|
|
3391
|
+
{
|
|
3392
|
+
"name": "Helltraitor",
|
|
3393
|
+
"github": "helltraitor"
|
|
3394
|
+
}
|
|
3395
|
+
],
|
|
3396
|
+
"compatibility": {
|
|
3397
|
+
"nuxt": "^3.0.0",
|
|
3398
|
+
"requires": {}
|
|
3399
|
+
}
|
|
3400
|
+
},
|
|
3401
|
+
{
|
|
3402
|
+
"name": "nuxt-basic-auth",
|
|
3403
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3404
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3405
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3406
|
+
"icon": "",
|
|
3407
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3408
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3409
|
+
"learn_more": "",
|
|
3410
|
+
"category": "Security",
|
|
3411
|
+
"type": "3rd-party",
|
|
3412
|
+
"maintainers": [
|
|
3413
|
+
{
|
|
3414
|
+
"name": "kgierke",
|
|
3415
|
+
"github": "kgierke"
|
|
3416
|
+
}
|
|
3417
|
+
],
|
|
3418
|
+
"compatibility": {
|
|
3419
|
+
"nuxt": "^3.0.0",
|
|
3420
|
+
"requires": {}
|
|
3421
|
+
}
|
|
3422
|
+
},
|
|
3423
|
+
{
|
|
3424
|
+
"name": "nuxt-bootstrap-icons",
|
|
3425
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3426
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3427
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3428
|
+
"icon": "bootstrap-icons.svg",
|
|
3429
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3430
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3431
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3432
|
+
"category": "UI",
|
|
3433
|
+
"type": "3rd-party",
|
|
3434
|
+
"maintainers": [
|
|
3435
|
+
{
|
|
3436
|
+
"name": "OyewoleOyedeji",
|
|
3437
|
+
"github": "OyewoleOyedeji"
|
|
3438
|
+
}
|
|
3439
|
+
],
|
|
3440
|
+
"compatibility": {
|
|
3441
|
+
"nuxt": "^3.0.0",
|
|
3021
3442
|
"requires": {}
|
|
3022
3443
|
}
|
|
3023
3444
|
},
|
|
3024
3445
|
{
|
|
3025
3446
|
"name": "nuxt-chatgpt",
|
|
3026
|
-
"description": "ChatGPT integration for Nuxt
|
|
3447
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3027
3448
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3028
3449
|
"npm": "nuxt-chatgpt",
|
|
3029
3450
|
"icon": "chatgpt.svg",
|
|
@@ -3043,6 +3464,54 @@
|
|
|
3043
3464
|
"requires": {}
|
|
3044
3465
|
}
|
|
3045
3466
|
},
|
|
3467
|
+
{
|
|
3468
|
+
"name": "nuxt-facebook-chat",
|
|
3469
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3470
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3471
|
+
"npm": "nuxt-facebook-chat",
|
|
3472
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3473
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3474
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3475
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3476
|
+
"category": "Libraries",
|
|
3477
|
+
"type": "3rd-party",
|
|
3478
|
+
"maintainers": [
|
|
3479
|
+
{
|
|
3480
|
+
"name": "Supanut Dokmaithong",
|
|
3481
|
+
"github": "Boomgeek"
|
|
3482
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
"name": "superdev-tech",
|
|
3485
|
+
"github": "superdev-tech"
|
|
3486
|
+
}
|
|
3487
|
+
],
|
|
3488
|
+
"compatibility": {
|
|
3489
|
+
"nuxt": "^3.0.0",
|
|
3490
|
+
"requires": {}
|
|
3491
|
+
}
|
|
3492
|
+
},
|
|
3493
|
+
{
|
|
3494
|
+
"name": "nuxt-feedme",
|
|
3495
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3496
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3497
|
+
"npm": "nuxt-feedme",
|
|
3498
|
+
"icon": "",
|
|
3499
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3500
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3501
|
+
"learn_more": "",
|
|
3502
|
+
"category": "SEO",
|
|
3503
|
+
"type": "3rd-party",
|
|
3504
|
+
"maintainers": [
|
|
3505
|
+
{
|
|
3506
|
+
"name": "Helltraitor",
|
|
3507
|
+
"github": "helltraitor"
|
|
3508
|
+
}
|
|
3509
|
+
],
|
|
3510
|
+
"compatibility": {
|
|
3511
|
+
"nuxt": "^3.0.0",
|
|
3512
|
+
"requires": {}
|
|
3513
|
+
}
|
|
3514
|
+
},
|
|
3046
3515
|
{
|
|
3047
3516
|
"name": "nuxt-graphql-middleware",
|
|
3048
3517
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3094,6 +3563,29 @@
|
|
|
3094
3563
|
"requires": {}
|
|
3095
3564
|
}
|
|
3096
3565
|
},
|
|
3566
|
+
{
|
|
3567
|
+
"name": "nuxt-gtm",
|
|
3568
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3569
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3570
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3571
|
+
"icon": "nuxt-gtm.svg",
|
|
3572
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3573
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3574
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3575
|
+
"category": "Analytics",
|
|
3576
|
+
"type": "3rd-party",
|
|
3577
|
+
"maintainers": [
|
|
3578
|
+
{
|
|
3579
|
+
"name": "Zadig&Voltaire Team",
|
|
3580
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3581
|
+
}
|
|
3582
|
+
],
|
|
3583
|
+
"compatibility": {
|
|
3584
|
+
"nuxt": "^3.0.0",
|
|
3585
|
+
"requires": {},
|
|
3586
|
+
"devtools": "^0.0.0"
|
|
3587
|
+
}
|
|
3588
|
+
},
|
|
3097
3589
|
{
|
|
3098
3590
|
"name": "nuxt-hue",
|
|
3099
3591
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -3118,6 +3610,28 @@
|
|
|
3118
3610
|
}
|
|
3119
3611
|
}
|
|
3120
3612
|
},
|
|
3613
|
+
{
|
|
3614
|
+
"name": "nuxt-jsonld",
|
|
3615
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3616
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3617
|
+
"npm": "nuxt-jsonld",
|
|
3618
|
+
"icon": "",
|
|
3619
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3620
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3621
|
+
"learn_more": "",
|
|
3622
|
+
"category": "SEO",
|
|
3623
|
+
"type": "3rd-party",
|
|
3624
|
+
"maintainers": [
|
|
3625
|
+
{
|
|
3626
|
+
"name": "ymmooot",
|
|
3627
|
+
"github": "ymmooot"
|
|
3628
|
+
}
|
|
3629
|
+
],
|
|
3630
|
+
"compatibility": {
|
|
3631
|
+
"nuxt": "^3.0.0",
|
|
3632
|
+
"requires": {}
|
|
3633
|
+
}
|
|
3634
|
+
},
|
|
3121
3635
|
{
|
|
3122
3636
|
"name": "nuxt-localtunnel",
|
|
3123
3637
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3143,7 +3657,7 @@
|
|
|
3143
3657
|
},
|
|
3144
3658
|
{
|
|
3145
3659
|
"name": "nuxt-loco",
|
|
3146
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3660
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3147
3661
|
"repo": "gaetansenn/nuxt-loco",
|
|
3148
3662
|
"npm": "nuxt-loco",
|
|
3149
3663
|
"icon": "",
|
|
@@ -3164,6 +3678,28 @@
|
|
|
3164
3678
|
"requires": {}
|
|
3165
3679
|
}
|
|
3166
3680
|
},
|
|
3681
|
+
{
|
|
3682
|
+
"name": "nuxt-mail",
|
|
3683
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3684
|
+
"repo": "dword-design/nuxt-mail",
|
|
3685
|
+
"npm": "nuxt-mail",
|
|
3686
|
+
"icon": "",
|
|
3687
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3688
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3689
|
+
"learn_more": "",
|
|
3690
|
+
"category": "Extensions",
|
|
3691
|
+
"type": "3rd-party",
|
|
3692
|
+
"maintainers": [
|
|
3693
|
+
{
|
|
3694
|
+
"name": "Sebastian Landwehr",
|
|
3695
|
+
"github": "dword-design"
|
|
3696
|
+
}
|
|
3697
|
+
],
|
|
3698
|
+
"compatibility": {
|
|
3699
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3700
|
+
"requires": {}
|
|
3701
|
+
}
|
|
3702
|
+
},
|
|
3167
3703
|
{
|
|
3168
3704
|
"name": "nuxt-mapbox",
|
|
3169
3705
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3186,6 +3722,28 @@
|
|
|
3186
3722
|
"requires": {}
|
|
3187
3723
|
}
|
|
3188
3724
|
},
|
|
3725
|
+
{
|
|
3726
|
+
"name": "nuxt-mdi",
|
|
3727
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3728
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3729
|
+
"npm": "nuxt-mdi",
|
|
3730
|
+
"icon": "mdi.png",
|
|
3731
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3732
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3733
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3734
|
+
"category": "Libraries",
|
|
3735
|
+
"type": "3rd-party",
|
|
3736
|
+
"maintainers": [
|
|
3737
|
+
{
|
|
3738
|
+
"name": "Emil Rosenius",
|
|
3739
|
+
"github": "ERPedersen"
|
|
3740
|
+
}
|
|
3741
|
+
],
|
|
3742
|
+
"compatibility": {
|
|
3743
|
+
"nuxt": "^3.0.0",
|
|
3744
|
+
"requires": {}
|
|
3745
|
+
}
|
|
3746
|
+
},
|
|
3189
3747
|
{
|
|
3190
3748
|
"name": "nuxt-monaco-editor",
|
|
3191
3749
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3208,6 +3766,52 @@
|
|
|
3208
3766
|
"requires": {}
|
|
3209
3767
|
}
|
|
3210
3768
|
},
|
|
3769
|
+
{
|
|
3770
|
+
"name": "nuxt-mongoose",
|
|
3771
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3772
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3773
|
+
"npm": "nuxt-mongoose",
|
|
3774
|
+
"icon": "nuxt-mongoose.svg",
|
|
3775
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3776
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3777
|
+
"learn_more": "",
|
|
3778
|
+
"category": "Database",
|
|
3779
|
+
"type": "3rd-party",
|
|
3780
|
+
"maintainers": [
|
|
3781
|
+
{
|
|
3782
|
+
"name": "arashsheyda",
|
|
3783
|
+
"github": "arashsheyda"
|
|
3784
|
+
}
|
|
3785
|
+
],
|
|
3786
|
+
"compatibility": {
|
|
3787
|
+
"nuxt": "^3.0.0",
|
|
3788
|
+
"requires": {},
|
|
3789
|
+
"devtools": "^0.0.0"
|
|
3790
|
+
}
|
|
3791
|
+
},
|
|
3792
|
+
{
|
|
3793
|
+
"name": "nuxt-payload-analyzer",
|
|
3794
|
+
"description": "Analyze Nuxt Payload Size",
|
|
3795
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
3796
|
+
"npm": "nuxt-payload-analyzer",
|
|
3797
|
+
"icon": "",
|
|
3798
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
3799
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
3800
|
+
"learn_more": "",
|
|
3801
|
+
"category": "Performance",
|
|
3802
|
+
"type": "3rd-party",
|
|
3803
|
+
"maintainers": [
|
|
3804
|
+
{
|
|
3805
|
+
"name": "Barbapapazes",
|
|
3806
|
+
"github": "Barbapapazes",
|
|
3807
|
+
"twitter": "soubiran_"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"compatibility": {
|
|
3811
|
+
"nuxt": "^3.0.0",
|
|
3812
|
+
"requires": {}
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3211
3815
|
{
|
|
3212
3816
|
"name": "nuxt-pdf",
|
|
3213
3817
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3231,6 +3835,28 @@
|
|
|
3231
3835
|
"requires": {}
|
|
3232
3836
|
}
|
|
3233
3837
|
},
|
|
3838
|
+
{
|
|
3839
|
+
"name": "nuxt-phosphor-icons",
|
|
3840
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3841
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3842
|
+
"npm": "nuxt-phosphor-icons",
|
|
3843
|
+
"icon": "phosphor-icons.svg",
|
|
3844
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3845
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3846
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3847
|
+
"category": "UI",
|
|
3848
|
+
"type": "3rd-party",
|
|
3849
|
+
"maintainers": [
|
|
3850
|
+
{
|
|
3851
|
+
"name": "OyewoleOyedeji",
|
|
3852
|
+
"github": "OyewoleOyedeji"
|
|
3853
|
+
}
|
|
3854
|
+
],
|
|
3855
|
+
"compatibility": {
|
|
3856
|
+
"nuxt": "^3.0.0",
|
|
3857
|
+
"requires": {}
|
|
3858
|
+
}
|
|
3859
|
+
},
|
|
3234
3860
|
{
|
|
3235
3861
|
"name": "nuxt-pino-log",
|
|
3236
3862
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3255,7 +3881,7 @@
|
|
|
3255
3881
|
},
|
|
3256
3882
|
{
|
|
3257
3883
|
"name": "plausible",
|
|
3258
|
-
"description": "Nuxt
|
|
3884
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3259
3885
|
"repo": "nuxt-modules/plausible",
|
|
3260
3886
|
"npm": "@nuxtjs/plausible",
|
|
3261
3887
|
"icon": "plausible.png",
|
|
@@ -3275,9 +3901,35 @@
|
|
|
3275
3901
|
"requires": {}
|
|
3276
3902
|
}
|
|
3277
3903
|
},
|
|
3904
|
+
{
|
|
3905
|
+
"name": "nuxt-plotly",
|
|
3906
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3907
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3908
|
+
"npm": "nuxt-plotly",
|
|
3909
|
+
"icon": "nuxt-plotly.svg",
|
|
3910
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3911
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3912
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3913
|
+
"category": "Libraries",
|
|
3914
|
+
"type": "3rd-party",
|
|
3915
|
+
"maintainers": [
|
|
3916
|
+
{
|
|
3917
|
+
"name": "Supanut Dokmaithong",
|
|
3918
|
+
"github": "Boomgeek"
|
|
3919
|
+
},
|
|
3920
|
+
{
|
|
3921
|
+
"name": "superdev-tech",
|
|
3922
|
+
"github": "superdev-tech"
|
|
3923
|
+
}
|
|
3924
|
+
],
|
|
3925
|
+
"compatibility": {
|
|
3926
|
+
"nuxt": "^3.0.0",
|
|
3927
|
+
"requires": {}
|
|
3928
|
+
}
|
|
3929
|
+
},
|
|
3278
3930
|
{
|
|
3279
3931
|
"name": "nuxt-png-to-ico",
|
|
3280
|
-
"description": "Nuxt
|
|
3932
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3281
3933
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3282
3934
|
"npm": "nuxt-png-to-ico",
|
|
3283
3935
|
"icon": "",
|
|
@@ -3300,7 +3952,7 @@
|
|
|
3300
3952
|
},
|
|
3301
3953
|
{
|
|
3302
3954
|
"name": "nuxt-smartlook",
|
|
3303
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
3955
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3304
3956
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3305
3957
|
"npm": "nuxt-smartlook",
|
|
3306
3958
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3322,6 +3974,28 @@
|
|
|
3322
3974
|
"requires": {}
|
|
3323
3975
|
}
|
|
3324
3976
|
},
|
|
3977
|
+
{
|
|
3978
|
+
"name": "nuxt-social-share",
|
|
3979
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
3980
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
3981
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
3982
|
+
"icon": "nuxt-social-share.png",
|
|
3983
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
3984
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
3985
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
3986
|
+
"category": "Extensions",
|
|
3987
|
+
"type": "3rd-party",
|
|
3988
|
+
"maintainers": [
|
|
3989
|
+
{
|
|
3990
|
+
"name": "stefanobartoletti",
|
|
3991
|
+
"github": "stefanobartoletti"
|
|
3992
|
+
}
|
|
3993
|
+
],
|
|
3994
|
+
"compatibility": {
|
|
3995
|
+
"nuxt": "^3.0.0",
|
|
3996
|
+
"requires": {}
|
|
3997
|
+
}
|
|
3998
|
+
},
|
|
3325
3999
|
{
|
|
3326
4000
|
"name": "ssr-lit",
|
|
3327
4001
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3352,7 +4026,7 @@
|
|
|
3352
4026
|
},
|
|
3353
4027
|
{
|
|
3354
4028
|
"name": "nuxt-storm",
|
|
3355
|
-
"description": "WebStorm & PHPStorm support for
|
|
4029
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3356
4030
|
"repo": "fumeapp/nuxt-storm",
|
|
3357
4031
|
"npm": "nuxt-storm",
|
|
3358
4032
|
"icon": "nuxt-storm.png",
|
|
@@ -3396,7 +4070,7 @@
|
|
|
3396
4070
|
},
|
|
3397
4071
|
{
|
|
3398
4072
|
"name": "nuxt-unleash",
|
|
3399
|
-
"description": "Nuxt
|
|
4073
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3400
4074
|
"repo": "conejerock/nuxt-unleash",
|
|
3401
4075
|
"npm": "nuxt-unleash",
|
|
3402
4076
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3487,12 +4161,12 @@
|
|
|
3487
4161
|
{
|
|
3488
4162
|
"name": "nuxt-vue3-google-signin",
|
|
3489
4163
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3490
|
-
"repo": "
|
|
4164
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3491
4165
|
"npm": "nuxt-vue3-google-signin",
|
|
3492
4166
|
"icon": "vue3-google-signin.svg",
|
|
3493
|
-
"github": "https://github.com/
|
|
3494
|
-
"website": "https://vue3-google-signin.
|
|
3495
|
-
"learn_more": "https://vue3-google-signin.
|
|
4167
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4168
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4169
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3496
4170
|
"category": "Libraries",
|
|
3497
4171
|
"type": "3rd-party",
|
|
3498
4172
|
"maintainers": [
|
|
@@ -3506,9 +4180,53 @@
|
|
|
3506
4180
|
"requires": {}
|
|
3507
4181
|
}
|
|
3508
4182
|
},
|
|
4183
|
+
{
|
|
4184
|
+
"name": "nuxt-vuetify",
|
|
4185
|
+
"description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
|
|
4186
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
4187
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
4188
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
4189
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
4190
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
4191
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
4192
|
+
"category": "UI",
|
|
4193
|
+
"type": "3rd-party",
|
|
4194
|
+
"maintainers": [
|
|
4195
|
+
{
|
|
4196
|
+
"name": "Jens van Hellemondt",
|
|
4197
|
+
"github": "invictus-codes"
|
|
4198
|
+
}
|
|
4199
|
+
],
|
|
4200
|
+
"compatibility": {
|
|
4201
|
+
"nuxt": "^3.0.0",
|
|
4202
|
+
"requires": {}
|
|
4203
|
+
}
|
|
4204
|
+
},
|
|
4205
|
+
{
|
|
4206
|
+
"name": "nuxt3-leaflet",
|
|
4207
|
+
"description": "Leaflet integration with Nuxt",
|
|
4208
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4209
|
+
"npm": "nuxt3-leaflet",
|
|
4210
|
+
"icon": "leaflet.png",
|
|
4211
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4212
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4213
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4214
|
+
"category": "Libraries",
|
|
4215
|
+
"type": "3rd-party",
|
|
4216
|
+
"maintainers": [
|
|
4217
|
+
{
|
|
4218
|
+
"name": "Augustin MERCIER",
|
|
4219
|
+
"github": "Gugustinette"
|
|
4220
|
+
}
|
|
4221
|
+
],
|
|
4222
|
+
"compatibility": {
|
|
4223
|
+
"nuxt": "^3.0.0",
|
|
4224
|
+
"requires": {}
|
|
4225
|
+
}
|
|
4226
|
+
},
|
|
3509
4227
|
{
|
|
3510
4228
|
"name": "nuxt7",
|
|
3511
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4229
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3512
4230
|
"repo": "nuxt-community/nuxt7",
|
|
3513
4231
|
"npm": "nuxt7",
|
|
3514
4232
|
"icon": "",
|
|
@@ -3531,13 +4249,13 @@
|
|
|
3531
4249
|
},
|
|
3532
4250
|
{
|
|
3533
4251
|
"name": "og-image",
|
|
3534
|
-
"description": "
|
|
4252
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3535
4253
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3536
4254
|
"npm": "nuxt-og-image",
|
|
3537
|
-
"icon": "",
|
|
4255
|
+
"icon": "og-image.svg",
|
|
3538
4256
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3539
|
-
"website": "https://
|
|
3540
|
-
"learn_more": "",
|
|
4257
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4258
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3541
4259
|
"category": "SEO",
|
|
3542
4260
|
"type": "3rd-party",
|
|
3543
4261
|
"maintainers": [
|
|
@@ -3550,7 +4268,8 @@
|
|
|
3550
4268
|
],
|
|
3551
4269
|
"compatibility": {
|
|
3552
4270
|
"nuxt": "^3.0.0",
|
|
3553
|
-
"requires": {}
|
|
4271
|
+
"requires": {},
|
|
4272
|
+
"devtools": "^0.0.0"
|
|
3554
4273
|
}
|
|
3555
4274
|
},
|
|
3556
4275
|
{
|
|
@@ -3578,7 +4297,7 @@
|
|
|
3578
4297
|
},
|
|
3579
4298
|
{
|
|
3580
4299
|
"name": "optimized-images",
|
|
3581
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4300
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3582
4301
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3583
4302
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3584
4303
|
"icon": "",
|
|
@@ -3623,7 +4342,7 @@
|
|
|
3623
4342
|
},
|
|
3624
4343
|
{
|
|
3625
4344
|
"name": "parse",
|
|
3626
|
-
"description": "Parse package for Nuxt
|
|
4345
|
+
"description": "Parse package for Nuxt",
|
|
3627
4346
|
"repo": "cierrateam/nuxt-parse",
|
|
3628
4347
|
"npm": "nuxt-parse",
|
|
3629
4348
|
"icon": "",
|
|
@@ -3644,17 +4363,40 @@
|
|
|
3644
4363
|
}
|
|
3645
4364
|
},
|
|
3646
4365
|
{
|
|
3647
|
-
"name": "
|
|
3648
|
-
"description": "
|
|
3649
|
-
"repo": "nuxt-
|
|
3650
|
-
"npm": "
|
|
3651
|
-
"icon": "
|
|
3652
|
-
"github": "https://github.com/nuxt-
|
|
3653
|
-
"website": "https://
|
|
3654
|
-
"learn_more": "https://
|
|
3655
|
-
"category": "
|
|
3656
|
-
"type": "
|
|
3657
|
-
"maintainers": [
|
|
4366
|
+
"name": "particles",
|
|
4367
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4368
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4369
|
+
"npm": "nuxt-particles",
|
|
4370
|
+
"icon": "",
|
|
4371
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4372
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4373
|
+
"learn_more": "https://particles.js.org/",
|
|
4374
|
+
"category": "Libraries",
|
|
4375
|
+
"type": "3rd-party",
|
|
4376
|
+
"maintainers": [
|
|
4377
|
+
{
|
|
4378
|
+
"name": "Joey Pereira",
|
|
4379
|
+
"github": "Joepocalyptic",
|
|
4380
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4381
|
+
}
|
|
4382
|
+
],
|
|
4383
|
+
"compatibility": {
|
|
4384
|
+
"nuxt": "^3.0.0",
|
|
4385
|
+
"requires": {}
|
|
4386
|
+
}
|
|
4387
|
+
},
|
|
4388
|
+
{
|
|
4389
|
+
"name": "partytown",
|
|
4390
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
4391
|
+
"repo": "nuxt-modules/partytown",
|
|
4392
|
+
"npm": "@nuxtjs/partytown",
|
|
4393
|
+
"icon": "partytown.svg",
|
|
4394
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
4395
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
4396
|
+
"learn_more": "https://partytown.builder.io/",
|
|
4397
|
+
"category": "Performance",
|
|
4398
|
+
"type": "community",
|
|
4399
|
+
"maintainers": [
|
|
3658
4400
|
{
|
|
3659
4401
|
"name": "Daniel Roe",
|
|
3660
4402
|
"github": "danielroe",
|
|
@@ -3668,6 +4410,30 @@
|
|
|
3668
4410
|
}
|
|
3669
4411
|
}
|
|
3670
4412
|
},
|
|
4413
|
+
{
|
|
4414
|
+
"name": "pdfeasy",
|
|
4415
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4416
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4417
|
+
"npm": "nuxt-pdfeasy",
|
|
4418
|
+
"icon": "pdfeasy.png",
|
|
4419
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4420
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4421
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4422
|
+
"category": "Extensions",
|
|
4423
|
+
"type": "3rd-party",
|
|
4424
|
+
"maintainers": [
|
|
4425
|
+
{
|
|
4426
|
+
"name": "Giovane Cardoso",
|
|
4427
|
+
"github": "novout",
|
|
4428
|
+
"twitter": "novoutttttt",
|
|
4429
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4430
|
+
}
|
|
4431
|
+
],
|
|
4432
|
+
"compatibility": {
|
|
4433
|
+
"nuxt": "^3.0.0",
|
|
4434
|
+
"requires": {}
|
|
4435
|
+
}
|
|
4436
|
+
},
|
|
3671
4437
|
{
|
|
3672
4438
|
"name": "persian-datepicker",
|
|
3673
4439
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3765,7 +4531,7 @@
|
|
|
3765
4531
|
},
|
|
3766
4532
|
{
|
|
3767
4533
|
"name": "plausible",
|
|
3768
|
-
"description": "Nuxt
|
|
4534
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3769
4535
|
"repo": "nuxt-modules/plausible",
|
|
3770
4536
|
"npm": "@nuxtjs/plausible",
|
|
3771
4537
|
"icon": "",
|
|
@@ -3807,9 +4573,56 @@
|
|
|
3807
4573
|
"requires": {}
|
|
3808
4574
|
}
|
|
3809
4575
|
},
|
|
4576
|
+
{
|
|
4577
|
+
"name": "prepare",
|
|
4578
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4579
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4580
|
+
"npm": "nuxt-prepare",
|
|
4581
|
+
"icon": "prepare.svg",
|
|
4582
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4583
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4584
|
+
"learn_more": "",
|
|
4585
|
+
"category": "Devtools",
|
|
4586
|
+
"type": "3rd-party",
|
|
4587
|
+
"maintainers": [
|
|
4588
|
+
{
|
|
4589
|
+
"name": "Johann Schopplich",
|
|
4590
|
+
"github": "johannschopplich",
|
|
4591
|
+
"twitter": "jschopplich",
|
|
4592
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4593
|
+
}
|
|
4594
|
+
],
|
|
4595
|
+
"compatibility": {
|
|
4596
|
+
"nuxt": "^3.0.0",
|
|
4597
|
+
"requires": {}
|
|
4598
|
+
}
|
|
4599
|
+
},
|
|
4600
|
+
{
|
|
4601
|
+
"name": "primevue",
|
|
4602
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4603
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4604
|
+
"npm": "nuxt-primevue",
|
|
4605
|
+
"icon": "primevue.svg",
|
|
4606
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4607
|
+
"website": "https://primevue.org/",
|
|
4608
|
+
"learn_more": "https://primevue.org/",
|
|
4609
|
+
"category": "UI",
|
|
4610
|
+
"type": "3rd-party",
|
|
4611
|
+
"maintainers": [
|
|
4612
|
+
{
|
|
4613
|
+
"name": "primefaces",
|
|
4614
|
+
"github": "primefaces",
|
|
4615
|
+
"twitter": "primevue"
|
|
4616
|
+
}
|
|
4617
|
+
],
|
|
4618
|
+
"compatibility": {
|
|
4619
|
+
"nuxt": "^3.0.0",
|
|
4620
|
+
"requires": {}
|
|
4621
|
+
}
|
|
4622
|
+
},
|
|
3810
4623
|
{
|
|
3811
4624
|
"name": "prismic",
|
|
3812
|
-
"description": "Easily connect your Nuxt
|
|
4625
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
3813
4626
|
"repo": "nuxt-modules/prismic",
|
|
3814
4627
|
"npm": "@nuxtjs/prismic",
|
|
3815
4628
|
"icon": "prismic.png",
|
|
@@ -3876,7 +4689,7 @@
|
|
|
3876
4689
|
},
|
|
3877
4690
|
{
|
|
3878
4691
|
"name": "proxy",
|
|
3879
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4692
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
3880
4693
|
"repo": "nuxt-community/proxy-module",
|
|
3881
4694
|
"npm": "@nuxtjs/proxy",
|
|
3882
4695
|
"icon": "",
|
|
@@ -3922,7 +4735,7 @@
|
|
|
3922
4735
|
},
|
|
3923
4736
|
{
|
|
3924
4737
|
"name": "purgecss",
|
|
3925
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4738
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
3926
4739
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
3927
4740
|
"npm": "nuxt-purgecss",
|
|
3928
4741
|
"icon": "purgecss.png",
|
|
@@ -3944,7 +4757,7 @@
|
|
|
3944
4757
|
},
|
|
3945
4758
|
{
|
|
3946
4759
|
"name": "pwa",
|
|
3947
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4760
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
3948
4761
|
"repo": "nuxt-community/pwa-module",
|
|
3949
4762
|
"npm": "@nuxtjs/pwa",
|
|
3950
4763
|
"icon": "pwa.png",
|
|
@@ -3969,7 +4782,7 @@
|
|
|
3969
4782
|
},
|
|
3970
4783
|
{
|
|
3971
4784
|
"name": "python",
|
|
3972
|
-
"description": "Write Nuxt
|
|
4785
|
+
"description": "Write Nuxt applications using Python",
|
|
3973
4786
|
"repo": "nuxt-community/python-module",
|
|
3974
4787
|
"npm": "@nuxtjs/python",
|
|
3975
4788
|
"icon": "python.png",
|
|
@@ -4006,6 +4819,64 @@
|
|
|
4006
4819
|
"github": "Maiquu"
|
|
4007
4820
|
}
|
|
4008
4821
|
],
|
|
4822
|
+
"compatibility": {
|
|
4823
|
+
"nuxt": "^3.0.0",
|
|
4824
|
+
"requires": {},
|
|
4825
|
+
"devtools": "^0.0.0"
|
|
4826
|
+
}
|
|
4827
|
+
},
|
|
4828
|
+
{
|
|
4829
|
+
"name": "radash",
|
|
4830
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4831
|
+
"repo": "bbg/nuxt-radash",
|
|
4832
|
+
"npm": "nuxt-radash",
|
|
4833
|
+
"icon": "radash.png",
|
|
4834
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4835
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4836
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4837
|
+
"category": "Libraries",
|
|
4838
|
+
"type": "3rd-party",
|
|
4839
|
+
"maintainers": [
|
|
4840
|
+
{
|
|
4841
|
+
"name": "Batuhan Göksu",
|
|
4842
|
+
"github": "bbg"
|
|
4843
|
+
}
|
|
4844
|
+
],
|
|
4845
|
+
"compatibility": {
|
|
4846
|
+
"nuxt": "^3.0.0",
|
|
4847
|
+
"requires": {}
|
|
4848
|
+
}
|
|
4849
|
+
},
|
|
4850
|
+
{
|
|
4851
|
+
"name": "radix-vue",
|
|
4852
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
4853
|
+
"repo": "radix-vue/radix-vue",
|
|
4854
|
+
"npm": "radix-vue",
|
|
4855
|
+
"icon": "radix-vue.svg",
|
|
4856
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
4857
|
+
"website": "https://www.radix-vue.com/",
|
|
4858
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
4859
|
+
"category": "UI",
|
|
4860
|
+
"type": "3rd-party",
|
|
4861
|
+
"maintainers": [
|
|
4862
|
+
{
|
|
4863
|
+
"name": "Zernonia",
|
|
4864
|
+
"github": "zernonia",
|
|
4865
|
+
"twitter": "zernonia"
|
|
4866
|
+
},
|
|
4867
|
+
{
|
|
4868
|
+
"name": "Khairul Haaziq",
|
|
4869
|
+
"github": "khairulhaaziq"
|
|
4870
|
+
},
|
|
4871
|
+
{
|
|
4872
|
+
"name": "Mujahid Anuar",
|
|
4873
|
+
"github": "mujahidfa"
|
|
4874
|
+
},
|
|
4875
|
+
{
|
|
4876
|
+
"name": "Max",
|
|
4877
|
+
"github": "onmax"
|
|
4878
|
+
}
|
|
4879
|
+
],
|
|
4009
4880
|
"compatibility": {
|
|
4010
4881
|
"nuxt": "^3.0.0",
|
|
4011
4882
|
"requires": {}
|
|
@@ -4013,7 +4884,7 @@
|
|
|
4013
4884
|
},
|
|
4014
4885
|
{
|
|
4015
4886
|
"name": "recaptcha",
|
|
4016
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
4887
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4017
4888
|
"repo": "nuxt-community/recaptcha-module",
|
|
4018
4889
|
"npm": "@nuxtjs/recaptcha",
|
|
4019
4890
|
"icon": "recaptcha.png",
|
|
@@ -4058,7 +4929,7 @@
|
|
|
4058
4929
|
},
|
|
4059
4930
|
{
|
|
4060
4931
|
"name": "rfg-icon",
|
|
4061
|
-
"description": "Nuxt
|
|
4932
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4062
4933
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4063
4934
|
"npm": "nuxt-rfg-icon",
|
|
4064
4935
|
"icon": "real-favicon-generator.png",
|
|
@@ -4080,12 +4951,12 @@
|
|
|
4080
4951
|
},
|
|
4081
4952
|
{
|
|
4082
4953
|
"name": "robots",
|
|
4083
|
-
"description": "A Nuxt
|
|
4084
|
-
"repo": "nuxt-
|
|
4954
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
4955
|
+
"repo": "nuxt-modules/robots",
|
|
4085
4956
|
"npm": "@nuxtjs/robots",
|
|
4086
4957
|
"icon": "robots.png",
|
|
4087
|
-
"github": "https://github.com/nuxt-
|
|
4088
|
-
"website": "https://github.com/nuxt-
|
|
4958
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4959
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4089
4960
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4090
4961
|
"category": "SEO",
|
|
4091
4962
|
"type": "community",
|
|
@@ -4104,7 +4975,7 @@
|
|
|
4104
4975
|
},
|
|
4105
4976
|
{
|
|
4106
4977
|
"name": "rollbar",
|
|
4107
|
-
"description": "Add Rollbar.js to your Nuxt
|
|
4978
|
+
"description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
|
|
4108
4979
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
4109
4980
|
"npm": "nuxt-rollbar-module",
|
|
4110
4981
|
"icon": "rollbar.png",
|
|
@@ -4149,7 +5020,7 @@
|
|
|
4149
5020
|
},
|
|
4150
5021
|
{
|
|
4151
5022
|
"name": "router",
|
|
4152
|
-
"description": "Nuxt
|
|
5023
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4153
5024
|
"repo": "nuxt-community/router-module",
|
|
4154
5025
|
"npm": "@nuxtjs/router",
|
|
4155
5026
|
"icon": "vue.png",
|
|
@@ -4197,13 +5068,13 @@
|
|
|
4197
5068
|
},
|
|
4198
5069
|
{
|
|
4199
5070
|
"name": "schema-org",
|
|
4200
|
-
"description": "Schema.org for Nuxt
|
|
4201
|
-
"repo": "
|
|
5071
|
+
"description": "Schema.org for Nuxt.",
|
|
5072
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4202
5073
|
"npm": "nuxt-schema-org",
|
|
4203
5074
|
"icon": "schema-org.svg",
|
|
4204
|
-
"github": "https://github.com/
|
|
4205
|
-
"website": "https://
|
|
4206
|
-
"learn_more": "https://
|
|
5075
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5076
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5077
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4207
5078
|
"category": "SEO",
|
|
4208
5079
|
"type": "3rd-party",
|
|
4209
5080
|
"maintainers": [
|
|
@@ -4266,7 +5137,7 @@
|
|
|
4266
5137
|
},
|
|
4267
5138
|
{
|
|
4268
5139
|
"name": "segment",
|
|
4269
|
-
"description": "Nuxt
|
|
5140
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4270
5141
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4271
5142
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4272
5143
|
"icon": "segment.png",
|
|
@@ -4288,10 +5159,10 @@
|
|
|
4288
5159
|
},
|
|
4289
5160
|
{
|
|
4290
5161
|
"name": "sentry",
|
|
4291
|
-
"description": "Sentry module for Nuxt
|
|
5162
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4292
5163
|
"repo": "nuxt-community/sentry-module",
|
|
4293
5164
|
"npm": "@nuxtjs/sentry",
|
|
4294
|
-
"icon": "sentry.
|
|
5165
|
+
"icon": "sentry.svg",
|
|
4295
5166
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4296
5167
|
"website": "https://sentry.nuxtjs.org/",
|
|
4297
5168
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4308,14 +5179,38 @@
|
|
|
4308
5179
|
"requires": {}
|
|
4309
5180
|
}
|
|
4310
5181
|
},
|
|
5182
|
+
{
|
|
5183
|
+
"name": "seo-experiments",
|
|
5184
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5185
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5186
|
+
"npm": "nuxt-seo-experiments",
|
|
5187
|
+
"icon": "seo-experiments.svg",
|
|
5188
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5189
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5190
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5191
|
+
"category": "SEO",
|
|
5192
|
+
"type": "3rd-party",
|
|
5193
|
+
"maintainers": [
|
|
5194
|
+
{
|
|
5195
|
+
"name": "Harlan Wilton",
|
|
5196
|
+
"github": "harlan-zw",
|
|
5197
|
+
"twitter": "harlan_zw",
|
|
5198
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5199
|
+
}
|
|
5200
|
+
],
|
|
5201
|
+
"compatibility": {
|
|
5202
|
+
"nuxt": "^3.0.0",
|
|
5203
|
+
"requires": {}
|
|
5204
|
+
}
|
|
5205
|
+
},
|
|
4311
5206
|
{
|
|
4312
5207
|
"name": "seo-kit",
|
|
4313
|
-
"description": "
|
|
5208
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4314
5209
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4315
5210
|
"npm": "nuxt-seo-kit",
|
|
4316
5211
|
"icon": "seo-kit.svg",
|
|
4317
5212
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4318
|
-
"website": "https://
|
|
5213
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4319
5214
|
"learn_more": "",
|
|
4320
5215
|
"category": "SEO",
|
|
4321
5216
|
"type": "3rd-party",
|
|
@@ -4355,7 +5250,7 @@
|
|
|
4355
5250
|
},
|
|
4356
5251
|
{
|
|
4357
5252
|
"name": "seomatic-meta",
|
|
4358
|
-
"description": "A Nuxt
|
|
5253
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4359
5254
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4360
5255
|
"npm": "nuxt-seomatic-meta",
|
|
4361
5256
|
"icon": "seomatic.png",
|
|
@@ -4398,6 +5293,29 @@
|
|
|
4398
5293
|
"requires": {}
|
|
4399
5294
|
}
|
|
4400
5295
|
},
|
|
5296
|
+
{
|
|
5297
|
+
"name": "server-block",
|
|
5298
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5299
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
5300
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5301
|
+
"icon": "server-block.svg",
|
|
5302
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5303
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5304
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5305
|
+
"category": "Extensions",
|
|
5306
|
+
"type": "3rd-party",
|
|
5307
|
+
"maintainers": [
|
|
5308
|
+
{
|
|
5309
|
+
"name": "Hebilicious",
|
|
5310
|
+
"github": "Hebilicious",
|
|
5311
|
+
"twitter": "its_hebilicious"
|
|
5312
|
+
}
|
|
5313
|
+
],
|
|
5314
|
+
"compatibility": {
|
|
5315
|
+
"nuxt": "^3.0.0",
|
|
5316
|
+
"requires": {}
|
|
5317
|
+
}
|
|
5318
|
+
},
|
|
4401
5319
|
{
|
|
4402
5320
|
"name": "session",
|
|
4403
5321
|
"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",
|
|
@@ -4423,7 +5341,7 @@
|
|
|
4423
5341
|
},
|
|
4424
5342
|
{
|
|
4425
5343
|
"name": "shopify",
|
|
4426
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5344
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4427
5345
|
"repo": "Gomah/nuxt-shopify",
|
|
4428
5346
|
"npm": "nuxt-shopify",
|
|
4429
5347
|
"icon": "shopify.png",
|
|
@@ -4444,7 +5362,7 @@
|
|
|
4444
5362
|
}
|
|
4445
5363
|
},
|
|
4446
5364
|
{
|
|
4447
|
-
"name": "
|
|
5365
|
+
"name": "sidebase-auth",
|
|
4448
5366
|
"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.",
|
|
4449
5367
|
"repo": "sidebase/nuxt-auth",
|
|
4450
5368
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4490,13 +5408,13 @@
|
|
|
4490
5408
|
},
|
|
4491
5409
|
{
|
|
4492
5410
|
"name": "simple-robots",
|
|
4493
|
-
"description": "
|
|
5411
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4494
5412
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4495
5413
|
"npm": "nuxt-simple-robots",
|
|
4496
|
-
"icon": "",
|
|
5414
|
+
"icon": "simple-robots.svg",
|
|
4497
5415
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4498
|
-
"website": "https://
|
|
4499
|
-
"learn_more": "",
|
|
5416
|
+
"website": "https://nuxtseo.com/robots",
|
|
5417
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4500
5418
|
"category": "SEO",
|
|
4501
5419
|
"type": "3rd-party",
|
|
4502
5420
|
"maintainers": [
|
|
@@ -4514,13 +5432,13 @@
|
|
|
4514
5432
|
},
|
|
4515
5433
|
{
|
|
4516
5434
|
"name": "simple-sitemap",
|
|
4517
|
-
"description": "
|
|
5435
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4518
5436
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4519
5437
|
"npm": "nuxt-simple-sitemap",
|
|
4520
|
-
"icon": "",
|
|
5438
|
+
"icon": "simple-sitemap.svg",
|
|
4521
5439
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4522
|
-
"website": "https://
|
|
4523
|
-
"learn_more": "",
|
|
5440
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5441
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4524
5442
|
"category": "SEO",
|
|
4525
5443
|
"type": "3rd-party",
|
|
4526
5444
|
"maintainers": [
|
|
@@ -4538,7 +5456,7 @@
|
|
|
4538
5456
|
},
|
|
4539
5457
|
{
|
|
4540
5458
|
"name": "sitemap",
|
|
4541
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5459
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
4542
5460
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
4543
5461
|
"npm": "@nuxtjs/sitemap",
|
|
4544
5462
|
"icon": "",
|
|
@@ -4583,7 +5501,7 @@
|
|
|
4583
5501
|
},
|
|
4584
5502
|
{
|
|
4585
5503
|
"name": "snipcart",
|
|
4586
|
-
"description": "Snipcart integration module for Nuxt
|
|
5504
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4587
5505
|
"repo": "nuxt-modules/snipcart",
|
|
4588
5506
|
"npm": "@nuxtjs/snipcart",
|
|
4589
5507
|
"icon": "snipcart.png",
|
|
@@ -4606,7 +5524,7 @@
|
|
|
4606
5524
|
},
|
|
4607
5525
|
{
|
|
4608
5526
|
"name": "social-meta",
|
|
4609
|
-
"description": "Nuxt
|
|
5527
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4610
5528
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4611
5529
|
"npm": "nuxt-social-meta",
|
|
4612
5530
|
"icon": "",
|
|
@@ -4728,7 +5646,7 @@
|
|
|
4728
5646
|
},
|
|
4729
5647
|
{
|
|
4730
5648
|
"name": "storage",
|
|
4731
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5649
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
4732
5650
|
"repo": "mazipan/nuxt-storage",
|
|
4733
5651
|
"npm": "nuxt-storage",
|
|
4734
5652
|
"icon": "",
|
|
@@ -4750,7 +5668,7 @@
|
|
|
4750
5668
|
},
|
|
4751
5669
|
{
|
|
4752
5670
|
"name": "storefront-ui",
|
|
4753
|
-
"description": "Storefront UI Module for Nuxt
|
|
5671
|
+
"description": "Storefront UI Module for Nuxt",
|
|
4754
5672
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
4755
5673
|
"npm": "@storefront-ui/nuxt",
|
|
4756
5674
|
"icon": "storefront-ui.svg",
|
|
@@ -4794,7 +5712,7 @@
|
|
|
4794
5712
|
},
|
|
4795
5713
|
{
|
|
4796
5714
|
"name": "storyblok",
|
|
4797
|
-
"description": "Storyblok Nuxt
|
|
5715
|
+
"description": "Storyblok Nuxt module",
|
|
4798
5716
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
4799
5717
|
"npm": "@storyblok/nuxt",
|
|
4800
5718
|
"icon": "storyblok.png",
|
|
@@ -4811,46 +5729,43 @@
|
|
|
4811
5729
|
],
|
|
4812
5730
|
"compatibility": {
|
|
4813
5731
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4814
|
-
"requires": {}
|
|
5732
|
+
"requires": {},
|
|
5733
|
+
"devtools": "^0.0.0"
|
|
4815
5734
|
}
|
|
4816
5735
|
},
|
|
4817
5736
|
{
|
|
4818
5737
|
"name": "storybook",
|
|
4819
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
4820
|
-
"repo": "nuxt-
|
|
5738
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5739
|
+
"repo": "nuxt-modules/storybook",
|
|
4821
5740
|
"npm": "@nuxtjs/storybook",
|
|
4822
5741
|
"icon": "storybook.png",
|
|
4823
|
-
"github": "https://github.com/nuxt-
|
|
5742
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
4824
5743
|
"website": "https://storybook.nuxtjs.org",
|
|
4825
|
-
"learn_more": "https://
|
|
5744
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
4826
5745
|
"category": "Devtools",
|
|
4827
5746
|
"type": "community",
|
|
4828
5747
|
"maintainers": [
|
|
4829
5748
|
{
|
|
4830
|
-
"name": "
|
|
4831
|
-
"github": "
|
|
4832
|
-
"twitter": "
|
|
4833
|
-
},
|
|
4834
|
-
{
|
|
4835
|
-
"name": "Pooya Parsa",
|
|
4836
|
-
"github": "pi0",
|
|
4837
|
-
"twitter": "_pi0_"
|
|
5749
|
+
"name": "Chakir QATAB",
|
|
5750
|
+
"github": "chakAs3",
|
|
5751
|
+
"twitter": "ChakirQatab"
|
|
4838
5752
|
}
|
|
4839
5753
|
],
|
|
4840
5754
|
"compatibility": {
|
|
4841
|
-
"nuxt": "^2.0.0",
|
|
5755
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4842
5756
|
"requires": {
|
|
4843
5757
|
"bridge": "optional"
|
|
4844
|
-
}
|
|
5758
|
+
},
|
|
5759
|
+
"devtools": "^0.7.2"
|
|
4845
5760
|
}
|
|
4846
5761
|
},
|
|
4847
5762
|
{
|
|
4848
5763
|
"name": "strapi",
|
|
4849
5764
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4850
|
-
"repo": "nuxt-
|
|
5765
|
+
"repo": "nuxt-modules/strapi",
|
|
4851
5766
|
"npm": "@nuxtjs/strapi",
|
|
4852
5767
|
"icon": "strapi.png",
|
|
4853
|
-
"github": "https://github.com/nuxt-
|
|
5768
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4854
5769
|
"website": "https://strapi.nuxtjs.org",
|
|
4855
5770
|
"learn_more": "https://strapi.io/",
|
|
4856
5771
|
"category": "CMS",
|
|
@@ -4871,7 +5786,34 @@
|
|
|
4871
5786
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4872
5787
|
"requires": {
|
|
4873
5788
|
"bridge": true
|
|
5789
|
+
},
|
|
5790
|
+
"devtools": "^0.0.0"
|
|
5791
|
+
}
|
|
5792
|
+
},
|
|
5793
|
+
{
|
|
5794
|
+
"name": "stripe-next",
|
|
5795
|
+
"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.",
|
|
5796
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5797
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5798
|
+
"icon": "stripe.png",
|
|
5799
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5800
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5801
|
+
"learn_more": "https://stripe.com/docs",
|
|
5802
|
+
"category": "Payment",
|
|
5803
|
+
"type": "3rd-party",
|
|
5804
|
+
"maintainers": [
|
|
5805
|
+
{
|
|
5806
|
+
"name": "Loic Fuentes",
|
|
5807
|
+
"github": "fuentesloic"
|
|
5808
|
+
},
|
|
5809
|
+
{
|
|
5810
|
+
"name": "Florent Giraud",
|
|
5811
|
+
"github": "flozero"
|
|
4874
5812
|
}
|
|
5813
|
+
],
|
|
5814
|
+
"compatibility": {
|
|
5815
|
+
"nuxt": "^3.0.0",
|
|
5816
|
+
"requires": {}
|
|
4875
5817
|
}
|
|
4876
5818
|
},
|
|
4877
5819
|
{
|
|
@@ -4896,6 +5838,36 @@
|
|
|
4896
5838
|
"requires": {}
|
|
4897
5839
|
}
|
|
4898
5840
|
},
|
|
5841
|
+
{
|
|
5842
|
+
"name": "studio",
|
|
5843
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
5844
|
+
"repo": "nuxtlabs/studio-module",
|
|
5845
|
+
"npm": "@nuxthq/studio",
|
|
5846
|
+
"icon": "studio.svg",
|
|
5847
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
5848
|
+
"website": "https://nuxt.studio",
|
|
5849
|
+
"learn_more": "https://nuxt.studio",
|
|
5850
|
+
"category": "CMS",
|
|
5851
|
+
"type": "3rd-party",
|
|
5852
|
+
"maintainers": [
|
|
5853
|
+
{
|
|
5854
|
+
"name": "Ahad Birang",
|
|
5855
|
+
"github": "farnabaz",
|
|
5856
|
+
"twitter": "a_birang"
|
|
5857
|
+
},
|
|
5858
|
+
{
|
|
5859
|
+
"name": "Sébastien Chopin",
|
|
5860
|
+
"github": "Atinux",
|
|
5861
|
+
"twitter": "Atinux"
|
|
5862
|
+
}
|
|
5863
|
+
],
|
|
5864
|
+
"compatibility": {
|
|
5865
|
+
"nuxt": "^3.0.0",
|
|
5866
|
+
"requires": {
|
|
5867
|
+
"content": true
|
|
5868
|
+
}
|
|
5869
|
+
}
|
|
5870
|
+
},
|
|
4899
5871
|
{
|
|
4900
5872
|
"name": "style-resources",
|
|
4901
5873
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -4921,7 +5893,7 @@
|
|
|
4921
5893
|
},
|
|
4922
5894
|
{
|
|
4923
5895
|
"name": "stylelint",
|
|
4924
|
-
"description": "Stylelint module for Nuxt.
|
|
5896
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
4925
5897
|
"repo": "nuxt-community/stylelint-module",
|
|
4926
5898
|
"npm": "@nuxtjs/stylelint-module",
|
|
4927
5899
|
"icon": "stylelint.png",
|
|
@@ -4967,10 +5939,10 @@
|
|
|
4967
5939
|
{
|
|
4968
5940
|
"name": "supabase",
|
|
4969
5941
|
"description": "First class integration with Supabase",
|
|
4970
|
-
"repo": "nuxt-
|
|
5942
|
+
"repo": "nuxt-modules/supabase",
|
|
4971
5943
|
"npm": "@nuxtjs/supabase",
|
|
4972
5944
|
"icon": "supabase.png",
|
|
4973
|
-
"github": "https://github.com/nuxt-
|
|
5945
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4974
5946
|
"website": "https://supabase.nuxtjs.org",
|
|
4975
5947
|
"learn_more": "https://supabase.com",
|
|
4976
5948
|
"category": "Database",
|
|
@@ -5021,12 +5993,12 @@
|
|
|
5021
5993
|
},
|
|
5022
5994
|
{
|
|
5023
5995
|
"name": "svg-sprite",
|
|
5024
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5025
|
-
"repo": "nuxt-
|
|
5996
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
5997
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5026
5998
|
"npm": "@nuxtjs/svg-sprite",
|
|
5027
5999
|
"icon": "",
|
|
5028
|
-
"github": "https://github.com/nuxt-
|
|
5029
|
-
"website": "https://github.com/nuxt-
|
|
6000
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6001
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5030
6002
|
"learn_more": "",
|
|
5031
6003
|
"category": "UI",
|
|
5032
6004
|
"type": "community",
|
|
@@ -5038,13 +6010,13 @@
|
|
|
5038
6010
|
}
|
|
5039
6011
|
],
|
|
5040
6012
|
"compatibility": {
|
|
5041
|
-
"nuxt": "^2.0.0",
|
|
6013
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5042
6014
|
"requires": {}
|
|
5043
6015
|
}
|
|
5044
6016
|
},
|
|
5045
6017
|
{
|
|
5046
6018
|
"name": "svg",
|
|
5047
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6019
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5048
6020
|
"repo": "nuxt-community/svg-module",
|
|
5049
6021
|
"npm": "@nuxtjs/svg",
|
|
5050
6022
|
"icon": "",
|
|
@@ -5088,7 +6060,7 @@
|
|
|
5088
6060
|
},
|
|
5089
6061
|
{
|
|
5090
6062
|
"name": "swiper",
|
|
5091
|
-
"description": "Nuxt
|
|
6063
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5092
6064
|
"repo": "cpreston321/nuxt-swiper",
|
|
5093
6065
|
"npm": "nuxt-swiper",
|
|
5094
6066
|
"icon": "swiper.svg",
|
|
@@ -5134,10 +6106,10 @@
|
|
|
5134
6106
|
{
|
|
5135
6107
|
"name": "tailwindcss",
|
|
5136
6108
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5137
|
-
"repo": "nuxt-
|
|
6109
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5138
6110
|
"npm": "@nuxtjs/tailwindcss",
|
|
5139
6111
|
"icon": "tailwindcss.png",
|
|
5140
|
-
"github": "https://github.com/nuxt-
|
|
6112
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5141
6113
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5142
6114
|
"learn_more": "https://tailwindcss.com/",
|
|
5143
6115
|
"category": "UI",
|
|
@@ -5147,11 +6119,16 @@
|
|
|
5147
6119
|
"name": "Sébastien Chopin",
|
|
5148
6120
|
"github": "Atinux",
|
|
5149
6121
|
"twitter": "Atinux"
|
|
6122
|
+
},
|
|
6123
|
+
{
|
|
6124
|
+
"name": "Inesh Bose",
|
|
6125
|
+
"github": "ineshbose"
|
|
5150
6126
|
}
|
|
5151
6127
|
],
|
|
5152
6128
|
"compatibility": {
|
|
5153
6129
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5154
|
-
"requires": {}
|
|
6130
|
+
"requires": {},
|
|
6131
|
+
"devtools": "^0.0.0"
|
|
5155
6132
|
}
|
|
5156
6133
|
},
|
|
5157
6134
|
{
|
|
@@ -5177,9 +6154,31 @@
|
|
|
5177
6154
|
"requires": {}
|
|
5178
6155
|
}
|
|
5179
6156
|
},
|
|
6157
|
+
{
|
|
6158
|
+
"name": "time",
|
|
6159
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
6160
|
+
"repo": "danielroe/nuxt-time",
|
|
6161
|
+
"npm": "nuxt-time",
|
|
6162
|
+
"icon": "",
|
|
6163
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
6164
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
6165
|
+
"learn_more": "",
|
|
6166
|
+
"category": "Extensions",
|
|
6167
|
+
"type": "3rd-party",
|
|
6168
|
+
"maintainers": [
|
|
6169
|
+
{
|
|
6170
|
+
"name": "danielroe",
|
|
6171
|
+
"github": "danielroe"
|
|
6172
|
+
}
|
|
6173
|
+
],
|
|
6174
|
+
"compatibility": {
|
|
6175
|
+
"nuxt": "^3.0.0",
|
|
6176
|
+
"requires": {}
|
|
6177
|
+
}
|
|
6178
|
+
},
|
|
5180
6179
|
{
|
|
5181
6180
|
"name": "toast",
|
|
5182
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6181
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5183
6182
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5184
6183
|
"npm": "@nuxtjs/toast",
|
|
5185
6184
|
"icon": "",
|
|
@@ -5200,6 +6199,39 @@
|
|
|
5200
6199
|
"requires": {}
|
|
5201
6200
|
}
|
|
5202
6201
|
},
|
|
6202
|
+
{
|
|
6203
|
+
"name": "tresjs",
|
|
6204
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6205
|
+
"repo": "tresjs/nuxt",
|
|
6206
|
+
"npm": "@tresjs/nuxt",
|
|
6207
|
+
"icon": "tresjs.svg",
|
|
6208
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6209
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6210
|
+
"learn_more": "https://tresjs.org/",
|
|
6211
|
+
"category": "Libraries",
|
|
6212
|
+
"type": "3rd-party",
|
|
6213
|
+
"maintainers": [
|
|
6214
|
+
{
|
|
6215
|
+
"name": "Alvaro Saburido",
|
|
6216
|
+
"github": "alvarosabu",
|
|
6217
|
+
"twitter": "alvarosabu"
|
|
6218
|
+
},
|
|
6219
|
+
{
|
|
6220
|
+
"name": "Jaime Torrealba",
|
|
6221
|
+
"github": "JaimeTorrealba",
|
|
6222
|
+
"twitter": "jaimebboyjt"
|
|
6223
|
+
},
|
|
6224
|
+
{
|
|
6225
|
+
"name": "Tino Koch",
|
|
6226
|
+
"github": "Tinoooo",
|
|
6227
|
+
"twitter": "ichbintino"
|
|
6228
|
+
}
|
|
6229
|
+
],
|
|
6230
|
+
"compatibility": {
|
|
6231
|
+
"nuxt": "^3.0.0",
|
|
6232
|
+
"requires": {}
|
|
6233
|
+
}
|
|
6234
|
+
},
|
|
5203
6235
|
{
|
|
5204
6236
|
"name": "turnstile",
|
|
5205
6237
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5227,7 +6259,7 @@
|
|
|
5227
6259
|
},
|
|
5228
6260
|
{
|
|
5229
6261
|
"name": "twa",
|
|
5230
|
-
"description": "Nuxt
|
|
6262
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5231
6263
|
"repo": "tuarrep/nuxt-twa",
|
|
5232
6264
|
"npm": "nuxt-twa",
|
|
5233
6265
|
"icon": "",
|
|
@@ -5249,6 +6281,28 @@
|
|
|
5249
6281
|
}
|
|
5250
6282
|
}
|
|
5251
6283
|
},
|
|
6284
|
+
{
|
|
6285
|
+
"name": "twemoji",
|
|
6286
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6287
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6288
|
+
"npm": "nuxt-twemoji",
|
|
6289
|
+
"icon": "twemoji.svg",
|
|
6290
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6291
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6292
|
+
"learn_more": "",
|
|
6293
|
+
"category": "UI",
|
|
6294
|
+
"type": "3rd-party",
|
|
6295
|
+
"maintainers": [
|
|
6296
|
+
{
|
|
6297
|
+
"name": "Yizack Rangel",
|
|
6298
|
+
"github": "yizack"
|
|
6299
|
+
}
|
|
6300
|
+
],
|
|
6301
|
+
"compatibility": {
|
|
6302
|
+
"nuxt": "^3.0.0",
|
|
6303
|
+
"requires": {}
|
|
6304
|
+
}
|
|
6305
|
+
},
|
|
5252
6306
|
{
|
|
5253
6307
|
"name": "twicpics",
|
|
5254
6308
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5393,6 +6447,39 @@
|
|
|
5393
6447
|
"requires": {}
|
|
5394
6448
|
}
|
|
5395
6449
|
},
|
|
6450
|
+
{
|
|
6451
|
+
"name": "ui",
|
|
6452
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6453
|
+
"repo": "nuxt/ui#dev",
|
|
6454
|
+
"npm": "@nuxt/ui",
|
|
6455
|
+
"icon": "nuxt.svg",
|
|
6456
|
+
"github": "https://github.com/nuxt/ui",
|
|
6457
|
+
"website": "https://ui.nuxt.com",
|
|
6458
|
+
"learn_more": "",
|
|
6459
|
+
"category": "UI",
|
|
6460
|
+
"type": "official",
|
|
6461
|
+
"maintainers": [
|
|
6462
|
+
{
|
|
6463
|
+
"name": "Benjamin Canac",
|
|
6464
|
+
"github": "benjamincanac",
|
|
6465
|
+
"twitter": "benjamincanac"
|
|
6466
|
+
},
|
|
6467
|
+
{
|
|
6468
|
+
"name": "Sebastien Chopin",
|
|
6469
|
+
"github": "Atinux",
|
|
6470
|
+
"twitter": "Atinux"
|
|
6471
|
+
},
|
|
6472
|
+
{
|
|
6473
|
+
"name": "Sylvain Marroufin",
|
|
6474
|
+
"github": "smarroufin",
|
|
6475
|
+
"twitter": "smarroufin"
|
|
6476
|
+
}
|
|
6477
|
+
],
|
|
6478
|
+
"compatibility": {
|
|
6479
|
+
"nuxt": "^3.0.0",
|
|
6480
|
+
"requires": {}
|
|
6481
|
+
}
|
|
6482
|
+
},
|
|
5396
6483
|
{
|
|
5397
6484
|
"name": "umami",
|
|
5398
6485
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5420,11 +6507,11 @@
|
|
|
5420
6507
|
{
|
|
5421
6508
|
"name": "unhead",
|
|
5422
6509
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5423
|
-
"repo": "harlan-zw/nuxt-
|
|
5424
|
-
"npm": "nuxt-
|
|
6510
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6511
|
+
"npm": "nuxt-seo-experiments",
|
|
5425
6512
|
"icon": "",
|
|
5426
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5427
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
6513
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6514
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5428
6515
|
"learn_more": "",
|
|
5429
6516
|
"category": "SEO",
|
|
5430
6517
|
"type": "3rd-party",
|
|
@@ -5441,7 +6528,7 @@
|
|
|
5441
6528
|
},
|
|
5442
6529
|
{
|
|
5443
6530
|
"name": "universal-storage",
|
|
5444
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6531
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5445
6532
|
"repo": "nuxt-community/universal-storage-module",
|
|
5446
6533
|
"npm": "@nuxtjs/universal-storage",
|
|
5447
6534
|
"icon": "",
|
|
@@ -5467,6 +6554,28 @@
|
|
|
5467
6554
|
"requires": {}
|
|
5468
6555
|
}
|
|
5469
6556
|
},
|
|
6557
|
+
{
|
|
6558
|
+
"name": "unlazy",
|
|
6559
|
+
"description": "Lazy loading library for placeholder images",
|
|
6560
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6561
|
+
"npm": "@unlazy/nuxt",
|
|
6562
|
+
"icon": "unlazy.svg",
|
|
6563
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6564
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6565
|
+
"learn_more": "",
|
|
6566
|
+
"category": "Images",
|
|
6567
|
+
"type": "3rd-party",
|
|
6568
|
+
"maintainers": [
|
|
6569
|
+
{
|
|
6570
|
+
"name": "Johann Schopplich",
|
|
6571
|
+
"github": "johannschopplich"
|
|
6572
|
+
}
|
|
6573
|
+
],
|
|
6574
|
+
"compatibility": {
|
|
6575
|
+
"nuxt": "^3.0.0",
|
|
6576
|
+
"requires": {}
|
|
6577
|
+
}
|
|
6578
|
+
},
|
|
5470
6579
|
{
|
|
5471
6580
|
"name": "unlighthouse",
|
|
5472
6581
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5496,12 +6605,12 @@
|
|
|
5496
6605
|
{
|
|
5497
6606
|
"name": "unocss",
|
|
5498
6607
|
"description": "The instant on-demand atomic CSS engine.",
|
|
5499
|
-
"repo": "
|
|
6608
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
5500
6609
|
"npm": "@unocss/nuxt",
|
|
5501
6610
|
"icon": "unocss.svg",
|
|
5502
|
-
"github": "https://github.com/
|
|
5503
|
-
"website": "https://github.com/
|
|
5504
|
-
"learn_more": "https://github.com/
|
|
6611
|
+
"github": "https://github.com/unocss/unocss",
|
|
6612
|
+
"website": "https://github.com/unocss/unocss",
|
|
6613
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
5505
6614
|
"category": "UI",
|
|
5506
6615
|
"type": "3rd-party",
|
|
5507
6616
|
"maintainers": [
|
|
@@ -5516,7 +6625,8 @@
|
|
|
5516
6625
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5517
6626
|
"requires": {
|
|
5518
6627
|
"bridge": "optional"
|
|
5519
|
-
}
|
|
6628
|
+
},
|
|
6629
|
+
"devtools": "^0.0.0"
|
|
5520
6630
|
}
|
|
5521
6631
|
},
|
|
5522
6632
|
{
|
|
@@ -5542,9 +6652,33 @@
|
|
|
5542
6652
|
"requires": {}
|
|
5543
6653
|
}
|
|
5544
6654
|
},
|
|
6655
|
+
{
|
|
6656
|
+
"name": "use-wagmi",
|
|
6657
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6658
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6659
|
+
"npm": "@use-wagmi/nuxt",
|
|
6660
|
+
"icon": "use-wagmi.png",
|
|
6661
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6662
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6663
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6664
|
+
"category": "Extensions",
|
|
6665
|
+
"type": "3rd-party",
|
|
6666
|
+
"maintainers": [
|
|
6667
|
+
{
|
|
6668
|
+
"name": "Unic Ape",
|
|
6669
|
+
"github": "unicape"
|
|
6670
|
+
}
|
|
6671
|
+
],
|
|
6672
|
+
"compatibility": {
|
|
6673
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6674
|
+
"requires": {
|
|
6675
|
+
"bridge": true
|
|
6676
|
+
}
|
|
6677
|
+
}
|
|
6678
|
+
},
|
|
5545
6679
|
{
|
|
5546
6680
|
"name": "user-agent",
|
|
5547
|
-
"description": "Nuxt
|
|
6681
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5548
6682
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5549
6683
|
"npm": "nuxt-user-agent",
|
|
5550
6684
|
"icon": "",
|
|
@@ -5610,6 +6744,74 @@
|
|
|
5610
6744
|
}
|
|
5611
6745
|
}
|
|
5612
6746
|
},
|
|
6747
|
+
{
|
|
6748
|
+
"name": "varlet",
|
|
6749
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
6750
|
+
"repo": "varletjs/varlet-nuxt",
|
|
6751
|
+
"npm": "@varlet/nuxt",
|
|
6752
|
+
"icon": "varlet.svg",
|
|
6753
|
+
"github": "https://github.com/varletjs/varlet",
|
|
6754
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
6755
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6756
|
+
"category": "UI",
|
|
6757
|
+
"type": "3rd-party",
|
|
6758
|
+
"maintainers": [
|
|
6759
|
+
{
|
|
6760
|
+
"name": "zhangmo8",
|
|
6761
|
+
"github": "zhangmo8"
|
|
6762
|
+
}
|
|
6763
|
+
],
|
|
6764
|
+
"compatibility": {
|
|
6765
|
+
"nuxt": "^3.0.0",
|
|
6766
|
+
"requires": {
|
|
6767
|
+
"bridge": "optional"
|
|
6768
|
+
}
|
|
6769
|
+
}
|
|
6770
|
+
},
|
|
6771
|
+
{
|
|
6772
|
+
"name": "vcalendar",
|
|
6773
|
+
"description": "VCalendar module for Nuxt",
|
|
6774
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6775
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6776
|
+
"icon": "vcalendar.png",
|
|
6777
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6778
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6779
|
+
"learn_more": "",
|
|
6780
|
+
"category": "Libraries",
|
|
6781
|
+
"type": "3rd-party",
|
|
6782
|
+
"maintainers": [
|
|
6783
|
+
{
|
|
6784
|
+
"name": "Sam K",
|
|
6785
|
+
"github": "samk-dev"
|
|
6786
|
+
}
|
|
6787
|
+
],
|
|
6788
|
+
"compatibility": {
|
|
6789
|
+
"nuxt": "^3.0.0",
|
|
6790
|
+
"requires": {}
|
|
6791
|
+
}
|
|
6792
|
+
},
|
|
6793
|
+
{
|
|
6794
|
+
"name": "vee-validate",
|
|
6795
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6796
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6797
|
+
"npm": "@vee-validate/nuxt",
|
|
6798
|
+
"icon": "vee-validate.png",
|
|
6799
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6800
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6801
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6802
|
+
"category": "Libraries",
|
|
6803
|
+
"type": "3rd-party",
|
|
6804
|
+
"maintainers": [
|
|
6805
|
+
{
|
|
6806
|
+
"name": "Abdelrahman Awad",
|
|
6807
|
+
"github": "logaretm"
|
|
6808
|
+
}
|
|
6809
|
+
],
|
|
6810
|
+
"compatibility": {
|
|
6811
|
+
"nuxt": "^3.0.0",
|
|
6812
|
+
"requires": {}
|
|
6813
|
+
}
|
|
6814
|
+
},
|
|
5613
6815
|
{
|
|
5614
6816
|
"name": "vendor",
|
|
5615
6817
|
"description": "directly serve node_modules",
|
|
@@ -5633,9 +6835,54 @@
|
|
|
5633
6835
|
"requires": {}
|
|
5634
6836
|
}
|
|
5635
6837
|
},
|
|
6838
|
+
{
|
|
6839
|
+
"name": "vercel-analytics",
|
|
6840
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6841
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6842
|
+
"npm": "nuxt-vercel-analytics",
|
|
6843
|
+
"icon": "",
|
|
6844
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6845
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6846
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6847
|
+
"category": "Analytics",
|
|
6848
|
+
"type": "3rd-party",
|
|
6849
|
+
"maintainers": [
|
|
6850
|
+
{
|
|
6851
|
+
"name": "Alexander B.",
|
|
6852
|
+
"github": "xanderbarkhatov"
|
|
6853
|
+
}
|
|
6854
|
+
],
|
|
6855
|
+
"compatibility": {
|
|
6856
|
+
"nuxt": "^3.0.0",
|
|
6857
|
+
"requires": {}
|
|
6858
|
+
}
|
|
6859
|
+
},
|
|
6860
|
+
{
|
|
6861
|
+
"name": "vexip-ui",
|
|
6862
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6863
|
+
"repo": "vexip-ui/nuxt",
|
|
6864
|
+
"npm": "@vexip-ui/nuxt",
|
|
6865
|
+
"icon": "vexip-ui.svg",
|
|
6866
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6867
|
+
"website": "https://www.vexipui.com/",
|
|
6868
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6869
|
+
"category": "UI",
|
|
6870
|
+
"type": "3rd-party",
|
|
6871
|
+
"maintainers": [
|
|
6872
|
+
{
|
|
6873
|
+
"name": "未觉雨声",
|
|
6874
|
+
"github": "qmhc",
|
|
6875
|
+
"twitter": "qmhc95"
|
|
6876
|
+
}
|
|
6877
|
+
],
|
|
6878
|
+
"compatibility": {
|
|
6879
|
+
"nuxt": "^3.0.0",
|
|
6880
|
+
"requires": {}
|
|
6881
|
+
}
|
|
6882
|
+
},
|
|
5636
6883
|
{
|
|
5637
6884
|
"name": "vite-pwa-nuxt",
|
|
5638
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
6885
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
5639
6886
|
"repo": "vite-pwa/nuxt",
|
|
5640
6887
|
"npm": "@vite-pwa/nuxt",
|
|
5641
6888
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -5664,13 +6911,13 @@
|
|
|
5664
6911
|
{
|
|
5665
6912
|
"name": "vitest",
|
|
5666
6913
|
"description": "Vitest integration with Nuxt",
|
|
5667
|
-
"repo": "danielroe/nuxt-vitest
|
|
6914
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5668
6915
|
"npm": "nuxt-vitest",
|
|
5669
6916
|
"icon": "vitest.svg",
|
|
5670
6917
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5671
6918
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5672
6919
|
"learn_more": "",
|
|
5673
|
-
"category": "
|
|
6920
|
+
"category": "Devtools",
|
|
5674
6921
|
"type": "3rd-party",
|
|
5675
6922
|
"maintainers": [
|
|
5676
6923
|
{
|
|
@@ -5682,6 +6929,61 @@
|
|
|
5682
6929
|
"github": "antfu"
|
|
5683
6930
|
}
|
|
5684
6931
|
],
|
|
6932
|
+
"compatibility": {
|
|
6933
|
+
"nuxt": "^3.0.0",
|
|
6934
|
+
"requires": {},
|
|
6935
|
+
"devtools": "^0.0.0"
|
|
6936
|
+
}
|
|
6937
|
+
},
|
|
6938
|
+
{
|
|
6939
|
+
"name": "vue-email",
|
|
6940
|
+
"description": "💌 Write email templates with vue",
|
|
6941
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6942
|
+
"npm": "vue-email",
|
|
6943
|
+
"icon": "vue-email.svg",
|
|
6944
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6945
|
+
"website": "https://www.vuemail.net/",
|
|
6946
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
6947
|
+
"category": "UI",
|
|
6948
|
+
"type": "3rd-party",
|
|
6949
|
+
"maintainers": [
|
|
6950
|
+
{
|
|
6951
|
+
"name": "David Arenas",
|
|
6952
|
+
"github": "Dave136",
|
|
6953
|
+
"twitter": "davejs4",
|
|
6954
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6955
|
+
},
|
|
6956
|
+
{
|
|
6957
|
+
"name": "Younes Barrad",
|
|
6958
|
+
"github": "Flowko",
|
|
6959
|
+
"twitter": "imflowko",
|
|
6960
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6961
|
+
}
|
|
6962
|
+
],
|
|
6963
|
+
"compatibility": {
|
|
6964
|
+
"nuxt": "^3.0.0",
|
|
6965
|
+
"requires": {},
|
|
6966
|
+
"devtools": "^0.0.0"
|
|
6967
|
+
}
|
|
6968
|
+
},
|
|
6969
|
+
{
|
|
6970
|
+
"name": "vue-final-modal",
|
|
6971
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
6972
|
+
"repo": "vue-final/vue-final-modal",
|
|
6973
|
+
"npm": "@vue-final-modal/nuxt",
|
|
6974
|
+
"icon": "vue-final-modal.svg",
|
|
6975
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
6976
|
+
"website": "https://vue-final-modal.org/",
|
|
6977
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
6978
|
+
"category": "UI",
|
|
6979
|
+
"type": "3rd-party",
|
|
6980
|
+
"maintainers": [
|
|
6981
|
+
{
|
|
6982
|
+
"name": "Hunter Liu",
|
|
6983
|
+
"github": "hunterliu1003",
|
|
6984
|
+
"twitter": "hunterliu1003"
|
|
6985
|
+
}
|
|
6986
|
+
],
|
|
5685
6987
|
"compatibility": {
|
|
5686
6988
|
"nuxt": "^3.0.0",
|
|
5687
6989
|
"requires": {}
|
|
@@ -5689,13 +6991,13 @@
|
|
|
5689
6991
|
},
|
|
5690
6992
|
{
|
|
5691
6993
|
"name": "vue-macros",
|
|
5692
|
-
"description": "Explore
|
|
5693
|
-
"repo": "sxzz/
|
|
6994
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6995
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5694
6996
|
"npm": "@vue-macros/nuxt",
|
|
5695
6997
|
"icon": "vue-macros.svg",
|
|
5696
|
-
"github": "https://github.com/sxzz/
|
|
6998
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5697
6999
|
"website": "https://vue-macros.sxzz.moe",
|
|
5698
|
-
"learn_more": "https://github.com/sxzz/
|
|
7000
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5699
7001
|
"category": "Extensions",
|
|
5700
7002
|
"type": "3rd-party",
|
|
5701
7003
|
"maintainers": [
|
|
@@ -5709,7 +7011,8 @@
|
|
|
5709
7011
|
"nuxt": "^3.0.0",
|
|
5710
7012
|
"requires": {
|
|
5711
7013
|
"bridge": "optional"
|
|
5712
|
-
}
|
|
7014
|
+
},
|
|
7015
|
+
"devtools": "^0.0.0"
|
|
5713
7016
|
}
|
|
5714
7017
|
},
|
|
5715
7018
|
{
|
|
@@ -5736,7 +7039,7 @@
|
|
|
5736
7039
|
},
|
|
5737
7040
|
{
|
|
5738
7041
|
"name": "vue-multiselect",
|
|
5739
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7042
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
5740
7043
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
5741
7044
|
"npm": "nuxt-vue-multiselect",
|
|
5742
7045
|
"icon": "",
|
|
@@ -5778,6 +7081,29 @@
|
|
|
5778
7081
|
"requires": {}
|
|
5779
7082
|
}
|
|
5780
7083
|
},
|
|
7084
|
+
{
|
|
7085
|
+
"name": "vue-query",
|
|
7086
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7087
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
7088
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
7089
|
+
"icon": "vue-query.svg",
|
|
7090
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
7091
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
7092
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
7093
|
+
"category": "Request",
|
|
7094
|
+
"type": "3rd-party",
|
|
7095
|
+
"maintainers": [
|
|
7096
|
+
{
|
|
7097
|
+
"name": "Hebilicious",
|
|
7098
|
+
"github": "Hebilicious",
|
|
7099
|
+
"twitter": "its_hebilicious"
|
|
7100
|
+
}
|
|
7101
|
+
],
|
|
7102
|
+
"compatibility": {
|
|
7103
|
+
"nuxt": "^3.0.0",
|
|
7104
|
+
"requires": {}
|
|
7105
|
+
}
|
|
7106
|
+
},
|
|
5781
7107
|
{
|
|
5782
7108
|
"name": "vue-select",
|
|
5783
7109
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5827,7 +7153,7 @@
|
|
|
5827
7153
|
},
|
|
5828
7154
|
{
|
|
5829
7155
|
"name": "vue-warehouse",
|
|
5830
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7156
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
5831
7157
|
"repo": "juliomrqz/vue-warehouse",
|
|
5832
7158
|
"npm": "vue-warehouse",
|
|
5833
7159
|
"icon": "",
|
|
@@ -5848,6 +7174,29 @@
|
|
|
5848
7174
|
"requires": {}
|
|
5849
7175
|
}
|
|
5850
7176
|
},
|
|
7177
|
+
{
|
|
7178
|
+
"name": "vue3-carousel-nuxt",
|
|
7179
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7180
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7181
|
+
"npm": "vue3-carousel-nuxt",
|
|
7182
|
+
"icon": "",
|
|
7183
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7184
|
+
"website": "",
|
|
7185
|
+
"learn_more": "",
|
|
7186
|
+
"category": "UI",
|
|
7187
|
+
"type": "3rd-party",
|
|
7188
|
+
"maintainers": [
|
|
7189
|
+
{
|
|
7190
|
+
"name": "Gaetan SENN",
|
|
7191
|
+
"github": "gaetansenn",
|
|
7192
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7193
|
+
}
|
|
7194
|
+
],
|
|
7195
|
+
"compatibility": {
|
|
7196
|
+
"nuxt": "^3.0.0",
|
|
7197
|
+
"requires": {}
|
|
7198
|
+
}
|
|
7199
|
+
},
|
|
5851
7200
|
{
|
|
5852
7201
|
"name": "vuefire",
|
|
5853
7202
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -5870,9 +7219,55 @@
|
|
|
5870
7219
|
"requires": {}
|
|
5871
7220
|
}
|
|
5872
7221
|
},
|
|
7222
|
+
{
|
|
7223
|
+
"name": "vueform-builder",
|
|
7224
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7225
|
+
"repo": "vueform/builder-nuxt",
|
|
7226
|
+
"npm": "@vueform/builder-nuxt",
|
|
7227
|
+
"icon": "vueform.svg",
|
|
7228
|
+
"github": "https://github.com/vueform/builder",
|
|
7229
|
+
"website": "https://builder.vueform.com",
|
|
7230
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7231
|
+
"category": "Libraries",
|
|
7232
|
+
"type": "3rd-party",
|
|
7233
|
+
"maintainers": [
|
|
7234
|
+
{
|
|
7235
|
+
"name": "Adam Berecz",
|
|
7236
|
+
"github": "adamberecz",
|
|
7237
|
+
"twitter": "bereczadam"
|
|
7238
|
+
}
|
|
7239
|
+
],
|
|
7240
|
+
"compatibility": {
|
|
7241
|
+
"nuxt": "^3.0.0",
|
|
7242
|
+
"requires": {}
|
|
7243
|
+
}
|
|
7244
|
+
},
|
|
7245
|
+
{
|
|
7246
|
+
"name": "vueform",
|
|
7247
|
+
"description": "Official Vueform module for Nuxt",
|
|
7248
|
+
"repo": "vueform/nuxt",
|
|
7249
|
+
"npm": "@vueform/nuxt",
|
|
7250
|
+
"icon": "vueform.svg",
|
|
7251
|
+
"github": "https://github.com/vueform/vueform",
|
|
7252
|
+
"website": "https://vueform.com",
|
|
7253
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7254
|
+
"category": "Libraries",
|
|
7255
|
+
"type": "3rd-party",
|
|
7256
|
+
"maintainers": [
|
|
7257
|
+
{
|
|
7258
|
+
"name": "Adam Berecz",
|
|
7259
|
+
"github": "adamberecz",
|
|
7260
|
+
"twitter": "bereczadam"
|
|
7261
|
+
}
|
|
7262
|
+
],
|
|
7263
|
+
"compatibility": {
|
|
7264
|
+
"nuxt": "^3.0.0",
|
|
7265
|
+
"requires": {}
|
|
7266
|
+
}
|
|
7267
|
+
},
|
|
5873
7268
|
{
|
|
5874
7269
|
"name": "vuestic",
|
|
5875
|
-
"description": "Vuestic UI module for Nuxt
|
|
7270
|
+
"description": "Vuestic UI module for Nuxt",
|
|
5876
7271
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
5877
7272
|
"npm": "@vuestic/nuxt",
|
|
5878
7273
|
"icon": "vuestic.png",
|
|
@@ -5892,9 +7287,31 @@
|
|
|
5892
7287
|
"requires": {}
|
|
5893
7288
|
}
|
|
5894
7289
|
},
|
|
7290
|
+
{
|
|
7291
|
+
"name": "vuetify-nuxt-module",
|
|
7292
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7293
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7294
|
+
"npm": "vuetify-nuxt-module",
|
|
7295
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7296
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7297
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7298
|
+
"learn_more": "https://vuetify-nuxt-module.netlify.app/",
|
|
7299
|
+
"category": "UI",
|
|
7300
|
+
"type": "3rd-party",
|
|
7301
|
+
"maintainers": [
|
|
7302
|
+
{
|
|
7303
|
+
"name": "Joaquín Sánchez",
|
|
7304
|
+
"github": "userquin"
|
|
7305
|
+
}
|
|
7306
|
+
],
|
|
7307
|
+
"compatibility": {
|
|
7308
|
+
"nuxt": "^3.0.0",
|
|
7309
|
+
"requires": {}
|
|
7310
|
+
}
|
|
7311
|
+
},
|
|
5895
7312
|
{
|
|
5896
7313
|
"name": "vuetify",
|
|
5897
|
-
"description": "Vuetify Module for Nuxt
|
|
7314
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
5898
7315
|
"repo": "nuxt-community/vuetify-module",
|
|
5899
7316
|
"npm": "@nuxtjs/vuetify",
|
|
5900
7317
|
"icon": "vuetify.png",
|
|
@@ -5941,7 +7358,8 @@
|
|
|
5941
7358
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5942
7359
|
"requires": {
|
|
5943
7360
|
"bridge": "optional"
|
|
5944
|
-
}
|
|
7361
|
+
},
|
|
7362
|
+
"devtools": "^0.0.0"
|
|
5945
7363
|
}
|
|
5946
7364
|
},
|
|
5947
7365
|
{
|
|
@@ -5967,9 +7385,9 @@
|
|
|
5967
7385
|
}
|
|
5968
7386
|
},
|
|
5969
7387
|
{
|
|
5970
|
-
"name": "
|
|
5971
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
5972
|
-
"repo": "gaetansenn/vunix",
|
|
7388
|
+
"name": "vunix",
|
|
7389
|
+
"description": "Comprehensive UI toolkit for Vue.js and Nuxt 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.",
|
|
7390
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
5973
7391
|
"npm": "@vunix/nuxt",
|
|
5974
7392
|
"icon": "",
|
|
5975
7393
|
"github": "https://github.com/gaetansenn/vunix",
|
|
@@ -5992,11 +7410,11 @@
|
|
|
5992
7410
|
{
|
|
5993
7411
|
"name": "web-vitals",
|
|
5994
7412
|
"description": "Web Vitals for Nuxt",
|
|
5995
|
-
"repo": "nuxt-
|
|
7413
|
+
"repo": "nuxt-modules/web-vitals",
|
|
5996
7414
|
"npm": "@nuxtjs/web-vitals",
|
|
5997
7415
|
"icon": "web-vitals.png",
|
|
5998
|
-
"github": "https://github.com/nuxt-
|
|
5999
|
-
"website": "https://github.com/nuxt-
|
|
7416
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7417
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6000
7418
|
"learn_more": "",
|
|
6001
7419
|
"category": "Performance",
|
|
6002
7420
|
"type": "community",
|
|
@@ -6047,7 +7465,7 @@
|
|
|
6047
7465
|
},
|
|
6048
7466
|
{
|
|
6049
7467
|
"name": "webpack-optimisations",
|
|
6050
|
-
"description": "Nuxt
|
|
7468
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6051
7469
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6052
7470
|
"npm": "nuxt-webpack-optimisations",
|
|
6053
7471
|
"icon": "build-optimisations.svg",
|
|
@@ -6139,7 +7557,7 @@
|
|
|
6139
7557
|
},
|
|
6140
7558
|
{
|
|
6141
7559
|
"name": "well-known",
|
|
6142
|
-
"description": "A Nuxt
|
|
7560
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6143
7561
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6144
7562
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6145
7563
|
"icon": "well-known.svg",
|
|
@@ -6159,6 +7577,32 @@
|
|
|
6159
7577
|
"requires": {}
|
|
6160
7578
|
}
|
|
6161
7579
|
},
|
|
7580
|
+
{
|
|
7581
|
+
"name": "wideangle",
|
|
7582
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7583
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7584
|
+
"npm": "wideangle-nuxt",
|
|
7585
|
+
"icon": "wideangle.png",
|
|
7586
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7587
|
+
"website": "https://wideangle.co",
|
|
7588
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7589
|
+
"category": "Analytics",
|
|
7590
|
+
"type": "3rd-party",
|
|
7591
|
+
"maintainers": [
|
|
7592
|
+
{
|
|
7593
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7594
|
+
"github": "inputobjects"
|
|
7595
|
+
},
|
|
7596
|
+
{
|
|
7597
|
+
"name": "Jarek Rozanski",
|
|
7598
|
+
"github": "jrozanski"
|
|
7599
|
+
}
|
|
7600
|
+
],
|
|
7601
|
+
"compatibility": {
|
|
7602
|
+
"nuxt": "^3.0.0",
|
|
7603
|
+
"requires": {}
|
|
7604
|
+
}
|
|
7605
|
+
},
|
|
6162
7606
|
{
|
|
6163
7607
|
"name": "windicss",
|
|
6164
7608
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -6302,55 +7746,9 @@
|
|
|
6302
7746
|
"requires": {}
|
|
6303
7747
|
}
|
|
6304
7748
|
},
|
|
6305
|
-
{
|
|
6306
|
-
"name": "yandex-metrika-next",
|
|
6307
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6308
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6309
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6310
|
-
"icon": "yandex-metrika.svg",
|
|
6311
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6312
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6313
|
-
"learn_more": "",
|
|
6314
|
-
"category": "Analytics",
|
|
6315
|
-
"type": "3rd-party",
|
|
6316
|
-
"maintainers": [
|
|
6317
|
-
{
|
|
6318
|
-
"name": "Aleksandr Saburov",
|
|
6319
|
-
"github": "artmizu",
|
|
6320
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6321
|
-
}
|
|
6322
|
-
],
|
|
6323
|
-
"compatibility": {
|
|
6324
|
-
"nuxt": "^3.0.0",
|
|
6325
|
-
"requires": {}
|
|
6326
|
-
}
|
|
6327
|
-
},
|
|
6328
|
-
{
|
|
6329
|
-
"name": "yandex-metrika",
|
|
6330
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6331
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6332
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6333
|
-
"icon": "",
|
|
6334
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6335
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6336
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6337
|
-
"category": "Analytics",
|
|
6338
|
-
"type": "community",
|
|
6339
|
-
"maintainers": [
|
|
6340
|
-
{
|
|
6341
|
-
"name": "Pooya Parsa",
|
|
6342
|
-
"github": "pi0",
|
|
6343
|
-
"twitter": "_pi0_"
|
|
6344
|
-
}
|
|
6345
|
-
],
|
|
6346
|
-
"compatibility": {
|
|
6347
|
-
"nuxt": "^2.0.0",
|
|
6348
|
-
"requires": {}
|
|
6349
|
-
}
|
|
6350
|
-
},
|
|
6351
7749
|
{
|
|
6352
7750
|
"name": "zendesk",
|
|
6353
|
-
"description": "Nuxt
|
|
7751
|
+
"description": "Nuxt module for Zendesk",
|
|
6354
7752
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6355
7753
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6356
7754
|
"icon": "zendesk.png",
|