@nuxt/modules 0.6.0-a37195 → 0.6.0-a538a1
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 +1538 -313
- 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",
|
|
@@ -2211,12 +2489,16 @@
|
|
|
2211
2489
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2212
2490
|
"requires": {
|
|
2213
2491
|
"bridge": "optional"
|
|
2492
|
+
},
|
|
2493
|
+
"versionMap": {
|
|
2494
|
+
"2.x": "latest",
|
|
2495
|
+
"3.x": "rc"
|
|
2214
2496
|
}
|
|
2215
2497
|
}
|
|
2216
2498
|
},
|
|
2217
2499
|
{
|
|
2218
2500
|
"name": "imagemin",
|
|
2219
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2501
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2220
2502
|
"repo": "nuxt-community/imagemin-module",
|
|
2221
2503
|
"npm": "@nuxtjs/imagemin",
|
|
2222
2504
|
"icon": "imagemin.png",
|
|
@@ -2239,12 +2521,12 @@
|
|
|
2239
2521
|
{
|
|
2240
2522
|
"name": "inkline",
|
|
2241
2523
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2242
|
-
"repo": "inkline/
|
|
2243
|
-
"npm": "@inkline/
|
|
2524
|
+
"repo": "inkline/plugin",
|
|
2525
|
+
"npm": "@inkline/plugin",
|
|
2244
2526
|
"icon": "inkline.svg",
|
|
2245
|
-
"github": "https://github.com/inkline/
|
|
2527
|
+
"github": "https://github.com/inkline/plugin",
|
|
2246
2528
|
"website": "https://inkline.io",
|
|
2247
|
-
"learn_more": "https://inkline.io/docs/
|
|
2529
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2248
2530
|
"category": "UI",
|
|
2249
2531
|
"type": "3rd-party",
|
|
2250
2532
|
"maintainers": [
|
|
@@ -2263,7 +2545,7 @@
|
|
|
2263
2545
|
},
|
|
2264
2546
|
{
|
|
2265
2547
|
"name": "intercom",
|
|
2266
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2548
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2267
2549
|
"repo": "hex-digital/nuxt-intercom",
|
|
2268
2550
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2269
2551
|
"icon": "intercom.png",
|
|
@@ -2308,7 +2590,7 @@
|
|
|
2308
2590
|
},
|
|
2309
2591
|
{
|
|
2310
2592
|
"name": "jsonapi",
|
|
2311
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2593
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2312
2594
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2313
2595
|
"npm": "nuxt-jsonapi",
|
|
2314
2596
|
"icon": "jsonapi.svg",
|
|
@@ -2350,9 +2632,31 @@
|
|
|
2350
2632
|
"requires": {}
|
|
2351
2633
|
}
|
|
2352
2634
|
},
|
|
2635
|
+
{
|
|
2636
|
+
"name": "kinde",
|
|
2637
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2638
|
+
"repo": "nuxt-modules/kinde",
|
|
2639
|
+
"npm": "@nuxtjs/kinde",
|
|
2640
|
+
"icon": "",
|
|
2641
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2642
|
+
"website": "https://github.com/nuxt-modules/kinde",
|
|
2643
|
+
"learn_more": "https://kinde.com/",
|
|
2644
|
+
"category": "Security",
|
|
2645
|
+
"type": "community",
|
|
2646
|
+
"maintainers": [
|
|
2647
|
+
{
|
|
2648
|
+
"name": "danielroe",
|
|
2649
|
+
"github": "danielroe"
|
|
2650
|
+
}
|
|
2651
|
+
],
|
|
2652
|
+
"compatibility": {
|
|
2653
|
+
"nuxt": "^3.0.0",
|
|
2654
|
+
"requires": {}
|
|
2655
|
+
}
|
|
2656
|
+
},
|
|
2353
2657
|
{
|
|
2354
2658
|
"name": "kql",
|
|
2355
|
-
"description": "Nuxt
|
|
2659
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2356
2660
|
"repo": "johannschopplich/nuxt-kql",
|
|
2357
2661
|
"npm": "nuxt-kql",
|
|
2358
2662
|
"icon": "kql.svg",
|
|
@@ -2376,7 +2680,7 @@
|
|
|
2376
2680
|
},
|
|
2377
2681
|
{
|
|
2378
2682
|
"name": "laravel-echo",
|
|
2379
|
-
"description": "Laravel Echo for Nuxt
|
|
2683
|
+
"description": "Laravel Echo for Nuxt",
|
|
2380
2684
|
"repo": "nuxt-community/laravel-echo",
|
|
2381
2685
|
"npm": "@nuxtjs/laravel-echo",
|
|
2382
2686
|
"icon": "laravel-echo.png",
|
|
@@ -2464,13 +2768,13 @@
|
|
|
2464
2768
|
},
|
|
2465
2769
|
{
|
|
2466
2770
|
"name": "link-checker",
|
|
2467
|
-
"description": "
|
|
2771
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2468
2772
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2469
2773
|
"npm": "nuxt-link-checker",
|
|
2470
|
-
"icon": "",
|
|
2774
|
+
"icon": "link-checker.svg",
|
|
2471
2775
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2472
|
-
"website": "https://
|
|
2473
|
-
"learn_more": "",
|
|
2776
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2777
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2474
2778
|
"category": "SEO",
|
|
2475
2779
|
"type": "3rd-party",
|
|
2476
2780
|
"maintainers": [
|
|
@@ -2483,7 +2787,8 @@
|
|
|
2483
2787
|
],
|
|
2484
2788
|
"compatibility": {
|
|
2485
2789
|
"nuxt": "^3.0.0",
|
|
2486
|
-
"requires": {}
|
|
2790
|
+
"requires": {},
|
|
2791
|
+
"devtools": "^0.0.0"
|
|
2487
2792
|
}
|
|
2488
2793
|
},
|
|
2489
2794
|
{
|
|
@@ -2560,12 +2865,12 @@
|
|
|
2560
2865
|
},
|
|
2561
2866
|
{
|
|
2562
2867
|
"name": "logrocket",
|
|
2563
|
-
"description": "LogRocket module for Nuxt
|
|
2564
|
-
"repo": "nuxt-
|
|
2868
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
2869
|
+
"repo": "nuxt-modules/logrocket",
|
|
2565
2870
|
"npm": "nuxt-logrocket",
|
|
2566
2871
|
"icon": "logrocket.png",
|
|
2567
|
-
"github": "https://github.com/nuxt-
|
|
2568
|
-
"website": "https://github.com/nuxt-
|
|
2872
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
2873
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2569
2874
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2570
2875
|
"category": "Monitoring",
|
|
2571
2876
|
"type": "community",
|
|
@@ -2581,9 +2886,35 @@
|
|
|
2581
2886
|
"requires": {}
|
|
2582
2887
|
}
|
|
2583
2888
|
},
|
|
2889
|
+
{
|
|
2890
|
+
"name": "lucide-icons",
|
|
2891
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2892
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
2893
|
+
"npm": "nuxt-lucide-icons",
|
|
2894
|
+
"icon": "lucide-icons.svg",
|
|
2895
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2896
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2897
|
+
"learn_more": "",
|
|
2898
|
+
"category": "UI",
|
|
2899
|
+
"type": "3rd-party",
|
|
2900
|
+
"maintainers": [
|
|
2901
|
+
{
|
|
2902
|
+
"name": "SWIS",
|
|
2903
|
+
"github": "swisnl"
|
|
2904
|
+
},
|
|
2905
|
+
{
|
|
2906
|
+
"name": "Jasper Zonneveld",
|
|
2907
|
+
"github": "JaZo"
|
|
2908
|
+
}
|
|
2909
|
+
],
|
|
2910
|
+
"compatibility": {
|
|
2911
|
+
"nuxt": "^3.0.0",
|
|
2912
|
+
"requires": {}
|
|
2913
|
+
}
|
|
2914
|
+
},
|
|
2584
2915
|
{
|
|
2585
2916
|
"name": "lunr",
|
|
2586
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
2917
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2587
2918
|
"repo": "nuxt-community/lunr-module",
|
|
2588
2919
|
"npm": "@nuxtjs/lunr-module",
|
|
2589
2920
|
"icon": "",
|
|
@@ -2672,15 +3003,37 @@
|
|
|
2672
3003
|
}
|
|
2673
3004
|
},
|
|
2674
3005
|
{
|
|
2675
|
-
"name": "
|
|
2676
|
-
"description": "
|
|
2677
|
-
"repo": "
|
|
2678
|
-
"npm": "
|
|
2679
|
-
"icon": "
|
|
2680
|
-
"github": "https://github.com/
|
|
2681
|
-
"website": "https://
|
|
2682
|
-
"learn_more": "https://
|
|
2683
|
-
"category": "
|
|
3006
|
+
"name": "maz-ui",
|
|
3007
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3008
|
+
"repo": "louismazel/maz-ui",
|
|
3009
|
+
"npm": "maz-ui",
|
|
3010
|
+
"icon": "maz-ui.png",
|
|
3011
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3012
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3013
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3014
|
+
"category": "UI",
|
|
3015
|
+
"type": "community",
|
|
3016
|
+
"maintainers": [
|
|
3017
|
+
{
|
|
3018
|
+
"name": "Loïc Mazuel",
|
|
3019
|
+
"github": "LouisMazel"
|
|
3020
|
+
}
|
|
3021
|
+
],
|
|
3022
|
+
"compatibility": {
|
|
3023
|
+
"nuxt": "^3.0.0",
|
|
3024
|
+
"requires": {}
|
|
3025
|
+
}
|
|
3026
|
+
},
|
|
3027
|
+
{
|
|
3028
|
+
"name": "mdx",
|
|
3029
|
+
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
3030
|
+
"repo": "nuxt-community/mdx-module",
|
|
3031
|
+
"npm": "@nuxtjs/mdx",
|
|
3032
|
+
"icon": "mdx.png",
|
|
3033
|
+
"github": "https://github.com/nuxt-community/mdx-module",
|
|
3034
|
+
"website": "https://mdx.nuxtjs.org",
|
|
3035
|
+
"learn_more": "https://mdxjs.com/",
|
|
3036
|
+
"category": "Extensions",
|
|
2684
3037
|
"type": "community",
|
|
2685
3038
|
"maintainers": [
|
|
2686
3039
|
{
|
|
@@ -2696,7 +3049,7 @@
|
|
|
2696
3049
|
},
|
|
2697
3050
|
{
|
|
2698
3051
|
"name": "medusa",
|
|
2699
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3052
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2700
3053
|
"repo": "Baroshem/nuxt-medusa",
|
|
2701
3054
|
"npm": "nuxt-medusa",
|
|
2702
3055
|
"icon": "medusa.svg",
|
|
@@ -2721,7 +3074,7 @@
|
|
|
2721
3074
|
},
|
|
2722
3075
|
{
|
|
2723
3076
|
"name": "meilisearch",
|
|
2724
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3077
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2725
3078
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2726
3079
|
"npm": "nuxt-meilisearch",
|
|
2727
3080
|
"icon": "meilisearch.svg",
|
|
@@ -2741,7 +3094,8 @@
|
|
|
2741
3094
|
"nuxt": "^3.0.0",
|
|
2742
3095
|
"requires": {
|
|
2743
3096
|
"bridge": false
|
|
2744
|
-
}
|
|
3097
|
+
},
|
|
3098
|
+
"devtools": "^0.0.0"
|
|
2745
3099
|
}
|
|
2746
3100
|
},
|
|
2747
3101
|
{
|
|
@@ -2813,7 +3167,7 @@
|
|
|
2813
3167
|
},
|
|
2814
3168
|
{
|
|
2815
3169
|
"name": "moment",
|
|
2816
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3170
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2817
3171
|
"repo": "nuxt-community/moment-module",
|
|
2818
3172
|
"npm": "@nuxtjs/moment",
|
|
2819
3173
|
"icon": "momentjs.png",
|
|
@@ -2840,7 +3194,7 @@
|
|
|
2840
3194
|
},
|
|
2841
3195
|
{
|
|
2842
3196
|
"name": "mq",
|
|
2843
|
-
"description": "vue-mq module for Nuxt.
|
|
3197
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2844
3198
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2845
3199
|
"npm": "nuxt-mq",
|
|
2846
3200
|
"icon": "",
|
|
@@ -2884,7 +3238,7 @@
|
|
|
2884
3238
|
},
|
|
2885
3239
|
{
|
|
2886
3240
|
"name": "netlify-cache",
|
|
2887
|
-
"description": "Nuxt
|
|
3241
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
2888
3242
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2889
3243
|
"npm": "nuxt-netlify-cache",
|
|
2890
3244
|
"icon": "netlify.png",
|
|
@@ -2929,7 +3283,7 @@
|
|
|
2929
3283
|
},
|
|
2930
3284
|
{
|
|
2931
3285
|
"name": "netlify",
|
|
2932
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3286
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
2933
3287
|
"repo": "bazzite/nuxt-netlify",
|
|
2934
3288
|
"npm": "@aceforth/nuxt-netlify",
|
|
2935
3289
|
"icon": "netlify.png",
|
|
@@ -2999,6 +3353,50 @@
|
|
|
2999
3353
|
"requires": {}
|
|
3000
3354
|
}
|
|
3001
3355
|
},
|
|
3356
|
+
{
|
|
3357
|
+
"name": "nupolyon",
|
|
3358
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3359
|
+
"repo": "adenvt/nupolyon",
|
|
3360
|
+
"npm": "nupolyon",
|
|
3361
|
+
"icon": "",
|
|
3362
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3363
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3364
|
+
"learn_more": "",
|
|
3365
|
+
"category": "Performance",
|
|
3366
|
+
"type": "3rd-party",
|
|
3367
|
+
"maintainers": [
|
|
3368
|
+
{
|
|
3369
|
+
"name": "adenvt",
|
|
3370
|
+
"github": "adenvt"
|
|
3371
|
+
}
|
|
3372
|
+
],
|
|
3373
|
+
"compatibility": {
|
|
3374
|
+
"nuxt": "^3.0.0",
|
|
3375
|
+
"requires": {}
|
|
3376
|
+
}
|
|
3377
|
+
},
|
|
3378
|
+
{
|
|
3379
|
+
"name": "nuxt-anchorscroll",
|
|
3380
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3381
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3382
|
+
"npm": "nuxt-anchorscroll",
|
|
3383
|
+
"icon": "",
|
|
3384
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3385
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3386
|
+
"learn_more": "",
|
|
3387
|
+
"category": "UI",
|
|
3388
|
+
"type": "3rd-party",
|
|
3389
|
+
"maintainers": [
|
|
3390
|
+
{
|
|
3391
|
+
"name": "Helltraitor",
|
|
3392
|
+
"github": "helltraitor"
|
|
3393
|
+
}
|
|
3394
|
+
],
|
|
3395
|
+
"compatibility": {
|
|
3396
|
+
"nuxt": "^3.0.0",
|
|
3397
|
+
"requires": {}
|
|
3398
|
+
}
|
|
3399
|
+
},
|
|
3002
3400
|
{
|
|
3003
3401
|
"name": "nuxt-auth",
|
|
3004
3402
|
"description": "",
|
|
@@ -3021,9 +3419,53 @@
|
|
|
3021
3419
|
"requires": {}
|
|
3022
3420
|
}
|
|
3023
3421
|
},
|
|
3422
|
+
{
|
|
3423
|
+
"name": "nuxt-basic-auth",
|
|
3424
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3425
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3426
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3427
|
+
"icon": "",
|
|
3428
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3429
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3430
|
+
"learn_more": "",
|
|
3431
|
+
"category": "Security",
|
|
3432
|
+
"type": "3rd-party",
|
|
3433
|
+
"maintainers": [
|
|
3434
|
+
{
|
|
3435
|
+
"name": "kgierke",
|
|
3436
|
+
"github": "kgierke"
|
|
3437
|
+
}
|
|
3438
|
+
],
|
|
3439
|
+
"compatibility": {
|
|
3440
|
+
"nuxt": "^3.0.0",
|
|
3441
|
+
"requires": {}
|
|
3442
|
+
}
|
|
3443
|
+
},
|
|
3444
|
+
{
|
|
3445
|
+
"name": "nuxt-bootstrap-icons",
|
|
3446
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3447
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3448
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3449
|
+
"icon": "bootstrap-icons.svg",
|
|
3450
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3451
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3452
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3453
|
+
"category": "UI",
|
|
3454
|
+
"type": "3rd-party",
|
|
3455
|
+
"maintainers": [
|
|
3456
|
+
{
|
|
3457
|
+
"name": "OyewoleOyedeji",
|
|
3458
|
+
"github": "OyewoleOyedeji"
|
|
3459
|
+
}
|
|
3460
|
+
],
|
|
3461
|
+
"compatibility": {
|
|
3462
|
+
"nuxt": "^3.0.0",
|
|
3463
|
+
"requires": {}
|
|
3464
|
+
}
|
|
3465
|
+
},
|
|
3024
3466
|
{
|
|
3025
3467
|
"name": "nuxt-chatgpt",
|
|
3026
|
-
"description": "ChatGPT integration for Nuxt
|
|
3468
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3027
3469
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3028
3470
|
"npm": "nuxt-chatgpt",
|
|
3029
3471
|
"icon": "chatgpt.svg",
|
|
@@ -3043,6 +3485,54 @@
|
|
|
3043
3485
|
"requires": {}
|
|
3044
3486
|
}
|
|
3045
3487
|
},
|
|
3488
|
+
{
|
|
3489
|
+
"name": "nuxt-facebook-chat",
|
|
3490
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3491
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3492
|
+
"npm": "nuxt-facebook-chat",
|
|
3493
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3494
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3495
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3496
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3497
|
+
"category": "Libraries",
|
|
3498
|
+
"type": "3rd-party",
|
|
3499
|
+
"maintainers": [
|
|
3500
|
+
{
|
|
3501
|
+
"name": "Supanut Dokmaithong",
|
|
3502
|
+
"github": "Boomgeek"
|
|
3503
|
+
},
|
|
3504
|
+
{
|
|
3505
|
+
"name": "superdev-tech",
|
|
3506
|
+
"github": "superdev-tech"
|
|
3507
|
+
}
|
|
3508
|
+
],
|
|
3509
|
+
"compatibility": {
|
|
3510
|
+
"nuxt": "^3.0.0",
|
|
3511
|
+
"requires": {}
|
|
3512
|
+
}
|
|
3513
|
+
},
|
|
3514
|
+
{
|
|
3515
|
+
"name": "nuxt-feedme",
|
|
3516
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3517
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3518
|
+
"npm": "nuxt-feedme",
|
|
3519
|
+
"icon": "",
|
|
3520
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3521
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3522
|
+
"learn_more": "",
|
|
3523
|
+
"category": "SEO",
|
|
3524
|
+
"type": "3rd-party",
|
|
3525
|
+
"maintainers": [
|
|
3526
|
+
{
|
|
3527
|
+
"name": "Helltraitor",
|
|
3528
|
+
"github": "helltraitor"
|
|
3529
|
+
}
|
|
3530
|
+
],
|
|
3531
|
+
"compatibility": {
|
|
3532
|
+
"nuxt": "^3.0.0",
|
|
3533
|
+
"requires": {}
|
|
3534
|
+
}
|
|
3535
|
+
},
|
|
3046
3536
|
{
|
|
3047
3537
|
"name": "nuxt-graphql-middleware",
|
|
3048
3538
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3094,6 +3584,29 @@
|
|
|
3094
3584
|
"requires": {}
|
|
3095
3585
|
}
|
|
3096
3586
|
},
|
|
3587
|
+
{
|
|
3588
|
+
"name": "nuxt-gtm",
|
|
3589
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3590
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3591
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3592
|
+
"icon": "nuxt-gtm.svg",
|
|
3593
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3594
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3595
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3596
|
+
"category": "Analytics",
|
|
3597
|
+
"type": "3rd-party",
|
|
3598
|
+
"maintainers": [
|
|
3599
|
+
{
|
|
3600
|
+
"name": "Zadig&Voltaire Team",
|
|
3601
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3602
|
+
}
|
|
3603
|
+
],
|
|
3604
|
+
"compatibility": {
|
|
3605
|
+
"nuxt": "^3.0.0",
|
|
3606
|
+
"requires": {},
|
|
3607
|
+
"devtools": "^0.0.0"
|
|
3608
|
+
}
|
|
3609
|
+
},
|
|
3097
3610
|
{
|
|
3098
3611
|
"name": "nuxt-hue",
|
|
3099
3612
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -3118,6 +3631,28 @@
|
|
|
3118
3631
|
}
|
|
3119
3632
|
}
|
|
3120
3633
|
},
|
|
3634
|
+
{
|
|
3635
|
+
"name": "nuxt-jsonld",
|
|
3636
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3637
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3638
|
+
"npm": "nuxt-jsonld",
|
|
3639
|
+
"icon": "",
|
|
3640
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3641
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3642
|
+
"learn_more": "",
|
|
3643
|
+
"category": "SEO",
|
|
3644
|
+
"type": "3rd-party",
|
|
3645
|
+
"maintainers": [
|
|
3646
|
+
{
|
|
3647
|
+
"name": "ymmooot",
|
|
3648
|
+
"github": "ymmooot"
|
|
3649
|
+
}
|
|
3650
|
+
],
|
|
3651
|
+
"compatibility": {
|
|
3652
|
+
"nuxt": "^3.0.0",
|
|
3653
|
+
"requires": {}
|
|
3654
|
+
}
|
|
3655
|
+
},
|
|
3121
3656
|
{
|
|
3122
3657
|
"name": "nuxt-localtunnel",
|
|
3123
3658
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3143,7 +3678,7 @@
|
|
|
3143
3678
|
},
|
|
3144
3679
|
{
|
|
3145
3680
|
"name": "nuxt-loco",
|
|
3146
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3681
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3147
3682
|
"repo": "gaetansenn/nuxt-loco",
|
|
3148
3683
|
"npm": "nuxt-loco",
|
|
3149
3684
|
"icon": "",
|
|
@@ -3186,6 +3721,28 @@
|
|
|
3186
3721
|
"requires": {}
|
|
3187
3722
|
}
|
|
3188
3723
|
},
|
|
3724
|
+
{
|
|
3725
|
+
"name": "nuxt-mdi",
|
|
3726
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3727
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3728
|
+
"npm": "nuxt-mdi",
|
|
3729
|
+
"icon": "mdi.png",
|
|
3730
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3731
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3732
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3733
|
+
"category": "Libraries",
|
|
3734
|
+
"type": "3rd-party",
|
|
3735
|
+
"maintainers": [
|
|
3736
|
+
{
|
|
3737
|
+
"name": "Emil Rosenius",
|
|
3738
|
+
"github": "ERPedersen"
|
|
3739
|
+
}
|
|
3740
|
+
],
|
|
3741
|
+
"compatibility": {
|
|
3742
|
+
"nuxt": "^3.0.0",
|
|
3743
|
+
"requires": {}
|
|
3744
|
+
}
|
|
3745
|
+
},
|
|
3189
3746
|
{
|
|
3190
3747
|
"name": "nuxt-monaco-editor",
|
|
3191
3748
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3208,6 +3765,29 @@
|
|
|
3208
3765
|
"requires": {}
|
|
3209
3766
|
}
|
|
3210
3767
|
},
|
|
3768
|
+
{
|
|
3769
|
+
"name": "nuxt-mongoose",
|
|
3770
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3771
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3772
|
+
"npm": "nuxt-mongoose",
|
|
3773
|
+
"icon": "nuxt-mongoose.svg",
|
|
3774
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3775
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3776
|
+
"learn_more": "",
|
|
3777
|
+
"category": "Database",
|
|
3778
|
+
"type": "3rd-party",
|
|
3779
|
+
"maintainers": [
|
|
3780
|
+
{
|
|
3781
|
+
"name": "arashsheyda",
|
|
3782
|
+
"github": "arashsheyda"
|
|
3783
|
+
}
|
|
3784
|
+
],
|
|
3785
|
+
"compatibility": {
|
|
3786
|
+
"nuxt": "^3.0.0",
|
|
3787
|
+
"requires": {},
|
|
3788
|
+
"devtools": "^0.0.0"
|
|
3789
|
+
}
|
|
3790
|
+
},
|
|
3211
3791
|
{
|
|
3212
3792
|
"name": "nuxt-pdf",
|
|
3213
3793
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3231,6 +3811,28 @@
|
|
|
3231
3811
|
"requires": {}
|
|
3232
3812
|
}
|
|
3233
3813
|
},
|
|
3814
|
+
{
|
|
3815
|
+
"name": "nuxt-phosphor-icons",
|
|
3816
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3817
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3818
|
+
"npm": "nuxt-phosphor-icons",
|
|
3819
|
+
"icon": "phosphor-icons.svg",
|
|
3820
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3821
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3822
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3823
|
+
"category": "UI",
|
|
3824
|
+
"type": "3rd-party",
|
|
3825
|
+
"maintainers": [
|
|
3826
|
+
{
|
|
3827
|
+
"name": "OyewoleOyedeji",
|
|
3828
|
+
"github": "OyewoleOyedeji"
|
|
3829
|
+
}
|
|
3830
|
+
],
|
|
3831
|
+
"compatibility": {
|
|
3832
|
+
"nuxt": "^3.0.0",
|
|
3833
|
+
"requires": {}
|
|
3834
|
+
}
|
|
3835
|
+
},
|
|
3234
3836
|
{
|
|
3235
3837
|
"name": "nuxt-pino-log",
|
|
3236
3838
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3255,7 +3857,7 @@
|
|
|
3255
3857
|
},
|
|
3256
3858
|
{
|
|
3257
3859
|
"name": "plausible",
|
|
3258
|
-
"description": "Nuxt
|
|
3860
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3259
3861
|
"repo": "nuxt-modules/plausible",
|
|
3260
3862
|
"npm": "@nuxtjs/plausible",
|
|
3261
3863
|
"icon": "plausible.png",
|
|
@@ -3275,9 +3877,35 @@
|
|
|
3275
3877
|
"requires": {}
|
|
3276
3878
|
}
|
|
3277
3879
|
},
|
|
3880
|
+
{
|
|
3881
|
+
"name": "nuxt-plotly",
|
|
3882
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3883
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3884
|
+
"npm": "nuxt-plotly",
|
|
3885
|
+
"icon": "nuxt-plotly.svg",
|
|
3886
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3887
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3888
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3889
|
+
"category": "Libraries",
|
|
3890
|
+
"type": "3rd-party",
|
|
3891
|
+
"maintainers": [
|
|
3892
|
+
{
|
|
3893
|
+
"name": "Supanut Dokmaithong",
|
|
3894
|
+
"github": "Boomgeek"
|
|
3895
|
+
},
|
|
3896
|
+
{
|
|
3897
|
+
"name": "superdev-tech",
|
|
3898
|
+
"github": "superdev-tech"
|
|
3899
|
+
}
|
|
3900
|
+
],
|
|
3901
|
+
"compatibility": {
|
|
3902
|
+
"nuxt": "^3.0.0",
|
|
3903
|
+
"requires": {}
|
|
3904
|
+
}
|
|
3905
|
+
},
|
|
3278
3906
|
{
|
|
3279
3907
|
"name": "nuxt-png-to-ico",
|
|
3280
|
-
"description": "Nuxt
|
|
3908
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3281
3909
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3282
3910
|
"npm": "nuxt-png-to-ico",
|
|
3283
3911
|
"icon": "",
|
|
@@ -3300,7 +3928,7 @@
|
|
|
3300
3928
|
},
|
|
3301
3929
|
{
|
|
3302
3930
|
"name": "nuxt-smartlook",
|
|
3303
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
3931
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3304
3932
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3305
3933
|
"npm": "nuxt-smartlook",
|
|
3306
3934
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3352,7 +3980,7 @@
|
|
|
3352
3980
|
},
|
|
3353
3981
|
{
|
|
3354
3982
|
"name": "nuxt-storm",
|
|
3355
|
-
"description": "WebStorm & PHPStorm support for
|
|
3983
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3356
3984
|
"repo": "fumeapp/nuxt-storm",
|
|
3357
3985
|
"npm": "nuxt-storm",
|
|
3358
3986
|
"icon": "nuxt-storm.png",
|
|
@@ -3396,7 +4024,7 @@
|
|
|
3396
4024
|
},
|
|
3397
4025
|
{
|
|
3398
4026
|
"name": "nuxt-unleash",
|
|
3399
|
-
"description": "Nuxt
|
|
4027
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3400
4028
|
"repo": "conejerock/nuxt-unleash",
|
|
3401
4029
|
"npm": "nuxt-unleash",
|
|
3402
4030
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3487,12 +4115,12 @@
|
|
|
3487
4115
|
{
|
|
3488
4116
|
"name": "nuxt-vue3-google-signin",
|
|
3489
4117
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3490
|
-
"repo": "
|
|
4118
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3491
4119
|
"npm": "nuxt-vue3-google-signin",
|
|
3492
4120
|
"icon": "vue3-google-signin.svg",
|
|
3493
|
-
"github": "https://github.com/
|
|
3494
|
-
"website": "https://vue3-google-signin.
|
|
3495
|
-
"learn_more": "https://vue3-google-signin.
|
|
4121
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4122
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4123
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3496
4124
|
"category": "Libraries",
|
|
3497
4125
|
"type": "3rd-party",
|
|
3498
4126
|
"maintainers": [
|
|
@@ -3506,9 +4134,53 @@
|
|
|
3506
4134
|
"requires": {}
|
|
3507
4135
|
}
|
|
3508
4136
|
},
|
|
4137
|
+
{
|
|
4138
|
+
"name": "nuxt-vuetify",
|
|
4139
|
+
"description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
|
|
4140
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
4141
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
4142
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
4143
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
4144
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
4145
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
4146
|
+
"category": "UI",
|
|
4147
|
+
"type": "3rd-party",
|
|
4148
|
+
"maintainers": [
|
|
4149
|
+
{
|
|
4150
|
+
"name": "Jens van Hellemondt",
|
|
4151
|
+
"github": "invictus-codes"
|
|
4152
|
+
}
|
|
4153
|
+
],
|
|
4154
|
+
"compatibility": {
|
|
4155
|
+
"nuxt": "^3.0.0",
|
|
4156
|
+
"requires": {}
|
|
4157
|
+
}
|
|
4158
|
+
},
|
|
4159
|
+
{
|
|
4160
|
+
"name": "nuxt3-leaflet",
|
|
4161
|
+
"description": "Leaflet integration with Nuxt",
|
|
4162
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4163
|
+
"npm": "nuxt3-leaflet",
|
|
4164
|
+
"icon": "leaflet.png",
|
|
4165
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4166
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4167
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4168
|
+
"category": "Libraries",
|
|
4169
|
+
"type": "3rd-party",
|
|
4170
|
+
"maintainers": [
|
|
4171
|
+
{
|
|
4172
|
+
"name": "Augustin MERCIER",
|
|
4173
|
+
"github": "Gugustinette"
|
|
4174
|
+
}
|
|
4175
|
+
],
|
|
4176
|
+
"compatibility": {
|
|
4177
|
+
"nuxt": "^3.0.0",
|
|
4178
|
+
"requires": {}
|
|
4179
|
+
}
|
|
4180
|
+
},
|
|
3509
4181
|
{
|
|
3510
4182
|
"name": "nuxt7",
|
|
3511
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4183
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3512
4184
|
"repo": "nuxt-community/nuxt7",
|
|
3513
4185
|
"npm": "nuxt7",
|
|
3514
4186
|
"icon": "",
|
|
@@ -3531,13 +4203,13 @@
|
|
|
3531
4203
|
},
|
|
3532
4204
|
{
|
|
3533
4205
|
"name": "og-image",
|
|
3534
|
-
"description": "
|
|
4206
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3535
4207
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3536
4208
|
"npm": "nuxt-og-image",
|
|
3537
|
-
"icon": "",
|
|
4209
|
+
"icon": "og-image.svg",
|
|
3538
4210
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3539
|
-
"website": "https://
|
|
3540
|
-
"learn_more": "",
|
|
4211
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4212
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3541
4213
|
"category": "SEO",
|
|
3542
4214
|
"type": "3rd-party",
|
|
3543
4215
|
"maintainers": [
|
|
@@ -3550,7 +4222,8 @@
|
|
|
3550
4222
|
],
|
|
3551
4223
|
"compatibility": {
|
|
3552
4224
|
"nuxt": "^3.0.0",
|
|
3553
|
-
"requires": {}
|
|
4225
|
+
"requires": {},
|
|
4226
|
+
"devtools": "^0.0.0"
|
|
3554
4227
|
}
|
|
3555
4228
|
},
|
|
3556
4229
|
{
|
|
@@ -3578,7 +4251,7 @@
|
|
|
3578
4251
|
},
|
|
3579
4252
|
{
|
|
3580
4253
|
"name": "optimized-images",
|
|
3581
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4254
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3582
4255
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3583
4256
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3584
4257
|
"icon": "",
|
|
@@ -3623,7 +4296,7 @@
|
|
|
3623
4296
|
},
|
|
3624
4297
|
{
|
|
3625
4298
|
"name": "parse",
|
|
3626
|
-
"description": "Parse package for Nuxt
|
|
4299
|
+
"description": "Parse package for Nuxt",
|
|
3627
4300
|
"repo": "cierrateam/nuxt-parse",
|
|
3628
4301
|
"npm": "nuxt-parse",
|
|
3629
4302
|
"icon": "",
|
|
@@ -3643,6 +4316,29 @@
|
|
|
3643
4316
|
"requires": {}
|
|
3644
4317
|
}
|
|
3645
4318
|
},
|
|
4319
|
+
{
|
|
4320
|
+
"name": "particles",
|
|
4321
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4322
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4323
|
+
"npm": "nuxt-particles",
|
|
4324
|
+
"icon": "",
|
|
4325
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4326
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4327
|
+
"learn_more": "https://particles.js.org/",
|
|
4328
|
+
"category": "Libraries",
|
|
4329
|
+
"type": "3rd-party",
|
|
4330
|
+
"maintainers": [
|
|
4331
|
+
{
|
|
4332
|
+
"name": "Joey Pereira",
|
|
4333
|
+
"github": "Joepocalyptic",
|
|
4334
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4335
|
+
}
|
|
4336
|
+
],
|
|
4337
|
+
"compatibility": {
|
|
4338
|
+
"nuxt": "^3.0.0",
|
|
4339
|
+
"requires": {}
|
|
4340
|
+
}
|
|
4341
|
+
},
|
|
3646
4342
|
{
|
|
3647
4343
|
"name": "partytown",
|
|
3648
4344
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3668,6 +4364,30 @@
|
|
|
3668
4364
|
}
|
|
3669
4365
|
}
|
|
3670
4366
|
},
|
|
4367
|
+
{
|
|
4368
|
+
"name": "pdfeasy",
|
|
4369
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4370
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4371
|
+
"npm": "nuxt-pdfeasy",
|
|
4372
|
+
"icon": "pdfeasy.png",
|
|
4373
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4374
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4375
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4376
|
+
"category": "Extensions",
|
|
4377
|
+
"type": "3rd-party",
|
|
4378
|
+
"maintainers": [
|
|
4379
|
+
{
|
|
4380
|
+
"name": "Giovane Cardoso",
|
|
4381
|
+
"github": "novout",
|
|
4382
|
+
"twitter": "novoutttttt",
|
|
4383
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4384
|
+
}
|
|
4385
|
+
],
|
|
4386
|
+
"compatibility": {
|
|
4387
|
+
"nuxt": "^3.0.0",
|
|
4388
|
+
"requires": {}
|
|
4389
|
+
}
|
|
4390
|
+
},
|
|
3671
4391
|
{
|
|
3672
4392
|
"name": "persian-datepicker",
|
|
3673
4393
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3765,7 +4485,7 @@
|
|
|
3765
4485
|
},
|
|
3766
4486
|
{
|
|
3767
4487
|
"name": "plausible",
|
|
3768
|
-
"description": "Nuxt
|
|
4488
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3769
4489
|
"repo": "nuxt-modules/plausible",
|
|
3770
4490
|
"npm": "@nuxtjs/plausible",
|
|
3771
4491
|
"icon": "",
|
|
@@ -3807,9 +4527,33 @@
|
|
|
3807
4527
|
"requires": {}
|
|
3808
4528
|
}
|
|
3809
4529
|
},
|
|
4530
|
+
{
|
|
4531
|
+
"name": "prepare",
|
|
4532
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4533
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4534
|
+
"npm": "nuxt-prepare",
|
|
4535
|
+
"icon": "prepare.svg",
|
|
4536
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4537
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4538
|
+
"learn_more": "",
|
|
4539
|
+
"category": "Devtools",
|
|
4540
|
+
"type": "3rd-party",
|
|
4541
|
+
"maintainers": [
|
|
4542
|
+
{
|
|
4543
|
+
"name": "Johann Schopplich",
|
|
4544
|
+
"github": "johannschopplich",
|
|
4545
|
+
"twitter": "jschopplich",
|
|
4546
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4547
|
+
}
|
|
4548
|
+
],
|
|
4549
|
+
"compatibility": {
|
|
4550
|
+
"nuxt": "^3.0.0",
|
|
4551
|
+
"requires": {}
|
|
4552
|
+
}
|
|
4553
|
+
},
|
|
3810
4554
|
{
|
|
3811
4555
|
"name": "prismic",
|
|
3812
|
-
"description": "Easily connect your Nuxt
|
|
4556
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
3813
4557
|
"repo": "nuxt-modules/prismic",
|
|
3814
4558
|
"npm": "@nuxtjs/prismic",
|
|
3815
4559
|
"icon": "prismic.png",
|
|
@@ -3876,7 +4620,7 @@
|
|
|
3876
4620
|
},
|
|
3877
4621
|
{
|
|
3878
4622
|
"name": "proxy",
|
|
3879
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4623
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
3880
4624
|
"repo": "nuxt-community/proxy-module",
|
|
3881
4625
|
"npm": "@nuxtjs/proxy",
|
|
3882
4626
|
"icon": "",
|
|
@@ -3922,7 +4666,7 @@
|
|
|
3922
4666
|
},
|
|
3923
4667
|
{
|
|
3924
4668
|
"name": "purgecss",
|
|
3925
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4669
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
3926
4670
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
3927
4671
|
"npm": "nuxt-purgecss",
|
|
3928
4672
|
"icon": "purgecss.png",
|
|
@@ -3944,7 +4688,7 @@
|
|
|
3944
4688
|
},
|
|
3945
4689
|
{
|
|
3946
4690
|
"name": "pwa",
|
|
3947
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4691
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
3948
4692
|
"repo": "nuxt-community/pwa-module",
|
|
3949
4693
|
"npm": "@nuxtjs/pwa",
|
|
3950
4694
|
"icon": "pwa.png",
|
|
@@ -3969,7 +4713,7 @@
|
|
|
3969
4713
|
},
|
|
3970
4714
|
{
|
|
3971
4715
|
"name": "python",
|
|
3972
|
-
"description": "Write Nuxt
|
|
4716
|
+
"description": "Write Nuxt applications using Python",
|
|
3973
4717
|
"repo": "nuxt-community/python-module",
|
|
3974
4718
|
"npm": "@nuxtjs/python",
|
|
3975
4719
|
"icon": "python.png",
|
|
@@ -4008,12 +4752,35 @@
|
|
|
4008
4752
|
],
|
|
4009
4753
|
"compatibility": {
|
|
4010
4754
|
"nuxt": "^3.0.0",
|
|
4011
|
-
"requires": {}
|
|
4755
|
+
"requires": {},
|
|
4756
|
+
"devtools": "^0.0.0"
|
|
4012
4757
|
}
|
|
4013
4758
|
},
|
|
4014
4759
|
{
|
|
4015
|
-
"name": "
|
|
4016
|
-
"description": "
|
|
4760
|
+
"name": "radash",
|
|
4761
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4762
|
+
"repo": "bbg/nuxt-radash",
|
|
4763
|
+
"npm": "nuxt-radash",
|
|
4764
|
+
"icon": "radash.png",
|
|
4765
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4766
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4767
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4768
|
+
"category": "Libraries",
|
|
4769
|
+
"type": "3rd-party",
|
|
4770
|
+
"maintainers": [
|
|
4771
|
+
{
|
|
4772
|
+
"name": "Batuhan Göksu",
|
|
4773
|
+
"github": "bbg"
|
|
4774
|
+
}
|
|
4775
|
+
],
|
|
4776
|
+
"compatibility": {
|
|
4777
|
+
"nuxt": "^3.0.0",
|
|
4778
|
+
"requires": {}
|
|
4779
|
+
}
|
|
4780
|
+
},
|
|
4781
|
+
{
|
|
4782
|
+
"name": "recaptcha",
|
|
4783
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4017
4784
|
"repo": "nuxt-community/recaptcha-module",
|
|
4018
4785
|
"npm": "@nuxtjs/recaptcha",
|
|
4019
4786
|
"icon": "recaptcha.png",
|
|
@@ -4058,7 +4825,7 @@
|
|
|
4058
4825
|
},
|
|
4059
4826
|
{
|
|
4060
4827
|
"name": "rfg-icon",
|
|
4061
|
-
"description": "Nuxt
|
|
4828
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4062
4829
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4063
4830
|
"npm": "nuxt-rfg-icon",
|
|
4064
4831
|
"icon": "real-favicon-generator.png",
|
|
@@ -4080,12 +4847,12 @@
|
|
|
4080
4847
|
},
|
|
4081
4848
|
{
|
|
4082
4849
|
"name": "robots",
|
|
4083
|
-
"description": "A Nuxt
|
|
4084
|
-
"repo": "nuxt-
|
|
4850
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
4851
|
+
"repo": "nuxt-modules/robots",
|
|
4085
4852
|
"npm": "@nuxtjs/robots",
|
|
4086
4853
|
"icon": "robots.png",
|
|
4087
|
-
"github": "https://github.com/nuxt-
|
|
4088
|
-
"website": "https://github.com/nuxt-
|
|
4854
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4855
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4089
4856
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4090
4857
|
"category": "SEO",
|
|
4091
4858
|
"type": "community",
|
|
@@ -4104,7 +4871,7 @@
|
|
|
4104
4871
|
},
|
|
4105
4872
|
{
|
|
4106
4873
|
"name": "rollbar",
|
|
4107
|
-
"description": "Add Rollbar.js to your Nuxt
|
|
4874
|
+
"description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
|
|
4108
4875
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
4109
4876
|
"npm": "nuxt-rollbar-module",
|
|
4110
4877
|
"icon": "rollbar.png",
|
|
@@ -4149,7 +4916,7 @@
|
|
|
4149
4916
|
},
|
|
4150
4917
|
{
|
|
4151
4918
|
"name": "router",
|
|
4152
|
-
"description": "Nuxt
|
|
4919
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4153
4920
|
"repo": "nuxt-community/router-module",
|
|
4154
4921
|
"npm": "@nuxtjs/router",
|
|
4155
4922
|
"icon": "vue.png",
|
|
@@ -4197,13 +4964,13 @@
|
|
|
4197
4964
|
},
|
|
4198
4965
|
{
|
|
4199
4966
|
"name": "schema-org",
|
|
4200
|
-
"description": "Schema.org for Nuxt
|
|
4201
|
-
"repo": "
|
|
4967
|
+
"description": "Schema.org for Nuxt.",
|
|
4968
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4202
4969
|
"npm": "nuxt-schema-org",
|
|
4203
4970
|
"icon": "schema-org.svg",
|
|
4204
|
-
"github": "https://github.com/
|
|
4205
|
-
"website": "https://
|
|
4206
|
-
"learn_more": "https://
|
|
4971
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
4972
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
4973
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4207
4974
|
"category": "SEO",
|
|
4208
4975
|
"type": "3rd-party",
|
|
4209
4976
|
"maintainers": [
|
|
@@ -4266,7 +5033,7 @@
|
|
|
4266
5033
|
},
|
|
4267
5034
|
{
|
|
4268
5035
|
"name": "segment",
|
|
4269
|
-
"description": "Nuxt
|
|
5036
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4270
5037
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4271
5038
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4272
5039
|
"icon": "segment.png",
|
|
@@ -4288,10 +5055,10 @@
|
|
|
4288
5055
|
},
|
|
4289
5056
|
{
|
|
4290
5057
|
"name": "sentry",
|
|
4291
|
-
"description": "Sentry module for Nuxt
|
|
5058
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4292
5059
|
"repo": "nuxt-community/sentry-module",
|
|
4293
5060
|
"npm": "@nuxtjs/sentry",
|
|
4294
|
-
"icon": "sentry.
|
|
5061
|
+
"icon": "sentry.svg",
|
|
4295
5062
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4296
5063
|
"website": "https://sentry.nuxtjs.org/",
|
|
4297
5064
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4308,14 +5075,38 @@
|
|
|
4308
5075
|
"requires": {}
|
|
4309
5076
|
}
|
|
4310
5077
|
},
|
|
5078
|
+
{
|
|
5079
|
+
"name": "seo-experiments",
|
|
5080
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5081
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5082
|
+
"npm": "nuxt-seo-experiments",
|
|
5083
|
+
"icon": "seo-experiments.svg",
|
|
5084
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5085
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5086
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5087
|
+
"category": "SEO",
|
|
5088
|
+
"type": "3rd-party",
|
|
5089
|
+
"maintainers": [
|
|
5090
|
+
{
|
|
5091
|
+
"name": "Harlan Wilton",
|
|
5092
|
+
"github": "harlan-zw",
|
|
5093
|
+
"twitter": "harlan_zw",
|
|
5094
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5095
|
+
}
|
|
5096
|
+
],
|
|
5097
|
+
"compatibility": {
|
|
5098
|
+
"nuxt": "^3.0.0",
|
|
5099
|
+
"requires": {}
|
|
5100
|
+
}
|
|
5101
|
+
},
|
|
4311
5102
|
{
|
|
4312
5103
|
"name": "seo-kit",
|
|
4313
|
-
"description": "
|
|
5104
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4314
5105
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4315
5106
|
"npm": "nuxt-seo-kit",
|
|
4316
5107
|
"icon": "seo-kit.svg",
|
|
4317
5108
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4318
|
-
"website": "https://
|
|
5109
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4319
5110
|
"learn_more": "",
|
|
4320
5111
|
"category": "SEO",
|
|
4321
5112
|
"type": "3rd-party",
|
|
@@ -4355,7 +5146,7 @@
|
|
|
4355
5146
|
},
|
|
4356
5147
|
{
|
|
4357
5148
|
"name": "seomatic-meta",
|
|
4358
|
-
"description": "A Nuxt
|
|
5149
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4359
5150
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4360
5151
|
"npm": "nuxt-seomatic-meta",
|
|
4361
5152
|
"icon": "seomatic.png",
|
|
@@ -4398,6 +5189,29 @@
|
|
|
4398
5189
|
"requires": {}
|
|
4399
5190
|
}
|
|
4400
5191
|
},
|
|
5192
|
+
{
|
|
5193
|
+
"name": "server-block",
|
|
5194
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5195
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
5196
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5197
|
+
"icon": "server-block.svg",
|
|
5198
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5199
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5200
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5201
|
+
"category": "Extensions",
|
|
5202
|
+
"type": "3rd-party",
|
|
5203
|
+
"maintainers": [
|
|
5204
|
+
{
|
|
5205
|
+
"name": "Hebilicious",
|
|
5206
|
+
"github": "Hebilicious",
|
|
5207
|
+
"twitter": "its_hebilicious"
|
|
5208
|
+
}
|
|
5209
|
+
],
|
|
5210
|
+
"compatibility": {
|
|
5211
|
+
"nuxt": "^3.0.0",
|
|
5212
|
+
"requires": {}
|
|
5213
|
+
}
|
|
5214
|
+
},
|
|
4401
5215
|
{
|
|
4402
5216
|
"name": "session",
|
|
4403
5217
|
"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 +5237,7 @@
|
|
|
4423
5237
|
},
|
|
4424
5238
|
{
|
|
4425
5239
|
"name": "shopify",
|
|
4426
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5240
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4427
5241
|
"repo": "Gomah/nuxt-shopify",
|
|
4428
5242
|
"npm": "nuxt-shopify",
|
|
4429
5243
|
"icon": "shopify.png",
|
|
@@ -4490,13 +5304,13 @@
|
|
|
4490
5304
|
},
|
|
4491
5305
|
{
|
|
4492
5306
|
"name": "simple-robots",
|
|
4493
|
-
"description": "
|
|
5307
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4494
5308
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4495
5309
|
"npm": "nuxt-simple-robots",
|
|
4496
|
-
"icon": "",
|
|
5310
|
+
"icon": "simple-robots.svg",
|
|
4497
5311
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4498
|
-
"website": "https://
|
|
4499
|
-
"learn_more": "",
|
|
5312
|
+
"website": "https://nuxtseo.com/robots",
|
|
5313
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4500
5314
|
"category": "SEO",
|
|
4501
5315
|
"type": "3rd-party",
|
|
4502
5316
|
"maintainers": [
|
|
@@ -4514,13 +5328,13 @@
|
|
|
4514
5328
|
},
|
|
4515
5329
|
{
|
|
4516
5330
|
"name": "simple-sitemap",
|
|
4517
|
-
"description": "
|
|
5331
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4518
5332
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4519
5333
|
"npm": "nuxt-simple-sitemap",
|
|
4520
|
-
"icon": "",
|
|
5334
|
+
"icon": "simple-sitemap.svg",
|
|
4521
5335
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4522
|
-
"website": "https://
|
|
4523
|
-
"learn_more": "",
|
|
5336
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5337
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4524
5338
|
"category": "SEO",
|
|
4525
5339
|
"type": "3rd-party",
|
|
4526
5340
|
"maintainers": [
|
|
@@ -4538,7 +5352,7 @@
|
|
|
4538
5352
|
},
|
|
4539
5353
|
{
|
|
4540
5354
|
"name": "sitemap",
|
|
4541
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5355
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
4542
5356
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
4543
5357
|
"npm": "@nuxtjs/sitemap",
|
|
4544
5358
|
"icon": "",
|
|
@@ -4583,7 +5397,7 @@
|
|
|
4583
5397
|
},
|
|
4584
5398
|
{
|
|
4585
5399
|
"name": "snipcart",
|
|
4586
|
-
"description": "Snipcart integration module for Nuxt
|
|
5400
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4587
5401
|
"repo": "nuxt-modules/snipcart",
|
|
4588
5402
|
"npm": "@nuxtjs/snipcart",
|
|
4589
5403
|
"icon": "snipcart.png",
|
|
@@ -4606,7 +5420,7 @@
|
|
|
4606
5420
|
},
|
|
4607
5421
|
{
|
|
4608
5422
|
"name": "social-meta",
|
|
4609
|
-
"description": "Nuxt
|
|
5423
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4610
5424
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4611
5425
|
"npm": "nuxt-social-meta",
|
|
4612
5426
|
"icon": "",
|
|
@@ -4728,7 +5542,7 @@
|
|
|
4728
5542
|
},
|
|
4729
5543
|
{
|
|
4730
5544
|
"name": "storage",
|
|
4731
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5545
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
4732
5546
|
"repo": "mazipan/nuxt-storage",
|
|
4733
5547
|
"npm": "nuxt-storage",
|
|
4734
5548
|
"icon": "",
|
|
@@ -4750,7 +5564,7 @@
|
|
|
4750
5564
|
},
|
|
4751
5565
|
{
|
|
4752
5566
|
"name": "storefront-ui",
|
|
4753
|
-
"description": "Storefront UI Module for Nuxt
|
|
5567
|
+
"description": "Storefront UI Module for Nuxt",
|
|
4754
5568
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
4755
5569
|
"npm": "@storefront-ui/nuxt",
|
|
4756
5570
|
"icon": "storefront-ui.svg",
|
|
@@ -4794,7 +5608,7 @@
|
|
|
4794
5608
|
},
|
|
4795
5609
|
{
|
|
4796
5610
|
"name": "storyblok",
|
|
4797
|
-
"description": "Storyblok Nuxt
|
|
5611
|
+
"description": "Storyblok Nuxt module",
|
|
4798
5612
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
4799
5613
|
"npm": "@storyblok/nuxt",
|
|
4800
5614
|
"icon": "storyblok.png",
|
|
@@ -4811,46 +5625,43 @@
|
|
|
4811
5625
|
],
|
|
4812
5626
|
"compatibility": {
|
|
4813
5627
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4814
|
-
"requires": {}
|
|
5628
|
+
"requires": {},
|
|
5629
|
+
"devtools": "^0.0.0"
|
|
4815
5630
|
}
|
|
4816
5631
|
},
|
|
4817
5632
|
{
|
|
4818
5633
|
"name": "storybook",
|
|
4819
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
4820
|
-
"repo": "nuxt-
|
|
5634
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5635
|
+
"repo": "nuxt-modules/storybook",
|
|
4821
5636
|
"npm": "@nuxtjs/storybook",
|
|
4822
5637
|
"icon": "storybook.png",
|
|
4823
|
-
"github": "https://github.com/nuxt-
|
|
5638
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
4824
5639
|
"website": "https://storybook.nuxtjs.org",
|
|
4825
|
-
"learn_more": "https://
|
|
5640
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
4826
5641
|
"category": "Devtools",
|
|
4827
5642
|
"type": "community",
|
|
4828
5643
|
"maintainers": [
|
|
4829
5644
|
{
|
|
4830
|
-
"name": "
|
|
4831
|
-
"github": "
|
|
4832
|
-
"twitter": "
|
|
4833
|
-
},
|
|
4834
|
-
{
|
|
4835
|
-
"name": "Pooya Parsa",
|
|
4836
|
-
"github": "pi0",
|
|
4837
|
-
"twitter": "_pi0_"
|
|
5645
|
+
"name": "Chakir QATAB",
|
|
5646
|
+
"github": "chakAs3",
|
|
5647
|
+
"twitter": "ChakirQatab"
|
|
4838
5648
|
}
|
|
4839
5649
|
],
|
|
4840
5650
|
"compatibility": {
|
|
4841
|
-
"nuxt": "^2.0.0",
|
|
5651
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4842
5652
|
"requires": {
|
|
4843
5653
|
"bridge": "optional"
|
|
4844
|
-
}
|
|
5654
|
+
},
|
|
5655
|
+
"devtools": "^0.7.2"
|
|
4845
5656
|
}
|
|
4846
5657
|
},
|
|
4847
5658
|
{
|
|
4848
5659
|
"name": "strapi",
|
|
4849
5660
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4850
|
-
"repo": "nuxt-
|
|
5661
|
+
"repo": "nuxt-modules/strapi",
|
|
4851
5662
|
"npm": "@nuxtjs/strapi",
|
|
4852
5663
|
"icon": "strapi.png",
|
|
4853
|
-
"github": "https://github.com/nuxt-
|
|
5664
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4854
5665
|
"website": "https://strapi.nuxtjs.org",
|
|
4855
5666
|
"learn_more": "https://strapi.io/",
|
|
4856
5667
|
"category": "CMS",
|
|
@@ -4871,7 +5682,34 @@
|
|
|
4871
5682
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4872
5683
|
"requires": {
|
|
4873
5684
|
"bridge": true
|
|
5685
|
+
},
|
|
5686
|
+
"devtools": "^0.0.0"
|
|
5687
|
+
}
|
|
5688
|
+
},
|
|
5689
|
+
{
|
|
5690
|
+
"name": "stripe-next",
|
|
5691
|
+
"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.",
|
|
5692
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5693
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5694
|
+
"icon": "stripe.png",
|
|
5695
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5696
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5697
|
+
"learn_more": "https://stripe.com/docs",
|
|
5698
|
+
"category": "Payment",
|
|
5699
|
+
"type": "3rd-party",
|
|
5700
|
+
"maintainers": [
|
|
5701
|
+
{
|
|
5702
|
+
"name": "Loic Fuentes",
|
|
5703
|
+
"github": "fuentesloic"
|
|
5704
|
+
},
|
|
5705
|
+
{
|
|
5706
|
+
"name": "Florent Giraud",
|
|
5707
|
+
"github": "flozero"
|
|
4874
5708
|
}
|
|
5709
|
+
],
|
|
5710
|
+
"compatibility": {
|
|
5711
|
+
"nuxt": "^3.0.0",
|
|
5712
|
+
"requires": {}
|
|
4875
5713
|
}
|
|
4876
5714
|
},
|
|
4877
5715
|
{
|
|
@@ -4896,6 +5734,36 @@
|
|
|
4896
5734
|
"requires": {}
|
|
4897
5735
|
}
|
|
4898
5736
|
},
|
|
5737
|
+
{
|
|
5738
|
+
"name": "studio",
|
|
5739
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
5740
|
+
"repo": "nuxtlabs/studio-module",
|
|
5741
|
+
"npm": "@nuxthq/studio",
|
|
5742
|
+
"icon": "studio.svg",
|
|
5743
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
5744
|
+
"website": "https://nuxt.studio",
|
|
5745
|
+
"learn_more": "https://nuxt.studio",
|
|
5746
|
+
"category": "CMS",
|
|
5747
|
+
"type": "3rd-party",
|
|
5748
|
+
"maintainers": [
|
|
5749
|
+
{
|
|
5750
|
+
"name": "Ahad Birang",
|
|
5751
|
+
"github": "farnabaz",
|
|
5752
|
+
"twitter": "a_birang"
|
|
5753
|
+
},
|
|
5754
|
+
{
|
|
5755
|
+
"name": "Sébastien Chopin",
|
|
5756
|
+
"github": "Atinux",
|
|
5757
|
+
"twitter": "Atinux"
|
|
5758
|
+
}
|
|
5759
|
+
],
|
|
5760
|
+
"compatibility": {
|
|
5761
|
+
"nuxt": "^3.0.0",
|
|
5762
|
+
"requires": {
|
|
5763
|
+
"content": true
|
|
5764
|
+
}
|
|
5765
|
+
}
|
|
5766
|
+
},
|
|
4899
5767
|
{
|
|
4900
5768
|
"name": "style-resources",
|
|
4901
5769
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -4921,7 +5789,7 @@
|
|
|
4921
5789
|
},
|
|
4922
5790
|
{
|
|
4923
5791
|
"name": "stylelint",
|
|
4924
|
-
"description": "Stylelint module for Nuxt.
|
|
5792
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
4925
5793
|
"repo": "nuxt-community/stylelint-module",
|
|
4926
5794
|
"npm": "@nuxtjs/stylelint-module",
|
|
4927
5795
|
"icon": "stylelint.png",
|
|
@@ -4967,10 +5835,10 @@
|
|
|
4967
5835
|
{
|
|
4968
5836
|
"name": "supabase",
|
|
4969
5837
|
"description": "First class integration with Supabase",
|
|
4970
|
-
"repo": "nuxt-
|
|
5838
|
+
"repo": "nuxt-modules/supabase",
|
|
4971
5839
|
"npm": "@nuxtjs/supabase",
|
|
4972
5840
|
"icon": "supabase.png",
|
|
4973
|
-
"github": "https://github.com/nuxt-
|
|
5841
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4974
5842
|
"website": "https://supabase.nuxtjs.org",
|
|
4975
5843
|
"learn_more": "https://supabase.com",
|
|
4976
5844
|
"category": "Database",
|
|
@@ -5021,12 +5889,12 @@
|
|
|
5021
5889
|
},
|
|
5022
5890
|
{
|
|
5023
5891
|
"name": "svg-sprite",
|
|
5024
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5025
|
-
"repo": "nuxt-
|
|
5892
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
5893
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5026
5894
|
"npm": "@nuxtjs/svg-sprite",
|
|
5027
5895
|
"icon": "",
|
|
5028
|
-
"github": "https://github.com/nuxt-
|
|
5029
|
-
"website": "https://github.com/nuxt-
|
|
5896
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
5897
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5030
5898
|
"learn_more": "",
|
|
5031
5899
|
"category": "UI",
|
|
5032
5900
|
"type": "community",
|
|
@@ -5038,13 +5906,13 @@
|
|
|
5038
5906
|
}
|
|
5039
5907
|
],
|
|
5040
5908
|
"compatibility": {
|
|
5041
|
-
"nuxt": "^2.0.0",
|
|
5909
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5042
5910
|
"requires": {}
|
|
5043
5911
|
}
|
|
5044
5912
|
},
|
|
5045
5913
|
{
|
|
5046
5914
|
"name": "svg",
|
|
5047
|
-
"description": "Super simple svg loading module for Nuxt
|
|
5915
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5048
5916
|
"repo": "nuxt-community/svg-module",
|
|
5049
5917
|
"npm": "@nuxtjs/svg",
|
|
5050
5918
|
"icon": "",
|
|
@@ -5088,7 +5956,7 @@
|
|
|
5088
5956
|
},
|
|
5089
5957
|
{
|
|
5090
5958
|
"name": "swiper",
|
|
5091
|
-
"description": "Nuxt
|
|
5959
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5092
5960
|
"repo": "cpreston321/nuxt-swiper",
|
|
5093
5961
|
"npm": "nuxt-swiper",
|
|
5094
5962
|
"icon": "swiper.svg",
|
|
@@ -5134,10 +6002,10 @@
|
|
|
5134
6002
|
{
|
|
5135
6003
|
"name": "tailwindcss",
|
|
5136
6004
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5137
|
-
"repo": "nuxt-
|
|
6005
|
+
"repo": "nuxt-modules/tailwindcss-module",
|
|
5138
6006
|
"npm": "@nuxtjs/tailwindcss",
|
|
5139
6007
|
"icon": "tailwindcss.png",
|
|
5140
|
-
"github": "https://github.com/nuxt-
|
|
6008
|
+
"github": "https://github.com/nuxt-modules/tailwindcss-module",
|
|
5141
6009
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5142
6010
|
"learn_more": "https://tailwindcss.com/",
|
|
5143
6011
|
"category": "UI",
|
|
@@ -5147,11 +6015,16 @@
|
|
|
5147
6015
|
"name": "Sébastien Chopin",
|
|
5148
6016
|
"github": "Atinux",
|
|
5149
6017
|
"twitter": "Atinux"
|
|
6018
|
+
},
|
|
6019
|
+
{
|
|
6020
|
+
"name": "Inesh Bose",
|
|
6021
|
+
"github": "ineshbose"
|
|
5150
6022
|
}
|
|
5151
6023
|
],
|
|
5152
6024
|
"compatibility": {
|
|
5153
6025
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5154
|
-
"requires": {}
|
|
6026
|
+
"requires": {},
|
|
6027
|
+
"devtools": "^0.0.0"
|
|
5155
6028
|
}
|
|
5156
6029
|
},
|
|
5157
6030
|
{
|
|
@@ -5177,9 +6050,31 @@
|
|
|
5177
6050
|
"requires": {}
|
|
5178
6051
|
}
|
|
5179
6052
|
},
|
|
6053
|
+
{
|
|
6054
|
+
"name": "time",
|
|
6055
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
6056
|
+
"repo": "danielroe/nuxt-time",
|
|
6057
|
+
"npm": "nuxt-time",
|
|
6058
|
+
"icon": "",
|
|
6059
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
6060
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
6061
|
+
"learn_more": "",
|
|
6062
|
+
"category": "Extensions",
|
|
6063
|
+
"type": "3rd-party",
|
|
6064
|
+
"maintainers": [
|
|
6065
|
+
{
|
|
6066
|
+
"name": "danielroe",
|
|
6067
|
+
"github": "danielroe"
|
|
6068
|
+
}
|
|
6069
|
+
],
|
|
6070
|
+
"compatibility": {
|
|
6071
|
+
"nuxt": "^3.0.0",
|
|
6072
|
+
"requires": {}
|
|
6073
|
+
}
|
|
6074
|
+
},
|
|
5180
6075
|
{
|
|
5181
6076
|
"name": "toast",
|
|
5182
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6077
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5183
6078
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5184
6079
|
"npm": "@nuxtjs/toast",
|
|
5185
6080
|
"icon": "",
|
|
@@ -5200,6 +6095,39 @@
|
|
|
5200
6095
|
"requires": {}
|
|
5201
6096
|
}
|
|
5202
6097
|
},
|
|
6098
|
+
{
|
|
6099
|
+
"name": "tresjs",
|
|
6100
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6101
|
+
"repo": "tresjs/nuxt",
|
|
6102
|
+
"npm": "@tresjs/nuxt",
|
|
6103
|
+
"icon": "tresjs.svg",
|
|
6104
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6105
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6106
|
+
"learn_more": "https://tresjs.org/",
|
|
6107
|
+
"category": "Libraries",
|
|
6108
|
+
"type": "3rd-party",
|
|
6109
|
+
"maintainers": [
|
|
6110
|
+
{
|
|
6111
|
+
"name": "Alvaro Saburido",
|
|
6112
|
+
"github": "alvarosabu",
|
|
6113
|
+
"twitter": "alvarosabu"
|
|
6114
|
+
},
|
|
6115
|
+
{
|
|
6116
|
+
"name": "Jaime Torrealba",
|
|
6117
|
+
"github": "JaimeTorrealba",
|
|
6118
|
+
"twitter": "jaimebboyjt"
|
|
6119
|
+
},
|
|
6120
|
+
{
|
|
6121
|
+
"name": "Tino Koch",
|
|
6122
|
+
"github": "Tinoooo",
|
|
6123
|
+
"twitter": "ichbintino"
|
|
6124
|
+
}
|
|
6125
|
+
],
|
|
6126
|
+
"compatibility": {
|
|
6127
|
+
"nuxt": "^3.0.0",
|
|
6128
|
+
"requires": {}
|
|
6129
|
+
}
|
|
6130
|
+
},
|
|
5203
6131
|
{
|
|
5204
6132
|
"name": "turnstile",
|
|
5205
6133
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5227,7 +6155,7 @@
|
|
|
5227
6155
|
},
|
|
5228
6156
|
{
|
|
5229
6157
|
"name": "twa",
|
|
5230
|
-
"description": "Nuxt
|
|
6158
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5231
6159
|
"repo": "tuarrep/nuxt-twa",
|
|
5232
6160
|
"npm": "nuxt-twa",
|
|
5233
6161
|
"icon": "",
|
|
@@ -5249,6 +6177,28 @@
|
|
|
5249
6177
|
}
|
|
5250
6178
|
}
|
|
5251
6179
|
},
|
|
6180
|
+
{
|
|
6181
|
+
"name": "twemoji",
|
|
6182
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6183
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6184
|
+
"npm": "nuxt-twemoji",
|
|
6185
|
+
"icon": "twemoji.svg",
|
|
6186
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6187
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6188
|
+
"learn_more": "",
|
|
6189
|
+
"category": "UI",
|
|
6190
|
+
"type": "3rd-party",
|
|
6191
|
+
"maintainers": [
|
|
6192
|
+
{
|
|
6193
|
+
"name": "Yizack Rangel",
|
|
6194
|
+
"github": "yizack"
|
|
6195
|
+
}
|
|
6196
|
+
],
|
|
6197
|
+
"compatibility": {
|
|
6198
|
+
"nuxt": "^3.0.0",
|
|
6199
|
+
"requires": {}
|
|
6200
|
+
}
|
|
6201
|
+
},
|
|
5252
6202
|
{
|
|
5253
6203
|
"name": "twicpics",
|
|
5254
6204
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5393,6 +6343,39 @@
|
|
|
5393
6343
|
"requires": {}
|
|
5394
6344
|
}
|
|
5395
6345
|
},
|
|
6346
|
+
{
|
|
6347
|
+
"name": "ui",
|
|
6348
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6349
|
+
"repo": "nuxt/ui#dev",
|
|
6350
|
+
"npm": "@nuxt/ui",
|
|
6351
|
+
"icon": "nuxt.svg",
|
|
6352
|
+
"github": "https://github.com/nuxt/ui",
|
|
6353
|
+
"website": "https://ui.nuxt.com",
|
|
6354
|
+
"learn_more": "",
|
|
6355
|
+
"category": "UI",
|
|
6356
|
+
"type": "official",
|
|
6357
|
+
"maintainers": [
|
|
6358
|
+
{
|
|
6359
|
+
"name": "Benjamin Canac",
|
|
6360
|
+
"github": "benjamincanac",
|
|
6361
|
+
"twitter": "benjamincanac"
|
|
6362
|
+
},
|
|
6363
|
+
{
|
|
6364
|
+
"name": "Sebastien Chopin",
|
|
6365
|
+
"github": "Atinux",
|
|
6366
|
+
"twitter": "Atinux"
|
|
6367
|
+
},
|
|
6368
|
+
{
|
|
6369
|
+
"name": "Sylvain Marroufin",
|
|
6370
|
+
"github": "smarroufin",
|
|
6371
|
+
"twitter": "smarroufin"
|
|
6372
|
+
}
|
|
6373
|
+
],
|
|
6374
|
+
"compatibility": {
|
|
6375
|
+
"nuxt": "^3.0.0",
|
|
6376
|
+
"requires": {}
|
|
6377
|
+
}
|
|
6378
|
+
},
|
|
5396
6379
|
{
|
|
5397
6380
|
"name": "umami",
|
|
5398
6381
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5420,11 +6403,11 @@
|
|
|
5420
6403
|
{
|
|
5421
6404
|
"name": "unhead",
|
|
5422
6405
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5423
|
-
"repo": "harlan-zw/nuxt-
|
|
5424
|
-
"npm": "nuxt-
|
|
6406
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6407
|
+
"npm": "nuxt-seo-experiments",
|
|
5425
6408
|
"icon": "",
|
|
5426
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5427
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
6409
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6410
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5428
6411
|
"learn_more": "",
|
|
5429
6412
|
"category": "SEO",
|
|
5430
6413
|
"type": "3rd-party",
|
|
@@ -5441,7 +6424,7 @@
|
|
|
5441
6424
|
},
|
|
5442
6425
|
{
|
|
5443
6426
|
"name": "universal-storage",
|
|
5444
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6427
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5445
6428
|
"repo": "nuxt-community/universal-storage-module",
|
|
5446
6429
|
"npm": "@nuxtjs/universal-storage",
|
|
5447
6430
|
"icon": "",
|
|
@@ -5467,6 +6450,28 @@
|
|
|
5467
6450
|
"requires": {}
|
|
5468
6451
|
}
|
|
5469
6452
|
},
|
|
6453
|
+
{
|
|
6454
|
+
"name": "unlazy",
|
|
6455
|
+
"description": "Lazy loading library for placeholder images",
|
|
6456
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6457
|
+
"npm": "@unlazy/nuxt",
|
|
6458
|
+
"icon": "unlazy.svg",
|
|
6459
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6460
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6461
|
+
"learn_more": "",
|
|
6462
|
+
"category": "Images",
|
|
6463
|
+
"type": "3rd-party",
|
|
6464
|
+
"maintainers": [
|
|
6465
|
+
{
|
|
6466
|
+
"name": "Johann Schopplich",
|
|
6467
|
+
"github": "johannschopplich"
|
|
6468
|
+
}
|
|
6469
|
+
],
|
|
6470
|
+
"compatibility": {
|
|
6471
|
+
"nuxt": "^3.0.0",
|
|
6472
|
+
"requires": {}
|
|
6473
|
+
}
|
|
6474
|
+
},
|
|
5470
6475
|
{
|
|
5471
6476
|
"name": "unlighthouse",
|
|
5472
6477
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5516,7 +6521,8 @@
|
|
|
5516
6521
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5517
6522
|
"requires": {
|
|
5518
6523
|
"bridge": "optional"
|
|
5519
|
-
}
|
|
6524
|
+
},
|
|
6525
|
+
"devtools": "^0.0.0"
|
|
5520
6526
|
}
|
|
5521
6527
|
},
|
|
5522
6528
|
{
|
|
@@ -5542,9 +6548,33 @@
|
|
|
5542
6548
|
"requires": {}
|
|
5543
6549
|
}
|
|
5544
6550
|
},
|
|
6551
|
+
{
|
|
6552
|
+
"name": "use-wagmi",
|
|
6553
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6554
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6555
|
+
"npm": "@use-wagmi/nuxt",
|
|
6556
|
+
"icon": "use-wagmi.png",
|
|
6557
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6558
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6559
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6560
|
+
"category": "Extensions",
|
|
6561
|
+
"type": "3rd-party",
|
|
6562
|
+
"maintainers": [
|
|
6563
|
+
{
|
|
6564
|
+
"name": "Unic Ape",
|
|
6565
|
+
"github": "unicape"
|
|
6566
|
+
}
|
|
6567
|
+
],
|
|
6568
|
+
"compatibility": {
|
|
6569
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6570
|
+
"requires": {
|
|
6571
|
+
"bridge": true
|
|
6572
|
+
}
|
|
6573
|
+
}
|
|
6574
|
+
},
|
|
5545
6575
|
{
|
|
5546
6576
|
"name": "user-agent",
|
|
5547
|
-
"description": "Nuxt
|
|
6577
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5548
6578
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5549
6579
|
"npm": "nuxt-user-agent",
|
|
5550
6580
|
"icon": "",
|
|
@@ -5610,6 +6640,74 @@
|
|
|
5610
6640
|
}
|
|
5611
6641
|
}
|
|
5612
6642
|
},
|
|
6643
|
+
{
|
|
6644
|
+
"name": "varlet",
|
|
6645
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
6646
|
+
"repo": "varletjs/varlet-nuxt",
|
|
6647
|
+
"npm": "@varlet/nuxt",
|
|
6648
|
+
"icon": "varlet.svg",
|
|
6649
|
+
"github": "https://github.com/varletjs/varlet",
|
|
6650
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
6651
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6652
|
+
"category": "UI",
|
|
6653
|
+
"type": "3rd-party",
|
|
6654
|
+
"maintainers": [
|
|
6655
|
+
{
|
|
6656
|
+
"name": "zhangmo8",
|
|
6657
|
+
"github": "zhangmo8"
|
|
6658
|
+
}
|
|
6659
|
+
],
|
|
6660
|
+
"compatibility": {
|
|
6661
|
+
"nuxt": "^3.0.0",
|
|
6662
|
+
"requires": {
|
|
6663
|
+
"bridge": "optional"
|
|
6664
|
+
}
|
|
6665
|
+
}
|
|
6666
|
+
},
|
|
6667
|
+
{
|
|
6668
|
+
"name": "vcalendar",
|
|
6669
|
+
"description": "VCalendar module for Nuxt",
|
|
6670
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6671
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6672
|
+
"icon": "vcalendar.png",
|
|
6673
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6674
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6675
|
+
"learn_more": "",
|
|
6676
|
+
"category": "Libraries",
|
|
6677
|
+
"type": "3rd-party",
|
|
6678
|
+
"maintainers": [
|
|
6679
|
+
{
|
|
6680
|
+
"name": "Sam K",
|
|
6681
|
+
"github": "samk-dev"
|
|
6682
|
+
}
|
|
6683
|
+
],
|
|
6684
|
+
"compatibility": {
|
|
6685
|
+
"nuxt": "^3.0.0",
|
|
6686
|
+
"requires": {}
|
|
6687
|
+
}
|
|
6688
|
+
},
|
|
6689
|
+
{
|
|
6690
|
+
"name": "vee-validate",
|
|
6691
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6692
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6693
|
+
"npm": "@vee-validate/nuxt",
|
|
6694
|
+
"icon": "vee-validate.png",
|
|
6695
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6696
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6697
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6698
|
+
"category": "Libraries",
|
|
6699
|
+
"type": "3rd-party",
|
|
6700
|
+
"maintainers": [
|
|
6701
|
+
{
|
|
6702
|
+
"name": "Abdelrahman Awad",
|
|
6703
|
+
"github": "logaretm"
|
|
6704
|
+
}
|
|
6705
|
+
],
|
|
6706
|
+
"compatibility": {
|
|
6707
|
+
"nuxt": "^3.0.0",
|
|
6708
|
+
"requires": {}
|
|
6709
|
+
}
|
|
6710
|
+
},
|
|
5613
6711
|
{
|
|
5614
6712
|
"name": "vendor",
|
|
5615
6713
|
"description": "directly serve node_modules",
|
|
@@ -5633,9 +6731,54 @@
|
|
|
5633
6731
|
"requires": {}
|
|
5634
6732
|
}
|
|
5635
6733
|
},
|
|
6734
|
+
{
|
|
6735
|
+
"name": "vercel-analytics",
|
|
6736
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6737
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6738
|
+
"npm": "nuxt-vercel-analytics",
|
|
6739
|
+
"icon": "",
|
|
6740
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6741
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6742
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6743
|
+
"category": "Analytics",
|
|
6744
|
+
"type": "3rd-party",
|
|
6745
|
+
"maintainers": [
|
|
6746
|
+
{
|
|
6747
|
+
"name": "Alexander B.",
|
|
6748
|
+
"github": "xanderbarkhatov"
|
|
6749
|
+
}
|
|
6750
|
+
],
|
|
6751
|
+
"compatibility": {
|
|
6752
|
+
"nuxt": "^3.0.0",
|
|
6753
|
+
"requires": {}
|
|
6754
|
+
}
|
|
6755
|
+
},
|
|
6756
|
+
{
|
|
6757
|
+
"name": "vexip-ui",
|
|
6758
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6759
|
+
"repo": "vexip-ui/nuxt",
|
|
6760
|
+
"npm": "@vexip-ui/nuxt",
|
|
6761
|
+
"icon": "vexip-ui.svg",
|
|
6762
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6763
|
+
"website": "https://www.vexipui.com/",
|
|
6764
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6765
|
+
"category": "UI",
|
|
6766
|
+
"type": "3rd-party",
|
|
6767
|
+
"maintainers": [
|
|
6768
|
+
{
|
|
6769
|
+
"name": "未觉雨声",
|
|
6770
|
+
"github": "qmhc",
|
|
6771
|
+
"twitter": "qmhc95"
|
|
6772
|
+
}
|
|
6773
|
+
],
|
|
6774
|
+
"compatibility": {
|
|
6775
|
+
"nuxt": "^3.0.0",
|
|
6776
|
+
"requires": {}
|
|
6777
|
+
}
|
|
6778
|
+
},
|
|
5636
6779
|
{
|
|
5637
6780
|
"name": "vite-pwa-nuxt",
|
|
5638
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
6781
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
5639
6782
|
"repo": "vite-pwa/nuxt",
|
|
5640
6783
|
"npm": "@vite-pwa/nuxt",
|
|
5641
6784
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -5664,13 +6807,13 @@
|
|
|
5664
6807
|
{
|
|
5665
6808
|
"name": "vitest",
|
|
5666
6809
|
"description": "Vitest integration with Nuxt",
|
|
5667
|
-
"repo": "danielroe/nuxt-vitest
|
|
6810
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5668
6811
|
"npm": "nuxt-vitest",
|
|
5669
6812
|
"icon": "vitest.svg",
|
|
5670
6813
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5671
6814
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5672
6815
|
"learn_more": "",
|
|
5673
|
-
"category": "
|
|
6816
|
+
"category": "Devtools",
|
|
5674
6817
|
"type": "3rd-party",
|
|
5675
6818
|
"maintainers": [
|
|
5676
6819
|
{
|
|
@@ -5684,18 +6827,50 @@
|
|
|
5684
6827
|
],
|
|
5685
6828
|
"compatibility": {
|
|
5686
6829
|
"nuxt": "^3.0.0",
|
|
5687
|
-
"requires": {}
|
|
6830
|
+
"requires": {},
|
|
6831
|
+
"devtools": "^0.0.0"
|
|
6832
|
+
}
|
|
6833
|
+
},
|
|
6834
|
+
{
|
|
6835
|
+
"name": "vue-email",
|
|
6836
|
+
"description": "💌 Write email templates with vue",
|
|
6837
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6838
|
+
"npm": "vue-email",
|
|
6839
|
+
"icon": "vue-email.svg",
|
|
6840
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6841
|
+
"website": "https://www.vuemail.net/",
|
|
6842
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
6843
|
+
"category": "UI",
|
|
6844
|
+
"type": "3rd-party",
|
|
6845
|
+
"maintainers": [
|
|
6846
|
+
{
|
|
6847
|
+
"name": "David Arenas",
|
|
6848
|
+
"github": "Dave136",
|
|
6849
|
+
"twitter": "davejs4",
|
|
6850
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6851
|
+
},
|
|
6852
|
+
{
|
|
6853
|
+
"name": "Younes Barrad",
|
|
6854
|
+
"github": "Flowko",
|
|
6855
|
+
"twitter": "imflowko",
|
|
6856
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6857
|
+
}
|
|
6858
|
+
],
|
|
6859
|
+
"compatibility": {
|
|
6860
|
+
"nuxt": "^3.0.0",
|
|
6861
|
+
"requires": {},
|
|
6862
|
+
"devtools": "^0.0.0"
|
|
5688
6863
|
}
|
|
5689
6864
|
},
|
|
5690
6865
|
{
|
|
5691
6866
|
"name": "vue-macros",
|
|
5692
|
-
"description": "Explore
|
|
5693
|
-
"repo": "sxzz/
|
|
6867
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6868
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5694
6869
|
"npm": "@vue-macros/nuxt",
|
|
5695
6870
|
"icon": "vue-macros.svg",
|
|
5696
|
-
"github": "https://github.com/sxzz/
|
|
6871
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5697
6872
|
"website": "https://vue-macros.sxzz.moe",
|
|
5698
|
-
"learn_more": "https://github.com/sxzz/
|
|
6873
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5699
6874
|
"category": "Extensions",
|
|
5700
6875
|
"type": "3rd-party",
|
|
5701
6876
|
"maintainers": [
|
|
@@ -5709,7 +6884,8 @@
|
|
|
5709
6884
|
"nuxt": "^3.0.0",
|
|
5710
6885
|
"requires": {
|
|
5711
6886
|
"bridge": "optional"
|
|
5712
|
-
}
|
|
6887
|
+
},
|
|
6888
|
+
"devtools": "^0.0.0"
|
|
5713
6889
|
}
|
|
5714
6890
|
},
|
|
5715
6891
|
{
|
|
@@ -5736,7 +6912,7 @@
|
|
|
5736
6912
|
},
|
|
5737
6913
|
{
|
|
5738
6914
|
"name": "vue-multiselect",
|
|
5739
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
6915
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
5740
6916
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
5741
6917
|
"npm": "nuxt-vue-multiselect",
|
|
5742
6918
|
"icon": "",
|
|
@@ -5778,6 +6954,29 @@
|
|
|
5778
6954
|
"requires": {}
|
|
5779
6955
|
}
|
|
5780
6956
|
},
|
|
6957
|
+
{
|
|
6958
|
+
"name": "vue-query",
|
|
6959
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6960
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6961
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6962
|
+
"icon": "vue-query.svg",
|
|
6963
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6964
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6965
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6966
|
+
"category": "Request",
|
|
6967
|
+
"type": "3rd-party",
|
|
6968
|
+
"maintainers": [
|
|
6969
|
+
{
|
|
6970
|
+
"name": "Hebilicious",
|
|
6971
|
+
"github": "Hebilicious",
|
|
6972
|
+
"twitter": "its_hebilicious"
|
|
6973
|
+
}
|
|
6974
|
+
],
|
|
6975
|
+
"compatibility": {
|
|
6976
|
+
"nuxt": "^3.0.0",
|
|
6977
|
+
"requires": {}
|
|
6978
|
+
}
|
|
6979
|
+
},
|
|
5781
6980
|
{
|
|
5782
6981
|
"name": "vue-select",
|
|
5783
6982
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5827,7 +7026,7 @@
|
|
|
5827
7026
|
},
|
|
5828
7027
|
{
|
|
5829
7028
|
"name": "vue-warehouse",
|
|
5830
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7029
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
5831
7030
|
"repo": "juliomrqz/vue-warehouse",
|
|
5832
7031
|
"npm": "vue-warehouse",
|
|
5833
7032
|
"icon": "",
|
|
@@ -5848,6 +7047,29 @@
|
|
|
5848
7047
|
"requires": {}
|
|
5849
7048
|
}
|
|
5850
7049
|
},
|
|
7050
|
+
{
|
|
7051
|
+
"name": "vue3-carousel-nuxt",
|
|
7052
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7053
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7054
|
+
"npm": "vue3-carousel-nuxt",
|
|
7055
|
+
"icon": "",
|
|
7056
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7057
|
+
"website": "",
|
|
7058
|
+
"learn_more": "",
|
|
7059
|
+
"category": "UI",
|
|
7060
|
+
"type": "3rd-party",
|
|
7061
|
+
"maintainers": [
|
|
7062
|
+
{
|
|
7063
|
+
"name": "Gaetan SENN",
|
|
7064
|
+
"github": "gaetansenn",
|
|
7065
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7066
|
+
}
|
|
7067
|
+
],
|
|
7068
|
+
"compatibility": {
|
|
7069
|
+
"nuxt": "^3.0.0",
|
|
7070
|
+
"requires": {}
|
|
7071
|
+
}
|
|
7072
|
+
},
|
|
5851
7073
|
{
|
|
5852
7074
|
"name": "vuefire",
|
|
5853
7075
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -5872,7 +7094,7 @@
|
|
|
5872
7094
|
},
|
|
5873
7095
|
{
|
|
5874
7096
|
"name": "vuestic",
|
|
5875
|
-
"description": "Vuestic UI module for Nuxt
|
|
7097
|
+
"description": "Vuestic UI module for Nuxt",
|
|
5876
7098
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
5877
7099
|
"npm": "@vuestic/nuxt",
|
|
5878
7100
|
"icon": "vuestic.png",
|
|
@@ -5892,9 +7114,31 @@
|
|
|
5892
7114
|
"requires": {}
|
|
5893
7115
|
}
|
|
5894
7116
|
},
|
|
7117
|
+
{
|
|
7118
|
+
"name": "vuetify-nuxt-module",
|
|
7119
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7120
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7121
|
+
"npm": "vuetify-nuxt-module",
|
|
7122
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7123
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7124
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7125
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
7126
|
+
"category": "UI",
|
|
7127
|
+
"type": "3rd-party",
|
|
7128
|
+
"maintainers": [
|
|
7129
|
+
{
|
|
7130
|
+
"name": "Joaquín Sánchez",
|
|
7131
|
+
"github": "userquin"
|
|
7132
|
+
}
|
|
7133
|
+
],
|
|
7134
|
+
"compatibility": {
|
|
7135
|
+
"nuxt": "^3.0.0",
|
|
7136
|
+
"requires": {}
|
|
7137
|
+
}
|
|
7138
|
+
},
|
|
5895
7139
|
{
|
|
5896
7140
|
"name": "vuetify",
|
|
5897
|
-
"description": "Vuetify Module for Nuxt
|
|
7141
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
5898
7142
|
"repo": "nuxt-community/vuetify-module",
|
|
5899
7143
|
"npm": "@nuxtjs/vuetify",
|
|
5900
7144
|
"icon": "vuetify.png",
|
|
@@ -5941,7 +7185,8 @@
|
|
|
5941
7185
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5942
7186
|
"requires": {
|
|
5943
7187
|
"bridge": "optional"
|
|
5944
|
-
}
|
|
7188
|
+
},
|
|
7189
|
+
"devtools": "^0.0.0"
|
|
5945
7190
|
}
|
|
5946
7191
|
},
|
|
5947
7192
|
{
|
|
@@ -5967,9 +7212,9 @@
|
|
|
5967
7212
|
}
|
|
5968
7213
|
},
|
|
5969
7214
|
{
|
|
5970
|
-
"name": "
|
|
5971
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
5972
|
-
"repo": "gaetansenn/vunix",
|
|
7215
|
+
"name": "vunix",
|
|
7216
|
+
"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.",
|
|
7217
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
5973
7218
|
"npm": "@vunix/nuxt",
|
|
5974
7219
|
"icon": "",
|
|
5975
7220
|
"github": "https://github.com/gaetansenn/vunix",
|
|
@@ -5992,11 +7237,11 @@
|
|
|
5992
7237
|
{
|
|
5993
7238
|
"name": "web-vitals",
|
|
5994
7239
|
"description": "Web Vitals for Nuxt",
|
|
5995
|
-
"repo": "nuxt-
|
|
7240
|
+
"repo": "nuxt-modules/web-vitals",
|
|
5996
7241
|
"npm": "@nuxtjs/web-vitals",
|
|
5997
7242
|
"icon": "web-vitals.png",
|
|
5998
|
-
"github": "https://github.com/nuxt-
|
|
5999
|
-
"website": "https://github.com/nuxt-
|
|
7243
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7244
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6000
7245
|
"learn_more": "",
|
|
6001
7246
|
"category": "Performance",
|
|
6002
7247
|
"type": "community",
|
|
@@ -6047,7 +7292,7 @@
|
|
|
6047
7292
|
},
|
|
6048
7293
|
{
|
|
6049
7294
|
"name": "webpack-optimisations",
|
|
6050
|
-
"description": "Nuxt
|
|
7295
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6051
7296
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6052
7297
|
"npm": "nuxt-webpack-optimisations",
|
|
6053
7298
|
"icon": "build-optimisations.svg",
|
|
@@ -6139,7 +7384,7 @@
|
|
|
6139
7384
|
},
|
|
6140
7385
|
{
|
|
6141
7386
|
"name": "well-known",
|
|
6142
|
-
"description": "A Nuxt
|
|
7387
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6143
7388
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6144
7389
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6145
7390
|
"icon": "well-known.svg",
|
|
@@ -6159,6 +7404,32 @@
|
|
|
6159
7404
|
"requires": {}
|
|
6160
7405
|
}
|
|
6161
7406
|
},
|
|
7407
|
+
{
|
|
7408
|
+
"name": "wideangle",
|
|
7409
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7410
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7411
|
+
"npm": "wideangle-nuxt",
|
|
7412
|
+
"icon": "wideangle.png",
|
|
7413
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7414
|
+
"website": "https://wideangle.co",
|
|
7415
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7416
|
+
"category": "Analytics",
|
|
7417
|
+
"type": "3rd-party",
|
|
7418
|
+
"maintainers": [
|
|
7419
|
+
{
|
|
7420
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7421
|
+
"github": "inputobjects"
|
|
7422
|
+
},
|
|
7423
|
+
{
|
|
7424
|
+
"name": "Jarek Rozanski",
|
|
7425
|
+
"github": "jrozanski"
|
|
7426
|
+
}
|
|
7427
|
+
],
|
|
7428
|
+
"compatibility": {
|
|
7429
|
+
"nuxt": "^3.0.0",
|
|
7430
|
+
"requires": {}
|
|
7431
|
+
}
|
|
7432
|
+
},
|
|
6162
7433
|
{
|
|
6163
7434
|
"name": "windicss",
|
|
6164
7435
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -6302,55 +7573,9 @@
|
|
|
6302
7573
|
"requires": {}
|
|
6303
7574
|
}
|
|
6304
7575
|
},
|
|
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
7576
|
{
|
|
6352
7577
|
"name": "zendesk",
|
|
6353
|
-
"description": "Nuxt
|
|
7578
|
+
"description": "Nuxt module for Zendesk",
|
|
6354
7579
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6355
7580
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6356
7581
|
"icon": "zendesk.png",
|