@nuxt/modules 0.6.0-a37195 → 0.6.0-a4f336
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 +1599 -337
- 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": "",
|
|
@@ -3186,6 +3700,28 @@
|
|
|
3186
3700
|
"requires": {}
|
|
3187
3701
|
}
|
|
3188
3702
|
},
|
|
3703
|
+
{
|
|
3704
|
+
"name": "nuxt-mdi",
|
|
3705
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3706
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3707
|
+
"npm": "nuxt-mdi",
|
|
3708
|
+
"icon": "mdi.png",
|
|
3709
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3710
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3711
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3712
|
+
"category": "Libraries",
|
|
3713
|
+
"type": "3rd-party",
|
|
3714
|
+
"maintainers": [
|
|
3715
|
+
{
|
|
3716
|
+
"name": "Emil Rosenius",
|
|
3717
|
+
"github": "ERPedersen"
|
|
3718
|
+
}
|
|
3719
|
+
],
|
|
3720
|
+
"compatibility": {
|
|
3721
|
+
"nuxt": "^3.0.0",
|
|
3722
|
+
"requires": {}
|
|
3723
|
+
}
|
|
3724
|
+
},
|
|
3189
3725
|
{
|
|
3190
3726
|
"name": "nuxt-monaco-editor",
|
|
3191
3727
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3208,6 +3744,29 @@
|
|
|
3208
3744
|
"requires": {}
|
|
3209
3745
|
}
|
|
3210
3746
|
},
|
|
3747
|
+
{
|
|
3748
|
+
"name": "nuxt-mongoose",
|
|
3749
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3750
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3751
|
+
"npm": "nuxt-mongoose",
|
|
3752
|
+
"icon": "nuxt-mongoose.svg",
|
|
3753
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3754
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3755
|
+
"learn_more": "",
|
|
3756
|
+
"category": "Database",
|
|
3757
|
+
"type": "3rd-party",
|
|
3758
|
+
"maintainers": [
|
|
3759
|
+
{
|
|
3760
|
+
"name": "arashsheyda",
|
|
3761
|
+
"github": "arashsheyda"
|
|
3762
|
+
}
|
|
3763
|
+
],
|
|
3764
|
+
"compatibility": {
|
|
3765
|
+
"nuxt": "^3.0.0",
|
|
3766
|
+
"requires": {},
|
|
3767
|
+
"devtools": "^0.0.0"
|
|
3768
|
+
}
|
|
3769
|
+
},
|
|
3211
3770
|
{
|
|
3212
3771
|
"name": "nuxt-pdf",
|
|
3213
3772
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3231,6 +3790,28 @@
|
|
|
3231
3790
|
"requires": {}
|
|
3232
3791
|
}
|
|
3233
3792
|
},
|
|
3793
|
+
{
|
|
3794
|
+
"name": "nuxt-phosphor-icons",
|
|
3795
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3796
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3797
|
+
"npm": "nuxt-phosphor-icons",
|
|
3798
|
+
"icon": "phosphor-icons.svg",
|
|
3799
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3800
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3801
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3802
|
+
"category": "UI",
|
|
3803
|
+
"type": "3rd-party",
|
|
3804
|
+
"maintainers": [
|
|
3805
|
+
{
|
|
3806
|
+
"name": "OyewoleOyedeji",
|
|
3807
|
+
"github": "OyewoleOyedeji"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"compatibility": {
|
|
3811
|
+
"nuxt": "^3.0.0",
|
|
3812
|
+
"requires": {}
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3234
3815
|
{
|
|
3235
3816
|
"name": "nuxt-pino-log",
|
|
3236
3817
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3255,7 +3836,7 @@
|
|
|
3255
3836
|
},
|
|
3256
3837
|
{
|
|
3257
3838
|
"name": "plausible",
|
|
3258
|
-
"description": "Nuxt
|
|
3839
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3259
3840
|
"repo": "nuxt-modules/plausible",
|
|
3260
3841
|
"npm": "@nuxtjs/plausible",
|
|
3261
3842
|
"icon": "plausible.png",
|
|
@@ -3275,9 +3856,35 @@
|
|
|
3275
3856
|
"requires": {}
|
|
3276
3857
|
}
|
|
3277
3858
|
},
|
|
3859
|
+
{
|
|
3860
|
+
"name": "nuxt-plotly",
|
|
3861
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3862
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3863
|
+
"npm": "nuxt-plotly",
|
|
3864
|
+
"icon": "nuxt-plotly.svg",
|
|
3865
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3866
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3867
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3868
|
+
"category": "Libraries",
|
|
3869
|
+
"type": "3rd-party",
|
|
3870
|
+
"maintainers": [
|
|
3871
|
+
{
|
|
3872
|
+
"name": "Supanut Dokmaithong",
|
|
3873
|
+
"github": "Boomgeek"
|
|
3874
|
+
},
|
|
3875
|
+
{
|
|
3876
|
+
"name": "superdev-tech",
|
|
3877
|
+
"github": "superdev-tech"
|
|
3878
|
+
}
|
|
3879
|
+
],
|
|
3880
|
+
"compatibility": {
|
|
3881
|
+
"nuxt": "^3.0.0",
|
|
3882
|
+
"requires": {}
|
|
3883
|
+
}
|
|
3884
|
+
},
|
|
3278
3885
|
{
|
|
3279
3886
|
"name": "nuxt-png-to-ico",
|
|
3280
|
-
"description": "Nuxt
|
|
3887
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3281
3888
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3282
3889
|
"npm": "nuxt-png-to-ico",
|
|
3283
3890
|
"icon": "",
|
|
@@ -3300,7 +3907,7 @@
|
|
|
3300
3907
|
},
|
|
3301
3908
|
{
|
|
3302
3909
|
"name": "nuxt-smartlook",
|
|
3303
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
3910
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3304
3911
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3305
3912
|
"npm": "nuxt-smartlook",
|
|
3306
3913
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3352,7 +3959,7 @@
|
|
|
3352
3959
|
},
|
|
3353
3960
|
{
|
|
3354
3961
|
"name": "nuxt-storm",
|
|
3355
|
-
"description": "WebStorm & PHPStorm support for
|
|
3962
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3356
3963
|
"repo": "fumeapp/nuxt-storm",
|
|
3357
3964
|
"npm": "nuxt-storm",
|
|
3358
3965
|
"icon": "nuxt-storm.png",
|
|
@@ -3396,7 +4003,7 @@
|
|
|
3396
4003
|
},
|
|
3397
4004
|
{
|
|
3398
4005
|
"name": "nuxt-unleash",
|
|
3399
|
-
"description": "Nuxt
|
|
4006
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3400
4007
|
"repo": "conejerock/nuxt-unleash",
|
|
3401
4008
|
"npm": "nuxt-unleash",
|
|
3402
4009
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3487,12 +4094,12 @@
|
|
|
3487
4094
|
{
|
|
3488
4095
|
"name": "nuxt-vue3-google-signin",
|
|
3489
4096
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3490
|
-
"repo": "
|
|
4097
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3491
4098
|
"npm": "nuxt-vue3-google-signin",
|
|
3492
4099
|
"icon": "vue3-google-signin.svg",
|
|
3493
|
-
"github": "https://github.com/
|
|
3494
|
-
"website": "https://vue3-google-signin.
|
|
3495
|
-
"learn_more": "https://vue3-google-signin.
|
|
4100
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4101
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4102
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3496
4103
|
"category": "Libraries",
|
|
3497
4104
|
"type": "3rd-party",
|
|
3498
4105
|
"maintainers": [
|
|
@@ -3506,9 +4113,53 @@
|
|
|
3506
4113
|
"requires": {}
|
|
3507
4114
|
}
|
|
3508
4115
|
},
|
|
4116
|
+
{
|
|
4117
|
+
"name": "nuxt-vuetify",
|
|
4118
|
+
"description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
|
|
4119
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
4120
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
4121
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
4122
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
4123
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
4124
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
4125
|
+
"category": "UI",
|
|
4126
|
+
"type": "3rd-party",
|
|
4127
|
+
"maintainers": [
|
|
4128
|
+
{
|
|
4129
|
+
"name": "Jens van Hellemondt",
|
|
4130
|
+
"github": "invictus-codes"
|
|
4131
|
+
}
|
|
4132
|
+
],
|
|
4133
|
+
"compatibility": {
|
|
4134
|
+
"nuxt": "^3.0.0",
|
|
4135
|
+
"requires": {}
|
|
4136
|
+
}
|
|
4137
|
+
},
|
|
4138
|
+
{
|
|
4139
|
+
"name": "nuxt3-leaflet",
|
|
4140
|
+
"description": "Leaflet integration with Nuxt",
|
|
4141
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4142
|
+
"npm": "nuxt3-leaflet",
|
|
4143
|
+
"icon": "leaflet.png",
|
|
4144
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4145
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4146
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4147
|
+
"category": "Libraries",
|
|
4148
|
+
"type": "3rd-party",
|
|
4149
|
+
"maintainers": [
|
|
4150
|
+
{
|
|
4151
|
+
"name": "Augustin MERCIER",
|
|
4152
|
+
"github": "Gugustinette"
|
|
4153
|
+
}
|
|
4154
|
+
],
|
|
4155
|
+
"compatibility": {
|
|
4156
|
+
"nuxt": "^3.0.0",
|
|
4157
|
+
"requires": {}
|
|
4158
|
+
}
|
|
4159
|
+
},
|
|
3509
4160
|
{
|
|
3510
4161
|
"name": "nuxt7",
|
|
3511
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4162
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3512
4163
|
"repo": "nuxt-community/nuxt7",
|
|
3513
4164
|
"npm": "nuxt7",
|
|
3514
4165
|
"icon": "",
|
|
@@ -3531,13 +4182,13 @@
|
|
|
3531
4182
|
},
|
|
3532
4183
|
{
|
|
3533
4184
|
"name": "og-image",
|
|
3534
|
-
"description": "
|
|
4185
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3535
4186
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3536
4187
|
"npm": "nuxt-og-image",
|
|
3537
|
-
"icon": "",
|
|
4188
|
+
"icon": "og-image.svg",
|
|
3538
4189
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3539
|
-
"website": "https://
|
|
3540
|
-
"learn_more": "",
|
|
4190
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4191
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3541
4192
|
"category": "SEO",
|
|
3542
4193
|
"type": "3rd-party",
|
|
3543
4194
|
"maintainers": [
|
|
@@ -3550,7 +4201,8 @@
|
|
|
3550
4201
|
],
|
|
3551
4202
|
"compatibility": {
|
|
3552
4203
|
"nuxt": "^3.0.0",
|
|
3553
|
-
"requires": {}
|
|
4204
|
+
"requires": {},
|
|
4205
|
+
"devtools": "^0.0.0"
|
|
3554
4206
|
}
|
|
3555
4207
|
},
|
|
3556
4208
|
{
|
|
@@ -3578,7 +4230,7 @@
|
|
|
3578
4230
|
},
|
|
3579
4231
|
{
|
|
3580
4232
|
"name": "optimized-images",
|
|
3581
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4233
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3582
4234
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3583
4235
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3584
4236
|
"icon": "",
|
|
@@ -3623,7 +4275,7 @@
|
|
|
3623
4275
|
},
|
|
3624
4276
|
{
|
|
3625
4277
|
"name": "parse",
|
|
3626
|
-
"description": "Parse package for Nuxt
|
|
4278
|
+
"description": "Parse package for Nuxt",
|
|
3627
4279
|
"repo": "cierrateam/nuxt-parse",
|
|
3628
4280
|
"npm": "nuxt-parse",
|
|
3629
4281
|
"icon": "",
|
|
@@ -3643,6 +4295,29 @@
|
|
|
3643
4295
|
"requires": {}
|
|
3644
4296
|
}
|
|
3645
4297
|
},
|
|
4298
|
+
{
|
|
4299
|
+
"name": "particles",
|
|
4300
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4301
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4302
|
+
"npm": "nuxt-particles",
|
|
4303
|
+
"icon": "",
|
|
4304
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4305
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4306
|
+
"learn_more": "https://particles.js.org/",
|
|
4307
|
+
"category": "Libraries",
|
|
4308
|
+
"type": "3rd-party",
|
|
4309
|
+
"maintainers": [
|
|
4310
|
+
{
|
|
4311
|
+
"name": "Joey Pereira",
|
|
4312
|
+
"github": "Joepocalyptic",
|
|
4313
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4314
|
+
}
|
|
4315
|
+
],
|
|
4316
|
+
"compatibility": {
|
|
4317
|
+
"nuxt": "^3.0.0",
|
|
4318
|
+
"requires": {}
|
|
4319
|
+
}
|
|
4320
|
+
},
|
|
3646
4321
|
{
|
|
3647
4322
|
"name": "partytown",
|
|
3648
4323
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3668,6 +4343,30 @@
|
|
|
3668
4343
|
}
|
|
3669
4344
|
}
|
|
3670
4345
|
},
|
|
4346
|
+
{
|
|
4347
|
+
"name": "pdfeasy",
|
|
4348
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4349
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4350
|
+
"npm": "nuxt-pdfeasy",
|
|
4351
|
+
"icon": "pdfeasy.png",
|
|
4352
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4353
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4354
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4355
|
+
"category": "Extensions",
|
|
4356
|
+
"type": "3rd-party",
|
|
4357
|
+
"maintainers": [
|
|
4358
|
+
{
|
|
4359
|
+
"name": "Giovane Cardoso",
|
|
4360
|
+
"github": "novout",
|
|
4361
|
+
"twitter": "novoutttttt",
|
|
4362
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4363
|
+
}
|
|
4364
|
+
],
|
|
4365
|
+
"compatibility": {
|
|
4366
|
+
"nuxt": "^3.0.0",
|
|
4367
|
+
"requires": {}
|
|
4368
|
+
}
|
|
4369
|
+
},
|
|
3671
4370
|
{
|
|
3672
4371
|
"name": "persian-datepicker",
|
|
3673
4372
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3765,7 +4464,7 @@
|
|
|
3765
4464
|
},
|
|
3766
4465
|
{
|
|
3767
4466
|
"name": "plausible",
|
|
3768
|
-
"description": "Nuxt
|
|
4467
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3769
4468
|
"repo": "nuxt-modules/plausible",
|
|
3770
4469
|
"npm": "@nuxtjs/plausible",
|
|
3771
4470
|
"icon": "",
|
|
@@ -3808,31 +4507,78 @@
|
|
|
3808
4507
|
}
|
|
3809
4508
|
},
|
|
3810
4509
|
{
|
|
3811
|
-
"name": "
|
|
3812
|
-
"description": "
|
|
3813
|
-
"repo": "nuxt-
|
|
3814
|
-
"npm": "
|
|
3815
|
-
"icon": "
|
|
3816
|
-
"github": "https://github.com/nuxt-
|
|
3817
|
-
"website": "https://
|
|
3818
|
-
"learn_more": "
|
|
3819
|
-
"category": "
|
|
3820
|
-
"type": "
|
|
4510
|
+
"name": "prepare",
|
|
4511
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4512
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4513
|
+
"npm": "nuxt-prepare",
|
|
4514
|
+
"icon": "prepare.svg",
|
|
4515
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4516
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4517
|
+
"learn_more": "",
|
|
4518
|
+
"category": "Devtools",
|
|
4519
|
+
"type": "3rd-party",
|
|
3821
4520
|
"maintainers": [
|
|
3822
4521
|
{
|
|
3823
|
-
"name": "
|
|
3824
|
-
"github": "
|
|
3825
|
-
"twitter": "
|
|
4522
|
+
"name": "Johann Schopplich",
|
|
4523
|
+
"github": "johannschopplich",
|
|
4524
|
+
"twitter": "jschopplich",
|
|
4525
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
3826
4526
|
}
|
|
3827
4527
|
],
|
|
3828
4528
|
"compatibility": {
|
|
3829
|
-
"nuxt": "^
|
|
4529
|
+
"nuxt": "^3.0.0",
|
|
3830
4530
|
"requires": {}
|
|
3831
4531
|
}
|
|
3832
4532
|
},
|
|
3833
4533
|
{
|
|
3834
|
-
"name": "
|
|
3835
|
-
"description": "
|
|
4534
|
+
"name": "primevue",
|
|
4535
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4536
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4537
|
+
"npm": "nuxt-primevue",
|
|
4538
|
+
"icon": "primevue.svg",
|
|
4539
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4540
|
+
"website": "https://primevue.org/",
|
|
4541
|
+
"learn_more": "https://primevue.org/",
|
|
4542
|
+
"category": "UI",
|
|
4543
|
+
"type": "3rd-party",
|
|
4544
|
+
"maintainers": [
|
|
4545
|
+
{
|
|
4546
|
+
"name": "primefaces",
|
|
4547
|
+
"github": "primefaces",
|
|
4548
|
+
"twitter": "primevue"
|
|
4549
|
+
}
|
|
4550
|
+
],
|
|
4551
|
+
"compatibility": {
|
|
4552
|
+
"nuxt": "^3.0.0",
|
|
4553
|
+
"requires": {}
|
|
4554
|
+
}
|
|
4555
|
+
},
|
|
4556
|
+
{
|
|
4557
|
+
"name": "prismic",
|
|
4558
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4559
|
+
"repo": "nuxt-modules/prismic",
|
|
4560
|
+
"npm": "@nuxtjs/prismic",
|
|
4561
|
+
"icon": "prismic.png",
|
|
4562
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
4563
|
+
"website": "https://prismic.nuxtjs.org",
|
|
4564
|
+
"learn_more": "https://prismic.io",
|
|
4565
|
+
"category": "CMS",
|
|
4566
|
+
"type": "community",
|
|
4567
|
+
"maintainers": [
|
|
4568
|
+
{
|
|
4569
|
+
"name": "lihbr",
|
|
4570
|
+
"github": "lihbr",
|
|
4571
|
+
"twitter": "li_hbr"
|
|
4572
|
+
}
|
|
4573
|
+
],
|
|
4574
|
+
"compatibility": {
|
|
4575
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4576
|
+
"requires": {}
|
|
4577
|
+
}
|
|
4578
|
+
},
|
|
4579
|
+
{
|
|
4580
|
+
"name": "prometheus",
|
|
4581
|
+
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3836
4582
|
"repo": "artmizu/nuxt-prometheus",
|
|
3837
4583
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3838
4584
|
"icon": "prometheus.svg",
|
|
@@ -3876,7 +4622,7 @@
|
|
|
3876
4622
|
},
|
|
3877
4623
|
{
|
|
3878
4624
|
"name": "proxy",
|
|
3879
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4625
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
3880
4626
|
"repo": "nuxt-community/proxy-module",
|
|
3881
4627
|
"npm": "@nuxtjs/proxy",
|
|
3882
4628
|
"icon": "",
|
|
@@ -3922,7 +4668,7 @@
|
|
|
3922
4668
|
},
|
|
3923
4669
|
{
|
|
3924
4670
|
"name": "purgecss",
|
|
3925
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4671
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
3926
4672
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
3927
4673
|
"npm": "nuxt-purgecss",
|
|
3928
4674
|
"icon": "purgecss.png",
|
|
@@ -3944,7 +4690,7 @@
|
|
|
3944
4690
|
},
|
|
3945
4691
|
{
|
|
3946
4692
|
"name": "pwa",
|
|
3947
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4693
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
3948
4694
|
"repo": "nuxt-community/pwa-module",
|
|
3949
4695
|
"npm": "@nuxtjs/pwa",
|
|
3950
4696
|
"icon": "pwa.png",
|
|
@@ -3969,7 +4715,7 @@
|
|
|
3969
4715
|
},
|
|
3970
4716
|
{
|
|
3971
4717
|
"name": "python",
|
|
3972
|
-
"description": "Write Nuxt
|
|
4718
|
+
"description": "Write Nuxt applications using Python",
|
|
3973
4719
|
"repo": "nuxt-community/python-module",
|
|
3974
4720
|
"npm": "@nuxtjs/python",
|
|
3975
4721
|
"icon": "python.png",
|
|
@@ -4006,6 +4752,64 @@
|
|
|
4006
4752
|
"github": "Maiquu"
|
|
4007
4753
|
}
|
|
4008
4754
|
],
|
|
4755
|
+
"compatibility": {
|
|
4756
|
+
"nuxt": "^3.0.0",
|
|
4757
|
+
"requires": {},
|
|
4758
|
+
"devtools": "^0.0.0"
|
|
4759
|
+
}
|
|
4760
|
+
},
|
|
4761
|
+
{
|
|
4762
|
+
"name": "radash",
|
|
4763
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4764
|
+
"repo": "bbg/nuxt-radash",
|
|
4765
|
+
"npm": "nuxt-radash",
|
|
4766
|
+
"icon": "radash.png",
|
|
4767
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4768
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4769
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4770
|
+
"category": "Libraries",
|
|
4771
|
+
"type": "3rd-party",
|
|
4772
|
+
"maintainers": [
|
|
4773
|
+
{
|
|
4774
|
+
"name": "Batuhan Göksu",
|
|
4775
|
+
"github": "bbg"
|
|
4776
|
+
}
|
|
4777
|
+
],
|
|
4778
|
+
"compatibility": {
|
|
4779
|
+
"nuxt": "^3.0.0",
|
|
4780
|
+
"requires": {}
|
|
4781
|
+
}
|
|
4782
|
+
},
|
|
4783
|
+
{
|
|
4784
|
+
"name": "radix-vue",
|
|
4785
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
4786
|
+
"repo": "radix-vue/radix-vue",
|
|
4787
|
+
"npm": "radix-vue",
|
|
4788
|
+
"icon": "radix-vue.svg",
|
|
4789
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
4790
|
+
"website": "https://www.radix-vue.com/",
|
|
4791
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
4792
|
+
"category": "UI",
|
|
4793
|
+
"type": "3rd-party",
|
|
4794
|
+
"maintainers": [
|
|
4795
|
+
{
|
|
4796
|
+
"name": "Zernonia",
|
|
4797
|
+
"github": "zernonia",
|
|
4798
|
+
"twitter": "zernonia"
|
|
4799
|
+
},
|
|
4800
|
+
{
|
|
4801
|
+
"name": "Khairul Haaziq",
|
|
4802
|
+
"github": "khairulhaaziq"
|
|
4803
|
+
},
|
|
4804
|
+
{
|
|
4805
|
+
"name": "Mujahid Anuar",
|
|
4806
|
+
"github": "mujahidfa"
|
|
4807
|
+
},
|
|
4808
|
+
{
|
|
4809
|
+
"name": "Max",
|
|
4810
|
+
"github": "onmax"
|
|
4811
|
+
}
|
|
4812
|
+
],
|
|
4009
4813
|
"compatibility": {
|
|
4010
4814
|
"nuxt": "^3.0.0",
|
|
4011
4815
|
"requires": {}
|
|
@@ -4013,7 +4817,7 @@
|
|
|
4013
4817
|
},
|
|
4014
4818
|
{
|
|
4015
4819
|
"name": "recaptcha",
|
|
4016
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
4820
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4017
4821
|
"repo": "nuxt-community/recaptcha-module",
|
|
4018
4822
|
"npm": "@nuxtjs/recaptcha",
|
|
4019
4823
|
"icon": "recaptcha.png",
|
|
@@ -4058,7 +4862,7 @@
|
|
|
4058
4862
|
},
|
|
4059
4863
|
{
|
|
4060
4864
|
"name": "rfg-icon",
|
|
4061
|
-
"description": "Nuxt
|
|
4865
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4062
4866
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4063
4867
|
"npm": "nuxt-rfg-icon",
|
|
4064
4868
|
"icon": "real-favicon-generator.png",
|
|
@@ -4080,12 +4884,12 @@
|
|
|
4080
4884
|
},
|
|
4081
4885
|
{
|
|
4082
4886
|
"name": "robots",
|
|
4083
|
-
"description": "A Nuxt
|
|
4084
|
-
"repo": "nuxt-
|
|
4887
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
4888
|
+
"repo": "nuxt-modules/robots",
|
|
4085
4889
|
"npm": "@nuxtjs/robots",
|
|
4086
4890
|
"icon": "robots.png",
|
|
4087
|
-
"github": "https://github.com/nuxt-
|
|
4088
|
-
"website": "https://github.com/nuxt-
|
|
4891
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4892
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4089
4893
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4090
4894
|
"category": "SEO",
|
|
4091
4895
|
"type": "community",
|
|
@@ -4104,7 +4908,7 @@
|
|
|
4104
4908
|
},
|
|
4105
4909
|
{
|
|
4106
4910
|
"name": "rollbar",
|
|
4107
|
-
"description": "Add Rollbar.js to your Nuxt
|
|
4911
|
+
"description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
|
|
4108
4912
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
4109
4913
|
"npm": "nuxt-rollbar-module",
|
|
4110
4914
|
"icon": "rollbar.png",
|
|
@@ -4149,7 +4953,7 @@
|
|
|
4149
4953
|
},
|
|
4150
4954
|
{
|
|
4151
4955
|
"name": "router",
|
|
4152
|
-
"description": "Nuxt
|
|
4956
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4153
4957
|
"repo": "nuxt-community/router-module",
|
|
4154
4958
|
"npm": "@nuxtjs/router",
|
|
4155
4959
|
"icon": "vue.png",
|
|
@@ -4197,13 +5001,13 @@
|
|
|
4197
5001
|
},
|
|
4198
5002
|
{
|
|
4199
5003
|
"name": "schema-org",
|
|
4200
|
-
"description": "Schema.org for Nuxt
|
|
4201
|
-
"repo": "
|
|
5004
|
+
"description": "Schema.org for Nuxt.",
|
|
5005
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4202
5006
|
"npm": "nuxt-schema-org",
|
|
4203
5007
|
"icon": "schema-org.svg",
|
|
4204
|
-
"github": "https://github.com/
|
|
4205
|
-
"website": "https://
|
|
4206
|
-
"learn_more": "https://
|
|
5008
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5009
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5010
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4207
5011
|
"category": "SEO",
|
|
4208
5012
|
"type": "3rd-party",
|
|
4209
5013
|
"maintainers": [
|
|
@@ -4266,7 +5070,7 @@
|
|
|
4266
5070
|
},
|
|
4267
5071
|
{
|
|
4268
5072
|
"name": "segment",
|
|
4269
|
-
"description": "Nuxt
|
|
5073
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4270
5074
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4271
5075
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4272
5076
|
"icon": "segment.png",
|
|
@@ -4288,10 +5092,10 @@
|
|
|
4288
5092
|
},
|
|
4289
5093
|
{
|
|
4290
5094
|
"name": "sentry",
|
|
4291
|
-
"description": "Sentry module for Nuxt
|
|
5095
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4292
5096
|
"repo": "nuxt-community/sentry-module",
|
|
4293
5097
|
"npm": "@nuxtjs/sentry",
|
|
4294
|
-
"icon": "sentry.
|
|
5098
|
+
"icon": "sentry.svg",
|
|
4295
5099
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4296
5100
|
"website": "https://sentry.nuxtjs.org/",
|
|
4297
5101
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4308,14 +5112,38 @@
|
|
|
4308
5112
|
"requires": {}
|
|
4309
5113
|
}
|
|
4310
5114
|
},
|
|
5115
|
+
{
|
|
5116
|
+
"name": "seo-experiments",
|
|
5117
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5118
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5119
|
+
"npm": "nuxt-seo-experiments",
|
|
5120
|
+
"icon": "seo-experiments.svg",
|
|
5121
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5122
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5123
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5124
|
+
"category": "SEO",
|
|
5125
|
+
"type": "3rd-party",
|
|
5126
|
+
"maintainers": [
|
|
5127
|
+
{
|
|
5128
|
+
"name": "Harlan Wilton",
|
|
5129
|
+
"github": "harlan-zw",
|
|
5130
|
+
"twitter": "harlan_zw",
|
|
5131
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5132
|
+
}
|
|
5133
|
+
],
|
|
5134
|
+
"compatibility": {
|
|
5135
|
+
"nuxt": "^3.0.0",
|
|
5136
|
+
"requires": {}
|
|
5137
|
+
}
|
|
5138
|
+
},
|
|
4311
5139
|
{
|
|
4312
5140
|
"name": "seo-kit",
|
|
4313
|
-
"description": "
|
|
5141
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4314
5142
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4315
5143
|
"npm": "nuxt-seo-kit",
|
|
4316
5144
|
"icon": "seo-kit.svg",
|
|
4317
5145
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4318
|
-
"website": "https://
|
|
5146
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4319
5147
|
"learn_more": "",
|
|
4320
5148
|
"category": "SEO",
|
|
4321
5149
|
"type": "3rd-party",
|
|
@@ -4355,7 +5183,7 @@
|
|
|
4355
5183
|
},
|
|
4356
5184
|
{
|
|
4357
5185
|
"name": "seomatic-meta",
|
|
4358
|
-
"description": "A Nuxt
|
|
5186
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4359
5187
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4360
5188
|
"npm": "nuxt-seomatic-meta",
|
|
4361
5189
|
"icon": "seomatic.png",
|
|
@@ -4398,6 +5226,29 @@
|
|
|
4398
5226
|
"requires": {}
|
|
4399
5227
|
}
|
|
4400
5228
|
},
|
|
5229
|
+
{
|
|
5230
|
+
"name": "server-block",
|
|
5231
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5232
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
5233
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5234
|
+
"icon": "server-block.svg",
|
|
5235
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5236
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5237
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5238
|
+
"category": "Extensions",
|
|
5239
|
+
"type": "3rd-party",
|
|
5240
|
+
"maintainers": [
|
|
5241
|
+
{
|
|
5242
|
+
"name": "Hebilicious",
|
|
5243
|
+
"github": "Hebilicious",
|
|
5244
|
+
"twitter": "its_hebilicious"
|
|
5245
|
+
}
|
|
5246
|
+
],
|
|
5247
|
+
"compatibility": {
|
|
5248
|
+
"nuxt": "^3.0.0",
|
|
5249
|
+
"requires": {}
|
|
5250
|
+
}
|
|
5251
|
+
},
|
|
4401
5252
|
{
|
|
4402
5253
|
"name": "session",
|
|
4403
5254
|
"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 +5274,7 @@
|
|
|
4423
5274
|
},
|
|
4424
5275
|
{
|
|
4425
5276
|
"name": "shopify",
|
|
4426
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5277
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4427
5278
|
"repo": "Gomah/nuxt-shopify",
|
|
4428
5279
|
"npm": "nuxt-shopify",
|
|
4429
5280
|
"icon": "shopify.png",
|
|
@@ -4444,7 +5295,7 @@
|
|
|
4444
5295
|
}
|
|
4445
5296
|
},
|
|
4446
5297
|
{
|
|
4447
|
-
"name": "
|
|
5298
|
+
"name": "sidebase-auth",
|
|
4448
5299
|
"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
5300
|
"repo": "sidebase/nuxt-auth",
|
|
4450
5301
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4490,13 +5341,13 @@
|
|
|
4490
5341
|
},
|
|
4491
5342
|
{
|
|
4492
5343
|
"name": "simple-robots",
|
|
4493
|
-
"description": "
|
|
5344
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4494
5345
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4495
5346
|
"npm": "nuxt-simple-robots",
|
|
4496
|
-
"icon": "",
|
|
5347
|
+
"icon": "simple-robots.svg",
|
|
4497
5348
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4498
|
-
"website": "https://
|
|
4499
|
-
"learn_more": "",
|
|
5349
|
+
"website": "https://nuxtseo.com/robots",
|
|
5350
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4500
5351
|
"category": "SEO",
|
|
4501
5352
|
"type": "3rd-party",
|
|
4502
5353
|
"maintainers": [
|
|
@@ -4514,13 +5365,13 @@
|
|
|
4514
5365
|
},
|
|
4515
5366
|
{
|
|
4516
5367
|
"name": "simple-sitemap",
|
|
4517
|
-
"description": "
|
|
5368
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4518
5369
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4519
5370
|
"npm": "nuxt-simple-sitemap",
|
|
4520
|
-
"icon": "",
|
|
5371
|
+
"icon": "simple-sitemap.svg",
|
|
4521
5372
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4522
|
-
"website": "https://
|
|
4523
|
-
"learn_more": "",
|
|
5373
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5374
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4524
5375
|
"category": "SEO",
|
|
4525
5376
|
"type": "3rd-party",
|
|
4526
5377
|
"maintainers": [
|
|
@@ -4538,7 +5389,7 @@
|
|
|
4538
5389
|
},
|
|
4539
5390
|
{
|
|
4540
5391
|
"name": "sitemap",
|
|
4541
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5392
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
4542
5393
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
4543
5394
|
"npm": "@nuxtjs/sitemap",
|
|
4544
5395
|
"icon": "",
|
|
@@ -4583,7 +5434,7 @@
|
|
|
4583
5434
|
},
|
|
4584
5435
|
{
|
|
4585
5436
|
"name": "snipcart",
|
|
4586
|
-
"description": "Snipcart integration module for Nuxt
|
|
5437
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4587
5438
|
"repo": "nuxt-modules/snipcart",
|
|
4588
5439
|
"npm": "@nuxtjs/snipcart",
|
|
4589
5440
|
"icon": "snipcart.png",
|
|
@@ -4606,7 +5457,7 @@
|
|
|
4606
5457
|
},
|
|
4607
5458
|
{
|
|
4608
5459
|
"name": "social-meta",
|
|
4609
|
-
"description": "Nuxt
|
|
5460
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4610
5461
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4611
5462
|
"npm": "nuxt-social-meta",
|
|
4612
5463
|
"icon": "",
|
|
@@ -4728,7 +5579,7 @@
|
|
|
4728
5579
|
},
|
|
4729
5580
|
{
|
|
4730
5581
|
"name": "storage",
|
|
4731
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5582
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
4732
5583
|
"repo": "mazipan/nuxt-storage",
|
|
4733
5584
|
"npm": "nuxt-storage",
|
|
4734
5585
|
"icon": "",
|
|
@@ -4750,7 +5601,7 @@
|
|
|
4750
5601
|
},
|
|
4751
5602
|
{
|
|
4752
5603
|
"name": "storefront-ui",
|
|
4753
|
-
"description": "Storefront UI Module for Nuxt
|
|
5604
|
+
"description": "Storefront UI Module for Nuxt",
|
|
4754
5605
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
4755
5606
|
"npm": "@storefront-ui/nuxt",
|
|
4756
5607
|
"icon": "storefront-ui.svg",
|
|
@@ -4794,7 +5645,7 @@
|
|
|
4794
5645
|
},
|
|
4795
5646
|
{
|
|
4796
5647
|
"name": "storyblok",
|
|
4797
|
-
"description": "Storyblok Nuxt
|
|
5648
|
+
"description": "Storyblok Nuxt module",
|
|
4798
5649
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
4799
5650
|
"npm": "@storyblok/nuxt",
|
|
4800
5651
|
"icon": "storyblok.png",
|
|
@@ -4811,46 +5662,43 @@
|
|
|
4811
5662
|
],
|
|
4812
5663
|
"compatibility": {
|
|
4813
5664
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4814
|
-
"requires": {}
|
|
5665
|
+
"requires": {},
|
|
5666
|
+
"devtools": "^0.0.0"
|
|
4815
5667
|
}
|
|
4816
5668
|
},
|
|
4817
5669
|
{
|
|
4818
5670
|
"name": "storybook",
|
|
4819
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
4820
|
-
"repo": "nuxt-
|
|
5671
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5672
|
+
"repo": "nuxt-modules/storybook",
|
|
4821
5673
|
"npm": "@nuxtjs/storybook",
|
|
4822
5674
|
"icon": "storybook.png",
|
|
4823
|
-
"github": "https://github.com/nuxt-
|
|
5675
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
4824
5676
|
"website": "https://storybook.nuxtjs.org",
|
|
4825
|
-
"learn_more": "https://
|
|
5677
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
4826
5678
|
"category": "Devtools",
|
|
4827
5679
|
"type": "community",
|
|
4828
5680
|
"maintainers": [
|
|
4829
5681
|
{
|
|
4830
|
-
"name": "
|
|
4831
|
-
"github": "
|
|
4832
|
-
"twitter": "
|
|
4833
|
-
},
|
|
4834
|
-
{
|
|
4835
|
-
"name": "Pooya Parsa",
|
|
4836
|
-
"github": "pi0",
|
|
4837
|
-
"twitter": "_pi0_"
|
|
5682
|
+
"name": "Chakir QATAB",
|
|
5683
|
+
"github": "chakAs3",
|
|
5684
|
+
"twitter": "ChakirQatab"
|
|
4838
5685
|
}
|
|
4839
5686
|
],
|
|
4840
5687
|
"compatibility": {
|
|
4841
|
-
"nuxt": "^2.0.0",
|
|
5688
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4842
5689
|
"requires": {
|
|
4843
5690
|
"bridge": "optional"
|
|
4844
|
-
}
|
|
5691
|
+
},
|
|
5692
|
+
"devtools": "^0.7.2"
|
|
4845
5693
|
}
|
|
4846
5694
|
},
|
|
4847
5695
|
{
|
|
4848
5696
|
"name": "strapi",
|
|
4849
5697
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4850
|
-
"repo": "nuxt-
|
|
5698
|
+
"repo": "nuxt-modules/strapi",
|
|
4851
5699
|
"npm": "@nuxtjs/strapi",
|
|
4852
5700
|
"icon": "strapi.png",
|
|
4853
|
-
"github": "https://github.com/nuxt-
|
|
5701
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4854
5702
|
"website": "https://strapi.nuxtjs.org",
|
|
4855
5703
|
"learn_more": "https://strapi.io/",
|
|
4856
5704
|
"category": "CMS",
|
|
@@ -4871,7 +5719,34 @@
|
|
|
4871
5719
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4872
5720
|
"requires": {
|
|
4873
5721
|
"bridge": true
|
|
5722
|
+
},
|
|
5723
|
+
"devtools": "^0.0.0"
|
|
5724
|
+
}
|
|
5725
|
+
},
|
|
5726
|
+
{
|
|
5727
|
+
"name": "stripe-next",
|
|
5728
|
+
"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.",
|
|
5729
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5730
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5731
|
+
"icon": "stripe.png",
|
|
5732
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5733
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5734
|
+
"learn_more": "https://stripe.com/docs",
|
|
5735
|
+
"category": "Payment",
|
|
5736
|
+
"type": "3rd-party",
|
|
5737
|
+
"maintainers": [
|
|
5738
|
+
{
|
|
5739
|
+
"name": "Loic Fuentes",
|
|
5740
|
+
"github": "fuentesloic"
|
|
5741
|
+
},
|
|
5742
|
+
{
|
|
5743
|
+
"name": "Florent Giraud",
|
|
5744
|
+
"github": "flozero"
|
|
4874
5745
|
}
|
|
5746
|
+
],
|
|
5747
|
+
"compatibility": {
|
|
5748
|
+
"nuxt": "^3.0.0",
|
|
5749
|
+
"requires": {}
|
|
4875
5750
|
}
|
|
4876
5751
|
},
|
|
4877
5752
|
{
|
|
@@ -4896,6 +5771,36 @@
|
|
|
4896
5771
|
"requires": {}
|
|
4897
5772
|
}
|
|
4898
5773
|
},
|
|
5774
|
+
{
|
|
5775
|
+
"name": "studio",
|
|
5776
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
5777
|
+
"repo": "nuxtlabs/studio-module",
|
|
5778
|
+
"npm": "@nuxthq/studio",
|
|
5779
|
+
"icon": "studio.svg",
|
|
5780
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
5781
|
+
"website": "https://nuxt.studio",
|
|
5782
|
+
"learn_more": "https://nuxt.studio",
|
|
5783
|
+
"category": "CMS",
|
|
5784
|
+
"type": "3rd-party",
|
|
5785
|
+
"maintainers": [
|
|
5786
|
+
{
|
|
5787
|
+
"name": "Ahad Birang",
|
|
5788
|
+
"github": "farnabaz",
|
|
5789
|
+
"twitter": "a_birang"
|
|
5790
|
+
},
|
|
5791
|
+
{
|
|
5792
|
+
"name": "Sébastien Chopin",
|
|
5793
|
+
"github": "Atinux",
|
|
5794
|
+
"twitter": "Atinux"
|
|
5795
|
+
}
|
|
5796
|
+
],
|
|
5797
|
+
"compatibility": {
|
|
5798
|
+
"nuxt": "^3.0.0",
|
|
5799
|
+
"requires": {
|
|
5800
|
+
"content": true
|
|
5801
|
+
}
|
|
5802
|
+
}
|
|
5803
|
+
},
|
|
4899
5804
|
{
|
|
4900
5805
|
"name": "style-resources",
|
|
4901
5806
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -4921,7 +5826,7 @@
|
|
|
4921
5826
|
},
|
|
4922
5827
|
{
|
|
4923
5828
|
"name": "stylelint",
|
|
4924
|
-
"description": "Stylelint module for Nuxt.
|
|
5829
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
4925
5830
|
"repo": "nuxt-community/stylelint-module",
|
|
4926
5831
|
"npm": "@nuxtjs/stylelint-module",
|
|
4927
5832
|
"icon": "stylelint.png",
|
|
@@ -4967,10 +5872,10 @@
|
|
|
4967
5872
|
{
|
|
4968
5873
|
"name": "supabase",
|
|
4969
5874
|
"description": "First class integration with Supabase",
|
|
4970
|
-
"repo": "nuxt-
|
|
5875
|
+
"repo": "nuxt-modules/supabase",
|
|
4971
5876
|
"npm": "@nuxtjs/supabase",
|
|
4972
5877
|
"icon": "supabase.png",
|
|
4973
|
-
"github": "https://github.com/nuxt-
|
|
5878
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4974
5879
|
"website": "https://supabase.nuxtjs.org",
|
|
4975
5880
|
"learn_more": "https://supabase.com",
|
|
4976
5881
|
"category": "Database",
|
|
@@ -5021,12 +5926,12 @@
|
|
|
5021
5926
|
},
|
|
5022
5927
|
{
|
|
5023
5928
|
"name": "svg-sprite",
|
|
5024
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5025
|
-
"repo": "nuxt-
|
|
5929
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
5930
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5026
5931
|
"npm": "@nuxtjs/svg-sprite",
|
|
5027
5932
|
"icon": "",
|
|
5028
|
-
"github": "https://github.com/nuxt-
|
|
5029
|
-
"website": "https://github.com/nuxt-
|
|
5933
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
5934
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5030
5935
|
"learn_more": "",
|
|
5031
5936
|
"category": "UI",
|
|
5032
5937
|
"type": "community",
|
|
@@ -5038,13 +5943,13 @@
|
|
|
5038
5943
|
}
|
|
5039
5944
|
],
|
|
5040
5945
|
"compatibility": {
|
|
5041
|
-
"nuxt": "^2.0.0",
|
|
5946
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5042
5947
|
"requires": {}
|
|
5043
5948
|
}
|
|
5044
5949
|
},
|
|
5045
5950
|
{
|
|
5046
5951
|
"name": "svg",
|
|
5047
|
-
"description": "Super simple svg loading module for Nuxt
|
|
5952
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5048
5953
|
"repo": "nuxt-community/svg-module",
|
|
5049
5954
|
"npm": "@nuxtjs/svg",
|
|
5050
5955
|
"icon": "",
|
|
@@ -5088,7 +5993,7 @@
|
|
|
5088
5993
|
},
|
|
5089
5994
|
{
|
|
5090
5995
|
"name": "swiper",
|
|
5091
|
-
"description": "Nuxt
|
|
5996
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5092
5997
|
"repo": "cpreston321/nuxt-swiper",
|
|
5093
5998
|
"npm": "nuxt-swiper",
|
|
5094
5999
|
"icon": "swiper.svg",
|
|
@@ -5134,10 +6039,10 @@
|
|
|
5134
6039
|
{
|
|
5135
6040
|
"name": "tailwindcss",
|
|
5136
6041
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5137
|
-
"repo": "nuxt-
|
|
6042
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5138
6043
|
"npm": "@nuxtjs/tailwindcss",
|
|
5139
6044
|
"icon": "tailwindcss.png",
|
|
5140
|
-
"github": "https://github.com/nuxt-
|
|
6045
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5141
6046
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5142
6047
|
"learn_more": "https://tailwindcss.com/",
|
|
5143
6048
|
"category": "UI",
|
|
@@ -5147,11 +6052,16 @@
|
|
|
5147
6052
|
"name": "Sébastien Chopin",
|
|
5148
6053
|
"github": "Atinux",
|
|
5149
6054
|
"twitter": "Atinux"
|
|
6055
|
+
},
|
|
6056
|
+
{
|
|
6057
|
+
"name": "Inesh Bose",
|
|
6058
|
+
"github": "ineshbose"
|
|
5150
6059
|
}
|
|
5151
6060
|
],
|
|
5152
6061
|
"compatibility": {
|
|
5153
6062
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5154
|
-
"requires": {}
|
|
6063
|
+
"requires": {},
|
|
6064
|
+
"devtools": "^0.0.0"
|
|
5155
6065
|
}
|
|
5156
6066
|
},
|
|
5157
6067
|
{
|
|
@@ -5177,9 +6087,31 @@
|
|
|
5177
6087
|
"requires": {}
|
|
5178
6088
|
}
|
|
5179
6089
|
},
|
|
6090
|
+
{
|
|
6091
|
+
"name": "time",
|
|
6092
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
6093
|
+
"repo": "danielroe/nuxt-time",
|
|
6094
|
+
"npm": "nuxt-time",
|
|
6095
|
+
"icon": "",
|
|
6096
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
6097
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
6098
|
+
"learn_more": "",
|
|
6099
|
+
"category": "Extensions",
|
|
6100
|
+
"type": "3rd-party",
|
|
6101
|
+
"maintainers": [
|
|
6102
|
+
{
|
|
6103
|
+
"name": "danielroe",
|
|
6104
|
+
"github": "danielroe"
|
|
6105
|
+
}
|
|
6106
|
+
],
|
|
6107
|
+
"compatibility": {
|
|
6108
|
+
"nuxt": "^3.0.0",
|
|
6109
|
+
"requires": {}
|
|
6110
|
+
}
|
|
6111
|
+
},
|
|
5180
6112
|
{
|
|
5181
6113
|
"name": "toast",
|
|
5182
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6114
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5183
6115
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5184
6116
|
"npm": "@nuxtjs/toast",
|
|
5185
6117
|
"icon": "",
|
|
@@ -5200,6 +6132,39 @@
|
|
|
5200
6132
|
"requires": {}
|
|
5201
6133
|
}
|
|
5202
6134
|
},
|
|
6135
|
+
{
|
|
6136
|
+
"name": "tresjs",
|
|
6137
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6138
|
+
"repo": "tresjs/nuxt",
|
|
6139
|
+
"npm": "@tresjs/nuxt",
|
|
6140
|
+
"icon": "tresjs.svg",
|
|
6141
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6142
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6143
|
+
"learn_more": "https://tresjs.org/",
|
|
6144
|
+
"category": "Libraries",
|
|
6145
|
+
"type": "3rd-party",
|
|
6146
|
+
"maintainers": [
|
|
6147
|
+
{
|
|
6148
|
+
"name": "Alvaro Saburido",
|
|
6149
|
+
"github": "alvarosabu",
|
|
6150
|
+
"twitter": "alvarosabu"
|
|
6151
|
+
},
|
|
6152
|
+
{
|
|
6153
|
+
"name": "Jaime Torrealba",
|
|
6154
|
+
"github": "JaimeTorrealba",
|
|
6155
|
+
"twitter": "jaimebboyjt"
|
|
6156
|
+
},
|
|
6157
|
+
{
|
|
6158
|
+
"name": "Tino Koch",
|
|
6159
|
+
"github": "Tinoooo",
|
|
6160
|
+
"twitter": "ichbintino"
|
|
6161
|
+
}
|
|
6162
|
+
],
|
|
6163
|
+
"compatibility": {
|
|
6164
|
+
"nuxt": "^3.0.0",
|
|
6165
|
+
"requires": {}
|
|
6166
|
+
}
|
|
6167
|
+
},
|
|
5203
6168
|
{
|
|
5204
6169
|
"name": "turnstile",
|
|
5205
6170
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5227,7 +6192,7 @@
|
|
|
5227
6192
|
},
|
|
5228
6193
|
{
|
|
5229
6194
|
"name": "twa",
|
|
5230
|
-
"description": "Nuxt
|
|
6195
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5231
6196
|
"repo": "tuarrep/nuxt-twa",
|
|
5232
6197
|
"npm": "nuxt-twa",
|
|
5233
6198
|
"icon": "",
|
|
@@ -5249,6 +6214,28 @@
|
|
|
5249
6214
|
}
|
|
5250
6215
|
}
|
|
5251
6216
|
},
|
|
6217
|
+
{
|
|
6218
|
+
"name": "twemoji",
|
|
6219
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6220
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6221
|
+
"npm": "nuxt-twemoji",
|
|
6222
|
+
"icon": "twemoji.svg",
|
|
6223
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6224
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6225
|
+
"learn_more": "",
|
|
6226
|
+
"category": "UI",
|
|
6227
|
+
"type": "3rd-party",
|
|
6228
|
+
"maintainers": [
|
|
6229
|
+
{
|
|
6230
|
+
"name": "Yizack Rangel",
|
|
6231
|
+
"github": "yizack"
|
|
6232
|
+
}
|
|
6233
|
+
],
|
|
6234
|
+
"compatibility": {
|
|
6235
|
+
"nuxt": "^3.0.0",
|
|
6236
|
+
"requires": {}
|
|
6237
|
+
}
|
|
6238
|
+
},
|
|
5252
6239
|
{
|
|
5253
6240
|
"name": "twicpics",
|
|
5254
6241
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5393,6 +6380,39 @@
|
|
|
5393
6380
|
"requires": {}
|
|
5394
6381
|
}
|
|
5395
6382
|
},
|
|
6383
|
+
{
|
|
6384
|
+
"name": "ui",
|
|
6385
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6386
|
+
"repo": "nuxt/ui#dev",
|
|
6387
|
+
"npm": "@nuxt/ui",
|
|
6388
|
+
"icon": "nuxt.svg",
|
|
6389
|
+
"github": "https://github.com/nuxt/ui",
|
|
6390
|
+
"website": "https://ui.nuxt.com",
|
|
6391
|
+
"learn_more": "",
|
|
6392
|
+
"category": "UI",
|
|
6393
|
+
"type": "official",
|
|
6394
|
+
"maintainers": [
|
|
6395
|
+
{
|
|
6396
|
+
"name": "Benjamin Canac",
|
|
6397
|
+
"github": "benjamincanac",
|
|
6398
|
+
"twitter": "benjamincanac"
|
|
6399
|
+
},
|
|
6400
|
+
{
|
|
6401
|
+
"name": "Sebastien Chopin",
|
|
6402
|
+
"github": "Atinux",
|
|
6403
|
+
"twitter": "Atinux"
|
|
6404
|
+
},
|
|
6405
|
+
{
|
|
6406
|
+
"name": "Sylvain Marroufin",
|
|
6407
|
+
"github": "smarroufin",
|
|
6408
|
+
"twitter": "smarroufin"
|
|
6409
|
+
}
|
|
6410
|
+
],
|
|
6411
|
+
"compatibility": {
|
|
6412
|
+
"nuxt": "^3.0.0",
|
|
6413
|
+
"requires": {}
|
|
6414
|
+
}
|
|
6415
|
+
},
|
|
5396
6416
|
{
|
|
5397
6417
|
"name": "umami",
|
|
5398
6418
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5420,11 +6440,11 @@
|
|
|
5420
6440
|
{
|
|
5421
6441
|
"name": "unhead",
|
|
5422
6442
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5423
|
-
"repo": "harlan-zw/nuxt-
|
|
5424
|
-
"npm": "nuxt-
|
|
6443
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6444
|
+
"npm": "nuxt-seo-experiments",
|
|
5425
6445
|
"icon": "",
|
|
5426
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5427
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
6446
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6447
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5428
6448
|
"learn_more": "",
|
|
5429
6449
|
"category": "SEO",
|
|
5430
6450
|
"type": "3rd-party",
|
|
@@ -5441,7 +6461,7 @@
|
|
|
5441
6461
|
},
|
|
5442
6462
|
{
|
|
5443
6463
|
"name": "universal-storage",
|
|
5444
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6464
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5445
6465
|
"repo": "nuxt-community/universal-storage-module",
|
|
5446
6466
|
"npm": "@nuxtjs/universal-storage",
|
|
5447
6467
|
"icon": "",
|
|
@@ -5467,6 +6487,28 @@
|
|
|
5467
6487
|
"requires": {}
|
|
5468
6488
|
}
|
|
5469
6489
|
},
|
|
6490
|
+
{
|
|
6491
|
+
"name": "unlazy",
|
|
6492
|
+
"description": "Lazy loading library for placeholder images",
|
|
6493
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6494
|
+
"npm": "@unlazy/nuxt",
|
|
6495
|
+
"icon": "unlazy.svg",
|
|
6496
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6497
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6498
|
+
"learn_more": "",
|
|
6499
|
+
"category": "Images",
|
|
6500
|
+
"type": "3rd-party",
|
|
6501
|
+
"maintainers": [
|
|
6502
|
+
{
|
|
6503
|
+
"name": "Johann Schopplich",
|
|
6504
|
+
"github": "johannschopplich"
|
|
6505
|
+
}
|
|
6506
|
+
],
|
|
6507
|
+
"compatibility": {
|
|
6508
|
+
"nuxt": "^3.0.0",
|
|
6509
|
+
"requires": {}
|
|
6510
|
+
}
|
|
6511
|
+
},
|
|
5470
6512
|
{
|
|
5471
6513
|
"name": "unlighthouse",
|
|
5472
6514
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5516,7 +6558,8 @@
|
|
|
5516
6558
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5517
6559
|
"requires": {
|
|
5518
6560
|
"bridge": "optional"
|
|
5519
|
-
}
|
|
6561
|
+
},
|
|
6562
|
+
"devtools": "^0.0.0"
|
|
5520
6563
|
}
|
|
5521
6564
|
},
|
|
5522
6565
|
{
|
|
@@ -5542,9 +6585,33 @@
|
|
|
5542
6585
|
"requires": {}
|
|
5543
6586
|
}
|
|
5544
6587
|
},
|
|
6588
|
+
{
|
|
6589
|
+
"name": "use-wagmi",
|
|
6590
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6591
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6592
|
+
"npm": "@use-wagmi/nuxt",
|
|
6593
|
+
"icon": "use-wagmi.png",
|
|
6594
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6595
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6596
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6597
|
+
"category": "Extensions",
|
|
6598
|
+
"type": "3rd-party",
|
|
6599
|
+
"maintainers": [
|
|
6600
|
+
{
|
|
6601
|
+
"name": "Unic Ape",
|
|
6602
|
+
"github": "unicape"
|
|
6603
|
+
}
|
|
6604
|
+
],
|
|
6605
|
+
"compatibility": {
|
|
6606
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6607
|
+
"requires": {
|
|
6608
|
+
"bridge": true
|
|
6609
|
+
}
|
|
6610
|
+
}
|
|
6611
|
+
},
|
|
5545
6612
|
{
|
|
5546
6613
|
"name": "user-agent",
|
|
5547
|
-
"description": "Nuxt
|
|
6614
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5548
6615
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5549
6616
|
"npm": "nuxt-user-agent",
|
|
5550
6617
|
"icon": "",
|
|
@@ -5610,6 +6677,74 @@
|
|
|
5610
6677
|
}
|
|
5611
6678
|
}
|
|
5612
6679
|
},
|
|
6680
|
+
{
|
|
6681
|
+
"name": "varlet",
|
|
6682
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
6683
|
+
"repo": "varletjs/varlet-nuxt",
|
|
6684
|
+
"npm": "@varlet/nuxt",
|
|
6685
|
+
"icon": "varlet.svg",
|
|
6686
|
+
"github": "https://github.com/varletjs/varlet",
|
|
6687
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
6688
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6689
|
+
"category": "UI",
|
|
6690
|
+
"type": "3rd-party",
|
|
6691
|
+
"maintainers": [
|
|
6692
|
+
{
|
|
6693
|
+
"name": "zhangmo8",
|
|
6694
|
+
"github": "zhangmo8"
|
|
6695
|
+
}
|
|
6696
|
+
],
|
|
6697
|
+
"compatibility": {
|
|
6698
|
+
"nuxt": "^3.0.0",
|
|
6699
|
+
"requires": {
|
|
6700
|
+
"bridge": "optional"
|
|
6701
|
+
}
|
|
6702
|
+
}
|
|
6703
|
+
},
|
|
6704
|
+
{
|
|
6705
|
+
"name": "vcalendar",
|
|
6706
|
+
"description": "VCalendar module for Nuxt",
|
|
6707
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6708
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6709
|
+
"icon": "vcalendar.png",
|
|
6710
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6711
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6712
|
+
"learn_more": "",
|
|
6713
|
+
"category": "Libraries",
|
|
6714
|
+
"type": "3rd-party",
|
|
6715
|
+
"maintainers": [
|
|
6716
|
+
{
|
|
6717
|
+
"name": "Sam K",
|
|
6718
|
+
"github": "samk-dev"
|
|
6719
|
+
}
|
|
6720
|
+
],
|
|
6721
|
+
"compatibility": {
|
|
6722
|
+
"nuxt": "^3.0.0",
|
|
6723
|
+
"requires": {}
|
|
6724
|
+
}
|
|
6725
|
+
},
|
|
6726
|
+
{
|
|
6727
|
+
"name": "vee-validate",
|
|
6728
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6729
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6730
|
+
"npm": "@vee-validate/nuxt",
|
|
6731
|
+
"icon": "vee-validate.png",
|
|
6732
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6733
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6734
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6735
|
+
"category": "Libraries",
|
|
6736
|
+
"type": "3rd-party",
|
|
6737
|
+
"maintainers": [
|
|
6738
|
+
{
|
|
6739
|
+
"name": "Abdelrahman Awad",
|
|
6740
|
+
"github": "logaretm"
|
|
6741
|
+
}
|
|
6742
|
+
],
|
|
6743
|
+
"compatibility": {
|
|
6744
|
+
"nuxt": "^3.0.0",
|
|
6745
|
+
"requires": {}
|
|
6746
|
+
}
|
|
6747
|
+
},
|
|
5613
6748
|
{
|
|
5614
6749
|
"name": "vendor",
|
|
5615
6750
|
"description": "directly serve node_modules",
|
|
@@ -5633,9 +6768,54 @@
|
|
|
5633
6768
|
"requires": {}
|
|
5634
6769
|
}
|
|
5635
6770
|
},
|
|
6771
|
+
{
|
|
6772
|
+
"name": "vercel-analytics",
|
|
6773
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6774
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6775
|
+
"npm": "nuxt-vercel-analytics",
|
|
6776
|
+
"icon": "",
|
|
6777
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6778
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6779
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6780
|
+
"category": "Analytics",
|
|
6781
|
+
"type": "3rd-party",
|
|
6782
|
+
"maintainers": [
|
|
6783
|
+
{
|
|
6784
|
+
"name": "Alexander B.",
|
|
6785
|
+
"github": "xanderbarkhatov"
|
|
6786
|
+
}
|
|
6787
|
+
],
|
|
6788
|
+
"compatibility": {
|
|
6789
|
+
"nuxt": "^3.0.0",
|
|
6790
|
+
"requires": {}
|
|
6791
|
+
}
|
|
6792
|
+
},
|
|
6793
|
+
{
|
|
6794
|
+
"name": "vexip-ui",
|
|
6795
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6796
|
+
"repo": "vexip-ui/nuxt",
|
|
6797
|
+
"npm": "@vexip-ui/nuxt",
|
|
6798
|
+
"icon": "vexip-ui.svg",
|
|
6799
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6800
|
+
"website": "https://www.vexipui.com/",
|
|
6801
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6802
|
+
"category": "UI",
|
|
6803
|
+
"type": "3rd-party",
|
|
6804
|
+
"maintainers": [
|
|
6805
|
+
{
|
|
6806
|
+
"name": "未觉雨声",
|
|
6807
|
+
"github": "qmhc",
|
|
6808
|
+
"twitter": "qmhc95"
|
|
6809
|
+
}
|
|
6810
|
+
],
|
|
6811
|
+
"compatibility": {
|
|
6812
|
+
"nuxt": "^3.0.0",
|
|
6813
|
+
"requires": {}
|
|
6814
|
+
}
|
|
6815
|
+
},
|
|
5636
6816
|
{
|
|
5637
6817
|
"name": "vite-pwa-nuxt",
|
|
5638
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
6818
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
5639
6819
|
"repo": "vite-pwa/nuxt",
|
|
5640
6820
|
"npm": "@vite-pwa/nuxt",
|
|
5641
6821
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -5664,13 +6844,13 @@
|
|
|
5664
6844
|
{
|
|
5665
6845
|
"name": "vitest",
|
|
5666
6846
|
"description": "Vitest integration with Nuxt",
|
|
5667
|
-
"repo": "danielroe/nuxt-vitest
|
|
6847
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5668
6848
|
"npm": "nuxt-vitest",
|
|
5669
6849
|
"icon": "vitest.svg",
|
|
5670
6850
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5671
6851
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5672
6852
|
"learn_more": "",
|
|
5673
|
-
"category": "
|
|
6853
|
+
"category": "Devtools",
|
|
5674
6854
|
"type": "3rd-party",
|
|
5675
6855
|
"maintainers": [
|
|
5676
6856
|
{
|
|
@@ -5684,18 +6864,50 @@
|
|
|
5684
6864
|
],
|
|
5685
6865
|
"compatibility": {
|
|
5686
6866
|
"nuxt": "^3.0.0",
|
|
5687
|
-
"requires": {}
|
|
6867
|
+
"requires": {},
|
|
6868
|
+
"devtools": "^0.0.0"
|
|
6869
|
+
}
|
|
6870
|
+
},
|
|
6871
|
+
{
|
|
6872
|
+
"name": "vue-email",
|
|
6873
|
+
"description": "💌 Write email templates with vue",
|
|
6874
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6875
|
+
"npm": "vue-email",
|
|
6876
|
+
"icon": "vue-email.svg",
|
|
6877
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6878
|
+
"website": "https://www.vuemail.net/",
|
|
6879
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
6880
|
+
"category": "UI",
|
|
6881
|
+
"type": "3rd-party",
|
|
6882
|
+
"maintainers": [
|
|
6883
|
+
{
|
|
6884
|
+
"name": "David Arenas",
|
|
6885
|
+
"github": "Dave136",
|
|
6886
|
+
"twitter": "davejs4",
|
|
6887
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6888
|
+
},
|
|
6889
|
+
{
|
|
6890
|
+
"name": "Younes Barrad",
|
|
6891
|
+
"github": "Flowko",
|
|
6892
|
+
"twitter": "imflowko",
|
|
6893
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6894
|
+
}
|
|
6895
|
+
],
|
|
6896
|
+
"compatibility": {
|
|
6897
|
+
"nuxt": "^3.0.0",
|
|
6898
|
+
"requires": {},
|
|
6899
|
+
"devtools": "^0.0.0"
|
|
5688
6900
|
}
|
|
5689
6901
|
},
|
|
5690
6902
|
{
|
|
5691
6903
|
"name": "vue-macros",
|
|
5692
|
-
"description": "Explore
|
|
5693
|
-
"repo": "sxzz/
|
|
6904
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6905
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5694
6906
|
"npm": "@vue-macros/nuxt",
|
|
5695
6907
|
"icon": "vue-macros.svg",
|
|
5696
|
-
"github": "https://github.com/sxzz/
|
|
6908
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5697
6909
|
"website": "https://vue-macros.sxzz.moe",
|
|
5698
|
-
"learn_more": "https://github.com/sxzz/
|
|
6910
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5699
6911
|
"category": "Extensions",
|
|
5700
6912
|
"type": "3rd-party",
|
|
5701
6913
|
"maintainers": [
|
|
@@ -5709,7 +6921,8 @@
|
|
|
5709
6921
|
"nuxt": "^3.0.0",
|
|
5710
6922
|
"requires": {
|
|
5711
6923
|
"bridge": "optional"
|
|
5712
|
-
}
|
|
6924
|
+
},
|
|
6925
|
+
"devtools": "^0.0.0"
|
|
5713
6926
|
}
|
|
5714
6927
|
},
|
|
5715
6928
|
{
|
|
@@ -5736,7 +6949,7 @@
|
|
|
5736
6949
|
},
|
|
5737
6950
|
{
|
|
5738
6951
|
"name": "vue-multiselect",
|
|
5739
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
6952
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
5740
6953
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
5741
6954
|
"npm": "nuxt-vue-multiselect",
|
|
5742
6955
|
"icon": "",
|
|
@@ -5778,6 +6991,29 @@
|
|
|
5778
6991
|
"requires": {}
|
|
5779
6992
|
}
|
|
5780
6993
|
},
|
|
6994
|
+
{
|
|
6995
|
+
"name": "vue-query",
|
|
6996
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6997
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6998
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6999
|
+
"icon": "vue-query.svg",
|
|
7000
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
7001
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
7002
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
7003
|
+
"category": "Request",
|
|
7004
|
+
"type": "3rd-party",
|
|
7005
|
+
"maintainers": [
|
|
7006
|
+
{
|
|
7007
|
+
"name": "Hebilicious",
|
|
7008
|
+
"github": "Hebilicious",
|
|
7009
|
+
"twitter": "its_hebilicious"
|
|
7010
|
+
}
|
|
7011
|
+
],
|
|
7012
|
+
"compatibility": {
|
|
7013
|
+
"nuxt": "^3.0.0",
|
|
7014
|
+
"requires": {}
|
|
7015
|
+
}
|
|
7016
|
+
},
|
|
5781
7017
|
{
|
|
5782
7018
|
"name": "vue-select",
|
|
5783
7019
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5827,7 +7063,7 @@
|
|
|
5827
7063
|
},
|
|
5828
7064
|
{
|
|
5829
7065
|
"name": "vue-warehouse",
|
|
5830
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7066
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
5831
7067
|
"repo": "juliomrqz/vue-warehouse",
|
|
5832
7068
|
"npm": "vue-warehouse",
|
|
5833
7069
|
"icon": "",
|
|
@@ -5848,6 +7084,29 @@
|
|
|
5848
7084
|
"requires": {}
|
|
5849
7085
|
}
|
|
5850
7086
|
},
|
|
7087
|
+
{
|
|
7088
|
+
"name": "vue3-carousel-nuxt",
|
|
7089
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7090
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7091
|
+
"npm": "vue3-carousel-nuxt",
|
|
7092
|
+
"icon": "",
|
|
7093
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7094
|
+
"website": "",
|
|
7095
|
+
"learn_more": "",
|
|
7096
|
+
"category": "UI",
|
|
7097
|
+
"type": "3rd-party",
|
|
7098
|
+
"maintainers": [
|
|
7099
|
+
{
|
|
7100
|
+
"name": "Gaetan SENN",
|
|
7101
|
+
"github": "gaetansenn",
|
|
7102
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7103
|
+
}
|
|
7104
|
+
],
|
|
7105
|
+
"compatibility": {
|
|
7106
|
+
"nuxt": "^3.0.0",
|
|
7107
|
+
"requires": {}
|
|
7108
|
+
}
|
|
7109
|
+
},
|
|
5851
7110
|
{
|
|
5852
7111
|
"name": "vuefire",
|
|
5853
7112
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -5872,7 +7131,7 @@
|
|
|
5872
7131
|
},
|
|
5873
7132
|
{
|
|
5874
7133
|
"name": "vuestic",
|
|
5875
|
-
"description": "Vuestic UI module for Nuxt
|
|
7134
|
+
"description": "Vuestic UI module for Nuxt",
|
|
5876
7135
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
5877
7136
|
"npm": "@vuestic/nuxt",
|
|
5878
7137
|
"icon": "vuestic.png",
|
|
@@ -5892,9 +7151,31 @@
|
|
|
5892
7151
|
"requires": {}
|
|
5893
7152
|
}
|
|
5894
7153
|
},
|
|
7154
|
+
{
|
|
7155
|
+
"name": "vuetify-nuxt-module",
|
|
7156
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7157
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7158
|
+
"npm": "vuetify-nuxt-module",
|
|
7159
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7160
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7161
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7162
|
+
"learn_more": "https://vuetify-nuxt-module.netlify.app/",
|
|
7163
|
+
"category": "UI",
|
|
7164
|
+
"type": "3rd-party",
|
|
7165
|
+
"maintainers": [
|
|
7166
|
+
{
|
|
7167
|
+
"name": "Joaquín Sánchez",
|
|
7168
|
+
"github": "userquin"
|
|
7169
|
+
}
|
|
7170
|
+
],
|
|
7171
|
+
"compatibility": {
|
|
7172
|
+
"nuxt": "^3.0.0",
|
|
7173
|
+
"requires": {}
|
|
7174
|
+
}
|
|
7175
|
+
},
|
|
5895
7176
|
{
|
|
5896
7177
|
"name": "vuetify",
|
|
5897
|
-
"description": "Vuetify Module for Nuxt
|
|
7178
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
5898
7179
|
"repo": "nuxt-community/vuetify-module",
|
|
5899
7180
|
"npm": "@nuxtjs/vuetify",
|
|
5900
7181
|
"icon": "vuetify.png",
|
|
@@ -5941,7 +7222,8 @@
|
|
|
5941
7222
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5942
7223
|
"requires": {
|
|
5943
7224
|
"bridge": "optional"
|
|
5944
|
-
}
|
|
7225
|
+
},
|
|
7226
|
+
"devtools": "^0.0.0"
|
|
5945
7227
|
}
|
|
5946
7228
|
},
|
|
5947
7229
|
{
|
|
@@ -5967,9 +7249,9 @@
|
|
|
5967
7249
|
}
|
|
5968
7250
|
},
|
|
5969
7251
|
{
|
|
5970
|
-
"name": "
|
|
5971
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
5972
|
-
"repo": "gaetansenn/vunix",
|
|
7252
|
+
"name": "vunix",
|
|
7253
|
+
"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.",
|
|
7254
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
5973
7255
|
"npm": "@vunix/nuxt",
|
|
5974
7256
|
"icon": "",
|
|
5975
7257
|
"github": "https://github.com/gaetansenn/vunix",
|
|
@@ -5992,11 +7274,11 @@
|
|
|
5992
7274
|
{
|
|
5993
7275
|
"name": "web-vitals",
|
|
5994
7276
|
"description": "Web Vitals for Nuxt",
|
|
5995
|
-
"repo": "nuxt-
|
|
7277
|
+
"repo": "nuxt-modules/web-vitals",
|
|
5996
7278
|
"npm": "@nuxtjs/web-vitals",
|
|
5997
7279
|
"icon": "web-vitals.png",
|
|
5998
|
-
"github": "https://github.com/nuxt-
|
|
5999
|
-
"website": "https://github.com/nuxt-
|
|
7280
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7281
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6000
7282
|
"learn_more": "",
|
|
6001
7283
|
"category": "Performance",
|
|
6002
7284
|
"type": "community",
|
|
@@ -6047,7 +7329,7 @@
|
|
|
6047
7329
|
},
|
|
6048
7330
|
{
|
|
6049
7331
|
"name": "webpack-optimisations",
|
|
6050
|
-
"description": "Nuxt
|
|
7332
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6051
7333
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6052
7334
|
"npm": "nuxt-webpack-optimisations",
|
|
6053
7335
|
"icon": "build-optimisations.svg",
|
|
@@ -6139,7 +7421,7 @@
|
|
|
6139
7421
|
},
|
|
6140
7422
|
{
|
|
6141
7423
|
"name": "well-known",
|
|
6142
|
-
"description": "A Nuxt
|
|
7424
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6143
7425
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6144
7426
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6145
7427
|
"icon": "well-known.svg",
|
|
@@ -6159,6 +7441,32 @@
|
|
|
6159
7441
|
"requires": {}
|
|
6160
7442
|
}
|
|
6161
7443
|
},
|
|
7444
|
+
{
|
|
7445
|
+
"name": "wideangle",
|
|
7446
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7447
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7448
|
+
"npm": "wideangle-nuxt",
|
|
7449
|
+
"icon": "wideangle.png",
|
|
7450
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7451
|
+
"website": "https://wideangle.co",
|
|
7452
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7453
|
+
"category": "Analytics",
|
|
7454
|
+
"type": "3rd-party",
|
|
7455
|
+
"maintainers": [
|
|
7456
|
+
{
|
|
7457
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7458
|
+
"github": "inputobjects"
|
|
7459
|
+
},
|
|
7460
|
+
{
|
|
7461
|
+
"name": "Jarek Rozanski",
|
|
7462
|
+
"github": "jrozanski"
|
|
7463
|
+
}
|
|
7464
|
+
],
|
|
7465
|
+
"compatibility": {
|
|
7466
|
+
"nuxt": "^3.0.0",
|
|
7467
|
+
"requires": {}
|
|
7468
|
+
}
|
|
7469
|
+
},
|
|
6162
7470
|
{
|
|
6163
7471
|
"name": "windicss",
|
|
6164
7472
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -6302,55 +7610,9 @@
|
|
|
6302
7610
|
"requires": {}
|
|
6303
7611
|
}
|
|
6304
7612
|
},
|
|
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
7613
|
{
|
|
6352
7614
|
"name": "zendesk",
|
|
6353
|
-
"description": "Nuxt
|
|
7615
|
+
"description": "Nuxt module for Zendesk",
|
|
6354
7616
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6355
7617
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6356
7618
|
"icon": "zendesk.png",
|