@nuxt/modules 0.6.0-bdada2 → 0.6.0-bef49a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/modules.json +2327 -653
- package/package.json +16 -10
package/modules.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"name": "ackee",
|
|
4
|
-
"description": "Nuxt
|
|
4
|
+
"description": "Nuxt module for Ackee analytics",
|
|
5
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
6
|
"npm": "nuxt-ackee",
|
|
7
7
|
"icon": "ackee.png",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "agility-cms",
|
|
31
|
-
"description": "Agility CMS Integration for Nuxt
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
32
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
33
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
34
|
"icon": "agility.png",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"name": "algolia",
|
|
54
|
-
"description": "Algolia Search Module for Nuxt
|
|
54
|
+
"description": "Algolia Search Module for Nuxt",
|
|
55
55
|
"repo": "nuxt-modules/algolia",
|
|
56
56
|
"npm": "@nuxtjs/algolia",
|
|
57
57
|
"icon": "algolia.svg",
|
|
@@ -170,14 +170,36 @@
|
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
},
|
|
173
|
+
{
|
|
174
|
+
"name": "aos",
|
|
175
|
+
"description": "A Nuxt module that adds Animate On Scroll",
|
|
176
|
+
"repo": "egidiusmengelberg/nuxt-aos",
|
|
177
|
+
"npm": "nuxt-aos",
|
|
178
|
+
"icon": "aos.png",
|
|
179
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
181
|
+
"learn_more": "",
|
|
182
|
+
"category": "Libraries",
|
|
183
|
+
"type": "3rd-party",
|
|
184
|
+
"maintainers": [
|
|
185
|
+
{
|
|
186
|
+
"name": "egidiusmengelberg",
|
|
187
|
+
"github": "egidiusmengelberg"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"compatibility": {
|
|
191
|
+
"nuxt": "^3.0.0",
|
|
192
|
+
"requires": {}
|
|
193
|
+
}
|
|
194
|
+
},
|
|
173
195
|
{
|
|
174
196
|
"name": "api-party",
|
|
175
|
-
"description": "
|
|
197
|
+
"description": "Securely connect to any API with a server proxy and dynamic composables",
|
|
176
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
177
199
|
"npm": "nuxt-api-party",
|
|
178
200
|
"icon": "api-party.svg",
|
|
179
201
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
180
|
-
"website": "https://nuxt-api-party.
|
|
202
|
+
"website": "https://nuxt-api-party.byjohann.dev/",
|
|
181
203
|
"learn_more": "",
|
|
182
204
|
"category": "Request",
|
|
183
205
|
"type": "3rd-party",
|
|
@@ -194,6 +216,28 @@
|
|
|
194
216
|
"requires": {}
|
|
195
217
|
}
|
|
196
218
|
},
|
|
219
|
+
{
|
|
220
|
+
"name": "api-shield",
|
|
221
|
+
"description": "Nuxt API Shield - Rate Limiting",
|
|
222
|
+
"repo": "rrd108/nuxt-api-shield",
|
|
223
|
+
"npm": "nuxt-api-shield",
|
|
224
|
+
"icon": "api-shield.png",
|
|
225
|
+
"github": "https://github.com/rrd108/nuxt-api-shield",
|
|
226
|
+
"website": "https://github.com/rrd108/nuxt-api-shield",
|
|
227
|
+
"learn_more": "",
|
|
228
|
+
"category": "Security",
|
|
229
|
+
"type": "3rd-party",
|
|
230
|
+
"maintainers": [
|
|
231
|
+
{
|
|
232
|
+
"name": "rrd",
|
|
233
|
+
"github": "rrd108"
|
|
234
|
+
}
|
|
235
|
+
],
|
|
236
|
+
"compatibility": {
|
|
237
|
+
"nuxt": "^3.0.0",
|
|
238
|
+
"requires": {}
|
|
239
|
+
}
|
|
240
|
+
},
|
|
197
241
|
{
|
|
198
242
|
"name": "apis-to-file",
|
|
199
243
|
"description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
|
|
@@ -220,7 +264,7 @@
|
|
|
220
264
|
},
|
|
221
265
|
{
|
|
222
266
|
"name": "apollo",
|
|
223
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
267
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
224
268
|
"repo": "nuxt-modules/apollo",
|
|
225
269
|
"npm": "@nuxtjs/apollo",
|
|
226
270
|
"icon": "apollo.png",
|
|
@@ -244,7 +288,7 @@
|
|
|
244
288
|
},
|
|
245
289
|
{
|
|
246
290
|
"name": "applicationinsights",
|
|
247
|
-
"description": "AppInsights module for Nuxt
|
|
291
|
+
"description": "AppInsights module for Nuxt",
|
|
248
292
|
"repo": "nuxt-community/applicationinsights-module",
|
|
249
293
|
"npm": "@nuxtjs/applicationinsights",
|
|
250
294
|
"icon": "application-insights.png",
|
|
@@ -286,9 +330,76 @@
|
|
|
286
330
|
"requires": {}
|
|
287
331
|
}
|
|
288
332
|
},
|
|
333
|
+
{
|
|
334
|
+
"name": "arco-design-nuxt-module",
|
|
335
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
336
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
337
|
+
"npm": "arco-design-nuxt-module",
|
|
338
|
+
"icon": "arco-design.svg",
|
|
339
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
340
|
+
"website": "https://arco.design/vue",
|
|
341
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
342
|
+
"category": "UI",
|
|
343
|
+
"type": "3rd-party",
|
|
344
|
+
"maintainers": [
|
|
345
|
+
{
|
|
346
|
+
"name": "wiidede",
|
|
347
|
+
"github": "wiidede"
|
|
348
|
+
}
|
|
349
|
+
],
|
|
350
|
+
"compatibility": {
|
|
351
|
+
"nuxt": "^3.0.0",
|
|
352
|
+
"requires": {}
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "ark-ui",
|
|
357
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
358
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
359
|
+
"npm": "nuxt-ark-ui",
|
|
360
|
+
"icon": "ark-ui.svg",
|
|
361
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
362
|
+
"website": "https://ark-ui.com/",
|
|
363
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
364
|
+
"category": "UI",
|
|
365
|
+
"type": "3rd-party",
|
|
366
|
+
"maintainers": [
|
|
367
|
+
{
|
|
368
|
+
"name": "Din",
|
|
369
|
+
"github": "iamdin",
|
|
370
|
+
"twitter": "iamdinq"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"compatibility": {
|
|
374
|
+
"nuxt": "^3.0.0",
|
|
375
|
+
"requires": {}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"name": "auth-utils",
|
|
380
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
381
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
382
|
+
"npm": "nuxt-auth-utils",
|
|
383
|
+
"icon": "",
|
|
384
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
385
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
386
|
+
"learn_more": "",
|
|
387
|
+
"category": "Security",
|
|
388
|
+
"type": "3rd-party",
|
|
389
|
+
"maintainers": [
|
|
390
|
+
{
|
|
391
|
+
"name": "atinux",
|
|
392
|
+
"github": "atinux"
|
|
393
|
+
}
|
|
394
|
+
],
|
|
395
|
+
"compatibility": {
|
|
396
|
+
"nuxt": "^3.0.0",
|
|
397
|
+
"requires": {}
|
|
398
|
+
}
|
|
399
|
+
},
|
|
289
400
|
{
|
|
290
401
|
"name": "auth",
|
|
291
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
402
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
292
403
|
"repo": "nuxt-community/auth-module",
|
|
293
404
|
"npm": "@nuxtjs/auth",
|
|
294
405
|
"icon": "auth.png",
|
|
@@ -336,9 +447,32 @@
|
|
|
336
447
|
"requires": {}
|
|
337
448
|
}
|
|
338
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
|
+
},
|
|
339
473
|
{
|
|
340
474
|
"name": "axios",
|
|
341
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
475
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
342
476
|
"repo": "nuxt-community/axios-module",
|
|
343
477
|
"npm": "@nuxtjs/axios",
|
|
344
478
|
"icon": "axios.svg",
|
|
@@ -361,7 +495,7 @@
|
|
|
361
495
|
},
|
|
362
496
|
{
|
|
363
497
|
"name": "basic-auth",
|
|
364
|
-
"description": "Provide basic authentication to your Nuxt
|
|
498
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
365
499
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
366
500
|
"npm": "nuxt-basic-auth-module",
|
|
367
501
|
"icon": "",
|
|
@@ -485,7 +619,7 @@
|
|
|
485
619
|
},
|
|
486
620
|
{
|
|
487
621
|
"name": "bulma-slim",
|
|
488
|
-
"description": "Nuxt
|
|
622
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
489
623
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
490
624
|
"npm": "nuxt-bulma-slim",
|
|
491
625
|
"icon": "bulma.png",
|
|
@@ -552,7 +686,7 @@
|
|
|
552
686
|
},
|
|
553
687
|
{
|
|
554
688
|
"name": "canvas-sketch",
|
|
555
|
-
"description": "Nuxt
|
|
689
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
556
690
|
"repo": "LuXDAmore/generative-art",
|
|
557
691
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
558
692
|
"icon": "",
|
|
@@ -575,7 +709,7 @@
|
|
|
575
709
|
},
|
|
576
710
|
{
|
|
577
711
|
"name": "capo",
|
|
578
|
-
"description": "Capo.js implementation for Nuxt
|
|
712
|
+
"description": "Capo.js implementation for Nuxt",
|
|
579
713
|
"repo": "danielroe/nuxt-capo",
|
|
580
714
|
"npm": "nuxt-capo",
|
|
581
715
|
"icon": "",
|
|
@@ -597,7 +731,7 @@
|
|
|
597
731
|
},
|
|
598
732
|
{
|
|
599
733
|
"name": "chakra-ui",
|
|
600
|
-
"description": "Chakra UI Module for Nuxt
|
|
734
|
+
"description": "Chakra UI Module for Nuxt",
|
|
601
735
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
602
736
|
"npm": "@chakra-ui/nuxt",
|
|
603
737
|
"icon": "chakra-ui.png",
|
|
@@ -644,10 +778,10 @@
|
|
|
644
778
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
645
779
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
646
780
|
"npm": "nuxt-chiffre",
|
|
647
|
-
"icon": "
|
|
781
|
+
"icon": "chiffre.png",
|
|
648
782
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
649
783
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
650
|
-
"learn_more": "https://chiffre.io",
|
|
784
|
+
"learn_more": "https://chiffre.io/",
|
|
651
785
|
"category": "Analytics",
|
|
652
786
|
"type": "3rd-party",
|
|
653
787
|
"maintainers": [
|
|
@@ -708,7 +842,7 @@
|
|
|
708
842
|
},
|
|
709
843
|
{
|
|
710
844
|
"name": "cloudcms",
|
|
711
|
-
"description": "CloudCMS Nuxt
|
|
845
|
+
"description": "CloudCMS Nuxt Module",
|
|
712
846
|
"repo": "gitana/cloudcms-nuxt",
|
|
713
847
|
"npm": "cloudcms-nuxt",
|
|
714
848
|
"icon": "",
|
|
@@ -757,11 +891,11 @@
|
|
|
757
891
|
},
|
|
758
892
|
{
|
|
759
893
|
"name": "cloudinary",
|
|
760
|
-
"description": "Optimize images and videos in your Nuxt
|
|
761
|
-
"repo": "nuxt-
|
|
894
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
895
|
+
"repo": "nuxt-modules/cloudinary",
|
|
762
896
|
"npm": "@nuxtjs/cloudinary",
|
|
763
897
|
"icon": "cloudinary.png",
|
|
764
|
-
"github": "https://github.com/nuxt-
|
|
898
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
765
899
|
"website": "https://cloudinary.nuxtjs.org",
|
|
766
900
|
"learn_more": "https://cloudinary.com",
|
|
767
901
|
"category": "Images",
|
|
@@ -780,11 +914,11 @@
|
|
|
780
914
|
},
|
|
781
915
|
{
|
|
782
916
|
"name": "color-mode",
|
|
783
|
-
"description": "Dark and Light mode for
|
|
784
|
-
"repo": "nuxt-
|
|
917
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
918
|
+
"repo": "nuxt-modules/color-mode",
|
|
785
919
|
"npm": "@nuxtjs/color-mode",
|
|
786
920
|
"icon": "color-mode.png",
|
|
787
|
-
"github": "https://github.com/nuxt-
|
|
921
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
788
922
|
"website": "https://color-mode.nuxtjs.org",
|
|
789
923
|
"learn_more": "",
|
|
790
924
|
"category": "UI",
|
|
@@ -879,7 +1013,7 @@
|
|
|
879
1013
|
"npm": "@nuxt/content",
|
|
880
1014
|
"icon": "nuxt.svg",
|
|
881
1015
|
"github": "https://github.com/nuxt/content",
|
|
882
|
-
"website": "https://content.
|
|
1016
|
+
"website": "https://content.nuxt.com",
|
|
883
1017
|
"learn_more": "",
|
|
884
1018
|
"category": "CMS",
|
|
885
1019
|
"type": "official",
|
|
@@ -1001,7 +1135,7 @@
|
|
|
1001
1135
|
},
|
|
1002
1136
|
{
|
|
1003
1137
|
"name": "darkmode.js",
|
|
1004
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1138
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
1005
1139
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
1006
1140
|
"npm": "nuxtjs-darkmode-js-module",
|
|
1007
1141
|
"icon": "darkmode.png",
|
|
@@ -1023,7 +1157,7 @@
|
|
|
1023
1157
|
},
|
|
1024
1158
|
{
|
|
1025
1159
|
"name": "date-fns",
|
|
1026
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1160
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
1027
1161
|
"repo": "nuxt-community/date-fns-module",
|
|
1028
1162
|
"npm": "@nuxtjs/date-fns",
|
|
1029
1163
|
"icon": "date-fns.png",
|
|
@@ -1045,7 +1179,7 @@
|
|
|
1045
1179
|
},
|
|
1046
1180
|
{
|
|
1047
1181
|
"name": "datocms-nuxt2",
|
|
1048
|
-
"description": "DatoCMS integration for Nuxt
|
|
1182
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
1049
1183
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
1050
1184
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
1051
1185
|
"icon": "datocms.svg",
|
|
@@ -1114,8 +1248,8 @@
|
|
|
1114
1248
|
},
|
|
1115
1249
|
{
|
|
1116
1250
|
"name": "delay-hydration",
|
|
1117
|
-
"description": "Improve your Nuxt
|
|
1118
|
-
"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",
|
|
1119
1253
|
"npm": "nuxt-delay-hydration",
|
|
1120
1254
|
"icon": "lighthouse.svg",
|
|
1121
1255
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1137,12 +1271,12 @@
|
|
|
1137
1271
|
},
|
|
1138
1272
|
{
|
|
1139
1273
|
"name": "device",
|
|
1140
|
-
"description": "Device detection module for Nuxt
|
|
1141
|
-
"repo": "nuxt-
|
|
1274
|
+
"description": "Device detection module for Nuxt",
|
|
1275
|
+
"repo": "nuxt-modules/device",
|
|
1142
1276
|
"npm": "@nuxtjs/device",
|
|
1143
1277
|
"icon": "",
|
|
1144
|
-
"github": "https://github.com/nuxt-
|
|
1145
|
-
"website": "https://github.com/nuxt-
|
|
1278
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1279
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1146
1280
|
"learn_more": "",
|
|
1147
1281
|
"category": "Extensions",
|
|
1148
1282
|
"type": "community",
|
|
@@ -1160,11 +1294,11 @@
|
|
|
1160
1294
|
{
|
|
1161
1295
|
"name": "devtools",
|
|
1162
1296
|
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1163
|
-
"repo": "nuxt/devtools#main",
|
|
1297
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1164
1298
|
"npm": "@nuxt/devtools",
|
|
1165
1299
|
"icon": "nuxt.svg",
|
|
1166
1300
|
"github": "https://github.com/nuxt/devtools",
|
|
1167
|
-
"website": "https://devtools.
|
|
1301
|
+
"website": "https://devtools.nuxt.com",
|
|
1168
1302
|
"learn_more": "",
|
|
1169
1303
|
"category": "Devtools",
|
|
1170
1304
|
"type": "official",
|
|
@@ -1182,13 +1316,13 @@
|
|
|
1182
1316
|
},
|
|
1183
1317
|
{
|
|
1184
1318
|
"name": "directus",
|
|
1185
|
-
"description": "Easily connect your
|
|
1319
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1186
1320
|
"repo": "intevel/nuxt-directus",
|
|
1187
1321
|
"npm": "nuxt-directus",
|
|
1188
1322
|
"icon": "directus.svg",
|
|
1189
|
-
"github": "https://github.com/
|
|
1190
|
-
"website": "https://nuxt-directus.
|
|
1191
|
-
"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/",
|
|
1192
1326
|
"category": "CMS",
|
|
1193
1327
|
"type": "3rd-party",
|
|
1194
1328
|
"maintainers": [
|
|
@@ -1199,15 +1333,58 @@
|
|
|
1199
1333
|
}
|
|
1200
1334
|
],
|
|
1201
1335
|
"compatibility": {
|
|
1202
|
-
"nuxt": "^
|
|
1203
|
-
"requires": {
|
|
1204
|
-
|
|
1336
|
+
"nuxt": "^3.0.0",
|
|
1337
|
+
"requires": {},
|
|
1338
|
+
"devtools": "^0.0.0"
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "disqus",
|
|
1343
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1344
|
+
"repo": "modbender/nuxt-disqus",
|
|
1345
|
+
"npm": "nuxt-disqus",
|
|
1346
|
+
"icon": "disqus.svg",
|
|
1347
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1348
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1349
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1350
|
+
"category": "Libraries",
|
|
1351
|
+
"type": "3rd-party",
|
|
1352
|
+
"maintainers": [
|
|
1353
|
+
{
|
|
1354
|
+
"name": "modbender",
|
|
1355
|
+
"github": "modbender"
|
|
1356
|
+
}
|
|
1357
|
+
],
|
|
1358
|
+
"compatibility": {
|
|
1359
|
+
"nuxt": "^3.0.0",
|
|
1360
|
+
"requires": {}
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"name": "doppler",
|
|
1365
|
+
"description": "Integrate your Doppler secrets into your Nuxt build",
|
|
1366
|
+
"repo": "JamieCurnow/nuxt-doppler",
|
|
1367
|
+
"npm": "nuxt-doppler",
|
|
1368
|
+
"icon": "doppler.png",
|
|
1369
|
+
"github": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1370
|
+
"website": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1371
|
+
"learn_more": "",
|
|
1372
|
+
"category": "Devtools",
|
|
1373
|
+
"type": "3rd-party",
|
|
1374
|
+
"maintainers": [
|
|
1375
|
+
{
|
|
1376
|
+
"name": "JamieCurnow",
|
|
1377
|
+
"github": "JamieCurnow"
|
|
1205
1378
|
}
|
|
1379
|
+
],
|
|
1380
|
+
"compatibility": {
|
|
1381
|
+
"nuxt": "^3.0.0",
|
|
1382
|
+
"requires": {}
|
|
1206
1383
|
}
|
|
1207
1384
|
},
|
|
1208
1385
|
{
|
|
1209
1386
|
"name": "dotenv",
|
|
1210
|
-
"description": "A Nuxt
|
|
1387
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1211
1388
|
"repo": "nuxt-community/dotenv-module",
|
|
1212
1389
|
"npm": "@nuxtjs/dotenv",
|
|
1213
1390
|
"icon": "dotenv.png",
|
|
@@ -1229,13 +1406,13 @@
|
|
|
1229
1406
|
},
|
|
1230
1407
|
{
|
|
1231
1408
|
"name": "drupal-ce",
|
|
1232
|
-
"description": "Connects Nuxt
|
|
1409
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1233
1410
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1234
1411
|
"npm": "nuxtjs-drupal-ce",
|
|
1235
1412
|
"icon": "drupal-ce.png",
|
|
1236
1413
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1237
|
-
"website": "https://
|
|
1238
|
-
"learn_more": "https://
|
|
1414
|
+
"website": "https://lupus-decoupled.org",
|
|
1415
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1239
1416
|
"category": "CMS",
|
|
1240
1417
|
"type": "3rd-party",
|
|
1241
1418
|
"maintainers": [
|
|
@@ -1250,19 +1427,19 @@
|
|
|
1250
1427
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1251
1428
|
},
|
|
1252
1429
|
{
|
|
1253
|
-
"name": "
|
|
1254
|
-
"github": "
|
|
1255
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1430
|
+
"name": "Matic",
|
|
1431
|
+
"github": "TurtlBbx",
|
|
1432
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1256
1433
|
}
|
|
1257
1434
|
],
|
|
1258
1435
|
"compatibility": {
|
|
1259
|
-
"nuxt": "^2.0.0",
|
|
1436
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1260
1437
|
"requires": {}
|
|
1261
1438
|
}
|
|
1262
1439
|
},
|
|
1263
1440
|
{
|
|
1264
1441
|
"name": "druxt",
|
|
1265
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1442
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1266
1443
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1267
1444
|
"npm": "druxt",
|
|
1268
1445
|
"icon": "druxt.svg",
|
|
@@ -1282,6 +1459,29 @@
|
|
|
1282
1459
|
"requires": {}
|
|
1283
1460
|
}
|
|
1284
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
|
+
},
|
|
1285
1485
|
{
|
|
1286
1486
|
"name": "electron",
|
|
1287
1487
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1330,7 +1530,7 @@
|
|
|
1330
1530
|
},
|
|
1331
1531
|
{
|
|
1332
1532
|
"name": "emotion",
|
|
1333
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1533
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1334
1534
|
"repo": "nuxt-modules/emotion",
|
|
1335
1535
|
"npm": "@nuxtjs/emotion",
|
|
1336
1536
|
"icon": "emotion.png",
|
|
@@ -1357,8 +1557,8 @@
|
|
|
1357
1557
|
}
|
|
1358
1558
|
},
|
|
1359
1559
|
{
|
|
1360
|
-
"name": "eslint",
|
|
1361
|
-
"description": "ESLint module for Nuxt
|
|
1560
|
+
"name": "eslint-module",
|
|
1561
|
+
"description": "ESLint module for Nuxt",
|
|
1362
1562
|
"repo": "nuxt-community/eslint-module",
|
|
1363
1563
|
"npm": "@nuxtjs/eslint-module",
|
|
1364
1564
|
"icon": "eslint.png",
|
|
@@ -1378,9 +1578,32 @@
|
|
|
1378
1578
|
"requires": {}
|
|
1379
1579
|
}
|
|
1380
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "eslint",
|
|
1583
|
+
"description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
|
|
1584
|
+
"repo": "nuxt/eslint",
|
|
1585
|
+
"npm": "@nuxt/eslint",
|
|
1586
|
+
"icon": "nuxt.svg",
|
|
1587
|
+
"github": "https://github.com/nuxt/eslint",
|
|
1588
|
+
"website": "https://eslint.nuxt.com",
|
|
1589
|
+
"learn_more": "https://eslint.nuxt.com/packages/module",
|
|
1590
|
+
"category": "Devtools",
|
|
1591
|
+
"type": "official",
|
|
1592
|
+
"maintainers": [
|
|
1593
|
+
{
|
|
1594
|
+
"name": "Anthony Fu",
|
|
1595
|
+
"github": "antfu",
|
|
1596
|
+
"twitter": "antfu7"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"compatibility": {
|
|
1600
|
+
"nuxt": "^3.0.0",
|
|
1601
|
+
"requires": {}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1381
1604
|
{
|
|
1382
1605
|
"name": "event-trace",
|
|
1383
|
-
"description": "Module for event trace in Nuxt
|
|
1606
|
+
"description": "Module for event trace in Nuxt",
|
|
1384
1607
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1385
1608
|
"npm": "nuxt-event-trace",
|
|
1386
1609
|
"icon": "",
|
|
@@ -1400,6 +1623,29 @@
|
|
|
1400
1623
|
"requires": {}
|
|
1401
1624
|
}
|
|
1402
1625
|
},
|
|
1626
|
+
{
|
|
1627
|
+
"name": "fathom-analytics",
|
|
1628
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1629
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1630
|
+
"npm": "nuxt-fathom",
|
|
1631
|
+
"icon": "fathom-analytics.svg",
|
|
1632
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1633
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1634
|
+
"learn_more": "",
|
|
1635
|
+
"category": "Analytics",
|
|
1636
|
+
"type": "3rd-party",
|
|
1637
|
+
"maintainers": [
|
|
1638
|
+
{
|
|
1639
|
+
"name": "Valgeir Björnsson",
|
|
1640
|
+
"github": "valgeirb",
|
|
1641
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1642
|
+
}
|
|
1643
|
+
],
|
|
1644
|
+
"compatibility": {
|
|
1645
|
+
"nuxt": "^3.0.0",
|
|
1646
|
+
"requires": {}
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1403
1649
|
{
|
|
1404
1650
|
"name": "fathom",
|
|
1405
1651
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1424,7 +1670,7 @@
|
|
|
1424
1670
|
},
|
|
1425
1671
|
{
|
|
1426
1672
|
"name": "feature-toggle",
|
|
1427
|
-
"description": "Feature toggle module for Nuxt
|
|
1673
|
+
"description": "Feature toggle module for Nuxt",
|
|
1428
1674
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1429
1675
|
"npm": "nuxt-feature-toggle",
|
|
1430
1676
|
"icon": "",
|
|
@@ -1491,7 +1737,7 @@
|
|
|
1491
1737
|
},
|
|
1492
1738
|
{
|
|
1493
1739
|
"name": "floating-prompt-module",
|
|
1494
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1740
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1495
1741
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1496
1742
|
"npm": "nuxt-floating-prompt-module",
|
|
1497
1743
|
"icon": "",
|
|
@@ -1600,14 +1846,37 @@
|
|
|
1600
1846
|
"requires": {}
|
|
1601
1847
|
}
|
|
1602
1848
|
},
|
|
1849
|
+
{
|
|
1850
|
+
"name": "fonts",
|
|
1851
|
+
"description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
|
|
1852
|
+
"repo": "nuxt/fonts",
|
|
1853
|
+
"npm": "@nuxt/fonts",
|
|
1854
|
+
"icon": "nuxt.svg",
|
|
1855
|
+
"github": "https://github.com/nuxt/fonts",
|
|
1856
|
+
"website": "https://github.com/nuxt/fonts",
|
|
1857
|
+
"learn_more": "",
|
|
1858
|
+
"category": "Libraries",
|
|
1859
|
+
"type": "official",
|
|
1860
|
+
"maintainers": [
|
|
1861
|
+
{
|
|
1862
|
+
"name": "Daniel Roe",
|
|
1863
|
+
"github": "danielroe",
|
|
1864
|
+
"twitter": "danielcroe"
|
|
1865
|
+
}
|
|
1866
|
+
],
|
|
1867
|
+
"compatibility": {
|
|
1868
|
+
"nuxt": "^3.0.0",
|
|
1869
|
+
"requires": {}
|
|
1870
|
+
}
|
|
1871
|
+
},
|
|
1603
1872
|
{
|
|
1604
1873
|
"name": "form-actions",
|
|
1605
1874
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1606
|
-
"repo": "Hebilicious/form-actions-nuxt/packages/form-
|
|
1875
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1607
1876
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1608
1877
|
"icon": "form-actions.svg",
|
|
1609
1878
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1610
|
-
"website": "https://
|
|
1879
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1611
1880
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1612
1881
|
"category": "Request",
|
|
1613
1882
|
"type": "3rd-party",
|
|
@@ -1619,7 +1888,7 @@
|
|
|
1619
1888
|
}
|
|
1620
1889
|
],
|
|
1621
1890
|
"compatibility": {
|
|
1622
|
-
"nuxt": "^3.
|
|
1891
|
+
"nuxt": "^3.7.0",
|
|
1623
1892
|
"requires": {}
|
|
1624
1893
|
}
|
|
1625
1894
|
},
|
|
@@ -1631,7 +1900,7 @@
|
|
|
1631
1900
|
"icon": "formkit.png",
|
|
1632
1901
|
"github": "https://github.com/formkit/formkit",
|
|
1633
1902
|
"website": "https://formkit.com",
|
|
1634
|
-
"learn_more": "https://formkit.com/
|
|
1903
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1635
1904
|
"category": "Libraries",
|
|
1636
1905
|
"type": "3rd-party",
|
|
1637
1906
|
"maintainers": [
|
|
@@ -1697,7 +1966,7 @@
|
|
|
1697
1966
|
},
|
|
1698
1967
|
{
|
|
1699
1968
|
"name": "google-adsense",
|
|
1700
|
-
"description": "Google Adsense Module for Nuxt
|
|
1969
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1701
1970
|
"repo": "nuxt-community/google-adsense-module",
|
|
1702
1971
|
"npm": "@nuxtjs/google-adsense",
|
|
1703
1972
|
"icon": "google-adsense.png",
|
|
@@ -1723,7 +1992,7 @@
|
|
|
1723
1992
|
},
|
|
1724
1993
|
{
|
|
1725
1994
|
"name": "google-analytics",
|
|
1726
|
-
"description": "Google analytics Module for Nuxt
|
|
1995
|
+
"description": "Google analytics Module for Nuxt",
|
|
1727
1996
|
"repo": "nuxt-community/analytics-module",
|
|
1728
1997
|
"npm": "@nuxtjs/google-analytics",
|
|
1729
1998
|
"icon": "google-analytics.png",
|
|
@@ -1755,12 +2024,12 @@
|
|
|
1755
2024
|
},
|
|
1756
2025
|
{
|
|
1757
2026
|
"name": "google-fonts",
|
|
1758
|
-
"description": "Google Fonts module for
|
|
1759
|
-
"repo": "nuxt-
|
|
2027
|
+
"description": "Google Fonts module for Nuxt",
|
|
2028
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1760
2029
|
"npm": "@nuxtjs/google-fonts",
|
|
1761
2030
|
"icon": "google-fonts.png",
|
|
1762
|
-
"github": "https://github.com/nuxt-
|
|
1763
|
-
"website": "https://
|
|
2031
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
2032
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1764
2033
|
"learn_more": "https://developers.google.com/fonts",
|
|
1765
2034
|
"category": "Fonts",
|
|
1766
2035
|
"type": "community",
|
|
@@ -1779,7 +2048,7 @@
|
|
|
1779
2048
|
},
|
|
1780
2049
|
{
|
|
1781
2050
|
"name": "google-gtag",
|
|
1782
|
-
"description": "Google GTag for Nuxt
|
|
2051
|
+
"description": "Google GTag for Nuxt",
|
|
1783
2052
|
"repo": "nuxt-community/google-gtag",
|
|
1784
2053
|
"npm": "@nuxtjs/google-gtag",
|
|
1785
2054
|
"icon": "gtm.png",
|
|
@@ -1805,7 +2074,7 @@
|
|
|
1805
2074
|
},
|
|
1806
2075
|
{
|
|
1807
2076
|
"name": "google-optimize",
|
|
1808
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2077
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1809
2078
|
"repo": "nuxt-community/google-optimize-module",
|
|
1810
2079
|
"npm": "nuxt-google-optimize",
|
|
1811
2080
|
"icon": "google-optimize.png",
|
|
@@ -1844,7 +2113,7 @@
|
|
|
1844
2113
|
"icon": "graphql-client.svg",
|
|
1845
2114
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1846
2115
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1847
|
-
"learn_more": "https://
|
|
2116
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
1848
2117
|
"category": "Request",
|
|
1849
2118
|
"type": "3rd-party",
|
|
1850
2119
|
"maintainers": [
|
|
@@ -1860,7 +2129,7 @@
|
|
|
1860
2129
|
},
|
|
1861
2130
|
{
|
|
1862
2131
|
"name": "graphql-request",
|
|
1863
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2132
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1864
2133
|
"repo": "gomah/nuxt-graphql-request",
|
|
1865
2134
|
"npm": "nuxt-graphql-request",
|
|
1866
2135
|
"icon": "graphql-request.png",
|
|
@@ -1876,7 +2145,7 @@
|
|
|
1876
2145
|
}
|
|
1877
2146
|
],
|
|
1878
2147
|
"compatibility": {
|
|
1879
|
-
"nuxt": "^2.0.0",
|
|
2148
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1880
2149
|
"requires": {}
|
|
1881
2150
|
}
|
|
1882
2151
|
},
|
|
@@ -1899,12 +2168,13 @@
|
|
|
1899
2168
|
],
|
|
1900
2169
|
"compatibility": {
|
|
1901
2170
|
"nuxt": "^3.0.0",
|
|
1902
|
-
"requires": {}
|
|
2171
|
+
"requires": {},
|
|
2172
|
+
"devtools": "^0.0.0"
|
|
1903
2173
|
}
|
|
1904
2174
|
},
|
|
1905
2175
|
{
|
|
1906
2176
|
"name": "gtag",
|
|
1907
|
-
"description": "Google Analytics integration for Nuxt
|
|
2177
|
+
"description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
|
|
1908
2178
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1909
2179
|
"npm": "nuxt-gtag",
|
|
1910
2180
|
"icon": "gtag.svg",
|
|
@@ -1928,7 +2198,7 @@
|
|
|
1928
2198
|
},
|
|
1929
2199
|
{
|
|
1930
2200
|
"name": "gtm",
|
|
1931
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2201
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1932
2202
|
"repo": "nuxt-community/gtm-module",
|
|
1933
2203
|
"npm": "@nuxtjs/gtm",
|
|
1934
2204
|
"icon": "gtm.png",
|
|
@@ -1951,7 +2221,7 @@
|
|
|
1951
2221
|
},
|
|
1952
2222
|
{
|
|
1953
2223
|
"name": "guess",
|
|
1954
|
-
"description": "Guess.js module for Nuxt
|
|
2224
|
+
"description": "Guess.js module for Nuxt",
|
|
1955
2225
|
"repo": "nuxt-community/guess-module",
|
|
1956
2226
|
"npm": "@nuxtjs/guess-module",
|
|
1957
2227
|
"icon": "guessjs.png",
|
|
@@ -2063,7 +2333,7 @@
|
|
|
2063
2333
|
},
|
|
2064
2334
|
{
|
|
2065
2335
|
"name": "helmet",
|
|
2066
|
-
"description": "Easy Helmet module with Nuxt
|
|
2336
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2067
2337
|
"repo": "victor-perez/nuxt-helmet",
|
|
2068
2338
|
"npm": "nuxt-helmet",
|
|
2069
2339
|
"icon": "",
|
|
@@ -2107,7 +2377,7 @@
|
|
|
2107
2377
|
},
|
|
2108
2378
|
{
|
|
2109
2379
|
"name": "history-state",
|
|
2110
|
-
"description": "Nuxt
|
|
2380
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2111
2381
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2112
2382
|
"npm": "nuxt-history-state",
|
|
2113
2383
|
"icon": "",
|
|
@@ -2127,6 +2397,28 @@
|
|
|
2127
2397
|
"requires": {}
|
|
2128
2398
|
}
|
|
2129
2399
|
},
|
|
2400
|
+
{
|
|
2401
|
+
"name": "hotjar",
|
|
2402
|
+
"description": "Add HotJar to your Nuxt application",
|
|
2403
|
+
"repo": "damevin/nuxt-module-hotjar",
|
|
2404
|
+
"npm": "nuxt-module-hotjar",
|
|
2405
|
+
"icon": "hotjar.png",
|
|
2406
|
+
"github": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2407
|
+
"website": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2408
|
+
"learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
|
|
2409
|
+
"category": "SEO",
|
|
2410
|
+
"type": "3rd-party",
|
|
2411
|
+
"maintainers": [
|
|
2412
|
+
{
|
|
2413
|
+
"name": "Raphaël DAMEVIN",
|
|
2414
|
+
"github": "damevin"
|
|
2415
|
+
}
|
|
2416
|
+
],
|
|
2417
|
+
"compatibility": {
|
|
2418
|
+
"nuxt": "^3.0.0",
|
|
2419
|
+
"requires": {}
|
|
2420
|
+
}
|
|
2421
|
+
},
|
|
2130
2422
|
{
|
|
2131
2423
|
"name": "html-minifier",
|
|
2132
2424
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
@@ -2156,7 +2448,7 @@
|
|
|
2156
2448
|
"npm": "@nuxtjs/html-validator",
|
|
2157
2449
|
"icon": "html-validator.png",
|
|
2158
2450
|
"github": "https://github.com/nuxt-modules/html-validator",
|
|
2159
|
-
"website": "https://html-validator
|
|
2451
|
+
"website": "https://github.com/nuxt-modules/html-validator",
|
|
2160
2452
|
"learn_more": "https://html-validate.org",
|
|
2161
2453
|
"category": "Performance",
|
|
2162
2454
|
"type": "community",
|
|
@@ -2176,7 +2468,7 @@
|
|
|
2176
2468
|
},
|
|
2177
2469
|
{
|
|
2178
2470
|
"name": "http",
|
|
2179
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2471
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2180
2472
|
"repo": "nuxt/http",
|
|
2181
2473
|
"npm": "@nuxt/http",
|
|
2182
2474
|
"icon": "http.png",
|
|
@@ -2202,9 +2494,47 @@
|
|
|
2202
2494
|
"requires": {}
|
|
2203
2495
|
}
|
|
2204
2496
|
},
|
|
2497
|
+
{
|
|
2498
|
+
"name": "hub",
|
|
2499
|
+
"description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
|
|
2500
|
+
"repo": "nuxt-hub/core",
|
|
2501
|
+
"npm": "@nuxthub/core",
|
|
2502
|
+
"icon": "nuxthub.svg",
|
|
2503
|
+
"github": "https://github.com/nuxt-hub/core",
|
|
2504
|
+
"website": "https://hub.nuxt.com",
|
|
2505
|
+
"learn_more": "",
|
|
2506
|
+
"category": "Database",
|
|
2507
|
+
"type": "3rd-party",
|
|
2508
|
+
"maintainers": [
|
|
2509
|
+
{
|
|
2510
|
+
"name": "Sebastien Chopin",
|
|
2511
|
+
"github": "Atinux"
|
|
2512
|
+
},
|
|
2513
|
+
{
|
|
2514
|
+
"name": "Ahad Birang",
|
|
2515
|
+
"github": "farnabaz"
|
|
2516
|
+
},
|
|
2517
|
+
{
|
|
2518
|
+
"name": "Sylvain Marroufin",
|
|
2519
|
+
"github": "smarroufin"
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
"name": "Florent Delerue",
|
|
2523
|
+
"github": "flosciante"
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"name": "NuxtLabs",
|
|
2527
|
+
"github": "nuxtlabs"
|
|
2528
|
+
}
|
|
2529
|
+
],
|
|
2530
|
+
"compatibility": {
|
|
2531
|
+
"nuxt": "^3.0.0",
|
|
2532
|
+
"requires": {}
|
|
2533
|
+
}
|
|
2534
|
+
},
|
|
2205
2535
|
{
|
|
2206
2536
|
"name": "humans-txt",
|
|
2207
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2537
|
+
"description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
2208
2538
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2209
2539
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2210
2540
|
"icon": "",
|
|
@@ -2228,12 +2558,12 @@
|
|
|
2228
2558
|
{
|
|
2229
2559
|
"name": "i18n",
|
|
2230
2560
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2231
|
-
"repo": "nuxt-
|
|
2561
|
+
"repo": "nuxt-modules/i18n",
|
|
2232
2562
|
"npm": "@nuxtjs/i18n",
|
|
2233
2563
|
"icon": "i18n.png",
|
|
2234
|
-
"github": "https://github.com/nuxt-
|
|
2564
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2235
2565
|
"website": "https://i18n.nuxtjs.org",
|
|
2236
|
-
"learn_more": "https://
|
|
2566
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2237
2567
|
"category": "Extensions",
|
|
2238
2568
|
"type": "community",
|
|
2239
2569
|
"maintainers": [
|
|
@@ -2244,6 +2574,10 @@
|
|
|
2244
2574
|
{
|
|
2245
2575
|
"name": "Kazuya Kawaguchi",
|
|
2246
2576
|
"github": "kazupon"
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
"name": "Bobbie Goede",
|
|
2580
|
+
"github": "BobbieGoede"
|
|
2247
2581
|
}
|
|
2248
2582
|
],
|
|
2249
2583
|
"compatibility": {
|
|
@@ -2273,6 +2607,29 @@
|
|
|
2273
2607
|
"requires": {}
|
|
2274
2608
|
}
|
|
2275
2609
|
},
|
|
2610
|
+
{
|
|
2611
|
+
"name": "icon-tw",
|
|
2612
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2613
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2614
|
+
"npm": "nuxt-icon-tw",
|
|
2615
|
+
"icon": "nuxt-icon.png",
|
|
2616
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2617
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2618
|
+
"learn_more": "",
|
|
2619
|
+
"category": "UI",
|
|
2620
|
+
"type": "3rd-party",
|
|
2621
|
+
"maintainers": [
|
|
2622
|
+
{
|
|
2623
|
+
"name": "JohnCampionJr",
|
|
2624
|
+
"github": "JohnCampionJr"
|
|
2625
|
+
}
|
|
2626
|
+
],
|
|
2627
|
+
"compatibility": {
|
|
2628
|
+
"nuxt": "^3.0.0",
|
|
2629
|
+
"requires": {},
|
|
2630
|
+
"devtools": "^0.0.0"
|
|
2631
|
+
}
|
|
2632
|
+
},
|
|
2276
2633
|
{
|
|
2277
2634
|
"name": "icon",
|
|
2278
2635
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2292,7 +2649,8 @@
|
|
|
2292
2649
|
],
|
|
2293
2650
|
"compatibility": {
|
|
2294
2651
|
"nuxt": "^3.0.0",
|
|
2295
|
-
"requires": {}
|
|
2652
|
+
"requires": {},
|
|
2653
|
+
"devtools": "^0.0.0"
|
|
2296
2654
|
}
|
|
2297
2655
|
},
|
|
2298
2656
|
{
|
|
@@ -2341,12 +2699,12 @@
|
|
|
2341
2699
|
},
|
|
2342
2700
|
{
|
|
2343
2701
|
"name": "image",
|
|
2344
|
-
"description": "Optimised images for
|
|
2702
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2345
2703
|
"repo": "nuxt/image",
|
|
2346
2704
|
"npm": "@nuxt/image",
|
|
2347
2705
|
"icon": "image.png",
|
|
2348
2706
|
"github": "https://github.com/nuxt/image",
|
|
2349
|
-
"website": "https://image.
|
|
2707
|
+
"website": "https://image.nuxt.com",
|
|
2350
2708
|
"learn_more": "",
|
|
2351
2709
|
"category": "Images",
|
|
2352
2710
|
"type": "official",
|
|
@@ -2356,6 +2714,11 @@
|
|
|
2356
2714
|
"github": "farnabaz",
|
|
2357
2715
|
"twitter": "a_birang"
|
|
2358
2716
|
},
|
|
2717
|
+
{
|
|
2718
|
+
"name": "Daniel Roe",
|
|
2719
|
+
"github": "danielroe",
|
|
2720
|
+
"twitter": "danielcroe"
|
|
2721
|
+
},
|
|
2359
2722
|
{
|
|
2360
2723
|
"name": "Pooya Parsa",
|
|
2361
2724
|
"github": "pi0",
|
|
@@ -2376,7 +2739,7 @@
|
|
|
2376
2739
|
},
|
|
2377
2740
|
{
|
|
2378
2741
|
"name": "imagemin",
|
|
2379
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2742
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2380
2743
|
"repo": "nuxt-community/imagemin-module",
|
|
2381
2744
|
"npm": "@nuxtjs/imagemin",
|
|
2382
2745
|
"icon": "imagemin.png",
|
|
@@ -2423,7 +2786,7 @@
|
|
|
2423
2786
|
},
|
|
2424
2787
|
{
|
|
2425
2788
|
"name": "intercom",
|
|
2426
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2789
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2427
2790
|
"repo": "hex-digital/nuxt-intercom",
|
|
2428
2791
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2429
2792
|
"icon": "intercom.png",
|
|
@@ -2468,7 +2831,7 @@
|
|
|
2468
2831
|
},
|
|
2469
2832
|
{
|
|
2470
2833
|
"name": "jsonapi",
|
|
2471
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2834
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2472
2835
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2473
2836
|
"npm": "nuxt-jsonapi",
|
|
2474
2837
|
"icon": "jsonapi.svg",
|
|
@@ -2510,14 +2873,42 @@
|
|
|
2510
2873
|
"requires": {}
|
|
2511
2874
|
}
|
|
2512
2875
|
},
|
|
2876
|
+
{
|
|
2877
|
+
"name": "kinde",
|
|
2878
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2879
|
+
"repo": "nuxt-modules/kinde",
|
|
2880
|
+
"npm": "@nuxtjs/kinde",
|
|
2881
|
+
"icon": "kinde.svg",
|
|
2882
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2883
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2884
|
+
"learn_more": "https://kinde.com/",
|
|
2885
|
+
"category": "Security",
|
|
2886
|
+
"type": "community",
|
|
2887
|
+
"maintainers": [
|
|
2888
|
+
{
|
|
2889
|
+
"name": "danielroe",
|
|
2890
|
+
"github": "danielroe"
|
|
2891
|
+
},
|
|
2892
|
+
{
|
|
2893
|
+
"name": "daveordead",
|
|
2894
|
+
"github": "DaveOrDead",
|
|
2895
|
+
"twitter": "dave_or_dead"
|
|
2896
|
+
}
|
|
2897
|
+
],
|
|
2898
|
+
"compatibility": {
|
|
2899
|
+
"nuxt": "^3.0.0",
|
|
2900
|
+
"requires": {}
|
|
2901
|
+
},
|
|
2902
|
+
"sponsor": true
|
|
2903
|
+
},
|
|
2513
2904
|
{
|
|
2514
2905
|
"name": "kql",
|
|
2515
|
-
"description": "Nuxt
|
|
2906
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2516
2907
|
"repo": "johannschopplich/nuxt-kql",
|
|
2517
2908
|
"npm": "nuxt-kql",
|
|
2518
2909
|
"icon": "kql.svg",
|
|
2519
2910
|
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2520
|
-
"website": "https://nuxt-kql.
|
|
2911
|
+
"website": "https://nuxt-kql.byjohann.dev/",
|
|
2521
2912
|
"learn_more": "",
|
|
2522
2913
|
"category": "CMS",
|
|
2523
2914
|
"type": "3rd-party",
|
|
@@ -2536,7 +2927,7 @@
|
|
|
2536
2927
|
},
|
|
2537
2928
|
{
|
|
2538
2929
|
"name": "laravel-echo",
|
|
2539
|
-
"description": "Laravel Echo for Nuxt
|
|
2930
|
+
"description": "Laravel Echo for Nuxt",
|
|
2540
2931
|
"repo": "nuxt-community/laravel-echo",
|
|
2541
2932
|
"npm": "@nuxtjs/laravel-echo",
|
|
2542
2933
|
"icon": "laravel-echo.png",
|
|
@@ -2579,13 +2970,35 @@
|
|
|
2579
2970
|
}
|
|
2580
2971
|
},
|
|
2581
2972
|
{
|
|
2582
|
-
"name": "laravel",
|
|
2583
|
-
"description": "Nuxt
|
|
2584
|
-
"repo": "
|
|
2585
|
-
"npm": "nuxt-laravel",
|
|
2586
|
-
"icon": "laravel.
|
|
2587
|
-
"github": "https://github.com/
|
|
2588
|
-
"website": "https://github.com/
|
|
2973
|
+
"name": "laravel-precognition",
|
|
2974
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2975
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2976
|
+
"npm": "nuxt-laravel-precognition",
|
|
2977
|
+
"icon": "laravel.svg",
|
|
2978
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2979
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2980
|
+
"learn_more": "",
|
|
2981
|
+
"category": "Security",
|
|
2982
|
+
"type": "3rd-party",
|
|
2983
|
+
"maintainers": [
|
|
2984
|
+
{
|
|
2985
|
+
"name": "sot1986",
|
|
2986
|
+
"github": "sot1986"
|
|
2987
|
+
}
|
|
2988
|
+
],
|
|
2989
|
+
"compatibility": {
|
|
2990
|
+
"nuxt": "^3.0.0",
|
|
2991
|
+
"requires": {}
|
|
2992
|
+
}
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
"name": "laravel",
|
|
2996
|
+
"description": "Nuxt cli extension for use with laravel as backend",
|
|
2997
|
+
"repo": "m2sd/nuxt-laravel",
|
|
2998
|
+
"npm": "nuxt-laravel",
|
|
2999
|
+
"icon": "laravel.png",
|
|
3000
|
+
"github": "https://github.com/m2sd/nuxt-laravel",
|
|
3001
|
+
"website": "https://github.com/m2sd/nuxt-laravel",
|
|
2589
3002
|
"learn_more": "https://laravel.com/",
|
|
2590
3003
|
"category": "CMS",
|
|
2591
3004
|
"type": "3rd-party",
|
|
@@ -2624,13 +3037,13 @@
|
|
|
2624
3037
|
},
|
|
2625
3038
|
{
|
|
2626
3039
|
"name": "link-checker",
|
|
2627
|
-
"description": "
|
|
3040
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2628
3041
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2629
3042
|
"npm": "nuxt-link-checker",
|
|
2630
|
-
"icon": "",
|
|
3043
|
+
"icon": "link-checker.svg",
|
|
2631
3044
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2632
|
-
"website": "https://
|
|
2633
|
-
"learn_more": "",
|
|
3045
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
3046
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2634
3047
|
"category": "SEO",
|
|
2635
3048
|
"type": "3rd-party",
|
|
2636
3049
|
"maintainers": [
|
|
@@ -2643,7 +3056,8 @@
|
|
|
2643
3056
|
],
|
|
2644
3057
|
"compatibility": {
|
|
2645
3058
|
"nuxt": "^3.0.0",
|
|
2646
|
-
"requires": {}
|
|
3059
|
+
"requires": {},
|
|
3060
|
+
"devtools": "^0.0.0"
|
|
2647
3061
|
}
|
|
2648
3062
|
},
|
|
2649
3063
|
{
|
|
@@ -2720,12 +3134,12 @@
|
|
|
2720
3134
|
},
|
|
2721
3135
|
{
|
|
2722
3136
|
"name": "logrocket",
|
|
2723
|
-
"description": "LogRocket module for Nuxt
|
|
2724
|
-
"repo": "nuxt-
|
|
3137
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3138
|
+
"repo": "nuxt-modules/logrocket",
|
|
2725
3139
|
"npm": "nuxt-logrocket",
|
|
2726
3140
|
"icon": "logrocket.png",
|
|
2727
|
-
"github": "https://github.com/nuxt-
|
|
2728
|
-
"website": "https://github.com/nuxt-
|
|
3141
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3142
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2729
3143
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2730
3144
|
"category": "Monitoring",
|
|
2731
3145
|
"type": "community",
|
|
@@ -2741,9 +3155,35 @@
|
|
|
2741
3155
|
"requires": {}
|
|
2742
3156
|
}
|
|
2743
3157
|
},
|
|
3158
|
+
{
|
|
3159
|
+
"name": "lucide-icons",
|
|
3160
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
3161
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
3162
|
+
"npm": "nuxt-lucide-icons",
|
|
3163
|
+
"icon": "lucide-icons.svg",
|
|
3164
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3165
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3166
|
+
"learn_more": "",
|
|
3167
|
+
"category": "UI",
|
|
3168
|
+
"type": "3rd-party",
|
|
3169
|
+
"maintainers": [
|
|
3170
|
+
{
|
|
3171
|
+
"name": "SWIS",
|
|
3172
|
+
"github": "swisnl"
|
|
3173
|
+
},
|
|
3174
|
+
{
|
|
3175
|
+
"name": "Jasper Zonneveld",
|
|
3176
|
+
"github": "JaZo"
|
|
3177
|
+
}
|
|
3178
|
+
],
|
|
3179
|
+
"compatibility": {
|
|
3180
|
+
"nuxt": "^3.0.0",
|
|
3181
|
+
"requires": {}
|
|
3182
|
+
}
|
|
3183
|
+
},
|
|
2744
3184
|
{
|
|
2745
3185
|
"name": "lunr",
|
|
2746
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3186
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2747
3187
|
"repo": "nuxt-community/lunr-module",
|
|
2748
3188
|
"npm": "@nuxtjs/lunr-module",
|
|
2749
3189
|
"icon": "",
|
|
@@ -2766,10 +3206,10 @@
|
|
|
2766
3206
|
{
|
|
2767
3207
|
"name": "magic-regexp",
|
|
2768
3208
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2769
|
-
"repo": "
|
|
3209
|
+
"repo": "unjs/magic-regexp",
|
|
2770
3210
|
"npm": "magic-regexp",
|
|
2771
3211
|
"icon": "magic-regexp.svg",
|
|
2772
|
-
"github": "https://github.com/
|
|
3212
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
2773
3213
|
"website": "https://magic-regexp.roe.dev",
|
|
2774
3214
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
2775
3215
|
"category": "Libraries",
|
|
@@ -2786,6 +3226,29 @@
|
|
|
2786
3226
|
"requires": {}
|
|
2787
3227
|
}
|
|
2788
3228
|
},
|
|
3229
|
+
{
|
|
3230
|
+
"name": "mailpit",
|
|
3231
|
+
"description": "Integrates Mailpit web UI in Nuxt devtools",
|
|
3232
|
+
"repo": "tdolsen/nuxt-mailpit",
|
|
3233
|
+
"npm": "nuxt-mailpit",
|
|
3234
|
+
"icon": "mailpit.svg",
|
|
3235
|
+
"github": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3236
|
+
"website": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3237
|
+
"learn_more": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3238
|
+
"category": "Devtools",
|
|
3239
|
+
"type": "3rd-party",
|
|
3240
|
+
"maintainers": [
|
|
3241
|
+
{
|
|
3242
|
+
"name": "Torkild Dyvik Olsen",
|
|
3243
|
+
"github": "tdolsen",
|
|
3244
|
+
"twitter": "tdolsen"
|
|
3245
|
+
}
|
|
3246
|
+
],
|
|
3247
|
+
"compatibility": {
|
|
3248
|
+
"nuxt": "^3.8.0",
|
|
3249
|
+
"requires": {}
|
|
3250
|
+
}
|
|
3251
|
+
},
|
|
2789
3252
|
{
|
|
2790
3253
|
"name": "markdownit",
|
|
2791
3254
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
@@ -2809,6 +3272,30 @@
|
|
|
2809
3272
|
"requires": {}
|
|
2810
3273
|
}
|
|
2811
3274
|
},
|
|
3275
|
+
{
|
|
3276
|
+
"name": "marquee",
|
|
3277
|
+
"description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
|
|
3278
|
+
"repo": "hanzydev/nuxt-marquee",
|
|
3279
|
+
"npm": "nuxt-marquee",
|
|
3280
|
+
"icon": "marquee.png",
|
|
3281
|
+
"github": "https://github.com/hanzydev/nuxt-marquee/",
|
|
3282
|
+
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3283
|
+
"learn_more": "",
|
|
3284
|
+
"category": "UI",
|
|
3285
|
+
"type": "3rd-party",
|
|
3286
|
+
"maintainers": [
|
|
3287
|
+
{
|
|
3288
|
+
"name": "Hànzy",
|
|
3289
|
+
"github": "hanzydev",
|
|
3290
|
+
"avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
|
|
3291
|
+
}
|
|
3292
|
+
],
|
|
3293
|
+
"compatibility": {
|
|
3294
|
+
"nuxt": "^3.0.0",
|
|
3295
|
+
"requires": {},
|
|
3296
|
+
"devtools": "^0.0.0"
|
|
3297
|
+
}
|
|
3298
|
+
},
|
|
2812
3299
|
{
|
|
2813
3300
|
"name": "matomo",
|
|
2814
3301
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -2831,6 +3318,50 @@
|
|
|
2831
3318
|
"requires": {}
|
|
2832
3319
|
}
|
|
2833
3320
|
},
|
|
3321
|
+
{
|
|
3322
|
+
"name": "maz-ui",
|
|
3323
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3324
|
+
"repo": "louismazel/maz-ui#master/packages/lib",
|
|
3325
|
+
"npm": "maz-ui",
|
|
3326
|
+
"icon": "maz-ui.png",
|
|
3327
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3328
|
+
"website": "https://maz-ui.com/",
|
|
3329
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3330
|
+
"category": "UI",
|
|
3331
|
+
"type": "3rd-party",
|
|
3332
|
+
"maintainers": [
|
|
3333
|
+
{
|
|
3334
|
+
"name": "Loïc Mazuel",
|
|
3335
|
+
"github": "LouisMazel"
|
|
3336
|
+
}
|
|
3337
|
+
],
|
|
3338
|
+
"compatibility": {
|
|
3339
|
+
"nuxt": "^3.0.0",
|
|
3340
|
+
"requires": {}
|
|
3341
|
+
}
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
"name": "mdc",
|
|
3345
|
+
"description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
|
|
3346
|
+
"repo": "nuxt-modules/mdc",
|
|
3347
|
+
"npm": "@nuxtjs/mdc",
|
|
3348
|
+
"icon": "mdc.png",
|
|
3349
|
+
"github": "https://github.com/nuxt-modules/mdc",
|
|
3350
|
+
"website": "https://github.com/nuxt-modules/mdc",
|
|
3351
|
+
"learn_more": "",
|
|
3352
|
+
"category": "Extensions",
|
|
3353
|
+
"type": "community",
|
|
3354
|
+
"maintainers": [
|
|
3355
|
+
{
|
|
3356
|
+
"name": "farnabaz",
|
|
3357
|
+
"github": "farnabaz"
|
|
3358
|
+
}
|
|
3359
|
+
],
|
|
3360
|
+
"compatibility": {
|
|
3361
|
+
"nuxt": "^3.0.0",
|
|
3362
|
+
"requires": {}
|
|
3363
|
+
}
|
|
3364
|
+
},
|
|
2834
3365
|
{
|
|
2835
3366
|
"name": "mdx",
|
|
2836
3367
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2856,7 +3387,7 @@
|
|
|
2856
3387
|
},
|
|
2857
3388
|
{
|
|
2858
3389
|
"name": "medusa",
|
|
2859
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3390
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2860
3391
|
"repo": "Baroshem/nuxt-medusa",
|
|
2861
3392
|
"npm": "nuxt-medusa",
|
|
2862
3393
|
"icon": "medusa.svg",
|
|
@@ -2881,7 +3412,7 @@
|
|
|
2881
3412
|
},
|
|
2882
3413
|
{
|
|
2883
3414
|
"name": "meilisearch",
|
|
2884
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3415
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2885
3416
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2886
3417
|
"npm": "nuxt-meilisearch",
|
|
2887
3418
|
"icon": "meilisearch.svg",
|
|
@@ -2901,7 +3432,8 @@
|
|
|
2901
3432
|
"nuxt": "^3.0.0",
|
|
2902
3433
|
"requires": {
|
|
2903
3434
|
"bridge": false
|
|
2904
|
-
}
|
|
3435
|
+
},
|
|
3436
|
+
"devtools": "^0.0.0"
|
|
2905
3437
|
}
|
|
2906
3438
|
},
|
|
2907
3439
|
{
|
|
@@ -2926,28 +3458,6 @@
|
|
|
2926
3458
|
"requires": {}
|
|
2927
3459
|
}
|
|
2928
3460
|
},
|
|
2929
|
-
{
|
|
2930
|
-
"name": "mobile",
|
|
2931
|
-
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
2932
|
-
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
2933
|
-
"npm": "nuxt-mobile",
|
|
2934
|
-
"icon": "",
|
|
2935
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2936
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2937
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
2938
|
-
"category": "Extensions",
|
|
2939
|
-
"type": "3rd-party",
|
|
2940
|
-
"maintainers": [
|
|
2941
|
-
{
|
|
2942
|
-
"name": "ChanningDefoe",
|
|
2943
|
-
"github": "ChanningDefoe"
|
|
2944
|
-
}
|
|
2945
|
-
],
|
|
2946
|
-
"compatibility": {
|
|
2947
|
-
"nuxt": "^2.0.0",
|
|
2948
|
-
"requires": {}
|
|
2949
|
-
}
|
|
2950
|
-
},
|
|
2951
3461
|
{
|
|
2952
3462
|
"name": "module-feed",
|
|
2953
3463
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -2973,7 +3483,7 @@
|
|
|
2973
3483
|
},
|
|
2974
3484
|
{
|
|
2975
3485
|
"name": "moment",
|
|
2976
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3486
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2977
3487
|
"repo": "nuxt-community/moment-module",
|
|
2978
3488
|
"npm": "@nuxtjs/moment",
|
|
2979
3489
|
"icon": "momentjs.png",
|
|
@@ -2999,20 +3509,20 @@
|
|
|
2999
3509
|
}
|
|
3000
3510
|
},
|
|
3001
3511
|
{
|
|
3002
|
-
"name": "
|
|
3003
|
-
"description": "
|
|
3004
|
-
"repo": "
|
|
3005
|
-
"npm": "nuxt-
|
|
3512
|
+
"name": "neo",
|
|
3513
|
+
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
3514
|
+
"repo": "ezypeeze/nuxt-neo",
|
|
3515
|
+
"npm": "nuxt-neo",
|
|
3006
3516
|
"icon": "",
|
|
3007
|
-
"github": "https://github.com/
|
|
3008
|
-
"website": "https://github.
|
|
3009
|
-
"learn_more": "
|
|
3010
|
-
"category": "
|
|
3517
|
+
"github": "https://github.com/ezypeeze/nuxt-neo",
|
|
3518
|
+
"website": "https://ezypeeze.github.io/nuxt-neo",
|
|
3519
|
+
"learn_more": "",
|
|
3520
|
+
"category": "Request",
|
|
3011
3521
|
"type": "3rd-party",
|
|
3012
3522
|
"maintainers": [
|
|
3013
3523
|
{
|
|
3014
|
-
"name": "
|
|
3015
|
-
"github": "
|
|
3524
|
+
"name": "ezypeeze",
|
|
3525
|
+
"github": "ezypeeze"
|
|
3016
3526
|
}
|
|
3017
3527
|
],
|
|
3018
3528
|
"compatibility": {
|
|
@@ -3021,30 +3531,30 @@
|
|
|
3021
3531
|
}
|
|
3022
3532
|
},
|
|
3023
3533
|
{
|
|
3024
|
-
"name": "
|
|
3025
|
-
"description": "
|
|
3026
|
-
"repo": "
|
|
3027
|
-
"npm": "nuxt-
|
|
3028
|
-
"icon": "",
|
|
3029
|
-
"github": "https://github.com/
|
|
3030
|
-
"website": "https://
|
|
3534
|
+
"name": "neo4j",
|
|
3535
|
+
"description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
|
|
3536
|
+
"repo": "arashsheyda/nuxt-neo4j",
|
|
3537
|
+
"npm": "nuxt-neo4j",
|
|
3538
|
+
"icon": "nuxt-neo4j.png",
|
|
3539
|
+
"github": "https://github.com/arashsheyda/nuxt-neo4j",
|
|
3540
|
+
"website": "https://github.com/arashsheyda/nuxt-neo4j",
|
|
3031
3541
|
"learn_more": "",
|
|
3032
|
-
"category": "
|
|
3542
|
+
"category": "Database",
|
|
3033
3543
|
"type": "3rd-party",
|
|
3034
3544
|
"maintainers": [
|
|
3035
3545
|
{
|
|
3036
|
-
"name": "
|
|
3037
|
-
"github": "
|
|
3546
|
+
"name": "arashsheyda",
|
|
3547
|
+
"github": "arashsheyda"
|
|
3038
3548
|
}
|
|
3039
3549
|
],
|
|
3040
3550
|
"compatibility": {
|
|
3041
|
-
"nuxt": "^
|
|
3551
|
+
"nuxt": "^3.0.0",
|
|
3042
3552
|
"requires": {}
|
|
3043
3553
|
}
|
|
3044
3554
|
},
|
|
3045
3555
|
{
|
|
3046
3556
|
"name": "netlify-cache",
|
|
3047
|
-
"description": "Nuxt
|
|
3557
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3048
3558
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3049
3559
|
"npm": "nuxt-netlify-cache",
|
|
3050
3560
|
"icon": "netlify.png",
|
|
@@ -3089,13 +3599,13 @@
|
|
|
3089
3599
|
},
|
|
3090
3600
|
{
|
|
3091
3601
|
"name": "netlify",
|
|
3092
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3093
|
-
"repo": "
|
|
3602
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3603
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
3094
3604
|
"npm": "@aceforth/nuxt-netlify",
|
|
3095
3605
|
"icon": "netlify.png",
|
|
3096
|
-
"github": "https://github.com/
|
|
3097
|
-
"website": "https://
|
|
3098
|
-
"learn_more": "",
|
|
3606
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3607
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3608
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
3099
3609
|
"category": "Deployment",
|
|
3100
3610
|
"type": "3rd-party",
|
|
3101
3611
|
"maintainers": [
|
|
@@ -3182,30 +3692,171 @@
|
|
|
3182
3692
|
}
|
|
3183
3693
|
},
|
|
3184
3694
|
{
|
|
3185
|
-
"name": "nuxt-
|
|
3186
|
-
"description": "",
|
|
3187
|
-
"repo": "
|
|
3188
|
-
"npm": "
|
|
3695
|
+
"name": "nuxt-anchorscroll",
|
|
3696
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3697
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3698
|
+
"npm": "nuxt-anchorscroll",
|
|
3189
3699
|
"icon": "",
|
|
3190
|
-
"github": "https://github.com/
|
|
3191
|
-
"website": "https://github.com/
|
|
3700
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3701
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3192
3702
|
"learn_more": "",
|
|
3193
|
-
"category": "
|
|
3703
|
+
"category": "UI",
|
|
3194
3704
|
"type": "3rd-party",
|
|
3195
3705
|
"maintainers": [
|
|
3196
3706
|
{
|
|
3197
|
-
"name": "
|
|
3198
|
-
"github": "
|
|
3707
|
+
"name": "Helltraitor",
|
|
3708
|
+
"github": "helltraitor"
|
|
3199
3709
|
}
|
|
3200
3710
|
],
|
|
3201
3711
|
"compatibility": {
|
|
3202
|
-
"nuxt": "^
|
|
3712
|
+
"nuxt": "^3.0.0",
|
|
3713
|
+
"requires": {}
|
|
3714
|
+
}
|
|
3715
|
+
},
|
|
3716
|
+
{
|
|
3717
|
+
"name": "nuxt-asciidoc",
|
|
3718
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3719
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3720
|
+
"npm": "nuxt-asciidoc",
|
|
3721
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3722
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3723
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3724
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3725
|
+
"category": "Extensions",
|
|
3726
|
+
"type": "3rd-party",
|
|
3727
|
+
"maintainers": [
|
|
3728
|
+
{
|
|
3729
|
+
"name": "Christian Lenz",
|
|
3730
|
+
"github": "Chris2011",
|
|
3731
|
+
"twitter": "Chrizzly42"
|
|
3732
|
+
}
|
|
3733
|
+
],
|
|
3734
|
+
"compatibility": {
|
|
3735
|
+
"nuxt": "^3.0.0",
|
|
3736
|
+
"requires": {}
|
|
3737
|
+
}
|
|
3738
|
+
},
|
|
3739
|
+
{
|
|
3740
|
+
"name": "nuxt-auth-sanctum",
|
|
3741
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3742
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3743
|
+
"npm": "nuxt-auth-sanctum",
|
|
3744
|
+
"icon": "laravel.svg",
|
|
3745
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3746
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3747
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3748
|
+
"category": "Security",
|
|
3749
|
+
"type": "3rd-party",
|
|
3750
|
+
"maintainers": [
|
|
3751
|
+
{
|
|
3752
|
+
"name": "Artem Manchenkov",
|
|
3753
|
+
"github": "manchenkoff",
|
|
3754
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3755
|
+
}
|
|
3756
|
+
],
|
|
3757
|
+
"compatibility": {
|
|
3758
|
+
"nuxt": "^3.9.0",
|
|
3759
|
+
"requires": {}
|
|
3760
|
+
}
|
|
3761
|
+
},
|
|
3762
|
+
{
|
|
3763
|
+
"name": "nuxt-basic-auth",
|
|
3764
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3765
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3766
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3767
|
+
"icon": "",
|
|
3768
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3769
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3770
|
+
"learn_more": "",
|
|
3771
|
+
"category": "Security",
|
|
3772
|
+
"type": "3rd-party",
|
|
3773
|
+
"maintainers": [
|
|
3774
|
+
{
|
|
3775
|
+
"name": "kgierke",
|
|
3776
|
+
"github": "kgierke"
|
|
3777
|
+
}
|
|
3778
|
+
],
|
|
3779
|
+
"compatibility": {
|
|
3780
|
+
"nuxt": "^3.0.0",
|
|
3781
|
+
"requires": {}
|
|
3782
|
+
}
|
|
3783
|
+
},
|
|
3784
|
+
{
|
|
3785
|
+
"name": "nuxt-bezier",
|
|
3786
|
+
"description": "Reusable transition components",
|
|
3787
|
+
"repo": "50rayn/nuxt-bezier",
|
|
3788
|
+
"npm": "nuxt-bezier",
|
|
3789
|
+
"icon": "nuxt-bezier.png",
|
|
3790
|
+
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3791
|
+
"website": "https://github.com/50rayn/nuxt-bezier",
|
|
3792
|
+
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3793
|
+
"category": "UI",
|
|
3794
|
+
"type": "3rd-party",
|
|
3795
|
+
"maintainers": [
|
|
3796
|
+
{
|
|
3797
|
+
"name": "Soryn Gitlan",
|
|
3798
|
+
"github": "50rayn"
|
|
3799
|
+
}
|
|
3800
|
+
],
|
|
3801
|
+
"compatibility": {
|
|
3802
|
+
"nuxt": "^3.0.0",
|
|
3803
|
+
"requires": {}
|
|
3804
|
+
}
|
|
3805
|
+
},
|
|
3806
|
+
{
|
|
3807
|
+
"name": "nuxt-booster",
|
|
3808
|
+
"description": "nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website.",
|
|
3809
|
+
"repo": "basics/nuxt-booster",
|
|
3810
|
+
"npm": "nuxt-booster",
|
|
3811
|
+
"icon": "nuxt-booster.svg",
|
|
3812
|
+
"github": "https://github.com/basics/nuxt-booster",
|
|
3813
|
+
"website": "https://basics.github.io/nuxt-booster/",
|
|
3814
|
+
"learn_more": "https://basics.github.io/nuxt-booster/",
|
|
3815
|
+
"category": "Performance",
|
|
3816
|
+
"type": "3rd-party",
|
|
3817
|
+
"maintainers": [
|
|
3818
|
+
{
|
|
3819
|
+
"name": "Thorn Walli",
|
|
3820
|
+
"github": "ThornWalli",
|
|
3821
|
+
"avatar": "https://avatars.githubusercontent.com/u/8287751?v=4"
|
|
3822
|
+
},
|
|
3823
|
+
{
|
|
3824
|
+
"name": "Stephan Gerbeth",
|
|
3825
|
+
"github": "StephanGerbeth",
|
|
3826
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3827
|
+
}
|
|
3828
|
+
],
|
|
3829
|
+
"compatibility": {
|
|
3830
|
+
"nuxt": "^3.0.0",
|
|
3831
|
+
"requires": {},
|
|
3832
|
+
"devtools": "^0.0.0"
|
|
3833
|
+
}
|
|
3834
|
+
},
|
|
3835
|
+
{
|
|
3836
|
+
"name": "nuxt-bootstrap-icons",
|
|
3837
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3838
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3839
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3840
|
+
"icon": "bootstrap-icons.svg",
|
|
3841
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3842
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3843
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3844
|
+
"category": "UI",
|
|
3845
|
+
"type": "3rd-party",
|
|
3846
|
+
"maintainers": [
|
|
3847
|
+
{
|
|
3848
|
+
"name": "OyewoleOyedeji",
|
|
3849
|
+
"github": "OyewoleOyedeji"
|
|
3850
|
+
}
|
|
3851
|
+
],
|
|
3852
|
+
"compatibility": {
|
|
3853
|
+
"nuxt": "^3.0.0",
|
|
3203
3854
|
"requires": {}
|
|
3204
3855
|
}
|
|
3205
3856
|
},
|
|
3206
3857
|
{
|
|
3207
3858
|
"name": "nuxt-chatgpt",
|
|
3208
|
-
"description": "ChatGPT integration for Nuxt
|
|
3859
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3209
3860
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3210
3861
|
"npm": "nuxt-chatgpt",
|
|
3211
3862
|
"icon": "chatgpt.svg",
|
|
@@ -3225,6 +3876,143 @@
|
|
|
3225
3876
|
"requires": {}
|
|
3226
3877
|
}
|
|
3227
3878
|
},
|
|
3879
|
+
{
|
|
3880
|
+
"name": "nuxt-cookie-consent",
|
|
3881
|
+
"description": "Nuxt module for integrating with cookie consent providers with ease",
|
|
3882
|
+
"repo": "weareheavy/nuxt-cookie-consent",
|
|
3883
|
+
"npm": "@weareheavy/nuxt-cookie-consent",
|
|
3884
|
+
"icon": "wah.svg",
|
|
3885
|
+
"github": "https://github.com/weareheavy/nuxt-cookie-consent",
|
|
3886
|
+
"website": "https://nuxt-cookie-consent.packages.weareheavy.com",
|
|
3887
|
+
"learn_more": "",
|
|
3888
|
+
"category": "Extensions",
|
|
3889
|
+
"type": "3rd-party",
|
|
3890
|
+
"maintainers": [
|
|
3891
|
+
{
|
|
3892
|
+
"name": "weareheavy",
|
|
3893
|
+
"github": "weareheavy"
|
|
3894
|
+
}
|
|
3895
|
+
],
|
|
3896
|
+
"compatibility": {
|
|
3897
|
+
"nuxt": "^3.0.0",
|
|
3898
|
+
"requires": {}
|
|
3899
|
+
}
|
|
3900
|
+
},
|
|
3901
|
+
{
|
|
3902
|
+
"name": "nuxt-facebook-chat",
|
|
3903
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3904
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3905
|
+
"npm": "nuxt-facebook-chat",
|
|
3906
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3907
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3908
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3909
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3910
|
+
"category": "Libraries",
|
|
3911
|
+
"type": "3rd-party",
|
|
3912
|
+
"maintainers": [
|
|
3913
|
+
{
|
|
3914
|
+
"name": "Supanut Dokmaithong",
|
|
3915
|
+
"github": "Boomgeek"
|
|
3916
|
+
},
|
|
3917
|
+
{
|
|
3918
|
+
"name": "superdev-tech",
|
|
3919
|
+
"github": "superdev-tech"
|
|
3920
|
+
}
|
|
3921
|
+
],
|
|
3922
|
+
"compatibility": {
|
|
3923
|
+
"nuxt": "^3.0.0",
|
|
3924
|
+
"requires": {}
|
|
3925
|
+
}
|
|
3926
|
+
},
|
|
3927
|
+
{
|
|
3928
|
+
"name": "nuxt-feather-icons",
|
|
3929
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3930
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3931
|
+
"npm": "nuxt-feather-icons",
|
|
3932
|
+
"icon": "nuxt-feather-icons.png",
|
|
3933
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3934
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3935
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3936
|
+
"category": "UI",
|
|
3937
|
+
"type": "3rd-party",
|
|
3938
|
+
"maintainers": [
|
|
3939
|
+
{
|
|
3940
|
+
"name": "4sllan",
|
|
3941
|
+
"github": "4sllan"
|
|
3942
|
+
}
|
|
3943
|
+
],
|
|
3944
|
+
"compatibility": {
|
|
3945
|
+
"nuxt": "^3.0.0",
|
|
3946
|
+
"requires": {}
|
|
3947
|
+
}
|
|
3948
|
+
},
|
|
3949
|
+
{
|
|
3950
|
+
"name": "nuxt-feedme",
|
|
3951
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3952
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3953
|
+
"npm": "nuxt-feedme",
|
|
3954
|
+
"icon": "",
|
|
3955
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3956
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3957
|
+
"learn_more": "",
|
|
3958
|
+
"category": "SEO",
|
|
3959
|
+
"type": "3rd-party",
|
|
3960
|
+
"maintainers": [
|
|
3961
|
+
{
|
|
3962
|
+
"name": "Helltraitor",
|
|
3963
|
+
"github": "helltraitor"
|
|
3964
|
+
}
|
|
3965
|
+
],
|
|
3966
|
+
"compatibility": {
|
|
3967
|
+
"nuxt": "^3.0.0",
|
|
3968
|
+
"requires": {}
|
|
3969
|
+
}
|
|
3970
|
+
},
|
|
3971
|
+
{
|
|
3972
|
+
"name": "nuxt-file-storage",
|
|
3973
|
+
"description": "Easy solution to store files in your nuxt apps. Upload files from the frontend and recieve them from the backend to save the files in your project.",
|
|
3974
|
+
"repo": "nyllre/nuxt-file-storage",
|
|
3975
|
+
"npm": "nuxt-file-storage",
|
|
3976
|
+
"icon": "nuxt-file-storage.svg",
|
|
3977
|
+
"github": "https://github.com/nyllre/nuxt-file-storage",
|
|
3978
|
+
"website": "https://github.com/nyllre/nuxt-file-storage",
|
|
3979
|
+
"learn_more": "https://github.com/nyllre/nuxt-file-storage",
|
|
3980
|
+
"category": "Database",
|
|
3981
|
+
"type": "3rd-party",
|
|
3982
|
+
"maintainers": [
|
|
3983
|
+
{
|
|
3984
|
+
"name": "NyllRE",
|
|
3985
|
+
"github": "NyllRE"
|
|
3986
|
+
}
|
|
3987
|
+
],
|
|
3988
|
+
"compatibility": {
|
|
3989
|
+
"nuxt": "^3.0.0",
|
|
3990
|
+
"requires": {}
|
|
3991
|
+
}
|
|
3992
|
+
},
|
|
3993
|
+
{
|
|
3994
|
+
"name": "nuxt-fontawesome",
|
|
3995
|
+
"description": "Module to use Font Awesome 6 icons in your Nuxt project",
|
|
3996
|
+
"repo": "bezumkin/nuxt-fontawesome",
|
|
3997
|
+
"npm": "@vesp/nuxt-fontawesome",
|
|
3998
|
+
"icon": "nuxt-fontawesome.svg",
|
|
3999
|
+
"github": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
4000
|
+
"website": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
4001
|
+
"learn_more": "https://fontawesome.com",
|
|
4002
|
+
"category": "UI",
|
|
4003
|
+
"type": "3rd-party",
|
|
4004
|
+
"maintainers": [
|
|
4005
|
+
{
|
|
4006
|
+
"name": "Vasily Naumkin",
|
|
4007
|
+
"github": "bezumkin",
|
|
4008
|
+
"avatar": "https://avatars.githubusercontent.com/u/1257284"
|
|
4009
|
+
}
|
|
4010
|
+
],
|
|
4011
|
+
"compatibility": {
|
|
4012
|
+
"nuxt": "^3.0.0",
|
|
4013
|
+
"requires": {}
|
|
4014
|
+
}
|
|
4015
|
+
},
|
|
3228
4016
|
{
|
|
3229
4017
|
"name": "nuxt-graphql-middleware",
|
|
3230
4018
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3232,7 +4020,7 @@
|
|
|
3232
4020
|
"npm": "nuxt-graphql-middleware",
|
|
3233
4021
|
"icon": "nuxt-graphql-middleware.svg",
|
|
3234
4022
|
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3235
|
-
"website": "https://nuxt-graphql-middleware
|
|
4023
|
+
"website": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3236
4024
|
"learn_more": "",
|
|
3237
4025
|
"category": "Request",
|
|
3238
4026
|
"type": "3rd-party",
|
|
@@ -3278,7 +4066,7 @@
|
|
|
3278
4066
|
},
|
|
3279
4067
|
{
|
|
3280
4068
|
"name": "nuxt-gtm",
|
|
3281
|
-
"description": "A Nuxt
|
|
4069
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3282
4070
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3283
4071
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3284
4072
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3290,12 +4078,13 @@
|
|
|
3290
4078
|
"maintainers": [
|
|
3291
4079
|
{
|
|
3292
4080
|
"name": "Zadig&Voltaire Team",
|
|
3293
|
-
"github": "
|
|
4081
|
+
"github": "zadigetvoltaire"
|
|
3294
4082
|
}
|
|
3295
4083
|
],
|
|
3296
4084
|
"compatibility": {
|
|
3297
4085
|
"nuxt": "^3.0.0",
|
|
3298
|
-
"requires": {}
|
|
4086
|
+
"requires": {},
|
|
4087
|
+
"devtools": "^0.0.0"
|
|
3299
4088
|
}
|
|
3300
4089
|
},
|
|
3301
4090
|
{
|
|
@@ -3323,24 +4112,46 @@
|
|
|
3323
4112
|
}
|
|
3324
4113
|
},
|
|
3325
4114
|
{
|
|
3326
|
-
"name": "nuxt-
|
|
3327
|
-
"description": "
|
|
3328
|
-
"repo": "",
|
|
3329
|
-
"npm": "nuxt-
|
|
3330
|
-
"icon": "
|
|
3331
|
-
"github": "",
|
|
3332
|
-
"website": "https://
|
|
3333
|
-
"learn_more": "
|
|
3334
|
-
"category": "
|
|
4115
|
+
"name": "nuxt-interpolation",
|
|
4116
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
4117
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
4118
|
+
"npm": "nuxt-interpolation",
|
|
4119
|
+
"icon": "",
|
|
4120
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
4121
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
4122
|
+
"learn_more": "",
|
|
4123
|
+
"category": "Devtools",
|
|
3335
4124
|
"type": "3rd-party",
|
|
3336
4125
|
"maintainers": [
|
|
3337
4126
|
{
|
|
3338
|
-
"name": "
|
|
3339
|
-
"github": "
|
|
4127
|
+
"name": "daliborgogic",
|
|
4128
|
+
"github": "daliborgogic"
|
|
3340
4129
|
}
|
|
3341
4130
|
],
|
|
3342
4131
|
"compatibility": {
|
|
3343
|
-
"nuxt": "^2.0.0
|
|
4132
|
+
"nuxt": "^2.0.0",
|
|
4133
|
+
"requires": {}
|
|
4134
|
+
}
|
|
4135
|
+
},
|
|
4136
|
+
{
|
|
4137
|
+
"name": "nuxt-jsonld",
|
|
4138
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
4139
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
4140
|
+
"npm": "nuxt-jsonld",
|
|
4141
|
+
"icon": "",
|
|
4142
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
4143
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
4144
|
+
"learn_more": "",
|
|
4145
|
+
"category": "SEO",
|
|
4146
|
+
"type": "3rd-party",
|
|
4147
|
+
"maintainers": [
|
|
4148
|
+
{
|
|
4149
|
+
"name": "ymmooot",
|
|
4150
|
+
"github": "ymmooot"
|
|
4151
|
+
}
|
|
4152
|
+
],
|
|
4153
|
+
"compatibility": {
|
|
4154
|
+
"nuxt": "^3.0.0",
|
|
3344
4155
|
"requires": {}
|
|
3345
4156
|
}
|
|
3346
4157
|
},
|
|
@@ -3351,8 +4162,8 @@
|
|
|
3351
4162
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3352
4163
|
"icon": "nuxt-localtunnel.svg",
|
|
3353
4164
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
3354
|
-
"website": "https://nuxtus.com",
|
|
3355
|
-
"learn_more": "https://docs.nuxtus.com
|
|
4165
|
+
"website": "https://docs.nuxtus.com",
|
|
4166
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
3356
4167
|
"category": "Devtools",
|
|
3357
4168
|
"type": "3rd-party",
|
|
3358
4169
|
"maintainers": [
|
|
@@ -3369,7 +4180,7 @@
|
|
|
3369
4180
|
},
|
|
3370
4181
|
{
|
|
3371
4182
|
"name": "nuxt-loco",
|
|
3372
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
4183
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3373
4184
|
"repo": "gaetansenn/nuxt-loco",
|
|
3374
4185
|
"npm": "nuxt-loco",
|
|
3375
4186
|
"icon": "",
|
|
@@ -3390,6 +4201,28 @@
|
|
|
3390
4201
|
"requires": {}
|
|
3391
4202
|
}
|
|
3392
4203
|
},
|
|
4204
|
+
{
|
|
4205
|
+
"name": "nuxt-mail",
|
|
4206
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
4207
|
+
"repo": "dword-design/nuxt-mail",
|
|
4208
|
+
"npm": "nuxt-mail",
|
|
4209
|
+
"icon": "",
|
|
4210
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
4211
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
4212
|
+
"learn_more": "",
|
|
4213
|
+
"category": "Extensions",
|
|
4214
|
+
"type": "3rd-party",
|
|
4215
|
+
"maintainers": [
|
|
4216
|
+
{
|
|
4217
|
+
"name": "Sebastian Landwehr",
|
|
4218
|
+
"github": "dword-design"
|
|
4219
|
+
}
|
|
4220
|
+
],
|
|
4221
|
+
"compatibility": {
|
|
4222
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4223
|
+
"requires": {}
|
|
4224
|
+
}
|
|
4225
|
+
},
|
|
3393
4226
|
{
|
|
3394
4227
|
"name": "nuxt-mapbox",
|
|
3395
4228
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3412,6 +4245,28 @@
|
|
|
3412
4245
|
"requires": {}
|
|
3413
4246
|
}
|
|
3414
4247
|
},
|
|
4248
|
+
{
|
|
4249
|
+
"name": "nuxt-mdi",
|
|
4250
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
4251
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
4252
|
+
"npm": "nuxt-mdi",
|
|
4253
|
+
"icon": "mdi.png",
|
|
4254
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
4255
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
4256
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
4257
|
+
"category": "Libraries",
|
|
4258
|
+
"type": "3rd-party",
|
|
4259
|
+
"maintainers": [
|
|
4260
|
+
{
|
|
4261
|
+
"name": "Emil Rosenius",
|
|
4262
|
+
"github": "ERPedersen"
|
|
4263
|
+
}
|
|
4264
|
+
],
|
|
4265
|
+
"compatibility": {
|
|
4266
|
+
"nuxt": "^3.0.0",
|
|
4267
|
+
"requires": {}
|
|
4268
|
+
}
|
|
4269
|
+
},
|
|
3415
4270
|
{
|
|
3416
4271
|
"name": "nuxt-monaco-editor",
|
|
3417
4272
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3436,12 +4291,12 @@
|
|
|
3436
4291
|
},
|
|
3437
4292
|
{
|
|
3438
4293
|
"name": "nuxt-mongoose",
|
|
3439
|
-
"description": "A Nuxt
|
|
4294
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3440
4295
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3441
4296
|
"npm": "nuxt-mongoose",
|
|
3442
4297
|
"icon": "nuxt-mongoose.svg",
|
|
3443
4298
|
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3444
|
-
"website": "https://
|
|
4299
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3445
4300
|
"learn_more": "",
|
|
3446
4301
|
"category": "Database",
|
|
3447
4302
|
"type": "3rd-party",
|
|
@@ -3451,6 +4306,125 @@
|
|
|
3451
4306
|
"github": "arashsheyda"
|
|
3452
4307
|
}
|
|
3453
4308
|
],
|
|
4309
|
+
"compatibility": {
|
|
4310
|
+
"nuxt": "^3.0.0",
|
|
4311
|
+
"requires": {},
|
|
4312
|
+
"devtools": "^0.0.0"
|
|
4313
|
+
}
|
|
4314
|
+
},
|
|
4315
|
+
{
|
|
4316
|
+
"name": "nuxt-oidc-auth",
|
|
4317
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
4318
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
4319
|
+
"npm": "nuxt-oidc-auth",
|
|
4320
|
+
"icon": "",
|
|
4321
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4322
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4323
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4324
|
+
"category": "Security",
|
|
4325
|
+
"type": "3rd-party",
|
|
4326
|
+
"maintainers": [
|
|
4327
|
+
{
|
|
4328
|
+
"name": "Jan-Henrik Damaschke",
|
|
4329
|
+
"github": "itpropro",
|
|
4330
|
+
"twitter": "jandamaschke"
|
|
4331
|
+
}
|
|
4332
|
+
],
|
|
4333
|
+
"compatibility": {
|
|
4334
|
+
"nuxt": "^3.0.0",
|
|
4335
|
+
"requires": {}
|
|
4336
|
+
}
|
|
4337
|
+
},
|
|
4338
|
+
{
|
|
4339
|
+
"name": "nuxt-openapi-docs-module",
|
|
4340
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4341
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4342
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4343
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4344
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4345
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4346
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4347
|
+
"category": "Libraries",
|
|
4348
|
+
"type": "3rd-party",
|
|
4349
|
+
"maintainers": [
|
|
4350
|
+
{
|
|
4351
|
+
"name": "Pavel Kuzmin",
|
|
4352
|
+
"github": "s00d"
|
|
4353
|
+
}
|
|
4354
|
+
],
|
|
4355
|
+
"compatibility": {
|
|
4356
|
+
"nuxt": "^3.0.0",
|
|
4357
|
+
"requires": {}
|
|
4358
|
+
}
|
|
4359
|
+
},
|
|
4360
|
+
{
|
|
4361
|
+
"name": "nuxt-openid-connect",
|
|
4362
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4363
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4364
|
+
"npm": "nuxt-openid-connect",
|
|
4365
|
+
"icon": "",
|
|
4366
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4367
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4368
|
+
"learn_more": "",
|
|
4369
|
+
"category": "Security",
|
|
4370
|
+
"type": "3rd-party",
|
|
4371
|
+
"maintainers": [
|
|
4372
|
+
{
|
|
4373
|
+
"name": "Aborn Jiang",
|
|
4374
|
+
"github": "aborn"
|
|
4375
|
+
},
|
|
4376
|
+
{
|
|
4377
|
+
"name": "Khaled Almana",
|
|
4378
|
+
"github": "KhaledAlMana"
|
|
4379
|
+
}
|
|
4380
|
+
],
|
|
4381
|
+
"compatibility": {
|
|
4382
|
+
"nuxt": "^3.0.0",
|
|
4383
|
+
"requires": {},
|
|
4384
|
+
"devtools": "^0.0.0"
|
|
4385
|
+
}
|
|
4386
|
+
},
|
|
4387
|
+
{
|
|
4388
|
+
"name": "nuxt-payload-analyzer",
|
|
4389
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4390
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4391
|
+
"npm": "nuxt-payload-analyzer",
|
|
4392
|
+
"icon": "",
|
|
4393
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4394
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4395
|
+
"learn_more": "",
|
|
4396
|
+
"category": "Performance",
|
|
4397
|
+
"type": "3rd-party",
|
|
4398
|
+
"maintainers": [
|
|
4399
|
+
{
|
|
4400
|
+
"name": "Barbapapazes",
|
|
4401
|
+
"github": "Barbapapazes",
|
|
4402
|
+
"twitter": "soubiran_"
|
|
4403
|
+
}
|
|
4404
|
+
],
|
|
4405
|
+
"compatibility": {
|
|
4406
|
+
"nuxt": "^3.0.0",
|
|
4407
|
+
"requires": {}
|
|
4408
|
+
}
|
|
4409
|
+
},
|
|
4410
|
+
{
|
|
4411
|
+
"name": "nuxt-pdf-frame",
|
|
4412
|
+
"description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
|
|
4413
|
+
"repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
|
|
4414
|
+
"npm": "@i2d/nuxt-pdf-frame",
|
|
4415
|
+
"icon": "pdf-frame.svg",
|
|
4416
|
+
"github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
|
|
4417
|
+
"website": "https://www.pdf-frame.org",
|
|
4418
|
+
"learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
|
|
4419
|
+
"category": "Libraries",
|
|
4420
|
+
"type": "3rd-party",
|
|
4421
|
+
"maintainers": [
|
|
4422
|
+
{
|
|
4423
|
+
"name": "Narayana Swamy",
|
|
4424
|
+
"github": "nswamy14",
|
|
4425
|
+
"email": "narayanaswamy14@gmail.com"
|
|
4426
|
+
}
|
|
4427
|
+
],
|
|
3454
4428
|
"compatibility": {
|
|
3455
4429
|
"nuxt": "^3.0.0",
|
|
3456
4430
|
"requires": {}
|
|
@@ -3479,6 +4453,28 @@
|
|
|
3479
4453
|
"requires": {}
|
|
3480
4454
|
}
|
|
3481
4455
|
},
|
|
4456
|
+
{
|
|
4457
|
+
"name": "nuxt-phosphor-icons",
|
|
4458
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
4459
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4460
|
+
"npm": "nuxt-phosphor-icons",
|
|
4461
|
+
"icon": "phosphor-icons.svg",
|
|
4462
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4463
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4464
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
4465
|
+
"category": "UI",
|
|
4466
|
+
"type": "3rd-party",
|
|
4467
|
+
"maintainers": [
|
|
4468
|
+
{
|
|
4469
|
+
"name": "OyewoleOyedeji",
|
|
4470
|
+
"github": "OyewoleOyedeji"
|
|
4471
|
+
}
|
|
4472
|
+
],
|
|
4473
|
+
"compatibility": {
|
|
4474
|
+
"nuxt": "^3.0.0",
|
|
4475
|
+
"requires": {}
|
|
4476
|
+
}
|
|
4477
|
+
},
|
|
3482
4478
|
{
|
|
3483
4479
|
"name": "nuxt-pino-log",
|
|
3484
4480
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3502,20 +4498,24 @@
|
|
|
3502
4498
|
}
|
|
3503
4499
|
},
|
|
3504
4500
|
{
|
|
3505
|
-
"name": "
|
|
3506
|
-
"description": "
|
|
3507
|
-
"repo": "nuxt-
|
|
3508
|
-
"npm": "
|
|
3509
|
-
"icon": "
|
|
3510
|
-
"github": "https://github.com/nuxt-
|
|
3511
|
-
"website": "https://github.com/nuxt-
|
|
3512
|
-
"learn_more": "https://
|
|
3513
|
-
"category": "
|
|
3514
|
-
"type": "
|
|
4501
|
+
"name": "nuxt-plotly",
|
|
4502
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
4503
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
4504
|
+
"npm": "nuxt-plotly",
|
|
4505
|
+
"icon": "nuxt-plotly.svg",
|
|
4506
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4507
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4508
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
4509
|
+
"category": "Libraries",
|
|
4510
|
+
"type": "3rd-party",
|
|
3515
4511
|
"maintainers": [
|
|
3516
4512
|
{
|
|
3517
|
-
"name": "
|
|
3518
|
-
"github": "
|
|
4513
|
+
"name": "Supanut Dokmaithong",
|
|
4514
|
+
"github": "Boomgeek"
|
|
4515
|
+
},
|
|
4516
|
+
{
|
|
4517
|
+
"name": "superdev-tech",
|
|
4518
|
+
"github": "superdev-tech"
|
|
3519
4519
|
}
|
|
3520
4520
|
],
|
|
3521
4521
|
"compatibility": {
|
|
@@ -3525,7 +4525,7 @@
|
|
|
3525
4525
|
},
|
|
3526
4526
|
{
|
|
3527
4527
|
"name": "nuxt-png-to-ico",
|
|
3528
|
-
"description": "Nuxt
|
|
4528
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3529
4529
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3530
4530
|
"npm": "nuxt-png-to-ico",
|
|
3531
4531
|
"icon": "",
|
|
@@ -3546,9 +4546,31 @@
|
|
|
3546
4546
|
"requires": {}
|
|
3547
4547
|
}
|
|
3548
4548
|
},
|
|
4549
|
+
{
|
|
4550
|
+
"name": "nuxt-posthog",
|
|
4551
|
+
"description": "Integrate PostHog into your application with minimal configuration",
|
|
4552
|
+
"repo": "mitjans/nuxt-posthog",
|
|
4553
|
+
"npm": "nuxt-posthog",
|
|
4554
|
+
"icon": "posthog.svg",
|
|
4555
|
+
"github": "https://github.com/mitjans/nuxt-posthog",
|
|
4556
|
+
"website": "https://nuxt-posthog.cmitjans.dev",
|
|
4557
|
+
"learn_more": "https://posthog.com",
|
|
4558
|
+
"category": "Analytics",
|
|
4559
|
+
"type": "3rd-party",
|
|
4560
|
+
"maintainers": [
|
|
4561
|
+
{
|
|
4562
|
+
"name": "Carles Mitjans",
|
|
4563
|
+
"github": "mitjans"
|
|
4564
|
+
}
|
|
4565
|
+
],
|
|
4566
|
+
"compatibility": {
|
|
4567
|
+
"nuxt": "^3.0.0",
|
|
4568
|
+
"requires": {}
|
|
4569
|
+
}
|
|
4570
|
+
},
|
|
3549
4571
|
{
|
|
3550
4572
|
"name": "nuxt-smartlook",
|
|
3551
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4573
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3552
4574
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3553
4575
|
"npm": "nuxt-smartlook",
|
|
3554
4576
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3566,7 +4588,29 @@
|
|
|
3566
4588
|
}
|
|
3567
4589
|
],
|
|
3568
4590
|
"compatibility": {
|
|
3569
|
-
"nuxt": "^2.0.0",
|
|
4591
|
+
"nuxt": "^2.0.0",
|
|
4592
|
+
"requires": {}
|
|
4593
|
+
}
|
|
4594
|
+
},
|
|
4595
|
+
{
|
|
4596
|
+
"name": "nuxt-social-share",
|
|
4597
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4598
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4599
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4600
|
+
"icon": "nuxt-social-share.png",
|
|
4601
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4602
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4603
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4604
|
+
"category": "Extensions",
|
|
4605
|
+
"type": "3rd-party",
|
|
4606
|
+
"maintainers": [
|
|
4607
|
+
{
|
|
4608
|
+
"name": "stefanobartoletti",
|
|
4609
|
+
"github": "stefanobartoletti"
|
|
4610
|
+
}
|
|
4611
|
+
],
|
|
4612
|
+
"compatibility": {
|
|
4613
|
+
"nuxt": "^3.0.0",
|
|
3570
4614
|
"requires": {}
|
|
3571
4615
|
}
|
|
3572
4616
|
},
|
|
@@ -3600,10 +4644,10 @@
|
|
|
3600
4644
|
},
|
|
3601
4645
|
{
|
|
3602
4646
|
"name": "nuxt-storm",
|
|
3603
|
-
"description": "WebStorm & PHPStorm support for
|
|
4647
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3604
4648
|
"repo": "fumeapp/nuxt-storm",
|
|
3605
4649
|
"npm": "nuxt-storm",
|
|
3606
|
-
"icon": "
|
|
4650
|
+
"icon": "",
|
|
3607
4651
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
3608
4652
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
3609
4653
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -3620,6 +4664,30 @@
|
|
|
3620
4664
|
"requires": {}
|
|
3621
4665
|
}
|
|
3622
4666
|
},
|
|
4667
|
+
{
|
|
4668
|
+
"name": "nuxt-svgo-loader",
|
|
4669
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4670
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4671
|
+
"npm": "nuxt-svgo-loader",
|
|
4672
|
+
"icon": "",
|
|
4673
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4674
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4675
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4676
|
+
"category": "Images",
|
|
4677
|
+
"type": "3rd-party",
|
|
4678
|
+
"maintainers": [
|
|
4679
|
+
{
|
|
4680
|
+
"name": "Alex Liu",
|
|
4681
|
+
"github": "Mini-ghost",
|
|
4682
|
+
"twitter": "Minighost_Alex"
|
|
4683
|
+
}
|
|
4684
|
+
],
|
|
4685
|
+
"compatibility": {
|
|
4686
|
+
"nuxt": "^3.0.0",
|
|
4687
|
+
"requires": {},
|
|
4688
|
+
"devtools": "^0.0.0"
|
|
4689
|
+
}
|
|
4690
|
+
},
|
|
3623
4691
|
{
|
|
3624
4692
|
"name": "nuxt-svgo",
|
|
3625
4693
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -3644,7 +4712,7 @@
|
|
|
3644
4712
|
},
|
|
3645
4713
|
{
|
|
3646
4714
|
"name": "nuxt-unleash",
|
|
3647
|
-
"description": "Nuxt
|
|
4715
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3648
4716
|
"repo": "conejerock/nuxt-unleash",
|
|
3649
4717
|
"npm": "nuxt-unleash",
|
|
3650
4718
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3665,14 +4733,14 @@
|
|
|
3665
4733
|
}
|
|
3666
4734
|
},
|
|
3667
4735
|
{
|
|
3668
|
-
"name": "nuxt-use-
|
|
3669
|
-
"description": "A Nuxt module
|
|
3670
|
-
"repo": "Tahul/nuxt-use-
|
|
3671
|
-
"npm": "nuxt-use-
|
|
3672
|
-
"icon": "nuxt-use-
|
|
3673
|
-
"github": "https://github.com/Tahul/nuxt-use-
|
|
3674
|
-
"website": "https://github.com/Tahul/nuxt-use-
|
|
3675
|
-
"learn_more": "https://github.com/vueuse/
|
|
4736
|
+
"name": "nuxt-use-sound",
|
|
4737
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
4738
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
4739
|
+
"npm": "nuxt-use-sound",
|
|
4740
|
+
"icon": "nuxt-use-sound.svg",
|
|
4741
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
4742
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
4743
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
3676
4744
|
"category": "Libraries",
|
|
3677
4745
|
"type": "3rd-party",
|
|
3678
4746
|
"maintainers": [
|
|
@@ -3687,24 +4755,24 @@
|
|
|
3687
4755
|
}
|
|
3688
4756
|
},
|
|
3689
4757
|
{
|
|
3690
|
-
"name": "nuxt-
|
|
3691
|
-
"description": "
|
|
3692
|
-
"repo": "
|
|
3693
|
-
"npm": "nuxt-
|
|
3694
|
-
"icon": "nuxt-
|
|
3695
|
-
"github": "https://github.com/
|
|
3696
|
-
"website": "https://github.com/
|
|
3697
|
-
"learn_more": "
|
|
3698
|
-
"category": "
|
|
4758
|
+
"name": "nuxt-uswds",
|
|
4759
|
+
"description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
|
|
4760
|
+
"repo": "patrickcate/nuxt-uswds",
|
|
4761
|
+
"npm": "nuxt-uswds",
|
|
4762
|
+
"icon": "nuxt-uswds.svg",
|
|
4763
|
+
"github": "https://github.com/patrickcate/nuxt-uswds",
|
|
4764
|
+
"website": "https://github.com/patrickcate/nuxt-uswds",
|
|
4765
|
+
"learn_more": "",
|
|
4766
|
+
"category": "UI",
|
|
3699
4767
|
"type": "3rd-party",
|
|
3700
4768
|
"maintainers": [
|
|
3701
4769
|
{
|
|
3702
|
-
"name": "
|
|
3703
|
-
"github": "
|
|
4770
|
+
"name": "Patrick Cate",
|
|
4771
|
+
"github": "patrickcate"
|
|
3704
4772
|
}
|
|
3705
4773
|
],
|
|
3706
4774
|
"compatibility": {
|
|
3707
|
-
"nuxt": "^
|
|
4775
|
+
"nuxt": "^3.0.0",
|
|
3708
4776
|
"requires": {}
|
|
3709
4777
|
}
|
|
3710
4778
|
},
|
|
@@ -3735,12 +4803,12 @@
|
|
|
3735
4803
|
{
|
|
3736
4804
|
"name": "nuxt-vue3-google-signin",
|
|
3737
4805
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3738
|
-
"repo": "
|
|
4806
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3739
4807
|
"npm": "nuxt-vue3-google-signin",
|
|
3740
4808
|
"icon": "vue3-google-signin.svg",
|
|
3741
|
-
"github": "https://github.com/
|
|
3742
|
-
"website": "https://vue3-google-signin.
|
|
3743
|
-
"learn_more": "https://vue3-google-signin.
|
|
4809
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4810
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4811
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3744
4812
|
"category": "Libraries",
|
|
3745
4813
|
"type": "3rd-party",
|
|
3746
4814
|
"maintainers": [
|
|
@@ -3755,20 +4823,64 @@
|
|
|
3755
4823
|
}
|
|
3756
4824
|
},
|
|
3757
4825
|
{
|
|
3758
|
-
"name": "nuxt-
|
|
3759
|
-
"description": "
|
|
3760
|
-
"repo": "
|
|
3761
|
-
"npm": "
|
|
3762
|
-
"icon": "
|
|
3763
|
-
"github": "https://github.com/
|
|
3764
|
-
"website": "https://
|
|
3765
|
-
"learn_more": "
|
|
3766
|
-
"category": "
|
|
4826
|
+
"name": "nuxt-zod-i18n",
|
|
4827
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4828
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4829
|
+
"npm": "nuxt-zod-i18n",
|
|
4830
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4831
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4832
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4833
|
+
"learn_more": "",
|
|
4834
|
+
"category": "Libraries",
|
|
4835
|
+
"type": "3rd-party",
|
|
4836
|
+
"maintainers": [
|
|
4837
|
+
{
|
|
4838
|
+
"name": "xibman",
|
|
4839
|
+
"github": "xibman"
|
|
4840
|
+
}
|
|
4841
|
+
],
|
|
4842
|
+
"compatibility": {
|
|
4843
|
+
"nuxt": "^3.0.0",
|
|
4844
|
+
"requires": {}
|
|
4845
|
+
}
|
|
4846
|
+
},
|
|
4847
|
+
{
|
|
4848
|
+
"name": "nuxt3-interpolation",
|
|
4849
|
+
"description": "",
|
|
4850
|
+
"repo": "daliborgogic/interpolation",
|
|
4851
|
+
"npm": "nuxt3-interpolation",
|
|
4852
|
+
"icon": "",
|
|
4853
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4854
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4855
|
+
"learn_more": "",
|
|
4856
|
+
"category": "Devtools",
|
|
4857
|
+
"type": "3rd-party",
|
|
4858
|
+
"maintainers": [
|
|
4859
|
+
{
|
|
4860
|
+
"name": "daliborgogic",
|
|
4861
|
+
"github": "daliborgogic"
|
|
4862
|
+
}
|
|
4863
|
+
],
|
|
4864
|
+
"compatibility": {
|
|
4865
|
+
"nuxt": "^3.0.0",
|
|
4866
|
+
"requires": {}
|
|
4867
|
+
}
|
|
4868
|
+
},
|
|
4869
|
+
{
|
|
4870
|
+
"name": "nuxt3-leaflet",
|
|
4871
|
+
"description": "Leaflet integration with Nuxt",
|
|
4872
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4873
|
+
"npm": "nuxt3-leaflet",
|
|
4874
|
+
"icon": "leaflet.png",
|
|
4875
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4876
|
+
"website": "https://gugustinette.github.io/Nuxt-Leaflet",
|
|
4877
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4878
|
+
"category": "Libraries",
|
|
3767
4879
|
"type": "3rd-party",
|
|
3768
4880
|
"maintainers": [
|
|
3769
4881
|
{
|
|
3770
|
-
"name": "
|
|
3771
|
-
"github": "
|
|
4882
|
+
"name": "Augustin MERCIER",
|
|
4883
|
+
"github": "Gugustinette"
|
|
3772
4884
|
}
|
|
3773
4885
|
],
|
|
3774
4886
|
"compatibility": {
|
|
@@ -3778,7 +4890,7 @@
|
|
|
3778
4890
|
},
|
|
3779
4891
|
{
|
|
3780
4892
|
"name": "nuxt7",
|
|
3781
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4893
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3782
4894
|
"repo": "nuxt-community/nuxt7",
|
|
3783
4895
|
"npm": "nuxt7",
|
|
3784
4896
|
"icon": "",
|
|
@@ -3799,40 +4911,17 @@
|
|
|
3799
4911
|
"requires": {}
|
|
3800
4912
|
}
|
|
3801
4913
|
},
|
|
3802
|
-
{
|
|
3803
|
-
"name": "nuxtlabs-ui",
|
|
3804
|
-
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3805
|
-
"repo": "nuxtlabs/ui",
|
|
3806
|
-
"npm": "@nuxthq/ui",
|
|
3807
|
-
"icon": "nuxtlabs-ui.svg",
|
|
3808
|
-
"github": "https://github.com/nuxtlabs/ui",
|
|
3809
|
-
"website": "https://ui.nuxtlabs.com",
|
|
3810
|
-
"learn_more": "https://ui.nuxtlabs.com",
|
|
3811
|
-
"category": "UI",
|
|
3812
|
-
"type": "3rd-party",
|
|
3813
|
-
"maintainers": [
|
|
3814
|
-
{
|
|
3815
|
-
"name": "Benjamin Canac",
|
|
3816
|
-
"github": "benjamincanac",
|
|
3817
|
-
"twitter": "benjamincanac"
|
|
3818
|
-
}
|
|
3819
|
-
],
|
|
3820
|
-
"compatibility": {
|
|
3821
|
-
"nuxt": "^3.0.0",
|
|
3822
|
-
"requires": {}
|
|
3823
|
-
}
|
|
3824
|
-
},
|
|
3825
4914
|
{
|
|
3826
4915
|
"name": "og-image",
|
|
3827
|
-
"description": "
|
|
3828
|
-
"repo": "
|
|
4916
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4917
|
+
"repo": "nuxt-modules/og-image",
|
|
3829
4918
|
"npm": "nuxt-og-image",
|
|
3830
|
-
"icon": "",
|
|
3831
|
-
"github": "https://github.com/
|
|
3832
|
-
"website": "https://
|
|
3833
|
-
"learn_more": "",
|
|
4919
|
+
"icon": "og-image.svg",
|
|
4920
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4921
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4922
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3834
4923
|
"category": "SEO",
|
|
3835
|
-
"type": "
|
|
4924
|
+
"type": "community",
|
|
3836
4925
|
"maintainers": [
|
|
3837
4926
|
{
|
|
3838
4927
|
"name": "Harlan Wilton",
|
|
@@ -3843,7 +4932,8 @@
|
|
|
3843
4932
|
],
|
|
3844
4933
|
"compatibility": {
|
|
3845
4934
|
"nuxt": "^3.0.0",
|
|
3846
|
-
"requires": {}
|
|
4935
|
+
"requires": {},
|
|
4936
|
+
"devtools": "^0.0.0"
|
|
3847
4937
|
}
|
|
3848
4938
|
},
|
|
3849
4939
|
{
|
|
@@ -3871,13 +4961,13 @@
|
|
|
3871
4961
|
},
|
|
3872
4962
|
{
|
|
3873
4963
|
"name": "optimized-images",
|
|
3874
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4964
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3875
4965
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3876
4966
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3877
4967
|
"icon": "",
|
|
3878
4968
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
3879
|
-
"website": "https://
|
|
3880
|
-
"learn_more": "",
|
|
4969
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4970
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
3881
4971
|
"category": "Images",
|
|
3882
4972
|
"type": "3rd-party",
|
|
3883
4973
|
"maintainers": [
|
|
@@ -3916,7 +5006,7 @@
|
|
|
3916
5006
|
},
|
|
3917
5007
|
{
|
|
3918
5008
|
"name": "parse",
|
|
3919
|
-
"description": "Parse package for Nuxt
|
|
5009
|
+
"description": "Parse package for Nuxt",
|
|
3920
5010
|
"repo": "cierrateam/nuxt-parse",
|
|
3921
5011
|
"npm": "nuxt-parse",
|
|
3922
5012
|
"icon": "",
|
|
@@ -3936,6 +5026,29 @@
|
|
|
3936
5026
|
"requires": {}
|
|
3937
5027
|
}
|
|
3938
5028
|
},
|
|
5029
|
+
{
|
|
5030
|
+
"name": "particles",
|
|
5031
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
5032
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
5033
|
+
"npm": "nuxt-particles",
|
|
5034
|
+
"icon": "",
|
|
5035
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
5036
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
5037
|
+
"learn_more": "https://particles.js.org/",
|
|
5038
|
+
"category": "Libraries",
|
|
5039
|
+
"type": "3rd-party",
|
|
5040
|
+
"maintainers": [
|
|
5041
|
+
{
|
|
5042
|
+
"name": "Joey Pereira",
|
|
5043
|
+
"github": "Joepocalyptic",
|
|
5044
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
5045
|
+
}
|
|
5046
|
+
],
|
|
5047
|
+
"compatibility": {
|
|
5048
|
+
"nuxt": "^3.0.0",
|
|
5049
|
+
"requires": {}
|
|
5050
|
+
}
|
|
5051
|
+
},
|
|
3939
5052
|
{
|
|
3940
5053
|
"name": "partytown",
|
|
3941
5054
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3961,6 +5074,28 @@
|
|
|
3961
5074
|
}
|
|
3962
5075
|
}
|
|
3963
5076
|
},
|
|
5077
|
+
{
|
|
5078
|
+
"name": "paypal",
|
|
5079
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
5080
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
5081
|
+
"npm": "nuxt-paypal",
|
|
5082
|
+
"icon": "paypal.svg",
|
|
5083
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
5084
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
5085
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
5086
|
+
"category": "Payment",
|
|
5087
|
+
"type": "3rd-party",
|
|
5088
|
+
"maintainers": [
|
|
5089
|
+
{
|
|
5090
|
+
"name": "Arash Sheyda",
|
|
5091
|
+
"github": "arashsheyda"
|
|
5092
|
+
}
|
|
5093
|
+
],
|
|
5094
|
+
"compatibility": {
|
|
5095
|
+
"nuxt": "^3.0.0",
|
|
5096
|
+
"requires": {}
|
|
5097
|
+
}
|
|
5098
|
+
},
|
|
3964
5099
|
{
|
|
3965
5100
|
"name": "pdfeasy",
|
|
3966
5101
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -3985,6 +5120,28 @@
|
|
|
3985
5120
|
"requires": {}
|
|
3986
5121
|
}
|
|
3987
5122
|
},
|
|
5123
|
+
{
|
|
5124
|
+
"name": "pergel",
|
|
5125
|
+
"description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
|
|
5126
|
+
"repo": "oku-ui/pergel#main/packages-core/pergel",
|
|
5127
|
+
"npm": "pergel",
|
|
5128
|
+
"icon": "pergel.svg",
|
|
5129
|
+
"github": "https://github.com/oku-ui/pergel",
|
|
5130
|
+
"website": "https://oku-ui.com/pergel",
|
|
5131
|
+
"learn_more": "",
|
|
5132
|
+
"category": "Devtools",
|
|
5133
|
+
"type": "3rd-party",
|
|
5134
|
+
"maintainers": [
|
|
5135
|
+
{
|
|
5136
|
+
"name": "Mehmet - productdevbook",
|
|
5137
|
+
"github": "productdevbook"
|
|
5138
|
+
}
|
|
5139
|
+
],
|
|
5140
|
+
"compatibility": {
|
|
5141
|
+
"nuxt": "^3.10.0",
|
|
5142
|
+
"requires": {}
|
|
5143
|
+
}
|
|
5144
|
+
},
|
|
3988
5145
|
{
|
|
3989
5146
|
"name": "persian-datepicker",
|
|
3990
5147
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -4011,7 +5168,7 @@
|
|
|
4011
5168
|
{
|
|
4012
5169
|
"name": "pinia-orm",
|
|
4013
5170
|
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
|
|
4014
|
-
"repo": "CodeDredd/pinia-orm#
|
|
5171
|
+
"repo": "CodeDredd/pinia-orm#main/packages/nuxt",
|
|
4015
5172
|
"npm": "@pinia-orm/nuxt",
|
|
4016
5173
|
"icon": "pinia-orm.svg",
|
|
4017
5174
|
"github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
|
|
@@ -4082,23 +5239,23 @@
|
|
|
4082
5239
|
},
|
|
4083
5240
|
{
|
|
4084
5241
|
"name": "plausible",
|
|
4085
|
-
"description": "Nuxt
|
|
5242
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4086
5243
|
"repo": "nuxt-modules/plausible",
|
|
4087
5244
|
"npm": "@nuxtjs/plausible",
|
|
4088
|
-
"icon": "",
|
|
5245
|
+
"icon": "plausible.svg",
|
|
4089
5246
|
"github": "https://github.com/nuxt-modules/plausible",
|
|
4090
5247
|
"website": "https://github.com/nuxt-modules/plausible",
|
|
4091
5248
|
"learn_more": "",
|
|
4092
|
-
"category": "
|
|
5249
|
+
"category": "Analytics",
|
|
4093
5250
|
"type": "community",
|
|
4094
5251
|
"maintainers": [
|
|
4095
5252
|
{
|
|
4096
|
-
"name": "
|
|
4097
|
-
"github": "
|
|
5253
|
+
"name": "Johann Schopplich",
|
|
5254
|
+
"github": "johannschopplich"
|
|
4098
5255
|
}
|
|
4099
5256
|
],
|
|
4100
5257
|
"compatibility": {
|
|
4101
|
-
"nuxt": "^2.0.0",
|
|
5258
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4102
5259
|
"requires": {}
|
|
4103
5260
|
}
|
|
4104
5261
|
},
|
|
@@ -4124,9 +5281,56 @@
|
|
|
4124
5281
|
"requires": {}
|
|
4125
5282
|
}
|
|
4126
5283
|
},
|
|
5284
|
+
{
|
|
5285
|
+
"name": "prepare",
|
|
5286
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
5287
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
5288
|
+
"npm": "nuxt-prepare",
|
|
5289
|
+
"icon": "prepare.svg",
|
|
5290
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
5291
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
5292
|
+
"learn_more": "",
|
|
5293
|
+
"category": "Devtools",
|
|
5294
|
+
"type": "3rd-party",
|
|
5295
|
+
"maintainers": [
|
|
5296
|
+
{
|
|
5297
|
+
"name": "Johann Schopplich",
|
|
5298
|
+
"github": "johannschopplich",
|
|
5299
|
+
"twitter": "jschopplich",
|
|
5300
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
5301
|
+
}
|
|
5302
|
+
],
|
|
5303
|
+
"compatibility": {
|
|
5304
|
+
"nuxt": "^3.0.0",
|
|
5305
|
+
"requires": {}
|
|
5306
|
+
}
|
|
5307
|
+
},
|
|
5308
|
+
{
|
|
5309
|
+
"name": "primevue",
|
|
5310
|
+
"description": "Next Generation Vue UI Component Library",
|
|
5311
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
5312
|
+
"npm": "nuxt-primevue",
|
|
5313
|
+
"icon": "primevue.svg",
|
|
5314
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
5315
|
+
"website": "https://primevue.org/",
|
|
5316
|
+
"learn_more": "https://primevue.org/",
|
|
5317
|
+
"category": "UI",
|
|
5318
|
+
"type": "3rd-party",
|
|
5319
|
+
"maintainers": [
|
|
5320
|
+
{
|
|
5321
|
+
"name": "primefaces",
|
|
5322
|
+
"github": "primefaces",
|
|
5323
|
+
"twitter": "primevue"
|
|
5324
|
+
}
|
|
5325
|
+
],
|
|
5326
|
+
"compatibility": {
|
|
5327
|
+
"nuxt": "^3.0.0",
|
|
5328
|
+
"requires": {}
|
|
5329
|
+
}
|
|
5330
|
+
},
|
|
4127
5331
|
{
|
|
4128
5332
|
"name": "prismic",
|
|
4129
|
-
"description": "Easily connect your Nuxt
|
|
5333
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4130
5334
|
"repo": "nuxt-modules/prismic",
|
|
4131
5335
|
"npm": "@nuxtjs/prismic",
|
|
4132
5336
|
"icon": "prismic.png",
|
|
@@ -4193,7 +5397,7 @@
|
|
|
4193
5397
|
},
|
|
4194
5398
|
{
|
|
4195
5399
|
"name": "proxy",
|
|
4196
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
5400
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4197
5401
|
"repo": "nuxt-community/proxy-module",
|
|
4198
5402
|
"npm": "@nuxtjs/proxy",
|
|
4199
5403
|
"icon": "",
|
|
@@ -4239,7 +5443,7 @@
|
|
|
4239
5443
|
},
|
|
4240
5444
|
{
|
|
4241
5445
|
"name": "purgecss",
|
|
4242
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
5446
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4243
5447
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4244
5448
|
"npm": "nuxt-purgecss",
|
|
4245
5449
|
"icon": "purgecss.png",
|
|
@@ -4261,7 +5465,7 @@
|
|
|
4261
5465
|
},
|
|
4262
5466
|
{
|
|
4263
5467
|
"name": "pwa",
|
|
4264
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5468
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4265
5469
|
"repo": "nuxt-community/pwa-module",
|
|
4266
5470
|
"npm": "@nuxtjs/pwa",
|
|
4267
5471
|
"icon": "pwa.png",
|
|
@@ -4286,7 +5490,7 @@
|
|
|
4286
5490
|
},
|
|
4287
5491
|
{
|
|
4288
5492
|
"name": "python",
|
|
4289
|
-
"description": "Write Nuxt
|
|
5493
|
+
"description": "Write Nuxt applications using Python",
|
|
4290
5494
|
"repo": "nuxt-community/python-module",
|
|
4291
5495
|
"npm": "@nuxtjs/python",
|
|
4292
5496
|
"icon": "python.png",
|
|
@@ -4323,6 +5527,64 @@
|
|
|
4323
5527
|
"github": "Maiquu"
|
|
4324
5528
|
}
|
|
4325
5529
|
],
|
|
5530
|
+
"compatibility": {
|
|
5531
|
+
"nuxt": "^3.0.0",
|
|
5532
|
+
"requires": {},
|
|
5533
|
+
"devtools": "^0.0.0"
|
|
5534
|
+
}
|
|
5535
|
+
},
|
|
5536
|
+
{
|
|
5537
|
+
"name": "radash",
|
|
5538
|
+
"description": "radash module with auto-import and custom prefix",
|
|
5539
|
+
"repo": "bbg/nuxt-radash",
|
|
5540
|
+
"npm": "nuxt-radash",
|
|
5541
|
+
"icon": "radash.png",
|
|
5542
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
5543
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
5544
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
5545
|
+
"category": "Libraries",
|
|
5546
|
+
"type": "3rd-party",
|
|
5547
|
+
"maintainers": [
|
|
5548
|
+
{
|
|
5549
|
+
"name": "Batuhan Göksu",
|
|
5550
|
+
"github": "bbg"
|
|
5551
|
+
}
|
|
5552
|
+
],
|
|
5553
|
+
"compatibility": {
|
|
5554
|
+
"nuxt": "^3.0.0",
|
|
5555
|
+
"requires": {}
|
|
5556
|
+
}
|
|
5557
|
+
},
|
|
5558
|
+
{
|
|
5559
|
+
"name": "radix-vue",
|
|
5560
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5561
|
+
"repo": "radix-vue/radix-vue",
|
|
5562
|
+
"npm": "radix-vue",
|
|
5563
|
+
"icon": "radix-vue.svg",
|
|
5564
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5565
|
+
"website": "https://www.radix-vue.com/",
|
|
5566
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5567
|
+
"category": "UI",
|
|
5568
|
+
"type": "3rd-party",
|
|
5569
|
+
"maintainers": [
|
|
5570
|
+
{
|
|
5571
|
+
"name": "Zernonia",
|
|
5572
|
+
"github": "zernonia",
|
|
5573
|
+
"twitter": "zernonia"
|
|
5574
|
+
},
|
|
5575
|
+
{
|
|
5576
|
+
"name": "Khairul Haaziq",
|
|
5577
|
+
"github": "khairulhaaziq"
|
|
5578
|
+
},
|
|
5579
|
+
{
|
|
5580
|
+
"name": "Mujahid Anuar",
|
|
5581
|
+
"github": "mujahidfa"
|
|
5582
|
+
},
|
|
5583
|
+
{
|
|
5584
|
+
"name": "Max",
|
|
5585
|
+
"github": "onmax"
|
|
5586
|
+
}
|
|
5587
|
+
],
|
|
4326
5588
|
"compatibility": {
|
|
4327
5589
|
"nuxt": "^3.0.0",
|
|
4328
5590
|
"requires": {}
|
|
@@ -4330,7 +5592,7 @@
|
|
|
4330
5592
|
},
|
|
4331
5593
|
{
|
|
4332
5594
|
"name": "recaptcha",
|
|
4333
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5595
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4334
5596
|
"repo": "nuxt-community/recaptcha-module",
|
|
4335
5597
|
"npm": "@nuxtjs/recaptcha",
|
|
4336
5598
|
"icon": "recaptcha.png",
|
|
@@ -4373,9 +5635,32 @@
|
|
|
4373
5635
|
"requires": {}
|
|
4374
5636
|
}
|
|
4375
5637
|
},
|
|
5638
|
+
{
|
|
5639
|
+
"name": "resend",
|
|
5640
|
+
"description": "Resend integration for Nuxt",
|
|
5641
|
+
"repo": "nhedger/nuxt-resend",
|
|
5642
|
+
"npm": "nuxt-resend",
|
|
5643
|
+
"icon": "resend.svg",
|
|
5644
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5645
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5646
|
+
"learn_more": "https://resend.com",
|
|
5647
|
+
"category": "Extensions",
|
|
5648
|
+
"type": "3rd-party",
|
|
5649
|
+
"maintainers": [
|
|
5650
|
+
{
|
|
5651
|
+
"name": "Nicolas Hedger",
|
|
5652
|
+
"github": "nhedger",
|
|
5653
|
+
"twitter": "nicolashedger"
|
|
5654
|
+
}
|
|
5655
|
+
],
|
|
5656
|
+
"compatibility": {
|
|
5657
|
+
"nuxt": "^3.0.0",
|
|
5658
|
+
"requires": {}
|
|
5659
|
+
}
|
|
5660
|
+
},
|
|
4376
5661
|
{
|
|
4377
5662
|
"name": "rfg-icon",
|
|
4378
|
-
"description": "Nuxt
|
|
5663
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4379
5664
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4380
5665
|
"npm": "nuxt-rfg-icon",
|
|
4381
5666
|
"icon": "real-favicon-generator.png",
|
|
@@ -4397,13 +5682,13 @@
|
|
|
4397
5682
|
},
|
|
4398
5683
|
{
|
|
4399
5684
|
"name": "robots",
|
|
4400
|
-
"description": "A Nuxt
|
|
4401
|
-
"repo": "nuxt-
|
|
5685
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5686
|
+
"repo": "nuxt-modules/robots",
|
|
4402
5687
|
"npm": "@nuxtjs/robots",
|
|
4403
5688
|
"icon": "robots.png",
|
|
4404
|
-
"github": "https://github.com/nuxt-
|
|
4405
|
-
"website": "https://github.com/nuxt-
|
|
4406
|
-
"learn_more": "
|
|
5689
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5690
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
5691
|
+
"learn_more": "",
|
|
4407
5692
|
"category": "SEO",
|
|
4408
5693
|
"type": "community",
|
|
4409
5694
|
"maintainers": [
|
|
@@ -4421,23 +5706,23 @@
|
|
|
4421
5706
|
},
|
|
4422
5707
|
{
|
|
4423
5708
|
"name": "rollbar",
|
|
4424
|
-
"description": "
|
|
4425
|
-
"repo": "
|
|
4426
|
-
"npm": "nuxt-rollbar
|
|
5709
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5710
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5711
|
+
"npm": "nuxt-rollbar",
|
|
4427
5712
|
"icon": "rollbar.png",
|
|
4428
|
-
"github": "https://github.com/
|
|
4429
|
-
"website": "https://github.com/
|
|
5713
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5714
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4430
5715
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4431
5716
|
"category": "Monitoring",
|
|
4432
5717
|
"type": "3rd-party",
|
|
4433
5718
|
"maintainers": [
|
|
4434
5719
|
{
|
|
4435
|
-
"name": "
|
|
4436
|
-
"github": "
|
|
5720
|
+
"name": "Jairo Blatt",
|
|
5721
|
+
"github": "jairoblatt"
|
|
4437
5722
|
}
|
|
4438
5723
|
],
|
|
4439
5724
|
"compatibility": {
|
|
4440
|
-
"nuxt": "^
|
|
5725
|
+
"nuxt": "^3.0.0",
|
|
4441
5726
|
"requires": {}
|
|
4442
5727
|
}
|
|
4443
5728
|
},
|
|
@@ -4466,7 +5751,7 @@
|
|
|
4466
5751
|
},
|
|
4467
5752
|
{
|
|
4468
5753
|
"name": "router",
|
|
4469
|
-
"description": "Nuxt
|
|
5754
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4470
5755
|
"repo": "nuxt-community/router-module",
|
|
4471
5756
|
"npm": "@nuxtjs/router",
|
|
4472
5757
|
"icon": "vue.png",
|
|
@@ -4512,15 +5797,38 @@
|
|
|
4512
5797
|
}
|
|
4513
5798
|
}
|
|
4514
5799
|
},
|
|
5800
|
+
{
|
|
5801
|
+
"name": "scalar",
|
|
5802
|
+
"description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
|
|
5803
|
+
"repo": "scalar/scalar#main/packages/nuxt",
|
|
5804
|
+
"npm": "@scalar/nuxt",
|
|
5805
|
+
"icon": "scalar.svg",
|
|
5806
|
+
"github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
5807
|
+
"website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
5808
|
+
"learn_more": "https://scalar.com",
|
|
5809
|
+
"category": "Devtools",
|
|
5810
|
+
"type": "3rd-party",
|
|
5811
|
+
"maintainers": [
|
|
5812
|
+
{
|
|
5813
|
+
"name": "scalar",
|
|
5814
|
+
"github": "scalar",
|
|
5815
|
+
"twitter": "scalar"
|
|
5816
|
+
}
|
|
5817
|
+
],
|
|
5818
|
+
"compatibility": {
|
|
5819
|
+
"nuxt": "^3.0.0",
|
|
5820
|
+
"requires": {}
|
|
5821
|
+
}
|
|
5822
|
+
},
|
|
4515
5823
|
{
|
|
4516
5824
|
"name": "schema-org",
|
|
4517
|
-
"description": "
|
|
4518
|
-
"repo": "
|
|
5825
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5826
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4519
5827
|
"npm": "nuxt-schema-org",
|
|
4520
5828
|
"icon": "schema-org.svg",
|
|
4521
|
-
"github": "https://github.com/
|
|
4522
|
-
"website": "https://
|
|
4523
|
-
"learn_more": "https://
|
|
5829
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5830
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5831
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4524
5832
|
"category": "SEO",
|
|
4525
5833
|
"type": "3rd-party",
|
|
4526
5834
|
"maintainers": [
|
|
@@ -4536,6 +5844,29 @@
|
|
|
4536
5844
|
"requires": {}
|
|
4537
5845
|
}
|
|
4538
5846
|
},
|
|
5847
|
+
{
|
|
5848
|
+
"name": "scripts",
|
|
5849
|
+
"description": "Plug-and-play script optimization for Nuxt applications.",
|
|
5850
|
+
"repo": "nuxt/scripts",
|
|
5851
|
+
"npm": "@nuxt/scripts",
|
|
5852
|
+
"icon": "nuxt.svg",
|
|
5853
|
+
"github": "https://github.com/nuxt/scripts",
|
|
5854
|
+
"website": "https://scripts.nuxt.com",
|
|
5855
|
+
"learn_more": "",
|
|
5856
|
+
"category": "Libraries",
|
|
5857
|
+
"type": "official",
|
|
5858
|
+
"maintainers": [
|
|
5859
|
+
{
|
|
5860
|
+
"name": "Harlan Wilton",
|
|
5861
|
+
"github": "harlan-zw",
|
|
5862
|
+
"twitter": "harlan_zw"
|
|
5863
|
+
}
|
|
5864
|
+
],
|
|
5865
|
+
"compatibility": {
|
|
5866
|
+
"nuxt": "^3.0.0",
|
|
5867
|
+
"requires": {}
|
|
5868
|
+
}
|
|
5869
|
+
},
|
|
4539
5870
|
{
|
|
4540
5871
|
"name": "scss-to-js",
|
|
4541
5872
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
@@ -4583,13 +5914,13 @@
|
|
|
4583
5914
|
},
|
|
4584
5915
|
{
|
|
4585
5916
|
"name": "segment",
|
|
4586
|
-
"description": "Nuxt
|
|
5917
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4587
5918
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4588
5919
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4589
5920
|
"icon": "segment.png",
|
|
4590
5921
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4591
5922
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4592
|
-
"learn_more": "
|
|
5923
|
+
"learn_more": "",
|
|
4593
5924
|
"category": "Analytics",
|
|
4594
5925
|
"type": "3rd-party",
|
|
4595
5926
|
"maintainers": [
|
|
@@ -4605,10 +5936,10 @@
|
|
|
4605
5936
|
},
|
|
4606
5937
|
{
|
|
4607
5938
|
"name": "sentry",
|
|
4608
|
-
"description": "Sentry module for Nuxt
|
|
5939
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4609
5940
|
"repo": "nuxt-community/sentry-module",
|
|
4610
5941
|
"npm": "@nuxtjs/sentry",
|
|
4611
|
-
"icon": "sentry.
|
|
5942
|
+
"icon": "sentry.svg",
|
|
4612
5943
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4613
5944
|
"website": "https://sentry.nuxtjs.org/",
|
|
4614
5945
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4626,20 +5957,22 @@
|
|
|
4626
5957
|
}
|
|
4627
5958
|
},
|
|
4628
5959
|
{
|
|
4629
|
-
"name": "seo-
|
|
4630
|
-
"description": "
|
|
4631
|
-
"repo": "harlan-zw/nuxt-seo-
|
|
4632
|
-
"npm": "nuxt-seo-
|
|
4633
|
-
"icon": "seo-
|
|
4634
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-
|
|
4635
|
-
"website": "https://
|
|
4636
|
-
"learn_more": "",
|
|
5960
|
+
"name": "seo-experiments",
|
|
5961
|
+
"description": "Powerful SEO DX improvements.",
|
|
5962
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5963
|
+
"npm": "nuxt-seo-experiments",
|
|
5964
|
+
"icon": "seo-experiments.svg",
|
|
5965
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5966
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5967
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
4637
5968
|
"category": "SEO",
|
|
4638
5969
|
"type": "3rd-party",
|
|
4639
5970
|
"maintainers": [
|
|
4640
5971
|
{
|
|
4641
|
-
"name": "
|
|
4642
|
-
"github": "harlan-zw"
|
|
5972
|
+
"name": "Harlan Wilton",
|
|
5973
|
+
"github": "harlan-zw",
|
|
5974
|
+
"twitter": "harlan_zw",
|
|
5975
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4643
5976
|
}
|
|
4644
5977
|
],
|
|
4645
5978
|
"compatibility": {
|
|
@@ -4670,9 +6003,31 @@
|
|
|
4670
6003
|
"requires": {}
|
|
4671
6004
|
}
|
|
4672
6005
|
},
|
|
6006
|
+
{
|
|
6007
|
+
"name": "seo",
|
|
6008
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
6009
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
6010
|
+
"npm": "@nuxtjs/seo",
|
|
6011
|
+
"icon": "nuxt.svg",
|
|
6012
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
6013
|
+
"website": "https://nuxtseo.com/",
|
|
6014
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
6015
|
+
"category": "SEO",
|
|
6016
|
+
"type": "3rd-party",
|
|
6017
|
+
"maintainers": [
|
|
6018
|
+
{
|
|
6019
|
+
"name": "harlan-zw",
|
|
6020
|
+
"github": "harlan-zw"
|
|
6021
|
+
}
|
|
6022
|
+
],
|
|
6023
|
+
"compatibility": {
|
|
6024
|
+
"nuxt": "^3.0.0",
|
|
6025
|
+
"requires": {}
|
|
6026
|
+
}
|
|
6027
|
+
},
|
|
4673
6028
|
{
|
|
4674
6029
|
"name": "seomatic-meta",
|
|
4675
|
-
"description": "A Nuxt
|
|
6030
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4676
6031
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4677
6032
|
"npm": "nuxt-seomatic-meta",
|
|
4678
6033
|
"icon": "seomatic.png",
|
|
@@ -4716,21 +6071,48 @@
|
|
|
4716
6071
|
}
|
|
4717
6072
|
},
|
|
4718
6073
|
{
|
|
4719
|
-
"name": "
|
|
4720
|
-
"description": "
|
|
4721
|
-
"repo": "
|
|
4722
|
-
"npm": "@
|
|
4723
|
-
"icon": "
|
|
4724
|
-
"github": "https://github.com/
|
|
4725
|
-
"website": "https://github.com/
|
|
4726
|
-
"learn_more": "https://github.com/
|
|
4727
|
-
"category": "
|
|
6074
|
+
"name": "server-block",
|
|
6075
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
6076
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
6077
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
6078
|
+
"icon": "server-block.svg",
|
|
6079
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
6080
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
6081
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
6082
|
+
"category": "Extensions",
|
|
4728
6083
|
"type": "3rd-party",
|
|
4729
6084
|
"maintainers": [
|
|
4730
6085
|
{
|
|
4731
|
-
"name": "
|
|
4732
|
-
"github": "
|
|
4733
|
-
"twitter": "
|
|
6086
|
+
"name": "Hebilicious",
|
|
6087
|
+
"github": "Hebilicious",
|
|
6088
|
+
"twitter": "its_hebilicious"
|
|
6089
|
+
}
|
|
6090
|
+
],
|
|
6091
|
+
"compatibility": {
|
|
6092
|
+
"nuxt": "^3.0.0",
|
|
6093
|
+
"requires": {}
|
|
6094
|
+
}
|
|
6095
|
+
},
|
|
6096
|
+
{
|
|
6097
|
+
"name": "shadcn",
|
|
6098
|
+
"description": "Re-usable components built with Radix Vue and Tailwind CSS.",
|
|
6099
|
+
"repo": "radix-vue/shadcn-vue#dev/packages/module",
|
|
6100
|
+
"npm": "shadcn-nuxt",
|
|
6101
|
+
"icon": "",
|
|
6102
|
+
"github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
|
|
6103
|
+
"website": "https://www.shadcn-vue.com",
|
|
6104
|
+
"learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
|
|
6105
|
+
"category": "UI",
|
|
6106
|
+
"type": "3rd-party",
|
|
6107
|
+
"maintainers": [
|
|
6108
|
+
{
|
|
6109
|
+
"name": "Zernonia",
|
|
6110
|
+
"github": "zernonia",
|
|
6111
|
+
"twitter": "zernonia"
|
|
6112
|
+
},
|
|
6113
|
+
{
|
|
6114
|
+
"name": "Sadegh Barati",
|
|
6115
|
+
"github": "sadeghbarati"
|
|
4734
6116
|
}
|
|
4735
6117
|
],
|
|
4736
6118
|
"compatibility": {
|
|
@@ -4740,7 +6122,7 @@
|
|
|
4740
6122
|
},
|
|
4741
6123
|
{
|
|
4742
6124
|
"name": "shopify",
|
|
4743
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
6125
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4744
6126
|
"repo": "Gomah/nuxt-shopify",
|
|
4745
6127
|
"npm": "nuxt-shopify",
|
|
4746
6128
|
"icon": "shopify.png",
|
|
@@ -4761,7 +6143,29 @@
|
|
|
4761
6143
|
}
|
|
4762
6144
|
},
|
|
4763
6145
|
{
|
|
4764
|
-
"name": "
|
|
6146
|
+
"name": "shuimo-ui",
|
|
6147
|
+
"description": "A Chinese Shuimo style component library.",
|
|
6148
|
+
"repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
|
|
6149
|
+
"npm": "@shuimo-design/shuimo-ui-nuxt",
|
|
6150
|
+
"icon": "shuimo-ui.svg",
|
|
6151
|
+
"github": "https://github.com/shuimo-design/shuimo-ui",
|
|
6152
|
+
"website": "https://shuimo.design",
|
|
6153
|
+
"learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
|
|
6154
|
+
"category": "UI",
|
|
6155
|
+
"type": "3rd-party",
|
|
6156
|
+
"maintainers": [
|
|
6157
|
+
{
|
|
6158
|
+
"name": "higuaifan",
|
|
6159
|
+
"github": "higuaifan"
|
|
6160
|
+
}
|
|
6161
|
+
],
|
|
6162
|
+
"compatibility": {
|
|
6163
|
+
"nuxt": "^3.0.0",
|
|
6164
|
+
"requires": {}
|
|
6165
|
+
}
|
|
6166
|
+
},
|
|
6167
|
+
{
|
|
6168
|
+
"name": "sidebase-auth",
|
|
4765
6169
|
"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.",
|
|
4766
6170
|
"repo": "sidebase/nuxt-auth",
|
|
4767
6171
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4807,13 +6211,13 @@
|
|
|
4807
6211
|
},
|
|
4808
6212
|
{
|
|
4809
6213
|
"name": "simple-robots",
|
|
4810
|
-
"description": "
|
|
6214
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4811
6215
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4812
6216
|
"npm": "nuxt-simple-robots",
|
|
4813
|
-
"icon": "",
|
|
6217
|
+
"icon": "simple-robots.svg",
|
|
4814
6218
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4815
|
-
"website": "https://
|
|
4816
|
-
"learn_more": "",
|
|
6219
|
+
"website": "https://nuxtseo.com/robots",
|
|
6220
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4817
6221
|
"category": "SEO",
|
|
4818
6222
|
"type": "3rd-party",
|
|
4819
6223
|
"maintainers": [
|
|
@@ -4830,41 +6234,23 @@
|
|
|
4830
6234
|
}
|
|
4831
6235
|
},
|
|
4832
6236
|
{
|
|
4833
|
-
"name": "
|
|
4834
|
-
"description": "
|
|
4835
|
-
"repo": "
|
|
4836
|
-
"npm": "
|
|
4837
|
-
"icon": "",
|
|
4838
|
-
"github": "https://github.com/
|
|
4839
|
-
"website": "https://
|
|
4840
|
-
"learn_more": "",
|
|
6237
|
+
"name": "sitemap",
|
|
6238
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
6239
|
+
"repo": "nuxt-modules/sitemap",
|
|
6240
|
+
"npm": "@nuxtjs/sitemap",
|
|
6241
|
+
"icon": "simple-sitemap.svg",
|
|
6242
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
6243
|
+
"website": "https://nuxtseo.com/",
|
|
6244
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
4841
6245
|
"category": "SEO",
|
|
4842
|
-
"type": "
|
|
6246
|
+
"type": "community",
|
|
4843
6247
|
"maintainers": [
|
|
4844
6248
|
{
|
|
4845
6249
|
"name": "Harlan Wilton",
|
|
4846
6250
|
"github": "harlan-zw",
|
|
4847
6251
|
"twitter": "harlan_zw",
|
|
4848
6252
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4849
|
-
}
|
|
4850
|
-
],
|
|
4851
|
-
"compatibility": {
|
|
4852
|
-
"nuxt": "^3.0.0",
|
|
4853
|
-
"requires": {}
|
|
4854
|
-
}
|
|
4855
|
-
},
|
|
4856
|
-
{
|
|
4857
|
-
"name": "sitemap",
|
|
4858
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
4859
|
-
"repo": "nuxt-community/sitemap-module#dev",
|
|
4860
|
-
"npm": "@nuxtjs/sitemap",
|
|
4861
|
-
"icon": "",
|
|
4862
|
-
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
4863
|
-
"website": "https://sitemap.nuxtjs.org",
|
|
4864
|
-
"learn_more": "",
|
|
4865
|
-
"category": "SEO",
|
|
4866
|
-
"type": "community",
|
|
4867
|
-
"maintainers": [
|
|
6253
|
+
},
|
|
4868
6254
|
{
|
|
4869
6255
|
"name": "Nicolas PENNEC",
|
|
4870
6256
|
"github": "NicoPennec",
|
|
@@ -4872,7 +6258,7 @@
|
|
|
4872
6258
|
}
|
|
4873
6259
|
],
|
|
4874
6260
|
"compatibility": {
|
|
4875
|
-
"nuxt": "^
|
|
6261
|
+
"nuxt": "^3.0.0",
|
|
4876
6262
|
"requires": {}
|
|
4877
6263
|
}
|
|
4878
6264
|
},
|
|
@@ -4900,13 +6286,13 @@
|
|
|
4900
6286
|
},
|
|
4901
6287
|
{
|
|
4902
6288
|
"name": "snipcart",
|
|
4903
|
-
"description": "Snipcart integration module for Nuxt
|
|
6289
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4904
6290
|
"repo": "nuxt-modules/snipcart",
|
|
4905
6291
|
"npm": "@nuxtjs/snipcart",
|
|
4906
6292
|
"icon": "snipcart.png",
|
|
4907
6293
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4908
6294
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4909
|
-
"learn_more": "
|
|
6295
|
+
"learn_more": "",
|
|
4910
6296
|
"category": "Ecommerce",
|
|
4911
6297
|
"type": "community",
|
|
4912
6298
|
"maintainers": [
|
|
@@ -4923,7 +6309,7 @@
|
|
|
4923
6309
|
},
|
|
4924
6310
|
{
|
|
4925
6311
|
"name": "social-meta",
|
|
4926
|
-
"description": "Nuxt
|
|
6312
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4927
6313
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4928
6314
|
"npm": "nuxt-social-meta",
|
|
4929
6315
|
"icon": "",
|
|
@@ -4988,39 +6374,6 @@
|
|
|
4988
6374
|
"requires": {}
|
|
4989
6375
|
}
|
|
4990
6376
|
},
|
|
4991
|
-
{
|
|
4992
|
-
"name": "speedkit",
|
|
4993
|
-
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
4994
|
-
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
4995
|
-
"npm": "nuxt-speedkit",
|
|
4996
|
-
"icon": "speedkit.png",
|
|
4997
|
-
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
4998
|
-
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
4999
|
-
"learn_more": "",
|
|
5000
|
-
"category": "Performance",
|
|
5001
|
-
"type": "3rd-party",
|
|
5002
|
-
"maintainers": [
|
|
5003
|
-
{
|
|
5004
|
-
"name": "Stephan Gerbeth",
|
|
5005
|
-
"github": "StephanGerbeth",
|
|
5006
|
-
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
5007
|
-
},
|
|
5008
|
-
{
|
|
5009
|
-
"name": "Thorn Walli",
|
|
5010
|
-
"github": "ThornWalli",
|
|
5011
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
5012
|
-
},
|
|
5013
|
-
{
|
|
5014
|
-
"name": "Grabarz & Partner",
|
|
5015
|
-
"github": "GrabarzUndPartner",
|
|
5016
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
5017
|
-
}
|
|
5018
|
-
],
|
|
5019
|
-
"compatibility": {
|
|
5020
|
-
"nuxt": "^2.0.0",
|
|
5021
|
-
"requires": {}
|
|
5022
|
-
}
|
|
5023
|
-
},
|
|
5024
6377
|
{
|
|
5025
6378
|
"name": "ssr-lit",
|
|
5026
6379
|
"description": "",
|
|
@@ -5045,7 +6398,7 @@
|
|
|
5045
6398
|
},
|
|
5046
6399
|
{
|
|
5047
6400
|
"name": "storage",
|
|
5048
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
6401
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5049
6402
|
"repo": "mazipan/nuxt-storage",
|
|
5050
6403
|
"npm": "nuxt-storage",
|
|
5051
6404
|
"icon": "",
|
|
@@ -5067,7 +6420,7 @@
|
|
|
5067
6420
|
},
|
|
5068
6421
|
{
|
|
5069
6422
|
"name": "storefront-ui",
|
|
5070
|
-
"description": "Storefront UI Module for Nuxt
|
|
6423
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5071
6424
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5072
6425
|
"npm": "@storefront-ui/nuxt",
|
|
5073
6426
|
"icon": "storefront-ui.svg",
|
|
@@ -5111,8 +6464,8 @@
|
|
|
5111
6464
|
},
|
|
5112
6465
|
{
|
|
5113
6466
|
"name": "storyblok",
|
|
5114
|
-
"description": "Storyblok Nuxt
|
|
5115
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6467
|
+
"description": "Storyblok Nuxt module",
|
|
6468
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
5116
6469
|
"npm": "@storyblok/nuxt",
|
|
5117
6470
|
"icon": "storyblok.png",
|
|
5118
6471
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -5128,46 +6481,43 @@
|
|
|
5128
6481
|
],
|
|
5129
6482
|
"compatibility": {
|
|
5130
6483
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5131
|
-
"requires": {}
|
|
6484
|
+
"requires": {},
|
|
6485
|
+
"devtools": "^0.0.0"
|
|
5132
6486
|
}
|
|
5133
6487
|
},
|
|
5134
6488
|
{
|
|
5135
6489
|
"name": "storybook",
|
|
5136
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5137
|
-
"repo": "nuxt-
|
|
6490
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6491
|
+
"repo": "nuxt-modules/storybook",
|
|
5138
6492
|
"npm": "@nuxtjs/storybook",
|
|
5139
6493
|
"icon": "storybook.png",
|
|
5140
|
-
"github": "https://github.com/nuxt-
|
|
6494
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5141
6495
|
"website": "https://storybook.nuxtjs.org",
|
|
5142
|
-
"learn_more": "https://
|
|
6496
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5143
6497
|
"category": "Devtools",
|
|
5144
6498
|
"type": "community",
|
|
5145
6499
|
"maintainers": [
|
|
5146
6500
|
{
|
|
5147
|
-
"name": "
|
|
5148
|
-
"github": "
|
|
5149
|
-
"twitter": "
|
|
5150
|
-
},
|
|
5151
|
-
{
|
|
5152
|
-
"name": "Pooya Parsa",
|
|
5153
|
-
"github": "pi0",
|
|
5154
|
-
"twitter": "_pi0_"
|
|
6501
|
+
"name": "Chakir QATAB",
|
|
6502
|
+
"github": "chakAs3",
|
|
6503
|
+
"twitter": "ChakirQatab"
|
|
5155
6504
|
}
|
|
5156
6505
|
],
|
|
5157
6506
|
"compatibility": {
|
|
5158
|
-
"nuxt": "^2.0.0",
|
|
6507
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5159
6508
|
"requires": {
|
|
5160
6509
|
"bridge": "optional"
|
|
5161
|
-
}
|
|
6510
|
+
},
|
|
6511
|
+
"devtools": "^0.7.2"
|
|
5162
6512
|
}
|
|
5163
6513
|
},
|
|
5164
6514
|
{
|
|
5165
6515
|
"name": "strapi",
|
|
5166
6516
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5167
|
-
"repo": "nuxt-
|
|
6517
|
+
"repo": "nuxt-modules/strapi",
|
|
5168
6518
|
"npm": "@nuxtjs/strapi",
|
|
5169
6519
|
"icon": "strapi.png",
|
|
5170
|
-
"github": "https://github.com/nuxt-
|
|
6520
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5171
6521
|
"website": "https://strapi.nuxtjs.org",
|
|
5172
6522
|
"learn_more": "https://strapi.io/",
|
|
5173
6523
|
"category": "CMS",
|
|
@@ -5188,7 +6538,34 @@
|
|
|
5188
6538
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5189
6539
|
"requires": {
|
|
5190
6540
|
"bridge": true
|
|
6541
|
+
},
|
|
6542
|
+
"devtools": "^0.0.0"
|
|
6543
|
+
}
|
|
6544
|
+
},
|
|
6545
|
+
{
|
|
6546
|
+
"name": "stripe-next",
|
|
6547
|
+
"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.",
|
|
6548
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
6549
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
6550
|
+
"icon": "stripe.png",
|
|
6551
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6552
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6553
|
+
"learn_more": "https://stripe.com/docs",
|
|
6554
|
+
"category": "Payment",
|
|
6555
|
+
"type": "3rd-party",
|
|
6556
|
+
"maintainers": [
|
|
6557
|
+
{
|
|
6558
|
+
"name": "Loic Fuentes",
|
|
6559
|
+
"github": "fuentesloic"
|
|
6560
|
+
},
|
|
6561
|
+
{
|
|
6562
|
+
"name": "Florent Giraud",
|
|
6563
|
+
"github": "flozero"
|
|
5191
6564
|
}
|
|
6565
|
+
],
|
|
6566
|
+
"compatibility": {
|
|
6567
|
+
"nuxt": "^3.0.0",
|
|
6568
|
+
"requires": {}
|
|
5192
6569
|
}
|
|
5193
6570
|
},
|
|
5194
6571
|
{
|
|
@@ -5213,6 +6590,36 @@
|
|
|
5213
6590
|
"requires": {}
|
|
5214
6591
|
}
|
|
5215
6592
|
},
|
|
6593
|
+
{
|
|
6594
|
+
"name": "studio",
|
|
6595
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6596
|
+
"repo": "nuxtlabs/studio-module",
|
|
6597
|
+
"npm": "@nuxthq/studio",
|
|
6598
|
+
"icon": "studio.svg",
|
|
6599
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6600
|
+
"website": "https://nuxt.studio",
|
|
6601
|
+
"learn_more": "https://nuxt.studio",
|
|
6602
|
+
"category": "CMS",
|
|
6603
|
+
"type": "3rd-party",
|
|
6604
|
+
"maintainers": [
|
|
6605
|
+
{
|
|
6606
|
+
"name": "Ahad Birang",
|
|
6607
|
+
"github": "farnabaz",
|
|
6608
|
+
"twitter": "a_birang"
|
|
6609
|
+
},
|
|
6610
|
+
{
|
|
6611
|
+
"name": "Sébastien Chopin",
|
|
6612
|
+
"github": "Atinux",
|
|
6613
|
+
"twitter": "Atinux"
|
|
6614
|
+
}
|
|
6615
|
+
],
|
|
6616
|
+
"compatibility": {
|
|
6617
|
+
"nuxt": "^3.0.0",
|
|
6618
|
+
"requires": {
|
|
6619
|
+
"content": true
|
|
6620
|
+
}
|
|
6621
|
+
}
|
|
6622
|
+
},
|
|
5216
6623
|
{
|
|
5217
6624
|
"name": "style-resources",
|
|
5218
6625
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5238,7 +6645,7 @@
|
|
|
5238
6645
|
},
|
|
5239
6646
|
{
|
|
5240
6647
|
"name": "stylelint",
|
|
5241
|
-
"description": "Stylelint module for Nuxt.
|
|
6648
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5242
6649
|
"repo": "nuxt-community/stylelint-module",
|
|
5243
6650
|
"npm": "@nuxtjs/stylelint-module",
|
|
5244
6651
|
"icon": "stylelint.png",
|
|
@@ -5258,36 +6665,13 @@
|
|
|
5258
6665
|
"requires": {}
|
|
5259
6666
|
}
|
|
5260
6667
|
},
|
|
5261
|
-
{
|
|
5262
|
-
"name": "stylify",
|
|
5263
|
-
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
5264
|
-
"repo": "stylify/packages#master/packages/nuxt",
|
|
5265
|
-
"npm": "@stylify/nuxt",
|
|
5266
|
-
"icon": "stylify.svg",
|
|
5267
|
-
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
5268
|
-
"website": "https://stylifycss.com/docs/nuxt",
|
|
5269
|
-
"learn_more": "https://stylifycss.com",
|
|
5270
|
-
"category": "UI",
|
|
5271
|
-
"type": "3rd-party",
|
|
5272
|
-
"maintainers": [
|
|
5273
|
-
{
|
|
5274
|
-
"name": "Vladimír Macháček",
|
|
5275
|
-
"github": "Machy8",
|
|
5276
|
-
"twitter": "8machy"
|
|
5277
|
-
}
|
|
5278
|
-
],
|
|
5279
|
-
"compatibility": {
|
|
5280
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5281
|
-
"requires": {}
|
|
5282
|
-
}
|
|
5283
|
-
},
|
|
5284
6668
|
{
|
|
5285
6669
|
"name": "supabase",
|
|
5286
6670
|
"description": "First class integration with Supabase",
|
|
5287
|
-
"repo": "nuxt-
|
|
6671
|
+
"repo": "nuxt-modules/supabase",
|
|
5288
6672
|
"npm": "@nuxtjs/supabase",
|
|
5289
6673
|
"icon": "supabase.png",
|
|
5290
|
-
"github": "https://github.com/nuxt-
|
|
6674
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5291
6675
|
"website": "https://supabase.nuxtjs.org",
|
|
5292
6676
|
"learn_more": "https://supabase.com",
|
|
5293
6677
|
"category": "Database",
|
|
@@ -5338,12 +6722,12 @@
|
|
|
5338
6722
|
},
|
|
5339
6723
|
{
|
|
5340
6724
|
"name": "svg-sprite",
|
|
5341
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5342
|
-
"repo": "nuxt-
|
|
6725
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6726
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5343
6727
|
"npm": "@nuxtjs/svg-sprite",
|
|
5344
6728
|
"icon": "",
|
|
5345
|
-
"github": "https://github.com/nuxt-
|
|
5346
|
-
"website": "https://github.com/nuxt-
|
|
6729
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6730
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5347
6731
|
"learn_more": "",
|
|
5348
6732
|
"category": "UI",
|
|
5349
6733
|
"type": "community",
|
|
@@ -5355,13 +6739,13 @@
|
|
|
5355
6739
|
}
|
|
5356
6740
|
],
|
|
5357
6741
|
"compatibility": {
|
|
5358
|
-
"nuxt": "^2.0.0",
|
|
6742
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5359
6743
|
"requires": {}
|
|
5360
6744
|
}
|
|
5361
6745
|
},
|
|
5362
6746
|
{
|
|
5363
6747
|
"name": "svg",
|
|
5364
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6748
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5365
6749
|
"repo": "nuxt-community/svg-module",
|
|
5366
6750
|
"npm": "@nuxtjs/svg",
|
|
5367
6751
|
"icon": "",
|
|
@@ -5403,9 +6787,33 @@
|
|
|
5403
6787
|
"requires": {}
|
|
5404
6788
|
}
|
|
5405
6789
|
},
|
|
6790
|
+
{
|
|
6791
|
+
"name": "swiftsearch",
|
|
6792
|
+
"description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
|
|
6793
|
+
"repo": "atoms-studio/nuxt-swiftsearch",
|
|
6794
|
+
"npm": "@atoms-studio/nuxt-swiftsearch",
|
|
6795
|
+
"icon": "nuxt-swiftsearch.svg",
|
|
6796
|
+
"github": "https://github.com/atoms-studio/nuxt-swiftsearch",
|
|
6797
|
+
"website": "https://nuxt-swiftsearch.netlify.app/",
|
|
6798
|
+
"learn_more": "",
|
|
6799
|
+
"category": "Libraries",
|
|
6800
|
+
"type": "3rd-party",
|
|
6801
|
+
"maintainers": [
|
|
6802
|
+
{
|
|
6803
|
+
"name": "Matteo Rigoni",
|
|
6804
|
+
"github": "rigo-m",
|
|
6805
|
+
"twitter": "MatteoRigoni",
|
|
6806
|
+
"avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
|
|
6807
|
+
}
|
|
6808
|
+
],
|
|
6809
|
+
"compatibility": {
|
|
6810
|
+
"nuxt": "^3.10.0",
|
|
6811
|
+
"requires": {}
|
|
6812
|
+
}
|
|
6813
|
+
},
|
|
5406
6814
|
{
|
|
5407
6815
|
"name": "swiper",
|
|
5408
|
-
"description": "Nuxt
|
|
6816
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5409
6817
|
"repo": "cpreston321/nuxt-swiper",
|
|
5410
6818
|
"npm": "nuxt-swiper",
|
|
5411
6819
|
"icon": "swiper.svg",
|
|
@@ -5451,10 +6859,10 @@
|
|
|
5451
6859
|
{
|
|
5452
6860
|
"name": "tailwindcss",
|
|
5453
6861
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5454
|
-
"repo": "nuxt-
|
|
6862
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5455
6863
|
"npm": "@nuxtjs/tailwindcss",
|
|
5456
6864
|
"icon": "tailwindcss.png",
|
|
5457
|
-
"github": "https://github.com/nuxt-
|
|
6865
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5458
6866
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5459
6867
|
"learn_more": "https://tailwindcss.com/",
|
|
5460
6868
|
"category": "UI",
|
|
@@ -5464,10 +6872,46 @@
|
|
|
5464
6872
|
"name": "Sébastien Chopin",
|
|
5465
6873
|
"github": "Atinux",
|
|
5466
6874
|
"twitter": "Atinux"
|
|
6875
|
+
},
|
|
6876
|
+
{
|
|
6877
|
+
"name": "Inesh Bose",
|
|
6878
|
+
"github": "ineshbose"
|
|
5467
6879
|
}
|
|
5468
6880
|
],
|
|
5469
6881
|
"compatibility": {
|
|
5470
6882
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6883
|
+
"requires": {},
|
|
6884
|
+
"devtools": "^0.0.0"
|
|
6885
|
+
},
|
|
6886
|
+
"aliases": [
|
|
6887
|
+
"tailwind"
|
|
6888
|
+
]
|
|
6889
|
+
},
|
|
6890
|
+
{
|
|
6891
|
+
"name": "test-utils",
|
|
6892
|
+
"description": "Test utilities for Nuxt",
|
|
6893
|
+
"repo": "nuxt/test-utils#main",
|
|
6894
|
+
"npm": "@nuxt/test-utils",
|
|
6895
|
+
"icon": "nuxt.svg",
|
|
6896
|
+
"github": "https://github.com/nuxt/test-utils",
|
|
6897
|
+
"website": "https://nuxt.com/docs/getting-started/testing",
|
|
6898
|
+
"learn_more": "",
|
|
6899
|
+
"category": "Devtools",
|
|
6900
|
+
"type": "official",
|
|
6901
|
+
"maintainers": [
|
|
6902
|
+
{
|
|
6903
|
+
"name": "Daniel Roe",
|
|
6904
|
+
"github": "danielroe",
|
|
6905
|
+
"twitter": "danielcroe"
|
|
6906
|
+
},
|
|
6907
|
+
{
|
|
6908
|
+
"name": "Anthony Fu",
|
|
6909
|
+
"github": "antfu",
|
|
6910
|
+
"twitter": "antfu7"
|
|
6911
|
+
}
|
|
6912
|
+
],
|
|
6913
|
+
"compatibility": {
|
|
6914
|
+
"nuxt": "^3.0.0",
|
|
5471
6915
|
"requires": {}
|
|
5472
6916
|
}
|
|
5473
6917
|
},
|
|
@@ -5507,8 +6951,97 @@
|
|
|
5507
6951
|
"type": "3rd-party",
|
|
5508
6952
|
"maintainers": [
|
|
5509
6953
|
{
|
|
5510
|
-
"name": "danielroe",
|
|
5511
|
-
"github": "danielroe"
|
|
6954
|
+
"name": "danielroe",
|
|
6955
|
+
"github": "danielroe"
|
|
6956
|
+
}
|
|
6957
|
+
],
|
|
6958
|
+
"compatibility": {
|
|
6959
|
+
"nuxt": "^3.0.0",
|
|
6960
|
+
"requires": {}
|
|
6961
|
+
}
|
|
6962
|
+
},
|
|
6963
|
+
{
|
|
6964
|
+
"name": "tiptap",
|
|
6965
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6966
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6967
|
+
"npm": "nuxt-tiptap-editor",
|
|
6968
|
+
"icon": "tiptap.png",
|
|
6969
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6970
|
+
"website": "https://nuxt-tiptap-editor.vercel.app",
|
|
6971
|
+
"learn_more": "https://nuxt-tiptap-editor.vercel.app",
|
|
6972
|
+
"category": "Libraries",
|
|
6973
|
+
"type": "3rd-party",
|
|
6974
|
+
"maintainers": [
|
|
6975
|
+
{
|
|
6976
|
+
"name": "modbender",
|
|
6977
|
+
"github": "modbender"
|
|
6978
|
+
}
|
|
6979
|
+
],
|
|
6980
|
+
"compatibility": {
|
|
6981
|
+
"nuxt": "^3.0.0",
|
|
6982
|
+
"requires": {}
|
|
6983
|
+
}
|
|
6984
|
+
},
|
|
6985
|
+
{
|
|
6986
|
+
"name": "toast",
|
|
6987
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
6988
|
+
"repo": "nuxt-community/modules#master/packages/toast",
|
|
6989
|
+
"npm": "@nuxtjs/toast",
|
|
6990
|
+
"icon": "",
|
|
6991
|
+
"github": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
6992
|
+
"website": "https://github.com/nuxt-community/community-modules/tree/master/packages/toast",
|
|
6993
|
+
"learn_more": "https://github.com/shakee93/vue-toasted",
|
|
6994
|
+
"category": "Libraries",
|
|
6995
|
+
"type": "community",
|
|
6996
|
+
"maintainers": [
|
|
6997
|
+
{
|
|
6998
|
+
"name": "Pooya Parsa",
|
|
6999
|
+
"github": "pi0",
|
|
7000
|
+
"twitter": "_pi0_"
|
|
7001
|
+
}
|
|
7002
|
+
],
|
|
7003
|
+
"compatibility": {
|
|
7004
|
+
"nuxt": "^2.0.0",
|
|
7005
|
+
"requires": {}
|
|
7006
|
+
}
|
|
7007
|
+
},
|
|
7008
|
+
{
|
|
7009
|
+
"name": "tradingview",
|
|
7010
|
+
"description": "Use the TradingView Widgets in your Nuxt Application",
|
|
7011
|
+
"repo": "volkanakkus/nuxt-tradingview",
|
|
7012
|
+
"npm": "nuxt-tradingview",
|
|
7013
|
+
"icon": "tradingview.svg",
|
|
7014
|
+
"github": "https://github.com/volkanakkus/nuxt-tradingview",
|
|
7015
|
+
"website": "https://nuxt-tradingview.volkanakkus.com",
|
|
7016
|
+
"learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
|
|
7017
|
+
"category": "Extensions",
|
|
7018
|
+
"type": "3rd-party",
|
|
7019
|
+
"maintainers": [
|
|
7020
|
+
{
|
|
7021
|
+
"name": "Volkan Akkuş",
|
|
7022
|
+
"github": "volkanakkus"
|
|
7023
|
+
}
|
|
7024
|
+
],
|
|
7025
|
+
"compatibility": {
|
|
7026
|
+
"nuxt": "^3.0.0",
|
|
7027
|
+
"requires": {}
|
|
7028
|
+
}
|
|
7029
|
+
},
|
|
7030
|
+
{
|
|
7031
|
+
"name": "translation-manager",
|
|
7032
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
7033
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
7034
|
+
"npm": "nuxt-translation-manager",
|
|
7035
|
+
"icon": "translation-manager.png",
|
|
7036
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
7037
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
7038
|
+
"learn_more": "",
|
|
7039
|
+
"category": "Extensions",
|
|
7040
|
+
"type": "3rd-party",
|
|
7041
|
+
"maintainers": [
|
|
7042
|
+
{
|
|
7043
|
+
"name": "Sam K",
|
|
7044
|
+
"github": "samk-dev"
|
|
5512
7045
|
}
|
|
5513
7046
|
],
|
|
5514
7047
|
"compatibility": {
|
|
@@ -5517,25 +7050,35 @@
|
|
|
5517
7050
|
}
|
|
5518
7051
|
},
|
|
5519
7052
|
{
|
|
5520
|
-
"name": "
|
|
5521
|
-
"description": "
|
|
5522
|
-
"repo": "nuxt
|
|
5523
|
-
"npm": "@
|
|
5524
|
-
"icon": "",
|
|
5525
|
-
"github": "https://github.com/nuxt
|
|
5526
|
-
"website": "https://
|
|
5527
|
-
"learn_more": "https://
|
|
7053
|
+
"name": "tresjs",
|
|
7054
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
7055
|
+
"repo": "tresjs/nuxt",
|
|
7056
|
+
"npm": "@tresjs/nuxt",
|
|
7057
|
+
"icon": "tresjs.svg",
|
|
7058
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
7059
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
7060
|
+
"learn_more": "https://tresjs.org/",
|
|
5528
7061
|
"category": "Libraries",
|
|
5529
|
-
"type": "
|
|
7062
|
+
"type": "3rd-party",
|
|
5530
7063
|
"maintainers": [
|
|
5531
7064
|
{
|
|
5532
|
-
"name": "
|
|
5533
|
-
"github": "
|
|
5534
|
-
"twitter": "
|
|
7065
|
+
"name": "Alvaro Saburido",
|
|
7066
|
+
"github": "alvarosabu",
|
|
7067
|
+
"twitter": "alvarosabu"
|
|
7068
|
+
},
|
|
7069
|
+
{
|
|
7070
|
+
"name": "Jaime Torrealba",
|
|
7071
|
+
"github": "JaimeTorrealba",
|
|
7072
|
+
"twitter": "jaimebboyjt"
|
|
7073
|
+
},
|
|
7074
|
+
{
|
|
7075
|
+
"name": "Tino Koch",
|
|
7076
|
+
"github": "Tinoooo",
|
|
7077
|
+
"twitter": "ichbintino"
|
|
5535
7078
|
}
|
|
5536
7079
|
],
|
|
5537
7080
|
"compatibility": {
|
|
5538
|
-
"nuxt": "^
|
|
7081
|
+
"nuxt": "^3.0.0",
|
|
5539
7082
|
"requires": {}
|
|
5540
7083
|
}
|
|
5541
7084
|
},
|
|
@@ -5566,7 +7109,7 @@
|
|
|
5566
7109
|
},
|
|
5567
7110
|
{
|
|
5568
7111
|
"name": "twa",
|
|
5569
|
-
"description": "Nuxt
|
|
7112
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5570
7113
|
"repo": "tuarrep/nuxt-twa",
|
|
5571
7114
|
"npm": "nuxt-twa",
|
|
5572
7115
|
"icon": "",
|
|
@@ -5754,6 +7297,63 @@
|
|
|
5754
7297
|
"requires": {}
|
|
5755
7298
|
}
|
|
5756
7299
|
},
|
|
7300
|
+
{
|
|
7301
|
+
"name": "typo3",
|
|
7302
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
7303
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
7304
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
7305
|
+
"icon": "typo3.svg",
|
|
7306
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
7307
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
7308
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
7309
|
+
"category": "CMS",
|
|
7310
|
+
"type": "3rd-party",
|
|
7311
|
+
"maintainers": [
|
|
7312
|
+
{
|
|
7313
|
+
"name": "Macopedia",
|
|
7314
|
+
"github": "macopedia",
|
|
7315
|
+
"twitter": "macopediapl"
|
|
7316
|
+
}
|
|
7317
|
+
],
|
|
7318
|
+
"compatibility": {
|
|
7319
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7320
|
+
"requires": {},
|
|
7321
|
+
"devtools": "^0.0.0"
|
|
7322
|
+
}
|
|
7323
|
+
},
|
|
7324
|
+
{
|
|
7325
|
+
"name": "ui",
|
|
7326
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
7327
|
+
"repo": "nuxt/ui#dev",
|
|
7328
|
+
"npm": "@nuxt/ui",
|
|
7329
|
+
"icon": "nuxt.svg",
|
|
7330
|
+
"github": "https://github.com/nuxt/ui",
|
|
7331
|
+
"website": "https://ui.nuxt.com",
|
|
7332
|
+
"learn_more": "",
|
|
7333
|
+
"category": "UI",
|
|
7334
|
+
"type": "official",
|
|
7335
|
+
"maintainers": [
|
|
7336
|
+
{
|
|
7337
|
+
"name": "Benjamin Canac",
|
|
7338
|
+
"github": "benjamincanac",
|
|
7339
|
+
"twitter": "benjamincanac"
|
|
7340
|
+
},
|
|
7341
|
+
{
|
|
7342
|
+
"name": "Sebastien Chopin",
|
|
7343
|
+
"github": "Atinux",
|
|
7344
|
+
"twitter": "Atinux"
|
|
7345
|
+
},
|
|
7346
|
+
{
|
|
7347
|
+
"name": "Sylvain Marroufin",
|
|
7348
|
+
"github": "smarroufin",
|
|
7349
|
+
"twitter": "smarroufin"
|
|
7350
|
+
}
|
|
7351
|
+
],
|
|
7352
|
+
"compatibility": {
|
|
7353
|
+
"nuxt": "^3.0.0",
|
|
7354
|
+
"requires": {}
|
|
7355
|
+
}
|
|
7356
|
+
},
|
|
5757
7357
|
{
|
|
5758
7358
|
"name": "umami",
|
|
5759
7359
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5778,31 +7378,9 @@
|
|
|
5778
7378
|
}
|
|
5779
7379
|
}
|
|
5780
7380
|
},
|
|
5781
|
-
{
|
|
5782
|
-
"name": "unhead",
|
|
5783
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5784
|
-
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5785
|
-
"npm": "nuxt-seo-experiments",
|
|
5786
|
-
"icon": "",
|
|
5787
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5788
|
-
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5789
|
-
"learn_more": "",
|
|
5790
|
-
"category": "SEO",
|
|
5791
|
-
"type": "3rd-party",
|
|
5792
|
-
"maintainers": [
|
|
5793
|
-
{
|
|
5794
|
-
"name": "harlan-zw",
|
|
5795
|
-
"github": "harlan-zw"
|
|
5796
|
-
}
|
|
5797
|
-
],
|
|
5798
|
-
"compatibility": {
|
|
5799
|
-
"nuxt": "^3.0.0",
|
|
5800
|
-
"requires": {}
|
|
5801
|
-
}
|
|
5802
|
-
},
|
|
5803
7381
|
{
|
|
5804
7382
|
"name": "universal-storage",
|
|
5805
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
7383
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5806
7384
|
"repo": "nuxt-community/universal-storage-module",
|
|
5807
7385
|
"npm": "@nuxtjs/universal-storage",
|
|
5808
7386
|
"icon": "",
|
|
@@ -5831,7 +7409,7 @@
|
|
|
5831
7409
|
{
|
|
5832
7410
|
"name": "unlazy",
|
|
5833
7411
|
"description": "Lazy loading library for placeholder images",
|
|
5834
|
-
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
7412
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
5835
7413
|
"npm": "@unlazy/nuxt",
|
|
5836
7414
|
"icon": "unlazy.svg",
|
|
5837
7415
|
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
@@ -5850,41 +7428,15 @@
|
|
|
5850
7428
|
"requires": {}
|
|
5851
7429
|
}
|
|
5852
7430
|
},
|
|
5853
|
-
{
|
|
5854
|
-
"name": "unlighthouse",
|
|
5855
|
-
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
5856
|
-
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
5857
|
-
"npm": "@unlighthouse/nuxt",
|
|
5858
|
-
"icon": "unlighthouse.svg",
|
|
5859
|
-
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
5860
|
-
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
5861
|
-
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
5862
|
-
"category": "Devtools",
|
|
5863
|
-
"type": "3rd-party",
|
|
5864
|
-
"maintainers": [
|
|
5865
|
-
{
|
|
5866
|
-
"name": "Harlan Wilton",
|
|
5867
|
-
"github": "harlan-zw",
|
|
5868
|
-
"twitter": "harlan_zw",
|
|
5869
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5870
|
-
}
|
|
5871
|
-
],
|
|
5872
|
-
"compatibility": {
|
|
5873
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5874
|
-
"requires": {
|
|
5875
|
-
"bridge": "optional"
|
|
5876
|
-
}
|
|
5877
|
-
}
|
|
5878
|
-
},
|
|
5879
7431
|
{
|
|
5880
7432
|
"name": "unocss",
|
|
5881
7433
|
"description": "The instant on-demand atomic CSS engine.",
|
|
5882
|
-
"repo": "
|
|
7434
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
5883
7435
|
"npm": "@unocss/nuxt",
|
|
5884
7436
|
"icon": "unocss.svg",
|
|
5885
|
-
"github": "https://github.com/
|
|
5886
|
-
"website": "https://github.com/
|
|
5887
|
-
"learn_more": "https://github.com/
|
|
7437
|
+
"github": "https://github.com/unocss/unocss",
|
|
7438
|
+
"website": "https://github.com/unocss/unocss",
|
|
7439
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
5888
7440
|
"category": "UI",
|
|
5889
7441
|
"type": "3rd-party",
|
|
5890
7442
|
"maintainers": [
|
|
@@ -5899,7 +7451,8 @@
|
|
|
5899
7451
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5900
7452
|
"requires": {
|
|
5901
7453
|
"bridge": "optional"
|
|
5902
|
-
}
|
|
7454
|
+
},
|
|
7455
|
+
"devtools": "^0.0.0"
|
|
5903
7456
|
}
|
|
5904
7457
|
},
|
|
5905
7458
|
{
|
|
@@ -5909,8 +7462,8 @@
|
|
|
5909
7462
|
"npm": "nuxt-ununura",
|
|
5910
7463
|
"icon": "ununuracss.png",
|
|
5911
7464
|
"github": "https://github.com/novout/ununuracss",
|
|
5912
|
-
"website": "https://
|
|
5913
|
-
"learn_more": "https://
|
|
7465
|
+
"website": "https://github.com/novout/ununuracss",
|
|
7466
|
+
"learn_more": "https://github.com/novout/ununuracss",
|
|
5914
7467
|
"category": "UI",
|
|
5915
7468
|
"type": "3rd-party",
|
|
5916
7469
|
"maintainers": [
|
|
@@ -5926,42 +7479,66 @@
|
|
|
5926
7479
|
}
|
|
5927
7480
|
},
|
|
5928
7481
|
{
|
|
5929
|
-
"name": "
|
|
5930
|
-
"description": "
|
|
5931
|
-
"repo": "
|
|
5932
|
-
"npm": "
|
|
5933
|
-
"icon": "",
|
|
5934
|
-
"github": "https://github.com/
|
|
5935
|
-
"website": "https://
|
|
5936
|
-
"learn_more": "",
|
|
5937
|
-
"category": "
|
|
7482
|
+
"name": "use-bootstrap",
|
|
7483
|
+
"description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
|
|
7484
|
+
"repo": "simplise/use-bootstrap",
|
|
7485
|
+
"npm": "usebootstrap",
|
|
7486
|
+
"icon": "use-bootstrap.svg",
|
|
7487
|
+
"github": "https://github.com/simplise/use-bootstrap",
|
|
7488
|
+
"website": "https://usebootstrap.org/",
|
|
7489
|
+
"learn_more": "https://usebootstrap.org/",
|
|
7490
|
+
"category": "UI",
|
|
5938
7491
|
"type": "3rd-party",
|
|
5939
7492
|
"maintainers": [
|
|
5940
7493
|
{
|
|
5941
|
-
"name": "
|
|
5942
|
-
"github": "
|
|
7494
|
+
"name": "KoujiSano",
|
|
7495
|
+
"github": "KoujiSano"
|
|
5943
7496
|
}
|
|
5944
7497
|
],
|
|
5945
7498
|
"compatibility": {
|
|
5946
|
-
"nuxt": "^
|
|
7499
|
+
"nuxt": "^3.0.0",
|
|
5947
7500
|
"requires": {}
|
|
5948
7501
|
}
|
|
5949
7502
|
},
|
|
5950
7503
|
{
|
|
5951
|
-
"name": "
|
|
5952
|
-
"description": "
|
|
5953
|
-
"repo": "
|
|
5954
|
-
"npm": "nuxt
|
|
5955
|
-
"icon": "
|
|
5956
|
-
"github": "https://github.com/
|
|
5957
|
-
"website": "https://github.com/
|
|
5958
|
-
"learn_more": "https://
|
|
5959
|
-
"category": "
|
|
7504
|
+
"name": "use-wagmi",
|
|
7505
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
7506
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
7507
|
+
"npm": "@use-wagmi/nuxt",
|
|
7508
|
+
"icon": "use-wagmi.png",
|
|
7509
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
7510
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
7511
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
7512
|
+
"category": "Extensions",
|
|
7513
|
+
"type": "3rd-party",
|
|
7514
|
+
"maintainers": [
|
|
7515
|
+
{
|
|
7516
|
+
"name": "Unic Ape",
|
|
7517
|
+
"github": "unicape"
|
|
7518
|
+
}
|
|
7519
|
+
],
|
|
7520
|
+
"compatibility": {
|
|
7521
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7522
|
+
"requires": {
|
|
7523
|
+
"bridge": true
|
|
7524
|
+
}
|
|
7525
|
+
}
|
|
7526
|
+
},
|
|
7527
|
+
{
|
|
7528
|
+
"name": "user-agent",
|
|
7529
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
7530
|
+
"repo": "fukuiretu/nuxt-user-agent",
|
|
7531
|
+
"npm": "nuxt-user-agent",
|
|
7532
|
+
"icon": "",
|
|
7533
|
+
"github": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
7534
|
+
"website": "https://github.com/fukuiretu/nuxt-user-agent",
|
|
7535
|
+
"learn_more": "",
|
|
7536
|
+
"category": "Extensions",
|
|
5960
7537
|
"type": "3rd-party",
|
|
5961
7538
|
"maintainers": [
|
|
5962
7539
|
{
|
|
5963
|
-
"name": "
|
|
5964
|
-
"github": "
|
|
7540
|
+
"name": "fukuiretu",
|
|
7541
|
+
"github": "fukuiretu"
|
|
5965
7542
|
}
|
|
5966
7543
|
],
|
|
5967
7544
|
"compatibility": {
|
|
@@ -6017,9 +7594,31 @@
|
|
|
6017
7594
|
}
|
|
6018
7595
|
}
|
|
6019
7596
|
},
|
|
7597
|
+
{
|
|
7598
|
+
"name": "vcalendar",
|
|
7599
|
+
"description": "VCalendar module for Nuxt",
|
|
7600
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
7601
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7602
|
+
"icon": "vcalendar.png",
|
|
7603
|
+
"github": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
7604
|
+
"website": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
7605
|
+
"learn_more": "",
|
|
7606
|
+
"category": "Libraries",
|
|
7607
|
+
"type": "3rd-party",
|
|
7608
|
+
"maintainers": [
|
|
7609
|
+
{
|
|
7610
|
+
"name": "Sam K",
|
|
7611
|
+
"github": "samk-dev"
|
|
7612
|
+
}
|
|
7613
|
+
],
|
|
7614
|
+
"compatibility": {
|
|
7615
|
+
"nuxt": "^3.0.0",
|
|
7616
|
+
"requires": {}
|
|
7617
|
+
}
|
|
7618
|
+
},
|
|
6020
7619
|
{
|
|
6021
7620
|
"name": "vee-validate",
|
|
6022
|
-
"description": "Painless Vue forms for Nuxt
|
|
7621
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6023
7622
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6024
7623
|
"npm": "@vee-validate/nuxt",
|
|
6025
7624
|
"icon": "vee-validate.png",
|
|
@@ -6109,7 +7708,7 @@
|
|
|
6109
7708
|
},
|
|
6110
7709
|
{
|
|
6111
7710
|
"name": "vite-pwa-nuxt",
|
|
6112
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7711
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6113
7712
|
"repo": "vite-pwa/nuxt",
|
|
6114
7713
|
"npm": "@vite-pwa/nuxt",
|
|
6115
7714
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6136,24 +7735,52 @@
|
|
|
6136
7735
|
}
|
|
6137
7736
|
},
|
|
6138
7737
|
{
|
|
6139
|
-
"name": "
|
|
6140
|
-
"description": "
|
|
6141
|
-
"repo": "
|
|
6142
|
-
"npm": "nuxt
|
|
6143
|
-
"icon": "
|
|
6144
|
-
"github": "https://github.com/
|
|
6145
|
-
"website": "https://
|
|
6146
|
-
"learn_more": "",
|
|
6147
|
-
"category": "
|
|
7738
|
+
"name": "vue-email",
|
|
7739
|
+
"description": "💌 Write email templates with vue",
|
|
7740
|
+
"repo": "vue-email/nuxt",
|
|
7741
|
+
"npm": "@vue-email/nuxt",
|
|
7742
|
+
"icon": "vue-email.svg",
|
|
7743
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7744
|
+
"website": "https://vuemail.net/",
|
|
7745
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
7746
|
+
"category": "UI",
|
|
6148
7747
|
"type": "3rd-party",
|
|
6149
7748
|
"maintainers": [
|
|
6150
7749
|
{
|
|
6151
|
-
"name": "
|
|
6152
|
-
"github": "
|
|
7750
|
+
"name": "David Arenas",
|
|
7751
|
+
"github": "Dave136",
|
|
7752
|
+
"twitter": "davejs4",
|
|
7753
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6153
7754
|
},
|
|
6154
7755
|
{
|
|
6155
|
-
"name": "
|
|
6156
|
-
"github": "
|
|
7756
|
+
"name": "Younes Barrad",
|
|
7757
|
+
"github": "Flowko",
|
|
7758
|
+
"twitter": "imflowko",
|
|
7759
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
7760
|
+
}
|
|
7761
|
+
],
|
|
7762
|
+
"compatibility": {
|
|
7763
|
+
"nuxt": "^3.0.0",
|
|
7764
|
+
"requires": {},
|
|
7765
|
+
"devtools": "^0.0.0"
|
|
7766
|
+
}
|
|
7767
|
+
},
|
|
7768
|
+
{
|
|
7769
|
+
"name": "vue-final-modal",
|
|
7770
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7771
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7772
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7773
|
+
"icon": "vue-final-modal.svg",
|
|
7774
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7775
|
+
"website": "https://vue-final-modal.org/",
|
|
7776
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7777
|
+
"category": "UI",
|
|
7778
|
+
"type": "3rd-party",
|
|
7779
|
+
"maintainers": [
|
|
7780
|
+
{
|
|
7781
|
+
"name": "Hunter Liu",
|
|
7782
|
+
"github": "hunterliu1003",
|
|
7783
|
+
"twitter": "hunterliu1003"
|
|
6157
7784
|
}
|
|
6158
7785
|
],
|
|
6159
7786
|
"compatibility": {
|
|
@@ -6183,7 +7810,8 @@
|
|
|
6183
7810
|
"nuxt": "^3.0.0",
|
|
6184
7811
|
"requires": {
|
|
6185
7812
|
"bridge": "optional"
|
|
6186
|
-
}
|
|
7813
|
+
},
|
|
7814
|
+
"devtools": "^0.0.0"
|
|
6187
7815
|
}
|
|
6188
7816
|
},
|
|
6189
7817
|
{
|
|
@@ -6210,7 +7838,7 @@
|
|
|
6210
7838
|
},
|
|
6211
7839
|
{
|
|
6212
7840
|
"name": "vue-multiselect",
|
|
6213
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7841
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6214
7842
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6215
7843
|
"npm": "nuxt-vue-multiselect",
|
|
6216
7844
|
"icon": "",
|
|
@@ -6235,7 +7863,7 @@
|
|
|
6235
7863
|
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
6236
7864
|
"repo": "moritzsternemann/vue-plausible",
|
|
6237
7865
|
"npm": "vue-plausible",
|
|
6238
|
-
"icon": "plausible.
|
|
7866
|
+
"icon": "plausible.svg",
|
|
6239
7867
|
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
6240
7868
|
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
6241
7869
|
"learn_more": "",
|
|
@@ -6255,7 +7883,7 @@
|
|
|
6255
7883
|
{
|
|
6256
7884
|
"name": "vue-query",
|
|
6257
7885
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6258
|
-
"repo": "Hebilicious/vue-query-nuxt#main",
|
|
7886
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
6259
7887
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
6260
7888
|
"icon": "vue-query.svg",
|
|
6261
7889
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -6324,7 +7952,7 @@
|
|
|
6324
7952
|
},
|
|
6325
7953
|
{
|
|
6326
7954
|
"name": "vue-warehouse",
|
|
6327
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7955
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6328
7956
|
"repo": "juliomrqz/vue-warehouse",
|
|
6329
7957
|
"npm": "vue-warehouse",
|
|
6330
7958
|
"icon": "",
|
|
@@ -6345,10 +7973,33 @@
|
|
|
6345
7973
|
"requires": {}
|
|
6346
7974
|
}
|
|
6347
7975
|
},
|
|
7976
|
+
{
|
|
7977
|
+
"name": "vue3-carousel-nuxt",
|
|
7978
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7979
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7980
|
+
"npm": "vue3-carousel-nuxt",
|
|
7981
|
+
"icon": "",
|
|
7982
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7983
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7984
|
+
"learn_more": "",
|
|
7985
|
+
"category": "UI",
|
|
7986
|
+
"type": "3rd-party",
|
|
7987
|
+
"maintainers": [
|
|
7988
|
+
{
|
|
7989
|
+
"name": "Gaetan SENN",
|
|
7990
|
+
"github": "gaetansenn",
|
|
7991
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7992
|
+
}
|
|
7993
|
+
],
|
|
7994
|
+
"compatibility": {
|
|
7995
|
+
"nuxt": "^3.0.0",
|
|
7996
|
+
"requires": {}
|
|
7997
|
+
}
|
|
7998
|
+
},
|
|
6348
7999
|
{
|
|
6349
8000
|
"name": "vuefire",
|
|
6350
8001
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
6351
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
8002
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
6352
8003
|
"npm": "nuxt-vuefire",
|
|
6353
8004
|
"icon": "vuefire.svg",
|
|
6354
8005
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -6367,15 +8018,61 @@
|
|
|
6367
8018
|
"requires": {}
|
|
6368
8019
|
}
|
|
6369
8020
|
},
|
|
8021
|
+
{
|
|
8022
|
+
"name": "vueform-builder",
|
|
8023
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
8024
|
+
"repo": "vueform/builder#main/nuxt",
|
|
8025
|
+
"npm": "@vueform/builder-nuxt",
|
|
8026
|
+
"icon": "vueform.svg",
|
|
8027
|
+
"github": "https://github.com/vueform/builder",
|
|
8028
|
+
"website": "https://builder.vueform.com",
|
|
8029
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
8030
|
+
"category": "Libraries",
|
|
8031
|
+
"type": "3rd-party",
|
|
8032
|
+
"maintainers": [
|
|
8033
|
+
{
|
|
8034
|
+
"name": "Adam Berecz",
|
|
8035
|
+
"github": "adamberecz",
|
|
8036
|
+
"twitter": "bereczadam"
|
|
8037
|
+
}
|
|
8038
|
+
],
|
|
8039
|
+
"compatibility": {
|
|
8040
|
+
"nuxt": "^3.0.0",
|
|
8041
|
+
"requires": {}
|
|
8042
|
+
}
|
|
8043
|
+
},
|
|
8044
|
+
{
|
|
8045
|
+
"name": "vueform",
|
|
8046
|
+
"description": "Official Vueform module for Nuxt",
|
|
8047
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
8048
|
+
"npm": "@vueform/nuxt",
|
|
8049
|
+
"icon": "vueform.svg",
|
|
8050
|
+
"github": "https://github.com/vueform/vueform",
|
|
8051
|
+
"website": "https://vueform.com",
|
|
8052
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
8053
|
+
"category": "Libraries",
|
|
8054
|
+
"type": "3rd-party",
|
|
8055
|
+
"maintainers": [
|
|
8056
|
+
{
|
|
8057
|
+
"name": "Adam Berecz",
|
|
8058
|
+
"github": "adamberecz",
|
|
8059
|
+
"twitter": "bereczadam"
|
|
8060
|
+
}
|
|
8061
|
+
],
|
|
8062
|
+
"compatibility": {
|
|
8063
|
+
"nuxt": "^3.0.0",
|
|
8064
|
+
"requires": {}
|
|
8065
|
+
}
|
|
8066
|
+
},
|
|
6370
8067
|
{
|
|
6371
8068
|
"name": "vuestic",
|
|
6372
|
-
"description": "Vuestic UI module for Nuxt
|
|
8069
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6373
8070
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6374
8071
|
"npm": "@vuestic/nuxt",
|
|
6375
8072
|
"icon": "vuestic.png",
|
|
6376
8073
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
6377
|
-
"website": "https://vuestic.dev",
|
|
6378
|
-
"learn_more": "https://vuestic.dev/
|
|
8074
|
+
"website": "https://ui.vuestic.dev",
|
|
8075
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
6379
8076
|
"category": "UI",
|
|
6380
8077
|
"type": "3rd-party",
|
|
6381
8078
|
"maintainers": [
|
|
@@ -6389,9 +8086,31 @@
|
|
|
6389
8086
|
"requires": {}
|
|
6390
8087
|
}
|
|
6391
8088
|
},
|
|
8089
|
+
{
|
|
8090
|
+
"name": "vuetify-nuxt-module",
|
|
8091
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
8092
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
8093
|
+
"npm": "vuetify-nuxt-module",
|
|
8094
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
8095
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
8096
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
8097
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
8098
|
+
"category": "UI",
|
|
8099
|
+
"type": "3rd-party",
|
|
8100
|
+
"maintainers": [
|
|
8101
|
+
{
|
|
8102
|
+
"name": "Joaquín Sánchez",
|
|
8103
|
+
"github": "userquin"
|
|
8104
|
+
}
|
|
8105
|
+
],
|
|
8106
|
+
"compatibility": {
|
|
8107
|
+
"nuxt": "^3.0.0",
|
|
8108
|
+
"requires": {}
|
|
8109
|
+
}
|
|
8110
|
+
},
|
|
6392
8111
|
{
|
|
6393
8112
|
"name": "vuetify",
|
|
6394
|
-
"description": "Vuetify Module for Nuxt
|
|
8113
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6395
8114
|
"repo": "nuxt-community/vuetify-module",
|
|
6396
8115
|
"npm": "@nuxtjs/vuetify",
|
|
6397
8116
|
"icon": "vuetify.png",
|
|
@@ -6438,7 +8157,8 @@
|
|
|
6438
8157
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6439
8158
|
"requires": {
|
|
6440
8159
|
"bridge": "optional"
|
|
6441
|
-
}
|
|
8160
|
+
},
|
|
8161
|
+
"devtools": "^0.0.0"
|
|
6442
8162
|
}
|
|
6443
8163
|
},
|
|
6444
8164
|
{
|
|
@@ -6465,7 +8185,7 @@
|
|
|
6465
8185
|
},
|
|
6466
8186
|
{
|
|
6467
8187
|
"name": "vunix",
|
|
6468
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
8188
|
+
"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.",
|
|
6469
8189
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6470
8190
|
"npm": "@vunix/nuxt",
|
|
6471
8191
|
"icon": "",
|
|
@@ -6489,11 +8209,11 @@
|
|
|
6489
8209
|
{
|
|
6490
8210
|
"name": "web-vitals",
|
|
6491
8211
|
"description": "Web Vitals for Nuxt",
|
|
6492
|
-
"repo": "nuxt-
|
|
8212
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6493
8213
|
"npm": "@nuxtjs/web-vitals",
|
|
6494
8214
|
"icon": "web-vitals.png",
|
|
6495
|
-
"github": "https://github.com/nuxt-
|
|
6496
|
-
"website": "https://github.com/nuxt-
|
|
8215
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
8216
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6497
8217
|
"learn_more": "",
|
|
6498
8218
|
"category": "Performance",
|
|
6499
8219
|
"type": "community",
|
|
@@ -6544,7 +8264,7 @@
|
|
|
6544
8264
|
},
|
|
6545
8265
|
{
|
|
6546
8266
|
"name": "webpack-optimisations",
|
|
6547
|
-
"description": "Nuxt
|
|
8267
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6548
8268
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6549
8269
|
"npm": "nuxt-webpack-optimisations",
|
|
6550
8270
|
"icon": "build-optimisations.svg",
|
|
@@ -6619,7 +8339,7 @@
|
|
|
6619
8339
|
"icon": "webpack.png",
|
|
6620
8340
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6621
8341
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6622
|
-
"learn_more": "
|
|
8342
|
+
"learn_more": "",
|
|
6623
8343
|
"category": "Devtools",
|
|
6624
8344
|
"type": "community",
|
|
6625
8345
|
"maintainers": [
|
|
@@ -6636,7 +8356,7 @@
|
|
|
6636
8356
|
},
|
|
6637
8357
|
{
|
|
6638
8358
|
"name": "well-known",
|
|
6639
|
-
"description": "A Nuxt
|
|
8359
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6640
8360
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6641
8361
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6642
8362
|
"icon": "well-known.svg",
|
|
@@ -6658,7 +8378,7 @@
|
|
|
6658
8378
|
},
|
|
6659
8379
|
{
|
|
6660
8380
|
"name": "wideangle",
|
|
6661
|
-
"description": "Nuxt
|
|
8381
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
6662
8382
|
"repo": "inputobjects/wideangle-nuxt",
|
|
6663
8383
|
"npm": "wideangle-nuxt",
|
|
6664
8384
|
"icon": "wideangle.png",
|
|
@@ -6685,11 +8405,11 @@
|
|
|
6685
8405
|
{
|
|
6686
8406
|
"name": "windicss",
|
|
6687
8407
|
"description": "Next generation utility-first CSS framework.",
|
|
6688
|
-
"repo": "windicss/nuxt-windicss
|
|
8408
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
6689
8409
|
"npm": "nuxt-windicss",
|
|
6690
8410
|
"icon": "windicss.svg",
|
|
6691
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
6692
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
8411
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
8412
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
6693
8413
|
"learn_more": "https://windicss.org/",
|
|
6694
8414
|
"category": "UI",
|
|
6695
8415
|
"type": "3rd-party",
|
|
@@ -6825,55 +8545,9 @@
|
|
|
6825
8545
|
"requires": {}
|
|
6826
8546
|
}
|
|
6827
8547
|
},
|
|
6828
|
-
{
|
|
6829
|
-
"name": "yandex-metrika-next",
|
|
6830
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6831
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6832
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6833
|
-
"icon": "yandex-metrika.svg",
|
|
6834
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6835
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6836
|
-
"learn_more": "",
|
|
6837
|
-
"category": "Analytics",
|
|
6838
|
-
"type": "3rd-party",
|
|
6839
|
-
"maintainers": [
|
|
6840
|
-
{
|
|
6841
|
-
"name": "Aleksandr Saburov",
|
|
6842
|
-
"github": "artmizu",
|
|
6843
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6844
|
-
}
|
|
6845
|
-
],
|
|
6846
|
-
"compatibility": {
|
|
6847
|
-
"nuxt": "^3.0.0",
|
|
6848
|
-
"requires": {}
|
|
6849
|
-
}
|
|
6850
|
-
},
|
|
6851
|
-
{
|
|
6852
|
-
"name": "yandex-metrika",
|
|
6853
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6854
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6855
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6856
|
-
"icon": "",
|
|
6857
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6858
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6859
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6860
|
-
"category": "Analytics",
|
|
6861
|
-
"type": "community",
|
|
6862
|
-
"maintainers": [
|
|
6863
|
-
{
|
|
6864
|
-
"name": "Pooya Parsa",
|
|
6865
|
-
"github": "pi0",
|
|
6866
|
-
"twitter": "_pi0_"
|
|
6867
|
-
}
|
|
6868
|
-
],
|
|
6869
|
-
"compatibility": {
|
|
6870
|
-
"nuxt": "^2.0.0",
|
|
6871
|
-
"requires": {}
|
|
6872
|
-
}
|
|
6873
|
-
},
|
|
6874
8548
|
{
|
|
6875
8549
|
"name": "zendesk",
|
|
6876
|
-
"description": "Nuxt
|
|
8550
|
+
"description": "Nuxt module for Zendesk",
|
|
6877
8551
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6878
8552
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6879
8553
|
"icon": "zendesk.png",
|