@nuxt/modules 0.6.0-b3a910 → 0.6.0-b89654
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/modules.json +2457 -426
- package/package.json +12 -10
package/modules.json
CHANGED
|
@@ -1,7 +1,29 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"name": "Nuxt zodI18n",
|
|
4
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
5
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
6
|
+
"npm": "nuxt-zod-i18n",
|
|
7
|
+
"icon": "",
|
|
8
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
9
|
+
"website": "https://github.com/xibman/nuxt-zod-i18n",
|
|
10
|
+
"learn_more": "",
|
|
11
|
+
"category": "Devtools",
|
|
12
|
+
"type": "3rd-party",
|
|
13
|
+
"maintainers": [
|
|
14
|
+
{
|
|
15
|
+
"name": "xibman",
|
|
16
|
+
"github": "xibman"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"compatibility": {
|
|
20
|
+
"nuxt": "^2.0.0",
|
|
21
|
+
"requires": {}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
2
24
|
{
|
|
3
25
|
"name": "ackee",
|
|
4
|
-
"description": "Nuxt
|
|
26
|
+
"description": "Nuxt module for Ackee analytics",
|
|
5
27
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
28
|
"npm": "nuxt-ackee",
|
|
7
29
|
"icon": "ackee.png",
|
|
@@ -28,7 +50,7 @@
|
|
|
28
50
|
},
|
|
29
51
|
{
|
|
30
52
|
"name": "agility-cms",
|
|
31
|
-
"description": "Agility CMS Integration for Nuxt
|
|
53
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
32
54
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
55
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
56
|
"icon": "agility.png",
|
|
@@ -51,7 +73,7 @@
|
|
|
51
73
|
},
|
|
52
74
|
{
|
|
53
75
|
"name": "algolia",
|
|
54
|
-
"description": "Algolia Search Module for Nuxt
|
|
76
|
+
"description": "Algolia Search Module for Nuxt",
|
|
55
77
|
"repo": "nuxt-modules/algolia",
|
|
56
78
|
"npm": "@nuxtjs/algolia",
|
|
57
79
|
"icon": "algolia.svg",
|
|
@@ -125,21 +147,20 @@
|
|
|
125
147
|
}
|
|
126
148
|
},
|
|
127
149
|
{
|
|
128
|
-
"name": "
|
|
129
|
-
"description": "
|
|
130
|
-
"repo": "
|
|
131
|
-
"npm": "@
|
|
132
|
-
"icon": "
|
|
133
|
-
"github": "https://github.com/
|
|
134
|
-
"website": "",
|
|
150
|
+
"name": "animejs",
|
|
151
|
+
"description": "Anime.js module for Nuxt",
|
|
152
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
153
|
+
"npm": "@hypernym/nuxt-anime",
|
|
154
|
+
"icon": "",
|
|
155
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
156
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
135
157
|
"learn_more": "",
|
|
136
|
-
"category": "
|
|
158
|
+
"category": "Libraries",
|
|
137
159
|
"type": "3rd-party",
|
|
138
160
|
"maintainers": [
|
|
139
161
|
{
|
|
140
|
-
"name": "
|
|
141
|
-
"github": "
|
|
142
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
162
|
+
"name": "ivodolenc",
|
|
163
|
+
"github": "ivodolenc"
|
|
143
164
|
}
|
|
144
165
|
],
|
|
145
166
|
"compatibility": {
|
|
@@ -148,35 +169,59 @@
|
|
|
148
169
|
}
|
|
149
170
|
},
|
|
150
171
|
{
|
|
151
|
-
"name": "
|
|
152
|
-
"description": "
|
|
153
|
-
"repo": "
|
|
154
|
-
"npm": "nuxt
|
|
155
|
-
"icon": "",
|
|
156
|
-
"github": "https://github.com/
|
|
157
|
-
"website": "https://
|
|
172
|
+
"name": "ant-design-vue",
|
|
173
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
174
|
+
"repo": "vueComponent/ant-design-vue-nuxt",
|
|
175
|
+
"npm": "@ant-design-vue/nuxt",
|
|
176
|
+
"icon": "ant-design-vue.svg",
|
|
177
|
+
"github": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
178
|
+
"website": "https://antdv.com",
|
|
179
|
+
"learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
180
|
+
"category": "UI",
|
|
181
|
+
"type": "3rd-party",
|
|
182
|
+
"maintainers": [
|
|
183
|
+
{
|
|
184
|
+
"name": "tangjinzhou",
|
|
185
|
+
"github": "tangjinzhou"
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"compatibility": {
|
|
189
|
+
"nuxt": "^3.0.0",
|
|
190
|
+
"requires": {
|
|
191
|
+
"bridge": "optional"
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"name": "aos",
|
|
197
|
+
"description": "A Nuxt module that adds Animate On Scroll",
|
|
198
|
+
"repo": "egidiusmengelberg/nuxt-aos",
|
|
199
|
+
"npm": "nuxt-aos",
|
|
200
|
+
"icon": "aos.png",
|
|
201
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
202
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
158
203
|
"learn_more": "",
|
|
159
|
-
"category": "
|
|
204
|
+
"category": "Devtools",
|
|
160
205
|
"type": "3rd-party",
|
|
161
206
|
"maintainers": [
|
|
162
207
|
{
|
|
163
|
-
"name": "
|
|
164
|
-
"github": "
|
|
208
|
+
"name": "egidiusmengelberg",
|
|
209
|
+
"github": "egidiusmengelberg"
|
|
165
210
|
}
|
|
166
211
|
],
|
|
167
212
|
"compatibility": {
|
|
168
|
-
"nuxt": "^
|
|
213
|
+
"nuxt": "^3.0.0",
|
|
169
214
|
"requires": {}
|
|
170
215
|
}
|
|
171
216
|
},
|
|
172
217
|
{
|
|
173
218
|
"name": "api-party",
|
|
174
|
-
"description": "Nuxt
|
|
219
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
175
220
|
"repo": "johannschopplich/nuxt-api-party",
|
|
176
221
|
"npm": "nuxt-api-party",
|
|
177
222
|
"icon": "api-party.svg",
|
|
178
223
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
179
|
-
"website": "https://
|
|
224
|
+
"website": "https://nuxt-api-party.jhnn.dev/",
|
|
180
225
|
"learn_more": "",
|
|
181
226
|
"category": "Request",
|
|
182
227
|
"type": "3rd-party",
|
|
@@ -219,7 +264,7 @@
|
|
|
219
264
|
},
|
|
220
265
|
{
|
|
221
266
|
"name": "apollo",
|
|
222
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
267
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
223
268
|
"repo": "nuxt-modules/apollo",
|
|
224
269
|
"npm": "@nuxtjs/apollo",
|
|
225
270
|
"icon": "apollo.png",
|
|
@@ -243,7 +288,7 @@
|
|
|
243
288
|
},
|
|
244
289
|
{
|
|
245
290
|
"name": "applicationinsights",
|
|
246
|
-
"description": "AppInsights module for Nuxt
|
|
291
|
+
"description": "AppInsights module for Nuxt",
|
|
247
292
|
"repo": "nuxt-community/applicationinsights-module",
|
|
248
293
|
"npm": "@nuxtjs/applicationinsights",
|
|
249
294
|
"icon": "application-insights.png",
|
|
@@ -272,7 +317,7 @@
|
|
|
272
317
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
273
318
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
274
319
|
"learn_more": "",
|
|
275
|
-
"category": "
|
|
320
|
+
"category": "Database",
|
|
276
321
|
"type": "3rd-party",
|
|
277
322
|
"maintainers": [
|
|
278
323
|
{
|
|
@@ -285,9 +330,76 @@
|
|
|
285
330
|
"requires": {}
|
|
286
331
|
}
|
|
287
332
|
},
|
|
333
|
+
{
|
|
334
|
+
"name": "arco-design-nuxt-module",
|
|
335
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
336
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
337
|
+
"npm": "arco-design-nuxt-module",
|
|
338
|
+
"icon": "arco-design.svg",
|
|
339
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
340
|
+
"website": "https://arco.design/vue",
|
|
341
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
342
|
+
"category": "UI",
|
|
343
|
+
"type": "3rd-party",
|
|
344
|
+
"maintainers": [
|
|
345
|
+
{
|
|
346
|
+
"name": "wiidede",
|
|
347
|
+
"github": "wiidede"
|
|
348
|
+
}
|
|
349
|
+
],
|
|
350
|
+
"compatibility": {
|
|
351
|
+
"nuxt": "^3.0.0",
|
|
352
|
+
"requires": {}
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "ark-ui",
|
|
357
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
358
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
359
|
+
"npm": "nuxt-ark-ui",
|
|
360
|
+
"icon": "ark-ui.svg",
|
|
361
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
362
|
+
"website": "https://ark-ui.com/",
|
|
363
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
364
|
+
"category": "UI",
|
|
365
|
+
"type": "3rd-party",
|
|
366
|
+
"maintainers": [
|
|
367
|
+
{
|
|
368
|
+
"name": "Din",
|
|
369
|
+
"github": "iamdin",
|
|
370
|
+
"twitter": "iamdinq"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"compatibility": {
|
|
374
|
+
"nuxt": "^3.0.0",
|
|
375
|
+
"requires": {}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"name": "auth-utils",
|
|
380
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
381
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
382
|
+
"npm": "nuxt-auth-utils",
|
|
383
|
+
"icon": "",
|
|
384
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
385
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
386
|
+
"learn_more": "",
|
|
387
|
+
"category": "Devtools",
|
|
388
|
+
"type": "3rd-party",
|
|
389
|
+
"maintainers": [
|
|
390
|
+
{
|
|
391
|
+
"name": "atinux",
|
|
392
|
+
"github": "atinux"
|
|
393
|
+
}
|
|
394
|
+
],
|
|
395
|
+
"compatibility": {
|
|
396
|
+
"nuxt": "^3.0.0",
|
|
397
|
+
"requires": {}
|
|
398
|
+
}
|
|
399
|
+
},
|
|
288
400
|
{
|
|
289
401
|
"name": "auth",
|
|
290
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
402
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
291
403
|
"repo": "nuxt-community/auth-module",
|
|
292
404
|
"npm": "@nuxtjs/auth",
|
|
293
405
|
"icon": "auth.png",
|
|
@@ -312,9 +424,55 @@
|
|
|
312
424
|
"requires": {}
|
|
313
425
|
}
|
|
314
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
|
+
},
|
|
315
473
|
{
|
|
316
474
|
"name": "axios",
|
|
317
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
475
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
318
476
|
"repo": "nuxt-community/axios-module",
|
|
319
477
|
"npm": "@nuxtjs/axios",
|
|
320
478
|
"icon": "axios.svg",
|
|
@@ -337,7 +495,7 @@
|
|
|
337
495
|
},
|
|
338
496
|
{
|
|
339
497
|
"name": "basic-auth",
|
|
340
|
-
"description": "Provide basic authentication to your Nuxt
|
|
498
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
341
499
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
342
500
|
"npm": "nuxt-basic-auth-module",
|
|
343
501
|
"icon": "",
|
|
@@ -461,7 +619,7 @@
|
|
|
461
619
|
},
|
|
462
620
|
{
|
|
463
621
|
"name": "bulma-slim",
|
|
464
|
-
"description": "Nuxt
|
|
622
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
465
623
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
466
624
|
"npm": "nuxt-bulma-slim",
|
|
467
625
|
"icon": "bulma.png",
|
|
@@ -528,7 +686,7 @@
|
|
|
528
686
|
},
|
|
529
687
|
{
|
|
530
688
|
"name": "canvas-sketch",
|
|
531
|
-
"description": "Nuxt
|
|
689
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
532
690
|
"repo": "LuXDAmore/generative-art",
|
|
533
691
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
534
692
|
"icon": "",
|
|
@@ -549,9 +707,31 @@
|
|
|
549
707
|
"requires": {}
|
|
550
708
|
}
|
|
551
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
|
+
},
|
|
552
732
|
{
|
|
553
733
|
"name": "chakra-ui",
|
|
554
|
-
"description": "Chakra UI Module for Nuxt
|
|
734
|
+
"description": "Chakra UI Module for Nuxt",
|
|
555
735
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
556
736
|
"npm": "@chakra-ui/nuxt",
|
|
557
737
|
"icon": "chakra-ui.png",
|
|
@@ -574,11 +754,11 @@
|
|
|
574
754
|
{
|
|
575
755
|
"name": "chatwoot",
|
|
576
756
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
577
|
-
"repo": "
|
|
578
|
-
"npm": "@
|
|
757
|
+
"repo": "productdevbookcom/chatwoot",
|
|
758
|
+
"npm": "@productdevbook/chatwoot",
|
|
579
759
|
"icon": "chatwoot.png",
|
|
580
|
-
"github": "https://github.com/
|
|
581
|
-
"website": "https://github.com/
|
|
760
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
761
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
582
762
|
"learn_more": "https://www.chatwoot.com",
|
|
583
763
|
"category": "Libraries",
|
|
584
764
|
"type": "3rd-party",
|
|
@@ -615,6 +795,29 @@
|
|
|
615
795
|
"requires": {}
|
|
616
796
|
}
|
|
617
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
|
+
},
|
|
618
821
|
{
|
|
619
822
|
"name": "client-init",
|
|
620
823
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -639,7 +842,7 @@
|
|
|
639
842
|
},
|
|
640
843
|
{
|
|
641
844
|
"name": "cloudcms",
|
|
642
|
-
"description": "CloudCMS Nuxt
|
|
845
|
+
"description": "CloudCMS Nuxt Module",
|
|
643
846
|
"repo": "gitana/cloudcms-nuxt",
|
|
644
847
|
"npm": "cloudcms-nuxt",
|
|
645
848
|
"icon": "",
|
|
@@ -688,11 +891,11 @@
|
|
|
688
891
|
},
|
|
689
892
|
{
|
|
690
893
|
"name": "cloudinary",
|
|
691
|
-
"description": "Optimize images and videos in your Nuxt
|
|
692
|
-
"repo": "nuxt-
|
|
894
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
895
|
+
"repo": "nuxt-modules/cloudinary",
|
|
693
896
|
"npm": "@nuxtjs/cloudinary",
|
|
694
897
|
"icon": "cloudinary.png",
|
|
695
|
-
"github": "https://github.com/nuxt-
|
|
898
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
696
899
|
"website": "https://cloudinary.nuxtjs.org",
|
|
697
900
|
"learn_more": "https://cloudinary.com",
|
|
698
901
|
"category": "Images",
|
|
@@ -711,11 +914,11 @@
|
|
|
711
914
|
},
|
|
712
915
|
{
|
|
713
916
|
"name": "color-mode",
|
|
714
|
-
"description": "Dark and Light mode for
|
|
715
|
-
"repo": "nuxt-
|
|
917
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
918
|
+
"repo": "nuxt-modules/color-mode",
|
|
716
919
|
"npm": "@nuxtjs/color-mode",
|
|
717
920
|
"icon": "color-mode.png",
|
|
718
|
-
"github": "https://github.com/nuxt-
|
|
921
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
719
922
|
"website": "https://color-mode.nuxtjs.org",
|
|
720
923
|
"learn_more": "",
|
|
721
924
|
"category": "UI",
|
|
@@ -780,12 +983,35 @@
|
|
|
780
983
|
"requires": {}
|
|
781
984
|
}
|
|
782
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
|
+
},
|
|
783
1009
|
{
|
|
784
1010
|
"name": "content",
|
|
785
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.",
|
|
786
1012
|
"repo": "nuxt/content#main",
|
|
787
1013
|
"npm": "@nuxt/content",
|
|
788
|
-
"icon": "nuxt.
|
|
1014
|
+
"icon": "nuxt.svg",
|
|
789
1015
|
"github": "https://github.com/nuxt/content",
|
|
790
1016
|
"website": "https://content.nuxtjs.org",
|
|
791
1017
|
"learn_more": "",
|
|
@@ -909,7 +1135,7 @@
|
|
|
909
1135
|
},
|
|
910
1136
|
{
|
|
911
1137
|
"name": "darkmode.js",
|
|
912
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1138
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
913
1139
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
914
1140
|
"npm": "nuxtjs-darkmode-js-module",
|
|
915
1141
|
"icon": "darkmode.png",
|
|
@@ -931,7 +1157,7 @@
|
|
|
931
1157
|
},
|
|
932
1158
|
{
|
|
933
1159
|
"name": "date-fns",
|
|
934
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1160
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
935
1161
|
"repo": "nuxt-community/date-fns-module",
|
|
936
1162
|
"npm": "@nuxtjs/date-fns",
|
|
937
1163
|
"icon": "date-fns.png",
|
|
@@ -952,11 +1178,11 @@
|
|
|
952
1178
|
}
|
|
953
1179
|
},
|
|
954
1180
|
{
|
|
955
|
-
"name": "datocms",
|
|
956
|
-
"description": "DatoCMS integration for Nuxt
|
|
1181
|
+
"name": "datocms-nuxt2",
|
|
1182
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
957
1183
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
958
1184
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
959
|
-
"icon": "datocms.
|
|
1185
|
+
"icon": "datocms.svg",
|
|
960
1186
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
961
1187
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
962
1188
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -973,33 +1199,57 @@
|
|
|
973
1199
|
"requires": {}
|
|
974
1200
|
}
|
|
975
1201
|
},
|
|
1202
|
+
{
|
|
1203
|
+
"name": "datocms",
|
|
1204
|
+
"description": "DatoCMS module for Nuxt",
|
|
1205
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
1206
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
1207
|
+
"icon": "datocms.svg",
|
|
1208
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
1209
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
1210
|
+
"learn_more": "https://www.datocms.com/",
|
|
1211
|
+
"category": "CMS",
|
|
1212
|
+
"type": "3rd-party",
|
|
1213
|
+
"maintainers": [
|
|
1214
|
+
{
|
|
1215
|
+
"name": "Jamie Warburton",
|
|
1216
|
+
"github": "jamiewarb",
|
|
1217
|
+
"twitter": "jamiewarb",
|
|
1218
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
1219
|
+
}
|
|
1220
|
+
],
|
|
1221
|
+
"compatibility": {
|
|
1222
|
+
"nuxt": "^3.0.0",
|
|
1223
|
+
"requires": {}
|
|
1224
|
+
}
|
|
1225
|
+
},
|
|
976
1226
|
{
|
|
977
1227
|
"name": "dayjs",
|
|
978
|
-
"description": "
|
|
979
|
-
"repo": "
|
|
980
|
-
"npm": "
|
|
1228
|
+
"description": "Day.js module for Nuxt",
|
|
1229
|
+
"repo": "fumeapp/dayjs",
|
|
1230
|
+
"npm": "dayjs-nuxt",
|
|
981
1231
|
"icon": "day-js.png",
|
|
982
|
-
"github": "https://github.com/
|
|
983
|
-
"website": "https://github.com/
|
|
1232
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1233
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
984
1234
|
"learn_more": "https://day.js.org/",
|
|
985
|
-
"category": "
|
|
986
|
-
"type": "
|
|
1235
|
+
"category": "Libraries",
|
|
1236
|
+
"type": "3rd-party",
|
|
987
1237
|
"maintainers": [
|
|
988
1238
|
{
|
|
989
|
-
"name": "
|
|
990
|
-
"github": "
|
|
991
|
-
"twitter": "
|
|
1239
|
+
"name": "Kevin Olson",
|
|
1240
|
+
"github": "acidjazz",
|
|
1241
|
+
"twitter": "AppFume"
|
|
992
1242
|
}
|
|
993
1243
|
],
|
|
994
1244
|
"compatibility": {
|
|
995
|
-
"nuxt": "^
|
|
1245
|
+
"nuxt": "^3.0.0",
|
|
996
1246
|
"requires": {}
|
|
997
1247
|
}
|
|
998
1248
|
},
|
|
999
1249
|
{
|
|
1000
1250
|
"name": "delay-hydration",
|
|
1001
|
-
"description": "Improve your Nuxt
|
|
1002
|
-
"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",
|
|
1003
1253
|
"npm": "nuxt-delay-hydration",
|
|
1004
1254
|
"icon": "lighthouse.svg",
|
|
1005
1255
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1021,12 +1271,12 @@
|
|
|
1021
1271
|
},
|
|
1022
1272
|
{
|
|
1023
1273
|
"name": "device",
|
|
1024
|
-
"description": "Device detection module for Nuxt
|
|
1025
|
-
"repo": "nuxt-
|
|
1274
|
+
"description": "Device detection module for Nuxt",
|
|
1275
|
+
"repo": "nuxt-modules/device",
|
|
1026
1276
|
"npm": "@nuxtjs/device",
|
|
1027
1277
|
"icon": "",
|
|
1028
|
-
"github": "https://github.com/nuxt-
|
|
1029
|
-
"website": "https://github.com/nuxt-
|
|
1278
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1279
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1030
1280
|
"learn_more": "",
|
|
1031
1281
|
"category": "Extensions",
|
|
1032
1282
|
"type": "community",
|
|
@@ -1041,15 +1291,38 @@
|
|
|
1041
1291
|
"requires": {}
|
|
1042
1292
|
}
|
|
1043
1293
|
},
|
|
1294
|
+
{
|
|
1295
|
+
"name": "devtools",
|
|
1296
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1297
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1298
|
+
"npm": "@nuxt/devtools",
|
|
1299
|
+
"icon": "nuxt.svg",
|
|
1300
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1301
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1302
|
+
"learn_more": "",
|
|
1303
|
+
"category": "Devtools",
|
|
1304
|
+
"type": "official",
|
|
1305
|
+
"maintainers": [
|
|
1306
|
+
{
|
|
1307
|
+
"name": "Anthony Fu",
|
|
1308
|
+
"github": "antfu",
|
|
1309
|
+
"twitter": "antfu7"
|
|
1310
|
+
}
|
|
1311
|
+
],
|
|
1312
|
+
"compatibility": {
|
|
1313
|
+
"nuxt": "^3.0.0",
|
|
1314
|
+
"requires": {}
|
|
1315
|
+
}
|
|
1316
|
+
},
|
|
1044
1317
|
{
|
|
1045
1318
|
"name": "directus",
|
|
1046
|
-
"description": "Easily connect your
|
|
1319
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1047
1320
|
"repo": "intevel/nuxt-directus",
|
|
1048
1321
|
"npm": "nuxt-directus",
|
|
1049
1322
|
"icon": "directus.svg",
|
|
1050
|
-
"github": "https://github.com/
|
|
1051
|
-
"website": "https://nuxt-directus.
|
|
1052
|
-
"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/",
|
|
1053
1326
|
"category": "CMS",
|
|
1054
1327
|
"type": "3rd-party",
|
|
1055
1328
|
"maintainers": [
|
|
@@ -1060,15 +1333,58 @@
|
|
|
1060
1333
|
}
|
|
1061
1334
|
],
|
|
1062
1335
|
"compatibility": {
|
|
1063
|
-
"nuxt": "^
|
|
1064
|
-
"requires": {
|
|
1065
|
-
|
|
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"
|
|
1066
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"
|
|
1378
|
+
}
|
|
1379
|
+
],
|
|
1380
|
+
"compatibility": {
|
|
1381
|
+
"nuxt": "^3.0.0",
|
|
1382
|
+
"requires": {}
|
|
1067
1383
|
}
|
|
1068
1384
|
},
|
|
1069
1385
|
{
|
|
1070
1386
|
"name": "dotenv",
|
|
1071
|
-
"description": "A Nuxt
|
|
1387
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1072
1388
|
"repo": "nuxt-community/dotenv-module",
|
|
1073
1389
|
"npm": "@nuxtjs/dotenv",
|
|
1074
1390
|
"icon": "dotenv.png",
|
|
@@ -1090,13 +1406,13 @@
|
|
|
1090
1406
|
},
|
|
1091
1407
|
{
|
|
1092
1408
|
"name": "drupal-ce",
|
|
1093
|
-
"description": "Connects Nuxt
|
|
1409
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1094
1410
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1095
1411
|
"npm": "nuxtjs-drupal-ce",
|
|
1096
1412
|
"icon": "drupal-ce.png",
|
|
1097
1413
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1098
|
-
"website": "https://
|
|
1099
|
-
"learn_more": "https://
|
|
1414
|
+
"website": "https://lupus-decoupled.org",
|
|
1415
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1100
1416
|
"category": "CMS",
|
|
1101
1417
|
"type": "3rd-party",
|
|
1102
1418
|
"maintainers": [
|
|
@@ -1111,19 +1427,19 @@
|
|
|
1111
1427
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1112
1428
|
},
|
|
1113
1429
|
{
|
|
1114
|
-
"name": "
|
|
1115
|
-
"github": "
|
|
1116
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1430
|
+
"name": "Matic",
|
|
1431
|
+
"github": "TurtlBbx",
|
|
1432
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1117
1433
|
}
|
|
1118
1434
|
],
|
|
1119
1435
|
"compatibility": {
|
|
1120
|
-
"nuxt": "^2.0.0",
|
|
1436
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1121
1437
|
"requires": {}
|
|
1122
1438
|
}
|
|
1123
1439
|
},
|
|
1124
1440
|
{
|
|
1125
1441
|
"name": "druxt",
|
|
1126
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1442
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1127
1443
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1128
1444
|
"npm": "druxt",
|
|
1129
1445
|
"icon": "druxt.svg",
|
|
@@ -1143,6 +1459,51 @@
|
|
|
1143
1459
|
"requires": {}
|
|
1144
1460
|
}
|
|
1145
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
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"name": "electron",
|
|
1487
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1488
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1489
|
+
"npm": "nuxt-electron",
|
|
1490
|
+
"icon": "electron.svg",
|
|
1491
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1492
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1493
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1494
|
+
"category": "Extensions",
|
|
1495
|
+
"type": "3rd-party",
|
|
1496
|
+
"maintainers": [
|
|
1497
|
+
{
|
|
1498
|
+
"name": "草鞋没号",
|
|
1499
|
+
"github": "caoxiemeihao"
|
|
1500
|
+
}
|
|
1501
|
+
],
|
|
1502
|
+
"compatibility": {
|
|
1503
|
+
"nuxt": "^3.0.0",
|
|
1504
|
+
"requires": {}
|
|
1505
|
+
}
|
|
1506
|
+
},
|
|
1146
1507
|
{
|
|
1147
1508
|
"name": "element-plus",
|
|
1148
1509
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1169,7 +1530,7 @@
|
|
|
1169
1530
|
},
|
|
1170
1531
|
{
|
|
1171
1532
|
"name": "emotion",
|
|
1172
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1533
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1173
1534
|
"repo": "nuxt-modules/emotion",
|
|
1174
1535
|
"npm": "@nuxtjs/emotion",
|
|
1175
1536
|
"icon": "emotion.png",
|
|
@@ -1197,7 +1558,7 @@
|
|
|
1197
1558
|
},
|
|
1198
1559
|
{
|
|
1199
1560
|
"name": "eslint",
|
|
1200
|
-
"description": "ESLint module for Nuxt
|
|
1561
|
+
"description": "ESLint module for Nuxt",
|
|
1201
1562
|
"repo": "nuxt-community/eslint-module",
|
|
1202
1563
|
"npm": "@nuxtjs/eslint-module",
|
|
1203
1564
|
"icon": "eslint.png",
|
|
@@ -1213,13 +1574,13 @@
|
|
|
1213
1574
|
}
|
|
1214
1575
|
],
|
|
1215
1576
|
"compatibility": {
|
|
1216
|
-
"nuxt": "^2.0.0",
|
|
1577
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1217
1578
|
"requires": {}
|
|
1218
1579
|
}
|
|
1219
1580
|
},
|
|
1220
1581
|
{
|
|
1221
1582
|
"name": "event-trace",
|
|
1222
|
-
"description": "Module for event trace in Nuxt
|
|
1583
|
+
"description": "Module for event trace in Nuxt",
|
|
1223
1584
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1224
1585
|
"npm": "nuxt-event-trace",
|
|
1225
1586
|
"icon": "",
|
|
@@ -1240,7 +1601,30 @@
|
|
|
1240
1601
|
}
|
|
1241
1602
|
},
|
|
1242
1603
|
{
|
|
1243
|
-
"name": "fathom",
|
|
1604
|
+
"name": "fathom-analytics",
|
|
1605
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1606
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1607
|
+
"npm": "nuxt-fathom",
|
|
1608
|
+
"icon": "fathom-analytics.svg",
|
|
1609
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1610
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1611
|
+
"learn_more": "",
|
|
1612
|
+
"category": "Analytics",
|
|
1613
|
+
"type": "3rd-party",
|
|
1614
|
+
"maintainers": [
|
|
1615
|
+
{
|
|
1616
|
+
"name": "Valgeir Björnsson",
|
|
1617
|
+
"github": "valgeirb",
|
|
1618
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1619
|
+
}
|
|
1620
|
+
],
|
|
1621
|
+
"compatibility": {
|
|
1622
|
+
"nuxt": "^3.0.0",
|
|
1623
|
+
"requires": {}
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"name": "fathom",
|
|
1244
1628
|
"description": "Fathom analytics for Nuxt",
|
|
1245
1629
|
"repo": "yabhq/nuxt-fathom",
|
|
1246
1630
|
"npm": "@yabhq/nuxt-fathom",
|
|
@@ -1263,7 +1647,7 @@
|
|
|
1263
1647
|
},
|
|
1264
1648
|
{
|
|
1265
1649
|
"name": "feature-toggle",
|
|
1266
|
-
"description": "Feature toggle module for Nuxt
|
|
1650
|
+
"description": "Feature toggle module for Nuxt",
|
|
1267
1651
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1268
1652
|
"npm": "nuxt-feature-toggle",
|
|
1269
1653
|
"icon": "",
|
|
@@ -1330,7 +1714,7 @@
|
|
|
1330
1714
|
},
|
|
1331
1715
|
{
|
|
1332
1716
|
"name": "floating-prompt-module",
|
|
1333
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1717
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1334
1718
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1335
1719
|
"npm": "nuxt-floating-prompt-module",
|
|
1336
1720
|
"icon": "",
|
|
@@ -1439,6 +1823,29 @@
|
|
|
1439
1823
|
"requires": {}
|
|
1440
1824
|
}
|
|
1441
1825
|
},
|
|
1826
|
+
{
|
|
1827
|
+
"name": "form-actions",
|
|
1828
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1829
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1830
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1831
|
+
"icon": "form-actions.svg",
|
|
1832
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1833
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1834
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1835
|
+
"category": "Request",
|
|
1836
|
+
"type": "3rd-party",
|
|
1837
|
+
"maintainers": [
|
|
1838
|
+
{
|
|
1839
|
+
"name": "Hebilicious",
|
|
1840
|
+
"github": "Hebilicious",
|
|
1841
|
+
"twitter": "its_hebilicious"
|
|
1842
|
+
}
|
|
1843
|
+
],
|
|
1844
|
+
"compatibility": {
|
|
1845
|
+
"nuxt": "^3.7.0",
|
|
1846
|
+
"requires": {}
|
|
1847
|
+
}
|
|
1848
|
+
},
|
|
1442
1849
|
{
|
|
1443
1850
|
"name": "formkit",
|
|
1444
1851
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1513,7 +1920,7 @@
|
|
|
1513
1920
|
},
|
|
1514
1921
|
{
|
|
1515
1922
|
"name": "google-adsense",
|
|
1516
|
-
"description": "Google Adsense Module for Nuxt
|
|
1923
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1517
1924
|
"repo": "nuxt-community/google-adsense-module",
|
|
1518
1925
|
"npm": "@nuxtjs/google-adsense",
|
|
1519
1926
|
"icon": "google-adsense.png",
|
|
@@ -1539,7 +1946,7 @@
|
|
|
1539
1946
|
},
|
|
1540
1947
|
{
|
|
1541
1948
|
"name": "google-analytics",
|
|
1542
|
-
"description": "Google analytics Module for Nuxt
|
|
1949
|
+
"description": "Google analytics Module for Nuxt",
|
|
1543
1950
|
"repo": "nuxt-community/analytics-module",
|
|
1544
1951
|
"npm": "@nuxtjs/google-analytics",
|
|
1545
1952
|
"icon": "google-analytics.png",
|
|
@@ -1571,12 +1978,12 @@
|
|
|
1571
1978
|
},
|
|
1572
1979
|
{
|
|
1573
1980
|
"name": "google-fonts",
|
|
1574
|
-
"description": "Google Fonts module for
|
|
1575
|
-
"repo": "nuxt-
|
|
1981
|
+
"description": "Google Fonts module for Nuxt",
|
|
1982
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1576
1983
|
"npm": "@nuxtjs/google-fonts",
|
|
1577
1984
|
"icon": "google-fonts.png",
|
|
1578
|
-
"github": "https://github.com/nuxt-
|
|
1579
|
-
"website": "https://
|
|
1985
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1986
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1580
1987
|
"learn_more": "https://developers.google.com/fonts",
|
|
1581
1988
|
"category": "Fonts",
|
|
1582
1989
|
"type": "community",
|
|
@@ -1595,7 +2002,7 @@
|
|
|
1595
2002
|
},
|
|
1596
2003
|
{
|
|
1597
2004
|
"name": "google-gtag",
|
|
1598
|
-
"description": "Google GTag for Nuxt
|
|
2005
|
+
"description": "Google GTag for Nuxt",
|
|
1599
2006
|
"repo": "nuxt-community/google-gtag",
|
|
1600
2007
|
"npm": "@nuxtjs/google-gtag",
|
|
1601
2008
|
"icon": "gtm.png",
|
|
@@ -1621,7 +2028,7 @@
|
|
|
1621
2028
|
},
|
|
1622
2029
|
{
|
|
1623
2030
|
"name": "google-optimize",
|
|
1624
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2031
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1625
2032
|
"repo": "nuxt-community/google-optimize-module",
|
|
1626
2033
|
"npm": "nuxt-google-optimize",
|
|
1627
2034
|
"icon": "google-optimize.png",
|
|
@@ -1676,7 +2083,7 @@
|
|
|
1676
2083
|
},
|
|
1677
2084
|
{
|
|
1678
2085
|
"name": "graphql-request",
|
|
1679
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2086
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1680
2087
|
"repo": "gomah/nuxt-graphql-request",
|
|
1681
2088
|
"npm": "nuxt-graphql-request",
|
|
1682
2089
|
"icon": "graphql-request.png",
|
|
@@ -1692,7 +2099,7 @@
|
|
|
1692
2099
|
}
|
|
1693
2100
|
],
|
|
1694
2101
|
"compatibility": {
|
|
1695
|
-
"nuxt": "^2.0.0",
|
|
2102
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1696
2103
|
"requires": {}
|
|
1697
2104
|
}
|
|
1698
2105
|
},
|
|
@@ -1713,6 +2120,31 @@
|
|
|
1713
2120
|
"github": "tobiasdiez"
|
|
1714
2121
|
}
|
|
1715
2122
|
],
|
|
2123
|
+
"compatibility": {
|
|
2124
|
+
"nuxt": "^3.0.0",
|
|
2125
|
+
"requires": {},
|
|
2126
|
+
"devtools": "^0.0.0"
|
|
2127
|
+
}
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
"name": "gtag",
|
|
2131
|
+
"description": "Google Analytics integration for Nuxt",
|
|
2132
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
2133
|
+
"npm": "nuxt-gtag",
|
|
2134
|
+
"icon": "gtag.svg",
|
|
2135
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
2136
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
2137
|
+
"learn_more": "",
|
|
2138
|
+
"category": "Analytics",
|
|
2139
|
+
"type": "3rd-party",
|
|
2140
|
+
"maintainers": [
|
|
2141
|
+
{
|
|
2142
|
+
"name": "Johann Schopplich",
|
|
2143
|
+
"github": "johannschopplich",
|
|
2144
|
+
"twitter": "jschopplich",
|
|
2145
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
2146
|
+
}
|
|
2147
|
+
],
|
|
1716
2148
|
"compatibility": {
|
|
1717
2149
|
"nuxt": "^3.0.0",
|
|
1718
2150
|
"requires": {}
|
|
@@ -1720,7 +2152,7 @@
|
|
|
1720
2152
|
},
|
|
1721
2153
|
{
|
|
1722
2154
|
"name": "gtm",
|
|
1723
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2155
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1724
2156
|
"repo": "nuxt-community/gtm-module",
|
|
1725
2157
|
"npm": "@nuxtjs/gtm",
|
|
1726
2158
|
"icon": "gtm.png",
|
|
@@ -1743,7 +2175,7 @@
|
|
|
1743
2175
|
},
|
|
1744
2176
|
{
|
|
1745
2177
|
"name": "guess",
|
|
1746
|
-
"description": "Guess.js module for Nuxt
|
|
2178
|
+
"description": "Guess.js module for Nuxt",
|
|
1747
2179
|
"repo": "nuxt-community/guess-module",
|
|
1748
2180
|
"npm": "@nuxtjs/guess-module",
|
|
1749
2181
|
"icon": "guessjs.png",
|
|
@@ -1763,6 +2195,28 @@
|
|
|
1763
2195
|
"requires": {}
|
|
1764
2196
|
}
|
|
1765
2197
|
},
|
|
2198
|
+
{
|
|
2199
|
+
"name": "hanko",
|
|
2200
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2201
|
+
"repo": "nuxt-modules/hanko",
|
|
2202
|
+
"npm": "@nuxtjs/hanko",
|
|
2203
|
+
"icon": "hanko.svg",
|
|
2204
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2205
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2206
|
+
"learn_more": "https://hanko.io/",
|
|
2207
|
+
"category": "Security",
|
|
2208
|
+
"type": "community",
|
|
2209
|
+
"maintainers": [
|
|
2210
|
+
{
|
|
2211
|
+
"name": "danielroe",
|
|
2212
|
+
"github": "danielroe"
|
|
2213
|
+
}
|
|
2214
|
+
],
|
|
2215
|
+
"compatibility": {
|
|
2216
|
+
"nuxt": "^3.0.0",
|
|
2217
|
+
"requires": {}
|
|
2218
|
+
}
|
|
2219
|
+
},
|
|
1766
2220
|
{
|
|
1767
2221
|
"name": "harlem",
|
|
1768
2222
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1833,7 +2287,7 @@
|
|
|
1833
2287
|
},
|
|
1834
2288
|
{
|
|
1835
2289
|
"name": "helmet",
|
|
1836
|
-
"description": "Easy Helmet module with Nuxt
|
|
2290
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
1837
2291
|
"repo": "victor-perez/nuxt-helmet",
|
|
1838
2292
|
"npm": "nuxt-helmet",
|
|
1839
2293
|
"icon": "",
|
|
@@ -1877,7 +2331,7 @@
|
|
|
1877
2331
|
},
|
|
1878
2332
|
{
|
|
1879
2333
|
"name": "history-state",
|
|
1880
|
-
"description": "Nuxt
|
|
2334
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
1881
2335
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1882
2336
|
"npm": "nuxt-history-state",
|
|
1883
2337
|
"icon": "",
|
|
@@ -1946,7 +2400,7 @@
|
|
|
1946
2400
|
},
|
|
1947
2401
|
{
|
|
1948
2402
|
"name": "http",
|
|
1949
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2403
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
1950
2404
|
"repo": "nuxt/http",
|
|
1951
2405
|
"npm": "@nuxt/http",
|
|
1952
2406
|
"icon": "http.png",
|
|
@@ -1974,7 +2428,7 @@
|
|
|
1974
2428
|
},
|
|
1975
2429
|
{
|
|
1976
2430
|
"name": "humans-txt",
|
|
1977
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2431
|
+
"description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
1978
2432
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
1979
2433
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
1980
2434
|
"icon": "",
|
|
@@ -1998,11 +2452,11 @@
|
|
|
1998
2452
|
{
|
|
1999
2453
|
"name": "i18n",
|
|
2000
2454
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2001
|
-
"repo": "nuxt-
|
|
2455
|
+
"repo": "nuxt-modules/i18n",
|
|
2002
2456
|
"npm": "@nuxtjs/i18n",
|
|
2003
2457
|
"icon": "i18n.png",
|
|
2004
|
-
"github": "https://github.com/nuxt-
|
|
2005
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2458
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2459
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2006
2460
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2007
2461
|
"category": "Extensions",
|
|
2008
2462
|
"type": "community",
|
|
@@ -2021,6 +2475,51 @@
|
|
|
2021
2475
|
"requires": {}
|
|
2022
2476
|
}
|
|
2023
2477
|
},
|
|
2478
|
+
{
|
|
2479
|
+
"name": "icon-font",
|
|
2480
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2481
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2482
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2483
|
+
"icon": "",
|
|
2484
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2485
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2486
|
+
"learn_more": "",
|
|
2487
|
+
"category": "UI",
|
|
2488
|
+
"type": "3rd-party",
|
|
2489
|
+
"maintainers": [
|
|
2490
|
+
{
|
|
2491
|
+
"name": "coremyslo",
|
|
2492
|
+
"github": "coremyslo"
|
|
2493
|
+
}
|
|
2494
|
+
],
|
|
2495
|
+
"compatibility": {
|
|
2496
|
+
"nuxt": "^3.0.0",
|
|
2497
|
+
"requires": {}
|
|
2498
|
+
}
|
|
2499
|
+
},
|
|
2500
|
+
{
|
|
2501
|
+
"name": "icon-tw",
|
|
2502
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2503
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2504
|
+
"npm": "nuxt-icon-tw",
|
|
2505
|
+
"icon": "nuxt-icon.png",
|
|
2506
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2507
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2508
|
+
"learn_more": "",
|
|
2509
|
+
"category": "UI",
|
|
2510
|
+
"type": "3rd-party",
|
|
2511
|
+
"maintainers": [
|
|
2512
|
+
{
|
|
2513
|
+
"name": "JohnCampionJr",
|
|
2514
|
+
"github": "JohnCampionJr"
|
|
2515
|
+
}
|
|
2516
|
+
],
|
|
2517
|
+
"compatibility": {
|
|
2518
|
+
"nuxt": "^3.0.0",
|
|
2519
|
+
"requires": {},
|
|
2520
|
+
"devtools": "^0.0.0"
|
|
2521
|
+
}
|
|
2522
|
+
},
|
|
2024
2523
|
{
|
|
2025
2524
|
"name": "icon",
|
|
2026
2525
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2040,7 +2539,8 @@
|
|
|
2040
2539
|
],
|
|
2041
2540
|
"compatibility": {
|
|
2042
2541
|
"nuxt": "^3.0.0",
|
|
2043
|
-
"requires": {}
|
|
2542
|
+
"requires": {},
|
|
2543
|
+
"devtools": "^0.0.0"
|
|
2044
2544
|
}
|
|
2045
2545
|
},
|
|
2046
2546
|
{
|
|
@@ -2089,12 +2589,12 @@
|
|
|
2089
2589
|
},
|
|
2090
2590
|
{
|
|
2091
2591
|
"name": "image",
|
|
2092
|
-
"description": "Optimised images for
|
|
2592
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2093
2593
|
"repo": "nuxt/image",
|
|
2094
2594
|
"npm": "@nuxt/image",
|
|
2095
2595
|
"icon": "image.png",
|
|
2096
2596
|
"github": "https://github.com/nuxt/image",
|
|
2097
|
-
"website": "https://image.
|
|
2597
|
+
"website": "https://image.nuxt.com",
|
|
2098
2598
|
"learn_more": "",
|
|
2099
2599
|
"category": "Images",
|
|
2100
2600
|
"type": "official",
|
|
@@ -2104,6 +2604,11 @@
|
|
|
2104
2604
|
"github": "farnabaz",
|
|
2105
2605
|
"twitter": "a_birang"
|
|
2106
2606
|
},
|
|
2607
|
+
{
|
|
2608
|
+
"name": "Daniel Roe",
|
|
2609
|
+
"github": "danielroe",
|
|
2610
|
+
"twitter": "danielcroe"
|
|
2611
|
+
},
|
|
2107
2612
|
{
|
|
2108
2613
|
"name": "Pooya Parsa",
|
|
2109
2614
|
"github": "pi0",
|
|
@@ -2124,7 +2629,7 @@
|
|
|
2124
2629
|
},
|
|
2125
2630
|
{
|
|
2126
2631
|
"name": "imagemin",
|
|
2127
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2632
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2128
2633
|
"repo": "nuxt-community/imagemin-module",
|
|
2129
2634
|
"npm": "@nuxtjs/imagemin",
|
|
2130
2635
|
"icon": "imagemin.png",
|
|
@@ -2147,12 +2652,12 @@
|
|
|
2147
2652
|
{
|
|
2148
2653
|
"name": "inkline",
|
|
2149
2654
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2150
|
-
"repo": "inkline/
|
|
2151
|
-
"npm": "@inkline/
|
|
2655
|
+
"repo": "inkline/plugin",
|
|
2656
|
+
"npm": "@inkline/plugin",
|
|
2152
2657
|
"icon": "inkline.svg",
|
|
2153
|
-
"github": "https://github.com/inkline/
|
|
2658
|
+
"github": "https://github.com/inkline/plugin",
|
|
2154
2659
|
"website": "https://inkline.io",
|
|
2155
|
-
"learn_more": "https://inkline.io/docs/
|
|
2660
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2156
2661
|
"category": "UI",
|
|
2157
2662
|
"type": "3rd-party",
|
|
2158
2663
|
"maintainers": [
|
|
@@ -2171,7 +2676,7 @@
|
|
|
2171
2676
|
},
|
|
2172
2677
|
{
|
|
2173
2678
|
"name": "intercom",
|
|
2174
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2679
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2175
2680
|
"repo": "hex-digital/nuxt-intercom",
|
|
2176
2681
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2177
2682
|
"icon": "intercom.png",
|
|
@@ -2216,7 +2721,7 @@
|
|
|
2216
2721
|
},
|
|
2217
2722
|
{
|
|
2218
2723
|
"name": "jsonapi",
|
|
2219
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2724
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2220
2725
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2221
2726
|
"npm": "nuxt-jsonapi",
|
|
2222
2727
|
"icon": "jsonapi.svg",
|
|
@@ -2258,9 +2763,36 @@
|
|
|
2258
2763
|
"requires": {}
|
|
2259
2764
|
}
|
|
2260
2765
|
},
|
|
2766
|
+
{
|
|
2767
|
+
"name": "kinde",
|
|
2768
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2769
|
+
"repo": "nuxt-modules/kinde",
|
|
2770
|
+
"npm": "@nuxtjs/kinde",
|
|
2771
|
+
"icon": "kinde.svg",
|
|
2772
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2773
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2774
|
+
"learn_more": "https://kinde.com/",
|
|
2775
|
+
"category": "Security",
|
|
2776
|
+
"type": "community",
|
|
2777
|
+
"maintainers": [
|
|
2778
|
+
{
|
|
2779
|
+
"name": "danielroe",
|
|
2780
|
+
"github": "danielroe"
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"name": "daveordead",
|
|
2784
|
+
"github": "DaveOrDead",
|
|
2785
|
+
"twitter": "dave_or_dead"
|
|
2786
|
+
}
|
|
2787
|
+
],
|
|
2788
|
+
"compatibility": {
|
|
2789
|
+
"nuxt": "^3.0.0",
|
|
2790
|
+
"requires": {}
|
|
2791
|
+
}
|
|
2792
|
+
},
|
|
2261
2793
|
{
|
|
2262
2794
|
"name": "kql",
|
|
2263
|
-
"description": "Nuxt
|
|
2795
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2264
2796
|
"repo": "johannschopplich/nuxt-kql",
|
|
2265
2797
|
"npm": "nuxt-kql",
|
|
2266
2798
|
"icon": "kql.svg",
|
|
@@ -2284,7 +2816,7 @@
|
|
|
2284
2816
|
},
|
|
2285
2817
|
{
|
|
2286
2818
|
"name": "laravel-echo",
|
|
2287
|
-
"description": "Laravel Echo for Nuxt
|
|
2819
|
+
"description": "Laravel Echo for Nuxt",
|
|
2288
2820
|
"repo": "nuxt-community/laravel-echo",
|
|
2289
2821
|
"npm": "@nuxtjs/laravel-echo",
|
|
2290
2822
|
"icon": "laravel-echo.png",
|
|
@@ -2326,6 +2858,28 @@
|
|
|
2326
2858
|
"requires": {}
|
|
2327
2859
|
}
|
|
2328
2860
|
},
|
|
2861
|
+
{
|
|
2862
|
+
"name": "laravel-precognition",
|
|
2863
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2864
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2865
|
+
"npm": "nuxt-laravel-precognition",
|
|
2866
|
+
"icon": "laravel.svg",
|
|
2867
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2868
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2869
|
+
"learn_more": "",
|
|
2870
|
+
"category": "Security",
|
|
2871
|
+
"type": "3rd-party",
|
|
2872
|
+
"maintainers": [
|
|
2873
|
+
{
|
|
2874
|
+
"name": "sot1986",
|
|
2875
|
+
"github": "sot1986"
|
|
2876
|
+
}
|
|
2877
|
+
],
|
|
2878
|
+
"compatibility": {
|
|
2879
|
+
"nuxt": "^3.0.0",
|
|
2880
|
+
"requires": {}
|
|
2881
|
+
}
|
|
2882
|
+
},
|
|
2329
2883
|
{
|
|
2330
2884
|
"name": "laravel",
|
|
2331
2885
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2372,13 +2926,13 @@
|
|
|
2372
2926
|
},
|
|
2373
2927
|
{
|
|
2374
2928
|
"name": "link-checker",
|
|
2375
|
-
"description": "",
|
|
2929
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2376
2930
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2377
2931
|
"npm": "nuxt-link-checker",
|
|
2378
|
-
"icon": "",
|
|
2932
|
+
"icon": "link-checker.svg",
|
|
2379
2933
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2380
|
-
"website": "https://
|
|
2381
|
-
"learn_more": "",
|
|
2934
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2935
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2382
2936
|
"category": "SEO",
|
|
2383
2937
|
"type": "3rd-party",
|
|
2384
2938
|
"maintainers": [
|
|
@@ -2391,7 +2945,8 @@
|
|
|
2391
2945
|
],
|
|
2392
2946
|
"compatibility": {
|
|
2393
2947
|
"nuxt": "^3.0.0",
|
|
2394
|
-
"requires": {}
|
|
2948
|
+
"requires": {},
|
|
2949
|
+
"devtools": "^0.0.0"
|
|
2395
2950
|
}
|
|
2396
2951
|
},
|
|
2397
2952
|
{
|
|
@@ -2468,12 +3023,12 @@
|
|
|
2468
3023
|
},
|
|
2469
3024
|
{
|
|
2470
3025
|
"name": "logrocket",
|
|
2471
|
-
"description": "LogRocket module for Nuxt
|
|
2472
|
-
"repo": "nuxt-
|
|
3026
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3027
|
+
"repo": "nuxt-modules/logrocket",
|
|
2473
3028
|
"npm": "nuxt-logrocket",
|
|
2474
3029
|
"icon": "logrocket.png",
|
|
2475
|
-
"github": "https://github.com/nuxt-
|
|
2476
|
-
"website": "https://github.com/nuxt-
|
|
3030
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3031
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2477
3032
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2478
3033
|
"category": "Monitoring",
|
|
2479
3034
|
"type": "community",
|
|
@@ -2489,9 +3044,35 @@
|
|
|
2489
3044
|
"requires": {}
|
|
2490
3045
|
}
|
|
2491
3046
|
},
|
|
3047
|
+
{
|
|
3048
|
+
"name": "lucide-icons",
|
|
3049
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
3050
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
3051
|
+
"npm": "nuxt-lucide-icons",
|
|
3052
|
+
"icon": "lucide-icons.svg",
|
|
3053
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3054
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3055
|
+
"learn_more": "",
|
|
3056
|
+
"category": "UI",
|
|
3057
|
+
"type": "3rd-party",
|
|
3058
|
+
"maintainers": [
|
|
3059
|
+
{
|
|
3060
|
+
"name": "SWIS",
|
|
3061
|
+
"github": "swisnl"
|
|
3062
|
+
},
|
|
3063
|
+
{
|
|
3064
|
+
"name": "Jasper Zonneveld",
|
|
3065
|
+
"github": "JaZo"
|
|
3066
|
+
}
|
|
3067
|
+
],
|
|
3068
|
+
"compatibility": {
|
|
3069
|
+
"nuxt": "^3.0.0",
|
|
3070
|
+
"requires": {}
|
|
3071
|
+
}
|
|
3072
|
+
},
|
|
2492
3073
|
{
|
|
2493
3074
|
"name": "lunr",
|
|
2494
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3075
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2495
3076
|
"repo": "nuxt-community/lunr-module",
|
|
2496
3077
|
"npm": "@nuxtjs/lunr-module",
|
|
2497
3078
|
"icon": "",
|
|
@@ -2579,6 +3160,28 @@
|
|
|
2579
3160
|
"requires": {}
|
|
2580
3161
|
}
|
|
2581
3162
|
},
|
|
3163
|
+
{
|
|
3164
|
+
"name": "maz-ui",
|
|
3165
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3166
|
+
"repo": "louismazel/maz-ui",
|
|
3167
|
+
"npm": "maz-ui",
|
|
3168
|
+
"icon": "maz-ui.png",
|
|
3169
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3170
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3171
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3172
|
+
"category": "UI",
|
|
3173
|
+
"type": "community",
|
|
3174
|
+
"maintainers": [
|
|
3175
|
+
{
|
|
3176
|
+
"name": "Loïc Mazuel",
|
|
3177
|
+
"github": "LouisMazel"
|
|
3178
|
+
}
|
|
3179
|
+
],
|
|
3180
|
+
"compatibility": {
|
|
3181
|
+
"nuxt": "^3.0.0",
|
|
3182
|
+
"requires": {}
|
|
3183
|
+
}
|
|
3184
|
+
},
|
|
2582
3185
|
{
|
|
2583
3186
|
"name": "mdx",
|
|
2584
3187
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2602,9 +3205,34 @@
|
|
|
2602
3205
|
"requires": {}
|
|
2603
3206
|
}
|
|
2604
3207
|
},
|
|
3208
|
+
{
|
|
3209
|
+
"name": "medusa",
|
|
3210
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
3211
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
3212
|
+
"npm": "nuxt-medusa",
|
|
3213
|
+
"icon": "medusa.svg",
|
|
3214
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
3215
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
3216
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
3217
|
+
"category": "Ecommerce",
|
|
3218
|
+
"type": "3rd-party",
|
|
3219
|
+
"maintainers": [
|
|
3220
|
+
{
|
|
3221
|
+
"name": "Jakub Andrzejewski",
|
|
3222
|
+
"github": "Baroshem",
|
|
3223
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
3224
|
+
}
|
|
3225
|
+
],
|
|
3226
|
+
"compatibility": {
|
|
3227
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3228
|
+
"requires": {
|
|
3229
|
+
"bridge": true
|
|
3230
|
+
}
|
|
3231
|
+
}
|
|
3232
|
+
},
|
|
2605
3233
|
{
|
|
2606
3234
|
"name": "meilisearch",
|
|
2607
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3235
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2608
3236
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2609
3237
|
"npm": "nuxt-meilisearch",
|
|
2610
3238
|
"icon": "meilisearch.svg",
|
|
@@ -2624,7 +3252,8 @@
|
|
|
2624
3252
|
"nuxt": "^3.0.0",
|
|
2625
3253
|
"requires": {
|
|
2626
3254
|
"bridge": false
|
|
2627
|
-
}
|
|
3255
|
+
},
|
|
3256
|
+
"devtools": "^0.0.0"
|
|
2628
3257
|
}
|
|
2629
3258
|
},
|
|
2630
3259
|
{
|
|
@@ -2650,30 +3279,31 @@
|
|
|
2650
3279
|
}
|
|
2651
3280
|
},
|
|
2652
3281
|
{
|
|
2653
|
-
"name": "
|
|
2654
|
-
"description": "
|
|
2655
|
-
"repo": "
|
|
2656
|
-
"npm": "nuxt-
|
|
3282
|
+
"name": "module-feed",
|
|
3283
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
3284
|
+
"repo": "tresko/nuxt-module-feed",
|
|
3285
|
+
"npm": "nuxt-module-feed",
|
|
2657
3286
|
"icon": "",
|
|
2658
|
-
"github": "https://github.com/
|
|
2659
|
-
"website": "https://github.com/
|
|
2660
|
-
"learn_more": "
|
|
2661
|
-
"category": "
|
|
3287
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
3288
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
3289
|
+
"learn_more": "",
|
|
3290
|
+
"category": "SEO",
|
|
2662
3291
|
"type": "3rd-party",
|
|
2663
3292
|
"maintainers": [
|
|
2664
3293
|
{
|
|
2665
|
-
"name": "
|
|
2666
|
-
"github": "
|
|
3294
|
+
"name": "Miha Sedej",
|
|
3295
|
+
"github": "tresko",
|
|
3296
|
+
"twitter": "mihasedej"
|
|
2667
3297
|
}
|
|
2668
3298
|
],
|
|
2669
3299
|
"compatibility": {
|
|
2670
|
-
"nuxt": "^
|
|
3300
|
+
"nuxt": "^3.0.0",
|
|
2671
3301
|
"requires": {}
|
|
2672
3302
|
}
|
|
2673
3303
|
},
|
|
2674
3304
|
{
|
|
2675
3305
|
"name": "moment",
|
|
2676
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3306
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2677
3307
|
"repo": "nuxt-community/moment-module",
|
|
2678
3308
|
"npm": "@nuxtjs/moment",
|
|
2679
3309
|
"icon": "momentjs.png",
|
|
@@ -2700,7 +3330,7 @@
|
|
|
2700
3330
|
},
|
|
2701
3331
|
{
|
|
2702
3332
|
"name": "mq",
|
|
2703
|
-
"description": "vue-mq module for Nuxt.
|
|
3333
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2704
3334
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2705
3335
|
"npm": "nuxt-mq",
|
|
2706
3336
|
"icon": "",
|
|
@@ -2744,7 +3374,7 @@
|
|
|
2744
3374
|
},
|
|
2745
3375
|
{
|
|
2746
3376
|
"name": "netlify-cache",
|
|
2747
|
-
"description": "Nuxt
|
|
3377
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
2748
3378
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2749
3379
|
"npm": "nuxt-netlify-cache",
|
|
2750
3380
|
"icon": "netlify.png",
|
|
@@ -2789,7 +3419,7 @@
|
|
|
2789
3419
|
},
|
|
2790
3420
|
{
|
|
2791
3421
|
"name": "netlify",
|
|
2792
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3422
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
2793
3423
|
"repo": "bazzite/nuxt-netlify",
|
|
2794
3424
|
"npm": "@aceforth/nuxt-netlify",
|
|
2795
3425
|
"icon": "netlify.png",
|
|
@@ -2860,118 +3490,109 @@
|
|
|
2860
3490
|
}
|
|
2861
3491
|
},
|
|
2862
3492
|
{
|
|
2863
|
-
"name": "
|
|
2864
|
-
"description": "",
|
|
2865
|
-
"repo": "
|
|
2866
|
-
"npm": "
|
|
3493
|
+
"name": "nupolyon",
|
|
3494
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3495
|
+
"repo": "adenvt/nupolyon",
|
|
3496
|
+
"npm": "nupolyon",
|
|
2867
3497
|
"icon": "",
|
|
2868
|
-
"github": "https://github.com/
|
|
2869
|
-
"website": "https://github.com/
|
|
3498
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3499
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
2870
3500
|
"learn_more": "",
|
|
2871
|
-
"category": "
|
|
3501
|
+
"category": "Performance",
|
|
2872
3502
|
"type": "3rd-party",
|
|
2873
3503
|
"maintainers": [
|
|
2874
3504
|
{
|
|
2875
|
-
"name": "
|
|
2876
|
-
"github": "
|
|
3505
|
+
"name": "adenvt",
|
|
3506
|
+
"github": "adenvt"
|
|
2877
3507
|
}
|
|
2878
3508
|
],
|
|
2879
3509
|
"compatibility": {
|
|
2880
|
-
"nuxt": "^
|
|
3510
|
+
"nuxt": "^3.0.0",
|
|
2881
3511
|
"requires": {}
|
|
2882
3512
|
}
|
|
2883
3513
|
},
|
|
2884
3514
|
{
|
|
2885
|
-
"name": "nuxt-
|
|
2886
|
-
"description": "
|
|
2887
|
-
"repo": "
|
|
2888
|
-
"npm": "nuxt-
|
|
2889
|
-
"icon": "
|
|
2890
|
-
"github": "https://github.com/
|
|
2891
|
-
"website": "https://nuxt-
|
|
3515
|
+
"name": "nuxt-anchorscroll",
|
|
3516
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3517
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3518
|
+
"npm": "nuxt-anchorscroll",
|
|
3519
|
+
"icon": "",
|
|
3520
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3521
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
2892
3522
|
"learn_more": "",
|
|
2893
|
-
"category": "
|
|
3523
|
+
"category": "UI",
|
|
2894
3524
|
"type": "3rd-party",
|
|
2895
3525
|
"maintainers": [
|
|
2896
3526
|
{
|
|
2897
|
-
"name": "
|
|
2898
|
-
"github": "
|
|
2899
|
-
"twitter": "dulnan",
|
|
2900
|
-
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
2901
|
-
},
|
|
2902
|
-
{
|
|
2903
|
-
"name": "ayalon",
|
|
2904
|
-
"github": "ayalon",
|
|
2905
|
-
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
3527
|
+
"name": "Helltraitor",
|
|
3528
|
+
"github": "helltraitor"
|
|
2906
3529
|
}
|
|
2907
3530
|
],
|
|
2908
3531
|
"compatibility": {
|
|
2909
|
-
"nuxt": "^
|
|
3532
|
+
"nuxt": "^3.0.0",
|
|
2910
3533
|
"requires": {}
|
|
2911
3534
|
}
|
|
2912
3535
|
},
|
|
2913
3536
|
{
|
|
2914
|
-
"name": "nuxt-
|
|
2915
|
-
"description": "",
|
|
2916
|
-
"repo": "
|
|
2917
|
-
"npm": "
|
|
2918
|
-
"icon": "",
|
|
2919
|
-
"github": "https://github.com/
|
|
2920
|
-
"website": "https://github.com/
|
|
3537
|
+
"name": "nuxt-auth-sanctum",
|
|
3538
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3539
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3540
|
+
"npm": "nuxt-auth-sanctum",
|
|
3541
|
+
"icon": "laravel.svg",
|
|
3542
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3543
|
+
"website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
2921
3544
|
"learn_more": "",
|
|
2922
|
-
"category": "
|
|
3545
|
+
"category": "Security",
|
|
2923
3546
|
"type": "3rd-party",
|
|
2924
3547
|
"maintainers": [
|
|
2925
3548
|
{
|
|
2926
|
-
"name": "
|
|
2927
|
-
"github": "
|
|
3549
|
+
"name": "Artem Manchenkov",
|
|
3550
|
+
"github": "manchenkoff",
|
|
3551
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
2928
3552
|
}
|
|
2929
3553
|
],
|
|
2930
3554
|
"compatibility": {
|
|
2931
|
-
"nuxt": "^
|
|
3555
|
+
"nuxt": "^3.0.0",
|
|
2932
3556
|
"requires": {}
|
|
2933
3557
|
}
|
|
2934
3558
|
},
|
|
2935
3559
|
{
|
|
2936
|
-
"name": "nuxt-
|
|
2937
|
-
"description": "
|
|
2938
|
-
"repo": "
|
|
2939
|
-
"npm": "nuxt-
|
|
2940
|
-
"icon": "
|
|
2941
|
-
"github": "https://github.com/
|
|
2942
|
-
"website": "https://github.com/
|
|
3560
|
+
"name": "nuxt-basic-auth",
|
|
3561
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3562
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3563
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3564
|
+
"icon": "",
|
|
3565
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3566
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
2943
3567
|
"learn_more": "",
|
|
2944
|
-
"category": "
|
|
3568
|
+
"category": "Security",
|
|
2945
3569
|
"type": "3rd-party",
|
|
2946
3570
|
"maintainers": [
|
|
2947
3571
|
{
|
|
2948
|
-
"name": "
|
|
2949
|
-
"github": "
|
|
3572
|
+
"name": "kgierke",
|
|
3573
|
+
"github": "kgierke"
|
|
2950
3574
|
}
|
|
2951
3575
|
],
|
|
2952
3576
|
"compatibility": {
|
|
2953
|
-
"nuxt": "^
|
|
2954
|
-
"requires": {
|
|
2955
|
-
"bridge": "optional"
|
|
2956
|
-
}
|
|
3577
|
+
"nuxt": "^3.0.0",
|
|
3578
|
+
"requires": {}
|
|
2957
3579
|
}
|
|
2958
3580
|
},
|
|
2959
3581
|
{
|
|
2960
|
-
"name": "nuxt-
|
|
2961
|
-
"description": "
|
|
2962
|
-
"repo": "
|
|
2963
|
-
"npm": "
|
|
2964
|
-
"icon": "
|
|
2965
|
-
"github": "https://github.com/
|
|
2966
|
-
"website": "https://
|
|
2967
|
-
"learn_more": "https://
|
|
2968
|
-
"category": "
|
|
3582
|
+
"name": "nuxt-bootstrap-icons",
|
|
3583
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3584
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3585
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3586
|
+
"icon": "bootstrap-icons.svg",
|
|
3587
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3588
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3589
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3590
|
+
"category": "UI",
|
|
2969
3591
|
"type": "3rd-party",
|
|
2970
3592
|
"maintainers": [
|
|
2971
3593
|
{
|
|
2972
|
-
"name": "
|
|
2973
|
-
"github": "
|
|
2974
|
-
"twitter": "craig_harman"
|
|
3594
|
+
"name": "OyewoleOyedeji",
|
|
3595
|
+
"github": "OyewoleOyedeji"
|
|
2975
3596
|
}
|
|
2976
3597
|
],
|
|
2977
3598
|
"compatibility": {
|
|
@@ -2980,19 +3601,254 @@
|
|
|
2980
3601
|
}
|
|
2981
3602
|
},
|
|
2982
3603
|
{
|
|
2983
|
-
"name": "nuxt-
|
|
2984
|
-
"description": "
|
|
2985
|
-
"repo": "
|
|
2986
|
-
"npm": "nuxt-
|
|
2987
|
-
"icon": "",
|
|
2988
|
-
"github": "https://github.com/
|
|
2989
|
-
"website": "https://
|
|
2990
|
-
"learn_more": "",
|
|
3604
|
+
"name": "nuxt-chatgpt",
|
|
3605
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3606
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3607
|
+
"npm": "nuxt-chatgpt",
|
|
3608
|
+
"icon": "chatgpt.svg",
|
|
3609
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3610
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3611
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
2991
3612
|
"category": "Libraries",
|
|
2992
3613
|
"type": "3rd-party",
|
|
2993
3614
|
"maintainers": [
|
|
2994
3615
|
{
|
|
2995
|
-
"name": "
|
|
3616
|
+
"name": "Oliver Trajceski",
|
|
3617
|
+
"github": "schnapsterdog"
|
|
3618
|
+
}
|
|
3619
|
+
],
|
|
3620
|
+
"compatibility": {
|
|
3621
|
+
"nuxt": "^3.0.0",
|
|
3622
|
+
"requires": {}
|
|
3623
|
+
}
|
|
3624
|
+
},
|
|
3625
|
+
{
|
|
3626
|
+
"name": "nuxt-facebook-chat",
|
|
3627
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3628
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3629
|
+
"npm": "nuxt-facebook-chat",
|
|
3630
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3631
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3632
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3633
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3634
|
+
"category": "Libraries",
|
|
3635
|
+
"type": "3rd-party",
|
|
3636
|
+
"maintainers": [
|
|
3637
|
+
{
|
|
3638
|
+
"name": "Supanut Dokmaithong",
|
|
3639
|
+
"github": "Boomgeek"
|
|
3640
|
+
},
|
|
3641
|
+
{
|
|
3642
|
+
"name": "superdev-tech",
|
|
3643
|
+
"github": "superdev-tech"
|
|
3644
|
+
}
|
|
3645
|
+
],
|
|
3646
|
+
"compatibility": {
|
|
3647
|
+
"nuxt": "^3.0.0",
|
|
3648
|
+
"requires": {}
|
|
3649
|
+
}
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"name": "nuxt-feedme",
|
|
3653
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3654
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3655
|
+
"npm": "nuxt-feedme",
|
|
3656
|
+
"icon": "",
|
|
3657
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3658
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3659
|
+
"learn_more": "",
|
|
3660
|
+
"category": "SEO",
|
|
3661
|
+
"type": "3rd-party",
|
|
3662
|
+
"maintainers": [
|
|
3663
|
+
{
|
|
3664
|
+
"name": "Helltraitor",
|
|
3665
|
+
"github": "helltraitor"
|
|
3666
|
+
}
|
|
3667
|
+
],
|
|
3668
|
+
"compatibility": {
|
|
3669
|
+
"nuxt": "^3.0.0",
|
|
3670
|
+
"requires": {}
|
|
3671
|
+
}
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"name": "nuxt-graphql-middleware",
|
|
3675
|
+
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
3676
|
+
"repo": "dulnan/nuxt-graphql-middleware",
|
|
3677
|
+
"npm": "nuxt-graphql-middleware",
|
|
3678
|
+
"icon": "nuxt-graphql-middleware.svg",
|
|
3679
|
+
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3680
|
+
"website": "https://nuxt-graphql-middleware.dulnan.net",
|
|
3681
|
+
"learn_more": "",
|
|
3682
|
+
"category": "Request",
|
|
3683
|
+
"type": "3rd-party",
|
|
3684
|
+
"maintainers": [
|
|
3685
|
+
{
|
|
3686
|
+
"name": "dulnan",
|
|
3687
|
+
"github": "dulnan",
|
|
3688
|
+
"twitter": "dulnan",
|
|
3689
|
+
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
3690
|
+
},
|
|
3691
|
+
{
|
|
3692
|
+
"name": "ayalon",
|
|
3693
|
+
"github": "ayalon",
|
|
3694
|
+
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
3695
|
+
}
|
|
3696
|
+
],
|
|
3697
|
+
"compatibility": {
|
|
3698
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3699
|
+
"requires": {}
|
|
3700
|
+
}
|
|
3701
|
+
},
|
|
3702
|
+
{
|
|
3703
|
+
"name": "nuxt-graphql-playground",
|
|
3704
|
+
"description": "",
|
|
3705
|
+
"repo": "pinpon-dev/nuxt-graphql-playground",
|
|
3706
|
+
"npm": "@pin-pon/nuxt-graphql-playground",
|
|
3707
|
+
"icon": "",
|
|
3708
|
+
"github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
3709
|
+
"website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
3710
|
+
"learn_more": "",
|
|
3711
|
+
"category": "Devtools",
|
|
3712
|
+
"type": "3rd-party",
|
|
3713
|
+
"maintainers": [
|
|
3714
|
+
{
|
|
3715
|
+
"name": "pinpon-dev",
|
|
3716
|
+
"github": "pinpon-dev"
|
|
3717
|
+
}
|
|
3718
|
+
],
|
|
3719
|
+
"compatibility": {
|
|
3720
|
+
"nuxt": "^2.0.0",
|
|
3721
|
+
"requires": {}
|
|
3722
|
+
}
|
|
3723
|
+
},
|
|
3724
|
+
{
|
|
3725
|
+
"name": "nuxt-gtm",
|
|
3726
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3727
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3728
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3729
|
+
"icon": "nuxt-gtm.svg",
|
|
3730
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3731
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3732
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3733
|
+
"category": "Analytics",
|
|
3734
|
+
"type": "3rd-party",
|
|
3735
|
+
"maintainers": [
|
|
3736
|
+
{
|
|
3737
|
+
"name": "Zadig&Voltaire Team",
|
|
3738
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3739
|
+
}
|
|
3740
|
+
],
|
|
3741
|
+
"compatibility": {
|
|
3742
|
+
"nuxt": "^3.0.0",
|
|
3743
|
+
"requires": {},
|
|
3744
|
+
"devtools": "^0.0.0"
|
|
3745
|
+
}
|
|
3746
|
+
},
|
|
3747
|
+
{
|
|
3748
|
+
"name": "nuxt-hue",
|
|
3749
|
+
"description": "Enlighten your Nuxt experience",
|
|
3750
|
+
"repo": "lihbr/nuxt-hue",
|
|
3751
|
+
"npm": "nuxt-hue",
|
|
3752
|
+
"icon": "nuxt-hue.svg",
|
|
3753
|
+
"github": "https://github.com/lihbr/nuxt-hue",
|
|
3754
|
+
"website": "https://github.com/lihbr/nuxt-hue",
|
|
3755
|
+
"learn_more": "",
|
|
3756
|
+
"category": "Devtools",
|
|
3757
|
+
"type": "3rd-party",
|
|
3758
|
+
"maintainers": [
|
|
3759
|
+
{
|
|
3760
|
+
"name": "lihbr",
|
|
3761
|
+
"github": "lihbr"
|
|
3762
|
+
}
|
|
3763
|
+
],
|
|
3764
|
+
"compatibility": {
|
|
3765
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3766
|
+
"requires": {
|
|
3767
|
+
"bridge": "optional"
|
|
3768
|
+
}
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"name": "nuxt-interpolation",
|
|
3773
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3774
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3775
|
+
"npm": "nuxt-interpolation",
|
|
3776
|
+
"icon": "",
|
|
3777
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3778
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3779
|
+
"learn_more": "",
|
|
3780
|
+
"category": "Devtools",
|
|
3781
|
+
"type": "3rd-party",
|
|
3782
|
+
"maintainers": [
|
|
3783
|
+
{
|
|
3784
|
+
"name": "daliborgogic",
|
|
3785
|
+
"github": "daliborgogic"
|
|
3786
|
+
}
|
|
3787
|
+
],
|
|
3788
|
+
"compatibility": {
|
|
3789
|
+
"nuxt": "^2.0.0",
|
|
3790
|
+
"requires": {}
|
|
3791
|
+
}
|
|
3792
|
+
},
|
|
3793
|
+
{
|
|
3794
|
+
"name": "nuxt-jsonld",
|
|
3795
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3796
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3797
|
+
"npm": "nuxt-jsonld",
|
|
3798
|
+
"icon": "",
|
|
3799
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3800
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3801
|
+
"learn_more": "",
|
|
3802
|
+
"category": "SEO",
|
|
3803
|
+
"type": "3rd-party",
|
|
3804
|
+
"maintainers": [
|
|
3805
|
+
{
|
|
3806
|
+
"name": "ymmooot",
|
|
3807
|
+
"github": "ymmooot"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3810
|
+
"compatibility": {
|
|
3811
|
+
"nuxt": "^3.0.0",
|
|
3812
|
+
"requires": {}
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3815
|
+
{
|
|
3816
|
+
"name": "nuxt-localtunnel",
|
|
3817
|
+
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
3818
|
+
"repo": "nuxtus/localtunnel",
|
|
3819
|
+
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3820
|
+
"icon": "nuxt-localtunnel.svg",
|
|
3821
|
+
"github": "https://github.com/nuxtus/localtunnel",
|
|
3822
|
+
"website": "https://nuxtus.com",
|
|
3823
|
+
"learn_more": "https://docs.nuxtus.com/#/localtunnel",
|
|
3824
|
+
"category": "Devtools",
|
|
3825
|
+
"type": "3rd-party",
|
|
3826
|
+
"maintainers": [
|
|
3827
|
+
{
|
|
3828
|
+
"name": "Craig Harman",
|
|
3829
|
+
"github": "craigharman",
|
|
3830
|
+
"twitter": "craig_harman"
|
|
3831
|
+
}
|
|
3832
|
+
],
|
|
3833
|
+
"compatibility": {
|
|
3834
|
+
"nuxt": "^3.0.0",
|
|
3835
|
+
"requires": {}
|
|
3836
|
+
}
|
|
3837
|
+
},
|
|
3838
|
+
{
|
|
3839
|
+
"name": "nuxt-loco",
|
|
3840
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3841
|
+
"repo": "gaetansenn/nuxt-loco",
|
|
3842
|
+
"npm": "nuxt-loco",
|
|
3843
|
+
"icon": "",
|
|
3844
|
+
"github": "https://github.com/gaetansenn/nuxt-loco",
|
|
3845
|
+
"website": "https://nuxt-loco.dewib.com/",
|
|
3846
|
+
"learn_more": "",
|
|
3847
|
+
"category": "Libraries",
|
|
3848
|
+
"type": "3rd-party",
|
|
3849
|
+
"maintainers": [
|
|
3850
|
+
{
|
|
3851
|
+
"name": "Gaetan SENN",
|
|
2996
3852
|
"github": "gaetansenn",
|
|
2997
3853
|
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
2998
3854
|
}
|
|
@@ -3002,6 +3858,72 @@
|
|
|
3002
3858
|
"requires": {}
|
|
3003
3859
|
}
|
|
3004
3860
|
},
|
|
3861
|
+
{
|
|
3862
|
+
"name": "nuxt-mail",
|
|
3863
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3864
|
+
"repo": "dword-design/nuxt-mail",
|
|
3865
|
+
"npm": "nuxt-mail",
|
|
3866
|
+
"icon": "",
|
|
3867
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3868
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3869
|
+
"learn_more": "",
|
|
3870
|
+
"category": "Extensions",
|
|
3871
|
+
"type": "3rd-party",
|
|
3872
|
+
"maintainers": [
|
|
3873
|
+
{
|
|
3874
|
+
"name": "Sebastian Landwehr",
|
|
3875
|
+
"github": "dword-design"
|
|
3876
|
+
}
|
|
3877
|
+
],
|
|
3878
|
+
"compatibility": {
|
|
3879
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3880
|
+
"requires": {}
|
|
3881
|
+
}
|
|
3882
|
+
},
|
|
3883
|
+
{
|
|
3884
|
+
"name": "nuxt-mapbox",
|
|
3885
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3886
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3887
|
+
"npm": "nuxt-mapbox",
|
|
3888
|
+
"icon": "nuxt-mapbox.svg",
|
|
3889
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3890
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3891
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3892
|
+
"category": "Libraries",
|
|
3893
|
+
"type": "3rd-party",
|
|
3894
|
+
"maintainers": [
|
|
3895
|
+
{
|
|
3896
|
+
"name": "Alex Lavoie",
|
|
3897
|
+
"github": "AlexLavoie42"
|
|
3898
|
+
}
|
|
3899
|
+
],
|
|
3900
|
+
"compatibility": {
|
|
3901
|
+
"nuxt": "^3.0.0",
|
|
3902
|
+
"requires": {}
|
|
3903
|
+
}
|
|
3904
|
+
},
|
|
3905
|
+
{
|
|
3906
|
+
"name": "nuxt-mdi",
|
|
3907
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3908
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3909
|
+
"npm": "nuxt-mdi",
|
|
3910
|
+
"icon": "mdi.png",
|
|
3911
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3912
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3913
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3914
|
+
"category": "Libraries",
|
|
3915
|
+
"type": "3rd-party",
|
|
3916
|
+
"maintainers": [
|
|
3917
|
+
{
|
|
3918
|
+
"name": "Emil Rosenius",
|
|
3919
|
+
"github": "ERPedersen"
|
|
3920
|
+
}
|
|
3921
|
+
],
|
|
3922
|
+
"compatibility": {
|
|
3923
|
+
"nuxt": "^3.0.0",
|
|
3924
|
+
"requires": {}
|
|
3925
|
+
}
|
|
3926
|
+
},
|
|
3005
3927
|
{
|
|
3006
3928
|
"name": "nuxt-monaco-editor",
|
|
3007
3929
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3024,6 +3946,74 @@
|
|
|
3024
3946
|
"requires": {}
|
|
3025
3947
|
}
|
|
3026
3948
|
},
|
|
3949
|
+
{
|
|
3950
|
+
"name": "nuxt-mongoose",
|
|
3951
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3952
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3953
|
+
"npm": "nuxt-mongoose",
|
|
3954
|
+
"icon": "nuxt-mongoose.svg",
|
|
3955
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3956
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3957
|
+
"learn_more": "",
|
|
3958
|
+
"category": "Database",
|
|
3959
|
+
"type": "3rd-party",
|
|
3960
|
+
"maintainers": [
|
|
3961
|
+
{
|
|
3962
|
+
"name": "arashsheyda",
|
|
3963
|
+
"github": "arashsheyda"
|
|
3964
|
+
}
|
|
3965
|
+
],
|
|
3966
|
+
"compatibility": {
|
|
3967
|
+
"nuxt": "^3.0.0",
|
|
3968
|
+
"requires": {},
|
|
3969
|
+
"devtools": "^0.0.0"
|
|
3970
|
+
}
|
|
3971
|
+
},
|
|
3972
|
+
{
|
|
3973
|
+
"name": "nuxt-openapi-docs-module",
|
|
3974
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
3975
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
3976
|
+
"npm": "nuxt-openapi-docs-module",
|
|
3977
|
+
"icon": "nuxt-openapi-docs-module.svg",
|
|
3978
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
3979
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
3980
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
3981
|
+
"category": "Libraries",
|
|
3982
|
+
"type": "3rd-party",
|
|
3983
|
+
"maintainers": [
|
|
3984
|
+
{
|
|
3985
|
+
"name": "Pavel Kuzmin",
|
|
3986
|
+
"github": "s00d"
|
|
3987
|
+
}
|
|
3988
|
+
],
|
|
3989
|
+
"compatibility": {
|
|
3990
|
+
"nuxt": "^3.0.0",
|
|
3991
|
+
"requires": {}
|
|
3992
|
+
}
|
|
3993
|
+
},
|
|
3994
|
+
{
|
|
3995
|
+
"name": "nuxt-payload-analyzer",
|
|
3996
|
+
"description": "Analyze Nuxt Payload Size",
|
|
3997
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
3998
|
+
"npm": "nuxt-payload-analyzer",
|
|
3999
|
+
"icon": "",
|
|
4000
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4001
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4002
|
+
"learn_more": "",
|
|
4003
|
+
"category": "Performance",
|
|
4004
|
+
"type": "3rd-party",
|
|
4005
|
+
"maintainers": [
|
|
4006
|
+
{
|
|
4007
|
+
"name": "Barbapapazes",
|
|
4008
|
+
"github": "Barbapapazes",
|
|
4009
|
+
"twitter": "soubiran_"
|
|
4010
|
+
}
|
|
4011
|
+
],
|
|
4012
|
+
"compatibility": {
|
|
4013
|
+
"nuxt": "^3.0.0",
|
|
4014
|
+
"requires": {}
|
|
4015
|
+
}
|
|
4016
|
+
},
|
|
3027
4017
|
{
|
|
3028
4018
|
"name": "nuxt-pdf",
|
|
3029
4019
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3047,6 +4037,28 @@
|
|
|
3047
4037
|
"requires": {}
|
|
3048
4038
|
}
|
|
3049
4039
|
},
|
|
4040
|
+
{
|
|
4041
|
+
"name": "nuxt-phosphor-icons",
|
|
4042
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
4043
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4044
|
+
"npm": "nuxt-phosphor-icons",
|
|
4045
|
+
"icon": "phosphor-icons.svg",
|
|
4046
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4047
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4048
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4049
|
+
"category": "UI",
|
|
4050
|
+
"type": "3rd-party",
|
|
4051
|
+
"maintainers": [
|
|
4052
|
+
{
|
|
4053
|
+
"name": "OyewoleOyedeji",
|
|
4054
|
+
"github": "OyewoleOyedeji"
|
|
4055
|
+
}
|
|
4056
|
+
],
|
|
4057
|
+
"compatibility": {
|
|
4058
|
+
"nuxt": "^3.0.0",
|
|
4059
|
+
"requires": {}
|
|
4060
|
+
}
|
|
4061
|
+
},
|
|
3050
4062
|
{
|
|
3051
4063
|
"name": "nuxt-pino-log",
|
|
3052
4064
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3071,7 +4083,7 @@
|
|
|
3071
4083
|
},
|
|
3072
4084
|
{
|
|
3073
4085
|
"name": "plausible",
|
|
3074
|
-
"description": "Nuxt
|
|
4086
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3075
4087
|
"repo": "nuxt-modules/plausible",
|
|
3076
4088
|
"npm": "@nuxtjs/plausible",
|
|
3077
4089
|
"icon": "plausible.png",
|
|
@@ -3091,9 +4103,35 @@
|
|
|
3091
4103
|
"requires": {}
|
|
3092
4104
|
}
|
|
3093
4105
|
},
|
|
4106
|
+
{
|
|
4107
|
+
"name": "nuxt-plotly",
|
|
4108
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
4109
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
4110
|
+
"npm": "nuxt-plotly",
|
|
4111
|
+
"icon": "nuxt-plotly.svg",
|
|
4112
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4113
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4114
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
4115
|
+
"category": "Libraries",
|
|
4116
|
+
"type": "3rd-party",
|
|
4117
|
+
"maintainers": [
|
|
4118
|
+
{
|
|
4119
|
+
"name": "Supanut Dokmaithong",
|
|
4120
|
+
"github": "Boomgeek"
|
|
4121
|
+
},
|
|
4122
|
+
{
|
|
4123
|
+
"name": "superdev-tech",
|
|
4124
|
+
"github": "superdev-tech"
|
|
4125
|
+
}
|
|
4126
|
+
],
|
|
4127
|
+
"compatibility": {
|
|
4128
|
+
"nuxt": "^3.0.0",
|
|
4129
|
+
"requires": {}
|
|
4130
|
+
}
|
|
4131
|
+
},
|
|
3094
4132
|
{
|
|
3095
4133
|
"name": "nuxt-png-to-ico",
|
|
3096
|
-
"description": "Nuxt
|
|
4134
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3097
4135
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3098
4136
|
"npm": "nuxt-png-to-ico",
|
|
3099
4137
|
"icon": "",
|
|
@@ -3116,7 +4154,7 @@
|
|
|
3116
4154
|
},
|
|
3117
4155
|
{
|
|
3118
4156
|
"name": "nuxt-smartlook",
|
|
3119
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4157
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3120
4158
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3121
4159
|
"npm": "nuxt-smartlook",
|
|
3122
4160
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3138,6 +4176,28 @@
|
|
|
3138
4176
|
"requires": {}
|
|
3139
4177
|
}
|
|
3140
4178
|
},
|
|
4179
|
+
{
|
|
4180
|
+
"name": "nuxt-social-share",
|
|
4181
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4182
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4183
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4184
|
+
"icon": "nuxt-social-share.png",
|
|
4185
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4186
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4187
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4188
|
+
"category": "Extensions",
|
|
4189
|
+
"type": "3rd-party",
|
|
4190
|
+
"maintainers": [
|
|
4191
|
+
{
|
|
4192
|
+
"name": "stefanobartoletti",
|
|
4193
|
+
"github": "stefanobartoletti"
|
|
4194
|
+
}
|
|
4195
|
+
],
|
|
4196
|
+
"compatibility": {
|
|
4197
|
+
"nuxt": "^3.0.0",
|
|
4198
|
+
"requires": {}
|
|
4199
|
+
}
|
|
4200
|
+
},
|
|
3141
4201
|
{
|
|
3142
4202
|
"name": "ssr-lit",
|
|
3143
4203
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3168,7 +4228,7 @@
|
|
|
3168
4228
|
},
|
|
3169
4229
|
{
|
|
3170
4230
|
"name": "nuxt-storm",
|
|
3171
|
-
"description": "WebStorm & PHPStorm support for
|
|
4231
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3172
4232
|
"repo": "fumeapp/nuxt-storm",
|
|
3173
4233
|
"npm": "nuxt-storm",
|
|
3174
4234
|
"icon": "nuxt-storm.png",
|
|
@@ -3212,7 +4272,7 @@
|
|
|
3212
4272
|
},
|
|
3213
4273
|
{
|
|
3214
4274
|
"name": "nuxt-unleash",
|
|
3215
|
-
"description": "Nuxt
|
|
4275
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3216
4276
|
"repo": "conejerock/nuxt-unleash",
|
|
3217
4277
|
"npm": "nuxt-unleash",
|
|
3218
4278
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3303,12 +4363,12 @@
|
|
|
3303
4363
|
{
|
|
3304
4364
|
"name": "nuxt-vue3-google-signin",
|
|
3305
4365
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3306
|
-
"repo": "
|
|
4366
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3307
4367
|
"npm": "nuxt-vue3-google-signin",
|
|
3308
4368
|
"icon": "vue3-google-signin.svg",
|
|
3309
|
-
"github": "https://github.com/
|
|
3310
|
-
"website": "https://vue3-google-signin.
|
|
3311
|
-
"learn_more": "https://vue3-google-signin.
|
|
4369
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4370
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4371
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3312
4372
|
"category": "Libraries",
|
|
3313
4373
|
"type": "3rd-party",
|
|
3314
4374
|
"maintainers": [
|
|
@@ -3322,9 +4382,75 @@
|
|
|
3322
4382
|
"requires": {}
|
|
3323
4383
|
}
|
|
3324
4384
|
},
|
|
4385
|
+
{
|
|
4386
|
+
"name": "Nuxt zodI18n",
|
|
4387
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4388
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4389
|
+
"npm": "nuxt-zod-i18n",
|
|
4390
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4391
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4392
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4393
|
+
"learn_more": "",
|
|
4394
|
+
"category": "Libraries",
|
|
4395
|
+
"type": "3rd-party",
|
|
4396
|
+
"maintainers": [
|
|
4397
|
+
{
|
|
4398
|
+
"name": "xibman",
|
|
4399
|
+
"github": "xibman"
|
|
4400
|
+
}
|
|
4401
|
+
],
|
|
4402
|
+
"compatibility": {
|
|
4403
|
+
"nuxt": "^3.0.0",
|
|
4404
|
+
"requires": {}
|
|
4405
|
+
}
|
|
4406
|
+
},
|
|
4407
|
+
{
|
|
4408
|
+
"name": "nuxt3-interpolation",
|
|
4409
|
+
"description": "",
|
|
4410
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4411
|
+
"npm": "nuxt3-interpolation",
|
|
4412
|
+
"icon": "",
|
|
4413
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4414
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4415
|
+
"learn_more": "",
|
|
4416
|
+
"category": "Devtools",
|
|
4417
|
+
"type": "3rd-party",
|
|
4418
|
+
"maintainers": [
|
|
4419
|
+
{
|
|
4420
|
+
"name": "daliborgogic",
|
|
4421
|
+
"github": "daliborgogic"
|
|
4422
|
+
}
|
|
4423
|
+
],
|
|
4424
|
+
"compatibility": {
|
|
4425
|
+
"nuxt": "^3.0.0",
|
|
4426
|
+
"requires": {}
|
|
4427
|
+
}
|
|
4428
|
+
},
|
|
4429
|
+
{
|
|
4430
|
+
"name": "nuxt3-leaflet",
|
|
4431
|
+
"description": "Leaflet integration with Nuxt",
|
|
4432
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4433
|
+
"npm": "nuxt3-leaflet",
|
|
4434
|
+
"icon": "leaflet.png",
|
|
4435
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4436
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4437
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4438
|
+
"category": "Libraries",
|
|
4439
|
+
"type": "3rd-party",
|
|
4440
|
+
"maintainers": [
|
|
4441
|
+
{
|
|
4442
|
+
"name": "Augustin MERCIER",
|
|
4443
|
+
"github": "Gugustinette"
|
|
4444
|
+
}
|
|
4445
|
+
],
|
|
4446
|
+
"compatibility": {
|
|
4447
|
+
"nuxt": "^3.0.0",
|
|
4448
|
+
"requires": {}
|
|
4449
|
+
}
|
|
4450
|
+
},
|
|
3325
4451
|
{
|
|
3326
4452
|
"name": "nuxt7",
|
|
3327
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4453
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3328
4454
|
"repo": "nuxt-community/nuxt7",
|
|
3329
4455
|
"npm": "nuxt7",
|
|
3330
4456
|
"icon": "",
|
|
@@ -3347,13 +4473,13 @@
|
|
|
3347
4473
|
},
|
|
3348
4474
|
{
|
|
3349
4475
|
"name": "og-image",
|
|
3350
|
-
"description": "
|
|
4476
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3351
4477
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3352
4478
|
"npm": "nuxt-og-image",
|
|
3353
|
-
"icon": "",
|
|
4479
|
+
"icon": "og-image.svg",
|
|
3354
4480
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3355
|
-
"website": "https://
|
|
3356
|
-
"learn_more": "",
|
|
4481
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4482
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3357
4483
|
"category": "SEO",
|
|
3358
4484
|
"type": "3rd-party",
|
|
3359
4485
|
"maintainers": [
|
|
@@ -3366,7 +4492,8 @@
|
|
|
3366
4492
|
],
|
|
3367
4493
|
"compatibility": {
|
|
3368
4494
|
"nuxt": "^3.0.0",
|
|
3369
|
-
"requires": {}
|
|
4495
|
+
"requires": {},
|
|
4496
|
+
"devtools": "^0.0.0"
|
|
3370
4497
|
}
|
|
3371
4498
|
},
|
|
3372
4499
|
{
|
|
@@ -3394,7 +4521,7 @@
|
|
|
3394
4521
|
},
|
|
3395
4522
|
{
|
|
3396
4523
|
"name": "optimized-images",
|
|
3397
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4524
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3398
4525
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3399
4526
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3400
4527
|
"icon": "",
|
|
@@ -3439,7 +4566,7 @@
|
|
|
3439
4566
|
},
|
|
3440
4567
|
{
|
|
3441
4568
|
"name": "parse",
|
|
3442
|
-
"description": "Parse package for Nuxt
|
|
4569
|
+
"description": "Parse package for Nuxt",
|
|
3443
4570
|
"repo": "cierrateam/nuxt-parse",
|
|
3444
4571
|
"npm": "nuxt-parse",
|
|
3445
4572
|
"icon": "",
|
|
@@ -3459,6 +4586,29 @@
|
|
|
3459
4586
|
"requires": {}
|
|
3460
4587
|
}
|
|
3461
4588
|
},
|
|
4589
|
+
{
|
|
4590
|
+
"name": "particles",
|
|
4591
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4592
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4593
|
+
"npm": "nuxt-particles",
|
|
4594
|
+
"icon": "",
|
|
4595
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4596
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4597
|
+
"learn_more": "https://particles.js.org/",
|
|
4598
|
+
"category": "Libraries",
|
|
4599
|
+
"type": "3rd-party",
|
|
4600
|
+
"maintainers": [
|
|
4601
|
+
{
|
|
4602
|
+
"name": "Joey Pereira",
|
|
4603
|
+
"github": "Joepocalyptic",
|
|
4604
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4605
|
+
}
|
|
4606
|
+
],
|
|
4607
|
+
"compatibility": {
|
|
4608
|
+
"nuxt": "^3.0.0",
|
|
4609
|
+
"requires": {}
|
|
4610
|
+
}
|
|
4611
|
+
},
|
|
3462
4612
|
{
|
|
3463
4613
|
"name": "partytown",
|
|
3464
4614
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3484,6 +4634,52 @@
|
|
|
3484
4634
|
}
|
|
3485
4635
|
}
|
|
3486
4636
|
},
|
|
4637
|
+
{
|
|
4638
|
+
"name": "paypal",
|
|
4639
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4640
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4641
|
+
"npm": "nuxt-paypal",
|
|
4642
|
+
"icon": "paypal.svg",
|
|
4643
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4644
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4645
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4646
|
+
"category": "Payment",
|
|
4647
|
+
"type": "3rd-party",
|
|
4648
|
+
"maintainers": [
|
|
4649
|
+
{
|
|
4650
|
+
"name": "Arash Sheyda",
|
|
4651
|
+
"github": "arashsheyda"
|
|
4652
|
+
}
|
|
4653
|
+
],
|
|
4654
|
+
"compatibility": {
|
|
4655
|
+
"nuxt": "^3.0.0",
|
|
4656
|
+
"requires": {}
|
|
4657
|
+
}
|
|
4658
|
+
},
|
|
4659
|
+
{
|
|
4660
|
+
"name": "pdfeasy",
|
|
4661
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4662
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4663
|
+
"npm": "nuxt-pdfeasy",
|
|
4664
|
+
"icon": "pdfeasy.png",
|
|
4665
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4666
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4667
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4668
|
+
"category": "Extensions",
|
|
4669
|
+
"type": "3rd-party",
|
|
4670
|
+
"maintainers": [
|
|
4671
|
+
{
|
|
4672
|
+
"name": "Giovane Cardoso",
|
|
4673
|
+
"github": "novout",
|
|
4674
|
+
"twitter": "novoutttttt",
|
|
4675
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4676
|
+
}
|
|
4677
|
+
],
|
|
4678
|
+
"compatibility": {
|
|
4679
|
+
"nuxt": "^3.0.0",
|
|
4680
|
+
"requires": {}
|
|
4681
|
+
}
|
|
4682
|
+
},
|
|
3487
4683
|
{
|
|
3488
4684
|
"name": "persian-datepicker",
|
|
3489
4685
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3581,7 +4777,7 @@
|
|
|
3581
4777
|
},
|
|
3582
4778
|
{
|
|
3583
4779
|
"name": "plausible",
|
|
3584
|
-
"description": "Nuxt
|
|
4780
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3585
4781
|
"repo": "nuxt-modules/plausible",
|
|
3586
4782
|
"npm": "@nuxtjs/plausible",
|
|
3587
4783
|
"icon": "",
|
|
@@ -3623,9 +4819,56 @@
|
|
|
3623
4819
|
"requires": {}
|
|
3624
4820
|
}
|
|
3625
4821
|
},
|
|
4822
|
+
{
|
|
4823
|
+
"name": "prepare",
|
|
4824
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4825
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4826
|
+
"npm": "nuxt-prepare",
|
|
4827
|
+
"icon": "prepare.svg",
|
|
4828
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4829
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4830
|
+
"learn_more": "",
|
|
4831
|
+
"category": "Devtools",
|
|
4832
|
+
"type": "3rd-party",
|
|
4833
|
+
"maintainers": [
|
|
4834
|
+
{
|
|
4835
|
+
"name": "Johann Schopplich",
|
|
4836
|
+
"github": "johannschopplich",
|
|
4837
|
+
"twitter": "jschopplich",
|
|
4838
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4839
|
+
}
|
|
4840
|
+
],
|
|
4841
|
+
"compatibility": {
|
|
4842
|
+
"nuxt": "^3.0.0",
|
|
4843
|
+
"requires": {}
|
|
4844
|
+
}
|
|
4845
|
+
},
|
|
4846
|
+
{
|
|
4847
|
+
"name": "primevue",
|
|
4848
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4849
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4850
|
+
"npm": "nuxt-primevue",
|
|
4851
|
+
"icon": "primevue.svg",
|
|
4852
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4853
|
+
"website": "https://primevue.org/",
|
|
4854
|
+
"learn_more": "https://primevue.org/",
|
|
4855
|
+
"category": "UI",
|
|
4856
|
+
"type": "3rd-party",
|
|
4857
|
+
"maintainers": [
|
|
4858
|
+
{
|
|
4859
|
+
"name": "primefaces",
|
|
4860
|
+
"github": "primefaces",
|
|
4861
|
+
"twitter": "primevue"
|
|
4862
|
+
}
|
|
4863
|
+
],
|
|
4864
|
+
"compatibility": {
|
|
4865
|
+
"nuxt": "^3.0.0",
|
|
4866
|
+
"requires": {}
|
|
4867
|
+
}
|
|
4868
|
+
},
|
|
3626
4869
|
{
|
|
3627
4870
|
"name": "prismic",
|
|
3628
|
-
"description": "Easily connect your Nuxt
|
|
4871
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
3629
4872
|
"repo": "nuxt-modules/prismic",
|
|
3630
4873
|
"npm": "@nuxtjs/prismic",
|
|
3631
4874
|
"icon": "prismic.png",
|
|
@@ -3651,11 +4894,11 @@
|
|
|
3651
4894
|
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3652
4895
|
"repo": "artmizu/nuxt-prometheus",
|
|
3653
4896
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3654
|
-
"icon": "",
|
|
4897
|
+
"icon": "prometheus.svg",
|
|
3655
4898
|
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3656
4899
|
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3657
4900
|
"learn_more": "",
|
|
3658
|
-
"category": "
|
|
4901
|
+
"category": "Monitoring",
|
|
3659
4902
|
"type": "3rd-party",
|
|
3660
4903
|
"maintainers": [
|
|
3661
4904
|
{
|
|
@@ -3664,7 +4907,7 @@
|
|
|
3664
4907
|
}
|
|
3665
4908
|
],
|
|
3666
4909
|
"compatibility": {
|
|
3667
|
-
"nuxt": "^
|
|
4910
|
+
"nuxt": "^3.0.0",
|
|
3668
4911
|
"requires": {}
|
|
3669
4912
|
}
|
|
3670
4913
|
},
|
|
@@ -3692,7 +4935,7 @@
|
|
|
3692
4935
|
},
|
|
3693
4936
|
{
|
|
3694
4937
|
"name": "proxy",
|
|
3695
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4938
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
3696
4939
|
"repo": "nuxt-community/proxy-module",
|
|
3697
4940
|
"npm": "@nuxtjs/proxy",
|
|
3698
4941
|
"icon": "",
|
|
@@ -3738,7 +4981,7 @@
|
|
|
3738
4981
|
},
|
|
3739
4982
|
{
|
|
3740
4983
|
"name": "purgecss",
|
|
3741
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4984
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
3742
4985
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
3743
4986
|
"npm": "nuxt-purgecss",
|
|
3744
4987
|
"icon": "purgecss.png",
|
|
@@ -3760,7 +5003,7 @@
|
|
|
3760
5003
|
},
|
|
3761
5004
|
{
|
|
3762
5005
|
"name": "pwa",
|
|
3763
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5006
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
3764
5007
|
"repo": "nuxt-community/pwa-module",
|
|
3765
5008
|
"npm": "@nuxtjs/pwa",
|
|
3766
5009
|
"icon": "pwa.png",
|
|
@@ -3785,7 +5028,7 @@
|
|
|
3785
5028
|
},
|
|
3786
5029
|
{
|
|
3787
5030
|
"name": "python",
|
|
3788
|
-
"description": "Write Nuxt
|
|
5031
|
+
"description": "Write Nuxt applications using Python",
|
|
3789
5032
|
"repo": "nuxt-community/python-module",
|
|
3790
5033
|
"npm": "@nuxtjs/python",
|
|
3791
5034
|
"icon": "python.png",
|
|
@@ -3805,9 +5048,89 @@
|
|
|
3805
5048
|
"requires": {}
|
|
3806
5049
|
}
|
|
3807
5050
|
},
|
|
5051
|
+
{
|
|
5052
|
+
"name": "quasar",
|
|
5053
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
5054
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
5055
|
+
"npm": "nuxt-quasar-ui",
|
|
5056
|
+
"icon": "quasar.svg",
|
|
5057
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
5058
|
+
"website": "https://quasar.dev/",
|
|
5059
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
5060
|
+
"category": "UI",
|
|
5061
|
+
"type": "3rd-party",
|
|
5062
|
+
"maintainers": [
|
|
5063
|
+
{
|
|
5064
|
+
"name": "Ege İliklier",
|
|
5065
|
+
"github": "Maiquu"
|
|
5066
|
+
}
|
|
5067
|
+
],
|
|
5068
|
+
"compatibility": {
|
|
5069
|
+
"nuxt": "^3.0.0",
|
|
5070
|
+
"requires": {},
|
|
5071
|
+
"devtools": "^0.0.0"
|
|
5072
|
+
}
|
|
5073
|
+
},
|
|
5074
|
+
{
|
|
5075
|
+
"name": "radash",
|
|
5076
|
+
"description": "radash module with auto-import and custom prefix",
|
|
5077
|
+
"repo": "bbg/nuxt-radash",
|
|
5078
|
+
"npm": "nuxt-radash",
|
|
5079
|
+
"icon": "radash.png",
|
|
5080
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
5081
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
5082
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
5083
|
+
"category": "Libraries",
|
|
5084
|
+
"type": "3rd-party",
|
|
5085
|
+
"maintainers": [
|
|
5086
|
+
{
|
|
5087
|
+
"name": "Batuhan Göksu",
|
|
5088
|
+
"github": "bbg"
|
|
5089
|
+
}
|
|
5090
|
+
],
|
|
5091
|
+
"compatibility": {
|
|
5092
|
+
"nuxt": "^3.0.0",
|
|
5093
|
+
"requires": {}
|
|
5094
|
+
}
|
|
5095
|
+
},
|
|
5096
|
+
{
|
|
5097
|
+
"name": "radix-vue",
|
|
5098
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5099
|
+
"repo": "radix-vue/radix-vue",
|
|
5100
|
+
"npm": "radix-vue",
|
|
5101
|
+
"icon": "radix-vue.svg",
|
|
5102
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5103
|
+
"website": "https://www.radix-vue.com/",
|
|
5104
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5105
|
+
"category": "UI",
|
|
5106
|
+
"type": "3rd-party",
|
|
5107
|
+
"maintainers": [
|
|
5108
|
+
{
|
|
5109
|
+
"name": "Zernonia",
|
|
5110
|
+
"github": "zernonia",
|
|
5111
|
+
"twitter": "zernonia"
|
|
5112
|
+
},
|
|
5113
|
+
{
|
|
5114
|
+
"name": "Khairul Haaziq",
|
|
5115
|
+
"github": "khairulhaaziq"
|
|
5116
|
+
},
|
|
5117
|
+
{
|
|
5118
|
+
"name": "Mujahid Anuar",
|
|
5119
|
+
"github": "mujahidfa"
|
|
5120
|
+
},
|
|
5121
|
+
{
|
|
5122
|
+
"name": "Max",
|
|
5123
|
+
"github": "onmax"
|
|
5124
|
+
}
|
|
5125
|
+
],
|
|
5126
|
+
"compatibility": {
|
|
5127
|
+
"nuxt": "^3.0.0",
|
|
5128
|
+
"requires": {}
|
|
5129
|
+
}
|
|
5130
|
+
},
|
|
3808
5131
|
{
|
|
3809
5132
|
"name": "recaptcha",
|
|
3810
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5133
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
3811
5134
|
"repo": "nuxt-community/recaptcha-module",
|
|
3812
5135
|
"npm": "@nuxtjs/recaptcha",
|
|
3813
5136
|
"icon": "recaptcha.png",
|
|
@@ -3850,9 +5173,32 @@
|
|
|
3850
5173
|
"requires": {}
|
|
3851
5174
|
}
|
|
3852
5175
|
},
|
|
5176
|
+
{
|
|
5177
|
+
"name": "resend",
|
|
5178
|
+
"description": "Resend integration for Nuxt",
|
|
5179
|
+
"repo": "nhedger/nuxt-resend",
|
|
5180
|
+
"npm": "nuxt-resend",
|
|
5181
|
+
"icon": "resend.svg",
|
|
5182
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5183
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5184
|
+
"learn_more": "https://resend.com",
|
|
5185
|
+
"category": "Extensions",
|
|
5186
|
+
"type": "3rd-party",
|
|
5187
|
+
"maintainers": [
|
|
5188
|
+
{
|
|
5189
|
+
"name": "Nicolas Hedger",
|
|
5190
|
+
"github": "nhedger",
|
|
5191
|
+
"twitter": "nicolashedger"
|
|
5192
|
+
}
|
|
5193
|
+
],
|
|
5194
|
+
"compatibility": {
|
|
5195
|
+
"nuxt": "^3.0.0",
|
|
5196
|
+
"requires": {}
|
|
5197
|
+
}
|
|
5198
|
+
},
|
|
3853
5199
|
{
|
|
3854
5200
|
"name": "rfg-icon",
|
|
3855
|
-
"description": "Nuxt
|
|
5201
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
3856
5202
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
3857
5203
|
"npm": "nuxt-rfg-icon",
|
|
3858
5204
|
"icon": "real-favicon-generator.png",
|
|
@@ -3874,12 +5220,12 @@
|
|
|
3874
5220
|
},
|
|
3875
5221
|
{
|
|
3876
5222
|
"name": "robots",
|
|
3877
|
-
"description": "A Nuxt
|
|
3878
|
-
"repo": "nuxt-
|
|
5223
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5224
|
+
"repo": "nuxt-modules/robots",
|
|
3879
5225
|
"npm": "@nuxtjs/robots",
|
|
3880
5226
|
"icon": "robots.png",
|
|
3881
|
-
"github": "https://github.com/nuxt-
|
|
3882
|
-
"website": "https://github.com/nuxt-
|
|
5227
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5228
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
3883
5229
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
3884
5230
|
"category": "SEO",
|
|
3885
5231
|
"type": "community",
|
|
@@ -3898,23 +5244,23 @@
|
|
|
3898
5244
|
},
|
|
3899
5245
|
{
|
|
3900
5246
|
"name": "rollbar",
|
|
3901
|
-
"description": "
|
|
3902
|
-
"repo": "
|
|
3903
|
-
"npm": "nuxt-rollbar
|
|
5247
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5248
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5249
|
+
"npm": "nuxt-rollbar",
|
|
3904
5250
|
"icon": "rollbar.png",
|
|
3905
|
-
"github": "https://github.com/
|
|
3906
|
-
"website": "https://github.com/
|
|
5251
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5252
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
3907
5253
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
3908
5254
|
"category": "Monitoring",
|
|
3909
5255
|
"type": "3rd-party",
|
|
3910
5256
|
"maintainers": [
|
|
3911
5257
|
{
|
|
3912
|
-
"name": "
|
|
3913
|
-
"github": "
|
|
5258
|
+
"name": "Jairo Blatt",
|
|
5259
|
+
"github": "jairoblatt"
|
|
3914
5260
|
}
|
|
3915
5261
|
],
|
|
3916
5262
|
"compatibility": {
|
|
3917
|
-
"nuxt": "^
|
|
5263
|
+
"nuxt": "^3.0.0",
|
|
3918
5264
|
"requires": {}
|
|
3919
5265
|
}
|
|
3920
5266
|
},
|
|
@@ -3943,7 +5289,7 @@
|
|
|
3943
5289
|
},
|
|
3944
5290
|
{
|
|
3945
5291
|
"name": "router",
|
|
3946
|
-
"description": "Nuxt
|
|
5292
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
3947
5293
|
"repo": "nuxt-community/router-module",
|
|
3948
5294
|
"npm": "@nuxtjs/router",
|
|
3949
5295
|
"icon": "vue.png",
|
|
@@ -3991,13 +5337,13 @@
|
|
|
3991
5337
|
},
|
|
3992
5338
|
{
|
|
3993
5339
|
"name": "schema-org",
|
|
3994
|
-
"description": "Schema.org for Nuxt
|
|
3995
|
-
"repo": "
|
|
5340
|
+
"description": "Schema.org for Nuxt.",
|
|
5341
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
3996
5342
|
"npm": "nuxt-schema-org",
|
|
3997
5343
|
"icon": "schema-org.svg",
|
|
3998
|
-
"github": "https://github.com/
|
|
3999
|
-
"website": "https://
|
|
4000
|
-
"learn_more": "https://
|
|
5344
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5345
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5346
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4001
5347
|
"category": "SEO",
|
|
4002
5348
|
"type": "3rd-party",
|
|
4003
5349
|
"maintainers": [
|
|
@@ -4060,7 +5406,7 @@
|
|
|
4060
5406
|
},
|
|
4061
5407
|
{
|
|
4062
5408
|
"name": "segment",
|
|
4063
|
-
"description": "Nuxt
|
|
5409
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4064
5410
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4065
5411
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4066
5412
|
"icon": "segment.png",
|
|
@@ -4082,10 +5428,10 @@
|
|
|
4082
5428
|
},
|
|
4083
5429
|
{
|
|
4084
5430
|
"name": "sentry",
|
|
4085
|
-
"description": "Sentry module for Nuxt
|
|
5431
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4086
5432
|
"repo": "nuxt-community/sentry-module",
|
|
4087
5433
|
"npm": "@nuxtjs/sentry",
|
|
4088
|
-
"icon": "sentry.
|
|
5434
|
+
"icon": "sentry.svg",
|
|
4089
5435
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4090
5436
|
"website": "https://sentry.nuxtjs.org/",
|
|
4091
5437
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4093,23 +5439,47 @@
|
|
|
4093
5439
|
"type": "community",
|
|
4094
5440
|
"maintainers": [
|
|
4095
5441
|
{
|
|
4096
|
-
"name": "Rafał Chłodnicki",
|
|
4097
|
-
"github": "rchl"
|
|
5442
|
+
"name": "Rafał Chłodnicki",
|
|
5443
|
+
"github": "rchl"
|
|
5444
|
+
}
|
|
5445
|
+
],
|
|
5446
|
+
"compatibility": {
|
|
5447
|
+
"nuxt": "^2.0.0",
|
|
5448
|
+
"requires": {}
|
|
5449
|
+
}
|
|
5450
|
+
},
|
|
5451
|
+
{
|
|
5452
|
+
"name": "seo-experiments",
|
|
5453
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5454
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5455
|
+
"npm": "nuxt-seo-experiments",
|
|
5456
|
+
"icon": "seo-experiments.svg",
|
|
5457
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5458
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5459
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5460
|
+
"category": "SEO",
|
|
5461
|
+
"type": "3rd-party",
|
|
5462
|
+
"maintainers": [
|
|
5463
|
+
{
|
|
5464
|
+
"name": "Harlan Wilton",
|
|
5465
|
+
"github": "harlan-zw",
|
|
5466
|
+
"twitter": "harlan_zw",
|
|
5467
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4098
5468
|
}
|
|
4099
5469
|
],
|
|
4100
5470
|
"compatibility": {
|
|
4101
|
-
"nuxt": "^
|
|
5471
|
+
"nuxt": "^3.0.0",
|
|
4102
5472
|
"requires": {}
|
|
4103
5473
|
}
|
|
4104
5474
|
},
|
|
4105
5475
|
{
|
|
4106
5476
|
"name": "seo-kit",
|
|
4107
|
-
"description": "
|
|
4108
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4109
|
-
"npm": "nuxt-seo-kit
|
|
5477
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5478
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
5479
|
+
"npm": "nuxt-seo-kit",
|
|
4110
5480
|
"icon": "seo-kit.svg",
|
|
4111
5481
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4112
|
-
"website": "https://
|
|
5482
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4113
5483
|
"learn_more": "",
|
|
4114
5484
|
"category": "SEO",
|
|
4115
5485
|
"type": "3rd-party",
|
|
@@ -4149,7 +5519,7 @@
|
|
|
4149
5519
|
},
|
|
4150
5520
|
{
|
|
4151
5521
|
"name": "seomatic-meta",
|
|
4152
|
-
"description": "A Nuxt
|
|
5522
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4153
5523
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4154
5524
|
"npm": "nuxt-seomatic-meta",
|
|
4155
5525
|
"icon": "seomatic.png",
|
|
@@ -4192,6 +5562,29 @@
|
|
|
4192
5562
|
"requires": {}
|
|
4193
5563
|
}
|
|
4194
5564
|
},
|
|
5565
|
+
{
|
|
5566
|
+
"name": "server-block",
|
|
5567
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5568
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
5569
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5570
|
+
"icon": "server-block.svg",
|
|
5571
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5572
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5573
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5574
|
+
"category": "Extensions",
|
|
5575
|
+
"type": "3rd-party",
|
|
5576
|
+
"maintainers": [
|
|
5577
|
+
{
|
|
5578
|
+
"name": "Hebilicious",
|
|
5579
|
+
"github": "Hebilicious",
|
|
5580
|
+
"twitter": "its_hebilicious"
|
|
5581
|
+
}
|
|
5582
|
+
],
|
|
5583
|
+
"compatibility": {
|
|
5584
|
+
"nuxt": "^3.0.0",
|
|
5585
|
+
"requires": {}
|
|
5586
|
+
}
|
|
5587
|
+
},
|
|
4195
5588
|
{
|
|
4196
5589
|
"name": "session",
|
|
4197
5590
|
"description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
|
|
@@ -4217,7 +5610,7 @@
|
|
|
4217
5610
|
},
|
|
4218
5611
|
{
|
|
4219
5612
|
"name": "shopify",
|
|
4220
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5613
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4221
5614
|
"repo": "Gomah/nuxt-shopify",
|
|
4222
5615
|
"npm": "nuxt-shopify",
|
|
4223
5616
|
"icon": "shopify.png",
|
|
@@ -4238,7 +5631,7 @@
|
|
|
4238
5631
|
}
|
|
4239
5632
|
},
|
|
4240
5633
|
{
|
|
4241
|
-
"name": "
|
|
5634
|
+
"name": "sidebase-auth",
|
|
4242
5635
|
"description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
|
|
4243
5636
|
"repo": "sidebase/nuxt-auth",
|
|
4244
5637
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4284,13 +5677,13 @@
|
|
|
4284
5677
|
},
|
|
4285
5678
|
{
|
|
4286
5679
|
"name": "simple-robots",
|
|
4287
|
-
"description": "
|
|
5680
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4288
5681
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4289
5682
|
"npm": "nuxt-simple-robots",
|
|
4290
|
-
"icon": "",
|
|
5683
|
+
"icon": "simple-robots.svg",
|
|
4291
5684
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4292
|
-
"website": "https://
|
|
4293
|
-
"learn_more": "",
|
|
5685
|
+
"website": "https://nuxtseo.com/robots",
|
|
5686
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4294
5687
|
"category": "SEO",
|
|
4295
5688
|
"type": "3rd-party",
|
|
4296
5689
|
"maintainers": [
|
|
@@ -4308,13 +5701,13 @@
|
|
|
4308
5701
|
},
|
|
4309
5702
|
{
|
|
4310
5703
|
"name": "simple-sitemap",
|
|
4311
|
-
"description": "
|
|
5704
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4312
5705
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4313
5706
|
"npm": "nuxt-simple-sitemap",
|
|
4314
|
-
"icon": "",
|
|
5707
|
+
"icon": "simple-sitemap.svg",
|
|
4315
5708
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4316
|
-
"website": "https://
|
|
4317
|
-
"learn_more": "",
|
|
5709
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5710
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4318
5711
|
"category": "SEO",
|
|
4319
5712
|
"type": "3rd-party",
|
|
4320
5713
|
"maintainers": [
|
|
@@ -4332,7 +5725,7 @@
|
|
|
4332
5725
|
},
|
|
4333
5726
|
{
|
|
4334
5727
|
"name": "sitemap",
|
|
4335
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5728
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
4336
5729
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
4337
5730
|
"npm": "@nuxtjs/sitemap",
|
|
4338
5731
|
"icon": "",
|
|
@@ -4353,16 +5746,38 @@
|
|
|
4353
5746
|
"requires": {}
|
|
4354
5747
|
}
|
|
4355
5748
|
},
|
|
5749
|
+
{
|
|
5750
|
+
"name": "snackbar",
|
|
5751
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
5752
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
5753
|
+
"npm": "nuxt-snackbar",
|
|
5754
|
+
"icon": "snackbar.png",
|
|
5755
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5756
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
5757
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
5758
|
+
"category": "UI",
|
|
5759
|
+
"type": "3rd-party",
|
|
5760
|
+
"maintainers": [
|
|
5761
|
+
{
|
|
5762
|
+
"name": "modbender",
|
|
5763
|
+
"github": "modbender"
|
|
5764
|
+
}
|
|
5765
|
+
],
|
|
5766
|
+
"compatibility": {
|
|
5767
|
+
"nuxt": "^3.0.0",
|
|
5768
|
+
"requires": {}
|
|
5769
|
+
}
|
|
5770
|
+
},
|
|
4356
5771
|
{
|
|
4357
5772
|
"name": "snipcart",
|
|
4358
|
-
"description": "Snipcart integration module for Nuxt
|
|
5773
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4359
5774
|
"repo": "nuxt-modules/snipcart",
|
|
4360
5775
|
"npm": "@nuxtjs/snipcart",
|
|
4361
5776
|
"icon": "snipcart.png",
|
|
4362
5777
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4363
5778
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4364
5779
|
"learn_more": "https://snipcart.com",
|
|
4365
|
-
"category": "
|
|
5780
|
+
"category": "Ecommerce",
|
|
4366
5781
|
"type": "community",
|
|
4367
5782
|
"maintainers": [
|
|
4368
5783
|
{
|
|
@@ -4378,7 +5793,7 @@
|
|
|
4378
5793
|
},
|
|
4379
5794
|
{
|
|
4380
5795
|
"name": "social-meta",
|
|
4381
|
-
"description": "Nuxt
|
|
5796
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4382
5797
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4383
5798
|
"npm": "nuxt-social-meta",
|
|
4384
5799
|
"icon": "",
|
|
@@ -4500,7 +5915,7 @@
|
|
|
4500
5915
|
},
|
|
4501
5916
|
{
|
|
4502
5917
|
"name": "storage",
|
|
4503
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5918
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
4504
5919
|
"repo": "mazipan/nuxt-storage",
|
|
4505
5920
|
"npm": "nuxt-storage",
|
|
4506
5921
|
"icon": "",
|
|
@@ -4522,7 +5937,7 @@
|
|
|
4522
5937
|
},
|
|
4523
5938
|
{
|
|
4524
5939
|
"name": "storefront-ui",
|
|
4525
|
-
"description": "Storefront UI Module for Nuxt
|
|
5940
|
+
"description": "Storefront UI Module for Nuxt",
|
|
4526
5941
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
4527
5942
|
"npm": "@storefront-ui/nuxt",
|
|
4528
5943
|
"icon": "storefront-ui.svg",
|
|
@@ -4566,7 +5981,7 @@
|
|
|
4566
5981
|
},
|
|
4567
5982
|
{
|
|
4568
5983
|
"name": "storyblok",
|
|
4569
|
-
"description": "Storyblok Nuxt
|
|
5984
|
+
"description": "Storyblok Nuxt module",
|
|
4570
5985
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
4571
5986
|
"npm": "@storyblok/nuxt",
|
|
4572
5987
|
"icon": "storyblok.png",
|
|
@@ -4583,46 +5998,43 @@
|
|
|
4583
5998
|
],
|
|
4584
5999
|
"compatibility": {
|
|
4585
6000
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4586
|
-
"requires": {}
|
|
6001
|
+
"requires": {},
|
|
6002
|
+
"devtools": "^0.0.0"
|
|
4587
6003
|
}
|
|
4588
6004
|
},
|
|
4589
6005
|
{
|
|
4590
6006
|
"name": "storybook",
|
|
4591
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
4592
|
-
"repo": "nuxt-
|
|
6007
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6008
|
+
"repo": "nuxt-modules/storybook",
|
|
4593
6009
|
"npm": "@nuxtjs/storybook",
|
|
4594
6010
|
"icon": "storybook.png",
|
|
4595
|
-
"github": "https://github.com/nuxt-
|
|
6011
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
4596
6012
|
"website": "https://storybook.nuxtjs.org",
|
|
4597
|
-
"learn_more": "https://
|
|
6013
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
4598
6014
|
"category": "Devtools",
|
|
4599
6015
|
"type": "community",
|
|
4600
6016
|
"maintainers": [
|
|
4601
6017
|
{
|
|
4602
|
-
"name": "
|
|
4603
|
-
"github": "
|
|
4604
|
-
"twitter": "
|
|
4605
|
-
},
|
|
4606
|
-
{
|
|
4607
|
-
"name": "Pooya Parsa",
|
|
4608
|
-
"github": "pi0",
|
|
4609
|
-
"twitter": "_pi0_"
|
|
6018
|
+
"name": "Chakir QATAB",
|
|
6019
|
+
"github": "chakAs3",
|
|
6020
|
+
"twitter": "ChakirQatab"
|
|
4610
6021
|
}
|
|
4611
6022
|
],
|
|
4612
6023
|
"compatibility": {
|
|
4613
|
-
"nuxt": "^2.0.0",
|
|
6024
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4614
6025
|
"requires": {
|
|
4615
6026
|
"bridge": "optional"
|
|
4616
|
-
}
|
|
6027
|
+
},
|
|
6028
|
+
"devtools": "^0.7.2"
|
|
4617
6029
|
}
|
|
4618
6030
|
},
|
|
4619
6031
|
{
|
|
4620
6032
|
"name": "strapi",
|
|
4621
6033
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4622
|
-
"repo": "nuxt-
|
|
6034
|
+
"repo": "nuxt-modules/strapi",
|
|
4623
6035
|
"npm": "@nuxtjs/strapi",
|
|
4624
6036
|
"icon": "strapi.png",
|
|
4625
|
-
"github": "https://github.com/nuxt-
|
|
6037
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4626
6038
|
"website": "https://strapi.nuxtjs.org",
|
|
4627
6039
|
"learn_more": "https://strapi.io/",
|
|
4628
6040
|
"category": "CMS",
|
|
@@ -4643,7 +6055,34 @@
|
|
|
4643
6055
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4644
6056
|
"requires": {
|
|
4645
6057
|
"bridge": true
|
|
6058
|
+
},
|
|
6059
|
+
"devtools": "^0.0.0"
|
|
6060
|
+
}
|
|
6061
|
+
},
|
|
6062
|
+
{
|
|
6063
|
+
"name": "stripe-next",
|
|
6064
|
+
"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.",
|
|
6065
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
6066
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
6067
|
+
"icon": "stripe.png",
|
|
6068
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6069
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6070
|
+
"learn_more": "https://stripe.com/docs",
|
|
6071
|
+
"category": "Payment",
|
|
6072
|
+
"type": "3rd-party",
|
|
6073
|
+
"maintainers": [
|
|
6074
|
+
{
|
|
6075
|
+
"name": "Loic Fuentes",
|
|
6076
|
+
"github": "fuentesloic"
|
|
6077
|
+
},
|
|
6078
|
+
{
|
|
6079
|
+
"name": "Florent Giraud",
|
|
6080
|
+
"github": "flozero"
|
|
4646
6081
|
}
|
|
6082
|
+
],
|
|
6083
|
+
"compatibility": {
|
|
6084
|
+
"nuxt": "^3.0.0",
|
|
6085
|
+
"requires": {}
|
|
4647
6086
|
}
|
|
4648
6087
|
},
|
|
4649
6088
|
{
|
|
@@ -4668,6 +6107,36 @@
|
|
|
4668
6107
|
"requires": {}
|
|
4669
6108
|
}
|
|
4670
6109
|
},
|
|
6110
|
+
{
|
|
6111
|
+
"name": "studio",
|
|
6112
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6113
|
+
"repo": "nuxtlabs/studio-module",
|
|
6114
|
+
"npm": "@nuxthq/studio",
|
|
6115
|
+
"icon": "studio.svg",
|
|
6116
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6117
|
+
"website": "https://nuxt.studio",
|
|
6118
|
+
"learn_more": "https://nuxt.studio",
|
|
6119
|
+
"category": "CMS",
|
|
6120
|
+
"type": "3rd-party",
|
|
6121
|
+
"maintainers": [
|
|
6122
|
+
{
|
|
6123
|
+
"name": "Ahad Birang",
|
|
6124
|
+
"github": "farnabaz",
|
|
6125
|
+
"twitter": "a_birang"
|
|
6126
|
+
},
|
|
6127
|
+
{
|
|
6128
|
+
"name": "Sébastien Chopin",
|
|
6129
|
+
"github": "Atinux",
|
|
6130
|
+
"twitter": "Atinux"
|
|
6131
|
+
}
|
|
6132
|
+
],
|
|
6133
|
+
"compatibility": {
|
|
6134
|
+
"nuxt": "^3.0.0",
|
|
6135
|
+
"requires": {
|
|
6136
|
+
"content": true
|
|
6137
|
+
}
|
|
6138
|
+
}
|
|
6139
|
+
},
|
|
4671
6140
|
{
|
|
4672
6141
|
"name": "style-resources",
|
|
4673
6142
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -4693,7 +6162,7 @@
|
|
|
4693
6162
|
},
|
|
4694
6163
|
{
|
|
4695
6164
|
"name": "stylelint",
|
|
4696
|
-
"description": "Stylelint module for Nuxt.
|
|
6165
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
4697
6166
|
"repo": "nuxt-community/stylelint-module",
|
|
4698
6167
|
"npm": "@nuxtjs/stylelint-module",
|
|
4699
6168
|
"icon": "stylelint.png",
|
|
@@ -4709,7 +6178,7 @@
|
|
|
4709
6178
|
}
|
|
4710
6179
|
],
|
|
4711
6180
|
"compatibility": {
|
|
4712
|
-
"nuxt": "^2.0.0",
|
|
6181
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4713
6182
|
"requires": {}
|
|
4714
6183
|
}
|
|
4715
6184
|
},
|
|
@@ -4739,10 +6208,10 @@
|
|
|
4739
6208
|
{
|
|
4740
6209
|
"name": "supabase",
|
|
4741
6210
|
"description": "First class integration with Supabase",
|
|
4742
|
-
"repo": "nuxt-
|
|
6211
|
+
"repo": "nuxt-modules/supabase",
|
|
4743
6212
|
"npm": "@nuxtjs/supabase",
|
|
4744
6213
|
"icon": "supabase.png",
|
|
4745
|
-
"github": "https://github.com/nuxt-
|
|
6214
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
4746
6215
|
"website": "https://supabase.nuxtjs.org",
|
|
4747
6216
|
"learn_more": "https://supabase.com",
|
|
4748
6217
|
"category": "Database",
|
|
@@ -4793,12 +6262,12 @@
|
|
|
4793
6262
|
},
|
|
4794
6263
|
{
|
|
4795
6264
|
"name": "svg-sprite",
|
|
4796
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
4797
|
-
"repo": "nuxt-
|
|
6265
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6266
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
4798
6267
|
"npm": "@nuxtjs/svg-sprite",
|
|
4799
6268
|
"icon": "",
|
|
4800
|
-
"github": "https://github.com/nuxt-
|
|
4801
|
-
"website": "https://github.com/nuxt-
|
|
6269
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6270
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
4802
6271
|
"learn_more": "",
|
|
4803
6272
|
"category": "UI",
|
|
4804
6273
|
"type": "community",
|
|
@@ -4810,13 +6279,13 @@
|
|
|
4810
6279
|
}
|
|
4811
6280
|
],
|
|
4812
6281
|
"compatibility": {
|
|
4813
|
-
"nuxt": "^2.0.0",
|
|
6282
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4814
6283
|
"requires": {}
|
|
4815
6284
|
}
|
|
4816
6285
|
},
|
|
4817
6286
|
{
|
|
4818
6287
|
"name": "svg",
|
|
4819
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6288
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
4820
6289
|
"repo": "nuxt-community/svg-module",
|
|
4821
6290
|
"npm": "@nuxtjs/svg",
|
|
4822
6291
|
"icon": "",
|
|
@@ -4860,7 +6329,7 @@
|
|
|
4860
6329
|
},
|
|
4861
6330
|
{
|
|
4862
6331
|
"name": "swiper",
|
|
4863
|
-
"description": "Nuxt
|
|
6332
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
4864
6333
|
"repo": "cpreston321/nuxt-swiper",
|
|
4865
6334
|
"npm": "nuxt-swiper",
|
|
4866
6335
|
"icon": "swiper.svg",
|
|
@@ -4906,10 +6375,10 @@
|
|
|
4906
6375
|
{
|
|
4907
6376
|
"name": "tailwindcss",
|
|
4908
6377
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
4909
|
-
"repo": "nuxt-
|
|
6378
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
4910
6379
|
"npm": "@nuxtjs/tailwindcss",
|
|
4911
6380
|
"icon": "tailwindcss.png",
|
|
4912
|
-
"github": "https://github.com/nuxt-
|
|
6381
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
4913
6382
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
4914
6383
|
"learn_more": "https://tailwindcss.com/",
|
|
4915
6384
|
"category": "UI",
|
|
@@ -4919,11 +6388,16 @@
|
|
|
4919
6388
|
"name": "Sébastien Chopin",
|
|
4920
6389
|
"github": "Atinux",
|
|
4921
6390
|
"twitter": "Atinux"
|
|
6391
|
+
},
|
|
6392
|
+
{
|
|
6393
|
+
"name": "Inesh Bose",
|
|
6394
|
+
"github": "ineshbose"
|
|
4922
6395
|
}
|
|
4923
6396
|
],
|
|
4924
6397
|
"compatibility": {
|
|
4925
6398
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4926
|
-
"requires": {}
|
|
6399
|
+
"requires": {},
|
|
6400
|
+
"devtools": "^0.0.0"
|
|
4927
6401
|
}
|
|
4928
6402
|
},
|
|
4929
6403
|
{
|
|
@@ -4949,9 +6423,53 @@
|
|
|
4949
6423
|
"requires": {}
|
|
4950
6424
|
}
|
|
4951
6425
|
},
|
|
6426
|
+
{
|
|
6427
|
+
"name": "time",
|
|
6428
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
6429
|
+
"repo": "danielroe/nuxt-time",
|
|
6430
|
+
"npm": "nuxt-time",
|
|
6431
|
+
"icon": "",
|
|
6432
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
6433
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
6434
|
+
"learn_more": "",
|
|
6435
|
+
"category": "Extensions",
|
|
6436
|
+
"type": "3rd-party",
|
|
6437
|
+
"maintainers": [
|
|
6438
|
+
{
|
|
6439
|
+
"name": "danielroe",
|
|
6440
|
+
"github": "danielroe"
|
|
6441
|
+
}
|
|
6442
|
+
],
|
|
6443
|
+
"compatibility": {
|
|
6444
|
+
"nuxt": "^3.0.0",
|
|
6445
|
+
"requires": {}
|
|
6446
|
+
}
|
|
6447
|
+
},
|
|
6448
|
+
{
|
|
6449
|
+
"name": "tiptap",
|
|
6450
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6451
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6452
|
+
"npm": "nuxt-tiptap-editor",
|
|
6453
|
+
"icon": "tiptap.png",
|
|
6454
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6455
|
+
"website": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6456
|
+
"learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6457
|
+
"category": "Libraries",
|
|
6458
|
+
"type": "3rd-party",
|
|
6459
|
+
"maintainers": [
|
|
6460
|
+
{
|
|
6461
|
+
"name": "modbender",
|
|
6462
|
+
"github": "modbender"
|
|
6463
|
+
}
|
|
6464
|
+
],
|
|
6465
|
+
"compatibility": {
|
|
6466
|
+
"nuxt": "^3.0.0",
|
|
6467
|
+
"requires": {}
|
|
6468
|
+
}
|
|
6469
|
+
},
|
|
4952
6470
|
{
|
|
4953
6471
|
"name": "toast",
|
|
4954
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6472
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
4955
6473
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
4956
6474
|
"npm": "@nuxtjs/toast",
|
|
4957
6475
|
"icon": "",
|
|
@@ -4972,6 +6490,61 @@
|
|
|
4972
6490
|
"requires": {}
|
|
4973
6491
|
}
|
|
4974
6492
|
},
|
|
6493
|
+
{
|
|
6494
|
+
"name": "translation-manager",
|
|
6495
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6496
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6497
|
+
"npm": "nuxt-translation-manager",
|
|
6498
|
+
"icon": "translation-manager.png",
|
|
6499
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6500
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6501
|
+
"learn_more": "",
|
|
6502
|
+
"category": "Extensions",
|
|
6503
|
+
"type": "3rd-party",
|
|
6504
|
+
"maintainers": [
|
|
6505
|
+
{
|
|
6506
|
+
"name": "Sam K",
|
|
6507
|
+
"github": "samk-dev"
|
|
6508
|
+
}
|
|
6509
|
+
],
|
|
6510
|
+
"compatibility": {
|
|
6511
|
+
"nuxt": "^3.0.0",
|
|
6512
|
+
"requires": {}
|
|
6513
|
+
}
|
|
6514
|
+
},
|
|
6515
|
+
{
|
|
6516
|
+
"name": "tresjs",
|
|
6517
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6518
|
+
"repo": "tresjs/nuxt",
|
|
6519
|
+
"npm": "@tresjs/nuxt",
|
|
6520
|
+
"icon": "tresjs.svg",
|
|
6521
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6522
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6523
|
+
"learn_more": "https://tresjs.org/",
|
|
6524
|
+
"category": "Libraries",
|
|
6525
|
+
"type": "3rd-party",
|
|
6526
|
+
"maintainers": [
|
|
6527
|
+
{
|
|
6528
|
+
"name": "Alvaro Saburido",
|
|
6529
|
+
"github": "alvarosabu",
|
|
6530
|
+
"twitter": "alvarosabu"
|
|
6531
|
+
},
|
|
6532
|
+
{
|
|
6533
|
+
"name": "Jaime Torrealba",
|
|
6534
|
+
"github": "JaimeTorrealba",
|
|
6535
|
+
"twitter": "jaimebboyjt"
|
|
6536
|
+
},
|
|
6537
|
+
{
|
|
6538
|
+
"name": "Tino Koch",
|
|
6539
|
+
"github": "Tinoooo",
|
|
6540
|
+
"twitter": "ichbintino"
|
|
6541
|
+
}
|
|
6542
|
+
],
|
|
6543
|
+
"compatibility": {
|
|
6544
|
+
"nuxt": "^3.0.0",
|
|
6545
|
+
"requires": {}
|
|
6546
|
+
}
|
|
6547
|
+
},
|
|
4975
6548
|
{
|
|
4976
6549
|
"name": "turnstile",
|
|
4977
6550
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -4999,7 +6572,7 @@
|
|
|
4999
6572
|
},
|
|
5000
6573
|
{
|
|
5001
6574
|
"name": "twa",
|
|
5002
|
-
"description": "Nuxt
|
|
6575
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5003
6576
|
"repo": "tuarrep/nuxt-twa",
|
|
5004
6577
|
"npm": "nuxt-twa",
|
|
5005
6578
|
"icon": "",
|
|
@@ -5021,6 +6594,28 @@
|
|
|
5021
6594
|
}
|
|
5022
6595
|
}
|
|
5023
6596
|
},
|
|
6597
|
+
{
|
|
6598
|
+
"name": "twemoji",
|
|
6599
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6600
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6601
|
+
"npm": "nuxt-twemoji",
|
|
6602
|
+
"icon": "twemoji.svg",
|
|
6603
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6604
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6605
|
+
"learn_more": "",
|
|
6606
|
+
"category": "UI",
|
|
6607
|
+
"type": "3rd-party",
|
|
6608
|
+
"maintainers": [
|
|
6609
|
+
{
|
|
6610
|
+
"name": "Yizack Rangel",
|
|
6611
|
+
"github": "yizack"
|
|
6612
|
+
}
|
|
6613
|
+
],
|
|
6614
|
+
"compatibility": {
|
|
6615
|
+
"nuxt": "^3.0.0",
|
|
6616
|
+
"requires": {}
|
|
6617
|
+
}
|
|
6618
|
+
},
|
|
5024
6619
|
{
|
|
5025
6620
|
"name": "twicpics",
|
|
5026
6621
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5165,6 +6760,63 @@
|
|
|
5165
6760
|
"requires": {}
|
|
5166
6761
|
}
|
|
5167
6762
|
},
|
|
6763
|
+
{
|
|
6764
|
+
"name": "typo3",
|
|
6765
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6766
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6767
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6768
|
+
"icon": "typo3.svg",
|
|
6769
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6770
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6771
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6772
|
+
"category": "CMS",
|
|
6773
|
+
"type": "3rd-party",
|
|
6774
|
+
"maintainers": [
|
|
6775
|
+
{
|
|
6776
|
+
"name": "Macopedia",
|
|
6777
|
+
"github": "macopedia",
|
|
6778
|
+
"twitter": "macopediapl"
|
|
6779
|
+
}
|
|
6780
|
+
],
|
|
6781
|
+
"compatibility": {
|
|
6782
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6783
|
+
"requires": {},
|
|
6784
|
+
"devtools": "^0.0.0"
|
|
6785
|
+
}
|
|
6786
|
+
},
|
|
6787
|
+
{
|
|
6788
|
+
"name": "ui",
|
|
6789
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6790
|
+
"repo": "nuxt/ui#dev",
|
|
6791
|
+
"npm": "@nuxt/ui",
|
|
6792
|
+
"icon": "nuxt.svg",
|
|
6793
|
+
"github": "https://github.com/nuxt/ui",
|
|
6794
|
+
"website": "https://ui.nuxt.com",
|
|
6795
|
+
"learn_more": "",
|
|
6796
|
+
"category": "UI",
|
|
6797
|
+
"type": "official",
|
|
6798
|
+
"maintainers": [
|
|
6799
|
+
{
|
|
6800
|
+
"name": "Benjamin Canac",
|
|
6801
|
+
"github": "benjamincanac",
|
|
6802
|
+
"twitter": "benjamincanac"
|
|
6803
|
+
},
|
|
6804
|
+
{
|
|
6805
|
+
"name": "Sebastien Chopin",
|
|
6806
|
+
"github": "Atinux",
|
|
6807
|
+
"twitter": "Atinux"
|
|
6808
|
+
},
|
|
6809
|
+
{
|
|
6810
|
+
"name": "Sylvain Marroufin",
|
|
6811
|
+
"github": "smarroufin",
|
|
6812
|
+
"twitter": "smarroufin"
|
|
6813
|
+
}
|
|
6814
|
+
],
|
|
6815
|
+
"compatibility": {
|
|
6816
|
+
"nuxt": "^3.0.0",
|
|
6817
|
+
"requires": {}
|
|
6818
|
+
}
|
|
6819
|
+
},
|
|
5168
6820
|
{
|
|
5169
6821
|
"name": "umami",
|
|
5170
6822
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5192,11 +6844,11 @@
|
|
|
5192
6844
|
{
|
|
5193
6845
|
"name": "unhead",
|
|
5194
6846
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5195
|
-
"repo": "harlan-zw/nuxt-
|
|
5196
|
-
"npm": "nuxt-
|
|
6847
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6848
|
+
"npm": "nuxt-seo-experiments",
|
|
5197
6849
|
"icon": "",
|
|
5198
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5199
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
6850
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6851
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5200
6852
|
"learn_more": "",
|
|
5201
6853
|
"category": "SEO",
|
|
5202
6854
|
"type": "3rd-party",
|
|
@@ -5213,7 +6865,7 @@
|
|
|
5213
6865
|
},
|
|
5214
6866
|
{
|
|
5215
6867
|
"name": "universal-storage",
|
|
5216
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6868
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5217
6869
|
"repo": "nuxt-community/universal-storage-module",
|
|
5218
6870
|
"npm": "@nuxtjs/universal-storage",
|
|
5219
6871
|
"icon": "",
|
|
@@ -5239,6 +6891,28 @@
|
|
|
5239
6891
|
"requires": {}
|
|
5240
6892
|
}
|
|
5241
6893
|
},
|
|
6894
|
+
{
|
|
6895
|
+
"name": "unlazy",
|
|
6896
|
+
"description": "Lazy loading library for placeholder images",
|
|
6897
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6898
|
+
"npm": "@unlazy/nuxt",
|
|
6899
|
+
"icon": "unlazy.svg",
|
|
6900
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6901
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6902
|
+
"learn_more": "",
|
|
6903
|
+
"category": "Images",
|
|
6904
|
+
"type": "3rd-party",
|
|
6905
|
+
"maintainers": [
|
|
6906
|
+
{
|
|
6907
|
+
"name": "Johann Schopplich",
|
|
6908
|
+
"github": "johannschopplich"
|
|
6909
|
+
}
|
|
6910
|
+
],
|
|
6911
|
+
"compatibility": {
|
|
6912
|
+
"nuxt": "^3.0.0",
|
|
6913
|
+
"requires": {}
|
|
6914
|
+
}
|
|
6915
|
+
},
|
|
5242
6916
|
{
|
|
5243
6917
|
"name": "unlighthouse",
|
|
5244
6918
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5252,48 +6926,96 @@
|
|
|
5252
6926
|
"type": "3rd-party",
|
|
5253
6927
|
"maintainers": [
|
|
5254
6928
|
{
|
|
5255
|
-
"name": "Harlan Wilton",
|
|
5256
|
-
"github": "harlan-zw",
|
|
5257
|
-
"twitter": "harlan_zw",
|
|
5258
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
6929
|
+
"name": "Harlan Wilton",
|
|
6930
|
+
"github": "harlan-zw",
|
|
6931
|
+
"twitter": "harlan_zw",
|
|
6932
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
6933
|
+
}
|
|
6934
|
+
],
|
|
6935
|
+
"compatibility": {
|
|
6936
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6937
|
+
"requires": {
|
|
6938
|
+
"bridge": "optional"
|
|
6939
|
+
}
|
|
6940
|
+
}
|
|
6941
|
+
},
|
|
6942
|
+
{
|
|
6943
|
+
"name": "unocss",
|
|
6944
|
+
"description": "The instant on-demand atomic CSS engine.",
|
|
6945
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
6946
|
+
"npm": "@unocss/nuxt",
|
|
6947
|
+
"icon": "unocss.svg",
|
|
6948
|
+
"github": "https://github.com/unocss/unocss",
|
|
6949
|
+
"website": "https://github.com/unocss/unocss",
|
|
6950
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
6951
|
+
"category": "UI",
|
|
6952
|
+
"type": "3rd-party",
|
|
6953
|
+
"maintainers": [
|
|
6954
|
+
{
|
|
6955
|
+
"name": "Anthony Fu",
|
|
6956
|
+
"github": "antfu",
|
|
6957
|
+
"twitter": "antfu7",
|
|
6958
|
+
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
6959
|
+
}
|
|
6960
|
+
],
|
|
6961
|
+
"compatibility": {
|
|
6962
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6963
|
+
"requires": {
|
|
6964
|
+
"bridge": "optional"
|
|
6965
|
+
},
|
|
6966
|
+
"devtools": "^0.0.0"
|
|
6967
|
+
}
|
|
6968
|
+
},
|
|
6969
|
+
{
|
|
6970
|
+
"name": "ununuracss",
|
|
6971
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
6972
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
6973
|
+
"npm": "nuxt-ununura",
|
|
6974
|
+
"icon": "ununuracss.png",
|
|
6975
|
+
"github": "https://github.com/novout/ununuracss",
|
|
6976
|
+
"website": "https://ununura.com/#/",
|
|
6977
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
6978
|
+
"category": "UI",
|
|
6979
|
+
"type": "3rd-party",
|
|
6980
|
+
"maintainers": [
|
|
6981
|
+
{
|
|
6982
|
+
"name": "Giovane Cardoso",
|
|
6983
|
+
"github": "novout",
|
|
6984
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5259
6985
|
}
|
|
5260
6986
|
],
|
|
5261
6987
|
"compatibility": {
|
|
5262
6988
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5263
|
-
"requires": {
|
|
5264
|
-
"bridge": "optional"
|
|
5265
|
-
}
|
|
6989
|
+
"requires": {}
|
|
5266
6990
|
}
|
|
5267
6991
|
},
|
|
5268
6992
|
{
|
|
5269
|
-
"name": "
|
|
5270
|
-
"description": "
|
|
5271
|
-
"repo": "
|
|
5272
|
-
"npm": "@
|
|
5273
|
-
"icon": "
|
|
5274
|
-
"github": "https://github.com/
|
|
5275
|
-
"website": "https://github.com/
|
|
5276
|
-
"learn_more": "https://github.com/
|
|
5277
|
-
"category": "
|
|
6993
|
+
"name": "use-wagmi",
|
|
6994
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6995
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6996
|
+
"npm": "@use-wagmi/nuxt",
|
|
6997
|
+
"icon": "use-wagmi.png",
|
|
6998
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6999
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
7000
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
7001
|
+
"category": "Extensions",
|
|
5278
7002
|
"type": "3rd-party",
|
|
5279
7003
|
"maintainers": [
|
|
5280
7004
|
{
|
|
5281
|
-
"name": "
|
|
5282
|
-
"github": "
|
|
5283
|
-
"twitter": "antfu7",
|
|
5284
|
-
"avatar": "https://avatars.githubusercontent.com/antfu?v=4"
|
|
7005
|
+
"name": "Unic Ape",
|
|
7006
|
+
"github": "unicape"
|
|
5285
7007
|
}
|
|
5286
7008
|
],
|
|
5287
7009
|
"compatibility": {
|
|
5288
7010
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5289
7011
|
"requires": {
|
|
5290
|
-
"bridge":
|
|
7012
|
+
"bridge": true
|
|
5291
7013
|
}
|
|
5292
7014
|
}
|
|
5293
7015
|
},
|
|
5294
7016
|
{
|
|
5295
7017
|
"name": "user-agent",
|
|
5296
|
-
"description": "Nuxt
|
|
7018
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5297
7019
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5298
7020
|
"npm": "nuxt-user-agent",
|
|
5299
7021
|
"icon": "",
|
|
@@ -5359,6 +7081,74 @@
|
|
|
5359
7081
|
}
|
|
5360
7082
|
}
|
|
5361
7083
|
},
|
|
7084
|
+
{
|
|
7085
|
+
"name": "varlet",
|
|
7086
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
7087
|
+
"repo": "varletjs/varlet-nuxt",
|
|
7088
|
+
"npm": "@varlet/nuxt",
|
|
7089
|
+
"icon": "varlet.svg",
|
|
7090
|
+
"github": "https://github.com/varletjs/varlet",
|
|
7091
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
7092
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
7093
|
+
"category": "UI",
|
|
7094
|
+
"type": "3rd-party",
|
|
7095
|
+
"maintainers": [
|
|
7096
|
+
{
|
|
7097
|
+
"name": "zhangmo8",
|
|
7098
|
+
"github": "zhangmo8"
|
|
7099
|
+
}
|
|
7100
|
+
],
|
|
7101
|
+
"compatibility": {
|
|
7102
|
+
"nuxt": "^3.0.0",
|
|
7103
|
+
"requires": {
|
|
7104
|
+
"bridge": "optional"
|
|
7105
|
+
}
|
|
7106
|
+
}
|
|
7107
|
+
},
|
|
7108
|
+
{
|
|
7109
|
+
"name": "vcalendar",
|
|
7110
|
+
"description": "VCalendar module for Nuxt",
|
|
7111
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
7112
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7113
|
+
"icon": "vcalendar.png",
|
|
7114
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
7115
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
7116
|
+
"learn_more": "",
|
|
7117
|
+
"category": "Libraries",
|
|
7118
|
+
"type": "3rd-party",
|
|
7119
|
+
"maintainers": [
|
|
7120
|
+
{
|
|
7121
|
+
"name": "Sam K",
|
|
7122
|
+
"github": "samk-dev"
|
|
7123
|
+
}
|
|
7124
|
+
],
|
|
7125
|
+
"compatibility": {
|
|
7126
|
+
"nuxt": "^3.0.0",
|
|
7127
|
+
"requires": {}
|
|
7128
|
+
}
|
|
7129
|
+
},
|
|
7130
|
+
{
|
|
7131
|
+
"name": "vee-validate",
|
|
7132
|
+
"description": "Painless Vue forms for Nuxt",
|
|
7133
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
7134
|
+
"npm": "@vee-validate/nuxt",
|
|
7135
|
+
"icon": "vee-validate.png",
|
|
7136
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
7137
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
7138
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
7139
|
+
"category": "Libraries",
|
|
7140
|
+
"type": "3rd-party",
|
|
7141
|
+
"maintainers": [
|
|
7142
|
+
{
|
|
7143
|
+
"name": "Abdelrahman Awad",
|
|
7144
|
+
"github": "logaretm"
|
|
7145
|
+
}
|
|
7146
|
+
],
|
|
7147
|
+
"compatibility": {
|
|
7148
|
+
"nuxt": "^3.0.0",
|
|
7149
|
+
"requires": {}
|
|
7150
|
+
}
|
|
7151
|
+
},
|
|
5362
7152
|
{
|
|
5363
7153
|
"name": "vendor",
|
|
5364
7154
|
"description": "directly serve node_modules",
|
|
@@ -5382,9 +7172,54 @@
|
|
|
5382
7172
|
"requires": {}
|
|
5383
7173
|
}
|
|
5384
7174
|
},
|
|
7175
|
+
{
|
|
7176
|
+
"name": "vercel-analytics",
|
|
7177
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
7178
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
7179
|
+
"npm": "nuxt-vercel-analytics",
|
|
7180
|
+
"icon": "",
|
|
7181
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7182
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
7183
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
7184
|
+
"category": "Analytics",
|
|
7185
|
+
"type": "3rd-party",
|
|
7186
|
+
"maintainers": [
|
|
7187
|
+
{
|
|
7188
|
+
"name": "Alexander B.",
|
|
7189
|
+
"github": "xanderbarkhatov"
|
|
7190
|
+
}
|
|
7191
|
+
],
|
|
7192
|
+
"compatibility": {
|
|
7193
|
+
"nuxt": "^3.0.0",
|
|
7194
|
+
"requires": {}
|
|
7195
|
+
}
|
|
7196
|
+
},
|
|
7197
|
+
{
|
|
7198
|
+
"name": "vexip-ui",
|
|
7199
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
7200
|
+
"repo": "vexip-ui/nuxt",
|
|
7201
|
+
"npm": "@vexip-ui/nuxt",
|
|
7202
|
+
"icon": "vexip-ui.svg",
|
|
7203
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
7204
|
+
"website": "https://www.vexipui.com/",
|
|
7205
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
7206
|
+
"category": "UI",
|
|
7207
|
+
"type": "3rd-party",
|
|
7208
|
+
"maintainers": [
|
|
7209
|
+
{
|
|
7210
|
+
"name": "未觉雨声",
|
|
7211
|
+
"github": "qmhc",
|
|
7212
|
+
"twitter": "qmhc95"
|
|
7213
|
+
}
|
|
7214
|
+
],
|
|
7215
|
+
"compatibility": {
|
|
7216
|
+
"nuxt": "^3.0.0",
|
|
7217
|
+
"requires": {}
|
|
7218
|
+
}
|
|
7219
|
+
},
|
|
5385
7220
|
{
|
|
5386
7221
|
"name": "vite-pwa-nuxt",
|
|
5387
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7222
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
5388
7223
|
"repo": "vite-pwa/nuxt",
|
|
5389
7224
|
"npm": "@vite-pwa/nuxt",
|
|
5390
7225
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -5413,13 +7248,13 @@
|
|
|
5413
7248
|
{
|
|
5414
7249
|
"name": "vitest",
|
|
5415
7250
|
"description": "Vitest integration with Nuxt",
|
|
5416
|
-
"repo": "danielroe/nuxt-vitest
|
|
7251
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5417
7252
|
"npm": "nuxt-vitest",
|
|
5418
7253
|
"icon": "vitest.svg",
|
|
5419
7254
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5420
7255
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5421
7256
|
"learn_more": "",
|
|
5422
|
-
"category": "
|
|
7257
|
+
"category": "Devtools",
|
|
5423
7258
|
"type": "3rd-party",
|
|
5424
7259
|
"maintainers": [
|
|
5425
7260
|
{
|
|
@@ -5431,6 +7266,61 @@
|
|
|
5431
7266
|
"github": "antfu"
|
|
5432
7267
|
}
|
|
5433
7268
|
],
|
|
7269
|
+
"compatibility": {
|
|
7270
|
+
"nuxt": "^3.0.0",
|
|
7271
|
+
"requires": {},
|
|
7272
|
+
"devtools": "^0.0.0"
|
|
7273
|
+
}
|
|
7274
|
+
},
|
|
7275
|
+
{
|
|
7276
|
+
"name": "vue-email",
|
|
7277
|
+
"description": "💌 Write email templates with vue",
|
|
7278
|
+
"repo": "vue-email/nuxt",
|
|
7279
|
+
"npm": "@vue-email/nuxt",
|
|
7280
|
+
"icon": "vue-email.svg",
|
|
7281
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7282
|
+
"website": "https://vuemail.net/",
|
|
7283
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
7284
|
+
"category": "UI",
|
|
7285
|
+
"type": "3rd-party",
|
|
7286
|
+
"maintainers": [
|
|
7287
|
+
{
|
|
7288
|
+
"name": "David Arenas",
|
|
7289
|
+
"github": "Dave136",
|
|
7290
|
+
"twitter": "davejs4",
|
|
7291
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
7292
|
+
},
|
|
7293
|
+
{
|
|
7294
|
+
"name": "Younes Barrad",
|
|
7295
|
+
"github": "Flowko",
|
|
7296
|
+
"twitter": "imflowko",
|
|
7297
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
7298
|
+
}
|
|
7299
|
+
],
|
|
7300
|
+
"compatibility": {
|
|
7301
|
+
"nuxt": "^3.0.0",
|
|
7302
|
+
"requires": {},
|
|
7303
|
+
"devtools": "^0.0.0"
|
|
7304
|
+
}
|
|
7305
|
+
},
|
|
7306
|
+
{
|
|
7307
|
+
"name": "vue-final-modal",
|
|
7308
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7309
|
+
"repo": "vue-final/vue-final-modal",
|
|
7310
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7311
|
+
"icon": "vue-final-modal.svg",
|
|
7312
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7313
|
+
"website": "https://vue-final-modal.org/",
|
|
7314
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7315
|
+
"category": "UI",
|
|
7316
|
+
"type": "3rd-party",
|
|
7317
|
+
"maintainers": [
|
|
7318
|
+
{
|
|
7319
|
+
"name": "Hunter Liu",
|
|
7320
|
+
"github": "hunterliu1003",
|
|
7321
|
+
"twitter": "hunterliu1003"
|
|
7322
|
+
}
|
|
7323
|
+
],
|
|
5434
7324
|
"compatibility": {
|
|
5435
7325
|
"nuxt": "^3.0.0",
|
|
5436
7326
|
"requires": {}
|
|
@@ -5438,13 +7328,13 @@
|
|
|
5438
7328
|
},
|
|
5439
7329
|
{
|
|
5440
7330
|
"name": "vue-macros",
|
|
5441
|
-
"description": "Explore
|
|
5442
|
-
"repo": "sxzz/
|
|
7331
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
7332
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5443
7333
|
"npm": "@vue-macros/nuxt",
|
|
5444
7334
|
"icon": "vue-macros.svg",
|
|
5445
|
-
"github": "https://github.com/sxzz/
|
|
7335
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5446
7336
|
"website": "https://vue-macros.sxzz.moe",
|
|
5447
|
-
"learn_more": "https://github.com/sxzz/
|
|
7337
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5448
7338
|
"category": "Extensions",
|
|
5449
7339
|
"type": "3rd-party",
|
|
5450
7340
|
"maintainers": [
|
|
@@ -5458,7 +7348,8 @@
|
|
|
5458
7348
|
"nuxt": "^3.0.0",
|
|
5459
7349
|
"requires": {
|
|
5460
7350
|
"bridge": "optional"
|
|
5461
|
-
}
|
|
7351
|
+
},
|
|
7352
|
+
"devtools": "^0.0.0"
|
|
5462
7353
|
}
|
|
5463
7354
|
},
|
|
5464
7355
|
{
|
|
@@ -5485,7 +7376,7 @@
|
|
|
5485
7376
|
},
|
|
5486
7377
|
{
|
|
5487
7378
|
"name": "vue-multiselect",
|
|
5488
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7379
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
5489
7380
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
5490
7381
|
"npm": "nuxt-vue-multiselect",
|
|
5491
7382
|
"icon": "",
|
|
@@ -5527,6 +7418,29 @@
|
|
|
5527
7418
|
"requires": {}
|
|
5528
7419
|
}
|
|
5529
7420
|
},
|
|
7421
|
+
{
|
|
7422
|
+
"name": "vue-query",
|
|
7423
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7424
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
7425
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
7426
|
+
"icon": "vue-query.svg",
|
|
7427
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
7428
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
7429
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
7430
|
+
"category": "Request",
|
|
7431
|
+
"type": "3rd-party",
|
|
7432
|
+
"maintainers": [
|
|
7433
|
+
{
|
|
7434
|
+
"name": "Hebilicious",
|
|
7435
|
+
"github": "Hebilicious",
|
|
7436
|
+
"twitter": "its_hebilicious"
|
|
7437
|
+
}
|
|
7438
|
+
],
|
|
7439
|
+
"compatibility": {
|
|
7440
|
+
"nuxt": "^3.0.0",
|
|
7441
|
+
"requires": {}
|
|
7442
|
+
}
|
|
7443
|
+
},
|
|
5530
7444
|
{
|
|
5531
7445
|
"name": "vue-select",
|
|
5532
7446
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5576,7 +7490,7 @@
|
|
|
5576
7490
|
},
|
|
5577
7491
|
{
|
|
5578
7492
|
"name": "vue-warehouse",
|
|
5579
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7493
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
5580
7494
|
"repo": "juliomrqz/vue-warehouse",
|
|
5581
7495
|
"npm": "vue-warehouse",
|
|
5582
7496
|
"icon": "",
|
|
@@ -5597,6 +7511,29 @@
|
|
|
5597
7511
|
"requires": {}
|
|
5598
7512
|
}
|
|
5599
7513
|
},
|
|
7514
|
+
{
|
|
7515
|
+
"name": "vue3-carousel-nuxt",
|
|
7516
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7517
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7518
|
+
"npm": "vue3-carousel-nuxt",
|
|
7519
|
+
"icon": "",
|
|
7520
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7521
|
+
"website": "",
|
|
7522
|
+
"learn_more": "",
|
|
7523
|
+
"category": "UI",
|
|
7524
|
+
"type": "3rd-party",
|
|
7525
|
+
"maintainers": [
|
|
7526
|
+
{
|
|
7527
|
+
"name": "Gaetan SENN",
|
|
7528
|
+
"github": "gaetansenn",
|
|
7529
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7530
|
+
}
|
|
7531
|
+
],
|
|
7532
|
+
"compatibility": {
|
|
7533
|
+
"nuxt": "^3.0.0",
|
|
7534
|
+
"requires": {}
|
|
7535
|
+
}
|
|
7536
|
+
},
|
|
5600
7537
|
{
|
|
5601
7538
|
"name": "vuefire",
|
|
5602
7539
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -5619,9 +7556,55 @@
|
|
|
5619
7556
|
"requires": {}
|
|
5620
7557
|
}
|
|
5621
7558
|
},
|
|
7559
|
+
{
|
|
7560
|
+
"name": "vueform-builder",
|
|
7561
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7562
|
+
"repo": "vueform/builder/nuxt",
|
|
7563
|
+
"npm": "@vueform/builder-nuxt",
|
|
7564
|
+
"icon": "vueform.svg",
|
|
7565
|
+
"github": "https://github.com/vueform/builder",
|
|
7566
|
+
"website": "https://builder.vueform.com",
|
|
7567
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7568
|
+
"category": "Libraries",
|
|
7569
|
+
"type": "3rd-party",
|
|
7570
|
+
"maintainers": [
|
|
7571
|
+
{
|
|
7572
|
+
"name": "Adam Berecz",
|
|
7573
|
+
"github": "adamberecz",
|
|
7574
|
+
"twitter": "bereczadam"
|
|
7575
|
+
}
|
|
7576
|
+
],
|
|
7577
|
+
"compatibility": {
|
|
7578
|
+
"nuxt": "^3.0.0",
|
|
7579
|
+
"requires": {}
|
|
7580
|
+
}
|
|
7581
|
+
},
|
|
7582
|
+
{
|
|
7583
|
+
"name": "vueform",
|
|
7584
|
+
"description": "Official Vueform module for Nuxt",
|
|
7585
|
+
"repo": "vueform/vueform/nuxt",
|
|
7586
|
+
"npm": "@vueform/nuxt",
|
|
7587
|
+
"icon": "vueform.svg",
|
|
7588
|
+
"github": "https://github.com/vueform/vueform",
|
|
7589
|
+
"website": "https://vueform.com",
|
|
7590
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7591
|
+
"category": "Libraries",
|
|
7592
|
+
"type": "3rd-party",
|
|
7593
|
+
"maintainers": [
|
|
7594
|
+
{
|
|
7595
|
+
"name": "Adam Berecz",
|
|
7596
|
+
"github": "adamberecz",
|
|
7597
|
+
"twitter": "bereczadam"
|
|
7598
|
+
}
|
|
7599
|
+
],
|
|
7600
|
+
"compatibility": {
|
|
7601
|
+
"nuxt": "^3.0.0",
|
|
7602
|
+
"requires": {}
|
|
7603
|
+
}
|
|
7604
|
+
},
|
|
5622
7605
|
{
|
|
5623
7606
|
"name": "vuestic",
|
|
5624
|
-
"description": "Vuestic UI module for Nuxt
|
|
7607
|
+
"description": "Vuestic UI module for Nuxt",
|
|
5625
7608
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
5626
7609
|
"npm": "@vuestic/nuxt",
|
|
5627
7610
|
"icon": "vuestic.png",
|
|
@@ -5641,9 +7624,31 @@
|
|
|
5641
7624
|
"requires": {}
|
|
5642
7625
|
}
|
|
5643
7626
|
},
|
|
7627
|
+
{
|
|
7628
|
+
"name": "vuetify-nuxt-module",
|
|
7629
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7630
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7631
|
+
"npm": "vuetify-nuxt-module",
|
|
7632
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7633
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7634
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7635
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
7636
|
+
"category": "UI",
|
|
7637
|
+
"type": "3rd-party",
|
|
7638
|
+
"maintainers": [
|
|
7639
|
+
{
|
|
7640
|
+
"name": "Joaquín Sánchez",
|
|
7641
|
+
"github": "userquin"
|
|
7642
|
+
}
|
|
7643
|
+
],
|
|
7644
|
+
"compatibility": {
|
|
7645
|
+
"nuxt": "^3.0.0",
|
|
7646
|
+
"requires": {}
|
|
7647
|
+
}
|
|
7648
|
+
},
|
|
5644
7649
|
{
|
|
5645
7650
|
"name": "vuetify",
|
|
5646
|
-
"description": "Vuetify Module for Nuxt
|
|
7651
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
5647
7652
|
"repo": "nuxt-community/vuetify-module",
|
|
5648
7653
|
"npm": "@nuxtjs/vuetify",
|
|
5649
7654
|
"icon": "vuetify.png",
|
|
@@ -5690,7 +7695,8 @@
|
|
|
5690
7695
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5691
7696
|
"requires": {
|
|
5692
7697
|
"bridge": "optional"
|
|
5693
|
-
}
|
|
7698
|
+
},
|
|
7699
|
+
"devtools": "^0.0.0"
|
|
5694
7700
|
}
|
|
5695
7701
|
},
|
|
5696
7702
|
{
|
|
@@ -5715,14 +7721,37 @@
|
|
|
5715
7721
|
"requires": {}
|
|
5716
7722
|
}
|
|
5717
7723
|
},
|
|
7724
|
+
{
|
|
7725
|
+
"name": "vunix",
|
|
7726
|
+
"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.",
|
|
7727
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
7728
|
+
"npm": "@vunix/nuxt",
|
|
7729
|
+
"icon": "",
|
|
7730
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
7731
|
+
"website": "https://vunix.dewib.com/",
|
|
7732
|
+
"learn_more": "",
|
|
7733
|
+
"category": "UI",
|
|
7734
|
+
"type": "3rd-party",
|
|
7735
|
+
"maintainers": [
|
|
7736
|
+
{
|
|
7737
|
+
"name": "Gaetan SENN",
|
|
7738
|
+
"github": "gaetansenn",
|
|
7739
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7740
|
+
}
|
|
7741
|
+
],
|
|
7742
|
+
"compatibility": {
|
|
7743
|
+
"nuxt": "^3.0.0",
|
|
7744
|
+
"requires": {}
|
|
7745
|
+
}
|
|
7746
|
+
},
|
|
5718
7747
|
{
|
|
5719
7748
|
"name": "web-vitals",
|
|
5720
7749
|
"description": "Web Vitals for Nuxt",
|
|
5721
|
-
"repo": "nuxt-
|
|
7750
|
+
"repo": "nuxt-modules/web-vitals",
|
|
5722
7751
|
"npm": "@nuxtjs/web-vitals",
|
|
5723
7752
|
"icon": "web-vitals.png",
|
|
5724
|
-
"github": "https://github.com/nuxt-
|
|
5725
|
-
"website": "https://github.com/nuxt-
|
|
7753
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7754
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
5726
7755
|
"learn_more": "",
|
|
5727
7756
|
"category": "Performance",
|
|
5728
7757
|
"type": "community",
|
|
@@ -5749,29 +7778,6 @@
|
|
|
5749
7778
|
}
|
|
5750
7779
|
}
|
|
5751
7780
|
},
|
|
5752
|
-
{
|
|
5753
|
-
"name": "web3js",
|
|
5754
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5755
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5756
|
-
"npm": "nuxt-web3",
|
|
5757
|
-
"icon": "web3js.svg",
|
|
5758
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5759
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5760
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5761
|
-
"category": "Libraries",
|
|
5762
|
-
"type": "3rd-party",
|
|
5763
|
-
"maintainers": [
|
|
5764
|
-
{
|
|
5765
|
-
"name": "Muhammad Fauzan",
|
|
5766
|
-
"github": "bl0cknumber",
|
|
5767
|
-
"twitter": "fncolon"
|
|
5768
|
-
}
|
|
5769
|
-
],
|
|
5770
|
-
"compatibility": {
|
|
5771
|
-
"nuxt": "^2.0.0",
|
|
5772
|
-
"requires": {}
|
|
5773
|
-
}
|
|
5774
|
-
},
|
|
5775
7781
|
{
|
|
5776
7782
|
"name": "webfontloader",
|
|
5777
7783
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5796,7 +7802,7 @@
|
|
|
5796
7802
|
},
|
|
5797
7803
|
{
|
|
5798
7804
|
"name": "webpack-optimisations",
|
|
5799
|
-
"description": "Nuxt
|
|
7805
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
5800
7806
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
5801
7807
|
"npm": "nuxt-webpack-optimisations",
|
|
5802
7808
|
"icon": "build-optimisations.svg",
|
|
@@ -5886,14 +7892,62 @@
|
|
|
5886
7892
|
"requires": {}
|
|
5887
7893
|
}
|
|
5888
7894
|
},
|
|
7895
|
+
{
|
|
7896
|
+
"name": "well-known",
|
|
7897
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
7898
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7899
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7900
|
+
"icon": "well-known.svg",
|
|
7901
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
7902
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
7903
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
7904
|
+
"category": "SEO",
|
|
7905
|
+
"type": "3rd-party",
|
|
7906
|
+
"maintainers": [
|
|
7907
|
+
{
|
|
7908
|
+
"name": "Zadig&Voltaire Team",
|
|
7909
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
7910
|
+
}
|
|
7911
|
+
],
|
|
7912
|
+
"compatibility": {
|
|
7913
|
+
"nuxt": "^3.0.0",
|
|
7914
|
+
"requires": {}
|
|
7915
|
+
}
|
|
7916
|
+
},
|
|
7917
|
+
{
|
|
7918
|
+
"name": "wideangle",
|
|
7919
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7920
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7921
|
+
"npm": "wideangle-nuxt",
|
|
7922
|
+
"icon": "wideangle.png",
|
|
7923
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7924
|
+
"website": "https://wideangle.co",
|
|
7925
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7926
|
+
"category": "Analytics",
|
|
7927
|
+
"type": "3rd-party",
|
|
7928
|
+
"maintainers": [
|
|
7929
|
+
{
|
|
7930
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7931
|
+
"github": "inputobjects"
|
|
7932
|
+
},
|
|
7933
|
+
{
|
|
7934
|
+
"name": "Jarek Rozanski",
|
|
7935
|
+
"github": "jrozanski"
|
|
7936
|
+
}
|
|
7937
|
+
],
|
|
7938
|
+
"compatibility": {
|
|
7939
|
+
"nuxt": "^3.0.0",
|
|
7940
|
+
"requires": {}
|
|
7941
|
+
}
|
|
7942
|
+
},
|
|
5889
7943
|
{
|
|
5890
7944
|
"name": "windicss",
|
|
5891
7945
|
"description": "Next generation utility-first CSS framework.",
|
|
5892
|
-
"repo": "windicss/nuxt-windicss
|
|
7946
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
5893
7947
|
"npm": "nuxt-windicss",
|
|
5894
7948
|
"icon": "windicss.svg",
|
|
5895
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
5896
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
7949
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
7950
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
5897
7951
|
"learn_more": "https://windicss.org/",
|
|
5898
7952
|
"category": "UI",
|
|
5899
7953
|
"type": "3rd-party",
|
|
@@ -6029,32 +8083,9 @@
|
|
|
6029
8083
|
"requires": {}
|
|
6030
8084
|
}
|
|
6031
8085
|
},
|
|
6032
|
-
{
|
|
6033
|
-
"name": "yandex-metrika",
|
|
6034
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6035
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6036
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6037
|
-
"icon": "",
|
|
6038
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6039
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6040
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6041
|
-
"category": "Analytics",
|
|
6042
|
-
"type": "community",
|
|
6043
|
-
"maintainers": [
|
|
6044
|
-
{
|
|
6045
|
-
"name": "Pooya Parsa",
|
|
6046
|
-
"github": "pi0",
|
|
6047
|
-
"twitter": "_pi0_"
|
|
6048
|
-
}
|
|
6049
|
-
],
|
|
6050
|
-
"compatibility": {
|
|
6051
|
-
"nuxt": "^2.0.0",
|
|
6052
|
-
"requires": {}
|
|
6053
|
-
}
|
|
6054
|
-
},
|
|
6055
8086
|
{
|
|
6056
8087
|
"name": "zendesk",
|
|
6057
|
-
"description": "Nuxt
|
|
8088
|
+
"description": "Nuxt module for Zendesk",
|
|
6058
8089
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6059
8090
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6060
8091
|
"icon": "zendesk.png",
|