@nuxt/modules 0.6.0-953659 → 0.6.0-98ffa5
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/README.md +4 -0
- package/modules.json +2237 -451
- package/package.json +10 -10
package/modules.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"name": "ackee",
|
|
4
|
-
"description": "Nuxt
|
|
4
|
+
"description": "Nuxt module for Ackee analytics",
|
|
5
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
6
|
"npm": "nuxt-ackee",
|
|
7
7
|
"icon": "ackee.png",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "agility-cms",
|
|
31
|
-
"description": "Agility CMS Integration for Nuxt
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
32
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
33
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
34
|
"icon": "agility.png",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"name": "algolia",
|
|
54
|
-
"description": "Algolia Search Module for Nuxt
|
|
54
|
+
"description": "Algolia Search Module for Nuxt",
|
|
55
55
|
"repo": "nuxt-modules/algolia",
|
|
56
56
|
"npm": "@nuxtjs/algolia",
|
|
57
57
|
"icon": "algolia.svg",
|
|
@@ -125,21 +125,20 @@
|
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
|
-
"name": "
|
|
129
|
-
"description": "
|
|
130
|
-
"repo": "
|
|
131
|
-
"npm": "@
|
|
132
|
-
"icon": "
|
|
133
|
-
"github": "https://github.com/
|
|
134
|
-
"website": "",
|
|
128
|
+
"name": "animejs",
|
|
129
|
+
"description": "Anime.js module for Nuxt",
|
|
130
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
131
|
+
"npm": "@hypernym/nuxt-anime",
|
|
132
|
+
"icon": "",
|
|
133
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
134
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
135
135
|
"learn_more": "",
|
|
136
|
-
"category": "
|
|
136
|
+
"category": "Libraries",
|
|
137
137
|
"type": "3rd-party",
|
|
138
138
|
"maintainers": [
|
|
139
139
|
{
|
|
140
|
-
"name": "
|
|
141
|
-
"github": "
|
|
142
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
140
|
+
"name": "ivodolenc",
|
|
141
|
+
"github": "ivodolenc"
|
|
143
142
|
}
|
|
144
143
|
],
|
|
145
144
|
"compatibility": {
|
|
@@ -148,35 +147,59 @@
|
|
|
148
147
|
}
|
|
149
148
|
},
|
|
150
149
|
{
|
|
151
|
-
"name": "
|
|
152
|
-
"description": "
|
|
153
|
-
"repo": "
|
|
154
|
-
"npm": "nuxt
|
|
155
|
-
"icon": "",
|
|
156
|
-
"github": "https://github.com/
|
|
157
|
-
"website": "https://
|
|
150
|
+
"name": "ant-design-vue",
|
|
151
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
152
|
+
"repo": "vueComponent/ant-design-vue-nuxt",
|
|
153
|
+
"npm": "@ant-design-vue/nuxt",
|
|
154
|
+
"icon": "ant-design-vue.svg",
|
|
155
|
+
"github": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
156
|
+
"website": "https://antdv.com",
|
|
157
|
+
"learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
158
|
+
"category": "UI",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "tangjinzhou",
|
|
163
|
+
"github": "tangjinzhou"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"compatibility": {
|
|
167
|
+
"nuxt": "^3.0.0",
|
|
168
|
+
"requires": {
|
|
169
|
+
"bridge": "optional"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "aos",
|
|
175
|
+
"description": "A Nuxt module that adds Animate On Scroll",
|
|
176
|
+
"repo": "egidiusmengelberg/nuxt-aos",
|
|
177
|
+
"npm": "nuxt-aos",
|
|
178
|
+
"icon": "aos.png",
|
|
179
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
158
181
|
"learn_more": "",
|
|
159
|
-
"category": "
|
|
182
|
+
"category": "Devtools",
|
|
160
183
|
"type": "3rd-party",
|
|
161
184
|
"maintainers": [
|
|
162
185
|
{
|
|
163
|
-
"name": "
|
|
164
|
-
"github": "
|
|
186
|
+
"name": "egidiusmengelberg",
|
|
187
|
+
"github": "egidiusmengelberg"
|
|
165
188
|
}
|
|
166
189
|
],
|
|
167
190
|
"compatibility": {
|
|
168
|
-
"nuxt": "^
|
|
191
|
+
"nuxt": "^3.0.0",
|
|
169
192
|
"requires": {}
|
|
170
193
|
}
|
|
171
194
|
},
|
|
172
195
|
{
|
|
173
196
|
"name": "api-party",
|
|
174
|
-
"description": "Nuxt
|
|
197
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
175
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
176
199
|
"npm": "nuxt-api-party",
|
|
177
200
|
"icon": "api-party.svg",
|
|
178
201
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
179
|
-
"website": "https://
|
|
202
|
+
"website": "https://nuxt-api-party.jhnn.dev/",
|
|
180
203
|
"learn_more": "",
|
|
181
204
|
"category": "Request",
|
|
182
205
|
"type": "3rd-party",
|
|
@@ -219,7 +242,7 @@
|
|
|
219
242
|
},
|
|
220
243
|
{
|
|
221
244
|
"name": "apollo",
|
|
222
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
245
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
223
246
|
"repo": "nuxt-modules/apollo",
|
|
224
247
|
"npm": "@nuxtjs/apollo",
|
|
225
248
|
"icon": "apollo.png",
|
|
@@ -243,7 +266,7 @@
|
|
|
243
266
|
},
|
|
244
267
|
{
|
|
245
268
|
"name": "applicationinsights",
|
|
246
|
-
"description": "AppInsights module for Nuxt
|
|
269
|
+
"description": "AppInsights module for Nuxt",
|
|
247
270
|
"repo": "nuxt-community/applicationinsights-module",
|
|
248
271
|
"npm": "@nuxtjs/applicationinsights",
|
|
249
272
|
"icon": "application-insights.png",
|
|
@@ -272,7 +295,7 @@
|
|
|
272
295
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
273
296
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
274
297
|
"learn_more": "",
|
|
275
|
-
"category": "
|
|
298
|
+
"category": "Database",
|
|
276
299
|
"type": "3rd-party",
|
|
277
300
|
"maintainers": [
|
|
278
301
|
{
|
|
@@ -281,13 +304,80 @@
|
|
|
281
304
|
}
|
|
282
305
|
],
|
|
283
306
|
"compatibility": {
|
|
284
|
-
"nuxt": "^
|
|
307
|
+
"nuxt": "^3.0.0",
|
|
308
|
+
"requires": {}
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"name": "arco-design-nuxt-module",
|
|
313
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
314
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
315
|
+
"npm": "arco-design-nuxt-module",
|
|
316
|
+
"icon": "arco-design.svg",
|
|
317
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
318
|
+
"website": "https://arco.design/vue",
|
|
319
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
320
|
+
"category": "UI",
|
|
321
|
+
"type": "3rd-party",
|
|
322
|
+
"maintainers": [
|
|
323
|
+
{
|
|
324
|
+
"name": "wiidede",
|
|
325
|
+
"github": "wiidede"
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
"compatibility": {
|
|
329
|
+
"nuxt": "^3.0.0",
|
|
330
|
+
"requires": {}
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "ark-ui",
|
|
335
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
336
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
337
|
+
"npm": "nuxt-ark-ui",
|
|
338
|
+
"icon": "ark-ui.svg",
|
|
339
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
340
|
+
"website": "https://ark-ui.com/",
|
|
341
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
342
|
+
"category": "UI",
|
|
343
|
+
"type": "3rd-party",
|
|
344
|
+
"maintainers": [
|
|
345
|
+
{
|
|
346
|
+
"name": "Din",
|
|
347
|
+
"github": "iamdin",
|
|
348
|
+
"twitter": "iamdinq"
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"compatibility": {
|
|
352
|
+
"nuxt": "^3.0.0",
|
|
353
|
+
"requires": {}
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"name": "auth-utils",
|
|
358
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
359
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
360
|
+
"npm": "nuxt-auth-utils",
|
|
361
|
+
"icon": "",
|
|
362
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
363
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
364
|
+
"learn_more": "",
|
|
365
|
+
"category": "Devtools",
|
|
366
|
+
"type": "3rd-party",
|
|
367
|
+
"maintainers": [
|
|
368
|
+
{
|
|
369
|
+
"name": "atinux",
|
|
370
|
+
"github": "atinux"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"compatibility": {
|
|
374
|
+
"nuxt": "^3.0.0",
|
|
285
375
|
"requires": {}
|
|
286
376
|
}
|
|
287
377
|
},
|
|
288
378
|
{
|
|
289
379
|
"name": "auth",
|
|
290
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
380
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
291
381
|
"repo": "nuxt-community/auth-module",
|
|
292
382
|
"npm": "@nuxtjs/auth",
|
|
293
383
|
"icon": "auth.png",
|
|
@@ -312,9 +402,55 @@
|
|
|
312
402
|
"requires": {}
|
|
313
403
|
}
|
|
314
404
|
},
|
|
405
|
+
{
|
|
406
|
+
"name": "authjs",
|
|
407
|
+
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
408
|
+
"repo": "Hebilicious/authjs-nuxt#main",
|
|
409
|
+
"npm": "@hebilicious/authjs-nuxt",
|
|
410
|
+
"icon": "authjs.png",
|
|
411
|
+
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
412
|
+
"website": "https://authjs-nuxt.pages.dev/",
|
|
413
|
+
"learn_more": "https://authjs.dev/",
|
|
414
|
+
"category": "Security",
|
|
415
|
+
"type": "3rd-party",
|
|
416
|
+
"maintainers": [
|
|
417
|
+
{
|
|
418
|
+
"name": "Hebilicious",
|
|
419
|
+
"github": "Hebilicious",
|
|
420
|
+
"twitter": "its_hebilicious"
|
|
421
|
+
}
|
|
422
|
+
],
|
|
423
|
+
"compatibility": {
|
|
424
|
+
"nuxt": "^3.0.0",
|
|
425
|
+
"requires": {}
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "auto-animate",
|
|
430
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
431
|
+
"repo": "formkit/auto-animate",
|
|
432
|
+
"npm": "@formkit/auto-animate",
|
|
433
|
+
"icon": "auto-animate.svg",
|
|
434
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
435
|
+
"website": "https://auto-animate.formkit.com",
|
|
436
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
437
|
+
"category": "Libraries",
|
|
438
|
+
"type": "3rd-party",
|
|
439
|
+
"maintainers": [
|
|
440
|
+
{
|
|
441
|
+
"name": "Justin Schroeder",
|
|
442
|
+
"github": "justin-schroeder",
|
|
443
|
+
"twitter": "jpschroeder"
|
|
444
|
+
}
|
|
445
|
+
],
|
|
446
|
+
"compatibility": {
|
|
447
|
+
"nuxt": "^3.0.0",
|
|
448
|
+
"requires": {}
|
|
449
|
+
}
|
|
450
|
+
},
|
|
315
451
|
{
|
|
316
452
|
"name": "axios",
|
|
317
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
453
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
318
454
|
"repo": "nuxt-community/axios-module",
|
|
319
455
|
"npm": "@nuxtjs/axios",
|
|
320
456
|
"icon": "axios.svg",
|
|
@@ -337,7 +473,7 @@
|
|
|
337
473
|
},
|
|
338
474
|
{
|
|
339
475
|
"name": "basic-auth",
|
|
340
|
-
"description": "Provide basic authentication to your Nuxt
|
|
476
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
341
477
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
342
478
|
"npm": "nuxt-basic-auth-module",
|
|
343
479
|
"icon": "",
|
|
@@ -461,7 +597,7 @@
|
|
|
461
597
|
},
|
|
462
598
|
{
|
|
463
599
|
"name": "bulma-slim",
|
|
464
|
-
"description": "Nuxt
|
|
600
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
465
601
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
466
602
|
"npm": "nuxt-bulma-slim",
|
|
467
603
|
"icon": "bulma.png",
|
|
@@ -528,7 +664,7 @@
|
|
|
528
664
|
},
|
|
529
665
|
{
|
|
530
666
|
"name": "canvas-sketch",
|
|
531
|
-
"description": "Nuxt
|
|
667
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
532
668
|
"repo": "LuXDAmore/generative-art",
|
|
533
669
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
534
670
|
"icon": "",
|
|
@@ -549,9 +685,31 @@
|
|
|
549
685
|
"requires": {}
|
|
550
686
|
}
|
|
551
687
|
},
|
|
688
|
+
{
|
|
689
|
+
"name": "capo",
|
|
690
|
+
"description": "Capo.js implementation for Nuxt",
|
|
691
|
+
"repo": "danielroe/nuxt-capo",
|
|
692
|
+
"npm": "nuxt-capo",
|
|
693
|
+
"icon": "",
|
|
694
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
695
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
696
|
+
"learn_more": "",
|
|
697
|
+
"category": "Performance",
|
|
698
|
+
"type": "3rd-party",
|
|
699
|
+
"maintainers": [
|
|
700
|
+
{
|
|
701
|
+
"name": "danielroe",
|
|
702
|
+
"github": "danielroe"
|
|
703
|
+
}
|
|
704
|
+
],
|
|
705
|
+
"compatibility": {
|
|
706
|
+
"nuxt": "^3.0.0",
|
|
707
|
+
"requires": {}
|
|
708
|
+
}
|
|
709
|
+
},
|
|
552
710
|
{
|
|
553
711
|
"name": "chakra-ui",
|
|
554
|
-
"description": "Chakra UI Module for Nuxt
|
|
712
|
+
"description": "Chakra UI Module for Nuxt",
|
|
555
713
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
556
714
|
"npm": "@chakra-ui/nuxt",
|
|
557
715
|
"icon": "chakra-ui.png",
|
|
@@ -574,11 +732,11 @@
|
|
|
574
732
|
{
|
|
575
733
|
"name": "chatwoot",
|
|
576
734
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
577
|
-
"repo": "
|
|
578
|
-
"npm": "@
|
|
735
|
+
"repo": "productdevbookcom/chatwoot",
|
|
736
|
+
"npm": "@productdevbook/chatwoot",
|
|
579
737
|
"icon": "chatwoot.png",
|
|
580
|
-
"github": "https://github.com/
|
|
581
|
-
"website": "https://github.com/
|
|
738
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
739
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
582
740
|
"learn_more": "https://www.chatwoot.com",
|
|
583
741
|
"category": "Libraries",
|
|
584
742
|
"type": "3rd-party",
|
|
@@ -615,6 +773,29 @@
|
|
|
615
773
|
"requires": {}
|
|
616
774
|
}
|
|
617
775
|
},
|
|
776
|
+
{
|
|
777
|
+
"name": "clarity-analytics",
|
|
778
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
779
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
780
|
+
"npm": "nuxt-clarity-analytics",
|
|
781
|
+
"icon": "",
|
|
782
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
783
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
784
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
785
|
+
"category": "Analytics",
|
|
786
|
+
"type": "3rd-party",
|
|
787
|
+
"maintainers": [
|
|
788
|
+
{
|
|
789
|
+
"name": "Barbapapazes",
|
|
790
|
+
"github": "Barbapapazes",
|
|
791
|
+
"twitter": "soubiran_"
|
|
792
|
+
}
|
|
793
|
+
],
|
|
794
|
+
"compatibility": {
|
|
795
|
+
"nuxt": "^3.0.0",
|
|
796
|
+
"requires": {}
|
|
797
|
+
}
|
|
798
|
+
},
|
|
618
799
|
{
|
|
619
800
|
"name": "client-init",
|
|
620
801
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -639,7 +820,7 @@
|
|
|
639
820
|
},
|
|
640
821
|
{
|
|
641
822
|
"name": "cloudcms",
|
|
642
|
-
"description": "CloudCMS Nuxt
|
|
823
|
+
"description": "CloudCMS Nuxt Module",
|
|
643
824
|
"repo": "gitana/cloudcms-nuxt",
|
|
644
825
|
"npm": "cloudcms-nuxt",
|
|
645
826
|
"icon": "",
|
|
@@ -688,11 +869,11 @@
|
|
|
688
869
|
},
|
|
689
870
|
{
|
|
690
871
|
"name": "cloudinary",
|
|
691
|
-
"description": "Optimize images and videos in your Nuxt
|
|
692
|
-
"repo": "nuxt-
|
|
872
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
873
|
+
"repo": "nuxt-modules/cloudinary",
|
|
693
874
|
"npm": "@nuxtjs/cloudinary",
|
|
694
875
|
"icon": "cloudinary.png",
|
|
695
|
-
"github": "https://github.com/nuxt-
|
|
876
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
696
877
|
"website": "https://cloudinary.nuxtjs.org",
|
|
697
878
|
"learn_more": "https://cloudinary.com",
|
|
698
879
|
"category": "Images",
|
|
@@ -711,11 +892,11 @@
|
|
|
711
892
|
},
|
|
712
893
|
{
|
|
713
894
|
"name": "color-mode",
|
|
714
|
-
"description": "Dark and Light mode for
|
|
715
|
-
"repo": "nuxt-
|
|
895
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
896
|
+
"repo": "nuxt-modules/color-mode",
|
|
716
897
|
"npm": "@nuxtjs/color-mode",
|
|
717
898
|
"icon": "color-mode.png",
|
|
718
|
-
"github": "https://github.com/nuxt-
|
|
899
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
719
900
|
"website": "https://color-mode.nuxtjs.org",
|
|
720
901
|
"learn_more": "",
|
|
721
902
|
"category": "UI",
|
|
@@ -780,12 +961,35 @@
|
|
|
780
961
|
"requires": {}
|
|
781
962
|
}
|
|
782
963
|
},
|
|
964
|
+
{
|
|
965
|
+
"name": "content-assets",
|
|
966
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
967
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
968
|
+
"npm": "nuxt-content-assets",
|
|
969
|
+
"icon": "content-assets.png",
|
|
970
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
971
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
972
|
+
"learn_more": "",
|
|
973
|
+
"category": "Images",
|
|
974
|
+
"type": "3rd-party",
|
|
975
|
+
"maintainers": [
|
|
976
|
+
{
|
|
977
|
+
"name": "davestewart",
|
|
978
|
+
"github": "davestewart",
|
|
979
|
+
"twitter": "dave_stewart"
|
|
980
|
+
}
|
|
981
|
+
],
|
|
982
|
+
"compatibility": {
|
|
983
|
+
"nuxt": "^3.0.0",
|
|
984
|
+
"requires": {}
|
|
985
|
+
}
|
|
986
|
+
},
|
|
783
987
|
{
|
|
784
988
|
"name": "content",
|
|
785
989
|
"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.",
|
|
786
990
|
"repo": "nuxt/content#main",
|
|
787
991
|
"npm": "@nuxt/content",
|
|
788
|
-
"icon": "nuxt.
|
|
992
|
+
"icon": "nuxt.svg",
|
|
789
993
|
"github": "https://github.com/nuxt/content",
|
|
790
994
|
"website": "https://content.nuxtjs.org",
|
|
791
995
|
"learn_more": "",
|
|
@@ -909,7 +1113,7 @@
|
|
|
909
1113
|
},
|
|
910
1114
|
{
|
|
911
1115
|
"name": "darkmode.js",
|
|
912
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1116
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
913
1117
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
914
1118
|
"npm": "nuxtjs-darkmode-js-module",
|
|
915
1119
|
"icon": "darkmode.png",
|
|
@@ -931,7 +1135,7 @@
|
|
|
931
1135
|
},
|
|
932
1136
|
{
|
|
933
1137
|
"name": "date-fns",
|
|
934
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1138
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
935
1139
|
"repo": "nuxt-community/date-fns-module",
|
|
936
1140
|
"npm": "@nuxtjs/date-fns",
|
|
937
1141
|
"icon": "date-fns.png",
|
|
@@ -952,11 +1156,11 @@
|
|
|
952
1156
|
}
|
|
953
1157
|
},
|
|
954
1158
|
{
|
|
955
|
-
"name": "datocms",
|
|
956
|
-
"description": "DatoCMS integration for Nuxt
|
|
1159
|
+
"name": "datocms-nuxt2",
|
|
1160
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
957
1161
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
958
1162
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
959
|
-
"icon": "datocms.
|
|
1163
|
+
"icon": "datocms.svg",
|
|
960
1164
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
961
1165
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
962
1166
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -973,33 +1177,57 @@
|
|
|
973
1177
|
"requires": {}
|
|
974
1178
|
}
|
|
975
1179
|
},
|
|
1180
|
+
{
|
|
1181
|
+
"name": "datocms",
|
|
1182
|
+
"description": "DatoCMS module for Nuxt",
|
|
1183
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
1184
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
1185
|
+
"icon": "datocms.svg",
|
|
1186
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
1187
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
1188
|
+
"learn_more": "https://www.datocms.com/",
|
|
1189
|
+
"category": "CMS",
|
|
1190
|
+
"type": "3rd-party",
|
|
1191
|
+
"maintainers": [
|
|
1192
|
+
{
|
|
1193
|
+
"name": "Jamie Warburton",
|
|
1194
|
+
"github": "jamiewarb",
|
|
1195
|
+
"twitter": "jamiewarb",
|
|
1196
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
1197
|
+
}
|
|
1198
|
+
],
|
|
1199
|
+
"compatibility": {
|
|
1200
|
+
"nuxt": "^3.0.0",
|
|
1201
|
+
"requires": {}
|
|
1202
|
+
}
|
|
1203
|
+
},
|
|
976
1204
|
{
|
|
977
1205
|
"name": "dayjs",
|
|
978
|
-
"description": "
|
|
979
|
-
"repo": "
|
|
980
|
-
"npm": "
|
|
1206
|
+
"description": "Day.js module for Nuxt",
|
|
1207
|
+
"repo": "fumeapp/dayjs",
|
|
1208
|
+
"npm": "dayjs-nuxt",
|
|
981
1209
|
"icon": "day-js.png",
|
|
982
|
-
"github": "https://github.com/
|
|
983
|
-
"website": "https://github.com/
|
|
1210
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1211
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
984
1212
|
"learn_more": "https://day.js.org/",
|
|
985
|
-
"category": "
|
|
986
|
-
"type": "
|
|
1213
|
+
"category": "Libraries",
|
|
1214
|
+
"type": "3rd-party",
|
|
987
1215
|
"maintainers": [
|
|
988
1216
|
{
|
|
989
|
-
"name": "
|
|
990
|
-
"github": "
|
|
991
|
-
"twitter": "
|
|
1217
|
+
"name": "Kevin Olson",
|
|
1218
|
+
"github": "acidjazz",
|
|
1219
|
+
"twitter": "AppFume"
|
|
992
1220
|
}
|
|
993
1221
|
],
|
|
994
1222
|
"compatibility": {
|
|
995
|
-
"nuxt": "^
|
|
1223
|
+
"nuxt": "^3.0.0",
|
|
996
1224
|
"requires": {}
|
|
997
1225
|
}
|
|
998
1226
|
},
|
|
999
1227
|
{
|
|
1000
1228
|
"name": "delay-hydration",
|
|
1001
|
-
"description": "Improve your Nuxt
|
|
1002
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1229
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1230
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1003
1231
|
"npm": "nuxt-delay-hydration",
|
|
1004
1232
|
"icon": "lighthouse.svg",
|
|
1005
1233
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1021,12 +1249,12 @@
|
|
|
1021
1249
|
},
|
|
1022
1250
|
{
|
|
1023
1251
|
"name": "device",
|
|
1024
|
-
"description": "Device detection module for Nuxt
|
|
1025
|
-
"repo": "nuxt-
|
|
1252
|
+
"description": "Device detection module for Nuxt",
|
|
1253
|
+
"repo": "nuxt-modules/device",
|
|
1026
1254
|
"npm": "@nuxtjs/device",
|
|
1027
1255
|
"icon": "",
|
|
1028
|
-
"github": "https://github.com/nuxt-
|
|
1029
|
-
"website": "https://github.com/nuxt-
|
|
1256
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1257
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1030
1258
|
"learn_more": "",
|
|
1031
1259
|
"category": "Extensions",
|
|
1032
1260
|
"type": "community",
|
|
@@ -1041,15 +1269,38 @@
|
|
|
1041
1269
|
"requires": {}
|
|
1042
1270
|
}
|
|
1043
1271
|
},
|
|
1272
|
+
{
|
|
1273
|
+
"name": "devtools",
|
|
1274
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1275
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1276
|
+
"npm": "@nuxt/devtools",
|
|
1277
|
+
"icon": "nuxt.svg",
|
|
1278
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1279
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1280
|
+
"learn_more": "",
|
|
1281
|
+
"category": "Devtools",
|
|
1282
|
+
"type": "official",
|
|
1283
|
+
"maintainers": [
|
|
1284
|
+
{
|
|
1285
|
+
"name": "Anthony Fu",
|
|
1286
|
+
"github": "antfu",
|
|
1287
|
+
"twitter": "antfu7"
|
|
1288
|
+
}
|
|
1289
|
+
],
|
|
1290
|
+
"compatibility": {
|
|
1291
|
+
"nuxt": "^3.0.0",
|
|
1292
|
+
"requires": {}
|
|
1293
|
+
}
|
|
1294
|
+
},
|
|
1044
1295
|
{
|
|
1045
1296
|
"name": "directus",
|
|
1046
|
-
"description": "Easily connect your
|
|
1297
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1047
1298
|
"repo": "intevel/nuxt-directus",
|
|
1048
1299
|
"npm": "nuxt-directus",
|
|
1049
1300
|
"icon": "directus.svg",
|
|
1050
|
-
"github": "https://github.com/
|
|
1051
|
-
"website": "https://nuxt-directus.
|
|
1052
|
-
"learn_more": "https://nuxt-directus.
|
|
1301
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1302
|
+
"website": "https://nuxt-directus.site/",
|
|
1303
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1053
1304
|
"category": "CMS",
|
|
1054
1305
|
"type": "3rd-party",
|
|
1055
1306
|
"maintainers": [
|
|
@@ -1060,15 +1311,36 @@
|
|
|
1060
1311
|
}
|
|
1061
1312
|
],
|
|
1062
1313
|
"compatibility": {
|
|
1063
|
-
"nuxt": "^
|
|
1064
|
-
"requires": {
|
|
1065
|
-
|
|
1314
|
+
"nuxt": "^3.0.0",
|
|
1315
|
+
"requires": {},
|
|
1316
|
+
"devtools": "^0.0.0"
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"name": "disqus",
|
|
1321
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1322
|
+
"repo": "modbender/nuxt-disqus",
|
|
1323
|
+
"npm": "nuxt-disqus",
|
|
1324
|
+
"icon": "disqus.svg",
|
|
1325
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1326
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1327
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1328
|
+
"category": "Libraries",
|
|
1329
|
+
"type": "3rd-party",
|
|
1330
|
+
"maintainers": [
|
|
1331
|
+
{
|
|
1332
|
+
"name": "modbender",
|
|
1333
|
+
"github": "modbender"
|
|
1066
1334
|
}
|
|
1335
|
+
],
|
|
1336
|
+
"compatibility": {
|
|
1337
|
+
"nuxt": "^3.0.0",
|
|
1338
|
+
"requires": {}
|
|
1067
1339
|
}
|
|
1068
1340
|
},
|
|
1069
1341
|
{
|
|
1070
1342
|
"name": "dotenv",
|
|
1071
|
-
"description": "A Nuxt
|
|
1343
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1072
1344
|
"repo": "nuxt-community/dotenv-module",
|
|
1073
1345
|
"npm": "@nuxtjs/dotenv",
|
|
1074
1346
|
"icon": "dotenv.png",
|
|
@@ -1090,7 +1362,7 @@
|
|
|
1090
1362
|
},
|
|
1091
1363
|
{
|
|
1092
1364
|
"name": "drupal-ce",
|
|
1093
|
-
"description": "Connects Nuxt
|
|
1365
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1094
1366
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1095
1367
|
"npm": "nuxtjs-drupal-ce",
|
|
1096
1368
|
"icon": "drupal-ce.png",
|
|
@@ -1123,7 +1395,7 @@
|
|
|
1123
1395
|
},
|
|
1124
1396
|
{
|
|
1125
1397
|
"name": "druxt",
|
|
1126
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1398
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1127
1399
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1128
1400
|
"npm": "druxt",
|
|
1129
1401
|
"icon": "druxt.svg",
|
|
@@ -1143,6 +1415,51 @@
|
|
|
1143
1415
|
"requires": {}
|
|
1144
1416
|
}
|
|
1145
1417
|
},
|
|
1418
|
+
{
|
|
1419
|
+
"name": "edgedb",
|
|
1420
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1421
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1422
|
+
"npm": "nuxt-edgedb-module",
|
|
1423
|
+
"icon": "edgedb.svg",
|
|
1424
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1425
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1426
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1427
|
+
"category": "Database",
|
|
1428
|
+
"type": "3rd-party",
|
|
1429
|
+
"maintainers": [
|
|
1430
|
+
{
|
|
1431
|
+
"name": "Yaël Guilloux",
|
|
1432
|
+
"github": "Tahul",
|
|
1433
|
+
"twitter": "yaeeelglx"
|
|
1434
|
+
}
|
|
1435
|
+
],
|
|
1436
|
+
"compatibility": {
|
|
1437
|
+
"nuxt": "^3.8.0",
|
|
1438
|
+
"requires": {}
|
|
1439
|
+
}
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"name": "electron",
|
|
1443
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1444
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1445
|
+
"npm": "nuxt-electron",
|
|
1446
|
+
"icon": "electron.svg",
|
|
1447
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1448
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1449
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1450
|
+
"category": "Extensions",
|
|
1451
|
+
"type": "3rd-party",
|
|
1452
|
+
"maintainers": [
|
|
1453
|
+
{
|
|
1454
|
+
"name": "草鞋没号",
|
|
1455
|
+
"github": "caoxiemeihao"
|
|
1456
|
+
}
|
|
1457
|
+
],
|
|
1458
|
+
"compatibility": {
|
|
1459
|
+
"nuxt": "^3.0.0",
|
|
1460
|
+
"requires": {}
|
|
1461
|
+
}
|
|
1462
|
+
},
|
|
1146
1463
|
{
|
|
1147
1464
|
"name": "element-plus",
|
|
1148
1465
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1169,7 +1486,7 @@
|
|
|
1169
1486
|
},
|
|
1170
1487
|
{
|
|
1171
1488
|
"name": "emotion",
|
|
1172
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1489
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1173
1490
|
"repo": "nuxt-modules/emotion",
|
|
1174
1491
|
"npm": "@nuxtjs/emotion",
|
|
1175
1492
|
"icon": "emotion.png",
|
|
@@ -1197,7 +1514,7 @@
|
|
|
1197
1514
|
},
|
|
1198
1515
|
{
|
|
1199
1516
|
"name": "eslint",
|
|
1200
|
-
"description": "ESLint module for Nuxt
|
|
1517
|
+
"description": "ESLint module for Nuxt",
|
|
1201
1518
|
"repo": "nuxt-community/eslint-module",
|
|
1202
1519
|
"npm": "@nuxtjs/eslint-module",
|
|
1203
1520
|
"icon": "eslint.png",
|
|
@@ -1213,13 +1530,13 @@
|
|
|
1213
1530
|
}
|
|
1214
1531
|
],
|
|
1215
1532
|
"compatibility": {
|
|
1216
|
-
"nuxt": "^2.0.0",
|
|
1533
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1217
1534
|
"requires": {}
|
|
1218
1535
|
}
|
|
1219
1536
|
},
|
|
1220
1537
|
{
|
|
1221
1538
|
"name": "event-trace",
|
|
1222
|
-
"description": "Module for event trace in Nuxt
|
|
1539
|
+
"description": "Module for event trace in Nuxt",
|
|
1223
1540
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1224
1541
|
"npm": "nuxt-event-trace",
|
|
1225
1542
|
"icon": "",
|
|
@@ -1263,7 +1580,7 @@
|
|
|
1263
1580
|
},
|
|
1264
1581
|
{
|
|
1265
1582
|
"name": "feature-toggle",
|
|
1266
|
-
"description": "Feature toggle module for Nuxt
|
|
1583
|
+
"description": "Feature toggle module for Nuxt",
|
|
1267
1584
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1268
1585
|
"npm": "nuxt-feature-toggle",
|
|
1269
1586
|
"icon": "",
|
|
@@ -1330,7 +1647,7 @@
|
|
|
1330
1647
|
},
|
|
1331
1648
|
{
|
|
1332
1649
|
"name": "floating-prompt-module",
|
|
1333
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1650
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1334
1651
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1335
1652
|
"npm": "nuxt-floating-prompt-module",
|
|
1336
1653
|
"icon": "",
|
|
@@ -1439,6 +1756,29 @@
|
|
|
1439
1756
|
"requires": {}
|
|
1440
1757
|
}
|
|
1441
1758
|
},
|
|
1759
|
+
{
|
|
1760
|
+
"name": "form-actions",
|
|
1761
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1762
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1763
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1764
|
+
"icon": "form-actions.svg",
|
|
1765
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1766
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1767
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1768
|
+
"category": "Request",
|
|
1769
|
+
"type": "3rd-party",
|
|
1770
|
+
"maintainers": [
|
|
1771
|
+
{
|
|
1772
|
+
"name": "Hebilicious",
|
|
1773
|
+
"github": "Hebilicious",
|
|
1774
|
+
"twitter": "its_hebilicious"
|
|
1775
|
+
}
|
|
1776
|
+
],
|
|
1777
|
+
"compatibility": {
|
|
1778
|
+
"nuxt": "^3.7.0",
|
|
1779
|
+
"requires": {}
|
|
1780
|
+
}
|
|
1781
|
+
},
|
|
1442
1782
|
{
|
|
1443
1783
|
"name": "formkit",
|
|
1444
1784
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1513,7 +1853,7 @@
|
|
|
1513
1853
|
},
|
|
1514
1854
|
{
|
|
1515
1855
|
"name": "google-adsense",
|
|
1516
|
-
"description": "Google Adsense Module for Nuxt
|
|
1856
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1517
1857
|
"repo": "nuxt-community/google-adsense-module",
|
|
1518
1858
|
"npm": "@nuxtjs/google-adsense",
|
|
1519
1859
|
"icon": "google-adsense.png",
|
|
@@ -1539,7 +1879,7 @@
|
|
|
1539
1879
|
},
|
|
1540
1880
|
{
|
|
1541
1881
|
"name": "google-analytics",
|
|
1542
|
-
"description": "Google analytics Module for Nuxt
|
|
1882
|
+
"description": "Google analytics Module for Nuxt",
|
|
1543
1883
|
"repo": "nuxt-community/analytics-module",
|
|
1544
1884
|
"npm": "@nuxtjs/google-analytics",
|
|
1545
1885
|
"icon": "google-analytics.png",
|
|
@@ -1571,12 +1911,12 @@
|
|
|
1571
1911
|
},
|
|
1572
1912
|
{
|
|
1573
1913
|
"name": "google-fonts",
|
|
1574
|
-
"description": "Google Fonts module for
|
|
1575
|
-
"repo": "nuxt-
|
|
1914
|
+
"description": "Google Fonts module for Nuxt",
|
|
1915
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1576
1916
|
"npm": "@nuxtjs/google-fonts",
|
|
1577
1917
|
"icon": "google-fonts.png",
|
|
1578
|
-
"github": "https://github.com/nuxt-
|
|
1579
|
-
"website": "https://
|
|
1918
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1919
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1580
1920
|
"learn_more": "https://developers.google.com/fonts",
|
|
1581
1921
|
"category": "Fonts",
|
|
1582
1922
|
"type": "community",
|
|
@@ -1595,7 +1935,7 @@
|
|
|
1595
1935
|
},
|
|
1596
1936
|
{
|
|
1597
1937
|
"name": "google-gtag",
|
|
1598
|
-
"description": "Google GTag for Nuxt
|
|
1938
|
+
"description": "Google GTag for Nuxt",
|
|
1599
1939
|
"repo": "nuxt-community/google-gtag",
|
|
1600
1940
|
"npm": "@nuxtjs/google-gtag",
|
|
1601
1941
|
"icon": "gtm.png",
|
|
@@ -1621,7 +1961,7 @@
|
|
|
1621
1961
|
},
|
|
1622
1962
|
{
|
|
1623
1963
|
"name": "google-optimize",
|
|
1624
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
1964
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1625
1965
|
"repo": "nuxt-community/google-optimize-module",
|
|
1626
1966
|
"npm": "nuxt-google-optimize",
|
|
1627
1967
|
"icon": "google-optimize.png",
|
|
@@ -1676,7 +2016,7 @@
|
|
|
1676
2016
|
},
|
|
1677
2017
|
{
|
|
1678
2018
|
"name": "graphql-request",
|
|
1679
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2019
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1680
2020
|
"repo": "gomah/nuxt-graphql-request",
|
|
1681
2021
|
"npm": "nuxt-graphql-request",
|
|
1682
2022
|
"icon": "graphql-request.png",
|
|
@@ -1692,7 +2032,7 @@
|
|
|
1692
2032
|
}
|
|
1693
2033
|
],
|
|
1694
2034
|
"compatibility": {
|
|
1695
|
-
"nuxt": "^2.0.0",
|
|
2035
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1696
2036
|
"requires": {}
|
|
1697
2037
|
}
|
|
1698
2038
|
},
|
|
@@ -1715,26 +2055,51 @@
|
|
|
1715
2055
|
],
|
|
1716
2056
|
"compatibility": {
|
|
1717
2057
|
"nuxt": "^3.0.0",
|
|
1718
|
-
"requires": {}
|
|
2058
|
+
"requires": {},
|
|
2059
|
+
"devtools": "^0.0.0"
|
|
1719
2060
|
}
|
|
1720
2061
|
},
|
|
1721
2062
|
{
|
|
1722
|
-
"name": "
|
|
1723
|
-
"description": "Google
|
|
1724
|
-
"repo": "nuxt-
|
|
1725
|
-
"npm": "
|
|
1726
|
-
"icon": "
|
|
1727
|
-
"github": "https://github.com/nuxt-
|
|
1728
|
-
"website": "https://github.com/nuxt-
|
|
1729
|
-
"learn_more": "
|
|
2063
|
+
"name": "gtag",
|
|
2064
|
+
"description": "Google Analytics integration for Nuxt",
|
|
2065
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
2066
|
+
"npm": "nuxt-gtag",
|
|
2067
|
+
"icon": "gtag.svg",
|
|
2068
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
2069
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
2070
|
+
"learn_more": "",
|
|
1730
2071
|
"category": "Analytics",
|
|
1731
|
-
"type": "
|
|
2072
|
+
"type": "3rd-party",
|
|
1732
2073
|
"maintainers": [
|
|
1733
2074
|
{
|
|
1734
|
-
"name": "
|
|
1735
|
-
"github": "
|
|
1736
|
-
"twitter": "
|
|
1737
|
-
|
|
2075
|
+
"name": "Johann Schopplich",
|
|
2076
|
+
"github": "johannschopplich",
|
|
2077
|
+
"twitter": "jschopplich",
|
|
2078
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
2079
|
+
}
|
|
2080
|
+
],
|
|
2081
|
+
"compatibility": {
|
|
2082
|
+
"nuxt": "^3.0.0",
|
|
2083
|
+
"requires": {}
|
|
2084
|
+
}
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"name": "gtm",
|
|
2088
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
2089
|
+
"repo": "nuxt-community/gtm-module",
|
|
2090
|
+
"npm": "@nuxtjs/gtm",
|
|
2091
|
+
"icon": "gtm.png",
|
|
2092
|
+
"github": "https://github.com/nuxt-community/gtm-module",
|
|
2093
|
+
"website": "https://github.com/nuxt-community/gtm-module",
|
|
2094
|
+
"learn_more": "https://marketingplatform.google.com/about/tag-manager/",
|
|
2095
|
+
"category": "Analytics",
|
|
2096
|
+
"type": "community",
|
|
2097
|
+
"maintainers": [
|
|
2098
|
+
{
|
|
2099
|
+
"name": "Pooya Parsa",
|
|
2100
|
+
"github": "pi0",
|
|
2101
|
+
"twitter": "_pi0_"
|
|
2102
|
+
}
|
|
1738
2103
|
],
|
|
1739
2104
|
"compatibility": {
|
|
1740
2105
|
"nuxt": "^2.0.0",
|
|
@@ -1743,7 +2108,7 @@
|
|
|
1743
2108
|
},
|
|
1744
2109
|
{
|
|
1745
2110
|
"name": "guess",
|
|
1746
|
-
"description": "Guess.js module for Nuxt
|
|
2111
|
+
"description": "Guess.js module for Nuxt",
|
|
1747
2112
|
"repo": "nuxt-community/guess-module",
|
|
1748
2113
|
"npm": "@nuxtjs/guess-module",
|
|
1749
2114
|
"icon": "guessjs.png",
|
|
@@ -1763,6 +2128,28 @@
|
|
|
1763
2128
|
"requires": {}
|
|
1764
2129
|
}
|
|
1765
2130
|
},
|
|
2131
|
+
{
|
|
2132
|
+
"name": "hanko",
|
|
2133
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2134
|
+
"repo": "nuxt-modules/hanko",
|
|
2135
|
+
"npm": "@nuxtjs/hanko",
|
|
2136
|
+
"icon": "hanko.svg",
|
|
2137
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2138
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2139
|
+
"learn_more": "https://hanko.io/",
|
|
2140
|
+
"category": "Security",
|
|
2141
|
+
"type": "community",
|
|
2142
|
+
"maintainers": [
|
|
2143
|
+
{
|
|
2144
|
+
"name": "danielroe",
|
|
2145
|
+
"github": "danielroe"
|
|
2146
|
+
}
|
|
2147
|
+
],
|
|
2148
|
+
"compatibility": {
|
|
2149
|
+
"nuxt": "^3.0.0",
|
|
2150
|
+
"requires": {}
|
|
2151
|
+
}
|
|
2152
|
+
},
|
|
1766
2153
|
{
|
|
1767
2154
|
"name": "harlem",
|
|
1768
2155
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1833,7 +2220,7 @@
|
|
|
1833
2220
|
},
|
|
1834
2221
|
{
|
|
1835
2222
|
"name": "helmet",
|
|
1836
|
-
"description": "Easy Helmet module with Nuxt
|
|
2223
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
1837
2224
|
"repo": "victor-perez/nuxt-helmet",
|
|
1838
2225
|
"npm": "nuxt-helmet",
|
|
1839
2226
|
"icon": "",
|
|
@@ -1877,7 +2264,7 @@
|
|
|
1877
2264
|
},
|
|
1878
2265
|
{
|
|
1879
2266
|
"name": "history-state",
|
|
1880
|
-
"description": "Nuxt
|
|
2267
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
1881
2268
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1882
2269
|
"npm": "nuxt-history-state",
|
|
1883
2270
|
"icon": "",
|
|
@@ -1946,7 +2333,7 @@
|
|
|
1946
2333
|
},
|
|
1947
2334
|
{
|
|
1948
2335
|
"name": "http",
|
|
1949
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2336
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
1950
2337
|
"repo": "nuxt/http",
|
|
1951
2338
|
"npm": "@nuxt/http",
|
|
1952
2339
|
"icon": "http.png",
|
|
@@ -1974,7 +2361,7 @@
|
|
|
1974
2361
|
},
|
|
1975
2362
|
{
|
|
1976
2363
|
"name": "humans-txt",
|
|
1977
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2364
|
+
"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.",
|
|
1978
2365
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1979
2366
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1980
2367
|
"icon": "",
|
|
@@ -1998,11 +2385,11 @@
|
|
|
1998
2385
|
{
|
|
1999
2386
|
"name": "i18n",
|
|
2000
2387
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2001
|
-
"repo": "nuxt-
|
|
2388
|
+
"repo": "nuxt-modules/i18n",
|
|
2002
2389
|
"npm": "@nuxtjs/i18n",
|
|
2003
2390
|
"icon": "i18n.png",
|
|
2004
|
-
"github": "https://github.com/nuxt-
|
|
2005
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2391
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2392
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2006
2393
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2007
2394
|
"category": "Extensions",
|
|
2008
2395
|
"type": "community",
|
|
@@ -2021,6 +2408,28 @@
|
|
|
2021
2408
|
"requires": {}
|
|
2022
2409
|
}
|
|
2023
2410
|
},
|
|
2411
|
+
{
|
|
2412
|
+
"name": "icon-font",
|
|
2413
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2414
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2415
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2416
|
+
"icon": "",
|
|
2417
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2418
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2419
|
+
"learn_more": "",
|
|
2420
|
+
"category": "UI",
|
|
2421
|
+
"type": "3rd-party",
|
|
2422
|
+
"maintainers": [
|
|
2423
|
+
{
|
|
2424
|
+
"name": "coremyslo",
|
|
2425
|
+
"github": "coremyslo"
|
|
2426
|
+
}
|
|
2427
|
+
],
|
|
2428
|
+
"compatibility": {
|
|
2429
|
+
"nuxt": "^3.0.0",
|
|
2430
|
+
"requires": {}
|
|
2431
|
+
}
|
|
2432
|
+
},
|
|
2024
2433
|
{
|
|
2025
2434
|
"name": "icon",
|
|
2026
2435
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2040,7 +2449,8 @@
|
|
|
2040
2449
|
],
|
|
2041
2450
|
"compatibility": {
|
|
2042
2451
|
"nuxt": "^3.0.0",
|
|
2043
|
-
"requires": {}
|
|
2452
|
+
"requires": {},
|
|
2453
|
+
"devtools": "^0.0.0"
|
|
2044
2454
|
}
|
|
2045
2455
|
},
|
|
2046
2456
|
{
|
|
@@ -2089,12 +2499,12 @@
|
|
|
2089
2499
|
},
|
|
2090
2500
|
{
|
|
2091
2501
|
"name": "image",
|
|
2092
|
-
"description": "Optimised images for
|
|
2502
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2093
2503
|
"repo": "nuxt/image",
|
|
2094
2504
|
"npm": "@nuxt/image",
|
|
2095
2505
|
"icon": "image.png",
|
|
2096
2506
|
"github": "https://github.com/nuxt/image",
|
|
2097
|
-
"website": "https://image.
|
|
2507
|
+
"website": "https://image.nuxt.com",
|
|
2098
2508
|
"learn_more": "",
|
|
2099
2509
|
"category": "Images",
|
|
2100
2510
|
"type": "official",
|
|
@@ -2104,6 +2514,11 @@
|
|
|
2104
2514
|
"github": "farnabaz",
|
|
2105
2515
|
"twitter": "a_birang"
|
|
2106
2516
|
},
|
|
2517
|
+
{
|
|
2518
|
+
"name": "Daniel Roe",
|
|
2519
|
+
"github": "danielroe",
|
|
2520
|
+
"twitter": "danielcroe"
|
|
2521
|
+
},
|
|
2107
2522
|
{
|
|
2108
2523
|
"name": "Pooya Parsa",
|
|
2109
2524
|
"github": "pi0",
|
|
@@ -2124,7 +2539,7 @@
|
|
|
2124
2539
|
},
|
|
2125
2540
|
{
|
|
2126
2541
|
"name": "imagemin",
|
|
2127
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2542
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2128
2543
|
"repo": "nuxt-community/imagemin-module",
|
|
2129
2544
|
"npm": "@nuxtjs/imagemin",
|
|
2130
2545
|
"icon": "imagemin.png",
|
|
@@ -2147,12 +2562,12 @@
|
|
|
2147
2562
|
{
|
|
2148
2563
|
"name": "inkline",
|
|
2149
2564
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2150
|
-
"repo": "inkline/
|
|
2151
|
-
"npm": "@inkline/
|
|
2565
|
+
"repo": "inkline/plugin",
|
|
2566
|
+
"npm": "@inkline/plugin",
|
|
2152
2567
|
"icon": "inkline.svg",
|
|
2153
|
-
"github": "https://github.com/inkline/
|
|
2568
|
+
"github": "https://github.com/inkline/plugin",
|
|
2154
2569
|
"website": "https://inkline.io",
|
|
2155
|
-
"learn_more": "https://inkline.io/docs/
|
|
2570
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2156
2571
|
"category": "UI",
|
|
2157
2572
|
"type": "3rd-party",
|
|
2158
2573
|
"maintainers": [
|
|
@@ -2171,7 +2586,7 @@
|
|
|
2171
2586
|
},
|
|
2172
2587
|
{
|
|
2173
2588
|
"name": "intercom",
|
|
2174
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2589
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2175
2590
|
"repo": "hex-digital/nuxt-intercom",
|
|
2176
2591
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2177
2592
|
"icon": "intercom.png",
|
|
@@ -2216,7 +2631,7 @@
|
|
|
2216
2631
|
},
|
|
2217
2632
|
{
|
|
2218
2633
|
"name": "jsonapi",
|
|
2219
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2634
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2220
2635
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2221
2636
|
"npm": "nuxt-jsonapi",
|
|
2222
2637
|
"icon": "jsonapi.svg",
|
|
@@ -2258,9 +2673,36 @@
|
|
|
2258
2673
|
"requires": {}
|
|
2259
2674
|
}
|
|
2260
2675
|
},
|
|
2676
|
+
{
|
|
2677
|
+
"name": "kinde",
|
|
2678
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2679
|
+
"repo": "nuxt-modules/kinde",
|
|
2680
|
+
"npm": "@nuxtjs/kinde",
|
|
2681
|
+
"icon": "kinde.svg",
|
|
2682
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2683
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2684
|
+
"learn_more": "https://kinde.com/",
|
|
2685
|
+
"category": "Security",
|
|
2686
|
+
"type": "community",
|
|
2687
|
+
"maintainers": [
|
|
2688
|
+
{
|
|
2689
|
+
"name": "danielroe",
|
|
2690
|
+
"github": "danielroe"
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"name": "daveordead",
|
|
2694
|
+
"github": "DaveOrDead",
|
|
2695
|
+
"twitter": "dave_or_dead"
|
|
2696
|
+
}
|
|
2697
|
+
],
|
|
2698
|
+
"compatibility": {
|
|
2699
|
+
"nuxt": "^3.0.0",
|
|
2700
|
+
"requires": {}
|
|
2701
|
+
}
|
|
2702
|
+
},
|
|
2261
2703
|
{
|
|
2262
2704
|
"name": "kql",
|
|
2263
|
-
"description": "Nuxt
|
|
2705
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2264
2706
|
"repo": "johannschopplich/nuxt-kql",
|
|
2265
2707
|
"npm": "nuxt-kql",
|
|
2266
2708
|
"icon": "kql.svg",
|
|
@@ -2284,7 +2726,7 @@
|
|
|
2284
2726
|
},
|
|
2285
2727
|
{
|
|
2286
2728
|
"name": "laravel-echo",
|
|
2287
|
-
"description": "Laravel Echo for Nuxt
|
|
2729
|
+
"description": "Laravel Echo for Nuxt",
|
|
2288
2730
|
"repo": "nuxt-community/laravel-echo",
|
|
2289
2731
|
"npm": "@nuxtjs/laravel-echo",
|
|
2290
2732
|
"icon": "laravel-echo.png",
|
|
@@ -2372,13 +2814,13 @@
|
|
|
2372
2814
|
},
|
|
2373
2815
|
{
|
|
2374
2816
|
"name": "link-checker",
|
|
2375
|
-
"description": "",
|
|
2817
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2376
2818
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2377
2819
|
"npm": "nuxt-link-checker",
|
|
2378
|
-
"icon": "",
|
|
2820
|
+
"icon": "link-checker.svg",
|
|
2379
2821
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2380
|
-
"website": "https://
|
|
2381
|
-
"learn_more": "",
|
|
2822
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2823
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2382
2824
|
"category": "SEO",
|
|
2383
2825
|
"type": "3rd-party",
|
|
2384
2826
|
"maintainers": [
|
|
@@ -2391,7 +2833,8 @@
|
|
|
2391
2833
|
],
|
|
2392
2834
|
"compatibility": {
|
|
2393
2835
|
"nuxt": "^3.0.0",
|
|
2394
|
-
"requires": {}
|
|
2836
|
+
"requires": {},
|
|
2837
|
+
"devtools": "^0.0.0"
|
|
2395
2838
|
}
|
|
2396
2839
|
},
|
|
2397
2840
|
{
|
|
@@ -2468,12 +2911,12 @@
|
|
|
2468
2911
|
},
|
|
2469
2912
|
{
|
|
2470
2913
|
"name": "logrocket",
|
|
2471
|
-
"description": "LogRocket module for Nuxt
|
|
2472
|
-
"repo": "nuxt-
|
|
2914
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
2915
|
+
"repo": "nuxt-modules/logrocket",
|
|
2473
2916
|
"npm": "nuxt-logrocket",
|
|
2474
2917
|
"icon": "logrocket.png",
|
|
2475
|
-
"github": "https://github.com/nuxt-
|
|
2476
|
-
"website": "https://github.com/nuxt-
|
|
2918
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
2919
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2477
2920
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2478
2921
|
"category": "Monitoring",
|
|
2479
2922
|
"type": "community",
|
|
@@ -2489,9 +2932,35 @@
|
|
|
2489
2932
|
"requires": {}
|
|
2490
2933
|
}
|
|
2491
2934
|
},
|
|
2935
|
+
{
|
|
2936
|
+
"name": "lucide-icons",
|
|
2937
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2938
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
2939
|
+
"npm": "nuxt-lucide-icons",
|
|
2940
|
+
"icon": "lucide-icons.svg",
|
|
2941
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2942
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2943
|
+
"learn_more": "",
|
|
2944
|
+
"category": "UI",
|
|
2945
|
+
"type": "3rd-party",
|
|
2946
|
+
"maintainers": [
|
|
2947
|
+
{
|
|
2948
|
+
"name": "SWIS",
|
|
2949
|
+
"github": "swisnl"
|
|
2950
|
+
},
|
|
2951
|
+
{
|
|
2952
|
+
"name": "Jasper Zonneveld",
|
|
2953
|
+
"github": "JaZo"
|
|
2954
|
+
}
|
|
2955
|
+
],
|
|
2956
|
+
"compatibility": {
|
|
2957
|
+
"nuxt": "^3.0.0",
|
|
2958
|
+
"requires": {}
|
|
2959
|
+
}
|
|
2960
|
+
},
|
|
2492
2961
|
{
|
|
2493
2962
|
"name": "lunr",
|
|
2494
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
2963
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2495
2964
|
"repo": "nuxt-community/lunr-module",
|
|
2496
2965
|
"npm": "@nuxtjs/lunr-module",
|
|
2497
2966
|
"icon": "",
|
|
@@ -2579,6 +3048,28 @@
|
|
|
2579
3048
|
"requires": {}
|
|
2580
3049
|
}
|
|
2581
3050
|
},
|
|
3051
|
+
{
|
|
3052
|
+
"name": "maz-ui",
|
|
3053
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3054
|
+
"repo": "louismazel/maz-ui",
|
|
3055
|
+
"npm": "maz-ui",
|
|
3056
|
+
"icon": "maz-ui.png",
|
|
3057
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3058
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3059
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3060
|
+
"category": "UI",
|
|
3061
|
+
"type": "community",
|
|
3062
|
+
"maintainers": [
|
|
3063
|
+
{
|
|
3064
|
+
"name": "Loïc Mazuel",
|
|
3065
|
+
"github": "LouisMazel"
|
|
3066
|
+
}
|
|
3067
|
+
],
|
|
3068
|
+
"compatibility": {
|
|
3069
|
+
"nuxt": "^3.0.0",
|
|
3070
|
+
"requires": {}
|
|
3071
|
+
}
|
|
3072
|
+
},
|
|
2582
3073
|
{
|
|
2583
3074
|
"name": "mdx",
|
|
2584
3075
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2602,9 +3093,34 @@
|
|
|
2602
3093
|
"requires": {}
|
|
2603
3094
|
}
|
|
2604
3095
|
},
|
|
3096
|
+
{
|
|
3097
|
+
"name": "medusa",
|
|
3098
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
3099
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
3100
|
+
"npm": "nuxt-medusa",
|
|
3101
|
+
"icon": "medusa.svg",
|
|
3102
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
3103
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
3104
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
3105
|
+
"category": "Ecommerce",
|
|
3106
|
+
"type": "3rd-party",
|
|
3107
|
+
"maintainers": [
|
|
3108
|
+
{
|
|
3109
|
+
"name": "Jakub Andrzejewski",
|
|
3110
|
+
"github": "Baroshem",
|
|
3111
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
3112
|
+
}
|
|
3113
|
+
],
|
|
3114
|
+
"compatibility": {
|
|
3115
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3116
|
+
"requires": {
|
|
3117
|
+
"bridge": true
|
|
3118
|
+
}
|
|
3119
|
+
}
|
|
3120
|
+
},
|
|
2605
3121
|
{
|
|
2606
3122
|
"name": "meilisearch",
|
|
2607
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3123
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2608
3124
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2609
3125
|
"npm": "nuxt-meilisearch",
|
|
2610
3126
|
"icon": "meilisearch.svg",
|
|
@@ -2624,7 +3140,8 @@
|
|
|
2624
3140
|
"nuxt": "^3.0.0",
|
|
2625
3141
|
"requires": {
|
|
2626
3142
|
"bridge": false
|
|
2627
|
-
}
|
|
3143
|
+
},
|
|
3144
|
+
"devtools": "^0.0.0"
|
|
2628
3145
|
}
|
|
2629
3146
|
},
|
|
2630
3147
|
{
|
|
@@ -2671,9 +3188,32 @@
|
|
|
2671
3188
|
"requires": {}
|
|
2672
3189
|
}
|
|
2673
3190
|
},
|
|
3191
|
+
{
|
|
3192
|
+
"name": "module-feed",
|
|
3193
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
3194
|
+
"repo": "tresko/nuxt-module-feed",
|
|
3195
|
+
"npm": "nuxt-module-feed",
|
|
3196
|
+
"icon": "",
|
|
3197
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
3198
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
3199
|
+
"learn_more": "",
|
|
3200
|
+
"category": "SEO",
|
|
3201
|
+
"type": "3rd-party",
|
|
3202
|
+
"maintainers": [
|
|
3203
|
+
{
|
|
3204
|
+
"name": "Miha Sedej",
|
|
3205
|
+
"github": "tresko",
|
|
3206
|
+
"twitter": "mihasedej"
|
|
3207
|
+
}
|
|
3208
|
+
],
|
|
3209
|
+
"compatibility": {
|
|
3210
|
+
"nuxt": "^3.0.0",
|
|
3211
|
+
"requires": {}
|
|
3212
|
+
}
|
|
3213
|
+
},
|
|
2674
3214
|
{
|
|
2675
3215
|
"name": "moment",
|
|
2676
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3216
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2677
3217
|
"repo": "nuxt-community/moment-module",
|
|
2678
3218
|
"npm": "@nuxtjs/moment",
|
|
2679
3219
|
"icon": "momentjs.png",
|
|
@@ -2700,7 +3240,7 @@
|
|
|
2700
3240
|
},
|
|
2701
3241
|
{
|
|
2702
3242
|
"name": "mq",
|
|
2703
|
-
"description": "vue-mq module for Nuxt.
|
|
3243
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2704
3244
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2705
3245
|
"npm": "nuxt-mq",
|
|
2706
3246
|
"icon": "",
|
|
@@ -2744,7 +3284,7 @@
|
|
|
2744
3284
|
},
|
|
2745
3285
|
{
|
|
2746
3286
|
"name": "netlify-cache",
|
|
2747
|
-
"description": "Nuxt
|
|
3287
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
2748
3288
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2749
3289
|
"npm": "nuxt-netlify-cache",
|
|
2750
3290
|
"icon": "netlify.png",
|
|
@@ -2789,7 +3329,7 @@
|
|
|
2789
3329
|
},
|
|
2790
3330
|
{
|
|
2791
3331
|
"name": "netlify",
|
|
2792
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3332
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
2793
3333
|
"repo": "bazzite/nuxt-netlify",
|
|
2794
3334
|
"npm": "@aceforth/nuxt-netlify",
|
|
2795
3335
|
"icon": "netlify.png",
|
|
@@ -2860,118 +3400,109 @@
|
|
|
2860
3400
|
}
|
|
2861
3401
|
},
|
|
2862
3402
|
{
|
|
2863
|
-
"name": "
|
|
2864
|
-
"description": "",
|
|
2865
|
-
"repo": "
|
|
2866
|
-
"npm": "
|
|
3403
|
+
"name": "nupolyon",
|
|
3404
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3405
|
+
"repo": "adenvt/nupolyon",
|
|
3406
|
+
"npm": "nupolyon",
|
|
2867
3407
|
"icon": "",
|
|
2868
|
-
"github": "https://github.com/
|
|
2869
|
-
"website": "https://github.com/
|
|
3408
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3409
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
2870
3410
|
"learn_more": "",
|
|
2871
|
-
"category": "
|
|
3411
|
+
"category": "Performance",
|
|
2872
3412
|
"type": "3rd-party",
|
|
2873
3413
|
"maintainers": [
|
|
2874
3414
|
{
|
|
2875
|
-
"name": "
|
|
2876
|
-
"github": "
|
|
3415
|
+
"name": "adenvt",
|
|
3416
|
+
"github": "adenvt"
|
|
2877
3417
|
}
|
|
2878
3418
|
],
|
|
2879
3419
|
"compatibility": {
|
|
2880
|
-
"nuxt": "^
|
|
3420
|
+
"nuxt": "^3.0.0",
|
|
2881
3421
|
"requires": {}
|
|
2882
3422
|
}
|
|
2883
3423
|
},
|
|
2884
3424
|
{
|
|
2885
|
-
"name": "nuxt-
|
|
2886
|
-
"description": "
|
|
2887
|
-
"repo": "
|
|
2888
|
-
"npm": "nuxt-
|
|
2889
|
-
"icon": "
|
|
2890
|
-
"github": "https://github.com/
|
|
2891
|
-
"website": "https://nuxt-
|
|
3425
|
+
"name": "nuxt-anchorscroll",
|
|
3426
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3427
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3428
|
+
"npm": "nuxt-anchorscroll",
|
|
3429
|
+
"icon": "",
|
|
3430
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3431
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
2892
3432
|
"learn_more": "",
|
|
2893
|
-
"category": "
|
|
3433
|
+
"category": "UI",
|
|
2894
3434
|
"type": "3rd-party",
|
|
2895
3435
|
"maintainers": [
|
|
2896
3436
|
{
|
|
2897
|
-
"name": "
|
|
2898
|
-
"github": "
|
|
2899
|
-
"twitter": "dulnan",
|
|
2900
|
-
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
2901
|
-
},
|
|
2902
|
-
{
|
|
2903
|
-
"name": "ayalon",
|
|
2904
|
-
"github": "ayalon",
|
|
2905
|
-
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
3437
|
+
"name": "Helltraitor",
|
|
3438
|
+
"github": "helltraitor"
|
|
2906
3439
|
}
|
|
2907
3440
|
],
|
|
2908
3441
|
"compatibility": {
|
|
2909
|
-
"nuxt": "^
|
|
3442
|
+
"nuxt": "^3.0.0",
|
|
2910
3443
|
"requires": {}
|
|
2911
3444
|
}
|
|
2912
3445
|
},
|
|
2913
3446
|
{
|
|
2914
|
-
"name": "nuxt-
|
|
2915
|
-
"description": "",
|
|
2916
|
-
"repo": "
|
|
2917
|
-
"npm": "
|
|
2918
|
-
"icon": "",
|
|
2919
|
-
"github": "https://github.com/
|
|
2920
|
-
"website": "https://github.com/
|
|
3447
|
+
"name": "nuxt-auth-sanctum",
|
|
3448
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3449
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3450
|
+
"npm": "nuxt-auth-sanctum",
|
|
3451
|
+
"icon": "laravel.svg",
|
|
3452
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3453
|
+
"website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
2921
3454
|
"learn_more": "",
|
|
2922
|
-
"category": "
|
|
3455
|
+
"category": "Security",
|
|
2923
3456
|
"type": "3rd-party",
|
|
2924
3457
|
"maintainers": [
|
|
2925
3458
|
{
|
|
2926
|
-
"name": "
|
|
2927
|
-
"github": "
|
|
3459
|
+
"name": "Artem Manchenkov",
|
|
3460
|
+
"github": "manchenkoff",
|
|
3461
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
2928
3462
|
}
|
|
2929
3463
|
],
|
|
2930
3464
|
"compatibility": {
|
|
2931
|
-
"nuxt": "^
|
|
3465
|
+
"nuxt": "^3.0.0",
|
|
2932
3466
|
"requires": {}
|
|
2933
3467
|
}
|
|
2934
3468
|
},
|
|
2935
3469
|
{
|
|
2936
|
-
"name": "nuxt-
|
|
2937
|
-
"description": "
|
|
2938
|
-
"repo": "
|
|
2939
|
-
"npm": "nuxt-
|
|
2940
|
-
"icon": "
|
|
2941
|
-
"github": "https://github.com/
|
|
2942
|
-
"website": "https://github.com/
|
|
3470
|
+
"name": "nuxt-basic-auth",
|
|
3471
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3472
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3473
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3474
|
+
"icon": "",
|
|
3475
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3476
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
2943
3477
|
"learn_more": "",
|
|
2944
|
-
"category": "
|
|
3478
|
+
"category": "Security",
|
|
2945
3479
|
"type": "3rd-party",
|
|
2946
3480
|
"maintainers": [
|
|
2947
3481
|
{
|
|
2948
|
-
"name": "
|
|
2949
|
-
"github": "
|
|
3482
|
+
"name": "kgierke",
|
|
3483
|
+
"github": "kgierke"
|
|
2950
3484
|
}
|
|
2951
3485
|
],
|
|
2952
3486
|
"compatibility": {
|
|
2953
|
-
"nuxt": "^
|
|
2954
|
-
"requires": {
|
|
2955
|
-
"bridge": "optional"
|
|
2956
|
-
}
|
|
3487
|
+
"nuxt": "^3.0.0",
|
|
3488
|
+
"requires": {}
|
|
2957
3489
|
}
|
|
2958
3490
|
},
|
|
2959
3491
|
{
|
|
2960
|
-
"name": "nuxt-
|
|
2961
|
-
"description": "
|
|
2962
|
-
"repo": "
|
|
2963
|
-
"npm": "
|
|
2964
|
-
"icon": "
|
|
2965
|
-
"github": "https://github.com/
|
|
2966
|
-
"website": "https://
|
|
2967
|
-
"learn_more": "https://
|
|
2968
|
-
"category": "
|
|
3492
|
+
"name": "nuxt-bootstrap-icons",
|
|
3493
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3494
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3495
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3496
|
+
"icon": "bootstrap-icons.svg",
|
|
3497
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3498
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3499
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3500
|
+
"category": "UI",
|
|
2969
3501
|
"type": "3rd-party",
|
|
2970
3502
|
"maintainers": [
|
|
2971
3503
|
{
|
|
2972
|
-
"name": "
|
|
2973
|
-
"github": "
|
|
2974
|
-
"twitter": "craig_harman"
|
|
3504
|
+
"name": "OyewoleOyedeji",
|
|
3505
|
+
"github": "OyewoleOyedeji"
|
|
2975
3506
|
}
|
|
2976
3507
|
],
|
|
2977
3508
|
"compatibility": {
|
|
@@ -2980,21 +3511,20 @@
|
|
|
2980
3511
|
}
|
|
2981
3512
|
},
|
|
2982
3513
|
{
|
|
2983
|
-
"name": "nuxt-
|
|
2984
|
-
"description": "
|
|
2985
|
-
"repo": "
|
|
2986
|
-
"npm": "nuxt-
|
|
2987
|
-
"icon": "",
|
|
2988
|
-
"github": "https://github.com/
|
|
2989
|
-
"website": "https://
|
|
2990
|
-
"learn_more": "",
|
|
3514
|
+
"name": "nuxt-chatgpt",
|
|
3515
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3516
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3517
|
+
"npm": "nuxt-chatgpt",
|
|
3518
|
+
"icon": "chatgpt.svg",
|
|
3519
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3520
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3521
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
2991
3522
|
"category": "Libraries",
|
|
2992
3523
|
"type": "3rd-party",
|
|
2993
3524
|
"maintainers": [
|
|
2994
3525
|
{
|
|
2995
|
-
"name": "
|
|
2996
|
-
"github": "
|
|
2997
|
-
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
3526
|
+
"name": "Oliver Trajceski",
|
|
3527
|
+
"github": "schnapsterdog"
|
|
2998
3528
|
}
|
|
2999
3529
|
],
|
|
3000
3530
|
"compatibility": {
|
|
@@ -3003,20 +3533,24 @@
|
|
|
3003
3533
|
}
|
|
3004
3534
|
},
|
|
3005
3535
|
{
|
|
3006
|
-
"name": "nuxt-
|
|
3007
|
-
"description": "
|
|
3008
|
-
"repo": "
|
|
3009
|
-
"npm": "nuxt-
|
|
3010
|
-
"icon": "nuxt-
|
|
3011
|
-
"github": "https://github.com/
|
|
3012
|
-
"website": "https://github.com/
|
|
3013
|
-
"learn_more": "https://
|
|
3536
|
+
"name": "nuxt-facebook-chat",
|
|
3537
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3538
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3539
|
+
"npm": "nuxt-facebook-chat",
|
|
3540
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3541
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3542
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3543
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3014
3544
|
"category": "Libraries",
|
|
3015
3545
|
"type": "3rd-party",
|
|
3016
3546
|
"maintainers": [
|
|
3017
3547
|
{
|
|
3018
|
-
"name": "
|
|
3019
|
-
"github": "
|
|
3548
|
+
"name": "Supanut Dokmaithong",
|
|
3549
|
+
"github": "Boomgeek"
|
|
3550
|
+
},
|
|
3551
|
+
{
|
|
3552
|
+
"name": "superdev-tech",
|
|
3553
|
+
"github": "superdev-tech"
|
|
3020
3554
|
}
|
|
3021
3555
|
],
|
|
3022
3556
|
"compatibility": {
|
|
@@ -3025,21 +3559,20 @@
|
|
|
3025
3559
|
}
|
|
3026
3560
|
},
|
|
3027
3561
|
{
|
|
3028
|
-
"name": "nuxt-
|
|
3029
|
-
"description": "
|
|
3030
|
-
"repo": "
|
|
3031
|
-
"npm": "
|
|
3032
|
-
"icon": "
|
|
3033
|
-
"github": "https://github.com/
|
|
3034
|
-
"website": "https://
|
|
3035
|
-
"learn_more": "
|
|
3036
|
-
"category": "
|
|
3562
|
+
"name": "nuxt-feedme",
|
|
3563
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3564
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3565
|
+
"npm": "nuxt-feedme",
|
|
3566
|
+
"icon": "",
|
|
3567
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3568
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3569
|
+
"learn_more": "",
|
|
3570
|
+
"category": "SEO",
|
|
3037
3571
|
"type": "3rd-party",
|
|
3038
3572
|
"maintainers": [
|
|
3039
3573
|
{
|
|
3040
|
-
"name": "
|
|
3041
|
-
"github": "
|
|
3042
|
-
"twitter": "sidebase_io"
|
|
3574
|
+
"name": "Helltraitor",
|
|
3575
|
+
"github": "helltraitor"
|
|
3043
3576
|
}
|
|
3044
3577
|
],
|
|
3045
3578
|
"compatibility": {
|
|
@@ -3048,10 +3581,355 @@
|
|
|
3048
3581
|
}
|
|
3049
3582
|
},
|
|
3050
3583
|
{
|
|
3051
|
-
"name": "nuxt-
|
|
3052
|
-
"description": "
|
|
3053
|
-
"repo": "
|
|
3054
|
-
"npm": "nuxt-
|
|
3584
|
+
"name": "nuxt-graphql-middleware",
|
|
3585
|
+
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
3586
|
+
"repo": "dulnan/nuxt-graphql-middleware",
|
|
3587
|
+
"npm": "nuxt-graphql-middleware",
|
|
3588
|
+
"icon": "nuxt-graphql-middleware.svg",
|
|
3589
|
+
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3590
|
+
"website": "https://nuxt-graphql-middleware.dulnan.net",
|
|
3591
|
+
"learn_more": "",
|
|
3592
|
+
"category": "Request",
|
|
3593
|
+
"type": "3rd-party",
|
|
3594
|
+
"maintainers": [
|
|
3595
|
+
{
|
|
3596
|
+
"name": "dulnan",
|
|
3597
|
+
"github": "dulnan",
|
|
3598
|
+
"twitter": "dulnan",
|
|
3599
|
+
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
3600
|
+
},
|
|
3601
|
+
{
|
|
3602
|
+
"name": "ayalon",
|
|
3603
|
+
"github": "ayalon",
|
|
3604
|
+
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
3605
|
+
}
|
|
3606
|
+
],
|
|
3607
|
+
"compatibility": {
|
|
3608
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3609
|
+
"requires": {}
|
|
3610
|
+
}
|
|
3611
|
+
},
|
|
3612
|
+
{
|
|
3613
|
+
"name": "nuxt-graphql-playground",
|
|
3614
|
+
"description": "",
|
|
3615
|
+
"repo": "pinpon-dev/nuxt-graphql-playground",
|
|
3616
|
+
"npm": "@pin-pon/nuxt-graphql-playground",
|
|
3617
|
+
"icon": "",
|
|
3618
|
+
"github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
3619
|
+
"website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
3620
|
+
"learn_more": "",
|
|
3621
|
+
"category": "Devtools",
|
|
3622
|
+
"type": "3rd-party",
|
|
3623
|
+
"maintainers": [
|
|
3624
|
+
{
|
|
3625
|
+
"name": "pinpon-dev",
|
|
3626
|
+
"github": "pinpon-dev"
|
|
3627
|
+
}
|
|
3628
|
+
],
|
|
3629
|
+
"compatibility": {
|
|
3630
|
+
"nuxt": "^2.0.0",
|
|
3631
|
+
"requires": {}
|
|
3632
|
+
}
|
|
3633
|
+
},
|
|
3634
|
+
{
|
|
3635
|
+
"name": "nuxt-gtm",
|
|
3636
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3637
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3638
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3639
|
+
"icon": "nuxt-gtm.svg",
|
|
3640
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3641
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3642
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3643
|
+
"category": "Analytics",
|
|
3644
|
+
"type": "3rd-party",
|
|
3645
|
+
"maintainers": [
|
|
3646
|
+
{
|
|
3647
|
+
"name": "Zadig&Voltaire Team",
|
|
3648
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3649
|
+
}
|
|
3650
|
+
],
|
|
3651
|
+
"compatibility": {
|
|
3652
|
+
"nuxt": "^3.0.0",
|
|
3653
|
+
"requires": {},
|
|
3654
|
+
"devtools": "^0.0.0"
|
|
3655
|
+
}
|
|
3656
|
+
},
|
|
3657
|
+
{
|
|
3658
|
+
"name": "nuxt-hue",
|
|
3659
|
+
"description": "Enlighten your Nuxt experience",
|
|
3660
|
+
"repo": "lihbr/nuxt-hue",
|
|
3661
|
+
"npm": "nuxt-hue",
|
|
3662
|
+
"icon": "nuxt-hue.svg",
|
|
3663
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
3664
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
3665
|
+
"learn_more": "",
|
|
3666
|
+
"category": "Devtools",
|
|
3667
|
+
"type": "3rd-party",
|
|
3668
|
+
"maintainers": [
|
|
3669
|
+
{
|
|
3670
|
+
"name": "lihbr",
|
|
3671
|
+
"github": "lihbr"
|
|
3672
|
+
}
|
|
3673
|
+
],
|
|
3674
|
+
"compatibility": {
|
|
3675
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3676
|
+
"requires": {
|
|
3677
|
+
"bridge": "optional"
|
|
3678
|
+
}
|
|
3679
|
+
}
|
|
3680
|
+
},
|
|
3681
|
+
{
|
|
3682
|
+
"name": "nuxt-jsonld",
|
|
3683
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3684
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3685
|
+
"npm": "nuxt-jsonld",
|
|
3686
|
+
"icon": "",
|
|
3687
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3688
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3689
|
+
"learn_more": "",
|
|
3690
|
+
"category": "SEO",
|
|
3691
|
+
"type": "3rd-party",
|
|
3692
|
+
"maintainers": [
|
|
3693
|
+
{
|
|
3694
|
+
"name": "ymmooot",
|
|
3695
|
+
"github": "ymmooot"
|
|
3696
|
+
}
|
|
3697
|
+
],
|
|
3698
|
+
"compatibility": {
|
|
3699
|
+
"nuxt": "^3.0.0",
|
|
3700
|
+
"requires": {}
|
|
3701
|
+
}
|
|
3702
|
+
},
|
|
3703
|
+
{
|
|
3704
|
+
"name": "nuxt-localtunnel",
|
|
3705
|
+
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
3706
|
+
"repo": "nuxtus/localtunnel",
|
|
3707
|
+
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3708
|
+
"icon": "nuxt-localtunnel.svg",
|
|
3709
|
+
"github": "https://github.com/nuxtus/localtunnel",
|
|
3710
|
+
"website": "https://nuxtus.com",
|
|
3711
|
+
"learn_more": "https://docs.nuxtus.com/#/localtunnel",
|
|
3712
|
+
"category": "Devtools",
|
|
3713
|
+
"type": "3rd-party",
|
|
3714
|
+
"maintainers": [
|
|
3715
|
+
{
|
|
3716
|
+
"name": "Craig Harman",
|
|
3717
|
+
"github": "craigharman",
|
|
3718
|
+
"twitter": "craig_harman"
|
|
3719
|
+
}
|
|
3720
|
+
],
|
|
3721
|
+
"compatibility": {
|
|
3722
|
+
"nuxt": "^3.0.0",
|
|
3723
|
+
"requires": {}
|
|
3724
|
+
}
|
|
3725
|
+
},
|
|
3726
|
+
{
|
|
3727
|
+
"name": "nuxt-loco",
|
|
3728
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3729
|
+
"repo": "gaetansenn/nuxt-loco",
|
|
3730
|
+
"npm": "nuxt-loco",
|
|
3731
|
+
"icon": "",
|
|
3732
|
+
"github": "https://github.com/gaetansenn/nuxt-loco",
|
|
3733
|
+
"website": "https://nuxt-loco.dewib.com/",
|
|
3734
|
+
"learn_more": "",
|
|
3735
|
+
"category": "Libraries",
|
|
3736
|
+
"type": "3rd-party",
|
|
3737
|
+
"maintainers": [
|
|
3738
|
+
{
|
|
3739
|
+
"name": "Gaetan SENN",
|
|
3740
|
+
"github": "gaetansenn",
|
|
3741
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
3742
|
+
}
|
|
3743
|
+
],
|
|
3744
|
+
"compatibility": {
|
|
3745
|
+
"nuxt": "^3.0.0",
|
|
3746
|
+
"requires": {}
|
|
3747
|
+
}
|
|
3748
|
+
},
|
|
3749
|
+
{
|
|
3750
|
+
"name": "nuxt-mail",
|
|
3751
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3752
|
+
"repo": "dword-design/nuxt-mail",
|
|
3753
|
+
"npm": "nuxt-mail",
|
|
3754
|
+
"icon": "",
|
|
3755
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3756
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3757
|
+
"learn_more": "",
|
|
3758
|
+
"category": "Extensions",
|
|
3759
|
+
"type": "3rd-party",
|
|
3760
|
+
"maintainers": [
|
|
3761
|
+
{
|
|
3762
|
+
"name": "Sebastian Landwehr",
|
|
3763
|
+
"github": "dword-design"
|
|
3764
|
+
}
|
|
3765
|
+
],
|
|
3766
|
+
"compatibility": {
|
|
3767
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3768
|
+
"requires": {}
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"name": "nuxt-mapbox",
|
|
3773
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3774
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3775
|
+
"npm": "nuxt-mapbox",
|
|
3776
|
+
"icon": "nuxt-mapbox.svg",
|
|
3777
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3778
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3779
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3780
|
+
"category": "Libraries",
|
|
3781
|
+
"type": "3rd-party",
|
|
3782
|
+
"maintainers": [
|
|
3783
|
+
{
|
|
3784
|
+
"name": "Alex Lavoie",
|
|
3785
|
+
"github": "AlexLavoie42"
|
|
3786
|
+
}
|
|
3787
|
+
],
|
|
3788
|
+
"compatibility": {
|
|
3789
|
+
"nuxt": "^3.0.0",
|
|
3790
|
+
"requires": {}
|
|
3791
|
+
}
|
|
3792
|
+
},
|
|
3793
|
+
{
|
|
3794
|
+
"name": "nuxt-mdi",
|
|
3795
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3796
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3797
|
+
"npm": "nuxt-mdi",
|
|
3798
|
+
"icon": "mdi.png",
|
|
3799
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3800
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3801
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3802
|
+
"category": "Libraries",
|
|
3803
|
+
"type": "3rd-party",
|
|
3804
|
+
"maintainers": [
|
|
3805
|
+
{
|
|
3806
|
+
"name": "Emil Rosenius",
|
|
3807
|
+
"github": "ERPedersen"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"compatibility": {
|
|
3811
|
+
"nuxt": "^3.0.0",
|
|
3812
|
+
"requires": {}
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3815
|
+
{
|
|
3816
|
+
"name": "nuxt-monaco-editor",
|
|
3817
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
3818
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
3819
|
+
"npm": "nuxt-monaco-editor",
|
|
3820
|
+
"icon": "nuxt-monaco-editor.png",
|
|
3821
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
3822
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
3823
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
3824
|
+
"category": "Libraries",
|
|
3825
|
+
"type": "3rd-party",
|
|
3826
|
+
"maintainers": [
|
|
3827
|
+
{
|
|
3828
|
+
"name": "e-chan1007",
|
|
3829
|
+
"github": "e-chan1007"
|
|
3830
|
+
}
|
|
3831
|
+
],
|
|
3832
|
+
"compatibility": {
|
|
3833
|
+
"nuxt": "^3.0.0",
|
|
3834
|
+
"requires": {}
|
|
3835
|
+
}
|
|
3836
|
+
},
|
|
3837
|
+
{
|
|
3838
|
+
"name": "nuxt-mongoose",
|
|
3839
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3840
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3841
|
+
"npm": "nuxt-mongoose",
|
|
3842
|
+
"icon": "nuxt-mongoose.svg",
|
|
3843
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3844
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3845
|
+
"learn_more": "",
|
|
3846
|
+
"category": "Database",
|
|
3847
|
+
"type": "3rd-party",
|
|
3848
|
+
"maintainers": [
|
|
3849
|
+
{
|
|
3850
|
+
"name": "arashsheyda",
|
|
3851
|
+
"github": "arashsheyda"
|
|
3852
|
+
}
|
|
3853
|
+
],
|
|
3854
|
+
"compatibility": {
|
|
3855
|
+
"nuxt": "^3.0.0",
|
|
3856
|
+
"requires": {},
|
|
3857
|
+
"devtools": "^0.0.0"
|
|
3858
|
+
}
|
|
3859
|
+
},
|
|
3860
|
+
{
|
|
3861
|
+
"name": "nuxt-payload-analyzer",
|
|
3862
|
+
"description": "Analyze Nuxt Payload Size",
|
|
3863
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
3864
|
+
"npm": "nuxt-payload-analyzer",
|
|
3865
|
+
"icon": "",
|
|
3866
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
3867
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
3868
|
+
"learn_more": "",
|
|
3869
|
+
"category": "Performance",
|
|
3870
|
+
"type": "3rd-party",
|
|
3871
|
+
"maintainers": [
|
|
3872
|
+
{
|
|
3873
|
+
"name": "Barbapapazes",
|
|
3874
|
+
"github": "Barbapapazes",
|
|
3875
|
+
"twitter": "soubiran_"
|
|
3876
|
+
}
|
|
3877
|
+
],
|
|
3878
|
+
"compatibility": {
|
|
3879
|
+
"nuxt": "^3.0.0",
|
|
3880
|
+
"requires": {}
|
|
3881
|
+
}
|
|
3882
|
+
},
|
|
3883
|
+
{
|
|
3884
|
+
"name": "nuxt-pdf",
|
|
3885
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
3886
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3887
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
3888
|
+
"icon": "nuxt-pdf.png",
|
|
3889
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
3890
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
3891
|
+
"learn_more": "https://github.com/sidebase",
|
|
3892
|
+
"category": "Extensions",
|
|
3893
|
+
"type": "3rd-party",
|
|
3894
|
+
"maintainers": [
|
|
3895
|
+
{
|
|
3896
|
+
"name": "sidebase",
|
|
3897
|
+
"github": "sidebase",
|
|
3898
|
+
"twitter": "sidebase_io"
|
|
3899
|
+
}
|
|
3900
|
+
],
|
|
3901
|
+
"compatibility": {
|
|
3902
|
+
"nuxt": "^3.0.0",
|
|
3903
|
+
"requires": {}
|
|
3904
|
+
}
|
|
3905
|
+
},
|
|
3906
|
+
{
|
|
3907
|
+
"name": "nuxt-phosphor-icons",
|
|
3908
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3909
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3910
|
+
"npm": "nuxt-phosphor-icons",
|
|
3911
|
+
"icon": "phosphor-icons.svg",
|
|
3912
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3913
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3914
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3915
|
+
"category": "UI",
|
|
3916
|
+
"type": "3rd-party",
|
|
3917
|
+
"maintainers": [
|
|
3918
|
+
{
|
|
3919
|
+
"name": "OyewoleOyedeji",
|
|
3920
|
+
"github": "OyewoleOyedeji"
|
|
3921
|
+
}
|
|
3922
|
+
],
|
|
3923
|
+
"compatibility": {
|
|
3924
|
+
"nuxt": "^3.0.0",
|
|
3925
|
+
"requires": {}
|
|
3926
|
+
}
|
|
3927
|
+
},
|
|
3928
|
+
{
|
|
3929
|
+
"name": "nuxt-pino-log",
|
|
3930
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
3931
|
+
"repo": "kpn/nuxt-pino-log",
|
|
3932
|
+
"npm": "nuxt-pino-log",
|
|
3055
3933
|
"icon": "",
|
|
3056
3934
|
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
3057
3935
|
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
@@ -3071,7 +3949,7 @@
|
|
|
3071
3949
|
},
|
|
3072
3950
|
{
|
|
3073
3951
|
"name": "plausible",
|
|
3074
|
-
"description": "Nuxt
|
|
3952
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3075
3953
|
"repo": "nuxt-modules/plausible",
|
|
3076
3954
|
"npm": "@nuxtjs/plausible",
|
|
3077
3955
|
"icon": "plausible.png",
|
|
@@ -3091,9 +3969,35 @@
|
|
|
3091
3969
|
"requires": {}
|
|
3092
3970
|
}
|
|
3093
3971
|
},
|
|
3972
|
+
{
|
|
3973
|
+
"name": "nuxt-plotly",
|
|
3974
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3975
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3976
|
+
"npm": "nuxt-plotly",
|
|
3977
|
+
"icon": "nuxt-plotly.svg",
|
|
3978
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3979
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3980
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3981
|
+
"category": "Libraries",
|
|
3982
|
+
"type": "3rd-party",
|
|
3983
|
+
"maintainers": [
|
|
3984
|
+
{
|
|
3985
|
+
"name": "Supanut Dokmaithong",
|
|
3986
|
+
"github": "Boomgeek"
|
|
3987
|
+
},
|
|
3988
|
+
{
|
|
3989
|
+
"name": "superdev-tech",
|
|
3990
|
+
"github": "superdev-tech"
|
|
3991
|
+
}
|
|
3992
|
+
],
|
|
3993
|
+
"compatibility": {
|
|
3994
|
+
"nuxt": "^3.0.0",
|
|
3995
|
+
"requires": {}
|
|
3996
|
+
}
|
|
3997
|
+
},
|
|
3094
3998
|
{
|
|
3095
3999
|
"name": "nuxt-png-to-ico",
|
|
3096
|
-
"description": "Nuxt
|
|
4000
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3097
4001
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3098
4002
|
"npm": "nuxt-png-to-ico",
|
|
3099
4003
|
"icon": "",
|
|
@@ -3116,7 +4020,7 @@
|
|
|
3116
4020
|
},
|
|
3117
4021
|
{
|
|
3118
4022
|
"name": "nuxt-smartlook",
|
|
3119
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4023
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3120
4024
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3121
4025
|
"npm": "nuxt-smartlook",
|
|
3122
4026
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3138,6 +4042,28 @@
|
|
|
3138
4042
|
"requires": {}
|
|
3139
4043
|
}
|
|
3140
4044
|
},
|
|
4045
|
+
{
|
|
4046
|
+
"name": "nuxt-social-share",
|
|
4047
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4048
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4049
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4050
|
+
"icon": "nuxt-social-share.png",
|
|
4051
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4052
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4053
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4054
|
+
"category": "Extensions",
|
|
4055
|
+
"type": "3rd-party",
|
|
4056
|
+
"maintainers": [
|
|
4057
|
+
{
|
|
4058
|
+
"name": "stefanobartoletti",
|
|
4059
|
+
"github": "stefanobartoletti"
|
|
4060
|
+
}
|
|
4061
|
+
],
|
|
4062
|
+
"compatibility": {
|
|
4063
|
+
"nuxt": "^3.0.0",
|
|
4064
|
+
"requires": {}
|
|
4065
|
+
}
|
|
4066
|
+
},
|
|
3141
4067
|
{
|
|
3142
4068
|
"name": "ssr-lit",
|
|
3143
4069
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3168,7 +4094,7 @@
|
|
|
3168
4094
|
},
|
|
3169
4095
|
{
|
|
3170
4096
|
"name": "nuxt-storm",
|
|
3171
|
-
"description": "WebStorm & PHPStorm support for
|
|
4097
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3172
4098
|
"repo": "fumeapp/nuxt-storm",
|
|
3173
4099
|
"npm": "nuxt-storm",
|
|
3174
4100
|
"icon": "nuxt-storm.png",
|
|
@@ -3212,7 +4138,7 @@
|
|
|
3212
4138
|
},
|
|
3213
4139
|
{
|
|
3214
4140
|
"name": "nuxt-unleash",
|
|
3215
|
-
"description": "Nuxt
|
|
4141
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3216
4142
|
"repo": "conejerock/nuxt-unleash",
|
|
3217
4143
|
"npm": "nuxt-unleash",
|
|
3218
4144
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3303,12 +4229,12 @@
|
|
|
3303
4229
|
{
|
|
3304
4230
|
"name": "nuxt-vue3-google-signin",
|
|
3305
4231
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3306
|
-
"repo": "
|
|
4232
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3307
4233
|
"npm": "nuxt-vue3-google-signin",
|
|
3308
4234
|
"icon": "vue3-google-signin.svg",
|
|
3309
|
-
"github": "https://github.com/
|
|
3310
|
-
"website": "https://vue3-google-signin.
|
|
3311
|
-
"learn_more": "https://vue3-google-signin.
|
|
4235
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4236
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4237
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3312
4238
|
"category": "Libraries",
|
|
3313
4239
|
"type": "3rd-party",
|
|
3314
4240
|
"maintainers": [
|
|
@@ -3322,9 +4248,53 @@
|
|
|
3322
4248
|
"requires": {}
|
|
3323
4249
|
}
|
|
3324
4250
|
},
|
|
4251
|
+
{
|
|
4252
|
+
"name": "nuxt-vuetify",
|
|
4253
|
+
"description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
|
|
4254
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
4255
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
4256
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
4257
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
4258
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
4259
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
4260
|
+
"category": "UI",
|
|
4261
|
+
"type": "3rd-party",
|
|
4262
|
+
"maintainers": [
|
|
4263
|
+
{
|
|
4264
|
+
"name": "Jens van Hellemondt",
|
|
4265
|
+
"github": "invictus-codes"
|
|
4266
|
+
}
|
|
4267
|
+
],
|
|
4268
|
+
"compatibility": {
|
|
4269
|
+
"nuxt": "^3.0.0",
|
|
4270
|
+
"requires": {}
|
|
4271
|
+
}
|
|
4272
|
+
},
|
|
4273
|
+
{
|
|
4274
|
+
"name": "nuxt3-leaflet",
|
|
4275
|
+
"description": "Leaflet integration with Nuxt",
|
|
4276
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4277
|
+
"npm": "nuxt3-leaflet",
|
|
4278
|
+
"icon": "leaflet.png",
|
|
4279
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4280
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4281
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4282
|
+
"category": "Libraries",
|
|
4283
|
+
"type": "3rd-party",
|
|
4284
|
+
"maintainers": [
|
|
4285
|
+
{
|
|
4286
|
+
"name": "Augustin MERCIER",
|
|
4287
|
+
"github": "Gugustinette"
|
|
4288
|
+
}
|
|
4289
|
+
],
|
|
4290
|
+
"compatibility": {
|
|
4291
|
+
"nuxt": "^3.0.0",
|
|
4292
|
+
"requires": {}
|
|
4293
|
+
}
|
|
4294
|
+
},
|
|
3325
4295
|
{
|
|
3326
4296
|
"name": "nuxt7",
|
|
3327
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4297
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3328
4298
|
"repo": "nuxt-community/nuxt7",
|
|
3329
4299
|
"npm": "nuxt7",
|
|
3330
4300
|
"icon": "",
|
|
@@ -3347,13 +4317,13 @@
|
|
|
3347
4317
|
},
|
|
3348
4318
|
{
|
|
3349
4319
|
"name": "og-image",
|
|
3350
|
-
"description": "
|
|
4320
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3351
4321
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3352
4322
|
"npm": "nuxt-og-image",
|
|
3353
|
-
"icon": "",
|
|
4323
|
+
"icon": "og-image.svg",
|
|
3354
4324
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3355
|
-
"website": "https://
|
|
3356
|
-
"learn_more": "",
|
|
4325
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4326
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3357
4327
|
"category": "SEO",
|
|
3358
4328
|
"type": "3rd-party",
|
|
3359
4329
|
"maintainers": [
|
|
@@ -3366,7 +4336,8 @@
|
|
|
3366
4336
|
],
|
|
3367
4337
|
"compatibility": {
|
|
3368
4338
|
"nuxt": "^3.0.0",
|
|
3369
|
-
"requires": {}
|
|
4339
|
+
"requires": {},
|
|
4340
|
+
"devtools": "^0.0.0"
|
|
3370
4341
|
}
|
|
3371
4342
|
},
|
|
3372
4343
|
{
|
|
@@ -3394,7 +4365,7 @@
|
|
|
3394
4365
|
},
|
|
3395
4366
|
{
|
|
3396
4367
|
"name": "optimized-images",
|
|
3397
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4368
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3398
4369
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3399
4370
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3400
4371
|
"icon": "",
|
|
@@ -3439,7 +4410,7 @@
|
|
|
3439
4410
|
},
|
|
3440
4411
|
{
|
|
3441
4412
|
"name": "parse",
|
|
3442
|
-
"description": "Parse package for Nuxt
|
|
4413
|
+
"description": "Parse package for Nuxt",
|
|
3443
4414
|
"repo": "cierrateam/nuxt-parse",
|
|
3444
4415
|
"npm": "nuxt-parse",
|
|
3445
4416
|
"icon": "",
|
|
@@ -3459,6 +4430,29 @@
|
|
|
3459
4430
|
"requires": {}
|
|
3460
4431
|
}
|
|
3461
4432
|
},
|
|
4433
|
+
{
|
|
4434
|
+
"name": "particles",
|
|
4435
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4436
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4437
|
+
"npm": "nuxt-particles",
|
|
4438
|
+
"icon": "",
|
|
4439
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4440
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4441
|
+
"learn_more": "https://particles.js.org/",
|
|
4442
|
+
"category": "Libraries",
|
|
4443
|
+
"type": "3rd-party",
|
|
4444
|
+
"maintainers": [
|
|
4445
|
+
{
|
|
4446
|
+
"name": "Joey Pereira",
|
|
4447
|
+
"github": "Joepocalyptic",
|
|
4448
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4449
|
+
}
|
|
4450
|
+
],
|
|
4451
|
+
"compatibility": {
|
|
4452
|
+
"nuxt": "^3.0.0",
|
|
4453
|
+
"requires": {}
|
|
4454
|
+
}
|
|
4455
|
+
},
|
|
3462
4456
|
{
|
|
3463
4457
|
"name": "partytown",
|
|
3464
4458
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3484,6 +4478,30 @@
|
|
|
3484
4478
|
}
|
|
3485
4479
|
}
|
|
3486
4480
|
},
|
|
4481
|
+
{
|
|
4482
|
+
"name": "pdfeasy",
|
|
4483
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4484
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4485
|
+
"npm": "nuxt-pdfeasy",
|
|
4486
|
+
"icon": "pdfeasy.png",
|
|
4487
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4488
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4489
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4490
|
+
"category": "Extensions",
|
|
4491
|
+
"type": "3rd-party",
|
|
4492
|
+
"maintainers": [
|
|
4493
|
+
{
|
|
4494
|
+
"name": "Giovane Cardoso",
|
|
4495
|
+
"github": "novout",
|
|
4496
|
+
"twitter": "novoutttttt",
|
|
4497
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4498
|
+
}
|
|
4499
|
+
],
|
|
4500
|
+
"compatibility": {
|
|
4501
|
+
"nuxt": "^3.0.0",
|
|
4502
|
+
"requires": {}
|
|
4503
|
+
}
|
|
4504
|
+
},
|
|
3487
4505
|
{
|
|
3488
4506
|
"name": "persian-datepicker",
|
|
3489
4507
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3581,7 +4599,7 @@
|
|
|
3581
4599
|
},
|
|
3582
4600
|
{
|
|
3583
4601
|
"name": "plausible",
|
|
3584
|
-
"description": "Nuxt
|
|
4602
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3585
4603
|
"repo": "nuxt-modules/plausible",
|
|
3586
4604
|
"npm": "@nuxtjs/plausible",
|
|
3587
4605
|
"icon": "",
|
|
@@ -3623,9 +4641,56 @@
|
|
|
3623
4641
|
"requires": {}
|
|
3624
4642
|
}
|
|
3625
4643
|
},
|
|
4644
|
+
{
|
|
4645
|
+
"name": "prepare",
|
|
4646
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4647
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4648
|
+
"npm": "nuxt-prepare",
|
|
4649
|
+
"icon": "prepare.svg",
|
|
4650
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4651
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4652
|
+
"learn_more": "",
|
|
4653
|
+
"category": "Devtools",
|
|
4654
|
+
"type": "3rd-party",
|
|
4655
|
+
"maintainers": [
|
|
4656
|
+
{
|
|
4657
|
+
"name": "Johann Schopplich",
|
|
4658
|
+
"github": "johannschopplich",
|
|
4659
|
+
"twitter": "jschopplich",
|
|
4660
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4661
|
+
}
|
|
4662
|
+
],
|
|
4663
|
+
"compatibility": {
|
|
4664
|
+
"nuxt": "^3.0.0",
|
|
4665
|
+
"requires": {}
|
|
4666
|
+
}
|
|
4667
|
+
},
|
|
4668
|
+
{
|
|
4669
|
+
"name": "primevue",
|
|
4670
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4671
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4672
|
+
"npm": "nuxt-primevue",
|
|
4673
|
+
"icon": "primevue.svg",
|
|
4674
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4675
|
+
"website": "https://primevue.org/",
|
|
4676
|
+
"learn_more": "https://primevue.org/",
|
|
4677
|
+
"category": "UI",
|
|
4678
|
+
"type": "3rd-party",
|
|
4679
|
+
"maintainers": [
|
|
4680
|
+
{
|
|
4681
|
+
"name": "primefaces",
|
|
4682
|
+
"github": "primefaces",
|
|
4683
|
+
"twitter": "primevue"
|
|
4684
|
+
}
|
|
4685
|
+
],
|
|
4686
|
+
"compatibility": {
|
|
4687
|
+
"nuxt": "^3.0.0",
|
|
4688
|
+
"requires": {}
|
|
4689
|
+
}
|
|
4690
|
+
},
|
|
3626
4691
|
{
|
|
3627
4692
|
"name": "prismic",
|
|
3628
|
-
"description": "Easily connect your Nuxt
|
|
4693
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
3629
4694
|
"repo": "nuxt-modules/prismic",
|
|
3630
4695
|
"npm": "@nuxtjs/prismic",
|
|
3631
4696
|
"icon": "prismic.png",
|
|
@@ -3651,11 +4716,11 @@
|
|
|
3651
4716
|
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3652
4717
|
"repo": "artmizu/nuxt-prometheus",
|
|
3653
4718
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3654
|
-
"icon": "",
|
|
4719
|
+
"icon": "prometheus.svg",
|
|
3655
4720
|
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3656
4721
|
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3657
4722
|
"learn_more": "",
|
|
3658
|
-
"category": "
|
|
4723
|
+
"category": "Monitoring",
|
|
3659
4724
|
"type": "3rd-party",
|
|
3660
4725
|
"maintainers": [
|
|
3661
4726
|
{
|
|
@@ -3664,7 +4729,7 @@
|
|
|
3664
4729
|
}
|
|
3665
4730
|
],
|
|
3666
4731
|
"compatibility": {
|
|
3667
|
-
"nuxt": "^
|
|
4732
|
+
"nuxt": "^3.0.0",
|
|
3668
4733
|
"requires": {}
|
|
3669
4734
|
}
|
|
3670
4735
|
},
|
|
@@ -3692,7 +4757,7 @@
|
|
|
3692
4757
|
},
|
|
3693
4758
|
{
|
|
3694
4759
|
"name": "proxy",
|
|
3695
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4760
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
3696
4761
|
"repo": "nuxt-community/proxy-module",
|
|
3697
4762
|
"npm": "@nuxtjs/proxy",
|
|
3698
4763
|
"icon": "",
|
|
@@ -3738,7 +4803,7 @@
|
|
|
3738
4803
|
},
|
|
3739
4804
|
{
|
|
3740
4805
|
"name": "purgecss",
|
|
3741
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4806
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
3742
4807
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
3743
4808
|
"npm": "nuxt-purgecss",
|
|
3744
4809
|
"icon": "purgecss.png",
|
|
@@ -3760,7 +4825,7 @@
|
|
|
3760
4825
|
},
|
|
3761
4826
|
{
|
|
3762
4827
|
"name": "pwa",
|
|
3763
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4828
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
3764
4829
|
"repo": "nuxt-community/pwa-module",
|
|
3765
4830
|
"npm": "@nuxtjs/pwa",
|
|
3766
4831
|
"icon": "pwa.png",
|
|
@@ -3784,30 +4849,110 @@
|
|
|
3784
4849
|
}
|
|
3785
4850
|
},
|
|
3786
4851
|
{
|
|
3787
|
-
"name": "python",
|
|
3788
|
-
"description": "Write Nuxt
|
|
3789
|
-
"repo": "nuxt-community/python-module",
|
|
3790
|
-
"npm": "@nuxtjs/python",
|
|
3791
|
-
"icon": "python.png",
|
|
3792
|
-
"github": "https://github.com/nuxt-community/python-module",
|
|
3793
|
-
"website": "https://github.com/nuxt-community/python-module",
|
|
3794
|
-
"learn_more": "https://www.python.org/",
|
|
3795
|
-
"category": "Extensions",
|
|
3796
|
-
"type": "community",
|
|
4852
|
+
"name": "python",
|
|
4853
|
+
"description": "Write Nuxt applications using Python",
|
|
4854
|
+
"repo": "nuxt-community/python-module",
|
|
4855
|
+
"npm": "@nuxtjs/python",
|
|
4856
|
+
"icon": "python.png",
|
|
4857
|
+
"github": "https://github.com/nuxt-community/python-module",
|
|
4858
|
+
"website": "https://github.com/nuxt-community/python-module",
|
|
4859
|
+
"learn_more": "https://www.python.org/",
|
|
4860
|
+
"category": "Extensions",
|
|
4861
|
+
"type": "community",
|
|
4862
|
+
"maintainers": [
|
|
4863
|
+
{
|
|
4864
|
+
"name": "Sebastian Silva",
|
|
4865
|
+
"github": "icarito"
|
|
4866
|
+
}
|
|
4867
|
+
],
|
|
4868
|
+
"compatibility": {
|
|
4869
|
+
"nuxt": "^2.0.0",
|
|
4870
|
+
"requires": {}
|
|
4871
|
+
}
|
|
4872
|
+
},
|
|
4873
|
+
{
|
|
4874
|
+
"name": "quasar",
|
|
4875
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4876
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4877
|
+
"npm": "nuxt-quasar-ui",
|
|
4878
|
+
"icon": "quasar.svg",
|
|
4879
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4880
|
+
"website": "https://quasar.dev/",
|
|
4881
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4882
|
+
"category": "UI",
|
|
4883
|
+
"type": "3rd-party",
|
|
4884
|
+
"maintainers": [
|
|
4885
|
+
{
|
|
4886
|
+
"name": "Ege İliklier",
|
|
4887
|
+
"github": "Maiquu"
|
|
4888
|
+
}
|
|
4889
|
+
],
|
|
4890
|
+
"compatibility": {
|
|
4891
|
+
"nuxt": "^3.0.0",
|
|
4892
|
+
"requires": {},
|
|
4893
|
+
"devtools": "^0.0.0"
|
|
4894
|
+
}
|
|
4895
|
+
},
|
|
4896
|
+
{
|
|
4897
|
+
"name": "radash",
|
|
4898
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4899
|
+
"repo": "bbg/nuxt-radash",
|
|
4900
|
+
"npm": "nuxt-radash",
|
|
4901
|
+
"icon": "radash.png",
|
|
4902
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4903
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4904
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4905
|
+
"category": "Libraries",
|
|
4906
|
+
"type": "3rd-party",
|
|
4907
|
+
"maintainers": [
|
|
4908
|
+
{
|
|
4909
|
+
"name": "Batuhan Göksu",
|
|
4910
|
+
"github": "bbg"
|
|
4911
|
+
}
|
|
4912
|
+
],
|
|
4913
|
+
"compatibility": {
|
|
4914
|
+
"nuxt": "^3.0.0",
|
|
4915
|
+
"requires": {}
|
|
4916
|
+
}
|
|
4917
|
+
},
|
|
4918
|
+
{
|
|
4919
|
+
"name": "radix-vue",
|
|
4920
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
4921
|
+
"repo": "radix-vue/radix-vue",
|
|
4922
|
+
"npm": "radix-vue",
|
|
4923
|
+
"icon": "radix-vue.svg",
|
|
4924
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
4925
|
+
"website": "https://www.radix-vue.com/",
|
|
4926
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
4927
|
+
"category": "UI",
|
|
4928
|
+
"type": "3rd-party",
|
|
3797
4929
|
"maintainers": [
|
|
3798
4930
|
{
|
|
3799
|
-
"name": "
|
|
3800
|
-
"github": "
|
|
4931
|
+
"name": "Zernonia",
|
|
4932
|
+
"github": "zernonia",
|
|
4933
|
+
"twitter": "zernonia"
|
|
4934
|
+
},
|
|
4935
|
+
{
|
|
4936
|
+
"name": "Khairul Haaziq",
|
|
4937
|
+
"github": "khairulhaaziq"
|
|
4938
|
+
},
|
|
4939
|
+
{
|
|
4940
|
+
"name": "Mujahid Anuar",
|
|
4941
|
+
"github": "mujahidfa"
|
|
4942
|
+
},
|
|
4943
|
+
{
|
|
4944
|
+
"name": "Max",
|
|
4945
|
+
"github": "onmax"
|
|
3801
4946
|
}
|
|
3802
4947
|
],
|
|
3803
4948
|
"compatibility": {
|
|
3804
|
-
"nuxt": "^
|
|
4949
|
+
"nuxt": "^3.0.0",
|
|
3805
4950
|
"requires": {}
|
|
3806
4951
|
}
|
|
3807
4952
|
},
|
|
3808
4953
|
{
|
|
3809
4954
|
"name": "recaptcha",
|
|
3810
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
4955
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
3811
4956
|
"repo": "nuxt-community/recaptcha-module",
|
|
3812
4957
|
"npm": "@nuxtjs/recaptcha",
|
|
3813
4958
|
"icon": "recaptcha.png",
|
|
@@ -3852,7 +4997,7 @@
|
|
|
3852
4997
|
},
|
|
3853
4998
|
{
|
|
3854
4999
|
"name": "rfg-icon",
|
|
3855
|
-
"description": "Nuxt
|
|
5000
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
3856
5001
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
3857
5002
|
"npm": "nuxt-rfg-icon",
|
|
3858
5003
|
"icon": "real-favicon-generator.png",
|
|
@@ -3874,12 +5019,12 @@
|
|
|
3874
5019
|
},
|
|
3875
5020
|
{
|
|
3876
5021
|
"name": "robots",
|
|
3877
|
-
"description": "A Nuxt
|
|
3878
|
-
"repo": "nuxt-
|
|
5022
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5023
|
+
"repo": "nuxt-modules/robots",
|
|
3879
5024
|
"npm": "@nuxtjs/robots",
|
|
3880
5025
|
"icon": "robots.png",
|
|
3881
|
-
"github": "https://github.com/nuxt-
|
|
3882
|
-
"website": "https://github.com/nuxt-
|
|
5026
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5027
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
3883
5028
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
3884
5029
|
"category": "SEO",
|
|
3885
5030
|
"type": "community",
|
|
@@ -3898,7 +5043,7 @@
|
|
|
3898
5043
|
},
|
|
3899
5044
|
{
|
|
3900
5045
|
"name": "rollbar",
|
|
3901
|
-
"description": "Add Rollbar.js to your Nuxt
|
|
5046
|
+
"description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
|
|
3902
5047
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
3903
5048
|
"npm": "nuxt-rollbar-module",
|
|
3904
5049
|
"icon": "rollbar.png",
|
|
@@ -3943,7 +5088,7 @@
|
|
|
3943
5088
|
},
|
|
3944
5089
|
{
|
|
3945
5090
|
"name": "router",
|
|
3946
|
-
"description": "Nuxt
|
|
5091
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
3947
5092
|
"repo": "nuxt-community/router-module",
|
|
3948
5093
|
"npm": "@nuxtjs/router",
|
|
3949
5094
|
"icon": "vue.png",
|
|
@@ -3991,13 +5136,13 @@
|
|
|
3991
5136
|
},
|
|
3992
5137
|
{
|
|
3993
5138
|
"name": "schema-org",
|
|
3994
|
-
"description": "Schema.org for Nuxt
|
|
3995
|
-
"repo": "
|
|
5139
|
+
"description": "Schema.org for Nuxt.",
|
|
5140
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
3996
5141
|
"npm": "nuxt-schema-org",
|
|
3997
5142
|
"icon": "schema-org.svg",
|
|
3998
|
-
"github": "https://github.com/
|
|
3999
|
-
"website": "https://
|
|
4000
|
-
"learn_more": "https://
|
|
5143
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5144
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5145
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4001
5146
|
"category": "SEO",
|
|
4002
5147
|
"type": "3rd-party",
|
|
4003
5148
|
"maintainers": [
|
|
@@ -4060,7 +5205,7 @@
|
|
|
4060
5205
|
},
|
|
4061
5206
|
{
|
|
4062
5207
|
"name": "segment",
|
|
4063
|
-
"description": "Nuxt
|
|
5208
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4064
5209
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4065
5210
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4066
5211
|
"icon": "segment.png",
|
|
@@ -4082,10 +5227,10 @@
|
|
|
4082
5227
|
},
|
|
4083
5228
|
{
|
|
4084
5229
|
"name": "sentry",
|
|
4085
|
-
"description": "Sentry module for Nuxt
|
|
5230
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4086
5231
|
"repo": "nuxt-community/sentry-module",
|
|
4087
5232
|
"npm": "@nuxtjs/sentry",
|
|
4088
|
-
"icon": "sentry.
|
|
5233
|
+
"icon": "sentry.svg",
|
|
4089
5234
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4090
5235
|
"website": "https://sentry.nuxtjs.org/",
|
|
4091
5236
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4102,14 +5247,38 @@
|
|
|
4102
5247
|
"requires": {}
|
|
4103
5248
|
}
|
|
4104
5249
|
},
|
|
5250
|
+
{
|
|
5251
|
+
"name": "seo-experiments",
|
|
5252
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5253
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5254
|
+
"npm": "nuxt-seo-experiments",
|
|
5255
|
+
"icon": "seo-experiments.svg",
|
|
5256
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5257
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5258
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5259
|
+
"category": "SEO",
|
|
5260
|
+
"type": "3rd-party",
|
|
5261
|
+
"maintainers": [
|
|
5262
|
+
{
|
|
5263
|
+
"name": "Harlan Wilton",
|
|
5264
|
+
"github": "harlan-zw",
|
|
5265
|
+
"twitter": "harlan_zw",
|
|
5266
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5267
|
+
}
|
|
5268
|
+
],
|
|
5269
|
+
"compatibility": {
|
|
5270
|
+
"nuxt": "^3.0.0",
|
|
5271
|
+
"requires": {}
|
|
5272
|
+
}
|
|
5273
|
+
},
|
|
4105
5274
|
{
|
|
4106
5275
|
"name": "seo-kit",
|
|
4107
|
-
"description": "
|
|
4108
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4109
|
-
"npm": "nuxt-seo-kit
|
|
5276
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5277
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
5278
|
+
"npm": "nuxt-seo-kit",
|
|
4110
5279
|
"icon": "seo-kit.svg",
|
|
4111
5280
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4112
|
-
"website": "https://
|
|
5281
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4113
5282
|
"learn_more": "",
|
|
4114
5283
|
"category": "SEO",
|
|
4115
5284
|
"type": "3rd-party",
|
|
@@ -4149,7 +5318,7 @@
|
|
|
4149
5318
|
},
|
|
4150
5319
|
{
|
|
4151
5320
|
"name": "seomatic-meta",
|
|
4152
|
-
"description": "A Nuxt
|
|
5321
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4153
5322
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4154
5323
|
"npm": "nuxt-seomatic-meta",
|
|
4155
5324
|
"icon": "seomatic.png",
|
|
@@ -4192,6 +5361,29 @@
|
|
|
4192
5361
|
"requires": {}
|
|
4193
5362
|
}
|
|
4194
5363
|
},
|
|
5364
|
+
{
|
|
5365
|
+
"name": "server-block",
|
|
5366
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5367
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
5368
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5369
|
+
"icon": "server-block.svg",
|
|
5370
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5371
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5372
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5373
|
+
"category": "Extensions",
|
|
5374
|
+
"type": "3rd-party",
|
|
5375
|
+
"maintainers": [
|
|
5376
|
+
{
|
|
5377
|
+
"name": "Hebilicious",
|
|
5378
|
+
"github": "Hebilicious",
|
|
5379
|
+
"twitter": "its_hebilicious"
|
|
5380
|
+
}
|
|
5381
|
+
],
|
|
5382
|
+
"compatibility": {
|
|
5383
|
+
"nuxt": "^3.0.0",
|
|
5384
|
+
"requires": {}
|
|
5385
|
+
}
|
|
5386
|
+
},
|
|
4195
5387
|
{
|
|
4196
5388
|
"name": "session",
|
|
4197
5389
|
"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",
|
|
@@ -4217,7 +5409,7 @@
|
|
|
4217
5409
|
},
|
|
4218
5410
|
{
|
|
4219
5411
|
"name": "shopify",
|
|
4220
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5412
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4221
5413
|
"repo": "Gomah/nuxt-shopify",
|
|
4222
5414
|
"npm": "nuxt-shopify",
|
|
4223
5415
|
"icon": "shopify.png",
|
|
@@ -4238,7 +5430,7 @@
|
|
|
4238
5430
|
}
|
|
4239
5431
|
},
|
|
4240
5432
|
{
|
|
4241
|
-
"name": "
|
|
5433
|
+
"name": "sidebase-auth",
|
|
4242
5434
|
"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.",
|
|
4243
5435
|
"repo": "sidebase/nuxt-auth",
|
|
4244
5436
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4284,13 +5476,13 @@
|
|
|
4284
5476
|
},
|
|
4285
5477
|
{
|
|
4286
5478
|
"name": "simple-robots",
|
|
4287
|
-
"description": "
|
|
5479
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4288
5480
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4289
5481
|
"npm": "nuxt-simple-robots",
|
|
4290
|
-
"icon": "",
|
|
5482
|
+
"icon": "simple-robots.svg",
|
|
4291
5483
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4292
|
-
"website": "https://
|
|
4293
|
-
"learn_more": "",
|
|
5484
|
+
"website": "https://nuxtseo.com/robots",
|
|
5485
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4294
5486
|
"category": "SEO",
|
|
4295
5487
|
"type": "3rd-party",
|
|
4296
5488
|
"maintainers": [
|
|
@@ -4308,13 +5500,13 @@
|
|
|
4308
5500
|
},
|
|
4309
5501
|
{
|
|
4310
5502
|
"name": "simple-sitemap",
|
|
4311
|
-
"description": "
|
|
5503
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4312
5504
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4313
5505
|
"npm": "nuxt-simple-sitemap",
|
|
4314
|
-
"icon": "",
|
|
5506
|
+
"icon": "simple-sitemap.svg",
|
|
4315
5507
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4316
|
-
"website": "https://
|
|
4317
|
-
"learn_more": "",
|
|
5508
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5509
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4318
5510
|
"category": "SEO",
|
|
4319
5511
|
"type": "3rd-party",
|
|
4320
5512
|
"maintainers": [
|
|
@@ -4332,7 +5524,7 @@
|
|
|
4332
5524
|
},
|
|
4333
5525
|
{
|
|
4334
5526
|
"name": "sitemap",
|
|
4335
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5527
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
4336
5528
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
4337
5529
|
"npm": "@nuxtjs/sitemap",
|
|
4338
5530
|
"icon": "",
|
|
@@ -4353,16 +5545,38 @@
|
|
|
4353
5545
|
"requires": {}
|
|
4354
5546
|
}
|
|
4355
5547
|
},
|
|
5548
|
+
{
|
|
5549
|
+
"name": "snackbar",
|
|
5550
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
5551
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
5552
|
+
"npm": "nuxt-snackbar",
|
|
5553
|
+
"icon": "snackbar.png",
|
|
5554
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5555
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5556
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
5557
|
+
"category": "UI",
|
|
5558
|
+
"type": "3rd-party",
|
|
5559
|
+
"maintainers": [
|
|
5560
|
+
{
|
|
5561
|
+
"name": "modbender",
|
|
5562
|
+
"github": "modbender"
|
|
5563
|
+
}
|
|
5564
|
+
],
|
|
5565
|
+
"compatibility": {
|
|
5566
|
+
"nuxt": "^3.0.0",
|
|
5567
|
+
"requires": {}
|
|
5568
|
+
}
|
|
5569
|
+
},
|
|
4356
5570
|
{
|
|
4357
5571
|
"name": "snipcart",
|
|
4358
|
-
"description": "Snipcart integration module for Nuxt
|
|
4359
|
-
"repo": "nuxt-modules/snipcart
|
|
5572
|
+
"description": "Snipcart integration module for Nuxt",
|
|
5573
|
+
"repo": "nuxt-modules/snipcart",
|
|
4360
5574
|
"npm": "@nuxtjs/snipcart",
|
|
4361
5575
|
"icon": "snipcart.png",
|
|
4362
5576
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4363
5577
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4364
5578
|
"learn_more": "https://snipcart.com",
|
|
4365
|
-
"category": "
|
|
5579
|
+
"category": "Ecommerce",
|
|
4366
5580
|
"type": "community",
|
|
4367
5581
|
"maintainers": [
|
|
4368
5582
|
{
|
|
@@ -4378,7 +5592,7 @@
|
|
|
4378
5592
|
},
|
|
4379
5593
|
{
|
|
4380
5594
|
"name": "social-meta",
|
|
4381
|
-
"description": "Nuxt
|
|
5595
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4382
5596
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4383
5597
|
"npm": "nuxt-social-meta",
|
|
4384
5598
|
"icon": "",
|
|
@@ -4500,7 +5714,7 @@
|
|
|
4500
5714
|
},
|
|
4501
5715
|
{
|
|
4502
5716
|
"name": "storage",
|
|
4503
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5717
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
4504
5718
|
"repo": "mazipan/nuxt-storage",
|
|
4505
5719
|
"npm": "nuxt-storage",
|
|
4506
5720
|
"icon": "",
|
|
@@ -4522,7 +5736,7 @@
|
|
|
4522
5736
|
},
|
|
4523
5737
|
{
|
|
4524
5738
|
"name": "storefront-ui",
|
|
4525
|
-
"description": "Storefront UI Module for Nuxt
|
|
5739
|
+
"description": "Storefront UI Module for Nuxt",
|
|
4526
5740
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
4527
5741
|
"npm": "@storefront-ui/nuxt",
|
|
4528
5742
|
"icon": "storefront-ui.svg",
|
|
@@ -4566,7 +5780,7 @@
|
|
|
4566
5780
|
},
|
|
4567
5781
|
{
|
|
4568
5782
|
"name": "storyblok",
|
|
4569
|
-
"description": "Storyblok Nuxt
|
|
5783
|
+
"description": "Storyblok Nuxt module",
|
|
4570
5784
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
4571
5785
|
"npm": "@storyblok/nuxt",
|
|
4572
5786
|
"icon": "storyblok.png",
|
|
@@ -4583,46 +5797,43 @@
|
|
|
4583
5797
|
],
|
|
4584
5798
|
"compatibility": {
|
|
4585
5799
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4586
|
-
"requires": {}
|
|
5800
|
+
"requires": {},
|
|
5801
|
+
"devtools": "^0.0.0"
|
|
4587
5802
|
}
|
|
4588
5803
|
},
|
|
4589
5804
|
{
|
|
4590
5805
|
"name": "storybook",
|
|
4591
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
4592
|
-
"repo": "nuxt-
|
|
5806
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5807
|
+
"repo": "nuxt-modules/storybook",
|
|
4593
5808
|
"npm": "@nuxtjs/storybook",
|
|
4594
5809
|
"icon": "storybook.png",
|
|
4595
|
-
"github": "https://github.com/nuxt-
|
|
5810
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
4596
5811
|
"website": "https://storybook.nuxtjs.org",
|
|
4597
|
-
"learn_more": "https://
|
|
5812
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
4598
5813
|
"category": "Devtools",
|
|
4599
5814
|
"type": "community",
|
|
4600
5815
|
"maintainers": [
|
|
4601
5816
|
{
|
|
4602
|
-
"name": "
|
|
4603
|
-
"github": "
|
|
4604
|
-
"twitter": "
|
|
4605
|
-
},
|
|
4606
|
-
{
|
|
4607
|
-
"name": "Pooya Parsa",
|
|
4608
|
-
"github": "pi0",
|
|
4609
|
-
"twitter": "_pi0_"
|
|
5817
|
+
"name": "Chakir QATAB",
|
|
5818
|
+
"github": "chakAs3",
|
|
5819
|
+
"twitter": "ChakirQatab"
|
|
4610
5820
|
}
|
|
4611
5821
|
],
|
|
4612
5822
|
"compatibility": {
|
|
4613
|
-
"nuxt": "^2.0.0",
|
|
5823
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4614
5824
|
"requires": {
|
|
4615
5825
|
"bridge": "optional"
|
|
4616
|
-
}
|
|
5826
|
+
},
|
|
5827
|
+
"devtools": "^0.7.2"
|
|
4617
5828
|
}
|
|
4618
5829
|
},
|
|
4619
5830
|
{
|
|
4620
5831
|
"name": "strapi",
|
|
4621
5832
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4622
|
-
"repo": "nuxt-
|
|
5833
|
+
"repo": "nuxt-modules/strapi",
|
|
4623
5834
|
"npm": "@nuxtjs/strapi",
|
|
4624
5835
|
"icon": "strapi.png",
|
|
4625
|
-
"github": "https://github.com/nuxt-
|
|
5836
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4626
5837
|
"website": "https://strapi.nuxtjs.org",
|
|
4627
5838
|
"learn_more": "https://strapi.io/",
|
|
4628
5839
|
"category": "CMS",
|
|
@@ -4643,7 +5854,34 @@
|
|
|
4643
5854
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4644
5855
|
"requires": {
|
|
4645
5856
|
"bridge": true
|
|
5857
|
+
},
|
|
5858
|
+
"devtools": "^0.0.0"
|
|
5859
|
+
}
|
|
5860
|
+
},
|
|
5861
|
+
{
|
|
5862
|
+
"name": "stripe-next",
|
|
5863
|
+
"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.",
|
|
5864
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5865
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5866
|
+
"icon": "stripe.png",
|
|
5867
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5868
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5869
|
+
"learn_more": "https://stripe.com/docs",
|
|
5870
|
+
"category": "Payment",
|
|
5871
|
+
"type": "3rd-party",
|
|
5872
|
+
"maintainers": [
|
|
5873
|
+
{
|
|
5874
|
+
"name": "Loic Fuentes",
|
|
5875
|
+
"github": "fuentesloic"
|
|
5876
|
+
},
|
|
5877
|
+
{
|
|
5878
|
+
"name": "Florent Giraud",
|
|
5879
|
+
"github": "flozero"
|
|
4646
5880
|
}
|
|
5881
|
+
],
|
|
5882
|
+
"compatibility": {
|
|
5883
|
+
"nuxt": "^3.0.0",
|
|
5884
|
+
"requires": {}
|
|
4647
5885
|
}
|
|
4648
5886
|
},
|
|
4649
5887
|
{
|
|
@@ -4668,6 +5906,36 @@
|
|
|
4668
5906
|
"requires": {}
|
|
4669
5907
|
}
|
|
4670
5908
|
},
|
|
5909
|
+
{
|
|
5910
|
+
"name": "studio",
|
|
5911
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
5912
|
+
"repo": "nuxtlabs/studio-module",
|
|
5913
|
+
"npm": "@nuxthq/studio",
|
|
5914
|
+
"icon": "studio.svg",
|
|
5915
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
5916
|
+
"website": "https://nuxt.studio",
|
|
5917
|
+
"learn_more": "https://nuxt.studio",
|
|
5918
|
+
"category": "CMS",
|
|
5919
|
+
"type": "3rd-party",
|
|
5920
|
+
"maintainers": [
|
|
5921
|
+
{
|
|
5922
|
+
"name": "Ahad Birang",
|
|
5923
|
+
"github": "farnabaz",
|
|
5924
|
+
"twitter": "a_birang"
|
|
5925
|
+
},
|
|
5926
|
+
{
|
|
5927
|
+
"name": "Sébastien Chopin",
|
|
5928
|
+
"github": "Atinux",
|
|
5929
|
+
"twitter": "Atinux"
|
|
5930
|
+
}
|
|
5931
|
+
],
|
|
5932
|
+
"compatibility": {
|
|
5933
|
+
"nuxt": "^3.0.0",
|
|
5934
|
+
"requires": {
|
|
5935
|
+
"content": true
|
|
5936
|
+
}
|
|
5937
|
+
}
|
|
5938
|
+
},
|
|
4671
5939
|
{
|
|
4672
5940
|
"name": "style-resources",
|
|
4673
5941
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -4693,7 +5961,7 @@
|
|
|
4693
5961
|
},
|
|
4694
5962
|
{
|
|
4695
5963
|
"name": "stylelint",
|
|
4696
|
-
"description": "Stylelint module for Nuxt.
|
|
5964
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
4697
5965
|
"repo": "nuxt-community/stylelint-module",
|
|
4698
5966
|
"npm": "@nuxtjs/stylelint-module",
|
|
4699
5967
|
"icon": "stylelint.png",
|
|
@@ -4709,7 +5977,7 @@
|
|
|
4709
5977
|
}
|
|
4710
5978
|
],
|
|
4711
5979
|
"compatibility": {
|
|
4712
|
-
"nuxt": "^2.0.0",
|
|
5980
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4713
5981
|
"requires": {}
|
|
4714
5982
|
}
|
|
4715
5983
|
},
|
|
@@ -4739,10 +6007,10 @@
|
|
|
4739
6007
|
{
|
|
4740
6008
|
"name": "supabase",
|
|
4741
6009
|
"description": "First class integration with Supabase",
|
|
4742
|
-
"repo": "nuxt-
|
|
6010
|
+
"repo": "nuxt-modules/supabase",
|
|
4743
6011
|
"npm": "@nuxtjs/supabase",
|
|
4744
6012
|
"icon": "supabase.png",
|
|
4745
|
-
"github": "https://github.com/nuxt-
|
|
6013
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4746
6014
|
"website": "https://supabase.nuxtjs.org",
|
|
4747
6015
|
"learn_more": "https://supabase.com",
|
|
4748
6016
|
"category": "Database",
|
|
@@ -4793,12 +6061,12 @@
|
|
|
4793
6061
|
},
|
|
4794
6062
|
{
|
|
4795
6063
|
"name": "svg-sprite",
|
|
4796
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
4797
|
-
"repo": "nuxt-
|
|
6064
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6065
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
4798
6066
|
"npm": "@nuxtjs/svg-sprite",
|
|
4799
6067
|
"icon": "",
|
|
4800
|
-
"github": "https://github.com/nuxt-
|
|
4801
|
-
"website": "https://github.com/nuxt-
|
|
6068
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6069
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
4802
6070
|
"learn_more": "",
|
|
4803
6071
|
"category": "UI",
|
|
4804
6072
|
"type": "community",
|
|
@@ -4810,13 +6078,13 @@
|
|
|
4810
6078
|
}
|
|
4811
6079
|
],
|
|
4812
6080
|
"compatibility": {
|
|
4813
|
-
"nuxt": "^2.0.0",
|
|
6081
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4814
6082
|
"requires": {}
|
|
4815
6083
|
}
|
|
4816
6084
|
},
|
|
4817
6085
|
{
|
|
4818
6086
|
"name": "svg",
|
|
4819
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6087
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
4820
6088
|
"repo": "nuxt-community/svg-module",
|
|
4821
6089
|
"npm": "@nuxtjs/svg",
|
|
4822
6090
|
"icon": "",
|
|
@@ -4860,7 +6128,7 @@
|
|
|
4860
6128
|
},
|
|
4861
6129
|
{
|
|
4862
6130
|
"name": "swiper",
|
|
4863
|
-
"description": "Nuxt
|
|
6131
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
4864
6132
|
"repo": "cpreston321/nuxt-swiper",
|
|
4865
6133
|
"npm": "nuxt-swiper",
|
|
4866
6134
|
"icon": "swiper.svg",
|
|
@@ -4885,7 +6153,7 @@
|
|
|
4885
6153
|
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
4886
6154
|
"repo": "fumeapp/tailvue",
|
|
4887
6155
|
"npm": "tailvue",
|
|
4888
|
-
"icon": "tailvue.
|
|
6156
|
+
"icon": "tailvue.jpg",
|
|
4889
6157
|
"github": "https://github.com/fumeapp/tailvue",
|
|
4890
6158
|
"website": "https://github.com/fumeapp/tailvue",
|
|
4891
6159
|
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
@@ -4906,10 +6174,10 @@
|
|
|
4906
6174
|
{
|
|
4907
6175
|
"name": "tailwindcss",
|
|
4908
6176
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
4909
|
-
"repo": "nuxt-
|
|
6177
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
4910
6178
|
"npm": "@nuxtjs/tailwindcss",
|
|
4911
6179
|
"icon": "tailwindcss.png",
|
|
4912
|
-
"github": "https://github.com/nuxt-
|
|
6180
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
4913
6181
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
4914
6182
|
"learn_more": "https://tailwindcss.com/",
|
|
4915
6183
|
"category": "UI",
|
|
@@ -4919,11 +6187,16 @@
|
|
|
4919
6187
|
"name": "Sébastien Chopin",
|
|
4920
6188
|
"github": "Atinux",
|
|
4921
6189
|
"twitter": "Atinux"
|
|
6190
|
+
},
|
|
6191
|
+
{
|
|
6192
|
+
"name": "Inesh Bose",
|
|
6193
|
+
"github": "ineshbose"
|
|
4922
6194
|
}
|
|
4923
6195
|
],
|
|
4924
6196
|
"compatibility": {
|
|
4925
6197
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4926
|
-
"requires": {}
|
|
6198
|
+
"requires": {},
|
|
6199
|
+
"devtools": "^0.0.0"
|
|
4927
6200
|
}
|
|
4928
6201
|
},
|
|
4929
6202
|
{
|
|
@@ -4949,9 +6222,31 @@
|
|
|
4949
6222
|
"requires": {}
|
|
4950
6223
|
}
|
|
4951
6224
|
},
|
|
6225
|
+
{
|
|
6226
|
+
"name": "time",
|
|
6227
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
6228
|
+
"repo": "danielroe/nuxt-time",
|
|
6229
|
+
"npm": "nuxt-time",
|
|
6230
|
+
"icon": "",
|
|
6231
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
6232
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
6233
|
+
"learn_more": "",
|
|
6234
|
+
"category": "Extensions",
|
|
6235
|
+
"type": "3rd-party",
|
|
6236
|
+
"maintainers": [
|
|
6237
|
+
{
|
|
6238
|
+
"name": "danielroe",
|
|
6239
|
+
"github": "danielroe"
|
|
6240
|
+
}
|
|
6241
|
+
],
|
|
6242
|
+
"compatibility": {
|
|
6243
|
+
"nuxt": "^3.0.0",
|
|
6244
|
+
"requires": {}
|
|
6245
|
+
}
|
|
6246
|
+
},
|
|
4952
6247
|
{
|
|
4953
6248
|
"name": "toast",
|
|
4954
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6249
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
4955
6250
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
4956
6251
|
"npm": "@nuxtjs/toast",
|
|
4957
6252
|
"icon": "",
|
|
@@ -4972,6 +6267,39 @@
|
|
|
4972
6267
|
"requires": {}
|
|
4973
6268
|
}
|
|
4974
6269
|
},
|
|
6270
|
+
{
|
|
6271
|
+
"name": "tresjs",
|
|
6272
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6273
|
+
"repo": "tresjs/nuxt",
|
|
6274
|
+
"npm": "@tresjs/nuxt",
|
|
6275
|
+
"icon": "tresjs.svg",
|
|
6276
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6277
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6278
|
+
"learn_more": "https://tresjs.org/",
|
|
6279
|
+
"category": "Libraries",
|
|
6280
|
+
"type": "3rd-party",
|
|
6281
|
+
"maintainers": [
|
|
6282
|
+
{
|
|
6283
|
+
"name": "Alvaro Saburido",
|
|
6284
|
+
"github": "alvarosabu",
|
|
6285
|
+
"twitter": "alvarosabu"
|
|
6286
|
+
},
|
|
6287
|
+
{
|
|
6288
|
+
"name": "Jaime Torrealba",
|
|
6289
|
+
"github": "JaimeTorrealba",
|
|
6290
|
+
"twitter": "jaimebboyjt"
|
|
6291
|
+
},
|
|
6292
|
+
{
|
|
6293
|
+
"name": "Tino Koch",
|
|
6294
|
+
"github": "Tinoooo",
|
|
6295
|
+
"twitter": "ichbintino"
|
|
6296
|
+
}
|
|
6297
|
+
],
|
|
6298
|
+
"compatibility": {
|
|
6299
|
+
"nuxt": "^3.0.0",
|
|
6300
|
+
"requires": {}
|
|
6301
|
+
}
|
|
6302
|
+
},
|
|
4975
6303
|
{
|
|
4976
6304
|
"name": "turnstile",
|
|
4977
6305
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -4999,7 +6327,7 @@
|
|
|
4999
6327
|
},
|
|
5000
6328
|
{
|
|
5001
6329
|
"name": "twa",
|
|
5002
|
-
"description": "Nuxt
|
|
6330
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5003
6331
|
"repo": "tuarrep/nuxt-twa",
|
|
5004
6332
|
"npm": "nuxt-twa",
|
|
5005
6333
|
"icon": "",
|
|
@@ -5021,6 +6349,28 @@
|
|
|
5021
6349
|
}
|
|
5022
6350
|
}
|
|
5023
6351
|
},
|
|
6352
|
+
{
|
|
6353
|
+
"name": "twemoji",
|
|
6354
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6355
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6356
|
+
"npm": "nuxt-twemoji",
|
|
6357
|
+
"icon": "twemoji.svg",
|
|
6358
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6359
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6360
|
+
"learn_more": "",
|
|
6361
|
+
"category": "UI",
|
|
6362
|
+
"type": "3rd-party",
|
|
6363
|
+
"maintainers": [
|
|
6364
|
+
{
|
|
6365
|
+
"name": "Yizack Rangel",
|
|
6366
|
+
"github": "yizack"
|
|
6367
|
+
}
|
|
6368
|
+
],
|
|
6369
|
+
"compatibility": {
|
|
6370
|
+
"nuxt": "^3.0.0",
|
|
6371
|
+
"requires": {}
|
|
6372
|
+
}
|
|
6373
|
+
},
|
|
5024
6374
|
{
|
|
5025
6375
|
"name": "twicpics",
|
|
5026
6376
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5165,6 +6515,63 @@
|
|
|
5165
6515
|
"requires": {}
|
|
5166
6516
|
}
|
|
5167
6517
|
},
|
|
6518
|
+
{
|
|
6519
|
+
"name": "typo3",
|
|
6520
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6521
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6522
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6523
|
+
"icon": "typo3.svg",
|
|
6524
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6525
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6526
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6527
|
+
"category": "CMS",
|
|
6528
|
+
"type": "3rd-party",
|
|
6529
|
+
"maintainers": [
|
|
6530
|
+
{
|
|
6531
|
+
"name": "Macopedia",
|
|
6532
|
+
"github": "macopedia",
|
|
6533
|
+
"twitter": "macopediapl"
|
|
6534
|
+
}
|
|
6535
|
+
],
|
|
6536
|
+
"compatibility": {
|
|
6537
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6538
|
+
"requires": {},
|
|
6539
|
+
"devtools": "^0.0.0"
|
|
6540
|
+
}
|
|
6541
|
+
},
|
|
6542
|
+
{
|
|
6543
|
+
"name": "ui",
|
|
6544
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6545
|
+
"repo": "nuxt/ui#dev",
|
|
6546
|
+
"npm": "@nuxt/ui",
|
|
6547
|
+
"icon": "nuxt.svg",
|
|
6548
|
+
"github": "https://github.com/nuxt/ui",
|
|
6549
|
+
"website": "https://ui.nuxt.com",
|
|
6550
|
+
"learn_more": "",
|
|
6551
|
+
"category": "UI",
|
|
6552
|
+
"type": "official",
|
|
6553
|
+
"maintainers": [
|
|
6554
|
+
{
|
|
6555
|
+
"name": "Benjamin Canac",
|
|
6556
|
+
"github": "benjamincanac",
|
|
6557
|
+
"twitter": "benjamincanac"
|
|
6558
|
+
},
|
|
6559
|
+
{
|
|
6560
|
+
"name": "Sebastien Chopin",
|
|
6561
|
+
"github": "Atinux",
|
|
6562
|
+
"twitter": "Atinux"
|
|
6563
|
+
},
|
|
6564
|
+
{
|
|
6565
|
+
"name": "Sylvain Marroufin",
|
|
6566
|
+
"github": "smarroufin",
|
|
6567
|
+
"twitter": "smarroufin"
|
|
6568
|
+
}
|
|
6569
|
+
],
|
|
6570
|
+
"compatibility": {
|
|
6571
|
+
"nuxt": "^3.0.0",
|
|
6572
|
+
"requires": {}
|
|
6573
|
+
}
|
|
6574
|
+
},
|
|
5168
6575
|
{
|
|
5169
6576
|
"name": "umami",
|
|
5170
6577
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5192,11 +6599,11 @@
|
|
|
5192
6599
|
{
|
|
5193
6600
|
"name": "unhead",
|
|
5194
6601
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5195
|
-
"repo": "harlan-zw/nuxt-
|
|
5196
|
-
"npm": "nuxt-
|
|
6602
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6603
|
+
"npm": "nuxt-seo-experiments",
|
|
5197
6604
|
"icon": "",
|
|
5198
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5199
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
6605
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6606
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5200
6607
|
"learn_more": "",
|
|
5201
6608
|
"category": "SEO",
|
|
5202
6609
|
"type": "3rd-party",
|
|
@@ -5213,7 +6620,7 @@
|
|
|
5213
6620
|
},
|
|
5214
6621
|
{
|
|
5215
6622
|
"name": "universal-storage",
|
|
5216
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6623
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5217
6624
|
"repo": "nuxt-community/universal-storage-module",
|
|
5218
6625
|
"npm": "@nuxtjs/universal-storage",
|
|
5219
6626
|
"icon": "",
|
|
@@ -5239,6 +6646,28 @@
|
|
|
5239
6646
|
"requires": {}
|
|
5240
6647
|
}
|
|
5241
6648
|
},
|
|
6649
|
+
{
|
|
6650
|
+
"name": "unlazy",
|
|
6651
|
+
"description": "Lazy loading library for placeholder images",
|
|
6652
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6653
|
+
"npm": "@unlazy/nuxt",
|
|
6654
|
+
"icon": "unlazy.svg",
|
|
6655
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6656
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6657
|
+
"learn_more": "",
|
|
6658
|
+
"category": "Images",
|
|
6659
|
+
"type": "3rd-party",
|
|
6660
|
+
"maintainers": [
|
|
6661
|
+
{
|
|
6662
|
+
"name": "Johann Schopplich",
|
|
6663
|
+
"github": "johannschopplich"
|
|
6664
|
+
}
|
|
6665
|
+
],
|
|
6666
|
+
"compatibility": {
|
|
6667
|
+
"nuxt": "^3.0.0",
|
|
6668
|
+
"requires": {}
|
|
6669
|
+
}
|
|
6670
|
+
},
|
|
5242
6671
|
{
|
|
5243
6672
|
"name": "unlighthouse",
|
|
5244
6673
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5252,48 +6681,96 @@
|
|
|
5252
6681
|
"type": "3rd-party",
|
|
5253
6682
|
"maintainers": [
|
|
5254
6683
|
{
|
|
5255
|
-
"name": "Harlan Wilton",
|
|
5256
|
-
"github": "harlan-zw",
|
|
5257
|
-
"twitter": "harlan_zw",
|
|
5258
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
6684
|
+
"name": "Harlan Wilton",
|
|
6685
|
+
"github": "harlan-zw",
|
|
6686
|
+
"twitter": "harlan_zw",
|
|
6687
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
6688
|
+
}
|
|
6689
|
+
],
|
|
6690
|
+
"compatibility": {
|
|
6691
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6692
|
+
"requires": {
|
|
6693
|
+
"bridge": "optional"
|
|
6694
|
+
}
|
|
6695
|
+
}
|
|
6696
|
+
},
|
|
6697
|
+
{
|
|
6698
|
+
"name": "unocss",
|
|
6699
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
6700
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
6701
|
+
"npm": "@unocss/nuxt",
|
|
6702
|
+
"icon": "unocss.svg",
|
|
6703
|
+
"github": "https://github.com/unocss/unocss",
|
|
6704
|
+
"website": "https://github.com/unocss/unocss",
|
|
6705
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
6706
|
+
"category": "UI",
|
|
6707
|
+
"type": "3rd-party",
|
|
6708
|
+
"maintainers": [
|
|
6709
|
+
{
|
|
6710
|
+
"name": "Anthony Fu",
|
|
6711
|
+
"github": "antfu",
|
|
6712
|
+
"twitter": "antfu7",
|
|
6713
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
6714
|
+
}
|
|
6715
|
+
],
|
|
6716
|
+
"compatibility": {
|
|
6717
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6718
|
+
"requires": {
|
|
6719
|
+
"bridge": "optional"
|
|
6720
|
+
},
|
|
6721
|
+
"devtools": "^0.0.0"
|
|
6722
|
+
}
|
|
6723
|
+
},
|
|
6724
|
+
{
|
|
6725
|
+
"name": "ununuracss",
|
|
6726
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
6727
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
6728
|
+
"npm": "nuxt-ununura",
|
|
6729
|
+
"icon": "ununuracss.png",
|
|
6730
|
+
"github": "https://github.com/novout/ununuracss",
|
|
6731
|
+
"website": "https://ununura.com/#/",
|
|
6732
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
6733
|
+
"category": "UI",
|
|
6734
|
+
"type": "3rd-party",
|
|
6735
|
+
"maintainers": [
|
|
6736
|
+
{
|
|
6737
|
+
"name": "Giovane Cardoso",
|
|
6738
|
+
"github": "novout",
|
|
6739
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5259
6740
|
}
|
|
5260
6741
|
],
|
|
5261
6742
|
"compatibility": {
|
|
5262
6743
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5263
|
-
"requires": {
|
|
5264
|
-
"bridge": "optional"
|
|
5265
|
-
}
|
|
6744
|
+
"requires": {}
|
|
5266
6745
|
}
|
|
5267
6746
|
},
|
|
5268
6747
|
{
|
|
5269
|
-
"name": "
|
|
5270
|
-
"description": "
|
|
5271
|
-
"repo": "
|
|
5272
|
-
"npm": "@
|
|
5273
|
-
"icon": "
|
|
5274
|
-
"github": "https://github.com/
|
|
5275
|
-
"website": "https://github.com/
|
|
5276
|
-
"learn_more": "https://github.com/
|
|
5277
|
-
"category": "
|
|
6748
|
+
"name": "use-wagmi",
|
|
6749
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6750
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6751
|
+
"npm": "@use-wagmi/nuxt",
|
|
6752
|
+
"icon": "use-wagmi.png",
|
|
6753
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6754
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6755
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6756
|
+
"category": "Extensions",
|
|
5278
6757
|
"type": "3rd-party",
|
|
5279
6758
|
"maintainers": [
|
|
5280
6759
|
{
|
|
5281
|
-
"name": "
|
|
5282
|
-
"github": "
|
|
5283
|
-
"twitter": "antfu7",
|
|
5284
|
-
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
6760
|
+
"name": "Unic Ape",
|
|
6761
|
+
"github": "unicape"
|
|
5285
6762
|
}
|
|
5286
6763
|
],
|
|
5287
6764
|
"compatibility": {
|
|
5288
6765
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5289
6766
|
"requires": {
|
|
5290
|
-
"bridge":
|
|
6767
|
+
"bridge": true
|
|
5291
6768
|
}
|
|
5292
6769
|
}
|
|
5293
6770
|
},
|
|
5294
6771
|
{
|
|
5295
6772
|
"name": "user-agent",
|
|
5296
|
-
"description": "Nuxt
|
|
6773
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5297
6774
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5298
6775
|
"npm": "nuxt-user-agent",
|
|
5299
6776
|
"icon": "",
|
|
@@ -5359,6 +6836,74 @@
|
|
|
5359
6836
|
}
|
|
5360
6837
|
}
|
|
5361
6838
|
},
|
|
6839
|
+
{
|
|
6840
|
+
"name": "varlet",
|
|
6841
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
6842
|
+
"repo": "varletjs/varlet-nuxt",
|
|
6843
|
+
"npm": "@varlet/nuxt",
|
|
6844
|
+
"icon": "varlet.svg",
|
|
6845
|
+
"github": "https://github.com/varletjs/varlet",
|
|
6846
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
6847
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6848
|
+
"category": "UI",
|
|
6849
|
+
"type": "3rd-party",
|
|
6850
|
+
"maintainers": [
|
|
6851
|
+
{
|
|
6852
|
+
"name": "zhangmo8",
|
|
6853
|
+
"github": "zhangmo8"
|
|
6854
|
+
}
|
|
6855
|
+
],
|
|
6856
|
+
"compatibility": {
|
|
6857
|
+
"nuxt": "^3.0.0",
|
|
6858
|
+
"requires": {
|
|
6859
|
+
"bridge": "optional"
|
|
6860
|
+
}
|
|
6861
|
+
}
|
|
6862
|
+
},
|
|
6863
|
+
{
|
|
6864
|
+
"name": "vcalendar",
|
|
6865
|
+
"description": "VCalendar module for Nuxt",
|
|
6866
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6867
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6868
|
+
"icon": "vcalendar.png",
|
|
6869
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6870
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6871
|
+
"learn_more": "",
|
|
6872
|
+
"category": "Libraries",
|
|
6873
|
+
"type": "3rd-party",
|
|
6874
|
+
"maintainers": [
|
|
6875
|
+
{
|
|
6876
|
+
"name": "Sam K",
|
|
6877
|
+
"github": "samk-dev"
|
|
6878
|
+
}
|
|
6879
|
+
],
|
|
6880
|
+
"compatibility": {
|
|
6881
|
+
"nuxt": "^3.0.0",
|
|
6882
|
+
"requires": {}
|
|
6883
|
+
}
|
|
6884
|
+
},
|
|
6885
|
+
{
|
|
6886
|
+
"name": "vee-validate",
|
|
6887
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6888
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6889
|
+
"npm": "@vee-validate/nuxt",
|
|
6890
|
+
"icon": "vee-validate.png",
|
|
6891
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6892
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6893
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6894
|
+
"category": "Libraries",
|
|
6895
|
+
"type": "3rd-party",
|
|
6896
|
+
"maintainers": [
|
|
6897
|
+
{
|
|
6898
|
+
"name": "Abdelrahman Awad",
|
|
6899
|
+
"github": "logaretm"
|
|
6900
|
+
}
|
|
6901
|
+
],
|
|
6902
|
+
"compatibility": {
|
|
6903
|
+
"nuxt": "^3.0.0",
|
|
6904
|
+
"requires": {}
|
|
6905
|
+
}
|
|
6906
|
+
},
|
|
5362
6907
|
{
|
|
5363
6908
|
"name": "vendor",
|
|
5364
6909
|
"description": "directly serve node_modules",
|
|
@@ -5382,9 +6927,54 @@
|
|
|
5382
6927
|
"requires": {}
|
|
5383
6928
|
}
|
|
5384
6929
|
},
|
|
6930
|
+
{
|
|
6931
|
+
"name": "vercel-analytics",
|
|
6932
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6933
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6934
|
+
"npm": "nuxt-vercel-analytics",
|
|
6935
|
+
"icon": "",
|
|
6936
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6937
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6938
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6939
|
+
"category": "Analytics",
|
|
6940
|
+
"type": "3rd-party",
|
|
6941
|
+
"maintainers": [
|
|
6942
|
+
{
|
|
6943
|
+
"name": "Alexander B.",
|
|
6944
|
+
"github": "xanderbarkhatov"
|
|
6945
|
+
}
|
|
6946
|
+
],
|
|
6947
|
+
"compatibility": {
|
|
6948
|
+
"nuxt": "^3.0.0",
|
|
6949
|
+
"requires": {}
|
|
6950
|
+
}
|
|
6951
|
+
},
|
|
6952
|
+
{
|
|
6953
|
+
"name": "vexip-ui",
|
|
6954
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6955
|
+
"repo": "vexip-ui/nuxt",
|
|
6956
|
+
"npm": "@vexip-ui/nuxt",
|
|
6957
|
+
"icon": "vexip-ui.svg",
|
|
6958
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6959
|
+
"website": "https://www.vexipui.com/",
|
|
6960
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6961
|
+
"category": "UI",
|
|
6962
|
+
"type": "3rd-party",
|
|
6963
|
+
"maintainers": [
|
|
6964
|
+
{
|
|
6965
|
+
"name": "未觉雨声",
|
|
6966
|
+
"github": "qmhc",
|
|
6967
|
+
"twitter": "qmhc95"
|
|
6968
|
+
}
|
|
6969
|
+
],
|
|
6970
|
+
"compatibility": {
|
|
6971
|
+
"nuxt": "^3.0.0",
|
|
6972
|
+
"requires": {}
|
|
6973
|
+
}
|
|
6974
|
+
},
|
|
5385
6975
|
{
|
|
5386
6976
|
"name": "vite-pwa-nuxt",
|
|
5387
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
6977
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
5388
6978
|
"repo": "vite-pwa/nuxt",
|
|
5389
6979
|
"npm": "@vite-pwa/nuxt",
|
|
5390
6980
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -5413,13 +7003,13 @@
|
|
|
5413
7003
|
{
|
|
5414
7004
|
"name": "vitest",
|
|
5415
7005
|
"description": "Vitest integration with Nuxt",
|
|
5416
|
-
"repo": "danielroe/nuxt-vitest
|
|
7006
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5417
7007
|
"npm": "nuxt-vitest",
|
|
5418
7008
|
"icon": "vitest.svg",
|
|
5419
7009
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5420
7010
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5421
7011
|
"learn_more": "",
|
|
5422
|
-
"category": "
|
|
7012
|
+
"category": "Devtools",
|
|
5423
7013
|
"type": "3rd-party",
|
|
5424
7014
|
"maintainers": [
|
|
5425
7015
|
{
|
|
@@ -5431,6 +7021,61 @@
|
|
|
5431
7021
|
"github": "antfu"
|
|
5432
7022
|
}
|
|
5433
7023
|
],
|
|
7024
|
+
"compatibility": {
|
|
7025
|
+
"nuxt": "^3.0.0",
|
|
7026
|
+
"requires": {},
|
|
7027
|
+
"devtools": "^0.0.0"
|
|
7028
|
+
}
|
|
7029
|
+
},
|
|
7030
|
+
{
|
|
7031
|
+
"name": "vue-email",
|
|
7032
|
+
"description": "💌 Write email templates with vue",
|
|
7033
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
7034
|
+
"npm": "vue-email",
|
|
7035
|
+
"icon": "vue-email.svg",
|
|
7036
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
7037
|
+
"website": "https://www.vuemail.net/",
|
|
7038
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
7039
|
+
"category": "UI",
|
|
7040
|
+
"type": "3rd-party",
|
|
7041
|
+
"maintainers": [
|
|
7042
|
+
{
|
|
7043
|
+
"name": "David Arenas",
|
|
7044
|
+
"github": "Dave136",
|
|
7045
|
+
"twitter": "davejs4",
|
|
7046
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
7047
|
+
},
|
|
7048
|
+
{
|
|
7049
|
+
"name": "Younes Barrad",
|
|
7050
|
+
"github": "Flowko",
|
|
7051
|
+
"twitter": "imflowko",
|
|
7052
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
7053
|
+
}
|
|
7054
|
+
],
|
|
7055
|
+
"compatibility": {
|
|
7056
|
+
"nuxt": "^3.0.0",
|
|
7057
|
+
"requires": {},
|
|
7058
|
+
"devtools": "^0.0.0"
|
|
7059
|
+
}
|
|
7060
|
+
},
|
|
7061
|
+
{
|
|
7062
|
+
"name": "vue-final-modal",
|
|
7063
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7064
|
+
"repo": "vue-final/vue-final-modal",
|
|
7065
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7066
|
+
"icon": "vue-final-modal.svg",
|
|
7067
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7068
|
+
"website": "https://vue-final-modal.org/",
|
|
7069
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7070
|
+
"category": "UI",
|
|
7071
|
+
"type": "3rd-party",
|
|
7072
|
+
"maintainers": [
|
|
7073
|
+
{
|
|
7074
|
+
"name": "Hunter Liu",
|
|
7075
|
+
"github": "hunterliu1003",
|
|
7076
|
+
"twitter": "hunterliu1003"
|
|
7077
|
+
}
|
|
7078
|
+
],
|
|
5434
7079
|
"compatibility": {
|
|
5435
7080
|
"nuxt": "^3.0.0",
|
|
5436
7081
|
"requires": {}
|
|
@@ -5438,13 +7083,13 @@
|
|
|
5438
7083
|
},
|
|
5439
7084
|
{
|
|
5440
7085
|
"name": "vue-macros",
|
|
5441
|
-
"description": "Explore
|
|
5442
|
-
"repo": "sxzz/
|
|
7086
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
7087
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5443
7088
|
"npm": "@vue-macros/nuxt",
|
|
5444
7089
|
"icon": "vue-macros.svg",
|
|
5445
|
-
"github": "https://github.com/sxzz/
|
|
7090
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5446
7091
|
"website": "https://vue-macros.sxzz.moe",
|
|
5447
|
-
"learn_more": "https://github.com/sxzz/
|
|
7092
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5448
7093
|
"category": "Extensions",
|
|
5449
7094
|
"type": "3rd-party",
|
|
5450
7095
|
"maintainers": [
|
|
@@ -5458,7 +7103,8 @@
|
|
|
5458
7103
|
"nuxt": "^3.0.0",
|
|
5459
7104
|
"requires": {
|
|
5460
7105
|
"bridge": "optional"
|
|
5461
|
-
}
|
|
7106
|
+
},
|
|
7107
|
+
"devtools": "^0.0.0"
|
|
5462
7108
|
}
|
|
5463
7109
|
},
|
|
5464
7110
|
{
|
|
@@ -5485,7 +7131,7 @@
|
|
|
5485
7131
|
},
|
|
5486
7132
|
{
|
|
5487
7133
|
"name": "vue-multiselect",
|
|
5488
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7134
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
5489
7135
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
5490
7136
|
"npm": "nuxt-vue-multiselect",
|
|
5491
7137
|
"icon": "",
|
|
@@ -5527,6 +7173,29 @@
|
|
|
5527
7173
|
"requires": {}
|
|
5528
7174
|
}
|
|
5529
7175
|
},
|
|
7176
|
+
{
|
|
7177
|
+
"name": "vue-query",
|
|
7178
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7179
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
7180
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
7181
|
+
"icon": "vue-query.svg",
|
|
7182
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
7183
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
7184
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
7185
|
+
"category": "Request",
|
|
7186
|
+
"type": "3rd-party",
|
|
7187
|
+
"maintainers": [
|
|
7188
|
+
{
|
|
7189
|
+
"name": "Hebilicious",
|
|
7190
|
+
"github": "Hebilicious",
|
|
7191
|
+
"twitter": "its_hebilicious"
|
|
7192
|
+
}
|
|
7193
|
+
],
|
|
7194
|
+
"compatibility": {
|
|
7195
|
+
"nuxt": "^3.0.0",
|
|
7196
|
+
"requires": {}
|
|
7197
|
+
}
|
|
7198
|
+
},
|
|
5530
7199
|
{
|
|
5531
7200
|
"name": "vue-select",
|
|
5532
7201
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5576,7 +7245,7 @@
|
|
|
5576
7245
|
},
|
|
5577
7246
|
{
|
|
5578
7247
|
"name": "vue-warehouse",
|
|
5579
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7248
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
5580
7249
|
"repo": "juliomrqz/vue-warehouse",
|
|
5581
7250
|
"npm": "vue-warehouse",
|
|
5582
7251
|
"icon": "",
|
|
@@ -5597,6 +7266,29 @@
|
|
|
5597
7266
|
"requires": {}
|
|
5598
7267
|
}
|
|
5599
7268
|
},
|
|
7269
|
+
{
|
|
7270
|
+
"name": "vue3-carousel-nuxt",
|
|
7271
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7272
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7273
|
+
"npm": "vue3-carousel-nuxt",
|
|
7274
|
+
"icon": "",
|
|
7275
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7276
|
+
"website": "",
|
|
7277
|
+
"learn_more": "",
|
|
7278
|
+
"category": "UI",
|
|
7279
|
+
"type": "3rd-party",
|
|
7280
|
+
"maintainers": [
|
|
7281
|
+
{
|
|
7282
|
+
"name": "Gaetan SENN",
|
|
7283
|
+
"github": "gaetansenn",
|
|
7284
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7285
|
+
}
|
|
7286
|
+
],
|
|
7287
|
+
"compatibility": {
|
|
7288
|
+
"nuxt": "^3.0.0",
|
|
7289
|
+
"requires": {}
|
|
7290
|
+
}
|
|
7291
|
+
},
|
|
5600
7292
|
{
|
|
5601
7293
|
"name": "vuefire",
|
|
5602
7294
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -5619,9 +7311,55 @@
|
|
|
5619
7311
|
"requires": {}
|
|
5620
7312
|
}
|
|
5621
7313
|
},
|
|
7314
|
+
{
|
|
7315
|
+
"name": "vueform-builder",
|
|
7316
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7317
|
+
"repo": "vueform/builder-nuxt",
|
|
7318
|
+
"npm": "@vueform/builder-nuxt",
|
|
7319
|
+
"icon": "vueform.svg",
|
|
7320
|
+
"github": "https://github.com/vueform/builder",
|
|
7321
|
+
"website": "https://builder.vueform.com",
|
|
7322
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7323
|
+
"category": "Libraries",
|
|
7324
|
+
"type": "3rd-party",
|
|
7325
|
+
"maintainers": [
|
|
7326
|
+
{
|
|
7327
|
+
"name": "Adam Berecz",
|
|
7328
|
+
"github": "adamberecz",
|
|
7329
|
+
"twitter": "bereczadam"
|
|
7330
|
+
}
|
|
7331
|
+
],
|
|
7332
|
+
"compatibility": {
|
|
7333
|
+
"nuxt": "^3.0.0",
|
|
7334
|
+
"requires": {}
|
|
7335
|
+
}
|
|
7336
|
+
},
|
|
7337
|
+
{
|
|
7338
|
+
"name": "vueform",
|
|
7339
|
+
"description": "Official Vueform module for Nuxt",
|
|
7340
|
+
"repo": "vueform/nuxt",
|
|
7341
|
+
"npm": "@vueform/nuxt",
|
|
7342
|
+
"icon": "vueform.svg",
|
|
7343
|
+
"github": "https://github.com/vueform/vueform",
|
|
7344
|
+
"website": "https://vueform.com",
|
|
7345
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7346
|
+
"category": "Libraries",
|
|
7347
|
+
"type": "3rd-party",
|
|
7348
|
+
"maintainers": [
|
|
7349
|
+
{
|
|
7350
|
+
"name": "Adam Berecz",
|
|
7351
|
+
"github": "adamberecz",
|
|
7352
|
+
"twitter": "bereczadam"
|
|
7353
|
+
}
|
|
7354
|
+
],
|
|
7355
|
+
"compatibility": {
|
|
7356
|
+
"nuxt": "^3.0.0",
|
|
7357
|
+
"requires": {}
|
|
7358
|
+
}
|
|
7359
|
+
},
|
|
5622
7360
|
{
|
|
5623
7361
|
"name": "vuestic",
|
|
5624
|
-
"description": "Vuestic UI module for Nuxt
|
|
7362
|
+
"description": "Vuestic UI module for Nuxt",
|
|
5625
7363
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
5626
7364
|
"npm": "@vuestic/nuxt",
|
|
5627
7365
|
"icon": "vuestic.png",
|
|
@@ -5641,9 +7379,31 @@
|
|
|
5641
7379
|
"requires": {}
|
|
5642
7380
|
}
|
|
5643
7381
|
},
|
|
7382
|
+
{
|
|
7383
|
+
"name": "vuetify-nuxt-module",
|
|
7384
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7385
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7386
|
+
"npm": "vuetify-nuxt-module",
|
|
7387
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7388
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7389
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7390
|
+
"learn_more": "https://vuetify-nuxt-module.netlify.app/",
|
|
7391
|
+
"category": "UI",
|
|
7392
|
+
"type": "3rd-party",
|
|
7393
|
+
"maintainers": [
|
|
7394
|
+
{
|
|
7395
|
+
"name": "Joaquín Sánchez",
|
|
7396
|
+
"github": "userquin"
|
|
7397
|
+
}
|
|
7398
|
+
],
|
|
7399
|
+
"compatibility": {
|
|
7400
|
+
"nuxt": "^3.0.0",
|
|
7401
|
+
"requires": {}
|
|
7402
|
+
}
|
|
7403
|
+
},
|
|
5644
7404
|
{
|
|
5645
7405
|
"name": "vuetify",
|
|
5646
|
-
"description": "Vuetify Module for Nuxt
|
|
7406
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
5647
7407
|
"repo": "nuxt-community/vuetify-module",
|
|
5648
7408
|
"npm": "@nuxtjs/vuetify",
|
|
5649
7409
|
"icon": "vuetify.png",
|
|
@@ -5690,7 +7450,8 @@
|
|
|
5690
7450
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5691
7451
|
"requires": {
|
|
5692
7452
|
"bridge": "optional"
|
|
5693
|
-
}
|
|
7453
|
+
},
|
|
7454
|
+
"devtools": "^0.0.0"
|
|
5694
7455
|
}
|
|
5695
7456
|
},
|
|
5696
7457
|
{
|
|
@@ -5715,14 +7476,37 @@
|
|
|
5715
7476
|
"requires": {}
|
|
5716
7477
|
}
|
|
5717
7478
|
},
|
|
7479
|
+
{
|
|
7480
|
+
"name": "vunix",
|
|
7481
|
+
"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.",
|
|
7482
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
7483
|
+
"npm": "@vunix/nuxt",
|
|
7484
|
+
"icon": "",
|
|
7485
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
7486
|
+
"website": "https://vunix.dewib.com/",
|
|
7487
|
+
"learn_more": "",
|
|
7488
|
+
"category": "UI",
|
|
7489
|
+
"type": "3rd-party",
|
|
7490
|
+
"maintainers": [
|
|
7491
|
+
{
|
|
7492
|
+
"name": "Gaetan SENN",
|
|
7493
|
+
"github": "gaetansenn",
|
|
7494
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7495
|
+
}
|
|
7496
|
+
],
|
|
7497
|
+
"compatibility": {
|
|
7498
|
+
"nuxt": "^3.0.0",
|
|
7499
|
+
"requires": {}
|
|
7500
|
+
}
|
|
7501
|
+
},
|
|
5718
7502
|
{
|
|
5719
7503
|
"name": "web-vitals",
|
|
5720
7504
|
"description": "Web Vitals for Nuxt",
|
|
5721
|
-
"repo": "nuxt-
|
|
7505
|
+
"repo": "nuxt-modules/web-vitals",
|
|
5722
7506
|
"npm": "@nuxtjs/web-vitals",
|
|
5723
7507
|
"icon": "web-vitals.png",
|
|
5724
|
-
"github": "https://github.com/nuxt-
|
|
5725
|
-
"website": "https://github.com/nuxt-
|
|
7508
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7509
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
5726
7510
|
"learn_more": "",
|
|
5727
7511
|
"category": "Performance",
|
|
5728
7512
|
"type": "community",
|
|
@@ -5749,29 +7533,6 @@
|
|
|
5749
7533
|
}
|
|
5750
7534
|
}
|
|
5751
7535
|
},
|
|
5752
|
-
{
|
|
5753
|
-
"name": "web3js",
|
|
5754
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5755
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5756
|
-
"npm": "nuxt-web3",
|
|
5757
|
-
"icon": "web3js.svg",
|
|
5758
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5759
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5760
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5761
|
-
"category": "Libraries",
|
|
5762
|
-
"type": "3rd-party",
|
|
5763
|
-
"maintainers": [
|
|
5764
|
-
{
|
|
5765
|
-
"name": "Muhammad Fauzan",
|
|
5766
|
-
"github": "bl0cknumber",
|
|
5767
|
-
"twitter": "fncolon"
|
|
5768
|
-
}
|
|
5769
|
-
],
|
|
5770
|
-
"compatibility": {
|
|
5771
|
-
"nuxt": "^2.0.0",
|
|
5772
|
-
"requires": {}
|
|
5773
|
-
}
|
|
5774
|
-
},
|
|
5775
7536
|
{
|
|
5776
7537
|
"name": "webfontloader",
|
|
5777
7538
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5796,7 +7557,7 @@
|
|
|
5796
7557
|
},
|
|
5797
7558
|
{
|
|
5798
7559
|
"name": "webpack-optimisations",
|
|
5799
|
-
"description": "Nuxt
|
|
7560
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
5800
7561
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
5801
7562
|
"npm": "nuxt-webpack-optimisations",
|
|
5802
7563
|
"icon": "build-optimisations.svg",
|
|
@@ -5886,6 +7647,54 @@
|
|
|
5886
7647
|
"requires": {}
|
|
5887
7648
|
}
|
|
5888
7649
|
},
|
|
7650
|
+
{
|
|
7651
|
+
"name": "well-known",
|
|
7652
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
7653
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7654
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7655
|
+
"icon": "well-known.svg",
|
|
7656
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
7657
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
7658
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
7659
|
+
"category": "SEO",
|
|
7660
|
+
"type": "3rd-party",
|
|
7661
|
+
"maintainers": [
|
|
7662
|
+
{
|
|
7663
|
+
"name": "Zadig&Voltaire Team",
|
|
7664
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
7665
|
+
}
|
|
7666
|
+
],
|
|
7667
|
+
"compatibility": {
|
|
7668
|
+
"nuxt": "^3.0.0",
|
|
7669
|
+
"requires": {}
|
|
7670
|
+
}
|
|
7671
|
+
},
|
|
7672
|
+
{
|
|
7673
|
+
"name": "wideangle",
|
|
7674
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7675
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7676
|
+
"npm": "wideangle-nuxt",
|
|
7677
|
+
"icon": "wideangle.png",
|
|
7678
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7679
|
+
"website": "https://wideangle.co",
|
|
7680
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7681
|
+
"category": "Analytics",
|
|
7682
|
+
"type": "3rd-party",
|
|
7683
|
+
"maintainers": [
|
|
7684
|
+
{
|
|
7685
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7686
|
+
"github": "inputobjects"
|
|
7687
|
+
},
|
|
7688
|
+
{
|
|
7689
|
+
"name": "Jarek Rozanski",
|
|
7690
|
+
"github": "jrozanski"
|
|
7691
|
+
}
|
|
7692
|
+
],
|
|
7693
|
+
"compatibility": {
|
|
7694
|
+
"nuxt": "^3.0.0",
|
|
7695
|
+
"requires": {}
|
|
7696
|
+
}
|
|
7697
|
+
},
|
|
5889
7698
|
{
|
|
5890
7699
|
"name": "windicss",
|
|
5891
7700
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -6029,32 +7838,9 @@
|
|
|
6029
7838
|
"requires": {}
|
|
6030
7839
|
}
|
|
6031
7840
|
},
|
|
6032
|
-
{
|
|
6033
|
-
"name": "yandex-metrika",
|
|
6034
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6035
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6036
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6037
|
-
"icon": "",
|
|
6038
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6039
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6040
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6041
|
-
"category": "Analytics",
|
|
6042
|
-
"type": "community",
|
|
6043
|
-
"maintainers": [
|
|
6044
|
-
{
|
|
6045
|
-
"name": "Pooya Parsa",
|
|
6046
|
-
"github": "pi0",
|
|
6047
|
-
"twitter": "_pi0_"
|
|
6048
|
-
}
|
|
6049
|
-
],
|
|
6050
|
-
"compatibility": {
|
|
6051
|
-
"nuxt": "^2.0.0",
|
|
6052
|
-
"requires": {}
|
|
6053
|
-
}
|
|
6054
|
-
},
|
|
6055
7841
|
{
|
|
6056
7842
|
"name": "zendesk",
|
|
6057
|
-
"description": "Nuxt
|
|
7843
|
+
"description": "Nuxt module for Zendesk",
|
|
6058
7844
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6059
7845
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6060
7846
|
"icon": "zendesk.png",
|