@nuxt/modules 0.6.0-de9bf1 → 0.6.0-df7ee8
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 +2802 -572
- 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
182
|
"category": "Libraries",
|
|
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.byjohann.dev/",
|
|
180
203
|
"learn_more": "",
|
|
181
204
|
"category": "Request",
|
|
182
205
|
"type": "3rd-party",
|
|
@@ -219,7 +242,7 @@
|
|
|
219
242
|
},
|
|
220
243
|
{
|
|
221
244
|
"name": "apollo",
|
|
222
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
245
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
223
246
|
"repo": "nuxt-modules/apollo",
|
|
224
247
|
"npm": "@nuxtjs/apollo",
|
|
225
248
|
"icon": "apollo.png",
|
|
@@ -243,7 +266,7 @@
|
|
|
243
266
|
},
|
|
244
267
|
{
|
|
245
268
|
"name": "applicationinsights",
|
|
246
|
-
"description": "AppInsights module for Nuxt
|
|
269
|
+
"description": "AppInsights module for Nuxt",
|
|
247
270
|
"repo": "nuxt-community/applicationinsights-module",
|
|
248
271
|
"npm": "@nuxtjs/applicationinsights",
|
|
249
272
|
"icon": "application-insights.png",
|
|
@@ -272,7 +295,7 @@
|
|
|
272
295
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
273
296
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
274
297
|
"learn_more": "",
|
|
275
|
-
"category": "
|
|
298
|
+
"category": "Database",
|
|
276
299
|
"type": "3rd-party",
|
|
277
300
|
"maintainers": [
|
|
278
301
|
{
|
|
@@ -281,13 +304,80 @@
|
|
|
281
304
|
}
|
|
282
305
|
],
|
|
283
306
|
"compatibility": {
|
|
284
|
-
"nuxt": "^
|
|
307
|
+
"nuxt": "^3.0.0",
|
|
308
|
+
"requires": {}
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"name": "arco-design-nuxt-module",
|
|
313
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
314
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
315
|
+
"npm": "arco-design-nuxt-module",
|
|
316
|
+
"icon": "arco-design.svg",
|
|
317
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
318
|
+
"website": "https://arco.design/vue",
|
|
319
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
320
|
+
"category": "UI",
|
|
321
|
+
"type": "3rd-party",
|
|
322
|
+
"maintainers": [
|
|
323
|
+
{
|
|
324
|
+
"name": "wiidede",
|
|
325
|
+
"github": "wiidede"
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
"compatibility": {
|
|
329
|
+
"nuxt": "^3.0.0",
|
|
330
|
+
"requires": {}
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "ark-ui",
|
|
335
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
336
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
337
|
+
"npm": "nuxt-ark-ui",
|
|
338
|
+
"icon": "ark-ui.svg",
|
|
339
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
340
|
+
"website": "https://ark-ui.com/",
|
|
341
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
342
|
+
"category": "UI",
|
|
343
|
+
"type": "3rd-party",
|
|
344
|
+
"maintainers": [
|
|
345
|
+
{
|
|
346
|
+
"name": "Din",
|
|
347
|
+
"github": "iamdin",
|
|
348
|
+
"twitter": "iamdinq"
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"compatibility": {
|
|
352
|
+
"nuxt": "^3.0.0",
|
|
353
|
+
"requires": {}
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"name": "auth-utils",
|
|
358
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
359
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
360
|
+
"npm": "nuxt-auth-utils",
|
|
361
|
+
"icon": "",
|
|
362
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
363
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
364
|
+
"learn_more": "",
|
|
365
|
+
"category": "Security",
|
|
366
|
+
"type": "3rd-party",
|
|
367
|
+
"maintainers": [
|
|
368
|
+
{
|
|
369
|
+
"name": "atinux",
|
|
370
|
+
"github": "atinux"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"compatibility": {
|
|
374
|
+
"nuxt": "^3.0.0",
|
|
285
375
|
"requires": {}
|
|
286
376
|
}
|
|
287
377
|
},
|
|
288
378
|
{
|
|
289
379
|
"name": "auth",
|
|
290
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
380
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
291
381
|
"repo": "nuxt-community/auth-module",
|
|
292
382
|
"npm": "@nuxtjs/auth",
|
|
293
383
|
"icon": "auth.png",
|
|
@@ -312,9 +402,55 @@
|
|
|
312
402
|
"requires": {}
|
|
313
403
|
}
|
|
314
404
|
},
|
|
405
|
+
{
|
|
406
|
+
"name": "authjs",
|
|
407
|
+
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
408
|
+
"repo": "Hebilicious/authjs-nuxt#main",
|
|
409
|
+
"npm": "@hebilicious/authjs-nuxt",
|
|
410
|
+
"icon": "authjs.png",
|
|
411
|
+
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
412
|
+
"website": "https://authjs-nuxt.pages.dev/",
|
|
413
|
+
"learn_more": "https://authjs.dev/",
|
|
414
|
+
"category": "Security",
|
|
415
|
+
"type": "3rd-party",
|
|
416
|
+
"maintainers": [
|
|
417
|
+
{
|
|
418
|
+
"name": "Hebilicious",
|
|
419
|
+
"github": "Hebilicious",
|
|
420
|
+
"twitter": "its_hebilicious"
|
|
421
|
+
}
|
|
422
|
+
],
|
|
423
|
+
"compatibility": {
|
|
424
|
+
"nuxt": "^3.0.0",
|
|
425
|
+
"requires": {}
|
|
426
|
+
}
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "auto-animate",
|
|
430
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
431
|
+
"repo": "formkit/auto-animate",
|
|
432
|
+
"npm": "@formkit/auto-animate",
|
|
433
|
+
"icon": "auto-animate.svg",
|
|
434
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
435
|
+
"website": "https://auto-animate.formkit.com",
|
|
436
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
437
|
+
"category": "Libraries",
|
|
438
|
+
"type": "3rd-party",
|
|
439
|
+
"maintainers": [
|
|
440
|
+
{
|
|
441
|
+
"name": "Justin Schroeder",
|
|
442
|
+
"github": "justin-schroeder",
|
|
443
|
+
"twitter": "jpschroeder"
|
|
444
|
+
}
|
|
445
|
+
],
|
|
446
|
+
"compatibility": {
|
|
447
|
+
"nuxt": "^3.0.0",
|
|
448
|
+
"requires": {}
|
|
449
|
+
}
|
|
450
|
+
},
|
|
315
451
|
{
|
|
316
452
|
"name": "axios",
|
|
317
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
453
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
318
454
|
"repo": "nuxt-community/axios-module",
|
|
319
455
|
"npm": "@nuxtjs/axios",
|
|
320
456
|
"icon": "axios.svg",
|
|
@@ -337,7 +473,7 @@
|
|
|
337
473
|
},
|
|
338
474
|
{
|
|
339
475
|
"name": "basic-auth",
|
|
340
|
-
"description": "Provide basic authentication to your Nuxt
|
|
476
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
341
477
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
342
478
|
"npm": "nuxt-basic-auth-module",
|
|
343
479
|
"icon": "",
|
|
@@ -461,7 +597,7 @@
|
|
|
461
597
|
},
|
|
462
598
|
{
|
|
463
599
|
"name": "bulma-slim",
|
|
464
|
-
"description": "Nuxt
|
|
600
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
465
601
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
466
602
|
"npm": "nuxt-bulma-slim",
|
|
467
603
|
"icon": "bulma.png",
|
|
@@ -528,7 +664,7 @@
|
|
|
528
664
|
},
|
|
529
665
|
{
|
|
530
666
|
"name": "canvas-sketch",
|
|
531
|
-
"description": "Nuxt
|
|
667
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
532
668
|
"repo": "LuXDAmore/generative-art",
|
|
533
669
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
534
670
|
"icon": "",
|
|
@@ -549,9 +685,31 @@
|
|
|
549
685
|
"requires": {}
|
|
550
686
|
}
|
|
551
687
|
},
|
|
688
|
+
{
|
|
689
|
+
"name": "capo",
|
|
690
|
+
"description": "Capo.js implementation for Nuxt",
|
|
691
|
+
"repo": "danielroe/nuxt-capo",
|
|
692
|
+
"npm": "nuxt-capo",
|
|
693
|
+
"icon": "",
|
|
694
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
695
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
696
|
+
"learn_more": "",
|
|
697
|
+
"category": "Performance",
|
|
698
|
+
"type": "3rd-party",
|
|
699
|
+
"maintainers": [
|
|
700
|
+
{
|
|
701
|
+
"name": "danielroe",
|
|
702
|
+
"github": "danielroe"
|
|
703
|
+
}
|
|
704
|
+
],
|
|
705
|
+
"compatibility": {
|
|
706
|
+
"nuxt": "^3.0.0",
|
|
707
|
+
"requires": {}
|
|
708
|
+
}
|
|
709
|
+
},
|
|
552
710
|
{
|
|
553
711
|
"name": "chakra-ui",
|
|
554
|
-
"description": "Chakra UI Module for Nuxt
|
|
712
|
+
"description": "Chakra UI Module for Nuxt",
|
|
555
713
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
556
714
|
"npm": "@chakra-ui/nuxt",
|
|
557
715
|
"icon": "chakra-ui.png",
|
|
@@ -574,11 +732,11 @@
|
|
|
574
732
|
{
|
|
575
733
|
"name": "chatwoot",
|
|
576
734
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
577
|
-
"repo": "
|
|
578
|
-
"npm": "@
|
|
735
|
+
"repo": "productdevbookcom/chatwoot",
|
|
736
|
+
"npm": "@productdevbook/chatwoot",
|
|
579
737
|
"icon": "chatwoot.png",
|
|
580
|
-
"github": "https://github.com/
|
|
581
|
-
"website": "https://github.com/
|
|
738
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
739
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
582
740
|
"learn_more": "https://www.chatwoot.com",
|
|
583
741
|
"category": "Libraries",
|
|
584
742
|
"type": "3rd-party",
|
|
@@ -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": "",
|
|
@@ -664,7 +845,7 @@
|
|
|
664
845
|
"description": "Cloudflare Web Analytics Module for Nuxt",
|
|
665
846
|
"repo": "hamlogic/nuxt-cloudflare-analytics",
|
|
666
847
|
"npm": "nuxt-cloudflare-analytics",
|
|
667
|
-
"icon": "cloudflare
|
|
848
|
+
"icon": "cloudflare.svg",
|
|
668
849
|
"github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
669
850
|
"website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
670
851
|
"learn_more": "https://www.cloudflare.com/web-analytics/",
|
|
@@ -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,51 @@
|
|
|
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
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"name": "electron",
|
|
1465
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1466
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1467
|
+
"npm": "nuxt-electron",
|
|
1468
|
+
"icon": "electron.svg",
|
|
1469
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1470
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1471
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1472
|
+
"category": "Extensions",
|
|
1473
|
+
"type": "3rd-party",
|
|
1474
|
+
"maintainers": [
|
|
1475
|
+
{
|
|
1476
|
+
"name": "草鞋没号",
|
|
1477
|
+
"github": "caoxiemeihao"
|
|
1478
|
+
}
|
|
1479
|
+
],
|
|
1480
|
+
"compatibility": {
|
|
1481
|
+
"nuxt": "^3.0.0",
|
|
1482
|
+
"requires": {}
|
|
1483
|
+
}
|
|
1484
|
+
},
|
|
1146
1485
|
{
|
|
1147
1486
|
"name": "element-plus",
|
|
1148
1487
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1169,7 +1508,7 @@
|
|
|
1169
1508
|
},
|
|
1170
1509
|
{
|
|
1171
1510
|
"name": "emotion",
|
|
1172
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1511
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1173
1512
|
"repo": "nuxt-modules/emotion",
|
|
1174
1513
|
"npm": "@nuxtjs/emotion",
|
|
1175
1514
|
"icon": "emotion.png",
|
|
@@ -1197,7 +1536,7 @@
|
|
|
1197
1536
|
},
|
|
1198
1537
|
{
|
|
1199
1538
|
"name": "eslint",
|
|
1200
|
-
"description": "ESLint module for Nuxt
|
|
1539
|
+
"description": "ESLint module for Nuxt",
|
|
1201
1540
|
"repo": "nuxt-community/eslint-module",
|
|
1202
1541
|
"npm": "@nuxtjs/eslint-module",
|
|
1203
1542
|
"icon": "eslint.png",
|
|
@@ -1213,13 +1552,13 @@
|
|
|
1213
1552
|
}
|
|
1214
1553
|
],
|
|
1215
1554
|
"compatibility": {
|
|
1216
|
-
"nuxt": "^2.0.0",
|
|
1555
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1217
1556
|
"requires": {}
|
|
1218
1557
|
}
|
|
1219
1558
|
},
|
|
1220
1559
|
{
|
|
1221
1560
|
"name": "event-trace",
|
|
1222
|
-
"description": "Module for event trace in Nuxt
|
|
1561
|
+
"description": "Module for event trace in Nuxt",
|
|
1223
1562
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1224
1563
|
"npm": "nuxt-event-trace",
|
|
1225
1564
|
"icon": "",
|
|
@@ -1239,6 +1578,29 @@
|
|
|
1239
1578
|
"requires": {}
|
|
1240
1579
|
}
|
|
1241
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
|
+
},
|
|
1242
1604
|
{
|
|
1243
1605
|
"name": "fathom",
|
|
1244
1606
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1263,7 +1625,7 @@
|
|
|
1263
1625
|
},
|
|
1264
1626
|
{
|
|
1265
1627
|
"name": "feature-toggle",
|
|
1266
|
-
"description": "Feature toggle module for Nuxt
|
|
1628
|
+
"description": "Feature toggle module for Nuxt",
|
|
1267
1629
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1268
1630
|
"npm": "nuxt-feature-toggle",
|
|
1269
1631
|
"icon": "",
|
|
@@ -1330,7 +1692,7 @@
|
|
|
1330
1692
|
},
|
|
1331
1693
|
{
|
|
1332
1694
|
"name": "floating-prompt-module",
|
|
1333
|
-
"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",
|
|
1334
1696
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1335
1697
|
"npm": "nuxt-floating-prompt-module",
|
|
1336
1698
|
"icon": "",
|
|
@@ -1440,14 +1802,60 @@
|
|
|
1440
1802
|
}
|
|
1441
1803
|
},
|
|
1442
1804
|
{
|
|
1443
|
-
"name": "
|
|
1444
|
-
"description": "
|
|
1445
|
-
"repo": "
|
|
1446
|
-
"npm": "@
|
|
1447
|
-
"icon": "
|
|
1805
|
+
"name": "fonts",
|
|
1806
|
+
"description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
|
|
1807
|
+
"repo": "nuxt/fonts",
|
|
1808
|
+
"npm": "@nuxt/fonts",
|
|
1809
|
+
"icon": "nuxt.svg",
|
|
1810
|
+
"github": "https://github.com/nuxt/fonts",
|
|
1811
|
+
"website": "https://github.com/nuxt/fonts",
|
|
1812
|
+
"learn_more": "",
|
|
1813
|
+
"category": "Libraries",
|
|
1814
|
+
"type": "official",
|
|
1815
|
+
"maintainers": [
|
|
1816
|
+
{
|
|
1817
|
+
"name": "Daniel Roe",
|
|
1818
|
+
"github": "danielroe",
|
|
1819
|
+
"twitter": "danielcroe"
|
|
1820
|
+
}
|
|
1821
|
+
],
|
|
1822
|
+
"compatibility": {
|
|
1823
|
+
"nuxt": "^3.0.0",
|
|
1824
|
+
"requires": {}
|
|
1825
|
+
}
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"name": "form-actions",
|
|
1829
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1830
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1831
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1832
|
+
"icon": "form-actions.svg",
|
|
1833
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1834
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1835
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1836
|
+
"category": "Request",
|
|
1837
|
+
"type": "3rd-party",
|
|
1838
|
+
"maintainers": [
|
|
1839
|
+
{
|
|
1840
|
+
"name": "Hebilicious",
|
|
1841
|
+
"github": "Hebilicious",
|
|
1842
|
+
"twitter": "its_hebilicious"
|
|
1843
|
+
}
|
|
1844
|
+
],
|
|
1845
|
+
"compatibility": {
|
|
1846
|
+
"nuxt": "^3.7.0",
|
|
1847
|
+
"requires": {}
|
|
1848
|
+
}
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"name": "formkit",
|
|
1852
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1853
|
+
"repo": "formkit/formkit#master/packages/nuxt",
|
|
1854
|
+
"npm": "@formkit/nuxt",
|
|
1855
|
+
"icon": "formkit.png",
|
|
1448
1856
|
"github": "https://github.com/formkit/formkit",
|
|
1449
1857
|
"website": "https://formkit.com",
|
|
1450
|
-
"learn_more": "https://formkit.com/
|
|
1858
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1451
1859
|
"category": "Libraries",
|
|
1452
1860
|
"type": "3rd-party",
|
|
1453
1861
|
"maintainers": [
|
|
@@ -1513,7 +1921,7 @@
|
|
|
1513
1921
|
},
|
|
1514
1922
|
{
|
|
1515
1923
|
"name": "google-adsense",
|
|
1516
|
-
"description": "Google Adsense Module for Nuxt
|
|
1924
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1517
1925
|
"repo": "nuxt-community/google-adsense-module",
|
|
1518
1926
|
"npm": "@nuxtjs/google-adsense",
|
|
1519
1927
|
"icon": "google-adsense.png",
|
|
@@ -1539,7 +1947,7 @@
|
|
|
1539
1947
|
},
|
|
1540
1948
|
{
|
|
1541
1949
|
"name": "google-analytics",
|
|
1542
|
-
"description": "Google analytics Module for Nuxt
|
|
1950
|
+
"description": "Google analytics Module for Nuxt",
|
|
1543
1951
|
"repo": "nuxt-community/analytics-module",
|
|
1544
1952
|
"npm": "@nuxtjs/google-analytics",
|
|
1545
1953
|
"icon": "google-analytics.png",
|
|
@@ -1571,12 +1979,12 @@
|
|
|
1571
1979
|
},
|
|
1572
1980
|
{
|
|
1573
1981
|
"name": "google-fonts",
|
|
1574
|
-
"description": "Google Fonts module for
|
|
1575
|
-
"repo": "nuxt-
|
|
1982
|
+
"description": "Google Fonts module for Nuxt",
|
|
1983
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1576
1984
|
"npm": "@nuxtjs/google-fonts",
|
|
1577
1985
|
"icon": "google-fonts.png",
|
|
1578
|
-
"github": "https://github.com/nuxt-
|
|
1579
|
-
"website": "https://
|
|
1986
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1987
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1580
1988
|
"learn_more": "https://developers.google.com/fonts",
|
|
1581
1989
|
"category": "Fonts",
|
|
1582
1990
|
"type": "community",
|
|
@@ -1595,7 +2003,7 @@
|
|
|
1595
2003
|
},
|
|
1596
2004
|
{
|
|
1597
2005
|
"name": "google-gtag",
|
|
1598
|
-
"description": "Google GTag for Nuxt
|
|
2006
|
+
"description": "Google GTag for Nuxt",
|
|
1599
2007
|
"repo": "nuxt-community/google-gtag",
|
|
1600
2008
|
"npm": "@nuxtjs/google-gtag",
|
|
1601
2009
|
"icon": "gtm.png",
|
|
@@ -1621,7 +2029,7 @@
|
|
|
1621
2029
|
},
|
|
1622
2030
|
{
|
|
1623
2031
|
"name": "google-optimize",
|
|
1624
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2032
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1625
2033
|
"repo": "nuxt-community/google-optimize-module",
|
|
1626
2034
|
"npm": "nuxt-google-optimize",
|
|
1627
2035
|
"icon": "google-optimize.png",
|
|
@@ -1660,7 +2068,7 @@
|
|
|
1660
2068
|
"icon": "graphql-client.svg",
|
|
1661
2069
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1662
2070
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1663
|
-
"learn_more": "https://
|
|
2071
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
1664
2072
|
"category": "Request",
|
|
1665
2073
|
"type": "3rd-party",
|
|
1666
2074
|
"maintainers": [
|
|
@@ -1676,7 +2084,7 @@
|
|
|
1676
2084
|
},
|
|
1677
2085
|
{
|
|
1678
2086
|
"name": "graphql-request",
|
|
1679
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2087
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1680
2088
|
"repo": "gomah/nuxt-graphql-request",
|
|
1681
2089
|
"npm": "nuxt-graphql-request",
|
|
1682
2090
|
"icon": "graphql-request.png",
|
|
@@ -1692,7 +2100,7 @@
|
|
|
1692
2100
|
}
|
|
1693
2101
|
],
|
|
1694
2102
|
"compatibility": {
|
|
1695
|
-
"nuxt": "^2.0.0",
|
|
2103
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1696
2104
|
"requires": {}
|
|
1697
2105
|
}
|
|
1698
2106
|
},
|
|
@@ -1713,6 +2121,31 @@
|
|
|
1713
2121
|
"github": "tobiasdiez"
|
|
1714
2122
|
}
|
|
1715
2123
|
],
|
|
2124
|
+
"compatibility": {
|
|
2125
|
+
"nuxt": "^3.0.0",
|
|
2126
|
+
"requires": {},
|
|
2127
|
+
"devtools": "^0.0.0"
|
|
2128
|
+
}
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"name": "gtag",
|
|
2132
|
+
"description": "Google Analytics integration for Nuxt",
|
|
2133
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
2134
|
+
"npm": "nuxt-gtag",
|
|
2135
|
+
"icon": "gtag.svg",
|
|
2136
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
2137
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
2138
|
+
"learn_more": "",
|
|
2139
|
+
"category": "Analytics",
|
|
2140
|
+
"type": "3rd-party",
|
|
2141
|
+
"maintainers": [
|
|
2142
|
+
{
|
|
2143
|
+
"name": "Johann Schopplich",
|
|
2144
|
+
"github": "johannschopplich",
|
|
2145
|
+
"twitter": "jschopplich",
|
|
2146
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
2147
|
+
}
|
|
2148
|
+
],
|
|
1716
2149
|
"compatibility": {
|
|
1717
2150
|
"nuxt": "^3.0.0",
|
|
1718
2151
|
"requires": {}
|
|
@@ -1720,7 +2153,7 @@
|
|
|
1720
2153
|
},
|
|
1721
2154
|
{
|
|
1722
2155
|
"name": "gtm",
|
|
1723
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2156
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1724
2157
|
"repo": "nuxt-community/gtm-module",
|
|
1725
2158
|
"npm": "@nuxtjs/gtm",
|
|
1726
2159
|
"icon": "gtm.png",
|
|
@@ -1743,7 +2176,7 @@
|
|
|
1743
2176
|
},
|
|
1744
2177
|
{
|
|
1745
2178
|
"name": "guess",
|
|
1746
|
-
"description": "Guess.js module for Nuxt
|
|
2179
|
+
"description": "Guess.js module for Nuxt",
|
|
1747
2180
|
"repo": "nuxt-community/guess-module",
|
|
1748
2181
|
"npm": "@nuxtjs/guess-module",
|
|
1749
2182
|
"icon": "guessjs.png",
|
|
@@ -1763,6 +2196,28 @@
|
|
|
1763
2196
|
"requires": {}
|
|
1764
2197
|
}
|
|
1765
2198
|
},
|
|
2199
|
+
{
|
|
2200
|
+
"name": "hanko",
|
|
2201
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2202
|
+
"repo": "nuxt-modules/hanko",
|
|
2203
|
+
"npm": "@nuxtjs/hanko",
|
|
2204
|
+
"icon": "hanko.svg",
|
|
2205
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2206
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2207
|
+
"learn_more": "https://hanko.io/",
|
|
2208
|
+
"category": "Security",
|
|
2209
|
+
"type": "community",
|
|
2210
|
+
"maintainers": [
|
|
2211
|
+
{
|
|
2212
|
+
"name": "danielroe",
|
|
2213
|
+
"github": "danielroe"
|
|
2214
|
+
}
|
|
2215
|
+
],
|
|
2216
|
+
"compatibility": {
|
|
2217
|
+
"nuxt": "^3.0.0",
|
|
2218
|
+
"requires": {}
|
|
2219
|
+
}
|
|
2220
|
+
},
|
|
1766
2221
|
{
|
|
1767
2222
|
"name": "harlem",
|
|
1768
2223
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1833,7 +2288,7 @@
|
|
|
1833
2288
|
},
|
|
1834
2289
|
{
|
|
1835
2290
|
"name": "helmet",
|
|
1836
|
-
"description": "Easy Helmet module with Nuxt
|
|
2291
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
1837
2292
|
"repo": "victor-perez/nuxt-helmet",
|
|
1838
2293
|
"npm": "nuxt-helmet",
|
|
1839
2294
|
"icon": "",
|
|
@@ -1877,7 +2332,7 @@
|
|
|
1877
2332
|
},
|
|
1878
2333
|
{
|
|
1879
2334
|
"name": "history-state",
|
|
1880
|
-
"description": "Nuxt
|
|
2335
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
1881
2336
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1882
2337
|
"npm": "nuxt-history-state",
|
|
1883
2338
|
"icon": "",
|
|
@@ -1946,7 +2401,7 @@
|
|
|
1946
2401
|
},
|
|
1947
2402
|
{
|
|
1948
2403
|
"name": "http",
|
|
1949
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2404
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
1950
2405
|
"repo": "nuxt/http",
|
|
1951
2406
|
"npm": "@nuxt/http",
|
|
1952
2407
|
"icon": "http.png",
|
|
@@ -1974,7 +2429,7 @@
|
|
|
1974
2429
|
},
|
|
1975
2430
|
{
|
|
1976
2431
|
"name": "humans-txt",
|
|
1977
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2432
|
+
"description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
1978
2433
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1979
2434
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1980
2435
|
"icon": "",
|
|
@@ -1998,12 +2453,12 @@
|
|
|
1998
2453
|
{
|
|
1999
2454
|
"name": "i18n",
|
|
2000
2455
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2001
|
-
"repo": "nuxt-
|
|
2456
|
+
"repo": "nuxt-modules/i18n",
|
|
2002
2457
|
"npm": "@nuxtjs/i18n",
|
|
2003
2458
|
"icon": "i18n.png",
|
|
2004
|
-
"github": "https://github.com/nuxt-
|
|
2459
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2005
2460
|
"website": "https://i18n.nuxtjs.org",
|
|
2006
|
-
"learn_more": "https://
|
|
2461
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2007
2462
|
"category": "Extensions",
|
|
2008
2463
|
"type": "community",
|
|
2009
2464
|
"maintainers": [
|
|
@@ -2014,6 +2469,10 @@
|
|
|
2014
2469
|
{
|
|
2015
2470
|
"name": "Kazuya Kawaguchi",
|
|
2016
2471
|
"github": "kazupon"
|
|
2472
|
+
},
|
|
2473
|
+
{
|
|
2474
|
+
"name": "Bobbie Goede",
|
|
2475
|
+
"github": "BobbieGoede"
|
|
2017
2476
|
}
|
|
2018
2477
|
],
|
|
2019
2478
|
"compatibility": {
|
|
@@ -2021,6 +2480,51 @@
|
|
|
2021
2480
|
"requires": {}
|
|
2022
2481
|
}
|
|
2023
2482
|
},
|
|
2483
|
+
{
|
|
2484
|
+
"name": "icon-font",
|
|
2485
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2486
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2487
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2488
|
+
"icon": "",
|
|
2489
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2490
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2491
|
+
"learn_more": "",
|
|
2492
|
+
"category": "UI",
|
|
2493
|
+
"type": "3rd-party",
|
|
2494
|
+
"maintainers": [
|
|
2495
|
+
{
|
|
2496
|
+
"name": "coremyslo",
|
|
2497
|
+
"github": "coremyslo"
|
|
2498
|
+
}
|
|
2499
|
+
],
|
|
2500
|
+
"compatibility": {
|
|
2501
|
+
"nuxt": "^3.0.0",
|
|
2502
|
+
"requires": {}
|
|
2503
|
+
}
|
|
2504
|
+
},
|
|
2505
|
+
{
|
|
2506
|
+
"name": "icon-tw",
|
|
2507
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2508
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2509
|
+
"npm": "nuxt-icon-tw",
|
|
2510
|
+
"icon": "nuxt-icon.png",
|
|
2511
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2512
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2513
|
+
"learn_more": "",
|
|
2514
|
+
"category": "UI",
|
|
2515
|
+
"type": "3rd-party",
|
|
2516
|
+
"maintainers": [
|
|
2517
|
+
{
|
|
2518
|
+
"name": "JohnCampionJr",
|
|
2519
|
+
"github": "JohnCampionJr"
|
|
2520
|
+
}
|
|
2521
|
+
],
|
|
2522
|
+
"compatibility": {
|
|
2523
|
+
"nuxt": "^3.0.0",
|
|
2524
|
+
"requires": {},
|
|
2525
|
+
"devtools": "^0.0.0"
|
|
2526
|
+
}
|
|
2527
|
+
},
|
|
2024
2528
|
{
|
|
2025
2529
|
"name": "icon",
|
|
2026
2530
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2040,7 +2544,8 @@
|
|
|
2040
2544
|
],
|
|
2041
2545
|
"compatibility": {
|
|
2042
2546
|
"nuxt": "^3.0.0",
|
|
2043
|
-
"requires": {}
|
|
2547
|
+
"requires": {},
|
|
2548
|
+
"devtools": "^0.0.0"
|
|
2044
2549
|
}
|
|
2045
2550
|
},
|
|
2046
2551
|
{
|
|
@@ -2089,12 +2594,12 @@
|
|
|
2089
2594
|
},
|
|
2090
2595
|
{
|
|
2091
2596
|
"name": "image",
|
|
2092
|
-
"description": "Optimised images for
|
|
2597
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2093
2598
|
"repo": "nuxt/image",
|
|
2094
2599
|
"npm": "@nuxt/image",
|
|
2095
2600
|
"icon": "image.png",
|
|
2096
2601
|
"github": "https://github.com/nuxt/image",
|
|
2097
|
-
"website": "https://image.
|
|
2602
|
+
"website": "https://image.nuxt.com",
|
|
2098
2603
|
"learn_more": "",
|
|
2099
2604
|
"category": "Images",
|
|
2100
2605
|
"type": "official",
|
|
@@ -2104,6 +2609,11 @@
|
|
|
2104
2609
|
"github": "farnabaz",
|
|
2105
2610
|
"twitter": "a_birang"
|
|
2106
2611
|
},
|
|
2612
|
+
{
|
|
2613
|
+
"name": "Daniel Roe",
|
|
2614
|
+
"github": "danielroe",
|
|
2615
|
+
"twitter": "danielcroe"
|
|
2616
|
+
},
|
|
2107
2617
|
{
|
|
2108
2618
|
"name": "Pooya Parsa",
|
|
2109
2619
|
"github": "pi0",
|
|
@@ -2124,7 +2634,7 @@
|
|
|
2124
2634
|
},
|
|
2125
2635
|
{
|
|
2126
2636
|
"name": "imagemin",
|
|
2127
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2637
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2128
2638
|
"repo": "nuxt-community/imagemin-module",
|
|
2129
2639
|
"npm": "@nuxtjs/imagemin",
|
|
2130
2640
|
"icon": "imagemin.png",
|
|
@@ -2147,12 +2657,12 @@
|
|
|
2147
2657
|
{
|
|
2148
2658
|
"name": "inkline",
|
|
2149
2659
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2150
|
-
"repo": "inkline/
|
|
2151
|
-
"npm": "@inkline/
|
|
2660
|
+
"repo": "inkline/plugin",
|
|
2661
|
+
"npm": "@inkline/plugin",
|
|
2152
2662
|
"icon": "inkline.svg",
|
|
2153
|
-
"github": "https://github.com/inkline/
|
|
2663
|
+
"github": "https://github.com/inkline/plugin",
|
|
2154
2664
|
"website": "https://inkline.io",
|
|
2155
|
-
"learn_more": "https://inkline.io/docs/
|
|
2665
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2156
2666
|
"category": "UI",
|
|
2157
2667
|
"type": "3rd-party",
|
|
2158
2668
|
"maintainers": [
|
|
@@ -2171,7 +2681,7 @@
|
|
|
2171
2681
|
},
|
|
2172
2682
|
{
|
|
2173
2683
|
"name": "intercom",
|
|
2174
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2684
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2175
2685
|
"repo": "hex-digital/nuxt-intercom",
|
|
2176
2686
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2177
2687
|
"icon": "intercom.png",
|
|
@@ -2216,7 +2726,7 @@
|
|
|
2216
2726
|
},
|
|
2217
2727
|
{
|
|
2218
2728
|
"name": "jsonapi",
|
|
2219
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2729
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2220
2730
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2221
2731
|
"npm": "nuxt-jsonapi",
|
|
2222
2732
|
"icon": "jsonapi.svg",
|
|
@@ -2258,14 +2768,42 @@
|
|
|
2258
2768
|
"requires": {}
|
|
2259
2769
|
}
|
|
2260
2770
|
},
|
|
2771
|
+
{
|
|
2772
|
+
"name": "kinde",
|
|
2773
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2774
|
+
"repo": "nuxt-modules/kinde",
|
|
2775
|
+
"npm": "@nuxtjs/kinde",
|
|
2776
|
+
"icon": "kinde.svg",
|
|
2777
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2778
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2779
|
+
"learn_more": "https://kinde.com/",
|
|
2780
|
+
"category": "Security",
|
|
2781
|
+
"type": "community",
|
|
2782
|
+
"maintainers": [
|
|
2783
|
+
{
|
|
2784
|
+
"name": "danielroe",
|
|
2785
|
+
"github": "danielroe"
|
|
2786
|
+
},
|
|
2787
|
+
{
|
|
2788
|
+
"name": "daveordead",
|
|
2789
|
+
"github": "DaveOrDead",
|
|
2790
|
+
"twitter": "dave_or_dead"
|
|
2791
|
+
}
|
|
2792
|
+
],
|
|
2793
|
+
"compatibility": {
|
|
2794
|
+
"nuxt": "^3.0.0",
|
|
2795
|
+
"requires": {}
|
|
2796
|
+
},
|
|
2797
|
+
"sponsor": true
|
|
2798
|
+
},
|
|
2261
2799
|
{
|
|
2262
2800
|
"name": "kql",
|
|
2263
|
-
"description": "Nuxt
|
|
2801
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2264
2802
|
"repo": "johannschopplich/nuxt-kql",
|
|
2265
2803
|
"npm": "nuxt-kql",
|
|
2266
2804
|
"icon": "kql.svg",
|
|
2267
2805
|
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2268
|
-
"website": "https://nuxt-kql.
|
|
2806
|
+
"website": "https://nuxt-kql.byjohann.dev/",
|
|
2269
2807
|
"learn_more": "",
|
|
2270
2808
|
"category": "CMS",
|
|
2271
2809
|
"type": "3rd-party",
|
|
@@ -2284,7 +2822,7 @@
|
|
|
2284
2822
|
},
|
|
2285
2823
|
{
|
|
2286
2824
|
"name": "laravel-echo",
|
|
2287
|
-
"description": "Laravel Echo for Nuxt
|
|
2825
|
+
"description": "Laravel Echo for Nuxt",
|
|
2288
2826
|
"repo": "nuxt-community/laravel-echo",
|
|
2289
2827
|
"npm": "@nuxtjs/laravel-echo",
|
|
2290
2828
|
"icon": "laravel-echo.png",
|
|
@@ -2326,6 +2864,28 @@
|
|
|
2326
2864
|
"requires": {}
|
|
2327
2865
|
}
|
|
2328
2866
|
},
|
|
2867
|
+
{
|
|
2868
|
+
"name": "laravel-precognition",
|
|
2869
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2870
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2871
|
+
"npm": "nuxt-laravel-precognition",
|
|
2872
|
+
"icon": "laravel.svg",
|
|
2873
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2874
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2875
|
+
"learn_more": "",
|
|
2876
|
+
"category": "Security",
|
|
2877
|
+
"type": "3rd-party",
|
|
2878
|
+
"maintainers": [
|
|
2879
|
+
{
|
|
2880
|
+
"name": "sot1986",
|
|
2881
|
+
"github": "sot1986"
|
|
2882
|
+
}
|
|
2883
|
+
],
|
|
2884
|
+
"compatibility": {
|
|
2885
|
+
"nuxt": "^3.0.0",
|
|
2886
|
+
"requires": {}
|
|
2887
|
+
}
|
|
2888
|
+
},
|
|
2329
2889
|
{
|
|
2330
2890
|
"name": "laravel",
|
|
2331
2891
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2372,13 +2932,13 @@
|
|
|
2372
2932
|
},
|
|
2373
2933
|
{
|
|
2374
2934
|
"name": "link-checker",
|
|
2375
|
-
"description": "",
|
|
2935
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2376
2936
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2377
2937
|
"npm": "nuxt-link-checker",
|
|
2378
|
-
"icon": "",
|
|
2938
|
+
"icon": "link-checker.svg",
|
|
2379
2939
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2380
|
-
"website": "https://
|
|
2381
|
-
"learn_more": "",
|
|
2940
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2941
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2382
2942
|
"category": "SEO",
|
|
2383
2943
|
"type": "3rd-party",
|
|
2384
2944
|
"maintainers": [
|
|
@@ -2391,7 +2951,8 @@
|
|
|
2391
2951
|
],
|
|
2392
2952
|
"compatibility": {
|
|
2393
2953
|
"nuxt": "^3.0.0",
|
|
2394
|
-
"requires": {}
|
|
2954
|
+
"requires": {},
|
|
2955
|
+
"devtools": "^0.0.0"
|
|
2395
2956
|
}
|
|
2396
2957
|
},
|
|
2397
2958
|
{
|
|
@@ -2468,12 +3029,12 @@
|
|
|
2468
3029
|
},
|
|
2469
3030
|
{
|
|
2470
3031
|
"name": "logrocket",
|
|
2471
|
-
"description": "LogRocket module for Nuxt
|
|
2472
|
-
"repo": "nuxt-
|
|
3032
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3033
|
+
"repo": "nuxt-modules/logrocket",
|
|
2473
3034
|
"npm": "nuxt-logrocket",
|
|
2474
3035
|
"icon": "logrocket.png",
|
|
2475
|
-
"github": "https://github.com/nuxt-
|
|
2476
|
-
"website": "https://github.com/nuxt-
|
|
3036
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3037
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2477
3038
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2478
3039
|
"category": "Monitoring",
|
|
2479
3040
|
"type": "community",
|
|
@@ -2489,9 +3050,35 @@
|
|
|
2489
3050
|
"requires": {}
|
|
2490
3051
|
}
|
|
2491
3052
|
},
|
|
3053
|
+
{
|
|
3054
|
+
"name": "lucide-icons",
|
|
3055
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
3056
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
3057
|
+
"npm": "nuxt-lucide-icons",
|
|
3058
|
+
"icon": "lucide-icons.svg",
|
|
3059
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3060
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3061
|
+
"learn_more": "",
|
|
3062
|
+
"category": "UI",
|
|
3063
|
+
"type": "3rd-party",
|
|
3064
|
+
"maintainers": [
|
|
3065
|
+
{
|
|
3066
|
+
"name": "SWIS",
|
|
3067
|
+
"github": "swisnl"
|
|
3068
|
+
},
|
|
3069
|
+
{
|
|
3070
|
+
"name": "Jasper Zonneveld",
|
|
3071
|
+
"github": "JaZo"
|
|
3072
|
+
}
|
|
3073
|
+
],
|
|
3074
|
+
"compatibility": {
|
|
3075
|
+
"nuxt": "^3.0.0",
|
|
3076
|
+
"requires": {}
|
|
3077
|
+
}
|
|
3078
|
+
},
|
|
2492
3079
|
{
|
|
2493
3080
|
"name": "lunr",
|
|
2494
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3081
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2495
3082
|
"repo": "nuxt-community/lunr-module",
|
|
2496
3083
|
"npm": "@nuxtjs/lunr-module",
|
|
2497
3084
|
"icon": "",
|
|
@@ -2514,10 +3101,10 @@
|
|
|
2514
3101
|
{
|
|
2515
3102
|
"name": "magic-regexp",
|
|
2516
3103
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2517
|
-
"repo": "
|
|
3104
|
+
"repo": "unjs/magic-regexp",
|
|
2518
3105
|
"npm": "magic-regexp",
|
|
2519
3106
|
"icon": "magic-regexp.svg",
|
|
2520
|
-
"github": "https://github.com/
|
|
3107
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
2521
3108
|
"website": "https://magic-regexp.roe.dev",
|
|
2522
3109
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
2523
3110
|
"category": "Libraries",
|
|
@@ -2534,6 +3121,29 @@
|
|
|
2534
3121
|
"requires": {}
|
|
2535
3122
|
}
|
|
2536
3123
|
},
|
|
3124
|
+
{
|
|
3125
|
+
"name": "mailpit",
|
|
3126
|
+
"description": "Integrates Mailpit web UI in Nuxt devtools",
|
|
3127
|
+
"repo": "tdolsen/nuxt-mailpit",
|
|
3128
|
+
"npm": "nuxt-mailpit",
|
|
3129
|
+
"icon": "mailpit.svg",
|
|
3130
|
+
"github": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3131
|
+
"website": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3132
|
+
"learn_more": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3133
|
+
"category": "Devtools",
|
|
3134
|
+
"type": "3rd-party",
|
|
3135
|
+
"maintainers": [
|
|
3136
|
+
{
|
|
3137
|
+
"name": "Torkild Dyvik Olsen",
|
|
3138
|
+
"github": "tdolsen",
|
|
3139
|
+
"twitter": "tdolsen"
|
|
3140
|
+
}
|
|
3141
|
+
],
|
|
3142
|
+
"compatibility": {
|
|
3143
|
+
"nuxt": "^3.8.0",
|
|
3144
|
+
"requires": {}
|
|
3145
|
+
}
|
|
3146
|
+
},
|
|
2537
3147
|
{
|
|
2538
3148
|
"name": "markdownit",
|
|
2539
3149
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
@@ -2557,6 +3167,30 @@
|
|
|
2557
3167
|
"requires": {}
|
|
2558
3168
|
}
|
|
2559
3169
|
},
|
|
3170
|
+
{
|
|
3171
|
+
"name": "marquee",
|
|
3172
|
+
"description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
|
|
3173
|
+
"repo": "hanzydev/nuxt-marquee",
|
|
3174
|
+
"npm": "nuxt-marquee",
|
|
3175
|
+
"icon": "marquee.png",
|
|
3176
|
+
"github": "https://github.com/hanzydev/nuxt-marquee/",
|
|
3177
|
+
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3178
|
+
"learn_more": "",
|
|
3179
|
+
"category": "UI",
|
|
3180
|
+
"type": "3rd-party",
|
|
3181
|
+
"maintainers": [
|
|
3182
|
+
{
|
|
3183
|
+
"name": "Hànzy",
|
|
3184
|
+
"github": "hanzydev",
|
|
3185
|
+
"avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
|
|
3186
|
+
}
|
|
3187
|
+
],
|
|
3188
|
+
"compatibility": {
|
|
3189
|
+
"nuxt": "^3.0.0",
|
|
3190
|
+
"requires": {},
|
|
3191
|
+
"devtools": "^0.0.0"
|
|
3192
|
+
}
|
|
3193
|
+
},
|
|
2560
3194
|
{
|
|
2561
3195
|
"name": "matomo",
|
|
2562
3196
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -2579,6 +3213,28 @@
|
|
|
2579
3213
|
"requires": {}
|
|
2580
3214
|
}
|
|
2581
3215
|
},
|
|
3216
|
+
{
|
|
3217
|
+
"name": "maz-ui",
|
|
3218
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3219
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt-module",
|
|
3220
|
+
"npm": "nuxt-module",
|
|
3221
|
+
"icon": "maz-ui.png",
|
|
3222
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3223
|
+
"website": "https://maz-ui.com/",
|
|
3224
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3225
|
+
"category": "UI",
|
|
3226
|
+
"type": "3rd-party",
|
|
3227
|
+
"maintainers": [
|
|
3228
|
+
{
|
|
3229
|
+
"name": "Loïc Mazuel",
|
|
3230
|
+
"github": "LouisMazel"
|
|
3231
|
+
}
|
|
3232
|
+
],
|
|
3233
|
+
"compatibility": {
|
|
3234
|
+
"nuxt": "^3.0.0",
|
|
3235
|
+
"requires": {}
|
|
3236
|
+
}
|
|
3237
|
+
},
|
|
2582
3238
|
{
|
|
2583
3239
|
"name": "mdx",
|
|
2584
3240
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2602,9 +3258,34 @@
|
|
|
2602
3258
|
"requires": {}
|
|
2603
3259
|
}
|
|
2604
3260
|
},
|
|
3261
|
+
{
|
|
3262
|
+
"name": "medusa",
|
|
3263
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
3264
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
3265
|
+
"npm": "nuxt-medusa",
|
|
3266
|
+
"icon": "medusa.svg",
|
|
3267
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
3268
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
3269
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
3270
|
+
"category": "Ecommerce",
|
|
3271
|
+
"type": "3rd-party",
|
|
3272
|
+
"maintainers": [
|
|
3273
|
+
{
|
|
3274
|
+
"name": "Jakub Andrzejewski",
|
|
3275
|
+
"github": "Baroshem",
|
|
3276
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
3277
|
+
}
|
|
3278
|
+
],
|
|
3279
|
+
"compatibility": {
|
|
3280
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3281
|
+
"requires": {
|
|
3282
|
+
"bridge": true
|
|
3283
|
+
}
|
|
3284
|
+
}
|
|
3285
|
+
},
|
|
2605
3286
|
{
|
|
2606
3287
|
"name": "meilisearch",
|
|
2607
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3288
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2608
3289
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2609
3290
|
"npm": "nuxt-meilisearch",
|
|
2610
3291
|
"icon": "meilisearch.svg",
|
|
@@ -2624,7 +3305,8 @@
|
|
|
2624
3305
|
"nuxt": "^3.0.0",
|
|
2625
3306
|
"requires": {
|
|
2626
3307
|
"bridge": false
|
|
2627
|
-
}
|
|
3308
|
+
},
|
|
3309
|
+
"devtools": "^0.0.0"
|
|
2628
3310
|
}
|
|
2629
3311
|
},
|
|
2630
3312
|
{
|
|
@@ -2650,30 +3332,31 @@
|
|
|
2650
3332
|
}
|
|
2651
3333
|
},
|
|
2652
3334
|
{
|
|
2653
|
-
"name": "
|
|
2654
|
-
"description": "
|
|
2655
|
-
"repo": "
|
|
2656
|
-
"npm": "nuxt-
|
|
3335
|
+
"name": "module-feed",
|
|
3336
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
3337
|
+
"repo": "tresko/nuxt-module-feed",
|
|
3338
|
+
"npm": "nuxt-module-feed",
|
|
2657
3339
|
"icon": "",
|
|
2658
|
-
"github": "https://github.com/
|
|
2659
|
-
"website": "https://github.com/
|
|
2660
|
-
"learn_more": "
|
|
2661
|
-
"category": "
|
|
3340
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
3341
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
3342
|
+
"learn_more": "",
|
|
3343
|
+
"category": "SEO",
|
|
2662
3344
|
"type": "3rd-party",
|
|
2663
3345
|
"maintainers": [
|
|
2664
3346
|
{
|
|
2665
|
-
"name": "
|
|
2666
|
-
"github": "
|
|
3347
|
+
"name": "Miha Sedej",
|
|
3348
|
+
"github": "tresko",
|
|
3349
|
+
"twitter": "mihasedej"
|
|
2667
3350
|
}
|
|
2668
3351
|
],
|
|
2669
3352
|
"compatibility": {
|
|
2670
|
-
"nuxt": "^
|
|
3353
|
+
"nuxt": "^3.0.0",
|
|
2671
3354
|
"requires": {}
|
|
2672
3355
|
}
|
|
2673
3356
|
},
|
|
2674
3357
|
{
|
|
2675
3358
|
"name": "moment",
|
|
2676
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3359
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2677
3360
|
"repo": "nuxt-community/moment-module",
|
|
2678
3361
|
"npm": "@nuxtjs/moment",
|
|
2679
3362
|
"icon": "momentjs.png",
|
|
@@ -2698,28 +3381,6 @@
|
|
|
2698
3381
|
"requires": {}
|
|
2699
3382
|
}
|
|
2700
3383
|
},
|
|
2701
|
-
{
|
|
2702
|
-
"name": "mq",
|
|
2703
|
-
"description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2704
|
-
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2705
|
-
"npm": "nuxt-mq",
|
|
2706
|
-
"icon": "",
|
|
2707
|
-
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2708
|
-
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2709
|
-
"learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
|
|
2710
|
-
"category": "Libraries",
|
|
2711
|
-
"type": "3rd-party",
|
|
2712
|
-
"maintainers": [
|
|
2713
|
-
{
|
|
2714
|
-
"name": "vanhoofmaarten",
|
|
2715
|
-
"github": "vanhoofmaarten"
|
|
2716
|
-
}
|
|
2717
|
-
],
|
|
2718
|
-
"compatibility": {
|
|
2719
|
-
"nuxt": "^2.0.0",
|
|
2720
|
-
"requires": {}
|
|
2721
|
-
}
|
|
2722
|
-
},
|
|
2723
3384
|
{
|
|
2724
3385
|
"name": "neo",
|
|
2725
3386
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
@@ -2744,7 +3405,7 @@
|
|
|
2744
3405
|
},
|
|
2745
3406
|
{
|
|
2746
3407
|
"name": "netlify-cache",
|
|
2747
|
-
"description": "Nuxt
|
|
3408
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
2748
3409
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2749
3410
|
"npm": "nuxt-netlify-cache",
|
|
2750
3411
|
"icon": "netlify.png",
|
|
@@ -2789,13 +3450,13 @@
|
|
|
2789
3450
|
},
|
|
2790
3451
|
{
|
|
2791
3452
|
"name": "netlify",
|
|
2792
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
2793
|
-
"repo": "
|
|
3453
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3454
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
2794
3455
|
"npm": "@aceforth/nuxt-netlify",
|
|
2795
3456
|
"icon": "netlify.png",
|
|
2796
|
-
"github": "https://github.com/
|
|
2797
|
-
"website": "https://
|
|
2798
|
-
"learn_more": "",
|
|
3457
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3458
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3459
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
2799
3460
|
"category": "Deployment",
|
|
2800
3461
|
"type": "3rd-party",
|
|
2801
3462
|
"maintainers": [
|
|
@@ -2860,65 +3521,313 @@
|
|
|
2860
3521
|
}
|
|
2861
3522
|
},
|
|
2862
3523
|
{
|
|
2863
|
-
"name": "
|
|
2864
|
-
"description": "",
|
|
2865
|
-
"repo": "
|
|
2866
|
-
"npm": "
|
|
3524
|
+
"name": "nupolyon",
|
|
3525
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3526
|
+
"repo": "adenvt/nupolyon",
|
|
3527
|
+
"npm": "nupolyon",
|
|
2867
3528
|
"icon": "",
|
|
2868
|
-
"github": "https://github.com/
|
|
2869
|
-
"website": "https://github.com/
|
|
3529
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3530
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
2870
3531
|
"learn_more": "",
|
|
2871
|
-
"category": "
|
|
3532
|
+
"category": "Performance",
|
|
2872
3533
|
"type": "3rd-party",
|
|
2873
3534
|
"maintainers": [
|
|
2874
3535
|
{
|
|
2875
|
-
"name": "
|
|
2876
|
-
"github": "
|
|
3536
|
+
"name": "adenvt",
|
|
3537
|
+
"github": "adenvt"
|
|
2877
3538
|
}
|
|
2878
3539
|
],
|
|
2879
3540
|
"compatibility": {
|
|
2880
|
-
"nuxt": "^
|
|
3541
|
+
"nuxt": "^3.0.0",
|
|
2881
3542
|
"requires": {}
|
|
2882
3543
|
}
|
|
2883
3544
|
},
|
|
2884
3545
|
{
|
|
2885
|
-
"name": "nuxt-
|
|
2886
|
-
"description": "
|
|
2887
|
-
"repo": "
|
|
2888
|
-
"npm": "nuxt-
|
|
2889
|
-
"icon": "
|
|
2890
|
-
"github": "https://github.com/
|
|
2891
|
-
"website": "https://nuxt-
|
|
3546
|
+
"name": "nuxt-anchorscroll",
|
|
3547
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3548
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3549
|
+
"npm": "nuxt-anchorscroll",
|
|
3550
|
+
"icon": "",
|
|
3551
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3552
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
2892
3553
|
"learn_more": "",
|
|
2893
|
-
"category": "
|
|
3554
|
+
"category": "UI",
|
|
2894
3555
|
"type": "3rd-party",
|
|
2895
3556
|
"maintainers": [
|
|
2896
3557
|
{
|
|
2897
|
-
"name": "
|
|
2898
|
-
"github": "
|
|
2899
|
-
"twitter": "dulnan",
|
|
2900
|
-
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
2901
|
-
},
|
|
2902
|
-
{
|
|
2903
|
-
"name": "ayalon",
|
|
2904
|
-
"github": "ayalon",
|
|
2905
|
-
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
3558
|
+
"name": "Helltraitor",
|
|
3559
|
+
"github": "helltraitor"
|
|
2906
3560
|
}
|
|
2907
3561
|
],
|
|
2908
3562
|
"compatibility": {
|
|
2909
|
-
"nuxt": "^
|
|
3563
|
+
"nuxt": "^3.0.0",
|
|
2910
3564
|
"requires": {}
|
|
2911
3565
|
}
|
|
2912
3566
|
},
|
|
2913
3567
|
{
|
|
2914
|
-
"name": "nuxt-
|
|
2915
|
-
"description": "",
|
|
2916
|
-
"repo": "
|
|
2917
|
-
"npm": "
|
|
2918
|
-
"icon": "",
|
|
2919
|
-
"github": "https://github.com/
|
|
2920
|
-
"website": "https://github.com/
|
|
2921
|
-
"learn_more": "",
|
|
3568
|
+
"name": "nuxt-asciidoc",
|
|
3569
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3570
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3571
|
+
"npm": "nuxt-asciidoc",
|
|
3572
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3573
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3574
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3575
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3576
|
+
"category": "Extensions",
|
|
3577
|
+
"type": "3rd-party",
|
|
3578
|
+
"maintainers": [
|
|
3579
|
+
{
|
|
3580
|
+
"name": "Christian Lenz",
|
|
3581
|
+
"github": "Chris2011",
|
|
3582
|
+
"twitter": "Chrizzly42"
|
|
3583
|
+
}
|
|
3584
|
+
],
|
|
3585
|
+
"compatibility": {
|
|
3586
|
+
"nuxt": "^3.0.0",
|
|
3587
|
+
"requires": {}
|
|
3588
|
+
}
|
|
3589
|
+
},
|
|
3590
|
+
{
|
|
3591
|
+
"name": "nuxt-auth-sanctum",
|
|
3592
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3593
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3594
|
+
"npm": "nuxt-auth-sanctum",
|
|
3595
|
+
"icon": "laravel.svg",
|
|
3596
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3597
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3598
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3599
|
+
"category": "Security",
|
|
3600
|
+
"type": "3rd-party",
|
|
3601
|
+
"maintainers": [
|
|
3602
|
+
{
|
|
3603
|
+
"name": "Artem Manchenkov",
|
|
3604
|
+
"github": "manchenkoff",
|
|
3605
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3606
|
+
}
|
|
3607
|
+
],
|
|
3608
|
+
"compatibility": {
|
|
3609
|
+
"nuxt": "^3.9.0",
|
|
3610
|
+
"requires": {}
|
|
3611
|
+
}
|
|
3612
|
+
},
|
|
3613
|
+
{
|
|
3614
|
+
"name": "nuxt-basic-auth",
|
|
3615
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3616
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3617
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3618
|
+
"icon": "",
|
|
3619
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3620
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3621
|
+
"learn_more": "",
|
|
3622
|
+
"category": "Security",
|
|
3623
|
+
"type": "3rd-party",
|
|
3624
|
+
"maintainers": [
|
|
3625
|
+
{
|
|
3626
|
+
"name": "kgierke",
|
|
3627
|
+
"github": "kgierke"
|
|
3628
|
+
}
|
|
3629
|
+
],
|
|
3630
|
+
"compatibility": {
|
|
3631
|
+
"nuxt": "^3.0.0",
|
|
3632
|
+
"requires": {}
|
|
3633
|
+
}
|
|
3634
|
+
},
|
|
3635
|
+
{
|
|
3636
|
+
"name": "nuxt-bezier",
|
|
3637
|
+
"description": "Reusable transition components",
|
|
3638
|
+
"repo": "50rayn/nuxt-bezier",
|
|
3639
|
+
"npm": "nuxt-bezier",
|
|
3640
|
+
"icon": "nuxt-bezier.png",
|
|
3641
|
+
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3642
|
+
"website": "https://github.com/50rayn/nuxt-bezier",
|
|
3643
|
+
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3644
|
+
"category": "UI",
|
|
3645
|
+
"type": "3rd-party",
|
|
3646
|
+
"maintainers": [
|
|
3647
|
+
{
|
|
3648
|
+
"name": "Soryn Gitlan",
|
|
3649
|
+
"github": "50rayn"
|
|
3650
|
+
}
|
|
3651
|
+
],
|
|
3652
|
+
"compatibility": {
|
|
3653
|
+
"nuxt": "^3.0.0",
|
|
3654
|
+
"requires": {}
|
|
3655
|
+
}
|
|
3656
|
+
},
|
|
3657
|
+
{
|
|
3658
|
+
"name": "nuxt-bootstrap-icons",
|
|
3659
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3660
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3661
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3662
|
+
"icon": "bootstrap-icons.svg",
|
|
3663
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3664
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3665
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3666
|
+
"category": "UI",
|
|
3667
|
+
"type": "3rd-party",
|
|
3668
|
+
"maintainers": [
|
|
3669
|
+
{
|
|
3670
|
+
"name": "OyewoleOyedeji",
|
|
3671
|
+
"github": "OyewoleOyedeji"
|
|
3672
|
+
}
|
|
3673
|
+
],
|
|
3674
|
+
"compatibility": {
|
|
3675
|
+
"nuxt": "^3.0.0",
|
|
3676
|
+
"requires": {}
|
|
3677
|
+
}
|
|
3678
|
+
},
|
|
3679
|
+
{
|
|
3680
|
+
"name": "nuxt-chatgpt",
|
|
3681
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3682
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3683
|
+
"npm": "nuxt-chatgpt",
|
|
3684
|
+
"icon": "chatgpt.svg",
|
|
3685
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3686
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3687
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3688
|
+
"category": "Libraries",
|
|
3689
|
+
"type": "3rd-party",
|
|
3690
|
+
"maintainers": [
|
|
3691
|
+
{
|
|
3692
|
+
"name": "Oliver Trajceski",
|
|
3693
|
+
"github": "schnapsterdog"
|
|
3694
|
+
}
|
|
3695
|
+
],
|
|
3696
|
+
"compatibility": {
|
|
3697
|
+
"nuxt": "^3.0.0",
|
|
3698
|
+
"requires": {}
|
|
3699
|
+
}
|
|
3700
|
+
},
|
|
3701
|
+
{
|
|
3702
|
+
"name": "nuxt-cookie-consent",
|
|
3703
|
+
"description": "Nuxt module for integrating with cookie consent providers with ease",
|
|
3704
|
+
"repo": "weareheavy/nuxt-cookie-consent",
|
|
3705
|
+
"npm": "@weareheavy/nuxt-cookie-consent",
|
|
3706
|
+
"icon": "wah.svg",
|
|
3707
|
+
"github": "https://github.com/weareheavy/nuxt-cookie-consent",
|
|
3708
|
+
"website": "https://nuxt-cookie-consent.packages.weareheavy.com",
|
|
3709
|
+
"learn_more": "",
|
|
3710
|
+
"category": "Extensions",
|
|
3711
|
+
"type": "3rd-party",
|
|
3712
|
+
"maintainers": [
|
|
3713
|
+
{
|
|
3714
|
+
"name": "weareheavy",
|
|
3715
|
+
"github": "weareheavy"
|
|
3716
|
+
}
|
|
3717
|
+
],
|
|
3718
|
+
"compatibility": {
|
|
3719
|
+
"nuxt": "^3.0.0",
|
|
3720
|
+
"requires": {}
|
|
3721
|
+
}
|
|
3722
|
+
},
|
|
3723
|
+
{
|
|
3724
|
+
"name": "nuxt-facebook-chat",
|
|
3725
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3726
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3727
|
+
"npm": "nuxt-facebook-chat",
|
|
3728
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3729
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3730
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3731
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3732
|
+
"category": "Libraries",
|
|
3733
|
+
"type": "3rd-party",
|
|
3734
|
+
"maintainers": [
|
|
3735
|
+
{
|
|
3736
|
+
"name": "Supanut Dokmaithong",
|
|
3737
|
+
"github": "Boomgeek"
|
|
3738
|
+
},
|
|
3739
|
+
{
|
|
3740
|
+
"name": "superdev-tech",
|
|
3741
|
+
"github": "superdev-tech"
|
|
3742
|
+
}
|
|
3743
|
+
],
|
|
3744
|
+
"compatibility": {
|
|
3745
|
+
"nuxt": "^3.0.0",
|
|
3746
|
+
"requires": {}
|
|
3747
|
+
}
|
|
3748
|
+
},
|
|
3749
|
+
{
|
|
3750
|
+
"name": "nuxt-feather-icons",
|
|
3751
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3752
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3753
|
+
"npm": "nuxt-feather-icons",
|
|
3754
|
+
"icon": "nuxt-feather-icons.png",
|
|
3755
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3756
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3757
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3758
|
+
"category": "UI",
|
|
3759
|
+
"type": "3rd-party",
|
|
3760
|
+
"maintainers": [
|
|
3761
|
+
{
|
|
3762
|
+
"name": "4sllan",
|
|
3763
|
+
"github": "4sllan"
|
|
3764
|
+
}
|
|
3765
|
+
],
|
|
3766
|
+
"compatibility": {
|
|
3767
|
+
"nuxt": "^3.0.0",
|
|
3768
|
+
"requires": {}
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"name": "nuxt-feedme",
|
|
3773
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3774
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3775
|
+
"npm": "nuxt-feedme",
|
|
3776
|
+
"icon": "",
|
|
3777
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3778
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3779
|
+
"learn_more": "",
|
|
3780
|
+
"category": "SEO",
|
|
3781
|
+
"type": "3rd-party",
|
|
3782
|
+
"maintainers": [
|
|
3783
|
+
{
|
|
3784
|
+
"name": "Helltraitor",
|
|
3785
|
+
"github": "helltraitor"
|
|
3786
|
+
}
|
|
3787
|
+
],
|
|
3788
|
+
"compatibility": {
|
|
3789
|
+
"nuxt": "^3.0.0",
|
|
3790
|
+
"requires": {}
|
|
3791
|
+
}
|
|
3792
|
+
},
|
|
3793
|
+
{
|
|
3794
|
+
"name": "nuxt-graphql-middleware",
|
|
3795
|
+
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
3796
|
+
"repo": "dulnan/nuxt-graphql-middleware",
|
|
3797
|
+
"npm": "nuxt-graphql-middleware",
|
|
3798
|
+
"icon": "nuxt-graphql-middleware.svg",
|
|
3799
|
+
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3800
|
+
"website": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3801
|
+
"learn_more": "",
|
|
3802
|
+
"category": "Request",
|
|
3803
|
+
"type": "3rd-party",
|
|
3804
|
+
"maintainers": [
|
|
3805
|
+
{
|
|
3806
|
+
"name": "dulnan",
|
|
3807
|
+
"github": "dulnan",
|
|
3808
|
+
"twitter": "dulnan",
|
|
3809
|
+
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
3810
|
+
},
|
|
3811
|
+
{
|
|
3812
|
+
"name": "ayalon",
|
|
3813
|
+
"github": "ayalon",
|
|
3814
|
+
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
3815
|
+
}
|
|
3816
|
+
],
|
|
3817
|
+
"compatibility": {
|
|
3818
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3819
|
+
"requires": {}
|
|
3820
|
+
}
|
|
3821
|
+
},
|
|
3822
|
+
{
|
|
3823
|
+
"name": "nuxt-graphql-playground",
|
|
3824
|
+
"description": "",
|
|
3825
|
+
"repo": "pinpon-dev/nuxt-graphql-playground",
|
|
3826
|
+
"npm": "@pin-pon/nuxt-graphql-playground",
|
|
3827
|
+
"icon": "",
|
|
3828
|
+
"github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
3829
|
+
"website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
3830
|
+
"learn_more": "",
|
|
2922
3831
|
"category": "Devtools",
|
|
2923
3832
|
"type": "3rd-party",
|
|
2924
3833
|
"maintainers": [
|
|
@@ -2932,6 +3841,29 @@
|
|
|
2932
3841
|
"requires": {}
|
|
2933
3842
|
}
|
|
2934
3843
|
},
|
|
3844
|
+
{
|
|
3845
|
+
"name": "nuxt-gtm",
|
|
3846
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3847
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3848
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3849
|
+
"icon": "nuxt-gtm.svg",
|
|
3850
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3851
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3852
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3853
|
+
"category": "Analytics",
|
|
3854
|
+
"type": "3rd-party",
|
|
3855
|
+
"maintainers": [
|
|
3856
|
+
{
|
|
3857
|
+
"name": "Zadig&Voltaire Team",
|
|
3858
|
+
"github": "zadigetvoltaire"
|
|
3859
|
+
}
|
|
3860
|
+
],
|
|
3861
|
+
"compatibility": {
|
|
3862
|
+
"nuxt": "^3.0.0",
|
|
3863
|
+
"requires": {},
|
|
3864
|
+
"devtools": "^0.0.0"
|
|
3865
|
+
}
|
|
3866
|
+
},
|
|
2935
3867
|
{
|
|
2936
3868
|
"name": "nuxt-hue",
|
|
2937
3869
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2956,6 +3888,50 @@
|
|
|
2956
3888
|
}
|
|
2957
3889
|
}
|
|
2958
3890
|
},
|
|
3891
|
+
{
|
|
3892
|
+
"name": "nuxt-interpolation",
|
|
3893
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3894
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3895
|
+
"npm": "nuxt-interpolation",
|
|
3896
|
+
"icon": "",
|
|
3897
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3898
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3899
|
+
"learn_more": "",
|
|
3900
|
+
"category": "Devtools",
|
|
3901
|
+
"type": "3rd-party",
|
|
3902
|
+
"maintainers": [
|
|
3903
|
+
{
|
|
3904
|
+
"name": "daliborgogic",
|
|
3905
|
+
"github": "daliborgogic"
|
|
3906
|
+
}
|
|
3907
|
+
],
|
|
3908
|
+
"compatibility": {
|
|
3909
|
+
"nuxt": "^2.0.0",
|
|
3910
|
+
"requires": {}
|
|
3911
|
+
}
|
|
3912
|
+
},
|
|
3913
|
+
{
|
|
3914
|
+
"name": "nuxt-jsonld",
|
|
3915
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3916
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3917
|
+
"npm": "nuxt-jsonld",
|
|
3918
|
+
"icon": "",
|
|
3919
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3920
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3921
|
+
"learn_more": "",
|
|
3922
|
+
"category": "SEO",
|
|
3923
|
+
"type": "3rd-party",
|
|
3924
|
+
"maintainers": [
|
|
3925
|
+
{
|
|
3926
|
+
"name": "ymmooot",
|
|
3927
|
+
"github": "ymmooot"
|
|
3928
|
+
}
|
|
3929
|
+
],
|
|
3930
|
+
"compatibility": {
|
|
3931
|
+
"nuxt": "^3.0.0",
|
|
3932
|
+
"requires": {}
|
|
3933
|
+
}
|
|
3934
|
+
},
|
|
2959
3935
|
{
|
|
2960
3936
|
"name": "nuxt-localtunnel",
|
|
2961
3937
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -2963,8 +3939,8 @@
|
|
|
2963
3939
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
2964
3940
|
"icon": "nuxt-localtunnel.svg",
|
|
2965
3941
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
2966
|
-
"website": "https://nuxtus.com",
|
|
2967
|
-
"learn_more": "https://docs.nuxtus.com
|
|
3942
|
+
"website": "https://docs.nuxtus.com",
|
|
3943
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
2968
3944
|
"category": "Devtools",
|
|
2969
3945
|
"type": "3rd-party",
|
|
2970
3946
|
"maintainers": [
|
|
@@ -2981,7 +3957,7 @@
|
|
|
2981
3957
|
},
|
|
2982
3958
|
{
|
|
2983
3959
|
"name": "nuxt-loco",
|
|
2984
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3960
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
2985
3961
|
"repo": "gaetansenn/nuxt-loco",
|
|
2986
3962
|
"npm": "nuxt-loco",
|
|
2987
3963
|
"icon": "",
|
|
@@ -3002,6 +3978,72 @@
|
|
|
3002
3978
|
"requires": {}
|
|
3003
3979
|
}
|
|
3004
3980
|
},
|
|
3981
|
+
{
|
|
3982
|
+
"name": "nuxt-mail",
|
|
3983
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3984
|
+
"repo": "dword-design/nuxt-mail",
|
|
3985
|
+
"npm": "nuxt-mail",
|
|
3986
|
+
"icon": "",
|
|
3987
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3988
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3989
|
+
"learn_more": "",
|
|
3990
|
+
"category": "Extensions",
|
|
3991
|
+
"type": "3rd-party",
|
|
3992
|
+
"maintainers": [
|
|
3993
|
+
{
|
|
3994
|
+
"name": "Sebastian Landwehr",
|
|
3995
|
+
"github": "dword-design"
|
|
3996
|
+
}
|
|
3997
|
+
],
|
|
3998
|
+
"compatibility": {
|
|
3999
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4000
|
+
"requires": {}
|
|
4001
|
+
}
|
|
4002
|
+
},
|
|
4003
|
+
{
|
|
4004
|
+
"name": "nuxt-mapbox",
|
|
4005
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
4006
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
4007
|
+
"npm": "nuxt-mapbox",
|
|
4008
|
+
"icon": "nuxt-mapbox.svg",
|
|
4009
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
4010
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
4011
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
4012
|
+
"category": "Libraries",
|
|
4013
|
+
"type": "3rd-party",
|
|
4014
|
+
"maintainers": [
|
|
4015
|
+
{
|
|
4016
|
+
"name": "Alex Lavoie",
|
|
4017
|
+
"github": "AlexLavoie42"
|
|
4018
|
+
}
|
|
4019
|
+
],
|
|
4020
|
+
"compatibility": {
|
|
4021
|
+
"nuxt": "^3.0.0",
|
|
4022
|
+
"requires": {}
|
|
4023
|
+
}
|
|
4024
|
+
},
|
|
4025
|
+
{
|
|
4026
|
+
"name": "nuxt-mdi",
|
|
4027
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
4028
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
4029
|
+
"npm": "nuxt-mdi",
|
|
4030
|
+
"icon": "mdi.png",
|
|
4031
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
4032
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
4033
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
4034
|
+
"category": "Libraries",
|
|
4035
|
+
"type": "3rd-party",
|
|
4036
|
+
"maintainers": [
|
|
4037
|
+
{
|
|
4038
|
+
"name": "Emil Rosenius",
|
|
4039
|
+
"github": "ERPedersen"
|
|
4040
|
+
}
|
|
4041
|
+
],
|
|
4042
|
+
"compatibility": {
|
|
4043
|
+
"nuxt": "^3.0.0",
|
|
4044
|
+
"requires": {}
|
|
4045
|
+
}
|
|
4046
|
+
},
|
|
3005
4047
|
{
|
|
3006
4048
|
"name": "nuxt-monaco-editor",
|
|
3007
4049
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3024,6 +4066,169 @@
|
|
|
3024
4066
|
"requires": {}
|
|
3025
4067
|
}
|
|
3026
4068
|
},
|
|
4069
|
+
{
|
|
4070
|
+
"name": "nuxt-mongoose",
|
|
4071
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
4072
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
4073
|
+
"npm": "nuxt-mongoose",
|
|
4074
|
+
"icon": "nuxt-mongoose.svg",
|
|
4075
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
4076
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
4077
|
+
"learn_more": "",
|
|
4078
|
+
"category": "Database",
|
|
4079
|
+
"type": "3rd-party",
|
|
4080
|
+
"maintainers": [
|
|
4081
|
+
{
|
|
4082
|
+
"name": "arashsheyda",
|
|
4083
|
+
"github": "arashsheyda"
|
|
4084
|
+
}
|
|
4085
|
+
],
|
|
4086
|
+
"compatibility": {
|
|
4087
|
+
"nuxt": "^3.0.0",
|
|
4088
|
+
"requires": {},
|
|
4089
|
+
"devtools": "^0.0.0"
|
|
4090
|
+
}
|
|
4091
|
+
},
|
|
4092
|
+
{
|
|
4093
|
+
"name": "nuxt-oidc-auth",
|
|
4094
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
4095
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
4096
|
+
"npm": "nuxt-oidc-auth",
|
|
4097
|
+
"icon": "",
|
|
4098
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4099
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4100
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4101
|
+
"category": "Security",
|
|
4102
|
+
"type": "3rd-party",
|
|
4103
|
+
"maintainers": [
|
|
4104
|
+
{
|
|
4105
|
+
"name": "Jan-Henrik Damaschke",
|
|
4106
|
+
"github": "itpropro",
|
|
4107
|
+
"twitter": "jandamaschke"
|
|
4108
|
+
}
|
|
4109
|
+
],
|
|
4110
|
+
"compatibility": {
|
|
4111
|
+
"nuxt": "^3.0.0",
|
|
4112
|
+
"requires": {}
|
|
4113
|
+
}
|
|
4114
|
+
},
|
|
4115
|
+
{
|
|
4116
|
+
"name": "nuxt-openapi-docs-module",
|
|
4117
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4118
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4119
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4120
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4121
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4122
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4123
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4124
|
+
"category": "Libraries",
|
|
4125
|
+
"type": "3rd-party",
|
|
4126
|
+
"maintainers": [
|
|
4127
|
+
{
|
|
4128
|
+
"name": "Pavel Kuzmin",
|
|
4129
|
+
"github": "s00d"
|
|
4130
|
+
}
|
|
4131
|
+
],
|
|
4132
|
+
"compatibility": {
|
|
4133
|
+
"nuxt": "^3.0.0",
|
|
4134
|
+
"requires": {}
|
|
4135
|
+
}
|
|
4136
|
+
},
|
|
4137
|
+
{
|
|
4138
|
+
"name": "nuxt-openid-connect",
|
|
4139
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4140
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4141
|
+
"npm": "nuxt-openid-connect",
|
|
4142
|
+
"icon": "",
|
|
4143
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4144
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4145
|
+
"learn_more": "",
|
|
4146
|
+
"category": "Security",
|
|
4147
|
+
"type": "3rd-party",
|
|
4148
|
+
"maintainers": [
|
|
4149
|
+
{
|
|
4150
|
+
"name": "Aborn Jiang",
|
|
4151
|
+
"github": "aborn"
|
|
4152
|
+
},
|
|
4153
|
+
{
|
|
4154
|
+
"name": "Khaled Almana",
|
|
4155
|
+
"github": "KhaledAlMana"
|
|
4156
|
+
}
|
|
4157
|
+
],
|
|
4158
|
+
"compatibility": {
|
|
4159
|
+
"nuxt": "^3.0.0",
|
|
4160
|
+
"requires": {},
|
|
4161
|
+
"devtools": "^0.0.0"
|
|
4162
|
+
}
|
|
4163
|
+
},
|
|
4164
|
+
{
|
|
4165
|
+
"name": "nuxt-payload-analyzer",
|
|
4166
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4167
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4168
|
+
"npm": "nuxt-payload-analyzer",
|
|
4169
|
+
"icon": "",
|
|
4170
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4171
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4172
|
+
"learn_more": "",
|
|
4173
|
+
"category": "Performance",
|
|
4174
|
+
"type": "3rd-party",
|
|
4175
|
+
"maintainers": [
|
|
4176
|
+
{
|
|
4177
|
+
"name": "Barbapapazes",
|
|
4178
|
+
"github": "Barbapapazes",
|
|
4179
|
+
"twitter": "soubiran_"
|
|
4180
|
+
}
|
|
4181
|
+
],
|
|
4182
|
+
"compatibility": {
|
|
4183
|
+
"nuxt": "^3.0.0",
|
|
4184
|
+
"requires": {}
|
|
4185
|
+
}
|
|
4186
|
+
},
|
|
4187
|
+
{
|
|
4188
|
+
"name": "nuxt-pdf",
|
|
4189
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
4190
|
+
"repo": "sidebase/nuxt-pdf",
|
|
4191
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
4192
|
+
"icon": "nuxt-pdf.png",
|
|
4193
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
4194
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
4195
|
+
"learn_more": "https://github.com/sidebase",
|
|
4196
|
+
"category": "Extensions",
|
|
4197
|
+
"type": "3rd-party",
|
|
4198
|
+
"maintainers": [
|
|
4199
|
+
{
|
|
4200
|
+
"name": "sidebase",
|
|
4201
|
+
"github": "sidebase",
|
|
4202
|
+
"twitter": "sidebase_io"
|
|
4203
|
+
}
|
|
4204
|
+
],
|
|
4205
|
+
"compatibility": {
|
|
4206
|
+
"nuxt": "^3.0.0",
|
|
4207
|
+
"requires": {}
|
|
4208
|
+
}
|
|
4209
|
+
},
|
|
4210
|
+
{
|
|
4211
|
+
"name": "nuxt-phosphor-icons",
|
|
4212
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
4213
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4214
|
+
"npm": "nuxt-phosphor-icons",
|
|
4215
|
+
"icon": "phosphor-icons.svg",
|
|
4216
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4217
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4218
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
4219
|
+
"category": "UI",
|
|
4220
|
+
"type": "3rd-party",
|
|
4221
|
+
"maintainers": [
|
|
4222
|
+
{
|
|
4223
|
+
"name": "OyewoleOyedeji",
|
|
4224
|
+
"github": "OyewoleOyedeji"
|
|
4225
|
+
}
|
|
4226
|
+
],
|
|
4227
|
+
"compatibility": {
|
|
4228
|
+
"nuxt": "^3.0.0",
|
|
4229
|
+
"requires": {}
|
|
4230
|
+
}
|
|
4231
|
+
},
|
|
3027
4232
|
{
|
|
3028
4233
|
"name": "nuxt-pino-log",
|
|
3029
4234
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3048,7 +4253,7 @@
|
|
|
3048
4253
|
},
|
|
3049
4254
|
{
|
|
3050
4255
|
"name": "plausible",
|
|
3051
|
-
"description": "Nuxt
|
|
4256
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3052
4257
|
"repo": "nuxt-modules/plausible",
|
|
3053
4258
|
"npm": "@nuxtjs/plausible",
|
|
3054
4259
|
"icon": "plausible.png",
|
|
@@ -3068,9 +4273,35 @@
|
|
|
3068
4273
|
"requires": {}
|
|
3069
4274
|
}
|
|
3070
4275
|
},
|
|
4276
|
+
{
|
|
4277
|
+
"name": "nuxt-plotly",
|
|
4278
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
4279
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
4280
|
+
"npm": "nuxt-plotly",
|
|
4281
|
+
"icon": "nuxt-plotly.svg",
|
|
4282
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4283
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4284
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
4285
|
+
"category": "Libraries",
|
|
4286
|
+
"type": "3rd-party",
|
|
4287
|
+
"maintainers": [
|
|
4288
|
+
{
|
|
4289
|
+
"name": "Supanut Dokmaithong",
|
|
4290
|
+
"github": "Boomgeek"
|
|
4291
|
+
},
|
|
4292
|
+
{
|
|
4293
|
+
"name": "superdev-tech",
|
|
4294
|
+
"github": "superdev-tech"
|
|
4295
|
+
}
|
|
4296
|
+
],
|
|
4297
|
+
"compatibility": {
|
|
4298
|
+
"nuxt": "^3.0.0",
|
|
4299
|
+
"requires": {}
|
|
4300
|
+
}
|
|
4301
|
+
},
|
|
3071
4302
|
{
|
|
3072
4303
|
"name": "nuxt-png-to-ico",
|
|
3073
|
-
"description": "Nuxt
|
|
4304
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3074
4305
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3075
4306
|
"npm": "nuxt-png-to-ico",
|
|
3076
4307
|
"icon": "",
|
|
@@ -3091,9 +4322,31 @@
|
|
|
3091
4322
|
"requires": {}
|
|
3092
4323
|
}
|
|
3093
4324
|
},
|
|
4325
|
+
{
|
|
4326
|
+
"name": "nuxt-posthog",
|
|
4327
|
+
"description": "Integrate PostHog into your application with minimal configuration",
|
|
4328
|
+
"repo": "mitjans/nuxt-posthog",
|
|
4329
|
+
"npm": "nuxt-posthog",
|
|
4330
|
+
"icon": "posthog.svg",
|
|
4331
|
+
"github": "https://github.com/mitjans/nuxt-posthog",
|
|
4332
|
+
"website": "https://nuxt-posthog.cmitjans.dev",
|
|
4333
|
+
"learn_more": "https://posthog.com",
|
|
4334
|
+
"category": "Analytics",
|
|
4335
|
+
"type": "3rd-party",
|
|
4336
|
+
"maintainers": [
|
|
4337
|
+
{
|
|
4338
|
+
"name": "Carles Mitjans",
|
|
4339
|
+
"github": "mitjans"
|
|
4340
|
+
}
|
|
4341
|
+
],
|
|
4342
|
+
"compatibility": {
|
|
4343
|
+
"nuxt": "^3.0.0",
|
|
4344
|
+
"requires": {}
|
|
4345
|
+
}
|
|
4346
|
+
},
|
|
3094
4347
|
{
|
|
3095
4348
|
"name": "nuxt-smartlook",
|
|
3096
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4349
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3097
4350
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3098
4351
|
"npm": "nuxt-smartlook",
|
|
3099
4352
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3115,6 +4368,28 @@
|
|
|
3115
4368
|
"requires": {}
|
|
3116
4369
|
}
|
|
3117
4370
|
},
|
|
4371
|
+
{
|
|
4372
|
+
"name": "nuxt-social-share",
|
|
4373
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4374
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4375
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4376
|
+
"icon": "nuxt-social-share.png",
|
|
4377
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4378
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4379
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4380
|
+
"category": "Extensions",
|
|
4381
|
+
"type": "3rd-party",
|
|
4382
|
+
"maintainers": [
|
|
4383
|
+
{
|
|
4384
|
+
"name": "stefanobartoletti",
|
|
4385
|
+
"github": "stefanobartoletti"
|
|
4386
|
+
}
|
|
4387
|
+
],
|
|
4388
|
+
"compatibility": {
|
|
4389
|
+
"nuxt": "^3.0.0",
|
|
4390
|
+
"requires": {}
|
|
4391
|
+
}
|
|
4392
|
+
},
|
|
3118
4393
|
{
|
|
3119
4394
|
"name": "ssr-lit",
|
|
3120
4395
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3145,10 +4420,10 @@
|
|
|
3145
4420
|
},
|
|
3146
4421
|
{
|
|
3147
4422
|
"name": "nuxt-storm",
|
|
3148
|
-
"description": "WebStorm & PHPStorm support for
|
|
4423
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3149
4424
|
"repo": "fumeapp/nuxt-storm",
|
|
3150
4425
|
"npm": "nuxt-storm",
|
|
3151
|
-
"icon": "
|
|
4426
|
+
"icon": "",
|
|
3152
4427
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
3153
4428
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
3154
4429
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -3165,6 +4440,30 @@
|
|
|
3165
4440
|
"requires": {}
|
|
3166
4441
|
}
|
|
3167
4442
|
},
|
|
4443
|
+
{
|
|
4444
|
+
"name": "nuxt-svgo-loader",
|
|
4445
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4446
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4447
|
+
"npm": "nuxt-svgo-loader",
|
|
4448
|
+
"icon": "",
|
|
4449
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4450
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4451
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4452
|
+
"category": "Images",
|
|
4453
|
+
"type": "3rd-party",
|
|
4454
|
+
"maintainers": [
|
|
4455
|
+
{
|
|
4456
|
+
"name": "Alex Liu",
|
|
4457
|
+
"github": "Mini-ghost",
|
|
4458
|
+
"twitter": "Minighost_Alex"
|
|
4459
|
+
}
|
|
4460
|
+
],
|
|
4461
|
+
"compatibility": {
|
|
4462
|
+
"nuxt": "^3.0.0",
|
|
4463
|
+
"requires": {},
|
|
4464
|
+
"devtools": "^0.0.0"
|
|
4465
|
+
}
|
|
4466
|
+
},
|
|
3168
4467
|
{
|
|
3169
4468
|
"name": "nuxt-svgo",
|
|
3170
4469
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -3189,7 +4488,7 @@
|
|
|
3189
4488
|
},
|
|
3190
4489
|
{
|
|
3191
4490
|
"name": "nuxt-unleash",
|
|
3192
|
-
"description": "Nuxt
|
|
4491
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3193
4492
|
"repo": "conejerock/nuxt-unleash",
|
|
3194
4493
|
"npm": "nuxt-unleash",
|
|
3195
4494
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3210,14 +4509,14 @@
|
|
|
3210
4509
|
}
|
|
3211
4510
|
},
|
|
3212
4511
|
{
|
|
3213
|
-
"name": "nuxt-use-
|
|
3214
|
-
"description": "A Nuxt module
|
|
3215
|
-
"repo": "Tahul/nuxt-use-
|
|
3216
|
-
"npm": "nuxt-use-
|
|
3217
|
-
"icon": "nuxt-use-
|
|
3218
|
-
"github": "https://github.com/Tahul/nuxt-use-
|
|
3219
|
-
"website": "https://github.com/Tahul/nuxt-use-
|
|
3220
|
-
"learn_more": "https://github.com/vueuse/
|
|
4512
|
+
"name": "nuxt-use-sound",
|
|
4513
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
4514
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
4515
|
+
"npm": "nuxt-use-sound",
|
|
4516
|
+
"icon": "nuxt-use-sound.svg",
|
|
4517
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
4518
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
4519
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
3221
4520
|
"category": "Libraries",
|
|
3222
4521
|
"type": "3rd-party",
|
|
3223
4522
|
"maintainers": [
|
|
@@ -3232,66 +4531,110 @@
|
|
|
3232
4531
|
}
|
|
3233
4532
|
},
|
|
3234
4533
|
{
|
|
3235
|
-
"name": "nuxt-
|
|
3236
|
-
"description": "
|
|
3237
|
-
"repo": "
|
|
3238
|
-
"npm": "nuxt-
|
|
3239
|
-
"icon": "nuxt-
|
|
3240
|
-
"github": "https://github.com/
|
|
3241
|
-
"website": "https://github.com/
|
|
3242
|
-
"learn_more": "
|
|
4534
|
+
"name": "nuxt-viewport",
|
|
4535
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
4536
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
4537
|
+
"npm": "nuxt-viewport",
|
|
4538
|
+
"icon": "nuxt-viewport.svg",
|
|
4539
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
4540
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
4541
|
+
"learn_more": "",
|
|
4542
|
+
"category": "Extensions",
|
|
4543
|
+
"type": "3rd-party",
|
|
4544
|
+
"maintainers": [
|
|
4545
|
+
{
|
|
4546
|
+
"name": "mvrlin",
|
|
4547
|
+
"github": "mvrlin"
|
|
4548
|
+
}
|
|
4549
|
+
],
|
|
4550
|
+
"compatibility": {
|
|
4551
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4552
|
+
"requires": {
|
|
4553
|
+
"bridge": "optional"
|
|
4554
|
+
}
|
|
4555
|
+
}
|
|
4556
|
+
},
|
|
4557
|
+
{
|
|
4558
|
+
"name": "nuxt-vue3-google-signin",
|
|
4559
|
+
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
4560
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
4561
|
+
"npm": "nuxt-vue3-google-signin",
|
|
4562
|
+
"icon": "vue3-google-signin.svg",
|
|
4563
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4564
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4565
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3243
4566
|
"category": "Libraries",
|
|
3244
4567
|
"type": "3rd-party",
|
|
3245
4568
|
"maintainers": [
|
|
3246
4569
|
{
|
|
3247
|
-
"name": "
|
|
3248
|
-
"github": "
|
|
4570
|
+
"name": "Kasun Vithanage",
|
|
4571
|
+
"github": "kasvith"
|
|
3249
4572
|
}
|
|
3250
4573
|
],
|
|
3251
4574
|
"compatibility": {
|
|
3252
|
-
"nuxt": "^
|
|
4575
|
+
"nuxt": "^3.0.0",
|
|
4576
|
+
"requires": {}
|
|
4577
|
+
}
|
|
4578
|
+
},
|
|
4579
|
+
{
|
|
4580
|
+
"name": "nuxt-zod-i18n",
|
|
4581
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4582
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4583
|
+
"npm": "nuxt-zod-i18n",
|
|
4584
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4585
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4586
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4587
|
+
"learn_more": "",
|
|
4588
|
+
"category": "Libraries",
|
|
4589
|
+
"type": "3rd-party",
|
|
4590
|
+
"maintainers": [
|
|
4591
|
+
{
|
|
4592
|
+
"name": "xibman",
|
|
4593
|
+
"github": "xibman"
|
|
4594
|
+
}
|
|
4595
|
+
],
|
|
4596
|
+
"compatibility": {
|
|
4597
|
+
"nuxt": "^3.0.0",
|
|
3253
4598
|
"requires": {}
|
|
3254
4599
|
}
|
|
3255
4600
|
},
|
|
3256
4601
|
{
|
|
3257
|
-
"name": "
|
|
3258
|
-
"description": "
|
|
3259
|
-
"repo": "
|
|
3260
|
-
"npm": "
|
|
3261
|
-
"icon": "
|
|
3262
|
-
"github": "https://github.com/
|
|
3263
|
-
"website": "https://github.com/
|
|
4602
|
+
"name": "nuxt3-interpolation",
|
|
4603
|
+
"description": "",
|
|
4604
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4605
|
+
"npm": "nuxt3-interpolation",
|
|
4606
|
+
"icon": "",
|
|
4607
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4608
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
3264
4609
|
"learn_more": "",
|
|
3265
|
-
"category": "
|
|
4610
|
+
"category": "Devtools",
|
|
3266
4611
|
"type": "3rd-party",
|
|
3267
4612
|
"maintainers": [
|
|
3268
4613
|
{
|
|
3269
|
-
"name": "
|
|
3270
|
-
"github": "
|
|
4614
|
+
"name": "daliborgogic",
|
|
4615
|
+
"github": "daliborgogic"
|
|
3271
4616
|
}
|
|
3272
4617
|
],
|
|
3273
4618
|
"compatibility": {
|
|
3274
|
-
"nuxt": "^
|
|
3275
|
-
"requires": {
|
|
3276
|
-
"bridge": "optional"
|
|
3277
|
-
}
|
|
4619
|
+
"nuxt": "^3.0.0",
|
|
4620
|
+
"requires": {}
|
|
3278
4621
|
}
|
|
3279
4622
|
},
|
|
3280
4623
|
{
|
|
3281
|
-
"name": "
|
|
3282
|
-
"description": "
|
|
3283
|
-
"repo": "
|
|
3284
|
-
"npm": "
|
|
3285
|
-
"icon": "
|
|
3286
|
-
"github": "https://github.com/
|
|
3287
|
-
"website": "https://
|
|
3288
|
-
"learn_more": "https://
|
|
4624
|
+
"name": "nuxt3-leaflet",
|
|
4625
|
+
"description": "Leaflet integration with Nuxt",
|
|
4626
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4627
|
+
"npm": "nuxt3-leaflet",
|
|
4628
|
+
"icon": "leaflet.png",
|
|
4629
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4630
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4631
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
3289
4632
|
"category": "Libraries",
|
|
3290
4633
|
"type": "3rd-party",
|
|
3291
4634
|
"maintainers": [
|
|
3292
4635
|
{
|
|
3293
|
-
"name": "
|
|
3294
|
-
"github": "
|
|
4636
|
+
"name": "Augustin MERCIER",
|
|
4637
|
+
"github": "Gugustinette"
|
|
3295
4638
|
}
|
|
3296
4639
|
],
|
|
3297
4640
|
"compatibility": {
|
|
@@ -3301,7 +4644,7 @@
|
|
|
3301
4644
|
},
|
|
3302
4645
|
{
|
|
3303
4646
|
"name": "nuxt7",
|
|
3304
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4647
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3305
4648
|
"repo": "nuxt-community/nuxt7",
|
|
3306
4649
|
"npm": "nuxt7",
|
|
3307
4650
|
"icon": "",
|
|
@@ -3324,15 +4667,15 @@
|
|
|
3324
4667
|
},
|
|
3325
4668
|
{
|
|
3326
4669
|
"name": "og-image",
|
|
3327
|
-
"description": "
|
|
3328
|
-
"repo": "
|
|
4670
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4671
|
+
"repo": "nuxt-modules/og-image",
|
|
3329
4672
|
"npm": "nuxt-og-image",
|
|
3330
|
-
"icon": "",
|
|
3331
|
-
"github": "https://github.com/
|
|
3332
|
-
"website": "https://
|
|
3333
|
-
"learn_more": "",
|
|
4673
|
+
"icon": "og-image.svg",
|
|
4674
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4675
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4676
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3334
4677
|
"category": "SEO",
|
|
3335
|
-
"type": "
|
|
4678
|
+
"type": "community",
|
|
3336
4679
|
"maintainers": [
|
|
3337
4680
|
{
|
|
3338
4681
|
"name": "Harlan Wilton",
|
|
@@ -3343,7 +4686,8 @@
|
|
|
3343
4686
|
],
|
|
3344
4687
|
"compatibility": {
|
|
3345
4688
|
"nuxt": "^3.0.0",
|
|
3346
|
-
"requires": {}
|
|
4689
|
+
"requires": {},
|
|
4690
|
+
"devtools": "^0.0.0"
|
|
3347
4691
|
}
|
|
3348
4692
|
},
|
|
3349
4693
|
{
|
|
@@ -3371,13 +4715,13 @@
|
|
|
3371
4715
|
},
|
|
3372
4716
|
{
|
|
3373
4717
|
"name": "optimized-images",
|
|
3374
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4718
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3375
4719
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3376
4720
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3377
4721
|
"icon": "",
|
|
3378
4722
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
3379
|
-
"website": "https://
|
|
3380
|
-
"learn_more": "",
|
|
4723
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4724
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
3381
4725
|
"category": "Images",
|
|
3382
4726
|
"type": "3rd-party",
|
|
3383
4727
|
"maintainers": [
|
|
@@ -3416,7 +4760,7 @@
|
|
|
3416
4760
|
},
|
|
3417
4761
|
{
|
|
3418
4762
|
"name": "parse",
|
|
3419
|
-
"description": "Parse package for Nuxt
|
|
4763
|
+
"description": "Parse package for Nuxt",
|
|
3420
4764
|
"repo": "cierrateam/nuxt-parse",
|
|
3421
4765
|
"npm": "nuxt-parse",
|
|
3422
4766
|
"icon": "",
|
|
@@ -3436,6 +4780,29 @@
|
|
|
3436
4780
|
"requires": {}
|
|
3437
4781
|
}
|
|
3438
4782
|
},
|
|
4783
|
+
{
|
|
4784
|
+
"name": "particles",
|
|
4785
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4786
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4787
|
+
"npm": "nuxt-particles",
|
|
4788
|
+
"icon": "",
|
|
4789
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4790
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4791
|
+
"learn_more": "https://particles.js.org/",
|
|
4792
|
+
"category": "Libraries",
|
|
4793
|
+
"type": "3rd-party",
|
|
4794
|
+
"maintainers": [
|
|
4795
|
+
{
|
|
4796
|
+
"name": "Joey Pereira",
|
|
4797
|
+
"github": "Joepocalyptic",
|
|
4798
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4799
|
+
}
|
|
4800
|
+
],
|
|
4801
|
+
"compatibility": {
|
|
4802
|
+
"nuxt": "^3.0.0",
|
|
4803
|
+
"requires": {}
|
|
4804
|
+
}
|
|
4805
|
+
},
|
|
3439
4806
|
{
|
|
3440
4807
|
"name": "partytown",
|
|
3441
4808
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3461,6 +4828,52 @@
|
|
|
3461
4828
|
}
|
|
3462
4829
|
}
|
|
3463
4830
|
},
|
|
4831
|
+
{
|
|
4832
|
+
"name": "paypal",
|
|
4833
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4834
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4835
|
+
"npm": "nuxt-paypal",
|
|
4836
|
+
"icon": "paypal.svg",
|
|
4837
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4838
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4839
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4840
|
+
"category": "Payment",
|
|
4841
|
+
"type": "3rd-party",
|
|
4842
|
+
"maintainers": [
|
|
4843
|
+
{
|
|
4844
|
+
"name": "Arash Sheyda",
|
|
4845
|
+
"github": "arashsheyda"
|
|
4846
|
+
}
|
|
4847
|
+
],
|
|
4848
|
+
"compatibility": {
|
|
4849
|
+
"nuxt": "^3.0.0",
|
|
4850
|
+
"requires": {}
|
|
4851
|
+
}
|
|
4852
|
+
},
|
|
4853
|
+
{
|
|
4854
|
+
"name": "pdfeasy",
|
|
4855
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4856
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4857
|
+
"npm": "nuxt-pdfeasy",
|
|
4858
|
+
"icon": "pdfeasy.png",
|
|
4859
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4860
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4861
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4862
|
+
"category": "Extensions",
|
|
4863
|
+
"type": "3rd-party",
|
|
4864
|
+
"maintainers": [
|
|
4865
|
+
{
|
|
4866
|
+
"name": "Giovane Cardoso",
|
|
4867
|
+
"github": "novout",
|
|
4868
|
+
"twitter": "novoutttttt",
|
|
4869
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4870
|
+
}
|
|
4871
|
+
],
|
|
4872
|
+
"compatibility": {
|
|
4873
|
+
"nuxt": "^3.0.0",
|
|
4874
|
+
"requires": {}
|
|
4875
|
+
}
|
|
4876
|
+
},
|
|
3464
4877
|
{
|
|
3465
4878
|
"name": "persian-datepicker",
|
|
3466
4879
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3558,7 +4971,7 @@
|
|
|
3558
4971
|
},
|
|
3559
4972
|
{
|
|
3560
4973
|
"name": "plausible",
|
|
3561
|
-
"description": "Nuxt
|
|
4974
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3562
4975
|
"repo": "nuxt-modules/plausible",
|
|
3563
4976
|
"npm": "@nuxtjs/plausible",
|
|
3564
4977
|
"icon": "",
|
|
@@ -3600,9 +5013,56 @@
|
|
|
3600
5013
|
"requires": {}
|
|
3601
5014
|
}
|
|
3602
5015
|
},
|
|
5016
|
+
{
|
|
5017
|
+
"name": "prepare",
|
|
5018
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
5019
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
5020
|
+
"npm": "nuxt-prepare",
|
|
5021
|
+
"icon": "prepare.svg",
|
|
5022
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
5023
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
5024
|
+
"learn_more": "",
|
|
5025
|
+
"category": "Devtools",
|
|
5026
|
+
"type": "3rd-party",
|
|
5027
|
+
"maintainers": [
|
|
5028
|
+
{
|
|
5029
|
+
"name": "Johann Schopplich",
|
|
5030
|
+
"github": "johannschopplich",
|
|
5031
|
+
"twitter": "jschopplich",
|
|
5032
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
5033
|
+
}
|
|
5034
|
+
],
|
|
5035
|
+
"compatibility": {
|
|
5036
|
+
"nuxt": "^3.0.0",
|
|
5037
|
+
"requires": {}
|
|
5038
|
+
}
|
|
5039
|
+
},
|
|
5040
|
+
{
|
|
5041
|
+
"name": "primevue",
|
|
5042
|
+
"description": "Next Generation Vue UI Component Library",
|
|
5043
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
5044
|
+
"npm": "nuxt-primevue",
|
|
5045
|
+
"icon": "primevue.svg",
|
|
5046
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
5047
|
+
"website": "https://primevue.org/",
|
|
5048
|
+
"learn_more": "https://primevue.org/",
|
|
5049
|
+
"category": "UI",
|
|
5050
|
+
"type": "3rd-party",
|
|
5051
|
+
"maintainers": [
|
|
5052
|
+
{
|
|
5053
|
+
"name": "primefaces",
|
|
5054
|
+
"github": "primefaces",
|
|
5055
|
+
"twitter": "primevue"
|
|
5056
|
+
}
|
|
5057
|
+
],
|
|
5058
|
+
"compatibility": {
|
|
5059
|
+
"nuxt": "^3.0.0",
|
|
5060
|
+
"requires": {}
|
|
5061
|
+
}
|
|
5062
|
+
},
|
|
3603
5063
|
{
|
|
3604
5064
|
"name": "prismic",
|
|
3605
|
-
"description": "Easily connect your Nuxt
|
|
5065
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
3606
5066
|
"repo": "nuxt-modules/prismic",
|
|
3607
5067
|
"npm": "@nuxtjs/prismic",
|
|
3608
5068
|
"icon": "prismic.png",
|
|
@@ -3628,11 +5088,11 @@
|
|
|
3628
5088
|
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3629
5089
|
"repo": "artmizu/nuxt-prometheus",
|
|
3630
5090
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3631
|
-
"icon": "",
|
|
5091
|
+
"icon": "prometheus.svg",
|
|
3632
5092
|
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3633
5093
|
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3634
5094
|
"learn_more": "",
|
|
3635
|
-
"category": "
|
|
5095
|
+
"category": "Monitoring",
|
|
3636
5096
|
"type": "3rd-party",
|
|
3637
5097
|
"maintainers": [
|
|
3638
5098
|
{
|
|
@@ -3641,7 +5101,7 @@
|
|
|
3641
5101
|
}
|
|
3642
5102
|
],
|
|
3643
5103
|
"compatibility": {
|
|
3644
|
-
"nuxt": "^
|
|
5104
|
+
"nuxt": "^3.0.0",
|
|
3645
5105
|
"requires": {}
|
|
3646
5106
|
}
|
|
3647
5107
|
},
|
|
@@ -3669,7 +5129,7 @@
|
|
|
3669
5129
|
},
|
|
3670
5130
|
{
|
|
3671
5131
|
"name": "proxy",
|
|
3672
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
5132
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
3673
5133
|
"repo": "nuxt-community/proxy-module",
|
|
3674
5134
|
"npm": "@nuxtjs/proxy",
|
|
3675
5135
|
"icon": "",
|
|
@@ -3715,7 +5175,7 @@
|
|
|
3715
5175
|
},
|
|
3716
5176
|
{
|
|
3717
5177
|
"name": "purgecss",
|
|
3718
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
5178
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
3719
5179
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
3720
5180
|
"npm": "nuxt-purgecss",
|
|
3721
5181
|
"icon": "purgecss.png",
|
|
@@ -3737,7 +5197,7 @@
|
|
|
3737
5197
|
},
|
|
3738
5198
|
{
|
|
3739
5199
|
"name": "pwa",
|
|
3740
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5200
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
3741
5201
|
"repo": "nuxt-community/pwa-module",
|
|
3742
5202
|
"npm": "@nuxtjs/pwa",
|
|
3743
5203
|
"icon": "pwa.png",
|
|
@@ -3762,7 +5222,7 @@
|
|
|
3762
5222
|
},
|
|
3763
5223
|
{
|
|
3764
5224
|
"name": "python",
|
|
3765
|
-
"description": "Write Nuxt
|
|
5225
|
+
"description": "Write Nuxt applications using Python",
|
|
3766
5226
|
"repo": "nuxt-community/python-module",
|
|
3767
5227
|
"npm": "@nuxtjs/python",
|
|
3768
5228
|
"icon": "python.png",
|
|
@@ -3782,9 +5242,89 @@
|
|
|
3782
5242
|
"requires": {}
|
|
3783
5243
|
}
|
|
3784
5244
|
},
|
|
5245
|
+
{
|
|
5246
|
+
"name": "quasar",
|
|
5247
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
5248
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
5249
|
+
"npm": "nuxt-quasar-ui",
|
|
5250
|
+
"icon": "quasar.svg",
|
|
5251
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
5252
|
+
"website": "https://quasar.dev/",
|
|
5253
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
5254
|
+
"category": "UI",
|
|
5255
|
+
"type": "3rd-party",
|
|
5256
|
+
"maintainers": [
|
|
5257
|
+
{
|
|
5258
|
+
"name": "Ege İliklier",
|
|
5259
|
+
"github": "Maiquu"
|
|
5260
|
+
}
|
|
5261
|
+
],
|
|
5262
|
+
"compatibility": {
|
|
5263
|
+
"nuxt": "^3.0.0",
|
|
5264
|
+
"requires": {},
|
|
5265
|
+
"devtools": "^0.0.0"
|
|
5266
|
+
}
|
|
5267
|
+
},
|
|
5268
|
+
{
|
|
5269
|
+
"name": "radash",
|
|
5270
|
+
"description": "radash module with auto-import and custom prefix",
|
|
5271
|
+
"repo": "bbg/nuxt-radash",
|
|
5272
|
+
"npm": "nuxt-radash",
|
|
5273
|
+
"icon": "radash.png",
|
|
5274
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
5275
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
5276
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
5277
|
+
"category": "Libraries",
|
|
5278
|
+
"type": "3rd-party",
|
|
5279
|
+
"maintainers": [
|
|
5280
|
+
{
|
|
5281
|
+
"name": "Batuhan Göksu",
|
|
5282
|
+
"github": "bbg"
|
|
5283
|
+
}
|
|
5284
|
+
],
|
|
5285
|
+
"compatibility": {
|
|
5286
|
+
"nuxt": "^3.0.0",
|
|
5287
|
+
"requires": {}
|
|
5288
|
+
}
|
|
5289
|
+
},
|
|
5290
|
+
{
|
|
5291
|
+
"name": "radix-vue",
|
|
5292
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5293
|
+
"repo": "radix-vue/radix-vue",
|
|
5294
|
+
"npm": "radix-vue",
|
|
5295
|
+
"icon": "radix-vue.svg",
|
|
5296
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5297
|
+
"website": "https://www.radix-vue.com/",
|
|
5298
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5299
|
+
"category": "UI",
|
|
5300
|
+
"type": "3rd-party",
|
|
5301
|
+
"maintainers": [
|
|
5302
|
+
{
|
|
5303
|
+
"name": "Zernonia",
|
|
5304
|
+
"github": "zernonia",
|
|
5305
|
+
"twitter": "zernonia"
|
|
5306
|
+
},
|
|
5307
|
+
{
|
|
5308
|
+
"name": "Khairul Haaziq",
|
|
5309
|
+
"github": "khairulhaaziq"
|
|
5310
|
+
},
|
|
5311
|
+
{
|
|
5312
|
+
"name": "Mujahid Anuar",
|
|
5313
|
+
"github": "mujahidfa"
|
|
5314
|
+
},
|
|
5315
|
+
{
|
|
5316
|
+
"name": "Max",
|
|
5317
|
+
"github": "onmax"
|
|
5318
|
+
}
|
|
5319
|
+
],
|
|
5320
|
+
"compatibility": {
|
|
5321
|
+
"nuxt": "^3.0.0",
|
|
5322
|
+
"requires": {}
|
|
5323
|
+
}
|
|
5324
|
+
},
|
|
3785
5325
|
{
|
|
3786
5326
|
"name": "recaptcha",
|
|
3787
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5327
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
3788
5328
|
"repo": "nuxt-community/recaptcha-module",
|
|
3789
5329
|
"npm": "@nuxtjs/recaptcha",
|
|
3790
5330
|
"icon": "recaptcha.png",
|
|
@@ -3827,9 +5367,32 @@
|
|
|
3827
5367
|
"requires": {}
|
|
3828
5368
|
}
|
|
3829
5369
|
},
|
|
5370
|
+
{
|
|
5371
|
+
"name": "resend",
|
|
5372
|
+
"description": "Resend integration for Nuxt",
|
|
5373
|
+
"repo": "nhedger/nuxt-resend",
|
|
5374
|
+
"npm": "nuxt-resend",
|
|
5375
|
+
"icon": "resend.svg",
|
|
5376
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5377
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5378
|
+
"learn_more": "https://resend.com",
|
|
5379
|
+
"category": "Extensions",
|
|
5380
|
+
"type": "3rd-party",
|
|
5381
|
+
"maintainers": [
|
|
5382
|
+
{
|
|
5383
|
+
"name": "Nicolas Hedger",
|
|
5384
|
+
"github": "nhedger",
|
|
5385
|
+
"twitter": "nicolashedger"
|
|
5386
|
+
}
|
|
5387
|
+
],
|
|
5388
|
+
"compatibility": {
|
|
5389
|
+
"nuxt": "^3.0.0",
|
|
5390
|
+
"requires": {}
|
|
5391
|
+
}
|
|
5392
|
+
},
|
|
3830
5393
|
{
|
|
3831
5394
|
"name": "rfg-icon",
|
|
3832
|
-
"description": "Nuxt
|
|
5395
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
3833
5396
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
3834
5397
|
"npm": "nuxt-rfg-icon",
|
|
3835
5398
|
"icon": "real-favicon-generator.png",
|
|
@@ -3851,13 +5414,13 @@
|
|
|
3851
5414
|
},
|
|
3852
5415
|
{
|
|
3853
5416
|
"name": "robots",
|
|
3854
|
-
"description": "A Nuxt
|
|
3855
|
-
"repo": "nuxt-
|
|
5417
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5418
|
+
"repo": "nuxt-modules/robots",
|
|
3856
5419
|
"npm": "@nuxtjs/robots",
|
|
3857
5420
|
"icon": "robots.png",
|
|
3858
|
-
"github": "https://github.com/nuxt-
|
|
3859
|
-
"website": "https://github.com/nuxt-
|
|
3860
|
-
"learn_more": "
|
|
5421
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5422
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
5423
|
+
"learn_more": "",
|
|
3861
5424
|
"category": "SEO",
|
|
3862
5425
|
"type": "community",
|
|
3863
5426
|
"maintainers": [
|
|
@@ -3875,23 +5438,23 @@
|
|
|
3875
5438
|
},
|
|
3876
5439
|
{
|
|
3877
5440
|
"name": "rollbar",
|
|
3878
|
-
"description": "
|
|
3879
|
-
"repo": "
|
|
3880
|
-
"npm": "nuxt-rollbar
|
|
5441
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5442
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5443
|
+
"npm": "nuxt-rollbar",
|
|
3881
5444
|
"icon": "rollbar.png",
|
|
3882
|
-
"github": "https://github.com/
|
|
3883
|
-
"website": "https://github.com/
|
|
5445
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5446
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
3884
5447
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
3885
5448
|
"category": "Monitoring",
|
|
3886
5449
|
"type": "3rd-party",
|
|
3887
5450
|
"maintainers": [
|
|
3888
5451
|
{
|
|
3889
|
-
"name": "
|
|
3890
|
-
"github": "
|
|
5452
|
+
"name": "Jairo Blatt",
|
|
5453
|
+
"github": "jairoblatt"
|
|
3891
5454
|
}
|
|
3892
5455
|
],
|
|
3893
5456
|
"compatibility": {
|
|
3894
|
-
"nuxt": "^
|
|
5457
|
+
"nuxt": "^3.0.0",
|
|
3895
5458
|
"requires": {}
|
|
3896
5459
|
}
|
|
3897
5460
|
},
|
|
@@ -3920,7 +5483,7 @@
|
|
|
3920
5483
|
},
|
|
3921
5484
|
{
|
|
3922
5485
|
"name": "router",
|
|
3923
|
-
"description": "Nuxt
|
|
5486
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
3924
5487
|
"repo": "nuxt-community/router-module",
|
|
3925
5488
|
"npm": "@nuxtjs/router",
|
|
3926
5489
|
"icon": "vue.png",
|
|
@@ -3968,13 +5531,13 @@
|
|
|
3968
5531
|
},
|
|
3969
5532
|
{
|
|
3970
5533
|
"name": "schema-org",
|
|
3971
|
-
"description": "
|
|
3972
|
-
"repo": "
|
|
5534
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5535
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
3973
5536
|
"npm": "nuxt-schema-org",
|
|
3974
5537
|
"icon": "schema-org.svg",
|
|
3975
|
-
"github": "https://github.com/
|
|
3976
|
-
"website": "https://
|
|
3977
|
-
"learn_more": "https://
|
|
5538
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5539
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5540
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
3978
5541
|
"category": "SEO",
|
|
3979
5542
|
"type": "3rd-party",
|
|
3980
5543
|
"maintainers": [
|
|
@@ -4037,13 +5600,13 @@
|
|
|
4037
5600
|
},
|
|
4038
5601
|
{
|
|
4039
5602
|
"name": "segment",
|
|
4040
|
-
"description": "Nuxt
|
|
5603
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4041
5604
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4042
5605
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4043
5606
|
"icon": "segment.png",
|
|
4044
5607
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4045
5608
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4046
|
-
"learn_more": "
|
|
5609
|
+
"learn_more": "",
|
|
4047
5610
|
"category": "Analytics",
|
|
4048
5611
|
"type": "3rd-party",
|
|
4049
5612
|
"maintainers": [
|
|
@@ -4059,10 +5622,10 @@
|
|
|
4059
5622
|
},
|
|
4060
5623
|
{
|
|
4061
5624
|
"name": "sentry",
|
|
4062
|
-
"description": "Sentry module for Nuxt
|
|
5625
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4063
5626
|
"repo": "nuxt-community/sentry-module",
|
|
4064
5627
|
"npm": "@nuxtjs/sentry",
|
|
4065
|
-
"icon": "sentry.
|
|
5628
|
+
"icon": "sentry.svg",
|
|
4066
5629
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4067
5630
|
"website": "https://sentry.nuxtjs.org/",
|
|
4068
5631
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4080,20 +5643,22 @@
|
|
|
4080
5643
|
}
|
|
4081
5644
|
},
|
|
4082
5645
|
{
|
|
4083
|
-
"name": "seo-
|
|
4084
|
-
"description": "
|
|
4085
|
-
"repo": "harlan-zw/nuxt-seo-
|
|
4086
|
-
"npm": "nuxt-seo-
|
|
4087
|
-
"icon": "seo-
|
|
4088
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-
|
|
4089
|
-
"website": "https://
|
|
4090
|
-
"learn_more": "",
|
|
5646
|
+
"name": "seo-experiments",
|
|
5647
|
+
"description": "Powerful SEO DX improvements.",
|
|
5648
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5649
|
+
"npm": "nuxt-seo-experiments",
|
|
5650
|
+
"icon": "seo-experiments.svg",
|
|
5651
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5652
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5653
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
4091
5654
|
"category": "SEO",
|
|
4092
5655
|
"type": "3rd-party",
|
|
4093
5656
|
"maintainers": [
|
|
4094
5657
|
{
|
|
4095
|
-
"name": "
|
|
4096
|
-
"github": "harlan-zw"
|
|
5658
|
+
"name": "Harlan Wilton",
|
|
5659
|
+
"github": "harlan-zw",
|
|
5660
|
+
"twitter": "harlan_zw",
|
|
5661
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4097
5662
|
}
|
|
4098
5663
|
],
|
|
4099
5664
|
"compatibility": {
|
|
@@ -4124,9 +5689,31 @@
|
|
|
4124
5689
|
"requires": {}
|
|
4125
5690
|
}
|
|
4126
5691
|
},
|
|
5692
|
+
{
|
|
5693
|
+
"name": "seo",
|
|
5694
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5695
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
5696
|
+
"npm": "@nuxtjs/seo",
|
|
5697
|
+
"icon": "nuxt.svg",
|
|
5698
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
5699
|
+
"website": "https://nuxtseo.com/",
|
|
5700
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5701
|
+
"category": "SEO",
|
|
5702
|
+
"type": "3rd-party",
|
|
5703
|
+
"maintainers": [
|
|
5704
|
+
{
|
|
5705
|
+
"name": "harlan-zw",
|
|
5706
|
+
"github": "harlan-zw"
|
|
5707
|
+
}
|
|
5708
|
+
],
|
|
5709
|
+
"compatibility": {
|
|
5710
|
+
"nuxt": "^3.0.0",
|
|
5711
|
+
"requires": {}
|
|
5712
|
+
}
|
|
5713
|
+
},
|
|
4127
5714
|
{
|
|
4128
5715
|
"name": "seomatic-meta",
|
|
4129
|
-
"description": "A Nuxt
|
|
5716
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4130
5717
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4131
5718
|
"npm": "nuxt-seomatic-meta",
|
|
4132
5719
|
"icon": "seomatic.png",
|
|
@@ -4169,6 +5756,29 @@
|
|
|
4169
5756
|
"requires": {}
|
|
4170
5757
|
}
|
|
4171
5758
|
},
|
|
5759
|
+
{
|
|
5760
|
+
"name": "server-block",
|
|
5761
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5762
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
5763
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5764
|
+
"icon": "server-block.svg",
|
|
5765
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5766
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5767
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5768
|
+
"category": "Extensions",
|
|
5769
|
+
"type": "3rd-party",
|
|
5770
|
+
"maintainers": [
|
|
5771
|
+
{
|
|
5772
|
+
"name": "Hebilicious",
|
|
5773
|
+
"github": "Hebilicious",
|
|
5774
|
+
"twitter": "its_hebilicious"
|
|
5775
|
+
}
|
|
5776
|
+
],
|
|
5777
|
+
"compatibility": {
|
|
5778
|
+
"nuxt": "^3.0.0",
|
|
5779
|
+
"requires": {}
|
|
5780
|
+
}
|
|
5781
|
+
},
|
|
4172
5782
|
{
|
|
4173
5783
|
"name": "session",
|
|
4174
5784
|
"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",
|
|
@@ -4194,7 +5804,7 @@
|
|
|
4194
5804
|
},
|
|
4195
5805
|
{
|
|
4196
5806
|
"name": "shopify",
|
|
4197
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5807
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4198
5808
|
"repo": "Gomah/nuxt-shopify",
|
|
4199
5809
|
"npm": "nuxt-shopify",
|
|
4200
5810
|
"icon": "shopify.png",
|
|
@@ -4215,7 +5825,7 @@
|
|
|
4215
5825
|
}
|
|
4216
5826
|
},
|
|
4217
5827
|
{
|
|
4218
|
-
"name": "
|
|
5828
|
+
"name": "sidebase-auth",
|
|
4219
5829
|
"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.",
|
|
4220
5830
|
"repo": "sidebase/nuxt-auth",
|
|
4221
5831
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4261,13 +5871,13 @@
|
|
|
4261
5871
|
},
|
|
4262
5872
|
{
|
|
4263
5873
|
"name": "simple-robots",
|
|
4264
|
-
"description": "
|
|
5874
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4265
5875
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4266
5876
|
"npm": "nuxt-simple-robots",
|
|
4267
|
-
"icon": "",
|
|
5877
|
+
"icon": "simple-robots.svg",
|
|
4268
5878
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4269
|
-
"website": "https://
|
|
4270
|
-
"learn_more": "",
|
|
5879
|
+
"website": "https://nuxtseo.com/robots",
|
|
5880
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4271
5881
|
"category": "SEO",
|
|
4272
5882
|
"type": "3rd-party",
|
|
4273
5883
|
"maintainers": [
|
|
@@ -4284,22 +5894,27 @@
|
|
|
4284
5894
|
}
|
|
4285
5895
|
},
|
|
4286
5896
|
{
|
|
4287
|
-
"name": "
|
|
4288
|
-
"description": "
|
|
4289
|
-
"repo": "
|
|
4290
|
-
"npm": "
|
|
4291
|
-
"icon": "",
|
|
4292
|
-
"github": "https://github.com/
|
|
4293
|
-
"website": "https://
|
|
4294
|
-
"learn_more": "",
|
|
5897
|
+
"name": "sitemap",
|
|
5898
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5899
|
+
"repo": "nuxt-modules/sitemap",
|
|
5900
|
+
"npm": "@nuxtjs/sitemap",
|
|
5901
|
+
"icon": "simple-sitemap.svg",
|
|
5902
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
5903
|
+
"website": "https://nuxtseo.com/",
|
|
5904
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
4295
5905
|
"category": "SEO",
|
|
4296
|
-
"type": "
|
|
5906
|
+
"type": "community",
|
|
4297
5907
|
"maintainers": [
|
|
4298
5908
|
{
|
|
4299
5909
|
"name": "Harlan Wilton",
|
|
4300
5910
|
"github": "harlan-zw",
|
|
4301
5911
|
"twitter": "harlan_zw",
|
|
4302
5912
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5913
|
+
},
|
|
5914
|
+
{
|
|
5915
|
+
"name": "Nicolas PENNEC",
|
|
5916
|
+
"github": "NicoPennec",
|
|
5917
|
+
"twitter": "NicoPennec"
|
|
4303
5918
|
}
|
|
4304
5919
|
],
|
|
4305
5920
|
"compatibility": {
|
|
@@ -4308,54 +5923,53 @@
|
|
|
4308
5923
|
}
|
|
4309
5924
|
},
|
|
4310
5925
|
{
|
|
4311
|
-
"name": "
|
|
4312
|
-
"description": "
|
|
4313
|
-
"repo": "nuxt-
|
|
4314
|
-
"npm": "
|
|
4315
|
-
"icon": "",
|
|
4316
|
-
"github": "https://github.com/nuxt-
|
|
4317
|
-
"website": "https://
|
|
4318
|
-
"learn_more": "",
|
|
4319
|
-
"category": "
|
|
4320
|
-
"type": "
|
|
5926
|
+
"name": "snackbar",
|
|
5927
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
5928
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
5929
|
+
"npm": "nuxt-snackbar",
|
|
5930
|
+
"icon": "snackbar.png",
|
|
5931
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5932
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5933
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
5934
|
+
"category": "UI",
|
|
5935
|
+
"type": "3rd-party",
|
|
4321
5936
|
"maintainers": [
|
|
4322
5937
|
{
|
|
4323
|
-
"name": "
|
|
4324
|
-
"github": "
|
|
4325
|
-
"twitter": "NicoPennec"
|
|
5938
|
+
"name": "modbender",
|
|
5939
|
+
"github": "modbender"
|
|
4326
5940
|
}
|
|
4327
5941
|
],
|
|
4328
5942
|
"compatibility": {
|
|
4329
|
-
"nuxt": "^
|
|
5943
|
+
"nuxt": "^3.0.0",
|
|
4330
5944
|
"requires": {}
|
|
4331
5945
|
}
|
|
4332
5946
|
},
|
|
4333
5947
|
{
|
|
4334
5948
|
"name": "snipcart",
|
|
4335
|
-
"description": "Snipcart integration module for Nuxt
|
|
4336
|
-
"repo": "nuxt-
|
|
5949
|
+
"description": "Snipcart integration module for Nuxt",
|
|
5950
|
+
"repo": "nuxt-modules/snipcart",
|
|
4337
5951
|
"npm": "@nuxtjs/snipcart",
|
|
4338
5952
|
"icon": "snipcart.png",
|
|
4339
|
-
"github": "https://github.com/nuxt-
|
|
4340
|
-
"website": "https://github.com/nuxt-
|
|
4341
|
-
"learn_more": "",
|
|
4342
|
-
"category": "
|
|
5953
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
5954
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
5955
|
+
"learn_more": "https://snipcart.com",
|
|
5956
|
+
"category": "Ecommerce",
|
|
4343
5957
|
"type": "community",
|
|
4344
5958
|
"maintainers": [
|
|
4345
5959
|
{
|
|
4346
5960
|
"name": "Florent GIRAUD",
|
|
4347
|
-
"github": "
|
|
4348
|
-
"twitter": "
|
|
5961
|
+
"github": "flozero",
|
|
5962
|
+
"twitter": "flozeroo"
|
|
4349
5963
|
}
|
|
4350
5964
|
],
|
|
4351
5965
|
"compatibility": {
|
|
4352
|
-
"nuxt": "^2.0.0",
|
|
5966
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4353
5967
|
"requires": {}
|
|
4354
5968
|
}
|
|
4355
5969
|
},
|
|
4356
5970
|
{
|
|
4357
5971
|
"name": "social-meta",
|
|
4358
|
-
"description": "Nuxt
|
|
5972
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4359
5973
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4360
5974
|
"npm": "nuxt-social-meta",
|
|
4361
5975
|
"icon": "",
|
|
@@ -4477,7 +6091,7 @@
|
|
|
4477
6091
|
},
|
|
4478
6092
|
{
|
|
4479
6093
|
"name": "storage",
|
|
4480
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
6094
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
4481
6095
|
"repo": "mazipan/nuxt-storage",
|
|
4482
6096
|
"npm": "nuxt-storage",
|
|
4483
6097
|
"icon": "",
|
|
@@ -4499,7 +6113,7 @@
|
|
|
4499
6113
|
},
|
|
4500
6114
|
{
|
|
4501
6115
|
"name": "storefront-ui",
|
|
4502
|
-
"description": "Storefront UI Module for Nuxt
|
|
6116
|
+
"description": "Storefront UI Module for Nuxt",
|
|
4503
6117
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
4504
6118
|
"npm": "@storefront-ui/nuxt",
|
|
4505
6119
|
"icon": "storefront-ui.svg",
|
|
@@ -4543,8 +6157,8 @@
|
|
|
4543
6157
|
},
|
|
4544
6158
|
{
|
|
4545
6159
|
"name": "storyblok",
|
|
4546
|
-
"description": "Storyblok Nuxt
|
|
4547
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6160
|
+
"description": "Storyblok Nuxt module",
|
|
6161
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
4548
6162
|
"npm": "@storyblok/nuxt",
|
|
4549
6163
|
"icon": "storyblok.png",
|
|
4550
6164
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -4560,46 +6174,43 @@
|
|
|
4560
6174
|
],
|
|
4561
6175
|
"compatibility": {
|
|
4562
6176
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4563
|
-
"requires": {}
|
|
6177
|
+
"requires": {},
|
|
6178
|
+
"devtools": "^0.0.0"
|
|
4564
6179
|
}
|
|
4565
6180
|
},
|
|
4566
6181
|
{
|
|
4567
6182
|
"name": "storybook",
|
|
4568
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
4569
|
-
"repo": "nuxt-
|
|
6183
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6184
|
+
"repo": "nuxt-modules/storybook",
|
|
4570
6185
|
"npm": "@nuxtjs/storybook",
|
|
4571
6186
|
"icon": "storybook.png",
|
|
4572
|
-
"github": "https://github.com/nuxt-
|
|
6187
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
4573
6188
|
"website": "https://storybook.nuxtjs.org",
|
|
4574
|
-
"learn_more": "https://
|
|
6189
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
4575
6190
|
"category": "Devtools",
|
|
4576
6191
|
"type": "community",
|
|
4577
6192
|
"maintainers": [
|
|
4578
6193
|
{
|
|
4579
|
-
"name": "
|
|
4580
|
-
"github": "
|
|
4581
|
-
"twitter": "
|
|
4582
|
-
},
|
|
4583
|
-
{
|
|
4584
|
-
"name": "Pooya Parsa",
|
|
4585
|
-
"github": "pi0",
|
|
4586
|
-
"twitter": "_pi0_"
|
|
6194
|
+
"name": "Chakir QATAB",
|
|
6195
|
+
"github": "chakAs3",
|
|
6196
|
+
"twitter": "ChakirQatab"
|
|
4587
6197
|
}
|
|
4588
6198
|
],
|
|
4589
6199
|
"compatibility": {
|
|
4590
|
-
"nuxt": "^2.0.0",
|
|
6200
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4591
6201
|
"requires": {
|
|
4592
6202
|
"bridge": "optional"
|
|
4593
|
-
}
|
|
6203
|
+
},
|
|
6204
|
+
"devtools": "^0.7.2"
|
|
4594
6205
|
}
|
|
4595
6206
|
},
|
|
4596
6207
|
{
|
|
4597
6208
|
"name": "strapi",
|
|
4598
6209
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4599
|
-
"repo": "nuxt-
|
|
6210
|
+
"repo": "nuxt-modules/strapi",
|
|
4600
6211
|
"npm": "@nuxtjs/strapi",
|
|
4601
6212
|
"icon": "strapi.png",
|
|
4602
|
-
"github": "https://github.com/nuxt-
|
|
6213
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4603
6214
|
"website": "https://strapi.nuxtjs.org",
|
|
4604
6215
|
"learn_more": "https://strapi.io/",
|
|
4605
6216
|
"category": "CMS",
|
|
@@ -4617,10 +6228,37 @@
|
|
|
4617
6228
|
}
|
|
4618
6229
|
],
|
|
4619
6230
|
"compatibility": {
|
|
4620
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4621
|
-
"requires": {
|
|
4622
|
-
"bridge": true
|
|
4623
|
-
}
|
|
6231
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6232
|
+
"requires": {
|
|
6233
|
+
"bridge": true
|
|
6234
|
+
},
|
|
6235
|
+
"devtools": "^0.0.0"
|
|
6236
|
+
}
|
|
6237
|
+
},
|
|
6238
|
+
{
|
|
6239
|
+
"name": "stripe-next",
|
|
6240
|
+
"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.",
|
|
6241
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
6242
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
6243
|
+
"icon": "stripe.png",
|
|
6244
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6245
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6246
|
+
"learn_more": "https://stripe.com/docs",
|
|
6247
|
+
"category": "Payment",
|
|
6248
|
+
"type": "3rd-party",
|
|
6249
|
+
"maintainers": [
|
|
6250
|
+
{
|
|
6251
|
+
"name": "Loic Fuentes",
|
|
6252
|
+
"github": "fuentesloic"
|
|
6253
|
+
},
|
|
6254
|
+
{
|
|
6255
|
+
"name": "Florent Giraud",
|
|
6256
|
+
"github": "flozero"
|
|
6257
|
+
}
|
|
6258
|
+
],
|
|
6259
|
+
"compatibility": {
|
|
6260
|
+
"nuxt": "^3.0.0",
|
|
6261
|
+
"requires": {}
|
|
4624
6262
|
}
|
|
4625
6263
|
},
|
|
4626
6264
|
{
|
|
@@ -4645,6 +6283,36 @@
|
|
|
4645
6283
|
"requires": {}
|
|
4646
6284
|
}
|
|
4647
6285
|
},
|
|
6286
|
+
{
|
|
6287
|
+
"name": "studio",
|
|
6288
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6289
|
+
"repo": "nuxtlabs/studio-module",
|
|
6290
|
+
"npm": "@nuxthq/studio",
|
|
6291
|
+
"icon": "studio.svg",
|
|
6292
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6293
|
+
"website": "https://nuxt.studio",
|
|
6294
|
+
"learn_more": "https://nuxt.studio",
|
|
6295
|
+
"category": "CMS",
|
|
6296
|
+
"type": "3rd-party",
|
|
6297
|
+
"maintainers": [
|
|
6298
|
+
{
|
|
6299
|
+
"name": "Ahad Birang",
|
|
6300
|
+
"github": "farnabaz",
|
|
6301
|
+
"twitter": "a_birang"
|
|
6302
|
+
},
|
|
6303
|
+
{
|
|
6304
|
+
"name": "Sébastien Chopin",
|
|
6305
|
+
"github": "Atinux",
|
|
6306
|
+
"twitter": "Atinux"
|
|
6307
|
+
}
|
|
6308
|
+
],
|
|
6309
|
+
"compatibility": {
|
|
6310
|
+
"nuxt": "^3.0.0",
|
|
6311
|
+
"requires": {
|
|
6312
|
+
"content": true
|
|
6313
|
+
}
|
|
6314
|
+
}
|
|
6315
|
+
},
|
|
4648
6316
|
{
|
|
4649
6317
|
"name": "style-resources",
|
|
4650
6318
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -4670,7 +6338,7 @@
|
|
|
4670
6338
|
},
|
|
4671
6339
|
{
|
|
4672
6340
|
"name": "stylelint",
|
|
4673
|
-
"description": "Stylelint module for Nuxt.
|
|
6341
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
4674
6342
|
"repo": "nuxt-community/stylelint-module",
|
|
4675
6343
|
"npm": "@nuxtjs/stylelint-module",
|
|
4676
6344
|
"icon": "stylelint.png",
|
|
@@ -4686,7 +6354,7 @@
|
|
|
4686
6354
|
}
|
|
4687
6355
|
],
|
|
4688
6356
|
"compatibility": {
|
|
4689
|
-
"nuxt": "^2.0.0",
|
|
6357
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4690
6358
|
"requires": {}
|
|
4691
6359
|
}
|
|
4692
6360
|
},
|
|
@@ -4716,10 +6384,10 @@
|
|
|
4716
6384
|
{
|
|
4717
6385
|
"name": "supabase",
|
|
4718
6386
|
"description": "First class integration with Supabase",
|
|
4719
|
-
"repo": "nuxt-
|
|
6387
|
+
"repo": "nuxt-modules/supabase",
|
|
4720
6388
|
"npm": "@nuxtjs/supabase",
|
|
4721
6389
|
"icon": "supabase.png",
|
|
4722
|
-
"github": "https://github.com/nuxt-
|
|
6390
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4723
6391
|
"website": "https://supabase.nuxtjs.org",
|
|
4724
6392
|
"learn_more": "https://supabase.com",
|
|
4725
6393
|
"category": "Database",
|
|
@@ -4770,12 +6438,12 @@
|
|
|
4770
6438
|
},
|
|
4771
6439
|
{
|
|
4772
6440
|
"name": "svg-sprite",
|
|
4773
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
4774
|
-
"repo": "nuxt-
|
|
6441
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6442
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
4775
6443
|
"npm": "@nuxtjs/svg-sprite",
|
|
4776
6444
|
"icon": "",
|
|
4777
|
-
"github": "https://github.com/nuxt-
|
|
4778
|
-
"website": "https://github.com/nuxt-
|
|
6445
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6446
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
4779
6447
|
"learn_more": "",
|
|
4780
6448
|
"category": "UI",
|
|
4781
6449
|
"type": "community",
|
|
@@ -4787,13 +6455,13 @@
|
|
|
4787
6455
|
}
|
|
4788
6456
|
],
|
|
4789
6457
|
"compatibility": {
|
|
4790
|
-
"nuxt": "^2.0.0",
|
|
6458
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4791
6459
|
"requires": {}
|
|
4792
6460
|
}
|
|
4793
6461
|
},
|
|
4794
6462
|
{
|
|
4795
6463
|
"name": "svg",
|
|
4796
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6464
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
4797
6465
|
"repo": "nuxt-community/svg-module",
|
|
4798
6466
|
"npm": "@nuxtjs/svg",
|
|
4799
6467
|
"icon": "",
|
|
@@ -4837,7 +6505,7 @@
|
|
|
4837
6505
|
},
|
|
4838
6506
|
{
|
|
4839
6507
|
"name": "swiper",
|
|
4840
|
-
"description": "Nuxt
|
|
6508
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
4841
6509
|
"repo": "cpreston321/nuxt-swiper",
|
|
4842
6510
|
"npm": "nuxt-swiper",
|
|
4843
6511
|
"icon": "swiper.svg",
|
|
@@ -4857,13 +6525,36 @@
|
|
|
4857
6525
|
"requires": {}
|
|
4858
6526
|
}
|
|
4859
6527
|
},
|
|
6528
|
+
{
|
|
6529
|
+
"name": "tailvue",
|
|
6530
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
6531
|
+
"repo": "fumeapp/tailvue",
|
|
6532
|
+
"npm": "tailvue",
|
|
6533
|
+
"icon": "tailvue.jpg",
|
|
6534
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
6535
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
6536
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
6537
|
+
"category": "UI",
|
|
6538
|
+
"type": "3rd-party",
|
|
6539
|
+
"maintainers": [
|
|
6540
|
+
{
|
|
6541
|
+
"name": "Kevin Olson",
|
|
6542
|
+
"github": "acidjazz",
|
|
6543
|
+
"twitter": "AppFume"
|
|
6544
|
+
}
|
|
6545
|
+
],
|
|
6546
|
+
"compatibility": {
|
|
6547
|
+
"nuxt": "^3.0.0",
|
|
6548
|
+
"requires": {}
|
|
6549
|
+
}
|
|
6550
|
+
},
|
|
4860
6551
|
{
|
|
4861
6552
|
"name": "tailwindcss",
|
|
4862
6553
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
4863
|
-
"repo": "nuxt-
|
|
6554
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
4864
6555
|
"npm": "@nuxtjs/tailwindcss",
|
|
4865
6556
|
"icon": "tailwindcss.png",
|
|
4866
|
-
"github": "https://github.com/nuxt-
|
|
6557
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
4867
6558
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
4868
6559
|
"learn_more": "https://tailwindcss.com/",
|
|
4869
6560
|
"category": "UI",
|
|
@@ -4873,10 +6564,43 @@
|
|
|
4873
6564
|
"name": "Sébastien Chopin",
|
|
4874
6565
|
"github": "Atinux",
|
|
4875
6566
|
"twitter": "Atinux"
|
|
6567
|
+
},
|
|
6568
|
+
{
|
|
6569
|
+
"name": "Inesh Bose",
|
|
6570
|
+
"github": "ineshbose"
|
|
4876
6571
|
}
|
|
4877
6572
|
],
|
|
4878
6573
|
"compatibility": {
|
|
4879
6574
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6575
|
+
"requires": {},
|
|
6576
|
+
"devtools": "^0.0.0"
|
|
6577
|
+
}
|
|
6578
|
+
},
|
|
6579
|
+
{
|
|
6580
|
+
"name": "test-utils",
|
|
6581
|
+
"description": "Test utilities for Nuxt",
|
|
6582
|
+
"repo": "nuxt/test-utils#main",
|
|
6583
|
+
"npm": "@nuxt/test-utils",
|
|
6584
|
+
"icon": "nuxt.svg",
|
|
6585
|
+
"github": "https://github.com/nuxt/test-utils",
|
|
6586
|
+
"website": "https://nuxt.com/docs/getting-started/testing",
|
|
6587
|
+
"learn_more": "",
|
|
6588
|
+
"category": "Devtools",
|
|
6589
|
+
"type": "official",
|
|
6590
|
+
"maintainers": [
|
|
6591
|
+
{
|
|
6592
|
+
"name": "Daniel Roe",
|
|
6593
|
+
"github": "danielroe",
|
|
6594
|
+
"twitter": "danielcroe"
|
|
6595
|
+
},
|
|
6596
|
+
{
|
|
6597
|
+
"name": "Anthony Fu",
|
|
6598
|
+
"github": "antfu",
|
|
6599
|
+
"twitter": "antfu7"
|
|
6600
|
+
}
|
|
6601
|
+
],
|
|
6602
|
+
"compatibility": {
|
|
6603
|
+
"nuxt": "^3.0.0",
|
|
4880
6604
|
"requires": {}
|
|
4881
6605
|
}
|
|
4882
6606
|
},
|
|
@@ -4903,9 +6627,53 @@
|
|
|
4903
6627
|
"requires": {}
|
|
4904
6628
|
}
|
|
4905
6629
|
},
|
|
6630
|
+
{
|
|
6631
|
+
"name": "time",
|
|
6632
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
6633
|
+
"repo": "danielroe/nuxt-time",
|
|
6634
|
+
"npm": "nuxt-time",
|
|
6635
|
+
"icon": "",
|
|
6636
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
6637
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
6638
|
+
"learn_more": "",
|
|
6639
|
+
"category": "Extensions",
|
|
6640
|
+
"type": "3rd-party",
|
|
6641
|
+
"maintainers": [
|
|
6642
|
+
{
|
|
6643
|
+
"name": "danielroe",
|
|
6644
|
+
"github": "danielroe"
|
|
6645
|
+
}
|
|
6646
|
+
],
|
|
6647
|
+
"compatibility": {
|
|
6648
|
+
"nuxt": "^3.0.0",
|
|
6649
|
+
"requires": {}
|
|
6650
|
+
}
|
|
6651
|
+
},
|
|
6652
|
+
{
|
|
6653
|
+
"name": "tiptap",
|
|
6654
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6655
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6656
|
+
"npm": "nuxt-tiptap-editor",
|
|
6657
|
+
"icon": "tiptap.png",
|
|
6658
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6659
|
+
"website": "https://nuxt-tiptap-editor.vercel.app",
|
|
6660
|
+
"learn_more": "https://nuxt-tiptap-editor.vercel.app",
|
|
6661
|
+
"category": "Libraries",
|
|
6662
|
+
"type": "3rd-party",
|
|
6663
|
+
"maintainers": [
|
|
6664
|
+
{
|
|
6665
|
+
"name": "modbender",
|
|
6666
|
+
"github": "modbender"
|
|
6667
|
+
}
|
|
6668
|
+
],
|
|
6669
|
+
"compatibility": {
|
|
6670
|
+
"nuxt": "^3.0.0",
|
|
6671
|
+
"requires": {}
|
|
6672
|
+
}
|
|
6673
|
+
},
|
|
4906
6674
|
{
|
|
4907
6675
|
"name": "toast",
|
|
4908
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6676
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
4909
6677
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
4910
6678
|
"npm": "@nuxtjs/toast",
|
|
4911
6679
|
"icon": "",
|
|
@@ -4926,6 +6694,61 @@
|
|
|
4926
6694
|
"requires": {}
|
|
4927
6695
|
}
|
|
4928
6696
|
},
|
|
6697
|
+
{
|
|
6698
|
+
"name": "translation-manager",
|
|
6699
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6700
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6701
|
+
"npm": "nuxt-translation-manager",
|
|
6702
|
+
"icon": "translation-manager.png",
|
|
6703
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6704
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6705
|
+
"learn_more": "",
|
|
6706
|
+
"category": "Extensions",
|
|
6707
|
+
"type": "3rd-party",
|
|
6708
|
+
"maintainers": [
|
|
6709
|
+
{
|
|
6710
|
+
"name": "Sam K",
|
|
6711
|
+
"github": "samk-dev"
|
|
6712
|
+
}
|
|
6713
|
+
],
|
|
6714
|
+
"compatibility": {
|
|
6715
|
+
"nuxt": "^3.0.0",
|
|
6716
|
+
"requires": {}
|
|
6717
|
+
}
|
|
6718
|
+
},
|
|
6719
|
+
{
|
|
6720
|
+
"name": "tresjs",
|
|
6721
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6722
|
+
"repo": "tresjs/nuxt",
|
|
6723
|
+
"npm": "@tresjs/nuxt",
|
|
6724
|
+
"icon": "tresjs.svg",
|
|
6725
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6726
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6727
|
+
"learn_more": "https://tresjs.org/",
|
|
6728
|
+
"category": "Libraries",
|
|
6729
|
+
"type": "3rd-party",
|
|
6730
|
+
"maintainers": [
|
|
6731
|
+
{
|
|
6732
|
+
"name": "Alvaro Saburido",
|
|
6733
|
+
"github": "alvarosabu",
|
|
6734
|
+
"twitter": "alvarosabu"
|
|
6735
|
+
},
|
|
6736
|
+
{
|
|
6737
|
+
"name": "Jaime Torrealba",
|
|
6738
|
+
"github": "JaimeTorrealba",
|
|
6739
|
+
"twitter": "jaimebboyjt"
|
|
6740
|
+
},
|
|
6741
|
+
{
|
|
6742
|
+
"name": "Tino Koch",
|
|
6743
|
+
"github": "Tinoooo",
|
|
6744
|
+
"twitter": "ichbintino"
|
|
6745
|
+
}
|
|
6746
|
+
],
|
|
6747
|
+
"compatibility": {
|
|
6748
|
+
"nuxt": "^3.0.0",
|
|
6749
|
+
"requires": {}
|
|
6750
|
+
}
|
|
6751
|
+
},
|
|
4929
6752
|
{
|
|
4930
6753
|
"name": "turnstile",
|
|
4931
6754
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -4953,7 +6776,7 @@
|
|
|
4953
6776
|
},
|
|
4954
6777
|
{
|
|
4955
6778
|
"name": "twa",
|
|
4956
|
-
"description": "Nuxt
|
|
6779
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
4957
6780
|
"repo": "tuarrep/nuxt-twa",
|
|
4958
6781
|
"npm": "nuxt-twa",
|
|
4959
6782
|
"icon": "",
|
|
@@ -4975,6 +6798,28 @@
|
|
|
4975
6798
|
}
|
|
4976
6799
|
}
|
|
4977
6800
|
},
|
|
6801
|
+
{
|
|
6802
|
+
"name": "twemoji",
|
|
6803
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6804
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6805
|
+
"npm": "nuxt-twemoji",
|
|
6806
|
+
"icon": "twemoji.svg",
|
|
6807
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6808
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6809
|
+
"learn_more": "",
|
|
6810
|
+
"category": "UI",
|
|
6811
|
+
"type": "3rd-party",
|
|
6812
|
+
"maintainers": [
|
|
6813
|
+
{
|
|
6814
|
+
"name": "Yizack Rangel",
|
|
6815
|
+
"github": "yizack"
|
|
6816
|
+
}
|
|
6817
|
+
],
|
|
6818
|
+
"compatibility": {
|
|
6819
|
+
"nuxt": "^3.0.0",
|
|
6820
|
+
"requires": {}
|
|
6821
|
+
}
|
|
6822
|
+
},
|
|
4978
6823
|
{
|
|
4979
6824
|
"name": "twicpics",
|
|
4980
6825
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5119,6 +6964,63 @@
|
|
|
5119
6964
|
"requires": {}
|
|
5120
6965
|
}
|
|
5121
6966
|
},
|
|
6967
|
+
{
|
|
6968
|
+
"name": "typo3",
|
|
6969
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6970
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6971
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6972
|
+
"icon": "typo3.svg",
|
|
6973
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6974
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6975
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6976
|
+
"category": "CMS",
|
|
6977
|
+
"type": "3rd-party",
|
|
6978
|
+
"maintainers": [
|
|
6979
|
+
{
|
|
6980
|
+
"name": "Macopedia",
|
|
6981
|
+
"github": "macopedia",
|
|
6982
|
+
"twitter": "macopediapl"
|
|
6983
|
+
}
|
|
6984
|
+
],
|
|
6985
|
+
"compatibility": {
|
|
6986
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6987
|
+
"requires": {},
|
|
6988
|
+
"devtools": "^0.0.0"
|
|
6989
|
+
}
|
|
6990
|
+
},
|
|
6991
|
+
{
|
|
6992
|
+
"name": "ui",
|
|
6993
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6994
|
+
"repo": "nuxt/ui#dev",
|
|
6995
|
+
"npm": "@nuxt/ui",
|
|
6996
|
+
"icon": "nuxt.svg",
|
|
6997
|
+
"github": "https://github.com/nuxt/ui",
|
|
6998
|
+
"website": "https://ui.nuxt.com",
|
|
6999
|
+
"learn_more": "",
|
|
7000
|
+
"category": "UI",
|
|
7001
|
+
"type": "official",
|
|
7002
|
+
"maintainers": [
|
|
7003
|
+
{
|
|
7004
|
+
"name": "Benjamin Canac",
|
|
7005
|
+
"github": "benjamincanac",
|
|
7006
|
+
"twitter": "benjamincanac"
|
|
7007
|
+
},
|
|
7008
|
+
{
|
|
7009
|
+
"name": "Sebastien Chopin",
|
|
7010
|
+
"github": "Atinux",
|
|
7011
|
+
"twitter": "Atinux"
|
|
7012
|
+
},
|
|
7013
|
+
{
|
|
7014
|
+
"name": "Sylvain Marroufin",
|
|
7015
|
+
"github": "smarroufin",
|
|
7016
|
+
"twitter": "smarroufin"
|
|
7017
|
+
}
|
|
7018
|
+
],
|
|
7019
|
+
"compatibility": {
|
|
7020
|
+
"nuxt": "^3.0.0",
|
|
7021
|
+
"requires": {}
|
|
7022
|
+
}
|
|
7023
|
+
},
|
|
5122
7024
|
{
|
|
5123
7025
|
"name": "umami",
|
|
5124
7026
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5144,48 +7046,166 @@
|
|
|
5144
7046
|
}
|
|
5145
7047
|
},
|
|
5146
7048
|
{
|
|
5147
|
-
"name": "
|
|
5148
|
-
"description": "
|
|
5149
|
-
"repo": "
|
|
5150
|
-
"npm": "
|
|
5151
|
-
"icon": "",
|
|
5152
|
-
"github": "https://github.com/
|
|
5153
|
-
"website": "https://github.com/
|
|
5154
|
-
"learn_more": "",
|
|
5155
|
-
"category": "
|
|
7049
|
+
"name": "universal-storage",
|
|
7050
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
7051
|
+
"repo": "nuxt-community/universal-storage-module",
|
|
7052
|
+
"npm": "@nuxtjs/universal-storage",
|
|
7053
|
+
"icon": "",
|
|
7054
|
+
"github": "https://github.com/nuxt-community/universal-storage-module",
|
|
7055
|
+
"website": "https://github.com/nuxt-community/universal-storage-module",
|
|
7056
|
+
"learn_more": "https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage",
|
|
7057
|
+
"category": "Extensions",
|
|
7058
|
+
"type": "community",
|
|
7059
|
+
"maintainers": [
|
|
7060
|
+
{
|
|
7061
|
+
"name": "Pooya Parsa",
|
|
7062
|
+
"github": "pi0",
|
|
7063
|
+
"twitter": "_pi0_"
|
|
7064
|
+
},
|
|
7065
|
+
{
|
|
7066
|
+
"name": "Farzad Soltani",
|
|
7067
|
+
"github": "farzadso",
|
|
7068
|
+
"twitter": "farzadso"
|
|
7069
|
+
}
|
|
7070
|
+
],
|
|
7071
|
+
"compatibility": {
|
|
7072
|
+
"nuxt": "^2.0.0",
|
|
7073
|
+
"requires": {}
|
|
7074
|
+
}
|
|
7075
|
+
},
|
|
7076
|
+
{
|
|
7077
|
+
"name": "unlazy",
|
|
7078
|
+
"description": "Lazy loading library for placeholder images",
|
|
7079
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
7080
|
+
"npm": "@unlazy/nuxt",
|
|
7081
|
+
"icon": "unlazy.svg",
|
|
7082
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
7083
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
7084
|
+
"learn_more": "",
|
|
7085
|
+
"category": "Images",
|
|
7086
|
+
"type": "3rd-party",
|
|
7087
|
+
"maintainers": [
|
|
7088
|
+
{
|
|
7089
|
+
"name": "Johann Schopplich",
|
|
7090
|
+
"github": "johannschopplich"
|
|
7091
|
+
}
|
|
7092
|
+
],
|
|
7093
|
+
"compatibility": {
|
|
7094
|
+
"nuxt": "^3.0.0",
|
|
7095
|
+
"requires": {}
|
|
7096
|
+
}
|
|
7097
|
+
},
|
|
7098
|
+
{
|
|
7099
|
+
"name": "unocss",
|
|
7100
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
7101
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
7102
|
+
"npm": "@unocss/nuxt",
|
|
7103
|
+
"icon": "unocss.svg",
|
|
7104
|
+
"github": "https://github.com/unocss/unocss",
|
|
7105
|
+
"website": "https://github.com/unocss/unocss",
|
|
7106
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
7107
|
+
"category": "UI",
|
|
7108
|
+
"type": "3rd-party",
|
|
7109
|
+
"maintainers": [
|
|
7110
|
+
{
|
|
7111
|
+
"name": "Anthony Fu",
|
|
7112
|
+
"github": "antfu",
|
|
7113
|
+
"twitter": "antfu7",
|
|
7114
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
7115
|
+
}
|
|
7116
|
+
],
|
|
7117
|
+
"compatibility": {
|
|
7118
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7119
|
+
"requires": {
|
|
7120
|
+
"bridge": "optional"
|
|
7121
|
+
},
|
|
7122
|
+
"devtools": "^0.0.0"
|
|
7123
|
+
}
|
|
7124
|
+
},
|
|
7125
|
+
{
|
|
7126
|
+
"name": "ununuracss",
|
|
7127
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
7128
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
7129
|
+
"npm": "nuxt-ununura",
|
|
7130
|
+
"icon": "ununuracss.png",
|
|
7131
|
+
"github": "https://github.com/novout/ununuracss",
|
|
7132
|
+
"website": "https://github.com/novout/ununuracss",
|
|
7133
|
+
"learn_more": "https://github.com/novout/ununuracss",
|
|
7134
|
+
"category": "UI",
|
|
7135
|
+
"type": "3rd-party",
|
|
7136
|
+
"maintainers": [
|
|
7137
|
+
{
|
|
7138
|
+
"name": "Giovane Cardoso",
|
|
7139
|
+
"github": "novout",
|
|
7140
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
7141
|
+
}
|
|
7142
|
+
],
|
|
7143
|
+
"compatibility": {
|
|
7144
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7145
|
+
"requires": {}
|
|
7146
|
+
}
|
|
7147
|
+
},
|
|
7148
|
+
{
|
|
7149
|
+
"name": "use-bootstrap",
|
|
7150
|
+
"description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
|
|
7151
|
+
"repo": "simplise/use-bootstrap",
|
|
7152
|
+
"npm": "usebootstrap",
|
|
7153
|
+
"icon": "use-bootstrap.svg",
|
|
7154
|
+
"github": "https://github.com/simplise/use-bootstrap",
|
|
7155
|
+
"website": "https://usebootstrap.org/",
|
|
7156
|
+
"learn_more": "https://usebootstrap.org/",
|
|
7157
|
+
"category": "UI",
|
|
7158
|
+
"type": "3rd-party",
|
|
7159
|
+
"maintainers": [
|
|
7160
|
+
{
|
|
7161
|
+
"name": "KoujiSano",
|
|
7162
|
+
"github": "KoujiSano"
|
|
7163
|
+
}
|
|
7164
|
+
],
|
|
7165
|
+
"compatibility": {
|
|
7166
|
+
"nuxt": "^3.0.0",
|
|
7167
|
+
"requires": {}
|
|
7168
|
+
}
|
|
7169
|
+
},
|
|
7170
|
+
{
|
|
7171
|
+
"name": "use-wagmi",
|
|
7172
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
7173
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
7174
|
+
"npm": "@use-wagmi/nuxt",
|
|
7175
|
+
"icon": "use-wagmi.png",
|
|
7176
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
7177
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
7178
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
7179
|
+
"category": "Extensions",
|
|
5156
7180
|
"type": "3rd-party",
|
|
5157
7181
|
"maintainers": [
|
|
5158
7182
|
{
|
|
5159
|
-
"name": "
|
|
5160
|
-
"github": "
|
|
7183
|
+
"name": "Unic Ape",
|
|
7184
|
+
"github": "unicape"
|
|
5161
7185
|
}
|
|
5162
7186
|
],
|
|
5163
7187
|
"compatibility": {
|
|
5164
|
-
"nuxt": "^3.0.0",
|
|
5165
|
-
"requires": {
|
|
7188
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7189
|
+
"requires": {
|
|
7190
|
+
"bridge": true
|
|
7191
|
+
}
|
|
5166
7192
|
}
|
|
5167
7193
|
},
|
|
5168
7194
|
{
|
|
5169
|
-
"name": "
|
|
5170
|
-
"description": "
|
|
5171
|
-
"repo": "nuxt-
|
|
5172
|
-
"npm": "
|
|
7195
|
+
"name": "user-agent",
|
|
7196
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
7197
|
+
"repo": "fukuiretu/nuxt-user-agent",
|
|
7198
|
+
"npm": "nuxt-user-agent",
|
|
5173
7199
|
"icon": "",
|
|
5174
|
-
"github": "https://github.com/nuxt-
|
|
5175
|
-
"website": "https://github.com/nuxt-
|
|
5176
|
-
"learn_more": "
|
|
7200
|
+
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
7201
|
+
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
7202
|
+
"learn_more": "",
|
|
5177
7203
|
"category": "Extensions",
|
|
5178
|
-
"type": "
|
|
7204
|
+
"type": "3rd-party",
|
|
5179
7205
|
"maintainers": [
|
|
5180
7206
|
{
|
|
5181
|
-
"name": "
|
|
5182
|
-
"github": "
|
|
5183
|
-
"twitter": "_pi0_"
|
|
5184
|
-
},
|
|
5185
|
-
{
|
|
5186
|
-
"name": "Farzad Soltani",
|
|
5187
|
-
"github": "farzadso",
|
|
5188
|
-
"twitter": "farzadso"
|
|
7207
|
+
"name": "fukuiretu",
|
|
7208
|
+
"github": "fukuiretu"
|
|
5189
7209
|
}
|
|
5190
7210
|
],
|
|
5191
7211
|
"compatibility": {
|
|
@@ -5194,98 +7214,94 @@
|
|
|
5194
7214
|
}
|
|
5195
7215
|
},
|
|
5196
7216
|
{
|
|
5197
|
-
"name": "
|
|
5198
|
-
"description": "
|
|
5199
|
-
"repo": "
|
|
5200
|
-
"npm": "@
|
|
5201
|
-
"icon": "
|
|
5202
|
-
"github": "https://github.com/
|
|
5203
|
-
"website": "https://github.
|
|
5204
|
-
"learn_more": "https://github.com/
|
|
5205
|
-
"category": "
|
|
7217
|
+
"name": "vant",
|
|
7218
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
7219
|
+
"repo": "vant-ui/vant-nuxt",
|
|
7220
|
+
"npm": "@vant/nuxt",
|
|
7221
|
+
"icon": "vant.png",
|
|
7222
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
7223
|
+
"website": "https://vant-ui.github.io/vant",
|
|
7224
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
7225
|
+
"category": "UI",
|
|
5206
7226
|
"type": "3rd-party",
|
|
5207
7227
|
"maintainers": [
|
|
5208
7228
|
{
|
|
5209
|
-
"name": "
|
|
5210
|
-
"github": "
|
|
5211
|
-
"twitter": "harlan_zw",
|
|
5212
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
7229
|
+
"name": "tolking",
|
|
7230
|
+
"github": "tolking"
|
|
5213
7231
|
}
|
|
5214
7232
|
],
|
|
5215
7233
|
"compatibility": {
|
|
5216
|
-
"nuxt": "^
|
|
7234
|
+
"nuxt": "^3.0.0",
|
|
5217
7235
|
"requires": {
|
|
5218
7236
|
"bridge": "optional"
|
|
5219
7237
|
}
|
|
5220
7238
|
}
|
|
5221
7239
|
},
|
|
5222
7240
|
{
|
|
5223
|
-
"name": "
|
|
5224
|
-
"description": "
|
|
5225
|
-
"repo": "
|
|
5226
|
-
"npm": "@
|
|
5227
|
-
"icon": "
|
|
5228
|
-
"github": "https://github.com/
|
|
5229
|
-
"website": "https://
|
|
5230
|
-
"learn_more": "https://github.com/
|
|
7241
|
+
"name": "varlet",
|
|
7242
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
7243
|
+
"repo": "varletjs/varlet-nuxt",
|
|
7244
|
+
"npm": "@varlet/nuxt",
|
|
7245
|
+
"icon": "varlet.svg",
|
|
7246
|
+
"github": "https://github.com/varletjs/varlet",
|
|
7247
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
7248
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
5231
7249
|
"category": "UI",
|
|
5232
7250
|
"type": "3rd-party",
|
|
5233
7251
|
"maintainers": [
|
|
5234
7252
|
{
|
|
5235
|
-
"name": "
|
|
5236
|
-
"github": "
|
|
5237
|
-
"twitter": "antfu7",
|
|
5238
|
-
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
7253
|
+
"name": "zhangmo8",
|
|
7254
|
+
"github": "zhangmo8"
|
|
5239
7255
|
}
|
|
5240
7256
|
],
|
|
5241
7257
|
"compatibility": {
|
|
5242
|
-
"nuxt": "^
|
|
7258
|
+
"nuxt": "^3.0.0",
|
|
5243
7259
|
"requires": {
|
|
5244
7260
|
"bridge": "optional"
|
|
5245
7261
|
}
|
|
5246
7262
|
}
|
|
5247
7263
|
},
|
|
5248
7264
|
{
|
|
5249
|
-
"name": "
|
|
5250
|
-
"description": "
|
|
5251
|
-
"repo": "
|
|
5252
|
-
"npm": "nuxt-
|
|
5253
|
-
"icon": "",
|
|
5254
|
-
"github": "https://github.com/
|
|
5255
|
-
"website": "https://github.com/
|
|
7265
|
+
"name": "vcalendar",
|
|
7266
|
+
"description": "VCalendar module for Nuxt",
|
|
7267
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
7268
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7269
|
+
"icon": "vcalendar.png",
|
|
7270
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
7271
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
5256
7272
|
"learn_more": "",
|
|
5257
|
-
"category": "
|
|
7273
|
+
"category": "Libraries",
|
|
5258
7274
|
"type": "3rd-party",
|
|
5259
7275
|
"maintainers": [
|
|
5260
7276
|
{
|
|
5261
|
-
"name": "
|
|
5262
|
-
"github": "
|
|
7277
|
+
"name": "Sam K",
|
|
7278
|
+
"github": "samk-dev"
|
|
5263
7279
|
}
|
|
5264
7280
|
],
|
|
5265
7281
|
"compatibility": {
|
|
5266
|
-
"nuxt": "^
|
|
7282
|
+
"nuxt": "^3.0.0",
|
|
5267
7283
|
"requires": {}
|
|
5268
7284
|
}
|
|
5269
7285
|
},
|
|
5270
7286
|
{
|
|
5271
|
-
"name": "validate",
|
|
5272
|
-
"description": "
|
|
5273
|
-
"repo": "
|
|
5274
|
-
"npm": "
|
|
7287
|
+
"name": "vee-validate",
|
|
7288
|
+
"description": "Painless Vue forms for Nuxt",
|
|
7289
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
7290
|
+
"npm": "@vee-validate/nuxt",
|
|
5275
7291
|
"icon": "vee-validate.png",
|
|
5276
|
-
"github": "https://github.com/
|
|
5277
|
-
"website": "https://
|
|
5278
|
-
"learn_more": "https://
|
|
7292
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
7293
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
7294
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
5279
7295
|
"category": "Libraries",
|
|
5280
7296
|
"type": "3rd-party",
|
|
5281
7297
|
"maintainers": [
|
|
5282
7298
|
{
|
|
5283
|
-
"name": "
|
|
5284
|
-
"github": "
|
|
7299
|
+
"name": "Abdelrahman Awad",
|
|
7300
|
+
"github": "logaretm"
|
|
5285
7301
|
}
|
|
5286
7302
|
],
|
|
5287
7303
|
"compatibility": {
|
|
5288
|
-
"nuxt": "^
|
|
7304
|
+
"nuxt": "^3.0.0",
|
|
5289
7305
|
"requires": {}
|
|
5290
7306
|
}
|
|
5291
7307
|
},
|
|
@@ -5312,9 +7328,54 @@
|
|
|
5312
7328
|
"requires": {}
|
|
5313
7329
|
}
|
|
5314
7330
|
},
|
|
7331
|
+
{
|
|
7332
|
+
"name": "vercel-analytics",
|
|
7333
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
7334
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
7335
|
+
"npm": "nuxt-vercel-analytics",
|
|
7336
|
+
"icon": "",
|
|
7337
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7338
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7339
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
7340
|
+
"category": "Analytics",
|
|
7341
|
+
"type": "3rd-party",
|
|
7342
|
+
"maintainers": [
|
|
7343
|
+
{
|
|
7344
|
+
"name": "Alexander B.",
|
|
7345
|
+
"github": "xanderbarkhatov"
|
|
7346
|
+
}
|
|
7347
|
+
],
|
|
7348
|
+
"compatibility": {
|
|
7349
|
+
"nuxt": "^3.0.0",
|
|
7350
|
+
"requires": {}
|
|
7351
|
+
}
|
|
7352
|
+
},
|
|
7353
|
+
{
|
|
7354
|
+
"name": "vexip-ui",
|
|
7355
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
7356
|
+
"repo": "vexip-ui/nuxt",
|
|
7357
|
+
"npm": "@vexip-ui/nuxt",
|
|
7358
|
+
"icon": "vexip-ui.svg",
|
|
7359
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
7360
|
+
"website": "https://www.vexipui.com/",
|
|
7361
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
7362
|
+
"category": "UI",
|
|
7363
|
+
"type": "3rd-party",
|
|
7364
|
+
"maintainers": [
|
|
7365
|
+
{
|
|
7366
|
+
"name": "未觉雨声",
|
|
7367
|
+
"github": "qmhc",
|
|
7368
|
+
"twitter": "qmhc95"
|
|
7369
|
+
}
|
|
7370
|
+
],
|
|
7371
|
+
"compatibility": {
|
|
7372
|
+
"nuxt": "^3.0.0",
|
|
7373
|
+
"requires": {}
|
|
7374
|
+
}
|
|
7375
|
+
},
|
|
5315
7376
|
{
|
|
5316
7377
|
"name": "vite-pwa-nuxt",
|
|
5317
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7378
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
5318
7379
|
"repo": "vite-pwa/nuxt",
|
|
5319
7380
|
"npm": "@vite-pwa/nuxt",
|
|
5320
7381
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -5341,24 +7402,52 @@
|
|
|
5341
7402
|
}
|
|
5342
7403
|
},
|
|
5343
7404
|
{
|
|
5344
|
-
"name": "
|
|
5345
|
-
"description": "
|
|
5346
|
-
"repo": "
|
|
5347
|
-
"npm": "nuxt
|
|
5348
|
-
"icon": "
|
|
5349
|
-
"github": "https://github.com/
|
|
5350
|
-
"website": "https://
|
|
5351
|
-
"learn_more": "",
|
|
5352
|
-
"category": "
|
|
7405
|
+
"name": "vue-email",
|
|
7406
|
+
"description": "💌 Write email templates with vue",
|
|
7407
|
+
"repo": "vue-email/nuxt",
|
|
7408
|
+
"npm": "@vue-email/nuxt",
|
|
7409
|
+
"icon": "vue-email.svg",
|
|
7410
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7411
|
+
"website": "https://vuemail.net/",
|
|
7412
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
7413
|
+
"category": "UI",
|
|
5353
7414
|
"type": "3rd-party",
|
|
5354
7415
|
"maintainers": [
|
|
5355
7416
|
{
|
|
5356
|
-
"name": "
|
|
5357
|
-
"github": "
|
|
7417
|
+
"name": "David Arenas",
|
|
7418
|
+
"github": "Dave136",
|
|
7419
|
+
"twitter": "davejs4",
|
|
7420
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
5358
7421
|
},
|
|
5359
7422
|
{
|
|
5360
|
-
"name": "
|
|
5361
|
-
"github": "
|
|
7423
|
+
"name": "Younes Barrad",
|
|
7424
|
+
"github": "Flowko",
|
|
7425
|
+
"twitter": "imflowko",
|
|
7426
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
7427
|
+
}
|
|
7428
|
+
],
|
|
7429
|
+
"compatibility": {
|
|
7430
|
+
"nuxt": "^3.0.0",
|
|
7431
|
+
"requires": {},
|
|
7432
|
+
"devtools": "^0.0.0"
|
|
7433
|
+
}
|
|
7434
|
+
},
|
|
7435
|
+
{
|
|
7436
|
+
"name": "vue-final-modal",
|
|
7437
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7438
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7439
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7440
|
+
"icon": "vue-final-modal.svg",
|
|
7441
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7442
|
+
"website": "https://vue-final-modal.org/",
|
|
7443
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7444
|
+
"category": "UI",
|
|
7445
|
+
"type": "3rd-party",
|
|
7446
|
+
"maintainers": [
|
|
7447
|
+
{
|
|
7448
|
+
"name": "Hunter Liu",
|
|
7449
|
+
"github": "hunterliu1003",
|
|
7450
|
+
"twitter": "hunterliu1003"
|
|
5362
7451
|
}
|
|
5363
7452
|
],
|
|
5364
7453
|
"compatibility": {
|
|
@@ -5368,13 +7457,13 @@
|
|
|
5368
7457
|
},
|
|
5369
7458
|
{
|
|
5370
7459
|
"name": "vue-macros",
|
|
5371
|
-
"description": "Explore
|
|
5372
|
-
"repo": "sxzz/
|
|
7460
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
7461
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5373
7462
|
"npm": "@vue-macros/nuxt",
|
|
5374
7463
|
"icon": "vue-macros.svg",
|
|
5375
|
-
"github": "https://github.com/sxzz/
|
|
7464
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5376
7465
|
"website": "https://vue-macros.sxzz.moe",
|
|
5377
|
-
"learn_more": "https://github.com/sxzz/
|
|
7466
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5378
7467
|
"category": "Extensions",
|
|
5379
7468
|
"type": "3rd-party",
|
|
5380
7469
|
"maintainers": [
|
|
@@ -5388,7 +7477,8 @@
|
|
|
5388
7477
|
"nuxt": "^3.0.0",
|
|
5389
7478
|
"requires": {
|
|
5390
7479
|
"bridge": "optional"
|
|
5391
|
-
}
|
|
7480
|
+
},
|
|
7481
|
+
"devtools": "^0.0.0"
|
|
5392
7482
|
}
|
|
5393
7483
|
},
|
|
5394
7484
|
{
|
|
@@ -5415,7 +7505,7 @@
|
|
|
5415
7505
|
},
|
|
5416
7506
|
{
|
|
5417
7507
|
"name": "vue-multiselect",
|
|
5418
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7508
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
5419
7509
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
5420
7510
|
"npm": "nuxt-vue-multiselect",
|
|
5421
7511
|
"icon": "",
|
|
@@ -5457,6 +7547,29 @@
|
|
|
5457
7547
|
"requires": {}
|
|
5458
7548
|
}
|
|
5459
7549
|
},
|
|
7550
|
+
{
|
|
7551
|
+
"name": "vue-query",
|
|
7552
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7553
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
7554
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
7555
|
+
"icon": "vue-query.svg",
|
|
7556
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
7557
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
7558
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
7559
|
+
"category": "Request",
|
|
7560
|
+
"type": "3rd-party",
|
|
7561
|
+
"maintainers": [
|
|
7562
|
+
{
|
|
7563
|
+
"name": "Hebilicious",
|
|
7564
|
+
"github": "Hebilicious",
|
|
7565
|
+
"twitter": "its_hebilicious"
|
|
7566
|
+
}
|
|
7567
|
+
],
|
|
7568
|
+
"compatibility": {
|
|
7569
|
+
"nuxt": "^3.0.0",
|
|
7570
|
+
"requires": {}
|
|
7571
|
+
}
|
|
7572
|
+
},
|
|
5460
7573
|
{
|
|
5461
7574
|
"name": "vue-select",
|
|
5462
7575
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5506,7 +7619,7 @@
|
|
|
5506
7619
|
},
|
|
5507
7620
|
{
|
|
5508
7621
|
"name": "vue-warehouse",
|
|
5509
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7622
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
5510
7623
|
"repo": "juliomrqz/vue-warehouse",
|
|
5511
7624
|
"npm": "vue-warehouse",
|
|
5512
7625
|
"icon": "",
|
|
@@ -5527,10 +7640,33 @@
|
|
|
5527
7640
|
"requires": {}
|
|
5528
7641
|
}
|
|
5529
7642
|
},
|
|
7643
|
+
{
|
|
7644
|
+
"name": "vue3-carousel-nuxt",
|
|
7645
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7646
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7647
|
+
"npm": "vue3-carousel-nuxt",
|
|
7648
|
+
"icon": "",
|
|
7649
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7650
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7651
|
+
"learn_more": "",
|
|
7652
|
+
"category": "UI",
|
|
7653
|
+
"type": "3rd-party",
|
|
7654
|
+
"maintainers": [
|
|
7655
|
+
{
|
|
7656
|
+
"name": "Gaetan SENN",
|
|
7657
|
+
"github": "gaetansenn",
|
|
7658
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7659
|
+
}
|
|
7660
|
+
],
|
|
7661
|
+
"compatibility": {
|
|
7662
|
+
"nuxt": "^3.0.0",
|
|
7663
|
+
"requires": {}
|
|
7664
|
+
}
|
|
7665
|
+
},
|
|
5530
7666
|
{
|
|
5531
7667
|
"name": "vuefire",
|
|
5532
7668
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
5533
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
7669
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
5534
7670
|
"npm": "nuxt-vuefire",
|
|
5535
7671
|
"icon": "vuefire.svg",
|
|
5536
7672
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -5549,15 +7685,61 @@
|
|
|
5549
7685
|
"requires": {}
|
|
5550
7686
|
}
|
|
5551
7687
|
},
|
|
7688
|
+
{
|
|
7689
|
+
"name": "vueform-builder",
|
|
7690
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7691
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7692
|
+
"npm": "@vueform/builder-nuxt",
|
|
7693
|
+
"icon": "vueform.svg",
|
|
7694
|
+
"github": "https://github.com/vueform/builder",
|
|
7695
|
+
"website": "https://builder.vueform.com",
|
|
7696
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7697
|
+
"category": "Libraries",
|
|
7698
|
+
"type": "3rd-party",
|
|
7699
|
+
"maintainers": [
|
|
7700
|
+
{
|
|
7701
|
+
"name": "Adam Berecz",
|
|
7702
|
+
"github": "adamberecz",
|
|
7703
|
+
"twitter": "bereczadam"
|
|
7704
|
+
}
|
|
7705
|
+
],
|
|
7706
|
+
"compatibility": {
|
|
7707
|
+
"nuxt": "^3.0.0",
|
|
7708
|
+
"requires": {}
|
|
7709
|
+
}
|
|
7710
|
+
},
|
|
7711
|
+
{
|
|
7712
|
+
"name": "vueform",
|
|
7713
|
+
"description": "Official Vueform module for Nuxt",
|
|
7714
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7715
|
+
"npm": "@vueform/nuxt",
|
|
7716
|
+
"icon": "vueform.svg",
|
|
7717
|
+
"github": "https://github.com/vueform/vueform",
|
|
7718
|
+
"website": "https://vueform.com",
|
|
7719
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7720
|
+
"category": "Libraries",
|
|
7721
|
+
"type": "3rd-party",
|
|
7722
|
+
"maintainers": [
|
|
7723
|
+
{
|
|
7724
|
+
"name": "Adam Berecz",
|
|
7725
|
+
"github": "adamberecz",
|
|
7726
|
+
"twitter": "bereczadam"
|
|
7727
|
+
}
|
|
7728
|
+
],
|
|
7729
|
+
"compatibility": {
|
|
7730
|
+
"nuxt": "^3.0.0",
|
|
7731
|
+
"requires": {}
|
|
7732
|
+
}
|
|
7733
|
+
},
|
|
5552
7734
|
{
|
|
5553
7735
|
"name": "vuestic",
|
|
5554
|
-
"description": "Vuestic UI module for Nuxt
|
|
7736
|
+
"description": "Vuestic UI module for Nuxt",
|
|
5555
7737
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
5556
7738
|
"npm": "@vuestic/nuxt",
|
|
5557
7739
|
"icon": "vuestic.png",
|
|
5558
7740
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
5559
|
-
"website": "https://vuestic.dev",
|
|
5560
|
-
"learn_more": "https://vuestic.dev/
|
|
7741
|
+
"website": "https://ui.vuestic.dev",
|
|
7742
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
5561
7743
|
"category": "UI",
|
|
5562
7744
|
"type": "3rd-party",
|
|
5563
7745
|
"maintainers": [
|
|
@@ -5571,9 +7753,31 @@
|
|
|
5571
7753
|
"requires": {}
|
|
5572
7754
|
}
|
|
5573
7755
|
},
|
|
7756
|
+
{
|
|
7757
|
+
"name": "vuetify-nuxt-module",
|
|
7758
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7759
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7760
|
+
"npm": "vuetify-nuxt-module",
|
|
7761
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7762
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7763
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7764
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
7765
|
+
"category": "UI",
|
|
7766
|
+
"type": "3rd-party",
|
|
7767
|
+
"maintainers": [
|
|
7768
|
+
{
|
|
7769
|
+
"name": "Joaquín Sánchez",
|
|
7770
|
+
"github": "userquin"
|
|
7771
|
+
}
|
|
7772
|
+
],
|
|
7773
|
+
"compatibility": {
|
|
7774
|
+
"nuxt": "^3.0.0",
|
|
7775
|
+
"requires": {}
|
|
7776
|
+
}
|
|
7777
|
+
},
|
|
5574
7778
|
{
|
|
5575
7779
|
"name": "vuetify",
|
|
5576
|
-
"description": "Vuetify Module for Nuxt
|
|
7780
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
5577
7781
|
"repo": "nuxt-community/vuetify-module",
|
|
5578
7782
|
"npm": "@nuxtjs/vuetify",
|
|
5579
7783
|
"icon": "vuetify.png",
|
|
@@ -5620,7 +7824,8 @@
|
|
|
5620
7824
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5621
7825
|
"requires": {
|
|
5622
7826
|
"bridge": "optional"
|
|
5623
|
-
}
|
|
7827
|
+
},
|
|
7828
|
+
"devtools": "^0.0.0"
|
|
5624
7829
|
}
|
|
5625
7830
|
},
|
|
5626
7831
|
{
|
|
@@ -5645,14 +7850,37 @@
|
|
|
5645
7850
|
"requires": {}
|
|
5646
7851
|
}
|
|
5647
7852
|
},
|
|
7853
|
+
{
|
|
7854
|
+
"name": "vunix",
|
|
7855
|
+
"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.",
|
|
7856
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
7857
|
+
"npm": "@vunix/nuxt",
|
|
7858
|
+
"icon": "",
|
|
7859
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
7860
|
+
"website": "https://vunix.dewib.com/",
|
|
7861
|
+
"learn_more": "",
|
|
7862
|
+
"category": "UI",
|
|
7863
|
+
"type": "3rd-party",
|
|
7864
|
+
"maintainers": [
|
|
7865
|
+
{
|
|
7866
|
+
"name": "Gaetan SENN",
|
|
7867
|
+
"github": "gaetansenn",
|
|
7868
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7869
|
+
}
|
|
7870
|
+
],
|
|
7871
|
+
"compatibility": {
|
|
7872
|
+
"nuxt": "^3.0.0",
|
|
7873
|
+
"requires": {}
|
|
7874
|
+
}
|
|
7875
|
+
},
|
|
5648
7876
|
{
|
|
5649
7877
|
"name": "web-vitals",
|
|
5650
7878
|
"description": "Web Vitals for Nuxt",
|
|
5651
|
-
"repo": "nuxt-
|
|
7879
|
+
"repo": "nuxt-modules/web-vitals",
|
|
5652
7880
|
"npm": "@nuxtjs/web-vitals",
|
|
5653
7881
|
"icon": "web-vitals.png",
|
|
5654
|
-
"github": "https://github.com/nuxt-
|
|
5655
|
-
"website": "https://github.com/nuxt-
|
|
7882
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7883
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
5656
7884
|
"learn_more": "",
|
|
5657
7885
|
"category": "Performance",
|
|
5658
7886
|
"type": "community",
|
|
@@ -5679,29 +7907,6 @@
|
|
|
5679
7907
|
}
|
|
5680
7908
|
}
|
|
5681
7909
|
},
|
|
5682
|
-
{
|
|
5683
|
-
"name": "web3js",
|
|
5684
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5685
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5686
|
-
"npm": "nuxt-web3",
|
|
5687
|
-
"icon": "web3js.svg",
|
|
5688
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5689
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5690
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5691
|
-
"category": "Libraries",
|
|
5692
|
-
"type": "3rd-party",
|
|
5693
|
-
"maintainers": [
|
|
5694
|
-
{
|
|
5695
|
-
"name": "Muhammad Fauzan",
|
|
5696
|
-
"github": "bl0cknumber",
|
|
5697
|
-
"twitter": "fncolon"
|
|
5698
|
-
}
|
|
5699
|
-
],
|
|
5700
|
-
"compatibility": {
|
|
5701
|
-
"nuxt": "^2.0.0",
|
|
5702
|
-
"requires": {}
|
|
5703
|
-
}
|
|
5704
|
-
},
|
|
5705
7910
|
{
|
|
5706
7911
|
"name": "webfontloader",
|
|
5707
7912
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5726,7 +7931,7 @@
|
|
|
5726
7931
|
},
|
|
5727
7932
|
{
|
|
5728
7933
|
"name": "webpack-optimisations",
|
|
5729
|
-
"description": "Nuxt
|
|
7934
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
5730
7935
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
5731
7936
|
"npm": "nuxt-webpack-optimisations",
|
|
5732
7937
|
"icon": "build-optimisations.svg",
|
|
@@ -5801,7 +8006,7 @@
|
|
|
5801
8006
|
"icon": "webpack.png",
|
|
5802
8007
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
5803
8008
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
5804
|
-
"learn_more": "
|
|
8009
|
+
"learn_more": "",
|
|
5805
8010
|
"category": "Devtools",
|
|
5806
8011
|
"type": "community",
|
|
5807
8012
|
"maintainers": [
|
|
@@ -5816,14 +8021,62 @@
|
|
|
5816
8021
|
"requires": {}
|
|
5817
8022
|
}
|
|
5818
8023
|
},
|
|
8024
|
+
{
|
|
8025
|
+
"name": "well-known",
|
|
8026
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
8027
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
8028
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
8029
|
+
"icon": "well-known.svg",
|
|
8030
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
8031
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
8032
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
8033
|
+
"category": "SEO",
|
|
8034
|
+
"type": "3rd-party",
|
|
8035
|
+
"maintainers": [
|
|
8036
|
+
{
|
|
8037
|
+
"name": "Zadig&Voltaire Team",
|
|
8038
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
8039
|
+
}
|
|
8040
|
+
],
|
|
8041
|
+
"compatibility": {
|
|
8042
|
+
"nuxt": "^3.0.0",
|
|
8043
|
+
"requires": {}
|
|
8044
|
+
}
|
|
8045
|
+
},
|
|
8046
|
+
{
|
|
8047
|
+
"name": "wideangle",
|
|
8048
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
8049
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
8050
|
+
"npm": "wideangle-nuxt",
|
|
8051
|
+
"icon": "wideangle.png",
|
|
8052
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
8053
|
+
"website": "https://wideangle.co",
|
|
8054
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
8055
|
+
"category": "Analytics",
|
|
8056
|
+
"type": "3rd-party",
|
|
8057
|
+
"maintainers": [
|
|
8058
|
+
{
|
|
8059
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
8060
|
+
"github": "inputobjects"
|
|
8061
|
+
},
|
|
8062
|
+
{
|
|
8063
|
+
"name": "Jarek Rozanski",
|
|
8064
|
+
"github": "jrozanski"
|
|
8065
|
+
}
|
|
8066
|
+
],
|
|
8067
|
+
"compatibility": {
|
|
8068
|
+
"nuxt": "^3.0.0",
|
|
8069
|
+
"requires": {}
|
|
8070
|
+
}
|
|
8071
|
+
},
|
|
5819
8072
|
{
|
|
5820
8073
|
"name": "windicss",
|
|
5821
8074
|
"description": "Next generation utility-first CSS framework.",
|
|
5822
|
-
"repo": "windicss/nuxt-windicss
|
|
8075
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
5823
8076
|
"npm": "nuxt-windicss",
|
|
5824
8077
|
"icon": "windicss.svg",
|
|
5825
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
5826
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
8078
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
8079
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
5827
8080
|
"learn_more": "https://windicss.org/",
|
|
5828
8081
|
"category": "UI",
|
|
5829
8082
|
"type": "3rd-party",
|
|
@@ -5959,32 +8212,9 @@
|
|
|
5959
8212
|
"requires": {}
|
|
5960
8213
|
}
|
|
5961
8214
|
},
|
|
5962
|
-
{
|
|
5963
|
-
"name": "yandex-metrika",
|
|
5964
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
5965
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
5966
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
5967
|
-
"icon": "",
|
|
5968
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
5969
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
5970
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
5971
|
-
"category": "Analytics",
|
|
5972
|
-
"type": "community",
|
|
5973
|
-
"maintainers": [
|
|
5974
|
-
{
|
|
5975
|
-
"name": "Pooya Parsa",
|
|
5976
|
-
"github": "pi0",
|
|
5977
|
-
"twitter": "_pi0_"
|
|
5978
|
-
}
|
|
5979
|
-
],
|
|
5980
|
-
"compatibility": {
|
|
5981
|
-
"nuxt": "^2.0.0",
|
|
5982
|
-
"requires": {}
|
|
5983
|
-
}
|
|
5984
|
-
},
|
|
5985
8215
|
{
|
|
5986
8216
|
"name": "zendesk",
|
|
5987
|
-
"description": "Nuxt
|
|
8217
|
+
"description": "Nuxt module for Zendesk",
|
|
5988
8218
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
5989
8219
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
5990
8220
|
"icon": "zendesk.png",
|