@nuxt/modules 0.6.0-d1a04a → 0.6.0-d23bcb
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 +1344 -274
- 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",
|
|
@@ -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",
|
|
@@ -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,35 @@
|
|
|
1084
1289
|
}
|
|
1085
1290
|
],
|
|
1086
1291
|
"compatibility": {
|
|
1087
|
-
"nuxt": "^
|
|
1088
|
-
"requires": {
|
|
1089
|
-
|
|
1292
|
+
"nuxt": "^3.0.0",
|
|
1293
|
+
"requires": {}
|
|
1294
|
+
}
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"name": "disqus",
|
|
1298
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1299
|
+
"repo": "modbender/nuxt-disqus",
|
|
1300
|
+
"npm": "nuxt-disqus",
|
|
1301
|
+
"icon": "disqus.svg",
|
|
1302
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1303
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1304
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1305
|
+
"category": "Libraries",
|
|
1306
|
+
"type": "3rd-party",
|
|
1307
|
+
"maintainers": [
|
|
1308
|
+
{
|
|
1309
|
+
"name": "modbender",
|
|
1310
|
+
"github": "modbender"
|
|
1090
1311
|
}
|
|
1312
|
+
],
|
|
1313
|
+
"compatibility": {
|
|
1314
|
+
"nuxt": "^3.0.0",
|
|
1315
|
+
"requires": {}
|
|
1091
1316
|
}
|
|
1092
1317
|
},
|
|
1093
1318
|
{
|
|
1094
1319
|
"name": "dotenv",
|
|
1095
|
-
"description": "A Nuxt
|
|
1320
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1096
1321
|
"repo": "nuxt-community/dotenv-module",
|
|
1097
1322
|
"npm": "@nuxtjs/dotenv",
|
|
1098
1323
|
"icon": "dotenv.png",
|
|
@@ -1114,7 +1339,7 @@
|
|
|
1114
1339
|
},
|
|
1115
1340
|
{
|
|
1116
1341
|
"name": "drupal-ce",
|
|
1117
|
-
"description": "Connects Nuxt
|
|
1342
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1118
1343
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1119
1344
|
"npm": "nuxtjs-drupal-ce",
|
|
1120
1345
|
"icon": "drupal-ce.png",
|
|
@@ -1147,7 +1372,7 @@
|
|
|
1147
1372
|
},
|
|
1148
1373
|
{
|
|
1149
1374
|
"name": "druxt",
|
|
1150
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1375
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1151
1376
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1152
1377
|
"npm": "druxt",
|
|
1153
1378
|
"icon": "druxt.svg",
|
|
@@ -1215,7 +1440,7 @@
|
|
|
1215
1440
|
},
|
|
1216
1441
|
{
|
|
1217
1442
|
"name": "emotion",
|
|
1218
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1443
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1219
1444
|
"repo": "nuxt-modules/emotion",
|
|
1220
1445
|
"npm": "@nuxtjs/emotion",
|
|
1221
1446
|
"icon": "emotion.png",
|
|
@@ -1243,7 +1468,7 @@
|
|
|
1243
1468
|
},
|
|
1244
1469
|
{
|
|
1245
1470
|
"name": "eslint",
|
|
1246
|
-
"description": "ESLint module for Nuxt
|
|
1471
|
+
"description": "ESLint module for Nuxt",
|
|
1247
1472
|
"repo": "nuxt-community/eslint-module",
|
|
1248
1473
|
"npm": "@nuxtjs/eslint-module",
|
|
1249
1474
|
"icon": "eslint.png",
|
|
@@ -1265,7 +1490,7 @@
|
|
|
1265
1490
|
},
|
|
1266
1491
|
{
|
|
1267
1492
|
"name": "event-trace",
|
|
1268
|
-
"description": "Module for event trace in Nuxt
|
|
1493
|
+
"description": "Module for event trace in Nuxt",
|
|
1269
1494
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1270
1495
|
"npm": "nuxt-event-trace",
|
|
1271
1496
|
"icon": "",
|
|
@@ -1309,7 +1534,7 @@
|
|
|
1309
1534
|
},
|
|
1310
1535
|
{
|
|
1311
1536
|
"name": "feature-toggle",
|
|
1312
|
-
"description": "Feature toggle module for Nuxt
|
|
1537
|
+
"description": "Feature toggle module for Nuxt",
|
|
1313
1538
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1314
1539
|
"npm": "nuxt-feature-toggle",
|
|
1315
1540
|
"icon": "",
|
|
@@ -1376,7 +1601,7 @@
|
|
|
1376
1601
|
},
|
|
1377
1602
|
{
|
|
1378
1603
|
"name": "floating-prompt-module",
|
|
1379
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1604
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1380
1605
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1381
1606
|
"npm": "nuxt-floating-prompt-module",
|
|
1382
1607
|
"icon": "",
|
|
@@ -1485,6 +1710,29 @@
|
|
|
1485
1710
|
"requires": {}
|
|
1486
1711
|
}
|
|
1487
1712
|
},
|
|
1713
|
+
{
|
|
1714
|
+
"name": "form-actions",
|
|
1715
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1716
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1717
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1718
|
+
"icon": "form-actions.svg",
|
|
1719
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1720
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1721
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1722
|
+
"category": "Request",
|
|
1723
|
+
"type": "3rd-party",
|
|
1724
|
+
"maintainers": [
|
|
1725
|
+
{
|
|
1726
|
+
"name": "Hebilicious",
|
|
1727
|
+
"github": "Hebilicious",
|
|
1728
|
+
"twitter": "its_hebilicious"
|
|
1729
|
+
}
|
|
1730
|
+
],
|
|
1731
|
+
"compatibility": {
|
|
1732
|
+
"nuxt": "^3.7.0",
|
|
1733
|
+
"requires": {}
|
|
1734
|
+
}
|
|
1735
|
+
},
|
|
1488
1736
|
{
|
|
1489
1737
|
"name": "formkit",
|
|
1490
1738
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1559,7 +1807,7 @@
|
|
|
1559
1807
|
},
|
|
1560
1808
|
{
|
|
1561
1809
|
"name": "google-adsense",
|
|
1562
|
-
"description": "Google Adsense Module for Nuxt
|
|
1810
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1563
1811
|
"repo": "nuxt-community/google-adsense-module",
|
|
1564
1812
|
"npm": "@nuxtjs/google-adsense",
|
|
1565
1813
|
"icon": "google-adsense.png",
|
|
@@ -1585,7 +1833,7 @@
|
|
|
1585
1833
|
},
|
|
1586
1834
|
{
|
|
1587
1835
|
"name": "google-analytics",
|
|
1588
|
-
"description": "Google analytics Module for Nuxt
|
|
1836
|
+
"description": "Google analytics Module for Nuxt",
|
|
1589
1837
|
"repo": "nuxt-community/analytics-module",
|
|
1590
1838
|
"npm": "@nuxtjs/google-analytics",
|
|
1591
1839
|
"icon": "google-analytics.png",
|
|
@@ -1617,12 +1865,12 @@
|
|
|
1617
1865
|
},
|
|
1618
1866
|
{
|
|
1619
1867
|
"name": "google-fonts",
|
|
1620
|
-
"description": "Google Fonts module for
|
|
1621
|
-
"repo": "nuxt-
|
|
1868
|
+
"description": "Google Fonts module for Nuxt",
|
|
1869
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1622
1870
|
"npm": "@nuxtjs/google-fonts",
|
|
1623
1871
|
"icon": "google-fonts.png",
|
|
1624
|
-
"github": "https://github.com/nuxt-
|
|
1625
|
-
"website": "https://
|
|
1872
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1873
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1626
1874
|
"learn_more": "https://developers.google.com/fonts",
|
|
1627
1875
|
"category": "Fonts",
|
|
1628
1876
|
"type": "community",
|
|
@@ -1641,7 +1889,7 @@
|
|
|
1641
1889
|
},
|
|
1642
1890
|
{
|
|
1643
1891
|
"name": "google-gtag",
|
|
1644
|
-
"description": "Google GTag for Nuxt
|
|
1892
|
+
"description": "Google GTag for Nuxt",
|
|
1645
1893
|
"repo": "nuxt-community/google-gtag",
|
|
1646
1894
|
"npm": "@nuxtjs/google-gtag",
|
|
1647
1895
|
"icon": "gtm.png",
|
|
@@ -1667,7 +1915,7 @@
|
|
|
1667
1915
|
},
|
|
1668
1916
|
{
|
|
1669
1917
|
"name": "google-optimize",
|
|
1670
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
1918
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1671
1919
|
"repo": "nuxt-community/google-optimize-module",
|
|
1672
1920
|
"npm": "nuxt-google-optimize",
|
|
1673
1921
|
"icon": "google-optimize.png",
|
|
@@ -1722,7 +1970,7 @@
|
|
|
1722
1970
|
},
|
|
1723
1971
|
{
|
|
1724
1972
|
"name": "graphql-request",
|
|
1725
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
1973
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1726
1974
|
"repo": "gomah/nuxt-graphql-request",
|
|
1727
1975
|
"npm": "nuxt-graphql-request",
|
|
1728
1976
|
"icon": "graphql-request.png",
|
|
@@ -1738,7 +1986,7 @@
|
|
|
1738
1986
|
}
|
|
1739
1987
|
],
|
|
1740
1988
|
"compatibility": {
|
|
1741
|
-
"nuxt": "^2.0.0",
|
|
1989
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1742
1990
|
"requires": {}
|
|
1743
1991
|
}
|
|
1744
1992
|
},
|
|
@@ -1766,7 +2014,7 @@
|
|
|
1766
2014
|
},
|
|
1767
2015
|
{
|
|
1768
2016
|
"name": "gtag",
|
|
1769
|
-
"description": "Google Analytics integration for Nuxt
|
|
2017
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1770
2018
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1771
2019
|
"npm": "nuxt-gtag",
|
|
1772
2020
|
"icon": "gtag.svg",
|
|
@@ -1790,7 +2038,7 @@
|
|
|
1790
2038
|
},
|
|
1791
2039
|
{
|
|
1792
2040
|
"name": "gtm",
|
|
1793
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2041
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1794
2042
|
"repo": "nuxt-community/gtm-module",
|
|
1795
2043
|
"npm": "@nuxtjs/gtm",
|
|
1796
2044
|
"icon": "gtm.png",
|
|
@@ -1813,7 +2061,7 @@
|
|
|
1813
2061
|
},
|
|
1814
2062
|
{
|
|
1815
2063
|
"name": "guess",
|
|
1816
|
-
"description": "Guess.js module for Nuxt
|
|
2064
|
+
"description": "Guess.js module for Nuxt",
|
|
1817
2065
|
"repo": "nuxt-community/guess-module",
|
|
1818
2066
|
"npm": "@nuxtjs/guess-module",
|
|
1819
2067
|
"icon": "guessjs.png",
|
|
@@ -1833,6 +2081,28 @@
|
|
|
1833
2081
|
"requires": {}
|
|
1834
2082
|
}
|
|
1835
2083
|
},
|
|
2084
|
+
{
|
|
2085
|
+
"name": "hanko",
|
|
2086
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2087
|
+
"repo": "nuxt-modules/hanko",
|
|
2088
|
+
"npm": "@nuxtjs/hanko",
|
|
2089
|
+
"icon": "hanko.svg",
|
|
2090
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2091
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2092
|
+
"learn_more": "https://hanko.io/",
|
|
2093
|
+
"category": "Security",
|
|
2094
|
+
"type": "community",
|
|
2095
|
+
"maintainers": [
|
|
2096
|
+
{
|
|
2097
|
+
"name": "danielroe",
|
|
2098
|
+
"github": "danielroe"
|
|
2099
|
+
}
|
|
2100
|
+
],
|
|
2101
|
+
"compatibility": {
|
|
2102
|
+
"nuxt": "^3.0.0",
|
|
2103
|
+
"requires": {}
|
|
2104
|
+
}
|
|
2105
|
+
},
|
|
1836
2106
|
{
|
|
1837
2107
|
"name": "harlem",
|
|
1838
2108
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1903,7 +2173,7 @@
|
|
|
1903
2173
|
},
|
|
1904
2174
|
{
|
|
1905
2175
|
"name": "helmet",
|
|
1906
|
-
"description": "Easy Helmet module with Nuxt
|
|
2176
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
1907
2177
|
"repo": "victor-perez/nuxt-helmet",
|
|
1908
2178
|
"npm": "nuxt-helmet",
|
|
1909
2179
|
"icon": "",
|
|
@@ -1947,7 +2217,7 @@
|
|
|
1947
2217
|
},
|
|
1948
2218
|
{
|
|
1949
2219
|
"name": "history-state",
|
|
1950
|
-
"description": "Nuxt
|
|
2220
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
1951
2221
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1952
2222
|
"npm": "nuxt-history-state",
|
|
1953
2223
|
"icon": "",
|
|
@@ -2016,7 +2286,7 @@
|
|
|
2016
2286
|
},
|
|
2017
2287
|
{
|
|
2018
2288
|
"name": "http",
|
|
2019
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2289
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2020
2290
|
"repo": "nuxt/http",
|
|
2021
2291
|
"npm": "@nuxt/http",
|
|
2022
2292
|
"icon": "http.png",
|
|
@@ -2044,7 +2314,7 @@
|
|
|
2044
2314
|
},
|
|
2045
2315
|
{
|
|
2046
2316
|
"name": "humans-txt",
|
|
2047
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2317
|
+
"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
2318
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2049
2319
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2050
2320
|
"icon": "",
|
|
@@ -2068,11 +2338,11 @@
|
|
|
2068
2338
|
{
|
|
2069
2339
|
"name": "i18n",
|
|
2070
2340
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2071
|
-
"repo": "nuxt-
|
|
2341
|
+
"repo": "nuxt-modules/i18n",
|
|
2072
2342
|
"npm": "@nuxtjs/i18n",
|
|
2073
2343
|
"icon": "i18n.png",
|
|
2074
|
-
"github": "https://github.com/nuxt-
|
|
2075
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2344
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2345
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2076
2346
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2077
2347
|
"category": "Extensions",
|
|
2078
2348
|
"type": "community",
|
|
@@ -2091,6 +2361,28 @@
|
|
|
2091
2361
|
"requires": {}
|
|
2092
2362
|
}
|
|
2093
2363
|
},
|
|
2364
|
+
{
|
|
2365
|
+
"name": "icon-font",
|
|
2366
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2367
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2368
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2369
|
+
"icon": "",
|
|
2370
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2371
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2372
|
+
"learn_more": "",
|
|
2373
|
+
"category": "UI",
|
|
2374
|
+
"type": "3rd-party",
|
|
2375
|
+
"maintainers": [
|
|
2376
|
+
{
|
|
2377
|
+
"name": "coremyslo",
|
|
2378
|
+
"github": "coremyslo"
|
|
2379
|
+
}
|
|
2380
|
+
],
|
|
2381
|
+
"compatibility": {
|
|
2382
|
+
"nuxt": "^3.0.0",
|
|
2383
|
+
"requires": {}
|
|
2384
|
+
}
|
|
2385
|
+
},
|
|
2094
2386
|
{
|
|
2095
2387
|
"name": "icon",
|
|
2096
2388
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2159,12 +2451,12 @@
|
|
|
2159
2451
|
},
|
|
2160
2452
|
{
|
|
2161
2453
|
"name": "image",
|
|
2162
|
-
"description": "Optimised images for
|
|
2454
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2163
2455
|
"repo": "nuxt/image",
|
|
2164
2456
|
"npm": "@nuxt/image",
|
|
2165
2457
|
"icon": "image.png",
|
|
2166
2458
|
"github": "https://github.com/nuxt/image",
|
|
2167
|
-
"website": "https://image.
|
|
2459
|
+
"website": "https://image.nuxt.com",
|
|
2168
2460
|
"learn_more": "",
|
|
2169
2461
|
"category": "Images",
|
|
2170
2462
|
"type": "official",
|
|
@@ -2174,6 +2466,11 @@
|
|
|
2174
2466
|
"github": "farnabaz",
|
|
2175
2467
|
"twitter": "a_birang"
|
|
2176
2468
|
},
|
|
2469
|
+
{
|
|
2470
|
+
"name": "Daniel Roe",
|
|
2471
|
+
"github": "danielroe",
|
|
2472
|
+
"twitter": "danielcroe"
|
|
2473
|
+
},
|
|
2177
2474
|
{
|
|
2178
2475
|
"name": "Pooya Parsa",
|
|
2179
2476
|
"github": "pi0",
|
|
@@ -2189,12 +2486,16 @@
|
|
|
2189
2486
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2190
2487
|
"requires": {
|
|
2191
2488
|
"bridge": "optional"
|
|
2489
|
+
},
|
|
2490
|
+
"versionMap": {
|
|
2491
|
+
"2.x": "latest",
|
|
2492
|
+
"3.x": "rc"
|
|
2192
2493
|
}
|
|
2193
2494
|
}
|
|
2194
2495
|
},
|
|
2195
2496
|
{
|
|
2196
2497
|
"name": "imagemin",
|
|
2197
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2498
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2198
2499
|
"repo": "nuxt-community/imagemin-module",
|
|
2199
2500
|
"npm": "@nuxtjs/imagemin",
|
|
2200
2501
|
"icon": "imagemin.png",
|
|
@@ -2217,12 +2518,12 @@
|
|
|
2217
2518
|
{
|
|
2218
2519
|
"name": "inkline",
|
|
2219
2520
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2220
|
-
"repo": "inkline/
|
|
2221
|
-
"npm": "@inkline/
|
|
2521
|
+
"repo": "inkline/plugin",
|
|
2522
|
+
"npm": "@inkline/plugin",
|
|
2222
2523
|
"icon": "inkline.svg",
|
|
2223
|
-
"github": "https://github.com/inkline/
|
|
2524
|
+
"github": "https://github.com/inkline/plugin",
|
|
2224
2525
|
"website": "https://inkline.io",
|
|
2225
|
-
"learn_more": "https://inkline.io/docs/
|
|
2526
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2226
2527
|
"category": "UI",
|
|
2227
2528
|
"type": "3rd-party",
|
|
2228
2529
|
"maintainers": [
|
|
@@ -2241,7 +2542,7 @@
|
|
|
2241
2542
|
},
|
|
2242
2543
|
{
|
|
2243
2544
|
"name": "intercom",
|
|
2244
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2545
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2245
2546
|
"repo": "hex-digital/nuxt-intercom",
|
|
2246
2547
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2247
2548
|
"icon": "intercom.png",
|
|
@@ -2286,7 +2587,7 @@
|
|
|
2286
2587
|
},
|
|
2287
2588
|
{
|
|
2288
2589
|
"name": "jsonapi",
|
|
2289
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2590
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2290
2591
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2291
2592
|
"npm": "nuxt-jsonapi",
|
|
2292
2593
|
"icon": "jsonapi.svg",
|
|
@@ -2330,7 +2631,7 @@
|
|
|
2330
2631
|
},
|
|
2331
2632
|
{
|
|
2332
2633
|
"name": "kql",
|
|
2333
|
-
"description": "Nuxt
|
|
2634
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2334
2635
|
"repo": "johannschopplich/nuxt-kql",
|
|
2335
2636
|
"npm": "nuxt-kql",
|
|
2336
2637
|
"icon": "kql.svg",
|
|
@@ -2354,7 +2655,7 @@
|
|
|
2354
2655
|
},
|
|
2355
2656
|
{
|
|
2356
2657
|
"name": "laravel-echo",
|
|
2357
|
-
"description": "Laravel Echo for Nuxt
|
|
2658
|
+
"description": "Laravel Echo for Nuxt",
|
|
2358
2659
|
"repo": "nuxt-community/laravel-echo",
|
|
2359
2660
|
"npm": "@nuxtjs/laravel-echo",
|
|
2360
2661
|
"icon": "laravel-echo.png",
|
|
@@ -2442,13 +2743,13 @@
|
|
|
2442
2743
|
},
|
|
2443
2744
|
{
|
|
2444
2745
|
"name": "link-checker",
|
|
2445
|
-
"description": "
|
|
2746
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2446
2747
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2447
2748
|
"npm": "nuxt-link-checker",
|
|
2448
|
-
"icon": "",
|
|
2749
|
+
"icon": "link-checker.svg",
|
|
2449
2750
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2450
|
-
"website": "https://
|
|
2451
|
-
"learn_more": "",
|
|
2751
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2752
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2452
2753
|
"category": "SEO",
|
|
2453
2754
|
"type": "3rd-party",
|
|
2454
2755
|
"maintainers": [
|
|
@@ -2538,12 +2839,12 @@
|
|
|
2538
2839
|
},
|
|
2539
2840
|
{
|
|
2540
2841
|
"name": "logrocket",
|
|
2541
|
-
"description": "LogRocket module for Nuxt
|
|
2542
|
-
"repo": "nuxt-
|
|
2842
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
2843
|
+
"repo": "nuxt-modules/logrocket",
|
|
2543
2844
|
"npm": "nuxt-logrocket",
|
|
2544
2845
|
"icon": "logrocket.png",
|
|
2545
|
-
"github": "https://github.com/nuxt-
|
|
2546
|
-
"website": "https://github.com/nuxt-
|
|
2846
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
2847
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2547
2848
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2548
2849
|
"category": "Monitoring",
|
|
2549
2850
|
"type": "community",
|
|
@@ -2559,9 +2860,35 @@
|
|
|
2559
2860
|
"requires": {}
|
|
2560
2861
|
}
|
|
2561
2862
|
},
|
|
2863
|
+
{
|
|
2864
|
+
"name": "lucide-icons",
|
|
2865
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2866
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
2867
|
+
"npm": "nuxt-lucide-icons",
|
|
2868
|
+
"icon": "lucide-icons.svg",
|
|
2869
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2870
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2871
|
+
"learn_more": "",
|
|
2872
|
+
"category": "UI",
|
|
2873
|
+
"type": "3rd-party",
|
|
2874
|
+
"maintainers": [
|
|
2875
|
+
{
|
|
2876
|
+
"name": "SWIS",
|
|
2877
|
+
"github": "swisnl"
|
|
2878
|
+
},
|
|
2879
|
+
{
|
|
2880
|
+
"name": "Jasper Zonneveld",
|
|
2881
|
+
"github": "JaZo"
|
|
2882
|
+
}
|
|
2883
|
+
],
|
|
2884
|
+
"compatibility": {
|
|
2885
|
+
"nuxt": "^3.0.0",
|
|
2886
|
+
"requires": {}
|
|
2887
|
+
}
|
|
2888
|
+
},
|
|
2562
2889
|
{
|
|
2563
2890
|
"name": "lunr",
|
|
2564
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
2891
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2565
2892
|
"repo": "nuxt-community/lunr-module",
|
|
2566
2893
|
"npm": "@nuxtjs/lunr-module",
|
|
2567
2894
|
"icon": "",
|
|
@@ -2674,7 +3001,7 @@
|
|
|
2674
3001
|
},
|
|
2675
3002
|
{
|
|
2676
3003
|
"name": "medusa",
|
|
2677
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3004
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2678
3005
|
"repo": "Baroshem/nuxt-medusa",
|
|
2679
3006
|
"npm": "nuxt-medusa",
|
|
2680
3007
|
"icon": "medusa.svg",
|
|
@@ -2699,7 +3026,7 @@
|
|
|
2699
3026
|
},
|
|
2700
3027
|
{
|
|
2701
3028
|
"name": "meilisearch",
|
|
2702
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3029
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2703
3030
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2704
3031
|
"npm": "nuxt-meilisearch",
|
|
2705
3032
|
"icon": "meilisearch.svg",
|
|
@@ -2791,7 +3118,7 @@
|
|
|
2791
3118
|
},
|
|
2792
3119
|
{
|
|
2793
3120
|
"name": "moment",
|
|
2794
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3121
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2795
3122
|
"repo": "nuxt-community/moment-module",
|
|
2796
3123
|
"npm": "@nuxtjs/moment",
|
|
2797
3124
|
"icon": "momentjs.png",
|
|
@@ -2818,7 +3145,7 @@
|
|
|
2818
3145
|
},
|
|
2819
3146
|
{
|
|
2820
3147
|
"name": "mq",
|
|
2821
|
-
"description": "vue-mq module for Nuxt.
|
|
3148
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2822
3149
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2823
3150
|
"npm": "nuxt-mq",
|
|
2824
3151
|
"icon": "",
|
|
@@ -2862,7 +3189,7 @@
|
|
|
2862
3189
|
},
|
|
2863
3190
|
{
|
|
2864
3191
|
"name": "netlify-cache",
|
|
2865
|
-
"description": "Nuxt
|
|
3192
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
2866
3193
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2867
3194
|
"npm": "nuxt-netlify-cache",
|
|
2868
3195
|
"icon": "netlify.png",
|
|
@@ -2907,7 +3234,7 @@
|
|
|
2907
3234
|
},
|
|
2908
3235
|
{
|
|
2909
3236
|
"name": "netlify",
|
|
2910
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3237
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
2911
3238
|
"repo": "bazzite/nuxt-netlify",
|
|
2912
3239
|
"npm": "@aceforth/nuxt-netlify",
|
|
2913
3240
|
"icon": "netlify.png",
|
|
@@ -2977,6 +3304,50 @@
|
|
|
2977
3304
|
"requires": {}
|
|
2978
3305
|
}
|
|
2979
3306
|
},
|
|
3307
|
+
{
|
|
3308
|
+
"name": "nupolyon",
|
|
3309
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3310
|
+
"repo": "adenvt/nupolyon",
|
|
3311
|
+
"npm": "nupolyon",
|
|
3312
|
+
"icon": "",
|
|
3313
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3314
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3315
|
+
"learn_more": "",
|
|
3316
|
+
"category": "Performance",
|
|
3317
|
+
"type": "3rd-party",
|
|
3318
|
+
"maintainers": [
|
|
3319
|
+
{
|
|
3320
|
+
"name": "adenvt",
|
|
3321
|
+
"github": "adenvt"
|
|
3322
|
+
}
|
|
3323
|
+
],
|
|
3324
|
+
"compatibility": {
|
|
3325
|
+
"nuxt": "^3.0.0",
|
|
3326
|
+
"requires": {}
|
|
3327
|
+
}
|
|
3328
|
+
},
|
|
3329
|
+
{
|
|
3330
|
+
"name": "nuxt-anchorscroll",
|
|
3331
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3332
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3333
|
+
"npm": "nuxt-anchorscroll",
|
|
3334
|
+
"icon": "",
|
|
3335
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3336
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3337
|
+
"learn_more": "",
|
|
3338
|
+
"category": "UI",
|
|
3339
|
+
"type": "3rd-party",
|
|
3340
|
+
"maintainers": [
|
|
3341
|
+
{
|
|
3342
|
+
"name": "Helltraitor",
|
|
3343
|
+
"github": "helltraitor"
|
|
3344
|
+
}
|
|
3345
|
+
],
|
|
3346
|
+
"compatibility": {
|
|
3347
|
+
"nuxt": "^3.0.0",
|
|
3348
|
+
"requires": {}
|
|
3349
|
+
}
|
|
3350
|
+
},
|
|
2980
3351
|
{
|
|
2981
3352
|
"name": "nuxt-auth",
|
|
2982
3353
|
"description": "",
|
|
@@ -3000,20 +3371,20 @@
|
|
|
3000
3371
|
}
|
|
3001
3372
|
},
|
|
3002
3373
|
{
|
|
3003
|
-
"name": "nuxt-
|
|
3004
|
-
"description": "
|
|
3005
|
-
"repo": "
|
|
3006
|
-
"npm": "nuxt-
|
|
3007
|
-
"icon": "
|
|
3008
|
-
"github": "https://github.com/
|
|
3009
|
-
"website": "https://github.com/
|
|
3010
|
-
"learn_more": "
|
|
3011
|
-
"category": "
|
|
3374
|
+
"name": "nuxt-basic-auth",
|
|
3375
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3376
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3377
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3378
|
+
"icon": "",
|
|
3379
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3380
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3381
|
+
"learn_more": "",
|
|
3382
|
+
"category": "Security",
|
|
3012
3383
|
"type": "3rd-party",
|
|
3013
3384
|
"maintainers": [
|
|
3014
3385
|
{
|
|
3015
|
-
"name": "
|
|
3016
|
-
"github": "
|
|
3386
|
+
"name": "kgierke",
|
|
3387
|
+
"github": "kgierke"
|
|
3017
3388
|
}
|
|
3018
3389
|
],
|
|
3019
3390
|
"compatibility": {
|
|
@@ -3022,9 +3393,101 @@
|
|
|
3022
3393
|
}
|
|
3023
3394
|
},
|
|
3024
3395
|
{
|
|
3025
|
-
"name": "nuxt-
|
|
3026
|
-
"description": "
|
|
3027
|
-
"repo": "
|
|
3396
|
+
"name": "nuxt-bootstrap-icons",
|
|
3397
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3398
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3399
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3400
|
+
"icon": "bootstrap-icons.svg",
|
|
3401
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3402
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3403
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3404
|
+
"category": "UI",
|
|
3405
|
+
"type": "3rd-party",
|
|
3406
|
+
"maintainers": [
|
|
3407
|
+
{
|
|
3408
|
+
"name": "OyewoleOyedeji",
|
|
3409
|
+
"github": "OyewoleOyedeji"
|
|
3410
|
+
}
|
|
3411
|
+
],
|
|
3412
|
+
"compatibility": {
|
|
3413
|
+
"nuxt": "^3.0.0",
|
|
3414
|
+
"requires": {}
|
|
3415
|
+
}
|
|
3416
|
+
},
|
|
3417
|
+
{
|
|
3418
|
+
"name": "nuxt-chatgpt",
|
|
3419
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3420
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3421
|
+
"npm": "nuxt-chatgpt",
|
|
3422
|
+
"icon": "chatgpt.svg",
|
|
3423
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3424
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3425
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3426
|
+
"category": "Libraries",
|
|
3427
|
+
"type": "3rd-party",
|
|
3428
|
+
"maintainers": [
|
|
3429
|
+
{
|
|
3430
|
+
"name": "Oliver Trajceski",
|
|
3431
|
+
"github": "schnapsterdog"
|
|
3432
|
+
}
|
|
3433
|
+
],
|
|
3434
|
+
"compatibility": {
|
|
3435
|
+
"nuxt": "^3.0.0",
|
|
3436
|
+
"requires": {}
|
|
3437
|
+
}
|
|
3438
|
+
},
|
|
3439
|
+
{
|
|
3440
|
+
"name": "nuxt-facebook-chat",
|
|
3441
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3442
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3443
|
+
"npm": "nuxt-facebook-chat",
|
|
3444
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3445
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3446
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3447
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3448
|
+
"category": "Libraries",
|
|
3449
|
+
"type": "3rd-party",
|
|
3450
|
+
"maintainers": [
|
|
3451
|
+
{
|
|
3452
|
+
"name": "Supanut Dokmaithong",
|
|
3453
|
+
"github": "Boomgeek"
|
|
3454
|
+
},
|
|
3455
|
+
{
|
|
3456
|
+
"name": "superdev-tech",
|
|
3457
|
+
"github": "superdev-tech"
|
|
3458
|
+
}
|
|
3459
|
+
],
|
|
3460
|
+
"compatibility": {
|
|
3461
|
+
"nuxt": "^3.0.0",
|
|
3462
|
+
"requires": {}
|
|
3463
|
+
}
|
|
3464
|
+
},
|
|
3465
|
+
{
|
|
3466
|
+
"name": "nuxt-feedme",
|
|
3467
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3468
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3469
|
+
"npm": "nuxt-feedme",
|
|
3470
|
+
"icon": "",
|
|
3471
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3472
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3473
|
+
"learn_more": "",
|
|
3474
|
+
"category": "SEO",
|
|
3475
|
+
"type": "3rd-party",
|
|
3476
|
+
"maintainers": [
|
|
3477
|
+
{
|
|
3478
|
+
"name": "Helltraitor",
|
|
3479
|
+
"github": "helltraitor"
|
|
3480
|
+
}
|
|
3481
|
+
],
|
|
3482
|
+
"compatibility": {
|
|
3483
|
+
"nuxt": "^3.0.0",
|
|
3484
|
+
"requires": {}
|
|
3485
|
+
}
|
|
3486
|
+
},
|
|
3487
|
+
{
|
|
3488
|
+
"name": "nuxt-graphql-middleware",
|
|
3489
|
+
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
3490
|
+
"repo": "dulnan/nuxt-graphql-middleware",
|
|
3028
3491
|
"npm": "nuxt-graphql-middleware",
|
|
3029
3492
|
"icon": "nuxt-graphql-middleware.svg",
|
|
3030
3493
|
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
@@ -3072,6 +3535,28 @@
|
|
|
3072
3535
|
"requires": {}
|
|
3073
3536
|
}
|
|
3074
3537
|
},
|
|
3538
|
+
{
|
|
3539
|
+
"name": "nuxt-gtm",
|
|
3540
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3541
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3542
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3543
|
+
"icon": "nuxt-gtm.svg",
|
|
3544
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3545
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3546
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3547
|
+
"category": "Analytics",
|
|
3548
|
+
"type": "3rd-party",
|
|
3549
|
+
"maintainers": [
|
|
3550
|
+
{
|
|
3551
|
+
"name": "Zadig&Voltaire Team",
|
|
3552
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3553
|
+
}
|
|
3554
|
+
],
|
|
3555
|
+
"compatibility": {
|
|
3556
|
+
"nuxt": "^3.0.0",
|
|
3557
|
+
"requires": {}
|
|
3558
|
+
}
|
|
3559
|
+
},
|
|
3075
3560
|
{
|
|
3076
3561
|
"name": "nuxt-hue",
|
|
3077
3562
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -3096,6 +3581,28 @@
|
|
|
3096
3581
|
}
|
|
3097
3582
|
}
|
|
3098
3583
|
},
|
|
3584
|
+
{
|
|
3585
|
+
"name": "nuxt-jsonld",
|
|
3586
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3587
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3588
|
+
"npm": "nuxt-jsonld",
|
|
3589
|
+
"icon": "",
|
|
3590
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3591
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3592
|
+
"learn_more": "",
|
|
3593
|
+
"category": "SEO",
|
|
3594
|
+
"type": "3rd-party",
|
|
3595
|
+
"maintainers": [
|
|
3596
|
+
{
|
|
3597
|
+
"name": "ymmooot",
|
|
3598
|
+
"github": "ymmooot"
|
|
3599
|
+
}
|
|
3600
|
+
],
|
|
3601
|
+
"compatibility": {
|
|
3602
|
+
"nuxt": "^3.0.0",
|
|
3603
|
+
"requires": {}
|
|
3604
|
+
}
|
|
3605
|
+
},
|
|
3099
3606
|
{
|
|
3100
3607
|
"name": "nuxt-localtunnel",
|
|
3101
3608
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3121,7 +3628,7 @@
|
|
|
3121
3628
|
},
|
|
3122
3629
|
{
|
|
3123
3630
|
"name": "nuxt-loco",
|
|
3124
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3631
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3125
3632
|
"repo": "gaetansenn/nuxt-loco",
|
|
3126
3633
|
"npm": "nuxt-loco",
|
|
3127
3634
|
"icon": "",
|
|
@@ -3164,6 +3671,28 @@
|
|
|
3164
3671
|
"requires": {}
|
|
3165
3672
|
}
|
|
3166
3673
|
},
|
|
3674
|
+
{
|
|
3675
|
+
"name": "nuxt-mdi",
|
|
3676
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3677
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3678
|
+
"npm": "nuxt-mdi",
|
|
3679
|
+
"icon": "mdi.png",
|
|
3680
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3681
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3682
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3683
|
+
"category": "Libraries",
|
|
3684
|
+
"type": "3rd-party",
|
|
3685
|
+
"maintainers": [
|
|
3686
|
+
{
|
|
3687
|
+
"name": "Emil Rosenius",
|
|
3688
|
+
"github": "ERPedersen"
|
|
3689
|
+
}
|
|
3690
|
+
],
|
|
3691
|
+
"compatibility": {
|
|
3692
|
+
"nuxt": "^3.0.0",
|
|
3693
|
+
"requires": {}
|
|
3694
|
+
}
|
|
3695
|
+
},
|
|
3167
3696
|
{
|
|
3168
3697
|
"name": "nuxt-monaco-editor",
|
|
3169
3698
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3188,12 +3717,12 @@
|
|
|
3188
3717
|
},
|
|
3189
3718
|
{
|
|
3190
3719
|
"name": "nuxt-mongoose",
|
|
3191
|
-
"description": "A Nuxt
|
|
3720
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3192
3721
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3193
3722
|
"npm": "nuxt-mongoose",
|
|
3194
|
-
"icon": "",
|
|
3723
|
+
"icon": "nuxt-mongoose.svg",
|
|
3195
3724
|
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3196
|
-
"website": "https://
|
|
3725
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3197
3726
|
"learn_more": "",
|
|
3198
3727
|
"category": "Database",
|
|
3199
3728
|
"type": "3rd-party",
|
|
@@ -3231,6 +3760,28 @@
|
|
|
3231
3760
|
"requires": {}
|
|
3232
3761
|
}
|
|
3233
3762
|
},
|
|
3763
|
+
{
|
|
3764
|
+
"name": "nuxt-phosphor-icons",
|
|
3765
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3766
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3767
|
+
"npm": "nuxt-phosphor-icons",
|
|
3768
|
+
"icon": "phosphor-icons.svg",
|
|
3769
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3770
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3771
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3772
|
+
"category": "UI",
|
|
3773
|
+
"type": "3rd-party",
|
|
3774
|
+
"maintainers": [
|
|
3775
|
+
{
|
|
3776
|
+
"name": "OyewoleOyedeji",
|
|
3777
|
+
"github": "OyewoleOyedeji"
|
|
3778
|
+
}
|
|
3779
|
+
],
|
|
3780
|
+
"compatibility": {
|
|
3781
|
+
"nuxt": "^3.0.0",
|
|
3782
|
+
"requires": {}
|
|
3783
|
+
}
|
|
3784
|
+
},
|
|
3234
3785
|
{
|
|
3235
3786
|
"name": "nuxt-pino-log",
|
|
3236
3787
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3255,7 +3806,7 @@
|
|
|
3255
3806
|
},
|
|
3256
3807
|
{
|
|
3257
3808
|
"name": "plausible",
|
|
3258
|
-
"description": "Nuxt
|
|
3809
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3259
3810
|
"repo": "nuxt-modules/plausible",
|
|
3260
3811
|
"npm": "@nuxtjs/plausible",
|
|
3261
3812
|
"icon": "plausible.png",
|
|
@@ -3275,9 +3826,35 @@
|
|
|
3275
3826
|
"requires": {}
|
|
3276
3827
|
}
|
|
3277
3828
|
},
|
|
3829
|
+
{
|
|
3830
|
+
"name": "nuxt-plotly",
|
|
3831
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3832
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3833
|
+
"npm": "nuxt-plotly",
|
|
3834
|
+
"icon": "nuxt-plotly.svg",
|
|
3835
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3836
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3837
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3838
|
+
"category": "Libraries",
|
|
3839
|
+
"type": "3rd-party",
|
|
3840
|
+
"maintainers": [
|
|
3841
|
+
{
|
|
3842
|
+
"name": "Supanut Dokmaithong",
|
|
3843
|
+
"github": "Boomgeek"
|
|
3844
|
+
},
|
|
3845
|
+
{
|
|
3846
|
+
"name": "superdev-tech",
|
|
3847
|
+
"github": "superdev-tech"
|
|
3848
|
+
}
|
|
3849
|
+
],
|
|
3850
|
+
"compatibility": {
|
|
3851
|
+
"nuxt": "^3.0.0",
|
|
3852
|
+
"requires": {}
|
|
3853
|
+
}
|
|
3854
|
+
},
|
|
3278
3855
|
{
|
|
3279
3856
|
"name": "nuxt-png-to-ico",
|
|
3280
|
-
"description": "Nuxt
|
|
3857
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3281
3858
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3282
3859
|
"npm": "nuxt-png-to-ico",
|
|
3283
3860
|
"icon": "",
|
|
@@ -3300,7 +3877,7 @@
|
|
|
3300
3877
|
},
|
|
3301
3878
|
{
|
|
3302
3879
|
"name": "nuxt-smartlook",
|
|
3303
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
3880
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3304
3881
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3305
3882
|
"npm": "nuxt-smartlook",
|
|
3306
3883
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3352,7 +3929,7 @@
|
|
|
3352
3929
|
},
|
|
3353
3930
|
{
|
|
3354
3931
|
"name": "nuxt-storm",
|
|
3355
|
-
"description": "WebStorm & PHPStorm support for
|
|
3932
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3356
3933
|
"repo": "fumeapp/nuxt-storm",
|
|
3357
3934
|
"npm": "nuxt-storm",
|
|
3358
3935
|
"icon": "nuxt-storm.png",
|
|
@@ -3396,7 +3973,7 @@
|
|
|
3396
3973
|
},
|
|
3397
3974
|
{
|
|
3398
3975
|
"name": "nuxt-unleash",
|
|
3399
|
-
"description": "Nuxt
|
|
3976
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3400
3977
|
"repo": "conejerock/nuxt-unleash",
|
|
3401
3978
|
"npm": "nuxt-unleash",
|
|
3402
3979
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3487,12 +4064,12 @@
|
|
|
3487
4064
|
{
|
|
3488
4065
|
"name": "nuxt-vue3-google-signin",
|
|
3489
4066
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3490
|
-
"repo": "
|
|
4067
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3491
4068
|
"npm": "nuxt-vue3-google-signin",
|
|
3492
4069
|
"icon": "vue3-google-signin.svg",
|
|
3493
|
-
"github": "https://github.com/
|
|
3494
|
-
"website": "https://vue3-google-signin.
|
|
3495
|
-
"learn_more": "https://vue3-google-signin.
|
|
4070
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4071
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4072
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3496
4073
|
"category": "Libraries",
|
|
3497
4074
|
"type": "3rd-party",
|
|
3498
4075
|
"maintainers": [
|
|
@@ -3508,7 +4085,7 @@
|
|
|
3508
4085
|
},
|
|
3509
4086
|
{
|
|
3510
4087
|
"name": "nuxt-vuetify",
|
|
3511
|
-
"description": "Add Vuetify 3 to your Nuxt
|
|
4088
|
+
"description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
|
|
3512
4089
|
"repo": "invictus-codes/nuxt-vuetify",
|
|
3513
4090
|
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3514
4091
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
@@ -3528,9 +4105,31 @@
|
|
|
3528
4105
|
"requires": {}
|
|
3529
4106
|
}
|
|
3530
4107
|
},
|
|
4108
|
+
{
|
|
4109
|
+
"name": "nuxt3-leaflet",
|
|
4110
|
+
"description": "Leaflet integration with Nuxt",
|
|
4111
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4112
|
+
"npm": "nuxt3-leaflet",
|
|
4113
|
+
"icon": "leaflet.png",
|
|
4114
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4115
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4116
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4117
|
+
"category": "Libraries",
|
|
4118
|
+
"type": "3rd-party",
|
|
4119
|
+
"maintainers": [
|
|
4120
|
+
{
|
|
4121
|
+
"name": "Augustin MERCIER",
|
|
4122
|
+
"github": "Gugustinette"
|
|
4123
|
+
}
|
|
4124
|
+
],
|
|
4125
|
+
"compatibility": {
|
|
4126
|
+
"nuxt": "^3.0.0",
|
|
4127
|
+
"requires": {}
|
|
4128
|
+
}
|
|
4129
|
+
},
|
|
3531
4130
|
{
|
|
3532
4131
|
"name": "nuxt7",
|
|
3533
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4132
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3534
4133
|
"repo": "nuxt-community/nuxt7",
|
|
3535
4134
|
"npm": "nuxt7",
|
|
3536
4135
|
"icon": "",
|
|
@@ -3553,13 +4152,13 @@
|
|
|
3553
4152
|
},
|
|
3554
4153
|
{
|
|
3555
4154
|
"name": "og-image",
|
|
3556
|
-
"description": "
|
|
4155
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3557
4156
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3558
4157
|
"npm": "nuxt-og-image",
|
|
3559
|
-
"icon": "",
|
|
4158
|
+
"icon": "og-image.svg",
|
|
3560
4159
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3561
|
-
"website": "https://
|
|
3562
|
-
"learn_more": "",
|
|
4160
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4161
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3563
4162
|
"category": "SEO",
|
|
3564
4163
|
"type": "3rd-party",
|
|
3565
4164
|
"maintainers": [
|
|
@@ -3600,7 +4199,7 @@
|
|
|
3600
4199
|
},
|
|
3601
4200
|
{
|
|
3602
4201
|
"name": "optimized-images",
|
|
3603
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4202
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3604
4203
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3605
4204
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3606
4205
|
"icon": "",
|
|
@@ -3645,7 +4244,7 @@
|
|
|
3645
4244
|
},
|
|
3646
4245
|
{
|
|
3647
4246
|
"name": "parse",
|
|
3648
|
-
"description": "Parse package for Nuxt
|
|
4247
|
+
"description": "Parse package for Nuxt",
|
|
3649
4248
|
"repo": "cierrateam/nuxt-parse",
|
|
3650
4249
|
"npm": "nuxt-parse",
|
|
3651
4250
|
"icon": "",
|
|
@@ -3665,6 +4264,29 @@
|
|
|
3665
4264
|
"requires": {}
|
|
3666
4265
|
}
|
|
3667
4266
|
},
|
|
4267
|
+
{
|
|
4268
|
+
"name": "particles",
|
|
4269
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4270
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4271
|
+
"npm": "nuxt-particles",
|
|
4272
|
+
"icon": "",
|
|
4273
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4274
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4275
|
+
"learn_more": "https://particles.js.org/",
|
|
4276
|
+
"category": "Libraries",
|
|
4277
|
+
"type": "3rd-party",
|
|
4278
|
+
"maintainers": [
|
|
4279
|
+
{
|
|
4280
|
+
"name": "Joey Pereira",
|
|
4281
|
+
"github": "Joepocalyptic",
|
|
4282
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4283
|
+
}
|
|
4284
|
+
],
|
|
4285
|
+
"compatibility": {
|
|
4286
|
+
"nuxt": "^3.0.0",
|
|
4287
|
+
"requires": {}
|
|
4288
|
+
}
|
|
4289
|
+
},
|
|
3668
4290
|
{
|
|
3669
4291
|
"name": "partytown",
|
|
3670
4292
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3690,6 +4312,30 @@
|
|
|
3690
4312
|
}
|
|
3691
4313
|
}
|
|
3692
4314
|
},
|
|
4315
|
+
{
|
|
4316
|
+
"name": "pdfeasy",
|
|
4317
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4318
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4319
|
+
"npm": "nuxt-pdfeasy",
|
|
4320
|
+
"icon": "pdfeasy.png",
|
|
4321
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4322
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4323
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4324
|
+
"category": "Extensions",
|
|
4325
|
+
"type": "3rd-party",
|
|
4326
|
+
"maintainers": [
|
|
4327
|
+
{
|
|
4328
|
+
"name": "Giovane Cardoso",
|
|
4329
|
+
"github": "novout",
|
|
4330
|
+
"twitter": "novoutttttt",
|
|
4331
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4332
|
+
}
|
|
4333
|
+
],
|
|
4334
|
+
"compatibility": {
|
|
4335
|
+
"nuxt": "^3.0.0",
|
|
4336
|
+
"requires": {}
|
|
4337
|
+
}
|
|
4338
|
+
},
|
|
3693
4339
|
{
|
|
3694
4340
|
"name": "persian-datepicker",
|
|
3695
4341
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3787,7 +4433,7 @@
|
|
|
3787
4433
|
},
|
|
3788
4434
|
{
|
|
3789
4435
|
"name": "plausible",
|
|
3790
|
-
"description": "Nuxt
|
|
4436
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3791
4437
|
"repo": "nuxt-modules/plausible",
|
|
3792
4438
|
"npm": "@nuxtjs/plausible",
|
|
3793
4439
|
"icon": "",
|
|
@@ -3829,9 +4475,33 @@
|
|
|
3829
4475
|
"requires": {}
|
|
3830
4476
|
}
|
|
3831
4477
|
},
|
|
4478
|
+
{
|
|
4479
|
+
"name": "prepare",
|
|
4480
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4481
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4482
|
+
"npm": "nuxt-prepare",
|
|
4483
|
+
"icon": "prepare.svg",
|
|
4484
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4485
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4486
|
+
"learn_more": "",
|
|
4487
|
+
"category": "Devtools",
|
|
4488
|
+
"type": "3rd-party",
|
|
4489
|
+
"maintainers": [
|
|
4490
|
+
{
|
|
4491
|
+
"name": "Johann Schopplich",
|
|
4492
|
+
"github": "johannschopplich",
|
|
4493
|
+
"twitter": "jschopplich",
|
|
4494
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4495
|
+
}
|
|
4496
|
+
],
|
|
4497
|
+
"compatibility": {
|
|
4498
|
+
"nuxt": "^3.0.0",
|
|
4499
|
+
"requires": {}
|
|
4500
|
+
}
|
|
4501
|
+
},
|
|
3832
4502
|
{
|
|
3833
4503
|
"name": "prismic",
|
|
3834
|
-
"description": "Easily connect your Nuxt
|
|
4504
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
3835
4505
|
"repo": "nuxt-modules/prismic",
|
|
3836
4506
|
"npm": "@nuxtjs/prismic",
|
|
3837
4507
|
"icon": "prismic.png",
|
|
@@ -3898,7 +4568,7 @@
|
|
|
3898
4568
|
},
|
|
3899
4569
|
{
|
|
3900
4570
|
"name": "proxy",
|
|
3901
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4571
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
3902
4572
|
"repo": "nuxt-community/proxy-module",
|
|
3903
4573
|
"npm": "@nuxtjs/proxy",
|
|
3904
4574
|
"icon": "",
|
|
@@ -3944,7 +4614,7 @@
|
|
|
3944
4614
|
},
|
|
3945
4615
|
{
|
|
3946
4616
|
"name": "purgecss",
|
|
3947
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4617
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
3948
4618
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
3949
4619
|
"npm": "nuxt-purgecss",
|
|
3950
4620
|
"icon": "purgecss.png",
|
|
@@ -3966,7 +4636,7 @@
|
|
|
3966
4636
|
},
|
|
3967
4637
|
{
|
|
3968
4638
|
"name": "pwa",
|
|
3969
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4639
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
3970
4640
|
"repo": "nuxt-community/pwa-module",
|
|
3971
4641
|
"npm": "@nuxtjs/pwa",
|
|
3972
4642
|
"icon": "pwa.png",
|
|
@@ -3991,7 +4661,7 @@
|
|
|
3991
4661
|
},
|
|
3992
4662
|
{
|
|
3993
4663
|
"name": "python",
|
|
3994
|
-
"description": "Write Nuxt
|
|
4664
|
+
"description": "Write Nuxt applications using Python",
|
|
3995
4665
|
"repo": "nuxt-community/python-module",
|
|
3996
4666
|
"npm": "@nuxtjs/python",
|
|
3997
4667
|
"icon": "python.png",
|
|
@@ -4033,9 +4703,31 @@
|
|
|
4033
4703
|
"requires": {}
|
|
4034
4704
|
}
|
|
4035
4705
|
},
|
|
4706
|
+
{
|
|
4707
|
+
"name": "radash",
|
|
4708
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4709
|
+
"repo": "bbg/nuxt-radash",
|
|
4710
|
+
"npm": "nuxt-radash",
|
|
4711
|
+
"icon": "radash.png",
|
|
4712
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4713
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4714
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4715
|
+
"category": "Libraries",
|
|
4716
|
+
"type": "3rd-party",
|
|
4717
|
+
"maintainers": [
|
|
4718
|
+
{
|
|
4719
|
+
"name": "Batuhan Göksu",
|
|
4720
|
+
"github": "bbg"
|
|
4721
|
+
}
|
|
4722
|
+
],
|
|
4723
|
+
"compatibility": {
|
|
4724
|
+
"nuxt": "^3.0.0",
|
|
4725
|
+
"requires": {}
|
|
4726
|
+
}
|
|
4727
|
+
},
|
|
4036
4728
|
{
|
|
4037
4729
|
"name": "recaptcha",
|
|
4038
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
4730
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4039
4731
|
"repo": "nuxt-community/recaptcha-module",
|
|
4040
4732
|
"npm": "@nuxtjs/recaptcha",
|
|
4041
4733
|
"icon": "recaptcha.png",
|
|
@@ -4080,7 +4772,7 @@
|
|
|
4080
4772
|
},
|
|
4081
4773
|
{
|
|
4082
4774
|
"name": "rfg-icon",
|
|
4083
|
-
"description": "Nuxt
|
|
4775
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4084
4776
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4085
4777
|
"npm": "nuxt-rfg-icon",
|
|
4086
4778
|
"icon": "real-favicon-generator.png",
|
|
@@ -4102,12 +4794,12 @@
|
|
|
4102
4794
|
},
|
|
4103
4795
|
{
|
|
4104
4796
|
"name": "robots",
|
|
4105
|
-
"description": "A Nuxt
|
|
4106
|
-
"repo": "nuxt-
|
|
4797
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
4798
|
+
"repo": "nuxt-modules/robots",
|
|
4107
4799
|
"npm": "@nuxtjs/robots",
|
|
4108
4800
|
"icon": "robots.png",
|
|
4109
|
-
"github": "https://github.com/nuxt-
|
|
4110
|
-
"website": "https://github.com/nuxt-
|
|
4801
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4802
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4111
4803
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4112
4804
|
"category": "SEO",
|
|
4113
4805
|
"type": "community",
|
|
@@ -4126,7 +4818,7 @@
|
|
|
4126
4818
|
},
|
|
4127
4819
|
{
|
|
4128
4820
|
"name": "rollbar",
|
|
4129
|
-
"description": "Add Rollbar.js to your Nuxt
|
|
4821
|
+
"description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
|
|
4130
4822
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
4131
4823
|
"npm": "nuxt-rollbar-module",
|
|
4132
4824
|
"icon": "rollbar.png",
|
|
@@ -4171,7 +4863,7 @@
|
|
|
4171
4863
|
},
|
|
4172
4864
|
{
|
|
4173
4865
|
"name": "router",
|
|
4174
|
-
"description": "Nuxt
|
|
4866
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4175
4867
|
"repo": "nuxt-community/router-module",
|
|
4176
4868
|
"npm": "@nuxtjs/router",
|
|
4177
4869
|
"icon": "vue.png",
|
|
@@ -4219,13 +4911,13 @@
|
|
|
4219
4911
|
},
|
|
4220
4912
|
{
|
|
4221
4913
|
"name": "schema-org",
|
|
4222
|
-
"description": "Schema.org for Nuxt
|
|
4223
|
-
"repo": "
|
|
4914
|
+
"description": "Schema.org for Nuxt.",
|
|
4915
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4224
4916
|
"npm": "nuxt-schema-org",
|
|
4225
4917
|
"icon": "schema-org.svg",
|
|
4226
|
-
"github": "https://github.com/
|
|
4227
|
-
"website": "https://
|
|
4228
|
-
"learn_more": "https://
|
|
4918
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
4919
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
4920
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4229
4921
|
"category": "SEO",
|
|
4230
4922
|
"type": "3rd-party",
|
|
4231
4923
|
"maintainers": [
|
|
@@ -4288,7 +4980,7 @@
|
|
|
4288
4980
|
},
|
|
4289
4981
|
{
|
|
4290
4982
|
"name": "segment",
|
|
4291
|
-
"description": "Nuxt
|
|
4983
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4292
4984
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4293
4985
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4294
4986
|
"icon": "segment.png",
|
|
@@ -4310,10 +5002,10 @@
|
|
|
4310
5002
|
},
|
|
4311
5003
|
{
|
|
4312
5004
|
"name": "sentry",
|
|
4313
|
-
"description": "Sentry module for Nuxt
|
|
5005
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4314
5006
|
"repo": "nuxt-community/sentry-module",
|
|
4315
5007
|
"npm": "@nuxtjs/sentry",
|
|
4316
|
-
"icon": "sentry.
|
|
5008
|
+
"icon": "sentry.svg",
|
|
4317
5009
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4318
5010
|
"website": "https://sentry.nuxtjs.org/",
|
|
4319
5011
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4330,14 +5022,38 @@
|
|
|
4330
5022
|
"requires": {}
|
|
4331
5023
|
}
|
|
4332
5024
|
},
|
|
5025
|
+
{
|
|
5026
|
+
"name": "seo-experiments",
|
|
5027
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5028
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5029
|
+
"npm": "nuxt-seo-experiments",
|
|
5030
|
+
"icon": "seo-experiments.svg",
|
|
5031
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5032
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5033
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5034
|
+
"category": "SEO",
|
|
5035
|
+
"type": "3rd-party",
|
|
5036
|
+
"maintainers": [
|
|
5037
|
+
{
|
|
5038
|
+
"name": "Harlan Wilton",
|
|
5039
|
+
"github": "harlan-zw",
|
|
5040
|
+
"twitter": "harlan_zw",
|
|
5041
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5042
|
+
}
|
|
5043
|
+
],
|
|
5044
|
+
"compatibility": {
|
|
5045
|
+
"nuxt": "^3.0.0",
|
|
5046
|
+
"requires": {}
|
|
5047
|
+
}
|
|
5048
|
+
},
|
|
4333
5049
|
{
|
|
4334
5050
|
"name": "seo-kit",
|
|
4335
|
-
"description": "
|
|
5051
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4336
5052
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4337
5053
|
"npm": "nuxt-seo-kit",
|
|
4338
5054
|
"icon": "seo-kit.svg",
|
|
4339
5055
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4340
|
-
"website": "https://
|
|
5056
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4341
5057
|
"learn_more": "",
|
|
4342
5058
|
"category": "SEO",
|
|
4343
5059
|
"type": "3rd-party",
|
|
@@ -4377,7 +5093,7 @@
|
|
|
4377
5093
|
},
|
|
4378
5094
|
{
|
|
4379
5095
|
"name": "seomatic-meta",
|
|
4380
|
-
"description": "A Nuxt
|
|
5096
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4381
5097
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4382
5098
|
"npm": "nuxt-seomatic-meta",
|
|
4383
5099
|
"icon": "seomatic.png",
|
|
@@ -4420,6 +5136,29 @@
|
|
|
4420
5136
|
"requires": {}
|
|
4421
5137
|
}
|
|
4422
5138
|
},
|
|
5139
|
+
{
|
|
5140
|
+
"name": "server-block",
|
|
5141
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5142
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
5143
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5144
|
+
"icon": "server-block.svg",
|
|
5145
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5146
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5147
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5148
|
+
"category": "Extensions",
|
|
5149
|
+
"type": "3rd-party",
|
|
5150
|
+
"maintainers": [
|
|
5151
|
+
{
|
|
5152
|
+
"name": "Hebilicious",
|
|
5153
|
+
"github": "Hebilicious",
|
|
5154
|
+
"twitter": "its_hebilicious"
|
|
5155
|
+
}
|
|
5156
|
+
],
|
|
5157
|
+
"compatibility": {
|
|
5158
|
+
"nuxt": "^3.0.0",
|
|
5159
|
+
"requires": {}
|
|
5160
|
+
}
|
|
5161
|
+
},
|
|
4423
5162
|
{
|
|
4424
5163
|
"name": "session",
|
|
4425
5164
|
"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",
|
|
@@ -4445,7 +5184,7 @@
|
|
|
4445
5184
|
},
|
|
4446
5185
|
{
|
|
4447
5186
|
"name": "shopify",
|
|
4448
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5187
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4449
5188
|
"repo": "Gomah/nuxt-shopify",
|
|
4450
5189
|
"npm": "nuxt-shopify",
|
|
4451
5190
|
"icon": "shopify.png",
|
|
@@ -4512,13 +5251,13 @@
|
|
|
4512
5251
|
},
|
|
4513
5252
|
{
|
|
4514
5253
|
"name": "simple-robots",
|
|
4515
|
-
"description": "
|
|
5254
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4516
5255
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4517
5256
|
"npm": "nuxt-simple-robots",
|
|
4518
|
-
"icon": "",
|
|
5257
|
+
"icon": "simple-robots.svg",
|
|
4519
5258
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4520
|
-
"website": "https://
|
|
4521
|
-
"learn_more": "",
|
|
5259
|
+
"website": "https://nuxtseo.com/robots",
|
|
5260
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4522
5261
|
"category": "SEO",
|
|
4523
5262
|
"type": "3rd-party",
|
|
4524
5263
|
"maintainers": [
|
|
@@ -4536,13 +5275,13 @@
|
|
|
4536
5275
|
},
|
|
4537
5276
|
{
|
|
4538
5277
|
"name": "simple-sitemap",
|
|
4539
|
-
"description": "
|
|
5278
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4540
5279
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4541
5280
|
"npm": "nuxt-simple-sitemap",
|
|
4542
|
-
"icon": "",
|
|
5281
|
+
"icon": "simple-sitemap.svg",
|
|
4543
5282
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4544
|
-
"website": "https://
|
|
4545
|
-
"learn_more": "",
|
|
5283
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5284
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4546
5285
|
"category": "SEO",
|
|
4547
5286
|
"type": "3rd-party",
|
|
4548
5287
|
"maintainers": [
|
|
@@ -4560,7 +5299,7 @@
|
|
|
4560
5299
|
},
|
|
4561
5300
|
{
|
|
4562
5301
|
"name": "sitemap",
|
|
4563
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5302
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
4564
5303
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
4565
5304
|
"npm": "@nuxtjs/sitemap",
|
|
4566
5305
|
"icon": "",
|
|
@@ -4605,7 +5344,7 @@
|
|
|
4605
5344
|
},
|
|
4606
5345
|
{
|
|
4607
5346
|
"name": "snipcart",
|
|
4608
|
-
"description": "Snipcart integration module for Nuxt
|
|
5347
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4609
5348
|
"repo": "nuxt-modules/snipcart",
|
|
4610
5349
|
"npm": "@nuxtjs/snipcart",
|
|
4611
5350
|
"icon": "snipcart.png",
|
|
@@ -4628,7 +5367,7 @@
|
|
|
4628
5367
|
},
|
|
4629
5368
|
{
|
|
4630
5369
|
"name": "social-meta",
|
|
4631
|
-
"description": "Nuxt
|
|
5370
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4632
5371
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4633
5372
|
"npm": "nuxt-social-meta",
|
|
4634
5373
|
"icon": "",
|
|
@@ -4750,7 +5489,7 @@
|
|
|
4750
5489
|
},
|
|
4751
5490
|
{
|
|
4752
5491
|
"name": "storage",
|
|
4753
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5492
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
4754
5493
|
"repo": "mazipan/nuxt-storage",
|
|
4755
5494
|
"npm": "nuxt-storage",
|
|
4756
5495
|
"icon": "",
|
|
@@ -4772,7 +5511,7 @@
|
|
|
4772
5511
|
},
|
|
4773
5512
|
{
|
|
4774
5513
|
"name": "storefront-ui",
|
|
4775
|
-
"description": "Storefront UI Module for Nuxt
|
|
5514
|
+
"description": "Storefront UI Module for Nuxt",
|
|
4776
5515
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
4777
5516
|
"npm": "@storefront-ui/nuxt",
|
|
4778
5517
|
"icon": "storefront-ui.svg",
|
|
@@ -4816,7 +5555,7 @@
|
|
|
4816
5555
|
},
|
|
4817
5556
|
{
|
|
4818
5557
|
"name": "storyblok",
|
|
4819
|
-
"description": "Storyblok Nuxt
|
|
5558
|
+
"description": "Storyblok Nuxt module",
|
|
4820
5559
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
4821
5560
|
"npm": "@storyblok/nuxt",
|
|
4822
5561
|
"icon": "storyblok.png",
|
|
@@ -4838,11 +5577,11 @@
|
|
|
4838
5577
|
},
|
|
4839
5578
|
{
|
|
4840
5579
|
"name": "storybook",
|
|
4841
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
4842
|
-
"repo": "nuxt-
|
|
5580
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5581
|
+
"repo": "nuxt-modules/storybook",
|
|
4843
5582
|
"npm": "@nuxtjs/storybook",
|
|
4844
5583
|
"icon": "storybook.png",
|
|
4845
|
-
"github": "https://github.com/nuxt-
|
|
5584
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
4846
5585
|
"website": "https://storybook.nuxtjs.org",
|
|
4847
5586
|
"learn_more": "https://storybook.js.org/",
|
|
4848
5587
|
"category": "Devtools",
|
|
@@ -4869,10 +5608,10 @@
|
|
|
4869
5608
|
{
|
|
4870
5609
|
"name": "strapi",
|
|
4871
5610
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4872
|
-
"repo": "nuxt-
|
|
5611
|
+
"repo": "nuxt-modules/strapi",
|
|
4873
5612
|
"npm": "@nuxtjs/strapi",
|
|
4874
5613
|
"icon": "strapi.png",
|
|
4875
|
-
"github": "https://github.com/nuxt-
|
|
5614
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4876
5615
|
"website": "https://strapi.nuxtjs.org",
|
|
4877
5616
|
"learn_more": "https://strapi.io/",
|
|
4878
5617
|
"category": "CMS",
|
|
@@ -4896,6 +5635,32 @@
|
|
|
4896
5635
|
}
|
|
4897
5636
|
}
|
|
4898
5637
|
},
|
|
5638
|
+
{
|
|
5639
|
+
"name": "stripe-next",
|
|
5640
|
+
"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.",
|
|
5641
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5642
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5643
|
+
"icon": "stripe.png",
|
|
5644
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5645
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5646
|
+
"learn_more": "https://stripe.com/docs",
|
|
5647
|
+
"category": "Payment",
|
|
5648
|
+
"type": "3rd-party",
|
|
5649
|
+
"maintainers": [
|
|
5650
|
+
{
|
|
5651
|
+
"name": "Loic Fuentes",
|
|
5652
|
+
"github": "fuentesloic"
|
|
5653
|
+
},
|
|
5654
|
+
{
|
|
5655
|
+
"name": "Florent Giraud",
|
|
5656
|
+
"github": "flozero"
|
|
5657
|
+
}
|
|
5658
|
+
],
|
|
5659
|
+
"compatibility": {
|
|
5660
|
+
"nuxt": "^3.0.0",
|
|
5661
|
+
"requires": {}
|
|
5662
|
+
}
|
|
5663
|
+
},
|
|
4899
5664
|
{
|
|
4900
5665
|
"name": "stripe",
|
|
4901
5666
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -4943,7 +5708,7 @@
|
|
|
4943
5708
|
},
|
|
4944
5709
|
{
|
|
4945
5710
|
"name": "stylelint",
|
|
4946
|
-
"description": "Stylelint module for Nuxt.
|
|
5711
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
4947
5712
|
"repo": "nuxt-community/stylelint-module",
|
|
4948
5713
|
"npm": "@nuxtjs/stylelint-module",
|
|
4949
5714
|
"icon": "stylelint.png",
|
|
@@ -4989,10 +5754,10 @@
|
|
|
4989
5754
|
{
|
|
4990
5755
|
"name": "supabase",
|
|
4991
5756
|
"description": "First class integration with Supabase",
|
|
4992
|
-
"repo": "nuxt-
|
|
5757
|
+
"repo": "nuxt-modules/supabase",
|
|
4993
5758
|
"npm": "@nuxtjs/supabase",
|
|
4994
5759
|
"icon": "supabase.png",
|
|
4995
|
-
"github": "https://github.com/nuxt-
|
|
5760
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4996
5761
|
"website": "https://supabase.nuxtjs.org",
|
|
4997
5762
|
"learn_more": "https://supabase.com",
|
|
4998
5763
|
"category": "Database",
|
|
@@ -5043,12 +5808,12 @@
|
|
|
5043
5808
|
},
|
|
5044
5809
|
{
|
|
5045
5810
|
"name": "svg-sprite",
|
|
5046
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5047
|
-
"repo": "nuxt-
|
|
5811
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
5812
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5048
5813
|
"npm": "@nuxtjs/svg-sprite",
|
|
5049
5814
|
"icon": "",
|
|
5050
|
-
"github": "https://github.com/nuxt-
|
|
5051
|
-
"website": "https://github.com/nuxt-
|
|
5815
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
5816
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5052
5817
|
"learn_more": "",
|
|
5053
5818
|
"category": "UI",
|
|
5054
5819
|
"type": "community",
|
|
@@ -5060,13 +5825,13 @@
|
|
|
5060
5825
|
}
|
|
5061
5826
|
],
|
|
5062
5827
|
"compatibility": {
|
|
5063
|
-
"nuxt": "^2.0.0",
|
|
5828
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5064
5829
|
"requires": {}
|
|
5065
5830
|
}
|
|
5066
5831
|
},
|
|
5067
5832
|
{
|
|
5068
5833
|
"name": "svg",
|
|
5069
|
-
"description": "Super simple svg loading module for Nuxt
|
|
5834
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5070
5835
|
"repo": "nuxt-community/svg-module",
|
|
5071
5836
|
"npm": "@nuxtjs/svg",
|
|
5072
5837
|
"icon": "",
|
|
@@ -5110,7 +5875,7 @@
|
|
|
5110
5875
|
},
|
|
5111
5876
|
{
|
|
5112
5877
|
"name": "swiper",
|
|
5113
|
-
"description": "Nuxt
|
|
5878
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5114
5879
|
"repo": "cpreston321/nuxt-swiper",
|
|
5115
5880
|
"npm": "nuxt-swiper",
|
|
5116
5881
|
"icon": "swiper.svg",
|
|
@@ -5156,10 +5921,10 @@
|
|
|
5156
5921
|
{
|
|
5157
5922
|
"name": "tailwindcss",
|
|
5158
5923
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5159
|
-
"repo": "nuxt-
|
|
5924
|
+
"repo": "nuxt-modules/tailwindcss-module",
|
|
5160
5925
|
"npm": "@nuxtjs/tailwindcss",
|
|
5161
5926
|
"icon": "tailwindcss.png",
|
|
5162
|
-
"github": "https://github.com/nuxt-
|
|
5927
|
+
"github": "https://github.com/nuxt-modules/tailwindcss-module",
|
|
5163
5928
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5164
5929
|
"learn_more": "https://tailwindcss.com/",
|
|
5165
5930
|
"category": "UI",
|
|
@@ -5169,6 +5934,10 @@
|
|
|
5169
5934
|
"name": "Sébastien Chopin",
|
|
5170
5935
|
"github": "Atinux",
|
|
5171
5936
|
"twitter": "Atinux"
|
|
5937
|
+
},
|
|
5938
|
+
{
|
|
5939
|
+
"name": "Inesh Bose",
|
|
5940
|
+
"github": "ineshbose"
|
|
5172
5941
|
}
|
|
5173
5942
|
],
|
|
5174
5943
|
"compatibility": {
|
|
@@ -5199,9 +5968,31 @@
|
|
|
5199
5968
|
"requires": {}
|
|
5200
5969
|
}
|
|
5201
5970
|
},
|
|
5971
|
+
{
|
|
5972
|
+
"name": "time",
|
|
5973
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5974
|
+
"repo": "danielroe/nuxt-time",
|
|
5975
|
+
"npm": "nuxt-time",
|
|
5976
|
+
"icon": "",
|
|
5977
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5978
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5979
|
+
"learn_more": "",
|
|
5980
|
+
"category": "Extensions",
|
|
5981
|
+
"type": "3rd-party",
|
|
5982
|
+
"maintainers": [
|
|
5983
|
+
{
|
|
5984
|
+
"name": "danielroe",
|
|
5985
|
+
"github": "danielroe"
|
|
5986
|
+
}
|
|
5987
|
+
],
|
|
5988
|
+
"compatibility": {
|
|
5989
|
+
"nuxt": "^3.0.0",
|
|
5990
|
+
"requires": {}
|
|
5991
|
+
}
|
|
5992
|
+
},
|
|
5202
5993
|
{
|
|
5203
5994
|
"name": "toast",
|
|
5204
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
5995
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5205
5996
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5206
5997
|
"npm": "@nuxtjs/toast",
|
|
5207
5998
|
"icon": "",
|
|
@@ -5222,6 +6013,39 @@
|
|
|
5222
6013
|
"requires": {}
|
|
5223
6014
|
}
|
|
5224
6015
|
},
|
|
6016
|
+
{
|
|
6017
|
+
"name": "tresjs",
|
|
6018
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6019
|
+
"repo": "tresjs/nuxt",
|
|
6020
|
+
"npm": "@tresjs/nuxt",
|
|
6021
|
+
"icon": "tresjs.svg",
|
|
6022
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6023
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6024
|
+
"learn_more": "https://tresjs.org/",
|
|
6025
|
+
"category": "Libraries",
|
|
6026
|
+
"type": "3rd-party",
|
|
6027
|
+
"maintainers": [
|
|
6028
|
+
{
|
|
6029
|
+
"name": "Alvaro Saburido",
|
|
6030
|
+
"github": "alvarosabu",
|
|
6031
|
+
"twitter": "alvarosabu"
|
|
6032
|
+
},
|
|
6033
|
+
{
|
|
6034
|
+
"name": "Jaime Torrealba",
|
|
6035
|
+
"github": "JaimeTorrealba",
|
|
6036
|
+
"twitter": "jaimebboyjt"
|
|
6037
|
+
},
|
|
6038
|
+
{
|
|
6039
|
+
"name": "Tino Koch",
|
|
6040
|
+
"github": "Tinoooo",
|
|
6041
|
+
"twitter": "ichbintino"
|
|
6042
|
+
}
|
|
6043
|
+
],
|
|
6044
|
+
"compatibility": {
|
|
6045
|
+
"nuxt": "^3.0.0",
|
|
6046
|
+
"requires": {}
|
|
6047
|
+
}
|
|
6048
|
+
},
|
|
5225
6049
|
{
|
|
5226
6050
|
"name": "turnstile",
|
|
5227
6051
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5249,7 +6073,7 @@
|
|
|
5249
6073
|
},
|
|
5250
6074
|
{
|
|
5251
6075
|
"name": "twa",
|
|
5252
|
-
"description": "Nuxt
|
|
6076
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5253
6077
|
"repo": "tuarrep/nuxt-twa",
|
|
5254
6078
|
"npm": "nuxt-twa",
|
|
5255
6079
|
"icon": "",
|
|
@@ -5271,6 +6095,28 @@
|
|
|
5271
6095
|
}
|
|
5272
6096
|
}
|
|
5273
6097
|
},
|
|
6098
|
+
{
|
|
6099
|
+
"name": "twemoji",
|
|
6100
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6101
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6102
|
+
"npm": "nuxt-twemoji",
|
|
6103
|
+
"icon": "twemoji.svg",
|
|
6104
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6105
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6106
|
+
"learn_more": "",
|
|
6107
|
+
"category": "UI",
|
|
6108
|
+
"type": "3rd-party",
|
|
6109
|
+
"maintainers": [
|
|
6110
|
+
{
|
|
6111
|
+
"name": "Yizack Rangel",
|
|
6112
|
+
"github": "yizack"
|
|
6113
|
+
}
|
|
6114
|
+
],
|
|
6115
|
+
"compatibility": {
|
|
6116
|
+
"nuxt": "^3.0.0",
|
|
6117
|
+
"requires": {}
|
|
6118
|
+
}
|
|
6119
|
+
},
|
|
5274
6120
|
{
|
|
5275
6121
|
"name": "twicpics",
|
|
5276
6122
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5415,6 +6261,39 @@
|
|
|
5415
6261
|
"requires": {}
|
|
5416
6262
|
}
|
|
5417
6263
|
},
|
|
6264
|
+
{
|
|
6265
|
+
"name": "ui",
|
|
6266
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6267
|
+
"repo": "nuxt/ui#dev",
|
|
6268
|
+
"npm": "@nuxt/ui",
|
|
6269
|
+
"icon": "nuxt.svg",
|
|
6270
|
+
"github": "https://github.com/nuxt/ui",
|
|
6271
|
+
"website": "https://ui.nuxt.com",
|
|
6272
|
+
"learn_more": "",
|
|
6273
|
+
"category": "UI",
|
|
6274
|
+
"type": "official",
|
|
6275
|
+
"maintainers": [
|
|
6276
|
+
{
|
|
6277
|
+
"name": "Benjamin Canac",
|
|
6278
|
+
"github": "benjamincanac",
|
|
6279
|
+
"twitter": "benjamincanac"
|
|
6280
|
+
},
|
|
6281
|
+
{
|
|
6282
|
+
"name": "Sebastien Chopin",
|
|
6283
|
+
"github": "Atinux",
|
|
6284
|
+
"twitter": "Atinux"
|
|
6285
|
+
},
|
|
6286
|
+
{
|
|
6287
|
+
"name": "Sylvain Marroufin",
|
|
6288
|
+
"github": "smarroufin",
|
|
6289
|
+
"twitter": "smarroufin"
|
|
6290
|
+
}
|
|
6291
|
+
],
|
|
6292
|
+
"compatibility": {
|
|
6293
|
+
"nuxt": "^3.0.0",
|
|
6294
|
+
"requires": {}
|
|
6295
|
+
}
|
|
6296
|
+
},
|
|
5418
6297
|
{
|
|
5419
6298
|
"name": "umami",
|
|
5420
6299
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5442,11 +6321,11 @@
|
|
|
5442
6321
|
{
|
|
5443
6322
|
"name": "unhead",
|
|
5444
6323
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5445
|
-
"repo": "harlan-zw/nuxt-
|
|
5446
|
-
"npm": "nuxt-
|
|
6324
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6325
|
+
"npm": "nuxt-seo-experiments",
|
|
5447
6326
|
"icon": "",
|
|
5448
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5449
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
6327
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6328
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5450
6329
|
"learn_more": "",
|
|
5451
6330
|
"category": "SEO",
|
|
5452
6331
|
"type": "3rd-party",
|
|
@@ -5463,7 +6342,7 @@
|
|
|
5463
6342
|
},
|
|
5464
6343
|
{
|
|
5465
6344
|
"name": "universal-storage",
|
|
5466
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6345
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5467
6346
|
"repo": "nuxt-community/universal-storage-module",
|
|
5468
6347
|
"npm": "@nuxtjs/universal-storage",
|
|
5469
6348
|
"icon": "",
|
|
@@ -5489,6 +6368,28 @@
|
|
|
5489
6368
|
"requires": {}
|
|
5490
6369
|
}
|
|
5491
6370
|
},
|
|
6371
|
+
{
|
|
6372
|
+
"name": "unlazy",
|
|
6373
|
+
"description": "Lazy loading library for placeholder images",
|
|
6374
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6375
|
+
"npm": "@unlazy/nuxt",
|
|
6376
|
+
"icon": "unlazy.svg",
|
|
6377
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6378
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6379
|
+
"learn_more": "",
|
|
6380
|
+
"category": "Images",
|
|
6381
|
+
"type": "3rd-party",
|
|
6382
|
+
"maintainers": [
|
|
6383
|
+
{
|
|
6384
|
+
"name": "Johann Schopplich",
|
|
6385
|
+
"github": "johannschopplich"
|
|
6386
|
+
}
|
|
6387
|
+
],
|
|
6388
|
+
"compatibility": {
|
|
6389
|
+
"nuxt": "^3.0.0",
|
|
6390
|
+
"requires": {}
|
|
6391
|
+
}
|
|
6392
|
+
},
|
|
5492
6393
|
{
|
|
5493
6394
|
"name": "unlighthouse",
|
|
5494
6395
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5564,9 +6465,33 @@
|
|
|
5564
6465
|
"requires": {}
|
|
5565
6466
|
}
|
|
5566
6467
|
},
|
|
6468
|
+
{
|
|
6469
|
+
"name": "use-wagmi",
|
|
6470
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6471
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6472
|
+
"npm": "@use-wagmi/nuxt",
|
|
6473
|
+
"icon": "use-wagmi.png",
|
|
6474
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6475
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6476
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6477
|
+
"category": "Extensions",
|
|
6478
|
+
"type": "3rd-party",
|
|
6479
|
+
"maintainers": [
|
|
6480
|
+
{
|
|
6481
|
+
"name": "Unic Ape",
|
|
6482
|
+
"github": "unicape"
|
|
6483
|
+
}
|
|
6484
|
+
],
|
|
6485
|
+
"compatibility": {
|
|
6486
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6487
|
+
"requires": {
|
|
6488
|
+
"bridge": true
|
|
6489
|
+
}
|
|
6490
|
+
}
|
|
6491
|
+
},
|
|
5567
6492
|
{
|
|
5568
6493
|
"name": "user-agent",
|
|
5569
|
-
"description": "Nuxt
|
|
6494
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5570
6495
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5571
6496
|
"npm": "nuxt-user-agent",
|
|
5572
6497
|
"icon": "",
|
|
@@ -5656,9 +6581,31 @@
|
|
|
5656
6581
|
}
|
|
5657
6582
|
}
|
|
5658
6583
|
},
|
|
6584
|
+
{
|
|
6585
|
+
"name": "vcalendar",
|
|
6586
|
+
"description": "VCalendar module for Nuxt",
|
|
6587
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6588
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6589
|
+
"icon": "vcalendar.png",
|
|
6590
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6591
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6592
|
+
"learn_more": "",
|
|
6593
|
+
"category": "Libraries",
|
|
6594
|
+
"type": "3rd-party",
|
|
6595
|
+
"maintainers": [
|
|
6596
|
+
{
|
|
6597
|
+
"name": "Sam K",
|
|
6598
|
+
"github": "samk-dev"
|
|
6599
|
+
}
|
|
6600
|
+
],
|
|
6601
|
+
"compatibility": {
|
|
6602
|
+
"nuxt": "^3.0.0",
|
|
6603
|
+
"requires": {}
|
|
6604
|
+
}
|
|
6605
|
+
},
|
|
5659
6606
|
{
|
|
5660
6607
|
"name": "vee-validate",
|
|
5661
|
-
"description": "Painless Vue forms for Nuxt
|
|
6608
|
+
"description": "Painless Vue forms for Nuxt",
|
|
5662
6609
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
5663
6610
|
"npm": "@vee-validate/nuxt",
|
|
5664
6611
|
"icon": "vee-validate.png",
|
|
@@ -5701,9 +6648,54 @@
|
|
|
5701
6648
|
"requires": {}
|
|
5702
6649
|
}
|
|
5703
6650
|
},
|
|
6651
|
+
{
|
|
6652
|
+
"name": "vercel-analytics",
|
|
6653
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6654
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6655
|
+
"npm": "nuxt-vercel-analytics",
|
|
6656
|
+
"icon": "",
|
|
6657
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6658
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6659
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6660
|
+
"category": "Analytics",
|
|
6661
|
+
"type": "3rd-party",
|
|
6662
|
+
"maintainers": [
|
|
6663
|
+
{
|
|
6664
|
+
"name": "Alexander B.",
|
|
6665
|
+
"github": "xanderbarkhatov"
|
|
6666
|
+
}
|
|
6667
|
+
],
|
|
6668
|
+
"compatibility": {
|
|
6669
|
+
"nuxt": "^3.0.0",
|
|
6670
|
+
"requires": {}
|
|
6671
|
+
}
|
|
6672
|
+
},
|
|
6673
|
+
{
|
|
6674
|
+
"name": "vexip-ui",
|
|
6675
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6676
|
+
"repo": "vexip-ui/nuxt",
|
|
6677
|
+
"npm": "@vexip-ui/nuxt",
|
|
6678
|
+
"icon": "vexip-ui.svg",
|
|
6679
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6680
|
+
"website": "https://www.vexipui.com/",
|
|
6681
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6682
|
+
"category": "UI",
|
|
6683
|
+
"type": "3rd-party",
|
|
6684
|
+
"maintainers": [
|
|
6685
|
+
{
|
|
6686
|
+
"name": "未觉雨声",
|
|
6687
|
+
"github": "qmhc",
|
|
6688
|
+
"twitter": "qmhc95"
|
|
6689
|
+
}
|
|
6690
|
+
],
|
|
6691
|
+
"compatibility": {
|
|
6692
|
+
"nuxt": "^3.0.0",
|
|
6693
|
+
"requires": {}
|
|
6694
|
+
}
|
|
6695
|
+
},
|
|
5704
6696
|
{
|
|
5705
6697
|
"name": "vite-pwa-nuxt",
|
|
5706
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
6698
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
5707
6699
|
"repo": "vite-pwa/nuxt",
|
|
5708
6700
|
"npm": "@vite-pwa/nuxt",
|
|
5709
6701
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -5732,13 +6724,13 @@
|
|
|
5732
6724
|
{
|
|
5733
6725
|
"name": "vitest",
|
|
5734
6726
|
"description": "Vitest integration with Nuxt",
|
|
5735
|
-
"repo": "danielroe/nuxt-vitest
|
|
6727
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5736
6728
|
"npm": "nuxt-vitest",
|
|
5737
6729
|
"icon": "vitest.svg",
|
|
5738
6730
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5739
6731
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5740
6732
|
"learn_more": "",
|
|
5741
|
-
"category": "
|
|
6733
|
+
"category": "Devtools",
|
|
5742
6734
|
"type": "3rd-party",
|
|
5743
6735
|
"maintainers": [
|
|
5744
6736
|
{
|
|
@@ -5755,15 +6747,45 @@
|
|
|
5755
6747
|
"requires": {}
|
|
5756
6748
|
}
|
|
5757
6749
|
},
|
|
6750
|
+
{
|
|
6751
|
+
"name": "vue-email",
|
|
6752
|
+
"description": "💌 Write email templates with vue",
|
|
6753
|
+
"repo": "Dave136/vue-email",
|
|
6754
|
+
"npm": "vue-email",
|
|
6755
|
+
"icon": "vue-email.svg",
|
|
6756
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6757
|
+
"website": "https://www.vuemail.net/",
|
|
6758
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
6759
|
+
"category": "UI",
|
|
6760
|
+
"type": "3rd-party",
|
|
6761
|
+
"maintainers": [
|
|
6762
|
+
{
|
|
6763
|
+
"name": "David Arenas",
|
|
6764
|
+
"github": "Dave136",
|
|
6765
|
+
"twitter": "davejs4",
|
|
6766
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6767
|
+
},
|
|
6768
|
+
{
|
|
6769
|
+
"name": "Younes Barrad",
|
|
6770
|
+
"github": "Flowko",
|
|
6771
|
+
"twitter": "imflowko",
|
|
6772
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6773
|
+
}
|
|
6774
|
+
],
|
|
6775
|
+
"compatibility": {
|
|
6776
|
+
"nuxt": "^3.0.0",
|
|
6777
|
+
"requires": {}
|
|
6778
|
+
}
|
|
6779
|
+
},
|
|
5758
6780
|
{
|
|
5759
6781
|
"name": "vue-macros",
|
|
5760
|
-
"description": "Explore
|
|
5761
|
-
"repo": "sxzz/
|
|
6782
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6783
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5762
6784
|
"npm": "@vue-macros/nuxt",
|
|
5763
6785
|
"icon": "vue-macros.svg",
|
|
5764
|
-
"github": "https://github.com/sxzz/
|
|
6786
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5765
6787
|
"website": "https://vue-macros.sxzz.moe",
|
|
5766
|
-
"learn_more": "https://github.com/sxzz/
|
|
6788
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5767
6789
|
"category": "Extensions",
|
|
5768
6790
|
"type": "3rd-party",
|
|
5769
6791
|
"maintainers": [
|
|
@@ -5804,7 +6826,7 @@
|
|
|
5804
6826
|
},
|
|
5805
6827
|
{
|
|
5806
6828
|
"name": "vue-multiselect",
|
|
5807
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
6829
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
5808
6830
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
5809
6831
|
"npm": "nuxt-vue-multiselect",
|
|
5810
6832
|
"icon": "",
|
|
@@ -5846,6 +6868,29 @@
|
|
|
5846
6868
|
"requires": {}
|
|
5847
6869
|
}
|
|
5848
6870
|
},
|
|
6871
|
+
{
|
|
6872
|
+
"name": "vue-query",
|
|
6873
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6874
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6875
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6876
|
+
"icon": "vue-query.svg",
|
|
6877
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6878
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6879
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6880
|
+
"category": "Request",
|
|
6881
|
+
"type": "3rd-party",
|
|
6882
|
+
"maintainers": [
|
|
6883
|
+
{
|
|
6884
|
+
"name": "Hebilicious",
|
|
6885
|
+
"github": "Hebilicious",
|
|
6886
|
+
"twitter": "its_hebilicious"
|
|
6887
|
+
}
|
|
6888
|
+
],
|
|
6889
|
+
"compatibility": {
|
|
6890
|
+
"nuxt": "^3.0.0",
|
|
6891
|
+
"requires": {}
|
|
6892
|
+
}
|
|
6893
|
+
},
|
|
5849
6894
|
{
|
|
5850
6895
|
"name": "vue-select",
|
|
5851
6896
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5895,7 +6940,7 @@
|
|
|
5895
6940
|
},
|
|
5896
6941
|
{
|
|
5897
6942
|
"name": "vue-warehouse",
|
|
5898
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
6943
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
5899
6944
|
"repo": "juliomrqz/vue-warehouse",
|
|
5900
6945
|
"npm": "vue-warehouse",
|
|
5901
6946
|
"icon": "",
|
|
@@ -5916,6 +6961,29 @@
|
|
|
5916
6961
|
"requires": {}
|
|
5917
6962
|
}
|
|
5918
6963
|
},
|
|
6964
|
+
{
|
|
6965
|
+
"name": "vue3-carousel-nuxt",
|
|
6966
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
6967
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6968
|
+
"npm": "vue3-carousel-nuxt",
|
|
6969
|
+
"icon": "",
|
|
6970
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6971
|
+
"website": "",
|
|
6972
|
+
"learn_more": "",
|
|
6973
|
+
"category": "UI",
|
|
6974
|
+
"type": "3rd-party",
|
|
6975
|
+
"maintainers": [
|
|
6976
|
+
{
|
|
6977
|
+
"name": "Gaetan SENN",
|
|
6978
|
+
"github": "gaetansenn",
|
|
6979
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6980
|
+
}
|
|
6981
|
+
],
|
|
6982
|
+
"compatibility": {
|
|
6983
|
+
"nuxt": "^3.0.0",
|
|
6984
|
+
"requires": {}
|
|
6985
|
+
}
|
|
6986
|
+
},
|
|
5919
6987
|
{
|
|
5920
6988
|
"name": "vuefire",
|
|
5921
6989
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -5940,7 +7008,7 @@
|
|
|
5940
7008
|
},
|
|
5941
7009
|
{
|
|
5942
7010
|
"name": "vuestic",
|
|
5943
|
-
"description": "Vuestic UI module for Nuxt
|
|
7011
|
+
"description": "Vuestic UI module for Nuxt",
|
|
5944
7012
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
5945
7013
|
"npm": "@vuestic/nuxt",
|
|
5946
7014
|
"icon": "vuestic.png",
|
|
@@ -5960,9 +7028,31 @@
|
|
|
5960
7028
|
"requires": {}
|
|
5961
7029
|
}
|
|
5962
7030
|
},
|
|
7031
|
+
{
|
|
7032
|
+
"name": "vuetify-nuxt-module",
|
|
7033
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7034
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7035
|
+
"npm": "vuetify-nuxt-module",
|
|
7036
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7037
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7038
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7039
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
7040
|
+
"category": "UI",
|
|
7041
|
+
"type": "3rd-party",
|
|
7042
|
+
"maintainers": [
|
|
7043
|
+
{
|
|
7044
|
+
"name": "Joaquín Sánchez",
|
|
7045
|
+
"github": "userquin"
|
|
7046
|
+
}
|
|
7047
|
+
],
|
|
7048
|
+
"compatibility": {
|
|
7049
|
+
"nuxt": "^3.0.0",
|
|
7050
|
+
"requires": {}
|
|
7051
|
+
}
|
|
7052
|
+
},
|
|
5963
7053
|
{
|
|
5964
7054
|
"name": "vuetify",
|
|
5965
|
-
"description": "Vuetify Module for Nuxt
|
|
7055
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
5966
7056
|
"repo": "nuxt-community/vuetify-module",
|
|
5967
7057
|
"npm": "@nuxtjs/vuetify",
|
|
5968
7058
|
"icon": "vuetify.png",
|
|
@@ -6036,7 +7126,7 @@
|
|
|
6036
7126
|
},
|
|
6037
7127
|
{
|
|
6038
7128
|
"name": "vunix",
|
|
6039
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7129
|
+
"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.",
|
|
6040
7130
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6041
7131
|
"npm": "@vunix/nuxt",
|
|
6042
7132
|
"icon": "",
|
|
@@ -6060,11 +7150,11 @@
|
|
|
6060
7150
|
{
|
|
6061
7151
|
"name": "web-vitals",
|
|
6062
7152
|
"description": "Web Vitals for Nuxt",
|
|
6063
|
-
"repo": "nuxt-
|
|
7153
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6064
7154
|
"npm": "@nuxtjs/web-vitals",
|
|
6065
7155
|
"icon": "web-vitals.png",
|
|
6066
|
-
"github": "https://github.com/nuxt-
|
|
6067
|
-
"website": "https://github.com/nuxt-
|
|
7156
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7157
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6068
7158
|
"learn_more": "",
|
|
6069
7159
|
"category": "Performance",
|
|
6070
7160
|
"type": "community",
|
|
@@ -6115,7 +7205,7 @@
|
|
|
6115
7205
|
},
|
|
6116
7206
|
{
|
|
6117
7207
|
"name": "webpack-optimisations",
|
|
6118
|
-
"description": "Nuxt
|
|
7208
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6119
7209
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6120
7210
|
"npm": "nuxt-webpack-optimisations",
|
|
6121
7211
|
"icon": "build-optimisations.svg",
|
|
@@ -6207,7 +7297,7 @@
|
|
|
6207
7297
|
},
|
|
6208
7298
|
{
|
|
6209
7299
|
"name": "well-known",
|
|
6210
|
-
"description": "A Nuxt
|
|
7300
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6211
7301
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6212
7302
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6213
7303
|
"icon": "well-known.svg",
|
|
@@ -6227,6 +7317,32 @@
|
|
|
6227
7317
|
"requires": {}
|
|
6228
7318
|
}
|
|
6229
7319
|
},
|
|
7320
|
+
{
|
|
7321
|
+
"name": "wideangle",
|
|
7322
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7323
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7324
|
+
"npm": "wideangle-nuxt",
|
|
7325
|
+
"icon": "wideangle.png",
|
|
7326
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7327
|
+
"website": "https://wideangle.co",
|
|
7328
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7329
|
+
"category": "Analytics",
|
|
7330
|
+
"type": "3rd-party",
|
|
7331
|
+
"maintainers": [
|
|
7332
|
+
{
|
|
7333
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7334
|
+
"github": "inputobjects"
|
|
7335
|
+
},
|
|
7336
|
+
{
|
|
7337
|
+
"name": "Jarek Rozanski",
|
|
7338
|
+
"github": "jrozanski"
|
|
7339
|
+
}
|
|
7340
|
+
],
|
|
7341
|
+
"compatibility": {
|
|
7342
|
+
"nuxt": "^3.0.0",
|
|
7343
|
+
"requires": {}
|
|
7344
|
+
}
|
|
7345
|
+
},
|
|
6230
7346
|
{
|
|
6231
7347
|
"name": "windicss",
|
|
6232
7348
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -6370,55 +7486,9 @@
|
|
|
6370
7486
|
"requires": {}
|
|
6371
7487
|
}
|
|
6372
7488
|
},
|
|
6373
|
-
{
|
|
6374
|
-
"name": "yandex-metrika-next",
|
|
6375
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6376
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6377
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6378
|
-
"icon": "yandex-metrika.svg",
|
|
6379
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6380
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6381
|
-
"learn_more": "",
|
|
6382
|
-
"category": "Analytics",
|
|
6383
|
-
"type": "3rd-party",
|
|
6384
|
-
"maintainers": [
|
|
6385
|
-
{
|
|
6386
|
-
"name": "Aleksandr Saburov",
|
|
6387
|
-
"github": "artmizu",
|
|
6388
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6389
|
-
}
|
|
6390
|
-
],
|
|
6391
|
-
"compatibility": {
|
|
6392
|
-
"nuxt": "^3.0.0",
|
|
6393
|
-
"requires": {}
|
|
6394
|
-
}
|
|
6395
|
-
},
|
|
6396
|
-
{
|
|
6397
|
-
"name": "yandex-metrika",
|
|
6398
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6399
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6400
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6401
|
-
"icon": "",
|
|
6402
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6403
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6404
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6405
|
-
"category": "Analytics",
|
|
6406
|
-
"type": "community",
|
|
6407
|
-
"maintainers": [
|
|
6408
|
-
{
|
|
6409
|
-
"name": "Pooya Parsa",
|
|
6410
|
-
"github": "pi0",
|
|
6411
|
-
"twitter": "_pi0_"
|
|
6412
|
-
}
|
|
6413
|
-
],
|
|
6414
|
-
"compatibility": {
|
|
6415
|
-
"nuxt": "^2.0.0",
|
|
6416
|
-
"requires": {}
|
|
6417
|
-
}
|
|
6418
|
-
},
|
|
6419
7489
|
{
|
|
6420
7490
|
"name": "zendesk",
|
|
6421
|
-
"description": "Nuxt
|
|
7491
|
+
"description": "Nuxt module for Zendesk",
|
|
6422
7492
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6423
7493
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6424
7494
|
"icon": "zendesk.png",
|