@nuxt/modules 0.6.0-d7182e → 0.6.0-d9c65d
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 +1844 -507
- package/package.json +12 -9
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,9 +170,31 @@
|
|
|
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": "Devtools",
|
|
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": "Nuxt
|
|
197
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
176
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
177
199
|
"npm": "nuxt-api-party",
|
|
178
200
|
"icon": "api-party.svg",
|
|
@@ -220,7 +242,7 @@
|
|
|
220
242
|
},
|
|
221
243
|
{
|
|
222
244
|
"name": "apollo",
|
|
223
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
245
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
224
246
|
"repo": "nuxt-modules/apollo",
|
|
225
247
|
"npm": "@nuxtjs/apollo",
|
|
226
248
|
"icon": "apollo.png",
|
|
@@ -244,7 +266,7 @@
|
|
|
244
266
|
},
|
|
245
267
|
{
|
|
246
268
|
"name": "applicationinsights",
|
|
247
|
-
"description": "AppInsights module for Nuxt
|
|
269
|
+
"description": "AppInsights module for Nuxt",
|
|
248
270
|
"repo": "nuxt-community/applicationinsights-module",
|
|
249
271
|
"npm": "@nuxtjs/applicationinsights",
|
|
250
272
|
"icon": "application-insights.png",
|
|
@@ -286,9 +308,76 @@
|
|
|
286
308
|
"requires": {}
|
|
287
309
|
}
|
|
288
310
|
},
|
|
311
|
+
{
|
|
312
|
+
"name": "arco-design-nuxt-module",
|
|
313
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
314
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
315
|
+
"npm": "arco-design-nuxt-module",
|
|
316
|
+
"icon": "arco-design.svg",
|
|
317
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
318
|
+
"website": "https://arco.design/vue",
|
|
319
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
320
|
+
"category": "UI",
|
|
321
|
+
"type": "3rd-party",
|
|
322
|
+
"maintainers": [
|
|
323
|
+
{
|
|
324
|
+
"name": "wiidede",
|
|
325
|
+
"github": "wiidede"
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
"compatibility": {
|
|
329
|
+
"nuxt": "^3.0.0",
|
|
330
|
+
"requires": {}
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "ark-ui",
|
|
335
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
336
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
337
|
+
"npm": "nuxt-ark-ui",
|
|
338
|
+
"icon": "ark-ui.svg",
|
|
339
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
340
|
+
"website": "https://ark-ui.com/",
|
|
341
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
342
|
+
"category": "UI",
|
|
343
|
+
"type": "3rd-party",
|
|
344
|
+
"maintainers": [
|
|
345
|
+
{
|
|
346
|
+
"name": "Din",
|
|
347
|
+
"github": "iamdin",
|
|
348
|
+
"twitter": "iamdinq"
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"compatibility": {
|
|
352
|
+
"nuxt": "^3.0.0",
|
|
353
|
+
"requires": {}
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"name": "auth-utils",
|
|
358
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
359
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
360
|
+
"npm": "nuxt-auth-utils",
|
|
361
|
+
"icon": "",
|
|
362
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
363
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
364
|
+
"learn_more": "",
|
|
365
|
+
"category": "Security",
|
|
366
|
+
"type": "3rd-party",
|
|
367
|
+
"maintainers": [
|
|
368
|
+
{
|
|
369
|
+
"name": "atinux",
|
|
370
|
+
"github": "atinux"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"compatibility": {
|
|
374
|
+
"nuxt": "^3.0.0",
|
|
375
|
+
"requires": {}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
289
378
|
{
|
|
290
379
|
"name": "auth",
|
|
291
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
380
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
292
381
|
"repo": "nuxt-community/auth-module",
|
|
293
382
|
"npm": "@nuxtjs/auth",
|
|
294
383
|
"icon": "auth.png",
|
|
@@ -336,9 +425,32 @@
|
|
|
336
425
|
"requires": {}
|
|
337
426
|
}
|
|
338
427
|
},
|
|
428
|
+
{
|
|
429
|
+
"name": "auto-animate",
|
|
430
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
431
|
+
"repo": "formkit/auto-animate",
|
|
432
|
+
"npm": "@formkit/auto-animate",
|
|
433
|
+
"icon": "auto-animate.svg",
|
|
434
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
435
|
+
"website": "https://auto-animate.formkit.com",
|
|
436
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
437
|
+
"category": "Libraries",
|
|
438
|
+
"type": "3rd-party",
|
|
439
|
+
"maintainers": [
|
|
440
|
+
{
|
|
441
|
+
"name": "Justin Schroeder",
|
|
442
|
+
"github": "justin-schroeder",
|
|
443
|
+
"twitter": "jpschroeder"
|
|
444
|
+
}
|
|
445
|
+
],
|
|
446
|
+
"compatibility": {
|
|
447
|
+
"nuxt": "^3.0.0",
|
|
448
|
+
"requires": {}
|
|
449
|
+
}
|
|
450
|
+
},
|
|
339
451
|
{
|
|
340
452
|
"name": "axios",
|
|
341
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
453
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
342
454
|
"repo": "nuxt-community/axios-module",
|
|
343
455
|
"npm": "@nuxtjs/axios",
|
|
344
456
|
"icon": "axios.svg",
|
|
@@ -361,7 +473,7 @@
|
|
|
361
473
|
},
|
|
362
474
|
{
|
|
363
475
|
"name": "basic-auth",
|
|
364
|
-
"description": "Provide basic authentication to your Nuxt
|
|
476
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
365
477
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
366
478
|
"npm": "nuxt-basic-auth-module",
|
|
367
479
|
"icon": "",
|
|
@@ -485,7 +597,7 @@
|
|
|
485
597
|
},
|
|
486
598
|
{
|
|
487
599
|
"name": "bulma-slim",
|
|
488
|
-
"description": "Nuxt
|
|
600
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
489
601
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
490
602
|
"npm": "nuxt-bulma-slim",
|
|
491
603
|
"icon": "bulma.png",
|
|
@@ -552,7 +664,7 @@
|
|
|
552
664
|
},
|
|
553
665
|
{
|
|
554
666
|
"name": "canvas-sketch",
|
|
555
|
-
"description": "Nuxt
|
|
667
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
556
668
|
"repo": "LuXDAmore/generative-art",
|
|
557
669
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
558
670
|
"icon": "",
|
|
@@ -573,9 +685,31 @@
|
|
|
573
685
|
"requires": {}
|
|
574
686
|
}
|
|
575
687
|
},
|
|
688
|
+
{
|
|
689
|
+
"name": "capo",
|
|
690
|
+
"description": "Capo.js implementation for Nuxt",
|
|
691
|
+
"repo": "danielroe/nuxt-capo",
|
|
692
|
+
"npm": "nuxt-capo",
|
|
693
|
+
"icon": "",
|
|
694
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
695
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
696
|
+
"learn_more": "",
|
|
697
|
+
"category": "Performance",
|
|
698
|
+
"type": "3rd-party",
|
|
699
|
+
"maintainers": [
|
|
700
|
+
{
|
|
701
|
+
"name": "danielroe",
|
|
702
|
+
"github": "danielroe"
|
|
703
|
+
}
|
|
704
|
+
],
|
|
705
|
+
"compatibility": {
|
|
706
|
+
"nuxt": "^3.0.0",
|
|
707
|
+
"requires": {}
|
|
708
|
+
}
|
|
709
|
+
},
|
|
576
710
|
{
|
|
577
711
|
"name": "chakra-ui",
|
|
578
|
-
"description": "Chakra UI Module for Nuxt
|
|
712
|
+
"description": "Chakra UI Module for Nuxt",
|
|
579
713
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
580
714
|
"npm": "@chakra-ui/nuxt",
|
|
581
715
|
"icon": "chakra-ui.png",
|
|
@@ -622,10 +756,10 @@
|
|
|
622
756
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
623
757
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
624
758
|
"npm": "nuxt-chiffre",
|
|
625
|
-
"icon": "
|
|
759
|
+
"icon": "chiffre.png",
|
|
626
760
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
627
761
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
628
|
-
"learn_more": "https://chiffre.io",
|
|
762
|
+
"learn_more": "https://chiffre.io/",
|
|
629
763
|
"category": "Analytics",
|
|
630
764
|
"type": "3rd-party",
|
|
631
765
|
"maintainers": [
|
|
@@ -686,7 +820,7 @@
|
|
|
686
820
|
},
|
|
687
821
|
{
|
|
688
822
|
"name": "cloudcms",
|
|
689
|
-
"description": "CloudCMS Nuxt
|
|
823
|
+
"description": "CloudCMS Nuxt Module",
|
|
690
824
|
"repo": "gitana/cloudcms-nuxt",
|
|
691
825
|
"npm": "cloudcms-nuxt",
|
|
692
826
|
"icon": "",
|
|
@@ -735,11 +869,11 @@
|
|
|
735
869
|
},
|
|
736
870
|
{
|
|
737
871
|
"name": "cloudinary",
|
|
738
|
-
"description": "Optimize images and videos in your Nuxt
|
|
739
|
-
"repo": "nuxt-
|
|
872
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
873
|
+
"repo": "nuxt-modules/cloudinary",
|
|
740
874
|
"npm": "@nuxtjs/cloudinary",
|
|
741
875
|
"icon": "cloudinary.png",
|
|
742
|
-
"github": "https://github.com/nuxt-
|
|
876
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
743
877
|
"website": "https://cloudinary.nuxtjs.org",
|
|
744
878
|
"learn_more": "https://cloudinary.com",
|
|
745
879
|
"category": "Images",
|
|
@@ -758,11 +892,11 @@
|
|
|
758
892
|
},
|
|
759
893
|
{
|
|
760
894
|
"name": "color-mode",
|
|
761
|
-
"description": "Dark and Light mode for
|
|
762
|
-
"repo": "nuxt-
|
|
895
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
896
|
+
"repo": "nuxt-modules/color-mode",
|
|
763
897
|
"npm": "@nuxtjs/color-mode",
|
|
764
898
|
"icon": "color-mode.png",
|
|
765
|
-
"github": "https://github.com/nuxt-
|
|
899
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
766
900
|
"website": "https://color-mode.nuxtjs.org",
|
|
767
901
|
"learn_more": "",
|
|
768
902
|
"category": "UI",
|
|
@@ -979,7 +1113,7 @@
|
|
|
979
1113
|
},
|
|
980
1114
|
{
|
|
981
1115
|
"name": "darkmode.js",
|
|
982
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1116
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
983
1117
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
984
1118
|
"npm": "nuxtjs-darkmode-js-module",
|
|
985
1119
|
"icon": "darkmode.png",
|
|
@@ -1001,7 +1135,7 @@
|
|
|
1001
1135
|
},
|
|
1002
1136
|
{
|
|
1003
1137
|
"name": "date-fns",
|
|
1004
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1138
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
1005
1139
|
"repo": "nuxt-community/date-fns-module",
|
|
1006
1140
|
"npm": "@nuxtjs/date-fns",
|
|
1007
1141
|
"icon": "date-fns.png",
|
|
@@ -1023,7 +1157,7 @@
|
|
|
1023
1157
|
},
|
|
1024
1158
|
{
|
|
1025
1159
|
"name": "datocms-nuxt2",
|
|
1026
|
-
"description": "DatoCMS integration for Nuxt
|
|
1160
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
1027
1161
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
1028
1162
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
1029
1163
|
"icon": "datocms.svg",
|
|
@@ -1092,8 +1226,8 @@
|
|
|
1092
1226
|
},
|
|
1093
1227
|
{
|
|
1094
1228
|
"name": "delay-hydration",
|
|
1095
|
-
"description": "Improve your Nuxt
|
|
1096
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1229
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1230
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1097
1231
|
"npm": "nuxt-delay-hydration",
|
|
1098
1232
|
"icon": "lighthouse.svg",
|
|
1099
1233
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1115,12 +1249,12 @@
|
|
|
1115
1249
|
},
|
|
1116
1250
|
{
|
|
1117
1251
|
"name": "device",
|
|
1118
|
-
"description": "Device detection module for Nuxt
|
|
1119
|
-
"repo": "nuxt-
|
|
1252
|
+
"description": "Device detection module for Nuxt",
|
|
1253
|
+
"repo": "nuxt-modules/device",
|
|
1120
1254
|
"npm": "@nuxtjs/device",
|
|
1121
1255
|
"icon": "",
|
|
1122
|
-
"github": "https://github.com/nuxt-
|
|
1123
|
-
"website": "https://github.com/nuxt-
|
|
1256
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1257
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1124
1258
|
"learn_more": "",
|
|
1125
1259
|
"category": "Extensions",
|
|
1126
1260
|
"type": "community",
|
|
@@ -1138,7 +1272,7 @@
|
|
|
1138
1272
|
{
|
|
1139
1273
|
"name": "devtools",
|
|
1140
1274
|
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1141
|
-
"repo": "nuxt/devtools#main",
|
|
1275
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1142
1276
|
"npm": "@nuxt/devtools",
|
|
1143
1277
|
"icon": "nuxt.svg",
|
|
1144
1278
|
"github": "https://github.com/nuxt/devtools",
|
|
@@ -1160,13 +1294,13 @@
|
|
|
1160
1294
|
},
|
|
1161
1295
|
{
|
|
1162
1296
|
"name": "directus",
|
|
1163
|
-
"description": "Easily connect your
|
|
1297
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1164
1298
|
"repo": "intevel/nuxt-directus",
|
|
1165
1299
|
"npm": "nuxt-directus",
|
|
1166
1300
|
"icon": "directus.svg",
|
|
1167
|
-
"github": "https://github.com/
|
|
1168
|
-
"website": "https://nuxt-directus.
|
|
1169
|
-
"learn_more": "https://nuxt-directus.
|
|
1301
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1302
|
+
"website": "https://nuxt-directus.site/",
|
|
1303
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1170
1304
|
"category": "CMS",
|
|
1171
1305
|
"type": "3rd-party",
|
|
1172
1306
|
"maintainers": [
|
|
@@ -1177,15 +1311,58 @@
|
|
|
1177
1311
|
}
|
|
1178
1312
|
],
|
|
1179
1313
|
"compatibility": {
|
|
1180
|
-
"nuxt": "^
|
|
1181
|
-
"requires": {
|
|
1182
|
-
|
|
1314
|
+
"nuxt": "^3.0.0",
|
|
1315
|
+
"requires": {},
|
|
1316
|
+
"devtools": "^0.0.0"
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"name": "disqus",
|
|
1321
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1322
|
+
"repo": "modbender/nuxt-disqus",
|
|
1323
|
+
"npm": "nuxt-disqus",
|
|
1324
|
+
"icon": "disqus.svg",
|
|
1325
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1326
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1327
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1328
|
+
"category": "Libraries",
|
|
1329
|
+
"type": "3rd-party",
|
|
1330
|
+
"maintainers": [
|
|
1331
|
+
{
|
|
1332
|
+
"name": "modbender",
|
|
1333
|
+
"github": "modbender"
|
|
1334
|
+
}
|
|
1335
|
+
],
|
|
1336
|
+
"compatibility": {
|
|
1337
|
+
"nuxt": "^3.0.0",
|
|
1338
|
+
"requires": {}
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "doppler",
|
|
1343
|
+
"description": "Integrate your Doppler secrets into your Nuxt build",
|
|
1344
|
+
"repo": "JamieCurnow/nuxt-doppler",
|
|
1345
|
+
"npm": "nuxt-doppler",
|
|
1346
|
+
"icon": "doppler.png",
|
|
1347
|
+
"github": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1348
|
+
"website": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1349
|
+
"learn_more": "",
|
|
1350
|
+
"category": "Devtools",
|
|
1351
|
+
"type": "3rd-party",
|
|
1352
|
+
"maintainers": [
|
|
1353
|
+
{
|
|
1354
|
+
"name": "JamieCurnow",
|
|
1355
|
+
"github": "JamieCurnow"
|
|
1183
1356
|
}
|
|
1357
|
+
],
|
|
1358
|
+
"compatibility": {
|
|
1359
|
+
"nuxt": "^3.0.0",
|
|
1360
|
+
"requires": {}
|
|
1184
1361
|
}
|
|
1185
1362
|
},
|
|
1186
1363
|
{
|
|
1187
1364
|
"name": "dotenv",
|
|
1188
|
-
"description": "A Nuxt
|
|
1365
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1189
1366
|
"repo": "nuxt-community/dotenv-module",
|
|
1190
1367
|
"npm": "@nuxtjs/dotenv",
|
|
1191
1368
|
"icon": "dotenv.png",
|
|
@@ -1207,13 +1384,13 @@
|
|
|
1207
1384
|
},
|
|
1208
1385
|
{
|
|
1209
1386
|
"name": "drupal-ce",
|
|
1210
|
-
"description": "Connects Nuxt
|
|
1387
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1211
1388
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1212
1389
|
"npm": "nuxtjs-drupal-ce",
|
|
1213
1390
|
"icon": "drupal-ce.png",
|
|
1214
1391
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1215
|
-
"website": "https://
|
|
1216
|
-
"learn_more": "https://
|
|
1392
|
+
"website": "https://lupus-decoupled.org",
|
|
1393
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1217
1394
|
"category": "CMS",
|
|
1218
1395
|
"type": "3rd-party",
|
|
1219
1396
|
"maintainers": [
|
|
@@ -1228,19 +1405,19 @@
|
|
|
1228
1405
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1229
1406
|
},
|
|
1230
1407
|
{
|
|
1231
|
-
"name": "
|
|
1232
|
-
"github": "
|
|
1233
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1408
|
+
"name": "Matic",
|
|
1409
|
+
"github": "TurtlBbx",
|
|
1410
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1234
1411
|
}
|
|
1235
1412
|
],
|
|
1236
1413
|
"compatibility": {
|
|
1237
|
-
"nuxt": "^2.0.0",
|
|
1414
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1238
1415
|
"requires": {}
|
|
1239
1416
|
}
|
|
1240
1417
|
},
|
|
1241
1418
|
{
|
|
1242
1419
|
"name": "druxt",
|
|
1243
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1420
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1244
1421
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1245
1422
|
"npm": "druxt",
|
|
1246
1423
|
"icon": "druxt.svg",
|
|
@@ -1260,6 +1437,29 @@
|
|
|
1260
1437
|
"requires": {}
|
|
1261
1438
|
}
|
|
1262
1439
|
},
|
|
1440
|
+
{
|
|
1441
|
+
"name": "edgedb",
|
|
1442
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1443
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1444
|
+
"npm": "nuxt-edgedb-module",
|
|
1445
|
+
"icon": "edgedb.svg",
|
|
1446
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1447
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1448
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1449
|
+
"category": "Database",
|
|
1450
|
+
"type": "3rd-party",
|
|
1451
|
+
"maintainers": [
|
|
1452
|
+
{
|
|
1453
|
+
"name": "Yaël Guilloux",
|
|
1454
|
+
"github": "Tahul",
|
|
1455
|
+
"twitter": "yaeeelglx"
|
|
1456
|
+
}
|
|
1457
|
+
],
|
|
1458
|
+
"compatibility": {
|
|
1459
|
+
"nuxt": "^3.8.0",
|
|
1460
|
+
"requires": {}
|
|
1461
|
+
}
|
|
1462
|
+
},
|
|
1263
1463
|
{
|
|
1264
1464
|
"name": "electron",
|
|
1265
1465
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1308,7 +1508,7 @@
|
|
|
1308
1508
|
},
|
|
1309
1509
|
{
|
|
1310
1510
|
"name": "emotion",
|
|
1311
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1511
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1312
1512
|
"repo": "nuxt-modules/emotion",
|
|
1313
1513
|
"npm": "@nuxtjs/emotion",
|
|
1314
1514
|
"icon": "emotion.png",
|
|
@@ -1336,7 +1536,7 @@
|
|
|
1336
1536
|
},
|
|
1337
1537
|
{
|
|
1338
1538
|
"name": "eslint",
|
|
1339
|
-
"description": "ESLint module for Nuxt
|
|
1539
|
+
"description": "ESLint module for Nuxt",
|
|
1340
1540
|
"repo": "nuxt-community/eslint-module",
|
|
1341
1541
|
"npm": "@nuxtjs/eslint-module",
|
|
1342
1542
|
"icon": "eslint.png",
|
|
@@ -1358,7 +1558,7 @@
|
|
|
1358
1558
|
},
|
|
1359
1559
|
{
|
|
1360
1560
|
"name": "event-trace",
|
|
1361
|
-
"description": "Module for event trace in Nuxt
|
|
1561
|
+
"description": "Module for event trace in Nuxt",
|
|
1362
1562
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1363
1563
|
"npm": "nuxt-event-trace",
|
|
1364
1564
|
"icon": "",
|
|
@@ -1378,6 +1578,29 @@
|
|
|
1378
1578
|
"requires": {}
|
|
1379
1579
|
}
|
|
1380
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "fathom-analytics",
|
|
1583
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1584
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1585
|
+
"npm": "nuxt-fathom",
|
|
1586
|
+
"icon": "fathom-analytics.svg",
|
|
1587
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1588
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1589
|
+
"learn_more": "",
|
|
1590
|
+
"category": "Analytics",
|
|
1591
|
+
"type": "3rd-party",
|
|
1592
|
+
"maintainers": [
|
|
1593
|
+
{
|
|
1594
|
+
"name": "Valgeir Björnsson",
|
|
1595
|
+
"github": "valgeirb",
|
|
1596
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"compatibility": {
|
|
1600
|
+
"nuxt": "^3.0.0",
|
|
1601
|
+
"requires": {}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1381
1604
|
{
|
|
1382
1605
|
"name": "fathom",
|
|
1383
1606
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1402,7 +1625,7 @@
|
|
|
1402
1625
|
},
|
|
1403
1626
|
{
|
|
1404
1627
|
"name": "feature-toggle",
|
|
1405
|
-
"description": "Feature toggle module for Nuxt
|
|
1628
|
+
"description": "Feature toggle module for Nuxt",
|
|
1406
1629
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1407
1630
|
"npm": "nuxt-feature-toggle",
|
|
1408
1631
|
"icon": "",
|
|
@@ -1469,7 +1692,7 @@
|
|
|
1469
1692
|
},
|
|
1470
1693
|
{
|
|
1471
1694
|
"name": "floating-prompt-module",
|
|
1472
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1695
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1473
1696
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1474
1697
|
"npm": "nuxt-floating-prompt-module",
|
|
1475
1698
|
"icon": "",
|
|
@@ -1581,11 +1804,11 @@
|
|
|
1581
1804
|
{
|
|
1582
1805
|
"name": "form-actions",
|
|
1583
1806
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1584
|
-
"repo": "Hebilicious/form-actions-nuxt#main",
|
|
1585
|
-
"npm": "form-actions-nuxt",
|
|
1807
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1808
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1586
1809
|
"icon": "form-actions.svg",
|
|
1587
1810
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1588
|
-
"website": "https://
|
|
1811
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1589
1812
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1590
1813
|
"category": "Request",
|
|
1591
1814
|
"type": "3rd-party",
|
|
@@ -1597,7 +1820,7 @@
|
|
|
1597
1820
|
}
|
|
1598
1821
|
],
|
|
1599
1822
|
"compatibility": {
|
|
1600
|
-
"nuxt": "^3.
|
|
1823
|
+
"nuxt": "^3.7.0",
|
|
1601
1824
|
"requires": {}
|
|
1602
1825
|
}
|
|
1603
1826
|
},
|
|
@@ -1609,7 +1832,7 @@
|
|
|
1609
1832
|
"icon": "formkit.png",
|
|
1610
1833
|
"github": "https://github.com/formkit/formkit",
|
|
1611
1834
|
"website": "https://formkit.com",
|
|
1612
|
-
"learn_more": "https://formkit.com/
|
|
1835
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1613
1836
|
"category": "Libraries",
|
|
1614
1837
|
"type": "3rd-party",
|
|
1615
1838
|
"maintainers": [
|
|
@@ -1675,7 +1898,7 @@
|
|
|
1675
1898
|
},
|
|
1676
1899
|
{
|
|
1677
1900
|
"name": "google-adsense",
|
|
1678
|
-
"description": "Google Adsense Module for Nuxt
|
|
1901
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1679
1902
|
"repo": "nuxt-community/google-adsense-module",
|
|
1680
1903
|
"npm": "@nuxtjs/google-adsense",
|
|
1681
1904
|
"icon": "google-adsense.png",
|
|
@@ -1701,7 +1924,7 @@
|
|
|
1701
1924
|
},
|
|
1702
1925
|
{
|
|
1703
1926
|
"name": "google-analytics",
|
|
1704
|
-
"description": "Google analytics Module for Nuxt
|
|
1927
|
+
"description": "Google analytics Module for Nuxt",
|
|
1705
1928
|
"repo": "nuxt-community/analytics-module",
|
|
1706
1929
|
"npm": "@nuxtjs/google-analytics",
|
|
1707
1930
|
"icon": "google-analytics.png",
|
|
@@ -1733,12 +1956,12 @@
|
|
|
1733
1956
|
},
|
|
1734
1957
|
{
|
|
1735
1958
|
"name": "google-fonts",
|
|
1736
|
-
"description": "Google Fonts module for
|
|
1737
|
-
"repo": "nuxt-
|
|
1959
|
+
"description": "Google Fonts module for Nuxt",
|
|
1960
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1738
1961
|
"npm": "@nuxtjs/google-fonts",
|
|
1739
1962
|
"icon": "google-fonts.png",
|
|
1740
|
-
"github": "https://github.com/nuxt-
|
|
1741
|
-
"website": "https://
|
|
1963
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1964
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1742
1965
|
"learn_more": "https://developers.google.com/fonts",
|
|
1743
1966
|
"category": "Fonts",
|
|
1744
1967
|
"type": "community",
|
|
@@ -1757,7 +1980,7 @@
|
|
|
1757
1980
|
},
|
|
1758
1981
|
{
|
|
1759
1982
|
"name": "google-gtag",
|
|
1760
|
-
"description": "Google GTag for Nuxt
|
|
1983
|
+
"description": "Google GTag for Nuxt",
|
|
1761
1984
|
"repo": "nuxt-community/google-gtag",
|
|
1762
1985
|
"npm": "@nuxtjs/google-gtag",
|
|
1763
1986
|
"icon": "gtm.png",
|
|
@@ -1783,7 +2006,7 @@
|
|
|
1783
2006
|
},
|
|
1784
2007
|
{
|
|
1785
2008
|
"name": "google-optimize",
|
|
1786
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2009
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1787
2010
|
"repo": "nuxt-community/google-optimize-module",
|
|
1788
2011
|
"npm": "nuxt-google-optimize",
|
|
1789
2012
|
"icon": "google-optimize.png",
|
|
@@ -1822,7 +2045,7 @@
|
|
|
1822
2045
|
"icon": "graphql-client.svg",
|
|
1823
2046
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1824
2047
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1825
|
-
"learn_more": "https://
|
|
2048
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
1826
2049
|
"category": "Request",
|
|
1827
2050
|
"type": "3rd-party",
|
|
1828
2051
|
"maintainers": [
|
|
@@ -1838,7 +2061,7 @@
|
|
|
1838
2061
|
},
|
|
1839
2062
|
{
|
|
1840
2063
|
"name": "graphql-request",
|
|
1841
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2064
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1842
2065
|
"repo": "gomah/nuxt-graphql-request",
|
|
1843
2066
|
"npm": "nuxt-graphql-request",
|
|
1844
2067
|
"icon": "graphql-request.png",
|
|
@@ -1854,7 +2077,7 @@
|
|
|
1854
2077
|
}
|
|
1855
2078
|
],
|
|
1856
2079
|
"compatibility": {
|
|
1857
|
-
"nuxt": "^2.0.0",
|
|
2080
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1858
2081
|
"requires": {}
|
|
1859
2082
|
}
|
|
1860
2083
|
},
|
|
@@ -1877,12 +2100,13 @@
|
|
|
1877
2100
|
],
|
|
1878
2101
|
"compatibility": {
|
|
1879
2102
|
"nuxt": "^3.0.0",
|
|
1880
|
-
"requires": {}
|
|
2103
|
+
"requires": {},
|
|
2104
|
+
"devtools": "^0.0.0"
|
|
1881
2105
|
}
|
|
1882
2106
|
},
|
|
1883
2107
|
{
|
|
1884
2108
|
"name": "gtag",
|
|
1885
|
-
"description": "Google Analytics integration for Nuxt
|
|
2109
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1886
2110
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1887
2111
|
"npm": "nuxt-gtag",
|
|
1888
2112
|
"icon": "gtag.svg",
|
|
@@ -1906,7 +2130,7 @@
|
|
|
1906
2130
|
},
|
|
1907
2131
|
{
|
|
1908
2132
|
"name": "gtm",
|
|
1909
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2133
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1910
2134
|
"repo": "nuxt-community/gtm-module",
|
|
1911
2135
|
"npm": "@nuxtjs/gtm",
|
|
1912
2136
|
"icon": "gtm.png",
|
|
@@ -1929,7 +2153,7 @@
|
|
|
1929
2153
|
},
|
|
1930
2154
|
{
|
|
1931
2155
|
"name": "guess",
|
|
1932
|
-
"description": "Guess.js module for Nuxt
|
|
2156
|
+
"description": "Guess.js module for Nuxt",
|
|
1933
2157
|
"repo": "nuxt-community/guess-module",
|
|
1934
2158
|
"npm": "@nuxtjs/guess-module",
|
|
1935
2159
|
"icon": "guessjs.png",
|
|
@@ -1952,14 +2176,14 @@
|
|
|
1952
2176
|
{
|
|
1953
2177
|
"name": "hanko",
|
|
1954
2178
|
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
1955
|
-
"repo": "
|
|
1956
|
-
"npm": "
|
|
1957
|
-
"icon": "",
|
|
1958
|
-
"github": "https://github.com/
|
|
1959
|
-
"website": "https://github.com/
|
|
1960
|
-
"learn_more": "",
|
|
2179
|
+
"repo": "nuxt-modules/hanko",
|
|
2180
|
+
"npm": "@nuxtjs/hanko",
|
|
2181
|
+
"icon": "hanko.svg",
|
|
2182
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2183
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2184
|
+
"learn_more": "https://hanko.io/",
|
|
1961
2185
|
"category": "Security",
|
|
1962
|
-
"type": "
|
|
2186
|
+
"type": "community",
|
|
1963
2187
|
"maintainers": [
|
|
1964
2188
|
{
|
|
1965
2189
|
"name": "danielroe",
|
|
@@ -2041,7 +2265,7 @@
|
|
|
2041
2265
|
},
|
|
2042
2266
|
{
|
|
2043
2267
|
"name": "helmet",
|
|
2044
|
-
"description": "Easy Helmet module with Nuxt
|
|
2268
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2045
2269
|
"repo": "victor-perez/nuxt-helmet",
|
|
2046
2270
|
"npm": "nuxt-helmet",
|
|
2047
2271
|
"icon": "",
|
|
@@ -2085,7 +2309,7 @@
|
|
|
2085
2309
|
},
|
|
2086
2310
|
{
|
|
2087
2311
|
"name": "history-state",
|
|
2088
|
-
"description": "Nuxt
|
|
2312
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2089
2313
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2090
2314
|
"npm": "nuxt-history-state",
|
|
2091
2315
|
"icon": "",
|
|
@@ -2154,7 +2378,7 @@
|
|
|
2154
2378
|
},
|
|
2155
2379
|
{
|
|
2156
2380
|
"name": "http",
|
|
2157
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2381
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2158
2382
|
"repo": "nuxt/http",
|
|
2159
2383
|
"npm": "@nuxt/http",
|
|
2160
2384
|
"icon": "http.png",
|
|
@@ -2182,7 +2406,7 @@
|
|
|
2182
2406
|
},
|
|
2183
2407
|
{
|
|
2184
2408
|
"name": "humans-txt",
|
|
2185
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2409
|
+
"description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
2186
2410
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2187
2411
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2188
2412
|
"icon": "",
|
|
@@ -2206,12 +2430,12 @@
|
|
|
2206
2430
|
{
|
|
2207
2431
|
"name": "i18n",
|
|
2208
2432
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2209
|
-
"repo": "nuxt-
|
|
2433
|
+
"repo": "nuxt-modules/i18n",
|
|
2210
2434
|
"npm": "@nuxtjs/i18n",
|
|
2211
2435
|
"icon": "i18n.png",
|
|
2212
|
-
"github": "https://github.com/nuxt-
|
|
2436
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2213
2437
|
"website": "https://i18n.nuxtjs.org",
|
|
2214
|
-
"learn_more": "https://
|
|
2438
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2215
2439
|
"category": "Extensions",
|
|
2216
2440
|
"type": "community",
|
|
2217
2441
|
"maintainers": [
|
|
@@ -2222,6 +2446,10 @@
|
|
|
2222
2446
|
{
|
|
2223
2447
|
"name": "Kazuya Kawaguchi",
|
|
2224
2448
|
"github": "kazupon"
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"name": "Bobbie Goede",
|
|
2452
|
+
"github": "BobbieGoede"
|
|
2225
2453
|
}
|
|
2226
2454
|
],
|
|
2227
2455
|
"compatibility": {
|
|
@@ -2251,6 +2479,29 @@
|
|
|
2251
2479
|
"requires": {}
|
|
2252
2480
|
}
|
|
2253
2481
|
},
|
|
2482
|
+
{
|
|
2483
|
+
"name": "icon-tw",
|
|
2484
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2485
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2486
|
+
"npm": "nuxt-icon-tw",
|
|
2487
|
+
"icon": "nuxt-icon.png",
|
|
2488
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2489
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2490
|
+
"learn_more": "",
|
|
2491
|
+
"category": "UI",
|
|
2492
|
+
"type": "3rd-party",
|
|
2493
|
+
"maintainers": [
|
|
2494
|
+
{
|
|
2495
|
+
"name": "JohnCampionJr",
|
|
2496
|
+
"github": "JohnCampionJr"
|
|
2497
|
+
}
|
|
2498
|
+
],
|
|
2499
|
+
"compatibility": {
|
|
2500
|
+
"nuxt": "^3.0.0",
|
|
2501
|
+
"requires": {},
|
|
2502
|
+
"devtools": "^0.0.0"
|
|
2503
|
+
}
|
|
2504
|
+
},
|
|
2254
2505
|
{
|
|
2255
2506
|
"name": "icon",
|
|
2256
2507
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2270,7 +2521,8 @@
|
|
|
2270
2521
|
],
|
|
2271
2522
|
"compatibility": {
|
|
2272
2523
|
"nuxt": "^3.0.0",
|
|
2273
|
-
"requires": {}
|
|
2524
|
+
"requires": {},
|
|
2525
|
+
"devtools": "^0.0.0"
|
|
2274
2526
|
}
|
|
2275
2527
|
},
|
|
2276
2528
|
{
|
|
@@ -2319,12 +2571,12 @@
|
|
|
2319
2571
|
},
|
|
2320
2572
|
{
|
|
2321
2573
|
"name": "image",
|
|
2322
|
-
"description": "Optimised images for
|
|
2574
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2323
2575
|
"repo": "nuxt/image",
|
|
2324
2576
|
"npm": "@nuxt/image",
|
|
2325
2577
|
"icon": "image.png",
|
|
2326
2578
|
"github": "https://github.com/nuxt/image",
|
|
2327
|
-
"website": "https://image.
|
|
2579
|
+
"website": "https://image.nuxt.com",
|
|
2328
2580
|
"learn_more": "",
|
|
2329
2581
|
"category": "Images",
|
|
2330
2582
|
"type": "official",
|
|
@@ -2334,6 +2586,11 @@
|
|
|
2334
2586
|
"github": "farnabaz",
|
|
2335
2587
|
"twitter": "a_birang"
|
|
2336
2588
|
},
|
|
2589
|
+
{
|
|
2590
|
+
"name": "Daniel Roe",
|
|
2591
|
+
"github": "danielroe",
|
|
2592
|
+
"twitter": "danielcroe"
|
|
2593
|
+
},
|
|
2337
2594
|
{
|
|
2338
2595
|
"name": "Pooya Parsa",
|
|
2339
2596
|
"github": "pi0",
|
|
@@ -2354,7 +2611,7 @@
|
|
|
2354
2611
|
},
|
|
2355
2612
|
{
|
|
2356
2613
|
"name": "imagemin",
|
|
2357
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2614
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2358
2615
|
"repo": "nuxt-community/imagemin-module",
|
|
2359
2616
|
"npm": "@nuxtjs/imagemin",
|
|
2360
2617
|
"icon": "imagemin.png",
|
|
@@ -2401,7 +2658,7 @@
|
|
|
2401
2658
|
},
|
|
2402
2659
|
{
|
|
2403
2660
|
"name": "intercom",
|
|
2404
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2661
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2405
2662
|
"repo": "hex-digital/nuxt-intercom",
|
|
2406
2663
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2407
2664
|
"icon": "intercom.png",
|
|
@@ -2446,7 +2703,7 @@
|
|
|
2446
2703
|
},
|
|
2447
2704
|
{
|
|
2448
2705
|
"name": "jsonapi",
|
|
2449
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2706
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2450
2707
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2451
2708
|
"npm": "nuxt-jsonapi",
|
|
2452
2709
|
"icon": "jsonapi.svg",
|
|
@@ -2488,9 +2745,37 @@
|
|
|
2488
2745
|
"requires": {}
|
|
2489
2746
|
}
|
|
2490
2747
|
},
|
|
2748
|
+
{
|
|
2749
|
+
"name": "kinde",
|
|
2750
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2751
|
+
"repo": "nuxt-modules/kinde",
|
|
2752
|
+
"npm": "@nuxtjs/kinde",
|
|
2753
|
+
"icon": "kinde.svg",
|
|
2754
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2755
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2756
|
+
"learn_more": "https://kinde.com/",
|
|
2757
|
+
"category": "Security",
|
|
2758
|
+
"type": "community",
|
|
2759
|
+
"maintainers": [
|
|
2760
|
+
{
|
|
2761
|
+
"name": "danielroe",
|
|
2762
|
+
"github": "danielroe"
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"name": "daveordead",
|
|
2766
|
+
"github": "DaveOrDead",
|
|
2767
|
+
"twitter": "dave_or_dead"
|
|
2768
|
+
}
|
|
2769
|
+
],
|
|
2770
|
+
"compatibility": {
|
|
2771
|
+
"nuxt": "^3.0.0",
|
|
2772
|
+
"requires": {}
|
|
2773
|
+
},
|
|
2774
|
+
"sponsor": true
|
|
2775
|
+
},
|
|
2491
2776
|
{
|
|
2492
2777
|
"name": "kql",
|
|
2493
|
-
"description": "Nuxt
|
|
2778
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2494
2779
|
"repo": "johannschopplich/nuxt-kql",
|
|
2495
2780
|
"npm": "nuxt-kql",
|
|
2496
2781
|
"icon": "kql.svg",
|
|
@@ -2514,7 +2799,7 @@
|
|
|
2514
2799
|
},
|
|
2515
2800
|
{
|
|
2516
2801
|
"name": "laravel-echo",
|
|
2517
|
-
"description": "Laravel Echo for Nuxt
|
|
2802
|
+
"description": "Laravel Echo for Nuxt",
|
|
2518
2803
|
"repo": "nuxt-community/laravel-echo",
|
|
2519
2804
|
"npm": "@nuxtjs/laravel-echo",
|
|
2520
2805
|
"icon": "laravel-echo.png",
|
|
@@ -2556,6 +2841,28 @@
|
|
|
2556
2841
|
"requires": {}
|
|
2557
2842
|
}
|
|
2558
2843
|
},
|
|
2844
|
+
{
|
|
2845
|
+
"name": "laravel-precognition",
|
|
2846
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2847
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2848
|
+
"npm": "nuxt-laravel-precognition",
|
|
2849
|
+
"icon": "laravel.svg",
|
|
2850
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2851
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2852
|
+
"learn_more": "",
|
|
2853
|
+
"category": "Security",
|
|
2854
|
+
"type": "3rd-party",
|
|
2855
|
+
"maintainers": [
|
|
2856
|
+
{
|
|
2857
|
+
"name": "sot1986",
|
|
2858
|
+
"github": "sot1986"
|
|
2859
|
+
}
|
|
2860
|
+
],
|
|
2861
|
+
"compatibility": {
|
|
2862
|
+
"nuxt": "^3.0.0",
|
|
2863
|
+
"requires": {}
|
|
2864
|
+
}
|
|
2865
|
+
},
|
|
2559
2866
|
{
|
|
2560
2867
|
"name": "laravel",
|
|
2561
2868
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2602,13 +2909,13 @@
|
|
|
2602
2909
|
},
|
|
2603
2910
|
{
|
|
2604
2911
|
"name": "link-checker",
|
|
2605
|
-
"description": "
|
|
2912
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2606
2913
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2607
2914
|
"npm": "nuxt-link-checker",
|
|
2608
|
-
"icon": "",
|
|
2915
|
+
"icon": "link-checker.svg",
|
|
2609
2916
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2610
|
-
"website": "https://
|
|
2611
|
-
"learn_more": "",
|
|
2917
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2918
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2612
2919
|
"category": "SEO",
|
|
2613
2920
|
"type": "3rd-party",
|
|
2614
2921
|
"maintainers": [
|
|
@@ -2621,7 +2928,8 @@
|
|
|
2621
2928
|
],
|
|
2622
2929
|
"compatibility": {
|
|
2623
2930
|
"nuxt": "^3.0.0",
|
|
2624
|
-
"requires": {}
|
|
2931
|
+
"requires": {},
|
|
2932
|
+
"devtools": "^0.0.0"
|
|
2625
2933
|
}
|
|
2626
2934
|
},
|
|
2627
2935
|
{
|
|
@@ -2698,12 +3006,12 @@
|
|
|
2698
3006
|
},
|
|
2699
3007
|
{
|
|
2700
3008
|
"name": "logrocket",
|
|
2701
|
-
"description": "LogRocket module for Nuxt
|
|
2702
|
-
"repo": "nuxt-
|
|
3009
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3010
|
+
"repo": "nuxt-modules/logrocket",
|
|
2703
3011
|
"npm": "nuxt-logrocket",
|
|
2704
3012
|
"icon": "logrocket.png",
|
|
2705
|
-
"github": "https://github.com/nuxt-
|
|
2706
|
-
"website": "https://github.com/nuxt-
|
|
3013
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3014
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2707
3015
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2708
3016
|
"category": "Monitoring",
|
|
2709
3017
|
"type": "community",
|
|
@@ -2719,9 +3027,35 @@
|
|
|
2719
3027
|
"requires": {}
|
|
2720
3028
|
}
|
|
2721
3029
|
},
|
|
3030
|
+
{
|
|
3031
|
+
"name": "lucide-icons",
|
|
3032
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
3033
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
3034
|
+
"npm": "nuxt-lucide-icons",
|
|
3035
|
+
"icon": "lucide-icons.svg",
|
|
3036
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3037
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3038
|
+
"learn_more": "",
|
|
3039
|
+
"category": "UI",
|
|
3040
|
+
"type": "3rd-party",
|
|
3041
|
+
"maintainers": [
|
|
3042
|
+
{
|
|
3043
|
+
"name": "SWIS",
|
|
3044
|
+
"github": "swisnl"
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
"name": "Jasper Zonneveld",
|
|
3048
|
+
"github": "JaZo"
|
|
3049
|
+
}
|
|
3050
|
+
],
|
|
3051
|
+
"compatibility": {
|
|
3052
|
+
"nuxt": "^3.0.0",
|
|
3053
|
+
"requires": {}
|
|
3054
|
+
}
|
|
3055
|
+
},
|
|
2722
3056
|
{
|
|
2723
3057
|
"name": "lunr",
|
|
2724
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3058
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2725
3059
|
"repo": "nuxt-community/lunr-module",
|
|
2726
3060
|
"npm": "@nuxtjs/lunr-module",
|
|
2727
3061
|
"icon": "",
|
|
@@ -2744,10 +3078,10 @@
|
|
|
2744
3078
|
{
|
|
2745
3079
|
"name": "magic-regexp",
|
|
2746
3080
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2747
|
-
"repo": "
|
|
3081
|
+
"repo": "unjs/magic-regexp",
|
|
2748
3082
|
"npm": "magic-regexp",
|
|
2749
3083
|
"icon": "magic-regexp.svg",
|
|
2750
|
-
"github": "https://github.com/
|
|
3084
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
2751
3085
|
"website": "https://magic-regexp.roe.dev",
|
|
2752
3086
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
2753
3087
|
"category": "Libraries",
|
|
@@ -2787,6 +3121,30 @@
|
|
|
2787
3121
|
"requires": {}
|
|
2788
3122
|
}
|
|
2789
3123
|
},
|
|
3124
|
+
{
|
|
3125
|
+
"name": "marquee",
|
|
3126
|
+
"description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
|
|
3127
|
+
"repo": "hanzydev/nuxt-marquee",
|
|
3128
|
+
"npm": "nuxt-marquee",
|
|
3129
|
+
"icon": "marquee.png",
|
|
3130
|
+
"github": "https://github.com/hanzydev/nuxt-marquee/",
|
|
3131
|
+
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3132
|
+
"learn_more": "",
|
|
3133
|
+
"category": "UI",
|
|
3134
|
+
"type": "3rd-party",
|
|
3135
|
+
"maintainers": [
|
|
3136
|
+
{
|
|
3137
|
+
"name": "Hànzy",
|
|
3138
|
+
"github": "hanzydev",
|
|
3139
|
+
"avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
|
|
3140
|
+
}
|
|
3141
|
+
],
|
|
3142
|
+
"compatibility": {
|
|
3143
|
+
"nuxt": "^3.0.0",
|
|
3144
|
+
"requires": {},
|
|
3145
|
+
"devtools": "^0.0.0"
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
2790
3148
|
{
|
|
2791
3149
|
"name": "matomo",
|
|
2792
3150
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -2809,6 +3167,28 @@
|
|
|
2809
3167
|
"requires": {}
|
|
2810
3168
|
}
|
|
2811
3169
|
},
|
|
3170
|
+
{
|
|
3171
|
+
"name": "maz-ui",
|
|
3172
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3173
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt-module",
|
|
3174
|
+
"npm": "nuxt-module",
|
|
3175
|
+
"icon": "maz-ui.png",
|
|
3176
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3177
|
+
"website": "https://maz-ui.com/",
|
|
3178
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3179
|
+
"category": "UI",
|
|
3180
|
+
"type": "3rd-party",
|
|
3181
|
+
"maintainers": [
|
|
3182
|
+
{
|
|
3183
|
+
"name": "Loïc Mazuel",
|
|
3184
|
+
"github": "LouisMazel"
|
|
3185
|
+
}
|
|
3186
|
+
],
|
|
3187
|
+
"compatibility": {
|
|
3188
|
+
"nuxt": "^3.0.0",
|
|
3189
|
+
"requires": {}
|
|
3190
|
+
}
|
|
3191
|
+
},
|
|
2812
3192
|
{
|
|
2813
3193
|
"name": "mdx",
|
|
2814
3194
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2834,7 +3214,7 @@
|
|
|
2834
3214
|
},
|
|
2835
3215
|
{
|
|
2836
3216
|
"name": "medusa",
|
|
2837
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3217
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2838
3218
|
"repo": "Baroshem/nuxt-medusa",
|
|
2839
3219
|
"npm": "nuxt-medusa",
|
|
2840
3220
|
"icon": "medusa.svg",
|
|
@@ -2859,7 +3239,7 @@
|
|
|
2859
3239
|
},
|
|
2860
3240
|
{
|
|
2861
3241
|
"name": "meilisearch",
|
|
2862
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3242
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2863
3243
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2864
3244
|
"npm": "nuxt-meilisearch",
|
|
2865
3245
|
"icon": "meilisearch.svg",
|
|
@@ -2879,7 +3259,8 @@
|
|
|
2879
3259
|
"nuxt": "^3.0.0",
|
|
2880
3260
|
"requires": {
|
|
2881
3261
|
"bridge": false
|
|
2882
|
-
}
|
|
3262
|
+
},
|
|
3263
|
+
"devtools": "^0.0.0"
|
|
2883
3264
|
}
|
|
2884
3265
|
},
|
|
2885
3266
|
{
|
|
@@ -2904,28 +3285,6 @@
|
|
|
2904
3285
|
"requires": {}
|
|
2905
3286
|
}
|
|
2906
3287
|
},
|
|
2907
|
-
{
|
|
2908
|
-
"name": "mobile",
|
|
2909
|
-
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
2910
|
-
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
2911
|
-
"npm": "nuxt-mobile",
|
|
2912
|
-
"icon": "",
|
|
2913
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2914
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2915
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
2916
|
-
"category": "Extensions",
|
|
2917
|
-
"type": "3rd-party",
|
|
2918
|
-
"maintainers": [
|
|
2919
|
-
{
|
|
2920
|
-
"name": "ChanningDefoe",
|
|
2921
|
-
"github": "ChanningDefoe"
|
|
2922
|
-
}
|
|
2923
|
-
],
|
|
2924
|
-
"compatibility": {
|
|
2925
|
-
"nuxt": "^2.0.0",
|
|
2926
|
-
"requires": {}
|
|
2927
|
-
}
|
|
2928
|
-
},
|
|
2929
3288
|
{
|
|
2930
3289
|
"name": "module-feed",
|
|
2931
3290
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -2951,7 +3310,7 @@
|
|
|
2951
3310
|
},
|
|
2952
3311
|
{
|
|
2953
3312
|
"name": "moment",
|
|
2954
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3313
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2955
3314
|
"repo": "nuxt-community/moment-module",
|
|
2956
3315
|
"npm": "@nuxtjs/moment",
|
|
2957
3316
|
"icon": "momentjs.png",
|
|
@@ -2976,28 +3335,6 @@
|
|
|
2976
3335
|
"requires": {}
|
|
2977
3336
|
}
|
|
2978
3337
|
},
|
|
2979
|
-
{
|
|
2980
|
-
"name": "mq",
|
|
2981
|
-
"description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2982
|
-
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2983
|
-
"npm": "nuxt-mq",
|
|
2984
|
-
"icon": "",
|
|
2985
|
-
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2986
|
-
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2987
|
-
"learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
|
|
2988
|
-
"category": "Libraries",
|
|
2989
|
-
"type": "3rd-party",
|
|
2990
|
-
"maintainers": [
|
|
2991
|
-
{
|
|
2992
|
-
"name": "vanhoofmaarten",
|
|
2993
|
-
"github": "vanhoofmaarten"
|
|
2994
|
-
}
|
|
2995
|
-
],
|
|
2996
|
-
"compatibility": {
|
|
2997
|
-
"nuxt": "^2.0.0",
|
|
2998
|
-
"requires": {}
|
|
2999
|
-
}
|
|
3000
|
-
},
|
|
3001
3338
|
{
|
|
3002
3339
|
"name": "neo",
|
|
3003
3340
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
@@ -3022,7 +3359,7 @@
|
|
|
3022
3359
|
},
|
|
3023
3360
|
{
|
|
3024
3361
|
"name": "netlify-cache",
|
|
3025
|
-
"description": "Nuxt
|
|
3362
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3026
3363
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3027
3364
|
"npm": "nuxt-netlify-cache",
|
|
3028
3365
|
"icon": "netlify.png",
|
|
@@ -3067,13 +3404,13 @@
|
|
|
3067
3404
|
},
|
|
3068
3405
|
{
|
|
3069
3406
|
"name": "netlify",
|
|
3070
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3071
|
-
"repo": "
|
|
3407
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3408
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
3072
3409
|
"npm": "@aceforth/nuxt-netlify",
|
|
3073
3410
|
"icon": "netlify.png",
|
|
3074
|
-
"github": "https://github.com/
|
|
3075
|
-
"website": "https://
|
|
3076
|
-
"learn_more": "",
|
|
3411
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3412
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3413
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
3077
3414
|
"category": "Deployment",
|
|
3078
3415
|
"type": "3rd-party",
|
|
3079
3416
|
"maintainers": [
|
|
@@ -3160,30 +3497,142 @@
|
|
|
3160
3497
|
}
|
|
3161
3498
|
},
|
|
3162
3499
|
{
|
|
3163
|
-
"name": "nuxt-
|
|
3164
|
-
"description": "",
|
|
3165
|
-
"repo": "
|
|
3166
|
-
"npm": "
|
|
3500
|
+
"name": "nuxt-anchorscroll",
|
|
3501
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3502
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3503
|
+
"npm": "nuxt-anchorscroll",
|
|
3167
3504
|
"icon": "",
|
|
3168
|
-
"github": "https://github.com/
|
|
3169
|
-
"website": "https://github.com/
|
|
3505
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3506
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3170
3507
|
"learn_more": "",
|
|
3171
|
-
"category": "
|
|
3508
|
+
"category": "UI",
|
|
3172
3509
|
"type": "3rd-party",
|
|
3173
3510
|
"maintainers": [
|
|
3174
3511
|
{
|
|
3175
|
-
"name": "
|
|
3176
|
-
"github": "
|
|
3512
|
+
"name": "Helltraitor",
|
|
3513
|
+
"github": "helltraitor"
|
|
3177
3514
|
}
|
|
3178
3515
|
],
|
|
3179
3516
|
"compatibility": {
|
|
3180
|
-
"nuxt": "^
|
|
3517
|
+
"nuxt": "^3.0.0",
|
|
3518
|
+
"requires": {}
|
|
3519
|
+
}
|
|
3520
|
+
},
|
|
3521
|
+
{
|
|
3522
|
+
"name": "nuxt-asciidoc",
|
|
3523
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3524
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3525
|
+
"npm": "nuxt-asciidoc",
|
|
3526
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3527
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3528
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3529
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3530
|
+
"category": "Extensions",
|
|
3531
|
+
"type": "3rd-party",
|
|
3532
|
+
"maintainers": [
|
|
3533
|
+
{
|
|
3534
|
+
"name": "Christian Lenz",
|
|
3535
|
+
"github": "Chris2011",
|
|
3536
|
+
"twitter": "Chrizzly42"
|
|
3537
|
+
}
|
|
3538
|
+
],
|
|
3539
|
+
"compatibility": {
|
|
3540
|
+
"nuxt": "^3.0.0",
|
|
3541
|
+
"requires": {}
|
|
3542
|
+
}
|
|
3543
|
+
},
|
|
3544
|
+
{
|
|
3545
|
+
"name": "nuxt-auth-sanctum",
|
|
3546
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3547
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3548
|
+
"npm": "nuxt-auth-sanctum",
|
|
3549
|
+
"icon": "laravel.svg",
|
|
3550
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3551
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3552
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3553
|
+
"category": "Security",
|
|
3554
|
+
"type": "3rd-party",
|
|
3555
|
+
"maintainers": [
|
|
3556
|
+
{
|
|
3557
|
+
"name": "Artem Manchenkov",
|
|
3558
|
+
"github": "manchenkoff",
|
|
3559
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3560
|
+
}
|
|
3561
|
+
],
|
|
3562
|
+
"compatibility": {
|
|
3563
|
+
"nuxt": "^3.9.0",
|
|
3564
|
+
"requires": {}
|
|
3565
|
+
}
|
|
3566
|
+
},
|
|
3567
|
+
{
|
|
3568
|
+
"name": "nuxt-basic-auth",
|
|
3569
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3570
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3571
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3572
|
+
"icon": "",
|
|
3573
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3574
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3575
|
+
"learn_more": "",
|
|
3576
|
+
"category": "Security",
|
|
3577
|
+
"type": "3rd-party",
|
|
3578
|
+
"maintainers": [
|
|
3579
|
+
{
|
|
3580
|
+
"name": "kgierke",
|
|
3581
|
+
"github": "kgierke"
|
|
3582
|
+
}
|
|
3583
|
+
],
|
|
3584
|
+
"compatibility": {
|
|
3585
|
+
"nuxt": "^3.0.0",
|
|
3586
|
+
"requires": {}
|
|
3587
|
+
}
|
|
3588
|
+
},
|
|
3589
|
+
{
|
|
3590
|
+
"name": "nuxt-bezier",
|
|
3591
|
+
"description": "Reusable transition components",
|
|
3592
|
+
"repo": "50rayn/nuxt-bezier",
|
|
3593
|
+
"npm": "nuxt-bezier",
|
|
3594
|
+
"icon": "nuxt-bezier.png",
|
|
3595
|
+
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3596
|
+
"website": "https://50rayn.github.io/nuxt-bezier/",
|
|
3597
|
+
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3598
|
+
"category": "UI",
|
|
3599
|
+
"type": "3rd-party",
|
|
3600
|
+
"maintainers": [
|
|
3601
|
+
{
|
|
3602
|
+
"name": "Soryn Gitlan",
|
|
3603
|
+
"github": "50rayn"
|
|
3604
|
+
}
|
|
3605
|
+
],
|
|
3606
|
+
"compatibility": {
|
|
3607
|
+
"nuxt": "^3.0.0",
|
|
3608
|
+
"requires": {}
|
|
3609
|
+
}
|
|
3610
|
+
},
|
|
3611
|
+
{
|
|
3612
|
+
"name": "nuxt-bootstrap-icons",
|
|
3613
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3614
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3615
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3616
|
+
"icon": "bootstrap-icons.svg",
|
|
3617
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3618
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3619
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3620
|
+
"category": "UI",
|
|
3621
|
+
"type": "3rd-party",
|
|
3622
|
+
"maintainers": [
|
|
3623
|
+
{
|
|
3624
|
+
"name": "OyewoleOyedeji",
|
|
3625
|
+
"github": "OyewoleOyedeji"
|
|
3626
|
+
}
|
|
3627
|
+
],
|
|
3628
|
+
"compatibility": {
|
|
3629
|
+
"nuxt": "^3.0.0",
|
|
3181
3630
|
"requires": {}
|
|
3182
3631
|
}
|
|
3183
3632
|
},
|
|
3184
3633
|
{
|
|
3185
3634
|
"name": "nuxt-chatgpt",
|
|
3186
|
-
"description": "ChatGPT integration for Nuxt
|
|
3635
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3187
3636
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3188
3637
|
"npm": "nuxt-chatgpt",
|
|
3189
3638
|
"icon": "chatgpt.svg",
|
|
@@ -3203,6 +3652,98 @@
|
|
|
3203
3652
|
"requires": {}
|
|
3204
3653
|
}
|
|
3205
3654
|
},
|
|
3655
|
+
{
|
|
3656
|
+
"name": "nuxt-cookie-consent",
|
|
3657
|
+
"description": "Nuxt module for integrating with cookie consent providers with ease",
|
|
3658
|
+
"repo": "weareheavy/nuxt-cookie-consent",
|
|
3659
|
+
"npm": "@weareheavy/nuxt-cookie-consent",
|
|
3660
|
+
"icon": "wah.svg",
|
|
3661
|
+
"github": "https://github.com/weareheavy/nuxt-cookie-consent",
|
|
3662
|
+
"website": "https://nuxt-cookie-consent.packages.weareheavy.com",
|
|
3663
|
+
"learn_more": "",
|
|
3664
|
+
"category": "Extensions",
|
|
3665
|
+
"type": "3rd-party",
|
|
3666
|
+
"maintainers": [
|
|
3667
|
+
{
|
|
3668
|
+
"name": "weareheavy",
|
|
3669
|
+
"github": "weareheavy"
|
|
3670
|
+
}
|
|
3671
|
+
],
|
|
3672
|
+
"compatibility": {
|
|
3673
|
+
"nuxt": "^3.0.0",
|
|
3674
|
+
"requires": {}
|
|
3675
|
+
}
|
|
3676
|
+
},
|
|
3677
|
+
{
|
|
3678
|
+
"name": "nuxt-facebook-chat",
|
|
3679
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3680
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3681
|
+
"npm": "nuxt-facebook-chat",
|
|
3682
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3683
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3684
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3685
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3686
|
+
"category": "Libraries",
|
|
3687
|
+
"type": "3rd-party",
|
|
3688
|
+
"maintainers": [
|
|
3689
|
+
{
|
|
3690
|
+
"name": "Supanut Dokmaithong",
|
|
3691
|
+
"github": "Boomgeek"
|
|
3692
|
+
},
|
|
3693
|
+
{
|
|
3694
|
+
"name": "superdev-tech",
|
|
3695
|
+
"github": "superdev-tech"
|
|
3696
|
+
}
|
|
3697
|
+
],
|
|
3698
|
+
"compatibility": {
|
|
3699
|
+
"nuxt": "^3.0.0",
|
|
3700
|
+
"requires": {}
|
|
3701
|
+
}
|
|
3702
|
+
},
|
|
3703
|
+
{
|
|
3704
|
+
"name": "nuxt-feather-icons",
|
|
3705
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3706
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3707
|
+
"npm": "nuxt-feather-icons",
|
|
3708
|
+
"icon": "nuxt-feather-icons.png",
|
|
3709
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3710
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3711
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3712
|
+
"category": "UI",
|
|
3713
|
+
"type": "3rd-party",
|
|
3714
|
+
"maintainers": [
|
|
3715
|
+
{
|
|
3716
|
+
"name": "4sllan",
|
|
3717
|
+
"github": "4sllan"
|
|
3718
|
+
}
|
|
3719
|
+
],
|
|
3720
|
+
"compatibility": {
|
|
3721
|
+
"nuxt": "^3.0.0",
|
|
3722
|
+
"requires": {}
|
|
3723
|
+
}
|
|
3724
|
+
},
|
|
3725
|
+
{
|
|
3726
|
+
"name": "nuxt-feedme",
|
|
3727
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3728
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3729
|
+
"npm": "nuxt-feedme",
|
|
3730
|
+
"icon": "",
|
|
3731
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3732
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3733
|
+
"learn_more": "",
|
|
3734
|
+
"category": "SEO",
|
|
3735
|
+
"type": "3rd-party",
|
|
3736
|
+
"maintainers": [
|
|
3737
|
+
{
|
|
3738
|
+
"name": "Helltraitor",
|
|
3739
|
+
"github": "helltraitor"
|
|
3740
|
+
}
|
|
3741
|
+
],
|
|
3742
|
+
"compatibility": {
|
|
3743
|
+
"nuxt": "^3.0.0",
|
|
3744
|
+
"requires": {}
|
|
3745
|
+
}
|
|
3746
|
+
},
|
|
3206
3747
|
{
|
|
3207
3748
|
"name": "nuxt-graphql-middleware",
|
|
3208
3749
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3256,7 +3797,7 @@
|
|
|
3256
3797
|
},
|
|
3257
3798
|
{
|
|
3258
3799
|
"name": "nuxt-gtm",
|
|
3259
|
-
"description": "A Nuxt
|
|
3800
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3260
3801
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3261
3802
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3262
3803
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3273,7 +3814,8 @@
|
|
|
3273
3814
|
],
|
|
3274
3815
|
"compatibility": {
|
|
3275
3816
|
"nuxt": "^3.0.0",
|
|
3276
|
-
"requires": {}
|
|
3817
|
+
"requires": {},
|
|
3818
|
+
"devtools": "^0.0.0"
|
|
3277
3819
|
}
|
|
3278
3820
|
},
|
|
3279
3821
|
{
|
|
@@ -3301,24 +3843,46 @@
|
|
|
3301
3843
|
}
|
|
3302
3844
|
},
|
|
3303
3845
|
{
|
|
3304
|
-
"name": "nuxt-
|
|
3305
|
-
"description": "
|
|
3306
|
-
"repo": "",
|
|
3307
|
-
"npm": "nuxt-
|
|
3308
|
-
"icon": "
|
|
3309
|
-
"github": "",
|
|
3310
|
-
"website": "https://
|
|
3311
|
-
"learn_more": "
|
|
3312
|
-
"category": "
|
|
3846
|
+
"name": "nuxt-interpolation",
|
|
3847
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3848
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3849
|
+
"npm": "nuxt-interpolation",
|
|
3850
|
+
"icon": "",
|
|
3851
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3852
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3853
|
+
"learn_more": "",
|
|
3854
|
+
"category": "Devtools",
|
|
3313
3855
|
"type": "3rd-party",
|
|
3314
3856
|
"maintainers": [
|
|
3315
3857
|
{
|
|
3316
|
-
"name": "
|
|
3317
|
-
"github": "
|
|
3858
|
+
"name": "daliborgogic",
|
|
3859
|
+
"github": "daliborgogic"
|
|
3318
3860
|
}
|
|
3319
3861
|
],
|
|
3320
3862
|
"compatibility": {
|
|
3321
|
-
"nuxt": "^2.0.0
|
|
3863
|
+
"nuxt": "^2.0.0",
|
|
3864
|
+
"requires": {}
|
|
3865
|
+
}
|
|
3866
|
+
},
|
|
3867
|
+
{
|
|
3868
|
+
"name": "nuxt-jsonld",
|
|
3869
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3870
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3871
|
+
"npm": "nuxt-jsonld",
|
|
3872
|
+
"icon": "",
|
|
3873
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3874
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3875
|
+
"learn_more": "",
|
|
3876
|
+
"category": "SEO",
|
|
3877
|
+
"type": "3rd-party",
|
|
3878
|
+
"maintainers": [
|
|
3879
|
+
{
|
|
3880
|
+
"name": "ymmooot",
|
|
3881
|
+
"github": "ymmooot"
|
|
3882
|
+
}
|
|
3883
|
+
],
|
|
3884
|
+
"compatibility": {
|
|
3885
|
+
"nuxt": "^3.0.0",
|
|
3322
3886
|
"requires": {}
|
|
3323
3887
|
}
|
|
3324
3888
|
},
|
|
@@ -3329,8 +3893,8 @@
|
|
|
3329
3893
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3330
3894
|
"icon": "nuxt-localtunnel.svg",
|
|
3331
3895
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
3332
|
-
"website": "https://nuxtus.com",
|
|
3333
|
-
"learn_more": "https://docs.nuxtus.com
|
|
3896
|
+
"website": "https://docs.nuxtus.com",
|
|
3897
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
3334
3898
|
"category": "Devtools",
|
|
3335
3899
|
"type": "3rd-party",
|
|
3336
3900
|
"maintainers": [
|
|
@@ -3347,7 +3911,7 @@
|
|
|
3347
3911
|
},
|
|
3348
3912
|
{
|
|
3349
3913
|
"name": "nuxt-loco",
|
|
3350
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3914
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3351
3915
|
"repo": "gaetansenn/nuxt-loco",
|
|
3352
3916
|
"npm": "nuxt-loco",
|
|
3353
3917
|
"icon": "",
|
|
@@ -3368,6 +3932,28 @@
|
|
|
3368
3932
|
"requires": {}
|
|
3369
3933
|
}
|
|
3370
3934
|
},
|
|
3935
|
+
{
|
|
3936
|
+
"name": "nuxt-mail",
|
|
3937
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3938
|
+
"repo": "dword-design/nuxt-mail",
|
|
3939
|
+
"npm": "nuxt-mail",
|
|
3940
|
+
"icon": "",
|
|
3941
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3942
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3943
|
+
"learn_more": "",
|
|
3944
|
+
"category": "Extensions",
|
|
3945
|
+
"type": "3rd-party",
|
|
3946
|
+
"maintainers": [
|
|
3947
|
+
{
|
|
3948
|
+
"name": "Sebastian Landwehr",
|
|
3949
|
+
"github": "dword-design"
|
|
3950
|
+
}
|
|
3951
|
+
],
|
|
3952
|
+
"compatibility": {
|
|
3953
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3954
|
+
"requires": {}
|
|
3955
|
+
}
|
|
3956
|
+
},
|
|
3371
3957
|
{
|
|
3372
3958
|
"name": "nuxt-mapbox",
|
|
3373
3959
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3390,6 +3976,28 @@
|
|
|
3390
3976
|
"requires": {}
|
|
3391
3977
|
}
|
|
3392
3978
|
},
|
|
3979
|
+
{
|
|
3980
|
+
"name": "nuxt-mdi",
|
|
3981
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3982
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3983
|
+
"npm": "nuxt-mdi",
|
|
3984
|
+
"icon": "mdi.png",
|
|
3985
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3986
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3987
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3988
|
+
"category": "Libraries",
|
|
3989
|
+
"type": "3rd-party",
|
|
3990
|
+
"maintainers": [
|
|
3991
|
+
{
|
|
3992
|
+
"name": "Emil Rosenius",
|
|
3993
|
+
"github": "ERPedersen"
|
|
3994
|
+
}
|
|
3995
|
+
],
|
|
3996
|
+
"compatibility": {
|
|
3997
|
+
"nuxt": "^3.0.0",
|
|
3998
|
+
"requires": {}
|
|
3999
|
+
}
|
|
4000
|
+
},
|
|
3393
4001
|
{
|
|
3394
4002
|
"name": "nuxt-monaco-editor",
|
|
3395
4003
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3414,12 +4022,12 @@
|
|
|
3414
4022
|
},
|
|
3415
4023
|
{
|
|
3416
4024
|
"name": "nuxt-mongoose",
|
|
3417
|
-
"description": "A Nuxt
|
|
4025
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3418
4026
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3419
4027
|
"npm": "nuxt-mongoose",
|
|
3420
4028
|
"icon": "nuxt-mongoose.svg",
|
|
3421
4029
|
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3422
|
-
"website": "https://
|
|
4030
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3423
4031
|
"learn_more": "",
|
|
3424
4032
|
"category": "Database",
|
|
3425
4033
|
"type": "3rd-party",
|
|
@@ -3429,6 +4037,102 @@
|
|
|
3429
4037
|
"github": "arashsheyda"
|
|
3430
4038
|
}
|
|
3431
4039
|
],
|
|
4040
|
+
"compatibility": {
|
|
4041
|
+
"nuxt": "^3.0.0",
|
|
4042
|
+
"requires": {},
|
|
4043
|
+
"devtools": "^0.0.0"
|
|
4044
|
+
}
|
|
4045
|
+
},
|
|
4046
|
+
{
|
|
4047
|
+
"name": "nuxt-oidc-auth",
|
|
4048
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
4049
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
4050
|
+
"npm": "nuxt-oidc-auth",
|
|
4051
|
+
"icon": "",
|
|
4052
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4053
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4054
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4055
|
+
"category": "Security",
|
|
4056
|
+
"type": "3rd-party",
|
|
4057
|
+
"maintainers": [
|
|
4058
|
+
{
|
|
4059
|
+
"name": "Jan-Henrik Damaschke",
|
|
4060
|
+
"github": "itpropro",
|
|
4061
|
+
"twitter": "jandamaschke"
|
|
4062
|
+
}
|
|
4063
|
+
],
|
|
4064
|
+
"compatibility": {
|
|
4065
|
+
"nuxt": "^3.0.0",
|
|
4066
|
+
"requires": {}
|
|
4067
|
+
}
|
|
4068
|
+
},
|
|
4069
|
+
{
|
|
4070
|
+
"name": "nuxt-openapi-docs-module",
|
|
4071
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4072
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4073
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4074
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4075
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4076
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4077
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4078
|
+
"category": "Libraries",
|
|
4079
|
+
"type": "3rd-party",
|
|
4080
|
+
"maintainers": [
|
|
4081
|
+
{
|
|
4082
|
+
"name": "Pavel Kuzmin",
|
|
4083
|
+
"github": "s00d"
|
|
4084
|
+
}
|
|
4085
|
+
],
|
|
4086
|
+
"compatibility": {
|
|
4087
|
+
"nuxt": "^3.0.0",
|
|
4088
|
+
"requires": {}
|
|
4089
|
+
}
|
|
4090
|
+
},
|
|
4091
|
+
{
|
|
4092
|
+
"name": "nuxt-openid-connect",
|
|
4093
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4094
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4095
|
+
"npm": "nuxt-openid-connect",
|
|
4096
|
+
"icon": "",
|
|
4097
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4098
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4099
|
+
"learn_more": "",
|
|
4100
|
+
"category": "Security",
|
|
4101
|
+
"type": "3rd-party",
|
|
4102
|
+
"maintainers": [
|
|
4103
|
+
{
|
|
4104
|
+
"name": "Aborn Jiang",
|
|
4105
|
+
"github": "aborn"
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
"name": "Khaled Almana",
|
|
4109
|
+
"github": "KhaledAlMana"
|
|
4110
|
+
}
|
|
4111
|
+
],
|
|
4112
|
+
"compatibility": {
|
|
4113
|
+
"nuxt": "^3.0.0",
|
|
4114
|
+
"requires": {},
|
|
4115
|
+
"devtools": "^0.0.0"
|
|
4116
|
+
}
|
|
4117
|
+
},
|
|
4118
|
+
{
|
|
4119
|
+
"name": "nuxt-payload-analyzer",
|
|
4120
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4121
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4122
|
+
"npm": "nuxt-payload-analyzer",
|
|
4123
|
+
"icon": "",
|
|
4124
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4125
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4126
|
+
"learn_more": "",
|
|
4127
|
+
"category": "Performance",
|
|
4128
|
+
"type": "3rd-party",
|
|
4129
|
+
"maintainers": [
|
|
4130
|
+
{
|
|
4131
|
+
"name": "Barbapapazes",
|
|
4132
|
+
"github": "Barbapapazes",
|
|
4133
|
+
"twitter": "soubiran_"
|
|
4134
|
+
}
|
|
4135
|
+
],
|
|
3432
4136
|
"compatibility": {
|
|
3433
4137
|
"nuxt": "^3.0.0",
|
|
3434
4138
|
"requires": {}
|
|
@@ -3457,6 +4161,28 @@
|
|
|
3457
4161
|
"requires": {}
|
|
3458
4162
|
}
|
|
3459
4163
|
},
|
|
4164
|
+
{
|
|
4165
|
+
"name": "nuxt-phosphor-icons",
|
|
4166
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
4167
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4168
|
+
"npm": "nuxt-phosphor-icons",
|
|
4169
|
+
"icon": "phosphor-icons.svg",
|
|
4170
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4171
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4172
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
4173
|
+
"category": "UI",
|
|
4174
|
+
"type": "3rd-party",
|
|
4175
|
+
"maintainers": [
|
|
4176
|
+
{
|
|
4177
|
+
"name": "OyewoleOyedeji",
|
|
4178
|
+
"github": "OyewoleOyedeji"
|
|
4179
|
+
}
|
|
4180
|
+
],
|
|
4181
|
+
"compatibility": {
|
|
4182
|
+
"nuxt": "^3.0.0",
|
|
4183
|
+
"requires": {}
|
|
4184
|
+
}
|
|
4185
|
+
},
|
|
3460
4186
|
{
|
|
3461
4187
|
"name": "nuxt-pino-log",
|
|
3462
4188
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3481,7 +4207,7 @@
|
|
|
3481
4207
|
},
|
|
3482
4208
|
{
|
|
3483
4209
|
"name": "plausible",
|
|
3484
|
-
"description": "Nuxt
|
|
4210
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3485
4211
|
"repo": "nuxt-modules/plausible",
|
|
3486
4212
|
"npm": "@nuxtjs/plausible",
|
|
3487
4213
|
"icon": "plausible.png",
|
|
@@ -3501,9 +4227,35 @@
|
|
|
3501
4227
|
"requires": {}
|
|
3502
4228
|
}
|
|
3503
4229
|
},
|
|
4230
|
+
{
|
|
4231
|
+
"name": "nuxt-plotly",
|
|
4232
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
4233
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
4234
|
+
"npm": "nuxt-plotly",
|
|
4235
|
+
"icon": "nuxt-plotly.svg",
|
|
4236
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4237
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4238
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
4239
|
+
"category": "Libraries",
|
|
4240
|
+
"type": "3rd-party",
|
|
4241
|
+
"maintainers": [
|
|
4242
|
+
{
|
|
4243
|
+
"name": "Supanut Dokmaithong",
|
|
4244
|
+
"github": "Boomgeek"
|
|
4245
|
+
},
|
|
4246
|
+
{
|
|
4247
|
+
"name": "superdev-tech",
|
|
4248
|
+
"github": "superdev-tech"
|
|
4249
|
+
}
|
|
4250
|
+
],
|
|
4251
|
+
"compatibility": {
|
|
4252
|
+
"nuxt": "^3.0.0",
|
|
4253
|
+
"requires": {}
|
|
4254
|
+
}
|
|
4255
|
+
},
|
|
3504
4256
|
{
|
|
3505
4257
|
"name": "nuxt-png-to-ico",
|
|
3506
|
-
"description": "Nuxt
|
|
4258
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3507
4259
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3508
4260
|
"npm": "nuxt-png-to-ico",
|
|
3509
4261
|
"icon": "",
|
|
@@ -3524,9 +4276,31 @@
|
|
|
3524
4276
|
"requires": {}
|
|
3525
4277
|
}
|
|
3526
4278
|
},
|
|
4279
|
+
{
|
|
4280
|
+
"name": "nuxt-posthog",
|
|
4281
|
+
"description": "Integrate PostHog into your application with minimal configuration",
|
|
4282
|
+
"repo": "mitjans/nuxt-posthog",
|
|
4283
|
+
"npm": "nuxt-posthog",
|
|
4284
|
+
"icon": "posthog.svg",
|
|
4285
|
+
"github": "https://github.com/mitjans/nuxt-posthog",
|
|
4286
|
+
"website": "https://nuxt-posthog.cmitjans.dev",
|
|
4287
|
+
"learn_more": "https://posthog.com",
|
|
4288
|
+
"category": "Analytics",
|
|
4289
|
+
"type": "3rd-party",
|
|
4290
|
+
"maintainers": [
|
|
4291
|
+
{
|
|
4292
|
+
"name": "Carles Mitjans",
|
|
4293
|
+
"github": "mitjans"
|
|
4294
|
+
}
|
|
4295
|
+
],
|
|
4296
|
+
"compatibility": {
|
|
4297
|
+
"nuxt": "^3.0.0",
|
|
4298
|
+
"requires": {}
|
|
4299
|
+
}
|
|
4300
|
+
},
|
|
3527
4301
|
{
|
|
3528
4302
|
"name": "nuxt-smartlook",
|
|
3529
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4303
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3530
4304
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3531
4305
|
"npm": "nuxt-smartlook",
|
|
3532
4306
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3548,6 +4322,28 @@
|
|
|
3548
4322
|
"requires": {}
|
|
3549
4323
|
}
|
|
3550
4324
|
},
|
|
4325
|
+
{
|
|
4326
|
+
"name": "nuxt-social-share",
|
|
4327
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4328
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4329
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4330
|
+
"icon": "nuxt-social-share.png",
|
|
4331
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4332
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4333
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4334
|
+
"category": "Extensions",
|
|
4335
|
+
"type": "3rd-party",
|
|
4336
|
+
"maintainers": [
|
|
4337
|
+
{
|
|
4338
|
+
"name": "stefanobartoletti",
|
|
4339
|
+
"github": "stefanobartoletti"
|
|
4340
|
+
}
|
|
4341
|
+
],
|
|
4342
|
+
"compatibility": {
|
|
4343
|
+
"nuxt": "^3.0.0",
|
|
4344
|
+
"requires": {}
|
|
4345
|
+
}
|
|
4346
|
+
},
|
|
3551
4347
|
{
|
|
3552
4348
|
"name": "ssr-lit",
|
|
3553
4349
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3578,10 +4374,10 @@
|
|
|
3578
4374
|
},
|
|
3579
4375
|
{
|
|
3580
4376
|
"name": "nuxt-storm",
|
|
3581
|
-
"description": "WebStorm & PHPStorm support for
|
|
4377
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3582
4378
|
"repo": "fumeapp/nuxt-storm",
|
|
3583
4379
|
"npm": "nuxt-storm",
|
|
3584
|
-
"icon": "
|
|
4380
|
+
"icon": "",
|
|
3585
4381
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
3586
4382
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
3587
4383
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -3598,6 +4394,30 @@
|
|
|
3598
4394
|
"requires": {}
|
|
3599
4395
|
}
|
|
3600
4396
|
},
|
|
4397
|
+
{
|
|
4398
|
+
"name": "nuxt-svgo-loader",
|
|
4399
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4400
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4401
|
+
"npm": "nuxt-svgo-loader",
|
|
4402
|
+
"icon": "",
|
|
4403
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4404
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4405
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4406
|
+
"category": "Images",
|
|
4407
|
+
"type": "3rd-party",
|
|
4408
|
+
"maintainers": [
|
|
4409
|
+
{
|
|
4410
|
+
"name": "Alex Liu",
|
|
4411
|
+
"github": "Mini-ghost",
|
|
4412
|
+
"twitter": "Minighost_Alex"
|
|
4413
|
+
}
|
|
4414
|
+
],
|
|
4415
|
+
"compatibility": {
|
|
4416
|
+
"nuxt": "^3.0.0",
|
|
4417
|
+
"requires": {},
|
|
4418
|
+
"devtools": "^0.0.0"
|
|
4419
|
+
}
|
|
4420
|
+
},
|
|
3601
4421
|
{
|
|
3602
4422
|
"name": "nuxt-svgo",
|
|
3603
4423
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -3622,7 +4442,7 @@
|
|
|
3622
4442
|
},
|
|
3623
4443
|
{
|
|
3624
4444
|
"name": "nuxt-unleash",
|
|
3625
|
-
"description": "Nuxt
|
|
4445
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3626
4446
|
"repo": "conejerock/nuxt-unleash",
|
|
3627
4447
|
"npm": "nuxt-unleash",
|
|
3628
4448
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3642,28 +4462,6 @@
|
|
|
3642
4462
|
"requires": {}
|
|
3643
4463
|
}
|
|
3644
4464
|
},
|
|
3645
|
-
{
|
|
3646
|
-
"name": "nuxt-use-motion",
|
|
3647
|
-
"description": "A Nuxt module putting your components in motion",
|
|
3648
|
-
"repo": "Tahul/nuxt-use-motion",
|
|
3649
|
-
"npm": "nuxt-use-motion",
|
|
3650
|
-
"icon": "nuxt-use-motion.svg",
|
|
3651
|
-
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
3652
|
-
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
3653
|
-
"learn_more": "https://github.com/vueuse/motion",
|
|
3654
|
-
"category": "Libraries",
|
|
3655
|
-
"type": "3rd-party",
|
|
3656
|
-
"maintainers": [
|
|
3657
|
-
{
|
|
3658
|
-
"name": "Tahul",
|
|
3659
|
-
"github": "Tahul"
|
|
3660
|
-
}
|
|
3661
|
-
],
|
|
3662
|
-
"compatibility": {
|
|
3663
|
-
"nuxt": "^2.0.0",
|
|
3664
|
-
"requires": {}
|
|
3665
|
-
}
|
|
3666
|
-
},
|
|
3667
4465
|
{
|
|
3668
4466
|
"name": "nuxt-use-sound",
|
|
3669
4467
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -3711,20 +4509,64 @@
|
|
|
3711
4509
|
}
|
|
3712
4510
|
},
|
|
3713
4511
|
{
|
|
3714
|
-
"name": "nuxt-vue3-google-signin",
|
|
3715
|
-
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3716
|
-
"repo": "
|
|
3717
|
-
"npm": "nuxt-vue3-google-signin",
|
|
3718
|
-
"icon": "vue3-google-signin.svg",
|
|
3719
|
-
"github": "https://github.com/
|
|
3720
|
-
"website": "https://vue3-google-signin.
|
|
3721
|
-
"learn_more": "https://vue3-google-signin.
|
|
3722
|
-
"category": "Libraries",
|
|
4512
|
+
"name": "nuxt-vue3-google-signin",
|
|
4513
|
+
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
4514
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
4515
|
+
"npm": "nuxt-vue3-google-signin",
|
|
4516
|
+
"icon": "vue3-google-signin.svg",
|
|
4517
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4518
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4519
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
4520
|
+
"category": "Libraries",
|
|
4521
|
+
"type": "3rd-party",
|
|
4522
|
+
"maintainers": [
|
|
4523
|
+
{
|
|
4524
|
+
"name": "Kasun Vithanage",
|
|
4525
|
+
"github": "kasvith"
|
|
4526
|
+
}
|
|
4527
|
+
],
|
|
4528
|
+
"compatibility": {
|
|
4529
|
+
"nuxt": "^3.0.0",
|
|
4530
|
+
"requires": {}
|
|
4531
|
+
}
|
|
4532
|
+
},
|
|
4533
|
+
{
|
|
4534
|
+
"name": "nuxt-zod-i18n",
|
|
4535
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4536
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4537
|
+
"npm": "nuxt-zod-i18n",
|
|
4538
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4539
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4540
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4541
|
+
"learn_more": "",
|
|
4542
|
+
"category": "Libraries",
|
|
4543
|
+
"type": "3rd-party",
|
|
4544
|
+
"maintainers": [
|
|
4545
|
+
{
|
|
4546
|
+
"name": "xibman",
|
|
4547
|
+
"github": "xibman"
|
|
4548
|
+
}
|
|
4549
|
+
],
|
|
4550
|
+
"compatibility": {
|
|
4551
|
+
"nuxt": "^3.0.0",
|
|
4552
|
+
"requires": {}
|
|
4553
|
+
}
|
|
4554
|
+
},
|
|
4555
|
+
{
|
|
4556
|
+
"name": "nuxt3-interpolation",
|
|
4557
|
+
"description": "",
|
|
4558
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4559
|
+
"npm": "nuxt3-interpolation",
|
|
4560
|
+
"icon": "",
|
|
4561
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4562
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4563
|
+
"learn_more": "",
|
|
4564
|
+
"category": "Devtools",
|
|
3723
4565
|
"type": "3rd-party",
|
|
3724
4566
|
"maintainers": [
|
|
3725
4567
|
{
|
|
3726
|
-
"name": "
|
|
3727
|
-
"github": "
|
|
4568
|
+
"name": "daliborgogic",
|
|
4569
|
+
"github": "daliborgogic"
|
|
3728
4570
|
}
|
|
3729
4571
|
],
|
|
3730
4572
|
"compatibility": {
|
|
@@ -3733,20 +4575,20 @@
|
|
|
3733
4575
|
}
|
|
3734
4576
|
},
|
|
3735
4577
|
{
|
|
3736
|
-
"name": "
|
|
3737
|
-
"description": "
|
|
3738
|
-
"repo": "
|
|
3739
|
-
"npm": "
|
|
3740
|
-
"icon": "
|
|
3741
|
-
"github": "https://github.com/
|
|
3742
|
-
"website": "https://
|
|
3743
|
-
"learn_more": "https://github.com/
|
|
3744
|
-
"category": "
|
|
4578
|
+
"name": "nuxt3-leaflet",
|
|
4579
|
+
"description": "Leaflet integration with Nuxt",
|
|
4580
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4581
|
+
"npm": "nuxt3-leaflet",
|
|
4582
|
+
"icon": "leaflet.png",
|
|
4583
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4584
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4585
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4586
|
+
"category": "Libraries",
|
|
3745
4587
|
"type": "3rd-party",
|
|
3746
4588
|
"maintainers": [
|
|
3747
4589
|
{
|
|
3748
|
-
"name": "
|
|
3749
|
-
"github": "
|
|
4590
|
+
"name": "Augustin MERCIER",
|
|
4591
|
+
"github": "Gugustinette"
|
|
3750
4592
|
}
|
|
3751
4593
|
],
|
|
3752
4594
|
"compatibility": {
|
|
@@ -3756,7 +4598,7 @@
|
|
|
3756
4598
|
},
|
|
3757
4599
|
{
|
|
3758
4600
|
"name": "nuxt7",
|
|
3759
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4601
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3760
4602
|
"repo": "nuxt-community/nuxt7",
|
|
3761
4603
|
"npm": "nuxt7",
|
|
3762
4604
|
"icon": "",
|
|
@@ -3777,40 +4619,17 @@
|
|
|
3777
4619
|
"requires": {}
|
|
3778
4620
|
}
|
|
3779
4621
|
},
|
|
3780
|
-
{
|
|
3781
|
-
"name": "nuxtlabs-ui",
|
|
3782
|
-
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3783
|
-
"repo": "nuxtlabs/ui",
|
|
3784
|
-
"npm": "@nuxthq/ui",
|
|
3785
|
-
"icon": "nuxtlabs-ui.svg",
|
|
3786
|
-
"github": "https://github.com/nuxtlabs/ui",
|
|
3787
|
-
"website": "https://ui.nuxtlabs.com",
|
|
3788
|
-
"learn_more": "https://ui.nuxtlabs.com",
|
|
3789
|
-
"category": "UI",
|
|
3790
|
-
"type": "3rd-party",
|
|
3791
|
-
"maintainers": [
|
|
3792
|
-
{
|
|
3793
|
-
"name": "Benjamin Canac",
|
|
3794
|
-
"github": "benjamincanac",
|
|
3795
|
-
"twitter": "benjamincanac"
|
|
3796
|
-
}
|
|
3797
|
-
],
|
|
3798
|
-
"compatibility": {
|
|
3799
|
-
"nuxt": "^3.0.0",
|
|
3800
|
-
"requires": {}
|
|
3801
|
-
}
|
|
3802
|
-
},
|
|
3803
4622
|
{
|
|
3804
4623
|
"name": "og-image",
|
|
3805
|
-
"description": "
|
|
3806
|
-
"repo": "
|
|
4624
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4625
|
+
"repo": "nuxt-modules/og-image",
|
|
3807
4626
|
"npm": "nuxt-og-image",
|
|
3808
|
-
"icon": "",
|
|
3809
|
-
"github": "https://github.com/
|
|
3810
|
-
"website": "https://
|
|
3811
|
-
"learn_more": "",
|
|
4627
|
+
"icon": "og-image.svg",
|
|
4628
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4629
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4630
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3812
4631
|
"category": "SEO",
|
|
3813
|
-
"type": "
|
|
4632
|
+
"type": "community",
|
|
3814
4633
|
"maintainers": [
|
|
3815
4634
|
{
|
|
3816
4635
|
"name": "Harlan Wilton",
|
|
@@ -3821,7 +4640,8 @@
|
|
|
3821
4640
|
],
|
|
3822
4641
|
"compatibility": {
|
|
3823
4642
|
"nuxt": "^3.0.0",
|
|
3824
|
-
"requires": {}
|
|
4643
|
+
"requires": {},
|
|
4644
|
+
"devtools": "^0.0.0"
|
|
3825
4645
|
}
|
|
3826
4646
|
},
|
|
3827
4647
|
{
|
|
@@ -3849,13 +4669,13 @@
|
|
|
3849
4669
|
},
|
|
3850
4670
|
{
|
|
3851
4671
|
"name": "optimized-images",
|
|
3852
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4672
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3853
4673
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3854
4674
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3855
4675
|
"icon": "",
|
|
3856
4676
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
3857
|
-
"website": "https://
|
|
3858
|
-
"learn_more": "",
|
|
4677
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4678
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
3859
4679
|
"category": "Images",
|
|
3860
4680
|
"type": "3rd-party",
|
|
3861
4681
|
"maintainers": [
|
|
@@ -3894,7 +4714,7 @@
|
|
|
3894
4714
|
},
|
|
3895
4715
|
{
|
|
3896
4716
|
"name": "parse",
|
|
3897
|
-
"description": "Parse package for Nuxt
|
|
4717
|
+
"description": "Parse package for Nuxt",
|
|
3898
4718
|
"repo": "cierrateam/nuxt-parse",
|
|
3899
4719
|
"npm": "nuxt-parse",
|
|
3900
4720
|
"icon": "",
|
|
@@ -3914,6 +4734,29 @@
|
|
|
3914
4734
|
"requires": {}
|
|
3915
4735
|
}
|
|
3916
4736
|
},
|
|
4737
|
+
{
|
|
4738
|
+
"name": "particles",
|
|
4739
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4740
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4741
|
+
"npm": "nuxt-particles",
|
|
4742
|
+
"icon": "",
|
|
4743
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4744
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4745
|
+
"learn_more": "https://particles.js.org/",
|
|
4746
|
+
"category": "Libraries",
|
|
4747
|
+
"type": "3rd-party",
|
|
4748
|
+
"maintainers": [
|
|
4749
|
+
{
|
|
4750
|
+
"name": "Joey Pereira",
|
|
4751
|
+
"github": "Joepocalyptic",
|
|
4752
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4753
|
+
}
|
|
4754
|
+
],
|
|
4755
|
+
"compatibility": {
|
|
4756
|
+
"nuxt": "^3.0.0",
|
|
4757
|
+
"requires": {}
|
|
4758
|
+
}
|
|
4759
|
+
},
|
|
3917
4760
|
{
|
|
3918
4761
|
"name": "partytown",
|
|
3919
4762
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3939,6 +4782,28 @@
|
|
|
3939
4782
|
}
|
|
3940
4783
|
}
|
|
3941
4784
|
},
|
|
4785
|
+
{
|
|
4786
|
+
"name": "paypal",
|
|
4787
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4788
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4789
|
+
"npm": "nuxt-paypal",
|
|
4790
|
+
"icon": "paypal.svg",
|
|
4791
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4792
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4793
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4794
|
+
"category": "Payment",
|
|
4795
|
+
"type": "3rd-party",
|
|
4796
|
+
"maintainers": [
|
|
4797
|
+
{
|
|
4798
|
+
"name": "Arash Sheyda",
|
|
4799
|
+
"github": "arashsheyda"
|
|
4800
|
+
}
|
|
4801
|
+
],
|
|
4802
|
+
"compatibility": {
|
|
4803
|
+
"nuxt": "^3.0.0",
|
|
4804
|
+
"requires": {}
|
|
4805
|
+
}
|
|
4806
|
+
},
|
|
3942
4807
|
{
|
|
3943
4808
|
"name": "pdfeasy",
|
|
3944
4809
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -4060,7 +4925,7 @@
|
|
|
4060
4925
|
},
|
|
4061
4926
|
{
|
|
4062
4927
|
"name": "plausible",
|
|
4063
|
-
"description": "Nuxt
|
|
4928
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4064
4929
|
"repo": "nuxt-modules/plausible",
|
|
4065
4930
|
"npm": "@nuxtjs/plausible",
|
|
4066
4931
|
"icon": "",
|
|
@@ -4102,9 +4967,56 @@
|
|
|
4102
4967
|
"requires": {}
|
|
4103
4968
|
}
|
|
4104
4969
|
},
|
|
4970
|
+
{
|
|
4971
|
+
"name": "prepare",
|
|
4972
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4973
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4974
|
+
"npm": "nuxt-prepare",
|
|
4975
|
+
"icon": "prepare.svg",
|
|
4976
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4977
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4978
|
+
"learn_more": "",
|
|
4979
|
+
"category": "Devtools",
|
|
4980
|
+
"type": "3rd-party",
|
|
4981
|
+
"maintainers": [
|
|
4982
|
+
{
|
|
4983
|
+
"name": "Johann Schopplich",
|
|
4984
|
+
"github": "johannschopplich",
|
|
4985
|
+
"twitter": "jschopplich",
|
|
4986
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4987
|
+
}
|
|
4988
|
+
],
|
|
4989
|
+
"compatibility": {
|
|
4990
|
+
"nuxt": "^3.0.0",
|
|
4991
|
+
"requires": {}
|
|
4992
|
+
}
|
|
4993
|
+
},
|
|
4994
|
+
{
|
|
4995
|
+
"name": "primevue",
|
|
4996
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4997
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4998
|
+
"npm": "nuxt-primevue",
|
|
4999
|
+
"icon": "primevue.svg",
|
|
5000
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
5001
|
+
"website": "https://primevue.org/",
|
|
5002
|
+
"learn_more": "https://primevue.org/",
|
|
5003
|
+
"category": "UI",
|
|
5004
|
+
"type": "3rd-party",
|
|
5005
|
+
"maintainers": [
|
|
5006
|
+
{
|
|
5007
|
+
"name": "primefaces",
|
|
5008
|
+
"github": "primefaces",
|
|
5009
|
+
"twitter": "primevue"
|
|
5010
|
+
}
|
|
5011
|
+
],
|
|
5012
|
+
"compatibility": {
|
|
5013
|
+
"nuxt": "^3.0.0",
|
|
5014
|
+
"requires": {}
|
|
5015
|
+
}
|
|
5016
|
+
},
|
|
4105
5017
|
{
|
|
4106
5018
|
"name": "prismic",
|
|
4107
|
-
"description": "Easily connect your Nuxt
|
|
5019
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4108
5020
|
"repo": "nuxt-modules/prismic",
|
|
4109
5021
|
"npm": "@nuxtjs/prismic",
|
|
4110
5022
|
"icon": "prismic.png",
|
|
@@ -4171,7 +5083,7 @@
|
|
|
4171
5083
|
},
|
|
4172
5084
|
{
|
|
4173
5085
|
"name": "proxy",
|
|
4174
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
5086
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4175
5087
|
"repo": "nuxt-community/proxy-module",
|
|
4176
5088
|
"npm": "@nuxtjs/proxy",
|
|
4177
5089
|
"icon": "",
|
|
@@ -4217,7 +5129,7 @@
|
|
|
4217
5129
|
},
|
|
4218
5130
|
{
|
|
4219
5131
|
"name": "purgecss",
|
|
4220
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
5132
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4221
5133
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4222
5134
|
"npm": "nuxt-purgecss",
|
|
4223
5135
|
"icon": "purgecss.png",
|
|
@@ -4239,7 +5151,7 @@
|
|
|
4239
5151
|
},
|
|
4240
5152
|
{
|
|
4241
5153
|
"name": "pwa",
|
|
4242
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5154
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4243
5155
|
"repo": "nuxt-community/pwa-module",
|
|
4244
5156
|
"npm": "@nuxtjs/pwa",
|
|
4245
5157
|
"icon": "pwa.png",
|
|
@@ -4264,7 +5176,7 @@
|
|
|
4264
5176
|
},
|
|
4265
5177
|
{
|
|
4266
5178
|
"name": "python",
|
|
4267
|
-
"description": "Write Nuxt
|
|
5179
|
+
"description": "Write Nuxt applications using Python",
|
|
4268
5180
|
"repo": "nuxt-community/python-module",
|
|
4269
5181
|
"npm": "@nuxtjs/python",
|
|
4270
5182
|
"icon": "python.png",
|
|
@@ -4301,6 +5213,64 @@
|
|
|
4301
5213
|
"github": "Maiquu"
|
|
4302
5214
|
}
|
|
4303
5215
|
],
|
|
5216
|
+
"compatibility": {
|
|
5217
|
+
"nuxt": "^3.0.0",
|
|
5218
|
+
"requires": {},
|
|
5219
|
+
"devtools": "^0.0.0"
|
|
5220
|
+
}
|
|
5221
|
+
},
|
|
5222
|
+
{
|
|
5223
|
+
"name": "radash",
|
|
5224
|
+
"description": "radash module with auto-import and custom prefix",
|
|
5225
|
+
"repo": "bbg/nuxt-radash",
|
|
5226
|
+
"npm": "nuxt-radash",
|
|
5227
|
+
"icon": "radash.png",
|
|
5228
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
5229
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
5230
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
5231
|
+
"category": "Libraries",
|
|
5232
|
+
"type": "3rd-party",
|
|
5233
|
+
"maintainers": [
|
|
5234
|
+
{
|
|
5235
|
+
"name": "Batuhan Göksu",
|
|
5236
|
+
"github": "bbg"
|
|
5237
|
+
}
|
|
5238
|
+
],
|
|
5239
|
+
"compatibility": {
|
|
5240
|
+
"nuxt": "^3.0.0",
|
|
5241
|
+
"requires": {}
|
|
5242
|
+
}
|
|
5243
|
+
},
|
|
5244
|
+
{
|
|
5245
|
+
"name": "radix-vue",
|
|
5246
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5247
|
+
"repo": "radix-vue/radix-vue",
|
|
5248
|
+
"npm": "radix-vue",
|
|
5249
|
+
"icon": "radix-vue.svg",
|
|
5250
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5251
|
+
"website": "https://www.radix-vue.com/",
|
|
5252
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5253
|
+
"category": "UI",
|
|
5254
|
+
"type": "3rd-party",
|
|
5255
|
+
"maintainers": [
|
|
5256
|
+
{
|
|
5257
|
+
"name": "Zernonia",
|
|
5258
|
+
"github": "zernonia",
|
|
5259
|
+
"twitter": "zernonia"
|
|
5260
|
+
},
|
|
5261
|
+
{
|
|
5262
|
+
"name": "Khairul Haaziq",
|
|
5263
|
+
"github": "khairulhaaziq"
|
|
5264
|
+
},
|
|
5265
|
+
{
|
|
5266
|
+
"name": "Mujahid Anuar",
|
|
5267
|
+
"github": "mujahidfa"
|
|
5268
|
+
},
|
|
5269
|
+
{
|
|
5270
|
+
"name": "Max",
|
|
5271
|
+
"github": "onmax"
|
|
5272
|
+
}
|
|
5273
|
+
],
|
|
4304
5274
|
"compatibility": {
|
|
4305
5275
|
"nuxt": "^3.0.0",
|
|
4306
5276
|
"requires": {}
|
|
@@ -4308,7 +5278,7 @@
|
|
|
4308
5278
|
},
|
|
4309
5279
|
{
|
|
4310
5280
|
"name": "recaptcha",
|
|
4311
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5281
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4312
5282
|
"repo": "nuxt-community/recaptcha-module",
|
|
4313
5283
|
"npm": "@nuxtjs/recaptcha",
|
|
4314
5284
|
"icon": "recaptcha.png",
|
|
@@ -4351,9 +5321,32 @@
|
|
|
4351
5321
|
"requires": {}
|
|
4352
5322
|
}
|
|
4353
5323
|
},
|
|
5324
|
+
{
|
|
5325
|
+
"name": "resend",
|
|
5326
|
+
"description": "Resend integration for Nuxt",
|
|
5327
|
+
"repo": "nhedger/nuxt-resend",
|
|
5328
|
+
"npm": "nuxt-resend",
|
|
5329
|
+
"icon": "resend.svg",
|
|
5330
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5331
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5332
|
+
"learn_more": "https://resend.com",
|
|
5333
|
+
"category": "Extensions",
|
|
5334
|
+
"type": "3rd-party",
|
|
5335
|
+
"maintainers": [
|
|
5336
|
+
{
|
|
5337
|
+
"name": "Nicolas Hedger",
|
|
5338
|
+
"github": "nhedger",
|
|
5339
|
+
"twitter": "nicolashedger"
|
|
5340
|
+
}
|
|
5341
|
+
],
|
|
5342
|
+
"compatibility": {
|
|
5343
|
+
"nuxt": "^3.0.0",
|
|
5344
|
+
"requires": {}
|
|
5345
|
+
}
|
|
5346
|
+
},
|
|
4354
5347
|
{
|
|
4355
5348
|
"name": "rfg-icon",
|
|
4356
|
-
"description": "Nuxt
|
|
5349
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4357
5350
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4358
5351
|
"npm": "nuxt-rfg-icon",
|
|
4359
5352
|
"icon": "real-favicon-generator.png",
|
|
@@ -4375,13 +5368,13 @@
|
|
|
4375
5368
|
},
|
|
4376
5369
|
{
|
|
4377
5370
|
"name": "robots",
|
|
4378
|
-
"description": "A Nuxt
|
|
4379
|
-
"repo": "nuxt-
|
|
5371
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5372
|
+
"repo": "nuxt-modules/robots",
|
|
4380
5373
|
"npm": "@nuxtjs/robots",
|
|
4381
5374
|
"icon": "robots.png",
|
|
4382
|
-
"github": "https://github.com/nuxt-
|
|
4383
|
-
"website": "https://github.com/nuxt-
|
|
4384
|
-
"learn_more": "
|
|
5375
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5376
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
5377
|
+
"learn_more": "",
|
|
4385
5378
|
"category": "SEO",
|
|
4386
5379
|
"type": "community",
|
|
4387
5380
|
"maintainers": [
|
|
@@ -4399,23 +5392,23 @@
|
|
|
4399
5392
|
},
|
|
4400
5393
|
{
|
|
4401
5394
|
"name": "rollbar",
|
|
4402
|
-
"description": "
|
|
4403
|
-
"repo": "
|
|
4404
|
-
"npm": "nuxt-rollbar
|
|
5395
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5396
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5397
|
+
"npm": "nuxt-rollbar",
|
|
4405
5398
|
"icon": "rollbar.png",
|
|
4406
|
-
"github": "https://github.com/
|
|
4407
|
-
"website": "https://github.com/
|
|
5399
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5400
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4408
5401
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4409
5402
|
"category": "Monitoring",
|
|
4410
5403
|
"type": "3rd-party",
|
|
4411
5404
|
"maintainers": [
|
|
4412
5405
|
{
|
|
4413
|
-
"name": "
|
|
4414
|
-
"github": "
|
|
5406
|
+
"name": "Jairo Blatt",
|
|
5407
|
+
"github": "jairoblatt"
|
|
4415
5408
|
}
|
|
4416
5409
|
],
|
|
4417
5410
|
"compatibility": {
|
|
4418
|
-
"nuxt": "^
|
|
5411
|
+
"nuxt": "^3.0.0",
|
|
4419
5412
|
"requires": {}
|
|
4420
5413
|
}
|
|
4421
5414
|
},
|
|
@@ -4444,7 +5437,7 @@
|
|
|
4444
5437
|
},
|
|
4445
5438
|
{
|
|
4446
5439
|
"name": "router",
|
|
4447
|
-
"description": "Nuxt
|
|
5440
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4448
5441
|
"repo": "nuxt-community/router-module",
|
|
4449
5442
|
"npm": "@nuxtjs/router",
|
|
4450
5443
|
"icon": "vue.png",
|
|
@@ -4492,13 +5485,13 @@
|
|
|
4492
5485
|
},
|
|
4493
5486
|
{
|
|
4494
5487
|
"name": "schema-org",
|
|
4495
|
-
"description": "
|
|
4496
|
-
"repo": "
|
|
5488
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5489
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4497
5490
|
"npm": "nuxt-schema-org",
|
|
4498
5491
|
"icon": "schema-org.svg",
|
|
4499
|
-
"github": "https://github.com/
|
|
4500
|
-
"website": "https://
|
|
4501
|
-
"learn_more": "https://
|
|
5492
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5493
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5494
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4502
5495
|
"category": "SEO",
|
|
4503
5496
|
"type": "3rd-party",
|
|
4504
5497
|
"maintainers": [
|
|
@@ -4561,13 +5554,13 @@
|
|
|
4561
5554
|
},
|
|
4562
5555
|
{
|
|
4563
5556
|
"name": "segment",
|
|
4564
|
-
"description": "Nuxt
|
|
5557
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4565
5558
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4566
5559
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4567
5560
|
"icon": "segment.png",
|
|
4568
5561
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4569
5562
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4570
|
-
"learn_more": "
|
|
5563
|
+
"learn_more": "",
|
|
4571
5564
|
"category": "Analytics",
|
|
4572
5565
|
"type": "3rd-party",
|
|
4573
5566
|
"maintainers": [
|
|
@@ -4583,10 +5576,10 @@
|
|
|
4583
5576
|
},
|
|
4584
5577
|
{
|
|
4585
5578
|
"name": "sentry",
|
|
4586
|
-
"description": "Sentry module for Nuxt
|
|
5579
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4587
5580
|
"repo": "nuxt-community/sentry-module",
|
|
4588
5581
|
"npm": "@nuxtjs/sentry",
|
|
4589
|
-
"icon": "sentry.
|
|
5582
|
+
"icon": "sentry.svg",
|
|
4590
5583
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4591
5584
|
"website": "https://sentry.nuxtjs.org/",
|
|
4592
5585
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4604,20 +5597,22 @@
|
|
|
4604
5597
|
}
|
|
4605
5598
|
},
|
|
4606
5599
|
{
|
|
4607
|
-
"name": "seo-
|
|
4608
|
-
"description": "
|
|
4609
|
-
"repo": "harlan-zw/nuxt-seo-
|
|
4610
|
-
"npm": "nuxt-seo-
|
|
4611
|
-
"icon": "seo-
|
|
4612
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-
|
|
4613
|
-
"website": "https://
|
|
4614
|
-
"learn_more": "",
|
|
5600
|
+
"name": "seo-experiments",
|
|
5601
|
+
"description": "Powerful SEO DX improvements.",
|
|
5602
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5603
|
+
"npm": "nuxt-seo-experiments",
|
|
5604
|
+
"icon": "seo-experiments.svg",
|
|
5605
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5606
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5607
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
4615
5608
|
"category": "SEO",
|
|
4616
5609
|
"type": "3rd-party",
|
|
4617
5610
|
"maintainers": [
|
|
4618
5611
|
{
|
|
4619
|
-
"name": "
|
|
4620
|
-
"github": "harlan-zw"
|
|
5612
|
+
"name": "Harlan Wilton",
|
|
5613
|
+
"github": "harlan-zw",
|
|
5614
|
+
"twitter": "harlan_zw",
|
|
5615
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4621
5616
|
}
|
|
4622
5617
|
],
|
|
4623
5618
|
"compatibility": {
|
|
@@ -4648,9 +5643,31 @@
|
|
|
4648
5643
|
"requires": {}
|
|
4649
5644
|
}
|
|
4650
5645
|
},
|
|
5646
|
+
{
|
|
5647
|
+
"name": "seo",
|
|
5648
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5649
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
5650
|
+
"npm": "@nuxtjs/seo",
|
|
5651
|
+
"icon": "nuxt.svg",
|
|
5652
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
5653
|
+
"website": "https://nuxtseo.com/",
|
|
5654
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5655
|
+
"category": "SEO",
|
|
5656
|
+
"type": "3rd-party",
|
|
5657
|
+
"maintainers": [
|
|
5658
|
+
{
|
|
5659
|
+
"name": "harlan-zw",
|
|
5660
|
+
"github": "harlan-zw"
|
|
5661
|
+
}
|
|
5662
|
+
],
|
|
5663
|
+
"compatibility": {
|
|
5664
|
+
"nuxt": "^3.0.0",
|
|
5665
|
+
"requires": {}
|
|
5666
|
+
}
|
|
5667
|
+
},
|
|
4651
5668
|
{
|
|
4652
5669
|
"name": "seomatic-meta",
|
|
4653
|
-
"description": "A Nuxt
|
|
5670
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4654
5671
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4655
5672
|
"npm": "nuxt-seomatic-meta",
|
|
4656
5673
|
"icon": "seomatic.png",
|
|
@@ -4693,6 +5710,29 @@
|
|
|
4693
5710
|
"requires": {}
|
|
4694
5711
|
}
|
|
4695
5712
|
},
|
|
5713
|
+
{
|
|
5714
|
+
"name": "server-block",
|
|
5715
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5716
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
5717
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5718
|
+
"icon": "server-block.svg",
|
|
5719
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5720
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5721
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5722
|
+
"category": "Extensions",
|
|
5723
|
+
"type": "3rd-party",
|
|
5724
|
+
"maintainers": [
|
|
5725
|
+
{
|
|
5726
|
+
"name": "Hebilicious",
|
|
5727
|
+
"github": "Hebilicious",
|
|
5728
|
+
"twitter": "its_hebilicious"
|
|
5729
|
+
}
|
|
5730
|
+
],
|
|
5731
|
+
"compatibility": {
|
|
5732
|
+
"nuxt": "^3.0.0",
|
|
5733
|
+
"requires": {}
|
|
5734
|
+
}
|
|
5735
|
+
},
|
|
4696
5736
|
{
|
|
4697
5737
|
"name": "session",
|
|
4698
5738
|
"description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
|
|
@@ -4718,7 +5758,7 @@
|
|
|
4718
5758
|
},
|
|
4719
5759
|
{
|
|
4720
5760
|
"name": "shopify",
|
|
4721
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5761
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4722
5762
|
"repo": "Gomah/nuxt-shopify",
|
|
4723
5763
|
"npm": "nuxt-shopify",
|
|
4724
5764
|
"icon": "shopify.png",
|
|
@@ -4739,7 +5779,7 @@
|
|
|
4739
5779
|
}
|
|
4740
5780
|
},
|
|
4741
5781
|
{
|
|
4742
|
-
"name": "
|
|
5782
|
+
"name": "sidebase-auth",
|
|
4743
5783
|
"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.",
|
|
4744
5784
|
"repo": "sidebase/nuxt-auth",
|
|
4745
5785
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4785,13 +5825,13 @@
|
|
|
4785
5825
|
},
|
|
4786
5826
|
{
|
|
4787
5827
|
"name": "simple-robots",
|
|
4788
|
-
"description": "
|
|
5828
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4789
5829
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4790
5830
|
"npm": "nuxt-simple-robots",
|
|
4791
|
-
"icon": "",
|
|
5831
|
+
"icon": "simple-robots.svg",
|
|
4792
5832
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4793
|
-
"website": "https://
|
|
4794
|
-
"learn_more": "",
|
|
5833
|
+
"website": "https://nuxtseo.com/robots",
|
|
5834
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4795
5835
|
"category": "SEO",
|
|
4796
5836
|
"type": "3rd-party",
|
|
4797
5837
|
"maintainers": [
|
|
@@ -4808,41 +5848,23 @@
|
|
|
4808
5848
|
}
|
|
4809
5849
|
},
|
|
4810
5850
|
{
|
|
4811
|
-
"name": "
|
|
4812
|
-
"description": "
|
|
4813
|
-
"repo": "
|
|
4814
|
-
"npm": "
|
|
4815
|
-
"icon": "",
|
|
4816
|
-
"github": "https://github.com/
|
|
4817
|
-
"website": "https://
|
|
4818
|
-
"learn_more": "",
|
|
5851
|
+
"name": "sitemap",
|
|
5852
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5853
|
+
"repo": "nuxt-modules/sitemap",
|
|
5854
|
+
"npm": "@nuxtjs/sitemap",
|
|
5855
|
+
"icon": "simple-sitemap.svg",
|
|
5856
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
5857
|
+
"website": "https://nuxtseo.com/",
|
|
5858
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
4819
5859
|
"category": "SEO",
|
|
4820
|
-
"type": "
|
|
5860
|
+
"type": "community",
|
|
4821
5861
|
"maintainers": [
|
|
4822
5862
|
{
|
|
4823
5863
|
"name": "Harlan Wilton",
|
|
4824
5864
|
"github": "harlan-zw",
|
|
4825
5865
|
"twitter": "harlan_zw",
|
|
4826
5866
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4827
|
-
}
|
|
4828
|
-
],
|
|
4829
|
-
"compatibility": {
|
|
4830
|
-
"nuxt": "^3.0.0",
|
|
4831
|
-
"requires": {}
|
|
4832
|
-
}
|
|
4833
|
-
},
|
|
4834
|
-
{
|
|
4835
|
-
"name": "sitemap",
|
|
4836
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
4837
|
-
"repo": "nuxt-community/sitemap-module#dev",
|
|
4838
|
-
"npm": "@nuxtjs/sitemap",
|
|
4839
|
-
"icon": "",
|
|
4840
|
-
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
4841
|
-
"website": "https://sitemap.nuxtjs.org",
|
|
4842
|
-
"learn_more": "",
|
|
4843
|
-
"category": "SEO",
|
|
4844
|
-
"type": "community",
|
|
4845
|
-
"maintainers": [
|
|
5867
|
+
},
|
|
4846
5868
|
{
|
|
4847
5869
|
"name": "Nicolas PENNEC",
|
|
4848
5870
|
"github": "NicoPennec",
|
|
@@ -4850,7 +5872,7 @@
|
|
|
4850
5872
|
}
|
|
4851
5873
|
],
|
|
4852
5874
|
"compatibility": {
|
|
4853
|
-
"nuxt": "^
|
|
5875
|
+
"nuxt": "^3.0.0",
|
|
4854
5876
|
"requires": {}
|
|
4855
5877
|
}
|
|
4856
5878
|
},
|
|
@@ -4878,7 +5900,7 @@
|
|
|
4878
5900
|
},
|
|
4879
5901
|
{
|
|
4880
5902
|
"name": "snipcart",
|
|
4881
|
-
"description": "Snipcart integration module for Nuxt
|
|
5903
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4882
5904
|
"repo": "nuxt-modules/snipcart",
|
|
4883
5905
|
"npm": "@nuxtjs/snipcart",
|
|
4884
5906
|
"icon": "snipcart.png",
|
|
@@ -4901,7 +5923,7 @@
|
|
|
4901
5923
|
},
|
|
4902
5924
|
{
|
|
4903
5925
|
"name": "social-meta",
|
|
4904
|
-
"description": "Nuxt
|
|
5926
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4905
5927
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4906
5928
|
"npm": "nuxt-social-meta",
|
|
4907
5929
|
"icon": "",
|
|
@@ -5023,7 +6045,7 @@
|
|
|
5023
6045
|
},
|
|
5024
6046
|
{
|
|
5025
6047
|
"name": "storage",
|
|
5026
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
6048
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5027
6049
|
"repo": "mazipan/nuxt-storage",
|
|
5028
6050
|
"npm": "nuxt-storage",
|
|
5029
6051
|
"icon": "",
|
|
@@ -5045,7 +6067,7 @@
|
|
|
5045
6067
|
},
|
|
5046
6068
|
{
|
|
5047
6069
|
"name": "storefront-ui",
|
|
5048
|
-
"description": "Storefront UI Module for Nuxt
|
|
6070
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5049
6071
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5050
6072
|
"npm": "@storefront-ui/nuxt",
|
|
5051
6073
|
"icon": "storefront-ui.svg",
|
|
@@ -5089,8 +6111,8 @@
|
|
|
5089
6111
|
},
|
|
5090
6112
|
{
|
|
5091
6113
|
"name": "storyblok",
|
|
5092
|
-
"description": "Storyblok Nuxt
|
|
5093
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6114
|
+
"description": "Storyblok Nuxt module",
|
|
6115
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
5094
6116
|
"npm": "@storyblok/nuxt",
|
|
5095
6117
|
"icon": "storyblok.png",
|
|
5096
6118
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -5106,46 +6128,43 @@
|
|
|
5106
6128
|
],
|
|
5107
6129
|
"compatibility": {
|
|
5108
6130
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5109
|
-
"requires": {}
|
|
6131
|
+
"requires": {},
|
|
6132
|
+
"devtools": "^0.0.0"
|
|
5110
6133
|
}
|
|
5111
6134
|
},
|
|
5112
6135
|
{
|
|
5113
6136
|
"name": "storybook",
|
|
5114
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5115
|
-
"repo": "nuxt-
|
|
6137
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6138
|
+
"repo": "nuxt-modules/storybook",
|
|
5116
6139
|
"npm": "@nuxtjs/storybook",
|
|
5117
6140
|
"icon": "storybook.png",
|
|
5118
|
-
"github": "https://github.com/nuxt-
|
|
6141
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5119
6142
|
"website": "https://storybook.nuxtjs.org",
|
|
5120
|
-
"learn_more": "https://
|
|
6143
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5121
6144
|
"category": "Devtools",
|
|
5122
6145
|
"type": "community",
|
|
5123
6146
|
"maintainers": [
|
|
5124
6147
|
{
|
|
5125
|
-
"name": "
|
|
5126
|
-
"github": "
|
|
5127
|
-
"twitter": "
|
|
5128
|
-
},
|
|
5129
|
-
{
|
|
5130
|
-
"name": "Pooya Parsa",
|
|
5131
|
-
"github": "pi0",
|
|
5132
|
-
"twitter": "_pi0_"
|
|
6148
|
+
"name": "Chakir QATAB",
|
|
6149
|
+
"github": "chakAs3",
|
|
6150
|
+
"twitter": "ChakirQatab"
|
|
5133
6151
|
}
|
|
5134
6152
|
],
|
|
5135
6153
|
"compatibility": {
|
|
5136
|
-
"nuxt": "^2.0.0",
|
|
6154
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5137
6155
|
"requires": {
|
|
5138
6156
|
"bridge": "optional"
|
|
5139
|
-
}
|
|
6157
|
+
},
|
|
6158
|
+
"devtools": "^0.7.2"
|
|
5140
6159
|
}
|
|
5141
6160
|
},
|
|
5142
6161
|
{
|
|
5143
6162
|
"name": "strapi",
|
|
5144
6163
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5145
|
-
"repo": "nuxt-
|
|
6164
|
+
"repo": "nuxt-modules/strapi",
|
|
5146
6165
|
"npm": "@nuxtjs/strapi",
|
|
5147
6166
|
"icon": "strapi.png",
|
|
5148
|
-
"github": "https://github.com/nuxt-
|
|
6167
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5149
6168
|
"website": "https://strapi.nuxtjs.org",
|
|
5150
6169
|
"learn_more": "https://strapi.io/",
|
|
5151
6170
|
"category": "CMS",
|
|
@@ -5166,7 +6185,34 @@
|
|
|
5166
6185
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5167
6186
|
"requires": {
|
|
5168
6187
|
"bridge": true
|
|
6188
|
+
},
|
|
6189
|
+
"devtools": "^0.0.0"
|
|
6190
|
+
}
|
|
6191
|
+
},
|
|
6192
|
+
{
|
|
6193
|
+
"name": "stripe-next",
|
|
6194
|
+
"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.",
|
|
6195
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
6196
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
6197
|
+
"icon": "stripe.png",
|
|
6198
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6199
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6200
|
+
"learn_more": "https://stripe.com/docs",
|
|
6201
|
+
"category": "Payment",
|
|
6202
|
+
"type": "3rd-party",
|
|
6203
|
+
"maintainers": [
|
|
6204
|
+
{
|
|
6205
|
+
"name": "Loic Fuentes",
|
|
6206
|
+
"github": "fuentesloic"
|
|
6207
|
+
},
|
|
6208
|
+
{
|
|
6209
|
+
"name": "Florent Giraud",
|
|
6210
|
+
"github": "flozero"
|
|
5169
6211
|
}
|
|
6212
|
+
],
|
|
6213
|
+
"compatibility": {
|
|
6214
|
+
"nuxt": "^3.0.0",
|
|
6215
|
+
"requires": {}
|
|
5170
6216
|
}
|
|
5171
6217
|
},
|
|
5172
6218
|
{
|
|
@@ -5187,8 +6233,38 @@
|
|
|
5187
6233
|
}
|
|
5188
6234
|
],
|
|
5189
6235
|
"compatibility": {
|
|
5190
|
-
"nuxt": "^2.0.0",
|
|
5191
|
-
"requires": {}
|
|
6236
|
+
"nuxt": "^2.0.0",
|
|
6237
|
+
"requires": {}
|
|
6238
|
+
}
|
|
6239
|
+
},
|
|
6240
|
+
{
|
|
6241
|
+
"name": "studio",
|
|
6242
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6243
|
+
"repo": "nuxtlabs/studio-module",
|
|
6244
|
+
"npm": "@nuxthq/studio",
|
|
6245
|
+
"icon": "studio.svg",
|
|
6246
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6247
|
+
"website": "https://nuxt.studio",
|
|
6248
|
+
"learn_more": "https://nuxt.studio",
|
|
6249
|
+
"category": "CMS",
|
|
6250
|
+
"type": "3rd-party",
|
|
6251
|
+
"maintainers": [
|
|
6252
|
+
{
|
|
6253
|
+
"name": "Ahad Birang",
|
|
6254
|
+
"github": "farnabaz",
|
|
6255
|
+
"twitter": "a_birang"
|
|
6256
|
+
},
|
|
6257
|
+
{
|
|
6258
|
+
"name": "Sébastien Chopin",
|
|
6259
|
+
"github": "Atinux",
|
|
6260
|
+
"twitter": "Atinux"
|
|
6261
|
+
}
|
|
6262
|
+
],
|
|
6263
|
+
"compatibility": {
|
|
6264
|
+
"nuxt": "^3.0.0",
|
|
6265
|
+
"requires": {
|
|
6266
|
+
"content": true
|
|
6267
|
+
}
|
|
5192
6268
|
}
|
|
5193
6269
|
},
|
|
5194
6270
|
{
|
|
@@ -5216,7 +6292,7 @@
|
|
|
5216
6292
|
},
|
|
5217
6293
|
{
|
|
5218
6294
|
"name": "stylelint",
|
|
5219
|
-
"description": "Stylelint module for Nuxt.
|
|
6295
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5220
6296
|
"repo": "nuxt-community/stylelint-module",
|
|
5221
6297
|
"npm": "@nuxtjs/stylelint-module",
|
|
5222
6298
|
"icon": "stylelint.png",
|
|
@@ -5262,10 +6338,10 @@
|
|
|
5262
6338
|
{
|
|
5263
6339
|
"name": "supabase",
|
|
5264
6340
|
"description": "First class integration with Supabase",
|
|
5265
|
-
"repo": "nuxt-
|
|
6341
|
+
"repo": "nuxt-modules/supabase",
|
|
5266
6342
|
"npm": "@nuxtjs/supabase",
|
|
5267
6343
|
"icon": "supabase.png",
|
|
5268
|
-
"github": "https://github.com/nuxt-
|
|
6344
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5269
6345
|
"website": "https://supabase.nuxtjs.org",
|
|
5270
6346
|
"learn_more": "https://supabase.com",
|
|
5271
6347
|
"category": "Database",
|
|
@@ -5316,12 +6392,12 @@
|
|
|
5316
6392
|
},
|
|
5317
6393
|
{
|
|
5318
6394
|
"name": "svg-sprite",
|
|
5319
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5320
|
-
"repo": "nuxt-
|
|
6395
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6396
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5321
6397
|
"npm": "@nuxtjs/svg-sprite",
|
|
5322
6398
|
"icon": "",
|
|
5323
|
-
"github": "https://github.com/nuxt-
|
|
5324
|
-
"website": "https://github.com/nuxt-
|
|
6399
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6400
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5325
6401
|
"learn_more": "",
|
|
5326
6402
|
"category": "UI",
|
|
5327
6403
|
"type": "community",
|
|
@@ -5333,13 +6409,13 @@
|
|
|
5333
6409
|
}
|
|
5334
6410
|
],
|
|
5335
6411
|
"compatibility": {
|
|
5336
|
-
"nuxt": "^2.0.0",
|
|
6412
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5337
6413
|
"requires": {}
|
|
5338
6414
|
}
|
|
5339
6415
|
},
|
|
5340
6416
|
{
|
|
5341
6417
|
"name": "svg",
|
|
5342
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6418
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5343
6419
|
"repo": "nuxt-community/svg-module",
|
|
5344
6420
|
"npm": "@nuxtjs/svg",
|
|
5345
6421
|
"icon": "",
|
|
@@ -5383,7 +6459,7 @@
|
|
|
5383
6459
|
},
|
|
5384
6460
|
{
|
|
5385
6461
|
"name": "swiper",
|
|
5386
|
-
"description": "Nuxt
|
|
6462
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5387
6463
|
"repo": "cpreston321/nuxt-swiper",
|
|
5388
6464
|
"npm": "nuxt-swiper",
|
|
5389
6465
|
"icon": "swiper.svg",
|
|
@@ -5429,10 +6505,10 @@
|
|
|
5429
6505
|
{
|
|
5430
6506
|
"name": "tailwindcss",
|
|
5431
6507
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5432
|
-
"repo": "nuxt-
|
|
6508
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5433
6509
|
"npm": "@nuxtjs/tailwindcss",
|
|
5434
6510
|
"icon": "tailwindcss.png",
|
|
5435
|
-
"github": "https://github.com/nuxt-
|
|
6511
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5436
6512
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5437
6513
|
"learn_more": "https://tailwindcss.com/",
|
|
5438
6514
|
"category": "UI",
|
|
@@ -5442,11 +6518,16 @@
|
|
|
5442
6518
|
"name": "Sébastien Chopin",
|
|
5443
6519
|
"github": "Atinux",
|
|
5444
6520
|
"twitter": "Atinux"
|
|
6521
|
+
},
|
|
6522
|
+
{
|
|
6523
|
+
"name": "Inesh Bose",
|
|
6524
|
+
"github": "ineshbose"
|
|
5445
6525
|
}
|
|
5446
6526
|
],
|
|
5447
6527
|
"compatibility": {
|
|
5448
6528
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5449
|
-
"requires": {}
|
|
6529
|
+
"requires": {},
|
|
6530
|
+
"devtools": "^0.0.0"
|
|
5450
6531
|
}
|
|
5451
6532
|
},
|
|
5452
6533
|
{
|
|
@@ -5494,9 +6575,31 @@
|
|
|
5494
6575
|
"requires": {}
|
|
5495
6576
|
}
|
|
5496
6577
|
},
|
|
6578
|
+
{
|
|
6579
|
+
"name": "tiptap",
|
|
6580
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6581
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6582
|
+
"npm": "nuxt-tiptap-editor",
|
|
6583
|
+
"icon": "tiptap.png",
|
|
6584
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6585
|
+
"website": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6586
|
+
"learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6587
|
+
"category": "Libraries",
|
|
6588
|
+
"type": "3rd-party",
|
|
6589
|
+
"maintainers": [
|
|
6590
|
+
{
|
|
6591
|
+
"name": "modbender",
|
|
6592
|
+
"github": "modbender"
|
|
6593
|
+
}
|
|
6594
|
+
],
|
|
6595
|
+
"compatibility": {
|
|
6596
|
+
"nuxt": "^3.0.0",
|
|
6597
|
+
"requires": {}
|
|
6598
|
+
}
|
|
6599
|
+
},
|
|
5497
6600
|
{
|
|
5498
6601
|
"name": "toast",
|
|
5499
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6602
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5500
6603
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5501
6604
|
"npm": "@nuxtjs/toast",
|
|
5502
6605
|
"icon": "",
|
|
@@ -5517,6 +6620,61 @@
|
|
|
5517
6620
|
"requires": {}
|
|
5518
6621
|
}
|
|
5519
6622
|
},
|
|
6623
|
+
{
|
|
6624
|
+
"name": "translation-manager",
|
|
6625
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6626
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6627
|
+
"npm": "nuxt-translation-manager",
|
|
6628
|
+
"icon": "translation-manager.png",
|
|
6629
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6630
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6631
|
+
"learn_more": "",
|
|
6632
|
+
"category": "Extensions",
|
|
6633
|
+
"type": "3rd-party",
|
|
6634
|
+
"maintainers": [
|
|
6635
|
+
{
|
|
6636
|
+
"name": "Sam K",
|
|
6637
|
+
"github": "samk-dev"
|
|
6638
|
+
}
|
|
6639
|
+
],
|
|
6640
|
+
"compatibility": {
|
|
6641
|
+
"nuxt": "^3.0.0",
|
|
6642
|
+
"requires": {}
|
|
6643
|
+
}
|
|
6644
|
+
},
|
|
6645
|
+
{
|
|
6646
|
+
"name": "tresjs",
|
|
6647
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6648
|
+
"repo": "tresjs/nuxt",
|
|
6649
|
+
"npm": "@tresjs/nuxt",
|
|
6650
|
+
"icon": "tresjs.svg",
|
|
6651
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6652
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6653
|
+
"learn_more": "https://tresjs.org/",
|
|
6654
|
+
"category": "Libraries",
|
|
6655
|
+
"type": "3rd-party",
|
|
6656
|
+
"maintainers": [
|
|
6657
|
+
{
|
|
6658
|
+
"name": "Alvaro Saburido",
|
|
6659
|
+
"github": "alvarosabu",
|
|
6660
|
+
"twitter": "alvarosabu"
|
|
6661
|
+
},
|
|
6662
|
+
{
|
|
6663
|
+
"name": "Jaime Torrealba",
|
|
6664
|
+
"github": "JaimeTorrealba",
|
|
6665
|
+
"twitter": "jaimebboyjt"
|
|
6666
|
+
},
|
|
6667
|
+
{
|
|
6668
|
+
"name": "Tino Koch",
|
|
6669
|
+
"github": "Tinoooo",
|
|
6670
|
+
"twitter": "ichbintino"
|
|
6671
|
+
}
|
|
6672
|
+
],
|
|
6673
|
+
"compatibility": {
|
|
6674
|
+
"nuxt": "^3.0.0",
|
|
6675
|
+
"requires": {}
|
|
6676
|
+
}
|
|
6677
|
+
},
|
|
5520
6678
|
{
|
|
5521
6679
|
"name": "turnstile",
|
|
5522
6680
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5544,7 +6702,7 @@
|
|
|
5544
6702
|
},
|
|
5545
6703
|
{
|
|
5546
6704
|
"name": "twa",
|
|
5547
|
-
"description": "Nuxt
|
|
6705
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5548
6706
|
"repo": "tuarrep/nuxt-twa",
|
|
5549
6707
|
"npm": "nuxt-twa",
|
|
5550
6708
|
"icon": "",
|
|
@@ -5732,6 +6890,63 @@
|
|
|
5732
6890
|
"requires": {}
|
|
5733
6891
|
}
|
|
5734
6892
|
},
|
|
6893
|
+
{
|
|
6894
|
+
"name": "typo3",
|
|
6895
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6896
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6897
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6898
|
+
"icon": "typo3.svg",
|
|
6899
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6900
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6901
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6902
|
+
"category": "CMS",
|
|
6903
|
+
"type": "3rd-party",
|
|
6904
|
+
"maintainers": [
|
|
6905
|
+
{
|
|
6906
|
+
"name": "Macopedia",
|
|
6907
|
+
"github": "macopedia",
|
|
6908
|
+
"twitter": "macopediapl"
|
|
6909
|
+
}
|
|
6910
|
+
],
|
|
6911
|
+
"compatibility": {
|
|
6912
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6913
|
+
"requires": {},
|
|
6914
|
+
"devtools": "^0.0.0"
|
|
6915
|
+
}
|
|
6916
|
+
},
|
|
6917
|
+
{
|
|
6918
|
+
"name": "ui",
|
|
6919
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6920
|
+
"repo": "nuxt/ui#dev",
|
|
6921
|
+
"npm": "@nuxt/ui",
|
|
6922
|
+
"icon": "nuxt.svg",
|
|
6923
|
+
"github": "https://github.com/nuxt/ui",
|
|
6924
|
+
"website": "https://ui.nuxt.com",
|
|
6925
|
+
"learn_more": "",
|
|
6926
|
+
"category": "UI",
|
|
6927
|
+
"type": "official",
|
|
6928
|
+
"maintainers": [
|
|
6929
|
+
{
|
|
6930
|
+
"name": "Benjamin Canac",
|
|
6931
|
+
"github": "benjamincanac",
|
|
6932
|
+
"twitter": "benjamincanac"
|
|
6933
|
+
},
|
|
6934
|
+
{
|
|
6935
|
+
"name": "Sebastien Chopin",
|
|
6936
|
+
"github": "Atinux",
|
|
6937
|
+
"twitter": "Atinux"
|
|
6938
|
+
},
|
|
6939
|
+
{
|
|
6940
|
+
"name": "Sylvain Marroufin",
|
|
6941
|
+
"github": "smarroufin",
|
|
6942
|
+
"twitter": "smarroufin"
|
|
6943
|
+
}
|
|
6944
|
+
],
|
|
6945
|
+
"compatibility": {
|
|
6946
|
+
"nuxt": "^3.0.0",
|
|
6947
|
+
"requires": {}
|
|
6948
|
+
}
|
|
6949
|
+
},
|
|
5735
6950
|
{
|
|
5736
6951
|
"name": "umami",
|
|
5737
6952
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5756,31 +6971,9 @@
|
|
|
5756
6971
|
}
|
|
5757
6972
|
}
|
|
5758
6973
|
},
|
|
5759
|
-
{
|
|
5760
|
-
"name": "unhead",
|
|
5761
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5762
|
-
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5763
|
-
"npm": "nuxt-seo-experiments",
|
|
5764
|
-
"icon": "",
|
|
5765
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5766
|
-
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5767
|
-
"learn_more": "",
|
|
5768
|
-
"category": "SEO",
|
|
5769
|
-
"type": "3rd-party",
|
|
5770
|
-
"maintainers": [
|
|
5771
|
-
{
|
|
5772
|
-
"name": "harlan-zw",
|
|
5773
|
-
"github": "harlan-zw"
|
|
5774
|
-
}
|
|
5775
|
-
],
|
|
5776
|
-
"compatibility": {
|
|
5777
|
-
"nuxt": "^3.0.0",
|
|
5778
|
-
"requires": {}
|
|
5779
|
-
}
|
|
5780
|
-
},
|
|
5781
6974
|
{
|
|
5782
6975
|
"name": "universal-storage",
|
|
5783
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6976
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5784
6977
|
"repo": "nuxt-community/universal-storage-module",
|
|
5785
6978
|
"npm": "@nuxtjs/universal-storage",
|
|
5786
6979
|
"icon": "",
|
|
@@ -5809,7 +7002,7 @@
|
|
|
5809
7002
|
{
|
|
5810
7003
|
"name": "unlazy",
|
|
5811
7004
|
"description": "Lazy loading library for placeholder images",
|
|
5812
|
-
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
7005
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
5813
7006
|
"npm": "@unlazy/nuxt",
|
|
5814
7007
|
"icon": "unlazy.svg",
|
|
5815
7008
|
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
@@ -5857,12 +7050,12 @@
|
|
|
5857
7050
|
{
|
|
5858
7051
|
"name": "unocss",
|
|
5859
7052
|
"description": "The instant on-demand atomic CSS engine.",
|
|
5860
|
-
"repo": "
|
|
7053
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
5861
7054
|
"npm": "@unocss/nuxt",
|
|
5862
7055
|
"icon": "unocss.svg",
|
|
5863
|
-
"github": "https://github.com/
|
|
5864
|
-
"website": "https://github.com/
|
|
5865
|
-
"learn_more": "https://github.com/
|
|
7056
|
+
"github": "https://github.com/unocss/unocss",
|
|
7057
|
+
"website": "https://github.com/unocss/unocss",
|
|
7058
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
5866
7059
|
"category": "UI",
|
|
5867
7060
|
"type": "3rd-party",
|
|
5868
7061
|
"maintainers": [
|
|
@@ -5877,7 +7070,8 @@
|
|
|
5877
7070
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5878
7071
|
"requires": {
|
|
5879
7072
|
"bridge": "optional"
|
|
5880
|
-
}
|
|
7073
|
+
},
|
|
7074
|
+
"devtools": "^0.0.0"
|
|
5881
7075
|
}
|
|
5882
7076
|
},
|
|
5883
7077
|
{
|
|
@@ -5903,9 +7097,55 @@
|
|
|
5903
7097
|
"requires": {}
|
|
5904
7098
|
}
|
|
5905
7099
|
},
|
|
7100
|
+
{
|
|
7101
|
+
"name": "use-bootstrap",
|
|
7102
|
+
"description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
|
|
7103
|
+
"repo": "simplise/use-bootstrap",
|
|
7104
|
+
"npm": "usebootstrap",
|
|
7105
|
+
"icon": "use-bootstrap.svg",
|
|
7106
|
+
"github": "https://github.com/simplise/use-bootstrap",
|
|
7107
|
+
"website": "https://usebootstrap.org/",
|
|
7108
|
+
"learn_more": "https://usebootstrap.org/",
|
|
7109
|
+
"category": "UI",
|
|
7110
|
+
"type": "3rd-party",
|
|
7111
|
+
"maintainers": [
|
|
7112
|
+
{
|
|
7113
|
+
"name": "KoujiSano",
|
|
7114
|
+
"github": "KoujiSano"
|
|
7115
|
+
}
|
|
7116
|
+
],
|
|
7117
|
+
"compatibility": {
|
|
7118
|
+
"nuxt": "^3.0.0",
|
|
7119
|
+
"requires": {}
|
|
7120
|
+
}
|
|
7121
|
+
},
|
|
7122
|
+
{
|
|
7123
|
+
"name": "use-wagmi",
|
|
7124
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
7125
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
7126
|
+
"npm": "@use-wagmi/nuxt",
|
|
7127
|
+
"icon": "use-wagmi.png",
|
|
7128
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
7129
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
7130
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
7131
|
+
"category": "Extensions",
|
|
7132
|
+
"type": "3rd-party",
|
|
7133
|
+
"maintainers": [
|
|
7134
|
+
{
|
|
7135
|
+
"name": "Unic Ape",
|
|
7136
|
+
"github": "unicape"
|
|
7137
|
+
}
|
|
7138
|
+
],
|
|
7139
|
+
"compatibility": {
|
|
7140
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7141
|
+
"requires": {
|
|
7142
|
+
"bridge": true
|
|
7143
|
+
}
|
|
7144
|
+
}
|
|
7145
|
+
},
|
|
5906
7146
|
{
|
|
5907
7147
|
"name": "user-agent",
|
|
5908
|
-
"description": "Nuxt
|
|
7148
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5909
7149
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5910
7150
|
"npm": "nuxt-user-agent",
|
|
5911
7151
|
"icon": "",
|
|
@@ -5933,7 +7173,7 @@
|
|
|
5933
7173
|
"icon": "vee-validate.png",
|
|
5934
7174
|
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
5935
7175
|
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
5936
|
-
"learn_more": "
|
|
7176
|
+
"learn_more": "",
|
|
5937
7177
|
"category": "Libraries",
|
|
5938
7178
|
"type": "3rd-party",
|
|
5939
7179
|
"maintainers": [
|
|
@@ -5995,9 +7235,31 @@
|
|
|
5995
7235
|
}
|
|
5996
7236
|
}
|
|
5997
7237
|
},
|
|
7238
|
+
{
|
|
7239
|
+
"name": "vcalendar",
|
|
7240
|
+
"description": "VCalendar module for Nuxt",
|
|
7241
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
7242
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7243
|
+
"icon": "vcalendar.png",
|
|
7244
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
7245
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
7246
|
+
"learn_more": "",
|
|
7247
|
+
"category": "Libraries",
|
|
7248
|
+
"type": "3rd-party",
|
|
7249
|
+
"maintainers": [
|
|
7250
|
+
{
|
|
7251
|
+
"name": "Sam K",
|
|
7252
|
+
"github": "samk-dev"
|
|
7253
|
+
}
|
|
7254
|
+
],
|
|
7255
|
+
"compatibility": {
|
|
7256
|
+
"nuxt": "^3.0.0",
|
|
7257
|
+
"requires": {}
|
|
7258
|
+
}
|
|
7259
|
+
},
|
|
5998
7260
|
{
|
|
5999
7261
|
"name": "vee-validate",
|
|
6000
|
-
"description": "Painless Vue forms for Nuxt
|
|
7262
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6001
7263
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6002
7264
|
"npm": "@vee-validate/nuxt",
|
|
6003
7265
|
"icon": "vee-validate.png",
|
|
@@ -6087,7 +7349,7 @@
|
|
|
6087
7349
|
},
|
|
6088
7350
|
{
|
|
6089
7351
|
"name": "vite-pwa-nuxt",
|
|
6090
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7352
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6091
7353
|
"repo": "vite-pwa/nuxt",
|
|
6092
7354
|
"npm": "@vite-pwa/nuxt",
|
|
6093
7355
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6114,24 +7376,52 @@
|
|
|
6114
7376
|
}
|
|
6115
7377
|
},
|
|
6116
7378
|
{
|
|
6117
|
-
"name": "
|
|
6118
|
-
"description": "
|
|
6119
|
-
"repo": "
|
|
6120
|
-
"npm": "nuxt
|
|
6121
|
-
"icon": "
|
|
6122
|
-
"github": "https://github.com/
|
|
6123
|
-
"website": "https://
|
|
6124
|
-
"learn_more": "",
|
|
6125
|
-
"category": "
|
|
7379
|
+
"name": "vue-email",
|
|
7380
|
+
"description": "💌 Write email templates with vue",
|
|
7381
|
+
"repo": "vue-email/nuxt",
|
|
7382
|
+
"npm": "@vue-email/nuxt",
|
|
7383
|
+
"icon": "vue-email.svg",
|
|
7384
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7385
|
+
"website": "https://vuemail.net/",
|
|
7386
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
7387
|
+
"category": "UI",
|
|
6126
7388
|
"type": "3rd-party",
|
|
6127
7389
|
"maintainers": [
|
|
6128
7390
|
{
|
|
6129
|
-
"name": "
|
|
6130
|
-
"github": "
|
|
7391
|
+
"name": "David Arenas",
|
|
7392
|
+
"github": "Dave136",
|
|
7393
|
+
"twitter": "davejs4",
|
|
7394
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6131
7395
|
},
|
|
6132
7396
|
{
|
|
6133
|
-
"name": "
|
|
6134
|
-
"github": "
|
|
7397
|
+
"name": "Younes Barrad",
|
|
7398
|
+
"github": "Flowko",
|
|
7399
|
+
"twitter": "imflowko",
|
|
7400
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
7401
|
+
}
|
|
7402
|
+
],
|
|
7403
|
+
"compatibility": {
|
|
7404
|
+
"nuxt": "^3.0.0",
|
|
7405
|
+
"requires": {},
|
|
7406
|
+
"devtools": "^0.0.0"
|
|
7407
|
+
}
|
|
7408
|
+
},
|
|
7409
|
+
{
|
|
7410
|
+
"name": "vue-final-modal",
|
|
7411
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7412
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7413
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7414
|
+
"icon": "vue-final-modal.svg",
|
|
7415
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7416
|
+
"website": "https://vue-final-modal.org/",
|
|
7417
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7418
|
+
"category": "UI",
|
|
7419
|
+
"type": "3rd-party",
|
|
7420
|
+
"maintainers": [
|
|
7421
|
+
{
|
|
7422
|
+
"name": "Hunter Liu",
|
|
7423
|
+
"github": "hunterliu1003",
|
|
7424
|
+
"twitter": "hunterliu1003"
|
|
6135
7425
|
}
|
|
6136
7426
|
],
|
|
6137
7427
|
"compatibility": {
|
|
@@ -6161,7 +7451,8 @@
|
|
|
6161
7451
|
"nuxt": "^3.0.0",
|
|
6162
7452
|
"requires": {
|
|
6163
7453
|
"bridge": "optional"
|
|
6164
|
-
}
|
|
7454
|
+
},
|
|
7455
|
+
"devtools": "^0.0.0"
|
|
6165
7456
|
}
|
|
6166
7457
|
},
|
|
6167
7458
|
{
|
|
@@ -6188,7 +7479,7 @@
|
|
|
6188
7479
|
},
|
|
6189
7480
|
{
|
|
6190
7481
|
"name": "vue-multiselect",
|
|
6191
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7482
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6192
7483
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6193
7484
|
"npm": "nuxt-vue-multiselect",
|
|
6194
7485
|
"icon": "",
|
|
@@ -6233,7 +7524,7 @@
|
|
|
6233
7524
|
{
|
|
6234
7525
|
"name": "vue-query",
|
|
6235
7526
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6236
|
-
"repo": "Hebilicious/vue-query-nuxt#main",
|
|
7527
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
6237
7528
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
6238
7529
|
"icon": "vue-query.svg",
|
|
6239
7530
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -6302,7 +7593,7 @@
|
|
|
6302
7593
|
},
|
|
6303
7594
|
{
|
|
6304
7595
|
"name": "vue-warehouse",
|
|
6305
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7596
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6306
7597
|
"repo": "juliomrqz/vue-warehouse",
|
|
6307
7598
|
"npm": "vue-warehouse",
|
|
6308
7599
|
"icon": "",
|
|
@@ -6323,10 +7614,33 @@
|
|
|
6323
7614
|
"requires": {}
|
|
6324
7615
|
}
|
|
6325
7616
|
},
|
|
7617
|
+
{
|
|
7618
|
+
"name": "vue3-carousel-nuxt",
|
|
7619
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7620
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7621
|
+
"npm": "vue3-carousel-nuxt",
|
|
7622
|
+
"icon": "",
|
|
7623
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7624
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7625
|
+
"learn_more": "",
|
|
7626
|
+
"category": "UI",
|
|
7627
|
+
"type": "3rd-party",
|
|
7628
|
+
"maintainers": [
|
|
7629
|
+
{
|
|
7630
|
+
"name": "Gaetan SENN",
|
|
7631
|
+
"github": "gaetansenn",
|
|
7632
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7633
|
+
}
|
|
7634
|
+
],
|
|
7635
|
+
"compatibility": {
|
|
7636
|
+
"nuxt": "^3.0.0",
|
|
7637
|
+
"requires": {}
|
|
7638
|
+
}
|
|
7639
|
+
},
|
|
6326
7640
|
{
|
|
6327
7641
|
"name": "vuefire",
|
|
6328
7642
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
6329
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
7643
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
6330
7644
|
"npm": "nuxt-vuefire",
|
|
6331
7645
|
"icon": "vuefire.svg",
|
|
6332
7646
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -6345,15 +7659,61 @@
|
|
|
6345
7659
|
"requires": {}
|
|
6346
7660
|
}
|
|
6347
7661
|
},
|
|
7662
|
+
{
|
|
7663
|
+
"name": "vueform-builder",
|
|
7664
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7665
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7666
|
+
"npm": "@vueform/builder-nuxt",
|
|
7667
|
+
"icon": "vueform.svg",
|
|
7668
|
+
"github": "https://github.com/vueform/builder",
|
|
7669
|
+
"website": "https://builder.vueform.com",
|
|
7670
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7671
|
+
"category": "Libraries",
|
|
7672
|
+
"type": "3rd-party",
|
|
7673
|
+
"maintainers": [
|
|
7674
|
+
{
|
|
7675
|
+
"name": "Adam Berecz",
|
|
7676
|
+
"github": "adamberecz",
|
|
7677
|
+
"twitter": "bereczadam"
|
|
7678
|
+
}
|
|
7679
|
+
],
|
|
7680
|
+
"compatibility": {
|
|
7681
|
+
"nuxt": "^3.0.0",
|
|
7682
|
+
"requires": {}
|
|
7683
|
+
}
|
|
7684
|
+
},
|
|
7685
|
+
{
|
|
7686
|
+
"name": "vueform",
|
|
7687
|
+
"description": "Official Vueform module for Nuxt",
|
|
7688
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7689
|
+
"npm": "@vueform/nuxt",
|
|
7690
|
+
"icon": "vueform.svg",
|
|
7691
|
+
"github": "https://github.com/vueform/vueform",
|
|
7692
|
+
"website": "https://vueform.com",
|
|
7693
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7694
|
+
"category": "Libraries",
|
|
7695
|
+
"type": "3rd-party",
|
|
7696
|
+
"maintainers": [
|
|
7697
|
+
{
|
|
7698
|
+
"name": "Adam Berecz",
|
|
7699
|
+
"github": "adamberecz",
|
|
7700
|
+
"twitter": "bereczadam"
|
|
7701
|
+
}
|
|
7702
|
+
],
|
|
7703
|
+
"compatibility": {
|
|
7704
|
+
"nuxt": "^3.0.0",
|
|
7705
|
+
"requires": {}
|
|
7706
|
+
}
|
|
7707
|
+
},
|
|
6348
7708
|
{
|
|
6349
7709
|
"name": "vuestic",
|
|
6350
|
-
"description": "Vuestic UI module for Nuxt
|
|
7710
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6351
7711
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6352
7712
|
"npm": "@vuestic/nuxt",
|
|
6353
7713
|
"icon": "vuestic.png",
|
|
6354
7714
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
6355
|
-
"website": "https://vuestic.dev",
|
|
6356
|
-
"learn_more": "https://vuestic.dev/
|
|
7715
|
+
"website": "https://ui.vuestic.dev",
|
|
7716
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
6357
7717
|
"category": "UI",
|
|
6358
7718
|
"type": "3rd-party",
|
|
6359
7719
|
"maintainers": [
|
|
@@ -6367,9 +7727,31 @@
|
|
|
6367
7727
|
"requires": {}
|
|
6368
7728
|
}
|
|
6369
7729
|
},
|
|
7730
|
+
{
|
|
7731
|
+
"name": "vuetify-nuxt-module",
|
|
7732
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7733
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7734
|
+
"npm": "vuetify-nuxt-module",
|
|
7735
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7736
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7737
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7738
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
7739
|
+
"category": "UI",
|
|
7740
|
+
"type": "3rd-party",
|
|
7741
|
+
"maintainers": [
|
|
7742
|
+
{
|
|
7743
|
+
"name": "Joaquín Sánchez",
|
|
7744
|
+
"github": "userquin"
|
|
7745
|
+
}
|
|
7746
|
+
],
|
|
7747
|
+
"compatibility": {
|
|
7748
|
+
"nuxt": "^3.0.0",
|
|
7749
|
+
"requires": {}
|
|
7750
|
+
}
|
|
7751
|
+
},
|
|
6370
7752
|
{
|
|
6371
7753
|
"name": "vuetify",
|
|
6372
|
-
"description": "Vuetify Module for Nuxt
|
|
7754
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6373
7755
|
"repo": "nuxt-community/vuetify-module",
|
|
6374
7756
|
"npm": "@nuxtjs/vuetify",
|
|
6375
7757
|
"icon": "vuetify.png",
|
|
@@ -6416,7 +7798,8 @@
|
|
|
6416
7798
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6417
7799
|
"requires": {
|
|
6418
7800
|
"bridge": "optional"
|
|
6419
|
-
}
|
|
7801
|
+
},
|
|
7802
|
+
"devtools": "^0.0.0"
|
|
6420
7803
|
}
|
|
6421
7804
|
},
|
|
6422
7805
|
{
|
|
@@ -6443,7 +7826,7 @@
|
|
|
6443
7826
|
},
|
|
6444
7827
|
{
|
|
6445
7828
|
"name": "vunix",
|
|
6446
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7829
|
+
"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.",
|
|
6447
7830
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6448
7831
|
"npm": "@vunix/nuxt",
|
|
6449
7832
|
"icon": "",
|
|
@@ -6467,11 +7850,11 @@
|
|
|
6467
7850
|
{
|
|
6468
7851
|
"name": "web-vitals",
|
|
6469
7852
|
"description": "Web Vitals for Nuxt",
|
|
6470
|
-
"repo": "nuxt-
|
|
7853
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6471
7854
|
"npm": "@nuxtjs/web-vitals",
|
|
6472
7855
|
"icon": "web-vitals.png",
|
|
6473
|
-
"github": "https://github.com/nuxt-
|
|
6474
|
-
"website": "https://github.com/nuxt-
|
|
7856
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7857
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6475
7858
|
"learn_more": "",
|
|
6476
7859
|
"category": "Performance",
|
|
6477
7860
|
"type": "community",
|
|
@@ -6522,7 +7905,7 @@
|
|
|
6522
7905
|
},
|
|
6523
7906
|
{
|
|
6524
7907
|
"name": "webpack-optimisations",
|
|
6525
|
-
"description": "Nuxt
|
|
7908
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6526
7909
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6527
7910
|
"npm": "nuxt-webpack-optimisations",
|
|
6528
7911
|
"icon": "build-optimisations.svg",
|
|
@@ -6597,7 +7980,7 @@
|
|
|
6597
7980
|
"icon": "webpack.png",
|
|
6598
7981
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6599
7982
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6600
|
-
"learn_more": "
|
|
7983
|
+
"learn_more": "",
|
|
6601
7984
|
"category": "Devtools",
|
|
6602
7985
|
"type": "community",
|
|
6603
7986
|
"maintainers": [
|
|
@@ -6614,7 +7997,7 @@
|
|
|
6614
7997
|
},
|
|
6615
7998
|
{
|
|
6616
7999
|
"name": "well-known",
|
|
6617
|
-
"description": "A Nuxt
|
|
8000
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6618
8001
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6619
8002
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6620
8003
|
"icon": "well-known.svg",
|
|
@@ -6636,7 +8019,7 @@
|
|
|
6636
8019
|
},
|
|
6637
8020
|
{
|
|
6638
8021
|
"name": "wideangle",
|
|
6639
|
-
"description": "Nuxt
|
|
8022
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
6640
8023
|
"repo": "inputobjects/wideangle-nuxt",
|
|
6641
8024
|
"npm": "wideangle-nuxt",
|
|
6642
8025
|
"icon": "wideangle.png",
|
|
@@ -6663,11 +8046,11 @@
|
|
|
6663
8046
|
{
|
|
6664
8047
|
"name": "windicss",
|
|
6665
8048
|
"description": "Next generation utility-first CSS framework.",
|
|
6666
|
-
"repo": "windicss/nuxt-windicss
|
|
8049
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
6667
8050
|
"npm": "nuxt-windicss",
|
|
6668
8051
|
"icon": "windicss.svg",
|
|
6669
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
6670
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
8052
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
8053
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
6671
8054
|
"learn_more": "https://windicss.org/",
|
|
6672
8055
|
"category": "UI",
|
|
6673
8056
|
"type": "3rd-party",
|
|
@@ -6803,55 +8186,9 @@
|
|
|
6803
8186
|
"requires": {}
|
|
6804
8187
|
}
|
|
6805
8188
|
},
|
|
6806
|
-
{
|
|
6807
|
-
"name": "yandex-metrika-next",
|
|
6808
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6809
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6810
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6811
|
-
"icon": "yandex-metrika.svg",
|
|
6812
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6813
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6814
|
-
"learn_more": "",
|
|
6815
|
-
"category": "Analytics",
|
|
6816
|
-
"type": "3rd-party",
|
|
6817
|
-
"maintainers": [
|
|
6818
|
-
{
|
|
6819
|
-
"name": "Aleksandr Saburov",
|
|
6820
|
-
"github": "artmizu",
|
|
6821
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6822
|
-
}
|
|
6823
|
-
],
|
|
6824
|
-
"compatibility": {
|
|
6825
|
-
"nuxt": "^3.0.0",
|
|
6826
|
-
"requires": {}
|
|
6827
|
-
}
|
|
6828
|
-
},
|
|
6829
|
-
{
|
|
6830
|
-
"name": "yandex-metrika",
|
|
6831
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6832
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6833
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6834
|
-
"icon": "",
|
|
6835
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6836
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6837
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6838
|
-
"category": "Analytics",
|
|
6839
|
-
"type": "community",
|
|
6840
|
-
"maintainers": [
|
|
6841
|
-
{
|
|
6842
|
-
"name": "Pooya Parsa",
|
|
6843
|
-
"github": "pi0",
|
|
6844
|
-
"twitter": "_pi0_"
|
|
6845
|
-
}
|
|
6846
|
-
],
|
|
6847
|
-
"compatibility": {
|
|
6848
|
-
"nuxt": "^2.0.0",
|
|
6849
|
-
"requires": {}
|
|
6850
|
-
}
|
|
6851
|
-
},
|
|
6852
8189
|
{
|
|
6853
8190
|
"name": "zendesk",
|
|
6854
|
-
"description": "Nuxt
|
|
8191
|
+
"description": "Nuxt module for Zendesk",
|
|
6855
8192
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6856
8193
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6857
8194
|
"icon": "zendesk.png",
|