@nuxt/modules 0.6.0-3af736 → 0.6.0-3c626f
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 +1742 -300
- package/package.json +10 -10
package/modules.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"name": "ackee",
|
|
4
|
-
"description": "Nuxt
|
|
4
|
+
"description": "Nuxt module for Ackee analytics",
|
|
5
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
6
|
"npm": "nuxt-ackee",
|
|
7
7
|
"icon": "ackee.png",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "agility-cms",
|
|
31
|
-
"description": "Agility CMS Integration for Nuxt
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
32
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
33
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
34
|
"icon": "agility.png",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"name": "algolia",
|
|
54
|
-
"description": "Algolia Search Module for Nuxt
|
|
54
|
+
"description": "Algolia Search Module for Nuxt",
|
|
55
55
|
"repo": "nuxt-modules/algolia",
|
|
56
56
|
"npm": "@nuxtjs/algolia",
|
|
57
57
|
"icon": "algolia.svg",
|
|
@@ -126,12 +126,12 @@
|
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
128
|
"name": "animejs",
|
|
129
|
-
"description": "Anime.js module for Nuxt
|
|
130
|
-
"repo": "
|
|
131
|
-
"npm": "nuxt-
|
|
129
|
+
"description": "Anime.js module for Nuxt",
|
|
130
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
131
|
+
"npm": "@hypernym/nuxt-anime",
|
|
132
132
|
"icon": "",
|
|
133
|
-
"github": "https://github.com/
|
|
134
|
-
"website": "https://github.com/
|
|
133
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
134
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
135
135
|
"learn_more": "",
|
|
136
136
|
"category": "Libraries",
|
|
137
137
|
"type": "3rd-party",
|
|
@@ -142,13 +142,59 @@
|
|
|
142
142
|
}
|
|
143
143
|
],
|
|
144
144
|
"compatibility": {
|
|
145
|
-
"nuxt": "^2.0.0",
|
|
145
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
146
|
+
"requires": {}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "ant-design-vue",
|
|
151
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
152
|
+
"repo": "vueComponent/ant-design-vue-nuxt",
|
|
153
|
+
"npm": "@ant-design-vue/nuxt",
|
|
154
|
+
"icon": "ant-design-vue.svg",
|
|
155
|
+
"github": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
156
|
+
"website": "https://antdv.com",
|
|
157
|
+
"learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
158
|
+
"category": "UI",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "tangjinzhou",
|
|
163
|
+
"github": "tangjinzhou"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"compatibility": {
|
|
167
|
+
"nuxt": "^3.0.0",
|
|
168
|
+
"requires": {
|
|
169
|
+
"bridge": "optional"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "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",
|
|
146
192
|
"requires": {}
|
|
147
193
|
}
|
|
148
194
|
},
|
|
149
195
|
{
|
|
150
196
|
"name": "api-party",
|
|
151
|
-
"description": "Nuxt
|
|
197
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
152
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
153
199
|
"npm": "nuxt-api-party",
|
|
154
200
|
"icon": "api-party.svg",
|
|
@@ -196,7 +242,7 @@
|
|
|
196
242
|
},
|
|
197
243
|
{
|
|
198
244
|
"name": "apollo",
|
|
199
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
245
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
200
246
|
"repo": "nuxt-modules/apollo",
|
|
201
247
|
"npm": "@nuxtjs/apollo",
|
|
202
248
|
"icon": "apollo.png",
|
|
@@ -220,7 +266,7 @@
|
|
|
220
266
|
},
|
|
221
267
|
{
|
|
222
268
|
"name": "applicationinsights",
|
|
223
|
-
"description": "AppInsights module for Nuxt
|
|
269
|
+
"description": "AppInsights module for Nuxt",
|
|
224
270
|
"repo": "nuxt-community/applicationinsights-module",
|
|
225
271
|
"npm": "@nuxtjs/applicationinsights",
|
|
226
272
|
"icon": "application-insights.png",
|
|
@@ -249,7 +295,7 @@
|
|
|
249
295
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
250
296
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
251
297
|
"learn_more": "",
|
|
252
|
-
"category": "
|
|
298
|
+
"category": "Database",
|
|
253
299
|
"type": "3rd-party",
|
|
254
300
|
"maintainers": [
|
|
255
301
|
{
|
|
@@ -262,9 +308,54 @@
|
|
|
262
308
|
"requires": {}
|
|
263
309
|
}
|
|
264
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
|
+
},
|
|
265
356
|
{
|
|
266
357
|
"name": "auth",
|
|
267
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
358
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
268
359
|
"repo": "nuxt-community/auth-module",
|
|
269
360
|
"npm": "@nuxtjs/auth",
|
|
270
361
|
"icon": "auth.png",
|
|
@@ -289,9 +380,55 @@
|
|
|
289
380
|
"requires": {}
|
|
290
381
|
}
|
|
291
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
|
+
},
|
|
292
429
|
{
|
|
293
430
|
"name": "axios",
|
|
294
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
431
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
295
432
|
"repo": "nuxt-community/axios-module",
|
|
296
433
|
"npm": "@nuxtjs/axios",
|
|
297
434
|
"icon": "axios.svg",
|
|
@@ -314,7 +451,7 @@
|
|
|
314
451
|
},
|
|
315
452
|
{
|
|
316
453
|
"name": "basic-auth",
|
|
317
|
-
"description": "Provide basic authentication to your Nuxt
|
|
454
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
318
455
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
319
456
|
"npm": "nuxt-basic-auth-module",
|
|
320
457
|
"icon": "",
|
|
@@ -438,7 +575,7 @@
|
|
|
438
575
|
},
|
|
439
576
|
{
|
|
440
577
|
"name": "bulma-slim",
|
|
441
|
-
"description": "Nuxt
|
|
578
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
442
579
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
443
580
|
"npm": "nuxt-bulma-slim",
|
|
444
581
|
"icon": "bulma.png",
|
|
@@ -505,7 +642,7 @@
|
|
|
505
642
|
},
|
|
506
643
|
{
|
|
507
644
|
"name": "canvas-sketch",
|
|
508
|
-
"description": "Nuxt
|
|
645
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
509
646
|
"repo": "LuXDAmore/generative-art",
|
|
510
647
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
511
648
|
"icon": "",
|
|
@@ -526,9 +663,31 @@
|
|
|
526
663
|
"requires": {}
|
|
527
664
|
}
|
|
528
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
|
+
},
|
|
529
688
|
{
|
|
530
689
|
"name": "chakra-ui",
|
|
531
|
-
"description": "Chakra UI Module for Nuxt
|
|
690
|
+
"description": "Chakra UI Module for Nuxt",
|
|
532
691
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
533
692
|
"npm": "@chakra-ui/nuxt",
|
|
534
693
|
"icon": "chakra-ui.png",
|
|
@@ -551,11 +710,11 @@
|
|
|
551
710
|
{
|
|
552
711
|
"name": "chatwoot",
|
|
553
712
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
554
|
-
"repo": "
|
|
555
|
-
"npm": "@
|
|
713
|
+
"repo": "productdevbookcom/chatwoot",
|
|
714
|
+
"npm": "@productdevbook/chatwoot",
|
|
556
715
|
"icon": "chatwoot.png",
|
|
557
|
-
"github": "https://github.com/
|
|
558
|
-
"website": "https://github.com/
|
|
716
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
717
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
559
718
|
"learn_more": "https://www.chatwoot.com",
|
|
560
719
|
"category": "Libraries",
|
|
561
720
|
"type": "3rd-party",
|
|
@@ -592,6 +751,29 @@
|
|
|
592
751
|
"requires": {}
|
|
593
752
|
}
|
|
594
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
|
+
},
|
|
595
777
|
{
|
|
596
778
|
"name": "client-init",
|
|
597
779
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -616,7 +798,7 @@
|
|
|
616
798
|
},
|
|
617
799
|
{
|
|
618
800
|
"name": "cloudcms",
|
|
619
|
-
"description": "CloudCMS Nuxt
|
|
801
|
+
"description": "CloudCMS Nuxt Module",
|
|
620
802
|
"repo": "gitana/cloudcms-nuxt",
|
|
621
803
|
"npm": "cloudcms-nuxt",
|
|
622
804
|
"icon": "",
|
|
@@ -665,11 +847,11 @@
|
|
|
665
847
|
},
|
|
666
848
|
{
|
|
667
849
|
"name": "cloudinary",
|
|
668
|
-
"description": "Optimize images and videos in your Nuxt
|
|
669
|
-
"repo": "nuxt-
|
|
850
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
851
|
+
"repo": "nuxt-modules/cloudinary",
|
|
670
852
|
"npm": "@nuxtjs/cloudinary",
|
|
671
853
|
"icon": "cloudinary.png",
|
|
672
|
-
"github": "https://github.com/nuxt-
|
|
854
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
673
855
|
"website": "https://cloudinary.nuxtjs.org",
|
|
674
856
|
"learn_more": "https://cloudinary.com",
|
|
675
857
|
"category": "Images",
|
|
@@ -688,11 +870,11 @@
|
|
|
688
870
|
},
|
|
689
871
|
{
|
|
690
872
|
"name": "color-mode",
|
|
691
|
-
"description": "Dark and Light mode for
|
|
692
|
-
"repo": "nuxt-
|
|
873
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
874
|
+
"repo": "nuxt-modules/color-mode",
|
|
693
875
|
"npm": "@nuxtjs/color-mode",
|
|
694
876
|
"icon": "color-mode.png",
|
|
695
|
-
"github": "https://github.com/nuxt-
|
|
877
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
696
878
|
"website": "https://color-mode.nuxtjs.org",
|
|
697
879
|
"learn_more": "",
|
|
698
880
|
"category": "UI",
|
|
@@ -757,12 +939,35 @@
|
|
|
757
939
|
"requires": {}
|
|
758
940
|
}
|
|
759
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
|
+
},
|
|
760
965
|
{
|
|
761
966
|
"name": "content",
|
|
762
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.",
|
|
763
968
|
"repo": "nuxt/content#main",
|
|
764
969
|
"npm": "@nuxt/content",
|
|
765
|
-
"icon": "nuxt.
|
|
970
|
+
"icon": "nuxt.svg",
|
|
766
971
|
"github": "https://github.com/nuxt/content",
|
|
767
972
|
"website": "https://content.nuxtjs.org",
|
|
768
973
|
"learn_more": "",
|
|
@@ -886,7 +1091,7 @@
|
|
|
886
1091
|
},
|
|
887
1092
|
{
|
|
888
1093
|
"name": "darkmode.js",
|
|
889
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1094
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
890
1095
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
891
1096
|
"npm": "nuxtjs-darkmode-js-module",
|
|
892
1097
|
"icon": "darkmode.png",
|
|
@@ -908,7 +1113,7 @@
|
|
|
908
1113
|
},
|
|
909
1114
|
{
|
|
910
1115
|
"name": "date-fns",
|
|
911
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1116
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
912
1117
|
"repo": "nuxt-community/date-fns-module",
|
|
913
1118
|
"npm": "@nuxtjs/date-fns",
|
|
914
1119
|
"icon": "date-fns.png",
|
|
@@ -930,7 +1135,7 @@
|
|
|
930
1135
|
},
|
|
931
1136
|
{
|
|
932
1137
|
"name": "datocms-nuxt2",
|
|
933
|
-
"description": "DatoCMS integration for Nuxt
|
|
1138
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
934
1139
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
935
1140
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
936
1141
|
"icon": "datocms.svg",
|
|
@@ -976,31 +1181,31 @@
|
|
|
976
1181
|
},
|
|
977
1182
|
{
|
|
978
1183
|
"name": "dayjs",
|
|
979
|
-
"description": "
|
|
980
|
-
"repo": "
|
|
981
|
-
"npm": "
|
|
1184
|
+
"description": "Day.js module for Nuxt",
|
|
1185
|
+
"repo": "fumeapp/dayjs",
|
|
1186
|
+
"npm": "dayjs-nuxt",
|
|
982
1187
|
"icon": "day-js.png",
|
|
983
|
-
"github": "https://github.com/
|
|
984
|
-
"website": "https://github.com/
|
|
1188
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1189
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
985
1190
|
"learn_more": "https://day.js.org/",
|
|
986
|
-
"category": "
|
|
987
|
-
"type": "
|
|
1191
|
+
"category": "Libraries",
|
|
1192
|
+
"type": "3rd-party",
|
|
988
1193
|
"maintainers": [
|
|
989
1194
|
{
|
|
990
|
-
"name": "
|
|
991
|
-
"github": "
|
|
992
|
-
"twitter": "
|
|
1195
|
+
"name": "Kevin Olson",
|
|
1196
|
+
"github": "acidjazz",
|
|
1197
|
+
"twitter": "AppFume"
|
|
993
1198
|
}
|
|
994
1199
|
],
|
|
995
1200
|
"compatibility": {
|
|
996
|
-
"nuxt": "^
|
|
1201
|
+
"nuxt": "^3.0.0",
|
|
997
1202
|
"requires": {}
|
|
998
1203
|
}
|
|
999
1204
|
},
|
|
1000
1205
|
{
|
|
1001
1206
|
"name": "delay-hydration",
|
|
1002
|
-
"description": "Improve your Nuxt
|
|
1003
|
-
"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",
|
|
1004
1209
|
"npm": "nuxt-delay-hydration",
|
|
1005
1210
|
"icon": "lighthouse.svg",
|
|
1006
1211
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1022,12 +1227,12 @@
|
|
|
1022
1227
|
},
|
|
1023
1228
|
{
|
|
1024
1229
|
"name": "device",
|
|
1025
|
-
"description": "Device detection module for Nuxt
|
|
1026
|
-
"repo": "nuxt-
|
|
1230
|
+
"description": "Device detection module for Nuxt",
|
|
1231
|
+
"repo": "nuxt-modules/device",
|
|
1027
1232
|
"npm": "@nuxtjs/device",
|
|
1028
1233
|
"icon": "",
|
|
1029
|
-
"github": "https://github.com/nuxt-
|
|
1030
|
-
"website": "https://github.com/nuxt-
|
|
1234
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1235
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1031
1236
|
"learn_more": "",
|
|
1032
1237
|
"category": "Extensions",
|
|
1033
1238
|
"type": "community",
|
|
@@ -1045,9 +1250,9 @@
|
|
|
1045
1250
|
{
|
|
1046
1251
|
"name": "devtools",
|
|
1047
1252
|
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1048
|
-
"repo": "nuxt/devtools#main",
|
|
1253
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1049
1254
|
"npm": "@nuxt/devtools",
|
|
1050
|
-
"icon": "nuxt.
|
|
1255
|
+
"icon": "nuxt.svg",
|
|
1051
1256
|
"github": "https://github.com/nuxt/devtools",
|
|
1052
1257
|
"website": "https://devtools.nuxtjs.org/",
|
|
1053
1258
|
"learn_more": "",
|
|
@@ -1067,13 +1272,13 @@
|
|
|
1067
1272
|
},
|
|
1068
1273
|
{
|
|
1069
1274
|
"name": "directus",
|
|
1070
|
-
"description": "Easily connect your
|
|
1275
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1071
1276
|
"repo": "intevel/nuxt-directus",
|
|
1072
1277
|
"npm": "nuxt-directus",
|
|
1073
1278
|
"icon": "directus.svg",
|
|
1074
|
-
"github": "https://github.com/
|
|
1075
|
-
"website": "https://nuxt-directus.
|
|
1076
|
-
"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/",
|
|
1077
1282
|
"category": "CMS",
|
|
1078
1283
|
"type": "3rd-party",
|
|
1079
1284
|
"maintainers": [
|
|
@@ -1084,15 +1289,36 @@
|
|
|
1084
1289
|
}
|
|
1085
1290
|
],
|
|
1086
1291
|
"compatibility": {
|
|
1087
|
-
"nuxt": "^
|
|
1088
|
-
"requires": {
|
|
1089
|
-
|
|
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"
|
|
1090
1312
|
}
|
|
1313
|
+
],
|
|
1314
|
+
"compatibility": {
|
|
1315
|
+
"nuxt": "^3.0.0",
|
|
1316
|
+
"requires": {}
|
|
1091
1317
|
}
|
|
1092
1318
|
},
|
|
1093
1319
|
{
|
|
1094
1320
|
"name": "dotenv",
|
|
1095
|
-
"description": "A Nuxt
|
|
1321
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1096
1322
|
"repo": "nuxt-community/dotenv-module",
|
|
1097
1323
|
"npm": "@nuxtjs/dotenv",
|
|
1098
1324
|
"icon": "dotenv.png",
|
|
@@ -1114,7 +1340,7 @@
|
|
|
1114
1340
|
},
|
|
1115
1341
|
{
|
|
1116
1342
|
"name": "drupal-ce",
|
|
1117
|
-
"description": "Connects Nuxt
|
|
1343
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1118
1344
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1119
1345
|
"npm": "nuxtjs-drupal-ce",
|
|
1120
1346
|
"icon": "drupal-ce.png",
|
|
@@ -1147,7 +1373,7 @@
|
|
|
1147
1373
|
},
|
|
1148
1374
|
{
|
|
1149
1375
|
"name": "druxt",
|
|
1150
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1376
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1151
1377
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1152
1378
|
"npm": "druxt",
|
|
1153
1379
|
"icon": "druxt.svg",
|
|
@@ -1215,7 +1441,7 @@
|
|
|
1215
1441
|
},
|
|
1216
1442
|
{
|
|
1217
1443
|
"name": "emotion",
|
|
1218
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1444
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1219
1445
|
"repo": "nuxt-modules/emotion",
|
|
1220
1446
|
"npm": "@nuxtjs/emotion",
|
|
1221
1447
|
"icon": "emotion.png",
|
|
@@ -1243,7 +1469,7 @@
|
|
|
1243
1469
|
},
|
|
1244
1470
|
{
|
|
1245
1471
|
"name": "eslint",
|
|
1246
|
-
"description": "ESLint module for Nuxt
|
|
1472
|
+
"description": "ESLint module for Nuxt",
|
|
1247
1473
|
"repo": "nuxt-community/eslint-module",
|
|
1248
1474
|
"npm": "@nuxtjs/eslint-module",
|
|
1249
1475
|
"icon": "eslint.png",
|
|
@@ -1265,7 +1491,7 @@
|
|
|
1265
1491
|
},
|
|
1266
1492
|
{
|
|
1267
1493
|
"name": "event-trace",
|
|
1268
|
-
"description": "Module for event trace in Nuxt
|
|
1494
|
+
"description": "Module for event trace in Nuxt",
|
|
1269
1495
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1270
1496
|
"npm": "nuxt-event-trace",
|
|
1271
1497
|
"icon": "",
|
|
@@ -1309,7 +1535,7 @@
|
|
|
1309
1535
|
},
|
|
1310
1536
|
{
|
|
1311
1537
|
"name": "feature-toggle",
|
|
1312
|
-
"description": "Feature toggle module for Nuxt
|
|
1538
|
+
"description": "Feature toggle module for Nuxt",
|
|
1313
1539
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1314
1540
|
"npm": "nuxt-feature-toggle",
|
|
1315
1541
|
"icon": "",
|
|
@@ -1376,7 +1602,7 @@
|
|
|
1376
1602
|
},
|
|
1377
1603
|
{
|
|
1378
1604
|
"name": "floating-prompt-module",
|
|
1379
|
-
"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",
|
|
1380
1606
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1381
1607
|
"npm": "nuxt-floating-prompt-module",
|
|
1382
1608
|
"icon": "",
|
|
@@ -1485,6 +1711,29 @@
|
|
|
1485
1711
|
"requires": {}
|
|
1486
1712
|
}
|
|
1487
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
|
+
},
|
|
1488
1737
|
{
|
|
1489
1738
|
"name": "formkit",
|
|
1490
1739
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1559,7 +1808,7 @@
|
|
|
1559
1808
|
},
|
|
1560
1809
|
{
|
|
1561
1810
|
"name": "google-adsense",
|
|
1562
|
-
"description": "Google Adsense Module for Nuxt
|
|
1811
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1563
1812
|
"repo": "nuxt-community/google-adsense-module",
|
|
1564
1813
|
"npm": "@nuxtjs/google-adsense",
|
|
1565
1814
|
"icon": "google-adsense.png",
|
|
@@ -1585,7 +1834,7 @@
|
|
|
1585
1834
|
},
|
|
1586
1835
|
{
|
|
1587
1836
|
"name": "google-analytics",
|
|
1588
|
-
"description": "Google analytics Module for Nuxt
|
|
1837
|
+
"description": "Google analytics Module for Nuxt",
|
|
1589
1838
|
"repo": "nuxt-community/analytics-module",
|
|
1590
1839
|
"npm": "@nuxtjs/google-analytics",
|
|
1591
1840
|
"icon": "google-analytics.png",
|
|
@@ -1617,12 +1866,12 @@
|
|
|
1617
1866
|
},
|
|
1618
1867
|
{
|
|
1619
1868
|
"name": "google-fonts",
|
|
1620
|
-
"description": "Google Fonts module for
|
|
1621
|
-
"repo": "nuxt-
|
|
1869
|
+
"description": "Google Fonts module for Nuxt",
|
|
1870
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1622
1871
|
"npm": "@nuxtjs/google-fonts",
|
|
1623
1872
|
"icon": "google-fonts.png",
|
|
1624
|
-
"github": "https://github.com/nuxt-
|
|
1625
|
-
"website": "https://
|
|
1873
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1874
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1626
1875
|
"learn_more": "https://developers.google.com/fonts",
|
|
1627
1876
|
"category": "Fonts",
|
|
1628
1877
|
"type": "community",
|
|
@@ -1641,7 +1890,7 @@
|
|
|
1641
1890
|
},
|
|
1642
1891
|
{
|
|
1643
1892
|
"name": "google-gtag",
|
|
1644
|
-
"description": "Google GTag for Nuxt
|
|
1893
|
+
"description": "Google GTag for Nuxt",
|
|
1645
1894
|
"repo": "nuxt-community/google-gtag",
|
|
1646
1895
|
"npm": "@nuxtjs/google-gtag",
|
|
1647
1896
|
"icon": "gtm.png",
|
|
@@ -1667,7 +1916,7 @@
|
|
|
1667
1916
|
},
|
|
1668
1917
|
{
|
|
1669
1918
|
"name": "google-optimize",
|
|
1670
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
1919
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1671
1920
|
"repo": "nuxt-community/google-optimize-module",
|
|
1672
1921
|
"npm": "nuxt-google-optimize",
|
|
1673
1922
|
"icon": "google-optimize.png",
|
|
@@ -1722,7 +1971,7 @@
|
|
|
1722
1971
|
},
|
|
1723
1972
|
{
|
|
1724
1973
|
"name": "graphql-request",
|
|
1725
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
1974
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1726
1975
|
"repo": "gomah/nuxt-graphql-request",
|
|
1727
1976
|
"npm": "nuxt-graphql-request",
|
|
1728
1977
|
"icon": "graphql-request.png",
|
|
@@ -1738,7 +1987,7 @@
|
|
|
1738
1987
|
}
|
|
1739
1988
|
],
|
|
1740
1989
|
"compatibility": {
|
|
1741
|
-
"nuxt": "^2.0.0",
|
|
1990
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1742
1991
|
"requires": {}
|
|
1743
1992
|
}
|
|
1744
1993
|
},
|
|
@@ -1761,12 +2010,13 @@
|
|
|
1761
2010
|
],
|
|
1762
2011
|
"compatibility": {
|
|
1763
2012
|
"nuxt": "^3.0.0",
|
|
1764
|
-
"requires": {}
|
|
2013
|
+
"requires": {},
|
|
2014
|
+
"devtools": "^0.0.0"
|
|
1765
2015
|
}
|
|
1766
2016
|
},
|
|
1767
2017
|
{
|
|
1768
2018
|
"name": "gtag",
|
|
1769
|
-
"description": "Google Analytics integration for Nuxt
|
|
2019
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1770
2020
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1771
2021
|
"npm": "nuxt-gtag",
|
|
1772
2022
|
"icon": "gtag.svg",
|
|
@@ -1790,7 +2040,7 @@
|
|
|
1790
2040
|
},
|
|
1791
2041
|
{
|
|
1792
2042
|
"name": "gtm",
|
|
1793
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2043
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1794
2044
|
"repo": "nuxt-community/gtm-module",
|
|
1795
2045
|
"npm": "@nuxtjs/gtm",
|
|
1796
2046
|
"icon": "gtm.png",
|
|
@@ -1813,7 +2063,7 @@
|
|
|
1813
2063
|
},
|
|
1814
2064
|
{
|
|
1815
2065
|
"name": "guess",
|
|
1816
|
-
"description": "Guess.js module for Nuxt
|
|
2066
|
+
"description": "Guess.js module for Nuxt",
|
|
1817
2067
|
"repo": "nuxt-community/guess-module",
|
|
1818
2068
|
"npm": "@nuxtjs/guess-module",
|
|
1819
2069
|
"icon": "guessjs.png",
|
|
@@ -1833,6 +2083,28 @@
|
|
|
1833
2083
|
"requires": {}
|
|
1834
2084
|
}
|
|
1835
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
|
+
},
|
|
1836
2108
|
{
|
|
1837
2109
|
"name": "harlem",
|
|
1838
2110
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1903,7 +2175,7 @@
|
|
|
1903
2175
|
},
|
|
1904
2176
|
{
|
|
1905
2177
|
"name": "helmet",
|
|
1906
|
-
"description": "Easy Helmet module with Nuxt
|
|
2178
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
1907
2179
|
"repo": "victor-perez/nuxt-helmet",
|
|
1908
2180
|
"npm": "nuxt-helmet",
|
|
1909
2181
|
"icon": "",
|
|
@@ -1947,7 +2219,7 @@
|
|
|
1947
2219
|
},
|
|
1948
2220
|
{
|
|
1949
2221
|
"name": "history-state",
|
|
1950
|
-
"description": "Nuxt
|
|
2222
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
1951
2223
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1952
2224
|
"npm": "nuxt-history-state",
|
|
1953
2225
|
"icon": "",
|
|
@@ -2016,7 +2288,7 @@
|
|
|
2016
2288
|
},
|
|
2017
2289
|
{
|
|
2018
2290
|
"name": "http",
|
|
2019
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2291
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2020
2292
|
"repo": "nuxt/http",
|
|
2021
2293
|
"npm": "@nuxt/http",
|
|
2022
2294
|
"icon": "http.png",
|
|
@@ -2044,7 +2316,7 @@
|
|
|
2044
2316
|
},
|
|
2045
2317
|
{
|
|
2046
2318
|
"name": "humans-txt",
|
|
2047
|
-
"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.",
|
|
2048
2320
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2049
2321
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2050
2322
|
"icon": "",
|
|
@@ -2068,11 +2340,11 @@
|
|
|
2068
2340
|
{
|
|
2069
2341
|
"name": "i18n",
|
|
2070
2342
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2071
|
-
"repo": "nuxt-
|
|
2343
|
+
"repo": "nuxt-modules/i18n",
|
|
2072
2344
|
"npm": "@nuxtjs/i18n",
|
|
2073
2345
|
"icon": "i18n.png",
|
|
2074
|
-
"github": "https://github.com/nuxt-
|
|
2075
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2346
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2347
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2076
2348
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2077
2349
|
"category": "Extensions",
|
|
2078
2350
|
"type": "community",
|
|
@@ -2091,6 +2363,28 @@
|
|
|
2091
2363
|
"requires": {}
|
|
2092
2364
|
}
|
|
2093
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
|
+
},
|
|
2094
2388
|
{
|
|
2095
2389
|
"name": "icon",
|
|
2096
2390
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2110,7 +2404,8 @@
|
|
|
2110
2404
|
],
|
|
2111
2405
|
"compatibility": {
|
|
2112
2406
|
"nuxt": "^3.0.0",
|
|
2113
|
-
"requires": {}
|
|
2407
|
+
"requires": {},
|
|
2408
|
+
"devtools": "^0.0.0"
|
|
2114
2409
|
}
|
|
2115
2410
|
},
|
|
2116
2411
|
{
|
|
@@ -2159,12 +2454,12 @@
|
|
|
2159
2454
|
},
|
|
2160
2455
|
{
|
|
2161
2456
|
"name": "image",
|
|
2162
|
-
"description": "Optimised images for
|
|
2457
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2163
2458
|
"repo": "nuxt/image",
|
|
2164
2459
|
"npm": "@nuxt/image",
|
|
2165
2460
|
"icon": "image.png",
|
|
2166
2461
|
"github": "https://github.com/nuxt/image",
|
|
2167
|
-
"website": "https://image.
|
|
2462
|
+
"website": "https://image.nuxt.com",
|
|
2168
2463
|
"learn_more": "",
|
|
2169
2464
|
"category": "Images",
|
|
2170
2465
|
"type": "official",
|
|
@@ -2174,6 +2469,11 @@
|
|
|
2174
2469
|
"github": "farnabaz",
|
|
2175
2470
|
"twitter": "a_birang"
|
|
2176
2471
|
},
|
|
2472
|
+
{
|
|
2473
|
+
"name": "Daniel Roe",
|
|
2474
|
+
"github": "danielroe",
|
|
2475
|
+
"twitter": "danielcroe"
|
|
2476
|
+
},
|
|
2177
2477
|
{
|
|
2178
2478
|
"name": "Pooya Parsa",
|
|
2179
2479
|
"github": "pi0",
|
|
@@ -2194,7 +2494,7 @@
|
|
|
2194
2494
|
},
|
|
2195
2495
|
{
|
|
2196
2496
|
"name": "imagemin",
|
|
2197
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2497
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2198
2498
|
"repo": "nuxt-community/imagemin-module",
|
|
2199
2499
|
"npm": "@nuxtjs/imagemin",
|
|
2200
2500
|
"icon": "imagemin.png",
|
|
@@ -2217,12 +2517,12 @@
|
|
|
2217
2517
|
{
|
|
2218
2518
|
"name": "inkline",
|
|
2219
2519
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2220
|
-
"repo": "inkline/
|
|
2221
|
-
"npm": "@inkline/
|
|
2520
|
+
"repo": "inkline/plugin",
|
|
2521
|
+
"npm": "@inkline/plugin",
|
|
2222
2522
|
"icon": "inkline.svg",
|
|
2223
|
-
"github": "https://github.com/inkline/
|
|
2523
|
+
"github": "https://github.com/inkline/plugin",
|
|
2224
2524
|
"website": "https://inkline.io",
|
|
2225
|
-
"learn_more": "https://inkline.io/docs/
|
|
2525
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2226
2526
|
"category": "UI",
|
|
2227
2527
|
"type": "3rd-party",
|
|
2228
2528
|
"maintainers": [
|
|
@@ -2241,7 +2541,7 @@
|
|
|
2241
2541
|
},
|
|
2242
2542
|
{
|
|
2243
2543
|
"name": "intercom",
|
|
2244
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2544
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2245
2545
|
"repo": "hex-digital/nuxt-intercom",
|
|
2246
2546
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2247
2547
|
"icon": "intercom.png",
|
|
@@ -2286,7 +2586,7 @@
|
|
|
2286
2586
|
},
|
|
2287
2587
|
{
|
|
2288
2588
|
"name": "jsonapi",
|
|
2289
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2589
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2290
2590
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2291
2591
|
"npm": "nuxt-jsonapi",
|
|
2292
2592
|
"icon": "jsonapi.svg",
|
|
@@ -2328,9 +2628,36 @@
|
|
|
2328
2628
|
"requires": {}
|
|
2329
2629
|
}
|
|
2330
2630
|
},
|
|
2631
|
+
{
|
|
2632
|
+
"name": "kinde",
|
|
2633
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2634
|
+
"repo": "nuxt-modules/kinde",
|
|
2635
|
+
"npm": "@nuxtjs/kinde",
|
|
2636
|
+
"icon": "kinde.svg",
|
|
2637
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2638
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2639
|
+
"learn_more": "https://kinde.com/",
|
|
2640
|
+
"category": "Security",
|
|
2641
|
+
"type": "community",
|
|
2642
|
+
"maintainers": [
|
|
2643
|
+
{
|
|
2644
|
+
"name": "danielroe",
|
|
2645
|
+
"github": "danielroe"
|
|
2646
|
+
},
|
|
2647
|
+
{
|
|
2648
|
+
"name": "daveordead",
|
|
2649
|
+
"github": "DaveOrDead",
|
|
2650
|
+
"twitter": "dave_or_dead"
|
|
2651
|
+
}
|
|
2652
|
+
],
|
|
2653
|
+
"compatibility": {
|
|
2654
|
+
"nuxt": "^3.0.0",
|
|
2655
|
+
"requires": {}
|
|
2656
|
+
}
|
|
2657
|
+
},
|
|
2331
2658
|
{
|
|
2332
2659
|
"name": "kql",
|
|
2333
|
-
"description": "Nuxt
|
|
2660
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2334
2661
|
"repo": "johannschopplich/nuxt-kql",
|
|
2335
2662
|
"npm": "nuxt-kql",
|
|
2336
2663
|
"icon": "kql.svg",
|
|
@@ -2354,7 +2681,7 @@
|
|
|
2354
2681
|
},
|
|
2355
2682
|
{
|
|
2356
2683
|
"name": "laravel-echo",
|
|
2357
|
-
"description": "Laravel Echo for Nuxt
|
|
2684
|
+
"description": "Laravel Echo for Nuxt",
|
|
2358
2685
|
"repo": "nuxt-community/laravel-echo",
|
|
2359
2686
|
"npm": "@nuxtjs/laravel-echo",
|
|
2360
2687
|
"icon": "laravel-echo.png",
|
|
@@ -2442,13 +2769,13 @@
|
|
|
2442
2769
|
},
|
|
2443
2770
|
{
|
|
2444
2771
|
"name": "link-checker",
|
|
2445
|
-
"description": "
|
|
2772
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2446
2773
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2447
2774
|
"npm": "nuxt-link-checker",
|
|
2448
|
-
"icon": "",
|
|
2775
|
+
"icon": "link-checker.svg",
|
|
2449
2776
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2450
|
-
"website": "https://
|
|
2451
|
-
"learn_more": "",
|
|
2777
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2778
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2452
2779
|
"category": "SEO",
|
|
2453
2780
|
"type": "3rd-party",
|
|
2454
2781
|
"maintainers": [
|
|
@@ -2461,7 +2788,8 @@
|
|
|
2461
2788
|
],
|
|
2462
2789
|
"compatibility": {
|
|
2463
2790
|
"nuxt": "^3.0.0",
|
|
2464
|
-
"requires": {}
|
|
2791
|
+
"requires": {},
|
|
2792
|
+
"devtools": "^0.0.0"
|
|
2465
2793
|
}
|
|
2466
2794
|
},
|
|
2467
2795
|
{
|
|
@@ -2538,12 +2866,12 @@
|
|
|
2538
2866
|
},
|
|
2539
2867
|
{
|
|
2540
2868
|
"name": "logrocket",
|
|
2541
|
-
"description": "LogRocket module for Nuxt
|
|
2542
|
-
"repo": "nuxt-
|
|
2869
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
2870
|
+
"repo": "nuxt-modules/logrocket",
|
|
2543
2871
|
"npm": "nuxt-logrocket",
|
|
2544
2872
|
"icon": "logrocket.png",
|
|
2545
|
-
"github": "https://github.com/nuxt-
|
|
2546
|
-
"website": "https://github.com/nuxt-
|
|
2873
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
2874
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2547
2875
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2548
2876
|
"category": "Monitoring",
|
|
2549
2877
|
"type": "community",
|
|
@@ -2559,9 +2887,35 @@
|
|
|
2559
2887
|
"requires": {}
|
|
2560
2888
|
}
|
|
2561
2889
|
},
|
|
2890
|
+
{
|
|
2891
|
+
"name": "lucide-icons",
|
|
2892
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2893
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
2894
|
+
"npm": "nuxt-lucide-icons",
|
|
2895
|
+
"icon": "lucide-icons.svg",
|
|
2896
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2897
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2898
|
+
"learn_more": "",
|
|
2899
|
+
"category": "UI",
|
|
2900
|
+
"type": "3rd-party",
|
|
2901
|
+
"maintainers": [
|
|
2902
|
+
{
|
|
2903
|
+
"name": "SWIS",
|
|
2904
|
+
"github": "swisnl"
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"name": "Jasper Zonneveld",
|
|
2908
|
+
"github": "JaZo"
|
|
2909
|
+
}
|
|
2910
|
+
],
|
|
2911
|
+
"compatibility": {
|
|
2912
|
+
"nuxt": "^3.0.0",
|
|
2913
|
+
"requires": {}
|
|
2914
|
+
}
|
|
2915
|
+
},
|
|
2562
2916
|
{
|
|
2563
2917
|
"name": "lunr",
|
|
2564
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
2918
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2565
2919
|
"repo": "nuxt-community/lunr-module",
|
|
2566
2920
|
"npm": "@nuxtjs/lunr-module",
|
|
2567
2921
|
"icon": "",
|
|
@@ -2649,6 +3003,28 @@
|
|
|
2649
3003
|
"requires": {}
|
|
2650
3004
|
}
|
|
2651
3005
|
},
|
|
3006
|
+
{
|
|
3007
|
+
"name": "maz-ui",
|
|
3008
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3009
|
+
"repo": "louismazel/maz-ui",
|
|
3010
|
+
"npm": "maz-ui",
|
|
3011
|
+
"icon": "maz-ui.png",
|
|
3012
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3013
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3014
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3015
|
+
"category": "UI",
|
|
3016
|
+
"type": "community",
|
|
3017
|
+
"maintainers": [
|
|
3018
|
+
{
|
|
3019
|
+
"name": "Loïc Mazuel",
|
|
3020
|
+
"github": "LouisMazel"
|
|
3021
|
+
}
|
|
3022
|
+
],
|
|
3023
|
+
"compatibility": {
|
|
3024
|
+
"nuxt": "^3.0.0",
|
|
3025
|
+
"requires": {}
|
|
3026
|
+
}
|
|
3027
|
+
},
|
|
2652
3028
|
{
|
|
2653
3029
|
"name": "mdx",
|
|
2654
3030
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2674,7 +3050,7 @@
|
|
|
2674
3050
|
},
|
|
2675
3051
|
{
|
|
2676
3052
|
"name": "medusa",
|
|
2677
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3053
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2678
3054
|
"repo": "Baroshem/nuxt-medusa",
|
|
2679
3055
|
"npm": "nuxt-medusa",
|
|
2680
3056
|
"icon": "medusa.svg",
|
|
@@ -2699,7 +3075,7 @@
|
|
|
2699
3075
|
},
|
|
2700
3076
|
{
|
|
2701
3077
|
"name": "meilisearch",
|
|
2702
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3078
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2703
3079
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2704
3080
|
"npm": "nuxt-meilisearch",
|
|
2705
3081
|
"icon": "meilisearch.svg",
|
|
@@ -2719,7 +3095,8 @@
|
|
|
2719
3095
|
"nuxt": "^3.0.0",
|
|
2720
3096
|
"requires": {
|
|
2721
3097
|
"bridge": false
|
|
2722
|
-
}
|
|
3098
|
+
},
|
|
3099
|
+
"devtools": "^0.0.0"
|
|
2723
3100
|
}
|
|
2724
3101
|
},
|
|
2725
3102
|
{
|
|
@@ -2791,7 +3168,7 @@
|
|
|
2791
3168
|
},
|
|
2792
3169
|
{
|
|
2793
3170
|
"name": "moment",
|
|
2794
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3171
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2795
3172
|
"repo": "nuxt-community/moment-module",
|
|
2796
3173
|
"npm": "@nuxtjs/moment",
|
|
2797
3174
|
"icon": "momentjs.png",
|
|
@@ -2818,7 +3195,7 @@
|
|
|
2818
3195
|
},
|
|
2819
3196
|
{
|
|
2820
3197
|
"name": "mq",
|
|
2821
|
-
"description": "vue-mq module for Nuxt.
|
|
3198
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2822
3199
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2823
3200
|
"npm": "nuxt-mq",
|
|
2824
3201
|
"icon": "",
|
|
@@ -2862,7 +3239,7 @@
|
|
|
2862
3239
|
},
|
|
2863
3240
|
{
|
|
2864
3241
|
"name": "netlify-cache",
|
|
2865
|
-
"description": "Nuxt
|
|
3242
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
2866
3243
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2867
3244
|
"npm": "nuxt-netlify-cache",
|
|
2868
3245
|
"icon": "netlify.png",
|
|
@@ -2907,7 +3284,7 @@
|
|
|
2907
3284
|
},
|
|
2908
3285
|
{
|
|
2909
3286
|
"name": "netlify",
|
|
2910
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3287
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
2911
3288
|
"repo": "bazzite/nuxt-netlify",
|
|
2912
3289
|
"npm": "@aceforth/nuxt-netlify",
|
|
2913
3290
|
"icon": "netlify.png",
|
|
@@ -2978,31 +3355,97 @@
|
|
|
2978
3355
|
}
|
|
2979
3356
|
},
|
|
2980
3357
|
{
|
|
2981
|
-
"name": "
|
|
2982
|
-
"description": "",
|
|
2983
|
-
"repo": "
|
|
2984
|
-
"npm": "
|
|
3358
|
+
"name": "nupolyon",
|
|
3359
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3360
|
+
"repo": "adenvt/nupolyon",
|
|
3361
|
+
"npm": "nupolyon",
|
|
2985
3362
|
"icon": "",
|
|
2986
|
-
"github": "https://github.com/
|
|
2987
|
-
"website": "https://github.com/
|
|
3363
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3364
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
2988
3365
|
"learn_more": "",
|
|
2989
|
-
"category": "
|
|
3366
|
+
"category": "Performance",
|
|
2990
3367
|
"type": "3rd-party",
|
|
2991
3368
|
"maintainers": [
|
|
2992
3369
|
{
|
|
2993
|
-
"name": "
|
|
2994
|
-
"github": "
|
|
3370
|
+
"name": "adenvt",
|
|
3371
|
+
"github": "adenvt"
|
|
2995
3372
|
}
|
|
2996
3373
|
],
|
|
2997
3374
|
"compatibility": {
|
|
2998
|
-
"nuxt": "^
|
|
3375
|
+
"nuxt": "^3.0.0",
|
|
2999
3376
|
"requires": {}
|
|
3000
3377
|
}
|
|
3001
3378
|
},
|
|
3002
3379
|
{
|
|
3003
|
-
"name": "nuxt-
|
|
3004
|
-
"description": "
|
|
3005
|
-
"repo": "
|
|
3380
|
+
"name": "nuxt-anchorscroll",
|
|
3381
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3382
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3383
|
+
"npm": "nuxt-anchorscroll",
|
|
3384
|
+
"icon": "",
|
|
3385
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3386
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3387
|
+
"learn_more": "",
|
|
3388
|
+
"category": "UI",
|
|
3389
|
+
"type": "3rd-party",
|
|
3390
|
+
"maintainers": [
|
|
3391
|
+
{
|
|
3392
|
+
"name": "Helltraitor",
|
|
3393
|
+
"github": "helltraitor"
|
|
3394
|
+
}
|
|
3395
|
+
],
|
|
3396
|
+
"compatibility": {
|
|
3397
|
+
"nuxt": "^3.0.0",
|
|
3398
|
+
"requires": {}
|
|
3399
|
+
}
|
|
3400
|
+
},
|
|
3401
|
+
{
|
|
3402
|
+
"name": "nuxt-basic-auth",
|
|
3403
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3404
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3405
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3406
|
+
"icon": "",
|
|
3407
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3408
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3409
|
+
"learn_more": "",
|
|
3410
|
+
"category": "Security",
|
|
3411
|
+
"type": "3rd-party",
|
|
3412
|
+
"maintainers": [
|
|
3413
|
+
{
|
|
3414
|
+
"name": "kgierke",
|
|
3415
|
+
"github": "kgierke"
|
|
3416
|
+
}
|
|
3417
|
+
],
|
|
3418
|
+
"compatibility": {
|
|
3419
|
+
"nuxt": "^3.0.0",
|
|
3420
|
+
"requires": {}
|
|
3421
|
+
}
|
|
3422
|
+
},
|
|
3423
|
+
{
|
|
3424
|
+
"name": "nuxt-bootstrap-icons",
|
|
3425
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3426
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3427
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3428
|
+
"icon": "bootstrap-icons.svg",
|
|
3429
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3430
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3431
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3432
|
+
"category": "UI",
|
|
3433
|
+
"type": "3rd-party",
|
|
3434
|
+
"maintainers": [
|
|
3435
|
+
{
|
|
3436
|
+
"name": "OyewoleOyedeji",
|
|
3437
|
+
"github": "OyewoleOyedeji"
|
|
3438
|
+
}
|
|
3439
|
+
],
|
|
3440
|
+
"compatibility": {
|
|
3441
|
+
"nuxt": "^3.0.0",
|
|
3442
|
+
"requires": {}
|
|
3443
|
+
}
|
|
3444
|
+
},
|
|
3445
|
+
{
|
|
3446
|
+
"name": "nuxt-chatgpt",
|
|
3447
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3448
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3006
3449
|
"npm": "nuxt-chatgpt",
|
|
3007
3450
|
"icon": "chatgpt.svg",
|
|
3008
3451
|
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
@@ -3021,6 +3464,54 @@
|
|
|
3021
3464
|
"requires": {}
|
|
3022
3465
|
}
|
|
3023
3466
|
},
|
|
3467
|
+
{
|
|
3468
|
+
"name": "nuxt-facebook-chat",
|
|
3469
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3470
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3471
|
+
"npm": "nuxt-facebook-chat",
|
|
3472
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3473
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3474
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3475
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3476
|
+
"category": "Libraries",
|
|
3477
|
+
"type": "3rd-party",
|
|
3478
|
+
"maintainers": [
|
|
3479
|
+
{
|
|
3480
|
+
"name": "Supanut Dokmaithong",
|
|
3481
|
+
"github": "Boomgeek"
|
|
3482
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
"name": "superdev-tech",
|
|
3485
|
+
"github": "superdev-tech"
|
|
3486
|
+
}
|
|
3487
|
+
],
|
|
3488
|
+
"compatibility": {
|
|
3489
|
+
"nuxt": "^3.0.0",
|
|
3490
|
+
"requires": {}
|
|
3491
|
+
}
|
|
3492
|
+
},
|
|
3493
|
+
{
|
|
3494
|
+
"name": "nuxt-feedme",
|
|
3495
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3496
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3497
|
+
"npm": "nuxt-feedme",
|
|
3498
|
+
"icon": "",
|
|
3499
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3500
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3501
|
+
"learn_more": "",
|
|
3502
|
+
"category": "SEO",
|
|
3503
|
+
"type": "3rd-party",
|
|
3504
|
+
"maintainers": [
|
|
3505
|
+
{
|
|
3506
|
+
"name": "Helltraitor",
|
|
3507
|
+
"github": "helltraitor"
|
|
3508
|
+
}
|
|
3509
|
+
],
|
|
3510
|
+
"compatibility": {
|
|
3511
|
+
"nuxt": "^3.0.0",
|
|
3512
|
+
"requires": {}
|
|
3513
|
+
}
|
|
3514
|
+
},
|
|
3024
3515
|
{
|
|
3025
3516
|
"name": "nuxt-graphql-middleware",
|
|
3026
3517
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3072,6 +3563,29 @@
|
|
|
3072
3563
|
"requires": {}
|
|
3073
3564
|
}
|
|
3074
3565
|
},
|
|
3566
|
+
{
|
|
3567
|
+
"name": "nuxt-gtm",
|
|
3568
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3569
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3570
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3571
|
+
"icon": "nuxt-gtm.svg",
|
|
3572
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3573
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3574
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3575
|
+
"category": "Analytics",
|
|
3576
|
+
"type": "3rd-party",
|
|
3577
|
+
"maintainers": [
|
|
3578
|
+
{
|
|
3579
|
+
"name": "Zadig&Voltaire Team",
|
|
3580
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3581
|
+
}
|
|
3582
|
+
],
|
|
3583
|
+
"compatibility": {
|
|
3584
|
+
"nuxt": "^3.0.0",
|
|
3585
|
+
"requires": {},
|
|
3586
|
+
"devtools": "^0.0.0"
|
|
3587
|
+
}
|
|
3588
|
+
},
|
|
3075
3589
|
{
|
|
3076
3590
|
"name": "nuxt-hue",
|
|
3077
3591
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -3096,6 +3610,28 @@
|
|
|
3096
3610
|
}
|
|
3097
3611
|
}
|
|
3098
3612
|
},
|
|
3613
|
+
{
|
|
3614
|
+
"name": "nuxt-jsonld",
|
|
3615
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3616
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3617
|
+
"npm": "nuxt-jsonld",
|
|
3618
|
+
"icon": "",
|
|
3619
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3620
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3621
|
+
"learn_more": "",
|
|
3622
|
+
"category": "SEO",
|
|
3623
|
+
"type": "3rd-party",
|
|
3624
|
+
"maintainers": [
|
|
3625
|
+
{
|
|
3626
|
+
"name": "ymmooot",
|
|
3627
|
+
"github": "ymmooot"
|
|
3628
|
+
}
|
|
3629
|
+
],
|
|
3630
|
+
"compatibility": {
|
|
3631
|
+
"nuxt": "^3.0.0",
|
|
3632
|
+
"requires": {}
|
|
3633
|
+
}
|
|
3634
|
+
},
|
|
3099
3635
|
{
|
|
3100
3636
|
"name": "nuxt-localtunnel",
|
|
3101
3637
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3121,7 +3657,7 @@
|
|
|
3121
3657
|
},
|
|
3122
3658
|
{
|
|
3123
3659
|
"name": "nuxt-loco",
|
|
3124
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3660
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3125
3661
|
"repo": "gaetansenn/nuxt-loco",
|
|
3126
3662
|
"npm": "nuxt-loco",
|
|
3127
3663
|
"icon": "",
|
|
@@ -3142,6 +3678,28 @@
|
|
|
3142
3678
|
"requires": {}
|
|
3143
3679
|
}
|
|
3144
3680
|
},
|
|
3681
|
+
{
|
|
3682
|
+
"name": "nuxt-mail",
|
|
3683
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3684
|
+
"repo": "dword-design/nuxt-mail",
|
|
3685
|
+
"npm": "nuxt-mail",
|
|
3686
|
+
"icon": "",
|
|
3687
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3688
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3689
|
+
"learn_more": "",
|
|
3690
|
+
"category": "Extensions",
|
|
3691
|
+
"type": "3rd-party",
|
|
3692
|
+
"maintainers": [
|
|
3693
|
+
{
|
|
3694
|
+
"name": "Sebastian Landwehr",
|
|
3695
|
+
"github": "dword-design"
|
|
3696
|
+
}
|
|
3697
|
+
],
|
|
3698
|
+
"compatibility": {
|
|
3699
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3700
|
+
"requires": {}
|
|
3701
|
+
}
|
|
3702
|
+
},
|
|
3145
3703
|
{
|
|
3146
3704
|
"name": "nuxt-mapbox",
|
|
3147
3705
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3164,6 +3722,28 @@
|
|
|
3164
3722
|
"requires": {}
|
|
3165
3723
|
}
|
|
3166
3724
|
},
|
|
3725
|
+
{
|
|
3726
|
+
"name": "nuxt-mdi",
|
|
3727
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3728
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3729
|
+
"npm": "nuxt-mdi",
|
|
3730
|
+
"icon": "mdi.png",
|
|
3731
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3732
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3733
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3734
|
+
"category": "Libraries",
|
|
3735
|
+
"type": "3rd-party",
|
|
3736
|
+
"maintainers": [
|
|
3737
|
+
{
|
|
3738
|
+
"name": "Emil Rosenius",
|
|
3739
|
+
"github": "ERPedersen"
|
|
3740
|
+
}
|
|
3741
|
+
],
|
|
3742
|
+
"compatibility": {
|
|
3743
|
+
"nuxt": "^3.0.0",
|
|
3744
|
+
"requires": {}
|
|
3745
|
+
}
|
|
3746
|
+
},
|
|
3167
3747
|
{
|
|
3168
3748
|
"name": "nuxt-monaco-editor",
|
|
3169
3749
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3186,6 +3766,52 @@
|
|
|
3186
3766
|
"requires": {}
|
|
3187
3767
|
}
|
|
3188
3768
|
},
|
|
3769
|
+
{
|
|
3770
|
+
"name": "nuxt-mongoose",
|
|
3771
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3772
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3773
|
+
"npm": "nuxt-mongoose",
|
|
3774
|
+
"icon": "nuxt-mongoose.svg",
|
|
3775
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3776
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3777
|
+
"learn_more": "",
|
|
3778
|
+
"category": "Database",
|
|
3779
|
+
"type": "3rd-party",
|
|
3780
|
+
"maintainers": [
|
|
3781
|
+
{
|
|
3782
|
+
"name": "arashsheyda",
|
|
3783
|
+
"github": "arashsheyda"
|
|
3784
|
+
}
|
|
3785
|
+
],
|
|
3786
|
+
"compatibility": {
|
|
3787
|
+
"nuxt": "^3.0.0",
|
|
3788
|
+
"requires": {},
|
|
3789
|
+
"devtools": "^0.0.0"
|
|
3790
|
+
}
|
|
3791
|
+
},
|
|
3792
|
+
{
|
|
3793
|
+
"name": "nuxt-payload-analyzer",
|
|
3794
|
+
"description": "Analyze Nuxt Payload Size",
|
|
3795
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
3796
|
+
"npm": "nuxt-payload-analyzer",
|
|
3797
|
+
"icon": "",
|
|
3798
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
3799
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
3800
|
+
"learn_more": "",
|
|
3801
|
+
"category": "Performance",
|
|
3802
|
+
"type": "3rd-party",
|
|
3803
|
+
"maintainers": [
|
|
3804
|
+
{
|
|
3805
|
+
"name": "Barbapapazes",
|
|
3806
|
+
"github": "Barbapapazes",
|
|
3807
|
+
"twitter": "soubiran_"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"compatibility": {
|
|
3811
|
+
"nuxt": "^3.0.0",
|
|
3812
|
+
"requires": {}
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3189
3815
|
{
|
|
3190
3816
|
"name": "nuxt-pdf",
|
|
3191
3817
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3209,6 +3835,28 @@
|
|
|
3209
3835
|
"requires": {}
|
|
3210
3836
|
}
|
|
3211
3837
|
},
|
|
3838
|
+
{
|
|
3839
|
+
"name": "nuxt-phosphor-icons",
|
|
3840
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3841
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3842
|
+
"npm": "nuxt-phosphor-icons",
|
|
3843
|
+
"icon": "phosphor-icons.svg",
|
|
3844
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3845
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3846
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3847
|
+
"category": "UI",
|
|
3848
|
+
"type": "3rd-party",
|
|
3849
|
+
"maintainers": [
|
|
3850
|
+
{
|
|
3851
|
+
"name": "OyewoleOyedeji",
|
|
3852
|
+
"github": "OyewoleOyedeji"
|
|
3853
|
+
}
|
|
3854
|
+
],
|
|
3855
|
+
"compatibility": {
|
|
3856
|
+
"nuxt": "^3.0.0",
|
|
3857
|
+
"requires": {}
|
|
3858
|
+
}
|
|
3859
|
+
},
|
|
3212
3860
|
{
|
|
3213
3861
|
"name": "nuxt-pino-log",
|
|
3214
3862
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3233,7 +3881,7 @@
|
|
|
3233
3881
|
},
|
|
3234
3882
|
{
|
|
3235
3883
|
"name": "plausible",
|
|
3236
|
-
"description": "Nuxt
|
|
3884
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3237
3885
|
"repo": "nuxt-modules/plausible",
|
|
3238
3886
|
"npm": "@nuxtjs/plausible",
|
|
3239
3887
|
"icon": "plausible.png",
|
|
@@ -3253,9 +3901,35 @@
|
|
|
3253
3901
|
"requires": {}
|
|
3254
3902
|
}
|
|
3255
3903
|
},
|
|
3904
|
+
{
|
|
3905
|
+
"name": "nuxt-plotly",
|
|
3906
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3907
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3908
|
+
"npm": "nuxt-plotly",
|
|
3909
|
+
"icon": "nuxt-plotly.svg",
|
|
3910
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3911
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3912
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3913
|
+
"category": "Libraries",
|
|
3914
|
+
"type": "3rd-party",
|
|
3915
|
+
"maintainers": [
|
|
3916
|
+
{
|
|
3917
|
+
"name": "Supanut Dokmaithong",
|
|
3918
|
+
"github": "Boomgeek"
|
|
3919
|
+
},
|
|
3920
|
+
{
|
|
3921
|
+
"name": "superdev-tech",
|
|
3922
|
+
"github": "superdev-tech"
|
|
3923
|
+
}
|
|
3924
|
+
],
|
|
3925
|
+
"compatibility": {
|
|
3926
|
+
"nuxt": "^3.0.0",
|
|
3927
|
+
"requires": {}
|
|
3928
|
+
}
|
|
3929
|
+
},
|
|
3256
3930
|
{
|
|
3257
3931
|
"name": "nuxt-png-to-ico",
|
|
3258
|
-
"description": "Nuxt
|
|
3932
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3259
3933
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3260
3934
|
"npm": "nuxt-png-to-ico",
|
|
3261
3935
|
"icon": "",
|
|
@@ -3278,7 +3952,7 @@
|
|
|
3278
3952
|
},
|
|
3279
3953
|
{
|
|
3280
3954
|
"name": "nuxt-smartlook",
|
|
3281
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
3955
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3282
3956
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3283
3957
|
"npm": "nuxt-smartlook",
|
|
3284
3958
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3300,6 +3974,28 @@
|
|
|
3300
3974
|
"requires": {}
|
|
3301
3975
|
}
|
|
3302
3976
|
},
|
|
3977
|
+
{
|
|
3978
|
+
"name": "nuxt-social-share",
|
|
3979
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
3980
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
3981
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
3982
|
+
"icon": "nuxt-social-share.png",
|
|
3983
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
3984
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
3985
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
3986
|
+
"category": "Extensions",
|
|
3987
|
+
"type": "3rd-party",
|
|
3988
|
+
"maintainers": [
|
|
3989
|
+
{
|
|
3990
|
+
"name": "stefanobartoletti",
|
|
3991
|
+
"github": "stefanobartoletti"
|
|
3992
|
+
}
|
|
3993
|
+
],
|
|
3994
|
+
"compatibility": {
|
|
3995
|
+
"nuxt": "^3.0.0",
|
|
3996
|
+
"requires": {}
|
|
3997
|
+
}
|
|
3998
|
+
},
|
|
3303
3999
|
{
|
|
3304
4000
|
"name": "ssr-lit",
|
|
3305
4001
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3330,7 +4026,7 @@
|
|
|
3330
4026
|
},
|
|
3331
4027
|
{
|
|
3332
4028
|
"name": "nuxt-storm",
|
|
3333
|
-
"description": "WebStorm & PHPStorm support for
|
|
4029
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3334
4030
|
"repo": "fumeapp/nuxt-storm",
|
|
3335
4031
|
"npm": "nuxt-storm",
|
|
3336
4032
|
"icon": "nuxt-storm.png",
|
|
@@ -3374,7 +4070,7 @@
|
|
|
3374
4070
|
},
|
|
3375
4071
|
{
|
|
3376
4072
|
"name": "nuxt-unleash",
|
|
3377
|
-
"description": "Nuxt
|
|
4073
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3378
4074
|
"repo": "conejerock/nuxt-unleash",
|
|
3379
4075
|
"npm": "nuxt-unleash",
|
|
3380
4076
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3465,12 +4161,12 @@
|
|
|
3465
4161
|
{
|
|
3466
4162
|
"name": "nuxt-vue3-google-signin",
|
|
3467
4163
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3468
|
-
"repo": "
|
|
4164
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3469
4165
|
"npm": "nuxt-vue3-google-signin",
|
|
3470
4166
|
"icon": "vue3-google-signin.svg",
|
|
3471
|
-
"github": "https://github.com/
|
|
3472
|
-
"website": "https://vue3-google-signin.
|
|
3473
|
-
"learn_more": "https://vue3-google-signin.
|
|
4167
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4168
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4169
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3474
4170
|
"category": "Libraries",
|
|
3475
4171
|
"type": "3rd-party",
|
|
3476
4172
|
"maintainers": [
|
|
@@ -3484,9 +4180,53 @@
|
|
|
3484
4180
|
"requires": {}
|
|
3485
4181
|
}
|
|
3486
4182
|
},
|
|
4183
|
+
{
|
|
4184
|
+
"name": "nuxt-vuetify",
|
|
4185
|
+
"description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
|
|
4186
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
4187
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
4188
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
4189
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
4190
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
4191
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
4192
|
+
"category": "UI",
|
|
4193
|
+
"type": "3rd-party",
|
|
4194
|
+
"maintainers": [
|
|
4195
|
+
{
|
|
4196
|
+
"name": "Jens van Hellemondt",
|
|
4197
|
+
"github": "invictus-codes"
|
|
4198
|
+
}
|
|
4199
|
+
],
|
|
4200
|
+
"compatibility": {
|
|
4201
|
+
"nuxt": "^3.0.0",
|
|
4202
|
+
"requires": {}
|
|
4203
|
+
}
|
|
4204
|
+
},
|
|
4205
|
+
{
|
|
4206
|
+
"name": "nuxt3-leaflet",
|
|
4207
|
+
"description": "Leaflet integration with Nuxt",
|
|
4208
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4209
|
+
"npm": "nuxt3-leaflet",
|
|
4210
|
+
"icon": "leaflet.png",
|
|
4211
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4212
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4213
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4214
|
+
"category": "Libraries",
|
|
4215
|
+
"type": "3rd-party",
|
|
4216
|
+
"maintainers": [
|
|
4217
|
+
{
|
|
4218
|
+
"name": "Augustin MERCIER",
|
|
4219
|
+
"github": "Gugustinette"
|
|
4220
|
+
}
|
|
4221
|
+
],
|
|
4222
|
+
"compatibility": {
|
|
4223
|
+
"nuxt": "^3.0.0",
|
|
4224
|
+
"requires": {}
|
|
4225
|
+
}
|
|
4226
|
+
},
|
|
3487
4227
|
{
|
|
3488
4228
|
"name": "nuxt7",
|
|
3489
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4229
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3490
4230
|
"repo": "nuxt-community/nuxt7",
|
|
3491
4231
|
"npm": "nuxt7",
|
|
3492
4232
|
"icon": "",
|
|
@@ -3509,13 +4249,13 @@
|
|
|
3509
4249
|
},
|
|
3510
4250
|
{
|
|
3511
4251
|
"name": "og-image",
|
|
3512
|
-
"description": "
|
|
4252
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3513
4253
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3514
4254
|
"npm": "nuxt-og-image",
|
|
3515
|
-
"icon": "",
|
|
4255
|
+
"icon": "og-image.svg",
|
|
3516
4256
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3517
|
-
"website": "https://
|
|
3518
|
-
"learn_more": "",
|
|
4257
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4258
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3519
4259
|
"category": "SEO",
|
|
3520
4260
|
"type": "3rd-party",
|
|
3521
4261
|
"maintainers": [
|
|
@@ -3528,7 +4268,8 @@
|
|
|
3528
4268
|
],
|
|
3529
4269
|
"compatibility": {
|
|
3530
4270
|
"nuxt": "^3.0.0",
|
|
3531
|
-
"requires": {}
|
|
4271
|
+
"requires": {},
|
|
4272
|
+
"devtools": "^0.0.0"
|
|
3532
4273
|
}
|
|
3533
4274
|
},
|
|
3534
4275
|
{
|
|
@@ -3556,7 +4297,7 @@
|
|
|
3556
4297
|
},
|
|
3557
4298
|
{
|
|
3558
4299
|
"name": "optimized-images",
|
|
3559
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4300
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3560
4301
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3561
4302
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3562
4303
|
"icon": "",
|
|
@@ -3601,7 +4342,7 @@
|
|
|
3601
4342
|
},
|
|
3602
4343
|
{
|
|
3603
4344
|
"name": "parse",
|
|
3604
|
-
"description": "Parse package for Nuxt
|
|
4345
|
+
"description": "Parse package for Nuxt",
|
|
3605
4346
|
"repo": "cierrateam/nuxt-parse",
|
|
3606
4347
|
"npm": "nuxt-parse",
|
|
3607
4348
|
"icon": "",
|
|
@@ -3621,6 +4362,29 @@
|
|
|
3621
4362
|
"requires": {}
|
|
3622
4363
|
}
|
|
3623
4364
|
},
|
|
4365
|
+
{
|
|
4366
|
+
"name": "particles",
|
|
4367
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4368
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4369
|
+
"npm": "nuxt-particles",
|
|
4370
|
+
"icon": "",
|
|
4371
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4372
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4373
|
+
"learn_more": "https://particles.js.org/",
|
|
4374
|
+
"category": "Libraries",
|
|
4375
|
+
"type": "3rd-party",
|
|
4376
|
+
"maintainers": [
|
|
4377
|
+
{
|
|
4378
|
+
"name": "Joey Pereira",
|
|
4379
|
+
"github": "Joepocalyptic",
|
|
4380
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4381
|
+
}
|
|
4382
|
+
],
|
|
4383
|
+
"compatibility": {
|
|
4384
|
+
"nuxt": "^3.0.0",
|
|
4385
|
+
"requires": {}
|
|
4386
|
+
}
|
|
4387
|
+
},
|
|
3624
4388
|
{
|
|
3625
4389
|
"name": "partytown",
|
|
3626
4390
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3646,6 +4410,30 @@
|
|
|
3646
4410
|
}
|
|
3647
4411
|
}
|
|
3648
4412
|
},
|
|
4413
|
+
{
|
|
4414
|
+
"name": "pdfeasy",
|
|
4415
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4416
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4417
|
+
"npm": "nuxt-pdfeasy",
|
|
4418
|
+
"icon": "pdfeasy.png",
|
|
4419
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4420
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4421
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4422
|
+
"category": "Extensions",
|
|
4423
|
+
"type": "3rd-party",
|
|
4424
|
+
"maintainers": [
|
|
4425
|
+
{
|
|
4426
|
+
"name": "Giovane Cardoso",
|
|
4427
|
+
"github": "novout",
|
|
4428
|
+
"twitter": "novoutttttt",
|
|
4429
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4430
|
+
}
|
|
4431
|
+
],
|
|
4432
|
+
"compatibility": {
|
|
4433
|
+
"nuxt": "^3.0.0",
|
|
4434
|
+
"requires": {}
|
|
4435
|
+
}
|
|
4436
|
+
},
|
|
3649
4437
|
{
|
|
3650
4438
|
"name": "persian-datepicker",
|
|
3651
4439
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3743,7 +4531,7 @@
|
|
|
3743
4531
|
},
|
|
3744
4532
|
{
|
|
3745
4533
|
"name": "plausible",
|
|
3746
|
-
"description": "Nuxt
|
|
4534
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3747
4535
|
"repo": "nuxt-modules/plausible",
|
|
3748
4536
|
"npm": "@nuxtjs/plausible",
|
|
3749
4537
|
"icon": "",
|
|
@@ -3785,9 +4573,56 @@
|
|
|
3785
4573
|
"requires": {}
|
|
3786
4574
|
}
|
|
3787
4575
|
},
|
|
4576
|
+
{
|
|
4577
|
+
"name": "prepare",
|
|
4578
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4579
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4580
|
+
"npm": "nuxt-prepare",
|
|
4581
|
+
"icon": "prepare.svg",
|
|
4582
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4583
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4584
|
+
"learn_more": "",
|
|
4585
|
+
"category": "Devtools",
|
|
4586
|
+
"type": "3rd-party",
|
|
4587
|
+
"maintainers": [
|
|
4588
|
+
{
|
|
4589
|
+
"name": "Johann Schopplich",
|
|
4590
|
+
"github": "johannschopplich",
|
|
4591
|
+
"twitter": "jschopplich",
|
|
4592
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4593
|
+
}
|
|
4594
|
+
],
|
|
4595
|
+
"compatibility": {
|
|
4596
|
+
"nuxt": "^3.0.0",
|
|
4597
|
+
"requires": {}
|
|
4598
|
+
}
|
|
4599
|
+
},
|
|
4600
|
+
{
|
|
4601
|
+
"name": "primevue",
|
|
4602
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4603
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4604
|
+
"npm": "nuxt-primevue",
|
|
4605
|
+
"icon": "primevue.svg",
|
|
4606
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4607
|
+
"website": "https://primevue.org/",
|
|
4608
|
+
"learn_more": "https://primevue.org/",
|
|
4609
|
+
"category": "UI",
|
|
4610
|
+
"type": "3rd-party",
|
|
4611
|
+
"maintainers": [
|
|
4612
|
+
{
|
|
4613
|
+
"name": "primefaces",
|
|
4614
|
+
"github": "primefaces",
|
|
4615
|
+
"twitter": "primevue"
|
|
4616
|
+
}
|
|
4617
|
+
],
|
|
4618
|
+
"compatibility": {
|
|
4619
|
+
"nuxt": "^3.0.0",
|
|
4620
|
+
"requires": {}
|
|
4621
|
+
}
|
|
4622
|
+
},
|
|
3788
4623
|
{
|
|
3789
4624
|
"name": "prismic",
|
|
3790
|
-
"description": "Easily connect your Nuxt
|
|
4625
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
3791
4626
|
"repo": "nuxt-modules/prismic",
|
|
3792
4627
|
"npm": "@nuxtjs/prismic",
|
|
3793
4628
|
"icon": "prismic.png",
|
|
@@ -3854,7 +4689,7 @@
|
|
|
3854
4689
|
},
|
|
3855
4690
|
{
|
|
3856
4691
|
"name": "proxy",
|
|
3857
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4692
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
3858
4693
|
"repo": "nuxt-community/proxy-module",
|
|
3859
4694
|
"npm": "@nuxtjs/proxy",
|
|
3860
4695
|
"icon": "",
|
|
@@ -3900,7 +4735,7 @@
|
|
|
3900
4735
|
},
|
|
3901
4736
|
{
|
|
3902
4737
|
"name": "purgecss",
|
|
3903
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4738
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
3904
4739
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
3905
4740
|
"npm": "nuxt-purgecss",
|
|
3906
4741
|
"icon": "purgecss.png",
|
|
@@ -3922,7 +4757,7 @@
|
|
|
3922
4757
|
},
|
|
3923
4758
|
{
|
|
3924
4759
|
"name": "pwa",
|
|
3925
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4760
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
3926
4761
|
"repo": "nuxt-community/pwa-module",
|
|
3927
4762
|
"npm": "@nuxtjs/pwa",
|
|
3928
4763
|
"icon": "pwa.png",
|
|
@@ -3947,7 +4782,7 @@
|
|
|
3947
4782
|
},
|
|
3948
4783
|
{
|
|
3949
4784
|
"name": "python",
|
|
3950
|
-
"description": "Write Nuxt
|
|
4785
|
+
"description": "Write Nuxt applications using Python",
|
|
3951
4786
|
"repo": "nuxt-community/python-module",
|
|
3952
4787
|
"npm": "@nuxtjs/python",
|
|
3953
4788
|
"icon": "python.png",
|
|
@@ -3984,6 +4819,64 @@
|
|
|
3984
4819
|
"github": "Maiquu"
|
|
3985
4820
|
}
|
|
3986
4821
|
],
|
|
4822
|
+
"compatibility": {
|
|
4823
|
+
"nuxt": "^3.0.0",
|
|
4824
|
+
"requires": {},
|
|
4825
|
+
"devtools": "^0.0.0"
|
|
4826
|
+
}
|
|
4827
|
+
},
|
|
4828
|
+
{
|
|
4829
|
+
"name": "radash",
|
|
4830
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4831
|
+
"repo": "bbg/nuxt-radash",
|
|
4832
|
+
"npm": "nuxt-radash",
|
|
4833
|
+
"icon": "radash.png",
|
|
4834
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4835
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4836
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4837
|
+
"category": "Libraries",
|
|
4838
|
+
"type": "3rd-party",
|
|
4839
|
+
"maintainers": [
|
|
4840
|
+
{
|
|
4841
|
+
"name": "Batuhan Göksu",
|
|
4842
|
+
"github": "bbg"
|
|
4843
|
+
}
|
|
4844
|
+
],
|
|
4845
|
+
"compatibility": {
|
|
4846
|
+
"nuxt": "^3.0.0",
|
|
4847
|
+
"requires": {}
|
|
4848
|
+
}
|
|
4849
|
+
},
|
|
4850
|
+
{
|
|
4851
|
+
"name": "radix-vue",
|
|
4852
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
4853
|
+
"repo": "radix-vue/radix-vue",
|
|
4854
|
+
"npm": "radix-vue",
|
|
4855
|
+
"icon": "radix-vue.svg",
|
|
4856
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
4857
|
+
"website": "https://www.radix-vue.com/",
|
|
4858
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
4859
|
+
"category": "UI",
|
|
4860
|
+
"type": "3rd-party",
|
|
4861
|
+
"maintainers": [
|
|
4862
|
+
{
|
|
4863
|
+
"name": "Zernonia",
|
|
4864
|
+
"github": "zernonia",
|
|
4865
|
+
"twitter": "zernonia"
|
|
4866
|
+
},
|
|
4867
|
+
{
|
|
4868
|
+
"name": "Khairul Haaziq",
|
|
4869
|
+
"github": "khairulhaaziq"
|
|
4870
|
+
},
|
|
4871
|
+
{
|
|
4872
|
+
"name": "Mujahid Anuar",
|
|
4873
|
+
"github": "mujahidfa"
|
|
4874
|
+
},
|
|
4875
|
+
{
|
|
4876
|
+
"name": "Max",
|
|
4877
|
+
"github": "onmax"
|
|
4878
|
+
}
|
|
4879
|
+
],
|
|
3987
4880
|
"compatibility": {
|
|
3988
4881
|
"nuxt": "^3.0.0",
|
|
3989
4882
|
"requires": {}
|
|
@@ -3991,7 +4884,7 @@
|
|
|
3991
4884
|
},
|
|
3992
4885
|
{
|
|
3993
4886
|
"name": "recaptcha",
|
|
3994
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
4887
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
3995
4888
|
"repo": "nuxt-community/recaptcha-module",
|
|
3996
4889
|
"npm": "@nuxtjs/recaptcha",
|
|
3997
4890
|
"icon": "recaptcha.png",
|
|
@@ -4036,7 +4929,7 @@
|
|
|
4036
4929
|
},
|
|
4037
4930
|
{
|
|
4038
4931
|
"name": "rfg-icon",
|
|
4039
|
-
"description": "Nuxt
|
|
4932
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4040
4933
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4041
4934
|
"npm": "nuxt-rfg-icon",
|
|
4042
4935
|
"icon": "real-favicon-generator.png",
|
|
@@ -4058,12 +4951,12 @@
|
|
|
4058
4951
|
},
|
|
4059
4952
|
{
|
|
4060
4953
|
"name": "robots",
|
|
4061
|
-
"description": "A Nuxt
|
|
4062
|
-
"repo": "nuxt-
|
|
4954
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
4955
|
+
"repo": "nuxt-modules/robots",
|
|
4063
4956
|
"npm": "@nuxtjs/robots",
|
|
4064
4957
|
"icon": "robots.png",
|
|
4065
|
-
"github": "https://github.com/nuxt-
|
|
4066
|
-
"website": "https://github.com/nuxt-
|
|
4958
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4959
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4067
4960
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4068
4961
|
"category": "SEO",
|
|
4069
4962
|
"type": "community",
|
|
@@ -4082,7 +4975,7 @@
|
|
|
4082
4975
|
},
|
|
4083
4976
|
{
|
|
4084
4977
|
"name": "rollbar",
|
|
4085
|
-
"description": "Add Rollbar.js to your Nuxt
|
|
4978
|
+
"description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
|
|
4086
4979
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
4087
4980
|
"npm": "nuxt-rollbar-module",
|
|
4088
4981
|
"icon": "rollbar.png",
|
|
@@ -4127,7 +5020,7 @@
|
|
|
4127
5020
|
},
|
|
4128
5021
|
{
|
|
4129
5022
|
"name": "router",
|
|
4130
|
-
"description": "Nuxt
|
|
5023
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4131
5024
|
"repo": "nuxt-community/router-module",
|
|
4132
5025
|
"npm": "@nuxtjs/router",
|
|
4133
5026
|
"icon": "vue.png",
|
|
@@ -4175,13 +5068,13 @@
|
|
|
4175
5068
|
},
|
|
4176
5069
|
{
|
|
4177
5070
|
"name": "schema-org",
|
|
4178
|
-
"description": "Schema.org for Nuxt
|
|
4179
|
-
"repo": "
|
|
5071
|
+
"description": "Schema.org for Nuxt.",
|
|
5072
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4180
5073
|
"npm": "nuxt-schema-org",
|
|
4181
5074
|
"icon": "schema-org.svg",
|
|
4182
|
-
"github": "https://github.com/
|
|
4183
|
-
"website": "https://
|
|
4184
|
-
"learn_more": "https://
|
|
5075
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5076
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5077
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4185
5078
|
"category": "SEO",
|
|
4186
5079
|
"type": "3rd-party",
|
|
4187
5080
|
"maintainers": [
|
|
@@ -4244,7 +5137,7 @@
|
|
|
4244
5137
|
},
|
|
4245
5138
|
{
|
|
4246
5139
|
"name": "segment",
|
|
4247
|
-
"description": "Nuxt
|
|
5140
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4248
5141
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4249
5142
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4250
5143
|
"icon": "segment.png",
|
|
@@ -4266,10 +5159,10 @@
|
|
|
4266
5159
|
},
|
|
4267
5160
|
{
|
|
4268
5161
|
"name": "sentry",
|
|
4269
|
-
"description": "Sentry module for Nuxt
|
|
5162
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4270
5163
|
"repo": "nuxt-community/sentry-module",
|
|
4271
5164
|
"npm": "@nuxtjs/sentry",
|
|
4272
|
-
"icon": "sentry.
|
|
5165
|
+
"icon": "sentry.svg",
|
|
4273
5166
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4274
5167
|
"website": "https://sentry.nuxtjs.org/",
|
|
4275
5168
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4286,14 +5179,38 @@
|
|
|
4286
5179
|
"requires": {}
|
|
4287
5180
|
}
|
|
4288
5181
|
},
|
|
5182
|
+
{
|
|
5183
|
+
"name": "seo-experiments",
|
|
5184
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5185
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5186
|
+
"npm": "nuxt-seo-experiments",
|
|
5187
|
+
"icon": "seo-experiments.svg",
|
|
5188
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5189
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5190
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5191
|
+
"category": "SEO",
|
|
5192
|
+
"type": "3rd-party",
|
|
5193
|
+
"maintainers": [
|
|
5194
|
+
{
|
|
5195
|
+
"name": "Harlan Wilton",
|
|
5196
|
+
"github": "harlan-zw",
|
|
5197
|
+
"twitter": "harlan_zw",
|
|
5198
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5199
|
+
}
|
|
5200
|
+
],
|
|
5201
|
+
"compatibility": {
|
|
5202
|
+
"nuxt": "^3.0.0",
|
|
5203
|
+
"requires": {}
|
|
5204
|
+
}
|
|
5205
|
+
},
|
|
4289
5206
|
{
|
|
4290
5207
|
"name": "seo-kit",
|
|
4291
|
-
"description": "
|
|
5208
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4292
5209
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4293
5210
|
"npm": "nuxt-seo-kit",
|
|
4294
5211
|
"icon": "seo-kit.svg",
|
|
4295
5212
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4296
|
-
"website": "https://
|
|
5213
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4297
5214
|
"learn_more": "",
|
|
4298
5215
|
"category": "SEO",
|
|
4299
5216
|
"type": "3rd-party",
|
|
@@ -4333,7 +5250,7 @@
|
|
|
4333
5250
|
},
|
|
4334
5251
|
{
|
|
4335
5252
|
"name": "seomatic-meta",
|
|
4336
|
-
"description": "A Nuxt
|
|
5253
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4337
5254
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4338
5255
|
"npm": "nuxt-seomatic-meta",
|
|
4339
5256
|
"icon": "seomatic.png",
|
|
@@ -4376,6 +5293,29 @@
|
|
|
4376
5293
|
"requires": {}
|
|
4377
5294
|
}
|
|
4378
5295
|
},
|
|
5296
|
+
{
|
|
5297
|
+
"name": "server-block",
|
|
5298
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5299
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
5300
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5301
|
+
"icon": "server-block.svg",
|
|
5302
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5303
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5304
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5305
|
+
"category": "Extensions",
|
|
5306
|
+
"type": "3rd-party",
|
|
5307
|
+
"maintainers": [
|
|
5308
|
+
{
|
|
5309
|
+
"name": "Hebilicious",
|
|
5310
|
+
"github": "Hebilicious",
|
|
5311
|
+
"twitter": "its_hebilicious"
|
|
5312
|
+
}
|
|
5313
|
+
],
|
|
5314
|
+
"compatibility": {
|
|
5315
|
+
"nuxt": "^3.0.0",
|
|
5316
|
+
"requires": {}
|
|
5317
|
+
}
|
|
5318
|
+
},
|
|
4379
5319
|
{
|
|
4380
5320
|
"name": "session",
|
|
4381
5321
|
"description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
|
|
@@ -4401,7 +5341,7 @@
|
|
|
4401
5341
|
},
|
|
4402
5342
|
{
|
|
4403
5343
|
"name": "shopify",
|
|
4404
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5344
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4405
5345
|
"repo": "Gomah/nuxt-shopify",
|
|
4406
5346
|
"npm": "nuxt-shopify",
|
|
4407
5347
|
"icon": "shopify.png",
|
|
@@ -4422,7 +5362,7 @@
|
|
|
4422
5362
|
}
|
|
4423
5363
|
},
|
|
4424
5364
|
{
|
|
4425
|
-
"name": "
|
|
5365
|
+
"name": "sidebase-auth",
|
|
4426
5366
|
"description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
|
|
4427
5367
|
"repo": "sidebase/nuxt-auth",
|
|
4428
5368
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4468,13 +5408,13 @@
|
|
|
4468
5408
|
},
|
|
4469
5409
|
{
|
|
4470
5410
|
"name": "simple-robots",
|
|
4471
|
-
"description": "
|
|
5411
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4472
5412
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4473
5413
|
"npm": "nuxt-simple-robots",
|
|
4474
|
-
"icon": "",
|
|
5414
|
+
"icon": "simple-robots.svg",
|
|
4475
5415
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4476
|
-
"website": "https://
|
|
4477
|
-
"learn_more": "",
|
|
5416
|
+
"website": "https://nuxtseo.com/robots",
|
|
5417
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4478
5418
|
"category": "SEO",
|
|
4479
5419
|
"type": "3rd-party",
|
|
4480
5420
|
"maintainers": [
|
|
@@ -4492,13 +5432,13 @@
|
|
|
4492
5432
|
},
|
|
4493
5433
|
{
|
|
4494
5434
|
"name": "simple-sitemap",
|
|
4495
|
-
"description": "
|
|
5435
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4496
5436
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4497
5437
|
"npm": "nuxt-simple-sitemap",
|
|
4498
|
-
"icon": "",
|
|
5438
|
+
"icon": "simple-sitemap.svg",
|
|
4499
5439
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4500
|
-
"website": "https://
|
|
4501
|
-
"learn_more": "",
|
|
5440
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5441
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4502
5442
|
"category": "SEO",
|
|
4503
5443
|
"type": "3rd-party",
|
|
4504
5444
|
"maintainers": [
|
|
@@ -4516,7 +5456,7 @@
|
|
|
4516
5456
|
},
|
|
4517
5457
|
{
|
|
4518
5458
|
"name": "sitemap",
|
|
4519
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5459
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
4520
5460
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
4521
5461
|
"npm": "@nuxtjs/sitemap",
|
|
4522
5462
|
"icon": "",
|
|
@@ -4561,14 +5501,14 @@
|
|
|
4561
5501
|
},
|
|
4562
5502
|
{
|
|
4563
5503
|
"name": "snipcart",
|
|
4564
|
-
"description": "Snipcart integration module for Nuxt
|
|
5504
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4565
5505
|
"repo": "nuxt-modules/snipcart",
|
|
4566
5506
|
"npm": "@nuxtjs/snipcart",
|
|
4567
5507
|
"icon": "snipcart.png",
|
|
4568
5508
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4569
5509
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4570
5510
|
"learn_more": "https://snipcart.com",
|
|
4571
|
-
"category": "
|
|
5511
|
+
"category": "Ecommerce",
|
|
4572
5512
|
"type": "community",
|
|
4573
5513
|
"maintainers": [
|
|
4574
5514
|
{
|
|
@@ -4584,7 +5524,7 @@
|
|
|
4584
5524
|
},
|
|
4585
5525
|
{
|
|
4586
5526
|
"name": "social-meta",
|
|
4587
|
-
"description": "Nuxt
|
|
5527
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4588
5528
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4589
5529
|
"npm": "nuxt-social-meta",
|
|
4590
5530
|
"icon": "",
|
|
@@ -4706,7 +5646,7 @@
|
|
|
4706
5646
|
},
|
|
4707
5647
|
{
|
|
4708
5648
|
"name": "storage",
|
|
4709
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5649
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
4710
5650
|
"repo": "mazipan/nuxt-storage",
|
|
4711
5651
|
"npm": "nuxt-storage",
|
|
4712
5652
|
"icon": "",
|
|
@@ -4728,7 +5668,7 @@
|
|
|
4728
5668
|
},
|
|
4729
5669
|
{
|
|
4730
5670
|
"name": "storefront-ui",
|
|
4731
|
-
"description": "Storefront UI Module for Nuxt
|
|
5671
|
+
"description": "Storefront UI Module for Nuxt",
|
|
4732
5672
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
4733
5673
|
"npm": "@storefront-ui/nuxt",
|
|
4734
5674
|
"icon": "storefront-ui.svg",
|
|
@@ -4772,7 +5712,7 @@
|
|
|
4772
5712
|
},
|
|
4773
5713
|
{
|
|
4774
5714
|
"name": "storyblok",
|
|
4775
|
-
"description": "Storyblok Nuxt
|
|
5715
|
+
"description": "Storyblok Nuxt module",
|
|
4776
5716
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
4777
5717
|
"npm": "@storyblok/nuxt",
|
|
4778
5718
|
"icon": "storyblok.png",
|
|
@@ -4789,46 +5729,43 @@
|
|
|
4789
5729
|
],
|
|
4790
5730
|
"compatibility": {
|
|
4791
5731
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4792
|
-
"requires": {}
|
|
5732
|
+
"requires": {},
|
|
5733
|
+
"devtools": "^0.0.0"
|
|
4793
5734
|
}
|
|
4794
5735
|
},
|
|
4795
5736
|
{
|
|
4796
5737
|
"name": "storybook",
|
|
4797
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
4798
|
-
"repo": "nuxt-
|
|
5738
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5739
|
+
"repo": "nuxt-modules/storybook",
|
|
4799
5740
|
"npm": "@nuxtjs/storybook",
|
|
4800
5741
|
"icon": "storybook.png",
|
|
4801
|
-
"github": "https://github.com/nuxt-
|
|
5742
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
4802
5743
|
"website": "https://storybook.nuxtjs.org",
|
|
4803
|
-
"learn_more": "https://
|
|
5744
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
4804
5745
|
"category": "Devtools",
|
|
4805
5746
|
"type": "community",
|
|
4806
5747
|
"maintainers": [
|
|
4807
5748
|
{
|
|
4808
|
-
"name": "
|
|
4809
|
-
"github": "
|
|
4810
|
-
"twitter": "
|
|
4811
|
-
},
|
|
4812
|
-
{
|
|
4813
|
-
"name": "Pooya Parsa",
|
|
4814
|
-
"github": "pi0",
|
|
4815
|
-
"twitter": "_pi0_"
|
|
5749
|
+
"name": "Chakir QATAB",
|
|
5750
|
+
"github": "chakAs3",
|
|
5751
|
+
"twitter": "ChakirQatab"
|
|
4816
5752
|
}
|
|
4817
5753
|
],
|
|
4818
5754
|
"compatibility": {
|
|
4819
|
-
"nuxt": "^2.0.0",
|
|
5755
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4820
5756
|
"requires": {
|
|
4821
5757
|
"bridge": "optional"
|
|
4822
|
-
}
|
|
5758
|
+
},
|
|
5759
|
+
"devtools": "^0.7.2"
|
|
4823
5760
|
}
|
|
4824
5761
|
},
|
|
4825
5762
|
{
|
|
4826
5763
|
"name": "strapi",
|
|
4827
5764
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4828
|
-
"repo": "nuxt-
|
|
5765
|
+
"repo": "nuxt-modules/strapi",
|
|
4829
5766
|
"npm": "@nuxtjs/strapi",
|
|
4830
5767
|
"icon": "strapi.png",
|
|
4831
|
-
"github": "https://github.com/nuxt-
|
|
5768
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4832
5769
|
"website": "https://strapi.nuxtjs.org",
|
|
4833
5770
|
"learn_more": "https://strapi.io/",
|
|
4834
5771
|
"category": "CMS",
|
|
@@ -4849,7 +5786,34 @@
|
|
|
4849
5786
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4850
5787
|
"requires": {
|
|
4851
5788
|
"bridge": true
|
|
5789
|
+
},
|
|
5790
|
+
"devtools": "^0.0.0"
|
|
5791
|
+
}
|
|
5792
|
+
},
|
|
5793
|
+
{
|
|
5794
|
+
"name": "stripe-next",
|
|
5795
|
+
"description": "This Nuxt module provides an easy way to integrate Stripe in your Nuxt application, both on the client-side and server-side. It utilizes the official stripe package for server-side usage and @stripe/stripe-js for the client-side.",
|
|
5796
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5797
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5798
|
+
"icon": "stripe.png",
|
|
5799
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5800
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5801
|
+
"learn_more": "https://stripe.com/docs",
|
|
5802
|
+
"category": "Payment",
|
|
5803
|
+
"type": "3rd-party",
|
|
5804
|
+
"maintainers": [
|
|
5805
|
+
{
|
|
5806
|
+
"name": "Loic Fuentes",
|
|
5807
|
+
"github": "fuentesloic"
|
|
5808
|
+
},
|
|
5809
|
+
{
|
|
5810
|
+
"name": "Florent Giraud",
|
|
5811
|
+
"github": "flozero"
|
|
4852
5812
|
}
|
|
5813
|
+
],
|
|
5814
|
+
"compatibility": {
|
|
5815
|
+
"nuxt": "^3.0.0",
|
|
5816
|
+
"requires": {}
|
|
4853
5817
|
}
|
|
4854
5818
|
},
|
|
4855
5819
|
{
|
|
@@ -4874,6 +5838,36 @@
|
|
|
4874
5838
|
"requires": {}
|
|
4875
5839
|
}
|
|
4876
5840
|
},
|
|
5841
|
+
{
|
|
5842
|
+
"name": "studio",
|
|
5843
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
5844
|
+
"repo": "nuxtlabs/studio-module",
|
|
5845
|
+
"npm": "@nuxthq/studio",
|
|
5846
|
+
"icon": "studio.svg",
|
|
5847
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
5848
|
+
"website": "https://nuxt.studio",
|
|
5849
|
+
"learn_more": "https://nuxt.studio",
|
|
5850
|
+
"category": "CMS",
|
|
5851
|
+
"type": "3rd-party",
|
|
5852
|
+
"maintainers": [
|
|
5853
|
+
{
|
|
5854
|
+
"name": "Ahad Birang",
|
|
5855
|
+
"github": "farnabaz",
|
|
5856
|
+
"twitter": "a_birang"
|
|
5857
|
+
},
|
|
5858
|
+
{
|
|
5859
|
+
"name": "Sébastien Chopin",
|
|
5860
|
+
"github": "Atinux",
|
|
5861
|
+
"twitter": "Atinux"
|
|
5862
|
+
}
|
|
5863
|
+
],
|
|
5864
|
+
"compatibility": {
|
|
5865
|
+
"nuxt": "^3.0.0",
|
|
5866
|
+
"requires": {
|
|
5867
|
+
"content": true
|
|
5868
|
+
}
|
|
5869
|
+
}
|
|
5870
|
+
},
|
|
4877
5871
|
{
|
|
4878
5872
|
"name": "style-resources",
|
|
4879
5873
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -4899,7 +5893,7 @@
|
|
|
4899
5893
|
},
|
|
4900
5894
|
{
|
|
4901
5895
|
"name": "stylelint",
|
|
4902
|
-
"description": "Stylelint module for Nuxt.
|
|
5896
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
4903
5897
|
"repo": "nuxt-community/stylelint-module",
|
|
4904
5898
|
"npm": "@nuxtjs/stylelint-module",
|
|
4905
5899
|
"icon": "stylelint.png",
|
|
@@ -4945,10 +5939,10 @@
|
|
|
4945
5939
|
{
|
|
4946
5940
|
"name": "supabase",
|
|
4947
5941
|
"description": "First class integration with Supabase",
|
|
4948
|
-
"repo": "nuxt-
|
|
5942
|
+
"repo": "nuxt-modules/supabase",
|
|
4949
5943
|
"npm": "@nuxtjs/supabase",
|
|
4950
5944
|
"icon": "supabase.png",
|
|
4951
|
-
"github": "https://github.com/nuxt-
|
|
5945
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4952
5946
|
"website": "https://supabase.nuxtjs.org",
|
|
4953
5947
|
"learn_more": "https://supabase.com",
|
|
4954
5948
|
"category": "Database",
|
|
@@ -4999,12 +5993,12 @@
|
|
|
4999
5993
|
},
|
|
5000
5994
|
{
|
|
5001
5995
|
"name": "svg-sprite",
|
|
5002
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5003
|
-
"repo": "nuxt-
|
|
5996
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
5997
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5004
5998
|
"npm": "@nuxtjs/svg-sprite",
|
|
5005
5999
|
"icon": "",
|
|
5006
|
-
"github": "https://github.com/nuxt-
|
|
5007
|
-
"website": "https://github.com/nuxt-
|
|
6000
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6001
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5008
6002
|
"learn_more": "",
|
|
5009
6003
|
"category": "UI",
|
|
5010
6004
|
"type": "community",
|
|
@@ -5016,13 +6010,13 @@
|
|
|
5016
6010
|
}
|
|
5017
6011
|
],
|
|
5018
6012
|
"compatibility": {
|
|
5019
|
-
"nuxt": "^2.0.0",
|
|
6013
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5020
6014
|
"requires": {}
|
|
5021
6015
|
}
|
|
5022
6016
|
},
|
|
5023
6017
|
{
|
|
5024
6018
|
"name": "svg",
|
|
5025
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6019
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5026
6020
|
"repo": "nuxt-community/svg-module",
|
|
5027
6021
|
"npm": "@nuxtjs/svg",
|
|
5028
6022
|
"icon": "",
|
|
@@ -5066,7 +6060,7 @@
|
|
|
5066
6060
|
},
|
|
5067
6061
|
{
|
|
5068
6062
|
"name": "swiper",
|
|
5069
|
-
"description": "Nuxt
|
|
6063
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5070
6064
|
"repo": "cpreston321/nuxt-swiper",
|
|
5071
6065
|
"npm": "nuxt-swiper",
|
|
5072
6066
|
"icon": "swiper.svg",
|
|
@@ -5112,10 +6106,10 @@
|
|
|
5112
6106
|
{
|
|
5113
6107
|
"name": "tailwindcss",
|
|
5114
6108
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5115
|
-
"repo": "nuxt-
|
|
6109
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5116
6110
|
"npm": "@nuxtjs/tailwindcss",
|
|
5117
6111
|
"icon": "tailwindcss.png",
|
|
5118
|
-
"github": "https://github.com/nuxt-
|
|
6112
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5119
6113
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5120
6114
|
"learn_more": "https://tailwindcss.com/",
|
|
5121
6115
|
"category": "UI",
|
|
@@ -5125,11 +6119,16 @@
|
|
|
5125
6119
|
"name": "Sébastien Chopin",
|
|
5126
6120
|
"github": "Atinux",
|
|
5127
6121
|
"twitter": "Atinux"
|
|
6122
|
+
},
|
|
6123
|
+
{
|
|
6124
|
+
"name": "Inesh Bose",
|
|
6125
|
+
"github": "ineshbose"
|
|
5128
6126
|
}
|
|
5129
6127
|
],
|
|
5130
6128
|
"compatibility": {
|
|
5131
6129
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5132
|
-
"requires": {}
|
|
6130
|
+
"requires": {},
|
|
6131
|
+
"devtools": "^0.0.0"
|
|
5133
6132
|
}
|
|
5134
6133
|
},
|
|
5135
6134
|
{
|
|
@@ -5155,9 +6154,31 @@
|
|
|
5155
6154
|
"requires": {}
|
|
5156
6155
|
}
|
|
5157
6156
|
},
|
|
6157
|
+
{
|
|
6158
|
+
"name": "time",
|
|
6159
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
6160
|
+
"repo": "danielroe/nuxt-time",
|
|
6161
|
+
"npm": "nuxt-time",
|
|
6162
|
+
"icon": "",
|
|
6163
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
6164
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
6165
|
+
"learn_more": "",
|
|
6166
|
+
"category": "Extensions",
|
|
6167
|
+
"type": "3rd-party",
|
|
6168
|
+
"maintainers": [
|
|
6169
|
+
{
|
|
6170
|
+
"name": "danielroe",
|
|
6171
|
+
"github": "danielroe"
|
|
6172
|
+
}
|
|
6173
|
+
],
|
|
6174
|
+
"compatibility": {
|
|
6175
|
+
"nuxt": "^3.0.0",
|
|
6176
|
+
"requires": {}
|
|
6177
|
+
}
|
|
6178
|
+
},
|
|
5158
6179
|
{
|
|
5159
6180
|
"name": "toast",
|
|
5160
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6181
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5161
6182
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5162
6183
|
"npm": "@nuxtjs/toast",
|
|
5163
6184
|
"icon": "",
|
|
@@ -5178,6 +6199,39 @@
|
|
|
5178
6199
|
"requires": {}
|
|
5179
6200
|
}
|
|
5180
6201
|
},
|
|
6202
|
+
{
|
|
6203
|
+
"name": "tresjs",
|
|
6204
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6205
|
+
"repo": "tresjs/nuxt",
|
|
6206
|
+
"npm": "@tresjs/nuxt",
|
|
6207
|
+
"icon": "tresjs.svg",
|
|
6208
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6209
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6210
|
+
"learn_more": "https://tresjs.org/",
|
|
6211
|
+
"category": "Libraries",
|
|
6212
|
+
"type": "3rd-party",
|
|
6213
|
+
"maintainers": [
|
|
6214
|
+
{
|
|
6215
|
+
"name": "Alvaro Saburido",
|
|
6216
|
+
"github": "alvarosabu",
|
|
6217
|
+
"twitter": "alvarosabu"
|
|
6218
|
+
},
|
|
6219
|
+
{
|
|
6220
|
+
"name": "Jaime Torrealba",
|
|
6221
|
+
"github": "JaimeTorrealba",
|
|
6222
|
+
"twitter": "jaimebboyjt"
|
|
6223
|
+
},
|
|
6224
|
+
{
|
|
6225
|
+
"name": "Tino Koch",
|
|
6226
|
+
"github": "Tinoooo",
|
|
6227
|
+
"twitter": "ichbintino"
|
|
6228
|
+
}
|
|
6229
|
+
],
|
|
6230
|
+
"compatibility": {
|
|
6231
|
+
"nuxt": "^3.0.0",
|
|
6232
|
+
"requires": {}
|
|
6233
|
+
}
|
|
6234
|
+
},
|
|
5181
6235
|
{
|
|
5182
6236
|
"name": "turnstile",
|
|
5183
6237
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5205,7 +6259,7 @@
|
|
|
5205
6259
|
},
|
|
5206
6260
|
{
|
|
5207
6261
|
"name": "twa",
|
|
5208
|
-
"description": "Nuxt
|
|
6262
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5209
6263
|
"repo": "tuarrep/nuxt-twa",
|
|
5210
6264
|
"npm": "nuxt-twa",
|
|
5211
6265
|
"icon": "",
|
|
@@ -5227,6 +6281,28 @@
|
|
|
5227
6281
|
}
|
|
5228
6282
|
}
|
|
5229
6283
|
},
|
|
6284
|
+
{
|
|
6285
|
+
"name": "twemoji",
|
|
6286
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6287
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6288
|
+
"npm": "nuxt-twemoji",
|
|
6289
|
+
"icon": "twemoji.svg",
|
|
6290
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6291
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6292
|
+
"learn_more": "",
|
|
6293
|
+
"category": "UI",
|
|
6294
|
+
"type": "3rd-party",
|
|
6295
|
+
"maintainers": [
|
|
6296
|
+
{
|
|
6297
|
+
"name": "Yizack Rangel",
|
|
6298
|
+
"github": "yizack"
|
|
6299
|
+
}
|
|
6300
|
+
],
|
|
6301
|
+
"compatibility": {
|
|
6302
|
+
"nuxt": "^3.0.0",
|
|
6303
|
+
"requires": {}
|
|
6304
|
+
}
|
|
6305
|
+
},
|
|
5230
6306
|
{
|
|
5231
6307
|
"name": "twicpics",
|
|
5232
6308
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5367,7 +6443,40 @@
|
|
|
5367
6443
|
}
|
|
5368
6444
|
],
|
|
5369
6445
|
"compatibility": {
|
|
5370
|
-
"nuxt": "^2.0.0",
|
|
6446
|
+
"nuxt": "^2.0.0",
|
|
6447
|
+
"requires": {}
|
|
6448
|
+
}
|
|
6449
|
+
},
|
|
6450
|
+
{
|
|
6451
|
+
"name": "ui",
|
|
6452
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6453
|
+
"repo": "nuxt/ui#dev",
|
|
6454
|
+
"npm": "@nuxt/ui",
|
|
6455
|
+
"icon": "nuxt.svg",
|
|
6456
|
+
"github": "https://github.com/nuxt/ui",
|
|
6457
|
+
"website": "https://ui.nuxt.com",
|
|
6458
|
+
"learn_more": "",
|
|
6459
|
+
"category": "UI",
|
|
6460
|
+
"type": "official",
|
|
6461
|
+
"maintainers": [
|
|
6462
|
+
{
|
|
6463
|
+
"name": "Benjamin Canac",
|
|
6464
|
+
"github": "benjamincanac",
|
|
6465
|
+
"twitter": "benjamincanac"
|
|
6466
|
+
},
|
|
6467
|
+
{
|
|
6468
|
+
"name": "Sebastien Chopin",
|
|
6469
|
+
"github": "Atinux",
|
|
6470
|
+
"twitter": "Atinux"
|
|
6471
|
+
},
|
|
6472
|
+
{
|
|
6473
|
+
"name": "Sylvain Marroufin",
|
|
6474
|
+
"github": "smarroufin",
|
|
6475
|
+
"twitter": "smarroufin"
|
|
6476
|
+
}
|
|
6477
|
+
],
|
|
6478
|
+
"compatibility": {
|
|
6479
|
+
"nuxt": "^3.0.0",
|
|
5371
6480
|
"requires": {}
|
|
5372
6481
|
}
|
|
5373
6482
|
},
|
|
@@ -5398,11 +6507,11 @@
|
|
|
5398
6507
|
{
|
|
5399
6508
|
"name": "unhead",
|
|
5400
6509
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5401
|
-
"repo": "harlan-zw/nuxt-
|
|
5402
|
-
"npm": "nuxt-
|
|
6510
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6511
|
+
"npm": "nuxt-seo-experiments",
|
|
5403
6512
|
"icon": "",
|
|
5404
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5405
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
6513
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6514
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5406
6515
|
"learn_more": "",
|
|
5407
6516
|
"category": "SEO",
|
|
5408
6517
|
"type": "3rd-party",
|
|
@@ -5419,7 +6528,7 @@
|
|
|
5419
6528
|
},
|
|
5420
6529
|
{
|
|
5421
6530
|
"name": "universal-storage",
|
|
5422
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6531
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5423
6532
|
"repo": "nuxt-community/universal-storage-module",
|
|
5424
6533
|
"npm": "@nuxtjs/universal-storage",
|
|
5425
6534
|
"icon": "",
|
|
@@ -5445,6 +6554,28 @@
|
|
|
5445
6554
|
"requires": {}
|
|
5446
6555
|
}
|
|
5447
6556
|
},
|
|
6557
|
+
{
|
|
6558
|
+
"name": "unlazy",
|
|
6559
|
+
"description": "Lazy loading library for placeholder images",
|
|
6560
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6561
|
+
"npm": "@unlazy/nuxt",
|
|
6562
|
+
"icon": "unlazy.svg",
|
|
6563
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6564
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6565
|
+
"learn_more": "",
|
|
6566
|
+
"category": "Images",
|
|
6567
|
+
"type": "3rd-party",
|
|
6568
|
+
"maintainers": [
|
|
6569
|
+
{
|
|
6570
|
+
"name": "Johann Schopplich",
|
|
6571
|
+
"github": "johannschopplich"
|
|
6572
|
+
}
|
|
6573
|
+
],
|
|
6574
|
+
"compatibility": {
|
|
6575
|
+
"nuxt": "^3.0.0",
|
|
6576
|
+
"requires": {}
|
|
6577
|
+
}
|
|
6578
|
+
},
|
|
5448
6579
|
{
|
|
5449
6580
|
"name": "unlighthouse",
|
|
5450
6581
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5474,12 +6605,12 @@
|
|
|
5474
6605
|
{
|
|
5475
6606
|
"name": "unocss",
|
|
5476
6607
|
"description": "The instant on-demand atomic CSS engine.",
|
|
5477
|
-
"repo": "
|
|
6608
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
5478
6609
|
"npm": "@unocss/nuxt",
|
|
5479
6610
|
"icon": "unocss.svg",
|
|
5480
|
-
"github": "https://github.com/
|
|
5481
|
-
"website": "https://github.com/
|
|
5482
|
-
"learn_more": "https://github.com/
|
|
6611
|
+
"github": "https://github.com/unocss/unocss",
|
|
6612
|
+
"website": "https://github.com/unocss/unocss",
|
|
6613
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
5483
6614
|
"category": "UI",
|
|
5484
6615
|
"type": "3rd-party",
|
|
5485
6616
|
"maintainers": [
|
|
@@ -5494,7 +6625,8 @@
|
|
|
5494
6625
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5495
6626
|
"requires": {
|
|
5496
6627
|
"bridge": "optional"
|
|
5497
|
-
}
|
|
6628
|
+
},
|
|
6629
|
+
"devtools": "^0.0.0"
|
|
5498
6630
|
}
|
|
5499
6631
|
},
|
|
5500
6632
|
{
|
|
@@ -5520,9 +6652,33 @@
|
|
|
5520
6652
|
"requires": {}
|
|
5521
6653
|
}
|
|
5522
6654
|
},
|
|
6655
|
+
{
|
|
6656
|
+
"name": "use-wagmi",
|
|
6657
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6658
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6659
|
+
"npm": "@use-wagmi/nuxt",
|
|
6660
|
+
"icon": "use-wagmi.png",
|
|
6661
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6662
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6663
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6664
|
+
"category": "Extensions",
|
|
6665
|
+
"type": "3rd-party",
|
|
6666
|
+
"maintainers": [
|
|
6667
|
+
{
|
|
6668
|
+
"name": "Unic Ape",
|
|
6669
|
+
"github": "unicape"
|
|
6670
|
+
}
|
|
6671
|
+
],
|
|
6672
|
+
"compatibility": {
|
|
6673
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6674
|
+
"requires": {
|
|
6675
|
+
"bridge": true
|
|
6676
|
+
}
|
|
6677
|
+
}
|
|
6678
|
+
},
|
|
5523
6679
|
{
|
|
5524
6680
|
"name": "user-agent",
|
|
5525
|
-
"description": "Nuxt
|
|
6681
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5526
6682
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5527
6683
|
"npm": "nuxt-user-agent",
|
|
5528
6684
|
"icon": "",
|
|
@@ -5588,6 +6744,74 @@
|
|
|
5588
6744
|
}
|
|
5589
6745
|
}
|
|
5590
6746
|
},
|
|
6747
|
+
{
|
|
6748
|
+
"name": "varlet",
|
|
6749
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
6750
|
+
"repo": "varletjs/varlet-nuxt",
|
|
6751
|
+
"npm": "@varlet/nuxt",
|
|
6752
|
+
"icon": "varlet.svg",
|
|
6753
|
+
"github": "https://github.com/varletjs/varlet",
|
|
6754
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
6755
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6756
|
+
"category": "UI",
|
|
6757
|
+
"type": "3rd-party",
|
|
6758
|
+
"maintainers": [
|
|
6759
|
+
{
|
|
6760
|
+
"name": "zhangmo8",
|
|
6761
|
+
"github": "zhangmo8"
|
|
6762
|
+
}
|
|
6763
|
+
],
|
|
6764
|
+
"compatibility": {
|
|
6765
|
+
"nuxt": "^3.0.0",
|
|
6766
|
+
"requires": {
|
|
6767
|
+
"bridge": "optional"
|
|
6768
|
+
}
|
|
6769
|
+
}
|
|
6770
|
+
},
|
|
6771
|
+
{
|
|
6772
|
+
"name": "vcalendar",
|
|
6773
|
+
"description": "VCalendar module for Nuxt",
|
|
6774
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6775
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6776
|
+
"icon": "vcalendar.png",
|
|
6777
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6778
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6779
|
+
"learn_more": "",
|
|
6780
|
+
"category": "Libraries",
|
|
6781
|
+
"type": "3rd-party",
|
|
6782
|
+
"maintainers": [
|
|
6783
|
+
{
|
|
6784
|
+
"name": "Sam K",
|
|
6785
|
+
"github": "samk-dev"
|
|
6786
|
+
}
|
|
6787
|
+
],
|
|
6788
|
+
"compatibility": {
|
|
6789
|
+
"nuxt": "^3.0.0",
|
|
6790
|
+
"requires": {}
|
|
6791
|
+
}
|
|
6792
|
+
},
|
|
6793
|
+
{
|
|
6794
|
+
"name": "vee-validate",
|
|
6795
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6796
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6797
|
+
"npm": "@vee-validate/nuxt",
|
|
6798
|
+
"icon": "vee-validate.png",
|
|
6799
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6800
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6801
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6802
|
+
"category": "Libraries",
|
|
6803
|
+
"type": "3rd-party",
|
|
6804
|
+
"maintainers": [
|
|
6805
|
+
{
|
|
6806
|
+
"name": "Abdelrahman Awad",
|
|
6807
|
+
"github": "logaretm"
|
|
6808
|
+
}
|
|
6809
|
+
],
|
|
6810
|
+
"compatibility": {
|
|
6811
|
+
"nuxt": "^3.0.0",
|
|
6812
|
+
"requires": {}
|
|
6813
|
+
}
|
|
6814
|
+
},
|
|
5591
6815
|
{
|
|
5592
6816
|
"name": "vendor",
|
|
5593
6817
|
"description": "directly serve node_modules",
|
|
@@ -5611,9 +6835,54 @@
|
|
|
5611
6835
|
"requires": {}
|
|
5612
6836
|
}
|
|
5613
6837
|
},
|
|
6838
|
+
{
|
|
6839
|
+
"name": "vercel-analytics",
|
|
6840
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6841
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6842
|
+
"npm": "nuxt-vercel-analytics",
|
|
6843
|
+
"icon": "",
|
|
6844
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6845
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6846
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6847
|
+
"category": "Analytics",
|
|
6848
|
+
"type": "3rd-party",
|
|
6849
|
+
"maintainers": [
|
|
6850
|
+
{
|
|
6851
|
+
"name": "Alexander B.",
|
|
6852
|
+
"github": "xanderbarkhatov"
|
|
6853
|
+
}
|
|
6854
|
+
],
|
|
6855
|
+
"compatibility": {
|
|
6856
|
+
"nuxt": "^3.0.0",
|
|
6857
|
+
"requires": {}
|
|
6858
|
+
}
|
|
6859
|
+
},
|
|
6860
|
+
{
|
|
6861
|
+
"name": "vexip-ui",
|
|
6862
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6863
|
+
"repo": "vexip-ui/nuxt",
|
|
6864
|
+
"npm": "@vexip-ui/nuxt",
|
|
6865
|
+
"icon": "vexip-ui.svg",
|
|
6866
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6867
|
+
"website": "https://www.vexipui.com/",
|
|
6868
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6869
|
+
"category": "UI",
|
|
6870
|
+
"type": "3rd-party",
|
|
6871
|
+
"maintainers": [
|
|
6872
|
+
{
|
|
6873
|
+
"name": "未觉雨声",
|
|
6874
|
+
"github": "qmhc",
|
|
6875
|
+
"twitter": "qmhc95"
|
|
6876
|
+
}
|
|
6877
|
+
],
|
|
6878
|
+
"compatibility": {
|
|
6879
|
+
"nuxt": "^3.0.0",
|
|
6880
|
+
"requires": {}
|
|
6881
|
+
}
|
|
6882
|
+
},
|
|
5614
6883
|
{
|
|
5615
6884
|
"name": "vite-pwa-nuxt",
|
|
5616
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
6885
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
5617
6886
|
"repo": "vite-pwa/nuxt",
|
|
5618
6887
|
"npm": "@vite-pwa/nuxt",
|
|
5619
6888
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -5642,13 +6911,13 @@
|
|
|
5642
6911
|
{
|
|
5643
6912
|
"name": "vitest",
|
|
5644
6913
|
"description": "Vitest integration with Nuxt",
|
|
5645
|
-
"repo": "danielroe/nuxt-vitest
|
|
6914
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5646
6915
|
"npm": "nuxt-vitest",
|
|
5647
6916
|
"icon": "vitest.svg",
|
|
5648
6917
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5649
6918
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5650
6919
|
"learn_more": "",
|
|
5651
|
-
"category": "
|
|
6920
|
+
"category": "Devtools",
|
|
5652
6921
|
"type": "3rd-party",
|
|
5653
6922
|
"maintainers": [
|
|
5654
6923
|
{
|
|
@@ -5662,18 +6931,50 @@
|
|
|
5662
6931
|
],
|
|
5663
6932
|
"compatibility": {
|
|
5664
6933
|
"nuxt": "^3.0.0",
|
|
5665
|
-
"requires": {}
|
|
6934
|
+
"requires": {},
|
|
6935
|
+
"devtools": "^0.0.0"
|
|
6936
|
+
}
|
|
6937
|
+
},
|
|
6938
|
+
{
|
|
6939
|
+
"name": "vue-email",
|
|
6940
|
+
"description": "💌 Write email templates with vue",
|
|
6941
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6942
|
+
"npm": "vue-email",
|
|
6943
|
+
"icon": "vue-email.svg",
|
|
6944
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6945
|
+
"website": "https://www.vuemail.net/",
|
|
6946
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
6947
|
+
"category": "UI",
|
|
6948
|
+
"type": "3rd-party",
|
|
6949
|
+
"maintainers": [
|
|
6950
|
+
{
|
|
6951
|
+
"name": "David Arenas",
|
|
6952
|
+
"github": "Dave136",
|
|
6953
|
+
"twitter": "davejs4",
|
|
6954
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6955
|
+
},
|
|
6956
|
+
{
|
|
6957
|
+
"name": "Younes Barrad",
|
|
6958
|
+
"github": "Flowko",
|
|
6959
|
+
"twitter": "imflowko",
|
|
6960
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6961
|
+
}
|
|
6962
|
+
],
|
|
6963
|
+
"compatibility": {
|
|
6964
|
+
"nuxt": "^3.0.0",
|
|
6965
|
+
"requires": {},
|
|
6966
|
+
"devtools": "^0.0.0"
|
|
5666
6967
|
}
|
|
5667
6968
|
},
|
|
5668
6969
|
{
|
|
5669
6970
|
"name": "vue-macros",
|
|
5670
|
-
"description": "Explore
|
|
5671
|
-
"repo": "sxzz/
|
|
6971
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6972
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5672
6973
|
"npm": "@vue-macros/nuxt",
|
|
5673
6974
|
"icon": "vue-macros.svg",
|
|
5674
|
-
"github": "https://github.com/sxzz/
|
|
6975
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5675
6976
|
"website": "https://vue-macros.sxzz.moe",
|
|
5676
|
-
"learn_more": "https://github.com/sxzz/
|
|
6977
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5677
6978
|
"category": "Extensions",
|
|
5678
6979
|
"type": "3rd-party",
|
|
5679
6980
|
"maintainers": [
|
|
@@ -5687,7 +6988,8 @@
|
|
|
5687
6988
|
"nuxt": "^3.0.0",
|
|
5688
6989
|
"requires": {
|
|
5689
6990
|
"bridge": "optional"
|
|
5690
|
-
}
|
|
6991
|
+
},
|
|
6992
|
+
"devtools": "^0.0.0"
|
|
5691
6993
|
}
|
|
5692
6994
|
},
|
|
5693
6995
|
{
|
|
@@ -5714,7 +7016,7 @@
|
|
|
5714
7016
|
},
|
|
5715
7017
|
{
|
|
5716
7018
|
"name": "vue-multiselect",
|
|
5717
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7019
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
5718
7020
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
5719
7021
|
"npm": "nuxt-vue-multiselect",
|
|
5720
7022
|
"icon": "",
|
|
@@ -5756,6 +7058,29 @@
|
|
|
5756
7058
|
"requires": {}
|
|
5757
7059
|
}
|
|
5758
7060
|
},
|
|
7061
|
+
{
|
|
7062
|
+
"name": "vue-query",
|
|
7063
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7064
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
7065
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
7066
|
+
"icon": "vue-query.svg",
|
|
7067
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
7068
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
7069
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
7070
|
+
"category": "Request",
|
|
7071
|
+
"type": "3rd-party",
|
|
7072
|
+
"maintainers": [
|
|
7073
|
+
{
|
|
7074
|
+
"name": "Hebilicious",
|
|
7075
|
+
"github": "Hebilicious",
|
|
7076
|
+
"twitter": "its_hebilicious"
|
|
7077
|
+
}
|
|
7078
|
+
],
|
|
7079
|
+
"compatibility": {
|
|
7080
|
+
"nuxt": "^3.0.0",
|
|
7081
|
+
"requires": {}
|
|
7082
|
+
}
|
|
7083
|
+
},
|
|
5759
7084
|
{
|
|
5760
7085
|
"name": "vue-select",
|
|
5761
7086
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5805,7 +7130,7 @@
|
|
|
5805
7130
|
},
|
|
5806
7131
|
{
|
|
5807
7132
|
"name": "vue-warehouse",
|
|
5808
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7133
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
5809
7134
|
"repo": "juliomrqz/vue-warehouse",
|
|
5810
7135
|
"npm": "vue-warehouse",
|
|
5811
7136
|
"icon": "",
|
|
@@ -5826,6 +7151,29 @@
|
|
|
5826
7151
|
"requires": {}
|
|
5827
7152
|
}
|
|
5828
7153
|
},
|
|
7154
|
+
{
|
|
7155
|
+
"name": "vue3-carousel-nuxt",
|
|
7156
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7157
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7158
|
+
"npm": "vue3-carousel-nuxt",
|
|
7159
|
+
"icon": "",
|
|
7160
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7161
|
+
"website": "",
|
|
7162
|
+
"learn_more": "",
|
|
7163
|
+
"category": "UI",
|
|
7164
|
+
"type": "3rd-party",
|
|
7165
|
+
"maintainers": [
|
|
7166
|
+
{
|
|
7167
|
+
"name": "Gaetan SENN",
|
|
7168
|
+
"github": "gaetansenn",
|
|
7169
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7170
|
+
}
|
|
7171
|
+
],
|
|
7172
|
+
"compatibility": {
|
|
7173
|
+
"nuxt": "^3.0.0",
|
|
7174
|
+
"requires": {}
|
|
7175
|
+
}
|
|
7176
|
+
},
|
|
5829
7177
|
{
|
|
5830
7178
|
"name": "vuefire",
|
|
5831
7179
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -5848,9 +7196,55 @@
|
|
|
5848
7196
|
"requires": {}
|
|
5849
7197
|
}
|
|
5850
7198
|
},
|
|
7199
|
+
{
|
|
7200
|
+
"name": "vueform-builder",
|
|
7201
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7202
|
+
"repo": "vueform/builder-nuxt",
|
|
7203
|
+
"npm": "@vueform/builder-nuxt",
|
|
7204
|
+
"icon": "vueform.svg",
|
|
7205
|
+
"github": "https://github.com/vueform/builder",
|
|
7206
|
+
"website": "https://builder.vueform.com",
|
|
7207
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7208
|
+
"category": "Libraries",
|
|
7209
|
+
"type": "3rd-party",
|
|
7210
|
+
"maintainers": [
|
|
7211
|
+
{
|
|
7212
|
+
"name": "Adam Berecz",
|
|
7213
|
+
"github": "adamberecz",
|
|
7214
|
+
"twitter": "bereczadam"
|
|
7215
|
+
}
|
|
7216
|
+
],
|
|
7217
|
+
"compatibility": {
|
|
7218
|
+
"nuxt": "^3.0.0",
|
|
7219
|
+
"requires": {}
|
|
7220
|
+
}
|
|
7221
|
+
},
|
|
7222
|
+
{
|
|
7223
|
+
"name": "vueform",
|
|
7224
|
+
"description": "Official Vueform module for Nuxt",
|
|
7225
|
+
"repo": "vueform/nuxt",
|
|
7226
|
+
"npm": "@vueform/nuxt",
|
|
7227
|
+
"icon": "vueform.svg",
|
|
7228
|
+
"github": "https://github.com/vueform/vueform",
|
|
7229
|
+
"website": "https://vueform.com",
|
|
7230
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7231
|
+
"category": "Libraries",
|
|
7232
|
+
"type": "3rd-party",
|
|
7233
|
+
"maintainers": [
|
|
7234
|
+
{
|
|
7235
|
+
"name": "Adam Berecz",
|
|
7236
|
+
"github": "adamberecz",
|
|
7237
|
+
"twitter": "bereczadam"
|
|
7238
|
+
}
|
|
7239
|
+
],
|
|
7240
|
+
"compatibility": {
|
|
7241
|
+
"nuxt": "^3.0.0",
|
|
7242
|
+
"requires": {}
|
|
7243
|
+
}
|
|
7244
|
+
},
|
|
5851
7245
|
{
|
|
5852
7246
|
"name": "vuestic",
|
|
5853
|
-
"description": "Vuestic UI module for Nuxt
|
|
7247
|
+
"description": "Vuestic UI module for Nuxt",
|
|
5854
7248
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
5855
7249
|
"npm": "@vuestic/nuxt",
|
|
5856
7250
|
"icon": "vuestic.png",
|
|
@@ -5870,9 +7264,31 @@
|
|
|
5870
7264
|
"requires": {}
|
|
5871
7265
|
}
|
|
5872
7266
|
},
|
|
7267
|
+
{
|
|
7268
|
+
"name": "vuetify-nuxt-module",
|
|
7269
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7270
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7271
|
+
"npm": "vuetify-nuxt-module",
|
|
7272
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7273
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7274
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7275
|
+
"learn_more": "https://vuetify-nuxt-module.netlify.app/",
|
|
7276
|
+
"category": "UI",
|
|
7277
|
+
"type": "3rd-party",
|
|
7278
|
+
"maintainers": [
|
|
7279
|
+
{
|
|
7280
|
+
"name": "Joaquín Sánchez",
|
|
7281
|
+
"github": "userquin"
|
|
7282
|
+
}
|
|
7283
|
+
],
|
|
7284
|
+
"compatibility": {
|
|
7285
|
+
"nuxt": "^3.0.0",
|
|
7286
|
+
"requires": {}
|
|
7287
|
+
}
|
|
7288
|
+
},
|
|
5873
7289
|
{
|
|
5874
7290
|
"name": "vuetify",
|
|
5875
|
-
"description": "Vuetify Module for Nuxt
|
|
7291
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
5876
7292
|
"repo": "nuxt-community/vuetify-module",
|
|
5877
7293
|
"npm": "@nuxtjs/vuetify",
|
|
5878
7294
|
"icon": "vuetify.png",
|
|
@@ -5919,7 +7335,8 @@
|
|
|
5919
7335
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5920
7336
|
"requires": {
|
|
5921
7337
|
"bridge": "optional"
|
|
5922
|
-
}
|
|
7338
|
+
},
|
|
7339
|
+
"devtools": "^0.0.0"
|
|
5923
7340
|
}
|
|
5924
7341
|
},
|
|
5925
7342
|
{
|
|
@@ -5944,14 +7361,37 @@
|
|
|
5944
7361
|
"requires": {}
|
|
5945
7362
|
}
|
|
5946
7363
|
},
|
|
7364
|
+
{
|
|
7365
|
+
"name": "vunix",
|
|
7366
|
+
"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.",
|
|
7367
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
7368
|
+
"npm": "@vunix/nuxt",
|
|
7369
|
+
"icon": "",
|
|
7370
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
7371
|
+
"website": "https://vunix.dewib.com/",
|
|
7372
|
+
"learn_more": "",
|
|
7373
|
+
"category": "UI",
|
|
7374
|
+
"type": "3rd-party",
|
|
7375
|
+
"maintainers": [
|
|
7376
|
+
{
|
|
7377
|
+
"name": "Gaetan SENN",
|
|
7378
|
+
"github": "gaetansenn",
|
|
7379
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7380
|
+
}
|
|
7381
|
+
],
|
|
7382
|
+
"compatibility": {
|
|
7383
|
+
"nuxt": "^3.0.0",
|
|
7384
|
+
"requires": {}
|
|
7385
|
+
}
|
|
7386
|
+
},
|
|
5947
7387
|
{
|
|
5948
7388
|
"name": "web-vitals",
|
|
5949
7389
|
"description": "Web Vitals for Nuxt",
|
|
5950
|
-
"repo": "nuxt-
|
|
7390
|
+
"repo": "nuxt-modules/web-vitals",
|
|
5951
7391
|
"npm": "@nuxtjs/web-vitals",
|
|
5952
7392
|
"icon": "web-vitals.png",
|
|
5953
|
-
"github": "https://github.com/nuxt-
|
|
5954
|
-
"website": "https://github.com/nuxt-
|
|
7393
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7394
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
5955
7395
|
"learn_more": "",
|
|
5956
7396
|
"category": "Performance",
|
|
5957
7397
|
"type": "community",
|
|
@@ -6002,7 +7442,7 @@
|
|
|
6002
7442
|
},
|
|
6003
7443
|
{
|
|
6004
7444
|
"name": "webpack-optimisations",
|
|
6005
|
-
"description": "Nuxt
|
|
7445
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6006
7446
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6007
7447
|
"npm": "nuxt-webpack-optimisations",
|
|
6008
7448
|
"icon": "build-optimisations.svg",
|
|
@@ -6092,6 +7532,54 @@
|
|
|
6092
7532
|
"requires": {}
|
|
6093
7533
|
}
|
|
6094
7534
|
},
|
|
7535
|
+
{
|
|
7536
|
+
"name": "well-known",
|
|
7537
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
7538
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7539
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7540
|
+
"icon": "well-known.svg",
|
|
7541
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
7542
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
7543
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
7544
|
+
"category": "SEO",
|
|
7545
|
+
"type": "3rd-party",
|
|
7546
|
+
"maintainers": [
|
|
7547
|
+
{
|
|
7548
|
+
"name": "Zadig&Voltaire Team",
|
|
7549
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
7550
|
+
}
|
|
7551
|
+
],
|
|
7552
|
+
"compatibility": {
|
|
7553
|
+
"nuxt": "^3.0.0",
|
|
7554
|
+
"requires": {}
|
|
7555
|
+
}
|
|
7556
|
+
},
|
|
7557
|
+
{
|
|
7558
|
+
"name": "wideangle",
|
|
7559
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7560
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7561
|
+
"npm": "wideangle-nuxt",
|
|
7562
|
+
"icon": "wideangle.png",
|
|
7563
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7564
|
+
"website": "https://wideangle.co",
|
|
7565
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7566
|
+
"category": "Analytics",
|
|
7567
|
+
"type": "3rd-party",
|
|
7568
|
+
"maintainers": [
|
|
7569
|
+
{
|
|
7570
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7571
|
+
"github": "inputobjects"
|
|
7572
|
+
},
|
|
7573
|
+
{
|
|
7574
|
+
"name": "Jarek Rozanski",
|
|
7575
|
+
"github": "jrozanski"
|
|
7576
|
+
}
|
|
7577
|
+
],
|
|
7578
|
+
"compatibility": {
|
|
7579
|
+
"nuxt": "^3.0.0",
|
|
7580
|
+
"requires": {}
|
|
7581
|
+
}
|
|
7582
|
+
},
|
|
6095
7583
|
{
|
|
6096
7584
|
"name": "windicss",
|
|
6097
7585
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -6235,55 +7723,9 @@
|
|
|
6235
7723
|
"requires": {}
|
|
6236
7724
|
}
|
|
6237
7725
|
},
|
|
6238
|
-
{
|
|
6239
|
-
"name": "yandex-metrika-next",
|
|
6240
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6241
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6242
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6243
|
-
"icon": "yandex-metrika.svg",
|
|
6244
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6245
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6246
|
-
"learn_more": "",
|
|
6247
|
-
"category": "Analytics",
|
|
6248
|
-
"type": "3rd-party",
|
|
6249
|
-
"maintainers": [
|
|
6250
|
-
{
|
|
6251
|
-
"name": "Aleksandr Saburov",
|
|
6252
|
-
"github": "artmizu",
|
|
6253
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6254
|
-
}
|
|
6255
|
-
],
|
|
6256
|
-
"compatibility": {
|
|
6257
|
-
"nuxt": "^3.0.0",
|
|
6258
|
-
"requires": {}
|
|
6259
|
-
}
|
|
6260
|
-
},
|
|
6261
|
-
{
|
|
6262
|
-
"name": "yandex-metrika",
|
|
6263
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6264
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6265
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6266
|
-
"icon": "",
|
|
6267
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6268
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6269
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6270
|
-
"category": "Analytics",
|
|
6271
|
-
"type": "community",
|
|
6272
|
-
"maintainers": [
|
|
6273
|
-
{
|
|
6274
|
-
"name": "Pooya Parsa",
|
|
6275
|
-
"github": "pi0",
|
|
6276
|
-
"twitter": "_pi0_"
|
|
6277
|
-
}
|
|
6278
|
-
],
|
|
6279
|
-
"compatibility": {
|
|
6280
|
-
"nuxt": "^2.0.0",
|
|
6281
|
-
"requires": {}
|
|
6282
|
-
}
|
|
6283
|
-
},
|
|
6284
7726
|
{
|
|
6285
7727
|
"name": "zendesk",
|
|
6286
|
-
"description": "Nuxt
|
|
7728
|
+
"description": "Nuxt module for Zendesk",
|
|
6287
7729
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6288
7730
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6289
7731
|
"icon": "zendesk.png",
|