@nuxt/modules 0.6.0-624cd3 → 0.6.0-66d0d9
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 +2599 -551
- package/package.json +13 -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
|
{
|
|
@@ -285,9 +308,76 @@
|
|
|
285
308
|
"requires": {}
|
|
286
309
|
}
|
|
287
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",
|
|
375
|
+
"requires": {}
|
|
376
|
+
}
|
|
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",
|
|
@@ -598,10 +756,10 @@
|
|
|
598
756
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
599
757
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
600
758
|
"npm": "nuxt-chiffre",
|
|
601
|
-
"icon": "
|
|
759
|
+
"icon": "chiffre.png",
|
|
602
760
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
603
761
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
604
|
-
"learn_more": "https://chiffre.io",
|
|
762
|
+
"learn_more": "https://chiffre.io/",
|
|
605
763
|
"category": "Analytics",
|
|
606
764
|
"type": "3rd-party",
|
|
607
765
|
"maintainers": [
|
|
@@ -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,58 @@
|
|
|
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"
|
|
1334
|
+
}
|
|
1335
|
+
],
|
|
1336
|
+
"compatibility": {
|
|
1337
|
+
"nuxt": "^3.0.0",
|
|
1338
|
+
"requires": {}
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "doppler",
|
|
1343
|
+
"description": "Integrate your Doppler secrets into your Nuxt build",
|
|
1344
|
+
"repo": "JamieCurnow/nuxt-doppler",
|
|
1345
|
+
"npm": "nuxt-doppler",
|
|
1346
|
+
"icon": "doppler.png",
|
|
1347
|
+
"github": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1348
|
+
"website": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1349
|
+
"learn_more": "",
|
|
1350
|
+
"category": "Devtools",
|
|
1351
|
+
"type": "3rd-party",
|
|
1352
|
+
"maintainers": [
|
|
1353
|
+
{
|
|
1354
|
+
"name": "JamieCurnow",
|
|
1355
|
+
"github": "JamieCurnow"
|
|
1066
1356
|
}
|
|
1357
|
+
],
|
|
1358
|
+
"compatibility": {
|
|
1359
|
+
"nuxt": "^3.0.0",
|
|
1360
|
+
"requires": {}
|
|
1067
1361
|
}
|
|
1068
1362
|
},
|
|
1069
1363
|
{
|
|
1070
1364
|
"name": "dotenv",
|
|
1071
|
-
"description": "A Nuxt
|
|
1365
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1072
1366
|
"repo": "nuxt-community/dotenv-module",
|
|
1073
1367
|
"npm": "@nuxtjs/dotenv",
|
|
1074
1368
|
"icon": "dotenv.png",
|
|
@@ -1090,13 +1384,13 @@
|
|
|
1090
1384
|
},
|
|
1091
1385
|
{
|
|
1092
1386
|
"name": "drupal-ce",
|
|
1093
|
-
"description": "Connects Nuxt
|
|
1387
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1094
1388
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1095
1389
|
"npm": "nuxtjs-drupal-ce",
|
|
1096
1390
|
"icon": "drupal-ce.png",
|
|
1097
1391
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1098
|
-
"website": "https://
|
|
1099
|
-
"learn_more": "https://
|
|
1392
|
+
"website": "https://lupus-decoupled.org",
|
|
1393
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1100
1394
|
"category": "CMS",
|
|
1101
1395
|
"type": "3rd-party",
|
|
1102
1396
|
"maintainers": [
|
|
@@ -1111,19 +1405,19 @@
|
|
|
1111
1405
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1112
1406
|
},
|
|
1113
1407
|
{
|
|
1114
|
-
"name": "
|
|
1115
|
-
"github": "
|
|
1116
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1408
|
+
"name": "Matic",
|
|
1409
|
+
"github": "TurtlBbx",
|
|
1410
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1117
1411
|
}
|
|
1118
1412
|
],
|
|
1119
1413
|
"compatibility": {
|
|
1120
|
-
"nuxt": "^2.0.0",
|
|
1414
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1121
1415
|
"requires": {}
|
|
1122
1416
|
}
|
|
1123
1417
|
},
|
|
1124
1418
|
{
|
|
1125
1419
|
"name": "druxt",
|
|
1126
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1420
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1127
1421
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1128
1422
|
"npm": "druxt",
|
|
1129
1423
|
"icon": "druxt.svg",
|
|
@@ -1143,6 +1437,29 @@
|
|
|
1143
1437
|
"requires": {}
|
|
1144
1438
|
}
|
|
1145
1439
|
},
|
|
1440
|
+
{
|
|
1441
|
+
"name": "edgedb",
|
|
1442
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1443
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1444
|
+
"npm": "nuxt-edgedb-module",
|
|
1445
|
+
"icon": "edgedb.svg",
|
|
1446
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1447
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1448
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1449
|
+
"category": "Database",
|
|
1450
|
+
"type": "3rd-party",
|
|
1451
|
+
"maintainers": [
|
|
1452
|
+
{
|
|
1453
|
+
"name": "Yaël Guilloux",
|
|
1454
|
+
"github": "Tahul",
|
|
1455
|
+
"twitter": "yaeeelglx"
|
|
1456
|
+
}
|
|
1457
|
+
],
|
|
1458
|
+
"compatibility": {
|
|
1459
|
+
"nuxt": "^3.8.0",
|
|
1460
|
+
"requires": {}
|
|
1461
|
+
}
|
|
1462
|
+
},
|
|
1146
1463
|
{
|
|
1147
1464
|
"name": "electron",
|
|
1148
1465
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1191,7 +1508,7 @@
|
|
|
1191
1508
|
},
|
|
1192
1509
|
{
|
|
1193
1510
|
"name": "emotion",
|
|
1194
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1511
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1195
1512
|
"repo": "nuxt-modules/emotion",
|
|
1196
1513
|
"npm": "@nuxtjs/emotion",
|
|
1197
1514
|
"icon": "emotion.png",
|
|
@@ -1219,7 +1536,7 @@
|
|
|
1219
1536
|
},
|
|
1220
1537
|
{
|
|
1221
1538
|
"name": "eslint",
|
|
1222
|
-
"description": "ESLint module for Nuxt
|
|
1539
|
+
"description": "ESLint module for Nuxt",
|
|
1223
1540
|
"repo": "nuxt-community/eslint-module",
|
|
1224
1541
|
"npm": "@nuxtjs/eslint-module",
|
|
1225
1542
|
"icon": "eslint.png",
|
|
@@ -1235,13 +1552,13 @@
|
|
|
1235
1552
|
}
|
|
1236
1553
|
],
|
|
1237
1554
|
"compatibility": {
|
|
1238
|
-
"nuxt": "^2.0.0",
|
|
1555
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1239
1556
|
"requires": {}
|
|
1240
1557
|
}
|
|
1241
1558
|
},
|
|
1242
1559
|
{
|
|
1243
1560
|
"name": "event-trace",
|
|
1244
|
-
"description": "Module for event trace in Nuxt
|
|
1561
|
+
"description": "Module for event trace in Nuxt",
|
|
1245
1562
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1246
1563
|
"npm": "nuxt-event-trace",
|
|
1247
1564
|
"icon": "",
|
|
@@ -1261,6 +1578,29 @@
|
|
|
1261
1578
|
"requires": {}
|
|
1262
1579
|
}
|
|
1263
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "fathom-analytics",
|
|
1583
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1584
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1585
|
+
"npm": "nuxt-fathom",
|
|
1586
|
+
"icon": "fathom-analytics.svg",
|
|
1587
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1588
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1589
|
+
"learn_more": "",
|
|
1590
|
+
"category": "Analytics",
|
|
1591
|
+
"type": "3rd-party",
|
|
1592
|
+
"maintainers": [
|
|
1593
|
+
{
|
|
1594
|
+
"name": "Valgeir Björnsson",
|
|
1595
|
+
"github": "valgeirb",
|
|
1596
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"compatibility": {
|
|
1600
|
+
"nuxt": "^3.0.0",
|
|
1601
|
+
"requires": {}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1264
1604
|
{
|
|
1265
1605
|
"name": "fathom",
|
|
1266
1606
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1285,7 +1625,7 @@
|
|
|
1285
1625
|
},
|
|
1286
1626
|
{
|
|
1287
1627
|
"name": "feature-toggle",
|
|
1288
|
-
"description": "Feature toggle module for Nuxt
|
|
1628
|
+
"description": "Feature toggle module for Nuxt",
|
|
1289
1629
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1290
1630
|
"npm": "nuxt-feature-toggle",
|
|
1291
1631
|
"icon": "",
|
|
@@ -1352,7 +1692,7 @@
|
|
|
1352
1692
|
},
|
|
1353
1693
|
{
|
|
1354
1694
|
"name": "floating-prompt-module",
|
|
1355
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1695
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1356
1696
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1357
1697
|
"npm": "nuxt-floating-prompt-module",
|
|
1358
1698
|
"icon": "",
|
|
@@ -1461,6 +1801,29 @@
|
|
|
1461
1801
|
"requires": {}
|
|
1462
1802
|
}
|
|
1463
1803
|
},
|
|
1804
|
+
{
|
|
1805
|
+
"name": "form-actions",
|
|
1806
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1807
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1808
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1809
|
+
"icon": "form-actions.svg",
|
|
1810
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1811
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1812
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1813
|
+
"category": "Request",
|
|
1814
|
+
"type": "3rd-party",
|
|
1815
|
+
"maintainers": [
|
|
1816
|
+
{
|
|
1817
|
+
"name": "Hebilicious",
|
|
1818
|
+
"github": "Hebilicious",
|
|
1819
|
+
"twitter": "its_hebilicious"
|
|
1820
|
+
}
|
|
1821
|
+
],
|
|
1822
|
+
"compatibility": {
|
|
1823
|
+
"nuxt": "^3.7.0",
|
|
1824
|
+
"requires": {}
|
|
1825
|
+
}
|
|
1826
|
+
},
|
|
1464
1827
|
{
|
|
1465
1828
|
"name": "formkit",
|
|
1466
1829
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1469,7 +1832,7 @@
|
|
|
1469
1832
|
"icon": "formkit.png",
|
|
1470
1833
|
"github": "https://github.com/formkit/formkit",
|
|
1471
1834
|
"website": "https://formkit.com",
|
|
1472
|
-
"learn_more": "https://formkit.com/
|
|
1835
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1473
1836
|
"category": "Libraries",
|
|
1474
1837
|
"type": "3rd-party",
|
|
1475
1838
|
"maintainers": [
|
|
@@ -1535,7 +1898,7 @@
|
|
|
1535
1898
|
},
|
|
1536
1899
|
{
|
|
1537
1900
|
"name": "google-adsense",
|
|
1538
|
-
"description": "Google Adsense Module for Nuxt
|
|
1901
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1539
1902
|
"repo": "nuxt-community/google-adsense-module",
|
|
1540
1903
|
"npm": "@nuxtjs/google-adsense",
|
|
1541
1904
|
"icon": "google-adsense.png",
|
|
@@ -1561,7 +1924,7 @@
|
|
|
1561
1924
|
},
|
|
1562
1925
|
{
|
|
1563
1926
|
"name": "google-analytics",
|
|
1564
|
-
"description": "Google analytics Module for Nuxt
|
|
1927
|
+
"description": "Google analytics Module for Nuxt",
|
|
1565
1928
|
"repo": "nuxt-community/analytics-module",
|
|
1566
1929
|
"npm": "@nuxtjs/google-analytics",
|
|
1567
1930
|
"icon": "google-analytics.png",
|
|
@@ -1593,12 +1956,12 @@
|
|
|
1593
1956
|
},
|
|
1594
1957
|
{
|
|
1595
1958
|
"name": "google-fonts",
|
|
1596
|
-
"description": "Google Fonts module for
|
|
1597
|
-
"repo": "nuxt-
|
|
1959
|
+
"description": "Google Fonts module for Nuxt",
|
|
1960
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1598
1961
|
"npm": "@nuxtjs/google-fonts",
|
|
1599
1962
|
"icon": "google-fonts.png",
|
|
1600
|
-
"github": "https://github.com/nuxt-
|
|
1601
|
-
"website": "https://
|
|
1963
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1964
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1602
1965
|
"learn_more": "https://developers.google.com/fonts",
|
|
1603
1966
|
"category": "Fonts",
|
|
1604
1967
|
"type": "community",
|
|
@@ -1617,7 +1980,7 @@
|
|
|
1617
1980
|
},
|
|
1618
1981
|
{
|
|
1619
1982
|
"name": "google-gtag",
|
|
1620
|
-
"description": "Google GTag for Nuxt
|
|
1983
|
+
"description": "Google GTag for Nuxt",
|
|
1621
1984
|
"repo": "nuxt-community/google-gtag",
|
|
1622
1985
|
"npm": "@nuxtjs/google-gtag",
|
|
1623
1986
|
"icon": "gtm.png",
|
|
@@ -1643,7 +2006,7 @@
|
|
|
1643
2006
|
},
|
|
1644
2007
|
{
|
|
1645
2008
|
"name": "google-optimize",
|
|
1646
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2009
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1647
2010
|
"repo": "nuxt-community/google-optimize-module",
|
|
1648
2011
|
"npm": "nuxt-google-optimize",
|
|
1649
2012
|
"icon": "google-optimize.png",
|
|
@@ -1682,7 +2045,7 @@
|
|
|
1682
2045
|
"icon": "graphql-client.svg",
|
|
1683
2046
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1684
2047
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1685
|
-
"learn_more": "https://
|
|
2048
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
1686
2049
|
"category": "Request",
|
|
1687
2050
|
"type": "3rd-party",
|
|
1688
2051
|
"maintainers": [
|
|
@@ -1698,7 +2061,7 @@
|
|
|
1698
2061
|
},
|
|
1699
2062
|
{
|
|
1700
2063
|
"name": "graphql-request",
|
|
1701
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2064
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1702
2065
|
"repo": "gomah/nuxt-graphql-request",
|
|
1703
2066
|
"npm": "nuxt-graphql-request",
|
|
1704
2067
|
"icon": "graphql-request.png",
|
|
@@ -1714,7 +2077,7 @@
|
|
|
1714
2077
|
}
|
|
1715
2078
|
],
|
|
1716
2079
|
"compatibility": {
|
|
1717
|
-
"nuxt": "^2.0.0",
|
|
2080
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1718
2081
|
"requires": {}
|
|
1719
2082
|
}
|
|
1720
2083
|
},
|
|
@@ -1737,12 +2100,37 @@
|
|
|
1737
2100
|
],
|
|
1738
2101
|
"compatibility": {
|
|
1739
2102
|
"nuxt": "^3.0.0",
|
|
1740
|
-
"requires": {}
|
|
2103
|
+
"requires": {},
|
|
2104
|
+
"devtools": "^0.0.0"
|
|
1741
2105
|
}
|
|
1742
2106
|
},
|
|
1743
2107
|
{
|
|
1744
|
-
"name": "
|
|
1745
|
-
"description": "Google
|
|
2108
|
+
"name": "gtag",
|
|
2109
|
+
"description": "Google Analytics integration for Nuxt",
|
|
2110
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
2111
|
+
"npm": "nuxt-gtag",
|
|
2112
|
+
"icon": "gtag.svg",
|
|
2113
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
2114
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
2115
|
+
"learn_more": "",
|
|
2116
|
+
"category": "Analytics",
|
|
2117
|
+
"type": "3rd-party",
|
|
2118
|
+
"maintainers": [
|
|
2119
|
+
{
|
|
2120
|
+
"name": "Johann Schopplich",
|
|
2121
|
+
"github": "johannschopplich",
|
|
2122
|
+
"twitter": "jschopplich",
|
|
2123
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
2124
|
+
}
|
|
2125
|
+
],
|
|
2126
|
+
"compatibility": {
|
|
2127
|
+
"nuxt": "^3.0.0",
|
|
2128
|
+
"requires": {}
|
|
2129
|
+
}
|
|
2130
|
+
},
|
|
2131
|
+
{
|
|
2132
|
+
"name": "gtm",
|
|
2133
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1746
2134
|
"repo": "nuxt-community/gtm-module",
|
|
1747
2135
|
"npm": "@nuxtjs/gtm",
|
|
1748
2136
|
"icon": "gtm.png",
|
|
@@ -1765,7 +2153,7 @@
|
|
|
1765
2153
|
},
|
|
1766
2154
|
{
|
|
1767
2155
|
"name": "guess",
|
|
1768
|
-
"description": "Guess.js module for Nuxt
|
|
2156
|
+
"description": "Guess.js module for Nuxt",
|
|
1769
2157
|
"repo": "nuxt-community/guess-module",
|
|
1770
2158
|
"npm": "@nuxtjs/guess-module",
|
|
1771
2159
|
"icon": "guessjs.png",
|
|
@@ -1785,6 +2173,28 @@
|
|
|
1785
2173
|
"requires": {}
|
|
1786
2174
|
}
|
|
1787
2175
|
},
|
|
2176
|
+
{
|
|
2177
|
+
"name": "hanko",
|
|
2178
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2179
|
+
"repo": "nuxt-modules/hanko",
|
|
2180
|
+
"npm": "@nuxtjs/hanko",
|
|
2181
|
+
"icon": "hanko.svg",
|
|
2182
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2183
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2184
|
+
"learn_more": "https://hanko.io/",
|
|
2185
|
+
"category": "Security",
|
|
2186
|
+
"type": "community",
|
|
2187
|
+
"maintainers": [
|
|
2188
|
+
{
|
|
2189
|
+
"name": "danielroe",
|
|
2190
|
+
"github": "danielroe"
|
|
2191
|
+
}
|
|
2192
|
+
],
|
|
2193
|
+
"compatibility": {
|
|
2194
|
+
"nuxt": "^3.0.0",
|
|
2195
|
+
"requires": {}
|
|
2196
|
+
}
|
|
2197
|
+
},
|
|
1788
2198
|
{
|
|
1789
2199
|
"name": "harlem",
|
|
1790
2200
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1855,7 +2265,7 @@
|
|
|
1855
2265
|
},
|
|
1856
2266
|
{
|
|
1857
2267
|
"name": "helmet",
|
|
1858
|
-
"description": "Easy Helmet module with Nuxt
|
|
2268
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
1859
2269
|
"repo": "victor-perez/nuxt-helmet",
|
|
1860
2270
|
"npm": "nuxt-helmet",
|
|
1861
2271
|
"icon": "",
|
|
@@ -1899,7 +2309,7 @@
|
|
|
1899
2309
|
},
|
|
1900
2310
|
{
|
|
1901
2311
|
"name": "history-state",
|
|
1902
|
-
"description": "Nuxt
|
|
2312
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
1903
2313
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1904
2314
|
"npm": "nuxt-history-state",
|
|
1905
2315
|
"icon": "",
|
|
@@ -1968,7 +2378,7 @@
|
|
|
1968
2378
|
},
|
|
1969
2379
|
{
|
|
1970
2380
|
"name": "http",
|
|
1971
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2381
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
1972
2382
|
"repo": "nuxt/http",
|
|
1973
2383
|
"npm": "@nuxt/http",
|
|
1974
2384
|
"icon": "http.png",
|
|
@@ -1996,7 +2406,7 @@
|
|
|
1996
2406
|
},
|
|
1997
2407
|
{
|
|
1998
2408
|
"name": "humans-txt",
|
|
1999
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2409
|
+
"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.",
|
|
2000
2410
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2001
2411
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2002
2412
|
"icon": "",
|
|
@@ -2020,12 +2430,12 @@
|
|
|
2020
2430
|
{
|
|
2021
2431
|
"name": "i18n",
|
|
2022
2432
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2023
|
-
"repo": "nuxt-
|
|
2433
|
+
"repo": "nuxt-modules/i18n",
|
|
2024
2434
|
"npm": "@nuxtjs/i18n",
|
|
2025
2435
|
"icon": "i18n.png",
|
|
2026
|
-
"github": "https://github.com/nuxt-
|
|
2436
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2027
2437
|
"website": "https://i18n.nuxtjs.org",
|
|
2028
|
-
"learn_more": "https://
|
|
2438
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2029
2439
|
"category": "Extensions",
|
|
2030
2440
|
"type": "community",
|
|
2031
2441
|
"maintainers": [
|
|
@@ -2036,6 +2446,10 @@
|
|
|
2036
2446
|
{
|
|
2037
2447
|
"name": "Kazuya Kawaguchi",
|
|
2038
2448
|
"github": "kazupon"
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"name": "Bobbie Goede",
|
|
2452
|
+
"github": "BobbieGoede"
|
|
2039
2453
|
}
|
|
2040
2454
|
],
|
|
2041
2455
|
"compatibility": {
|
|
@@ -2043,6 +2457,51 @@
|
|
|
2043
2457
|
"requires": {}
|
|
2044
2458
|
}
|
|
2045
2459
|
},
|
|
2460
|
+
{
|
|
2461
|
+
"name": "icon-font",
|
|
2462
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2463
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2464
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2465
|
+
"icon": "",
|
|
2466
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2467
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2468
|
+
"learn_more": "",
|
|
2469
|
+
"category": "UI",
|
|
2470
|
+
"type": "3rd-party",
|
|
2471
|
+
"maintainers": [
|
|
2472
|
+
{
|
|
2473
|
+
"name": "coremyslo",
|
|
2474
|
+
"github": "coremyslo"
|
|
2475
|
+
}
|
|
2476
|
+
],
|
|
2477
|
+
"compatibility": {
|
|
2478
|
+
"nuxt": "^3.0.0",
|
|
2479
|
+
"requires": {}
|
|
2480
|
+
}
|
|
2481
|
+
},
|
|
2482
|
+
{
|
|
2483
|
+
"name": "icon-tw",
|
|
2484
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2485
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2486
|
+
"npm": "nuxt-icon-tw",
|
|
2487
|
+
"icon": "nuxt-icon.png",
|
|
2488
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2489
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2490
|
+
"learn_more": "",
|
|
2491
|
+
"category": "UI",
|
|
2492
|
+
"type": "3rd-party",
|
|
2493
|
+
"maintainers": [
|
|
2494
|
+
{
|
|
2495
|
+
"name": "JohnCampionJr",
|
|
2496
|
+
"github": "JohnCampionJr"
|
|
2497
|
+
}
|
|
2498
|
+
],
|
|
2499
|
+
"compatibility": {
|
|
2500
|
+
"nuxt": "^3.0.0",
|
|
2501
|
+
"requires": {},
|
|
2502
|
+
"devtools": "^0.0.0"
|
|
2503
|
+
}
|
|
2504
|
+
},
|
|
2046
2505
|
{
|
|
2047
2506
|
"name": "icon",
|
|
2048
2507
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2062,7 +2521,8 @@
|
|
|
2062
2521
|
],
|
|
2063
2522
|
"compatibility": {
|
|
2064
2523
|
"nuxt": "^3.0.0",
|
|
2065
|
-
"requires": {}
|
|
2524
|
+
"requires": {},
|
|
2525
|
+
"devtools": "^0.0.0"
|
|
2066
2526
|
}
|
|
2067
2527
|
},
|
|
2068
2528
|
{
|
|
@@ -2111,12 +2571,12 @@
|
|
|
2111
2571
|
},
|
|
2112
2572
|
{
|
|
2113
2573
|
"name": "image",
|
|
2114
|
-
"description": "Optimised images for
|
|
2574
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2115
2575
|
"repo": "nuxt/image",
|
|
2116
2576
|
"npm": "@nuxt/image",
|
|
2117
2577
|
"icon": "image.png",
|
|
2118
2578
|
"github": "https://github.com/nuxt/image",
|
|
2119
|
-
"website": "https://image.
|
|
2579
|
+
"website": "https://image.nuxt.com",
|
|
2120
2580
|
"learn_more": "",
|
|
2121
2581
|
"category": "Images",
|
|
2122
2582
|
"type": "official",
|
|
@@ -2126,6 +2586,11 @@
|
|
|
2126
2586
|
"github": "farnabaz",
|
|
2127
2587
|
"twitter": "a_birang"
|
|
2128
2588
|
},
|
|
2589
|
+
{
|
|
2590
|
+
"name": "Daniel Roe",
|
|
2591
|
+
"github": "danielroe",
|
|
2592
|
+
"twitter": "danielcroe"
|
|
2593
|
+
},
|
|
2129
2594
|
{
|
|
2130
2595
|
"name": "Pooya Parsa",
|
|
2131
2596
|
"github": "pi0",
|
|
@@ -2146,7 +2611,7 @@
|
|
|
2146
2611
|
},
|
|
2147
2612
|
{
|
|
2148
2613
|
"name": "imagemin",
|
|
2149
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2614
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2150
2615
|
"repo": "nuxt-community/imagemin-module",
|
|
2151
2616
|
"npm": "@nuxtjs/imagemin",
|
|
2152
2617
|
"icon": "imagemin.png",
|
|
@@ -2169,12 +2634,12 @@
|
|
|
2169
2634
|
{
|
|
2170
2635
|
"name": "inkline",
|
|
2171
2636
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2172
|
-
"repo": "inkline/
|
|
2173
|
-
"npm": "@inkline/
|
|
2637
|
+
"repo": "inkline/plugin",
|
|
2638
|
+
"npm": "@inkline/plugin",
|
|
2174
2639
|
"icon": "inkline.svg",
|
|
2175
|
-
"github": "https://github.com/inkline/
|
|
2640
|
+
"github": "https://github.com/inkline/plugin",
|
|
2176
2641
|
"website": "https://inkline.io",
|
|
2177
|
-
"learn_more": "https://inkline.io/docs/
|
|
2642
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2178
2643
|
"category": "UI",
|
|
2179
2644
|
"type": "3rd-party",
|
|
2180
2645
|
"maintainers": [
|
|
@@ -2193,7 +2658,7 @@
|
|
|
2193
2658
|
},
|
|
2194
2659
|
{
|
|
2195
2660
|
"name": "intercom",
|
|
2196
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2661
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2197
2662
|
"repo": "hex-digital/nuxt-intercom",
|
|
2198
2663
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2199
2664
|
"icon": "intercom.png",
|
|
@@ -2238,7 +2703,7 @@
|
|
|
2238
2703
|
},
|
|
2239
2704
|
{
|
|
2240
2705
|
"name": "jsonapi",
|
|
2241
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2706
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2242
2707
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2243
2708
|
"npm": "nuxt-jsonapi",
|
|
2244
2709
|
"icon": "jsonapi.svg",
|
|
@@ -2280,9 +2745,37 @@
|
|
|
2280
2745
|
"requires": {}
|
|
2281
2746
|
}
|
|
2282
2747
|
},
|
|
2748
|
+
{
|
|
2749
|
+
"name": "kinde",
|
|
2750
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2751
|
+
"repo": "nuxt-modules/kinde",
|
|
2752
|
+
"npm": "@nuxtjs/kinde",
|
|
2753
|
+
"icon": "kinde.svg",
|
|
2754
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2755
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2756
|
+
"learn_more": "https://kinde.com/",
|
|
2757
|
+
"category": "Security",
|
|
2758
|
+
"type": "community",
|
|
2759
|
+
"maintainers": [
|
|
2760
|
+
{
|
|
2761
|
+
"name": "danielroe",
|
|
2762
|
+
"github": "danielroe"
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"name": "daveordead",
|
|
2766
|
+
"github": "DaveOrDead",
|
|
2767
|
+
"twitter": "dave_or_dead"
|
|
2768
|
+
}
|
|
2769
|
+
],
|
|
2770
|
+
"compatibility": {
|
|
2771
|
+
"nuxt": "^3.0.0",
|
|
2772
|
+
"requires": {}
|
|
2773
|
+
},
|
|
2774
|
+
"sponsor": true
|
|
2775
|
+
},
|
|
2283
2776
|
{
|
|
2284
2777
|
"name": "kql",
|
|
2285
|
-
"description": "Nuxt
|
|
2778
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2286
2779
|
"repo": "johannschopplich/nuxt-kql",
|
|
2287
2780
|
"npm": "nuxt-kql",
|
|
2288
2781
|
"icon": "kql.svg",
|
|
@@ -2306,7 +2799,7 @@
|
|
|
2306
2799
|
},
|
|
2307
2800
|
{
|
|
2308
2801
|
"name": "laravel-echo",
|
|
2309
|
-
"description": "Laravel Echo for Nuxt
|
|
2802
|
+
"description": "Laravel Echo for Nuxt",
|
|
2310
2803
|
"repo": "nuxt-community/laravel-echo",
|
|
2311
2804
|
"npm": "@nuxtjs/laravel-echo",
|
|
2312
2805
|
"icon": "laravel-echo.png",
|
|
@@ -2348,6 +2841,28 @@
|
|
|
2348
2841
|
"requires": {}
|
|
2349
2842
|
}
|
|
2350
2843
|
},
|
|
2844
|
+
{
|
|
2845
|
+
"name": "laravel-precognition",
|
|
2846
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2847
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2848
|
+
"npm": "nuxt-laravel-precognition",
|
|
2849
|
+
"icon": "laravel.svg",
|
|
2850
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2851
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2852
|
+
"learn_more": "",
|
|
2853
|
+
"category": "Security",
|
|
2854
|
+
"type": "3rd-party",
|
|
2855
|
+
"maintainers": [
|
|
2856
|
+
{
|
|
2857
|
+
"name": "sot1986",
|
|
2858
|
+
"github": "sot1986"
|
|
2859
|
+
}
|
|
2860
|
+
],
|
|
2861
|
+
"compatibility": {
|
|
2862
|
+
"nuxt": "^3.0.0",
|
|
2863
|
+
"requires": {}
|
|
2864
|
+
}
|
|
2865
|
+
},
|
|
2351
2866
|
{
|
|
2352
2867
|
"name": "laravel",
|
|
2353
2868
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2394,13 +2909,13 @@
|
|
|
2394
2909
|
},
|
|
2395
2910
|
{
|
|
2396
2911
|
"name": "link-checker",
|
|
2397
|
-
"description": "",
|
|
2912
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2398
2913
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2399
2914
|
"npm": "nuxt-link-checker",
|
|
2400
|
-
"icon": "",
|
|
2915
|
+
"icon": "link-checker.svg",
|
|
2401
2916
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2402
|
-
"website": "https://
|
|
2403
|
-
"learn_more": "",
|
|
2917
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2918
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2404
2919
|
"category": "SEO",
|
|
2405
2920
|
"type": "3rd-party",
|
|
2406
2921
|
"maintainers": [
|
|
@@ -2413,7 +2928,8 @@
|
|
|
2413
2928
|
],
|
|
2414
2929
|
"compatibility": {
|
|
2415
2930
|
"nuxt": "^3.0.0",
|
|
2416
|
-
"requires": {}
|
|
2931
|
+
"requires": {},
|
|
2932
|
+
"devtools": "^0.0.0"
|
|
2417
2933
|
}
|
|
2418
2934
|
},
|
|
2419
2935
|
{
|
|
@@ -2490,12 +3006,12 @@
|
|
|
2490
3006
|
},
|
|
2491
3007
|
{
|
|
2492
3008
|
"name": "logrocket",
|
|
2493
|
-
"description": "LogRocket module for Nuxt
|
|
2494
|
-
"repo": "nuxt-
|
|
3009
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3010
|
+
"repo": "nuxt-modules/logrocket",
|
|
2495
3011
|
"npm": "nuxt-logrocket",
|
|
2496
3012
|
"icon": "logrocket.png",
|
|
2497
|
-
"github": "https://github.com/nuxt-
|
|
2498
|
-
"website": "https://github.com/nuxt-
|
|
3013
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3014
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2499
3015
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2500
3016
|
"category": "Monitoring",
|
|
2501
3017
|
"type": "community",
|
|
@@ -2511,9 +3027,35 @@
|
|
|
2511
3027
|
"requires": {}
|
|
2512
3028
|
}
|
|
2513
3029
|
},
|
|
3030
|
+
{
|
|
3031
|
+
"name": "lucide-icons",
|
|
3032
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
3033
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
3034
|
+
"npm": "nuxt-lucide-icons",
|
|
3035
|
+
"icon": "lucide-icons.svg",
|
|
3036
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3037
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3038
|
+
"learn_more": "",
|
|
3039
|
+
"category": "UI",
|
|
3040
|
+
"type": "3rd-party",
|
|
3041
|
+
"maintainers": [
|
|
3042
|
+
{
|
|
3043
|
+
"name": "SWIS",
|
|
3044
|
+
"github": "swisnl"
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
"name": "Jasper Zonneveld",
|
|
3048
|
+
"github": "JaZo"
|
|
3049
|
+
}
|
|
3050
|
+
],
|
|
3051
|
+
"compatibility": {
|
|
3052
|
+
"nuxt": "^3.0.0",
|
|
3053
|
+
"requires": {}
|
|
3054
|
+
}
|
|
3055
|
+
},
|
|
2514
3056
|
{
|
|
2515
3057
|
"name": "lunr",
|
|
2516
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3058
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2517
3059
|
"repo": "nuxt-community/lunr-module",
|
|
2518
3060
|
"npm": "@nuxtjs/lunr-module",
|
|
2519
3061
|
"icon": "",
|
|
@@ -2536,10 +3078,10 @@
|
|
|
2536
3078
|
{
|
|
2537
3079
|
"name": "magic-regexp",
|
|
2538
3080
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2539
|
-
"repo": "
|
|
3081
|
+
"repo": "unjs/magic-regexp",
|
|
2540
3082
|
"npm": "magic-regexp",
|
|
2541
3083
|
"icon": "magic-regexp.svg",
|
|
2542
|
-
"github": "https://github.com/
|
|
3084
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
2543
3085
|
"website": "https://magic-regexp.roe.dev",
|
|
2544
3086
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
2545
3087
|
"category": "Libraries",
|
|
@@ -2579,6 +3121,30 @@
|
|
|
2579
3121
|
"requires": {}
|
|
2580
3122
|
}
|
|
2581
3123
|
},
|
|
3124
|
+
{
|
|
3125
|
+
"name": "marquee",
|
|
3126
|
+
"description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
|
|
3127
|
+
"repo": "hanzydev/nuxt-marquee",
|
|
3128
|
+
"npm": "nuxt-marquee",
|
|
3129
|
+
"icon": "marquee.png",
|
|
3130
|
+
"github": "https://github.com/hanzydev/nuxt-marquee/",
|
|
3131
|
+
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3132
|
+
"learn_more": "",
|
|
3133
|
+
"category": "UI",
|
|
3134
|
+
"type": "3rd-party",
|
|
3135
|
+
"maintainers": [
|
|
3136
|
+
{
|
|
3137
|
+
"name": "Hànzy",
|
|
3138
|
+
"github": "hanzydev",
|
|
3139
|
+
"avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
|
|
3140
|
+
}
|
|
3141
|
+
],
|
|
3142
|
+
"compatibility": {
|
|
3143
|
+
"nuxt": "^3.0.0",
|
|
3144
|
+
"requires": {},
|
|
3145
|
+
"devtools": "^0.0.0"
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
2582
3148
|
{
|
|
2583
3149
|
"name": "matomo",
|
|
2584
3150
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -2601,6 +3167,28 @@
|
|
|
2601
3167
|
"requires": {}
|
|
2602
3168
|
}
|
|
2603
3169
|
},
|
|
3170
|
+
{
|
|
3171
|
+
"name": "maz-ui",
|
|
3172
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3173
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt-module",
|
|
3174
|
+
"npm": "nuxt-module",
|
|
3175
|
+
"icon": "maz-ui.png",
|
|
3176
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3177
|
+
"website": "https://maz-ui.com/",
|
|
3178
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3179
|
+
"category": "UI",
|
|
3180
|
+
"type": "3rd-party",
|
|
3181
|
+
"maintainers": [
|
|
3182
|
+
{
|
|
3183
|
+
"name": "Loïc Mazuel",
|
|
3184
|
+
"github": "LouisMazel"
|
|
3185
|
+
}
|
|
3186
|
+
],
|
|
3187
|
+
"compatibility": {
|
|
3188
|
+
"nuxt": "^3.0.0",
|
|
3189
|
+
"requires": {}
|
|
3190
|
+
}
|
|
3191
|
+
},
|
|
2604
3192
|
{
|
|
2605
3193
|
"name": "mdx",
|
|
2606
3194
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2626,7 +3214,7 @@
|
|
|
2626
3214
|
},
|
|
2627
3215
|
{
|
|
2628
3216
|
"name": "medusa",
|
|
2629
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3217
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2630
3218
|
"repo": "Baroshem/nuxt-medusa",
|
|
2631
3219
|
"npm": "nuxt-medusa",
|
|
2632
3220
|
"icon": "medusa.svg",
|
|
@@ -2651,7 +3239,7 @@
|
|
|
2651
3239
|
},
|
|
2652
3240
|
{
|
|
2653
3241
|
"name": "meilisearch",
|
|
2654
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3242
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2655
3243
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2656
3244
|
"npm": "nuxt-meilisearch",
|
|
2657
3245
|
"icon": "meilisearch.svg",
|
|
@@ -2671,7 +3259,8 @@
|
|
|
2671
3259
|
"nuxt": "^3.0.0",
|
|
2672
3260
|
"requires": {
|
|
2673
3261
|
"bridge": false
|
|
2674
|
-
}
|
|
3262
|
+
},
|
|
3263
|
+
"devtools": "^0.0.0"
|
|
2675
3264
|
}
|
|
2676
3265
|
},
|
|
2677
3266
|
{
|
|
@@ -2697,30 +3286,31 @@
|
|
|
2697
3286
|
}
|
|
2698
3287
|
},
|
|
2699
3288
|
{
|
|
2700
|
-
"name": "
|
|
2701
|
-
"description": "
|
|
2702
|
-
"repo": "
|
|
2703
|
-
"npm": "nuxt-
|
|
3289
|
+
"name": "module-feed",
|
|
3290
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
3291
|
+
"repo": "tresko/nuxt-module-feed",
|
|
3292
|
+
"npm": "nuxt-module-feed",
|
|
2704
3293
|
"icon": "",
|
|
2705
|
-
"github": "https://github.com/
|
|
2706
|
-
"website": "https://github.com/
|
|
2707
|
-
"learn_more": "
|
|
2708
|
-
"category": "
|
|
3294
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
3295
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
3296
|
+
"learn_more": "",
|
|
3297
|
+
"category": "SEO",
|
|
2709
3298
|
"type": "3rd-party",
|
|
2710
3299
|
"maintainers": [
|
|
2711
3300
|
{
|
|
2712
|
-
"name": "
|
|
2713
|
-
"github": "
|
|
3301
|
+
"name": "Miha Sedej",
|
|
3302
|
+
"github": "tresko",
|
|
3303
|
+
"twitter": "mihasedej"
|
|
2714
3304
|
}
|
|
2715
3305
|
],
|
|
2716
3306
|
"compatibility": {
|
|
2717
|
-
"nuxt": "^
|
|
3307
|
+
"nuxt": "^3.0.0",
|
|
2718
3308
|
"requires": {}
|
|
2719
3309
|
}
|
|
2720
3310
|
},
|
|
2721
3311
|
{
|
|
2722
3312
|
"name": "moment",
|
|
2723
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3313
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2724
3314
|
"repo": "nuxt-community/moment-module",
|
|
2725
3315
|
"npm": "@nuxtjs/moment",
|
|
2726
3316
|
"icon": "momentjs.png",
|
|
@@ -2745,28 +3335,6 @@
|
|
|
2745
3335
|
"requires": {}
|
|
2746
3336
|
}
|
|
2747
3337
|
},
|
|
2748
|
-
{
|
|
2749
|
-
"name": "mq",
|
|
2750
|
-
"description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2751
|
-
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2752
|
-
"npm": "nuxt-mq",
|
|
2753
|
-
"icon": "",
|
|
2754
|
-
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2755
|
-
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2756
|
-
"learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
|
|
2757
|
-
"category": "Libraries",
|
|
2758
|
-
"type": "3rd-party",
|
|
2759
|
-
"maintainers": [
|
|
2760
|
-
{
|
|
2761
|
-
"name": "vanhoofmaarten",
|
|
2762
|
-
"github": "vanhoofmaarten"
|
|
2763
|
-
}
|
|
2764
|
-
],
|
|
2765
|
-
"compatibility": {
|
|
2766
|
-
"nuxt": "^2.0.0",
|
|
2767
|
-
"requires": {}
|
|
2768
|
-
}
|
|
2769
|
-
},
|
|
2770
3338
|
{
|
|
2771
3339
|
"name": "neo",
|
|
2772
3340
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
@@ -2791,7 +3359,7 @@
|
|
|
2791
3359
|
},
|
|
2792
3360
|
{
|
|
2793
3361
|
"name": "netlify-cache",
|
|
2794
|
-
"description": "Nuxt
|
|
3362
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
2795
3363
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2796
3364
|
"npm": "nuxt-netlify-cache",
|
|
2797
3365
|
"icon": "netlify.png",
|
|
@@ -2836,13 +3404,13 @@
|
|
|
2836
3404
|
},
|
|
2837
3405
|
{
|
|
2838
3406
|
"name": "netlify",
|
|
2839
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
2840
|
-
"repo": "
|
|
3407
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3408
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
2841
3409
|
"npm": "@aceforth/nuxt-netlify",
|
|
2842
3410
|
"icon": "netlify.png",
|
|
2843
|
-
"github": "https://github.com/
|
|
2844
|
-
"website": "https://
|
|
2845
|
-
"learn_more": "",
|
|
3411
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3412
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3413
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
2846
3414
|
"category": "Deployment",
|
|
2847
3415
|
"type": "3rd-party",
|
|
2848
3416
|
"maintainers": [
|
|
@@ -2907,118 +3475,110 @@
|
|
|
2907
3475
|
}
|
|
2908
3476
|
},
|
|
2909
3477
|
{
|
|
2910
|
-
"name": "
|
|
2911
|
-
"description": "",
|
|
2912
|
-
"repo": "
|
|
2913
|
-
"npm": "
|
|
3478
|
+
"name": "nupolyon",
|
|
3479
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3480
|
+
"repo": "adenvt/nupolyon",
|
|
3481
|
+
"npm": "nupolyon",
|
|
2914
3482
|
"icon": "",
|
|
2915
|
-
"github": "https://github.com/
|
|
2916
|
-
"website": "https://github.com/
|
|
3483
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3484
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
2917
3485
|
"learn_more": "",
|
|
2918
|
-
"category": "
|
|
3486
|
+
"category": "Performance",
|
|
2919
3487
|
"type": "3rd-party",
|
|
2920
3488
|
"maintainers": [
|
|
2921
3489
|
{
|
|
2922
|
-
"name": "
|
|
2923
|
-
"github": "
|
|
3490
|
+
"name": "adenvt",
|
|
3491
|
+
"github": "adenvt"
|
|
2924
3492
|
}
|
|
2925
3493
|
],
|
|
2926
3494
|
"compatibility": {
|
|
2927
|
-
"nuxt": "^
|
|
3495
|
+
"nuxt": "^3.0.0",
|
|
2928
3496
|
"requires": {}
|
|
2929
3497
|
}
|
|
2930
3498
|
},
|
|
2931
3499
|
{
|
|
2932
|
-
"name": "nuxt-
|
|
2933
|
-
"description": "
|
|
2934
|
-
"repo": "
|
|
2935
|
-
"npm": "nuxt-
|
|
2936
|
-
"icon": "
|
|
2937
|
-
"github": "https://github.com/
|
|
2938
|
-
"website": "https://nuxt-
|
|
3500
|
+
"name": "nuxt-anchorscroll",
|
|
3501
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3502
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3503
|
+
"npm": "nuxt-anchorscroll",
|
|
3504
|
+
"icon": "",
|
|
3505
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3506
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
2939
3507
|
"learn_more": "",
|
|
2940
|
-
"category": "
|
|
3508
|
+
"category": "UI",
|
|
2941
3509
|
"type": "3rd-party",
|
|
2942
3510
|
"maintainers": [
|
|
2943
3511
|
{
|
|
2944
|
-
"name": "
|
|
2945
|
-
"github": "
|
|
2946
|
-
"twitter": "dulnan",
|
|
2947
|
-
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
2948
|
-
},
|
|
2949
|
-
{
|
|
2950
|
-
"name": "ayalon",
|
|
2951
|
-
"github": "ayalon",
|
|
2952
|
-
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
3512
|
+
"name": "Helltraitor",
|
|
3513
|
+
"github": "helltraitor"
|
|
2953
3514
|
}
|
|
2954
3515
|
],
|
|
2955
3516
|
"compatibility": {
|
|
2956
|
-
"nuxt": "^
|
|
3517
|
+
"nuxt": "^3.0.0",
|
|
2957
3518
|
"requires": {}
|
|
2958
3519
|
}
|
|
2959
3520
|
},
|
|
2960
3521
|
{
|
|
2961
|
-
"name": "nuxt-
|
|
2962
|
-
"description": "",
|
|
2963
|
-
"repo": "
|
|
2964
|
-
"npm": "
|
|
2965
|
-
"icon": "",
|
|
2966
|
-
"github": "https://github.com/
|
|
2967
|
-
"website": "https://github.com/
|
|
2968
|
-
"learn_more": "",
|
|
2969
|
-
"category": "
|
|
3522
|
+
"name": "nuxt-asciidoc",
|
|
3523
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3524
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3525
|
+
"npm": "nuxt-asciidoc",
|
|
3526
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3527
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3528
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3529
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3530
|
+
"category": "Extensions",
|
|
2970
3531
|
"type": "3rd-party",
|
|
2971
3532
|
"maintainers": [
|
|
2972
3533
|
{
|
|
2973
|
-
"name": "
|
|
2974
|
-
"github": "
|
|
3534
|
+
"name": "Christian Lenz",
|
|
3535
|
+
"github": "Chris2011",
|
|
3536
|
+
"twitter": "Chrizzly42"
|
|
2975
3537
|
}
|
|
2976
3538
|
],
|
|
2977
3539
|
"compatibility": {
|
|
2978
|
-
"nuxt": "^
|
|
3540
|
+
"nuxt": "^3.0.0",
|
|
2979
3541
|
"requires": {}
|
|
2980
3542
|
}
|
|
2981
3543
|
},
|
|
2982
3544
|
{
|
|
2983
|
-
"name": "nuxt-
|
|
2984
|
-
"description": "
|
|
2985
|
-
"repo": "
|
|
2986
|
-
"npm": "nuxt-
|
|
2987
|
-
"icon": "
|
|
2988
|
-
"github": "https://github.com/
|
|
2989
|
-
"website": "https://
|
|
2990
|
-
"learn_more": "",
|
|
2991
|
-
"category": "
|
|
3545
|
+
"name": "nuxt-auth-sanctum",
|
|
3546
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3547
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3548
|
+
"npm": "nuxt-auth-sanctum",
|
|
3549
|
+
"icon": "laravel.svg",
|
|
3550
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3551
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3552
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3553
|
+
"category": "Security",
|
|
2992
3554
|
"type": "3rd-party",
|
|
2993
3555
|
"maintainers": [
|
|
2994
3556
|
{
|
|
2995
|
-
"name": "
|
|
2996
|
-
"github": "
|
|
3557
|
+
"name": "Artem Manchenkov",
|
|
3558
|
+
"github": "manchenkoff",
|
|
3559
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
2997
3560
|
}
|
|
2998
3561
|
],
|
|
2999
3562
|
"compatibility": {
|
|
3000
|
-
"nuxt": "^
|
|
3001
|
-
"requires": {
|
|
3002
|
-
"bridge": "optional"
|
|
3003
|
-
}
|
|
3563
|
+
"nuxt": "^3.9.0",
|
|
3564
|
+
"requires": {}
|
|
3004
3565
|
}
|
|
3005
3566
|
},
|
|
3006
3567
|
{
|
|
3007
|
-
"name": "nuxt-
|
|
3008
|
-
"description": "
|
|
3009
|
-
"repo": "
|
|
3010
|
-
"npm": "@
|
|
3011
|
-
"icon": "
|
|
3012
|
-
"github": "https://github.com/
|
|
3013
|
-
"website": "https://
|
|
3014
|
-
"learn_more": "
|
|
3015
|
-
"category": "
|
|
3568
|
+
"name": "nuxt-basic-auth",
|
|
3569
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3570
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3571
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3572
|
+
"icon": "",
|
|
3573
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3574
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3575
|
+
"learn_more": "",
|
|
3576
|
+
"category": "Security",
|
|
3016
3577
|
"type": "3rd-party",
|
|
3017
3578
|
"maintainers": [
|
|
3018
3579
|
{
|
|
3019
|
-
"name": "
|
|
3020
|
-
"github": "
|
|
3021
|
-
"twitter": "craig_harman"
|
|
3580
|
+
"name": "kgierke",
|
|
3581
|
+
"github": "kgierke"
|
|
3022
3582
|
}
|
|
3023
3583
|
],
|
|
3024
3584
|
"compatibility": {
|
|
@@ -3027,21 +3587,20 @@
|
|
|
3027
3587
|
}
|
|
3028
3588
|
},
|
|
3029
3589
|
{
|
|
3030
|
-
"name": "nuxt-
|
|
3031
|
-
"description": "
|
|
3032
|
-
"repo": "
|
|
3033
|
-
"npm": "nuxt-
|
|
3034
|
-
"icon": "",
|
|
3035
|
-
"github": "https://github.com/
|
|
3036
|
-
"website": "https://
|
|
3037
|
-
"learn_more": "",
|
|
3038
|
-
"category": "
|
|
3590
|
+
"name": "nuxt-bezier",
|
|
3591
|
+
"description": "Reusable transition components",
|
|
3592
|
+
"repo": "50rayn/nuxt-bezier",
|
|
3593
|
+
"npm": "nuxt-bezier",
|
|
3594
|
+
"icon": "nuxt-bezier.png",
|
|
3595
|
+
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3596
|
+
"website": "https://50rayn.github.io/nuxt-bezier/",
|
|
3597
|
+
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3598
|
+
"category": "UI",
|
|
3039
3599
|
"type": "3rd-party",
|
|
3040
3600
|
"maintainers": [
|
|
3041
3601
|
{
|
|
3042
|
-
"name": "
|
|
3043
|
-
"github": "
|
|
3044
|
-
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
3602
|
+
"name": "Soryn Gitlan",
|
|
3603
|
+
"github": "50rayn"
|
|
3045
3604
|
}
|
|
3046
3605
|
],
|
|
3047
3606
|
"compatibility": {
|
|
@@ -3050,19 +3609,387 @@
|
|
|
3050
3609
|
}
|
|
3051
3610
|
},
|
|
3052
3611
|
{
|
|
3053
|
-
"name": "nuxt-
|
|
3054
|
-
"description": "
|
|
3055
|
-
"repo": "
|
|
3056
|
-
"npm": "nuxt-
|
|
3057
|
-
"icon": "
|
|
3058
|
-
"github": "https://github.com/
|
|
3059
|
-
"website": "https://github.com/
|
|
3060
|
-
"learn_more": "https://
|
|
3061
|
-
"category": "
|
|
3612
|
+
"name": "nuxt-bootstrap-icons",
|
|
3613
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3614
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3615
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3616
|
+
"icon": "bootstrap-icons.svg",
|
|
3617
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3618
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3619
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3620
|
+
"category": "UI",
|
|
3062
3621
|
"type": "3rd-party",
|
|
3063
3622
|
"maintainers": [
|
|
3064
3623
|
{
|
|
3065
|
-
"name": "
|
|
3624
|
+
"name": "OyewoleOyedeji",
|
|
3625
|
+
"github": "OyewoleOyedeji"
|
|
3626
|
+
}
|
|
3627
|
+
],
|
|
3628
|
+
"compatibility": {
|
|
3629
|
+
"nuxt": "^3.0.0",
|
|
3630
|
+
"requires": {}
|
|
3631
|
+
}
|
|
3632
|
+
},
|
|
3633
|
+
{
|
|
3634
|
+
"name": "nuxt-chatgpt",
|
|
3635
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3636
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3637
|
+
"npm": "nuxt-chatgpt",
|
|
3638
|
+
"icon": "chatgpt.svg",
|
|
3639
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3640
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3641
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3642
|
+
"category": "Libraries",
|
|
3643
|
+
"type": "3rd-party",
|
|
3644
|
+
"maintainers": [
|
|
3645
|
+
{
|
|
3646
|
+
"name": "Oliver Trajceski",
|
|
3647
|
+
"github": "schnapsterdog"
|
|
3648
|
+
}
|
|
3649
|
+
],
|
|
3650
|
+
"compatibility": {
|
|
3651
|
+
"nuxt": "^3.0.0",
|
|
3652
|
+
"requires": {}
|
|
3653
|
+
}
|
|
3654
|
+
},
|
|
3655
|
+
{
|
|
3656
|
+
"name": "nuxt-facebook-chat",
|
|
3657
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3658
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3659
|
+
"npm": "nuxt-facebook-chat",
|
|
3660
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3661
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3662
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3663
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3664
|
+
"category": "Libraries",
|
|
3665
|
+
"type": "3rd-party",
|
|
3666
|
+
"maintainers": [
|
|
3667
|
+
{
|
|
3668
|
+
"name": "Supanut Dokmaithong",
|
|
3669
|
+
"github": "Boomgeek"
|
|
3670
|
+
},
|
|
3671
|
+
{
|
|
3672
|
+
"name": "superdev-tech",
|
|
3673
|
+
"github": "superdev-tech"
|
|
3674
|
+
}
|
|
3675
|
+
],
|
|
3676
|
+
"compatibility": {
|
|
3677
|
+
"nuxt": "^3.0.0",
|
|
3678
|
+
"requires": {}
|
|
3679
|
+
}
|
|
3680
|
+
},
|
|
3681
|
+
{
|
|
3682
|
+
"name": "nuxt-feather-icons",
|
|
3683
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3684
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3685
|
+
"npm": "nuxt-feather-icons",
|
|
3686
|
+
"icon": "nuxt-feather-icons.png",
|
|
3687
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3688
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3689
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3690
|
+
"category": "UI",
|
|
3691
|
+
"type": "3rd-party",
|
|
3692
|
+
"maintainers": [
|
|
3693
|
+
{
|
|
3694
|
+
"name": "4sllan",
|
|
3695
|
+
"github": "4sllan"
|
|
3696
|
+
}
|
|
3697
|
+
],
|
|
3698
|
+
"compatibility": {
|
|
3699
|
+
"nuxt": "^3.0.0",
|
|
3700
|
+
"requires": {}
|
|
3701
|
+
}
|
|
3702
|
+
},
|
|
3703
|
+
{
|
|
3704
|
+
"name": "nuxt-feedme",
|
|
3705
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3706
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3707
|
+
"npm": "nuxt-feedme",
|
|
3708
|
+
"icon": "",
|
|
3709
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3710
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3711
|
+
"learn_more": "",
|
|
3712
|
+
"category": "SEO",
|
|
3713
|
+
"type": "3rd-party",
|
|
3714
|
+
"maintainers": [
|
|
3715
|
+
{
|
|
3716
|
+
"name": "Helltraitor",
|
|
3717
|
+
"github": "helltraitor"
|
|
3718
|
+
}
|
|
3719
|
+
],
|
|
3720
|
+
"compatibility": {
|
|
3721
|
+
"nuxt": "^3.0.0",
|
|
3722
|
+
"requires": {}
|
|
3723
|
+
}
|
|
3724
|
+
},
|
|
3725
|
+
{
|
|
3726
|
+
"name": "nuxt-graphql-middleware",
|
|
3727
|
+
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
3728
|
+
"repo": "dulnan/nuxt-graphql-middleware",
|
|
3729
|
+
"npm": "nuxt-graphql-middleware",
|
|
3730
|
+
"icon": "nuxt-graphql-middleware.svg",
|
|
3731
|
+
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3732
|
+
"website": "https://nuxt-graphql-middleware.dulnan.net",
|
|
3733
|
+
"learn_more": "",
|
|
3734
|
+
"category": "Request",
|
|
3735
|
+
"type": "3rd-party",
|
|
3736
|
+
"maintainers": [
|
|
3737
|
+
{
|
|
3738
|
+
"name": "dulnan",
|
|
3739
|
+
"github": "dulnan",
|
|
3740
|
+
"twitter": "dulnan",
|
|
3741
|
+
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
3742
|
+
},
|
|
3743
|
+
{
|
|
3744
|
+
"name": "ayalon",
|
|
3745
|
+
"github": "ayalon",
|
|
3746
|
+
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
3747
|
+
}
|
|
3748
|
+
],
|
|
3749
|
+
"compatibility": {
|
|
3750
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3751
|
+
"requires": {}
|
|
3752
|
+
}
|
|
3753
|
+
},
|
|
3754
|
+
{
|
|
3755
|
+
"name": "nuxt-graphql-playground",
|
|
3756
|
+
"description": "",
|
|
3757
|
+
"repo": "pinpon-dev/nuxt-graphql-playground",
|
|
3758
|
+
"npm": "@pin-pon/nuxt-graphql-playground",
|
|
3759
|
+
"icon": "",
|
|
3760
|
+
"github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
3761
|
+
"website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
3762
|
+
"learn_more": "",
|
|
3763
|
+
"category": "Devtools",
|
|
3764
|
+
"type": "3rd-party",
|
|
3765
|
+
"maintainers": [
|
|
3766
|
+
{
|
|
3767
|
+
"name": "pinpon-dev",
|
|
3768
|
+
"github": "pinpon-dev"
|
|
3769
|
+
}
|
|
3770
|
+
],
|
|
3771
|
+
"compatibility": {
|
|
3772
|
+
"nuxt": "^2.0.0",
|
|
3773
|
+
"requires": {}
|
|
3774
|
+
}
|
|
3775
|
+
},
|
|
3776
|
+
{
|
|
3777
|
+
"name": "nuxt-gtm",
|
|
3778
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3779
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3780
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3781
|
+
"icon": "nuxt-gtm.svg",
|
|
3782
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3783
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3784
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3785
|
+
"category": "Analytics",
|
|
3786
|
+
"type": "3rd-party",
|
|
3787
|
+
"maintainers": [
|
|
3788
|
+
{
|
|
3789
|
+
"name": "Zadig&Voltaire Team",
|
|
3790
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3791
|
+
}
|
|
3792
|
+
],
|
|
3793
|
+
"compatibility": {
|
|
3794
|
+
"nuxt": "^3.0.0",
|
|
3795
|
+
"requires": {},
|
|
3796
|
+
"devtools": "^0.0.0"
|
|
3797
|
+
}
|
|
3798
|
+
},
|
|
3799
|
+
{
|
|
3800
|
+
"name": "nuxt-hue",
|
|
3801
|
+
"description": "Enlighten your Nuxt experience",
|
|
3802
|
+
"repo": "lihbr/nuxt-hue",
|
|
3803
|
+
"npm": "nuxt-hue",
|
|
3804
|
+
"icon": "nuxt-hue.svg",
|
|
3805
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
3806
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
3807
|
+
"learn_more": "",
|
|
3808
|
+
"category": "Devtools",
|
|
3809
|
+
"type": "3rd-party",
|
|
3810
|
+
"maintainers": [
|
|
3811
|
+
{
|
|
3812
|
+
"name": "lihbr",
|
|
3813
|
+
"github": "lihbr"
|
|
3814
|
+
}
|
|
3815
|
+
],
|
|
3816
|
+
"compatibility": {
|
|
3817
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3818
|
+
"requires": {
|
|
3819
|
+
"bridge": "optional"
|
|
3820
|
+
}
|
|
3821
|
+
}
|
|
3822
|
+
},
|
|
3823
|
+
{
|
|
3824
|
+
"name": "nuxt-interpolation",
|
|
3825
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3826
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3827
|
+
"npm": "nuxt-interpolation",
|
|
3828
|
+
"icon": "",
|
|
3829
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3830
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3831
|
+
"learn_more": "",
|
|
3832
|
+
"category": "Devtools",
|
|
3833
|
+
"type": "3rd-party",
|
|
3834
|
+
"maintainers": [
|
|
3835
|
+
{
|
|
3836
|
+
"name": "daliborgogic",
|
|
3837
|
+
"github": "daliborgogic"
|
|
3838
|
+
}
|
|
3839
|
+
],
|
|
3840
|
+
"compatibility": {
|
|
3841
|
+
"nuxt": "^2.0.0",
|
|
3842
|
+
"requires": {}
|
|
3843
|
+
}
|
|
3844
|
+
},
|
|
3845
|
+
{
|
|
3846
|
+
"name": "nuxt-jsonld",
|
|
3847
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3848
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3849
|
+
"npm": "nuxt-jsonld",
|
|
3850
|
+
"icon": "",
|
|
3851
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3852
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3853
|
+
"learn_more": "",
|
|
3854
|
+
"category": "SEO",
|
|
3855
|
+
"type": "3rd-party",
|
|
3856
|
+
"maintainers": [
|
|
3857
|
+
{
|
|
3858
|
+
"name": "ymmooot",
|
|
3859
|
+
"github": "ymmooot"
|
|
3860
|
+
}
|
|
3861
|
+
],
|
|
3862
|
+
"compatibility": {
|
|
3863
|
+
"nuxt": "^3.0.0",
|
|
3864
|
+
"requires": {}
|
|
3865
|
+
}
|
|
3866
|
+
},
|
|
3867
|
+
{
|
|
3868
|
+
"name": "nuxt-localtunnel",
|
|
3869
|
+
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
3870
|
+
"repo": "nuxtus/localtunnel",
|
|
3871
|
+
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3872
|
+
"icon": "nuxt-localtunnel.svg",
|
|
3873
|
+
"github": "https://github.com/nuxtus/localtunnel",
|
|
3874
|
+
"website": "https://docs.nuxtus.com",
|
|
3875
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
3876
|
+
"category": "Devtools",
|
|
3877
|
+
"type": "3rd-party",
|
|
3878
|
+
"maintainers": [
|
|
3879
|
+
{
|
|
3880
|
+
"name": "Craig Harman",
|
|
3881
|
+
"github": "craigharman",
|
|
3882
|
+
"twitter": "craig_harman"
|
|
3883
|
+
}
|
|
3884
|
+
],
|
|
3885
|
+
"compatibility": {
|
|
3886
|
+
"nuxt": "^3.0.0",
|
|
3887
|
+
"requires": {}
|
|
3888
|
+
}
|
|
3889
|
+
},
|
|
3890
|
+
{
|
|
3891
|
+
"name": "nuxt-loco",
|
|
3892
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3893
|
+
"repo": "gaetansenn/nuxt-loco",
|
|
3894
|
+
"npm": "nuxt-loco",
|
|
3895
|
+
"icon": "",
|
|
3896
|
+
"github": "https://github.com/gaetansenn/nuxt-loco",
|
|
3897
|
+
"website": "https://nuxt-loco.dewib.com/",
|
|
3898
|
+
"learn_more": "",
|
|
3899
|
+
"category": "Libraries",
|
|
3900
|
+
"type": "3rd-party",
|
|
3901
|
+
"maintainers": [
|
|
3902
|
+
{
|
|
3903
|
+
"name": "Gaetan SENN",
|
|
3904
|
+
"github": "gaetansenn",
|
|
3905
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
3906
|
+
}
|
|
3907
|
+
],
|
|
3908
|
+
"compatibility": {
|
|
3909
|
+
"nuxt": "^3.0.0",
|
|
3910
|
+
"requires": {}
|
|
3911
|
+
}
|
|
3912
|
+
},
|
|
3913
|
+
{
|
|
3914
|
+
"name": "nuxt-mail",
|
|
3915
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3916
|
+
"repo": "dword-design/nuxt-mail",
|
|
3917
|
+
"npm": "nuxt-mail",
|
|
3918
|
+
"icon": "",
|
|
3919
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3920
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3921
|
+
"learn_more": "",
|
|
3922
|
+
"category": "Extensions",
|
|
3923
|
+
"type": "3rd-party",
|
|
3924
|
+
"maintainers": [
|
|
3925
|
+
{
|
|
3926
|
+
"name": "Sebastian Landwehr",
|
|
3927
|
+
"github": "dword-design"
|
|
3928
|
+
}
|
|
3929
|
+
],
|
|
3930
|
+
"compatibility": {
|
|
3931
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3932
|
+
"requires": {}
|
|
3933
|
+
}
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"name": "nuxt-mapbox",
|
|
3937
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3938
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3939
|
+
"npm": "nuxt-mapbox",
|
|
3940
|
+
"icon": "nuxt-mapbox.svg",
|
|
3941
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3942
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3943
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3944
|
+
"category": "Libraries",
|
|
3945
|
+
"type": "3rd-party",
|
|
3946
|
+
"maintainers": [
|
|
3947
|
+
{
|
|
3948
|
+
"name": "Alex Lavoie",
|
|
3949
|
+
"github": "AlexLavoie42"
|
|
3950
|
+
}
|
|
3951
|
+
],
|
|
3952
|
+
"compatibility": {
|
|
3953
|
+
"nuxt": "^3.0.0",
|
|
3954
|
+
"requires": {}
|
|
3955
|
+
}
|
|
3956
|
+
},
|
|
3957
|
+
{
|
|
3958
|
+
"name": "nuxt-mdi",
|
|
3959
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3960
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3961
|
+
"npm": "nuxt-mdi",
|
|
3962
|
+
"icon": "mdi.png",
|
|
3963
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3964
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3965
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3966
|
+
"category": "Libraries",
|
|
3967
|
+
"type": "3rd-party",
|
|
3968
|
+
"maintainers": [
|
|
3969
|
+
{
|
|
3970
|
+
"name": "Emil Rosenius",
|
|
3971
|
+
"github": "ERPedersen"
|
|
3972
|
+
}
|
|
3973
|
+
],
|
|
3974
|
+
"compatibility": {
|
|
3975
|
+
"nuxt": "^3.0.0",
|
|
3976
|
+
"requires": {}
|
|
3977
|
+
}
|
|
3978
|
+
},
|
|
3979
|
+
{
|
|
3980
|
+
"name": "nuxt-monaco-editor",
|
|
3981
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
3982
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
3983
|
+
"npm": "nuxt-monaco-editor",
|
|
3984
|
+
"icon": "nuxt-monaco-editor.png",
|
|
3985
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
3986
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
3987
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
3988
|
+
"category": "Libraries",
|
|
3989
|
+
"type": "3rd-party",
|
|
3990
|
+
"maintainers": [
|
|
3991
|
+
{
|
|
3992
|
+
"name": "e-chan1007",
|
|
3066
3993
|
"github": "e-chan1007"
|
|
3067
3994
|
}
|
|
3068
3995
|
],
|
|
@@ -3071,6 +3998,124 @@
|
|
|
3071
3998
|
"requires": {}
|
|
3072
3999
|
}
|
|
3073
4000
|
},
|
|
4001
|
+
{
|
|
4002
|
+
"name": "nuxt-mongoose",
|
|
4003
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
4004
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
4005
|
+
"npm": "nuxt-mongoose",
|
|
4006
|
+
"icon": "nuxt-mongoose.svg",
|
|
4007
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
4008
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
4009
|
+
"learn_more": "",
|
|
4010
|
+
"category": "Database",
|
|
4011
|
+
"type": "3rd-party",
|
|
4012
|
+
"maintainers": [
|
|
4013
|
+
{
|
|
4014
|
+
"name": "arashsheyda",
|
|
4015
|
+
"github": "arashsheyda"
|
|
4016
|
+
}
|
|
4017
|
+
],
|
|
4018
|
+
"compatibility": {
|
|
4019
|
+
"nuxt": "^3.0.0",
|
|
4020
|
+
"requires": {},
|
|
4021
|
+
"devtools": "^0.0.0"
|
|
4022
|
+
}
|
|
4023
|
+
},
|
|
4024
|
+
{
|
|
4025
|
+
"name": "nuxt-oidc-auth",
|
|
4026
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
4027
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
4028
|
+
"npm": "nuxt-oidc-auth",
|
|
4029
|
+
"icon": "",
|
|
4030
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4031
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4032
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4033
|
+
"category": "Security",
|
|
4034
|
+
"type": "3rd-party",
|
|
4035
|
+
"maintainers": [
|
|
4036
|
+
{
|
|
4037
|
+
"name": "Jan-Henrik Damaschke",
|
|
4038
|
+
"github": "itpropro",
|
|
4039
|
+
"twitter": "jandamaschke"
|
|
4040
|
+
}
|
|
4041
|
+
],
|
|
4042
|
+
"compatibility": {
|
|
4043
|
+
"nuxt": "^3.0.0",
|
|
4044
|
+
"requires": {}
|
|
4045
|
+
}
|
|
4046
|
+
},
|
|
4047
|
+
{
|
|
4048
|
+
"name": "nuxt-openapi-docs-module",
|
|
4049
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4050
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4051
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4052
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4053
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4054
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4055
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4056
|
+
"category": "Libraries",
|
|
4057
|
+
"type": "3rd-party",
|
|
4058
|
+
"maintainers": [
|
|
4059
|
+
{
|
|
4060
|
+
"name": "Pavel Kuzmin",
|
|
4061
|
+
"github": "s00d"
|
|
4062
|
+
}
|
|
4063
|
+
],
|
|
4064
|
+
"compatibility": {
|
|
4065
|
+
"nuxt": "^3.0.0",
|
|
4066
|
+
"requires": {}
|
|
4067
|
+
}
|
|
4068
|
+
},
|
|
4069
|
+
{
|
|
4070
|
+
"name": "nuxt-openid-connect",
|
|
4071
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4072
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4073
|
+
"npm": "nuxt-openid-connect",
|
|
4074
|
+
"icon": "",
|
|
4075
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4076
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4077
|
+
"learn_more": "",
|
|
4078
|
+
"category": "Security",
|
|
4079
|
+
"type": "3rd-party",
|
|
4080
|
+
"maintainers": [
|
|
4081
|
+
{
|
|
4082
|
+
"name": "Aborn Jiang",
|
|
4083
|
+
"github": "aborn"
|
|
4084
|
+
},
|
|
4085
|
+
{
|
|
4086
|
+
"name": "Khaled Almana",
|
|
4087
|
+
"github": "KhaledAlMana"
|
|
4088
|
+
}
|
|
4089
|
+
],
|
|
4090
|
+
"compatibility": {
|
|
4091
|
+
"nuxt": "^3.0.0",
|
|
4092
|
+
"requires": {},
|
|
4093
|
+
"devtools": "^0.0.0"
|
|
4094
|
+
}
|
|
4095
|
+
},
|
|
4096
|
+
{
|
|
4097
|
+
"name": "nuxt-payload-analyzer",
|
|
4098
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4099
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4100
|
+
"npm": "nuxt-payload-analyzer",
|
|
4101
|
+
"icon": "",
|
|
4102
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4103
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4104
|
+
"learn_more": "",
|
|
4105
|
+
"category": "Performance",
|
|
4106
|
+
"type": "3rd-party",
|
|
4107
|
+
"maintainers": [
|
|
4108
|
+
{
|
|
4109
|
+
"name": "Barbapapazes",
|
|
4110
|
+
"github": "Barbapapazes",
|
|
4111
|
+
"twitter": "soubiran_"
|
|
4112
|
+
}
|
|
4113
|
+
],
|
|
4114
|
+
"compatibility": {
|
|
4115
|
+
"nuxt": "^3.0.0",
|
|
4116
|
+
"requires": {}
|
|
4117
|
+
}
|
|
4118
|
+
},
|
|
3074
4119
|
{
|
|
3075
4120
|
"name": "nuxt-pdf",
|
|
3076
4121
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3094,6 +4139,28 @@
|
|
|
3094
4139
|
"requires": {}
|
|
3095
4140
|
}
|
|
3096
4141
|
},
|
|
4142
|
+
{
|
|
4143
|
+
"name": "nuxt-phosphor-icons",
|
|
4144
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
4145
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4146
|
+
"npm": "nuxt-phosphor-icons",
|
|
4147
|
+
"icon": "phosphor-icons.svg",
|
|
4148
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4149
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4150
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
4151
|
+
"category": "UI",
|
|
4152
|
+
"type": "3rd-party",
|
|
4153
|
+
"maintainers": [
|
|
4154
|
+
{
|
|
4155
|
+
"name": "OyewoleOyedeji",
|
|
4156
|
+
"github": "OyewoleOyedeji"
|
|
4157
|
+
}
|
|
4158
|
+
],
|
|
4159
|
+
"compatibility": {
|
|
4160
|
+
"nuxt": "^3.0.0",
|
|
4161
|
+
"requires": {}
|
|
4162
|
+
}
|
|
4163
|
+
},
|
|
3097
4164
|
{
|
|
3098
4165
|
"name": "nuxt-pino-log",
|
|
3099
4166
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3118,7 +4185,7 @@
|
|
|
3118
4185
|
},
|
|
3119
4186
|
{
|
|
3120
4187
|
"name": "plausible",
|
|
3121
|
-
"description": "Nuxt
|
|
4188
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3122
4189
|
"repo": "nuxt-modules/plausible",
|
|
3123
4190
|
"npm": "@nuxtjs/plausible",
|
|
3124
4191
|
"icon": "plausible.png",
|
|
@@ -3129,8 +4196,34 @@
|
|
|
3129
4196
|
"type": "community",
|
|
3130
4197
|
"maintainers": [
|
|
3131
4198
|
{
|
|
3132
|
-
"name": "Johann Schopplich",
|
|
3133
|
-
"github": "johannschopplich"
|
|
4199
|
+
"name": "Johann Schopplich",
|
|
4200
|
+
"github": "johannschopplich"
|
|
4201
|
+
}
|
|
4202
|
+
],
|
|
4203
|
+
"compatibility": {
|
|
4204
|
+
"nuxt": "^3.0.0",
|
|
4205
|
+
"requires": {}
|
|
4206
|
+
}
|
|
4207
|
+
},
|
|
4208
|
+
{
|
|
4209
|
+
"name": "nuxt-plotly",
|
|
4210
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
4211
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
4212
|
+
"npm": "nuxt-plotly",
|
|
4213
|
+
"icon": "nuxt-plotly.svg",
|
|
4214
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4215
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4216
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
4217
|
+
"category": "Libraries",
|
|
4218
|
+
"type": "3rd-party",
|
|
4219
|
+
"maintainers": [
|
|
4220
|
+
{
|
|
4221
|
+
"name": "Supanut Dokmaithong",
|
|
4222
|
+
"github": "Boomgeek"
|
|
4223
|
+
},
|
|
4224
|
+
{
|
|
4225
|
+
"name": "superdev-tech",
|
|
4226
|
+
"github": "superdev-tech"
|
|
3134
4227
|
}
|
|
3135
4228
|
],
|
|
3136
4229
|
"compatibility": {
|
|
@@ -3140,7 +4233,7 @@
|
|
|
3140
4233
|
},
|
|
3141
4234
|
{
|
|
3142
4235
|
"name": "nuxt-png-to-ico",
|
|
3143
|
-
"description": "Nuxt
|
|
4236
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3144
4237
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3145
4238
|
"npm": "nuxt-png-to-ico",
|
|
3146
4239
|
"icon": "",
|
|
@@ -3163,7 +4256,7 @@
|
|
|
3163
4256
|
},
|
|
3164
4257
|
{
|
|
3165
4258
|
"name": "nuxt-smartlook",
|
|
3166
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4259
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3167
4260
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3168
4261
|
"npm": "nuxt-smartlook",
|
|
3169
4262
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3185,6 +4278,28 @@
|
|
|
3185
4278
|
"requires": {}
|
|
3186
4279
|
}
|
|
3187
4280
|
},
|
|
4281
|
+
{
|
|
4282
|
+
"name": "nuxt-social-share",
|
|
4283
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4284
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4285
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4286
|
+
"icon": "nuxt-social-share.png",
|
|
4287
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4288
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4289
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4290
|
+
"category": "Extensions",
|
|
4291
|
+
"type": "3rd-party",
|
|
4292
|
+
"maintainers": [
|
|
4293
|
+
{
|
|
4294
|
+
"name": "stefanobartoletti",
|
|
4295
|
+
"github": "stefanobartoletti"
|
|
4296
|
+
}
|
|
4297
|
+
],
|
|
4298
|
+
"compatibility": {
|
|
4299
|
+
"nuxt": "^3.0.0",
|
|
4300
|
+
"requires": {}
|
|
4301
|
+
}
|
|
4302
|
+
},
|
|
3188
4303
|
{
|
|
3189
4304
|
"name": "ssr-lit",
|
|
3190
4305
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3215,10 +4330,10 @@
|
|
|
3215
4330
|
},
|
|
3216
4331
|
{
|
|
3217
4332
|
"name": "nuxt-storm",
|
|
3218
|
-
"description": "WebStorm & PHPStorm support for
|
|
4333
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3219
4334
|
"repo": "fumeapp/nuxt-storm",
|
|
3220
4335
|
"npm": "nuxt-storm",
|
|
3221
|
-
"icon": "
|
|
4336
|
+
"icon": "",
|
|
3222
4337
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
3223
4338
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
3224
4339
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -3235,6 +4350,30 @@
|
|
|
3235
4350
|
"requires": {}
|
|
3236
4351
|
}
|
|
3237
4352
|
},
|
|
4353
|
+
{
|
|
4354
|
+
"name": "nuxt-svgo-loader",
|
|
4355
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4356
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4357
|
+
"npm": "nuxt-svgo-loader",
|
|
4358
|
+
"icon": "",
|
|
4359
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4360
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4361
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4362
|
+
"category": "Images",
|
|
4363
|
+
"type": "3rd-party",
|
|
4364
|
+
"maintainers": [
|
|
4365
|
+
{
|
|
4366
|
+
"name": "Alex Liu",
|
|
4367
|
+
"github": "Mini-ghost",
|
|
4368
|
+
"twitter": "Minighost_Alex"
|
|
4369
|
+
}
|
|
4370
|
+
],
|
|
4371
|
+
"compatibility": {
|
|
4372
|
+
"nuxt": "^3.0.0",
|
|
4373
|
+
"requires": {},
|
|
4374
|
+
"devtools": "^0.0.0"
|
|
4375
|
+
}
|
|
4376
|
+
},
|
|
3238
4377
|
{
|
|
3239
4378
|
"name": "nuxt-svgo",
|
|
3240
4379
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -3259,7 +4398,7 @@
|
|
|
3259
4398
|
},
|
|
3260
4399
|
{
|
|
3261
4400
|
"name": "nuxt-unleash",
|
|
3262
|
-
"description": "Nuxt
|
|
4401
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3263
4402
|
"repo": "conejerock/nuxt-unleash",
|
|
3264
4403
|
"npm": "nuxt-unleash",
|
|
3265
4404
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3279,28 +4418,6 @@
|
|
|
3279
4418
|
"requires": {}
|
|
3280
4419
|
}
|
|
3281
4420
|
},
|
|
3282
|
-
{
|
|
3283
|
-
"name": "nuxt-use-motion",
|
|
3284
|
-
"description": "A Nuxt module putting your components in motion",
|
|
3285
|
-
"repo": "Tahul/nuxt-use-motion",
|
|
3286
|
-
"npm": "nuxt-use-motion",
|
|
3287
|
-
"icon": "nuxt-use-motion.svg",
|
|
3288
|
-
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
3289
|
-
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
3290
|
-
"learn_more": "https://github.com/vueuse/motion",
|
|
3291
|
-
"category": "Libraries",
|
|
3292
|
-
"type": "3rd-party",
|
|
3293
|
-
"maintainers": [
|
|
3294
|
-
{
|
|
3295
|
-
"name": "Tahul",
|
|
3296
|
-
"github": "Tahul"
|
|
3297
|
-
}
|
|
3298
|
-
],
|
|
3299
|
-
"compatibility": {
|
|
3300
|
-
"nuxt": "^2.0.0",
|
|
3301
|
-
"requires": {}
|
|
3302
|
-
}
|
|
3303
|
-
},
|
|
3304
4421
|
{
|
|
3305
4422
|
"name": "nuxt-use-sound",
|
|
3306
4423
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -3350,12 +4467,12 @@
|
|
|
3350
4467
|
{
|
|
3351
4468
|
"name": "nuxt-vue3-google-signin",
|
|
3352
4469
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3353
|
-
"repo": "
|
|
4470
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3354
4471
|
"npm": "nuxt-vue3-google-signin",
|
|
3355
4472
|
"icon": "vue3-google-signin.svg",
|
|
3356
|
-
"github": "https://github.com/
|
|
3357
|
-
"website": "https://vue3-google-signin.
|
|
3358
|
-
"learn_more": "https://vue3-google-signin.
|
|
4473
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4474
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4475
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3359
4476
|
"category": "Libraries",
|
|
3360
4477
|
"type": "3rd-party",
|
|
3361
4478
|
"maintainers": [
|
|
@@ -3369,9 +4486,75 @@
|
|
|
3369
4486
|
"requires": {}
|
|
3370
4487
|
}
|
|
3371
4488
|
},
|
|
4489
|
+
{
|
|
4490
|
+
"name": "nuxt-zod-i18n",
|
|
4491
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4492
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4493
|
+
"npm": "nuxt-zod-i18n",
|
|
4494
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4495
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4496
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4497
|
+
"learn_more": "",
|
|
4498
|
+
"category": "Libraries",
|
|
4499
|
+
"type": "3rd-party",
|
|
4500
|
+
"maintainers": [
|
|
4501
|
+
{
|
|
4502
|
+
"name": "xibman",
|
|
4503
|
+
"github": "xibman"
|
|
4504
|
+
}
|
|
4505
|
+
],
|
|
4506
|
+
"compatibility": {
|
|
4507
|
+
"nuxt": "^3.0.0",
|
|
4508
|
+
"requires": {}
|
|
4509
|
+
}
|
|
4510
|
+
},
|
|
4511
|
+
{
|
|
4512
|
+
"name": "nuxt3-interpolation",
|
|
4513
|
+
"description": "",
|
|
4514
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4515
|
+
"npm": "nuxt3-interpolation",
|
|
4516
|
+
"icon": "",
|
|
4517
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4518
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4519
|
+
"learn_more": "",
|
|
4520
|
+
"category": "Devtools",
|
|
4521
|
+
"type": "3rd-party",
|
|
4522
|
+
"maintainers": [
|
|
4523
|
+
{
|
|
4524
|
+
"name": "daliborgogic",
|
|
4525
|
+
"github": "daliborgogic"
|
|
4526
|
+
}
|
|
4527
|
+
],
|
|
4528
|
+
"compatibility": {
|
|
4529
|
+
"nuxt": "^3.0.0",
|
|
4530
|
+
"requires": {}
|
|
4531
|
+
}
|
|
4532
|
+
},
|
|
4533
|
+
{
|
|
4534
|
+
"name": "nuxt3-leaflet",
|
|
4535
|
+
"description": "Leaflet integration with Nuxt",
|
|
4536
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4537
|
+
"npm": "nuxt3-leaflet",
|
|
4538
|
+
"icon": "leaflet.png",
|
|
4539
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4540
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4541
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4542
|
+
"category": "Libraries",
|
|
4543
|
+
"type": "3rd-party",
|
|
4544
|
+
"maintainers": [
|
|
4545
|
+
{
|
|
4546
|
+
"name": "Augustin MERCIER",
|
|
4547
|
+
"github": "Gugustinette"
|
|
4548
|
+
}
|
|
4549
|
+
],
|
|
4550
|
+
"compatibility": {
|
|
4551
|
+
"nuxt": "^3.0.0",
|
|
4552
|
+
"requires": {}
|
|
4553
|
+
}
|
|
4554
|
+
},
|
|
3372
4555
|
{
|
|
3373
4556
|
"name": "nuxt7",
|
|
3374
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4557
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3375
4558
|
"repo": "nuxt-community/nuxt7",
|
|
3376
4559
|
"npm": "nuxt7",
|
|
3377
4560
|
"icon": "",
|
|
@@ -3394,15 +4577,15 @@
|
|
|
3394
4577
|
},
|
|
3395
4578
|
{
|
|
3396
4579
|
"name": "og-image",
|
|
3397
|
-
"description": "
|
|
3398
|
-
"repo": "
|
|
4580
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4581
|
+
"repo": "nuxt-modules/og-image",
|
|
3399
4582
|
"npm": "nuxt-og-image",
|
|
3400
|
-
"icon": "",
|
|
3401
|
-
"github": "https://github.com/
|
|
3402
|
-
"website": "https://
|
|
3403
|
-
"learn_more": "",
|
|
4583
|
+
"icon": "og-image.svg",
|
|
4584
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4585
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4586
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3404
4587
|
"category": "SEO",
|
|
3405
|
-
"type": "
|
|
4588
|
+
"type": "community",
|
|
3406
4589
|
"maintainers": [
|
|
3407
4590
|
{
|
|
3408
4591
|
"name": "Harlan Wilton",
|
|
@@ -3413,7 +4596,8 @@
|
|
|
3413
4596
|
],
|
|
3414
4597
|
"compatibility": {
|
|
3415
4598
|
"nuxt": "^3.0.0",
|
|
3416
|
-
"requires": {}
|
|
4599
|
+
"requires": {},
|
|
4600
|
+
"devtools": "^0.0.0"
|
|
3417
4601
|
}
|
|
3418
4602
|
},
|
|
3419
4603
|
{
|
|
@@ -3441,13 +4625,13 @@
|
|
|
3441
4625
|
},
|
|
3442
4626
|
{
|
|
3443
4627
|
"name": "optimized-images",
|
|
3444
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4628
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3445
4629
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3446
4630
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3447
4631
|
"icon": "",
|
|
3448
4632
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
3449
|
-
"website": "https://
|
|
3450
|
-
"learn_more": "",
|
|
4633
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4634
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
3451
4635
|
"category": "Images",
|
|
3452
4636
|
"type": "3rd-party",
|
|
3453
4637
|
"maintainers": [
|
|
@@ -3486,7 +4670,7 @@
|
|
|
3486
4670
|
},
|
|
3487
4671
|
{
|
|
3488
4672
|
"name": "parse",
|
|
3489
|
-
"description": "Parse package for Nuxt
|
|
4673
|
+
"description": "Parse package for Nuxt",
|
|
3490
4674
|
"repo": "cierrateam/nuxt-parse",
|
|
3491
4675
|
"npm": "nuxt-parse",
|
|
3492
4676
|
"icon": "",
|
|
@@ -3506,6 +4690,29 @@
|
|
|
3506
4690
|
"requires": {}
|
|
3507
4691
|
}
|
|
3508
4692
|
},
|
|
4693
|
+
{
|
|
4694
|
+
"name": "particles",
|
|
4695
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4696
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4697
|
+
"npm": "nuxt-particles",
|
|
4698
|
+
"icon": "",
|
|
4699
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4700
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4701
|
+
"learn_more": "https://particles.js.org/",
|
|
4702
|
+
"category": "Libraries",
|
|
4703
|
+
"type": "3rd-party",
|
|
4704
|
+
"maintainers": [
|
|
4705
|
+
{
|
|
4706
|
+
"name": "Joey Pereira",
|
|
4707
|
+
"github": "Joepocalyptic",
|
|
4708
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4709
|
+
}
|
|
4710
|
+
],
|
|
4711
|
+
"compatibility": {
|
|
4712
|
+
"nuxt": "^3.0.0",
|
|
4713
|
+
"requires": {}
|
|
4714
|
+
}
|
|
4715
|
+
},
|
|
3509
4716
|
{
|
|
3510
4717
|
"name": "partytown",
|
|
3511
4718
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3531,6 +4738,52 @@
|
|
|
3531
4738
|
}
|
|
3532
4739
|
}
|
|
3533
4740
|
},
|
|
4741
|
+
{
|
|
4742
|
+
"name": "paypal",
|
|
4743
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4744
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4745
|
+
"npm": "nuxt-paypal",
|
|
4746
|
+
"icon": "paypal.svg",
|
|
4747
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4748
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4749
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4750
|
+
"category": "Payment",
|
|
4751
|
+
"type": "3rd-party",
|
|
4752
|
+
"maintainers": [
|
|
4753
|
+
{
|
|
4754
|
+
"name": "Arash Sheyda",
|
|
4755
|
+
"github": "arashsheyda"
|
|
4756
|
+
}
|
|
4757
|
+
],
|
|
4758
|
+
"compatibility": {
|
|
4759
|
+
"nuxt": "^3.0.0",
|
|
4760
|
+
"requires": {}
|
|
4761
|
+
}
|
|
4762
|
+
},
|
|
4763
|
+
{
|
|
4764
|
+
"name": "pdfeasy",
|
|
4765
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4766
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4767
|
+
"npm": "nuxt-pdfeasy",
|
|
4768
|
+
"icon": "pdfeasy.png",
|
|
4769
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4770
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4771
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4772
|
+
"category": "Extensions",
|
|
4773
|
+
"type": "3rd-party",
|
|
4774
|
+
"maintainers": [
|
|
4775
|
+
{
|
|
4776
|
+
"name": "Giovane Cardoso",
|
|
4777
|
+
"github": "novout",
|
|
4778
|
+
"twitter": "novoutttttt",
|
|
4779
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4780
|
+
}
|
|
4781
|
+
],
|
|
4782
|
+
"compatibility": {
|
|
4783
|
+
"nuxt": "^3.0.0",
|
|
4784
|
+
"requires": {}
|
|
4785
|
+
}
|
|
4786
|
+
},
|
|
3534
4787
|
{
|
|
3535
4788
|
"name": "persian-datepicker",
|
|
3536
4789
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3628,7 +4881,7 @@
|
|
|
3628
4881
|
},
|
|
3629
4882
|
{
|
|
3630
4883
|
"name": "plausible",
|
|
3631
|
-
"description": "Nuxt
|
|
4884
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3632
4885
|
"repo": "nuxt-modules/plausible",
|
|
3633
4886
|
"npm": "@nuxtjs/plausible",
|
|
3634
4887
|
"icon": "",
|
|
@@ -3670,9 +4923,56 @@
|
|
|
3670
4923
|
"requires": {}
|
|
3671
4924
|
}
|
|
3672
4925
|
},
|
|
4926
|
+
{
|
|
4927
|
+
"name": "prepare",
|
|
4928
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4929
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4930
|
+
"npm": "nuxt-prepare",
|
|
4931
|
+
"icon": "prepare.svg",
|
|
4932
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4933
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4934
|
+
"learn_more": "",
|
|
4935
|
+
"category": "Devtools",
|
|
4936
|
+
"type": "3rd-party",
|
|
4937
|
+
"maintainers": [
|
|
4938
|
+
{
|
|
4939
|
+
"name": "Johann Schopplich",
|
|
4940
|
+
"github": "johannschopplich",
|
|
4941
|
+
"twitter": "jschopplich",
|
|
4942
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4943
|
+
}
|
|
4944
|
+
],
|
|
4945
|
+
"compatibility": {
|
|
4946
|
+
"nuxt": "^3.0.0",
|
|
4947
|
+
"requires": {}
|
|
4948
|
+
}
|
|
4949
|
+
},
|
|
4950
|
+
{
|
|
4951
|
+
"name": "primevue",
|
|
4952
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4953
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4954
|
+
"npm": "nuxt-primevue",
|
|
4955
|
+
"icon": "primevue.svg",
|
|
4956
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4957
|
+
"website": "https://primevue.org/",
|
|
4958
|
+
"learn_more": "https://primevue.org/",
|
|
4959
|
+
"category": "UI",
|
|
4960
|
+
"type": "3rd-party",
|
|
4961
|
+
"maintainers": [
|
|
4962
|
+
{
|
|
4963
|
+
"name": "primefaces",
|
|
4964
|
+
"github": "primefaces",
|
|
4965
|
+
"twitter": "primevue"
|
|
4966
|
+
}
|
|
4967
|
+
],
|
|
4968
|
+
"compatibility": {
|
|
4969
|
+
"nuxt": "^3.0.0",
|
|
4970
|
+
"requires": {}
|
|
4971
|
+
}
|
|
4972
|
+
},
|
|
3673
4973
|
{
|
|
3674
4974
|
"name": "prismic",
|
|
3675
|
-
"description": "Easily connect your Nuxt
|
|
4975
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
3676
4976
|
"repo": "nuxt-modules/prismic",
|
|
3677
4977
|
"npm": "@nuxtjs/prismic",
|
|
3678
4978
|
"icon": "prismic.png",
|
|
@@ -3698,11 +4998,11 @@
|
|
|
3698
4998
|
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3699
4999
|
"repo": "artmizu/nuxt-prometheus",
|
|
3700
5000
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3701
|
-
"icon": "",
|
|
5001
|
+
"icon": "prometheus.svg",
|
|
3702
5002
|
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3703
5003
|
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3704
5004
|
"learn_more": "",
|
|
3705
|
-
"category": "
|
|
5005
|
+
"category": "Monitoring",
|
|
3706
5006
|
"type": "3rd-party",
|
|
3707
5007
|
"maintainers": [
|
|
3708
5008
|
{
|
|
@@ -3711,7 +5011,7 @@
|
|
|
3711
5011
|
}
|
|
3712
5012
|
],
|
|
3713
5013
|
"compatibility": {
|
|
3714
|
-
"nuxt": "^
|
|
5014
|
+
"nuxt": "^3.0.0",
|
|
3715
5015
|
"requires": {}
|
|
3716
5016
|
}
|
|
3717
5017
|
},
|
|
@@ -3739,7 +5039,7 @@
|
|
|
3739
5039
|
},
|
|
3740
5040
|
{
|
|
3741
5041
|
"name": "proxy",
|
|
3742
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
5042
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
3743
5043
|
"repo": "nuxt-community/proxy-module",
|
|
3744
5044
|
"npm": "@nuxtjs/proxy",
|
|
3745
5045
|
"icon": "",
|
|
@@ -3785,7 +5085,7 @@
|
|
|
3785
5085
|
},
|
|
3786
5086
|
{
|
|
3787
5087
|
"name": "purgecss",
|
|
3788
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
5088
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
3789
5089
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
3790
5090
|
"npm": "nuxt-purgecss",
|
|
3791
5091
|
"icon": "purgecss.png",
|
|
@@ -3807,7 +5107,7 @@
|
|
|
3807
5107
|
},
|
|
3808
5108
|
{
|
|
3809
5109
|
"name": "pwa",
|
|
3810
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5110
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
3811
5111
|
"repo": "nuxt-community/pwa-module",
|
|
3812
5112
|
"npm": "@nuxtjs/pwa",
|
|
3813
5113
|
"icon": "pwa.png",
|
|
@@ -3832,7 +5132,7 @@
|
|
|
3832
5132
|
},
|
|
3833
5133
|
{
|
|
3834
5134
|
"name": "python",
|
|
3835
|
-
"description": "Write Nuxt
|
|
5135
|
+
"description": "Write Nuxt applications using Python",
|
|
3836
5136
|
"repo": "nuxt-community/python-module",
|
|
3837
5137
|
"npm": "@nuxtjs/python",
|
|
3838
5138
|
"icon": "python.png",
|
|
@@ -3852,9 +5152,89 @@
|
|
|
3852
5152
|
"requires": {}
|
|
3853
5153
|
}
|
|
3854
5154
|
},
|
|
5155
|
+
{
|
|
5156
|
+
"name": "quasar",
|
|
5157
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
5158
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
5159
|
+
"npm": "nuxt-quasar-ui",
|
|
5160
|
+
"icon": "quasar.svg",
|
|
5161
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
5162
|
+
"website": "https://quasar.dev/",
|
|
5163
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
5164
|
+
"category": "UI",
|
|
5165
|
+
"type": "3rd-party",
|
|
5166
|
+
"maintainers": [
|
|
5167
|
+
{
|
|
5168
|
+
"name": "Ege İliklier",
|
|
5169
|
+
"github": "Maiquu"
|
|
5170
|
+
}
|
|
5171
|
+
],
|
|
5172
|
+
"compatibility": {
|
|
5173
|
+
"nuxt": "^3.0.0",
|
|
5174
|
+
"requires": {},
|
|
5175
|
+
"devtools": "^0.0.0"
|
|
5176
|
+
}
|
|
5177
|
+
},
|
|
5178
|
+
{
|
|
5179
|
+
"name": "radash",
|
|
5180
|
+
"description": "radash module with auto-import and custom prefix",
|
|
5181
|
+
"repo": "bbg/nuxt-radash",
|
|
5182
|
+
"npm": "nuxt-radash",
|
|
5183
|
+
"icon": "radash.png",
|
|
5184
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
5185
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
5186
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
5187
|
+
"category": "Libraries",
|
|
5188
|
+
"type": "3rd-party",
|
|
5189
|
+
"maintainers": [
|
|
5190
|
+
{
|
|
5191
|
+
"name": "Batuhan Göksu",
|
|
5192
|
+
"github": "bbg"
|
|
5193
|
+
}
|
|
5194
|
+
],
|
|
5195
|
+
"compatibility": {
|
|
5196
|
+
"nuxt": "^3.0.0",
|
|
5197
|
+
"requires": {}
|
|
5198
|
+
}
|
|
5199
|
+
},
|
|
5200
|
+
{
|
|
5201
|
+
"name": "radix-vue",
|
|
5202
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5203
|
+
"repo": "radix-vue/radix-vue",
|
|
5204
|
+
"npm": "radix-vue",
|
|
5205
|
+
"icon": "radix-vue.svg",
|
|
5206
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5207
|
+
"website": "https://www.radix-vue.com/",
|
|
5208
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5209
|
+
"category": "UI",
|
|
5210
|
+
"type": "3rd-party",
|
|
5211
|
+
"maintainers": [
|
|
5212
|
+
{
|
|
5213
|
+
"name": "Zernonia",
|
|
5214
|
+
"github": "zernonia",
|
|
5215
|
+
"twitter": "zernonia"
|
|
5216
|
+
},
|
|
5217
|
+
{
|
|
5218
|
+
"name": "Khairul Haaziq",
|
|
5219
|
+
"github": "khairulhaaziq"
|
|
5220
|
+
},
|
|
5221
|
+
{
|
|
5222
|
+
"name": "Mujahid Anuar",
|
|
5223
|
+
"github": "mujahidfa"
|
|
5224
|
+
},
|
|
5225
|
+
{
|
|
5226
|
+
"name": "Max",
|
|
5227
|
+
"github": "onmax"
|
|
5228
|
+
}
|
|
5229
|
+
],
|
|
5230
|
+
"compatibility": {
|
|
5231
|
+
"nuxt": "^3.0.0",
|
|
5232
|
+
"requires": {}
|
|
5233
|
+
}
|
|
5234
|
+
},
|
|
3855
5235
|
{
|
|
3856
5236
|
"name": "recaptcha",
|
|
3857
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5237
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
3858
5238
|
"repo": "nuxt-community/recaptcha-module",
|
|
3859
5239
|
"npm": "@nuxtjs/recaptcha",
|
|
3860
5240
|
"icon": "recaptcha.png",
|
|
@@ -3897,9 +5277,32 @@
|
|
|
3897
5277
|
"requires": {}
|
|
3898
5278
|
}
|
|
3899
5279
|
},
|
|
5280
|
+
{
|
|
5281
|
+
"name": "resend",
|
|
5282
|
+
"description": "Resend integration for Nuxt",
|
|
5283
|
+
"repo": "nhedger/nuxt-resend",
|
|
5284
|
+
"npm": "nuxt-resend",
|
|
5285
|
+
"icon": "resend.svg",
|
|
5286
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5287
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5288
|
+
"learn_more": "https://resend.com",
|
|
5289
|
+
"category": "Extensions",
|
|
5290
|
+
"type": "3rd-party",
|
|
5291
|
+
"maintainers": [
|
|
5292
|
+
{
|
|
5293
|
+
"name": "Nicolas Hedger",
|
|
5294
|
+
"github": "nhedger",
|
|
5295
|
+
"twitter": "nicolashedger"
|
|
5296
|
+
}
|
|
5297
|
+
],
|
|
5298
|
+
"compatibility": {
|
|
5299
|
+
"nuxt": "^3.0.0",
|
|
5300
|
+
"requires": {}
|
|
5301
|
+
}
|
|
5302
|
+
},
|
|
3900
5303
|
{
|
|
3901
5304
|
"name": "rfg-icon",
|
|
3902
|
-
"description": "Nuxt
|
|
5305
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
3903
5306
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
3904
5307
|
"npm": "nuxt-rfg-icon",
|
|
3905
5308
|
"icon": "real-favicon-generator.png",
|
|
@@ -3921,13 +5324,13 @@
|
|
|
3921
5324
|
},
|
|
3922
5325
|
{
|
|
3923
5326
|
"name": "robots",
|
|
3924
|
-
"description": "A Nuxt
|
|
3925
|
-
"repo": "nuxt-
|
|
5327
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5328
|
+
"repo": "nuxt-modules/robots",
|
|
3926
5329
|
"npm": "@nuxtjs/robots",
|
|
3927
5330
|
"icon": "robots.png",
|
|
3928
|
-
"github": "https://github.com/nuxt-
|
|
3929
|
-
"website": "https://github.com/nuxt-
|
|
3930
|
-
"learn_more": "
|
|
5331
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5332
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
5333
|
+
"learn_more": "",
|
|
3931
5334
|
"category": "SEO",
|
|
3932
5335
|
"type": "community",
|
|
3933
5336
|
"maintainers": [
|
|
@@ -3945,23 +5348,23 @@
|
|
|
3945
5348
|
},
|
|
3946
5349
|
{
|
|
3947
5350
|
"name": "rollbar",
|
|
3948
|
-
"description": "
|
|
3949
|
-
"repo": "
|
|
3950
|
-
"npm": "nuxt-rollbar
|
|
5351
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5352
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5353
|
+
"npm": "nuxt-rollbar",
|
|
3951
5354
|
"icon": "rollbar.png",
|
|
3952
|
-
"github": "https://github.com/
|
|
3953
|
-
"website": "https://github.com/
|
|
5355
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5356
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
3954
5357
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
3955
5358
|
"category": "Monitoring",
|
|
3956
5359
|
"type": "3rd-party",
|
|
3957
5360
|
"maintainers": [
|
|
3958
5361
|
{
|
|
3959
|
-
"name": "
|
|
3960
|
-
"github": "
|
|
5362
|
+
"name": "Jairo Blatt",
|
|
5363
|
+
"github": "jairoblatt"
|
|
3961
5364
|
}
|
|
3962
5365
|
],
|
|
3963
5366
|
"compatibility": {
|
|
3964
|
-
"nuxt": "^
|
|
5367
|
+
"nuxt": "^3.0.0",
|
|
3965
5368
|
"requires": {}
|
|
3966
5369
|
}
|
|
3967
5370
|
},
|
|
@@ -3990,7 +5393,7 @@
|
|
|
3990
5393
|
},
|
|
3991
5394
|
{
|
|
3992
5395
|
"name": "router",
|
|
3993
|
-
"description": "Nuxt
|
|
5396
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
3994
5397
|
"repo": "nuxt-community/router-module",
|
|
3995
5398
|
"npm": "@nuxtjs/router",
|
|
3996
5399
|
"icon": "vue.png",
|
|
@@ -4038,13 +5441,13 @@
|
|
|
4038
5441
|
},
|
|
4039
5442
|
{
|
|
4040
5443
|
"name": "schema-org",
|
|
4041
|
-
"description": "
|
|
4042
|
-
"repo": "
|
|
5444
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5445
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4043
5446
|
"npm": "nuxt-schema-org",
|
|
4044
5447
|
"icon": "schema-org.svg",
|
|
4045
|
-
"github": "https://github.com/
|
|
4046
|
-
"website": "https://
|
|
4047
|
-
"learn_more": "https://
|
|
5448
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5449
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5450
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4048
5451
|
"category": "SEO",
|
|
4049
5452
|
"type": "3rd-party",
|
|
4050
5453
|
"maintainers": [
|
|
@@ -4107,13 +5510,13 @@
|
|
|
4107
5510
|
},
|
|
4108
5511
|
{
|
|
4109
5512
|
"name": "segment",
|
|
4110
|
-
"description": "Nuxt
|
|
5513
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4111
5514
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4112
5515
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4113
5516
|
"icon": "segment.png",
|
|
4114
5517
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4115
5518
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4116
|
-
"learn_more": "
|
|
5519
|
+
"learn_more": "",
|
|
4117
5520
|
"category": "Analytics",
|
|
4118
5521
|
"type": "3rd-party",
|
|
4119
5522
|
"maintainers": [
|
|
@@ -4129,10 +5532,10 @@
|
|
|
4129
5532
|
},
|
|
4130
5533
|
{
|
|
4131
5534
|
"name": "sentry",
|
|
4132
|
-
"description": "Sentry module for Nuxt
|
|
5535
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4133
5536
|
"repo": "nuxt-community/sentry-module",
|
|
4134
5537
|
"npm": "@nuxtjs/sentry",
|
|
4135
|
-
"icon": "sentry.
|
|
5538
|
+
"icon": "sentry.svg",
|
|
4136
5539
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4137
5540
|
"website": "https://sentry.nuxtjs.org/",
|
|
4138
5541
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4150,20 +5553,22 @@
|
|
|
4150
5553
|
}
|
|
4151
5554
|
},
|
|
4152
5555
|
{
|
|
4153
|
-
"name": "seo-
|
|
4154
|
-
"description": "
|
|
4155
|
-
"repo": "harlan-zw/nuxt-seo-
|
|
4156
|
-
"npm": "nuxt-seo-
|
|
4157
|
-
"icon": "seo-
|
|
4158
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-
|
|
4159
|
-
"website": "https://
|
|
4160
|
-
"learn_more": "",
|
|
5556
|
+
"name": "seo-experiments",
|
|
5557
|
+
"description": "Powerful SEO DX improvements.",
|
|
5558
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5559
|
+
"npm": "nuxt-seo-experiments",
|
|
5560
|
+
"icon": "seo-experiments.svg",
|
|
5561
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5562
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5563
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
4161
5564
|
"category": "SEO",
|
|
4162
5565
|
"type": "3rd-party",
|
|
4163
5566
|
"maintainers": [
|
|
4164
5567
|
{
|
|
4165
|
-
"name": "
|
|
4166
|
-
"github": "harlan-zw"
|
|
5568
|
+
"name": "Harlan Wilton",
|
|
5569
|
+
"github": "harlan-zw",
|
|
5570
|
+
"twitter": "harlan_zw",
|
|
5571
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4167
5572
|
}
|
|
4168
5573
|
],
|
|
4169
5574
|
"compatibility": {
|
|
@@ -4194,9 +5599,31 @@
|
|
|
4194
5599
|
"requires": {}
|
|
4195
5600
|
}
|
|
4196
5601
|
},
|
|
5602
|
+
{
|
|
5603
|
+
"name": "seo",
|
|
5604
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5605
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
5606
|
+
"npm": "@nuxtjs/seo",
|
|
5607
|
+
"icon": "nuxt.svg",
|
|
5608
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
5609
|
+
"website": "https://nuxtseo.com/",
|
|
5610
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5611
|
+
"category": "SEO",
|
|
5612
|
+
"type": "3rd-party",
|
|
5613
|
+
"maintainers": [
|
|
5614
|
+
{
|
|
5615
|
+
"name": "harlan-zw",
|
|
5616
|
+
"github": "harlan-zw"
|
|
5617
|
+
}
|
|
5618
|
+
],
|
|
5619
|
+
"compatibility": {
|
|
5620
|
+
"nuxt": "^3.0.0",
|
|
5621
|
+
"requires": {}
|
|
5622
|
+
}
|
|
5623
|
+
},
|
|
4197
5624
|
{
|
|
4198
5625
|
"name": "seomatic-meta",
|
|
4199
|
-
"description": "A Nuxt
|
|
5626
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4200
5627
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4201
5628
|
"npm": "nuxt-seomatic-meta",
|
|
4202
5629
|
"icon": "seomatic.png",
|
|
@@ -4239,6 +5666,29 @@
|
|
|
4239
5666
|
"requires": {}
|
|
4240
5667
|
}
|
|
4241
5668
|
},
|
|
5669
|
+
{
|
|
5670
|
+
"name": "server-block",
|
|
5671
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5672
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
5673
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5674
|
+
"icon": "server-block.svg",
|
|
5675
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5676
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5677
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5678
|
+
"category": "Extensions",
|
|
5679
|
+
"type": "3rd-party",
|
|
5680
|
+
"maintainers": [
|
|
5681
|
+
{
|
|
5682
|
+
"name": "Hebilicious",
|
|
5683
|
+
"github": "Hebilicious",
|
|
5684
|
+
"twitter": "its_hebilicious"
|
|
5685
|
+
}
|
|
5686
|
+
],
|
|
5687
|
+
"compatibility": {
|
|
5688
|
+
"nuxt": "^3.0.0",
|
|
5689
|
+
"requires": {}
|
|
5690
|
+
}
|
|
5691
|
+
},
|
|
4242
5692
|
{
|
|
4243
5693
|
"name": "session",
|
|
4244
5694
|
"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",
|
|
@@ -4264,7 +5714,7 @@
|
|
|
4264
5714
|
},
|
|
4265
5715
|
{
|
|
4266
5716
|
"name": "shopify",
|
|
4267
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5717
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4268
5718
|
"repo": "Gomah/nuxt-shopify",
|
|
4269
5719
|
"npm": "nuxt-shopify",
|
|
4270
5720
|
"icon": "shopify.png",
|
|
@@ -4285,7 +5735,7 @@
|
|
|
4285
5735
|
}
|
|
4286
5736
|
},
|
|
4287
5737
|
{
|
|
4288
|
-
"name": "
|
|
5738
|
+
"name": "sidebase-auth",
|
|
4289
5739
|
"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.",
|
|
4290
5740
|
"repo": "sidebase/nuxt-auth",
|
|
4291
5741
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4331,13 +5781,13 @@
|
|
|
4331
5781
|
},
|
|
4332
5782
|
{
|
|
4333
5783
|
"name": "simple-robots",
|
|
4334
|
-
"description": "
|
|
5784
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4335
5785
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4336
5786
|
"npm": "nuxt-simple-robots",
|
|
4337
|
-
"icon": "",
|
|
5787
|
+
"icon": "simple-robots.svg",
|
|
4338
5788
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4339
|
-
"website": "https://
|
|
4340
|
-
"learn_more": "",
|
|
5789
|
+
"website": "https://nuxtseo.com/robots",
|
|
5790
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4341
5791
|
"category": "SEO",
|
|
4342
5792
|
"type": "3rd-party",
|
|
4343
5793
|
"maintainers": [
|
|
@@ -4354,22 +5804,27 @@
|
|
|
4354
5804
|
}
|
|
4355
5805
|
},
|
|
4356
5806
|
{
|
|
4357
|
-
"name": "
|
|
4358
|
-
"description": "
|
|
4359
|
-
"repo": "
|
|
4360
|
-
"npm": "
|
|
4361
|
-
"icon": "",
|
|
4362
|
-
"github": "https://github.com/
|
|
4363
|
-
"website": "https://
|
|
4364
|
-
"learn_more": "",
|
|
5807
|
+
"name": "sitemap",
|
|
5808
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5809
|
+
"repo": "nuxt-modules/sitemap",
|
|
5810
|
+
"npm": "@nuxtjs/sitemap",
|
|
5811
|
+
"icon": "simple-sitemap.svg",
|
|
5812
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
5813
|
+
"website": "https://nuxtseo.com/",
|
|
5814
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
4365
5815
|
"category": "SEO",
|
|
4366
|
-
"type": "
|
|
5816
|
+
"type": "community",
|
|
4367
5817
|
"maintainers": [
|
|
4368
5818
|
{
|
|
4369
5819
|
"name": "Harlan Wilton",
|
|
4370
5820
|
"github": "harlan-zw",
|
|
4371
5821
|
"twitter": "harlan_zw",
|
|
4372
5822
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5823
|
+
},
|
|
5824
|
+
{
|
|
5825
|
+
"name": "Nicolas PENNEC",
|
|
5826
|
+
"github": "NicoPennec",
|
|
5827
|
+
"twitter": "NicoPennec"
|
|
4373
5828
|
}
|
|
4374
5829
|
],
|
|
4375
5830
|
"compatibility": {
|
|
@@ -4378,38 +5833,37 @@
|
|
|
4378
5833
|
}
|
|
4379
5834
|
},
|
|
4380
5835
|
{
|
|
4381
|
-
"name": "
|
|
4382
|
-
"description": "
|
|
4383
|
-
"repo": "nuxt-
|
|
4384
|
-
"npm": "
|
|
4385
|
-
"icon": "",
|
|
4386
|
-
"github": "https://github.com/nuxt-
|
|
4387
|
-
"website": "https://
|
|
4388
|
-
"learn_more": "",
|
|
4389
|
-
"category": "
|
|
4390
|
-
"type": "
|
|
5836
|
+
"name": "snackbar",
|
|
5837
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
5838
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
5839
|
+
"npm": "nuxt-snackbar",
|
|
5840
|
+
"icon": "snackbar.png",
|
|
5841
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5842
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5843
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
5844
|
+
"category": "UI",
|
|
5845
|
+
"type": "3rd-party",
|
|
4391
5846
|
"maintainers": [
|
|
4392
5847
|
{
|
|
4393
|
-
"name": "
|
|
4394
|
-
"github": "
|
|
4395
|
-
"twitter": "NicoPennec"
|
|
5848
|
+
"name": "modbender",
|
|
5849
|
+
"github": "modbender"
|
|
4396
5850
|
}
|
|
4397
5851
|
],
|
|
4398
5852
|
"compatibility": {
|
|
4399
|
-
"nuxt": "^
|
|
5853
|
+
"nuxt": "^3.0.0",
|
|
4400
5854
|
"requires": {}
|
|
4401
5855
|
}
|
|
4402
5856
|
},
|
|
4403
5857
|
{
|
|
4404
5858
|
"name": "snipcart",
|
|
4405
|
-
"description": "Snipcart integration module for Nuxt
|
|
5859
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4406
5860
|
"repo": "nuxt-modules/snipcart",
|
|
4407
5861
|
"npm": "@nuxtjs/snipcart",
|
|
4408
5862
|
"icon": "snipcart.png",
|
|
4409
5863
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4410
5864
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4411
5865
|
"learn_more": "https://snipcart.com",
|
|
4412
|
-
"category": "
|
|
5866
|
+
"category": "Ecommerce",
|
|
4413
5867
|
"type": "community",
|
|
4414
5868
|
"maintainers": [
|
|
4415
5869
|
{
|
|
@@ -4425,7 +5879,7 @@
|
|
|
4425
5879
|
},
|
|
4426
5880
|
{
|
|
4427
5881
|
"name": "social-meta",
|
|
4428
|
-
"description": "Nuxt
|
|
5882
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4429
5883
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4430
5884
|
"npm": "nuxt-social-meta",
|
|
4431
5885
|
"icon": "",
|
|
@@ -4547,7 +6001,7 @@
|
|
|
4547
6001
|
},
|
|
4548
6002
|
{
|
|
4549
6003
|
"name": "storage",
|
|
4550
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
6004
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
4551
6005
|
"repo": "mazipan/nuxt-storage",
|
|
4552
6006
|
"npm": "nuxt-storage",
|
|
4553
6007
|
"icon": "",
|
|
@@ -4569,7 +6023,7 @@
|
|
|
4569
6023
|
},
|
|
4570
6024
|
{
|
|
4571
6025
|
"name": "storefront-ui",
|
|
4572
|
-
"description": "Storefront UI Module for Nuxt
|
|
6026
|
+
"description": "Storefront UI Module for Nuxt",
|
|
4573
6027
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
4574
6028
|
"npm": "@storefront-ui/nuxt",
|
|
4575
6029
|
"icon": "storefront-ui.svg",
|
|
@@ -4613,8 +6067,8 @@
|
|
|
4613
6067
|
},
|
|
4614
6068
|
{
|
|
4615
6069
|
"name": "storyblok",
|
|
4616
|
-
"description": "Storyblok Nuxt
|
|
4617
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6070
|
+
"description": "Storyblok Nuxt module",
|
|
6071
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
4618
6072
|
"npm": "@storyblok/nuxt",
|
|
4619
6073
|
"icon": "storyblok.png",
|
|
4620
6074
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -4630,46 +6084,43 @@
|
|
|
4630
6084
|
],
|
|
4631
6085
|
"compatibility": {
|
|
4632
6086
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4633
|
-
"requires": {}
|
|
6087
|
+
"requires": {},
|
|
6088
|
+
"devtools": "^0.0.0"
|
|
4634
6089
|
}
|
|
4635
6090
|
},
|
|
4636
6091
|
{
|
|
4637
6092
|
"name": "storybook",
|
|
4638
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
4639
|
-
"repo": "nuxt-
|
|
6093
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6094
|
+
"repo": "nuxt-modules/storybook",
|
|
4640
6095
|
"npm": "@nuxtjs/storybook",
|
|
4641
6096
|
"icon": "storybook.png",
|
|
4642
|
-
"github": "https://github.com/nuxt-
|
|
6097
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
4643
6098
|
"website": "https://storybook.nuxtjs.org",
|
|
4644
|
-
"learn_more": "https://
|
|
6099
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
4645
6100
|
"category": "Devtools",
|
|
4646
6101
|
"type": "community",
|
|
4647
6102
|
"maintainers": [
|
|
4648
6103
|
{
|
|
4649
|
-
"name": "
|
|
4650
|
-
"github": "
|
|
4651
|
-
"twitter": "
|
|
4652
|
-
},
|
|
4653
|
-
{
|
|
4654
|
-
"name": "Pooya Parsa",
|
|
4655
|
-
"github": "pi0",
|
|
4656
|
-
"twitter": "_pi0_"
|
|
6104
|
+
"name": "Chakir QATAB",
|
|
6105
|
+
"github": "chakAs3",
|
|
6106
|
+
"twitter": "ChakirQatab"
|
|
4657
6107
|
}
|
|
4658
6108
|
],
|
|
4659
6109
|
"compatibility": {
|
|
4660
|
-
"nuxt": "^2.0.0",
|
|
6110
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4661
6111
|
"requires": {
|
|
4662
6112
|
"bridge": "optional"
|
|
4663
|
-
}
|
|
6113
|
+
},
|
|
6114
|
+
"devtools": "^0.7.2"
|
|
4664
6115
|
}
|
|
4665
6116
|
},
|
|
4666
6117
|
{
|
|
4667
6118
|
"name": "strapi",
|
|
4668
6119
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4669
|
-
"repo": "nuxt-
|
|
6120
|
+
"repo": "nuxt-modules/strapi",
|
|
4670
6121
|
"npm": "@nuxtjs/strapi",
|
|
4671
6122
|
"icon": "strapi.png",
|
|
4672
|
-
"github": "https://github.com/nuxt-
|
|
6123
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4673
6124
|
"website": "https://strapi.nuxtjs.org",
|
|
4674
6125
|
"learn_more": "https://strapi.io/",
|
|
4675
6126
|
"category": "CMS",
|
|
@@ -4690,7 +6141,34 @@
|
|
|
4690
6141
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4691
6142
|
"requires": {
|
|
4692
6143
|
"bridge": true
|
|
6144
|
+
},
|
|
6145
|
+
"devtools": "^0.0.0"
|
|
6146
|
+
}
|
|
6147
|
+
},
|
|
6148
|
+
{
|
|
6149
|
+
"name": "stripe-next",
|
|
6150
|
+
"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.",
|
|
6151
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
6152
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
6153
|
+
"icon": "stripe.png",
|
|
6154
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6155
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6156
|
+
"learn_more": "https://stripe.com/docs",
|
|
6157
|
+
"category": "Payment",
|
|
6158
|
+
"type": "3rd-party",
|
|
6159
|
+
"maintainers": [
|
|
6160
|
+
{
|
|
6161
|
+
"name": "Loic Fuentes",
|
|
6162
|
+
"github": "fuentesloic"
|
|
6163
|
+
},
|
|
6164
|
+
{
|
|
6165
|
+
"name": "Florent Giraud",
|
|
6166
|
+
"github": "flozero"
|
|
4693
6167
|
}
|
|
6168
|
+
],
|
|
6169
|
+
"compatibility": {
|
|
6170
|
+
"nuxt": "^3.0.0",
|
|
6171
|
+
"requires": {}
|
|
4694
6172
|
}
|
|
4695
6173
|
},
|
|
4696
6174
|
{
|
|
@@ -4715,6 +6193,36 @@
|
|
|
4715
6193
|
"requires": {}
|
|
4716
6194
|
}
|
|
4717
6195
|
},
|
|
6196
|
+
{
|
|
6197
|
+
"name": "studio",
|
|
6198
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6199
|
+
"repo": "nuxtlabs/studio-module",
|
|
6200
|
+
"npm": "@nuxthq/studio",
|
|
6201
|
+
"icon": "studio.svg",
|
|
6202
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6203
|
+
"website": "https://nuxt.studio",
|
|
6204
|
+
"learn_more": "https://nuxt.studio",
|
|
6205
|
+
"category": "CMS",
|
|
6206
|
+
"type": "3rd-party",
|
|
6207
|
+
"maintainers": [
|
|
6208
|
+
{
|
|
6209
|
+
"name": "Ahad Birang",
|
|
6210
|
+
"github": "farnabaz",
|
|
6211
|
+
"twitter": "a_birang"
|
|
6212
|
+
},
|
|
6213
|
+
{
|
|
6214
|
+
"name": "Sébastien Chopin",
|
|
6215
|
+
"github": "Atinux",
|
|
6216
|
+
"twitter": "Atinux"
|
|
6217
|
+
}
|
|
6218
|
+
],
|
|
6219
|
+
"compatibility": {
|
|
6220
|
+
"nuxt": "^3.0.0",
|
|
6221
|
+
"requires": {
|
|
6222
|
+
"content": true
|
|
6223
|
+
}
|
|
6224
|
+
}
|
|
6225
|
+
},
|
|
4718
6226
|
{
|
|
4719
6227
|
"name": "style-resources",
|
|
4720
6228
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -4740,7 +6248,7 @@
|
|
|
4740
6248
|
},
|
|
4741
6249
|
{
|
|
4742
6250
|
"name": "stylelint",
|
|
4743
|
-
"description": "Stylelint module for Nuxt.
|
|
6251
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
4744
6252
|
"repo": "nuxt-community/stylelint-module",
|
|
4745
6253
|
"npm": "@nuxtjs/stylelint-module",
|
|
4746
6254
|
"icon": "stylelint.png",
|
|
@@ -4756,7 +6264,7 @@
|
|
|
4756
6264
|
}
|
|
4757
6265
|
],
|
|
4758
6266
|
"compatibility": {
|
|
4759
|
-
"nuxt": "^2.0.0",
|
|
6267
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4760
6268
|
"requires": {}
|
|
4761
6269
|
}
|
|
4762
6270
|
},
|
|
@@ -4786,10 +6294,10 @@
|
|
|
4786
6294
|
{
|
|
4787
6295
|
"name": "supabase",
|
|
4788
6296
|
"description": "First class integration with Supabase",
|
|
4789
|
-
"repo": "nuxt-
|
|
6297
|
+
"repo": "nuxt-modules/supabase",
|
|
4790
6298
|
"npm": "@nuxtjs/supabase",
|
|
4791
6299
|
"icon": "supabase.png",
|
|
4792
|
-
"github": "https://github.com/nuxt-
|
|
6300
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4793
6301
|
"website": "https://supabase.nuxtjs.org",
|
|
4794
6302
|
"learn_more": "https://supabase.com",
|
|
4795
6303
|
"category": "Database",
|
|
@@ -4840,12 +6348,12 @@
|
|
|
4840
6348
|
},
|
|
4841
6349
|
{
|
|
4842
6350
|
"name": "svg-sprite",
|
|
4843
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
4844
|
-
"repo": "nuxt-
|
|
6351
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6352
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
4845
6353
|
"npm": "@nuxtjs/svg-sprite",
|
|
4846
6354
|
"icon": "",
|
|
4847
|
-
"github": "https://github.com/nuxt-
|
|
4848
|
-
"website": "https://github.com/nuxt-
|
|
6355
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6356
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
4849
6357
|
"learn_more": "",
|
|
4850
6358
|
"category": "UI",
|
|
4851
6359
|
"type": "community",
|
|
@@ -4857,13 +6365,13 @@
|
|
|
4857
6365
|
}
|
|
4858
6366
|
],
|
|
4859
6367
|
"compatibility": {
|
|
4860
|
-
"nuxt": "^2.0.0",
|
|
6368
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4861
6369
|
"requires": {}
|
|
4862
6370
|
}
|
|
4863
6371
|
},
|
|
4864
6372
|
{
|
|
4865
6373
|
"name": "svg",
|
|
4866
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6374
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
4867
6375
|
"repo": "nuxt-community/svg-module",
|
|
4868
6376
|
"npm": "@nuxtjs/svg",
|
|
4869
6377
|
"icon": "",
|
|
@@ -4907,7 +6415,7 @@
|
|
|
4907
6415
|
},
|
|
4908
6416
|
{
|
|
4909
6417
|
"name": "swiper",
|
|
4910
|
-
"description": "Nuxt
|
|
6418
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
4911
6419
|
"repo": "cpreston321/nuxt-swiper",
|
|
4912
6420
|
"npm": "nuxt-swiper",
|
|
4913
6421
|
"icon": "swiper.svg",
|
|
@@ -4953,10 +6461,10 @@
|
|
|
4953
6461
|
{
|
|
4954
6462
|
"name": "tailwindcss",
|
|
4955
6463
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
4956
|
-
"repo": "nuxt-
|
|
6464
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
4957
6465
|
"npm": "@nuxtjs/tailwindcss",
|
|
4958
6466
|
"icon": "tailwindcss.png",
|
|
4959
|
-
"github": "https://github.com/nuxt-
|
|
6467
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
4960
6468
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
4961
6469
|
"learn_more": "https://tailwindcss.com/",
|
|
4962
6470
|
"category": "UI",
|
|
@@ -4966,11 +6474,16 @@
|
|
|
4966
6474
|
"name": "Sébastien Chopin",
|
|
4967
6475
|
"github": "Atinux",
|
|
4968
6476
|
"twitter": "Atinux"
|
|
6477
|
+
},
|
|
6478
|
+
{
|
|
6479
|
+
"name": "Inesh Bose",
|
|
6480
|
+
"github": "ineshbose"
|
|
4969
6481
|
}
|
|
4970
6482
|
],
|
|
4971
6483
|
"compatibility": {
|
|
4972
6484
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4973
|
-
"requires": {}
|
|
6485
|
+
"requires": {},
|
|
6486
|
+
"devtools": "^0.0.0"
|
|
4974
6487
|
}
|
|
4975
6488
|
},
|
|
4976
6489
|
{
|
|
@@ -4996,9 +6509,53 @@
|
|
|
4996
6509
|
"requires": {}
|
|
4997
6510
|
}
|
|
4998
6511
|
},
|
|
6512
|
+
{
|
|
6513
|
+
"name": "time",
|
|
6514
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
6515
|
+
"repo": "danielroe/nuxt-time",
|
|
6516
|
+
"npm": "nuxt-time",
|
|
6517
|
+
"icon": "",
|
|
6518
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
6519
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
6520
|
+
"learn_more": "",
|
|
6521
|
+
"category": "Extensions",
|
|
6522
|
+
"type": "3rd-party",
|
|
6523
|
+
"maintainers": [
|
|
6524
|
+
{
|
|
6525
|
+
"name": "danielroe",
|
|
6526
|
+
"github": "danielroe"
|
|
6527
|
+
}
|
|
6528
|
+
],
|
|
6529
|
+
"compatibility": {
|
|
6530
|
+
"nuxt": "^3.0.0",
|
|
6531
|
+
"requires": {}
|
|
6532
|
+
}
|
|
6533
|
+
},
|
|
6534
|
+
{
|
|
6535
|
+
"name": "tiptap",
|
|
6536
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6537
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6538
|
+
"npm": "nuxt-tiptap-editor",
|
|
6539
|
+
"icon": "tiptap.png",
|
|
6540
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6541
|
+
"website": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6542
|
+
"learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6543
|
+
"category": "Libraries",
|
|
6544
|
+
"type": "3rd-party",
|
|
6545
|
+
"maintainers": [
|
|
6546
|
+
{
|
|
6547
|
+
"name": "modbender",
|
|
6548
|
+
"github": "modbender"
|
|
6549
|
+
}
|
|
6550
|
+
],
|
|
6551
|
+
"compatibility": {
|
|
6552
|
+
"nuxt": "^3.0.0",
|
|
6553
|
+
"requires": {}
|
|
6554
|
+
}
|
|
6555
|
+
},
|
|
4999
6556
|
{
|
|
5000
6557
|
"name": "toast",
|
|
5001
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6558
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5002
6559
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5003
6560
|
"npm": "@nuxtjs/toast",
|
|
5004
6561
|
"icon": "",
|
|
@@ -5019,6 +6576,61 @@
|
|
|
5019
6576
|
"requires": {}
|
|
5020
6577
|
}
|
|
5021
6578
|
},
|
|
6579
|
+
{
|
|
6580
|
+
"name": "translation-manager",
|
|
6581
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6582
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6583
|
+
"npm": "nuxt-translation-manager",
|
|
6584
|
+
"icon": "translation-manager.png",
|
|
6585
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6586
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6587
|
+
"learn_more": "",
|
|
6588
|
+
"category": "Extensions",
|
|
6589
|
+
"type": "3rd-party",
|
|
6590
|
+
"maintainers": [
|
|
6591
|
+
{
|
|
6592
|
+
"name": "Sam K",
|
|
6593
|
+
"github": "samk-dev"
|
|
6594
|
+
}
|
|
6595
|
+
],
|
|
6596
|
+
"compatibility": {
|
|
6597
|
+
"nuxt": "^3.0.0",
|
|
6598
|
+
"requires": {}
|
|
6599
|
+
}
|
|
6600
|
+
},
|
|
6601
|
+
{
|
|
6602
|
+
"name": "tresjs",
|
|
6603
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6604
|
+
"repo": "tresjs/nuxt",
|
|
6605
|
+
"npm": "@tresjs/nuxt",
|
|
6606
|
+
"icon": "tresjs.svg",
|
|
6607
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6608
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6609
|
+
"learn_more": "https://tresjs.org/",
|
|
6610
|
+
"category": "Libraries",
|
|
6611
|
+
"type": "3rd-party",
|
|
6612
|
+
"maintainers": [
|
|
6613
|
+
{
|
|
6614
|
+
"name": "Alvaro Saburido",
|
|
6615
|
+
"github": "alvarosabu",
|
|
6616
|
+
"twitter": "alvarosabu"
|
|
6617
|
+
},
|
|
6618
|
+
{
|
|
6619
|
+
"name": "Jaime Torrealba",
|
|
6620
|
+
"github": "JaimeTorrealba",
|
|
6621
|
+
"twitter": "jaimebboyjt"
|
|
6622
|
+
},
|
|
6623
|
+
{
|
|
6624
|
+
"name": "Tino Koch",
|
|
6625
|
+
"github": "Tinoooo",
|
|
6626
|
+
"twitter": "ichbintino"
|
|
6627
|
+
}
|
|
6628
|
+
],
|
|
6629
|
+
"compatibility": {
|
|
6630
|
+
"nuxt": "^3.0.0",
|
|
6631
|
+
"requires": {}
|
|
6632
|
+
}
|
|
6633
|
+
},
|
|
5022
6634
|
{
|
|
5023
6635
|
"name": "turnstile",
|
|
5024
6636
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5046,7 +6658,7 @@
|
|
|
5046
6658
|
},
|
|
5047
6659
|
{
|
|
5048
6660
|
"name": "twa",
|
|
5049
|
-
"description": "Nuxt
|
|
6661
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5050
6662
|
"repo": "tuarrep/nuxt-twa",
|
|
5051
6663
|
"npm": "nuxt-twa",
|
|
5052
6664
|
"icon": "",
|
|
@@ -5068,6 +6680,28 @@
|
|
|
5068
6680
|
}
|
|
5069
6681
|
}
|
|
5070
6682
|
},
|
|
6683
|
+
{
|
|
6684
|
+
"name": "twemoji",
|
|
6685
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6686
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6687
|
+
"npm": "nuxt-twemoji",
|
|
6688
|
+
"icon": "twemoji.svg",
|
|
6689
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6690
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6691
|
+
"learn_more": "",
|
|
6692
|
+
"category": "UI",
|
|
6693
|
+
"type": "3rd-party",
|
|
6694
|
+
"maintainers": [
|
|
6695
|
+
{
|
|
6696
|
+
"name": "Yizack Rangel",
|
|
6697
|
+
"github": "yizack"
|
|
6698
|
+
}
|
|
6699
|
+
],
|
|
6700
|
+
"compatibility": {
|
|
6701
|
+
"nuxt": "^3.0.0",
|
|
6702
|
+
"requires": {}
|
|
6703
|
+
}
|
|
6704
|
+
},
|
|
5071
6705
|
{
|
|
5072
6706
|
"name": "twicpics",
|
|
5073
6707
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5212,6 +6846,63 @@
|
|
|
5212
6846
|
"requires": {}
|
|
5213
6847
|
}
|
|
5214
6848
|
},
|
|
6849
|
+
{
|
|
6850
|
+
"name": "typo3",
|
|
6851
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6852
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6853
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6854
|
+
"icon": "typo3.svg",
|
|
6855
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6856
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6857
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6858
|
+
"category": "CMS",
|
|
6859
|
+
"type": "3rd-party",
|
|
6860
|
+
"maintainers": [
|
|
6861
|
+
{
|
|
6862
|
+
"name": "Macopedia",
|
|
6863
|
+
"github": "macopedia",
|
|
6864
|
+
"twitter": "macopediapl"
|
|
6865
|
+
}
|
|
6866
|
+
],
|
|
6867
|
+
"compatibility": {
|
|
6868
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6869
|
+
"requires": {},
|
|
6870
|
+
"devtools": "^0.0.0"
|
|
6871
|
+
}
|
|
6872
|
+
},
|
|
6873
|
+
{
|
|
6874
|
+
"name": "ui",
|
|
6875
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6876
|
+
"repo": "nuxt/ui#dev",
|
|
6877
|
+
"npm": "@nuxt/ui",
|
|
6878
|
+
"icon": "nuxt.svg",
|
|
6879
|
+
"github": "https://github.com/nuxt/ui",
|
|
6880
|
+
"website": "https://ui.nuxt.com",
|
|
6881
|
+
"learn_more": "",
|
|
6882
|
+
"category": "UI",
|
|
6883
|
+
"type": "official",
|
|
6884
|
+
"maintainers": [
|
|
6885
|
+
{
|
|
6886
|
+
"name": "Benjamin Canac",
|
|
6887
|
+
"github": "benjamincanac",
|
|
6888
|
+
"twitter": "benjamincanac"
|
|
6889
|
+
},
|
|
6890
|
+
{
|
|
6891
|
+
"name": "Sebastien Chopin",
|
|
6892
|
+
"github": "Atinux",
|
|
6893
|
+
"twitter": "Atinux"
|
|
6894
|
+
},
|
|
6895
|
+
{
|
|
6896
|
+
"name": "Sylvain Marroufin",
|
|
6897
|
+
"github": "smarroufin",
|
|
6898
|
+
"twitter": "smarroufin"
|
|
6899
|
+
}
|
|
6900
|
+
],
|
|
6901
|
+
"compatibility": {
|
|
6902
|
+
"nuxt": "^3.0.0",
|
|
6903
|
+
"requires": {}
|
|
6904
|
+
}
|
|
6905
|
+
},
|
|
5215
6906
|
{
|
|
5216
6907
|
"name": "umami",
|
|
5217
6908
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5236,31 +6927,9 @@
|
|
|
5236
6927
|
}
|
|
5237
6928
|
}
|
|
5238
6929
|
},
|
|
5239
|
-
{
|
|
5240
|
-
"name": "unhead",
|
|
5241
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5242
|
-
"repo": "harlan-zw/nuxt-unhead",
|
|
5243
|
-
"npm": "nuxt-unhead",
|
|
5244
|
-
"icon": "",
|
|
5245
|
-
"github": "https://github.com/harlan-zw/nuxt-unhead",
|
|
5246
|
-
"website": "https://github.com/harlan-zw/nuxt-unhead",
|
|
5247
|
-
"learn_more": "",
|
|
5248
|
-
"category": "SEO",
|
|
5249
|
-
"type": "3rd-party",
|
|
5250
|
-
"maintainers": [
|
|
5251
|
-
{
|
|
5252
|
-
"name": "harlan-zw",
|
|
5253
|
-
"github": "harlan-zw"
|
|
5254
|
-
}
|
|
5255
|
-
],
|
|
5256
|
-
"compatibility": {
|
|
5257
|
-
"nuxt": "^3.0.0",
|
|
5258
|
-
"requires": {}
|
|
5259
|
-
}
|
|
5260
|
-
},
|
|
5261
6930
|
{
|
|
5262
6931
|
"name": "universal-storage",
|
|
5263
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6932
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5264
6933
|
"repo": "nuxt-community/universal-storage-module",
|
|
5265
6934
|
"npm": "@nuxtjs/universal-storage",
|
|
5266
6935
|
"icon": "",
|
|
@@ -5286,6 +6955,28 @@
|
|
|
5286
6955
|
"requires": {}
|
|
5287
6956
|
}
|
|
5288
6957
|
},
|
|
6958
|
+
{
|
|
6959
|
+
"name": "unlazy",
|
|
6960
|
+
"description": "Lazy loading library for placeholder images",
|
|
6961
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
6962
|
+
"npm": "@unlazy/nuxt",
|
|
6963
|
+
"icon": "unlazy.svg",
|
|
6964
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6965
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6966
|
+
"learn_more": "",
|
|
6967
|
+
"category": "Images",
|
|
6968
|
+
"type": "3rd-party",
|
|
6969
|
+
"maintainers": [
|
|
6970
|
+
{
|
|
6971
|
+
"name": "Johann Schopplich",
|
|
6972
|
+
"github": "johannschopplich"
|
|
6973
|
+
}
|
|
6974
|
+
],
|
|
6975
|
+
"compatibility": {
|
|
6976
|
+
"nuxt": "^3.0.0",
|
|
6977
|
+
"requires": {}
|
|
6978
|
+
}
|
|
6979
|
+
},
|
|
5289
6980
|
{
|
|
5290
6981
|
"name": "unlighthouse",
|
|
5291
6982
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5299,48 +6990,96 @@
|
|
|
5299
6990
|
"type": "3rd-party",
|
|
5300
6991
|
"maintainers": [
|
|
5301
6992
|
{
|
|
5302
|
-
"name": "Harlan Wilton",
|
|
5303
|
-
"github": "harlan-zw",
|
|
5304
|
-
"twitter": "harlan_zw",
|
|
5305
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
6993
|
+
"name": "Harlan Wilton",
|
|
6994
|
+
"github": "harlan-zw",
|
|
6995
|
+
"twitter": "harlan_zw",
|
|
6996
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
6997
|
+
}
|
|
6998
|
+
],
|
|
6999
|
+
"compatibility": {
|
|
7000
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7001
|
+
"requires": {
|
|
7002
|
+
"bridge": "optional"
|
|
7003
|
+
}
|
|
7004
|
+
}
|
|
7005
|
+
},
|
|
7006
|
+
{
|
|
7007
|
+
"name": "unocss",
|
|
7008
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
7009
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
7010
|
+
"npm": "@unocss/nuxt",
|
|
7011
|
+
"icon": "unocss.svg",
|
|
7012
|
+
"github": "https://github.com/unocss/unocss",
|
|
7013
|
+
"website": "https://github.com/unocss/unocss",
|
|
7014
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
7015
|
+
"category": "UI",
|
|
7016
|
+
"type": "3rd-party",
|
|
7017
|
+
"maintainers": [
|
|
7018
|
+
{
|
|
7019
|
+
"name": "Anthony Fu",
|
|
7020
|
+
"github": "antfu",
|
|
7021
|
+
"twitter": "antfu7",
|
|
7022
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
7023
|
+
}
|
|
7024
|
+
],
|
|
7025
|
+
"compatibility": {
|
|
7026
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7027
|
+
"requires": {
|
|
7028
|
+
"bridge": "optional"
|
|
7029
|
+
},
|
|
7030
|
+
"devtools": "^0.0.0"
|
|
7031
|
+
}
|
|
7032
|
+
},
|
|
7033
|
+
{
|
|
7034
|
+
"name": "ununuracss",
|
|
7035
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
7036
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
7037
|
+
"npm": "nuxt-ununura",
|
|
7038
|
+
"icon": "ununuracss.png",
|
|
7039
|
+
"github": "https://github.com/novout/ununuracss",
|
|
7040
|
+
"website": "https://ununura.com/#/",
|
|
7041
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
7042
|
+
"category": "UI",
|
|
7043
|
+
"type": "3rd-party",
|
|
7044
|
+
"maintainers": [
|
|
7045
|
+
{
|
|
7046
|
+
"name": "Giovane Cardoso",
|
|
7047
|
+
"github": "novout",
|
|
7048
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5306
7049
|
}
|
|
5307
7050
|
],
|
|
5308
7051
|
"compatibility": {
|
|
5309
7052
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5310
|
-
"requires": {
|
|
5311
|
-
"bridge": "optional"
|
|
5312
|
-
}
|
|
7053
|
+
"requires": {}
|
|
5313
7054
|
}
|
|
5314
7055
|
},
|
|
5315
7056
|
{
|
|
5316
|
-
"name": "
|
|
5317
|
-
"description": "
|
|
5318
|
-
"repo": "
|
|
5319
|
-
"npm": "@
|
|
5320
|
-
"icon": "
|
|
5321
|
-
"github": "https://github.com/
|
|
5322
|
-
"website": "https://github.com/
|
|
5323
|
-
"learn_more": "https://github.com/
|
|
5324
|
-
"category": "
|
|
7057
|
+
"name": "use-wagmi",
|
|
7058
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
7059
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
7060
|
+
"npm": "@use-wagmi/nuxt",
|
|
7061
|
+
"icon": "use-wagmi.png",
|
|
7062
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
7063
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
7064
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
7065
|
+
"category": "Extensions",
|
|
5325
7066
|
"type": "3rd-party",
|
|
5326
7067
|
"maintainers": [
|
|
5327
7068
|
{
|
|
5328
|
-
"name": "
|
|
5329
|
-
"github": "
|
|
5330
|
-
"twitter": "antfu7",
|
|
5331
|
-
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
7069
|
+
"name": "Unic Ape",
|
|
7070
|
+
"github": "unicape"
|
|
5332
7071
|
}
|
|
5333
7072
|
],
|
|
5334
7073
|
"compatibility": {
|
|
5335
7074
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5336
7075
|
"requires": {
|
|
5337
|
-
"bridge":
|
|
7076
|
+
"bridge": true
|
|
5338
7077
|
}
|
|
5339
7078
|
}
|
|
5340
7079
|
},
|
|
5341
7080
|
{
|
|
5342
7081
|
"name": "user-agent",
|
|
5343
|
-
"description": "Nuxt
|
|
7082
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5344
7083
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5345
7084
|
"npm": "nuxt-user-agent",
|
|
5346
7085
|
"icon": "",
|
|
@@ -5368,7 +7107,7 @@
|
|
|
5368
7107
|
"icon": "vee-validate.png",
|
|
5369
7108
|
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
5370
7109
|
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
5371
|
-
"learn_more": "
|
|
7110
|
+
"learn_more": "",
|
|
5372
7111
|
"category": "Libraries",
|
|
5373
7112
|
"type": "3rd-party",
|
|
5374
7113
|
"maintainers": [
|
|
@@ -5406,6 +7145,74 @@
|
|
|
5406
7145
|
}
|
|
5407
7146
|
}
|
|
5408
7147
|
},
|
|
7148
|
+
{
|
|
7149
|
+
"name": "varlet",
|
|
7150
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
7151
|
+
"repo": "varletjs/varlet-nuxt",
|
|
7152
|
+
"npm": "@varlet/nuxt",
|
|
7153
|
+
"icon": "varlet.svg",
|
|
7154
|
+
"github": "https://github.com/varletjs/varlet",
|
|
7155
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
7156
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
7157
|
+
"category": "UI",
|
|
7158
|
+
"type": "3rd-party",
|
|
7159
|
+
"maintainers": [
|
|
7160
|
+
{
|
|
7161
|
+
"name": "zhangmo8",
|
|
7162
|
+
"github": "zhangmo8"
|
|
7163
|
+
}
|
|
7164
|
+
],
|
|
7165
|
+
"compatibility": {
|
|
7166
|
+
"nuxt": "^3.0.0",
|
|
7167
|
+
"requires": {
|
|
7168
|
+
"bridge": "optional"
|
|
7169
|
+
}
|
|
7170
|
+
}
|
|
7171
|
+
},
|
|
7172
|
+
{
|
|
7173
|
+
"name": "vcalendar",
|
|
7174
|
+
"description": "VCalendar module for Nuxt",
|
|
7175
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
7176
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7177
|
+
"icon": "vcalendar.png",
|
|
7178
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
7179
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
7180
|
+
"learn_more": "",
|
|
7181
|
+
"category": "Libraries",
|
|
7182
|
+
"type": "3rd-party",
|
|
7183
|
+
"maintainers": [
|
|
7184
|
+
{
|
|
7185
|
+
"name": "Sam K",
|
|
7186
|
+
"github": "samk-dev"
|
|
7187
|
+
}
|
|
7188
|
+
],
|
|
7189
|
+
"compatibility": {
|
|
7190
|
+
"nuxt": "^3.0.0",
|
|
7191
|
+
"requires": {}
|
|
7192
|
+
}
|
|
7193
|
+
},
|
|
7194
|
+
{
|
|
7195
|
+
"name": "vee-validate",
|
|
7196
|
+
"description": "Painless Vue forms for Nuxt",
|
|
7197
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
7198
|
+
"npm": "@vee-validate/nuxt",
|
|
7199
|
+
"icon": "vee-validate.png",
|
|
7200
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
7201
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
7202
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
7203
|
+
"category": "Libraries",
|
|
7204
|
+
"type": "3rd-party",
|
|
7205
|
+
"maintainers": [
|
|
7206
|
+
{
|
|
7207
|
+
"name": "Abdelrahman Awad",
|
|
7208
|
+
"github": "logaretm"
|
|
7209
|
+
}
|
|
7210
|
+
],
|
|
7211
|
+
"compatibility": {
|
|
7212
|
+
"nuxt": "^3.0.0",
|
|
7213
|
+
"requires": {}
|
|
7214
|
+
}
|
|
7215
|
+
},
|
|
5409
7216
|
{
|
|
5410
7217
|
"name": "vendor",
|
|
5411
7218
|
"description": "directly serve node_modules",
|
|
@@ -5429,9 +7236,54 @@
|
|
|
5429
7236
|
"requires": {}
|
|
5430
7237
|
}
|
|
5431
7238
|
},
|
|
7239
|
+
{
|
|
7240
|
+
"name": "vercel-analytics",
|
|
7241
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
7242
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
7243
|
+
"npm": "nuxt-vercel-analytics",
|
|
7244
|
+
"icon": "",
|
|
7245
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7246
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7247
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
7248
|
+
"category": "Analytics",
|
|
7249
|
+
"type": "3rd-party",
|
|
7250
|
+
"maintainers": [
|
|
7251
|
+
{
|
|
7252
|
+
"name": "Alexander B.",
|
|
7253
|
+
"github": "xanderbarkhatov"
|
|
7254
|
+
}
|
|
7255
|
+
],
|
|
7256
|
+
"compatibility": {
|
|
7257
|
+
"nuxt": "^3.0.0",
|
|
7258
|
+
"requires": {}
|
|
7259
|
+
}
|
|
7260
|
+
},
|
|
7261
|
+
{
|
|
7262
|
+
"name": "vexip-ui",
|
|
7263
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
7264
|
+
"repo": "vexip-ui/nuxt",
|
|
7265
|
+
"npm": "@vexip-ui/nuxt",
|
|
7266
|
+
"icon": "vexip-ui.svg",
|
|
7267
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
7268
|
+
"website": "https://www.vexipui.com/",
|
|
7269
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
7270
|
+
"category": "UI",
|
|
7271
|
+
"type": "3rd-party",
|
|
7272
|
+
"maintainers": [
|
|
7273
|
+
{
|
|
7274
|
+
"name": "未觉雨声",
|
|
7275
|
+
"github": "qmhc",
|
|
7276
|
+
"twitter": "qmhc95"
|
|
7277
|
+
}
|
|
7278
|
+
],
|
|
7279
|
+
"compatibility": {
|
|
7280
|
+
"nuxt": "^3.0.0",
|
|
7281
|
+
"requires": {}
|
|
7282
|
+
}
|
|
7283
|
+
},
|
|
5432
7284
|
{
|
|
5433
7285
|
"name": "vite-pwa-nuxt",
|
|
5434
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7286
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
5435
7287
|
"repo": "vite-pwa/nuxt",
|
|
5436
7288
|
"npm": "@vite-pwa/nuxt",
|
|
5437
7289
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -5460,13 +7312,13 @@
|
|
|
5460
7312
|
{
|
|
5461
7313
|
"name": "vitest",
|
|
5462
7314
|
"description": "Vitest integration with Nuxt",
|
|
5463
|
-
"repo": "danielroe/nuxt-vitest
|
|
7315
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5464
7316
|
"npm": "nuxt-vitest",
|
|
5465
7317
|
"icon": "vitest.svg",
|
|
5466
7318
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5467
7319
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5468
7320
|
"learn_more": "",
|
|
5469
|
-
"category": "
|
|
7321
|
+
"category": "Devtools",
|
|
5470
7322
|
"type": "3rd-party",
|
|
5471
7323
|
"maintainers": [
|
|
5472
7324
|
{
|
|
@@ -5478,6 +7330,61 @@
|
|
|
5478
7330
|
"github": "antfu"
|
|
5479
7331
|
}
|
|
5480
7332
|
],
|
|
7333
|
+
"compatibility": {
|
|
7334
|
+
"nuxt": "^3.0.0",
|
|
7335
|
+
"requires": {},
|
|
7336
|
+
"devtools": "^0.0.0"
|
|
7337
|
+
}
|
|
7338
|
+
},
|
|
7339
|
+
{
|
|
7340
|
+
"name": "vue-email",
|
|
7341
|
+
"description": "💌 Write email templates with vue",
|
|
7342
|
+
"repo": "vue-email/nuxt",
|
|
7343
|
+
"npm": "@vue-email/nuxt",
|
|
7344
|
+
"icon": "vue-email.svg",
|
|
7345
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7346
|
+
"website": "https://vuemail.net/",
|
|
7347
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
7348
|
+
"category": "UI",
|
|
7349
|
+
"type": "3rd-party",
|
|
7350
|
+
"maintainers": [
|
|
7351
|
+
{
|
|
7352
|
+
"name": "David Arenas",
|
|
7353
|
+
"github": "Dave136",
|
|
7354
|
+
"twitter": "davejs4",
|
|
7355
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
7356
|
+
},
|
|
7357
|
+
{
|
|
7358
|
+
"name": "Younes Barrad",
|
|
7359
|
+
"github": "Flowko",
|
|
7360
|
+
"twitter": "imflowko",
|
|
7361
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
7362
|
+
}
|
|
7363
|
+
],
|
|
7364
|
+
"compatibility": {
|
|
7365
|
+
"nuxt": "^3.0.0",
|
|
7366
|
+
"requires": {},
|
|
7367
|
+
"devtools": "^0.0.0"
|
|
7368
|
+
}
|
|
7369
|
+
},
|
|
7370
|
+
{
|
|
7371
|
+
"name": "vue-final-modal",
|
|
7372
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7373
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7374
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7375
|
+
"icon": "vue-final-modal.svg",
|
|
7376
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7377
|
+
"website": "https://vue-final-modal.org/",
|
|
7378
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7379
|
+
"category": "UI",
|
|
7380
|
+
"type": "3rd-party",
|
|
7381
|
+
"maintainers": [
|
|
7382
|
+
{
|
|
7383
|
+
"name": "Hunter Liu",
|
|
7384
|
+
"github": "hunterliu1003",
|
|
7385
|
+
"twitter": "hunterliu1003"
|
|
7386
|
+
}
|
|
7387
|
+
],
|
|
5481
7388
|
"compatibility": {
|
|
5482
7389
|
"nuxt": "^3.0.0",
|
|
5483
7390
|
"requires": {}
|
|
@@ -5485,13 +7392,13 @@
|
|
|
5485
7392
|
},
|
|
5486
7393
|
{
|
|
5487
7394
|
"name": "vue-macros",
|
|
5488
|
-
"description": "Explore
|
|
5489
|
-
"repo": "sxzz/
|
|
7395
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
7396
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5490
7397
|
"npm": "@vue-macros/nuxt",
|
|
5491
7398
|
"icon": "vue-macros.svg",
|
|
5492
|
-
"github": "https://github.com/sxzz/
|
|
7399
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5493
7400
|
"website": "https://vue-macros.sxzz.moe",
|
|
5494
|
-
"learn_more": "https://github.com/sxzz/
|
|
7401
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5495
7402
|
"category": "Extensions",
|
|
5496
7403
|
"type": "3rd-party",
|
|
5497
7404
|
"maintainers": [
|
|
@@ -5505,7 +7412,8 @@
|
|
|
5505
7412
|
"nuxt": "^3.0.0",
|
|
5506
7413
|
"requires": {
|
|
5507
7414
|
"bridge": "optional"
|
|
5508
|
-
}
|
|
7415
|
+
},
|
|
7416
|
+
"devtools": "^0.0.0"
|
|
5509
7417
|
}
|
|
5510
7418
|
},
|
|
5511
7419
|
{
|
|
@@ -5532,7 +7440,7 @@
|
|
|
5532
7440
|
},
|
|
5533
7441
|
{
|
|
5534
7442
|
"name": "vue-multiselect",
|
|
5535
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7443
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
5536
7444
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
5537
7445
|
"npm": "nuxt-vue-multiselect",
|
|
5538
7446
|
"icon": "",
|
|
@@ -5574,6 +7482,29 @@
|
|
|
5574
7482
|
"requires": {}
|
|
5575
7483
|
}
|
|
5576
7484
|
},
|
|
7485
|
+
{
|
|
7486
|
+
"name": "vue-query",
|
|
7487
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7488
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
7489
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
7490
|
+
"icon": "vue-query.svg",
|
|
7491
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
7492
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
7493
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
7494
|
+
"category": "Request",
|
|
7495
|
+
"type": "3rd-party",
|
|
7496
|
+
"maintainers": [
|
|
7497
|
+
{
|
|
7498
|
+
"name": "Hebilicious",
|
|
7499
|
+
"github": "Hebilicious",
|
|
7500
|
+
"twitter": "its_hebilicious"
|
|
7501
|
+
}
|
|
7502
|
+
],
|
|
7503
|
+
"compatibility": {
|
|
7504
|
+
"nuxt": "^3.0.0",
|
|
7505
|
+
"requires": {}
|
|
7506
|
+
}
|
|
7507
|
+
},
|
|
5577
7508
|
{
|
|
5578
7509
|
"name": "vue-select",
|
|
5579
7510
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5623,7 +7554,7 @@
|
|
|
5623
7554
|
},
|
|
5624
7555
|
{
|
|
5625
7556
|
"name": "vue-warehouse",
|
|
5626
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7557
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
5627
7558
|
"repo": "juliomrqz/vue-warehouse",
|
|
5628
7559
|
"npm": "vue-warehouse",
|
|
5629
7560
|
"icon": "",
|
|
@@ -5644,10 +7575,33 @@
|
|
|
5644
7575
|
"requires": {}
|
|
5645
7576
|
}
|
|
5646
7577
|
},
|
|
7578
|
+
{
|
|
7579
|
+
"name": "vue3-carousel-nuxt",
|
|
7580
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7581
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7582
|
+
"npm": "vue3-carousel-nuxt",
|
|
7583
|
+
"icon": "",
|
|
7584
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7585
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7586
|
+
"learn_more": "",
|
|
7587
|
+
"category": "UI",
|
|
7588
|
+
"type": "3rd-party",
|
|
7589
|
+
"maintainers": [
|
|
7590
|
+
{
|
|
7591
|
+
"name": "Gaetan SENN",
|
|
7592
|
+
"github": "gaetansenn",
|
|
7593
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7594
|
+
}
|
|
7595
|
+
],
|
|
7596
|
+
"compatibility": {
|
|
7597
|
+
"nuxt": "^3.0.0",
|
|
7598
|
+
"requires": {}
|
|
7599
|
+
}
|
|
7600
|
+
},
|
|
5647
7601
|
{
|
|
5648
7602
|
"name": "vuefire",
|
|
5649
7603
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
5650
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
7604
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
5651
7605
|
"npm": "nuxt-vuefire",
|
|
5652
7606
|
"icon": "vuefire.svg",
|
|
5653
7607
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -5666,15 +7620,61 @@
|
|
|
5666
7620
|
"requires": {}
|
|
5667
7621
|
}
|
|
5668
7622
|
},
|
|
7623
|
+
{
|
|
7624
|
+
"name": "vueform-builder",
|
|
7625
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7626
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7627
|
+
"npm": "@vueform/builder-nuxt",
|
|
7628
|
+
"icon": "vueform.svg",
|
|
7629
|
+
"github": "https://github.com/vueform/builder",
|
|
7630
|
+
"website": "https://builder.vueform.com",
|
|
7631
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7632
|
+
"category": "Libraries",
|
|
7633
|
+
"type": "3rd-party",
|
|
7634
|
+
"maintainers": [
|
|
7635
|
+
{
|
|
7636
|
+
"name": "Adam Berecz",
|
|
7637
|
+
"github": "adamberecz",
|
|
7638
|
+
"twitter": "bereczadam"
|
|
7639
|
+
}
|
|
7640
|
+
],
|
|
7641
|
+
"compatibility": {
|
|
7642
|
+
"nuxt": "^3.0.0",
|
|
7643
|
+
"requires": {}
|
|
7644
|
+
}
|
|
7645
|
+
},
|
|
7646
|
+
{
|
|
7647
|
+
"name": "vueform",
|
|
7648
|
+
"description": "Official Vueform module for Nuxt",
|
|
7649
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7650
|
+
"npm": "@vueform/nuxt",
|
|
7651
|
+
"icon": "vueform.svg",
|
|
7652
|
+
"github": "https://github.com/vueform/vueform",
|
|
7653
|
+
"website": "https://vueform.com",
|
|
7654
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7655
|
+
"category": "Libraries",
|
|
7656
|
+
"type": "3rd-party",
|
|
7657
|
+
"maintainers": [
|
|
7658
|
+
{
|
|
7659
|
+
"name": "Adam Berecz",
|
|
7660
|
+
"github": "adamberecz",
|
|
7661
|
+
"twitter": "bereczadam"
|
|
7662
|
+
}
|
|
7663
|
+
],
|
|
7664
|
+
"compatibility": {
|
|
7665
|
+
"nuxt": "^3.0.0",
|
|
7666
|
+
"requires": {}
|
|
7667
|
+
}
|
|
7668
|
+
},
|
|
5669
7669
|
{
|
|
5670
7670
|
"name": "vuestic",
|
|
5671
|
-
"description": "Vuestic UI module for Nuxt
|
|
7671
|
+
"description": "Vuestic UI module for Nuxt",
|
|
5672
7672
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
5673
7673
|
"npm": "@vuestic/nuxt",
|
|
5674
7674
|
"icon": "vuestic.png",
|
|
5675
7675
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
5676
|
-
"website": "https://vuestic.dev",
|
|
5677
|
-
"learn_more": "https://vuestic.dev/
|
|
7676
|
+
"website": "https://ui.vuestic.dev",
|
|
7677
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
5678
7678
|
"category": "UI",
|
|
5679
7679
|
"type": "3rd-party",
|
|
5680
7680
|
"maintainers": [
|
|
@@ -5688,9 +7688,31 @@
|
|
|
5688
7688
|
"requires": {}
|
|
5689
7689
|
}
|
|
5690
7690
|
},
|
|
7691
|
+
{
|
|
7692
|
+
"name": "vuetify-nuxt-module",
|
|
7693
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7694
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7695
|
+
"npm": "vuetify-nuxt-module",
|
|
7696
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7697
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7698
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7699
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
7700
|
+
"category": "UI",
|
|
7701
|
+
"type": "3rd-party",
|
|
7702
|
+
"maintainers": [
|
|
7703
|
+
{
|
|
7704
|
+
"name": "Joaquín Sánchez",
|
|
7705
|
+
"github": "userquin"
|
|
7706
|
+
}
|
|
7707
|
+
],
|
|
7708
|
+
"compatibility": {
|
|
7709
|
+
"nuxt": "^3.0.0",
|
|
7710
|
+
"requires": {}
|
|
7711
|
+
}
|
|
7712
|
+
},
|
|
5691
7713
|
{
|
|
5692
7714
|
"name": "vuetify",
|
|
5693
|
-
"description": "Vuetify Module for Nuxt
|
|
7715
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
5694
7716
|
"repo": "nuxt-community/vuetify-module",
|
|
5695
7717
|
"npm": "@nuxtjs/vuetify",
|
|
5696
7718
|
"icon": "vuetify.png",
|
|
@@ -5737,7 +7759,8 @@
|
|
|
5737
7759
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5738
7760
|
"requires": {
|
|
5739
7761
|
"bridge": "optional"
|
|
5740
|
-
}
|
|
7762
|
+
},
|
|
7763
|
+
"devtools": "^0.0.0"
|
|
5741
7764
|
}
|
|
5742
7765
|
},
|
|
5743
7766
|
{
|
|
@@ -5762,14 +7785,37 @@
|
|
|
5762
7785
|
"requires": {}
|
|
5763
7786
|
}
|
|
5764
7787
|
},
|
|
7788
|
+
{
|
|
7789
|
+
"name": "vunix",
|
|
7790
|
+
"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.",
|
|
7791
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
7792
|
+
"npm": "@vunix/nuxt",
|
|
7793
|
+
"icon": "",
|
|
7794
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
7795
|
+
"website": "https://vunix.dewib.com/",
|
|
7796
|
+
"learn_more": "",
|
|
7797
|
+
"category": "UI",
|
|
7798
|
+
"type": "3rd-party",
|
|
7799
|
+
"maintainers": [
|
|
7800
|
+
{
|
|
7801
|
+
"name": "Gaetan SENN",
|
|
7802
|
+
"github": "gaetansenn",
|
|
7803
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7804
|
+
}
|
|
7805
|
+
],
|
|
7806
|
+
"compatibility": {
|
|
7807
|
+
"nuxt": "^3.0.0",
|
|
7808
|
+
"requires": {}
|
|
7809
|
+
}
|
|
7810
|
+
},
|
|
5765
7811
|
{
|
|
5766
7812
|
"name": "web-vitals",
|
|
5767
7813
|
"description": "Web Vitals for Nuxt",
|
|
5768
|
-
"repo": "nuxt-
|
|
7814
|
+
"repo": "nuxt-modules/web-vitals",
|
|
5769
7815
|
"npm": "@nuxtjs/web-vitals",
|
|
5770
7816
|
"icon": "web-vitals.png",
|
|
5771
|
-
"github": "https://github.com/nuxt-
|
|
5772
|
-
"website": "https://github.com/nuxt-
|
|
7817
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7818
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
5773
7819
|
"learn_more": "",
|
|
5774
7820
|
"category": "Performance",
|
|
5775
7821
|
"type": "community",
|
|
@@ -5796,29 +7842,6 @@
|
|
|
5796
7842
|
}
|
|
5797
7843
|
}
|
|
5798
7844
|
},
|
|
5799
|
-
{
|
|
5800
|
-
"name": "web3js",
|
|
5801
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5802
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5803
|
-
"npm": "nuxt-web3",
|
|
5804
|
-
"icon": "web3js.svg",
|
|
5805
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5806
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5807
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5808
|
-
"category": "Libraries",
|
|
5809
|
-
"type": "3rd-party",
|
|
5810
|
-
"maintainers": [
|
|
5811
|
-
{
|
|
5812
|
-
"name": "Muhammad Fauzan",
|
|
5813
|
-
"github": "bl0cknumber",
|
|
5814
|
-
"twitter": "fncolon"
|
|
5815
|
-
}
|
|
5816
|
-
],
|
|
5817
|
-
"compatibility": {
|
|
5818
|
-
"nuxt": "^2.0.0",
|
|
5819
|
-
"requires": {}
|
|
5820
|
-
}
|
|
5821
|
-
},
|
|
5822
7845
|
{
|
|
5823
7846
|
"name": "webfontloader",
|
|
5824
7847
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5843,7 +7866,7 @@
|
|
|
5843
7866
|
},
|
|
5844
7867
|
{
|
|
5845
7868
|
"name": "webpack-optimisations",
|
|
5846
|
-
"description": "Nuxt
|
|
7869
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
5847
7870
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
5848
7871
|
"npm": "nuxt-webpack-optimisations",
|
|
5849
7872
|
"icon": "build-optimisations.svg",
|
|
@@ -5918,7 +7941,7 @@
|
|
|
5918
7941
|
"icon": "webpack.png",
|
|
5919
7942
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
5920
7943
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
5921
|
-
"learn_more": "
|
|
7944
|
+
"learn_more": "",
|
|
5922
7945
|
"category": "Devtools",
|
|
5923
7946
|
"type": "community",
|
|
5924
7947
|
"maintainers": [
|
|
@@ -5933,14 +7956,62 @@
|
|
|
5933
7956
|
"requires": {}
|
|
5934
7957
|
}
|
|
5935
7958
|
},
|
|
7959
|
+
{
|
|
7960
|
+
"name": "well-known",
|
|
7961
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
7962
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7963
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7964
|
+
"icon": "well-known.svg",
|
|
7965
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
7966
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
7967
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
7968
|
+
"category": "SEO",
|
|
7969
|
+
"type": "3rd-party",
|
|
7970
|
+
"maintainers": [
|
|
7971
|
+
{
|
|
7972
|
+
"name": "Zadig&Voltaire Team",
|
|
7973
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
7974
|
+
}
|
|
7975
|
+
],
|
|
7976
|
+
"compatibility": {
|
|
7977
|
+
"nuxt": "^3.0.0",
|
|
7978
|
+
"requires": {}
|
|
7979
|
+
}
|
|
7980
|
+
},
|
|
7981
|
+
{
|
|
7982
|
+
"name": "wideangle",
|
|
7983
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7984
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7985
|
+
"npm": "wideangle-nuxt",
|
|
7986
|
+
"icon": "wideangle.png",
|
|
7987
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7988
|
+
"website": "https://wideangle.co",
|
|
7989
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7990
|
+
"category": "Analytics",
|
|
7991
|
+
"type": "3rd-party",
|
|
7992
|
+
"maintainers": [
|
|
7993
|
+
{
|
|
7994
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7995
|
+
"github": "inputobjects"
|
|
7996
|
+
},
|
|
7997
|
+
{
|
|
7998
|
+
"name": "Jarek Rozanski",
|
|
7999
|
+
"github": "jrozanski"
|
|
8000
|
+
}
|
|
8001
|
+
],
|
|
8002
|
+
"compatibility": {
|
|
8003
|
+
"nuxt": "^3.0.0",
|
|
8004
|
+
"requires": {}
|
|
8005
|
+
}
|
|
8006
|
+
},
|
|
5936
8007
|
{
|
|
5937
8008
|
"name": "windicss",
|
|
5938
8009
|
"description": "Next generation utility-first CSS framework.",
|
|
5939
|
-
"repo": "windicss/nuxt-windicss
|
|
8010
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
5940
8011
|
"npm": "nuxt-windicss",
|
|
5941
8012
|
"icon": "windicss.svg",
|
|
5942
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
5943
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
8013
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
8014
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
5944
8015
|
"learn_more": "https://windicss.org/",
|
|
5945
8016
|
"category": "UI",
|
|
5946
8017
|
"type": "3rd-party",
|
|
@@ -6076,32 +8147,9 @@
|
|
|
6076
8147
|
"requires": {}
|
|
6077
8148
|
}
|
|
6078
8149
|
},
|
|
6079
|
-
{
|
|
6080
|
-
"name": "yandex-metrika",
|
|
6081
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6082
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6083
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6084
|
-
"icon": "",
|
|
6085
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6086
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6087
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6088
|
-
"category": "Analytics",
|
|
6089
|
-
"type": "community",
|
|
6090
|
-
"maintainers": [
|
|
6091
|
-
{
|
|
6092
|
-
"name": "Pooya Parsa",
|
|
6093
|
-
"github": "pi0",
|
|
6094
|
-
"twitter": "_pi0_"
|
|
6095
|
-
}
|
|
6096
|
-
],
|
|
6097
|
-
"compatibility": {
|
|
6098
|
-
"nuxt": "^2.0.0",
|
|
6099
|
-
"requires": {}
|
|
6100
|
-
}
|
|
6101
|
-
},
|
|
6102
8150
|
{
|
|
6103
8151
|
"name": "zendesk",
|
|
6104
|
-
"description": "Nuxt
|
|
8152
|
+
"description": "Nuxt module for Zendesk",
|
|
6105
8153
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6106
8154
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6107
8155
|
"icon": "zendesk.png",
|