@nuxt/modules 0.6.0-ee2ca8 → 0.6.0-f03652
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 +2195 -435
- package/package.json +12 -10
package/modules.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"name": "
|
|
4
|
-
"description": "",
|
|
5
|
-
"repo": "
|
|
6
|
-
"npm": "
|
|
3
|
+
"name": "Nuxt zodI18n",
|
|
4
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
5
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
6
|
+
"npm": "nuxt-zod-i18n",
|
|
7
7
|
"icon": "",
|
|
8
|
-
"github": "https://github.com/
|
|
9
|
-
"website": "https://github.com/
|
|
8
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
9
|
+
"website": "https://github.com/xibman/nuxt-zod-i18n",
|
|
10
10
|
"learn_more": "",
|
|
11
11
|
"category": "Devtools",
|
|
12
12
|
"type": "3rd-party",
|
|
13
13
|
"maintainers": [
|
|
14
14
|
{
|
|
15
|
-
"name": "
|
|
16
|
-
"github": "
|
|
15
|
+
"name": "xibman",
|
|
16
|
+
"github": "xibman"
|
|
17
17
|
}
|
|
18
18
|
],
|
|
19
19
|
"compatibility": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"name": "ackee",
|
|
26
|
-
"description": "Nuxt
|
|
26
|
+
"description": "Nuxt module for Ackee analytics",
|
|
27
27
|
"repo": "bdrtsky/nuxt-ackee",
|
|
28
28
|
"npm": "nuxt-ackee",
|
|
29
29
|
"icon": "ackee.png",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
52
|
"name": "agility-cms",
|
|
53
|
-
"description": "Agility CMS Integration for Nuxt
|
|
53
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
54
54
|
"repo": "agility/agilitycms-nuxt-module",
|
|
55
55
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
56
56
|
"icon": "agility.png",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
75
|
"name": "algolia",
|
|
76
|
-
"description": "Algolia Search Module for Nuxt
|
|
76
|
+
"description": "Algolia Search Module for Nuxt",
|
|
77
77
|
"repo": "nuxt-modules/algolia",
|
|
78
78
|
"npm": "@nuxtjs/algolia",
|
|
79
79
|
"icon": "algolia.svg",
|
|
@@ -148,12 +148,12 @@
|
|
|
148
148
|
},
|
|
149
149
|
{
|
|
150
150
|
"name": "animejs",
|
|
151
|
-
"description": "Anime.js module for Nuxt
|
|
152
|
-
"repo": "
|
|
153
|
-
"npm": "nuxt-
|
|
151
|
+
"description": "Anime.js module for Nuxt",
|
|
152
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
153
|
+
"npm": "@hypernym/nuxt-anime",
|
|
154
154
|
"icon": "",
|
|
155
|
-
"github": "https://github.com/
|
|
156
|
-
"website": "https://github.com/
|
|
155
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
156
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
157
157
|
"learn_more": "",
|
|
158
158
|
"category": "Libraries",
|
|
159
159
|
"type": "3rd-party",
|
|
@@ -164,13 +164,59 @@
|
|
|
164
164
|
}
|
|
165
165
|
],
|
|
166
166
|
"compatibility": {
|
|
167
|
-
"nuxt": "^2.0.0",
|
|
167
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
168
|
+
"requires": {}
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"name": "ant-design-vue",
|
|
173
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
174
|
+
"repo": "vueComponent/ant-design-vue-nuxt",
|
|
175
|
+
"npm": "@ant-design-vue/nuxt",
|
|
176
|
+
"icon": "ant-design-vue.svg",
|
|
177
|
+
"github": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
178
|
+
"website": "https://antdv.com",
|
|
179
|
+
"learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
180
|
+
"category": "UI",
|
|
181
|
+
"type": "3rd-party",
|
|
182
|
+
"maintainers": [
|
|
183
|
+
{
|
|
184
|
+
"name": "tangjinzhou",
|
|
185
|
+
"github": "tangjinzhou"
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"compatibility": {
|
|
189
|
+
"nuxt": "^3.0.0",
|
|
190
|
+
"requires": {
|
|
191
|
+
"bridge": "optional"
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"name": "aos",
|
|
197
|
+
"description": "A Nuxt module that adds Animate On Scroll",
|
|
198
|
+
"repo": "egidiusmengelberg/nuxt-aos",
|
|
199
|
+
"npm": "nuxt-aos",
|
|
200
|
+
"icon": "aos.png",
|
|
201
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
202
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
203
|
+
"learn_more": "",
|
|
204
|
+
"category": "Devtools",
|
|
205
|
+
"type": "3rd-party",
|
|
206
|
+
"maintainers": [
|
|
207
|
+
{
|
|
208
|
+
"name": "egidiusmengelberg",
|
|
209
|
+
"github": "egidiusmengelberg"
|
|
210
|
+
}
|
|
211
|
+
],
|
|
212
|
+
"compatibility": {
|
|
213
|
+
"nuxt": "^3.0.0",
|
|
168
214
|
"requires": {}
|
|
169
215
|
}
|
|
170
216
|
},
|
|
171
217
|
{
|
|
172
218
|
"name": "api-party",
|
|
173
|
-
"description": "Nuxt
|
|
219
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
174
220
|
"repo": "johannschopplich/nuxt-api-party",
|
|
175
221
|
"npm": "nuxt-api-party",
|
|
176
222
|
"icon": "api-party.svg",
|
|
@@ -218,7 +264,7 @@
|
|
|
218
264
|
},
|
|
219
265
|
{
|
|
220
266
|
"name": "apollo",
|
|
221
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
267
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
222
268
|
"repo": "nuxt-modules/apollo",
|
|
223
269
|
"npm": "@nuxtjs/apollo",
|
|
224
270
|
"icon": "apollo.png",
|
|
@@ -242,7 +288,7 @@
|
|
|
242
288
|
},
|
|
243
289
|
{
|
|
244
290
|
"name": "applicationinsights",
|
|
245
|
-
"description": "AppInsights module for Nuxt
|
|
291
|
+
"description": "AppInsights module for Nuxt",
|
|
246
292
|
"repo": "nuxt-community/applicationinsights-module",
|
|
247
293
|
"npm": "@nuxtjs/applicationinsights",
|
|
248
294
|
"icon": "application-insights.png",
|
|
@@ -284,9 +330,76 @@
|
|
|
284
330
|
"requires": {}
|
|
285
331
|
}
|
|
286
332
|
},
|
|
333
|
+
{
|
|
334
|
+
"name": "arco-design-nuxt-module",
|
|
335
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
336
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
337
|
+
"npm": "arco-design-nuxt-module",
|
|
338
|
+
"icon": "arco-design.svg",
|
|
339
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
340
|
+
"website": "https://arco.design/vue",
|
|
341
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
342
|
+
"category": "UI",
|
|
343
|
+
"type": "3rd-party",
|
|
344
|
+
"maintainers": [
|
|
345
|
+
{
|
|
346
|
+
"name": "wiidede",
|
|
347
|
+
"github": "wiidede"
|
|
348
|
+
}
|
|
349
|
+
],
|
|
350
|
+
"compatibility": {
|
|
351
|
+
"nuxt": "^3.0.0",
|
|
352
|
+
"requires": {}
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "ark-ui",
|
|
357
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
358
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
359
|
+
"npm": "nuxt-ark-ui",
|
|
360
|
+
"icon": "ark-ui.svg",
|
|
361
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
362
|
+
"website": "https://ark-ui.com/",
|
|
363
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
364
|
+
"category": "UI",
|
|
365
|
+
"type": "3rd-party",
|
|
366
|
+
"maintainers": [
|
|
367
|
+
{
|
|
368
|
+
"name": "Din",
|
|
369
|
+
"github": "iamdin",
|
|
370
|
+
"twitter": "iamdinq"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"compatibility": {
|
|
374
|
+
"nuxt": "^3.0.0",
|
|
375
|
+
"requires": {}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"name": "auth-utils",
|
|
380
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
381
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
382
|
+
"npm": "nuxt-auth-utils",
|
|
383
|
+
"icon": "",
|
|
384
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
385
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
386
|
+
"learn_more": "",
|
|
387
|
+
"category": "Devtools",
|
|
388
|
+
"type": "3rd-party",
|
|
389
|
+
"maintainers": [
|
|
390
|
+
{
|
|
391
|
+
"name": "atinux",
|
|
392
|
+
"github": "atinux"
|
|
393
|
+
}
|
|
394
|
+
],
|
|
395
|
+
"compatibility": {
|
|
396
|
+
"nuxt": "^3.0.0",
|
|
397
|
+
"requires": {}
|
|
398
|
+
}
|
|
399
|
+
},
|
|
287
400
|
{
|
|
288
401
|
"name": "auth",
|
|
289
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
402
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
290
403
|
"repo": "nuxt-community/auth-module",
|
|
291
404
|
"npm": "@nuxtjs/auth",
|
|
292
405
|
"icon": "auth.png",
|
|
@@ -311,9 +424,55 @@
|
|
|
311
424
|
"requires": {}
|
|
312
425
|
}
|
|
313
426
|
},
|
|
427
|
+
{
|
|
428
|
+
"name": "authjs",
|
|
429
|
+
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
430
|
+
"repo": "Hebilicious/authjs-nuxt#main",
|
|
431
|
+
"npm": "@hebilicious/authjs-nuxt",
|
|
432
|
+
"icon": "authjs.png",
|
|
433
|
+
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
434
|
+
"website": "https://authjs-nuxt.pages.dev/",
|
|
435
|
+
"learn_more": "https://authjs.dev/",
|
|
436
|
+
"category": "Security",
|
|
437
|
+
"type": "3rd-party",
|
|
438
|
+
"maintainers": [
|
|
439
|
+
{
|
|
440
|
+
"name": "Hebilicious",
|
|
441
|
+
"github": "Hebilicious",
|
|
442
|
+
"twitter": "its_hebilicious"
|
|
443
|
+
}
|
|
444
|
+
],
|
|
445
|
+
"compatibility": {
|
|
446
|
+
"nuxt": "^3.0.0",
|
|
447
|
+
"requires": {}
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"name": "auto-animate",
|
|
452
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
453
|
+
"repo": "formkit/auto-animate",
|
|
454
|
+
"npm": "@formkit/auto-animate",
|
|
455
|
+
"icon": "auto-animate.svg",
|
|
456
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
457
|
+
"website": "https://auto-animate.formkit.com",
|
|
458
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
459
|
+
"category": "Libraries",
|
|
460
|
+
"type": "3rd-party",
|
|
461
|
+
"maintainers": [
|
|
462
|
+
{
|
|
463
|
+
"name": "Justin Schroeder",
|
|
464
|
+
"github": "justin-schroeder",
|
|
465
|
+
"twitter": "jpschroeder"
|
|
466
|
+
}
|
|
467
|
+
],
|
|
468
|
+
"compatibility": {
|
|
469
|
+
"nuxt": "^3.0.0",
|
|
470
|
+
"requires": {}
|
|
471
|
+
}
|
|
472
|
+
},
|
|
314
473
|
{
|
|
315
474
|
"name": "axios",
|
|
316
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
475
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
317
476
|
"repo": "nuxt-community/axios-module",
|
|
318
477
|
"npm": "@nuxtjs/axios",
|
|
319
478
|
"icon": "axios.svg",
|
|
@@ -336,7 +495,7 @@
|
|
|
336
495
|
},
|
|
337
496
|
{
|
|
338
497
|
"name": "basic-auth",
|
|
339
|
-
"description": "Provide basic authentication to your Nuxt
|
|
498
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
340
499
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
341
500
|
"npm": "nuxt-basic-auth-module",
|
|
342
501
|
"icon": "",
|
|
@@ -460,7 +619,7 @@
|
|
|
460
619
|
},
|
|
461
620
|
{
|
|
462
621
|
"name": "bulma-slim",
|
|
463
|
-
"description": "Nuxt
|
|
622
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
464
623
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
465
624
|
"npm": "nuxt-bulma-slim",
|
|
466
625
|
"icon": "bulma.png",
|
|
@@ -527,7 +686,7 @@
|
|
|
527
686
|
},
|
|
528
687
|
{
|
|
529
688
|
"name": "canvas-sketch",
|
|
530
|
-
"description": "Nuxt
|
|
689
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
531
690
|
"repo": "LuXDAmore/generative-art",
|
|
532
691
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
533
692
|
"icon": "",
|
|
@@ -548,9 +707,31 @@
|
|
|
548
707
|
"requires": {}
|
|
549
708
|
}
|
|
550
709
|
},
|
|
710
|
+
{
|
|
711
|
+
"name": "capo",
|
|
712
|
+
"description": "Capo.js implementation for Nuxt",
|
|
713
|
+
"repo": "danielroe/nuxt-capo",
|
|
714
|
+
"npm": "nuxt-capo",
|
|
715
|
+
"icon": "",
|
|
716
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
717
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
718
|
+
"learn_more": "",
|
|
719
|
+
"category": "Performance",
|
|
720
|
+
"type": "3rd-party",
|
|
721
|
+
"maintainers": [
|
|
722
|
+
{
|
|
723
|
+
"name": "danielroe",
|
|
724
|
+
"github": "danielroe"
|
|
725
|
+
}
|
|
726
|
+
],
|
|
727
|
+
"compatibility": {
|
|
728
|
+
"nuxt": "^3.0.0",
|
|
729
|
+
"requires": {}
|
|
730
|
+
}
|
|
731
|
+
},
|
|
551
732
|
{
|
|
552
733
|
"name": "chakra-ui",
|
|
553
|
-
"description": "Chakra UI Module for Nuxt
|
|
734
|
+
"description": "Chakra UI Module for Nuxt",
|
|
554
735
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
555
736
|
"npm": "@chakra-ui/nuxt",
|
|
556
737
|
"icon": "chakra-ui.png",
|
|
@@ -614,6 +795,29 @@
|
|
|
614
795
|
"requires": {}
|
|
615
796
|
}
|
|
616
797
|
},
|
|
798
|
+
{
|
|
799
|
+
"name": "clarity-analytics",
|
|
800
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
801
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
802
|
+
"npm": "nuxt-clarity-analytics",
|
|
803
|
+
"icon": "",
|
|
804
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
805
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
806
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
807
|
+
"category": "Analytics",
|
|
808
|
+
"type": "3rd-party",
|
|
809
|
+
"maintainers": [
|
|
810
|
+
{
|
|
811
|
+
"name": "Barbapapazes",
|
|
812
|
+
"github": "Barbapapazes",
|
|
813
|
+
"twitter": "soubiran_"
|
|
814
|
+
}
|
|
815
|
+
],
|
|
816
|
+
"compatibility": {
|
|
817
|
+
"nuxt": "^3.0.0",
|
|
818
|
+
"requires": {}
|
|
819
|
+
}
|
|
820
|
+
},
|
|
617
821
|
{
|
|
618
822
|
"name": "client-init",
|
|
619
823
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -638,7 +842,7 @@
|
|
|
638
842
|
},
|
|
639
843
|
{
|
|
640
844
|
"name": "cloudcms",
|
|
641
|
-
"description": "CloudCMS Nuxt
|
|
845
|
+
"description": "CloudCMS Nuxt Module",
|
|
642
846
|
"repo": "gitana/cloudcms-nuxt",
|
|
643
847
|
"npm": "cloudcms-nuxt",
|
|
644
848
|
"icon": "",
|
|
@@ -687,11 +891,11 @@
|
|
|
687
891
|
},
|
|
688
892
|
{
|
|
689
893
|
"name": "cloudinary",
|
|
690
|
-
"description": "Optimize images and videos in your Nuxt
|
|
691
|
-
"repo": "nuxt-
|
|
894
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
895
|
+
"repo": "nuxt-modules/cloudinary",
|
|
692
896
|
"npm": "@nuxtjs/cloudinary",
|
|
693
897
|
"icon": "cloudinary.png",
|
|
694
|
-
"github": "https://github.com/nuxt-
|
|
898
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
695
899
|
"website": "https://cloudinary.nuxtjs.org",
|
|
696
900
|
"learn_more": "https://cloudinary.com",
|
|
697
901
|
"category": "Images",
|
|
@@ -710,11 +914,11 @@
|
|
|
710
914
|
},
|
|
711
915
|
{
|
|
712
916
|
"name": "color-mode",
|
|
713
|
-
"description": "Dark and Light mode for
|
|
714
|
-
"repo": "nuxt-
|
|
917
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
918
|
+
"repo": "nuxt-modules/color-mode",
|
|
715
919
|
"npm": "@nuxtjs/color-mode",
|
|
716
920
|
"icon": "color-mode.png",
|
|
717
|
-
"github": "https://github.com/nuxt-
|
|
921
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
718
922
|
"website": "https://color-mode.nuxtjs.org",
|
|
719
923
|
"learn_more": "",
|
|
720
924
|
"category": "UI",
|
|
@@ -779,12 +983,35 @@
|
|
|
779
983
|
"requires": {}
|
|
780
984
|
}
|
|
781
985
|
},
|
|
986
|
+
{
|
|
987
|
+
"name": "content-assets",
|
|
988
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
989
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
990
|
+
"npm": "nuxt-content-assets",
|
|
991
|
+
"icon": "content-assets.png",
|
|
992
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
993
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
994
|
+
"learn_more": "",
|
|
995
|
+
"category": "Images",
|
|
996
|
+
"type": "3rd-party",
|
|
997
|
+
"maintainers": [
|
|
998
|
+
{
|
|
999
|
+
"name": "davestewart",
|
|
1000
|
+
"github": "davestewart",
|
|
1001
|
+
"twitter": "dave_stewart"
|
|
1002
|
+
}
|
|
1003
|
+
],
|
|
1004
|
+
"compatibility": {
|
|
1005
|
+
"nuxt": "^3.0.0",
|
|
1006
|
+
"requires": {}
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
782
1009
|
{
|
|
783
1010
|
"name": "content",
|
|
784
1011
|
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
785
1012
|
"repo": "nuxt/content#main",
|
|
786
1013
|
"npm": "@nuxt/content",
|
|
787
|
-
"icon": "nuxt.
|
|
1014
|
+
"icon": "nuxt.svg",
|
|
788
1015
|
"github": "https://github.com/nuxt/content",
|
|
789
1016
|
"website": "https://content.nuxtjs.org",
|
|
790
1017
|
"learn_more": "",
|
|
@@ -908,7 +1135,7 @@
|
|
|
908
1135
|
},
|
|
909
1136
|
{
|
|
910
1137
|
"name": "darkmode.js",
|
|
911
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1138
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
912
1139
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
913
1140
|
"npm": "nuxtjs-darkmode-js-module",
|
|
914
1141
|
"icon": "darkmode.png",
|
|
@@ -930,7 +1157,7 @@
|
|
|
930
1157
|
},
|
|
931
1158
|
{
|
|
932
1159
|
"name": "date-fns",
|
|
933
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1160
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
934
1161
|
"repo": "nuxt-community/date-fns-module",
|
|
935
1162
|
"npm": "@nuxtjs/date-fns",
|
|
936
1163
|
"icon": "date-fns.png",
|
|
@@ -952,7 +1179,7 @@
|
|
|
952
1179
|
},
|
|
953
1180
|
{
|
|
954
1181
|
"name": "datocms-nuxt2",
|
|
955
|
-
"description": "DatoCMS integration for Nuxt
|
|
1182
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
956
1183
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
957
1184
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
958
1185
|
"icon": "datocms.svg",
|
|
@@ -998,31 +1225,31 @@
|
|
|
998
1225
|
},
|
|
999
1226
|
{
|
|
1000
1227
|
"name": "dayjs",
|
|
1001
|
-
"description": "
|
|
1002
|
-
"repo": "
|
|
1003
|
-
"npm": "
|
|
1228
|
+
"description": "Day.js module for Nuxt",
|
|
1229
|
+
"repo": "fumeapp/dayjs",
|
|
1230
|
+
"npm": "dayjs-nuxt",
|
|
1004
1231
|
"icon": "day-js.png",
|
|
1005
|
-
"github": "https://github.com/
|
|
1006
|
-
"website": "https://github.com/
|
|
1232
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1233
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
1007
1234
|
"learn_more": "https://day.js.org/",
|
|
1008
|
-
"category": "
|
|
1009
|
-
"type": "
|
|
1235
|
+
"category": "Libraries",
|
|
1236
|
+
"type": "3rd-party",
|
|
1010
1237
|
"maintainers": [
|
|
1011
1238
|
{
|
|
1012
|
-
"name": "
|
|
1013
|
-
"github": "
|
|
1014
|
-
"twitter": "
|
|
1239
|
+
"name": "Kevin Olson",
|
|
1240
|
+
"github": "acidjazz",
|
|
1241
|
+
"twitter": "AppFume"
|
|
1015
1242
|
}
|
|
1016
1243
|
],
|
|
1017
1244
|
"compatibility": {
|
|
1018
|
-
"nuxt": "^
|
|
1245
|
+
"nuxt": "^3.0.0",
|
|
1019
1246
|
"requires": {}
|
|
1020
1247
|
}
|
|
1021
1248
|
},
|
|
1022
1249
|
{
|
|
1023
1250
|
"name": "delay-hydration",
|
|
1024
|
-
"description": "Improve your Nuxt
|
|
1025
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1251
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1252
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1026
1253
|
"npm": "nuxt-delay-hydration",
|
|
1027
1254
|
"icon": "lighthouse.svg",
|
|
1028
1255
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1044,12 +1271,12 @@
|
|
|
1044
1271
|
},
|
|
1045
1272
|
{
|
|
1046
1273
|
"name": "device",
|
|
1047
|
-
"description": "Device detection module for Nuxt
|
|
1048
|
-
"repo": "nuxt-
|
|
1274
|
+
"description": "Device detection module for Nuxt",
|
|
1275
|
+
"repo": "nuxt-modules/device",
|
|
1049
1276
|
"npm": "@nuxtjs/device",
|
|
1050
1277
|
"icon": "",
|
|
1051
|
-
"github": "https://github.com/nuxt-
|
|
1052
|
-
"website": "https://github.com/nuxt-
|
|
1278
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1279
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1053
1280
|
"learn_more": "",
|
|
1054
1281
|
"category": "Extensions",
|
|
1055
1282
|
"type": "community",
|
|
@@ -1067,9 +1294,9 @@
|
|
|
1067
1294
|
{
|
|
1068
1295
|
"name": "devtools",
|
|
1069
1296
|
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1070
|
-
"repo": "nuxt/devtools#main",
|
|
1297
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1071
1298
|
"npm": "@nuxt/devtools",
|
|
1072
|
-
"icon": "nuxt.
|
|
1299
|
+
"icon": "nuxt.svg",
|
|
1073
1300
|
"github": "https://github.com/nuxt/devtools",
|
|
1074
1301
|
"website": "https://devtools.nuxtjs.org/",
|
|
1075
1302
|
"learn_more": "",
|
|
@@ -1089,13 +1316,13 @@
|
|
|
1089
1316
|
},
|
|
1090
1317
|
{
|
|
1091
1318
|
"name": "directus",
|
|
1092
|
-
"description": "Easily connect your
|
|
1319
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1093
1320
|
"repo": "intevel/nuxt-directus",
|
|
1094
1321
|
"npm": "nuxt-directus",
|
|
1095
1322
|
"icon": "directus.svg",
|
|
1096
|
-
"github": "https://github.com/
|
|
1097
|
-
"website": "https://nuxt-directus.
|
|
1098
|
-
"learn_more": "https://nuxt-directus.
|
|
1323
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1324
|
+
"website": "https://nuxt-directus.site/",
|
|
1325
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1099
1326
|
"category": "CMS",
|
|
1100
1327
|
"type": "3rd-party",
|
|
1101
1328
|
"maintainers": [
|
|
@@ -1106,15 +1333,58 @@
|
|
|
1106
1333
|
}
|
|
1107
1334
|
],
|
|
1108
1335
|
"compatibility": {
|
|
1109
|
-
"nuxt": "^
|
|
1110
|
-
"requires": {
|
|
1111
|
-
|
|
1336
|
+
"nuxt": "^3.0.0",
|
|
1337
|
+
"requires": {},
|
|
1338
|
+
"devtools": "^0.0.0"
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "disqus",
|
|
1343
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1344
|
+
"repo": "modbender/nuxt-disqus",
|
|
1345
|
+
"npm": "nuxt-disqus",
|
|
1346
|
+
"icon": "disqus.svg",
|
|
1347
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1348
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1349
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1350
|
+
"category": "Libraries",
|
|
1351
|
+
"type": "3rd-party",
|
|
1352
|
+
"maintainers": [
|
|
1353
|
+
{
|
|
1354
|
+
"name": "modbender",
|
|
1355
|
+
"github": "modbender"
|
|
1356
|
+
}
|
|
1357
|
+
],
|
|
1358
|
+
"compatibility": {
|
|
1359
|
+
"nuxt": "^3.0.0",
|
|
1360
|
+
"requires": {}
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"name": "doppler",
|
|
1365
|
+
"description": "Integrate your Doppler secrets into your Nuxt build",
|
|
1366
|
+
"repo": "JamieCurnow/nuxt-doppler",
|
|
1367
|
+
"npm": "nuxt-doppler",
|
|
1368
|
+
"icon": "doppler.png",
|
|
1369
|
+
"github": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1370
|
+
"website": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1371
|
+
"learn_more": "",
|
|
1372
|
+
"category": "Devtools",
|
|
1373
|
+
"type": "3rd-party",
|
|
1374
|
+
"maintainers": [
|
|
1375
|
+
{
|
|
1376
|
+
"name": "JamieCurnow",
|
|
1377
|
+
"github": "JamieCurnow"
|
|
1112
1378
|
}
|
|
1379
|
+
],
|
|
1380
|
+
"compatibility": {
|
|
1381
|
+
"nuxt": "^3.0.0",
|
|
1382
|
+
"requires": {}
|
|
1113
1383
|
}
|
|
1114
1384
|
},
|
|
1115
1385
|
{
|
|
1116
1386
|
"name": "dotenv",
|
|
1117
|
-
"description": "A Nuxt
|
|
1387
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1118
1388
|
"repo": "nuxt-community/dotenv-module",
|
|
1119
1389
|
"npm": "@nuxtjs/dotenv",
|
|
1120
1390
|
"icon": "dotenv.png",
|
|
@@ -1136,13 +1406,13 @@
|
|
|
1136
1406
|
},
|
|
1137
1407
|
{
|
|
1138
1408
|
"name": "drupal-ce",
|
|
1139
|
-
"description": "Connects Nuxt
|
|
1409
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1140
1410
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1141
1411
|
"npm": "nuxtjs-drupal-ce",
|
|
1142
1412
|
"icon": "drupal-ce.png",
|
|
1143
1413
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1144
|
-
"website": "https://
|
|
1145
|
-
"learn_more": "https://
|
|
1414
|
+
"website": "https://lupus-decoupled.org",
|
|
1415
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1146
1416
|
"category": "CMS",
|
|
1147
1417
|
"type": "3rd-party",
|
|
1148
1418
|
"maintainers": [
|
|
@@ -1157,19 +1427,19 @@
|
|
|
1157
1427
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1158
1428
|
},
|
|
1159
1429
|
{
|
|
1160
|
-
"name": "
|
|
1161
|
-
"github": "
|
|
1162
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1430
|
+
"name": "Matic",
|
|
1431
|
+
"github": "TurtlBbx",
|
|
1432
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1163
1433
|
}
|
|
1164
1434
|
],
|
|
1165
1435
|
"compatibility": {
|
|
1166
|
-
"nuxt": "^2.0.0",
|
|
1436
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1167
1437
|
"requires": {}
|
|
1168
1438
|
}
|
|
1169
1439
|
},
|
|
1170
1440
|
{
|
|
1171
1441
|
"name": "druxt",
|
|
1172
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1442
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1173
1443
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1174
1444
|
"npm": "druxt",
|
|
1175
1445
|
"icon": "druxt.svg",
|
|
@@ -1189,6 +1459,29 @@
|
|
|
1189
1459
|
"requires": {}
|
|
1190
1460
|
}
|
|
1191
1461
|
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "edgedb",
|
|
1464
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1465
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1466
|
+
"npm": "nuxt-edgedb-module",
|
|
1467
|
+
"icon": "edgedb.svg",
|
|
1468
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1469
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1470
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1471
|
+
"category": "Database",
|
|
1472
|
+
"type": "3rd-party",
|
|
1473
|
+
"maintainers": [
|
|
1474
|
+
{
|
|
1475
|
+
"name": "Yaël Guilloux",
|
|
1476
|
+
"github": "Tahul",
|
|
1477
|
+
"twitter": "yaeeelglx"
|
|
1478
|
+
}
|
|
1479
|
+
],
|
|
1480
|
+
"compatibility": {
|
|
1481
|
+
"nuxt": "^3.8.0",
|
|
1482
|
+
"requires": {}
|
|
1483
|
+
}
|
|
1484
|
+
},
|
|
1192
1485
|
{
|
|
1193
1486
|
"name": "electron",
|
|
1194
1487
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1237,7 +1530,7 @@
|
|
|
1237
1530
|
},
|
|
1238
1531
|
{
|
|
1239
1532
|
"name": "emotion",
|
|
1240
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1533
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1241
1534
|
"repo": "nuxt-modules/emotion",
|
|
1242
1535
|
"npm": "@nuxtjs/emotion",
|
|
1243
1536
|
"icon": "emotion.png",
|
|
@@ -1265,7 +1558,7 @@
|
|
|
1265
1558
|
},
|
|
1266
1559
|
{
|
|
1267
1560
|
"name": "eslint",
|
|
1268
|
-
"description": "ESLint module for Nuxt
|
|
1561
|
+
"description": "ESLint module for Nuxt",
|
|
1269
1562
|
"repo": "nuxt-community/eslint-module",
|
|
1270
1563
|
"npm": "@nuxtjs/eslint-module",
|
|
1271
1564
|
"icon": "eslint.png",
|
|
@@ -1287,7 +1580,7 @@
|
|
|
1287
1580
|
},
|
|
1288
1581
|
{
|
|
1289
1582
|
"name": "event-trace",
|
|
1290
|
-
"description": "Module for event trace in Nuxt
|
|
1583
|
+
"description": "Module for event trace in Nuxt",
|
|
1291
1584
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1292
1585
|
"npm": "nuxt-event-trace",
|
|
1293
1586
|
"icon": "",
|
|
@@ -1307,6 +1600,29 @@
|
|
|
1307
1600
|
"requires": {}
|
|
1308
1601
|
}
|
|
1309
1602
|
},
|
|
1603
|
+
{
|
|
1604
|
+
"name": "fathom-analytics",
|
|
1605
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1606
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1607
|
+
"npm": "nuxt-fathom",
|
|
1608
|
+
"icon": "fathom-analytics.svg",
|
|
1609
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1610
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1611
|
+
"learn_more": "",
|
|
1612
|
+
"category": "Analytics",
|
|
1613
|
+
"type": "3rd-party",
|
|
1614
|
+
"maintainers": [
|
|
1615
|
+
{
|
|
1616
|
+
"name": "Valgeir Björnsson",
|
|
1617
|
+
"github": "valgeirb",
|
|
1618
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1619
|
+
}
|
|
1620
|
+
],
|
|
1621
|
+
"compatibility": {
|
|
1622
|
+
"nuxt": "^3.0.0",
|
|
1623
|
+
"requires": {}
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1310
1626
|
{
|
|
1311
1627
|
"name": "fathom",
|
|
1312
1628
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1331,7 +1647,7 @@
|
|
|
1331
1647
|
},
|
|
1332
1648
|
{
|
|
1333
1649
|
"name": "feature-toggle",
|
|
1334
|
-
"description": "Feature toggle module for Nuxt
|
|
1650
|
+
"description": "Feature toggle module for Nuxt",
|
|
1335
1651
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1336
1652
|
"npm": "nuxt-feature-toggle",
|
|
1337
1653
|
"icon": "",
|
|
@@ -1398,7 +1714,7 @@
|
|
|
1398
1714
|
},
|
|
1399
1715
|
{
|
|
1400
1716
|
"name": "floating-prompt-module",
|
|
1401
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1717
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1402
1718
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1403
1719
|
"npm": "nuxt-floating-prompt-module",
|
|
1404
1720
|
"icon": "",
|
|
@@ -1507,6 +1823,29 @@
|
|
|
1507
1823
|
"requires": {}
|
|
1508
1824
|
}
|
|
1509
1825
|
},
|
|
1826
|
+
{
|
|
1827
|
+
"name": "form-actions",
|
|
1828
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1829
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1830
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1831
|
+
"icon": "form-actions.svg",
|
|
1832
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1833
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1834
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1835
|
+
"category": "Request",
|
|
1836
|
+
"type": "3rd-party",
|
|
1837
|
+
"maintainers": [
|
|
1838
|
+
{
|
|
1839
|
+
"name": "Hebilicious",
|
|
1840
|
+
"github": "Hebilicious",
|
|
1841
|
+
"twitter": "its_hebilicious"
|
|
1842
|
+
}
|
|
1843
|
+
],
|
|
1844
|
+
"compatibility": {
|
|
1845
|
+
"nuxt": "^3.7.0",
|
|
1846
|
+
"requires": {}
|
|
1847
|
+
}
|
|
1848
|
+
},
|
|
1510
1849
|
{
|
|
1511
1850
|
"name": "formkit",
|
|
1512
1851
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1581,7 +1920,7 @@
|
|
|
1581
1920
|
},
|
|
1582
1921
|
{
|
|
1583
1922
|
"name": "google-adsense",
|
|
1584
|
-
"description": "Google Adsense Module for Nuxt
|
|
1923
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1585
1924
|
"repo": "nuxt-community/google-adsense-module",
|
|
1586
1925
|
"npm": "@nuxtjs/google-adsense",
|
|
1587
1926
|
"icon": "google-adsense.png",
|
|
@@ -1607,7 +1946,7 @@
|
|
|
1607
1946
|
},
|
|
1608
1947
|
{
|
|
1609
1948
|
"name": "google-analytics",
|
|
1610
|
-
"description": "Google analytics Module for Nuxt
|
|
1949
|
+
"description": "Google analytics Module for Nuxt",
|
|
1611
1950
|
"repo": "nuxt-community/analytics-module",
|
|
1612
1951
|
"npm": "@nuxtjs/google-analytics",
|
|
1613
1952
|
"icon": "google-analytics.png",
|
|
@@ -1639,12 +1978,12 @@
|
|
|
1639
1978
|
},
|
|
1640
1979
|
{
|
|
1641
1980
|
"name": "google-fonts",
|
|
1642
|
-
"description": "Google Fonts module for
|
|
1643
|
-
"repo": "nuxt-
|
|
1981
|
+
"description": "Google Fonts module for Nuxt",
|
|
1982
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1644
1983
|
"npm": "@nuxtjs/google-fonts",
|
|
1645
1984
|
"icon": "google-fonts.png",
|
|
1646
|
-
"github": "https://github.com/nuxt-
|
|
1647
|
-
"website": "https://
|
|
1985
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1986
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1648
1987
|
"learn_more": "https://developers.google.com/fonts",
|
|
1649
1988
|
"category": "Fonts",
|
|
1650
1989
|
"type": "community",
|
|
@@ -1663,7 +2002,7 @@
|
|
|
1663
2002
|
},
|
|
1664
2003
|
{
|
|
1665
2004
|
"name": "google-gtag",
|
|
1666
|
-
"description": "Google GTag for Nuxt
|
|
2005
|
+
"description": "Google GTag for Nuxt",
|
|
1667
2006
|
"repo": "nuxt-community/google-gtag",
|
|
1668
2007
|
"npm": "@nuxtjs/google-gtag",
|
|
1669
2008
|
"icon": "gtm.png",
|
|
@@ -1689,7 +2028,7 @@
|
|
|
1689
2028
|
},
|
|
1690
2029
|
{
|
|
1691
2030
|
"name": "google-optimize",
|
|
1692
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2031
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1693
2032
|
"repo": "nuxt-community/google-optimize-module",
|
|
1694
2033
|
"npm": "nuxt-google-optimize",
|
|
1695
2034
|
"icon": "google-optimize.png",
|
|
@@ -1744,7 +2083,7 @@
|
|
|
1744
2083
|
},
|
|
1745
2084
|
{
|
|
1746
2085
|
"name": "graphql-request",
|
|
1747
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2086
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1748
2087
|
"repo": "gomah/nuxt-graphql-request",
|
|
1749
2088
|
"npm": "nuxt-graphql-request",
|
|
1750
2089
|
"icon": "graphql-request.png",
|
|
@@ -1760,7 +2099,7 @@
|
|
|
1760
2099
|
}
|
|
1761
2100
|
],
|
|
1762
2101
|
"compatibility": {
|
|
1763
|
-
"nuxt": "^2.0.0",
|
|
2102
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1764
2103
|
"requires": {}
|
|
1765
2104
|
}
|
|
1766
2105
|
},
|
|
@@ -1783,12 +2122,13 @@
|
|
|
1783
2122
|
],
|
|
1784
2123
|
"compatibility": {
|
|
1785
2124
|
"nuxt": "^3.0.0",
|
|
1786
|
-
"requires": {}
|
|
2125
|
+
"requires": {},
|
|
2126
|
+
"devtools": "^0.0.0"
|
|
1787
2127
|
}
|
|
1788
2128
|
},
|
|
1789
2129
|
{
|
|
1790
2130
|
"name": "gtag",
|
|
1791
|
-
"description": "Google Analytics integration for Nuxt
|
|
2131
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1792
2132
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1793
2133
|
"npm": "nuxt-gtag",
|
|
1794
2134
|
"icon": "gtag.svg",
|
|
@@ -1812,7 +2152,7 @@
|
|
|
1812
2152
|
},
|
|
1813
2153
|
{
|
|
1814
2154
|
"name": "gtm",
|
|
1815
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2155
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1816
2156
|
"repo": "nuxt-community/gtm-module",
|
|
1817
2157
|
"npm": "@nuxtjs/gtm",
|
|
1818
2158
|
"icon": "gtm.png",
|
|
@@ -1835,7 +2175,7 @@
|
|
|
1835
2175
|
},
|
|
1836
2176
|
{
|
|
1837
2177
|
"name": "guess",
|
|
1838
|
-
"description": "Guess.js module for Nuxt
|
|
2178
|
+
"description": "Guess.js module for Nuxt",
|
|
1839
2179
|
"repo": "nuxt-community/guess-module",
|
|
1840
2180
|
"npm": "@nuxtjs/guess-module",
|
|
1841
2181
|
"icon": "guessjs.png",
|
|
@@ -1855,6 +2195,28 @@
|
|
|
1855
2195
|
"requires": {}
|
|
1856
2196
|
}
|
|
1857
2197
|
},
|
|
2198
|
+
{
|
|
2199
|
+
"name": "hanko",
|
|
2200
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2201
|
+
"repo": "nuxt-modules/hanko",
|
|
2202
|
+
"npm": "@nuxtjs/hanko",
|
|
2203
|
+
"icon": "hanko.svg",
|
|
2204
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2205
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2206
|
+
"learn_more": "https://hanko.io/",
|
|
2207
|
+
"category": "Security",
|
|
2208
|
+
"type": "community",
|
|
2209
|
+
"maintainers": [
|
|
2210
|
+
{
|
|
2211
|
+
"name": "danielroe",
|
|
2212
|
+
"github": "danielroe"
|
|
2213
|
+
}
|
|
2214
|
+
],
|
|
2215
|
+
"compatibility": {
|
|
2216
|
+
"nuxt": "^3.0.0",
|
|
2217
|
+
"requires": {}
|
|
2218
|
+
}
|
|
2219
|
+
},
|
|
1858
2220
|
{
|
|
1859
2221
|
"name": "harlem",
|
|
1860
2222
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1925,7 +2287,7 @@
|
|
|
1925
2287
|
},
|
|
1926
2288
|
{
|
|
1927
2289
|
"name": "helmet",
|
|
1928
|
-
"description": "Easy Helmet module with Nuxt
|
|
2290
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
1929
2291
|
"repo": "victor-perez/nuxt-helmet",
|
|
1930
2292
|
"npm": "nuxt-helmet",
|
|
1931
2293
|
"icon": "",
|
|
@@ -1969,7 +2331,7 @@
|
|
|
1969
2331
|
},
|
|
1970
2332
|
{
|
|
1971
2333
|
"name": "history-state",
|
|
1972
|
-
"description": "Nuxt
|
|
2334
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
1973
2335
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1974
2336
|
"npm": "nuxt-history-state",
|
|
1975
2337
|
"icon": "",
|
|
@@ -2038,7 +2400,7 @@
|
|
|
2038
2400
|
},
|
|
2039
2401
|
{
|
|
2040
2402
|
"name": "http",
|
|
2041
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2403
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2042
2404
|
"repo": "nuxt/http",
|
|
2043
2405
|
"npm": "@nuxt/http",
|
|
2044
2406
|
"icon": "http.png",
|
|
@@ -2066,7 +2428,7 @@
|
|
|
2066
2428
|
},
|
|
2067
2429
|
{
|
|
2068
2430
|
"name": "humans-txt",
|
|
2069
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2431
|
+
"description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
2070
2432
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2071
2433
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2072
2434
|
"icon": "",
|
|
@@ -2090,11 +2452,11 @@
|
|
|
2090
2452
|
{
|
|
2091
2453
|
"name": "i18n",
|
|
2092
2454
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2093
|
-
"repo": "nuxt-
|
|
2455
|
+
"repo": "nuxt-modules/i18n",
|
|
2094
2456
|
"npm": "@nuxtjs/i18n",
|
|
2095
2457
|
"icon": "i18n.png",
|
|
2096
|
-
"github": "https://github.com/nuxt-
|
|
2097
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2458
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2459
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2098
2460
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2099
2461
|
"category": "Extensions",
|
|
2100
2462
|
"type": "community",
|
|
@@ -2114,20 +2476,20 @@
|
|
|
2114
2476
|
}
|
|
2115
2477
|
},
|
|
2116
2478
|
{
|
|
2117
|
-
"name": "icon",
|
|
2118
|
-
"description": "
|
|
2119
|
-
"repo": "nuxt-
|
|
2120
|
-
"npm": "nuxt-icon",
|
|
2121
|
-
"icon": "
|
|
2122
|
-
"github": "https://github.com/nuxt-
|
|
2123
|
-
"website": "https://github.com/nuxt-
|
|
2479
|
+
"name": "icon-font",
|
|
2480
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2481
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2482
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2483
|
+
"icon": "",
|
|
2484
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2485
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2124
2486
|
"learn_more": "",
|
|
2125
2487
|
"category": "UI",
|
|
2126
|
-
"type": "
|
|
2488
|
+
"type": "3rd-party",
|
|
2127
2489
|
"maintainers": [
|
|
2128
2490
|
{
|
|
2129
|
-
"name": "
|
|
2130
|
-
"github": "
|
|
2491
|
+
"name": "coremyslo",
|
|
2492
|
+
"github": "coremyslo"
|
|
2131
2493
|
}
|
|
2132
2494
|
],
|
|
2133
2495
|
"compatibility": {
|
|
@@ -2136,19 +2498,65 @@
|
|
|
2136
2498
|
}
|
|
2137
2499
|
},
|
|
2138
2500
|
{
|
|
2139
|
-
"name": "
|
|
2140
|
-
"description": "
|
|
2141
|
-
"repo": "
|
|
2142
|
-
"npm": "nuxt-
|
|
2143
|
-
"icon": "
|
|
2144
|
-
"github": "https://github.com/
|
|
2145
|
-
"website": "https://github.com/
|
|
2501
|
+
"name": "icon-tw",
|
|
2502
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2503
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2504
|
+
"npm": "nuxt-icon-tw",
|
|
2505
|
+
"icon": "nuxt-icon.png",
|
|
2506
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2507
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2146
2508
|
"learn_more": "",
|
|
2147
2509
|
"category": "UI",
|
|
2148
2510
|
"type": "3rd-party",
|
|
2149
2511
|
"maintainers": [
|
|
2150
2512
|
{
|
|
2151
|
-
"name": "
|
|
2513
|
+
"name": "JohnCampionJr",
|
|
2514
|
+
"github": "JohnCampionJr"
|
|
2515
|
+
}
|
|
2516
|
+
],
|
|
2517
|
+
"compatibility": {
|
|
2518
|
+
"nuxt": "^3.0.0",
|
|
2519
|
+
"requires": {},
|
|
2520
|
+
"devtools": "^0.0.0"
|
|
2521
|
+
}
|
|
2522
|
+
},
|
|
2523
|
+
{
|
|
2524
|
+
"name": "icon",
|
|
2525
|
+
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
2526
|
+
"repo": "nuxt-modules/icon",
|
|
2527
|
+
"npm": "nuxt-icon",
|
|
2528
|
+
"icon": "nuxt-icon.png",
|
|
2529
|
+
"github": "https://github.com/nuxt-modules/icon",
|
|
2530
|
+
"website": "https://github.com/nuxt-modules/icon",
|
|
2531
|
+
"learn_more": "",
|
|
2532
|
+
"category": "UI",
|
|
2533
|
+
"type": "community",
|
|
2534
|
+
"maintainers": [
|
|
2535
|
+
{
|
|
2536
|
+
"name": "Atinux",
|
|
2537
|
+
"github": "Atinux"
|
|
2538
|
+
}
|
|
2539
|
+
],
|
|
2540
|
+
"compatibility": {
|
|
2541
|
+
"nuxt": "^3.0.0",
|
|
2542
|
+
"requires": {},
|
|
2543
|
+
"devtools": "^0.0.0"
|
|
2544
|
+
}
|
|
2545
|
+
},
|
|
2546
|
+
{
|
|
2547
|
+
"name": "icons",
|
|
2548
|
+
"description": "Use your own automatically imported SVG icons.",
|
|
2549
|
+
"repo": "gitfoxcode/nuxt-icons",
|
|
2550
|
+
"npm": "nuxt-icons",
|
|
2551
|
+
"icon": "icons.png",
|
|
2552
|
+
"github": "https://github.com/gitFoxCode/nuxt-icons",
|
|
2553
|
+
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
2554
|
+
"learn_more": "",
|
|
2555
|
+
"category": "UI",
|
|
2556
|
+
"type": "3rd-party",
|
|
2557
|
+
"maintainers": [
|
|
2558
|
+
{
|
|
2559
|
+
"name": "Sebastian Wludzik",
|
|
2152
2560
|
"github": "gitfoxcode"
|
|
2153
2561
|
}
|
|
2154
2562
|
],
|
|
@@ -2181,12 +2589,12 @@
|
|
|
2181
2589
|
},
|
|
2182
2590
|
{
|
|
2183
2591
|
"name": "image",
|
|
2184
|
-
"description": "Optimised images for
|
|
2592
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2185
2593
|
"repo": "nuxt/image",
|
|
2186
2594
|
"npm": "@nuxt/image",
|
|
2187
2595
|
"icon": "image.png",
|
|
2188
2596
|
"github": "https://github.com/nuxt/image",
|
|
2189
|
-
"website": "https://image.
|
|
2597
|
+
"website": "https://image.nuxt.com",
|
|
2190
2598
|
"learn_more": "",
|
|
2191
2599
|
"category": "Images",
|
|
2192
2600
|
"type": "official",
|
|
@@ -2196,6 +2604,11 @@
|
|
|
2196
2604
|
"github": "farnabaz",
|
|
2197
2605
|
"twitter": "a_birang"
|
|
2198
2606
|
},
|
|
2607
|
+
{
|
|
2608
|
+
"name": "Daniel Roe",
|
|
2609
|
+
"github": "danielroe",
|
|
2610
|
+
"twitter": "danielcroe"
|
|
2611
|
+
},
|
|
2199
2612
|
{
|
|
2200
2613
|
"name": "Pooya Parsa",
|
|
2201
2614
|
"github": "pi0",
|
|
@@ -2216,7 +2629,7 @@
|
|
|
2216
2629
|
},
|
|
2217
2630
|
{
|
|
2218
2631
|
"name": "imagemin",
|
|
2219
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2632
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2220
2633
|
"repo": "nuxt-community/imagemin-module",
|
|
2221
2634
|
"npm": "@nuxtjs/imagemin",
|
|
2222
2635
|
"icon": "imagemin.png",
|
|
@@ -2239,12 +2652,12 @@
|
|
|
2239
2652
|
{
|
|
2240
2653
|
"name": "inkline",
|
|
2241
2654
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2242
|
-
"repo": "inkline/
|
|
2243
|
-
"npm": "@inkline/
|
|
2655
|
+
"repo": "inkline/plugin",
|
|
2656
|
+
"npm": "@inkline/plugin",
|
|
2244
2657
|
"icon": "inkline.svg",
|
|
2245
|
-
"github": "https://github.com/inkline/
|
|
2658
|
+
"github": "https://github.com/inkline/plugin",
|
|
2246
2659
|
"website": "https://inkline.io",
|
|
2247
|
-
"learn_more": "https://inkline.io/docs/
|
|
2660
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2248
2661
|
"category": "UI",
|
|
2249
2662
|
"type": "3rd-party",
|
|
2250
2663
|
"maintainers": [
|
|
@@ -2263,7 +2676,7 @@
|
|
|
2263
2676
|
},
|
|
2264
2677
|
{
|
|
2265
2678
|
"name": "intercom",
|
|
2266
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2679
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2267
2680
|
"repo": "hex-digital/nuxt-intercom",
|
|
2268
2681
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2269
2682
|
"icon": "intercom.png",
|
|
@@ -2308,7 +2721,7 @@
|
|
|
2308
2721
|
},
|
|
2309
2722
|
{
|
|
2310
2723
|
"name": "jsonapi",
|
|
2311
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2724
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2312
2725
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2313
2726
|
"npm": "nuxt-jsonapi",
|
|
2314
2727
|
"icon": "jsonapi.svg",
|
|
@@ -2350,9 +2763,36 @@
|
|
|
2350
2763
|
"requires": {}
|
|
2351
2764
|
}
|
|
2352
2765
|
},
|
|
2766
|
+
{
|
|
2767
|
+
"name": "kinde",
|
|
2768
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2769
|
+
"repo": "nuxt-modules/kinde",
|
|
2770
|
+
"npm": "@nuxtjs/kinde",
|
|
2771
|
+
"icon": "kinde.svg",
|
|
2772
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2773
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2774
|
+
"learn_more": "https://kinde.com/",
|
|
2775
|
+
"category": "Security",
|
|
2776
|
+
"type": "community",
|
|
2777
|
+
"maintainers": [
|
|
2778
|
+
{
|
|
2779
|
+
"name": "danielroe",
|
|
2780
|
+
"github": "danielroe"
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"name": "daveordead",
|
|
2784
|
+
"github": "DaveOrDead",
|
|
2785
|
+
"twitter": "dave_or_dead"
|
|
2786
|
+
}
|
|
2787
|
+
],
|
|
2788
|
+
"compatibility": {
|
|
2789
|
+
"nuxt": "^3.0.0",
|
|
2790
|
+
"requires": {}
|
|
2791
|
+
}
|
|
2792
|
+
},
|
|
2353
2793
|
{
|
|
2354
2794
|
"name": "kql",
|
|
2355
|
-
"description": "Nuxt
|
|
2795
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2356
2796
|
"repo": "johannschopplich/nuxt-kql",
|
|
2357
2797
|
"npm": "nuxt-kql",
|
|
2358
2798
|
"icon": "kql.svg",
|
|
@@ -2376,7 +2816,7 @@
|
|
|
2376
2816
|
},
|
|
2377
2817
|
{
|
|
2378
2818
|
"name": "laravel-echo",
|
|
2379
|
-
"description": "Laravel Echo for Nuxt
|
|
2819
|
+
"description": "Laravel Echo for Nuxt",
|
|
2380
2820
|
"repo": "nuxt-community/laravel-echo",
|
|
2381
2821
|
"npm": "@nuxtjs/laravel-echo",
|
|
2382
2822
|
"icon": "laravel-echo.png",
|
|
@@ -2418,6 +2858,28 @@
|
|
|
2418
2858
|
"requires": {}
|
|
2419
2859
|
}
|
|
2420
2860
|
},
|
|
2861
|
+
{
|
|
2862
|
+
"name": "laravel-precognition",
|
|
2863
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2864
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2865
|
+
"npm": "nuxt-laravel-precognition",
|
|
2866
|
+
"icon": "laravel.svg",
|
|
2867
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2868
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2869
|
+
"learn_more": "",
|
|
2870
|
+
"category": "Security",
|
|
2871
|
+
"type": "3rd-party",
|
|
2872
|
+
"maintainers": [
|
|
2873
|
+
{
|
|
2874
|
+
"name": "sot1986",
|
|
2875
|
+
"github": "sot1986"
|
|
2876
|
+
}
|
|
2877
|
+
],
|
|
2878
|
+
"compatibility": {
|
|
2879
|
+
"nuxt": "^3.0.0",
|
|
2880
|
+
"requires": {}
|
|
2881
|
+
}
|
|
2882
|
+
},
|
|
2421
2883
|
{
|
|
2422
2884
|
"name": "laravel",
|
|
2423
2885
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2464,13 +2926,13 @@
|
|
|
2464
2926
|
},
|
|
2465
2927
|
{
|
|
2466
2928
|
"name": "link-checker",
|
|
2467
|
-
"description": "
|
|
2929
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2468
2930
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2469
2931
|
"npm": "nuxt-link-checker",
|
|
2470
|
-
"icon": "",
|
|
2932
|
+
"icon": "link-checker.svg",
|
|
2471
2933
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2472
|
-
"website": "https://
|
|
2473
|
-
"learn_more": "",
|
|
2934
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2935
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2474
2936
|
"category": "SEO",
|
|
2475
2937
|
"type": "3rd-party",
|
|
2476
2938
|
"maintainers": [
|
|
@@ -2483,7 +2945,8 @@
|
|
|
2483
2945
|
],
|
|
2484
2946
|
"compatibility": {
|
|
2485
2947
|
"nuxt": "^3.0.0",
|
|
2486
|
-
"requires": {}
|
|
2948
|
+
"requires": {},
|
|
2949
|
+
"devtools": "^0.0.0"
|
|
2487
2950
|
}
|
|
2488
2951
|
},
|
|
2489
2952
|
{
|
|
@@ -2560,12 +3023,12 @@
|
|
|
2560
3023
|
},
|
|
2561
3024
|
{
|
|
2562
3025
|
"name": "logrocket",
|
|
2563
|
-
"description": "LogRocket module for Nuxt
|
|
2564
|
-
"repo": "nuxt-
|
|
3026
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3027
|
+
"repo": "nuxt-modules/logrocket",
|
|
2565
3028
|
"npm": "nuxt-logrocket",
|
|
2566
3029
|
"icon": "logrocket.png",
|
|
2567
|
-
"github": "https://github.com/nuxt-
|
|
2568
|
-
"website": "https://github.com/nuxt-
|
|
3030
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3031
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2569
3032
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2570
3033
|
"category": "Monitoring",
|
|
2571
3034
|
"type": "community",
|
|
@@ -2581,9 +3044,35 @@
|
|
|
2581
3044
|
"requires": {}
|
|
2582
3045
|
}
|
|
2583
3046
|
},
|
|
3047
|
+
{
|
|
3048
|
+
"name": "lucide-icons",
|
|
3049
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
3050
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
3051
|
+
"npm": "nuxt-lucide-icons",
|
|
3052
|
+
"icon": "lucide-icons.svg",
|
|
3053
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3054
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3055
|
+
"learn_more": "",
|
|
3056
|
+
"category": "UI",
|
|
3057
|
+
"type": "3rd-party",
|
|
3058
|
+
"maintainers": [
|
|
3059
|
+
{
|
|
3060
|
+
"name": "SWIS",
|
|
3061
|
+
"github": "swisnl"
|
|
3062
|
+
},
|
|
3063
|
+
{
|
|
3064
|
+
"name": "Jasper Zonneveld",
|
|
3065
|
+
"github": "JaZo"
|
|
3066
|
+
}
|
|
3067
|
+
],
|
|
3068
|
+
"compatibility": {
|
|
3069
|
+
"nuxt": "^3.0.0",
|
|
3070
|
+
"requires": {}
|
|
3071
|
+
}
|
|
3072
|
+
},
|
|
2584
3073
|
{
|
|
2585
3074
|
"name": "lunr",
|
|
2586
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3075
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2587
3076
|
"repo": "nuxt-community/lunr-module",
|
|
2588
3077
|
"npm": "@nuxtjs/lunr-module",
|
|
2589
3078
|
"icon": "",
|
|
@@ -2671,6 +3160,28 @@
|
|
|
2671
3160
|
"requires": {}
|
|
2672
3161
|
}
|
|
2673
3162
|
},
|
|
3163
|
+
{
|
|
3164
|
+
"name": "maz-ui",
|
|
3165
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3166
|
+
"repo": "louismazel/maz-ui",
|
|
3167
|
+
"npm": "maz-ui",
|
|
3168
|
+
"icon": "maz-ui.png",
|
|
3169
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3170
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3171
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3172
|
+
"category": "UI",
|
|
3173
|
+
"type": "community",
|
|
3174
|
+
"maintainers": [
|
|
3175
|
+
{
|
|
3176
|
+
"name": "Loïc Mazuel",
|
|
3177
|
+
"github": "LouisMazel"
|
|
3178
|
+
}
|
|
3179
|
+
],
|
|
3180
|
+
"compatibility": {
|
|
3181
|
+
"nuxt": "^3.0.0",
|
|
3182
|
+
"requires": {}
|
|
3183
|
+
}
|
|
3184
|
+
},
|
|
2674
3185
|
{
|
|
2675
3186
|
"name": "mdx",
|
|
2676
3187
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2696,7 +3207,7 @@
|
|
|
2696
3207
|
},
|
|
2697
3208
|
{
|
|
2698
3209
|
"name": "medusa",
|
|
2699
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3210
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2700
3211
|
"repo": "Baroshem/nuxt-medusa",
|
|
2701
3212
|
"npm": "nuxt-medusa",
|
|
2702
3213
|
"icon": "medusa.svg",
|
|
@@ -2721,7 +3232,7 @@
|
|
|
2721
3232
|
},
|
|
2722
3233
|
{
|
|
2723
3234
|
"name": "meilisearch",
|
|
2724
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3235
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2725
3236
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2726
3237
|
"npm": "nuxt-meilisearch",
|
|
2727
3238
|
"icon": "meilisearch.svg",
|
|
@@ -2741,7 +3252,8 @@
|
|
|
2741
3252
|
"nuxt": "^3.0.0",
|
|
2742
3253
|
"requires": {
|
|
2743
3254
|
"bridge": false
|
|
2744
|
-
}
|
|
3255
|
+
},
|
|
3256
|
+
"devtools": "^0.0.0"
|
|
2745
3257
|
}
|
|
2746
3258
|
},
|
|
2747
3259
|
{
|
|
@@ -2766,28 +3278,6 @@
|
|
|
2766
3278
|
"requires": {}
|
|
2767
3279
|
}
|
|
2768
3280
|
},
|
|
2769
|
-
{
|
|
2770
|
-
"name": "mobile",
|
|
2771
|
-
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
2772
|
-
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
2773
|
-
"npm": "nuxt-mobile",
|
|
2774
|
-
"icon": "",
|
|
2775
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2776
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2777
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
2778
|
-
"category": "Extensions",
|
|
2779
|
-
"type": "3rd-party",
|
|
2780
|
-
"maintainers": [
|
|
2781
|
-
{
|
|
2782
|
-
"name": "ChanningDefoe",
|
|
2783
|
-
"github": "ChanningDefoe"
|
|
2784
|
-
}
|
|
2785
|
-
],
|
|
2786
|
-
"compatibility": {
|
|
2787
|
-
"nuxt": "^2.0.0",
|
|
2788
|
-
"requires": {}
|
|
2789
|
-
}
|
|
2790
|
-
},
|
|
2791
3281
|
{
|
|
2792
3282
|
"name": "module-feed",
|
|
2793
3283
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -2813,7 +3303,7 @@
|
|
|
2813
3303
|
},
|
|
2814
3304
|
{
|
|
2815
3305
|
"name": "moment",
|
|
2816
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3306
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2817
3307
|
"repo": "nuxt-community/moment-module",
|
|
2818
3308
|
"npm": "@nuxtjs/moment",
|
|
2819
3309
|
"icon": "momentjs.png",
|
|
@@ -2840,7 +3330,7 @@
|
|
|
2840
3330
|
},
|
|
2841
3331
|
{
|
|
2842
3332
|
"name": "mq",
|
|
2843
|
-
"description": "vue-mq module for Nuxt.
|
|
3333
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2844
3334
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2845
3335
|
"npm": "nuxt-mq",
|
|
2846
3336
|
"icon": "",
|
|
@@ -2884,7 +3374,7 @@
|
|
|
2884
3374
|
},
|
|
2885
3375
|
{
|
|
2886
3376
|
"name": "netlify-cache",
|
|
2887
|
-
"description": "Nuxt
|
|
3377
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
2888
3378
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2889
3379
|
"npm": "nuxt-netlify-cache",
|
|
2890
3380
|
"icon": "netlify.png",
|
|
@@ -2929,7 +3419,7 @@
|
|
|
2929
3419
|
},
|
|
2930
3420
|
{
|
|
2931
3421
|
"name": "netlify",
|
|
2932
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3422
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
2933
3423
|
"repo": "bazzite/nuxt-netlify",
|
|
2934
3424
|
"npm": "@aceforth/nuxt-netlify",
|
|
2935
3425
|
"icon": "netlify.png",
|
|
@@ -3000,30 +3490,119 @@
|
|
|
3000
3490
|
}
|
|
3001
3491
|
},
|
|
3002
3492
|
{
|
|
3003
|
-
"name": "
|
|
3004
|
-
"description": "",
|
|
3005
|
-
"repo": "
|
|
3006
|
-
"npm": "
|
|
3493
|
+
"name": "nupolyon",
|
|
3494
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3495
|
+
"repo": "adenvt/nupolyon",
|
|
3496
|
+
"npm": "nupolyon",
|
|
3007
3497
|
"icon": "",
|
|
3008
|
-
"github": "https://github.com/
|
|
3009
|
-
"website": "https://github.com/
|
|
3498
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3499
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3010
3500
|
"learn_more": "",
|
|
3011
|
-
"category": "
|
|
3501
|
+
"category": "Performance",
|
|
3012
3502
|
"type": "3rd-party",
|
|
3013
3503
|
"maintainers": [
|
|
3014
3504
|
{
|
|
3015
|
-
"name": "
|
|
3016
|
-
"github": "
|
|
3505
|
+
"name": "adenvt",
|
|
3506
|
+
"github": "adenvt"
|
|
3017
3507
|
}
|
|
3018
3508
|
],
|
|
3019
3509
|
"compatibility": {
|
|
3020
|
-
"nuxt": "^
|
|
3510
|
+
"nuxt": "^3.0.0",
|
|
3511
|
+
"requires": {}
|
|
3512
|
+
}
|
|
3513
|
+
},
|
|
3514
|
+
{
|
|
3515
|
+
"name": "nuxt-anchorscroll",
|
|
3516
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3517
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3518
|
+
"npm": "nuxt-anchorscroll",
|
|
3519
|
+
"icon": "",
|
|
3520
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3521
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3522
|
+
"learn_more": "",
|
|
3523
|
+
"category": "UI",
|
|
3524
|
+
"type": "3rd-party",
|
|
3525
|
+
"maintainers": [
|
|
3526
|
+
{
|
|
3527
|
+
"name": "Helltraitor",
|
|
3528
|
+
"github": "helltraitor"
|
|
3529
|
+
}
|
|
3530
|
+
],
|
|
3531
|
+
"compatibility": {
|
|
3532
|
+
"nuxt": "^3.0.0",
|
|
3533
|
+
"requires": {}
|
|
3534
|
+
}
|
|
3535
|
+
},
|
|
3536
|
+
{
|
|
3537
|
+
"name": "nuxt-auth-sanctum",
|
|
3538
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3539
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3540
|
+
"npm": "nuxt-auth-sanctum",
|
|
3541
|
+
"icon": "laravel.svg",
|
|
3542
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3543
|
+
"website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3544
|
+
"learn_more": "",
|
|
3545
|
+
"category": "Security",
|
|
3546
|
+
"type": "3rd-party",
|
|
3547
|
+
"maintainers": [
|
|
3548
|
+
{
|
|
3549
|
+
"name": "Artem Manchenkov",
|
|
3550
|
+
"github": "manchenkoff",
|
|
3551
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3552
|
+
}
|
|
3553
|
+
],
|
|
3554
|
+
"compatibility": {
|
|
3555
|
+
"nuxt": "^3.0.0",
|
|
3556
|
+
"requires": {}
|
|
3557
|
+
}
|
|
3558
|
+
},
|
|
3559
|
+
{
|
|
3560
|
+
"name": "nuxt-basic-auth",
|
|
3561
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3562
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3563
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3564
|
+
"icon": "",
|
|
3565
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3566
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3567
|
+
"learn_more": "",
|
|
3568
|
+
"category": "Security",
|
|
3569
|
+
"type": "3rd-party",
|
|
3570
|
+
"maintainers": [
|
|
3571
|
+
{
|
|
3572
|
+
"name": "kgierke",
|
|
3573
|
+
"github": "kgierke"
|
|
3574
|
+
}
|
|
3575
|
+
],
|
|
3576
|
+
"compatibility": {
|
|
3577
|
+
"nuxt": "^3.0.0",
|
|
3578
|
+
"requires": {}
|
|
3579
|
+
}
|
|
3580
|
+
},
|
|
3581
|
+
{
|
|
3582
|
+
"name": "nuxt-bootstrap-icons",
|
|
3583
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3584
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3585
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3586
|
+
"icon": "bootstrap-icons.svg",
|
|
3587
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3588
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3589
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3590
|
+
"category": "UI",
|
|
3591
|
+
"type": "3rd-party",
|
|
3592
|
+
"maintainers": [
|
|
3593
|
+
{
|
|
3594
|
+
"name": "OyewoleOyedeji",
|
|
3595
|
+
"github": "OyewoleOyedeji"
|
|
3596
|
+
}
|
|
3597
|
+
],
|
|
3598
|
+
"compatibility": {
|
|
3599
|
+
"nuxt": "^3.0.0",
|
|
3021
3600
|
"requires": {}
|
|
3022
3601
|
}
|
|
3023
3602
|
},
|
|
3024
3603
|
{
|
|
3025
3604
|
"name": "nuxt-chatgpt",
|
|
3026
|
-
"description": "ChatGPT integration for Nuxt
|
|
3605
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3027
3606
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3028
3607
|
"npm": "nuxt-chatgpt",
|
|
3029
3608
|
"icon": "chatgpt.svg",
|
|
@@ -3043,6 +3622,76 @@
|
|
|
3043
3622
|
"requires": {}
|
|
3044
3623
|
}
|
|
3045
3624
|
},
|
|
3625
|
+
{
|
|
3626
|
+
"name": "nuxt-facebook-chat",
|
|
3627
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3628
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3629
|
+
"npm": "nuxt-facebook-chat",
|
|
3630
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3631
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3632
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3633
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3634
|
+
"category": "Libraries",
|
|
3635
|
+
"type": "3rd-party",
|
|
3636
|
+
"maintainers": [
|
|
3637
|
+
{
|
|
3638
|
+
"name": "Supanut Dokmaithong",
|
|
3639
|
+
"github": "Boomgeek"
|
|
3640
|
+
},
|
|
3641
|
+
{
|
|
3642
|
+
"name": "superdev-tech",
|
|
3643
|
+
"github": "superdev-tech"
|
|
3644
|
+
}
|
|
3645
|
+
],
|
|
3646
|
+
"compatibility": {
|
|
3647
|
+
"nuxt": "^3.0.0",
|
|
3648
|
+
"requires": {}
|
|
3649
|
+
}
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"name": "nuxt-feather-icons",
|
|
3653
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3654
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3655
|
+
"npm": "nuxt-feather-icons",
|
|
3656
|
+
"icon": "nuxt-feather-icons.svg",
|
|
3657
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3658
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3659
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3660
|
+
"category": "UI",
|
|
3661
|
+
"type": "3rd-party",
|
|
3662
|
+
"maintainers": [
|
|
3663
|
+
{
|
|
3664
|
+
"name": "4sllan",
|
|
3665
|
+
"github": "4sllan"
|
|
3666
|
+
}
|
|
3667
|
+
],
|
|
3668
|
+
"compatibility": {
|
|
3669
|
+
"nuxt": "^3.0.0",
|
|
3670
|
+
"requires": {}
|
|
3671
|
+
}
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"name": "nuxt-feedme",
|
|
3675
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3676
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3677
|
+
"npm": "nuxt-feedme",
|
|
3678
|
+
"icon": "",
|
|
3679
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3680
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3681
|
+
"learn_more": "",
|
|
3682
|
+
"category": "SEO",
|
|
3683
|
+
"type": "3rd-party",
|
|
3684
|
+
"maintainers": [
|
|
3685
|
+
{
|
|
3686
|
+
"name": "Helltraitor",
|
|
3687
|
+
"github": "helltraitor"
|
|
3688
|
+
}
|
|
3689
|
+
],
|
|
3690
|
+
"compatibility": {
|
|
3691
|
+
"nuxt": "^3.0.0",
|
|
3692
|
+
"requires": {}
|
|
3693
|
+
}
|
|
3694
|
+
},
|
|
3046
3695
|
{
|
|
3047
3696
|
"name": "nuxt-graphql-middleware",
|
|
3048
3697
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3094,6 +3743,29 @@
|
|
|
3094
3743
|
"requires": {}
|
|
3095
3744
|
}
|
|
3096
3745
|
},
|
|
3746
|
+
{
|
|
3747
|
+
"name": "nuxt-gtm",
|
|
3748
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3749
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3750
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3751
|
+
"icon": "nuxt-gtm.svg",
|
|
3752
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3753
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3754
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3755
|
+
"category": "Analytics",
|
|
3756
|
+
"type": "3rd-party",
|
|
3757
|
+
"maintainers": [
|
|
3758
|
+
{
|
|
3759
|
+
"name": "Zadig&Voltaire Team",
|
|
3760
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3761
|
+
}
|
|
3762
|
+
],
|
|
3763
|
+
"compatibility": {
|
|
3764
|
+
"nuxt": "^3.0.0",
|
|
3765
|
+
"requires": {},
|
|
3766
|
+
"devtools": "^0.0.0"
|
|
3767
|
+
}
|
|
3768
|
+
},
|
|
3097
3769
|
{
|
|
3098
3770
|
"name": "nuxt-hue",
|
|
3099
3771
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -3119,35 +3791,79 @@
|
|
|
3119
3791
|
}
|
|
3120
3792
|
},
|
|
3121
3793
|
{
|
|
3122
|
-
"name": "nuxt-
|
|
3123
|
-
"description": "
|
|
3124
|
-
"repo": "
|
|
3125
|
-
"npm": "
|
|
3126
|
-
"icon": "
|
|
3127
|
-
"github": "https://github.com/
|
|
3128
|
-
"website": "https://
|
|
3129
|
-
"learn_more": "
|
|
3794
|
+
"name": "nuxt-interpolation",
|
|
3795
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3796
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3797
|
+
"npm": "nuxt-interpolation",
|
|
3798
|
+
"icon": "",
|
|
3799
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3800
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3801
|
+
"learn_more": "",
|
|
3130
3802
|
"category": "Devtools",
|
|
3131
3803
|
"type": "3rd-party",
|
|
3132
3804
|
"maintainers": [
|
|
3133
3805
|
{
|
|
3134
|
-
"name": "
|
|
3135
|
-
"github": "
|
|
3136
|
-
"twitter": "craig_harman"
|
|
3806
|
+
"name": "daliborgogic",
|
|
3807
|
+
"github": "daliborgogic"
|
|
3137
3808
|
}
|
|
3138
3809
|
],
|
|
3139
3810
|
"compatibility": {
|
|
3140
|
-
"nuxt": "^
|
|
3811
|
+
"nuxt": "^2.0.0",
|
|
3141
3812
|
"requires": {}
|
|
3142
3813
|
}
|
|
3143
3814
|
},
|
|
3144
3815
|
{
|
|
3145
|
-
"name": "nuxt-
|
|
3146
|
-
"description": "
|
|
3147
|
-
"repo": "
|
|
3148
|
-
"npm": "nuxt-
|
|
3816
|
+
"name": "nuxt-jsonld",
|
|
3817
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3818
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3819
|
+
"npm": "nuxt-jsonld",
|
|
3149
3820
|
"icon": "",
|
|
3150
|
-
"github": "https://github.com/
|
|
3821
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3822
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3823
|
+
"learn_more": "",
|
|
3824
|
+
"category": "SEO",
|
|
3825
|
+
"type": "3rd-party",
|
|
3826
|
+
"maintainers": [
|
|
3827
|
+
{
|
|
3828
|
+
"name": "ymmooot",
|
|
3829
|
+
"github": "ymmooot"
|
|
3830
|
+
}
|
|
3831
|
+
],
|
|
3832
|
+
"compatibility": {
|
|
3833
|
+
"nuxt": "^3.0.0",
|
|
3834
|
+
"requires": {}
|
|
3835
|
+
}
|
|
3836
|
+
},
|
|
3837
|
+
{
|
|
3838
|
+
"name": "nuxt-localtunnel",
|
|
3839
|
+
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
3840
|
+
"repo": "nuxtus/localtunnel",
|
|
3841
|
+
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3842
|
+
"icon": "nuxt-localtunnel.svg",
|
|
3843
|
+
"github": "https://github.com/nuxtus/localtunnel",
|
|
3844
|
+
"website": "https://nuxtus.com",
|
|
3845
|
+
"learn_more": "https://docs.nuxtus.com/#/localtunnel",
|
|
3846
|
+
"category": "Devtools",
|
|
3847
|
+
"type": "3rd-party",
|
|
3848
|
+
"maintainers": [
|
|
3849
|
+
{
|
|
3850
|
+
"name": "Craig Harman",
|
|
3851
|
+
"github": "craigharman",
|
|
3852
|
+
"twitter": "craig_harman"
|
|
3853
|
+
}
|
|
3854
|
+
],
|
|
3855
|
+
"compatibility": {
|
|
3856
|
+
"nuxt": "^3.0.0",
|
|
3857
|
+
"requires": {}
|
|
3858
|
+
}
|
|
3859
|
+
},
|
|
3860
|
+
{
|
|
3861
|
+
"name": "nuxt-loco",
|
|
3862
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3863
|
+
"repo": "gaetansenn/nuxt-loco",
|
|
3864
|
+
"npm": "nuxt-loco",
|
|
3865
|
+
"icon": "",
|
|
3866
|
+
"github": "https://github.com/gaetansenn/nuxt-loco",
|
|
3151
3867
|
"website": "https://nuxt-loco.dewib.com/",
|
|
3152
3868
|
"learn_more": "",
|
|
3153
3869
|
"category": "Libraries",
|
|
@@ -3164,6 +3880,28 @@
|
|
|
3164
3880
|
"requires": {}
|
|
3165
3881
|
}
|
|
3166
3882
|
},
|
|
3883
|
+
{
|
|
3884
|
+
"name": "nuxt-mail",
|
|
3885
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3886
|
+
"repo": "dword-design/nuxt-mail",
|
|
3887
|
+
"npm": "nuxt-mail",
|
|
3888
|
+
"icon": "",
|
|
3889
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3890
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3891
|
+
"learn_more": "",
|
|
3892
|
+
"category": "Extensions",
|
|
3893
|
+
"type": "3rd-party",
|
|
3894
|
+
"maintainers": [
|
|
3895
|
+
{
|
|
3896
|
+
"name": "Sebastian Landwehr",
|
|
3897
|
+
"github": "dword-design"
|
|
3898
|
+
}
|
|
3899
|
+
],
|
|
3900
|
+
"compatibility": {
|
|
3901
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3902
|
+
"requires": {}
|
|
3903
|
+
}
|
|
3904
|
+
},
|
|
3167
3905
|
{
|
|
3168
3906
|
"name": "nuxt-mapbox",
|
|
3169
3907
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3186,6 +3924,28 @@
|
|
|
3186
3924
|
"requires": {}
|
|
3187
3925
|
}
|
|
3188
3926
|
},
|
|
3927
|
+
{
|
|
3928
|
+
"name": "nuxt-mdi",
|
|
3929
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3930
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3931
|
+
"npm": "nuxt-mdi",
|
|
3932
|
+
"icon": "mdi.png",
|
|
3933
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3934
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3935
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3936
|
+
"category": "Libraries",
|
|
3937
|
+
"type": "3rd-party",
|
|
3938
|
+
"maintainers": [
|
|
3939
|
+
{
|
|
3940
|
+
"name": "Emil Rosenius",
|
|
3941
|
+
"github": "ERPedersen"
|
|
3942
|
+
}
|
|
3943
|
+
],
|
|
3944
|
+
"compatibility": {
|
|
3945
|
+
"nuxt": "^3.0.0",
|
|
3946
|
+
"requires": {}
|
|
3947
|
+
}
|
|
3948
|
+
},
|
|
3189
3949
|
{
|
|
3190
3950
|
"name": "nuxt-monaco-editor",
|
|
3191
3951
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3208,6 +3968,97 @@
|
|
|
3208
3968
|
"requires": {}
|
|
3209
3969
|
}
|
|
3210
3970
|
},
|
|
3971
|
+
{
|
|
3972
|
+
"name": "nuxt-mongoose",
|
|
3973
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3974
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3975
|
+
"npm": "nuxt-mongoose",
|
|
3976
|
+
"icon": "nuxt-mongoose.svg",
|
|
3977
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3978
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3979
|
+
"learn_more": "",
|
|
3980
|
+
"category": "Database",
|
|
3981
|
+
"type": "3rd-party",
|
|
3982
|
+
"maintainers": [
|
|
3983
|
+
{
|
|
3984
|
+
"name": "arashsheyda",
|
|
3985
|
+
"github": "arashsheyda"
|
|
3986
|
+
}
|
|
3987
|
+
],
|
|
3988
|
+
"compatibility": {
|
|
3989
|
+
"nuxt": "^3.0.0",
|
|
3990
|
+
"requires": {},
|
|
3991
|
+
"devtools": "^0.0.0"
|
|
3992
|
+
}
|
|
3993
|
+
},
|
|
3994
|
+
{
|
|
3995
|
+
"name": "nuxt-oidc-auth",
|
|
3996
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
3997
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
3998
|
+
"npm": "nuxt-oidc-auth",
|
|
3999
|
+
"icon": "",
|
|
4000
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4001
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4002
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4003
|
+
"category": "Security",
|
|
4004
|
+
"type": "3rd-party",
|
|
4005
|
+
"maintainers": [
|
|
4006
|
+
{
|
|
4007
|
+
"name": "Jan-Henrik Damaschke",
|
|
4008
|
+
"github": "itpropro",
|
|
4009
|
+
"twitter": "jandamaschke"
|
|
4010
|
+
}
|
|
4011
|
+
],
|
|
4012
|
+
"compatibility": {
|
|
4013
|
+
"nuxt": "^3.0.0",
|
|
4014
|
+
"requires": {}
|
|
4015
|
+
}
|
|
4016
|
+
},
|
|
4017
|
+
{
|
|
4018
|
+
"name": "nuxt-openapi-docs-module",
|
|
4019
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4020
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4021
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4022
|
+
"icon": "nuxt-openapi-docs-module.svg",
|
|
4023
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4024
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4025
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4026
|
+
"category": "Libraries",
|
|
4027
|
+
"type": "3rd-party",
|
|
4028
|
+
"maintainers": [
|
|
4029
|
+
{
|
|
4030
|
+
"name": "Pavel Kuzmin",
|
|
4031
|
+
"github": "s00d"
|
|
4032
|
+
}
|
|
4033
|
+
],
|
|
4034
|
+
"compatibility": {
|
|
4035
|
+
"nuxt": "^3.0.0",
|
|
4036
|
+
"requires": {}
|
|
4037
|
+
}
|
|
4038
|
+
},
|
|
4039
|
+
{
|
|
4040
|
+
"name": "nuxt-payload-analyzer",
|
|
4041
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4042
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4043
|
+
"npm": "nuxt-payload-analyzer",
|
|
4044
|
+
"icon": "",
|
|
4045
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4046
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4047
|
+
"learn_more": "",
|
|
4048
|
+
"category": "Performance",
|
|
4049
|
+
"type": "3rd-party",
|
|
4050
|
+
"maintainers": [
|
|
4051
|
+
{
|
|
4052
|
+
"name": "Barbapapazes",
|
|
4053
|
+
"github": "Barbapapazes",
|
|
4054
|
+
"twitter": "soubiran_"
|
|
4055
|
+
}
|
|
4056
|
+
],
|
|
4057
|
+
"compatibility": {
|
|
4058
|
+
"nuxt": "^3.0.0",
|
|
4059
|
+
"requires": {}
|
|
4060
|
+
}
|
|
4061
|
+
},
|
|
3211
4062
|
{
|
|
3212
4063
|
"name": "nuxt-pdf",
|
|
3213
4064
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3231,6 +4082,28 @@
|
|
|
3231
4082
|
"requires": {}
|
|
3232
4083
|
}
|
|
3233
4084
|
},
|
|
4085
|
+
{
|
|
4086
|
+
"name": "nuxt-phosphor-icons",
|
|
4087
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
4088
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4089
|
+
"npm": "nuxt-phosphor-icons",
|
|
4090
|
+
"icon": "phosphor-icons.svg",
|
|
4091
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4092
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4093
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
4094
|
+
"category": "UI",
|
|
4095
|
+
"type": "3rd-party",
|
|
4096
|
+
"maintainers": [
|
|
4097
|
+
{
|
|
4098
|
+
"name": "OyewoleOyedeji",
|
|
4099
|
+
"github": "OyewoleOyedeji"
|
|
4100
|
+
}
|
|
4101
|
+
],
|
|
4102
|
+
"compatibility": {
|
|
4103
|
+
"nuxt": "^3.0.0",
|
|
4104
|
+
"requires": {}
|
|
4105
|
+
}
|
|
4106
|
+
},
|
|
3234
4107
|
{
|
|
3235
4108
|
"name": "nuxt-pino-log",
|
|
3236
4109
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3255,7 +4128,7 @@
|
|
|
3255
4128
|
},
|
|
3256
4129
|
{
|
|
3257
4130
|
"name": "plausible",
|
|
3258
|
-
"description": "Nuxt
|
|
4131
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3259
4132
|
"repo": "nuxt-modules/plausible",
|
|
3260
4133
|
"npm": "@nuxtjs/plausible",
|
|
3261
4134
|
"icon": "plausible.png",
|
|
@@ -3275,9 +4148,35 @@
|
|
|
3275
4148
|
"requires": {}
|
|
3276
4149
|
}
|
|
3277
4150
|
},
|
|
4151
|
+
{
|
|
4152
|
+
"name": "nuxt-plotly",
|
|
4153
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
4154
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
4155
|
+
"npm": "nuxt-plotly",
|
|
4156
|
+
"icon": "nuxt-plotly.svg",
|
|
4157
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4158
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4159
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
4160
|
+
"category": "Libraries",
|
|
4161
|
+
"type": "3rd-party",
|
|
4162
|
+
"maintainers": [
|
|
4163
|
+
{
|
|
4164
|
+
"name": "Supanut Dokmaithong",
|
|
4165
|
+
"github": "Boomgeek"
|
|
4166
|
+
},
|
|
4167
|
+
{
|
|
4168
|
+
"name": "superdev-tech",
|
|
4169
|
+
"github": "superdev-tech"
|
|
4170
|
+
}
|
|
4171
|
+
],
|
|
4172
|
+
"compatibility": {
|
|
4173
|
+
"nuxt": "^3.0.0",
|
|
4174
|
+
"requires": {}
|
|
4175
|
+
}
|
|
4176
|
+
},
|
|
3278
4177
|
{
|
|
3279
4178
|
"name": "nuxt-png-to-ico",
|
|
3280
|
-
"description": "Nuxt
|
|
4179
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3281
4180
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3282
4181
|
"npm": "nuxt-png-to-ico",
|
|
3283
4182
|
"icon": "",
|
|
@@ -3300,7 +4199,7 @@
|
|
|
3300
4199
|
},
|
|
3301
4200
|
{
|
|
3302
4201
|
"name": "nuxt-smartlook",
|
|
3303
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4202
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3304
4203
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3305
4204
|
"npm": "nuxt-smartlook",
|
|
3306
4205
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3322,6 +4221,28 @@
|
|
|
3322
4221
|
"requires": {}
|
|
3323
4222
|
}
|
|
3324
4223
|
},
|
|
4224
|
+
{
|
|
4225
|
+
"name": "nuxt-social-share",
|
|
4226
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4227
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4228
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4229
|
+
"icon": "nuxt-social-share.png",
|
|
4230
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4231
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4232
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4233
|
+
"category": "Extensions",
|
|
4234
|
+
"type": "3rd-party",
|
|
4235
|
+
"maintainers": [
|
|
4236
|
+
{
|
|
4237
|
+
"name": "stefanobartoletti",
|
|
4238
|
+
"github": "stefanobartoletti"
|
|
4239
|
+
}
|
|
4240
|
+
],
|
|
4241
|
+
"compatibility": {
|
|
4242
|
+
"nuxt": "^3.0.0",
|
|
4243
|
+
"requires": {}
|
|
4244
|
+
}
|
|
4245
|
+
},
|
|
3325
4246
|
{
|
|
3326
4247
|
"name": "ssr-lit",
|
|
3327
4248
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3352,7 +4273,7 @@
|
|
|
3352
4273
|
},
|
|
3353
4274
|
{
|
|
3354
4275
|
"name": "nuxt-storm",
|
|
3355
|
-
"description": "WebStorm & PHPStorm support for
|
|
4276
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3356
4277
|
"repo": "fumeapp/nuxt-storm",
|
|
3357
4278
|
"npm": "nuxt-storm",
|
|
3358
4279
|
"icon": "nuxt-storm.png",
|
|
@@ -3372,6 +4293,30 @@
|
|
|
3372
4293
|
"requires": {}
|
|
3373
4294
|
}
|
|
3374
4295
|
},
|
|
4296
|
+
{
|
|
4297
|
+
"name": "nuxt-svgo-loader",
|
|
4298
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4299
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4300
|
+
"npm": "nuxt-svgo-loader",
|
|
4301
|
+
"icon": "",
|
|
4302
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4303
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4304
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4305
|
+
"category": "Images",
|
|
4306
|
+
"type": "3rd-party",
|
|
4307
|
+
"maintainers": [
|
|
4308
|
+
{
|
|
4309
|
+
"name": "Alex Liu",
|
|
4310
|
+
"github": "Mini-ghost",
|
|
4311
|
+
"twitter": "Minighost_Alex"
|
|
4312
|
+
}
|
|
4313
|
+
],
|
|
4314
|
+
"compatibility": {
|
|
4315
|
+
"nuxt": "^3.0.0",
|
|
4316
|
+
"requires": {},
|
|
4317
|
+
"devtools": "^0.0.0"
|
|
4318
|
+
}
|
|
4319
|
+
},
|
|
3375
4320
|
{
|
|
3376
4321
|
"name": "nuxt-svgo",
|
|
3377
4322
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -3396,7 +4341,7 @@
|
|
|
3396
4341
|
},
|
|
3397
4342
|
{
|
|
3398
4343
|
"name": "nuxt-unleash",
|
|
3399
|
-
"description": "Nuxt
|
|
4344
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3400
4345
|
"repo": "conejerock/nuxt-unleash",
|
|
3401
4346
|
"npm": "nuxt-unleash",
|
|
3402
4347
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3416,28 +4361,6 @@
|
|
|
3416
4361
|
"requires": {}
|
|
3417
4362
|
}
|
|
3418
4363
|
},
|
|
3419
|
-
{
|
|
3420
|
-
"name": "nuxt-use-motion",
|
|
3421
|
-
"description": "A Nuxt module putting your components in motion",
|
|
3422
|
-
"repo": "Tahul/nuxt-use-motion",
|
|
3423
|
-
"npm": "nuxt-use-motion",
|
|
3424
|
-
"icon": "nuxt-use-motion.svg",
|
|
3425
|
-
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
3426
|
-
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
3427
|
-
"learn_more": "https://github.com/vueuse/motion",
|
|
3428
|
-
"category": "Libraries",
|
|
3429
|
-
"type": "3rd-party",
|
|
3430
|
-
"maintainers": [
|
|
3431
|
-
{
|
|
3432
|
-
"name": "Tahul",
|
|
3433
|
-
"github": "Tahul"
|
|
3434
|
-
}
|
|
3435
|
-
],
|
|
3436
|
-
"compatibility": {
|
|
3437
|
-
"nuxt": "^2.0.0",
|
|
3438
|
-
"requires": {}
|
|
3439
|
-
}
|
|
3440
|
-
},
|
|
3441
4364
|
{
|
|
3442
4365
|
"name": "nuxt-use-sound",
|
|
3443
4366
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -3487,12 +4410,12 @@
|
|
|
3487
4410
|
{
|
|
3488
4411
|
"name": "nuxt-vue3-google-signin",
|
|
3489
4412
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3490
|
-
"repo": "
|
|
4413
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3491
4414
|
"npm": "nuxt-vue3-google-signin",
|
|
3492
4415
|
"icon": "vue3-google-signin.svg",
|
|
3493
|
-
"github": "https://github.com/
|
|
3494
|
-
"website": "https://vue3-google-signin.
|
|
3495
|
-
"learn_more": "https://vue3-google-signin.
|
|
4416
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4417
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4418
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3496
4419
|
"category": "Libraries",
|
|
3497
4420
|
"type": "3rd-party",
|
|
3498
4421
|
"maintainers": [
|
|
@@ -3506,9 +4429,75 @@
|
|
|
3506
4429
|
"requires": {}
|
|
3507
4430
|
}
|
|
3508
4431
|
},
|
|
4432
|
+
{
|
|
4433
|
+
"name": "Nuxt zodI18n",
|
|
4434
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4435
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4436
|
+
"npm": "nuxt-zod-i18n",
|
|
4437
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4438
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4439
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4440
|
+
"learn_more": "",
|
|
4441
|
+
"category": "Libraries",
|
|
4442
|
+
"type": "3rd-party",
|
|
4443
|
+
"maintainers": [
|
|
4444
|
+
{
|
|
4445
|
+
"name": "xibman",
|
|
4446
|
+
"github": "xibman"
|
|
4447
|
+
}
|
|
4448
|
+
],
|
|
4449
|
+
"compatibility": {
|
|
4450
|
+
"nuxt": "^3.0.0",
|
|
4451
|
+
"requires": {}
|
|
4452
|
+
}
|
|
4453
|
+
},
|
|
4454
|
+
{
|
|
4455
|
+
"name": "nuxt3-interpolation",
|
|
4456
|
+
"description": "",
|
|
4457
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4458
|
+
"npm": "nuxt3-interpolation",
|
|
4459
|
+
"icon": "",
|
|
4460
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4461
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4462
|
+
"learn_more": "",
|
|
4463
|
+
"category": "Devtools",
|
|
4464
|
+
"type": "3rd-party",
|
|
4465
|
+
"maintainers": [
|
|
4466
|
+
{
|
|
4467
|
+
"name": "daliborgogic",
|
|
4468
|
+
"github": "daliborgogic"
|
|
4469
|
+
}
|
|
4470
|
+
],
|
|
4471
|
+
"compatibility": {
|
|
4472
|
+
"nuxt": "^3.0.0",
|
|
4473
|
+
"requires": {}
|
|
4474
|
+
}
|
|
4475
|
+
},
|
|
4476
|
+
{
|
|
4477
|
+
"name": "nuxt3-leaflet",
|
|
4478
|
+
"description": "Leaflet integration with Nuxt",
|
|
4479
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4480
|
+
"npm": "nuxt3-leaflet",
|
|
4481
|
+
"icon": "leaflet.png",
|
|
4482
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4483
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4484
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4485
|
+
"category": "Libraries",
|
|
4486
|
+
"type": "3rd-party",
|
|
4487
|
+
"maintainers": [
|
|
4488
|
+
{
|
|
4489
|
+
"name": "Augustin MERCIER",
|
|
4490
|
+
"github": "Gugustinette"
|
|
4491
|
+
}
|
|
4492
|
+
],
|
|
4493
|
+
"compatibility": {
|
|
4494
|
+
"nuxt": "^3.0.0",
|
|
4495
|
+
"requires": {}
|
|
4496
|
+
}
|
|
4497
|
+
},
|
|
3509
4498
|
{
|
|
3510
4499
|
"name": "nuxt7",
|
|
3511
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4500
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3512
4501
|
"repo": "nuxt-community/nuxt7",
|
|
3513
4502
|
"npm": "nuxt7",
|
|
3514
4503
|
"icon": "",
|
|
@@ -3531,13 +4520,13 @@
|
|
|
3531
4520
|
},
|
|
3532
4521
|
{
|
|
3533
4522
|
"name": "og-image",
|
|
3534
|
-
"description": "
|
|
3535
|
-
"repo": "
|
|
4523
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4524
|
+
"repo": "nuxt-modules/nuxt-og-image",
|
|
3536
4525
|
"npm": "nuxt-og-image",
|
|
3537
|
-
"icon": "",
|
|
3538
|
-
"github": "https://github.com/
|
|
3539
|
-
"website": "https://
|
|
3540
|
-
"learn_more": "",
|
|
4526
|
+
"icon": "og-image.svg",
|
|
4527
|
+
"github": "https://github.com/nuxt-modules/nuxt-og-image",
|
|
4528
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4529
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3541
4530
|
"category": "SEO",
|
|
3542
4531
|
"type": "3rd-party",
|
|
3543
4532
|
"maintainers": [
|
|
@@ -3550,7 +4539,8 @@
|
|
|
3550
4539
|
],
|
|
3551
4540
|
"compatibility": {
|
|
3552
4541
|
"nuxt": "^3.0.0",
|
|
3553
|
-
"requires": {}
|
|
4542
|
+
"requires": {},
|
|
4543
|
+
"devtools": "^0.0.0"
|
|
3554
4544
|
}
|
|
3555
4545
|
},
|
|
3556
4546
|
{
|
|
@@ -3578,7 +4568,7 @@
|
|
|
3578
4568
|
},
|
|
3579
4569
|
{
|
|
3580
4570
|
"name": "optimized-images",
|
|
3581
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4571
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3582
4572
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3583
4573
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3584
4574
|
"icon": "",
|
|
@@ -3623,7 +4613,7 @@
|
|
|
3623
4613
|
},
|
|
3624
4614
|
{
|
|
3625
4615
|
"name": "parse",
|
|
3626
|
-
"description": "Parse package for Nuxt
|
|
4616
|
+
"description": "Parse package for Nuxt",
|
|
3627
4617
|
"repo": "cierrateam/nuxt-parse",
|
|
3628
4618
|
"npm": "nuxt-parse",
|
|
3629
4619
|
"icon": "",
|
|
@@ -3643,6 +4633,29 @@
|
|
|
3643
4633
|
"requires": {}
|
|
3644
4634
|
}
|
|
3645
4635
|
},
|
|
4636
|
+
{
|
|
4637
|
+
"name": "particles",
|
|
4638
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4639
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4640
|
+
"npm": "nuxt-particles",
|
|
4641
|
+
"icon": "",
|
|
4642
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4643
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4644
|
+
"learn_more": "https://particles.js.org/",
|
|
4645
|
+
"category": "Libraries",
|
|
4646
|
+
"type": "3rd-party",
|
|
4647
|
+
"maintainers": [
|
|
4648
|
+
{
|
|
4649
|
+
"name": "Joey Pereira",
|
|
4650
|
+
"github": "Joepocalyptic",
|
|
4651
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4652
|
+
}
|
|
4653
|
+
],
|
|
4654
|
+
"compatibility": {
|
|
4655
|
+
"nuxt": "^3.0.0",
|
|
4656
|
+
"requires": {}
|
|
4657
|
+
}
|
|
4658
|
+
},
|
|
3646
4659
|
{
|
|
3647
4660
|
"name": "partytown",
|
|
3648
4661
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3668,6 +4681,52 @@
|
|
|
3668
4681
|
}
|
|
3669
4682
|
}
|
|
3670
4683
|
},
|
|
4684
|
+
{
|
|
4685
|
+
"name": "paypal",
|
|
4686
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4687
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4688
|
+
"npm": "nuxt-paypal",
|
|
4689
|
+
"icon": "paypal.svg",
|
|
4690
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4691
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4692
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4693
|
+
"category": "Payment",
|
|
4694
|
+
"type": "3rd-party",
|
|
4695
|
+
"maintainers": [
|
|
4696
|
+
{
|
|
4697
|
+
"name": "Arash Sheyda",
|
|
4698
|
+
"github": "arashsheyda"
|
|
4699
|
+
}
|
|
4700
|
+
],
|
|
4701
|
+
"compatibility": {
|
|
4702
|
+
"nuxt": "^3.0.0",
|
|
4703
|
+
"requires": {}
|
|
4704
|
+
}
|
|
4705
|
+
},
|
|
4706
|
+
{
|
|
4707
|
+
"name": "pdfeasy",
|
|
4708
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4709
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4710
|
+
"npm": "nuxt-pdfeasy",
|
|
4711
|
+
"icon": "pdfeasy.png",
|
|
4712
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4713
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4714
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4715
|
+
"category": "Extensions",
|
|
4716
|
+
"type": "3rd-party",
|
|
4717
|
+
"maintainers": [
|
|
4718
|
+
{
|
|
4719
|
+
"name": "Giovane Cardoso",
|
|
4720
|
+
"github": "novout",
|
|
4721
|
+
"twitter": "novoutttttt",
|
|
4722
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4723
|
+
}
|
|
4724
|
+
],
|
|
4725
|
+
"compatibility": {
|
|
4726
|
+
"nuxt": "^3.0.0",
|
|
4727
|
+
"requires": {}
|
|
4728
|
+
}
|
|
4729
|
+
},
|
|
3671
4730
|
{
|
|
3672
4731
|
"name": "persian-datepicker",
|
|
3673
4732
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3765,7 +4824,7 @@
|
|
|
3765
4824
|
},
|
|
3766
4825
|
{
|
|
3767
4826
|
"name": "plausible",
|
|
3768
|
-
"description": "Nuxt
|
|
4827
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3769
4828
|
"repo": "nuxt-modules/plausible",
|
|
3770
4829
|
"npm": "@nuxtjs/plausible",
|
|
3771
4830
|
"icon": "",
|
|
@@ -3798,18 +4857,65 @@
|
|
|
3798
4857
|
"type": "3rd-party",
|
|
3799
4858
|
"maintainers": [
|
|
3800
4859
|
{
|
|
3801
|
-
"name": "frenchrabbit",
|
|
3802
|
-
"github": "frenchrabbit"
|
|
4860
|
+
"name": "frenchrabbit",
|
|
4861
|
+
"github": "frenchrabbit"
|
|
4862
|
+
}
|
|
4863
|
+
],
|
|
4864
|
+
"compatibility": {
|
|
4865
|
+
"nuxt": "^2.0.0",
|
|
4866
|
+
"requires": {}
|
|
4867
|
+
}
|
|
4868
|
+
},
|
|
4869
|
+
{
|
|
4870
|
+
"name": "prepare",
|
|
4871
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4872
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4873
|
+
"npm": "nuxt-prepare",
|
|
4874
|
+
"icon": "prepare.svg",
|
|
4875
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4876
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4877
|
+
"learn_more": "",
|
|
4878
|
+
"category": "Devtools",
|
|
4879
|
+
"type": "3rd-party",
|
|
4880
|
+
"maintainers": [
|
|
4881
|
+
{
|
|
4882
|
+
"name": "Johann Schopplich",
|
|
4883
|
+
"github": "johannschopplich",
|
|
4884
|
+
"twitter": "jschopplich",
|
|
4885
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4886
|
+
}
|
|
4887
|
+
],
|
|
4888
|
+
"compatibility": {
|
|
4889
|
+
"nuxt": "^3.0.0",
|
|
4890
|
+
"requires": {}
|
|
4891
|
+
}
|
|
4892
|
+
},
|
|
4893
|
+
{
|
|
4894
|
+
"name": "primevue",
|
|
4895
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4896
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4897
|
+
"npm": "nuxt-primevue",
|
|
4898
|
+
"icon": "primevue.svg",
|
|
4899
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4900
|
+
"website": "https://primevue.org/",
|
|
4901
|
+
"learn_more": "https://primevue.org/",
|
|
4902
|
+
"category": "UI",
|
|
4903
|
+
"type": "3rd-party",
|
|
4904
|
+
"maintainers": [
|
|
4905
|
+
{
|
|
4906
|
+
"name": "primefaces",
|
|
4907
|
+
"github": "primefaces",
|
|
4908
|
+
"twitter": "primevue"
|
|
3803
4909
|
}
|
|
3804
4910
|
],
|
|
3805
4911
|
"compatibility": {
|
|
3806
|
-
"nuxt": "^
|
|
4912
|
+
"nuxt": "^3.0.0",
|
|
3807
4913
|
"requires": {}
|
|
3808
4914
|
}
|
|
3809
4915
|
},
|
|
3810
4916
|
{
|
|
3811
4917
|
"name": "prismic",
|
|
3812
|
-
"description": "Easily connect your Nuxt
|
|
4918
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
3813
4919
|
"repo": "nuxt-modules/prismic",
|
|
3814
4920
|
"npm": "@nuxtjs/prismic",
|
|
3815
4921
|
"icon": "prismic.png",
|
|
@@ -3876,7 +4982,7 @@
|
|
|
3876
4982
|
},
|
|
3877
4983
|
{
|
|
3878
4984
|
"name": "proxy",
|
|
3879
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4985
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
3880
4986
|
"repo": "nuxt-community/proxy-module",
|
|
3881
4987
|
"npm": "@nuxtjs/proxy",
|
|
3882
4988
|
"icon": "",
|
|
@@ -3922,7 +5028,7 @@
|
|
|
3922
5028
|
},
|
|
3923
5029
|
{
|
|
3924
5030
|
"name": "purgecss",
|
|
3925
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
5031
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
3926
5032
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
3927
5033
|
"npm": "nuxt-purgecss",
|
|
3928
5034
|
"icon": "purgecss.png",
|
|
@@ -3944,7 +5050,7 @@
|
|
|
3944
5050
|
},
|
|
3945
5051
|
{
|
|
3946
5052
|
"name": "pwa",
|
|
3947
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5053
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
3948
5054
|
"repo": "nuxt-community/pwa-module",
|
|
3949
5055
|
"npm": "@nuxtjs/pwa",
|
|
3950
5056
|
"icon": "pwa.png",
|
|
@@ -3969,7 +5075,7 @@
|
|
|
3969
5075
|
},
|
|
3970
5076
|
{
|
|
3971
5077
|
"name": "python",
|
|
3972
|
-
"description": "Write Nuxt
|
|
5078
|
+
"description": "Write Nuxt applications using Python",
|
|
3973
5079
|
"repo": "nuxt-community/python-module",
|
|
3974
5080
|
"npm": "@nuxtjs/python",
|
|
3975
5081
|
"icon": "python.png",
|
|
@@ -4006,6 +5112,64 @@
|
|
|
4006
5112
|
"github": "Maiquu"
|
|
4007
5113
|
}
|
|
4008
5114
|
],
|
|
5115
|
+
"compatibility": {
|
|
5116
|
+
"nuxt": "^3.0.0",
|
|
5117
|
+
"requires": {},
|
|
5118
|
+
"devtools": "^0.0.0"
|
|
5119
|
+
}
|
|
5120
|
+
},
|
|
5121
|
+
{
|
|
5122
|
+
"name": "radash",
|
|
5123
|
+
"description": "radash module with auto-import and custom prefix",
|
|
5124
|
+
"repo": "bbg/nuxt-radash",
|
|
5125
|
+
"npm": "nuxt-radash",
|
|
5126
|
+
"icon": "radash.png",
|
|
5127
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
5128
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
5129
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
5130
|
+
"category": "Libraries",
|
|
5131
|
+
"type": "3rd-party",
|
|
5132
|
+
"maintainers": [
|
|
5133
|
+
{
|
|
5134
|
+
"name": "Batuhan Göksu",
|
|
5135
|
+
"github": "bbg"
|
|
5136
|
+
}
|
|
5137
|
+
],
|
|
5138
|
+
"compatibility": {
|
|
5139
|
+
"nuxt": "^3.0.0",
|
|
5140
|
+
"requires": {}
|
|
5141
|
+
}
|
|
5142
|
+
},
|
|
5143
|
+
{
|
|
5144
|
+
"name": "radix-vue",
|
|
5145
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5146
|
+
"repo": "radix-vue/radix-vue",
|
|
5147
|
+
"npm": "radix-vue",
|
|
5148
|
+
"icon": "radix-vue.svg",
|
|
5149
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5150
|
+
"website": "https://www.radix-vue.com/",
|
|
5151
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5152
|
+
"category": "UI",
|
|
5153
|
+
"type": "3rd-party",
|
|
5154
|
+
"maintainers": [
|
|
5155
|
+
{
|
|
5156
|
+
"name": "Zernonia",
|
|
5157
|
+
"github": "zernonia",
|
|
5158
|
+
"twitter": "zernonia"
|
|
5159
|
+
},
|
|
5160
|
+
{
|
|
5161
|
+
"name": "Khairul Haaziq",
|
|
5162
|
+
"github": "khairulhaaziq"
|
|
5163
|
+
},
|
|
5164
|
+
{
|
|
5165
|
+
"name": "Mujahid Anuar",
|
|
5166
|
+
"github": "mujahidfa"
|
|
5167
|
+
},
|
|
5168
|
+
{
|
|
5169
|
+
"name": "Max",
|
|
5170
|
+
"github": "onmax"
|
|
5171
|
+
}
|
|
5172
|
+
],
|
|
4009
5173
|
"compatibility": {
|
|
4010
5174
|
"nuxt": "^3.0.0",
|
|
4011
5175
|
"requires": {}
|
|
@@ -4013,7 +5177,7 @@
|
|
|
4013
5177
|
},
|
|
4014
5178
|
{
|
|
4015
5179
|
"name": "recaptcha",
|
|
4016
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5180
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4017
5181
|
"repo": "nuxt-community/recaptcha-module",
|
|
4018
5182
|
"npm": "@nuxtjs/recaptcha",
|
|
4019
5183
|
"icon": "recaptcha.png",
|
|
@@ -4056,9 +5220,32 @@
|
|
|
4056
5220
|
"requires": {}
|
|
4057
5221
|
}
|
|
4058
5222
|
},
|
|
5223
|
+
{
|
|
5224
|
+
"name": "resend",
|
|
5225
|
+
"description": "Resend integration for Nuxt",
|
|
5226
|
+
"repo": "nhedger/nuxt-resend",
|
|
5227
|
+
"npm": "nuxt-resend",
|
|
5228
|
+
"icon": "resend.svg",
|
|
5229
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5230
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5231
|
+
"learn_more": "https://resend.com",
|
|
5232
|
+
"category": "Extensions",
|
|
5233
|
+
"type": "3rd-party",
|
|
5234
|
+
"maintainers": [
|
|
5235
|
+
{
|
|
5236
|
+
"name": "Nicolas Hedger",
|
|
5237
|
+
"github": "nhedger",
|
|
5238
|
+
"twitter": "nicolashedger"
|
|
5239
|
+
}
|
|
5240
|
+
],
|
|
5241
|
+
"compatibility": {
|
|
5242
|
+
"nuxt": "^3.0.0",
|
|
5243
|
+
"requires": {}
|
|
5244
|
+
}
|
|
5245
|
+
},
|
|
4059
5246
|
{
|
|
4060
5247
|
"name": "rfg-icon",
|
|
4061
|
-
"description": "Nuxt
|
|
5248
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4062
5249
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4063
5250
|
"npm": "nuxt-rfg-icon",
|
|
4064
5251
|
"icon": "real-favicon-generator.png",
|
|
@@ -4080,12 +5267,12 @@
|
|
|
4080
5267
|
},
|
|
4081
5268
|
{
|
|
4082
5269
|
"name": "robots",
|
|
4083
|
-
"description": "A Nuxt
|
|
4084
|
-
"repo": "nuxt-
|
|
5270
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5271
|
+
"repo": "nuxt-modules/robots",
|
|
4085
5272
|
"npm": "@nuxtjs/robots",
|
|
4086
5273
|
"icon": "robots.png",
|
|
4087
|
-
"github": "https://github.com/nuxt-
|
|
4088
|
-
"website": "https://github.com/nuxt-
|
|
5274
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5275
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4089
5276
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4090
5277
|
"category": "SEO",
|
|
4091
5278
|
"type": "community",
|
|
@@ -4104,23 +5291,23 @@
|
|
|
4104
5291
|
},
|
|
4105
5292
|
{
|
|
4106
5293
|
"name": "rollbar",
|
|
4107
|
-
"description": "
|
|
4108
|
-
"repo": "
|
|
4109
|
-
"npm": "nuxt-rollbar
|
|
5294
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5295
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5296
|
+
"npm": "nuxt-rollbar",
|
|
4110
5297
|
"icon": "rollbar.png",
|
|
4111
|
-
"github": "https://github.com/
|
|
4112
|
-
"website": "https://github.com/
|
|
5298
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5299
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4113
5300
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4114
5301
|
"category": "Monitoring",
|
|
4115
5302
|
"type": "3rd-party",
|
|
4116
5303
|
"maintainers": [
|
|
4117
5304
|
{
|
|
4118
|
-
"name": "
|
|
4119
|
-
"github": "
|
|
5305
|
+
"name": "Jairo Blatt",
|
|
5306
|
+
"github": "jairoblatt"
|
|
4120
5307
|
}
|
|
4121
5308
|
],
|
|
4122
5309
|
"compatibility": {
|
|
4123
|
-
"nuxt": "^
|
|
5310
|
+
"nuxt": "^3.0.0",
|
|
4124
5311
|
"requires": {}
|
|
4125
5312
|
}
|
|
4126
5313
|
},
|
|
@@ -4149,7 +5336,7 @@
|
|
|
4149
5336
|
},
|
|
4150
5337
|
{
|
|
4151
5338
|
"name": "router",
|
|
4152
|
-
"description": "Nuxt
|
|
5339
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4153
5340
|
"repo": "nuxt-community/router-module",
|
|
4154
5341
|
"npm": "@nuxtjs/router",
|
|
4155
5342
|
"icon": "vue.png",
|
|
@@ -4197,13 +5384,13 @@
|
|
|
4197
5384
|
},
|
|
4198
5385
|
{
|
|
4199
5386
|
"name": "schema-org",
|
|
4200
|
-
"description": "
|
|
4201
|
-
"repo": "
|
|
5387
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5388
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4202
5389
|
"npm": "nuxt-schema-org",
|
|
4203
5390
|
"icon": "schema-org.svg",
|
|
4204
|
-
"github": "https://github.com/
|
|
4205
|
-
"website": "https://
|
|
4206
|
-
"learn_more": "https://
|
|
5391
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5392
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5393
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4207
5394
|
"category": "SEO",
|
|
4208
5395
|
"type": "3rd-party",
|
|
4209
5396
|
"maintainers": [
|
|
@@ -4266,7 +5453,7 @@
|
|
|
4266
5453
|
},
|
|
4267
5454
|
{
|
|
4268
5455
|
"name": "segment",
|
|
4269
|
-
"description": "Nuxt
|
|
5456
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4270
5457
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4271
5458
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4272
5459
|
"icon": "segment.png",
|
|
@@ -4288,10 +5475,10 @@
|
|
|
4288
5475
|
},
|
|
4289
5476
|
{
|
|
4290
5477
|
"name": "sentry",
|
|
4291
|
-
"description": "Sentry module for Nuxt
|
|
5478
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4292
5479
|
"repo": "nuxt-community/sentry-module",
|
|
4293
5480
|
"npm": "@nuxtjs/sentry",
|
|
4294
|
-
"icon": "sentry.
|
|
5481
|
+
"icon": "sentry.svg",
|
|
4295
5482
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4296
5483
|
"website": "https://sentry.nuxtjs.org/",
|
|
4297
5484
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4309,20 +5496,22 @@
|
|
|
4309
5496
|
}
|
|
4310
5497
|
},
|
|
4311
5498
|
{
|
|
4312
|
-
"name": "seo-
|
|
4313
|
-
"description": "
|
|
4314
|
-
"repo": "harlan-zw/nuxt-seo-
|
|
4315
|
-
"npm": "nuxt-seo-
|
|
4316
|
-
"icon": "seo-
|
|
4317
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-
|
|
4318
|
-
"website": "https://
|
|
4319
|
-
"learn_more": "",
|
|
5499
|
+
"name": "seo-experiments",
|
|
5500
|
+
"description": "Powerful SEO DX improvements.",
|
|
5501
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5502
|
+
"npm": "nuxt-seo-experiments",
|
|
5503
|
+
"icon": "seo-experiments.svg",
|
|
5504
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5505
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5506
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
4320
5507
|
"category": "SEO",
|
|
4321
5508
|
"type": "3rd-party",
|
|
4322
5509
|
"maintainers": [
|
|
4323
5510
|
{
|
|
4324
|
-
"name": "
|
|
4325
|
-
"github": "harlan-zw"
|
|
5511
|
+
"name": "Harlan Wilton",
|
|
5512
|
+
"github": "harlan-zw",
|
|
5513
|
+
"twitter": "harlan_zw",
|
|
5514
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4326
5515
|
}
|
|
4327
5516
|
],
|
|
4328
5517
|
"compatibility": {
|
|
@@ -4353,9 +5542,31 @@
|
|
|
4353
5542
|
"requires": {}
|
|
4354
5543
|
}
|
|
4355
5544
|
},
|
|
5545
|
+
{
|
|
5546
|
+
"name": "seo",
|
|
5547
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5548
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
5549
|
+
"npm": "@nuxtjs/seo",
|
|
5550
|
+
"icon": "nuxt.svg",
|
|
5551
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
5552
|
+
"website": "https://nuxtseo.com/",
|
|
5553
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5554
|
+
"category": "SEO",
|
|
5555
|
+
"type": "3rd-party",
|
|
5556
|
+
"maintainers": [
|
|
5557
|
+
{
|
|
5558
|
+
"name": "harlan-zw",
|
|
5559
|
+
"github": "harlan-zw"
|
|
5560
|
+
}
|
|
5561
|
+
],
|
|
5562
|
+
"compatibility": {
|
|
5563
|
+
"nuxt": "^3.0.0",
|
|
5564
|
+
"requires": {}
|
|
5565
|
+
}
|
|
5566
|
+
},
|
|
4356
5567
|
{
|
|
4357
5568
|
"name": "seomatic-meta",
|
|
4358
|
-
"description": "A Nuxt
|
|
5569
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4359
5570
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4360
5571
|
"npm": "nuxt-seomatic-meta",
|
|
4361
5572
|
"icon": "seomatic.png",
|
|
@@ -4398,6 +5609,29 @@
|
|
|
4398
5609
|
"requires": {}
|
|
4399
5610
|
}
|
|
4400
5611
|
},
|
|
5612
|
+
{
|
|
5613
|
+
"name": "server-block",
|
|
5614
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5615
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
5616
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5617
|
+
"icon": "server-block.svg",
|
|
5618
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5619
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5620
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5621
|
+
"category": "Extensions",
|
|
5622
|
+
"type": "3rd-party",
|
|
5623
|
+
"maintainers": [
|
|
5624
|
+
{
|
|
5625
|
+
"name": "Hebilicious",
|
|
5626
|
+
"github": "Hebilicious",
|
|
5627
|
+
"twitter": "its_hebilicious"
|
|
5628
|
+
}
|
|
5629
|
+
],
|
|
5630
|
+
"compatibility": {
|
|
5631
|
+
"nuxt": "^3.0.0",
|
|
5632
|
+
"requires": {}
|
|
5633
|
+
}
|
|
5634
|
+
},
|
|
4401
5635
|
{
|
|
4402
5636
|
"name": "session",
|
|
4403
5637
|
"description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
|
|
@@ -4423,7 +5657,7 @@
|
|
|
4423
5657
|
},
|
|
4424
5658
|
{
|
|
4425
5659
|
"name": "shopify",
|
|
4426
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5660
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4427
5661
|
"repo": "Gomah/nuxt-shopify",
|
|
4428
5662
|
"npm": "nuxt-shopify",
|
|
4429
5663
|
"icon": "shopify.png",
|
|
@@ -4444,7 +5678,7 @@
|
|
|
4444
5678
|
}
|
|
4445
5679
|
},
|
|
4446
5680
|
{
|
|
4447
|
-
"name": "
|
|
5681
|
+
"name": "sidebase-auth",
|
|
4448
5682
|
"description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
|
|
4449
5683
|
"repo": "sidebase/nuxt-auth",
|
|
4450
5684
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4490,13 +5724,13 @@
|
|
|
4490
5724
|
},
|
|
4491
5725
|
{
|
|
4492
5726
|
"name": "simple-robots",
|
|
4493
|
-
"description": "
|
|
5727
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4494
5728
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4495
5729
|
"npm": "nuxt-simple-robots",
|
|
4496
|
-
"icon": "",
|
|
5730
|
+
"icon": "simple-robots.svg",
|
|
4497
5731
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4498
|
-
"website": "https://
|
|
4499
|
-
"learn_more": "",
|
|
5732
|
+
"website": "https://nuxtseo.com/robots",
|
|
5733
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4500
5734
|
"category": "SEO",
|
|
4501
5735
|
"type": "3rd-party",
|
|
4502
5736
|
"maintainers": [
|
|
@@ -4513,14 +5747,14 @@
|
|
|
4513
5747
|
}
|
|
4514
5748
|
},
|
|
4515
5749
|
{
|
|
4516
|
-
"name": "
|
|
4517
|
-
"description": "
|
|
4518
|
-
"repo": "
|
|
4519
|
-
"npm": "
|
|
4520
|
-
"icon": "",
|
|
4521
|
-
"github": "https://github.com/
|
|
4522
|
-
"website": "https://
|
|
4523
|
-
"learn_more": "",
|
|
5750
|
+
"name": "sitemap",
|
|
5751
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5752
|
+
"repo": "nuxt-modules/sitemap#main",
|
|
5753
|
+
"npm": "@nuxtjs/sitemap",
|
|
5754
|
+
"icon": "simple-sitemap.svg",
|
|
5755
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
5756
|
+
"website": "https://nuxtseo.com/",
|
|
5757
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
4524
5758
|
"category": "SEO",
|
|
4525
5759
|
"type": "3rd-party",
|
|
4526
5760
|
"maintainers": [
|
|
@@ -4538,7 +5772,7 @@
|
|
|
4538
5772
|
},
|
|
4539
5773
|
{
|
|
4540
5774
|
"name": "sitemap",
|
|
4541
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5775
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
4542
5776
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
4543
5777
|
"npm": "@nuxtjs/sitemap",
|
|
4544
5778
|
"icon": "",
|
|
@@ -4583,7 +5817,7 @@
|
|
|
4583
5817
|
},
|
|
4584
5818
|
{
|
|
4585
5819
|
"name": "snipcart",
|
|
4586
|
-
"description": "Snipcart integration module for Nuxt
|
|
5820
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4587
5821
|
"repo": "nuxt-modules/snipcart",
|
|
4588
5822
|
"npm": "@nuxtjs/snipcart",
|
|
4589
5823
|
"icon": "snipcart.png",
|
|
@@ -4606,7 +5840,7 @@
|
|
|
4606
5840
|
},
|
|
4607
5841
|
{
|
|
4608
5842
|
"name": "social-meta",
|
|
4609
|
-
"description": "Nuxt
|
|
5843
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4610
5844
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4611
5845
|
"npm": "nuxt-social-meta",
|
|
4612
5846
|
"icon": "",
|
|
@@ -4728,7 +5962,7 @@
|
|
|
4728
5962
|
},
|
|
4729
5963
|
{
|
|
4730
5964
|
"name": "storage",
|
|
4731
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5965
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
4732
5966
|
"repo": "mazipan/nuxt-storage",
|
|
4733
5967
|
"npm": "nuxt-storage",
|
|
4734
5968
|
"icon": "",
|
|
@@ -4750,7 +5984,7 @@
|
|
|
4750
5984
|
},
|
|
4751
5985
|
{
|
|
4752
5986
|
"name": "storefront-ui",
|
|
4753
|
-
"description": "Storefront UI Module for Nuxt
|
|
5987
|
+
"description": "Storefront UI Module for Nuxt",
|
|
4754
5988
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
4755
5989
|
"npm": "@storefront-ui/nuxt",
|
|
4756
5990
|
"icon": "storefront-ui.svg",
|
|
@@ -4794,7 +6028,7 @@
|
|
|
4794
6028
|
},
|
|
4795
6029
|
{
|
|
4796
6030
|
"name": "storyblok",
|
|
4797
|
-
"description": "Storyblok Nuxt
|
|
6031
|
+
"description": "Storyblok Nuxt module",
|
|
4798
6032
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
4799
6033
|
"npm": "@storyblok/nuxt",
|
|
4800
6034
|
"icon": "storyblok.png",
|
|
@@ -4811,46 +6045,43 @@
|
|
|
4811
6045
|
],
|
|
4812
6046
|
"compatibility": {
|
|
4813
6047
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4814
|
-
"requires": {}
|
|
6048
|
+
"requires": {},
|
|
6049
|
+
"devtools": "^0.0.0"
|
|
4815
6050
|
}
|
|
4816
6051
|
},
|
|
4817
6052
|
{
|
|
4818
6053
|
"name": "storybook",
|
|
4819
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
4820
|
-
"repo": "nuxt-
|
|
6054
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6055
|
+
"repo": "nuxt-modules/storybook",
|
|
4821
6056
|
"npm": "@nuxtjs/storybook",
|
|
4822
6057
|
"icon": "storybook.png",
|
|
4823
|
-
"github": "https://github.com/nuxt-
|
|
6058
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
4824
6059
|
"website": "https://storybook.nuxtjs.org",
|
|
4825
|
-
"learn_more": "https://
|
|
6060
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
4826
6061
|
"category": "Devtools",
|
|
4827
6062
|
"type": "community",
|
|
4828
6063
|
"maintainers": [
|
|
4829
6064
|
{
|
|
4830
|
-
"name": "
|
|
4831
|
-
"github": "
|
|
4832
|
-
"twitter": "
|
|
4833
|
-
},
|
|
4834
|
-
{
|
|
4835
|
-
"name": "Pooya Parsa",
|
|
4836
|
-
"github": "pi0",
|
|
4837
|
-
"twitter": "_pi0_"
|
|
6065
|
+
"name": "Chakir QATAB",
|
|
6066
|
+
"github": "chakAs3",
|
|
6067
|
+
"twitter": "ChakirQatab"
|
|
4838
6068
|
}
|
|
4839
6069
|
],
|
|
4840
6070
|
"compatibility": {
|
|
4841
|
-
"nuxt": "^2.0.0",
|
|
6071
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4842
6072
|
"requires": {
|
|
4843
6073
|
"bridge": "optional"
|
|
4844
|
-
}
|
|
6074
|
+
},
|
|
6075
|
+
"devtools": "^0.7.2"
|
|
4845
6076
|
}
|
|
4846
6077
|
},
|
|
4847
6078
|
{
|
|
4848
6079
|
"name": "strapi",
|
|
4849
6080
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4850
|
-
"repo": "nuxt-
|
|
6081
|
+
"repo": "nuxt-modules/strapi",
|
|
4851
6082
|
"npm": "@nuxtjs/strapi",
|
|
4852
6083
|
"icon": "strapi.png",
|
|
4853
|
-
"github": "https://github.com/nuxt-
|
|
6084
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4854
6085
|
"website": "https://strapi.nuxtjs.org",
|
|
4855
6086
|
"learn_more": "https://strapi.io/",
|
|
4856
6087
|
"category": "CMS",
|
|
@@ -4871,7 +6102,34 @@
|
|
|
4871
6102
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4872
6103
|
"requires": {
|
|
4873
6104
|
"bridge": true
|
|
6105
|
+
},
|
|
6106
|
+
"devtools": "^0.0.0"
|
|
6107
|
+
}
|
|
6108
|
+
},
|
|
6109
|
+
{
|
|
6110
|
+
"name": "stripe-next",
|
|
6111
|
+
"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.",
|
|
6112
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
6113
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
6114
|
+
"icon": "stripe.png",
|
|
6115
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6116
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6117
|
+
"learn_more": "https://stripe.com/docs",
|
|
6118
|
+
"category": "Payment",
|
|
6119
|
+
"type": "3rd-party",
|
|
6120
|
+
"maintainers": [
|
|
6121
|
+
{
|
|
6122
|
+
"name": "Loic Fuentes",
|
|
6123
|
+
"github": "fuentesloic"
|
|
6124
|
+
},
|
|
6125
|
+
{
|
|
6126
|
+
"name": "Florent Giraud",
|
|
6127
|
+
"github": "flozero"
|
|
4874
6128
|
}
|
|
6129
|
+
],
|
|
6130
|
+
"compatibility": {
|
|
6131
|
+
"nuxt": "^3.0.0",
|
|
6132
|
+
"requires": {}
|
|
4875
6133
|
}
|
|
4876
6134
|
},
|
|
4877
6135
|
{
|
|
@@ -4896,6 +6154,36 @@
|
|
|
4896
6154
|
"requires": {}
|
|
4897
6155
|
}
|
|
4898
6156
|
},
|
|
6157
|
+
{
|
|
6158
|
+
"name": "studio",
|
|
6159
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6160
|
+
"repo": "nuxtlabs/studio-module",
|
|
6161
|
+
"npm": "@nuxthq/studio",
|
|
6162
|
+
"icon": "studio.svg",
|
|
6163
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6164
|
+
"website": "https://nuxt.studio",
|
|
6165
|
+
"learn_more": "https://nuxt.studio",
|
|
6166
|
+
"category": "CMS",
|
|
6167
|
+
"type": "3rd-party",
|
|
6168
|
+
"maintainers": [
|
|
6169
|
+
{
|
|
6170
|
+
"name": "Ahad Birang",
|
|
6171
|
+
"github": "farnabaz",
|
|
6172
|
+
"twitter": "a_birang"
|
|
6173
|
+
},
|
|
6174
|
+
{
|
|
6175
|
+
"name": "Sébastien Chopin",
|
|
6176
|
+
"github": "Atinux",
|
|
6177
|
+
"twitter": "Atinux"
|
|
6178
|
+
}
|
|
6179
|
+
],
|
|
6180
|
+
"compatibility": {
|
|
6181
|
+
"nuxt": "^3.0.0",
|
|
6182
|
+
"requires": {
|
|
6183
|
+
"content": true
|
|
6184
|
+
}
|
|
6185
|
+
}
|
|
6186
|
+
},
|
|
4899
6187
|
{
|
|
4900
6188
|
"name": "style-resources",
|
|
4901
6189
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -4921,7 +6209,7 @@
|
|
|
4921
6209
|
},
|
|
4922
6210
|
{
|
|
4923
6211
|
"name": "stylelint",
|
|
4924
|
-
"description": "Stylelint module for Nuxt.
|
|
6212
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
4925
6213
|
"repo": "nuxt-community/stylelint-module",
|
|
4926
6214
|
"npm": "@nuxtjs/stylelint-module",
|
|
4927
6215
|
"icon": "stylelint.png",
|
|
@@ -4967,10 +6255,10 @@
|
|
|
4967
6255
|
{
|
|
4968
6256
|
"name": "supabase",
|
|
4969
6257
|
"description": "First class integration with Supabase",
|
|
4970
|
-
"repo": "nuxt-
|
|
6258
|
+
"repo": "nuxt-modules/supabase",
|
|
4971
6259
|
"npm": "@nuxtjs/supabase",
|
|
4972
6260
|
"icon": "supabase.png",
|
|
4973
|
-
"github": "https://github.com/nuxt-
|
|
6261
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4974
6262
|
"website": "https://supabase.nuxtjs.org",
|
|
4975
6263
|
"learn_more": "https://supabase.com",
|
|
4976
6264
|
"category": "Database",
|
|
@@ -5021,12 +6309,12 @@
|
|
|
5021
6309
|
},
|
|
5022
6310
|
{
|
|
5023
6311
|
"name": "svg-sprite",
|
|
5024
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5025
|
-
"repo": "nuxt-
|
|
6312
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6313
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5026
6314
|
"npm": "@nuxtjs/svg-sprite",
|
|
5027
6315
|
"icon": "",
|
|
5028
|
-
"github": "https://github.com/nuxt-
|
|
5029
|
-
"website": "https://github.com/nuxt-
|
|
6316
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6317
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5030
6318
|
"learn_more": "",
|
|
5031
6319
|
"category": "UI",
|
|
5032
6320
|
"type": "community",
|
|
@@ -5038,13 +6326,13 @@
|
|
|
5038
6326
|
}
|
|
5039
6327
|
],
|
|
5040
6328
|
"compatibility": {
|
|
5041
|
-
"nuxt": "^2.0.0",
|
|
6329
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5042
6330
|
"requires": {}
|
|
5043
6331
|
}
|
|
5044
6332
|
},
|
|
5045
6333
|
{
|
|
5046
6334
|
"name": "svg",
|
|
5047
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6335
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5048
6336
|
"repo": "nuxt-community/svg-module",
|
|
5049
6337
|
"npm": "@nuxtjs/svg",
|
|
5050
6338
|
"icon": "",
|
|
@@ -5088,7 +6376,7 @@
|
|
|
5088
6376
|
},
|
|
5089
6377
|
{
|
|
5090
6378
|
"name": "swiper",
|
|
5091
|
-
"description": "Nuxt
|
|
6379
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5092
6380
|
"repo": "cpreston321/nuxt-swiper",
|
|
5093
6381
|
"npm": "nuxt-swiper",
|
|
5094
6382
|
"icon": "swiper.svg",
|
|
@@ -5134,10 +6422,10 @@
|
|
|
5134
6422
|
{
|
|
5135
6423
|
"name": "tailwindcss",
|
|
5136
6424
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5137
|
-
"repo": "nuxt-
|
|
6425
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5138
6426
|
"npm": "@nuxtjs/tailwindcss",
|
|
5139
6427
|
"icon": "tailwindcss.png",
|
|
5140
|
-
"github": "https://github.com/nuxt-
|
|
6428
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5141
6429
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5142
6430
|
"learn_more": "https://tailwindcss.com/",
|
|
5143
6431
|
"category": "UI",
|
|
@@ -5147,11 +6435,16 @@
|
|
|
5147
6435
|
"name": "Sébastien Chopin",
|
|
5148
6436
|
"github": "Atinux",
|
|
5149
6437
|
"twitter": "Atinux"
|
|
6438
|
+
},
|
|
6439
|
+
{
|
|
6440
|
+
"name": "Inesh Bose",
|
|
6441
|
+
"github": "ineshbose"
|
|
5150
6442
|
}
|
|
5151
6443
|
],
|
|
5152
6444
|
"compatibility": {
|
|
5153
6445
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5154
|
-
"requires": {}
|
|
6446
|
+
"requires": {},
|
|
6447
|
+
"devtools": "^0.0.0"
|
|
5155
6448
|
}
|
|
5156
6449
|
},
|
|
5157
6450
|
{
|
|
@@ -5177,9 +6470,53 @@
|
|
|
5177
6470
|
"requires": {}
|
|
5178
6471
|
}
|
|
5179
6472
|
},
|
|
6473
|
+
{
|
|
6474
|
+
"name": "time",
|
|
6475
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
6476
|
+
"repo": "danielroe/nuxt-time",
|
|
6477
|
+
"npm": "nuxt-time",
|
|
6478
|
+
"icon": "",
|
|
6479
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
6480
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
6481
|
+
"learn_more": "",
|
|
6482
|
+
"category": "Extensions",
|
|
6483
|
+
"type": "3rd-party",
|
|
6484
|
+
"maintainers": [
|
|
6485
|
+
{
|
|
6486
|
+
"name": "danielroe",
|
|
6487
|
+
"github": "danielroe"
|
|
6488
|
+
}
|
|
6489
|
+
],
|
|
6490
|
+
"compatibility": {
|
|
6491
|
+
"nuxt": "^3.0.0",
|
|
6492
|
+
"requires": {}
|
|
6493
|
+
}
|
|
6494
|
+
},
|
|
6495
|
+
{
|
|
6496
|
+
"name": "tiptap",
|
|
6497
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6498
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6499
|
+
"npm": "nuxt-tiptap-editor",
|
|
6500
|
+
"icon": "tiptap.png",
|
|
6501
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6502
|
+
"website": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6503
|
+
"learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6504
|
+
"category": "Libraries",
|
|
6505
|
+
"type": "3rd-party",
|
|
6506
|
+
"maintainers": [
|
|
6507
|
+
{
|
|
6508
|
+
"name": "modbender",
|
|
6509
|
+
"github": "modbender"
|
|
6510
|
+
}
|
|
6511
|
+
],
|
|
6512
|
+
"compatibility": {
|
|
6513
|
+
"nuxt": "^3.0.0",
|
|
6514
|
+
"requires": {}
|
|
6515
|
+
}
|
|
6516
|
+
},
|
|
5180
6517
|
{
|
|
5181
6518
|
"name": "toast",
|
|
5182
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6519
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5183
6520
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5184
6521
|
"npm": "@nuxtjs/toast",
|
|
5185
6522
|
"icon": "",
|
|
@@ -5200,6 +6537,61 @@
|
|
|
5200
6537
|
"requires": {}
|
|
5201
6538
|
}
|
|
5202
6539
|
},
|
|
6540
|
+
{
|
|
6541
|
+
"name": "translation-manager",
|
|
6542
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6543
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6544
|
+
"npm": "nuxt-translation-manager",
|
|
6545
|
+
"icon": "translation-manager.png",
|
|
6546
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6547
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6548
|
+
"learn_more": "",
|
|
6549
|
+
"category": "Extensions",
|
|
6550
|
+
"type": "3rd-party",
|
|
6551
|
+
"maintainers": [
|
|
6552
|
+
{
|
|
6553
|
+
"name": "Sam K",
|
|
6554
|
+
"github": "samk-dev"
|
|
6555
|
+
}
|
|
6556
|
+
],
|
|
6557
|
+
"compatibility": {
|
|
6558
|
+
"nuxt": "^3.0.0",
|
|
6559
|
+
"requires": {}
|
|
6560
|
+
}
|
|
6561
|
+
},
|
|
6562
|
+
{
|
|
6563
|
+
"name": "tresjs",
|
|
6564
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6565
|
+
"repo": "tresjs/nuxt",
|
|
6566
|
+
"npm": "@tresjs/nuxt",
|
|
6567
|
+
"icon": "tresjs.svg",
|
|
6568
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6569
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6570
|
+
"learn_more": "https://tresjs.org/",
|
|
6571
|
+
"category": "Libraries",
|
|
6572
|
+
"type": "3rd-party",
|
|
6573
|
+
"maintainers": [
|
|
6574
|
+
{
|
|
6575
|
+
"name": "Alvaro Saburido",
|
|
6576
|
+
"github": "alvarosabu",
|
|
6577
|
+
"twitter": "alvarosabu"
|
|
6578
|
+
},
|
|
6579
|
+
{
|
|
6580
|
+
"name": "Jaime Torrealba",
|
|
6581
|
+
"github": "JaimeTorrealba",
|
|
6582
|
+
"twitter": "jaimebboyjt"
|
|
6583
|
+
},
|
|
6584
|
+
{
|
|
6585
|
+
"name": "Tino Koch",
|
|
6586
|
+
"github": "Tinoooo",
|
|
6587
|
+
"twitter": "ichbintino"
|
|
6588
|
+
}
|
|
6589
|
+
],
|
|
6590
|
+
"compatibility": {
|
|
6591
|
+
"nuxt": "^3.0.0",
|
|
6592
|
+
"requires": {}
|
|
6593
|
+
}
|
|
6594
|
+
},
|
|
5203
6595
|
{
|
|
5204
6596
|
"name": "turnstile",
|
|
5205
6597
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5227,7 +6619,7 @@
|
|
|
5227
6619
|
},
|
|
5228
6620
|
{
|
|
5229
6621
|
"name": "twa",
|
|
5230
|
-
"description": "Nuxt
|
|
6622
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5231
6623
|
"repo": "tuarrep/nuxt-twa",
|
|
5232
6624
|
"npm": "nuxt-twa",
|
|
5233
6625
|
"icon": "",
|
|
@@ -5249,6 +6641,28 @@
|
|
|
5249
6641
|
}
|
|
5250
6642
|
}
|
|
5251
6643
|
},
|
|
6644
|
+
{
|
|
6645
|
+
"name": "twemoji",
|
|
6646
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6647
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6648
|
+
"npm": "nuxt-twemoji",
|
|
6649
|
+
"icon": "twemoji.svg",
|
|
6650
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6651
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6652
|
+
"learn_more": "",
|
|
6653
|
+
"category": "UI",
|
|
6654
|
+
"type": "3rd-party",
|
|
6655
|
+
"maintainers": [
|
|
6656
|
+
{
|
|
6657
|
+
"name": "Yizack Rangel",
|
|
6658
|
+
"github": "yizack"
|
|
6659
|
+
}
|
|
6660
|
+
],
|
|
6661
|
+
"compatibility": {
|
|
6662
|
+
"nuxt": "^3.0.0",
|
|
6663
|
+
"requires": {}
|
|
6664
|
+
}
|
|
6665
|
+
},
|
|
5252
6666
|
{
|
|
5253
6667
|
"name": "twicpics",
|
|
5254
6668
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5383,13 +6797,70 @@
|
|
|
5383
6797
|
"twitter": "_pi0_"
|
|
5384
6798
|
},
|
|
5385
6799
|
{
|
|
5386
|
-
"name": "Daniel Roe",
|
|
5387
|
-
"github": "danielroe",
|
|
5388
|
-
"twitter": "danielcroe"
|
|
6800
|
+
"name": "Daniel Roe",
|
|
6801
|
+
"github": "danielroe",
|
|
6802
|
+
"twitter": "danielcroe"
|
|
6803
|
+
}
|
|
6804
|
+
],
|
|
6805
|
+
"compatibility": {
|
|
6806
|
+
"nuxt": "^2.0.0",
|
|
6807
|
+
"requires": {}
|
|
6808
|
+
}
|
|
6809
|
+
},
|
|
6810
|
+
{
|
|
6811
|
+
"name": "typo3",
|
|
6812
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6813
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6814
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6815
|
+
"icon": "typo3.svg",
|
|
6816
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6817
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6818
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6819
|
+
"category": "CMS",
|
|
6820
|
+
"type": "3rd-party",
|
|
6821
|
+
"maintainers": [
|
|
6822
|
+
{
|
|
6823
|
+
"name": "Macopedia",
|
|
6824
|
+
"github": "macopedia",
|
|
6825
|
+
"twitter": "macopediapl"
|
|
6826
|
+
}
|
|
6827
|
+
],
|
|
6828
|
+
"compatibility": {
|
|
6829
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6830
|
+
"requires": {},
|
|
6831
|
+
"devtools": "^0.0.0"
|
|
6832
|
+
}
|
|
6833
|
+
},
|
|
6834
|
+
{
|
|
6835
|
+
"name": "ui",
|
|
6836
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6837
|
+
"repo": "nuxt/ui#dev",
|
|
6838
|
+
"npm": "@nuxt/ui",
|
|
6839
|
+
"icon": "nuxt.svg",
|
|
6840
|
+
"github": "https://github.com/nuxt/ui",
|
|
6841
|
+
"website": "https://ui.nuxt.com",
|
|
6842
|
+
"learn_more": "",
|
|
6843
|
+
"category": "UI",
|
|
6844
|
+
"type": "official",
|
|
6845
|
+
"maintainers": [
|
|
6846
|
+
{
|
|
6847
|
+
"name": "Benjamin Canac",
|
|
6848
|
+
"github": "benjamincanac",
|
|
6849
|
+
"twitter": "benjamincanac"
|
|
6850
|
+
},
|
|
6851
|
+
{
|
|
6852
|
+
"name": "Sebastien Chopin",
|
|
6853
|
+
"github": "Atinux",
|
|
6854
|
+
"twitter": "Atinux"
|
|
6855
|
+
},
|
|
6856
|
+
{
|
|
6857
|
+
"name": "Sylvain Marroufin",
|
|
6858
|
+
"github": "smarroufin",
|
|
6859
|
+
"twitter": "smarroufin"
|
|
5389
6860
|
}
|
|
5390
6861
|
],
|
|
5391
6862
|
"compatibility": {
|
|
5392
|
-
"nuxt": "^
|
|
6863
|
+
"nuxt": "^3.0.0",
|
|
5393
6864
|
"requires": {}
|
|
5394
6865
|
}
|
|
5395
6866
|
},
|
|
@@ -5417,31 +6888,9 @@
|
|
|
5417
6888
|
}
|
|
5418
6889
|
}
|
|
5419
6890
|
},
|
|
5420
|
-
{
|
|
5421
|
-
"name": "unhead",
|
|
5422
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5423
|
-
"repo": "harlan-zw/nuxt-unhead",
|
|
5424
|
-
"npm": "nuxt-unhead",
|
|
5425
|
-
"icon": "",
|
|
5426
|
-
"github": "https://github.com/harlan-zw/nuxt-unhead",
|
|
5427
|
-
"website": "https://github.com/harlan-zw/nuxt-unhead",
|
|
5428
|
-
"learn_more": "",
|
|
5429
|
-
"category": "SEO",
|
|
5430
|
-
"type": "3rd-party",
|
|
5431
|
-
"maintainers": [
|
|
5432
|
-
{
|
|
5433
|
-
"name": "harlan-zw",
|
|
5434
|
-
"github": "harlan-zw"
|
|
5435
|
-
}
|
|
5436
|
-
],
|
|
5437
|
-
"compatibility": {
|
|
5438
|
-
"nuxt": "^3.0.0",
|
|
5439
|
-
"requires": {}
|
|
5440
|
-
}
|
|
5441
|
-
},
|
|
5442
6891
|
{
|
|
5443
6892
|
"name": "universal-storage",
|
|
5444
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6893
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5445
6894
|
"repo": "nuxt-community/universal-storage-module",
|
|
5446
6895
|
"npm": "@nuxtjs/universal-storage",
|
|
5447
6896
|
"icon": "",
|
|
@@ -5467,6 +6916,28 @@
|
|
|
5467
6916
|
"requires": {}
|
|
5468
6917
|
}
|
|
5469
6918
|
},
|
|
6919
|
+
{
|
|
6920
|
+
"name": "unlazy",
|
|
6921
|
+
"description": "Lazy loading library for placeholder images",
|
|
6922
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6923
|
+
"npm": "@unlazy/nuxt",
|
|
6924
|
+
"icon": "unlazy.svg",
|
|
6925
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6926
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6927
|
+
"learn_more": "",
|
|
6928
|
+
"category": "Images",
|
|
6929
|
+
"type": "3rd-party",
|
|
6930
|
+
"maintainers": [
|
|
6931
|
+
{
|
|
6932
|
+
"name": "Johann Schopplich",
|
|
6933
|
+
"github": "johannschopplich"
|
|
6934
|
+
}
|
|
6935
|
+
],
|
|
6936
|
+
"compatibility": {
|
|
6937
|
+
"nuxt": "^3.0.0",
|
|
6938
|
+
"requires": {}
|
|
6939
|
+
}
|
|
6940
|
+
},
|
|
5470
6941
|
{
|
|
5471
6942
|
"name": "unlighthouse",
|
|
5472
6943
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5496,12 +6967,12 @@
|
|
|
5496
6967
|
{
|
|
5497
6968
|
"name": "unocss",
|
|
5498
6969
|
"description": "The instant on-demand atomic CSS engine.",
|
|
5499
|
-
"repo": "
|
|
6970
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
5500
6971
|
"npm": "@unocss/nuxt",
|
|
5501
6972
|
"icon": "unocss.svg",
|
|
5502
|
-
"github": "https://github.com/
|
|
5503
|
-
"website": "https://github.com/
|
|
5504
|
-
"learn_more": "https://github.com/
|
|
6973
|
+
"github": "https://github.com/unocss/unocss",
|
|
6974
|
+
"website": "https://github.com/unocss/unocss",
|
|
6975
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
5505
6976
|
"category": "UI",
|
|
5506
6977
|
"type": "3rd-party",
|
|
5507
6978
|
"maintainers": [
|
|
@@ -5516,7 +6987,8 @@
|
|
|
5516
6987
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5517
6988
|
"requires": {
|
|
5518
6989
|
"bridge": "optional"
|
|
5519
|
-
}
|
|
6990
|
+
},
|
|
6991
|
+
"devtools": "^0.0.0"
|
|
5520
6992
|
}
|
|
5521
6993
|
},
|
|
5522
6994
|
{
|
|
@@ -5542,9 +7014,33 @@
|
|
|
5542
7014
|
"requires": {}
|
|
5543
7015
|
}
|
|
5544
7016
|
},
|
|
7017
|
+
{
|
|
7018
|
+
"name": "use-wagmi",
|
|
7019
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
7020
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
7021
|
+
"npm": "@use-wagmi/nuxt",
|
|
7022
|
+
"icon": "use-wagmi.png",
|
|
7023
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
7024
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
7025
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
7026
|
+
"category": "Extensions",
|
|
7027
|
+
"type": "3rd-party",
|
|
7028
|
+
"maintainers": [
|
|
7029
|
+
{
|
|
7030
|
+
"name": "Unic Ape",
|
|
7031
|
+
"github": "unicape"
|
|
7032
|
+
}
|
|
7033
|
+
],
|
|
7034
|
+
"compatibility": {
|
|
7035
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7036
|
+
"requires": {
|
|
7037
|
+
"bridge": true
|
|
7038
|
+
}
|
|
7039
|
+
}
|
|
7040
|
+
},
|
|
5545
7041
|
{
|
|
5546
7042
|
"name": "user-agent",
|
|
5547
|
-
"description": "Nuxt
|
|
7043
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5548
7044
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5549
7045
|
"npm": "nuxt-user-agent",
|
|
5550
7046
|
"icon": "",
|
|
@@ -5610,6 +7106,74 @@
|
|
|
5610
7106
|
}
|
|
5611
7107
|
}
|
|
5612
7108
|
},
|
|
7109
|
+
{
|
|
7110
|
+
"name": "varlet",
|
|
7111
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
7112
|
+
"repo": "varletjs/varlet-nuxt",
|
|
7113
|
+
"npm": "@varlet/nuxt",
|
|
7114
|
+
"icon": "varlet.svg",
|
|
7115
|
+
"github": "https://github.com/varletjs/varlet",
|
|
7116
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
7117
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
7118
|
+
"category": "UI",
|
|
7119
|
+
"type": "3rd-party",
|
|
7120
|
+
"maintainers": [
|
|
7121
|
+
{
|
|
7122
|
+
"name": "zhangmo8",
|
|
7123
|
+
"github": "zhangmo8"
|
|
7124
|
+
}
|
|
7125
|
+
],
|
|
7126
|
+
"compatibility": {
|
|
7127
|
+
"nuxt": "^3.0.0",
|
|
7128
|
+
"requires": {
|
|
7129
|
+
"bridge": "optional"
|
|
7130
|
+
}
|
|
7131
|
+
}
|
|
7132
|
+
},
|
|
7133
|
+
{
|
|
7134
|
+
"name": "vcalendar",
|
|
7135
|
+
"description": "VCalendar module for Nuxt",
|
|
7136
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
7137
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7138
|
+
"icon": "vcalendar.png",
|
|
7139
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
7140
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
7141
|
+
"learn_more": "",
|
|
7142
|
+
"category": "Libraries",
|
|
7143
|
+
"type": "3rd-party",
|
|
7144
|
+
"maintainers": [
|
|
7145
|
+
{
|
|
7146
|
+
"name": "Sam K",
|
|
7147
|
+
"github": "samk-dev"
|
|
7148
|
+
}
|
|
7149
|
+
],
|
|
7150
|
+
"compatibility": {
|
|
7151
|
+
"nuxt": "^3.0.0",
|
|
7152
|
+
"requires": {}
|
|
7153
|
+
}
|
|
7154
|
+
},
|
|
7155
|
+
{
|
|
7156
|
+
"name": "vee-validate",
|
|
7157
|
+
"description": "Painless Vue forms for Nuxt",
|
|
7158
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
7159
|
+
"npm": "@vee-validate/nuxt",
|
|
7160
|
+
"icon": "vee-validate.png",
|
|
7161
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
7162
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
7163
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
7164
|
+
"category": "Libraries",
|
|
7165
|
+
"type": "3rd-party",
|
|
7166
|
+
"maintainers": [
|
|
7167
|
+
{
|
|
7168
|
+
"name": "Abdelrahman Awad",
|
|
7169
|
+
"github": "logaretm"
|
|
7170
|
+
}
|
|
7171
|
+
],
|
|
7172
|
+
"compatibility": {
|
|
7173
|
+
"nuxt": "^3.0.0",
|
|
7174
|
+
"requires": {}
|
|
7175
|
+
}
|
|
7176
|
+
},
|
|
5613
7177
|
{
|
|
5614
7178
|
"name": "vendor",
|
|
5615
7179
|
"description": "directly serve node_modules",
|
|
@@ -5633,9 +7197,54 @@
|
|
|
5633
7197
|
"requires": {}
|
|
5634
7198
|
}
|
|
5635
7199
|
},
|
|
7200
|
+
{
|
|
7201
|
+
"name": "vercel-analytics",
|
|
7202
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
7203
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
7204
|
+
"npm": "nuxt-vercel-analytics",
|
|
7205
|
+
"icon": "",
|
|
7206
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7207
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7208
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
7209
|
+
"category": "Analytics",
|
|
7210
|
+
"type": "3rd-party",
|
|
7211
|
+
"maintainers": [
|
|
7212
|
+
{
|
|
7213
|
+
"name": "Alexander B.",
|
|
7214
|
+
"github": "xanderbarkhatov"
|
|
7215
|
+
}
|
|
7216
|
+
],
|
|
7217
|
+
"compatibility": {
|
|
7218
|
+
"nuxt": "^3.0.0",
|
|
7219
|
+
"requires": {}
|
|
7220
|
+
}
|
|
7221
|
+
},
|
|
7222
|
+
{
|
|
7223
|
+
"name": "vexip-ui",
|
|
7224
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
7225
|
+
"repo": "vexip-ui/nuxt",
|
|
7226
|
+
"npm": "@vexip-ui/nuxt",
|
|
7227
|
+
"icon": "vexip-ui.svg",
|
|
7228
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
7229
|
+
"website": "https://www.vexipui.com/",
|
|
7230
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
7231
|
+
"category": "UI",
|
|
7232
|
+
"type": "3rd-party",
|
|
7233
|
+
"maintainers": [
|
|
7234
|
+
{
|
|
7235
|
+
"name": "未觉雨声",
|
|
7236
|
+
"github": "qmhc",
|
|
7237
|
+
"twitter": "qmhc95"
|
|
7238
|
+
}
|
|
7239
|
+
],
|
|
7240
|
+
"compatibility": {
|
|
7241
|
+
"nuxt": "^3.0.0",
|
|
7242
|
+
"requires": {}
|
|
7243
|
+
}
|
|
7244
|
+
},
|
|
5636
7245
|
{
|
|
5637
7246
|
"name": "vite-pwa-nuxt",
|
|
5638
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7247
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
5639
7248
|
"repo": "vite-pwa/nuxt",
|
|
5640
7249
|
"npm": "@vite-pwa/nuxt",
|
|
5641
7250
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -5664,13 +7273,13 @@
|
|
|
5664
7273
|
{
|
|
5665
7274
|
"name": "vitest",
|
|
5666
7275
|
"description": "Vitest integration with Nuxt",
|
|
5667
|
-
"repo": "danielroe/nuxt-vitest
|
|
7276
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5668
7277
|
"npm": "nuxt-vitest",
|
|
5669
7278
|
"icon": "vitest.svg",
|
|
5670
7279
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5671
7280
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5672
7281
|
"learn_more": "",
|
|
5673
|
-
"category": "
|
|
7282
|
+
"category": "Devtools",
|
|
5674
7283
|
"type": "3rd-party",
|
|
5675
7284
|
"maintainers": [
|
|
5676
7285
|
{
|
|
@@ -5682,6 +7291,61 @@
|
|
|
5682
7291
|
"github": "antfu"
|
|
5683
7292
|
}
|
|
5684
7293
|
],
|
|
7294
|
+
"compatibility": {
|
|
7295
|
+
"nuxt": "^3.0.0",
|
|
7296
|
+
"requires": {},
|
|
7297
|
+
"devtools": "^0.0.0"
|
|
7298
|
+
}
|
|
7299
|
+
},
|
|
7300
|
+
{
|
|
7301
|
+
"name": "vue-email",
|
|
7302
|
+
"description": "💌 Write email templates with vue",
|
|
7303
|
+
"repo": "vue-email/nuxt",
|
|
7304
|
+
"npm": "@vue-email/nuxt",
|
|
7305
|
+
"icon": "vue-email.svg",
|
|
7306
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7307
|
+
"website": "https://vuemail.net/",
|
|
7308
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
7309
|
+
"category": "UI",
|
|
7310
|
+
"type": "3rd-party",
|
|
7311
|
+
"maintainers": [
|
|
7312
|
+
{
|
|
7313
|
+
"name": "David Arenas",
|
|
7314
|
+
"github": "Dave136",
|
|
7315
|
+
"twitter": "davejs4",
|
|
7316
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
7317
|
+
},
|
|
7318
|
+
{
|
|
7319
|
+
"name": "Younes Barrad",
|
|
7320
|
+
"github": "Flowko",
|
|
7321
|
+
"twitter": "imflowko",
|
|
7322
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
7323
|
+
}
|
|
7324
|
+
],
|
|
7325
|
+
"compatibility": {
|
|
7326
|
+
"nuxt": "^3.0.0",
|
|
7327
|
+
"requires": {},
|
|
7328
|
+
"devtools": "^0.0.0"
|
|
7329
|
+
}
|
|
7330
|
+
},
|
|
7331
|
+
{
|
|
7332
|
+
"name": "vue-final-modal",
|
|
7333
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7334
|
+
"repo": "vue-final/vue-final-modal",
|
|
7335
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7336
|
+
"icon": "vue-final-modal.svg",
|
|
7337
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7338
|
+
"website": "https://vue-final-modal.org/",
|
|
7339
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7340
|
+
"category": "UI",
|
|
7341
|
+
"type": "3rd-party",
|
|
7342
|
+
"maintainers": [
|
|
7343
|
+
{
|
|
7344
|
+
"name": "Hunter Liu",
|
|
7345
|
+
"github": "hunterliu1003",
|
|
7346
|
+
"twitter": "hunterliu1003"
|
|
7347
|
+
}
|
|
7348
|
+
],
|
|
5685
7349
|
"compatibility": {
|
|
5686
7350
|
"nuxt": "^3.0.0",
|
|
5687
7351
|
"requires": {}
|
|
@@ -5689,13 +7353,13 @@
|
|
|
5689
7353
|
},
|
|
5690
7354
|
{
|
|
5691
7355
|
"name": "vue-macros",
|
|
5692
|
-
"description": "Explore
|
|
5693
|
-
"repo": "sxzz/
|
|
7356
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
7357
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5694
7358
|
"npm": "@vue-macros/nuxt",
|
|
5695
7359
|
"icon": "vue-macros.svg",
|
|
5696
|
-
"github": "https://github.com/sxzz/
|
|
7360
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5697
7361
|
"website": "https://vue-macros.sxzz.moe",
|
|
5698
|
-
"learn_more": "https://github.com/sxzz/
|
|
7362
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5699
7363
|
"category": "Extensions",
|
|
5700
7364
|
"type": "3rd-party",
|
|
5701
7365
|
"maintainers": [
|
|
@@ -5709,7 +7373,8 @@
|
|
|
5709
7373
|
"nuxt": "^3.0.0",
|
|
5710
7374
|
"requires": {
|
|
5711
7375
|
"bridge": "optional"
|
|
5712
|
-
}
|
|
7376
|
+
},
|
|
7377
|
+
"devtools": "^0.0.0"
|
|
5713
7378
|
}
|
|
5714
7379
|
},
|
|
5715
7380
|
{
|
|
@@ -5736,7 +7401,7 @@
|
|
|
5736
7401
|
},
|
|
5737
7402
|
{
|
|
5738
7403
|
"name": "vue-multiselect",
|
|
5739
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7404
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
5740
7405
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
5741
7406
|
"npm": "nuxt-vue-multiselect",
|
|
5742
7407
|
"icon": "",
|
|
@@ -5778,6 +7443,29 @@
|
|
|
5778
7443
|
"requires": {}
|
|
5779
7444
|
}
|
|
5780
7445
|
},
|
|
7446
|
+
{
|
|
7447
|
+
"name": "vue-query",
|
|
7448
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7449
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
7450
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
7451
|
+
"icon": "vue-query.svg",
|
|
7452
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
7453
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
7454
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
7455
|
+
"category": "Request",
|
|
7456
|
+
"type": "3rd-party",
|
|
7457
|
+
"maintainers": [
|
|
7458
|
+
{
|
|
7459
|
+
"name": "Hebilicious",
|
|
7460
|
+
"github": "Hebilicious",
|
|
7461
|
+
"twitter": "its_hebilicious"
|
|
7462
|
+
}
|
|
7463
|
+
],
|
|
7464
|
+
"compatibility": {
|
|
7465
|
+
"nuxt": "^3.0.0",
|
|
7466
|
+
"requires": {}
|
|
7467
|
+
}
|
|
7468
|
+
},
|
|
5781
7469
|
{
|
|
5782
7470
|
"name": "vue-select",
|
|
5783
7471
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5827,7 +7515,7 @@
|
|
|
5827
7515
|
},
|
|
5828
7516
|
{
|
|
5829
7517
|
"name": "vue-warehouse",
|
|
5830
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7518
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
5831
7519
|
"repo": "juliomrqz/vue-warehouse",
|
|
5832
7520
|
"npm": "vue-warehouse",
|
|
5833
7521
|
"icon": "",
|
|
@@ -5848,6 +7536,29 @@
|
|
|
5848
7536
|
"requires": {}
|
|
5849
7537
|
}
|
|
5850
7538
|
},
|
|
7539
|
+
{
|
|
7540
|
+
"name": "vue3-carousel-nuxt",
|
|
7541
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7542
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7543
|
+
"npm": "vue3-carousel-nuxt",
|
|
7544
|
+
"icon": "",
|
|
7545
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7546
|
+
"website": "",
|
|
7547
|
+
"learn_more": "",
|
|
7548
|
+
"category": "UI",
|
|
7549
|
+
"type": "3rd-party",
|
|
7550
|
+
"maintainers": [
|
|
7551
|
+
{
|
|
7552
|
+
"name": "Gaetan SENN",
|
|
7553
|
+
"github": "gaetansenn",
|
|
7554
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7555
|
+
}
|
|
7556
|
+
],
|
|
7557
|
+
"compatibility": {
|
|
7558
|
+
"nuxt": "^3.0.0",
|
|
7559
|
+
"requires": {}
|
|
7560
|
+
}
|
|
7561
|
+
},
|
|
5851
7562
|
{
|
|
5852
7563
|
"name": "vuefire",
|
|
5853
7564
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -5870,9 +7581,55 @@
|
|
|
5870
7581
|
"requires": {}
|
|
5871
7582
|
}
|
|
5872
7583
|
},
|
|
7584
|
+
{
|
|
7585
|
+
"name": "vueform-builder",
|
|
7586
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7587
|
+
"repo": "vueform/builder/nuxt",
|
|
7588
|
+
"npm": "@vueform/builder-nuxt",
|
|
7589
|
+
"icon": "vueform.svg",
|
|
7590
|
+
"github": "https://github.com/vueform/builder",
|
|
7591
|
+
"website": "https://builder.vueform.com",
|
|
7592
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7593
|
+
"category": "Libraries",
|
|
7594
|
+
"type": "3rd-party",
|
|
7595
|
+
"maintainers": [
|
|
7596
|
+
{
|
|
7597
|
+
"name": "Adam Berecz",
|
|
7598
|
+
"github": "adamberecz",
|
|
7599
|
+
"twitter": "bereczadam"
|
|
7600
|
+
}
|
|
7601
|
+
],
|
|
7602
|
+
"compatibility": {
|
|
7603
|
+
"nuxt": "^3.0.0",
|
|
7604
|
+
"requires": {}
|
|
7605
|
+
}
|
|
7606
|
+
},
|
|
7607
|
+
{
|
|
7608
|
+
"name": "vueform",
|
|
7609
|
+
"description": "Official Vueform module for Nuxt",
|
|
7610
|
+
"repo": "vueform/vueform/nuxt",
|
|
7611
|
+
"npm": "@vueform/nuxt",
|
|
7612
|
+
"icon": "vueform.svg",
|
|
7613
|
+
"github": "https://github.com/vueform/vueform",
|
|
7614
|
+
"website": "https://vueform.com",
|
|
7615
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7616
|
+
"category": "Libraries",
|
|
7617
|
+
"type": "3rd-party",
|
|
7618
|
+
"maintainers": [
|
|
7619
|
+
{
|
|
7620
|
+
"name": "Adam Berecz",
|
|
7621
|
+
"github": "adamberecz",
|
|
7622
|
+
"twitter": "bereczadam"
|
|
7623
|
+
}
|
|
7624
|
+
],
|
|
7625
|
+
"compatibility": {
|
|
7626
|
+
"nuxt": "^3.0.0",
|
|
7627
|
+
"requires": {}
|
|
7628
|
+
}
|
|
7629
|
+
},
|
|
5873
7630
|
{
|
|
5874
7631
|
"name": "vuestic",
|
|
5875
|
-
"description": "Vuestic UI module for Nuxt
|
|
7632
|
+
"description": "Vuestic UI module for Nuxt",
|
|
5876
7633
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
5877
7634
|
"npm": "@vuestic/nuxt",
|
|
5878
7635
|
"icon": "vuestic.png",
|
|
@@ -5892,9 +7649,31 @@
|
|
|
5892
7649
|
"requires": {}
|
|
5893
7650
|
}
|
|
5894
7651
|
},
|
|
7652
|
+
{
|
|
7653
|
+
"name": "vuetify-nuxt-module",
|
|
7654
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7655
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7656
|
+
"npm": "vuetify-nuxt-module",
|
|
7657
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7658
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7659
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7660
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
7661
|
+
"category": "UI",
|
|
7662
|
+
"type": "3rd-party",
|
|
7663
|
+
"maintainers": [
|
|
7664
|
+
{
|
|
7665
|
+
"name": "Joaquín Sánchez",
|
|
7666
|
+
"github": "userquin"
|
|
7667
|
+
}
|
|
7668
|
+
],
|
|
7669
|
+
"compatibility": {
|
|
7670
|
+
"nuxt": "^3.0.0",
|
|
7671
|
+
"requires": {}
|
|
7672
|
+
}
|
|
7673
|
+
},
|
|
5895
7674
|
{
|
|
5896
7675
|
"name": "vuetify",
|
|
5897
|
-
"description": "Vuetify Module for Nuxt
|
|
7676
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
5898
7677
|
"repo": "nuxt-community/vuetify-module",
|
|
5899
7678
|
"npm": "@nuxtjs/vuetify",
|
|
5900
7679
|
"icon": "vuetify.png",
|
|
@@ -5941,7 +7720,8 @@
|
|
|
5941
7720
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5942
7721
|
"requires": {
|
|
5943
7722
|
"bridge": "optional"
|
|
5944
|
-
}
|
|
7723
|
+
},
|
|
7724
|
+
"devtools": "^0.0.0"
|
|
5945
7725
|
}
|
|
5946
7726
|
},
|
|
5947
7727
|
{
|
|
@@ -5967,10 +7747,10 @@
|
|
|
5967
7747
|
}
|
|
5968
7748
|
},
|
|
5969
7749
|
{
|
|
5970
|
-
"name": "
|
|
5971
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
5972
|
-
"repo": "gaetansenn/vunix",
|
|
5973
|
-
"npm": "vunix",
|
|
7750
|
+
"name": "vunix",
|
|
7751
|
+
"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.",
|
|
7752
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
7753
|
+
"npm": "@vunix/nuxt",
|
|
5974
7754
|
"icon": "",
|
|
5975
7755
|
"github": "https://github.com/gaetansenn/vunix",
|
|
5976
7756
|
"website": "https://vunix.dewib.com/",
|
|
@@ -5992,11 +7772,11 @@
|
|
|
5992
7772
|
{
|
|
5993
7773
|
"name": "web-vitals",
|
|
5994
7774
|
"description": "Web Vitals for Nuxt",
|
|
5995
|
-
"repo": "nuxt-
|
|
7775
|
+
"repo": "nuxt-modules/web-vitals",
|
|
5996
7776
|
"npm": "@nuxtjs/web-vitals",
|
|
5997
7777
|
"icon": "web-vitals.png",
|
|
5998
|
-
"github": "https://github.com/nuxt-
|
|
5999
|
-
"website": "https://github.com/nuxt-
|
|
7778
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7779
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6000
7780
|
"learn_more": "",
|
|
6001
7781
|
"category": "Performance",
|
|
6002
7782
|
"type": "community",
|
|
@@ -6047,7 +7827,7 @@
|
|
|
6047
7827
|
},
|
|
6048
7828
|
{
|
|
6049
7829
|
"name": "webpack-optimisations",
|
|
6050
|
-
"description": "Nuxt
|
|
7830
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6051
7831
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6052
7832
|
"npm": "nuxt-webpack-optimisations",
|
|
6053
7833
|
"icon": "build-optimisations.svg",
|
|
@@ -6139,7 +7919,7 @@
|
|
|
6139
7919
|
},
|
|
6140
7920
|
{
|
|
6141
7921
|
"name": "well-known",
|
|
6142
|
-
"description": "A Nuxt
|
|
7922
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6143
7923
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6144
7924
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6145
7925
|
"icon": "well-known.svg",
|
|
@@ -6159,14 +7939,40 @@
|
|
|
6159
7939
|
"requires": {}
|
|
6160
7940
|
}
|
|
6161
7941
|
},
|
|
7942
|
+
{
|
|
7943
|
+
"name": "wideangle",
|
|
7944
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7945
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7946
|
+
"npm": "wideangle-nuxt",
|
|
7947
|
+
"icon": "wideangle.png",
|
|
7948
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7949
|
+
"website": "https://wideangle.co",
|
|
7950
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7951
|
+
"category": "Analytics",
|
|
7952
|
+
"type": "3rd-party",
|
|
7953
|
+
"maintainers": [
|
|
7954
|
+
{
|
|
7955
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7956
|
+
"github": "inputobjects"
|
|
7957
|
+
},
|
|
7958
|
+
{
|
|
7959
|
+
"name": "Jarek Rozanski",
|
|
7960
|
+
"github": "jrozanski"
|
|
7961
|
+
}
|
|
7962
|
+
],
|
|
7963
|
+
"compatibility": {
|
|
7964
|
+
"nuxt": "^3.0.0",
|
|
7965
|
+
"requires": {}
|
|
7966
|
+
}
|
|
7967
|
+
},
|
|
6162
7968
|
{
|
|
6163
7969
|
"name": "windicss",
|
|
6164
7970
|
"description": "Next generation utility-first CSS framework.",
|
|
6165
|
-
"repo": "windicss/nuxt-windicss
|
|
7971
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
6166
7972
|
"npm": "nuxt-windicss",
|
|
6167
7973
|
"icon": "windicss.svg",
|
|
6168
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
6169
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
7974
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
7975
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
6170
7976
|
"learn_more": "https://windicss.org/",
|
|
6171
7977
|
"category": "UI",
|
|
6172
7978
|
"type": "3rd-party",
|
|
@@ -6302,55 +8108,9 @@
|
|
|
6302
8108
|
"requires": {}
|
|
6303
8109
|
}
|
|
6304
8110
|
},
|
|
6305
|
-
{
|
|
6306
|
-
"name": "yandex-metrika-next",
|
|
6307
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6308
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6309
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6310
|
-
"icon": "yandex-metrika.svg",
|
|
6311
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6312
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6313
|
-
"learn_more": "",
|
|
6314
|
-
"category": "Analytics",
|
|
6315
|
-
"type": "3rd-party",
|
|
6316
|
-
"maintainers": [
|
|
6317
|
-
{
|
|
6318
|
-
"name": "Aleksandr Saburov",
|
|
6319
|
-
"github": "artmizu",
|
|
6320
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6321
|
-
}
|
|
6322
|
-
],
|
|
6323
|
-
"compatibility": {
|
|
6324
|
-
"nuxt": "^3.0.0",
|
|
6325
|
-
"requires": {}
|
|
6326
|
-
}
|
|
6327
|
-
},
|
|
6328
|
-
{
|
|
6329
|
-
"name": "yandex-metrika",
|
|
6330
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6331
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6332
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6333
|
-
"icon": "",
|
|
6334
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6335
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6336
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6337
|
-
"category": "Analytics",
|
|
6338
|
-
"type": "community",
|
|
6339
|
-
"maintainers": [
|
|
6340
|
-
{
|
|
6341
|
-
"name": "Pooya Parsa",
|
|
6342
|
-
"github": "pi0",
|
|
6343
|
-
"twitter": "_pi0_"
|
|
6344
|
-
}
|
|
6345
|
-
],
|
|
6346
|
-
"compatibility": {
|
|
6347
|
-
"nuxt": "^2.0.0",
|
|
6348
|
-
"requires": {}
|
|
6349
|
-
}
|
|
6350
|
-
},
|
|
6351
8111
|
{
|
|
6352
8112
|
"name": "zendesk",
|
|
6353
|
-
"description": "Nuxt
|
|
8113
|
+
"description": "Nuxt module for Zendesk",
|
|
6354
8114
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6355
8115
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6356
8116
|
"icon": "zendesk.png",
|