@nuxt/modules 0.6.0-751ced → 0.6.0-75840
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/modules.json +2764 -613
- package/package.json +13 -10
package/modules.json
CHANGED
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"name": "Vunix",
|
|
4
|
-
"description": "",
|
|
5
|
-
"repo": "gaetansenn/vunix",
|
|
6
|
-
"npm": "vunix",
|
|
7
|
-
"icon": "",
|
|
8
|
-
"github": "https://github.com/gaetansenn/vunix",
|
|
9
|
-
"website": "https://github.com/gaetansenn/vunix",
|
|
10
|
-
"learn_more": "",
|
|
11
|
-
"category": "Devtools",
|
|
12
|
-
"type": "3rd-party",
|
|
13
|
-
"maintainers": [
|
|
14
|
-
{
|
|
15
|
-
"name": "gaetansenn",
|
|
16
|
-
"github": "gaetansenn"
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
|
-
"compatibility": {
|
|
20
|
-
"nuxt": "^2.0.0",
|
|
21
|
-
"requires": {}
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
2
|
{
|
|
25
3
|
"name": "ackee",
|
|
26
|
-
"description": "Nuxt
|
|
4
|
+
"description": "Nuxt module for Ackee analytics",
|
|
27
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
28
6
|
"npm": "nuxt-ackee",
|
|
29
7
|
"icon": "ackee.png",
|
|
@@ -50,7 +28,7 @@
|
|
|
50
28
|
},
|
|
51
29
|
{
|
|
52
30
|
"name": "agility-cms",
|
|
53
|
-
"description": "Agility CMS Integration for Nuxt
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
54
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
55
33
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
56
34
|
"icon": "agility.png",
|
|
@@ -73,7 +51,7 @@
|
|
|
73
51
|
},
|
|
74
52
|
{
|
|
75
53
|
"name": "algolia",
|
|
76
|
-
"description": "Algolia Search Module for Nuxt
|
|
54
|
+
"description": "Algolia Search Module for Nuxt",
|
|
77
55
|
"repo": "nuxt-modules/algolia",
|
|
78
56
|
"npm": "@nuxtjs/algolia",
|
|
79
57
|
"icon": "algolia.svg",
|
|
@@ -148,12 +126,12 @@
|
|
|
148
126
|
},
|
|
149
127
|
{
|
|
150
128
|
"name": "animejs",
|
|
151
|
-
"description": "Anime.js module for Nuxt
|
|
152
|
-
"repo": "
|
|
153
|
-
"npm": "nuxt-
|
|
129
|
+
"description": "Anime.js module for Nuxt",
|
|
130
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
131
|
+
"npm": "@hypernym/nuxt-anime",
|
|
154
132
|
"icon": "",
|
|
155
|
-
"github": "https://github.com/
|
|
156
|
-
"website": "https://github.com/
|
|
133
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
134
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
157
135
|
"learn_more": "",
|
|
158
136
|
"category": "Libraries",
|
|
159
137
|
"type": "3rd-party",
|
|
@@ -164,18 +142,64 @@
|
|
|
164
142
|
}
|
|
165
143
|
],
|
|
166
144
|
"compatibility": {
|
|
167
|
-
"nuxt": "^2.0.0",
|
|
145
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
146
|
+
"requires": {}
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "ant-design-vue",
|
|
151
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
152
|
+
"repo": "vueComponent/ant-design-vue-nuxt",
|
|
153
|
+
"npm": "@ant-design-vue/nuxt",
|
|
154
|
+
"icon": "ant-design-vue.svg",
|
|
155
|
+
"github": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
156
|
+
"website": "https://antdv.com",
|
|
157
|
+
"learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
158
|
+
"category": "UI",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "tangjinzhou",
|
|
163
|
+
"github": "tangjinzhou"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"compatibility": {
|
|
167
|
+
"nuxt": "^3.0.0",
|
|
168
|
+
"requires": {
|
|
169
|
+
"bridge": "optional"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "aos",
|
|
175
|
+
"description": "A Nuxt module that adds Animate On Scroll",
|
|
176
|
+
"repo": "egidiusmengelberg/nuxt-aos",
|
|
177
|
+
"npm": "nuxt-aos",
|
|
178
|
+
"icon": "aos.png",
|
|
179
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
181
|
+
"learn_more": "",
|
|
182
|
+
"category": "Libraries",
|
|
183
|
+
"type": "3rd-party",
|
|
184
|
+
"maintainers": [
|
|
185
|
+
{
|
|
186
|
+
"name": "egidiusmengelberg",
|
|
187
|
+
"github": "egidiusmengelberg"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"compatibility": {
|
|
191
|
+
"nuxt": "^3.0.0",
|
|
168
192
|
"requires": {}
|
|
169
193
|
}
|
|
170
194
|
},
|
|
171
195
|
{
|
|
172
196
|
"name": "api-party",
|
|
173
|
-
"description": "
|
|
197
|
+
"description": "Securely connect to any API with a server proxy and dynamic composables",
|
|
174
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
175
199
|
"npm": "nuxt-api-party",
|
|
176
200
|
"icon": "api-party.svg",
|
|
177
201
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
178
|
-
"website": "https://nuxt-api-party.
|
|
202
|
+
"website": "https://nuxt-api-party.byjohann.dev/",
|
|
179
203
|
"learn_more": "",
|
|
180
204
|
"category": "Request",
|
|
181
205
|
"type": "3rd-party",
|
|
@@ -192,6 +216,28 @@
|
|
|
192
216
|
"requires": {}
|
|
193
217
|
}
|
|
194
218
|
},
|
|
219
|
+
{
|
|
220
|
+
"name": "api-shield",
|
|
221
|
+
"description": "Nuxt API Shield - Rate Limiting",
|
|
222
|
+
"repo": "rrd108/nuxt-api-shield",
|
|
223
|
+
"npm": "nuxt-api-shield",
|
|
224
|
+
"icon": "api-shield.png",
|
|
225
|
+
"github": "https://github.com/rrd108/nuxt-api-shield",
|
|
226
|
+
"website": "https://github.com/rrd108/nuxt-api-shield",
|
|
227
|
+
"learn_more": "",
|
|
228
|
+
"category": "Security",
|
|
229
|
+
"type": "3rd-party",
|
|
230
|
+
"maintainers": [
|
|
231
|
+
{
|
|
232
|
+
"name": "rrd",
|
|
233
|
+
"github": "rrd108"
|
|
234
|
+
}
|
|
235
|
+
],
|
|
236
|
+
"compatibility": {
|
|
237
|
+
"nuxt": "^3.0.0",
|
|
238
|
+
"requires": {}
|
|
239
|
+
}
|
|
240
|
+
},
|
|
195
241
|
{
|
|
196
242
|
"name": "apis-to-file",
|
|
197
243
|
"description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
|
|
@@ -218,7 +264,7 @@
|
|
|
218
264
|
},
|
|
219
265
|
{
|
|
220
266
|
"name": "apollo",
|
|
221
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
267
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
222
268
|
"repo": "nuxt-modules/apollo",
|
|
223
269
|
"npm": "@nuxtjs/apollo",
|
|
224
270
|
"icon": "apollo.png",
|
|
@@ -242,7 +288,7 @@
|
|
|
242
288
|
},
|
|
243
289
|
{
|
|
244
290
|
"name": "applicationinsights",
|
|
245
|
-
"description": "AppInsights module for Nuxt
|
|
291
|
+
"description": "AppInsights module for Nuxt",
|
|
246
292
|
"repo": "nuxt-community/applicationinsights-module",
|
|
247
293
|
"npm": "@nuxtjs/applicationinsights",
|
|
248
294
|
"icon": "application-insights.png",
|
|
@@ -284,9 +330,76 @@
|
|
|
284
330
|
"requires": {}
|
|
285
331
|
}
|
|
286
332
|
},
|
|
333
|
+
{
|
|
334
|
+
"name": "arco-design-nuxt-module",
|
|
335
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
336
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
337
|
+
"npm": "arco-design-nuxt-module",
|
|
338
|
+
"icon": "arco-design.svg",
|
|
339
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
340
|
+
"website": "https://arco.design/vue",
|
|
341
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
342
|
+
"category": "UI",
|
|
343
|
+
"type": "3rd-party",
|
|
344
|
+
"maintainers": [
|
|
345
|
+
{
|
|
346
|
+
"name": "wiidede",
|
|
347
|
+
"github": "wiidede"
|
|
348
|
+
}
|
|
349
|
+
],
|
|
350
|
+
"compatibility": {
|
|
351
|
+
"nuxt": "^3.0.0",
|
|
352
|
+
"requires": {}
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "ark-ui",
|
|
357
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
358
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
359
|
+
"npm": "nuxt-ark-ui",
|
|
360
|
+
"icon": "ark-ui.svg",
|
|
361
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
362
|
+
"website": "https://ark-ui.com/",
|
|
363
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
364
|
+
"category": "UI",
|
|
365
|
+
"type": "3rd-party",
|
|
366
|
+
"maintainers": [
|
|
367
|
+
{
|
|
368
|
+
"name": "Din",
|
|
369
|
+
"github": "iamdin",
|
|
370
|
+
"twitter": "iamdinq"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"compatibility": {
|
|
374
|
+
"nuxt": "^3.0.0",
|
|
375
|
+
"requires": {}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"name": "auth-utils",
|
|
380
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
381
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
382
|
+
"npm": "nuxt-auth-utils",
|
|
383
|
+
"icon": "",
|
|
384
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
385
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
386
|
+
"learn_more": "",
|
|
387
|
+
"category": "Security",
|
|
388
|
+
"type": "3rd-party",
|
|
389
|
+
"maintainers": [
|
|
390
|
+
{
|
|
391
|
+
"name": "atinux",
|
|
392
|
+
"github": "atinux"
|
|
393
|
+
}
|
|
394
|
+
],
|
|
395
|
+
"compatibility": {
|
|
396
|
+
"nuxt": "^3.0.0",
|
|
397
|
+
"requires": {}
|
|
398
|
+
}
|
|
399
|
+
},
|
|
287
400
|
{
|
|
288
401
|
"name": "auth",
|
|
289
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
402
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
290
403
|
"repo": "nuxt-community/auth-module",
|
|
291
404
|
"npm": "@nuxtjs/auth",
|
|
292
405
|
"icon": "auth.png",
|
|
@@ -311,9 +424,55 @@
|
|
|
311
424
|
"requires": {}
|
|
312
425
|
}
|
|
313
426
|
},
|
|
427
|
+
{
|
|
428
|
+
"name": "authjs",
|
|
429
|
+
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
430
|
+
"repo": "Hebilicious/authjs-nuxt#main",
|
|
431
|
+
"npm": "@hebilicious/authjs-nuxt",
|
|
432
|
+
"icon": "authjs.png",
|
|
433
|
+
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
434
|
+
"website": "https://authjs-nuxt.pages.dev/",
|
|
435
|
+
"learn_more": "https://authjs.dev/",
|
|
436
|
+
"category": "Security",
|
|
437
|
+
"type": "3rd-party",
|
|
438
|
+
"maintainers": [
|
|
439
|
+
{
|
|
440
|
+
"name": "Hebilicious",
|
|
441
|
+
"github": "Hebilicious",
|
|
442
|
+
"twitter": "its_hebilicious"
|
|
443
|
+
}
|
|
444
|
+
],
|
|
445
|
+
"compatibility": {
|
|
446
|
+
"nuxt": "^3.0.0",
|
|
447
|
+
"requires": {}
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"name": "auto-animate",
|
|
452
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
453
|
+
"repo": "formkit/auto-animate",
|
|
454
|
+
"npm": "@formkit/auto-animate",
|
|
455
|
+
"icon": "auto-animate.svg",
|
|
456
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
457
|
+
"website": "https://auto-animate.formkit.com",
|
|
458
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
459
|
+
"category": "Libraries",
|
|
460
|
+
"type": "3rd-party",
|
|
461
|
+
"maintainers": [
|
|
462
|
+
{
|
|
463
|
+
"name": "Justin Schroeder",
|
|
464
|
+
"github": "justin-schroeder",
|
|
465
|
+
"twitter": "jpschroeder"
|
|
466
|
+
}
|
|
467
|
+
],
|
|
468
|
+
"compatibility": {
|
|
469
|
+
"nuxt": "^3.0.0",
|
|
470
|
+
"requires": {}
|
|
471
|
+
}
|
|
472
|
+
},
|
|
314
473
|
{
|
|
315
474
|
"name": "axios",
|
|
316
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
475
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
317
476
|
"repo": "nuxt-community/axios-module",
|
|
318
477
|
"npm": "@nuxtjs/axios",
|
|
319
478
|
"icon": "axios.svg",
|
|
@@ -336,7 +495,7 @@
|
|
|
336
495
|
},
|
|
337
496
|
{
|
|
338
497
|
"name": "basic-auth",
|
|
339
|
-
"description": "Provide basic authentication to your Nuxt
|
|
498
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
340
499
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
341
500
|
"npm": "nuxt-basic-auth-module",
|
|
342
501
|
"icon": "",
|
|
@@ -460,7 +619,7 @@
|
|
|
460
619
|
},
|
|
461
620
|
{
|
|
462
621
|
"name": "bulma-slim",
|
|
463
|
-
"description": "Nuxt
|
|
622
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
464
623
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
465
624
|
"npm": "nuxt-bulma-slim",
|
|
466
625
|
"icon": "bulma.png",
|
|
@@ -527,7 +686,7 @@
|
|
|
527
686
|
},
|
|
528
687
|
{
|
|
529
688
|
"name": "canvas-sketch",
|
|
530
|
-
"description": "Nuxt
|
|
689
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
531
690
|
"repo": "LuXDAmore/generative-art",
|
|
532
691
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
533
692
|
"icon": "",
|
|
@@ -548,9 +707,31 @@
|
|
|
548
707
|
"requires": {}
|
|
549
708
|
}
|
|
550
709
|
},
|
|
710
|
+
{
|
|
711
|
+
"name": "capo",
|
|
712
|
+
"description": "Capo.js implementation for Nuxt",
|
|
713
|
+
"repo": "danielroe/nuxt-capo",
|
|
714
|
+
"npm": "nuxt-capo",
|
|
715
|
+
"icon": "",
|
|
716
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
717
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
718
|
+
"learn_more": "",
|
|
719
|
+
"category": "Performance",
|
|
720
|
+
"type": "3rd-party",
|
|
721
|
+
"maintainers": [
|
|
722
|
+
{
|
|
723
|
+
"name": "danielroe",
|
|
724
|
+
"github": "danielroe"
|
|
725
|
+
}
|
|
726
|
+
],
|
|
727
|
+
"compatibility": {
|
|
728
|
+
"nuxt": "^3.0.0",
|
|
729
|
+
"requires": {}
|
|
730
|
+
}
|
|
731
|
+
},
|
|
551
732
|
{
|
|
552
733
|
"name": "chakra-ui",
|
|
553
|
-
"description": "Chakra UI Module for Nuxt
|
|
734
|
+
"description": "Chakra UI Module for Nuxt",
|
|
554
735
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
555
736
|
"npm": "@chakra-ui/nuxt",
|
|
556
737
|
"icon": "chakra-ui.png",
|
|
@@ -597,10 +778,10 @@
|
|
|
597
778
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
598
779
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
599
780
|
"npm": "nuxt-chiffre",
|
|
600
|
-
"icon": "
|
|
781
|
+
"icon": "chiffre.png",
|
|
601
782
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
602
783
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
603
|
-
"learn_more": "https://chiffre.io",
|
|
784
|
+
"learn_more": "https://chiffre.io/",
|
|
604
785
|
"category": "Analytics",
|
|
605
786
|
"type": "3rd-party",
|
|
606
787
|
"maintainers": [
|
|
@@ -614,6 +795,29 @@
|
|
|
614
795
|
"requires": {}
|
|
615
796
|
}
|
|
616
797
|
},
|
|
798
|
+
{
|
|
799
|
+
"name": "clarity-analytics",
|
|
800
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
801
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
802
|
+
"npm": "nuxt-clarity-analytics",
|
|
803
|
+
"icon": "",
|
|
804
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
805
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
806
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
807
|
+
"category": "Analytics",
|
|
808
|
+
"type": "3rd-party",
|
|
809
|
+
"maintainers": [
|
|
810
|
+
{
|
|
811
|
+
"name": "Barbapapazes",
|
|
812
|
+
"github": "Barbapapazes",
|
|
813
|
+
"twitter": "soubiran_"
|
|
814
|
+
}
|
|
815
|
+
],
|
|
816
|
+
"compatibility": {
|
|
817
|
+
"nuxt": "^3.0.0",
|
|
818
|
+
"requires": {}
|
|
819
|
+
}
|
|
820
|
+
},
|
|
617
821
|
{
|
|
618
822
|
"name": "client-init",
|
|
619
823
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -638,7 +842,7 @@
|
|
|
638
842
|
},
|
|
639
843
|
{
|
|
640
844
|
"name": "cloudcms",
|
|
641
|
-
"description": "CloudCMS Nuxt
|
|
845
|
+
"description": "CloudCMS Nuxt Module",
|
|
642
846
|
"repo": "gitana/cloudcms-nuxt",
|
|
643
847
|
"npm": "cloudcms-nuxt",
|
|
644
848
|
"icon": "",
|
|
@@ -687,11 +891,11 @@
|
|
|
687
891
|
},
|
|
688
892
|
{
|
|
689
893
|
"name": "cloudinary",
|
|
690
|
-
"description": "Optimize images and videos in your Nuxt
|
|
691
|
-
"repo": "nuxt-
|
|
894
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
895
|
+
"repo": "nuxt-modules/cloudinary",
|
|
692
896
|
"npm": "@nuxtjs/cloudinary",
|
|
693
897
|
"icon": "cloudinary.png",
|
|
694
|
-
"github": "https://github.com/nuxt-
|
|
898
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
695
899
|
"website": "https://cloudinary.nuxtjs.org",
|
|
696
900
|
"learn_more": "https://cloudinary.com",
|
|
697
901
|
"category": "Images",
|
|
@@ -710,11 +914,11 @@
|
|
|
710
914
|
},
|
|
711
915
|
{
|
|
712
916
|
"name": "color-mode",
|
|
713
|
-
"description": "Dark and Light mode for
|
|
714
|
-
"repo": "nuxt-
|
|
917
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
918
|
+
"repo": "nuxt-modules/color-mode",
|
|
715
919
|
"npm": "@nuxtjs/color-mode",
|
|
716
920
|
"icon": "color-mode.png",
|
|
717
|
-
"github": "https://github.com/nuxt-
|
|
921
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
718
922
|
"website": "https://color-mode.nuxtjs.org",
|
|
719
923
|
"learn_more": "",
|
|
720
924
|
"category": "UI",
|
|
@@ -779,14 +983,37 @@
|
|
|
779
983
|
"requires": {}
|
|
780
984
|
}
|
|
781
985
|
},
|
|
986
|
+
{
|
|
987
|
+
"name": "content-assets",
|
|
988
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
989
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
990
|
+
"npm": "nuxt-content-assets",
|
|
991
|
+
"icon": "content-assets.png",
|
|
992
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
993
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
994
|
+
"learn_more": "",
|
|
995
|
+
"category": "Images",
|
|
996
|
+
"type": "3rd-party",
|
|
997
|
+
"maintainers": [
|
|
998
|
+
{
|
|
999
|
+
"name": "davestewart",
|
|
1000
|
+
"github": "davestewart",
|
|
1001
|
+
"twitter": "dave_stewart"
|
|
1002
|
+
}
|
|
1003
|
+
],
|
|
1004
|
+
"compatibility": {
|
|
1005
|
+
"nuxt": "^3.0.0",
|
|
1006
|
+
"requires": {}
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
782
1009
|
{
|
|
783
1010
|
"name": "content",
|
|
784
1011
|
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
785
1012
|
"repo": "nuxt/content#main",
|
|
786
1013
|
"npm": "@nuxt/content",
|
|
787
|
-
"icon": "nuxt.
|
|
1014
|
+
"icon": "nuxt.svg",
|
|
788
1015
|
"github": "https://github.com/nuxt/content",
|
|
789
|
-
"website": "https://content.
|
|
1016
|
+
"website": "https://content.nuxt.com",
|
|
790
1017
|
"learn_more": "",
|
|
791
1018
|
"category": "CMS",
|
|
792
1019
|
"type": "official",
|
|
@@ -908,7 +1135,7 @@
|
|
|
908
1135
|
},
|
|
909
1136
|
{
|
|
910
1137
|
"name": "darkmode.js",
|
|
911
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1138
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
912
1139
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
913
1140
|
"npm": "nuxtjs-darkmode-js-module",
|
|
914
1141
|
"icon": "darkmode.png",
|
|
@@ -930,7 +1157,7 @@
|
|
|
930
1157
|
},
|
|
931
1158
|
{
|
|
932
1159
|
"name": "date-fns",
|
|
933
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1160
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
934
1161
|
"repo": "nuxt-community/date-fns-module",
|
|
935
1162
|
"npm": "@nuxtjs/date-fns",
|
|
936
1163
|
"icon": "date-fns.png",
|
|
@@ -952,7 +1179,7 @@
|
|
|
952
1179
|
},
|
|
953
1180
|
{
|
|
954
1181
|
"name": "datocms-nuxt2",
|
|
955
|
-
"description": "DatoCMS integration for Nuxt
|
|
1182
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
956
1183
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
957
1184
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
958
1185
|
"icon": "datocms.svg",
|
|
@@ -998,31 +1225,31 @@
|
|
|
998
1225
|
},
|
|
999
1226
|
{
|
|
1000
1227
|
"name": "dayjs",
|
|
1001
|
-
"description": "
|
|
1002
|
-
"repo": "
|
|
1003
|
-
"npm": "
|
|
1228
|
+
"description": "Day.js module for Nuxt",
|
|
1229
|
+
"repo": "fumeapp/dayjs",
|
|
1230
|
+
"npm": "dayjs-nuxt",
|
|
1004
1231
|
"icon": "day-js.png",
|
|
1005
|
-
"github": "https://github.com/
|
|
1006
|
-
"website": "https://github.com/
|
|
1232
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1233
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
1007
1234
|
"learn_more": "https://day.js.org/",
|
|
1008
|
-
"category": "
|
|
1009
|
-
"type": "
|
|
1235
|
+
"category": "Libraries",
|
|
1236
|
+
"type": "3rd-party",
|
|
1010
1237
|
"maintainers": [
|
|
1011
1238
|
{
|
|
1012
|
-
"name": "
|
|
1013
|
-
"github": "
|
|
1014
|
-
"twitter": "
|
|
1239
|
+
"name": "Kevin Olson",
|
|
1240
|
+
"github": "acidjazz",
|
|
1241
|
+
"twitter": "AppFume"
|
|
1015
1242
|
}
|
|
1016
1243
|
],
|
|
1017
1244
|
"compatibility": {
|
|
1018
|
-
"nuxt": "^
|
|
1245
|
+
"nuxt": "^3.0.0",
|
|
1019
1246
|
"requires": {}
|
|
1020
1247
|
}
|
|
1021
1248
|
},
|
|
1022
1249
|
{
|
|
1023
1250
|
"name": "delay-hydration",
|
|
1024
|
-
"description": "Improve your Nuxt
|
|
1025
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1251
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1252
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1026
1253
|
"npm": "nuxt-delay-hydration",
|
|
1027
1254
|
"icon": "lighthouse.svg",
|
|
1028
1255
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1044,12 +1271,12 @@
|
|
|
1044
1271
|
},
|
|
1045
1272
|
{
|
|
1046
1273
|
"name": "device",
|
|
1047
|
-
"description": "Device detection module for Nuxt
|
|
1048
|
-
"repo": "nuxt-
|
|
1274
|
+
"description": "Device detection module for Nuxt",
|
|
1275
|
+
"repo": "nuxt-modules/device",
|
|
1049
1276
|
"npm": "@nuxtjs/device",
|
|
1050
1277
|
"icon": "",
|
|
1051
|
-
"github": "https://github.com/nuxt-
|
|
1052
|
-
"website": "https://github.com/nuxt-
|
|
1278
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1279
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1053
1280
|
"learn_more": "",
|
|
1054
1281
|
"category": "Extensions",
|
|
1055
1282
|
"type": "community",
|
|
@@ -1067,11 +1294,11 @@
|
|
|
1067
1294
|
{
|
|
1068
1295
|
"name": "devtools",
|
|
1069
1296
|
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1070
|
-
"repo": "nuxt/devtools#main",
|
|
1297
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1071
1298
|
"npm": "@nuxt/devtools",
|
|
1072
|
-
"icon": "nuxt.
|
|
1299
|
+
"icon": "nuxt.svg",
|
|
1073
1300
|
"github": "https://github.com/nuxt/devtools",
|
|
1074
|
-
"website": "https://devtools.
|
|
1301
|
+
"website": "https://devtools.nuxt.com",
|
|
1075
1302
|
"learn_more": "",
|
|
1076
1303
|
"category": "Devtools",
|
|
1077
1304
|
"type": "official",
|
|
@@ -1089,13 +1316,13 @@
|
|
|
1089
1316
|
},
|
|
1090
1317
|
{
|
|
1091
1318
|
"name": "directus",
|
|
1092
|
-
"description": "Easily connect your
|
|
1319
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1093
1320
|
"repo": "intevel/nuxt-directus",
|
|
1094
1321
|
"npm": "nuxt-directus",
|
|
1095
1322
|
"icon": "directus.svg",
|
|
1096
|
-
"github": "https://github.com/
|
|
1097
|
-
"website": "https://nuxt-directus.
|
|
1098
|
-
"learn_more": "https://nuxt-directus.
|
|
1323
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1324
|
+
"website": "https://nuxt-directus.site/",
|
|
1325
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1099
1326
|
"category": "CMS",
|
|
1100
1327
|
"type": "3rd-party",
|
|
1101
1328
|
"maintainers": [
|
|
@@ -1106,15 +1333,58 @@
|
|
|
1106
1333
|
}
|
|
1107
1334
|
],
|
|
1108
1335
|
"compatibility": {
|
|
1109
|
-
"nuxt": "^
|
|
1110
|
-
"requires": {
|
|
1111
|
-
|
|
1336
|
+
"nuxt": "^3.0.0",
|
|
1337
|
+
"requires": {},
|
|
1338
|
+
"devtools": "^0.0.0"
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "disqus",
|
|
1343
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1344
|
+
"repo": "modbender/nuxt-disqus",
|
|
1345
|
+
"npm": "nuxt-disqus",
|
|
1346
|
+
"icon": "disqus.svg",
|
|
1347
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1348
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1349
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1350
|
+
"category": "Libraries",
|
|
1351
|
+
"type": "3rd-party",
|
|
1352
|
+
"maintainers": [
|
|
1353
|
+
{
|
|
1354
|
+
"name": "modbender",
|
|
1355
|
+
"github": "modbender"
|
|
1356
|
+
}
|
|
1357
|
+
],
|
|
1358
|
+
"compatibility": {
|
|
1359
|
+
"nuxt": "^3.0.0",
|
|
1360
|
+
"requires": {}
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"name": "doppler",
|
|
1365
|
+
"description": "Integrate your Doppler secrets into your Nuxt build",
|
|
1366
|
+
"repo": "JamieCurnow/nuxt-doppler",
|
|
1367
|
+
"npm": "nuxt-doppler",
|
|
1368
|
+
"icon": "doppler.png",
|
|
1369
|
+
"github": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1370
|
+
"website": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1371
|
+
"learn_more": "",
|
|
1372
|
+
"category": "Devtools",
|
|
1373
|
+
"type": "3rd-party",
|
|
1374
|
+
"maintainers": [
|
|
1375
|
+
{
|
|
1376
|
+
"name": "JamieCurnow",
|
|
1377
|
+
"github": "JamieCurnow"
|
|
1112
1378
|
}
|
|
1379
|
+
],
|
|
1380
|
+
"compatibility": {
|
|
1381
|
+
"nuxt": "^3.0.0",
|
|
1382
|
+
"requires": {}
|
|
1113
1383
|
}
|
|
1114
1384
|
},
|
|
1115
1385
|
{
|
|
1116
1386
|
"name": "dotenv",
|
|
1117
|
-
"description": "A Nuxt
|
|
1387
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1118
1388
|
"repo": "nuxt-community/dotenv-module",
|
|
1119
1389
|
"npm": "@nuxtjs/dotenv",
|
|
1120
1390
|
"icon": "dotenv.png",
|
|
@@ -1136,13 +1406,13 @@
|
|
|
1136
1406
|
},
|
|
1137
1407
|
{
|
|
1138
1408
|
"name": "drupal-ce",
|
|
1139
|
-
"description": "Connects Nuxt
|
|
1409
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1140
1410
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1141
1411
|
"npm": "nuxtjs-drupal-ce",
|
|
1142
1412
|
"icon": "drupal-ce.png",
|
|
1143
1413
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1144
|
-
"website": "https://
|
|
1145
|
-
"learn_more": "https://
|
|
1414
|
+
"website": "https://lupus-decoupled.org",
|
|
1415
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1146
1416
|
"category": "CMS",
|
|
1147
1417
|
"type": "3rd-party",
|
|
1148
1418
|
"maintainers": [
|
|
@@ -1157,19 +1427,19 @@
|
|
|
1157
1427
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1158
1428
|
},
|
|
1159
1429
|
{
|
|
1160
|
-
"name": "
|
|
1161
|
-
"github": "
|
|
1162
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1430
|
+
"name": "Matic",
|
|
1431
|
+
"github": "TurtlBbx",
|
|
1432
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1163
1433
|
}
|
|
1164
1434
|
],
|
|
1165
1435
|
"compatibility": {
|
|
1166
|
-
"nuxt": "^2.0.0",
|
|
1436
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1167
1437
|
"requires": {}
|
|
1168
1438
|
}
|
|
1169
1439
|
},
|
|
1170
1440
|
{
|
|
1171
1441
|
"name": "druxt",
|
|
1172
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1442
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1173
1443
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1174
1444
|
"npm": "druxt",
|
|
1175
1445
|
"icon": "druxt.svg",
|
|
@@ -1189,6 +1459,29 @@
|
|
|
1189
1459
|
"requires": {}
|
|
1190
1460
|
}
|
|
1191
1461
|
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "edgedb",
|
|
1464
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1465
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1466
|
+
"npm": "nuxt-edgedb-module",
|
|
1467
|
+
"icon": "edgedb.svg",
|
|
1468
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1469
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1470
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1471
|
+
"category": "Database",
|
|
1472
|
+
"type": "3rd-party",
|
|
1473
|
+
"maintainers": [
|
|
1474
|
+
{
|
|
1475
|
+
"name": "Yaël Guilloux",
|
|
1476
|
+
"github": "Tahul",
|
|
1477
|
+
"twitter": "yaeeelglx"
|
|
1478
|
+
}
|
|
1479
|
+
],
|
|
1480
|
+
"compatibility": {
|
|
1481
|
+
"nuxt": "^3.8.0",
|
|
1482
|
+
"requires": {}
|
|
1483
|
+
}
|
|
1484
|
+
},
|
|
1192
1485
|
{
|
|
1193
1486
|
"name": "electron",
|
|
1194
1487
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1237,7 +1530,7 @@
|
|
|
1237
1530
|
},
|
|
1238
1531
|
{
|
|
1239
1532
|
"name": "emotion",
|
|
1240
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1533
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1241
1534
|
"repo": "nuxt-modules/emotion",
|
|
1242
1535
|
"npm": "@nuxtjs/emotion",
|
|
1243
1536
|
"icon": "emotion.png",
|
|
@@ -1264,8 +1557,8 @@
|
|
|
1264
1557
|
}
|
|
1265
1558
|
},
|
|
1266
1559
|
{
|
|
1267
|
-
"name": "eslint",
|
|
1268
|
-
"description": "ESLint module for Nuxt
|
|
1560
|
+
"name": "eslint-module",
|
|
1561
|
+
"description": "ESLint module for Nuxt",
|
|
1269
1562
|
"repo": "nuxt-community/eslint-module",
|
|
1270
1563
|
"npm": "@nuxtjs/eslint-module",
|
|
1271
1564
|
"icon": "eslint.png",
|
|
@@ -1285,9 +1578,32 @@
|
|
|
1285
1578
|
"requires": {}
|
|
1286
1579
|
}
|
|
1287
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "eslint",
|
|
1583
|
+
"description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
|
|
1584
|
+
"repo": "nuxt/eslint",
|
|
1585
|
+
"npm": "@nuxt/eslint",
|
|
1586
|
+
"icon": "nuxt.svg",
|
|
1587
|
+
"github": "https://github.com/nuxt/eslint",
|
|
1588
|
+
"website": "https://eslint.nuxt.com",
|
|
1589
|
+
"learn_more": "https://eslint.nuxt.com/packages/module",
|
|
1590
|
+
"category": "Devtools",
|
|
1591
|
+
"type": "official",
|
|
1592
|
+
"maintainers": [
|
|
1593
|
+
{
|
|
1594
|
+
"name": "Anthony Fu",
|
|
1595
|
+
"github": "antfu",
|
|
1596
|
+
"twitter": "antfu7"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"compatibility": {
|
|
1600
|
+
"nuxt": "^3.0.0",
|
|
1601
|
+
"requires": {}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1288
1604
|
{
|
|
1289
1605
|
"name": "event-trace",
|
|
1290
|
-
"description": "Module for event trace in Nuxt
|
|
1606
|
+
"description": "Module for event trace in Nuxt",
|
|
1291
1607
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1292
1608
|
"npm": "nuxt-event-trace",
|
|
1293
1609
|
"icon": "",
|
|
@@ -1307,6 +1623,29 @@
|
|
|
1307
1623
|
"requires": {}
|
|
1308
1624
|
}
|
|
1309
1625
|
},
|
|
1626
|
+
{
|
|
1627
|
+
"name": "fathom-analytics",
|
|
1628
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1629
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1630
|
+
"npm": "nuxt-fathom",
|
|
1631
|
+
"icon": "fathom-analytics.svg",
|
|
1632
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1633
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1634
|
+
"learn_more": "",
|
|
1635
|
+
"category": "Analytics",
|
|
1636
|
+
"type": "3rd-party",
|
|
1637
|
+
"maintainers": [
|
|
1638
|
+
{
|
|
1639
|
+
"name": "Valgeir Björnsson",
|
|
1640
|
+
"github": "valgeirb",
|
|
1641
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1642
|
+
}
|
|
1643
|
+
],
|
|
1644
|
+
"compatibility": {
|
|
1645
|
+
"nuxt": "^3.0.0",
|
|
1646
|
+
"requires": {}
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1310
1649
|
{
|
|
1311
1650
|
"name": "fathom",
|
|
1312
1651
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1331,7 +1670,7 @@
|
|
|
1331
1670
|
},
|
|
1332
1671
|
{
|
|
1333
1672
|
"name": "feature-toggle",
|
|
1334
|
-
"description": "Feature toggle module for Nuxt
|
|
1673
|
+
"description": "Feature toggle module for Nuxt",
|
|
1335
1674
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1336
1675
|
"npm": "nuxt-feature-toggle",
|
|
1337
1676
|
"icon": "",
|
|
@@ -1398,7 +1737,7 @@
|
|
|
1398
1737
|
},
|
|
1399
1738
|
{
|
|
1400
1739
|
"name": "floating-prompt-module",
|
|
1401
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1740
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1402
1741
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1403
1742
|
"npm": "nuxt-floating-prompt-module",
|
|
1404
1743
|
"icon": "",
|
|
@@ -1508,14 +1847,60 @@
|
|
|
1508
1847
|
}
|
|
1509
1848
|
},
|
|
1510
1849
|
{
|
|
1511
|
-
"name": "
|
|
1512
|
-
"description": "
|
|
1513
|
-
"repo": "
|
|
1514
|
-
"npm": "@
|
|
1850
|
+
"name": "fonts",
|
|
1851
|
+
"description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
|
|
1852
|
+
"repo": "nuxt/fonts",
|
|
1853
|
+
"npm": "@nuxt/fonts",
|
|
1854
|
+
"icon": "nuxt.svg",
|
|
1855
|
+
"github": "https://github.com/nuxt/fonts",
|
|
1856
|
+
"website": "https://github.com/nuxt/fonts",
|
|
1857
|
+
"learn_more": "",
|
|
1858
|
+
"category": "Libraries",
|
|
1859
|
+
"type": "official",
|
|
1860
|
+
"maintainers": [
|
|
1861
|
+
{
|
|
1862
|
+
"name": "Daniel Roe",
|
|
1863
|
+
"github": "danielroe",
|
|
1864
|
+
"twitter": "danielcroe"
|
|
1865
|
+
}
|
|
1866
|
+
],
|
|
1867
|
+
"compatibility": {
|
|
1868
|
+
"nuxt": "^3.0.0",
|
|
1869
|
+
"requires": {}
|
|
1870
|
+
}
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"name": "form-actions",
|
|
1874
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1875
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1876
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1877
|
+
"icon": "form-actions.svg",
|
|
1878
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1879
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1880
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1881
|
+
"category": "Request",
|
|
1882
|
+
"type": "3rd-party",
|
|
1883
|
+
"maintainers": [
|
|
1884
|
+
{
|
|
1885
|
+
"name": "Hebilicious",
|
|
1886
|
+
"github": "Hebilicious",
|
|
1887
|
+
"twitter": "its_hebilicious"
|
|
1888
|
+
}
|
|
1889
|
+
],
|
|
1890
|
+
"compatibility": {
|
|
1891
|
+
"nuxt": "^3.7.0",
|
|
1892
|
+
"requires": {}
|
|
1893
|
+
}
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"name": "formkit",
|
|
1897
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1898
|
+
"repo": "formkit/formkit#master/packages/nuxt",
|
|
1899
|
+
"npm": "@formkit/nuxt",
|
|
1515
1900
|
"icon": "formkit.png",
|
|
1516
1901
|
"github": "https://github.com/formkit/formkit",
|
|
1517
1902
|
"website": "https://formkit.com",
|
|
1518
|
-
"learn_more": "https://formkit.com/
|
|
1903
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1519
1904
|
"category": "Libraries",
|
|
1520
1905
|
"type": "3rd-party",
|
|
1521
1906
|
"maintainers": [
|
|
@@ -1581,7 +1966,7 @@
|
|
|
1581
1966
|
},
|
|
1582
1967
|
{
|
|
1583
1968
|
"name": "google-adsense",
|
|
1584
|
-
"description": "Google Adsense Module for Nuxt
|
|
1969
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1585
1970
|
"repo": "nuxt-community/google-adsense-module",
|
|
1586
1971
|
"npm": "@nuxtjs/google-adsense",
|
|
1587
1972
|
"icon": "google-adsense.png",
|
|
@@ -1607,7 +1992,7 @@
|
|
|
1607
1992
|
},
|
|
1608
1993
|
{
|
|
1609
1994
|
"name": "google-analytics",
|
|
1610
|
-
"description": "Google analytics Module for Nuxt
|
|
1995
|
+
"description": "Google analytics Module for Nuxt",
|
|
1611
1996
|
"repo": "nuxt-community/analytics-module",
|
|
1612
1997
|
"npm": "@nuxtjs/google-analytics",
|
|
1613
1998
|
"icon": "google-analytics.png",
|
|
@@ -1639,12 +2024,12 @@
|
|
|
1639
2024
|
},
|
|
1640
2025
|
{
|
|
1641
2026
|
"name": "google-fonts",
|
|
1642
|
-
"description": "Google Fonts module for
|
|
1643
|
-
"repo": "nuxt-
|
|
2027
|
+
"description": "Google Fonts module for Nuxt",
|
|
2028
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1644
2029
|
"npm": "@nuxtjs/google-fonts",
|
|
1645
2030
|
"icon": "google-fonts.png",
|
|
1646
|
-
"github": "https://github.com/nuxt-
|
|
1647
|
-
"website": "https://
|
|
2031
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
2032
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1648
2033
|
"learn_more": "https://developers.google.com/fonts",
|
|
1649
2034
|
"category": "Fonts",
|
|
1650
2035
|
"type": "community",
|
|
@@ -1663,7 +2048,7 @@
|
|
|
1663
2048
|
},
|
|
1664
2049
|
{
|
|
1665
2050
|
"name": "google-gtag",
|
|
1666
|
-
"description": "Google GTag for Nuxt
|
|
2051
|
+
"description": "Google GTag for Nuxt",
|
|
1667
2052
|
"repo": "nuxt-community/google-gtag",
|
|
1668
2053
|
"npm": "@nuxtjs/google-gtag",
|
|
1669
2054
|
"icon": "gtm.png",
|
|
@@ -1689,7 +2074,7 @@
|
|
|
1689
2074
|
},
|
|
1690
2075
|
{
|
|
1691
2076
|
"name": "google-optimize",
|
|
1692
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2077
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1693
2078
|
"repo": "nuxt-community/google-optimize-module",
|
|
1694
2079
|
"npm": "nuxt-google-optimize",
|
|
1695
2080
|
"icon": "google-optimize.png",
|
|
@@ -1728,7 +2113,7 @@
|
|
|
1728
2113
|
"icon": "graphql-client.svg",
|
|
1729
2114
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1730
2115
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1731
|
-
"learn_more": "https://
|
|
2116
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
1732
2117
|
"category": "Request",
|
|
1733
2118
|
"type": "3rd-party",
|
|
1734
2119
|
"maintainers": [
|
|
@@ -1744,7 +2129,7 @@
|
|
|
1744
2129
|
},
|
|
1745
2130
|
{
|
|
1746
2131
|
"name": "graphql-request",
|
|
1747
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2132
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1748
2133
|
"repo": "gomah/nuxt-graphql-request",
|
|
1749
2134
|
"npm": "nuxt-graphql-request",
|
|
1750
2135
|
"icon": "graphql-request.png",
|
|
@@ -1760,7 +2145,7 @@
|
|
|
1760
2145
|
}
|
|
1761
2146
|
],
|
|
1762
2147
|
"compatibility": {
|
|
1763
|
-
"nuxt": "^2.0.0",
|
|
2148
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1764
2149
|
"requires": {}
|
|
1765
2150
|
}
|
|
1766
2151
|
},
|
|
@@ -1783,12 +2168,13 @@
|
|
|
1783
2168
|
],
|
|
1784
2169
|
"compatibility": {
|
|
1785
2170
|
"nuxt": "^3.0.0",
|
|
1786
|
-
"requires": {}
|
|
2171
|
+
"requires": {},
|
|
2172
|
+
"devtools": "^0.0.0"
|
|
1787
2173
|
}
|
|
1788
2174
|
},
|
|
1789
2175
|
{
|
|
1790
2176
|
"name": "gtag",
|
|
1791
|
-
"description": "Google Analytics integration for Nuxt
|
|
2177
|
+
"description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
|
|
1792
2178
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1793
2179
|
"npm": "nuxt-gtag",
|
|
1794
2180
|
"icon": "gtag.svg",
|
|
@@ -1812,7 +2198,7 @@
|
|
|
1812
2198
|
},
|
|
1813
2199
|
{
|
|
1814
2200
|
"name": "gtm",
|
|
1815
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2201
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1816
2202
|
"repo": "nuxt-community/gtm-module",
|
|
1817
2203
|
"npm": "@nuxtjs/gtm",
|
|
1818
2204
|
"icon": "gtm.png",
|
|
@@ -1835,7 +2221,7 @@
|
|
|
1835
2221
|
},
|
|
1836
2222
|
{
|
|
1837
2223
|
"name": "guess",
|
|
1838
|
-
"description": "Guess.js module for Nuxt
|
|
2224
|
+
"description": "Guess.js module for Nuxt",
|
|
1839
2225
|
"repo": "nuxt-community/guess-module",
|
|
1840
2226
|
"npm": "@nuxtjs/guess-module",
|
|
1841
2227
|
"icon": "guessjs.png",
|
|
@@ -1855,6 +2241,28 @@
|
|
|
1855
2241
|
"requires": {}
|
|
1856
2242
|
}
|
|
1857
2243
|
},
|
|
2244
|
+
{
|
|
2245
|
+
"name": "hanko",
|
|
2246
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2247
|
+
"repo": "nuxt-modules/hanko",
|
|
2248
|
+
"npm": "@nuxtjs/hanko",
|
|
2249
|
+
"icon": "hanko.svg",
|
|
2250
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2251
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2252
|
+
"learn_more": "https://hanko.io/",
|
|
2253
|
+
"category": "Security",
|
|
2254
|
+
"type": "community",
|
|
2255
|
+
"maintainers": [
|
|
2256
|
+
{
|
|
2257
|
+
"name": "danielroe",
|
|
2258
|
+
"github": "danielroe"
|
|
2259
|
+
}
|
|
2260
|
+
],
|
|
2261
|
+
"compatibility": {
|
|
2262
|
+
"nuxt": "^3.0.0",
|
|
2263
|
+
"requires": {}
|
|
2264
|
+
}
|
|
2265
|
+
},
|
|
1858
2266
|
{
|
|
1859
2267
|
"name": "harlem",
|
|
1860
2268
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1925,7 +2333,7 @@
|
|
|
1925
2333
|
},
|
|
1926
2334
|
{
|
|
1927
2335
|
"name": "helmet",
|
|
1928
|
-
"description": "Easy Helmet module with Nuxt
|
|
2336
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
1929
2337
|
"repo": "victor-perez/nuxt-helmet",
|
|
1930
2338
|
"npm": "nuxt-helmet",
|
|
1931
2339
|
"icon": "",
|
|
@@ -1969,7 +2377,7 @@
|
|
|
1969
2377
|
},
|
|
1970
2378
|
{
|
|
1971
2379
|
"name": "history-state",
|
|
1972
|
-
"description": "Nuxt
|
|
2380
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
1973
2381
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1974
2382
|
"npm": "nuxt-history-state",
|
|
1975
2383
|
"icon": "",
|
|
@@ -1989,6 +2397,28 @@
|
|
|
1989
2397
|
"requires": {}
|
|
1990
2398
|
}
|
|
1991
2399
|
},
|
|
2400
|
+
{
|
|
2401
|
+
"name": "hotjar",
|
|
2402
|
+
"description": "Add HotJar to your Nuxt application",
|
|
2403
|
+
"repo": "damevin/nuxt-module-hotjar",
|
|
2404
|
+
"npm": "nuxt-module-hotjar",
|
|
2405
|
+
"icon": "hotjar.png",
|
|
2406
|
+
"github": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2407
|
+
"website": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2408
|
+
"learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
|
|
2409
|
+
"category": "SEO",
|
|
2410
|
+
"type": "3rd-party",
|
|
2411
|
+
"maintainers": [
|
|
2412
|
+
{
|
|
2413
|
+
"name": "Raphaël DAMEVIN",
|
|
2414
|
+
"github": "damevin"
|
|
2415
|
+
}
|
|
2416
|
+
],
|
|
2417
|
+
"compatibility": {
|
|
2418
|
+
"nuxt": "^3.0.0",
|
|
2419
|
+
"requires": {}
|
|
2420
|
+
}
|
|
2421
|
+
},
|
|
1992
2422
|
{
|
|
1993
2423
|
"name": "html-minifier",
|
|
1994
2424
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
@@ -2018,7 +2448,7 @@
|
|
|
2018
2448
|
"npm": "@nuxtjs/html-validator",
|
|
2019
2449
|
"icon": "html-validator.png",
|
|
2020
2450
|
"github": "https://github.com/nuxt-modules/html-validator",
|
|
2021
|
-
"website": "https://html-validator
|
|
2451
|
+
"website": "https://github.com/nuxt-modules/html-validator",
|
|
2022
2452
|
"learn_more": "https://html-validate.org",
|
|
2023
2453
|
"category": "Performance",
|
|
2024
2454
|
"type": "community",
|
|
@@ -2038,7 +2468,7 @@
|
|
|
2038
2468
|
},
|
|
2039
2469
|
{
|
|
2040
2470
|
"name": "http",
|
|
2041
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2471
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2042
2472
|
"repo": "nuxt/http",
|
|
2043
2473
|
"npm": "@nuxt/http",
|
|
2044
2474
|
"icon": "http.png",
|
|
@@ -2064,9 +2494,47 @@
|
|
|
2064
2494
|
"requires": {}
|
|
2065
2495
|
}
|
|
2066
2496
|
},
|
|
2497
|
+
{
|
|
2498
|
+
"name": "hub",
|
|
2499
|
+
"description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
|
|
2500
|
+
"repo": "nuxt-hub/core",
|
|
2501
|
+
"npm": "@nuxthub/core",
|
|
2502
|
+
"icon": "nuxthub.svg",
|
|
2503
|
+
"github": "https://github.com/nuxt-hub/core",
|
|
2504
|
+
"website": "https://hub.nuxt.com",
|
|
2505
|
+
"learn_more": "",
|
|
2506
|
+
"category": "Database",
|
|
2507
|
+
"type": "3rd-party",
|
|
2508
|
+
"maintainers": [
|
|
2509
|
+
{
|
|
2510
|
+
"name": "Sebastien Chopin",
|
|
2511
|
+
"github": "Atinux"
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
"name": "Ahad Birang",
|
|
2515
|
+
"github": "farnabaz"
|
|
2516
|
+
},
|
|
2517
|
+
{
|
|
2518
|
+
"name": "Sylvain Marroufin",
|
|
2519
|
+
"github": "smarroufin"
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
"name": "Florent Delerue",
|
|
2523
|
+
"github": "flosciante"
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"name": "NuxtLabs",
|
|
2527
|
+
"github": "nuxtlabs"
|
|
2528
|
+
}
|
|
2529
|
+
],
|
|
2530
|
+
"compatibility": {
|
|
2531
|
+
"nuxt": "^3.0.0",
|
|
2532
|
+
"requires": {}
|
|
2533
|
+
}
|
|
2534
|
+
},
|
|
2067
2535
|
{
|
|
2068
2536
|
"name": "humans-txt",
|
|
2069
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2537
|
+
"description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
2070
2538
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2071
2539
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2072
2540
|
"icon": "",
|
|
@@ -2090,12 +2558,12 @@
|
|
|
2090
2558
|
{
|
|
2091
2559
|
"name": "i18n",
|
|
2092
2560
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2093
|
-
"repo": "nuxt-
|
|
2561
|
+
"repo": "nuxt-modules/i18n",
|
|
2094
2562
|
"npm": "@nuxtjs/i18n",
|
|
2095
2563
|
"icon": "i18n.png",
|
|
2096
|
-
"github": "https://github.com/nuxt-
|
|
2564
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2097
2565
|
"website": "https://i18n.nuxtjs.org",
|
|
2098
|
-
"learn_more": "https://
|
|
2566
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2099
2567
|
"category": "Extensions",
|
|
2100
2568
|
"type": "community",
|
|
2101
2569
|
"maintainers": [
|
|
@@ -2106,6 +2574,10 @@
|
|
|
2106
2574
|
{
|
|
2107
2575
|
"name": "Kazuya Kawaguchi",
|
|
2108
2576
|
"github": "kazupon"
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
"name": "Bobbie Goede",
|
|
2580
|
+
"github": "BobbieGoede"
|
|
2109
2581
|
}
|
|
2110
2582
|
],
|
|
2111
2583
|
"compatibility": {
|
|
@@ -2113,6 +2585,51 @@
|
|
|
2113
2585
|
"requires": {}
|
|
2114
2586
|
}
|
|
2115
2587
|
},
|
|
2588
|
+
{
|
|
2589
|
+
"name": "icon-font",
|
|
2590
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2591
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2592
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2593
|
+
"icon": "",
|
|
2594
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2595
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2596
|
+
"learn_more": "",
|
|
2597
|
+
"category": "UI",
|
|
2598
|
+
"type": "3rd-party",
|
|
2599
|
+
"maintainers": [
|
|
2600
|
+
{
|
|
2601
|
+
"name": "coremyslo",
|
|
2602
|
+
"github": "coremyslo"
|
|
2603
|
+
}
|
|
2604
|
+
],
|
|
2605
|
+
"compatibility": {
|
|
2606
|
+
"nuxt": "^3.0.0",
|
|
2607
|
+
"requires": {}
|
|
2608
|
+
}
|
|
2609
|
+
},
|
|
2610
|
+
{
|
|
2611
|
+
"name": "icon-tw",
|
|
2612
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2613
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2614
|
+
"npm": "nuxt-icon-tw",
|
|
2615
|
+
"icon": "nuxt-icon.png",
|
|
2616
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2617
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2618
|
+
"learn_more": "",
|
|
2619
|
+
"category": "UI",
|
|
2620
|
+
"type": "3rd-party",
|
|
2621
|
+
"maintainers": [
|
|
2622
|
+
{
|
|
2623
|
+
"name": "JohnCampionJr",
|
|
2624
|
+
"github": "JohnCampionJr"
|
|
2625
|
+
}
|
|
2626
|
+
],
|
|
2627
|
+
"compatibility": {
|
|
2628
|
+
"nuxt": "^3.0.0",
|
|
2629
|
+
"requires": {},
|
|
2630
|
+
"devtools": "^0.0.0"
|
|
2631
|
+
}
|
|
2632
|
+
},
|
|
2116
2633
|
{
|
|
2117
2634
|
"name": "icon",
|
|
2118
2635
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2132,7 +2649,8 @@
|
|
|
2132
2649
|
],
|
|
2133
2650
|
"compatibility": {
|
|
2134
2651
|
"nuxt": "^3.0.0",
|
|
2135
|
-
"requires": {}
|
|
2652
|
+
"requires": {},
|
|
2653
|
+
"devtools": "^0.0.0"
|
|
2136
2654
|
}
|
|
2137
2655
|
},
|
|
2138
2656
|
{
|
|
@@ -2181,12 +2699,12 @@
|
|
|
2181
2699
|
},
|
|
2182
2700
|
{
|
|
2183
2701
|
"name": "image",
|
|
2184
|
-
"description": "Optimised images for
|
|
2702
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2185
2703
|
"repo": "nuxt/image",
|
|
2186
2704
|
"npm": "@nuxt/image",
|
|
2187
2705
|
"icon": "image.png",
|
|
2188
2706
|
"github": "https://github.com/nuxt/image",
|
|
2189
|
-
"website": "https://image.
|
|
2707
|
+
"website": "https://image.nuxt.com",
|
|
2190
2708
|
"learn_more": "",
|
|
2191
2709
|
"category": "Images",
|
|
2192
2710
|
"type": "official",
|
|
@@ -2196,6 +2714,11 @@
|
|
|
2196
2714
|
"github": "farnabaz",
|
|
2197
2715
|
"twitter": "a_birang"
|
|
2198
2716
|
},
|
|
2717
|
+
{
|
|
2718
|
+
"name": "Daniel Roe",
|
|
2719
|
+
"github": "danielroe",
|
|
2720
|
+
"twitter": "danielcroe"
|
|
2721
|
+
},
|
|
2199
2722
|
{
|
|
2200
2723
|
"name": "Pooya Parsa",
|
|
2201
2724
|
"github": "pi0",
|
|
@@ -2216,7 +2739,7 @@
|
|
|
2216
2739
|
},
|
|
2217
2740
|
{
|
|
2218
2741
|
"name": "imagemin",
|
|
2219
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2742
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2220
2743
|
"repo": "nuxt-community/imagemin-module",
|
|
2221
2744
|
"npm": "@nuxtjs/imagemin",
|
|
2222
2745
|
"icon": "imagemin.png",
|
|
@@ -2239,12 +2762,12 @@
|
|
|
2239
2762
|
{
|
|
2240
2763
|
"name": "inkline",
|
|
2241
2764
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2242
|
-
"repo": "inkline/
|
|
2243
|
-
"npm": "@inkline/
|
|
2765
|
+
"repo": "inkline/plugin",
|
|
2766
|
+
"npm": "@inkline/plugin",
|
|
2244
2767
|
"icon": "inkline.svg",
|
|
2245
|
-
"github": "https://github.com/inkline/
|
|
2768
|
+
"github": "https://github.com/inkline/plugin",
|
|
2246
2769
|
"website": "https://inkline.io",
|
|
2247
|
-
"learn_more": "https://inkline.io/docs/
|
|
2770
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2248
2771
|
"category": "UI",
|
|
2249
2772
|
"type": "3rd-party",
|
|
2250
2773
|
"maintainers": [
|
|
@@ -2263,7 +2786,7 @@
|
|
|
2263
2786
|
},
|
|
2264
2787
|
{
|
|
2265
2788
|
"name": "intercom",
|
|
2266
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2789
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2267
2790
|
"repo": "hex-digital/nuxt-intercom",
|
|
2268
2791
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2269
2792
|
"icon": "intercom.png",
|
|
@@ -2308,7 +2831,7 @@
|
|
|
2308
2831
|
},
|
|
2309
2832
|
{
|
|
2310
2833
|
"name": "jsonapi",
|
|
2311
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2834
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2312
2835
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2313
2836
|
"npm": "nuxt-jsonapi",
|
|
2314
2837
|
"icon": "jsonapi.svg",
|
|
@@ -2350,14 +2873,42 @@
|
|
|
2350
2873
|
"requires": {}
|
|
2351
2874
|
}
|
|
2352
2875
|
},
|
|
2876
|
+
{
|
|
2877
|
+
"name": "kinde",
|
|
2878
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2879
|
+
"repo": "nuxt-modules/kinde",
|
|
2880
|
+
"npm": "@nuxtjs/kinde",
|
|
2881
|
+
"icon": "kinde.svg",
|
|
2882
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2883
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2884
|
+
"learn_more": "https://kinde.com/",
|
|
2885
|
+
"category": "Security",
|
|
2886
|
+
"type": "community",
|
|
2887
|
+
"maintainers": [
|
|
2888
|
+
{
|
|
2889
|
+
"name": "danielroe",
|
|
2890
|
+
"github": "danielroe"
|
|
2891
|
+
},
|
|
2892
|
+
{
|
|
2893
|
+
"name": "daveordead",
|
|
2894
|
+
"github": "DaveOrDead",
|
|
2895
|
+
"twitter": "dave_or_dead"
|
|
2896
|
+
}
|
|
2897
|
+
],
|
|
2898
|
+
"compatibility": {
|
|
2899
|
+
"nuxt": "^3.0.0",
|
|
2900
|
+
"requires": {}
|
|
2901
|
+
},
|
|
2902
|
+
"sponsor": true
|
|
2903
|
+
},
|
|
2353
2904
|
{
|
|
2354
2905
|
"name": "kql",
|
|
2355
|
-
"description": "Nuxt
|
|
2906
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2356
2907
|
"repo": "johannschopplich/nuxt-kql",
|
|
2357
2908
|
"npm": "nuxt-kql",
|
|
2358
2909
|
"icon": "kql.svg",
|
|
2359
2910
|
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2360
|
-
"website": "https://nuxt-kql.
|
|
2911
|
+
"website": "https://nuxt-kql.byjohann.dev/",
|
|
2361
2912
|
"learn_more": "",
|
|
2362
2913
|
"category": "CMS",
|
|
2363
2914
|
"type": "3rd-party",
|
|
@@ -2376,7 +2927,7 @@
|
|
|
2376
2927
|
},
|
|
2377
2928
|
{
|
|
2378
2929
|
"name": "laravel-echo",
|
|
2379
|
-
"description": "Laravel Echo for Nuxt
|
|
2930
|
+
"description": "Laravel Echo for Nuxt",
|
|
2380
2931
|
"repo": "nuxt-community/laravel-echo",
|
|
2381
2932
|
"npm": "@nuxtjs/laravel-echo",
|
|
2382
2933
|
"icon": "laravel-echo.png",
|
|
@@ -2418,6 +2969,28 @@
|
|
|
2418
2969
|
"requires": {}
|
|
2419
2970
|
}
|
|
2420
2971
|
},
|
|
2972
|
+
{
|
|
2973
|
+
"name": "laravel-precognition",
|
|
2974
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2975
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2976
|
+
"npm": "nuxt-laravel-precognition",
|
|
2977
|
+
"icon": "laravel.svg",
|
|
2978
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2979
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2980
|
+
"learn_more": "",
|
|
2981
|
+
"category": "Security",
|
|
2982
|
+
"type": "3rd-party",
|
|
2983
|
+
"maintainers": [
|
|
2984
|
+
{
|
|
2985
|
+
"name": "sot1986",
|
|
2986
|
+
"github": "sot1986"
|
|
2987
|
+
}
|
|
2988
|
+
],
|
|
2989
|
+
"compatibility": {
|
|
2990
|
+
"nuxt": "^3.0.0",
|
|
2991
|
+
"requires": {}
|
|
2992
|
+
}
|
|
2993
|
+
},
|
|
2421
2994
|
{
|
|
2422
2995
|
"name": "laravel",
|
|
2423
2996
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2464,13 +3037,13 @@
|
|
|
2464
3037
|
},
|
|
2465
3038
|
{
|
|
2466
3039
|
"name": "link-checker",
|
|
2467
|
-
"description": "
|
|
3040
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2468
3041
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2469
3042
|
"npm": "nuxt-link-checker",
|
|
2470
|
-
"icon": "",
|
|
3043
|
+
"icon": "link-checker.svg",
|
|
2471
3044
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2472
|
-
"website": "https://
|
|
2473
|
-
"learn_more": "",
|
|
3045
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
3046
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2474
3047
|
"category": "SEO",
|
|
2475
3048
|
"type": "3rd-party",
|
|
2476
3049
|
"maintainers": [
|
|
@@ -2483,7 +3056,8 @@
|
|
|
2483
3056
|
],
|
|
2484
3057
|
"compatibility": {
|
|
2485
3058
|
"nuxt": "^3.0.0",
|
|
2486
|
-
"requires": {}
|
|
3059
|
+
"requires": {},
|
|
3060
|
+
"devtools": "^0.0.0"
|
|
2487
3061
|
}
|
|
2488
3062
|
},
|
|
2489
3063
|
{
|
|
@@ -2560,12 +3134,12 @@
|
|
|
2560
3134
|
},
|
|
2561
3135
|
{
|
|
2562
3136
|
"name": "logrocket",
|
|
2563
|
-
"description": "LogRocket module for Nuxt
|
|
2564
|
-
"repo": "nuxt-
|
|
3137
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3138
|
+
"repo": "nuxt-modules/logrocket",
|
|
2565
3139
|
"npm": "nuxt-logrocket",
|
|
2566
3140
|
"icon": "logrocket.png",
|
|
2567
|
-
"github": "https://github.com/nuxt-
|
|
2568
|
-
"website": "https://github.com/nuxt-
|
|
3141
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3142
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2569
3143
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2570
3144
|
"category": "Monitoring",
|
|
2571
3145
|
"type": "community",
|
|
@@ -2581,9 +3155,35 @@
|
|
|
2581
3155
|
"requires": {}
|
|
2582
3156
|
}
|
|
2583
3157
|
},
|
|
3158
|
+
{
|
|
3159
|
+
"name": "lucide-icons",
|
|
3160
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
3161
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
3162
|
+
"npm": "nuxt-lucide-icons",
|
|
3163
|
+
"icon": "lucide-icons.svg",
|
|
3164
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3165
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3166
|
+
"learn_more": "",
|
|
3167
|
+
"category": "UI",
|
|
3168
|
+
"type": "3rd-party",
|
|
3169
|
+
"maintainers": [
|
|
3170
|
+
{
|
|
3171
|
+
"name": "SWIS",
|
|
3172
|
+
"github": "swisnl"
|
|
3173
|
+
},
|
|
3174
|
+
{
|
|
3175
|
+
"name": "Jasper Zonneveld",
|
|
3176
|
+
"github": "JaZo"
|
|
3177
|
+
}
|
|
3178
|
+
],
|
|
3179
|
+
"compatibility": {
|
|
3180
|
+
"nuxt": "^3.0.0",
|
|
3181
|
+
"requires": {}
|
|
3182
|
+
}
|
|
3183
|
+
},
|
|
2584
3184
|
{
|
|
2585
3185
|
"name": "lunr",
|
|
2586
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3186
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2587
3187
|
"repo": "nuxt-community/lunr-module",
|
|
2588
3188
|
"npm": "@nuxtjs/lunr-module",
|
|
2589
3189
|
"icon": "",
|
|
@@ -2606,10 +3206,10 @@
|
|
|
2606
3206
|
{
|
|
2607
3207
|
"name": "magic-regexp",
|
|
2608
3208
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2609
|
-
"repo": "
|
|
3209
|
+
"repo": "unjs/magic-regexp",
|
|
2610
3210
|
"npm": "magic-regexp",
|
|
2611
3211
|
"icon": "magic-regexp.svg",
|
|
2612
|
-
"github": "https://github.com/
|
|
3212
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
2613
3213
|
"website": "https://magic-regexp.roe.dev",
|
|
2614
3214
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
2615
3215
|
"category": "Libraries",
|
|
@@ -2626,6 +3226,29 @@
|
|
|
2626
3226
|
"requires": {}
|
|
2627
3227
|
}
|
|
2628
3228
|
},
|
|
3229
|
+
{
|
|
3230
|
+
"name": "mailpit",
|
|
3231
|
+
"description": "Integrates Mailpit web UI in Nuxt devtools",
|
|
3232
|
+
"repo": "tdolsen/nuxt-mailpit",
|
|
3233
|
+
"npm": "nuxt-mailpit",
|
|
3234
|
+
"icon": "mailpit.svg",
|
|
3235
|
+
"github": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3236
|
+
"website": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3237
|
+
"learn_more": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3238
|
+
"category": "Devtools",
|
|
3239
|
+
"type": "3rd-party",
|
|
3240
|
+
"maintainers": [
|
|
3241
|
+
{
|
|
3242
|
+
"name": "Torkild Dyvik Olsen",
|
|
3243
|
+
"github": "tdolsen",
|
|
3244
|
+
"twitter": "tdolsen"
|
|
3245
|
+
}
|
|
3246
|
+
],
|
|
3247
|
+
"compatibility": {
|
|
3248
|
+
"nuxt": "^3.8.0",
|
|
3249
|
+
"requires": {}
|
|
3250
|
+
}
|
|
3251
|
+
},
|
|
2629
3252
|
{
|
|
2630
3253
|
"name": "markdownit",
|
|
2631
3254
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
@@ -2649,6 +3272,30 @@
|
|
|
2649
3272
|
"requires": {}
|
|
2650
3273
|
}
|
|
2651
3274
|
},
|
|
3275
|
+
{
|
|
3276
|
+
"name": "marquee",
|
|
3277
|
+
"description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
|
|
3278
|
+
"repo": "hanzydev/nuxt-marquee",
|
|
3279
|
+
"npm": "nuxt-marquee",
|
|
3280
|
+
"icon": "marquee.png",
|
|
3281
|
+
"github": "https://github.com/hanzydev/nuxt-marquee/",
|
|
3282
|
+
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3283
|
+
"learn_more": "",
|
|
3284
|
+
"category": "UI",
|
|
3285
|
+
"type": "3rd-party",
|
|
3286
|
+
"maintainers": [
|
|
3287
|
+
{
|
|
3288
|
+
"name": "Hànzy",
|
|
3289
|
+
"github": "hanzydev",
|
|
3290
|
+
"avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
|
|
3291
|
+
}
|
|
3292
|
+
],
|
|
3293
|
+
"compatibility": {
|
|
3294
|
+
"nuxt": "^3.0.0",
|
|
3295
|
+
"requires": {},
|
|
3296
|
+
"devtools": "^0.0.0"
|
|
3297
|
+
}
|
|
3298
|
+
},
|
|
2652
3299
|
{
|
|
2653
3300
|
"name": "matomo",
|
|
2654
3301
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -2671,6 +3318,50 @@
|
|
|
2671
3318
|
"requires": {}
|
|
2672
3319
|
}
|
|
2673
3320
|
},
|
|
3321
|
+
{
|
|
3322
|
+
"name": "maz-ui",
|
|
3323
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3324
|
+
"repo": "louismazel/maz-ui#master/packages/lib",
|
|
3325
|
+
"npm": "maz-ui",
|
|
3326
|
+
"icon": "maz-ui.png",
|
|
3327
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3328
|
+
"website": "https://maz-ui.com/",
|
|
3329
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3330
|
+
"category": "UI",
|
|
3331
|
+
"type": "3rd-party",
|
|
3332
|
+
"maintainers": [
|
|
3333
|
+
{
|
|
3334
|
+
"name": "Loïc Mazuel",
|
|
3335
|
+
"github": "LouisMazel"
|
|
3336
|
+
}
|
|
3337
|
+
],
|
|
3338
|
+
"compatibility": {
|
|
3339
|
+
"nuxt": "^3.0.0",
|
|
3340
|
+
"requires": {}
|
|
3341
|
+
}
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
"name": "mdc",
|
|
3345
|
+
"description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
|
|
3346
|
+
"repo": "nuxt-modules/mdc",
|
|
3347
|
+
"npm": "@nuxtjs/mdc",
|
|
3348
|
+
"icon": "mdc.png",
|
|
3349
|
+
"github": "https://github.com/nuxt-modules/mdc",
|
|
3350
|
+
"website": "https://github.com/nuxt-modules/mdc",
|
|
3351
|
+
"learn_more": "",
|
|
3352
|
+
"category": "Extensions",
|
|
3353
|
+
"type": "community",
|
|
3354
|
+
"maintainers": [
|
|
3355
|
+
{
|
|
3356
|
+
"name": "farnabaz",
|
|
3357
|
+
"github": "farnabaz"
|
|
3358
|
+
}
|
|
3359
|
+
],
|
|
3360
|
+
"compatibility": {
|
|
3361
|
+
"nuxt": "^3.0.0",
|
|
3362
|
+
"requires": {}
|
|
3363
|
+
}
|
|
3364
|
+
},
|
|
2674
3365
|
{
|
|
2675
3366
|
"name": "mdx",
|
|
2676
3367
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2696,7 +3387,7 @@
|
|
|
2696
3387
|
},
|
|
2697
3388
|
{
|
|
2698
3389
|
"name": "medusa",
|
|
2699
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3390
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2700
3391
|
"repo": "Baroshem/nuxt-medusa",
|
|
2701
3392
|
"npm": "nuxt-medusa",
|
|
2702
3393
|
"icon": "medusa.svg",
|
|
@@ -2721,7 +3412,7 @@
|
|
|
2721
3412
|
},
|
|
2722
3413
|
{
|
|
2723
3414
|
"name": "meilisearch",
|
|
2724
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3415
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2725
3416
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2726
3417
|
"npm": "nuxt-meilisearch",
|
|
2727
3418
|
"icon": "meilisearch.svg",
|
|
@@ -2741,7 +3432,8 @@
|
|
|
2741
3432
|
"nuxt": "^3.0.0",
|
|
2742
3433
|
"requires": {
|
|
2743
3434
|
"bridge": false
|
|
2744
|
-
}
|
|
3435
|
+
},
|
|
3436
|
+
"devtools": "^0.0.0"
|
|
2745
3437
|
}
|
|
2746
3438
|
},
|
|
2747
3439
|
{
|
|
@@ -2766,28 +3458,6 @@
|
|
|
2766
3458
|
"requires": {}
|
|
2767
3459
|
}
|
|
2768
3460
|
},
|
|
2769
|
-
{
|
|
2770
|
-
"name": "mobile",
|
|
2771
|
-
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
2772
|
-
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
2773
|
-
"npm": "nuxt-mobile",
|
|
2774
|
-
"icon": "",
|
|
2775
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2776
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2777
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
2778
|
-
"category": "Extensions",
|
|
2779
|
-
"type": "3rd-party",
|
|
2780
|
-
"maintainers": [
|
|
2781
|
-
{
|
|
2782
|
-
"name": "ChanningDefoe",
|
|
2783
|
-
"github": "ChanningDefoe"
|
|
2784
|
-
}
|
|
2785
|
-
],
|
|
2786
|
-
"compatibility": {
|
|
2787
|
-
"nuxt": "^2.0.0",
|
|
2788
|
-
"requires": {}
|
|
2789
|
-
}
|
|
2790
|
-
},
|
|
2791
3461
|
{
|
|
2792
3462
|
"name": "module-feed",
|
|
2793
3463
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -2813,7 +3483,7 @@
|
|
|
2813
3483
|
},
|
|
2814
3484
|
{
|
|
2815
3485
|
"name": "moment",
|
|
2816
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3486
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2817
3487
|
"repo": "nuxt-community/moment-module",
|
|
2818
3488
|
"npm": "@nuxtjs/moment",
|
|
2819
3489
|
"icon": "momentjs.png",
|
|
@@ -2839,20 +3509,20 @@
|
|
|
2839
3509
|
}
|
|
2840
3510
|
},
|
|
2841
3511
|
{
|
|
2842
|
-
"name": "
|
|
2843
|
-
"description": "
|
|
2844
|
-
"repo": "
|
|
2845
|
-
"npm": "nuxt-
|
|
3512
|
+
"name": "neo",
|
|
3513
|
+
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
3514
|
+
"repo": "ezypeeze/nuxt-neo",
|
|
3515
|
+
"npm": "nuxt-neo",
|
|
2846
3516
|
"icon": "",
|
|
2847
|
-
"github": "https://github.com/
|
|
2848
|
-
"website": "https://github.
|
|
2849
|
-
"learn_more": "
|
|
2850
|
-
"category": "
|
|
3517
|
+
"github": "https://github.com/ezypeeze/nuxt-neo",
|
|
3518
|
+
"website": "https://ezypeeze.github.io/nuxt-neo",
|
|
3519
|
+
"learn_more": "",
|
|
3520
|
+
"category": "Request",
|
|
2851
3521
|
"type": "3rd-party",
|
|
2852
3522
|
"maintainers": [
|
|
2853
3523
|
{
|
|
2854
|
-
"name": "
|
|
2855
|
-
"github": "
|
|
3524
|
+
"name": "ezypeeze",
|
|
3525
|
+
"github": "ezypeeze"
|
|
2856
3526
|
}
|
|
2857
3527
|
],
|
|
2858
3528
|
"compatibility": {
|
|
@@ -2861,30 +3531,30 @@
|
|
|
2861
3531
|
}
|
|
2862
3532
|
},
|
|
2863
3533
|
{
|
|
2864
|
-
"name": "
|
|
2865
|
-
"description": "
|
|
2866
|
-
"repo": "
|
|
2867
|
-
"npm": "nuxt-
|
|
2868
|
-
"icon": "",
|
|
2869
|
-
"github": "https://github.com/
|
|
2870
|
-
"website": "https://
|
|
3534
|
+
"name": "neo4j",
|
|
3535
|
+
"description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
|
|
3536
|
+
"repo": "arashsheyda/nuxt-neo4j",
|
|
3537
|
+
"npm": "nuxt-neo4j",
|
|
3538
|
+
"icon": "nuxt-neo4j.png",
|
|
3539
|
+
"github": "https://github.com/arashsheyda/nuxt-neo4j",
|
|
3540
|
+
"website": "https://github.com/arashsheyda/nuxt-neo4j",
|
|
2871
3541
|
"learn_more": "",
|
|
2872
|
-
"category": "
|
|
3542
|
+
"category": "Database",
|
|
2873
3543
|
"type": "3rd-party",
|
|
2874
3544
|
"maintainers": [
|
|
2875
3545
|
{
|
|
2876
|
-
"name": "
|
|
2877
|
-
"github": "
|
|
3546
|
+
"name": "arashsheyda",
|
|
3547
|
+
"github": "arashsheyda"
|
|
2878
3548
|
}
|
|
2879
3549
|
],
|
|
2880
3550
|
"compatibility": {
|
|
2881
|
-
"nuxt": "^
|
|
3551
|
+
"nuxt": "^3.0.0",
|
|
2882
3552
|
"requires": {}
|
|
2883
3553
|
}
|
|
2884
3554
|
},
|
|
2885
3555
|
{
|
|
2886
3556
|
"name": "netlify-cache",
|
|
2887
|
-
"description": "Nuxt
|
|
3557
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
2888
3558
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2889
3559
|
"npm": "nuxt-netlify-cache",
|
|
2890
3560
|
"icon": "netlify.png",
|
|
@@ -2929,13 +3599,13 @@
|
|
|
2929
3599
|
},
|
|
2930
3600
|
{
|
|
2931
3601
|
"name": "netlify",
|
|
2932
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
2933
|
-
"repo": "
|
|
3602
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3603
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
2934
3604
|
"npm": "@aceforth/nuxt-netlify",
|
|
2935
3605
|
"icon": "netlify.png",
|
|
2936
|
-
"github": "https://github.com/
|
|
2937
|
-
"website": "https://
|
|
2938
|
-
"learn_more": "",
|
|
3606
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3607
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3608
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
2939
3609
|
"category": "Deployment",
|
|
2940
3610
|
"type": "3rd-party",
|
|
2941
3611
|
"maintainers": [
|
|
@@ -3000,30 +3670,164 @@
|
|
|
3000
3670
|
}
|
|
3001
3671
|
},
|
|
3002
3672
|
{
|
|
3003
|
-
"name": "
|
|
3004
|
-
"description": "",
|
|
3005
|
-
"repo": "
|
|
3006
|
-
"npm": "
|
|
3673
|
+
"name": "nupolyon",
|
|
3674
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3675
|
+
"repo": "adenvt/nupolyon",
|
|
3676
|
+
"npm": "nupolyon",
|
|
3007
3677
|
"icon": "",
|
|
3008
|
-
"github": "https://github.com/
|
|
3009
|
-
"website": "https://github.com/
|
|
3678
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3679
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3010
3680
|
"learn_more": "",
|
|
3011
|
-
"category": "
|
|
3681
|
+
"category": "Performance",
|
|
3012
3682
|
"type": "3rd-party",
|
|
3013
3683
|
"maintainers": [
|
|
3014
3684
|
{
|
|
3015
|
-
"name": "
|
|
3016
|
-
"github": "
|
|
3685
|
+
"name": "adenvt",
|
|
3686
|
+
"github": "adenvt"
|
|
3017
3687
|
}
|
|
3018
3688
|
],
|
|
3019
3689
|
"compatibility": {
|
|
3020
|
-
"nuxt": "^
|
|
3690
|
+
"nuxt": "^3.0.0",
|
|
3691
|
+
"requires": {}
|
|
3692
|
+
}
|
|
3693
|
+
},
|
|
3694
|
+
{
|
|
3695
|
+
"name": "nuxt-anchorscroll",
|
|
3696
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3697
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3698
|
+
"npm": "nuxt-anchorscroll",
|
|
3699
|
+
"icon": "",
|
|
3700
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3701
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3702
|
+
"learn_more": "",
|
|
3703
|
+
"category": "UI",
|
|
3704
|
+
"type": "3rd-party",
|
|
3705
|
+
"maintainers": [
|
|
3706
|
+
{
|
|
3707
|
+
"name": "Helltraitor",
|
|
3708
|
+
"github": "helltraitor"
|
|
3709
|
+
}
|
|
3710
|
+
],
|
|
3711
|
+
"compatibility": {
|
|
3712
|
+
"nuxt": "^3.0.0",
|
|
3713
|
+
"requires": {}
|
|
3714
|
+
}
|
|
3715
|
+
},
|
|
3716
|
+
{
|
|
3717
|
+
"name": "nuxt-asciidoc",
|
|
3718
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3719
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3720
|
+
"npm": "nuxt-asciidoc",
|
|
3721
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3722
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3723
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3724
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3725
|
+
"category": "Extensions",
|
|
3726
|
+
"type": "3rd-party",
|
|
3727
|
+
"maintainers": [
|
|
3728
|
+
{
|
|
3729
|
+
"name": "Christian Lenz",
|
|
3730
|
+
"github": "Chris2011",
|
|
3731
|
+
"twitter": "Chrizzly42"
|
|
3732
|
+
}
|
|
3733
|
+
],
|
|
3734
|
+
"compatibility": {
|
|
3735
|
+
"nuxt": "^3.0.0",
|
|
3736
|
+
"requires": {}
|
|
3737
|
+
}
|
|
3738
|
+
},
|
|
3739
|
+
{
|
|
3740
|
+
"name": "nuxt-auth-sanctum",
|
|
3741
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3742
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3743
|
+
"npm": "nuxt-auth-sanctum",
|
|
3744
|
+
"icon": "laravel.svg",
|
|
3745
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3746
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3747
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3748
|
+
"category": "Security",
|
|
3749
|
+
"type": "3rd-party",
|
|
3750
|
+
"maintainers": [
|
|
3751
|
+
{
|
|
3752
|
+
"name": "Artem Manchenkov",
|
|
3753
|
+
"github": "manchenkoff",
|
|
3754
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3755
|
+
}
|
|
3756
|
+
],
|
|
3757
|
+
"compatibility": {
|
|
3758
|
+
"nuxt": "^3.9.0",
|
|
3759
|
+
"requires": {}
|
|
3760
|
+
}
|
|
3761
|
+
},
|
|
3762
|
+
{
|
|
3763
|
+
"name": "nuxt-basic-auth",
|
|
3764
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3765
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3766
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3767
|
+
"icon": "",
|
|
3768
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3769
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3770
|
+
"learn_more": "",
|
|
3771
|
+
"category": "Security",
|
|
3772
|
+
"type": "3rd-party",
|
|
3773
|
+
"maintainers": [
|
|
3774
|
+
{
|
|
3775
|
+
"name": "kgierke",
|
|
3776
|
+
"github": "kgierke"
|
|
3777
|
+
}
|
|
3778
|
+
],
|
|
3779
|
+
"compatibility": {
|
|
3780
|
+
"nuxt": "^3.0.0",
|
|
3781
|
+
"requires": {}
|
|
3782
|
+
}
|
|
3783
|
+
},
|
|
3784
|
+
{
|
|
3785
|
+
"name": "nuxt-bezier",
|
|
3786
|
+
"description": "Reusable transition components",
|
|
3787
|
+
"repo": "50rayn/nuxt-bezier",
|
|
3788
|
+
"npm": "nuxt-bezier",
|
|
3789
|
+
"icon": "nuxt-bezier.png",
|
|
3790
|
+
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3791
|
+
"website": "https://github.com/50rayn/nuxt-bezier",
|
|
3792
|
+
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3793
|
+
"category": "UI",
|
|
3794
|
+
"type": "3rd-party",
|
|
3795
|
+
"maintainers": [
|
|
3796
|
+
{
|
|
3797
|
+
"name": "Soryn Gitlan",
|
|
3798
|
+
"github": "50rayn"
|
|
3799
|
+
}
|
|
3800
|
+
],
|
|
3801
|
+
"compatibility": {
|
|
3802
|
+
"nuxt": "^3.0.0",
|
|
3803
|
+
"requires": {}
|
|
3804
|
+
}
|
|
3805
|
+
},
|
|
3806
|
+
{
|
|
3807
|
+
"name": "nuxt-bootstrap-icons",
|
|
3808
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3809
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3810
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3811
|
+
"icon": "bootstrap-icons.svg",
|
|
3812
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3813
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3814
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3815
|
+
"category": "UI",
|
|
3816
|
+
"type": "3rd-party",
|
|
3817
|
+
"maintainers": [
|
|
3818
|
+
{
|
|
3819
|
+
"name": "OyewoleOyedeji",
|
|
3820
|
+
"github": "OyewoleOyedeji"
|
|
3821
|
+
}
|
|
3822
|
+
],
|
|
3823
|
+
"compatibility": {
|
|
3824
|
+
"nuxt": "^3.0.0",
|
|
3021
3825
|
"requires": {}
|
|
3022
3826
|
}
|
|
3023
3827
|
},
|
|
3024
3828
|
{
|
|
3025
3829
|
"name": "nuxt-chatgpt",
|
|
3026
|
-
"description": "ChatGPT integration for Nuxt
|
|
3830
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3027
3831
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3028
3832
|
"npm": "nuxt-chatgpt",
|
|
3029
3833
|
"icon": "chatgpt.svg",
|
|
@@ -3043,6 +3847,143 @@
|
|
|
3043
3847
|
"requires": {}
|
|
3044
3848
|
}
|
|
3045
3849
|
},
|
|
3850
|
+
{
|
|
3851
|
+
"name": "nuxt-cookie-consent",
|
|
3852
|
+
"description": "Nuxt module for integrating with cookie consent providers with ease",
|
|
3853
|
+
"repo": "weareheavy/nuxt-cookie-consent",
|
|
3854
|
+
"npm": "@weareheavy/nuxt-cookie-consent",
|
|
3855
|
+
"icon": "wah.svg",
|
|
3856
|
+
"github": "https://github.com/weareheavy/nuxt-cookie-consent",
|
|
3857
|
+
"website": "https://nuxt-cookie-consent.packages.weareheavy.com",
|
|
3858
|
+
"learn_more": "",
|
|
3859
|
+
"category": "Extensions",
|
|
3860
|
+
"type": "3rd-party",
|
|
3861
|
+
"maintainers": [
|
|
3862
|
+
{
|
|
3863
|
+
"name": "weareheavy",
|
|
3864
|
+
"github": "weareheavy"
|
|
3865
|
+
}
|
|
3866
|
+
],
|
|
3867
|
+
"compatibility": {
|
|
3868
|
+
"nuxt": "^3.0.0",
|
|
3869
|
+
"requires": {}
|
|
3870
|
+
}
|
|
3871
|
+
},
|
|
3872
|
+
{
|
|
3873
|
+
"name": "nuxt-facebook-chat",
|
|
3874
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3875
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3876
|
+
"npm": "nuxt-facebook-chat",
|
|
3877
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3878
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3879
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3880
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3881
|
+
"category": "Libraries",
|
|
3882
|
+
"type": "3rd-party",
|
|
3883
|
+
"maintainers": [
|
|
3884
|
+
{
|
|
3885
|
+
"name": "Supanut Dokmaithong",
|
|
3886
|
+
"github": "Boomgeek"
|
|
3887
|
+
},
|
|
3888
|
+
{
|
|
3889
|
+
"name": "superdev-tech",
|
|
3890
|
+
"github": "superdev-tech"
|
|
3891
|
+
}
|
|
3892
|
+
],
|
|
3893
|
+
"compatibility": {
|
|
3894
|
+
"nuxt": "^3.0.0",
|
|
3895
|
+
"requires": {}
|
|
3896
|
+
}
|
|
3897
|
+
},
|
|
3898
|
+
{
|
|
3899
|
+
"name": "nuxt-feather-icons",
|
|
3900
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3901
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3902
|
+
"npm": "nuxt-feather-icons",
|
|
3903
|
+
"icon": "nuxt-feather-icons.png",
|
|
3904
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3905
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3906
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3907
|
+
"category": "UI",
|
|
3908
|
+
"type": "3rd-party",
|
|
3909
|
+
"maintainers": [
|
|
3910
|
+
{
|
|
3911
|
+
"name": "4sllan",
|
|
3912
|
+
"github": "4sllan"
|
|
3913
|
+
}
|
|
3914
|
+
],
|
|
3915
|
+
"compatibility": {
|
|
3916
|
+
"nuxt": "^3.0.0",
|
|
3917
|
+
"requires": {}
|
|
3918
|
+
}
|
|
3919
|
+
},
|
|
3920
|
+
{
|
|
3921
|
+
"name": "nuxt-feedme",
|
|
3922
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3923
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3924
|
+
"npm": "nuxt-feedme",
|
|
3925
|
+
"icon": "",
|
|
3926
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3927
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3928
|
+
"learn_more": "",
|
|
3929
|
+
"category": "SEO",
|
|
3930
|
+
"type": "3rd-party",
|
|
3931
|
+
"maintainers": [
|
|
3932
|
+
{
|
|
3933
|
+
"name": "Helltraitor",
|
|
3934
|
+
"github": "helltraitor"
|
|
3935
|
+
}
|
|
3936
|
+
],
|
|
3937
|
+
"compatibility": {
|
|
3938
|
+
"nuxt": "^3.0.0",
|
|
3939
|
+
"requires": {}
|
|
3940
|
+
}
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"name": "nuxt-file-storage",
|
|
3944
|
+
"description": "Easy solution to store files in your nuxt apps. Upload files from the frontend and recieve them from the backend to save the files in your project.",
|
|
3945
|
+
"repo": "nyllre/nuxt-file-storage",
|
|
3946
|
+
"npm": "nuxt-file-storage",
|
|
3947
|
+
"icon": "nuxt-file-storage.svg",
|
|
3948
|
+
"github": "https://github.com/nyllre/nuxt-file-storage",
|
|
3949
|
+
"website": "https://github.com/nyllre/nuxt-file-storage",
|
|
3950
|
+
"learn_more": "https://github.com/nyllre/nuxt-file-storage",
|
|
3951
|
+
"category": "Database",
|
|
3952
|
+
"type": "3rd-party",
|
|
3953
|
+
"maintainers": [
|
|
3954
|
+
{
|
|
3955
|
+
"name": "NyllRE",
|
|
3956
|
+
"github": "NyllRE"
|
|
3957
|
+
}
|
|
3958
|
+
],
|
|
3959
|
+
"compatibility": {
|
|
3960
|
+
"nuxt": "^3.0.0",
|
|
3961
|
+
"requires": {}
|
|
3962
|
+
}
|
|
3963
|
+
},
|
|
3964
|
+
{
|
|
3965
|
+
"name": "nuxt-fontawesome",
|
|
3966
|
+
"description": "Module to use Font Awesome 6 icons in your Nuxt project",
|
|
3967
|
+
"repo": "bezumkin/nuxt-fontawesome",
|
|
3968
|
+
"npm": "@vesp/nuxt-fontawesome",
|
|
3969
|
+
"icon": "nuxt-fontawesome.svg",
|
|
3970
|
+
"github": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
3971
|
+
"website": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
3972
|
+
"learn_more": "https://fontawesome.com",
|
|
3973
|
+
"category": "UI",
|
|
3974
|
+
"type": "3rd-party",
|
|
3975
|
+
"maintainers": [
|
|
3976
|
+
{
|
|
3977
|
+
"name": "Vasily Naumkin",
|
|
3978
|
+
"github": "bezumkin",
|
|
3979
|
+
"avatar": "https://avatars.githubusercontent.com/u/1257284"
|
|
3980
|
+
}
|
|
3981
|
+
],
|
|
3982
|
+
"compatibility": {
|
|
3983
|
+
"nuxt": "^3.0.0",
|
|
3984
|
+
"requires": {}
|
|
3985
|
+
}
|
|
3986
|
+
},
|
|
3046
3987
|
{
|
|
3047
3988
|
"name": "nuxt-graphql-middleware",
|
|
3048
3989
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3050,7 +3991,7 @@
|
|
|
3050
3991
|
"npm": "nuxt-graphql-middleware",
|
|
3051
3992
|
"icon": "nuxt-graphql-middleware.svg",
|
|
3052
3993
|
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3053
|
-
"website": "https://nuxt-graphql-middleware
|
|
3994
|
+
"website": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3054
3995
|
"learn_more": "",
|
|
3055
3996
|
"category": "Request",
|
|
3056
3997
|
"type": "3rd-party",
|
|
@@ -3094,6 +4035,29 @@
|
|
|
3094
4035
|
"requires": {}
|
|
3095
4036
|
}
|
|
3096
4037
|
},
|
|
4038
|
+
{
|
|
4039
|
+
"name": "nuxt-gtm",
|
|
4040
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
4041
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
4042
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
4043
|
+
"icon": "nuxt-gtm.svg",
|
|
4044
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
4045
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
4046
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
4047
|
+
"category": "Analytics",
|
|
4048
|
+
"type": "3rd-party",
|
|
4049
|
+
"maintainers": [
|
|
4050
|
+
{
|
|
4051
|
+
"name": "Zadig&Voltaire Team",
|
|
4052
|
+
"github": "zadigetvoltaire"
|
|
4053
|
+
}
|
|
4054
|
+
],
|
|
4055
|
+
"compatibility": {
|
|
4056
|
+
"nuxt": "^3.0.0",
|
|
4057
|
+
"requires": {},
|
|
4058
|
+
"devtools": "^0.0.0"
|
|
4059
|
+
}
|
|
4060
|
+
},
|
|
3097
4061
|
{
|
|
3098
4062
|
"name": "nuxt-hue",
|
|
3099
4063
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -3118,6 +4082,50 @@
|
|
|
3118
4082
|
}
|
|
3119
4083
|
}
|
|
3120
4084
|
},
|
|
4085
|
+
{
|
|
4086
|
+
"name": "nuxt-interpolation",
|
|
4087
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
4088
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
4089
|
+
"npm": "nuxt-interpolation",
|
|
4090
|
+
"icon": "",
|
|
4091
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
4092
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
4093
|
+
"learn_more": "",
|
|
4094
|
+
"category": "Devtools",
|
|
4095
|
+
"type": "3rd-party",
|
|
4096
|
+
"maintainers": [
|
|
4097
|
+
{
|
|
4098
|
+
"name": "daliborgogic",
|
|
4099
|
+
"github": "daliborgogic"
|
|
4100
|
+
}
|
|
4101
|
+
],
|
|
4102
|
+
"compatibility": {
|
|
4103
|
+
"nuxt": "^2.0.0",
|
|
4104
|
+
"requires": {}
|
|
4105
|
+
}
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
"name": "nuxt-jsonld",
|
|
4109
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
4110
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
4111
|
+
"npm": "nuxt-jsonld",
|
|
4112
|
+
"icon": "",
|
|
4113
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
4114
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
4115
|
+
"learn_more": "",
|
|
4116
|
+
"category": "SEO",
|
|
4117
|
+
"type": "3rd-party",
|
|
4118
|
+
"maintainers": [
|
|
4119
|
+
{
|
|
4120
|
+
"name": "ymmooot",
|
|
4121
|
+
"github": "ymmooot"
|
|
4122
|
+
}
|
|
4123
|
+
],
|
|
4124
|
+
"compatibility": {
|
|
4125
|
+
"nuxt": "^3.0.0",
|
|
4126
|
+
"requires": {}
|
|
4127
|
+
}
|
|
4128
|
+
},
|
|
3121
4129
|
{
|
|
3122
4130
|
"name": "nuxt-localtunnel",
|
|
3123
4131
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3125,8 +4133,8 @@
|
|
|
3125
4133
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3126
4134
|
"icon": "nuxt-localtunnel.svg",
|
|
3127
4135
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
3128
|
-
"website": "https://nuxtus.com",
|
|
3129
|
-
"learn_more": "https://docs.nuxtus.com
|
|
4136
|
+
"website": "https://docs.nuxtus.com",
|
|
4137
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
3130
4138
|
"category": "Devtools",
|
|
3131
4139
|
"type": "3rd-party",
|
|
3132
4140
|
"maintainers": [
|
|
@@ -3143,7 +4151,7 @@
|
|
|
3143
4151
|
},
|
|
3144
4152
|
{
|
|
3145
4153
|
"name": "nuxt-loco",
|
|
3146
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
4154
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3147
4155
|
"repo": "gaetansenn/nuxt-loco",
|
|
3148
4156
|
"npm": "nuxt-loco",
|
|
3149
4157
|
"icon": "",
|
|
@@ -3164,6 +4172,28 @@
|
|
|
3164
4172
|
"requires": {}
|
|
3165
4173
|
}
|
|
3166
4174
|
},
|
|
4175
|
+
{
|
|
4176
|
+
"name": "nuxt-mail",
|
|
4177
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
4178
|
+
"repo": "dword-design/nuxt-mail",
|
|
4179
|
+
"npm": "nuxt-mail",
|
|
4180
|
+
"icon": "",
|
|
4181
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
4182
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
4183
|
+
"learn_more": "",
|
|
4184
|
+
"category": "Extensions",
|
|
4185
|
+
"type": "3rd-party",
|
|
4186
|
+
"maintainers": [
|
|
4187
|
+
{
|
|
4188
|
+
"name": "Sebastian Landwehr",
|
|
4189
|
+
"github": "dword-design"
|
|
4190
|
+
}
|
|
4191
|
+
],
|
|
4192
|
+
"compatibility": {
|
|
4193
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4194
|
+
"requires": {}
|
|
4195
|
+
}
|
|
4196
|
+
},
|
|
3167
4197
|
{
|
|
3168
4198
|
"name": "nuxt-mapbox",
|
|
3169
4199
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3186,6 +4216,28 @@
|
|
|
3186
4216
|
"requires": {}
|
|
3187
4217
|
}
|
|
3188
4218
|
},
|
|
4219
|
+
{
|
|
4220
|
+
"name": "nuxt-mdi",
|
|
4221
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
4222
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
4223
|
+
"npm": "nuxt-mdi",
|
|
4224
|
+
"icon": "mdi.png",
|
|
4225
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
4226
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
4227
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
4228
|
+
"category": "Libraries",
|
|
4229
|
+
"type": "3rd-party",
|
|
4230
|
+
"maintainers": [
|
|
4231
|
+
{
|
|
4232
|
+
"name": "Emil Rosenius",
|
|
4233
|
+
"github": "ERPedersen"
|
|
4234
|
+
}
|
|
4235
|
+
],
|
|
4236
|
+
"compatibility": {
|
|
4237
|
+
"nuxt": "^3.0.0",
|
|
4238
|
+
"requires": {}
|
|
4239
|
+
}
|
|
4240
|
+
},
|
|
3189
4241
|
{
|
|
3190
4242
|
"name": "nuxt-monaco-editor",
|
|
3191
4243
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3208,6 +4260,147 @@
|
|
|
3208
4260
|
"requires": {}
|
|
3209
4261
|
}
|
|
3210
4262
|
},
|
|
4263
|
+
{
|
|
4264
|
+
"name": "nuxt-mongoose",
|
|
4265
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
4266
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
4267
|
+
"npm": "nuxt-mongoose",
|
|
4268
|
+
"icon": "nuxt-mongoose.svg",
|
|
4269
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
4270
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
4271
|
+
"learn_more": "",
|
|
4272
|
+
"category": "Database",
|
|
4273
|
+
"type": "3rd-party",
|
|
4274
|
+
"maintainers": [
|
|
4275
|
+
{
|
|
4276
|
+
"name": "arashsheyda",
|
|
4277
|
+
"github": "arashsheyda"
|
|
4278
|
+
}
|
|
4279
|
+
],
|
|
4280
|
+
"compatibility": {
|
|
4281
|
+
"nuxt": "^3.0.0",
|
|
4282
|
+
"requires": {},
|
|
4283
|
+
"devtools": "^0.0.0"
|
|
4284
|
+
}
|
|
4285
|
+
},
|
|
4286
|
+
{
|
|
4287
|
+
"name": "nuxt-oidc-auth",
|
|
4288
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
4289
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
4290
|
+
"npm": "nuxt-oidc-auth",
|
|
4291
|
+
"icon": "",
|
|
4292
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4293
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4294
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4295
|
+
"category": "Security",
|
|
4296
|
+
"type": "3rd-party",
|
|
4297
|
+
"maintainers": [
|
|
4298
|
+
{
|
|
4299
|
+
"name": "Jan-Henrik Damaschke",
|
|
4300
|
+
"github": "itpropro",
|
|
4301
|
+
"twitter": "jandamaschke"
|
|
4302
|
+
}
|
|
4303
|
+
],
|
|
4304
|
+
"compatibility": {
|
|
4305
|
+
"nuxt": "^3.0.0",
|
|
4306
|
+
"requires": {}
|
|
4307
|
+
}
|
|
4308
|
+
},
|
|
4309
|
+
{
|
|
4310
|
+
"name": "nuxt-openapi-docs-module",
|
|
4311
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4312
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4313
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4314
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4315
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4316
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4317
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4318
|
+
"category": "Libraries",
|
|
4319
|
+
"type": "3rd-party",
|
|
4320
|
+
"maintainers": [
|
|
4321
|
+
{
|
|
4322
|
+
"name": "Pavel Kuzmin",
|
|
4323
|
+
"github": "s00d"
|
|
4324
|
+
}
|
|
4325
|
+
],
|
|
4326
|
+
"compatibility": {
|
|
4327
|
+
"nuxt": "^3.0.0",
|
|
4328
|
+
"requires": {}
|
|
4329
|
+
}
|
|
4330
|
+
},
|
|
4331
|
+
{
|
|
4332
|
+
"name": "nuxt-openid-connect",
|
|
4333
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4334
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4335
|
+
"npm": "nuxt-openid-connect",
|
|
4336
|
+
"icon": "",
|
|
4337
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4338
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4339
|
+
"learn_more": "",
|
|
4340
|
+
"category": "Security",
|
|
4341
|
+
"type": "3rd-party",
|
|
4342
|
+
"maintainers": [
|
|
4343
|
+
{
|
|
4344
|
+
"name": "Aborn Jiang",
|
|
4345
|
+
"github": "aborn"
|
|
4346
|
+
},
|
|
4347
|
+
{
|
|
4348
|
+
"name": "Khaled Almana",
|
|
4349
|
+
"github": "KhaledAlMana"
|
|
4350
|
+
}
|
|
4351
|
+
],
|
|
4352
|
+
"compatibility": {
|
|
4353
|
+
"nuxt": "^3.0.0",
|
|
4354
|
+
"requires": {},
|
|
4355
|
+
"devtools": "^0.0.0"
|
|
4356
|
+
}
|
|
4357
|
+
},
|
|
4358
|
+
{
|
|
4359
|
+
"name": "nuxt-payload-analyzer",
|
|
4360
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4361
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4362
|
+
"npm": "nuxt-payload-analyzer",
|
|
4363
|
+
"icon": "",
|
|
4364
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4365
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4366
|
+
"learn_more": "",
|
|
4367
|
+
"category": "Performance",
|
|
4368
|
+
"type": "3rd-party",
|
|
4369
|
+
"maintainers": [
|
|
4370
|
+
{
|
|
4371
|
+
"name": "Barbapapazes",
|
|
4372
|
+
"github": "Barbapapazes",
|
|
4373
|
+
"twitter": "soubiran_"
|
|
4374
|
+
}
|
|
4375
|
+
],
|
|
4376
|
+
"compatibility": {
|
|
4377
|
+
"nuxt": "^3.0.0",
|
|
4378
|
+
"requires": {}
|
|
4379
|
+
}
|
|
4380
|
+
},
|
|
4381
|
+
{
|
|
4382
|
+
"name": "nuxt-pdf-frame",
|
|
4383
|
+
"description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
|
|
4384
|
+
"repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
|
|
4385
|
+
"npm": "@i2d/nuxt-pdf-frame",
|
|
4386
|
+
"icon": "pdf-frame.svg",
|
|
4387
|
+
"github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
|
|
4388
|
+
"website": "https://www.pdf-frame.org",
|
|
4389
|
+
"learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
|
|
4390
|
+
"category": "Libraries",
|
|
4391
|
+
"type": "3rd-party",
|
|
4392
|
+
"maintainers": [
|
|
4393
|
+
{
|
|
4394
|
+
"name": "Narayana Swamy",
|
|
4395
|
+
"github": "nswamy14",
|
|
4396
|
+
"email": "narayanaswamy14@gmail.com"
|
|
4397
|
+
}
|
|
4398
|
+
],
|
|
4399
|
+
"compatibility": {
|
|
4400
|
+
"nuxt": "^3.0.0",
|
|
4401
|
+
"requires": {}
|
|
4402
|
+
}
|
|
4403
|
+
},
|
|
3211
4404
|
{
|
|
3212
4405
|
"name": "nuxt-pdf",
|
|
3213
4406
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3231,6 +4424,28 @@
|
|
|
3231
4424
|
"requires": {}
|
|
3232
4425
|
}
|
|
3233
4426
|
},
|
|
4427
|
+
{
|
|
4428
|
+
"name": "nuxt-phosphor-icons",
|
|
4429
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
4430
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4431
|
+
"npm": "nuxt-phosphor-icons",
|
|
4432
|
+
"icon": "phosphor-icons.svg",
|
|
4433
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4434
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4435
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
4436
|
+
"category": "UI",
|
|
4437
|
+
"type": "3rd-party",
|
|
4438
|
+
"maintainers": [
|
|
4439
|
+
{
|
|
4440
|
+
"name": "OyewoleOyedeji",
|
|
4441
|
+
"github": "OyewoleOyedeji"
|
|
4442
|
+
}
|
|
4443
|
+
],
|
|
4444
|
+
"compatibility": {
|
|
4445
|
+
"nuxt": "^3.0.0",
|
|
4446
|
+
"requires": {}
|
|
4447
|
+
}
|
|
4448
|
+
},
|
|
3234
4449
|
{
|
|
3235
4450
|
"name": "nuxt-pino-log",
|
|
3236
4451
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3254,20 +4469,24 @@
|
|
|
3254
4469
|
}
|
|
3255
4470
|
},
|
|
3256
4471
|
{
|
|
3257
|
-
"name": "
|
|
3258
|
-
"description": "
|
|
3259
|
-
"repo": "nuxt-
|
|
3260
|
-
"npm": "
|
|
3261
|
-
"icon": "
|
|
3262
|
-
"github": "https://github.com/nuxt-
|
|
3263
|
-
"website": "https://github.com/nuxt-
|
|
3264
|
-
"learn_more": "https://
|
|
3265
|
-
"category": "
|
|
3266
|
-
"type": "
|
|
4472
|
+
"name": "nuxt-plotly",
|
|
4473
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
4474
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
4475
|
+
"npm": "nuxt-plotly",
|
|
4476
|
+
"icon": "nuxt-plotly.svg",
|
|
4477
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4478
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4479
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
4480
|
+
"category": "Libraries",
|
|
4481
|
+
"type": "3rd-party",
|
|
3267
4482
|
"maintainers": [
|
|
3268
4483
|
{
|
|
3269
|
-
"name": "
|
|
3270
|
-
"github": "
|
|
4484
|
+
"name": "Supanut Dokmaithong",
|
|
4485
|
+
"github": "Boomgeek"
|
|
4486
|
+
},
|
|
4487
|
+
{
|
|
4488
|
+
"name": "superdev-tech",
|
|
4489
|
+
"github": "superdev-tech"
|
|
3271
4490
|
}
|
|
3272
4491
|
],
|
|
3273
4492
|
"compatibility": {
|
|
@@ -3277,7 +4496,7 @@
|
|
|
3277
4496
|
},
|
|
3278
4497
|
{
|
|
3279
4498
|
"name": "nuxt-png-to-ico",
|
|
3280
|
-
"description": "Nuxt
|
|
4499
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3281
4500
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3282
4501
|
"npm": "nuxt-png-to-ico",
|
|
3283
4502
|
"icon": "",
|
|
@@ -3298,9 +4517,31 @@
|
|
|
3298
4517
|
"requires": {}
|
|
3299
4518
|
}
|
|
3300
4519
|
},
|
|
4520
|
+
{
|
|
4521
|
+
"name": "nuxt-posthog",
|
|
4522
|
+
"description": "Integrate PostHog into your application with minimal configuration",
|
|
4523
|
+
"repo": "mitjans/nuxt-posthog",
|
|
4524
|
+
"npm": "nuxt-posthog",
|
|
4525
|
+
"icon": "posthog.svg",
|
|
4526
|
+
"github": "https://github.com/mitjans/nuxt-posthog",
|
|
4527
|
+
"website": "https://nuxt-posthog.cmitjans.dev",
|
|
4528
|
+
"learn_more": "https://posthog.com",
|
|
4529
|
+
"category": "Analytics",
|
|
4530
|
+
"type": "3rd-party",
|
|
4531
|
+
"maintainers": [
|
|
4532
|
+
{
|
|
4533
|
+
"name": "Carles Mitjans",
|
|
4534
|
+
"github": "mitjans"
|
|
4535
|
+
}
|
|
4536
|
+
],
|
|
4537
|
+
"compatibility": {
|
|
4538
|
+
"nuxt": "^3.0.0",
|
|
4539
|
+
"requires": {}
|
|
4540
|
+
}
|
|
4541
|
+
},
|
|
3301
4542
|
{
|
|
3302
4543
|
"name": "nuxt-smartlook",
|
|
3303
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4544
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3304
4545
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3305
4546
|
"npm": "nuxt-smartlook",
|
|
3306
4547
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3322,6 +4563,28 @@
|
|
|
3322
4563
|
"requires": {}
|
|
3323
4564
|
}
|
|
3324
4565
|
},
|
|
4566
|
+
{
|
|
4567
|
+
"name": "nuxt-social-share",
|
|
4568
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4569
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4570
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4571
|
+
"icon": "nuxt-social-share.png",
|
|
4572
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4573
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4574
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4575
|
+
"category": "Extensions",
|
|
4576
|
+
"type": "3rd-party",
|
|
4577
|
+
"maintainers": [
|
|
4578
|
+
{
|
|
4579
|
+
"name": "stefanobartoletti",
|
|
4580
|
+
"github": "stefanobartoletti"
|
|
4581
|
+
}
|
|
4582
|
+
],
|
|
4583
|
+
"compatibility": {
|
|
4584
|
+
"nuxt": "^3.0.0",
|
|
4585
|
+
"requires": {}
|
|
4586
|
+
}
|
|
4587
|
+
},
|
|
3325
4588
|
{
|
|
3326
4589
|
"name": "ssr-lit",
|
|
3327
4590
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3352,10 +4615,10 @@
|
|
|
3352
4615
|
},
|
|
3353
4616
|
{
|
|
3354
4617
|
"name": "nuxt-storm",
|
|
3355
|
-
"description": "WebStorm & PHPStorm support for
|
|
4618
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3356
4619
|
"repo": "fumeapp/nuxt-storm",
|
|
3357
4620
|
"npm": "nuxt-storm",
|
|
3358
|
-
"icon": "
|
|
4621
|
+
"icon": "",
|
|
3359
4622
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
3360
4623
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
3361
4624
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -3372,6 +4635,30 @@
|
|
|
3372
4635
|
"requires": {}
|
|
3373
4636
|
}
|
|
3374
4637
|
},
|
|
4638
|
+
{
|
|
4639
|
+
"name": "nuxt-svgo-loader",
|
|
4640
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4641
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4642
|
+
"npm": "nuxt-svgo-loader",
|
|
4643
|
+
"icon": "",
|
|
4644
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4645
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4646
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4647
|
+
"category": "Images",
|
|
4648
|
+
"type": "3rd-party",
|
|
4649
|
+
"maintainers": [
|
|
4650
|
+
{
|
|
4651
|
+
"name": "Alex Liu",
|
|
4652
|
+
"github": "Mini-ghost",
|
|
4653
|
+
"twitter": "Minighost_Alex"
|
|
4654
|
+
}
|
|
4655
|
+
],
|
|
4656
|
+
"compatibility": {
|
|
4657
|
+
"nuxt": "^3.0.0",
|
|
4658
|
+
"requires": {},
|
|
4659
|
+
"devtools": "^0.0.0"
|
|
4660
|
+
}
|
|
4661
|
+
},
|
|
3375
4662
|
{
|
|
3376
4663
|
"name": "nuxt-svgo",
|
|
3377
4664
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -3396,7 +4683,7 @@
|
|
|
3396
4683
|
},
|
|
3397
4684
|
{
|
|
3398
4685
|
"name": "nuxt-unleash",
|
|
3399
|
-
"description": "Nuxt
|
|
4686
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3400
4687
|
"repo": "conejerock/nuxt-unleash",
|
|
3401
4688
|
"npm": "nuxt-unleash",
|
|
3402
4689
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3417,14 +4704,14 @@
|
|
|
3417
4704
|
}
|
|
3418
4705
|
},
|
|
3419
4706
|
{
|
|
3420
|
-
"name": "nuxt-use-
|
|
3421
|
-
"description": "A Nuxt module
|
|
3422
|
-
"repo": "Tahul/nuxt-use-
|
|
3423
|
-
"npm": "nuxt-use-
|
|
3424
|
-
"icon": "nuxt-use-
|
|
3425
|
-
"github": "https://github.com/Tahul/nuxt-use-
|
|
3426
|
-
"website": "https://github.com/Tahul/nuxt-use-
|
|
3427
|
-
"learn_more": "https://github.com/vueuse/
|
|
4707
|
+
"name": "nuxt-use-sound",
|
|
4708
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
4709
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
4710
|
+
"npm": "nuxt-use-sound",
|
|
4711
|
+
"icon": "nuxt-use-sound.svg",
|
|
4712
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
4713
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
4714
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
3428
4715
|
"category": "Libraries",
|
|
3429
4716
|
"type": "3rd-party",
|
|
3430
4717
|
"maintainers": [
|
|
@@ -3439,66 +4726,110 @@
|
|
|
3439
4726
|
}
|
|
3440
4727
|
},
|
|
3441
4728
|
{
|
|
3442
|
-
"name": "nuxt-
|
|
3443
|
-
"description": "
|
|
3444
|
-
"repo": "
|
|
3445
|
-
"npm": "nuxt-
|
|
3446
|
-
"icon": "nuxt-
|
|
3447
|
-
"github": "https://github.com/
|
|
3448
|
-
"website": "https://github.com/
|
|
3449
|
-
"learn_more": "
|
|
4729
|
+
"name": "nuxt-viewport",
|
|
4730
|
+
"description": "Define custom viewports for your Nuxt project",
|
|
4731
|
+
"repo": "mvrlin/nuxt-viewport",
|
|
4732
|
+
"npm": "nuxt-viewport",
|
|
4733
|
+
"icon": "nuxt-viewport.svg",
|
|
4734
|
+
"github": "https://github.com/mvrlin/nuxt-viewport",
|
|
4735
|
+
"website": "https://github.com/mvrlin/nuxt-viewport",
|
|
4736
|
+
"learn_more": "",
|
|
4737
|
+
"category": "Extensions",
|
|
4738
|
+
"type": "3rd-party",
|
|
4739
|
+
"maintainers": [
|
|
4740
|
+
{
|
|
4741
|
+
"name": "mvrlin",
|
|
4742
|
+
"github": "mvrlin"
|
|
4743
|
+
}
|
|
4744
|
+
],
|
|
4745
|
+
"compatibility": {
|
|
4746
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4747
|
+
"requires": {
|
|
4748
|
+
"bridge": "optional"
|
|
4749
|
+
}
|
|
4750
|
+
}
|
|
4751
|
+
},
|
|
4752
|
+
{
|
|
4753
|
+
"name": "nuxt-vue3-google-signin",
|
|
4754
|
+
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
4755
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
4756
|
+
"npm": "nuxt-vue3-google-signin",
|
|
4757
|
+
"icon": "vue3-google-signin.svg",
|
|
4758
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4759
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4760
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
4761
|
+
"category": "Libraries",
|
|
4762
|
+
"type": "3rd-party",
|
|
4763
|
+
"maintainers": [
|
|
4764
|
+
{
|
|
4765
|
+
"name": "Kasun Vithanage",
|
|
4766
|
+
"github": "kasvith"
|
|
4767
|
+
}
|
|
4768
|
+
],
|
|
4769
|
+
"compatibility": {
|
|
4770
|
+
"nuxt": "^3.0.0",
|
|
4771
|
+
"requires": {}
|
|
4772
|
+
}
|
|
4773
|
+
},
|
|
4774
|
+
{
|
|
4775
|
+
"name": "nuxt-zod-i18n",
|
|
4776
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4777
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4778
|
+
"npm": "nuxt-zod-i18n",
|
|
4779
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4780
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4781
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4782
|
+
"learn_more": "",
|
|
3450
4783
|
"category": "Libraries",
|
|
3451
4784
|
"type": "3rd-party",
|
|
3452
4785
|
"maintainers": [
|
|
3453
4786
|
{
|
|
3454
|
-
"name": "
|
|
3455
|
-
"github": "
|
|
4787
|
+
"name": "xibman",
|
|
4788
|
+
"github": "xibman"
|
|
3456
4789
|
}
|
|
3457
4790
|
],
|
|
3458
4791
|
"compatibility": {
|
|
3459
|
-
"nuxt": "^
|
|
4792
|
+
"nuxt": "^3.0.0",
|
|
3460
4793
|
"requires": {}
|
|
3461
4794
|
}
|
|
3462
4795
|
},
|
|
3463
4796
|
{
|
|
3464
|
-
"name": "
|
|
3465
|
-
"description": "
|
|
3466
|
-
"repo": "
|
|
3467
|
-
"npm": "
|
|
3468
|
-
"icon": "
|
|
3469
|
-
"github": "https://github.com/
|
|
3470
|
-
"website": "https://github.com/
|
|
4797
|
+
"name": "nuxt3-interpolation",
|
|
4798
|
+
"description": "",
|
|
4799
|
+
"repo": "daliborgogic/interpolation",
|
|
4800
|
+
"npm": "nuxt3-interpolation",
|
|
4801
|
+
"icon": "",
|
|
4802
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4803
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
3471
4804
|
"learn_more": "",
|
|
3472
|
-
"category": "
|
|
4805
|
+
"category": "Devtools",
|
|
3473
4806
|
"type": "3rd-party",
|
|
3474
4807
|
"maintainers": [
|
|
3475
4808
|
{
|
|
3476
|
-
"name": "
|
|
3477
|
-
"github": "
|
|
4809
|
+
"name": "daliborgogic",
|
|
4810
|
+
"github": "daliborgogic"
|
|
3478
4811
|
}
|
|
3479
4812
|
],
|
|
3480
4813
|
"compatibility": {
|
|
3481
|
-
"nuxt": "^
|
|
3482
|
-
"requires": {
|
|
3483
|
-
"bridge": "optional"
|
|
3484
|
-
}
|
|
4814
|
+
"nuxt": "^3.0.0",
|
|
4815
|
+
"requires": {}
|
|
3485
4816
|
}
|
|
3486
4817
|
},
|
|
3487
4818
|
{
|
|
3488
|
-
"name": "
|
|
3489
|
-
"description": "
|
|
3490
|
-
"repo": "
|
|
3491
|
-
"npm": "
|
|
3492
|
-
"icon": "
|
|
3493
|
-
"github": "https://github.com/
|
|
3494
|
-
"website": "https://
|
|
3495
|
-
"learn_more": "https://
|
|
4819
|
+
"name": "nuxt3-leaflet",
|
|
4820
|
+
"description": "Leaflet integration with Nuxt",
|
|
4821
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4822
|
+
"npm": "nuxt3-leaflet",
|
|
4823
|
+
"icon": "leaflet.png",
|
|
4824
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4825
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4826
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
3496
4827
|
"category": "Libraries",
|
|
3497
4828
|
"type": "3rd-party",
|
|
3498
4829
|
"maintainers": [
|
|
3499
4830
|
{
|
|
3500
|
-
"name": "
|
|
3501
|
-
"github": "
|
|
4831
|
+
"name": "Augustin MERCIER",
|
|
4832
|
+
"github": "Gugustinette"
|
|
3502
4833
|
}
|
|
3503
4834
|
],
|
|
3504
4835
|
"compatibility": {
|
|
@@ -3508,7 +4839,7 @@
|
|
|
3508
4839
|
},
|
|
3509
4840
|
{
|
|
3510
4841
|
"name": "nuxt7",
|
|
3511
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4842
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3512
4843
|
"repo": "nuxt-community/nuxt7",
|
|
3513
4844
|
"npm": "nuxt7",
|
|
3514
4845
|
"icon": "",
|
|
@@ -3531,15 +4862,15 @@
|
|
|
3531
4862
|
},
|
|
3532
4863
|
{
|
|
3533
4864
|
"name": "og-image",
|
|
3534
|
-
"description": "
|
|
3535
|
-
"repo": "
|
|
4865
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4866
|
+
"repo": "nuxt-modules/og-image",
|
|
3536
4867
|
"npm": "nuxt-og-image",
|
|
3537
|
-
"icon": "",
|
|
3538
|
-
"github": "https://github.com/
|
|
3539
|
-
"website": "https://
|
|
3540
|
-
"learn_more": "",
|
|
4868
|
+
"icon": "og-image.svg",
|
|
4869
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4870
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4871
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3541
4872
|
"category": "SEO",
|
|
3542
|
-
"type": "
|
|
4873
|
+
"type": "community",
|
|
3543
4874
|
"maintainers": [
|
|
3544
4875
|
{
|
|
3545
4876
|
"name": "Harlan Wilton",
|
|
@@ -3550,7 +4881,8 @@
|
|
|
3550
4881
|
],
|
|
3551
4882
|
"compatibility": {
|
|
3552
4883
|
"nuxt": "^3.0.0",
|
|
3553
|
-
"requires": {}
|
|
4884
|
+
"requires": {},
|
|
4885
|
+
"devtools": "^0.0.0"
|
|
3554
4886
|
}
|
|
3555
4887
|
},
|
|
3556
4888
|
{
|
|
@@ -3578,13 +4910,13 @@
|
|
|
3578
4910
|
},
|
|
3579
4911
|
{
|
|
3580
4912
|
"name": "optimized-images",
|
|
3581
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4913
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3582
4914
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3583
4915
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3584
4916
|
"icon": "",
|
|
3585
4917
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
3586
|
-
"website": "https://
|
|
3587
|
-
"learn_more": "",
|
|
4918
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4919
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
3588
4920
|
"category": "Images",
|
|
3589
4921
|
"type": "3rd-party",
|
|
3590
4922
|
"maintainers": [
|
|
@@ -3623,7 +4955,7 @@
|
|
|
3623
4955
|
},
|
|
3624
4956
|
{
|
|
3625
4957
|
"name": "parse",
|
|
3626
|
-
"description": "Parse package for Nuxt
|
|
4958
|
+
"description": "Parse package for Nuxt",
|
|
3627
4959
|
"repo": "cierrateam/nuxt-parse",
|
|
3628
4960
|
"npm": "nuxt-parse",
|
|
3629
4961
|
"icon": "",
|
|
@@ -3643,6 +4975,29 @@
|
|
|
3643
4975
|
"requires": {}
|
|
3644
4976
|
}
|
|
3645
4977
|
},
|
|
4978
|
+
{
|
|
4979
|
+
"name": "particles",
|
|
4980
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4981
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4982
|
+
"npm": "nuxt-particles",
|
|
4983
|
+
"icon": "",
|
|
4984
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4985
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4986
|
+
"learn_more": "https://particles.js.org/",
|
|
4987
|
+
"category": "Libraries",
|
|
4988
|
+
"type": "3rd-party",
|
|
4989
|
+
"maintainers": [
|
|
4990
|
+
{
|
|
4991
|
+
"name": "Joey Pereira",
|
|
4992
|
+
"github": "Joepocalyptic",
|
|
4993
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4994
|
+
}
|
|
4995
|
+
],
|
|
4996
|
+
"compatibility": {
|
|
4997
|
+
"nuxt": "^3.0.0",
|
|
4998
|
+
"requires": {}
|
|
4999
|
+
}
|
|
5000
|
+
},
|
|
3646
5001
|
{
|
|
3647
5002
|
"name": "partytown",
|
|
3648
5003
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3668,6 +5023,74 @@
|
|
|
3668
5023
|
}
|
|
3669
5024
|
}
|
|
3670
5025
|
},
|
|
5026
|
+
{
|
|
5027
|
+
"name": "paypal",
|
|
5028
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
5029
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
5030
|
+
"npm": "nuxt-paypal",
|
|
5031
|
+
"icon": "paypal.svg",
|
|
5032
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
5033
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
5034
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
5035
|
+
"category": "Payment",
|
|
5036
|
+
"type": "3rd-party",
|
|
5037
|
+
"maintainers": [
|
|
5038
|
+
{
|
|
5039
|
+
"name": "Arash Sheyda",
|
|
5040
|
+
"github": "arashsheyda"
|
|
5041
|
+
}
|
|
5042
|
+
],
|
|
5043
|
+
"compatibility": {
|
|
5044
|
+
"nuxt": "^3.0.0",
|
|
5045
|
+
"requires": {}
|
|
5046
|
+
}
|
|
5047
|
+
},
|
|
5048
|
+
{
|
|
5049
|
+
"name": "pdfeasy",
|
|
5050
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
5051
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
5052
|
+
"npm": "nuxt-pdfeasy",
|
|
5053
|
+
"icon": "pdfeasy.png",
|
|
5054
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
5055
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
5056
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
5057
|
+
"category": "Extensions",
|
|
5058
|
+
"type": "3rd-party",
|
|
5059
|
+
"maintainers": [
|
|
5060
|
+
{
|
|
5061
|
+
"name": "Giovane Cardoso",
|
|
5062
|
+
"github": "novout",
|
|
5063
|
+
"twitter": "novoutttttt",
|
|
5064
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5065
|
+
}
|
|
5066
|
+
],
|
|
5067
|
+
"compatibility": {
|
|
5068
|
+
"nuxt": "^3.0.0",
|
|
5069
|
+
"requires": {}
|
|
5070
|
+
}
|
|
5071
|
+
},
|
|
5072
|
+
{
|
|
5073
|
+
"name": "pergel",
|
|
5074
|
+
"description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
|
|
5075
|
+
"repo": "oku-ui/pergel#main/packages-core/pergel",
|
|
5076
|
+
"npm": "pergel",
|
|
5077
|
+
"icon": "pergel.svg",
|
|
5078
|
+
"github": "https://github.com/oku-ui/pergel",
|
|
5079
|
+
"website": "https://oku-ui.com/pergel",
|
|
5080
|
+
"learn_more": "",
|
|
5081
|
+
"category": "Devtools",
|
|
5082
|
+
"type": "3rd-party",
|
|
5083
|
+
"maintainers": [
|
|
5084
|
+
{
|
|
5085
|
+
"name": "Mehmet - productdevbook",
|
|
5086
|
+
"github": "productdevbook"
|
|
5087
|
+
}
|
|
5088
|
+
],
|
|
5089
|
+
"compatibility": {
|
|
5090
|
+
"nuxt": "^3.10.0",
|
|
5091
|
+
"requires": {}
|
|
5092
|
+
}
|
|
5093
|
+
},
|
|
3671
5094
|
{
|
|
3672
5095
|
"name": "persian-datepicker",
|
|
3673
5096
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3694,7 +5117,7 @@
|
|
|
3694
5117
|
{
|
|
3695
5118
|
"name": "pinia-orm",
|
|
3696
5119
|
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
|
|
3697
|
-
"repo": "CodeDredd/pinia-orm#
|
|
5120
|
+
"repo": "CodeDredd/pinia-orm#main/packages/nuxt",
|
|
3698
5121
|
"npm": "@pinia-orm/nuxt",
|
|
3699
5122
|
"icon": "pinia-orm.svg",
|
|
3700
5123
|
"github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
|
|
@@ -3765,23 +5188,23 @@
|
|
|
3765
5188
|
},
|
|
3766
5189
|
{
|
|
3767
5190
|
"name": "plausible",
|
|
3768
|
-
"description": "Nuxt
|
|
5191
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3769
5192
|
"repo": "nuxt-modules/plausible",
|
|
3770
5193
|
"npm": "@nuxtjs/plausible",
|
|
3771
|
-
"icon": "",
|
|
5194
|
+
"icon": "plausible.svg",
|
|
3772
5195
|
"github": "https://github.com/nuxt-modules/plausible",
|
|
3773
5196
|
"website": "https://github.com/nuxt-modules/plausible",
|
|
3774
5197
|
"learn_more": "",
|
|
3775
|
-
"category": "
|
|
5198
|
+
"category": "Analytics",
|
|
3776
5199
|
"type": "community",
|
|
3777
5200
|
"maintainers": [
|
|
3778
5201
|
{
|
|
3779
|
-
"name": "
|
|
3780
|
-
"github": "
|
|
5202
|
+
"name": "Johann Schopplich",
|
|
5203
|
+
"github": "johannschopplich"
|
|
3781
5204
|
}
|
|
3782
5205
|
],
|
|
3783
5206
|
"compatibility": {
|
|
3784
|
-
"nuxt": "^2.0.0",
|
|
5207
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3785
5208
|
"requires": {}
|
|
3786
5209
|
}
|
|
3787
5210
|
},
|
|
@@ -3807,9 +5230,56 @@
|
|
|
3807
5230
|
"requires": {}
|
|
3808
5231
|
}
|
|
3809
5232
|
},
|
|
5233
|
+
{
|
|
5234
|
+
"name": "prepare",
|
|
5235
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
5236
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
5237
|
+
"npm": "nuxt-prepare",
|
|
5238
|
+
"icon": "prepare.svg",
|
|
5239
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
5240
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
5241
|
+
"learn_more": "",
|
|
5242
|
+
"category": "Devtools",
|
|
5243
|
+
"type": "3rd-party",
|
|
5244
|
+
"maintainers": [
|
|
5245
|
+
{
|
|
5246
|
+
"name": "Johann Schopplich",
|
|
5247
|
+
"github": "johannschopplich",
|
|
5248
|
+
"twitter": "jschopplich",
|
|
5249
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
5250
|
+
}
|
|
5251
|
+
],
|
|
5252
|
+
"compatibility": {
|
|
5253
|
+
"nuxt": "^3.0.0",
|
|
5254
|
+
"requires": {}
|
|
5255
|
+
}
|
|
5256
|
+
},
|
|
5257
|
+
{
|
|
5258
|
+
"name": "primevue",
|
|
5259
|
+
"description": "Next Generation Vue UI Component Library",
|
|
5260
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
5261
|
+
"npm": "nuxt-primevue",
|
|
5262
|
+
"icon": "primevue.svg",
|
|
5263
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
5264
|
+
"website": "https://primevue.org/",
|
|
5265
|
+
"learn_more": "https://primevue.org/",
|
|
5266
|
+
"category": "UI",
|
|
5267
|
+
"type": "3rd-party",
|
|
5268
|
+
"maintainers": [
|
|
5269
|
+
{
|
|
5270
|
+
"name": "primefaces",
|
|
5271
|
+
"github": "primefaces",
|
|
5272
|
+
"twitter": "primevue"
|
|
5273
|
+
}
|
|
5274
|
+
],
|
|
5275
|
+
"compatibility": {
|
|
5276
|
+
"nuxt": "^3.0.0",
|
|
5277
|
+
"requires": {}
|
|
5278
|
+
}
|
|
5279
|
+
},
|
|
3810
5280
|
{
|
|
3811
5281
|
"name": "prismic",
|
|
3812
|
-
"description": "Easily connect your Nuxt
|
|
5282
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
3813
5283
|
"repo": "nuxt-modules/prismic",
|
|
3814
5284
|
"npm": "@nuxtjs/prismic",
|
|
3815
5285
|
"icon": "prismic.png",
|
|
@@ -3876,7 +5346,7 @@
|
|
|
3876
5346
|
},
|
|
3877
5347
|
{
|
|
3878
5348
|
"name": "proxy",
|
|
3879
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
5349
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
3880
5350
|
"repo": "nuxt-community/proxy-module",
|
|
3881
5351
|
"npm": "@nuxtjs/proxy",
|
|
3882
5352
|
"icon": "",
|
|
@@ -3922,7 +5392,7 @@
|
|
|
3922
5392
|
},
|
|
3923
5393
|
{
|
|
3924
5394
|
"name": "purgecss",
|
|
3925
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
5395
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
3926
5396
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
3927
5397
|
"npm": "nuxt-purgecss",
|
|
3928
5398
|
"icon": "purgecss.png",
|
|
@@ -3944,7 +5414,7 @@
|
|
|
3944
5414
|
},
|
|
3945
5415
|
{
|
|
3946
5416
|
"name": "pwa",
|
|
3947
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5417
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
3948
5418
|
"repo": "nuxt-community/pwa-module",
|
|
3949
5419
|
"npm": "@nuxtjs/pwa",
|
|
3950
5420
|
"icon": "pwa.png",
|
|
@@ -3969,7 +5439,7 @@
|
|
|
3969
5439
|
},
|
|
3970
5440
|
{
|
|
3971
5441
|
"name": "python",
|
|
3972
|
-
"description": "Write Nuxt
|
|
5442
|
+
"description": "Write Nuxt applications using Python",
|
|
3973
5443
|
"repo": "nuxt-community/python-module",
|
|
3974
5444
|
"npm": "@nuxtjs/python",
|
|
3975
5445
|
"icon": "python.png",
|
|
@@ -4006,6 +5476,64 @@
|
|
|
4006
5476
|
"github": "Maiquu"
|
|
4007
5477
|
}
|
|
4008
5478
|
],
|
|
5479
|
+
"compatibility": {
|
|
5480
|
+
"nuxt": "^3.0.0",
|
|
5481
|
+
"requires": {},
|
|
5482
|
+
"devtools": "^0.0.0"
|
|
5483
|
+
}
|
|
5484
|
+
},
|
|
5485
|
+
{
|
|
5486
|
+
"name": "radash",
|
|
5487
|
+
"description": "radash module with auto-import and custom prefix",
|
|
5488
|
+
"repo": "bbg/nuxt-radash",
|
|
5489
|
+
"npm": "nuxt-radash",
|
|
5490
|
+
"icon": "radash.png",
|
|
5491
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
5492
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
5493
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
5494
|
+
"category": "Libraries",
|
|
5495
|
+
"type": "3rd-party",
|
|
5496
|
+
"maintainers": [
|
|
5497
|
+
{
|
|
5498
|
+
"name": "Batuhan Göksu",
|
|
5499
|
+
"github": "bbg"
|
|
5500
|
+
}
|
|
5501
|
+
],
|
|
5502
|
+
"compatibility": {
|
|
5503
|
+
"nuxt": "^3.0.0",
|
|
5504
|
+
"requires": {}
|
|
5505
|
+
}
|
|
5506
|
+
},
|
|
5507
|
+
{
|
|
5508
|
+
"name": "radix-vue",
|
|
5509
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5510
|
+
"repo": "radix-vue/radix-vue",
|
|
5511
|
+
"npm": "radix-vue",
|
|
5512
|
+
"icon": "radix-vue.svg",
|
|
5513
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5514
|
+
"website": "https://www.radix-vue.com/",
|
|
5515
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5516
|
+
"category": "UI",
|
|
5517
|
+
"type": "3rd-party",
|
|
5518
|
+
"maintainers": [
|
|
5519
|
+
{
|
|
5520
|
+
"name": "Zernonia",
|
|
5521
|
+
"github": "zernonia",
|
|
5522
|
+
"twitter": "zernonia"
|
|
5523
|
+
},
|
|
5524
|
+
{
|
|
5525
|
+
"name": "Khairul Haaziq",
|
|
5526
|
+
"github": "khairulhaaziq"
|
|
5527
|
+
},
|
|
5528
|
+
{
|
|
5529
|
+
"name": "Mujahid Anuar",
|
|
5530
|
+
"github": "mujahidfa"
|
|
5531
|
+
},
|
|
5532
|
+
{
|
|
5533
|
+
"name": "Max",
|
|
5534
|
+
"github": "onmax"
|
|
5535
|
+
}
|
|
5536
|
+
],
|
|
4009
5537
|
"compatibility": {
|
|
4010
5538
|
"nuxt": "^3.0.0",
|
|
4011
5539
|
"requires": {}
|
|
@@ -4013,7 +5541,7 @@
|
|
|
4013
5541
|
},
|
|
4014
5542
|
{
|
|
4015
5543
|
"name": "recaptcha",
|
|
4016
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5544
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4017
5545
|
"repo": "nuxt-community/recaptcha-module",
|
|
4018
5546
|
"npm": "@nuxtjs/recaptcha",
|
|
4019
5547
|
"icon": "recaptcha.png",
|
|
@@ -4056,9 +5584,32 @@
|
|
|
4056
5584
|
"requires": {}
|
|
4057
5585
|
}
|
|
4058
5586
|
},
|
|
5587
|
+
{
|
|
5588
|
+
"name": "resend",
|
|
5589
|
+
"description": "Resend integration for Nuxt",
|
|
5590
|
+
"repo": "nhedger/nuxt-resend",
|
|
5591
|
+
"npm": "nuxt-resend",
|
|
5592
|
+
"icon": "resend.svg",
|
|
5593
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5594
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5595
|
+
"learn_more": "https://resend.com",
|
|
5596
|
+
"category": "Extensions",
|
|
5597
|
+
"type": "3rd-party",
|
|
5598
|
+
"maintainers": [
|
|
5599
|
+
{
|
|
5600
|
+
"name": "Nicolas Hedger",
|
|
5601
|
+
"github": "nhedger",
|
|
5602
|
+
"twitter": "nicolashedger"
|
|
5603
|
+
}
|
|
5604
|
+
],
|
|
5605
|
+
"compatibility": {
|
|
5606
|
+
"nuxt": "^3.0.0",
|
|
5607
|
+
"requires": {}
|
|
5608
|
+
}
|
|
5609
|
+
},
|
|
4059
5610
|
{
|
|
4060
5611
|
"name": "rfg-icon",
|
|
4061
|
-
"description": "Nuxt
|
|
5612
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4062
5613
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4063
5614
|
"npm": "nuxt-rfg-icon",
|
|
4064
5615
|
"icon": "real-favicon-generator.png",
|
|
@@ -4080,13 +5631,13 @@
|
|
|
4080
5631
|
},
|
|
4081
5632
|
{
|
|
4082
5633
|
"name": "robots",
|
|
4083
|
-
"description": "A Nuxt
|
|
4084
|
-
"repo": "nuxt-
|
|
5634
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5635
|
+
"repo": "nuxt-modules/robots",
|
|
4085
5636
|
"npm": "@nuxtjs/robots",
|
|
4086
5637
|
"icon": "robots.png",
|
|
4087
|
-
"github": "https://github.com/nuxt-
|
|
4088
|
-
"website": "https://github.com/nuxt-
|
|
4089
|
-
"learn_more": "
|
|
5638
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5639
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
5640
|
+
"learn_more": "",
|
|
4090
5641
|
"category": "SEO",
|
|
4091
5642
|
"type": "community",
|
|
4092
5643
|
"maintainers": [
|
|
@@ -4104,23 +5655,23 @@
|
|
|
4104
5655
|
},
|
|
4105
5656
|
{
|
|
4106
5657
|
"name": "rollbar",
|
|
4107
|
-
"description": "
|
|
4108
|
-
"repo": "
|
|
4109
|
-
"npm": "nuxt-rollbar
|
|
5658
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5659
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5660
|
+
"npm": "nuxt-rollbar",
|
|
4110
5661
|
"icon": "rollbar.png",
|
|
4111
|
-
"github": "https://github.com/
|
|
4112
|
-
"website": "https://github.com/
|
|
5662
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5663
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4113
5664
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4114
5665
|
"category": "Monitoring",
|
|
4115
5666
|
"type": "3rd-party",
|
|
4116
5667
|
"maintainers": [
|
|
4117
5668
|
{
|
|
4118
|
-
"name": "
|
|
4119
|
-
"github": "
|
|
5669
|
+
"name": "Jairo Blatt",
|
|
5670
|
+
"github": "jairoblatt"
|
|
4120
5671
|
}
|
|
4121
5672
|
],
|
|
4122
5673
|
"compatibility": {
|
|
4123
|
-
"nuxt": "^
|
|
5674
|
+
"nuxt": "^3.0.0",
|
|
4124
5675
|
"requires": {}
|
|
4125
5676
|
}
|
|
4126
5677
|
},
|
|
@@ -4149,7 +5700,7 @@
|
|
|
4149
5700
|
},
|
|
4150
5701
|
{
|
|
4151
5702
|
"name": "router",
|
|
4152
|
-
"description": "Nuxt
|
|
5703
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4153
5704
|
"repo": "nuxt-community/router-module",
|
|
4154
5705
|
"npm": "@nuxtjs/router",
|
|
4155
5706
|
"icon": "vue.png",
|
|
@@ -4195,15 +5746,38 @@
|
|
|
4195
5746
|
}
|
|
4196
5747
|
}
|
|
4197
5748
|
},
|
|
5749
|
+
{
|
|
5750
|
+
"name": "scalar",
|
|
5751
|
+
"description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
|
|
5752
|
+
"repo": "scalar/scalar#main/packages/nuxt",
|
|
5753
|
+
"npm": "@scalar/nuxt",
|
|
5754
|
+
"icon": "scalar.svg",
|
|
5755
|
+
"github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
5756
|
+
"website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
5757
|
+
"learn_more": "https://scalar.com",
|
|
5758
|
+
"category": "Devtools",
|
|
5759
|
+
"type": "3rd-party",
|
|
5760
|
+
"maintainers": [
|
|
5761
|
+
{
|
|
5762
|
+
"name": "scalar",
|
|
5763
|
+
"github": "scalar",
|
|
5764
|
+
"twitter": "scalar"
|
|
5765
|
+
}
|
|
5766
|
+
],
|
|
5767
|
+
"compatibility": {
|
|
5768
|
+
"nuxt": "^3.0.0",
|
|
5769
|
+
"requires": {}
|
|
5770
|
+
}
|
|
5771
|
+
},
|
|
4198
5772
|
{
|
|
4199
5773
|
"name": "schema-org",
|
|
4200
|
-
"description": "
|
|
4201
|
-
"repo": "
|
|
5774
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5775
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4202
5776
|
"npm": "nuxt-schema-org",
|
|
4203
5777
|
"icon": "schema-org.svg",
|
|
4204
|
-
"github": "https://github.com/
|
|
4205
|
-
"website": "https://
|
|
4206
|
-
"learn_more": "https://
|
|
5778
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5779
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5780
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4207
5781
|
"category": "SEO",
|
|
4208
5782
|
"type": "3rd-party",
|
|
4209
5783
|
"maintainers": [
|
|
@@ -4266,13 +5840,13 @@
|
|
|
4266
5840
|
},
|
|
4267
5841
|
{
|
|
4268
5842
|
"name": "segment",
|
|
4269
|
-
"description": "Nuxt
|
|
5843
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4270
5844
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4271
5845
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4272
5846
|
"icon": "segment.png",
|
|
4273
5847
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4274
5848
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4275
|
-
"learn_more": "
|
|
5849
|
+
"learn_more": "",
|
|
4276
5850
|
"category": "Analytics",
|
|
4277
5851
|
"type": "3rd-party",
|
|
4278
5852
|
"maintainers": [
|
|
@@ -4288,10 +5862,10 @@
|
|
|
4288
5862
|
},
|
|
4289
5863
|
{
|
|
4290
5864
|
"name": "sentry",
|
|
4291
|
-
"description": "Sentry module for Nuxt
|
|
5865
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4292
5866
|
"repo": "nuxt-community/sentry-module",
|
|
4293
5867
|
"npm": "@nuxtjs/sentry",
|
|
4294
|
-
"icon": "sentry.
|
|
5868
|
+
"icon": "sentry.svg",
|
|
4295
5869
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4296
5870
|
"website": "https://sentry.nuxtjs.org/",
|
|
4297
5871
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4309,20 +5883,22 @@
|
|
|
4309
5883
|
}
|
|
4310
5884
|
},
|
|
4311
5885
|
{
|
|
4312
|
-
"name": "seo-
|
|
4313
|
-
"description": "
|
|
4314
|
-
"repo": "harlan-zw/nuxt-seo-
|
|
4315
|
-
"npm": "nuxt-seo-
|
|
4316
|
-
"icon": "seo-
|
|
4317
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-
|
|
4318
|
-
"website": "https://
|
|
4319
|
-
"learn_more": "",
|
|
5886
|
+
"name": "seo-experiments",
|
|
5887
|
+
"description": "Powerful SEO DX improvements.",
|
|
5888
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5889
|
+
"npm": "nuxt-seo-experiments",
|
|
5890
|
+
"icon": "seo-experiments.svg",
|
|
5891
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5892
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5893
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
4320
5894
|
"category": "SEO",
|
|
4321
5895
|
"type": "3rd-party",
|
|
4322
5896
|
"maintainers": [
|
|
4323
5897
|
{
|
|
4324
|
-
"name": "
|
|
4325
|
-
"github": "harlan-zw"
|
|
5898
|
+
"name": "Harlan Wilton",
|
|
5899
|
+
"github": "harlan-zw",
|
|
5900
|
+
"twitter": "harlan_zw",
|
|
5901
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4326
5902
|
}
|
|
4327
5903
|
],
|
|
4328
5904
|
"compatibility": {
|
|
@@ -4353,9 +5929,31 @@
|
|
|
4353
5929
|
"requires": {}
|
|
4354
5930
|
}
|
|
4355
5931
|
},
|
|
5932
|
+
{
|
|
5933
|
+
"name": "seo",
|
|
5934
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5935
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
5936
|
+
"npm": "@nuxtjs/seo",
|
|
5937
|
+
"icon": "nuxt.svg",
|
|
5938
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
5939
|
+
"website": "https://nuxtseo.com/",
|
|
5940
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5941
|
+
"category": "SEO",
|
|
5942
|
+
"type": "3rd-party",
|
|
5943
|
+
"maintainers": [
|
|
5944
|
+
{
|
|
5945
|
+
"name": "harlan-zw",
|
|
5946
|
+
"github": "harlan-zw"
|
|
5947
|
+
}
|
|
5948
|
+
],
|
|
5949
|
+
"compatibility": {
|
|
5950
|
+
"nuxt": "^3.0.0",
|
|
5951
|
+
"requires": {}
|
|
5952
|
+
}
|
|
5953
|
+
},
|
|
4356
5954
|
{
|
|
4357
5955
|
"name": "seomatic-meta",
|
|
4358
|
-
"description": "A Nuxt
|
|
5956
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4359
5957
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4360
5958
|
"npm": "nuxt-seomatic-meta",
|
|
4361
5959
|
"icon": "seomatic.png",
|
|
@@ -4399,21 +5997,21 @@
|
|
|
4399
5997
|
}
|
|
4400
5998
|
},
|
|
4401
5999
|
{
|
|
4402
|
-
"name": "
|
|
4403
|
-
"description": "
|
|
4404
|
-
"repo": "
|
|
4405
|
-
"npm": "@
|
|
4406
|
-
"icon": "
|
|
4407
|
-
"github": "https://github.com/
|
|
4408
|
-
"website": "https://github.com/
|
|
4409
|
-
"learn_more": "https://github.com/
|
|
4410
|
-
"category": "
|
|
6000
|
+
"name": "server-block",
|
|
6001
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
6002
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
6003
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
6004
|
+
"icon": "server-block.svg",
|
|
6005
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
6006
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
6007
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
6008
|
+
"category": "Extensions",
|
|
4411
6009
|
"type": "3rd-party",
|
|
4412
6010
|
"maintainers": [
|
|
4413
6011
|
{
|
|
4414
|
-
"name": "
|
|
4415
|
-
"github": "
|
|
4416
|
-
"twitter": "
|
|
6012
|
+
"name": "Hebilicious",
|
|
6013
|
+
"github": "Hebilicious",
|
|
6014
|
+
"twitter": "its_hebilicious"
|
|
4417
6015
|
}
|
|
4418
6016
|
],
|
|
4419
6017
|
"compatibility": {
|
|
@@ -4423,7 +6021,7 @@
|
|
|
4423
6021
|
},
|
|
4424
6022
|
{
|
|
4425
6023
|
"name": "shopify",
|
|
4426
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
6024
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4427
6025
|
"repo": "Gomah/nuxt-shopify",
|
|
4428
6026
|
"npm": "nuxt-shopify",
|
|
4429
6027
|
"icon": "shopify.png",
|
|
@@ -4444,7 +6042,29 @@
|
|
|
4444
6042
|
}
|
|
4445
6043
|
},
|
|
4446
6044
|
{
|
|
4447
|
-
"name": "
|
|
6045
|
+
"name": "shuimo-ui",
|
|
6046
|
+
"description": "A Chinese Shuimo style component library.",
|
|
6047
|
+
"repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
|
|
6048
|
+
"npm": "@shuimo-design/shuimo-ui-nuxt",
|
|
6049
|
+
"icon": "shuimo-ui.svg",
|
|
6050
|
+
"github": "https://github.com/shuimo-design/shuimo-ui",
|
|
6051
|
+
"website": "https://shuimo.design",
|
|
6052
|
+
"learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
|
|
6053
|
+
"category": "UI",
|
|
6054
|
+
"type": "3rd-party",
|
|
6055
|
+
"maintainers": [
|
|
6056
|
+
{
|
|
6057
|
+
"name": "higuaifan",
|
|
6058
|
+
"github": "higuaifan"
|
|
6059
|
+
}
|
|
6060
|
+
],
|
|
6061
|
+
"compatibility": {
|
|
6062
|
+
"nuxt": "^3.0.0",
|
|
6063
|
+
"requires": {}
|
|
6064
|
+
}
|
|
6065
|
+
},
|
|
6066
|
+
{
|
|
6067
|
+
"name": "sidebase-auth",
|
|
4448
6068
|
"description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
|
|
4449
6069
|
"repo": "sidebase/nuxt-auth",
|
|
4450
6070
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4479,48 +6099,24 @@
|
|
|
4479
6099
|
"type": "3rd-party",
|
|
4480
6100
|
"maintainers": [
|
|
4481
6101
|
{
|
|
4482
|
-
"name": "vaso2",
|
|
4483
|
-
"github": "vaso2"
|
|
4484
|
-
}
|
|
4485
|
-
],
|
|
4486
|
-
"compatibility": {
|
|
4487
|
-
"nuxt": "^2.0.0",
|
|
4488
|
-
"requires": {}
|
|
4489
|
-
}
|
|
4490
|
-
},
|
|
4491
|
-
{
|
|
4492
|
-
"name": "simple-robots",
|
|
4493
|
-
"description": "Simply manage the robots crawling your Nuxt app.",
|
|
4494
|
-
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4495
|
-
"npm": "nuxt-simple-robots",
|
|
4496
|
-
"icon": "",
|
|
4497
|
-
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4498
|
-
"website": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4499
|
-
"learn_more": "",
|
|
4500
|
-
"category": "SEO",
|
|
4501
|
-
"type": "3rd-party",
|
|
4502
|
-
"maintainers": [
|
|
4503
|
-
{
|
|
4504
|
-
"name": "Harlan Wilton",
|
|
4505
|
-
"github": "harlan-zw",
|
|
4506
|
-
"twitter": "harlan_zw",
|
|
4507
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
6102
|
+
"name": "vaso2",
|
|
6103
|
+
"github": "vaso2"
|
|
4508
6104
|
}
|
|
4509
6105
|
],
|
|
4510
6106
|
"compatibility": {
|
|
4511
|
-
"nuxt": "^
|
|
6107
|
+
"nuxt": "^2.0.0",
|
|
4512
6108
|
"requires": {}
|
|
4513
6109
|
}
|
|
4514
6110
|
},
|
|
4515
6111
|
{
|
|
4516
|
-
"name": "simple-
|
|
4517
|
-
"description": "
|
|
4518
|
-
"repo": "harlan-zw/nuxt-simple-
|
|
4519
|
-
"npm": "nuxt-simple-
|
|
4520
|
-
"icon": "",
|
|
4521
|
-
"github": "https://github.com/harlan-zw/nuxt-simple-
|
|
4522
|
-
"website": "https://
|
|
4523
|
-
"learn_more": "",
|
|
6112
|
+
"name": "simple-robots",
|
|
6113
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
6114
|
+
"repo": "harlan-zw/nuxt-simple-robots",
|
|
6115
|
+
"npm": "nuxt-simple-robots",
|
|
6116
|
+
"icon": "simple-robots.svg",
|
|
6117
|
+
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
6118
|
+
"website": "https://nuxtseo.com/robots",
|
|
6119
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4524
6120
|
"category": "SEO",
|
|
4525
6121
|
"type": "3rd-party",
|
|
4526
6122
|
"maintainers": [
|
|
@@ -4538,16 +6134,22 @@
|
|
|
4538
6134
|
},
|
|
4539
6135
|
{
|
|
4540
6136
|
"name": "sitemap",
|
|
4541
|
-
"description": "
|
|
4542
|
-
"repo": "nuxt-
|
|
6137
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
6138
|
+
"repo": "nuxt-modules/sitemap",
|
|
4543
6139
|
"npm": "@nuxtjs/sitemap",
|
|
4544
|
-
"icon": "",
|
|
4545
|
-
"github": "https://github.com/nuxt-
|
|
4546
|
-
"website": "https://
|
|
4547
|
-
"learn_more": "",
|
|
6140
|
+
"icon": "simple-sitemap.svg",
|
|
6141
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
6142
|
+
"website": "https://nuxtseo.com/",
|
|
6143
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
4548
6144
|
"category": "SEO",
|
|
4549
6145
|
"type": "community",
|
|
4550
6146
|
"maintainers": [
|
|
6147
|
+
{
|
|
6148
|
+
"name": "Harlan Wilton",
|
|
6149
|
+
"github": "harlan-zw",
|
|
6150
|
+
"twitter": "harlan_zw",
|
|
6151
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
6152
|
+
},
|
|
4551
6153
|
{
|
|
4552
6154
|
"name": "Nicolas PENNEC",
|
|
4553
6155
|
"github": "NicoPennec",
|
|
@@ -4555,7 +6157,7 @@
|
|
|
4555
6157
|
}
|
|
4556
6158
|
],
|
|
4557
6159
|
"compatibility": {
|
|
4558
|
-
"nuxt": "^
|
|
6160
|
+
"nuxt": "^3.0.0",
|
|
4559
6161
|
"requires": {}
|
|
4560
6162
|
}
|
|
4561
6163
|
},
|
|
@@ -4583,13 +6185,13 @@
|
|
|
4583
6185
|
},
|
|
4584
6186
|
{
|
|
4585
6187
|
"name": "snipcart",
|
|
4586
|
-
"description": "Snipcart integration module for Nuxt
|
|
6188
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4587
6189
|
"repo": "nuxt-modules/snipcart",
|
|
4588
6190
|
"npm": "@nuxtjs/snipcart",
|
|
4589
6191
|
"icon": "snipcart.png",
|
|
4590
6192
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4591
6193
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4592
|
-
"learn_more": "
|
|
6194
|
+
"learn_more": "",
|
|
4593
6195
|
"category": "Ecommerce",
|
|
4594
6196
|
"type": "community",
|
|
4595
6197
|
"maintainers": [
|
|
@@ -4606,7 +6208,7 @@
|
|
|
4606
6208
|
},
|
|
4607
6209
|
{
|
|
4608
6210
|
"name": "social-meta",
|
|
4609
|
-
"description": "Nuxt
|
|
6211
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4610
6212
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4611
6213
|
"npm": "nuxt-social-meta",
|
|
4612
6214
|
"icon": "",
|
|
@@ -4675,7 +6277,7 @@
|
|
|
4675
6277
|
"name": "speedkit",
|
|
4676
6278
|
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
4677
6279
|
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
4678
|
-
"npm": "nuxt-
|
|
6280
|
+
"npm": "nuxt-booster",
|
|
4679
6281
|
"icon": "speedkit.png",
|
|
4680
6282
|
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
4681
6283
|
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
@@ -4728,7 +6330,7 @@
|
|
|
4728
6330
|
},
|
|
4729
6331
|
{
|
|
4730
6332
|
"name": "storage",
|
|
4731
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
6333
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
4732
6334
|
"repo": "mazipan/nuxt-storage",
|
|
4733
6335
|
"npm": "nuxt-storage",
|
|
4734
6336
|
"icon": "",
|
|
@@ -4750,7 +6352,7 @@
|
|
|
4750
6352
|
},
|
|
4751
6353
|
{
|
|
4752
6354
|
"name": "storefront-ui",
|
|
4753
|
-
"description": "Storefront UI Module for Nuxt
|
|
6355
|
+
"description": "Storefront UI Module for Nuxt",
|
|
4754
6356
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
4755
6357
|
"npm": "@storefront-ui/nuxt",
|
|
4756
6358
|
"icon": "storefront-ui.svg",
|
|
@@ -4794,8 +6396,8 @@
|
|
|
4794
6396
|
},
|
|
4795
6397
|
{
|
|
4796
6398
|
"name": "storyblok",
|
|
4797
|
-
"description": "Storyblok Nuxt
|
|
4798
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6399
|
+
"description": "Storyblok Nuxt module",
|
|
6400
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
4799
6401
|
"npm": "@storyblok/nuxt",
|
|
4800
6402
|
"icon": "storyblok.png",
|
|
4801
6403
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -4811,46 +6413,43 @@
|
|
|
4811
6413
|
],
|
|
4812
6414
|
"compatibility": {
|
|
4813
6415
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4814
|
-
"requires": {}
|
|
6416
|
+
"requires": {},
|
|
6417
|
+
"devtools": "^0.0.0"
|
|
4815
6418
|
}
|
|
4816
6419
|
},
|
|
4817
6420
|
{
|
|
4818
6421
|
"name": "storybook",
|
|
4819
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
4820
|
-
"repo": "nuxt-
|
|
6422
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6423
|
+
"repo": "nuxt-modules/storybook",
|
|
4821
6424
|
"npm": "@nuxtjs/storybook",
|
|
4822
6425
|
"icon": "storybook.png",
|
|
4823
|
-
"github": "https://github.com/nuxt-
|
|
6426
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
4824
6427
|
"website": "https://storybook.nuxtjs.org",
|
|
4825
|
-
"learn_more": "https://
|
|
6428
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
4826
6429
|
"category": "Devtools",
|
|
4827
6430
|
"type": "community",
|
|
4828
6431
|
"maintainers": [
|
|
4829
6432
|
{
|
|
4830
|
-
"name": "
|
|
4831
|
-
"github": "
|
|
4832
|
-
"twitter": "
|
|
4833
|
-
},
|
|
4834
|
-
{
|
|
4835
|
-
"name": "Pooya Parsa",
|
|
4836
|
-
"github": "pi0",
|
|
4837
|
-
"twitter": "_pi0_"
|
|
6433
|
+
"name": "Chakir QATAB",
|
|
6434
|
+
"github": "chakAs3",
|
|
6435
|
+
"twitter": "ChakirQatab"
|
|
4838
6436
|
}
|
|
4839
6437
|
],
|
|
4840
6438
|
"compatibility": {
|
|
4841
|
-
"nuxt": "^2.0.0",
|
|
6439
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4842
6440
|
"requires": {
|
|
4843
6441
|
"bridge": "optional"
|
|
4844
|
-
}
|
|
6442
|
+
},
|
|
6443
|
+
"devtools": "^0.7.2"
|
|
4845
6444
|
}
|
|
4846
6445
|
},
|
|
4847
6446
|
{
|
|
4848
6447
|
"name": "strapi",
|
|
4849
6448
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4850
|
-
"repo": "nuxt-
|
|
6449
|
+
"repo": "nuxt-modules/strapi",
|
|
4851
6450
|
"npm": "@nuxtjs/strapi",
|
|
4852
6451
|
"icon": "strapi.png",
|
|
4853
|
-
"github": "https://github.com/nuxt-
|
|
6452
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4854
6453
|
"website": "https://strapi.nuxtjs.org",
|
|
4855
6454
|
"learn_more": "https://strapi.io/",
|
|
4856
6455
|
"category": "CMS",
|
|
@@ -4871,7 +6470,34 @@
|
|
|
4871
6470
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4872
6471
|
"requires": {
|
|
4873
6472
|
"bridge": true
|
|
6473
|
+
},
|
|
6474
|
+
"devtools": "^0.0.0"
|
|
6475
|
+
}
|
|
6476
|
+
},
|
|
6477
|
+
{
|
|
6478
|
+
"name": "stripe-next",
|
|
6479
|
+
"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.",
|
|
6480
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
6481
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
6482
|
+
"icon": "stripe.png",
|
|
6483
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6484
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6485
|
+
"learn_more": "https://stripe.com/docs",
|
|
6486
|
+
"category": "Payment",
|
|
6487
|
+
"type": "3rd-party",
|
|
6488
|
+
"maintainers": [
|
|
6489
|
+
{
|
|
6490
|
+
"name": "Loic Fuentes",
|
|
6491
|
+
"github": "fuentesloic"
|
|
6492
|
+
},
|
|
6493
|
+
{
|
|
6494
|
+
"name": "Florent Giraud",
|
|
6495
|
+
"github": "flozero"
|
|
4874
6496
|
}
|
|
6497
|
+
],
|
|
6498
|
+
"compatibility": {
|
|
6499
|
+
"nuxt": "^3.0.0",
|
|
6500
|
+
"requires": {}
|
|
4875
6501
|
}
|
|
4876
6502
|
},
|
|
4877
6503
|
{
|
|
@@ -4896,6 +6522,36 @@
|
|
|
4896
6522
|
"requires": {}
|
|
4897
6523
|
}
|
|
4898
6524
|
},
|
|
6525
|
+
{
|
|
6526
|
+
"name": "studio",
|
|
6527
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6528
|
+
"repo": "nuxtlabs/studio-module",
|
|
6529
|
+
"npm": "@nuxthq/studio",
|
|
6530
|
+
"icon": "studio.svg",
|
|
6531
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6532
|
+
"website": "https://nuxt.studio",
|
|
6533
|
+
"learn_more": "https://nuxt.studio",
|
|
6534
|
+
"category": "CMS",
|
|
6535
|
+
"type": "3rd-party",
|
|
6536
|
+
"maintainers": [
|
|
6537
|
+
{
|
|
6538
|
+
"name": "Ahad Birang",
|
|
6539
|
+
"github": "farnabaz",
|
|
6540
|
+
"twitter": "a_birang"
|
|
6541
|
+
},
|
|
6542
|
+
{
|
|
6543
|
+
"name": "Sébastien Chopin",
|
|
6544
|
+
"github": "Atinux",
|
|
6545
|
+
"twitter": "Atinux"
|
|
6546
|
+
}
|
|
6547
|
+
],
|
|
6548
|
+
"compatibility": {
|
|
6549
|
+
"nuxt": "^3.0.0",
|
|
6550
|
+
"requires": {
|
|
6551
|
+
"content": true
|
|
6552
|
+
}
|
|
6553
|
+
}
|
|
6554
|
+
},
|
|
4899
6555
|
{
|
|
4900
6556
|
"name": "style-resources",
|
|
4901
6557
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -4921,7 +6577,7 @@
|
|
|
4921
6577
|
},
|
|
4922
6578
|
{
|
|
4923
6579
|
"name": "stylelint",
|
|
4924
|
-
"description": "Stylelint module for Nuxt.
|
|
6580
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
4925
6581
|
"repo": "nuxt-community/stylelint-module",
|
|
4926
6582
|
"npm": "@nuxtjs/stylelint-module",
|
|
4927
6583
|
"icon": "stylelint.png",
|
|
@@ -4941,36 +6597,13 @@
|
|
|
4941
6597
|
"requires": {}
|
|
4942
6598
|
}
|
|
4943
6599
|
},
|
|
4944
|
-
{
|
|
4945
|
-
"name": "stylify",
|
|
4946
|
-
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
4947
|
-
"repo": "stylify/packages#master/packages/nuxt",
|
|
4948
|
-
"npm": "@stylify/nuxt",
|
|
4949
|
-
"icon": "stylify.svg",
|
|
4950
|
-
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
4951
|
-
"website": "https://stylifycss.com/docs/nuxt",
|
|
4952
|
-
"learn_more": "https://stylifycss.com",
|
|
4953
|
-
"category": "UI",
|
|
4954
|
-
"type": "3rd-party",
|
|
4955
|
-
"maintainers": [
|
|
4956
|
-
{
|
|
4957
|
-
"name": "Vladimír Macháček",
|
|
4958
|
-
"github": "Machy8",
|
|
4959
|
-
"twitter": "8machy"
|
|
4960
|
-
}
|
|
4961
|
-
],
|
|
4962
|
-
"compatibility": {
|
|
4963
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4964
|
-
"requires": {}
|
|
4965
|
-
}
|
|
4966
|
-
},
|
|
4967
6600
|
{
|
|
4968
6601
|
"name": "supabase",
|
|
4969
6602
|
"description": "First class integration with Supabase",
|
|
4970
|
-
"repo": "nuxt-
|
|
6603
|
+
"repo": "nuxt-modules/supabase",
|
|
4971
6604
|
"npm": "@nuxtjs/supabase",
|
|
4972
6605
|
"icon": "supabase.png",
|
|
4973
|
-
"github": "https://github.com/nuxt-
|
|
6606
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4974
6607
|
"website": "https://supabase.nuxtjs.org",
|
|
4975
6608
|
"learn_more": "https://supabase.com",
|
|
4976
6609
|
"category": "Database",
|
|
@@ -5021,12 +6654,12 @@
|
|
|
5021
6654
|
},
|
|
5022
6655
|
{
|
|
5023
6656
|
"name": "svg-sprite",
|
|
5024
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5025
|
-
"repo": "nuxt-
|
|
6657
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6658
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5026
6659
|
"npm": "@nuxtjs/svg-sprite",
|
|
5027
6660
|
"icon": "",
|
|
5028
|
-
"github": "https://github.com/nuxt-
|
|
5029
|
-
"website": "https://github.com/nuxt-
|
|
6661
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6662
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5030
6663
|
"learn_more": "",
|
|
5031
6664
|
"category": "UI",
|
|
5032
6665
|
"type": "community",
|
|
@@ -5038,13 +6671,13 @@
|
|
|
5038
6671
|
}
|
|
5039
6672
|
],
|
|
5040
6673
|
"compatibility": {
|
|
5041
|
-
"nuxt": "^2.0.0",
|
|
6674
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5042
6675
|
"requires": {}
|
|
5043
6676
|
}
|
|
5044
6677
|
},
|
|
5045
6678
|
{
|
|
5046
6679
|
"name": "svg",
|
|
5047
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6680
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5048
6681
|
"repo": "nuxt-community/svg-module",
|
|
5049
6682
|
"npm": "@nuxtjs/svg",
|
|
5050
6683
|
"icon": "",
|
|
@@ -5086,9 +6719,33 @@
|
|
|
5086
6719
|
"requires": {}
|
|
5087
6720
|
}
|
|
5088
6721
|
},
|
|
6722
|
+
{
|
|
6723
|
+
"name": "swiftsearch",
|
|
6724
|
+
"description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
|
|
6725
|
+
"repo": "atoms-studio/nuxt-swiftsearch",
|
|
6726
|
+
"npm": "@atoms-studio/nuxt-swiftsearch",
|
|
6727
|
+
"icon": "nuxt-swiftsearch.svg",
|
|
6728
|
+
"github": "https://github.com/atoms-studio/nuxt-swiftsearch",
|
|
6729
|
+
"website": "https://nuxt-swiftsearch.netlify.app/",
|
|
6730
|
+
"learn_more": "",
|
|
6731
|
+
"category": "Libraries",
|
|
6732
|
+
"type": "3rd-party",
|
|
6733
|
+
"maintainers": [
|
|
6734
|
+
{
|
|
6735
|
+
"name": "Matteo Rigoni",
|
|
6736
|
+
"github": "rigo-m",
|
|
6737
|
+
"twitter": "MatteoRigoni",
|
|
6738
|
+
"avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
|
|
6739
|
+
}
|
|
6740
|
+
],
|
|
6741
|
+
"compatibility": {
|
|
6742
|
+
"nuxt": "^3.10.0",
|
|
6743
|
+
"requires": {}
|
|
6744
|
+
}
|
|
6745
|
+
},
|
|
5089
6746
|
{
|
|
5090
6747
|
"name": "swiper",
|
|
5091
|
-
"description": "Nuxt
|
|
6748
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5092
6749
|
"repo": "cpreston321/nuxt-swiper",
|
|
5093
6750
|
"npm": "nuxt-swiper",
|
|
5094
6751
|
"icon": "swiper.svg",
|
|
@@ -5134,10 +6791,10 @@
|
|
|
5134
6791
|
{
|
|
5135
6792
|
"name": "tailwindcss",
|
|
5136
6793
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5137
|
-
"repo": "nuxt-
|
|
6794
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5138
6795
|
"npm": "@nuxtjs/tailwindcss",
|
|
5139
6796
|
"icon": "tailwindcss.png",
|
|
5140
|
-
"github": "https://github.com/nuxt-
|
|
6797
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5141
6798
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5142
6799
|
"learn_more": "https://tailwindcss.com/",
|
|
5143
6800
|
"category": "UI",
|
|
@@ -5147,10 +6804,46 @@
|
|
|
5147
6804
|
"name": "Sébastien Chopin",
|
|
5148
6805
|
"github": "Atinux",
|
|
5149
6806
|
"twitter": "Atinux"
|
|
6807
|
+
},
|
|
6808
|
+
{
|
|
6809
|
+
"name": "Inesh Bose",
|
|
6810
|
+
"github": "ineshbose"
|
|
5150
6811
|
}
|
|
5151
6812
|
],
|
|
5152
6813
|
"compatibility": {
|
|
5153
6814
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6815
|
+
"requires": {},
|
|
6816
|
+
"devtools": "^0.0.0"
|
|
6817
|
+
},
|
|
6818
|
+
"aliases": [
|
|
6819
|
+
"tailwind"
|
|
6820
|
+
]
|
|
6821
|
+
},
|
|
6822
|
+
{
|
|
6823
|
+
"name": "test-utils",
|
|
6824
|
+
"description": "Test utilities for Nuxt",
|
|
6825
|
+
"repo": "nuxt/test-utils#main",
|
|
6826
|
+
"npm": "@nuxt/test-utils",
|
|
6827
|
+
"icon": "nuxt.svg",
|
|
6828
|
+
"github": "https://github.com/nuxt/test-utils",
|
|
6829
|
+
"website": "https://nuxt.com/docs/getting-started/testing",
|
|
6830
|
+
"learn_more": "",
|
|
6831
|
+
"category": "Devtools",
|
|
6832
|
+
"type": "official",
|
|
6833
|
+
"maintainers": [
|
|
6834
|
+
{
|
|
6835
|
+
"name": "Daniel Roe",
|
|
6836
|
+
"github": "danielroe",
|
|
6837
|
+
"twitter": "danielcroe"
|
|
6838
|
+
},
|
|
6839
|
+
{
|
|
6840
|
+
"name": "Anthony Fu",
|
|
6841
|
+
"github": "antfu",
|
|
6842
|
+
"twitter": "antfu7"
|
|
6843
|
+
}
|
|
6844
|
+
],
|
|
6845
|
+
"compatibility": {
|
|
6846
|
+
"nuxt": "^3.0.0",
|
|
5154
6847
|
"requires": {}
|
|
5155
6848
|
}
|
|
5156
6849
|
},
|
|
@@ -5177,9 +6870,53 @@
|
|
|
5177
6870
|
"requires": {}
|
|
5178
6871
|
}
|
|
5179
6872
|
},
|
|
6873
|
+
{
|
|
6874
|
+
"name": "time",
|
|
6875
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
6876
|
+
"repo": "danielroe/nuxt-time",
|
|
6877
|
+
"npm": "nuxt-time",
|
|
6878
|
+
"icon": "",
|
|
6879
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
6880
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
6881
|
+
"learn_more": "",
|
|
6882
|
+
"category": "Extensions",
|
|
6883
|
+
"type": "3rd-party",
|
|
6884
|
+
"maintainers": [
|
|
6885
|
+
{
|
|
6886
|
+
"name": "danielroe",
|
|
6887
|
+
"github": "danielroe"
|
|
6888
|
+
}
|
|
6889
|
+
],
|
|
6890
|
+
"compatibility": {
|
|
6891
|
+
"nuxt": "^3.0.0",
|
|
6892
|
+
"requires": {}
|
|
6893
|
+
}
|
|
6894
|
+
},
|
|
6895
|
+
{
|
|
6896
|
+
"name": "tiptap",
|
|
6897
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6898
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6899
|
+
"npm": "nuxt-tiptap-editor",
|
|
6900
|
+
"icon": "tiptap.png",
|
|
6901
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6902
|
+
"website": "https://nuxt-tiptap-editor.vercel.app",
|
|
6903
|
+
"learn_more": "https://nuxt-tiptap-editor.vercel.app",
|
|
6904
|
+
"category": "Libraries",
|
|
6905
|
+
"type": "3rd-party",
|
|
6906
|
+
"maintainers": [
|
|
6907
|
+
{
|
|
6908
|
+
"name": "modbender",
|
|
6909
|
+
"github": "modbender"
|
|
6910
|
+
}
|
|
6911
|
+
],
|
|
6912
|
+
"compatibility": {
|
|
6913
|
+
"nuxt": "^3.0.0",
|
|
6914
|
+
"requires": {}
|
|
6915
|
+
}
|
|
6916
|
+
},
|
|
5180
6917
|
{
|
|
5181
6918
|
"name": "toast",
|
|
5182
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6919
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5183
6920
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5184
6921
|
"npm": "@nuxtjs/toast",
|
|
5185
6922
|
"icon": "",
|
|
@@ -5200,6 +6937,83 @@
|
|
|
5200
6937
|
"requires": {}
|
|
5201
6938
|
}
|
|
5202
6939
|
},
|
|
6940
|
+
{
|
|
6941
|
+
"name": "tradingview",
|
|
6942
|
+
"description": "Use the TradingView Widgets in your Nuxt Application",
|
|
6943
|
+
"repo": "volkanakkus/nuxt-tradingview",
|
|
6944
|
+
"npm": "nuxt-tradingview",
|
|
6945
|
+
"icon": "tradingview.svg",
|
|
6946
|
+
"github": "https://github.com/volkanakkus/nuxt-tradingview",
|
|
6947
|
+
"website": "https://nuxt-tradingview.volkanakkus.com",
|
|
6948
|
+
"learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
|
|
6949
|
+
"category": "Extensions",
|
|
6950
|
+
"type": "3rd-party",
|
|
6951
|
+
"maintainers": [
|
|
6952
|
+
{
|
|
6953
|
+
"name": "Volkan Akkuş",
|
|
6954
|
+
"github": "volkanakkus"
|
|
6955
|
+
}
|
|
6956
|
+
],
|
|
6957
|
+
"compatibility": {
|
|
6958
|
+
"nuxt": "^3.0.0",
|
|
6959
|
+
"requires": {}
|
|
6960
|
+
}
|
|
6961
|
+
},
|
|
6962
|
+
{
|
|
6963
|
+
"name": "translation-manager",
|
|
6964
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6965
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6966
|
+
"npm": "nuxt-translation-manager",
|
|
6967
|
+
"icon": "translation-manager.png",
|
|
6968
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6969
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6970
|
+
"learn_more": "",
|
|
6971
|
+
"category": "Extensions",
|
|
6972
|
+
"type": "3rd-party",
|
|
6973
|
+
"maintainers": [
|
|
6974
|
+
{
|
|
6975
|
+
"name": "Sam K",
|
|
6976
|
+
"github": "samk-dev"
|
|
6977
|
+
}
|
|
6978
|
+
],
|
|
6979
|
+
"compatibility": {
|
|
6980
|
+
"nuxt": "^3.0.0",
|
|
6981
|
+
"requires": {}
|
|
6982
|
+
}
|
|
6983
|
+
},
|
|
6984
|
+
{
|
|
6985
|
+
"name": "tresjs",
|
|
6986
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6987
|
+
"repo": "tresjs/nuxt",
|
|
6988
|
+
"npm": "@tresjs/nuxt",
|
|
6989
|
+
"icon": "tresjs.svg",
|
|
6990
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6991
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6992
|
+
"learn_more": "https://tresjs.org/",
|
|
6993
|
+
"category": "Libraries",
|
|
6994
|
+
"type": "3rd-party",
|
|
6995
|
+
"maintainers": [
|
|
6996
|
+
{
|
|
6997
|
+
"name": "Alvaro Saburido",
|
|
6998
|
+
"github": "alvarosabu",
|
|
6999
|
+
"twitter": "alvarosabu"
|
|
7000
|
+
},
|
|
7001
|
+
{
|
|
7002
|
+
"name": "Jaime Torrealba",
|
|
7003
|
+
"github": "JaimeTorrealba",
|
|
7004
|
+
"twitter": "jaimebboyjt"
|
|
7005
|
+
},
|
|
7006
|
+
{
|
|
7007
|
+
"name": "Tino Koch",
|
|
7008
|
+
"github": "Tinoooo",
|
|
7009
|
+
"twitter": "ichbintino"
|
|
7010
|
+
}
|
|
7011
|
+
],
|
|
7012
|
+
"compatibility": {
|
|
7013
|
+
"nuxt": "^3.0.0",
|
|
7014
|
+
"requires": {}
|
|
7015
|
+
}
|
|
7016
|
+
},
|
|
5203
7017
|
{
|
|
5204
7018
|
"name": "turnstile",
|
|
5205
7019
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5227,7 +7041,7 @@
|
|
|
5227
7041
|
},
|
|
5228
7042
|
{
|
|
5229
7043
|
"name": "twa",
|
|
5230
|
-
"description": "Nuxt
|
|
7044
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5231
7045
|
"repo": "tuarrep/nuxt-twa",
|
|
5232
7046
|
"npm": "nuxt-twa",
|
|
5233
7047
|
"icon": "",
|
|
@@ -5249,6 +7063,28 @@
|
|
|
5249
7063
|
}
|
|
5250
7064
|
}
|
|
5251
7065
|
},
|
|
7066
|
+
{
|
|
7067
|
+
"name": "twemoji",
|
|
7068
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
7069
|
+
"repo": "yizack/nuxt-twemoji",
|
|
7070
|
+
"npm": "nuxt-twemoji",
|
|
7071
|
+
"icon": "twemoji.svg",
|
|
7072
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
7073
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
7074
|
+
"learn_more": "",
|
|
7075
|
+
"category": "UI",
|
|
7076
|
+
"type": "3rd-party",
|
|
7077
|
+
"maintainers": [
|
|
7078
|
+
{
|
|
7079
|
+
"name": "Yizack Rangel",
|
|
7080
|
+
"github": "yizack"
|
|
7081
|
+
}
|
|
7082
|
+
],
|
|
7083
|
+
"compatibility": {
|
|
7084
|
+
"nuxt": "^3.0.0",
|
|
7085
|
+
"requires": {}
|
|
7086
|
+
}
|
|
7087
|
+
},
|
|
5252
7088
|
{
|
|
5253
7089
|
"name": "twicpics",
|
|
5254
7090
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5393,6 +7229,63 @@
|
|
|
5393
7229
|
"requires": {}
|
|
5394
7230
|
}
|
|
5395
7231
|
},
|
|
7232
|
+
{
|
|
7233
|
+
"name": "typo3",
|
|
7234
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
7235
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
7236
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
7237
|
+
"icon": "typo3.svg",
|
|
7238
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
7239
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
7240
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
7241
|
+
"category": "CMS",
|
|
7242
|
+
"type": "3rd-party",
|
|
7243
|
+
"maintainers": [
|
|
7244
|
+
{
|
|
7245
|
+
"name": "Macopedia",
|
|
7246
|
+
"github": "macopedia",
|
|
7247
|
+
"twitter": "macopediapl"
|
|
7248
|
+
}
|
|
7249
|
+
],
|
|
7250
|
+
"compatibility": {
|
|
7251
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7252
|
+
"requires": {},
|
|
7253
|
+
"devtools": "^0.0.0"
|
|
7254
|
+
}
|
|
7255
|
+
},
|
|
7256
|
+
{
|
|
7257
|
+
"name": "ui",
|
|
7258
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
7259
|
+
"repo": "nuxt/ui#dev",
|
|
7260
|
+
"npm": "@nuxt/ui",
|
|
7261
|
+
"icon": "nuxt.svg",
|
|
7262
|
+
"github": "https://github.com/nuxt/ui",
|
|
7263
|
+
"website": "https://ui.nuxt.com",
|
|
7264
|
+
"learn_more": "",
|
|
7265
|
+
"category": "UI",
|
|
7266
|
+
"type": "official",
|
|
7267
|
+
"maintainers": [
|
|
7268
|
+
{
|
|
7269
|
+
"name": "Benjamin Canac",
|
|
7270
|
+
"github": "benjamincanac",
|
|
7271
|
+
"twitter": "benjamincanac"
|
|
7272
|
+
},
|
|
7273
|
+
{
|
|
7274
|
+
"name": "Sebastien Chopin",
|
|
7275
|
+
"github": "Atinux",
|
|
7276
|
+
"twitter": "Atinux"
|
|
7277
|
+
},
|
|
7278
|
+
{
|
|
7279
|
+
"name": "Sylvain Marroufin",
|
|
7280
|
+
"github": "smarroufin",
|
|
7281
|
+
"twitter": "smarroufin"
|
|
7282
|
+
}
|
|
7283
|
+
],
|
|
7284
|
+
"compatibility": {
|
|
7285
|
+
"nuxt": "^3.0.0",
|
|
7286
|
+
"requires": {}
|
|
7287
|
+
}
|
|
7288
|
+
},
|
|
5396
7289
|
{
|
|
5397
7290
|
"name": "umami",
|
|
5398
7291
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5417,31 +7310,9 @@
|
|
|
5417
7310
|
}
|
|
5418
7311
|
}
|
|
5419
7312
|
},
|
|
5420
|
-
{
|
|
5421
|
-
"name": "unhead",
|
|
5422
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5423
|
-
"repo": "harlan-zw/nuxt-unhead",
|
|
5424
|
-
"npm": "nuxt-unhead",
|
|
5425
|
-
"icon": "",
|
|
5426
|
-
"github": "https://github.com/harlan-zw/nuxt-unhead",
|
|
5427
|
-
"website": "https://github.com/harlan-zw/nuxt-unhead",
|
|
5428
|
-
"learn_more": "",
|
|
5429
|
-
"category": "SEO",
|
|
5430
|
-
"type": "3rd-party",
|
|
5431
|
-
"maintainers": [
|
|
5432
|
-
{
|
|
5433
|
-
"name": "harlan-zw",
|
|
5434
|
-
"github": "harlan-zw"
|
|
5435
|
-
}
|
|
5436
|
-
],
|
|
5437
|
-
"compatibility": {
|
|
5438
|
-
"nuxt": "^3.0.0",
|
|
5439
|
-
"requires": {}
|
|
5440
|
-
}
|
|
5441
|
-
},
|
|
5442
7313
|
{
|
|
5443
7314
|
"name": "universal-storage",
|
|
5444
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
7315
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5445
7316
|
"repo": "nuxt-community/universal-storage-module",
|
|
5446
7317
|
"npm": "@nuxtjs/universal-storage",
|
|
5447
7318
|
"icon": "",
|
|
@@ -5468,40 +7339,36 @@
|
|
|
5468
7339
|
}
|
|
5469
7340
|
},
|
|
5470
7341
|
{
|
|
5471
|
-
"name": "
|
|
5472
|
-
"description": "
|
|
5473
|
-
"repo": "
|
|
5474
|
-
"npm": "@
|
|
5475
|
-
"icon": "
|
|
5476
|
-
"github": "https://github.com/
|
|
5477
|
-
"website": "https://
|
|
5478
|
-
"learn_more": "
|
|
5479
|
-
"category": "
|
|
7342
|
+
"name": "unlazy",
|
|
7343
|
+
"description": "Lazy loading library for placeholder images",
|
|
7344
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
7345
|
+
"npm": "@unlazy/nuxt",
|
|
7346
|
+
"icon": "unlazy.svg",
|
|
7347
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
7348
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
7349
|
+
"learn_more": "",
|
|
7350
|
+
"category": "Images",
|
|
5480
7351
|
"type": "3rd-party",
|
|
5481
7352
|
"maintainers": [
|
|
5482
7353
|
{
|
|
5483
|
-
"name": "
|
|
5484
|
-
"github": "
|
|
5485
|
-
"twitter": "harlan_zw",
|
|
5486
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
7354
|
+
"name": "Johann Schopplich",
|
|
7355
|
+
"github": "johannschopplich"
|
|
5487
7356
|
}
|
|
5488
7357
|
],
|
|
5489
7358
|
"compatibility": {
|
|
5490
|
-
"nuxt": "^
|
|
5491
|
-
"requires": {
|
|
5492
|
-
"bridge": "optional"
|
|
5493
|
-
}
|
|
7359
|
+
"nuxt": "^3.0.0",
|
|
7360
|
+
"requires": {}
|
|
5494
7361
|
}
|
|
5495
7362
|
},
|
|
5496
7363
|
{
|
|
5497
7364
|
"name": "unocss",
|
|
5498
7365
|
"description": "The instant on-demand atomic CSS engine.",
|
|
5499
|
-
"repo": "
|
|
7366
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
5500
7367
|
"npm": "@unocss/nuxt",
|
|
5501
7368
|
"icon": "unocss.svg",
|
|
5502
|
-
"github": "https://github.com/
|
|
5503
|
-
"website": "https://github.com/
|
|
5504
|
-
"learn_more": "https://github.com/
|
|
7369
|
+
"github": "https://github.com/unocss/unocss",
|
|
7370
|
+
"website": "https://github.com/unocss/unocss",
|
|
7371
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
5505
7372
|
"category": "UI",
|
|
5506
7373
|
"type": "3rd-party",
|
|
5507
7374
|
"maintainers": [
|
|
@@ -5516,7 +7383,8 @@
|
|
|
5516
7383
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5517
7384
|
"requires": {
|
|
5518
7385
|
"bridge": "optional"
|
|
5519
|
-
}
|
|
7386
|
+
},
|
|
7387
|
+
"devtools": "^0.0.0"
|
|
5520
7388
|
}
|
|
5521
7389
|
},
|
|
5522
7390
|
{
|
|
@@ -5526,8 +7394,8 @@
|
|
|
5526
7394
|
"npm": "nuxt-ununura",
|
|
5527
7395
|
"icon": "ununuracss.png",
|
|
5528
7396
|
"github": "https://github.com/novout/ununuracss",
|
|
5529
|
-
"website": "https://
|
|
5530
|
-
"learn_more": "https://
|
|
7397
|
+
"website": "https://github.com/novout/ununuracss",
|
|
7398
|
+
"learn_more": "https://github.com/novout/ununuracss",
|
|
5531
7399
|
"category": "UI",
|
|
5532
7400
|
"type": "3rd-party",
|
|
5533
7401
|
"maintainers": [
|
|
@@ -5543,42 +7411,66 @@
|
|
|
5543
7411
|
}
|
|
5544
7412
|
},
|
|
5545
7413
|
{
|
|
5546
|
-
"name": "
|
|
5547
|
-
"description": "
|
|
5548
|
-
"repo": "
|
|
5549
|
-
"npm": "
|
|
5550
|
-
"icon": "",
|
|
5551
|
-
"github": "https://github.com/
|
|
5552
|
-
"website": "https://
|
|
5553
|
-
"learn_more": "",
|
|
5554
|
-
"category": "
|
|
7414
|
+
"name": "use-bootstrap",
|
|
7415
|
+
"description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
|
|
7416
|
+
"repo": "simplise/use-bootstrap",
|
|
7417
|
+
"npm": "usebootstrap",
|
|
7418
|
+
"icon": "use-bootstrap.svg",
|
|
7419
|
+
"github": "https://github.com/simplise/use-bootstrap",
|
|
7420
|
+
"website": "https://usebootstrap.org/",
|
|
7421
|
+
"learn_more": "https://usebootstrap.org/",
|
|
7422
|
+
"category": "UI",
|
|
5555
7423
|
"type": "3rd-party",
|
|
5556
7424
|
"maintainers": [
|
|
5557
7425
|
{
|
|
5558
|
-
"name": "
|
|
5559
|
-
"github": "
|
|
7426
|
+
"name": "KoujiSano",
|
|
7427
|
+
"github": "KoujiSano"
|
|
5560
7428
|
}
|
|
5561
7429
|
],
|
|
5562
7430
|
"compatibility": {
|
|
5563
|
-
"nuxt": "^
|
|
7431
|
+
"nuxt": "^3.0.0",
|
|
5564
7432
|
"requires": {}
|
|
5565
7433
|
}
|
|
5566
7434
|
},
|
|
5567
7435
|
{
|
|
5568
|
-
"name": "
|
|
5569
|
-
"description": "
|
|
5570
|
-
"repo": "
|
|
5571
|
-
"npm": "nuxt
|
|
5572
|
-
"icon": "
|
|
5573
|
-
"github": "https://github.com/
|
|
5574
|
-
"website": "https://github.com/
|
|
5575
|
-
"learn_more": "https://
|
|
5576
|
-
"category": "
|
|
7436
|
+
"name": "use-wagmi",
|
|
7437
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
7438
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
7439
|
+
"npm": "@use-wagmi/nuxt",
|
|
7440
|
+
"icon": "use-wagmi.png",
|
|
7441
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
7442
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
7443
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
7444
|
+
"category": "Extensions",
|
|
7445
|
+
"type": "3rd-party",
|
|
7446
|
+
"maintainers": [
|
|
7447
|
+
{
|
|
7448
|
+
"name": "Unic Ape",
|
|
7449
|
+
"github": "unicape"
|
|
7450
|
+
}
|
|
7451
|
+
],
|
|
7452
|
+
"compatibility": {
|
|
7453
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7454
|
+
"requires": {
|
|
7455
|
+
"bridge": true
|
|
7456
|
+
}
|
|
7457
|
+
}
|
|
7458
|
+
},
|
|
7459
|
+
{
|
|
7460
|
+
"name": "user-agent",
|
|
7461
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
7462
|
+
"repo": "fukuiretu/nuxt-user-agent",
|
|
7463
|
+
"npm": "nuxt-user-agent",
|
|
7464
|
+
"icon": "",
|
|
7465
|
+
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
7466
|
+
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
7467
|
+
"learn_more": "",
|
|
7468
|
+
"category": "Extensions",
|
|
5577
7469
|
"type": "3rd-party",
|
|
5578
7470
|
"maintainers": [
|
|
5579
7471
|
{
|
|
5580
|
-
"name": "
|
|
5581
|
-
"github": "
|
|
7472
|
+
"name": "fukuiretu",
|
|
7473
|
+
"github": "fukuiretu"
|
|
5582
7474
|
}
|
|
5583
7475
|
],
|
|
5584
7476
|
"compatibility": {
|
|
@@ -5610,6 +7502,74 @@
|
|
|
5610
7502
|
}
|
|
5611
7503
|
}
|
|
5612
7504
|
},
|
|
7505
|
+
{
|
|
7506
|
+
"name": "varlet",
|
|
7507
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
7508
|
+
"repo": "varletjs/varlet-nuxt",
|
|
7509
|
+
"npm": "@varlet/nuxt",
|
|
7510
|
+
"icon": "varlet.svg",
|
|
7511
|
+
"github": "https://github.com/varletjs/varlet",
|
|
7512
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
7513
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
7514
|
+
"category": "UI",
|
|
7515
|
+
"type": "3rd-party",
|
|
7516
|
+
"maintainers": [
|
|
7517
|
+
{
|
|
7518
|
+
"name": "zhangmo8",
|
|
7519
|
+
"github": "zhangmo8"
|
|
7520
|
+
}
|
|
7521
|
+
],
|
|
7522
|
+
"compatibility": {
|
|
7523
|
+
"nuxt": "^3.0.0",
|
|
7524
|
+
"requires": {
|
|
7525
|
+
"bridge": "optional"
|
|
7526
|
+
}
|
|
7527
|
+
}
|
|
7528
|
+
},
|
|
7529
|
+
{
|
|
7530
|
+
"name": "vcalendar",
|
|
7531
|
+
"description": "VCalendar module for Nuxt",
|
|
7532
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
7533
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7534
|
+
"icon": "vcalendar.png",
|
|
7535
|
+
"github": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
7536
|
+
"website": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
7537
|
+
"learn_more": "",
|
|
7538
|
+
"category": "Libraries",
|
|
7539
|
+
"type": "3rd-party",
|
|
7540
|
+
"maintainers": [
|
|
7541
|
+
{
|
|
7542
|
+
"name": "Sam K",
|
|
7543
|
+
"github": "samk-dev"
|
|
7544
|
+
}
|
|
7545
|
+
],
|
|
7546
|
+
"compatibility": {
|
|
7547
|
+
"nuxt": "^3.0.0",
|
|
7548
|
+
"requires": {}
|
|
7549
|
+
}
|
|
7550
|
+
},
|
|
7551
|
+
{
|
|
7552
|
+
"name": "vee-validate",
|
|
7553
|
+
"description": "Painless Vue forms for Nuxt",
|
|
7554
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
7555
|
+
"npm": "@vee-validate/nuxt",
|
|
7556
|
+
"icon": "vee-validate.png",
|
|
7557
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
7558
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
7559
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
7560
|
+
"category": "Libraries",
|
|
7561
|
+
"type": "3rd-party",
|
|
7562
|
+
"maintainers": [
|
|
7563
|
+
{
|
|
7564
|
+
"name": "Abdelrahman Awad",
|
|
7565
|
+
"github": "logaretm"
|
|
7566
|
+
}
|
|
7567
|
+
],
|
|
7568
|
+
"compatibility": {
|
|
7569
|
+
"nuxt": "^3.0.0",
|
|
7570
|
+
"requires": {}
|
|
7571
|
+
}
|
|
7572
|
+
},
|
|
5613
7573
|
{
|
|
5614
7574
|
"name": "vendor",
|
|
5615
7575
|
"description": "directly serve node_modules",
|
|
@@ -5633,9 +7593,54 @@
|
|
|
5633
7593
|
"requires": {}
|
|
5634
7594
|
}
|
|
5635
7595
|
},
|
|
7596
|
+
{
|
|
7597
|
+
"name": "vercel-analytics",
|
|
7598
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
7599
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
7600
|
+
"npm": "nuxt-vercel-analytics",
|
|
7601
|
+
"icon": "",
|
|
7602
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7603
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7604
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
7605
|
+
"category": "Analytics",
|
|
7606
|
+
"type": "3rd-party",
|
|
7607
|
+
"maintainers": [
|
|
7608
|
+
{
|
|
7609
|
+
"name": "Alexander B.",
|
|
7610
|
+
"github": "xanderbarkhatov"
|
|
7611
|
+
}
|
|
7612
|
+
],
|
|
7613
|
+
"compatibility": {
|
|
7614
|
+
"nuxt": "^3.0.0",
|
|
7615
|
+
"requires": {}
|
|
7616
|
+
}
|
|
7617
|
+
},
|
|
7618
|
+
{
|
|
7619
|
+
"name": "vexip-ui",
|
|
7620
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
7621
|
+
"repo": "vexip-ui/nuxt",
|
|
7622
|
+
"npm": "@vexip-ui/nuxt",
|
|
7623
|
+
"icon": "vexip-ui.svg",
|
|
7624
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
7625
|
+
"website": "https://www.vexipui.com/",
|
|
7626
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
7627
|
+
"category": "UI",
|
|
7628
|
+
"type": "3rd-party",
|
|
7629
|
+
"maintainers": [
|
|
7630
|
+
{
|
|
7631
|
+
"name": "未觉雨声",
|
|
7632
|
+
"github": "qmhc",
|
|
7633
|
+
"twitter": "qmhc95"
|
|
7634
|
+
}
|
|
7635
|
+
],
|
|
7636
|
+
"compatibility": {
|
|
7637
|
+
"nuxt": "^3.0.0",
|
|
7638
|
+
"requires": {}
|
|
7639
|
+
}
|
|
7640
|
+
},
|
|
5636
7641
|
{
|
|
5637
7642
|
"name": "vite-pwa-nuxt",
|
|
5638
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7643
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
5639
7644
|
"repo": "vite-pwa/nuxt",
|
|
5640
7645
|
"npm": "@vite-pwa/nuxt",
|
|
5641
7646
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -5662,24 +7667,52 @@
|
|
|
5662
7667
|
}
|
|
5663
7668
|
},
|
|
5664
7669
|
{
|
|
5665
|
-
"name": "
|
|
5666
|
-
"description": "
|
|
5667
|
-
"repo": "
|
|
5668
|
-
"npm": "nuxt
|
|
5669
|
-
"icon": "
|
|
5670
|
-
"github": "https://github.com/
|
|
5671
|
-
"website": "https://
|
|
5672
|
-
"learn_more": "",
|
|
5673
|
-
"category": "
|
|
7670
|
+
"name": "vue-email",
|
|
7671
|
+
"description": "💌 Write email templates with vue",
|
|
7672
|
+
"repo": "vue-email/nuxt",
|
|
7673
|
+
"npm": "@vue-email/nuxt",
|
|
7674
|
+
"icon": "vue-email.svg",
|
|
7675
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7676
|
+
"website": "https://vuemail.net/",
|
|
7677
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
7678
|
+
"category": "UI",
|
|
5674
7679
|
"type": "3rd-party",
|
|
5675
7680
|
"maintainers": [
|
|
5676
7681
|
{
|
|
5677
|
-
"name": "
|
|
5678
|
-
"github": "
|
|
7682
|
+
"name": "David Arenas",
|
|
7683
|
+
"github": "Dave136",
|
|
7684
|
+
"twitter": "davejs4",
|
|
7685
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
5679
7686
|
},
|
|
5680
7687
|
{
|
|
5681
|
-
"name": "
|
|
5682
|
-
"github": "
|
|
7688
|
+
"name": "Younes Barrad",
|
|
7689
|
+
"github": "Flowko",
|
|
7690
|
+
"twitter": "imflowko",
|
|
7691
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
7692
|
+
}
|
|
7693
|
+
],
|
|
7694
|
+
"compatibility": {
|
|
7695
|
+
"nuxt": "^3.0.0",
|
|
7696
|
+
"requires": {},
|
|
7697
|
+
"devtools": "^0.0.0"
|
|
7698
|
+
}
|
|
7699
|
+
},
|
|
7700
|
+
{
|
|
7701
|
+
"name": "vue-final-modal",
|
|
7702
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7703
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7704
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7705
|
+
"icon": "vue-final-modal.svg",
|
|
7706
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7707
|
+
"website": "https://vue-final-modal.org/",
|
|
7708
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7709
|
+
"category": "UI",
|
|
7710
|
+
"type": "3rd-party",
|
|
7711
|
+
"maintainers": [
|
|
7712
|
+
{
|
|
7713
|
+
"name": "Hunter Liu",
|
|
7714
|
+
"github": "hunterliu1003",
|
|
7715
|
+
"twitter": "hunterliu1003"
|
|
5683
7716
|
}
|
|
5684
7717
|
],
|
|
5685
7718
|
"compatibility": {
|
|
@@ -5689,13 +7722,13 @@
|
|
|
5689
7722
|
},
|
|
5690
7723
|
{
|
|
5691
7724
|
"name": "vue-macros",
|
|
5692
|
-
"description": "Explore
|
|
5693
|
-
"repo": "sxzz/
|
|
7725
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
7726
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5694
7727
|
"npm": "@vue-macros/nuxt",
|
|
5695
7728
|
"icon": "vue-macros.svg",
|
|
5696
|
-
"github": "https://github.com/sxzz/
|
|
7729
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5697
7730
|
"website": "https://vue-macros.sxzz.moe",
|
|
5698
|
-
"learn_more": "https://github.com/sxzz/
|
|
7731
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5699
7732
|
"category": "Extensions",
|
|
5700
7733
|
"type": "3rd-party",
|
|
5701
7734
|
"maintainers": [
|
|
@@ -5709,7 +7742,8 @@
|
|
|
5709
7742
|
"nuxt": "^3.0.0",
|
|
5710
7743
|
"requires": {
|
|
5711
7744
|
"bridge": "optional"
|
|
5712
|
-
}
|
|
7745
|
+
},
|
|
7746
|
+
"devtools": "^0.0.0"
|
|
5713
7747
|
}
|
|
5714
7748
|
},
|
|
5715
7749
|
{
|
|
@@ -5736,7 +7770,7 @@
|
|
|
5736
7770
|
},
|
|
5737
7771
|
{
|
|
5738
7772
|
"name": "vue-multiselect",
|
|
5739
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7773
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
5740
7774
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
5741
7775
|
"npm": "nuxt-vue-multiselect",
|
|
5742
7776
|
"icon": "",
|
|
@@ -5761,7 +7795,7 @@
|
|
|
5761
7795
|
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
5762
7796
|
"repo": "moritzsternemann/vue-plausible",
|
|
5763
7797
|
"npm": "vue-plausible",
|
|
5764
|
-
"icon": "plausible.
|
|
7798
|
+
"icon": "plausible.svg",
|
|
5765
7799
|
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
5766
7800
|
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
5767
7801
|
"learn_more": "",
|
|
@@ -5778,6 +7812,29 @@
|
|
|
5778
7812
|
"requires": {}
|
|
5779
7813
|
}
|
|
5780
7814
|
},
|
|
7815
|
+
{
|
|
7816
|
+
"name": "vue-query",
|
|
7817
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7818
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
7819
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
7820
|
+
"icon": "vue-query.svg",
|
|
7821
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
7822
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
7823
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
7824
|
+
"category": "Request",
|
|
7825
|
+
"type": "3rd-party",
|
|
7826
|
+
"maintainers": [
|
|
7827
|
+
{
|
|
7828
|
+
"name": "Hebilicious",
|
|
7829
|
+
"github": "Hebilicious",
|
|
7830
|
+
"twitter": "its_hebilicious"
|
|
7831
|
+
}
|
|
7832
|
+
],
|
|
7833
|
+
"compatibility": {
|
|
7834
|
+
"nuxt": "^3.0.0",
|
|
7835
|
+
"requires": {}
|
|
7836
|
+
}
|
|
7837
|
+
},
|
|
5781
7838
|
{
|
|
5782
7839
|
"name": "vue-select",
|
|
5783
7840
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5827,7 +7884,7 @@
|
|
|
5827
7884
|
},
|
|
5828
7885
|
{
|
|
5829
7886
|
"name": "vue-warehouse",
|
|
5830
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7887
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
5831
7888
|
"repo": "juliomrqz/vue-warehouse",
|
|
5832
7889
|
"npm": "vue-warehouse",
|
|
5833
7890
|
"icon": "",
|
|
@@ -5848,10 +7905,33 @@
|
|
|
5848
7905
|
"requires": {}
|
|
5849
7906
|
}
|
|
5850
7907
|
},
|
|
7908
|
+
{
|
|
7909
|
+
"name": "vue3-carousel-nuxt",
|
|
7910
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7911
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7912
|
+
"npm": "vue3-carousel-nuxt",
|
|
7913
|
+
"icon": "",
|
|
7914
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7915
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7916
|
+
"learn_more": "",
|
|
7917
|
+
"category": "UI",
|
|
7918
|
+
"type": "3rd-party",
|
|
7919
|
+
"maintainers": [
|
|
7920
|
+
{
|
|
7921
|
+
"name": "Gaetan SENN",
|
|
7922
|
+
"github": "gaetansenn",
|
|
7923
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7924
|
+
}
|
|
7925
|
+
],
|
|
7926
|
+
"compatibility": {
|
|
7927
|
+
"nuxt": "^3.0.0",
|
|
7928
|
+
"requires": {}
|
|
7929
|
+
}
|
|
7930
|
+
},
|
|
5851
7931
|
{
|
|
5852
7932
|
"name": "vuefire",
|
|
5853
7933
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
5854
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
7934
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
5855
7935
|
"npm": "nuxt-vuefire",
|
|
5856
7936
|
"icon": "vuefire.svg",
|
|
5857
7937
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -5870,15 +7950,61 @@
|
|
|
5870
7950
|
"requires": {}
|
|
5871
7951
|
}
|
|
5872
7952
|
},
|
|
7953
|
+
{
|
|
7954
|
+
"name": "vueform-builder",
|
|
7955
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7956
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7957
|
+
"npm": "@vueform/builder-nuxt",
|
|
7958
|
+
"icon": "vueform.svg",
|
|
7959
|
+
"github": "https://github.com/vueform/builder",
|
|
7960
|
+
"website": "https://builder.vueform.com",
|
|
7961
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7962
|
+
"category": "Libraries",
|
|
7963
|
+
"type": "3rd-party",
|
|
7964
|
+
"maintainers": [
|
|
7965
|
+
{
|
|
7966
|
+
"name": "Adam Berecz",
|
|
7967
|
+
"github": "adamberecz",
|
|
7968
|
+
"twitter": "bereczadam"
|
|
7969
|
+
}
|
|
7970
|
+
],
|
|
7971
|
+
"compatibility": {
|
|
7972
|
+
"nuxt": "^3.0.0",
|
|
7973
|
+
"requires": {}
|
|
7974
|
+
}
|
|
7975
|
+
},
|
|
7976
|
+
{
|
|
7977
|
+
"name": "vueform",
|
|
7978
|
+
"description": "Official Vueform module for Nuxt",
|
|
7979
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7980
|
+
"npm": "@vueform/nuxt",
|
|
7981
|
+
"icon": "vueform.svg",
|
|
7982
|
+
"github": "https://github.com/vueform/vueform",
|
|
7983
|
+
"website": "https://vueform.com",
|
|
7984
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7985
|
+
"category": "Libraries",
|
|
7986
|
+
"type": "3rd-party",
|
|
7987
|
+
"maintainers": [
|
|
7988
|
+
{
|
|
7989
|
+
"name": "Adam Berecz",
|
|
7990
|
+
"github": "adamberecz",
|
|
7991
|
+
"twitter": "bereczadam"
|
|
7992
|
+
}
|
|
7993
|
+
],
|
|
7994
|
+
"compatibility": {
|
|
7995
|
+
"nuxt": "^3.0.0",
|
|
7996
|
+
"requires": {}
|
|
7997
|
+
}
|
|
7998
|
+
},
|
|
5873
7999
|
{
|
|
5874
8000
|
"name": "vuestic",
|
|
5875
|
-
"description": "Vuestic UI module for Nuxt
|
|
8001
|
+
"description": "Vuestic UI module for Nuxt",
|
|
5876
8002
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
5877
8003
|
"npm": "@vuestic/nuxt",
|
|
5878
8004
|
"icon": "vuestic.png",
|
|
5879
8005
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
5880
|
-
"website": "https://vuestic.dev",
|
|
5881
|
-
"learn_more": "https://vuestic.dev/
|
|
8006
|
+
"website": "https://ui.vuestic.dev",
|
|
8007
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
5882
8008
|
"category": "UI",
|
|
5883
8009
|
"type": "3rd-party",
|
|
5884
8010
|
"maintainers": [
|
|
@@ -5892,9 +8018,31 @@
|
|
|
5892
8018
|
"requires": {}
|
|
5893
8019
|
}
|
|
5894
8020
|
},
|
|
8021
|
+
{
|
|
8022
|
+
"name": "vuetify-nuxt-module",
|
|
8023
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
8024
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
8025
|
+
"npm": "vuetify-nuxt-module",
|
|
8026
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
8027
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
8028
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
8029
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
8030
|
+
"category": "UI",
|
|
8031
|
+
"type": "3rd-party",
|
|
8032
|
+
"maintainers": [
|
|
8033
|
+
{
|
|
8034
|
+
"name": "Joaquín Sánchez",
|
|
8035
|
+
"github": "userquin"
|
|
8036
|
+
}
|
|
8037
|
+
],
|
|
8038
|
+
"compatibility": {
|
|
8039
|
+
"nuxt": "^3.0.0",
|
|
8040
|
+
"requires": {}
|
|
8041
|
+
}
|
|
8042
|
+
},
|
|
5895
8043
|
{
|
|
5896
8044
|
"name": "vuetify",
|
|
5897
|
-
"description": "Vuetify Module for Nuxt
|
|
8045
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
5898
8046
|
"repo": "nuxt-community/vuetify-module",
|
|
5899
8047
|
"npm": "@nuxtjs/vuetify",
|
|
5900
8048
|
"icon": "vuetify.png",
|
|
@@ -5941,7 +8089,8 @@
|
|
|
5941
8089
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5942
8090
|
"requires": {
|
|
5943
8091
|
"bridge": "optional"
|
|
5944
|
-
}
|
|
8092
|
+
},
|
|
8093
|
+
"devtools": "^0.0.0"
|
|
5945
8094
|
}
|
|
5946
8095
|
},
|
|
5947
8096
|
{
|
|
@@ -5967,9 +8116,9 @@
|
|
|
5967
8116
|
}
|
|
5968
8117
|
},
|
|
5969
8118
|
{
|
|
5970
|
-
"name": "
|
|
5971
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
5972
|
-
"repo": "gaetansenn/vunix",
|
|
8119
|
+
"name": "vunix",
|
|
8120
|
+
"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.",
|
|
8121
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
5973
8122
|
"npm": "@vunix/nuxt",
|
|
5974
8123
|
"icon": "",
|
|
5975
8124
|
"github": "https://github.com/gaetansenn/vunix",
|
|
@@ -5992,11 +8141,11 @@
|
|
|
5992
8141
|
{
|
|
5993
8142
|
"name": "web-vitals",
|
|
5994
8143
|
"description": "Web Vitals for Nuxt",
|
|
5995
|
-
"repo": "nuxt-
|
|
8144
|
+
"repo": "nuxt-modules/web-vitals",
|
|
5996
8145
|
"npm": "@nuxtjs/web-vitals",
|
|
5997
8146
|
"icon": "web-vitals.png",
|
|
5998
|
-
"github": "https://github.com/nuxt-
|
|
5999
|
-
"website": "https://github.com/nuxt-
|
|
8147
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
8148
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6000
8149
|
"learn_more": "",
|
|
6001
8150
|
"category": "Performance",
|
|
6002
8151
|
"type": "community",
|
|
@@ -6047,7 +8196,7 @@
|
|
|
6047
8196
|
},
|
|
6048
8197
|
{
|
|
6049
8198
|
"name": "webpack-optimisations",
|
|
6050
|
-
"description": "Nuxt
|
|
8199
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6051
8200
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6052
8201
|
"npm": "nuxt-webpack-optimisations",
|
|
6053
8202
|
"icon": "build-optimisations.svg",
|
|
@@ -6122,7 +8271,7 @@
|
|
|
6122
8271
|
"icon": "webpack.png",
|
|
6123
8272
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6124
8273
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6125
|
-
"learn_more": "
|
|
8274
|
+
"learn_more": "",
|
|
6126
8275
|
"category": "Devtools",
|
|
6127
8276
|
"type": "community",
|
|
6128
8277
|
"maintainers": [
|
|
@@ -6137,14 +8286,62 @@
|
|
|
6137
8286
|
"requires": {}
|
|
6138
8287
|
}
|
|
6139
8288
|
},
|
|
8289
|
+
{
|
|
8290
|
+
"name": "well-known",
|
|
8291
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
8292
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
8293
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
8294
|
+
"icon": "well-known.svg",
|
|
8295
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
8296
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
8297
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
8298
|
+
"category": "SEO",
|
|
8299
|
+
"type": "3rd-party",
|
|
8300
|
+
"maintainers": [
|
|
8301
|
+
{
|
|
8302
|
+
"name": "Zadig&Voltaire Team",
|
|
8303
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
8304
|
+
}
|
|
8305
|
+
],
|
|
8306
|
+
"compatibility": {
|
|
8307
|
+
"nuxt": "^3.0.0",
|
|
8308
|
+
"requires": {}
|
|
8309
|
+
}
|
|
8310
|
+
},
|
|
8311
|
+
{
|
|
8312
|
+
"name": "wideangle",
|
|
8313
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
8314
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
8315
|
+
"npm": "wideangle-nuxt",
|
|
8316
|
+
"icon": "wideangle.png",
|
|
8317
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
8318
|
+
"website": "https://wideangle.co",
|
|
8319
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
8320
|
+
"category": "Analytics",
|
|
8321
|
+
"type": "3rd-party",
|
|
8322
|
+
"maintainers": [
|
|
8323
|
+
{
|
|
8324
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
8325
|
+
"github": "inputobjects"
|
|
8326
|
+
},
|
|
8327
|
+
{
|
|
8328
|
+
"name": "Jarek Rozanski",
|
|
8329
|
+
"github": "jrozanski"
|
|
8330
|
+
}
|
|
8331
|
+
],
|
|
8332
|
+
"compatibility": {
|
|
8333
|
+
"nuxt": "^3.0.0",
|
|
8334
|
+
"requires": {}
|
|
8335
|
+
}
|
|
8336
|
+
},
|
|
6140
8337
|
{
|
|
6141
8338
|
"name": "windicss",
|
|
6142
8339
|
"description": "Next generation utility-first CSS framework.",
|
|
6143
|
-
"repo": "windicss/nuxt-windicss
|
|
8340
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
6144
8341
|
"npm": "nuxt-windicss",
|
|
6145
8342
|
"icon": "windicss.svg",
|
|
6146
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
6147
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
8343
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
8344
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
6148
8345
|
"learn_more": "https://windicss.org/",
|
|
6149
8346
|
"category": "UI",
|
|
6150
8347
|
"type": "3rd-party",
|
|
@@ -6280,55 +8477,9 @@
|
|
|
6280
8477
|
"requires": {}
|
|
6281
8478
|
}
|
|
6282
8479
|
},
|
|
6283
|
-
{
|
|
6284
|
-
"name": "yandex-metrika-next",
|
|
6285
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6286
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6287
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6288
|
-
"icon": "yandex-metrika.svg",
|
|
6289
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6290
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6291
|
-
"learn_more": "",
|
|
6292
|
-
"category": "Analytics",
|
|
6293
|
-
"type": "3rd-party",
|
|
6294
|
-
"maintainers": [
|
|
6295
|
-
{
|
|
6296
|
-
"name": "Aleksandr Saburov",
|
|
6297
|
-
"github": "artmizu",
|
|
6298
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6299
|
-
}
|
|
6300
|
-
],
|
|
6301
|
-
"compatibility": {
|
|
6302
|
-
"nuxt": "^3.0.0",
|
|
6303
|
-
"requires": {}
|
|
6304
|
-
}
|
|
6305
|
-
},
|
|
6306
|
-
{
|
|
6307
|
-
"name": "yandex-metrika",
|
|
6308
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6309
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6310
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6311
|
-
"icon": "",
|
|
6312
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6313
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6314
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6315
|
-
"category": "Analytics",
|
|
6316
|
-
"type": "community",
|
|
6317
|
-
"maintainers": [
|
|
6318
|
-
{
|
|
6319
|
-
"name": "Pooya Parsa",
|
|
6320
|
-
"github": "pi0",
|
|
6321
|
-
"twitter": "_pi0_"
|
|
6322
|
-
}
|
|
6323
|
-
],
|
|
6324
|
-
"compatibility": {
|
|
6325
|
-
"nuxt": "^2.0.0",
|
|
6326
|
-
"requires": {}
|
|
6327
|
-
}
|
|
6328
|
-
},
|
|
6329
8480
|
{
|
|
6330
8481
|
"name": "zendesk",
|
|
6331
|
-
"description": "Nuxt
|
|
8482
|
+
"description": "Nuxt module for Zendesk",
|
|
6332
8483
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6333
8484
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6334
8485
|
"icon": "zendesk.png",
|