@nuxt/modules 0.6.0-1893cf → 0.6.0-18fcb9
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 +1898 -490
- 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",
|
|
@@ -1949,6 +2173,28 @@
|
|
|
1949
2173
|
"requires": {}
|
|
1950
2174
|
}
|
|
1951
2175
|
},
|
|
2176
|
+
{
|
|
2177
|
+
"name": "hanko",
|
|
2178
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
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/",
|
|
2185
|
+
"category": "Security",
|
|
2186
|
+
"type": "community",
|
|
2187
|
+
"maintainers": [
|
|
2188
|
+
{
|
|
2189
|
+
"name": "danielroe",
|
|
2190
|
+
"github": "danielroe"
|
|
2191
|
+
}
|
|
2192
|
+
],
|
|
2193
|
+
"compatibility": {
|
|
2194
|
+
"nuxt": "^3.0.0",
|
|
2195
|
+
"requires": {}
|
|
2196
|
+
}
|
|
2197
|
+
},
|
|
1952
2198
|
{
|
|
1953
2199
|
"name": "harlem",
|
|
1954
2200
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -2019,7 +2265,7 @@
|
|
|
2019
2265
|
},
|
|
2020
2266
|
{
|
|
2021
2267
|
"name": "helmet",
|
|
2022
|
-
"description": "Easy Helmet module with Nuxt
|
|
2268
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2023
2269
|
"repo": "victor-perez/nuxt-helmet",
|
|
2024
2270
|
"npm": "nuxt-helmet",
|
|
2025
2271
|
"icon": "",
|
|
@@ -2063,7 +2309,7 @@
|
|
|
2063
2309
|
},
|
|
2064
2310
|
{
|
|
2065
2311
|
"name": "history-state",
|
|
2066
|
-
"description": "Nuxt
|
|
2312
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2067
2313
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2068
2314
|
"npm": "nuxt-history-state",
|
|
2069
2315
|
"icon": "",
|
|
@@ -2132,7 +2378,7 @@
|
|
|
2132
2378
|
},
|
|
2133
2379
|
{
|
|
2134
2380
|
"name": "http",
|
|
2135
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2381
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2136
2382
|
"repo": "nuxt/http",
|
|
2137
2383
|
"npm": "@nuxt/http",
|
|
2138
2384
|
"icon": "http.png",
|
|
@@ -2160,7 +2406,7 @@
|
|
|
2160
2406
|
},
|
|
2161
2407
|
{
|
|
2162
2408
|
"name": "humans-txt",
|
|
2163
|
-
"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.",
|
|
2164
2410
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2165
2411
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2166
2412
|
"icon": "",
|
|
@@ -2184,12 +2430,12 @@
|
|
|
2184
2430
|
{
|
|
2185
2431
|
"name": "i18n",
|
|
2186
2432
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2187
|
-
"repo": "nuxt-
|
|
2433
|
+
"repo": "nuxt-modules/i18n",
|
|
2188
2434
|
"npm": "@nuxtjs/i18n",
|
|
2189
2435
|
"icon": "i18n.png",
|
|
2190
|
-
"github": "https://github.com/nuxt-
|
|
2436
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2191
2437
|
"website": "https://i18n.nuxtjs.org",
|
|
2192
|
-
"learn_more": "https://
|
|
2438
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2193
2439
|
"category": "Extensions",
|
|
2194
2440
|
"type": "community",
|
|
2195
2441
|
"maintainers": [
|
|
@@ -2200,6 +2446,10 @@
|
|
|
2200
2446
|
{
|
|
2201
2447
|
"name": "Kazuya Kawaguchi",
|
|
2202
2448
|
"github": "kazupon"
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"name": "Bobbie Goede",
|
|
2452
|
+
"github": "BobbieGoede"
|
|
2203
2453
|
}
|
|
2204
2454
|
],
|
|
2205
2455
|
"compatibility": {
|
|
@@ -2229,6 +2479,29 @@
|
|
|
2229
2479
|
"requires": {}
|
|
2230
2480
|
}
|
|
2231
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
|
+
},
|
|
2232
2505
|
{
|
|
2233
2506
|
"name": "icon",
|
|
2234
2507
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2248,7 +2521,8 @@
|
|
|
2248
2521
|
],
|
|
2249
2522
|
"compatibility": {
|
|
2250
2523
|
"nuxt": "^3.0.0",
|
|
2251
|
-
"requires": {}
|
|
2524
|
+
"requires": {},
|
|
2525
|
+
"devtools": "^0.0.0"
|
|
2252
2526
|
}
|
|
2253
2527
|
},
|
|
2254
2528
|
{
|
|
@@ -2297,12 +2571,12 @@
|
|
|
2297
2571
|
},
|
|
2298
2572
|
{
|
|
2299
2573
|
"name": "image",
|
|
2300
|
-
"description": "Optimised images for
|
|
2574
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2301
2575
|
"repo": "nuxt/image",
|
|
2302
2576
|
"npm": "@nuxt/image",
|
|
2303
2577
|
"icon": "image.png",
|
|
2304
2578
|
"github": "https://github.com/nuxt/image",
|
|
2305
|
-
"website": "https://image.
|
|
2579
|
+
"website": "https://image.nuxt.com",
|
|
2306
2580
|
"learn_more": "",
|
|
2307
2581
|
"category": "Images",
|
|
2308
2582
|
"type": "official",
|
|
@@ -2312,6 +2586,11 @@
|
|
|
2312
2586
|
"github": "farnabaz",
|
|
2313
2587
|
"twitter": "a_birang"
|
|
2314
2588
|
},
|
|
2589
|
+
{
|
|
2590
|
+
"name": "Daniel Roe",
|
|
2591
|
+
"github": "danielroe",
|
|
2592
|
+
"twitter": "danielcroe"
|
|
2593
|
+
},
|
|
2315
2594
|
{
|
|
2316
2595
|
"name": "Pooya Parsa",
|
|
2317
2596
|
"github": "pi0",
|
|
@@ -2332,7 +2611,7 @@
|
|
|
2332
2611
|
},
|
|
2333
2612
|
{
|
|
2334
2613
|
"name": "imagemin",
|
|
2335
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2614
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2336
2615
|
"repo": "nuxt-community/imagemin-module",
|
|
2337
2616
|
"npm": "@nuxtjs/imagemin",
|
|
2338
2617
|
"icon": "imagemin.png",
|
|
@@ -2379,7 +2658,7 @@
|
|
|
2379
2658
|
},
|
|
2380
2659
|
{
|
|
2381
2660
|
"name": "intercom",
|
|
2382
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2661
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2383
2662
|
"repo": "hex-digital/nuxt-intercom",
|
|
2384
2663
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2385
2664
|
"icon": "intercom.png",
|
|
@@ -2424,7 +2703,7 @@
|
|
|
2424
2703
|
},
|
|
2425
2704
|
{
|
|
2426
2705
|
"name": "jsonapi",
|
|
2427
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2706
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2428
2707
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2429
2708
|
"npm": "nuxt-jsonapi",
|
|
2430
2709
|
"icon": "jsonapi.svg",
|
|
@@ -2466,9 +2745,37 @@
|
|
|
2466
2745
|
"requires": {}
|
|
2467
2746
|
}
|
|
2468
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
|
+
},
|
|
2469
2776
|
{
|
|
2470
2777
|
"name": "kql",
|
|
2471
|
-
"description": "Nuxt
|
|
2778
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2472
2779
|
"repo": "johannschopplich/nuxt-kql",
|
|
2473
2780
|
"npm": "nuxt-kql",
|
|
2474
2781
|
"icon": "kql.svg",
|
|
@@ -2492,7 +2799,7 @@
|
|
|
2492
2799
|
},
|
|
2493
2800
|
{
|
|
2494
2801
|
"name": "laravel-echo",
|
|
2495
|
-
"description": "Laravel Echo for Nuxt
|
|
2802
|
+
"description": "Laravel Echo for Nuxt",
|
|
2496
2803
|
"repo": "nuxt-community/laravel-echo",
|
|
2497
2804
|
"npm": "@nuxtjs/laravel-echo",
|
|
2498
2805
|
"icon": "laravel-echo.png",
|
|
@@ -2534,6 +2841,28 @@
|
|
|
2534
2841
|
"requires": {}
|
|
2535
2842
|
}
|
|
2536
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
|
+
},
|
|
2537
2866
|
{
|
|
2538
2867
|
"name": "laravel",
|
|
2539
2868
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2580,13 +2909,13 @@
|
|
|
2580
2909
|
},
|
|
2581
2910
|
{
|
|
2582
2911
|
"name": "link-checker",
|
|
2583
|
-
"description": "
|
|
2912
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2584
2913
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2585
2914
|
"npm": "nuxt-link-checker",
|
|
2586
|
-
"icon": "",
|
|
2915
|
+
"icon": "link-checker.svg",
|
|
2587
2916
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2588
|
-
"website": "https://
|
|
2589
|
-
"learn_more": "",
|
|
2917
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2918
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2590
2919
|
"category": "SEO",
|
|
2591
2920
|
"type": "3rd-party",
|
|
2592
2921
|
"maintainers": [
|
|
@@ -2599,7 +2928,8 @@
|
|
|
2599
2928
|
],
|
|
2600
2929
|
"compatibility": {
|
|
2601
2930
|
"nuxt": "^3.0.0",
|
|
2602
|
-
"requires": {}
|
|
2931
|
+
"requires": {},
|
|
2932
|
+
"devtools": "^0.0.0"
|
|
2603
2933
|
}
|
|
2604
2934
|
},
|
|
2605
2935
|
{
|
|
@@ -2676,12 +3006,12 @@
|
|
|
2676
3006
|
},
|
|
2677
3007
|
{
|
|
2678
3008
|
"name": "logrocket",
|
|
2679
|
-
"description": "LogRocket module for Nuxt
|
|
2680
|
-
"repo": "nuxt-
|
|
3009
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3010
|
+
"repo": "nuxt-modules/logrocket",
|
|
2681
3011
|
"npm": "nuxt-logrocket",
|
|
2682
3012
|
"icon": "logrocket.png",
|
|
2683
|
-
"github": "https://github.com/nuxt-
|
|
2684
|
-
"website": "https://github.com/nuxt-
|
|
3013
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3014
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2685
3015
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2686
3016
|
"category": "Monitoring",
|
|
2687
3017
|
"type": "community",
|
|
@@ -2697,9 +3027,35 @@
|
|
|
2697
3027
|
"requires": {}
|
|
2698
3028
|
}
|
|
2699
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
|
+
},
|
|
2700
3056
|
{
|
|
2701
3057
|
"name": "lunr",
|
|
2702
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3058
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2703
3059
|
"repo": "nuxt-community/lunr-module",
|
|
2704
3060
|
"npm": "@nuxtjs/lunr-module",
|
|
2705
3061
|
"icon": "",
|
|
@@ -2722,10 +3078,10 @@
|
|
|
2722
3078
|
{
|
|
2723
3079
|
"name": "magic-regexp",
|
|
2724
3080
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2725
|
-
"repo": "
|
|
3081
|
+
"repo": "unjs/magic-regexp",
|
|
2726
3082
|
"npm": "magic-regexp",
|
|
2727
3083
|
"icon": "magic-regexp.svg",
|
|
2728
|
-
"github": "https://github.com/
|
|
3084
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
2729
3085
|
"website": "https://magic-regexp.roe.dev",
|
|
2730
3086
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
2731
3087
|
"category": "Libraries",
|
|
@@ -2765,6 +3121,30 @@
|
|
|
2765
3121
|
"requires": {}
|
|
2766
3122
|
}
|
|
2767
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
|
+
},
|
|
2768
3148
|
{
|
|
2769
3149
|
"name": "matomo",
|
|
2770
3150
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -2787,6 +3167,28 @@
|
|
|
2787
3167
|
"requires": {}
|
|
2788
3168
|
}
|
|
2789
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
|
+
},
|
|
2790
3192
|
{
|
|
2791
3193
|
"name": "mdx",
|
|
2792
3194
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2812,7 +3214,7 @@
|
|
|
2812
3214
|
},
|
|
2813
3215
|
{
|
|
2814
3216
|
"name": "medusa",
|
|
2815
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3217
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2816
3218
|
"repo": "Baroshem/nuxt-medusa",
|
|
2817
3219
|
"npm": "nuxt-medusa",
|
|
2818
3220
|
"icon": "medusa.svg",
|
|
@@ -2837,7 +3239,7 @@
|
|
|
2837
3239
|
},
|
|
2838
3240
|
{
|
|
2839
3241
|
"name": "meilisearch",
|
|
2840
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3242
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2841
3243
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2842
3244
|
"npm": "nuxt-meilisearch",
|
|
2843
3245
|
"icon": "meilisearch.svg",
|
|
@@ -2857,7 +3259,8 @@
|
|
|
2857
3259
|
"nuxt": "^3.0.0",
|
|
2858
3260
|
"requires": {
|
|
2859
3261
|
"bridge": false
|
|
2860
|
-
}
|
|
3262
|
+
},
|
|
3263
|
+
"devtools": "^0.0.0"
|
|
2861
3264
|
}
|
|
2862
3265
|
},
|
|
2863
3266
|
{
|
|
@@ -2883,32 +3286,10 @@
|
|
|
2883
3286
|
}
|
|
2884
3287
|
},
|
|
2885
3288
|
{
|
|
2886
|
-
"name": "
|
|
2887
|
-
"description": "
|
|
2888
|
-
"repo": "
|
|
2889
|
-
"npm": "nuxt-
|
|
2890
|
-
"icon": "",
|
|
2891
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2892
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2893
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
2894
|
-
"category": "Extensions",
|
|
2895
|
-
"type": "3rd-party",
|
|
2896
|
-
"maintainers": [
|
|
2897
|
-
{
|
|
2898
|
-
"name": "ChanningDefoe",
|
|
2899
|
-
"github": "ChanningDefoe"
|
|
2900
|
-
}
|
|
2901
|
-
],
|
|
2902
|
-
"compatibility": {
|
|
2903
|
-
"nuxt": "^2.0.0",
|
|
2904
|
-
"requires": {}
|
|
2905
|
-
}
|
|
2906
|
-
},
|
|
2907
|
-
{
|
|
2908
|
-
"name": "module-feed",
|
|
2909
|
-
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
2910
|
-
"repo": "tresko/nuxt-module-feed",
|
|
2911
|
-
"npm": "nuxt-module-feed",
|
|
3289
|
+
"name": "module-feed",
|
|
3290
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
3291
|
+
"repo": "tresko/nuxt-module-feed",
|
|
3292
|
+
"npm": "nuxt-module-feed",
|
|
2912
3293
|
"icon": "",
|
|
2913
3294
|
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
2914
3295
|
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
@@ -2929,7 +3310,7 @@
|
|
|
2929
3310
|
},
|
|
2930
3311
|
{
|
|
2931
3312
|
"name": "moment",
|
|
2932
|
-
"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.",
|
|
2933
3314
|
"repo": "nuxt-community/moment-module",
|
|
2934
3315
|
"npm": "@nuxtjs/moment",
|
|
2935
3316
|
"icon": "momentjs.png",
|
|
@@ -2954,28 +3335,6 @@
|
|
|
2954
3335
|
"requires": {}
|
|
2955
3336
|
}
|
|
2956
3337
|
},
|
|
2957
|
-
{
|
|
2958
|
-
"name": "mq",
|
|
2959
|
-
"description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2960
|
-
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2961
|
-
"npm": "nuxt-mq",
|
|
2962
|
-
"icon": "",
|
|
2963
|
-
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2964
|
-
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
2965
|
-
"learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
|
|
2966
|
-
"category": "Libraries",
|
|
2967
|
-
"type": "3rd-party",
|
|
2968
|
-
"maintainers": [
|
|
2969
|
-
{
|
|
2970
|
-
"name": "vanhoofmaarten",
|
|
2971
|
-
"github": "vanhoofmaarten"
|
|
2972
|
-
}
|
|
2973
|
-
],
|
|
2974
|
-
"compatibility": {
|
|
2975
|
-
"nuxt": "^2.0.0",
|
|
2976
|
-
"requires": {}
|
|
2977
|
-
}
|
|
2978
|
-
},
|
|
2979
3338
|
{
|
|
2980
3339
|
"name": "neo",
|
|
2981
3340
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
@@ -3000,7 +3359,7 @@
|
|
|
3000
3359
|
},
|
|
3001
3360
|
{
|
|
3002
3361
|
"name": "netlify-cache",
|
|
3003
|
-
"description": "Nuxt
|
|
3362
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3004
3363
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3005
3364
|
"npm": "nuxt-netlify-cache",
|
|
3006
3365
|
"icon": "netlify.png",
|
|
@@ -3045,13 +3404,13 @@
|
|
|
3045
3404
|
},
|
|
3046
3405
|
{
|
|
3047
3406
|
"name": "netlify",
|
|
3048
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3049
|
-
"repo": "
|
|
3407
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3408
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
3050
3409
|
"npm": "@aceforth/nuxt-netlify",
|
|
3051
3410
|
"icon": "netlify.png",
|
|
3052
|
-
"github": "https://github.com/
|
|
3053
|
-
"website": "https://
|
|
3054
|
-
"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",
|
|
3055
3414
|
"category": "Deployment",
|
|
3056
3415
|
"type": "3rd-party",
|
|
3057
3416
|
"maintainers": [
|
|
@@ -3138,30 +3497,142 @@
|
|
|
3138
3497
|
}
|
|
3139
3498
|
},
|
|
3140
3499
|
{
|
|
3141
|
-
"name": "nuxt-
|
|
3142
|
-
"description": "",
|
|
3143
|
-
"repo": "
|
|
3144
|
-
"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",
|
|
3145
3504
|
"icon": "",
|
|
3146
|
-
"github": "https://github.com/
|
|
3147
|
-
"website": "https://github.com/
|
|
3505
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3506
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3148
3507
|
"learn_more": "",
|
|
3149
|
-
"category": "
|
|
3508
|
+
"category": "UI",
|
|
3150
3509
|
"type": "3rd-party",
|
|
3151
3510
|
"maintainers": [
|
|
3152
3511
|
{
|
|
3153
|
-
"name": "
|
|
3154
|
-
"github": "
|
|
3512
|
+
"name": "Helltraitor",
|
|
3513
|
+
"github": "helltraitor"
|
|
3155
3514
|
}
|
|
3156
3515
|
],
|
|
3157
3516
|
"compatibility": {
|
|
3158
|
-
"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",
|
|
3159
3630
|
"requires": {}
|
|
3160
3631
|
}
|
|
3161
3632
|
},
|
|
3162
3633
|
{
|
|
3163
3634
|
"name": "nuxt-chatgpt",
|
|
3164
|
-
"description": "ChatGPT integration for Nuxt
|
|
3635
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3165
3636
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3166
3637
|
"npm": "nuxt-chatgpt",
|
|
3167
3638
|
"icon": "chatgpt.svg",
|
|
@@ -3181,6 +3652,98 @@
|
|
|
3181
3652
|
"requires": {}
|
|
3182
3653
|
}
|
|
3183
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
|
+
},
|
|
3184
3747
|
{
|
|
3185
3748
|
"name": "nuxt-graphql-middleware",
|
|
3186
3749
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3234,7 +3797,7 @@
|
|
|
3234
3797
|
},
|
|
3235
3798
|
{
|
|
3236
3799
|
"name": "nuxt-gtm",
|
|
3237
|
-
"description": "A Nuxt
|
|
3800
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3238
3801
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3239
3802
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3240
3803
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3251,7 +3814,8 @@
|
|
|
3251
3814
|
],
|
|
3252
3815
|
"compatibility": {
|
|
3253
3816
|
"nuxt": "^3.0.0",
|
|
3254
|
-
"requires": {}
|
|
3817
|
+
"requires": {},
|
|
3818
|
+
"devtools": "^0.0.0"
|
|
3255
3819
|
}
|
|
3256
3820
|
},
|
|
3257
3821
|
{
|
|
@@ -3279,24 +3843,46 @@
|
|
|
3279
3843
|
}
|
|
3280
3844
|
},
|
|
3281
3845
|
{
|
|
3282
|
-
"name": "nuxt-
|
|
3283
|
-
"description": "
|
|
3284
|
-
"repo": "",
|
|
3285
|
-
"npm": "nuxt-
|
|
3286
|
-
"icon": "
|
|
3287
|
-
"github": "",
|
|
3288
|
-
"website": "https://
|
|
3289
|
-
"learn_more": "
|
|
3290
|
-
"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",
|
|
3291
3855
|
"type": "3rd-party",
|
|
3292
3856
|
"maintainers": [
|
|
3293
3857
|
{
|
|
3294
|
-
"name": "
|
|
3295
|
-
"github": "
|
|
3858
|
+
"name": "daliborgogic",
|
|
3859
|
+
"github": "daliborgogic"
|
|
3296
3860
|
}
|
|
3297
3861
|
],
|
|
3298
3862
|
"compatibility": {
|
|
3299
|
-
"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",
|
|
3300
3886
|
"requires": {}
|
|
3301
3887
|
}
|
|
3302
3888
|
},
|
|
@@ -3307,8 +3893,8 @@
|
|
|
3307
3893
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3308
3894
|
"icon": "nuxt-localtunnel.svg",
|
|
3309
3895
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
3310
|
-
"website": "https://nuxtus.com",
|
|
3311
|
-
"learn_more": "https://docs.nuxtus.com
|
|
3896
|
+
"website": "https://docs.nuxtus.com",
|
|
3897
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
3312
3898
|
"category": "Devtools",
|
|
3313
3899
|
"type": "3rd-party",
|
|
3314
3900
|
"maintainers": [
|
|
@@ -3325,7 +3911,7 @@
|
|
|
3325
3911
|
},
|
|
3326
3912
|
{
|
|
3327
3913
|
"name": "nuxt-loco",
|
|
3328
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3914
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3329
3915
|
"repo": "gaetansenn/nuxt-loco",
|
|
3330
3916
|
"npm": "nuxt-loco",
|
|
3331
3917
|
"icon": "",
|
|
@@ -3346,6 +3932,28 @@
|
|
|
3346
3932
|
"requires": {}
|
|
3347
3933
|
}
|
|
3348
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
|
+
},
|
|
3349
3957
|
{
|
|
3350
3958
|
"name": "nuxt-mapbox",
|
|
3351
3959
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3368,6 +3976,28 @@
|
|
|
3368
3976
|
"requires": {}
|
|
3369
3977
|
}
|
|
3370
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
|
+
},
|
|
3371
4001
|
{
|
|
3372
4002
|
"name": "nuxt-monaco-editor",
|
|
3373
4003
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3392,12 +4022,12 @@
|
|
|
3392
4022
|
},
|
|
3393
4023
|
{
|
|
3394
4024
|
"name": "nuxt-mongoose",
|
|
3395
|
-
"description": "A Nuxt
|
|
4025
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3396
4026
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3397
4027
|
"npm": "nuxt-mongoose",
|
|
3398
4028
|
"icon": "nuxt-mongoose.svg",
|
|
3399
4029
|
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3400
|
-
"website": "https://
|
|
4030
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3401
4031
|
"learn_more": "",
|
|
3402
4032
|
"category": "Database",
|
|
3403
4033
|
"type": "3rd-party",
|
|
@@ -3407,6 +4037,102 @@
|
|
|
3407
4037
|
"github": "arashsheyda"
|
|
3408
4038
|
}
|
|
3409
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
|
+
],
|
|
3410
4136
|
"compatibility": {
|
|
3411
4137
|
"nuxt": "^3.0.0",
|
|
3412
4138
|
"requires": {}
|
|
@@ -3435,6 +4161,28 @@
|
|
|
3435
4161
|
"requires": {}
|
|
3436
4162
|
}
|
|
3437
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
|
+
},
|
|
3438
4186
|
{
|
|
3439
4187
|
"name": "nuxt-pino-log",
|
|
3440
4188
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3459,7 +4207,7 @@
|
|
|
3459
4207
|
},
|
|
3460
4208
|
{
|
|
3461
4209
|
"name": "plausible",
|
|
3462
|
-
"description": "Nuxt
|
|
4210
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3463
4211
|
"repo": "nuxt-modules/plausible",
|
|
3464
4212
|
"npm": "@nuxtjs/plausible",
|
|
3465
4213
|
"icon": "plausible.png",
|
|
@@ -3479,9 +4227,35 @@
|
|
|
3479
4227
|
"requires": {}
|
|
3480
4228
|
}
|
|
3481
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
|
+
},
|
|
3482
4256
|
{
|
|
3483
4257
|
"name": "nuxt-png-to-ico",
|
|
3484
|
-
"description": "Nuxt
|
|
4258
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3485
4259
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3486
4260
|
"npm": "nuxt-png-to-ico",
|
|
3487
4261
|
"icon": "",
|
|
@@ -3502,9 +4276,31 @@
|
|
|
3502
4276
|
"requires": {}
|
|
3503
4277
|
}
|
|
3504
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
|
+
},
|
|
3505
4301
|
{
|
|
3506
4302
|
"name": "nuxt-smartlook",
|
|
3507
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4303
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3508
4304
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3509
4305
|
"npm": "nuxt-smartlook",
|
|
3510
4306
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3526,6 +4322,28 @@
|
|
|
3526
4322
|
"requires": {}
|
|
3527
4323
|
}
|
|
3528
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
|
+
},
|
|
3529
4347
|
{
|
|
3530
4348
|
"name": "ssr-lit",
|
|
3531
4349
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3556,10 +4374,10 @@
|
|
|
3556
4374
|
},
|
|
3557
4375
|
{
|
|
3558
4376
|
"name": "nuxt-storm",
|
|
3559
|
-
"description": "WebStorm & PHPStorm support for
|
|
4377
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3560
4378
|
"repo": "fumeapp/nuxt-storm",
|
|
3561
4379
|
"npm": "nuxt-storm",
|
|
3562
|
-
"icon": "
|
|
4380
|
+
"icon": "",
|
|
3563
4381
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
3564
4382
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
3565
4383
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -3576,6 +4394,30 @@
|
|
|
3576
4394
|
"requires": {}
|
|
3577
4395
|
}
|
|
3578
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
|
+
},
|
|
3579
4421
|
{
|
|
3580
4422
|
"name": "nuxt-svgo",
|
|
3581
4423
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -3600,7 +4442,7 @@
|
|
|
3600
4442
|
},
|
|
3601
4443
|
{
|
|
3602
4444
|
"name": "nuxt-unleash",
|
|
3603
|
-
"description": "Nuxt
|
|
4445
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3604
4446
|
"repo": "conejerock/nuxt-unleash",
|
|
3605
4447
|
"npm": "nuxt-unleash",
|
|
3606
4448
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3620,28 +4462,6 @@
|
|
|
3620
4462
|
"requires": {}
|
|
3621
4463
|
}
|
|
3622
4464
|
},
|
|
3623
|
-
{
|
|
3624
|
-
"name": "nuxt-use-motion",
|
|
3625
|
-
"description": "A Nuxt module putting your components in motion",
|
|
3626
|
-
"repo": "Tahul/nuxt-use-motion",
|
|
3627
|
-
"npm": "nuxt-use-motion",
|
|
3628
|
-
"icon": "nuxt-use-motion.svg",
|
|
3629
|
-
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
3630
|
-
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
3631
|
-
"learn_more": "https://github.com/vueuse/motion",
|
|
3632
|
-
"category": "Libraries",
|
|
3633
|
-
"type": "3rd-party",
|
|
3634
|
-
"maintainers": [
|
|
3635
|
-
{
|
|
3636
|
-
"name": "Tahul",
|
|
3637
|
-
"github": "Tahul"
|
|
3638
|
-
}
|
|
3639
|
-
],
|
|
3640
|
-
"compatibility": {
|
|
3641
|
-
"nuxt": "^2.0.0",
|
|
3642
|
-
"requires": {}
|
|
3643
|
-
}
|
|
3644
|
-
},
|
|
3645
4465
|
{
|
|
3646
4466
|
"name": "nuxt-use-sound",
|
|
3647
4467
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -3691,12 +4511,12 @@
|
|
|
3691
4511
|
{
|
|
3692
4512
|
"name": "nuxt-vue3-google-signin",
|
|
3693
4513
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3694
|
-
"repo": "
|
|
4514
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3695
4515
|
"npm": "nuxt-vue3-google-signin",
|
|
3696
4516
|
"icon": "vue3-google-signin.svg",
|
|
3697
|
-
"github": "https://github.com/
|
|
3698
|
-
"website": "https://vue3-google-signin.
|
|
3699
|
-
"learn_more": "https://vue3-google-signin.
|
|
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",
|
|
3700
4520
|
"category": "Libraries",
|
|
3701
4521
|
"type": "3rd-party",
|
|
3702
4522
|
"maintainers": [
|
|
@@ -3711,20 +4531,20 @@
|
|
|
3711
4531
|
}
|
|
3712
4532
|
},
|
|
3713
4533
|
{
|
|
3714
|
-
"name": "nuxt-
|
|
3715
|
-
"description": "
|
|
3716
|
-
"repo": "
|
|
3717
|
-
"npm": "
|
|
3718
|
-
"icon": "
|
|
3719
|
-
"github": "https://github.com/
|
|
3720
|
-
"website": "https://
|
|
3721
|
-
"learn_more": "
|
|
3722
|
-
"category": "
|
|
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",
|
|
3723
4543
|
"type": "3rd-party",
|
|
3724
4544
|
"maintainers": [
|
|
3725
4545
|
{
|
|
3726
|
-
"name": "
|
|
3727
|
-
"github": "
|
|
4546
|
+
"name": "xibman",
|
|
4547
|
+
"github": "xibman"
|
|
3728
4548
|
}
|
|
3729
4549
|
],
|
|
3730
4550
|
"compatibility": {
|
|
@@ -3733,62 +4553,83 @@
|
|
|
3733
4553
|
}
|
|
3734
4554
|
},
|
|
3735
4555
|
{
|
|
3736
|
-
"name": "
|
|
3737
|
-
"description": "
|
|
3738
|
-
"repo": "
|
|
3739
|
-
"npm": "
|
|
4556
|
+
"name": "nuxt3-interpolation",
|
|
4557
|
+
"description": "",
|
|
4558
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4559
|
+
"npm": "nuxt3-interpolation",
|
|
3740
4560
|
"icon": "",
|
|
3741
|
-
"github": "https://github.com/
|
|
3742
|
-
"website": "https://github.com/
|
|
3743
|
-
"learn_more": "
|
|
3744
|
-
"category": "
|
|
3745
|
-
"type": "
|
|
4561
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4562
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4563
|
+
"learn_more": "",
|
|
4564
|
+
"category": "Devtools",
|
|
4565
|
+
"type": "3rd-party",
|
|
3746
4566
|
"maintainers": [
|
|
3747
4567
|
{
|
|
3748
|
-
"name": "
|
|
3749
|
-
"github": "
|
|
3750
|
-
"twitter": "_pi0_"
|
|
4568
|
+
"name": "daliborgogic",
|
|
4569
|
+
"github": "daliborgogic"
|
|
3751
4570
|
}
|
|
3752
4571
|
],
|
|
3753
4572
|
"compatibility": {
|
|
3754
|
-
"nuxt": "^
|
|
4573
|
+
"nuxt": "^3.0.0",
|
|
3755
4574
|
"requires": {}
|
|
3756
4575
|
}
|
|
3757
4576
|
},
|
|
3758
4577
|
{
|
|
3759
|
-
"name": "
|
|
3760
|
-
"description": "
|
|
3761
|
-
"repo": "
|
|
3762
|
-
"npm": "
|
|
3763
|
-
"icon": "
|
|
3764
|
-
"github": "https://github.com/
|
|
3765
|
-
"website": "https://
|
|
3766
|
-
"learn_more": "https://
|
|
3767
|
-
"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",
|
|
3768
4587
|
"type": "3rd-party",
|
|
3769
4588
|
"maintainers": [
|
|
3770
4589
|
{
|
|
3771
|
-
"name": "
|
|
3772
|
-
"github": "
|
|
3773
|
-
|
|
4590
|
+
"name": "Augustin MERCIER",
|
|
4591
|
+
"github": "Gugustinette"
|
|
4592
|
+
}
|
|
4593
|
+
],
|
|
4594
|
+
"compatibility": {
|
|
4595
|
+
"nuxt": "^3.0.0",
|
|
4596
|
+
"requires": {}
|
|
4597
|
+
}
|
|
4598
|
+
},
|
|
4599
|
+
{
|
|
4600
|
+
"name": "nuxt7",
|
|
4601
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
4602
|
+
"repo": "nuxt-community/nuxt7",
|
|
4603
|
+
"npm": "nuxt7",
|
|
4604
|
+
"icon": "",
|
|
4605
|
+
"github": "https://github.com/nuxt-community/nuxt7",
|
|
4606
|
+
"website": "https://github.com/nuxt-community/nuxt7",
|
|
4607
|
+
"learn_more": "https://framework7.io/",
|
|
4608
|
+
"category": "UI",
|
|
4609
|
+
"type": "community",
|
|
4610
|
+
"maintainers": [
|
|
4611
|
+
{
|
|
4612
|
+
"name": "Pooya Parsa",
|
|
4613
|
+
"github": "pi0",
|
|
4614
|
+
"twitter": "_pi0_"
|
|
3774
4615
|
}
|
|
3775
4616
|
],
|
|
3776
4617
|
"compatibility": {
|
|
3777
|
-
"nuxt": "^
|
|
4618
|
+
"nuxt": "^2.0.0",
|
|
3778
4619
|
"requires": {}
|
|
3779
4620
|
}
|
|
3780
4621
|
},
|
|
3781
4622
|
{
|
|
3782
4623
|
"name": "og-image",
|
|
3783
|
-
"description": "
|
|
3784
|
-
"repo": "
|
|
4624
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4625
|
+
"repo": "nuxt-modules/og-image",
|
|
3785
4626
|
"npm": "nuxt-og-image",
|
|
3786
|
-
"icon": "",
|
|
3787
|
-
"github": "https://github.com/
|
|
3788
|
-
"website": "https://
|
|
3789
|
-
"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",
|
|
3790
4631
|
"category": "SEO",
|
|
3791
|
-
"type": "
|
|
4632
|
+
"type": "community",
|
|
3792
4633
|
"maintainers": [
|
|
3793
4634
|
{
|
|
3794
4635
|
"name": "Harlan Wilton",
|
|
@@ -3799,7 +4640,8 @@
|
|
|
3799
4640
|
],
|
|
3800
4641
|
"compatibility": {
|
|
3801
4642
|
"nuxt": "^3.0.0",
|
|
3802
|
-
"requires": {}
|
|
4643
|
+
"requires": {},
|
|
4644
|
+
"devtools": "^0.0.0"
|
|
3803
4645
|
}
|
|
3804
4646
|
},
|
|
3805
4647
|
{
|
|
@@ -3827,13 +4669,13 @@
|
|
|
3827
4669
|
},
|
|
3828
4670
|
{
|
|
3829
4671
|
"name": "optimized-images",
|
|
3830
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4672
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3831
4673
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3832
4674
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3833
4675
|
"icon": "",
|
|
3834
4676
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
3835
|
-
"website": "https://
|
|
3836
|
-
"learn_more": "",
|
|
4677
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4678
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
3837
4679
|
"category": "Images",
|
|
3838
4680
|
"type": "3rd-party",
|
|
3839
4681
|
"maintainers": [
|
|
@@ -3872,7 +4714,7 @@
|
|
|
3872
4714
|
},
|
|
3873
4715
|
{
|
|
3874
4716
|
"name": "parse",
|
|
3875
|
-
"description": "Parse package for Nuxt
|
|
4717
|
+
"description": "Parse package for Nuxt",
|
|
3876
4718
|
"repo": "cierrateam/nuxt-parse",
|
|
3877
4719
|
"npm": "nuxt-parse",
|
|
3878
4720
|
"icon": "",
|
|
@@ -3892,6 +4734,29 @@
|
|
|
3892
4734
|
"requires": {}
|
|
3893
4735
|
}
|
|
3894
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
|
+
},
|
|
3895
4760
|
{
|
|
3896
4761
|
"name": "partytown",
|
|
3897
4762
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3917,6 +4782,28 @@
|
|
|
3917
4782
|
}
|
|
3918
4783
|
}
|
|
3919
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
|
+
},
|
|
3920
4807
|
{
|
|
3921
4808
|
"name": "pdfeasy",
|
|
3922
4809
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -4038,7 +4925,7 @@
|
|
|
4038
4925
|
},
|
|
4039
4926
|
{
|
|
4040
4927
|
"name": "plausible",
|
|
4041
|
-
"description": "Nuxt
|
|
4928
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4042
4929
|
"repo": "nuxt-modules/plausible",
|
|
4043
4930
|
"npm": "@nuxtjs/plausible",
|
|
4044
4931
|
"icon": "",
|
|
@@ -4080,9 +4967,56 @@
|
|
|
4080
4967
|
"requires": {}
|
|
4081
4968
|
}
|
|
4082
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
|
+
},
|
|
4083
5017
|
{
|
|
4084
5018
|
"name": "prismic",
|
|
4085
|
-
"description": "Easily connect your Nuxt
|
|
5019
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4086
5020
|
"repo": "nuxt-modules/prismic",
|
|
4087
5021
|
"npm": "@nuxtjs/prismic",
|
|
4088
5022
|
"icon": "prismic.png",
|
|
@@ -4149,7 +5083,7 @@
|
|
|
4149
5083
|
},
|
|
4150
5084
|
{
|
|
4151
5085
|
"name": "proxy",
|
|
4152
|
-
"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",
|
|
4153
5087
|
"repo": "nuxt-community/proxy-module",
|
|
4154
5088
|
"npm": "@nuxtjs/proxy",
|
|
4155
5089
|
"icon": "",
|
|
@@ -4195,7 +5129,7 @@
|
|
|
4195
5129
|
},
|
|
4196
5130
|
{
|
|
4197
5131
|
"name": "purgecss",
|
|
4198
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
5132
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4199
5133
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4200
5134
|
"npm": "nuxt-purgecss",
|
|
4201
5135
|
"icon": "purgecss.png",
|
|
@@ -4217,7 +5151,7 @@
|
|
|
4217
5151
|
},
|
|
4218
5152
|
{
|
|
4219
5153
|
"name": "pwa",
|
|
4220
|
-
"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.",
|
|
4221
5155
|
"repo": "nuxt-community/pwa-module",
|
|
4222
5156
|
"npm": "@nuxtjs/pwa",
|
|
4223
5157
|
"icon": "pwa.png",
|
|
@@ -4242,7 +5176,7 @@
|
|
|
4242
5176
|
},
|
|
4243
5177
|
{
|
|
4244
5178
|
"name": "python",
|
|
4245
|
-
"description": "Write Nuxt
|
|
5179
|
+
"description": "Write Nuxt applications using Python",
|
|
4246
5180
|
"repo": "nuxt-community/python-module",
|
|
4247
5181
|
"npm": "@nuxtjs/python",
|
|
4248
5182
|
"icon": "python.png",
|
|
@@ -4279,6 +5213,64 @@
|
|
|
4279
5213
|
"github": "Maiquu"
|
|
4280
5214
|
}
|
|
4281
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
|
+
],
|
|
4282
5274
|
"compatibility": {
|
|
4283
5275
|
"nuxt": "^3.0.0",
|
|
4284
5276
|
"requires": {}
|
|
@@ -4286,7 +5278,7 @@
|
|
|
4286
5278
|
},
|
|
4287
5279
|
{
|
|
4288
5280
|
"name": "recaptcha",
|
|
4289
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5281
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4290
5282
|
"repo": "nuxt-community/recaptcha-module",
|
|
4291
5283
|
"npm": "@nuxtjs/recaptcha",
|
|
4292
5284
|
"icon": "recaptcha.png",
|
|
@@ -4329,9 +5321,32 @@
|
|
|
4329
5321
|
"requires": {}
|
|
4330
5322
|
}
|
|
4331
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
|
+
},
|
|
4332
5347
|
{
|
|
4333
5348
|
"name": "rfg-icon",
|
|
4334
|
-
"description": "Nuxt
|
|
5349
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4335
5350
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4336
5351
|
"npm": "nuxt-rfg-icon",
|
|
4337
5352
|
"icon": "real-favicon-generator.png",
|
|
@@ -4353,13 +5368,13 @@
|
|
|
4353
5368
|
},
|
|
4354
5369
|
{
|
|
4355
5370
|
"name": "robots",
|
|
4356
|
-
"description": "A Nuxt
|
|
4357
|
-
"repo": "nuxt-
|
|
5371
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5372
|
+
"repo": "nuxt-modules/robots",
|
|
4358
5373
|
"npm": "@nuxtjs/robots",
|
|
4359
5374
|
"icon": "robots.png",
|
|
4360
|
-
"github": "https://github.com/nuxt-
|
|
4361
|
-
"website": "https://github.com/nuxt-
|
|
4362
|
-
"learn_more": "
|
|
5375
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5376
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
5377
|
+
"learn_more": "",
|
|
4363
5378
|
"category": "SEO",
|
|
4364
5379
|
"type": "community",
|
|
4365
5380
|
"maintainers": [
|
|
@@ -4377,23 +5392,23 @@
|
|
|
4377
5392
|
},
|
|
4378
5393
|
{
|
|
4379
5394
|
"name": "rollbar",
|
|
4380
|
-
"description": "
|
|
4381
|
-
"repo": "
|
|
4382
|
-
"npm": "nuxt-rollbar
|
|
5395
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5396
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5397
|
+
"npm": "nuxt-rollbar",
|
|
4383
5398
|
"icon": "rollbar.png",
|
|
4384
|
-
"github": "https://github.com/
|
|
4385
|
-
"website": "https://github.com/
|
|
5399
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5400
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4386
5401
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4387
5402
|
"category": "Monitoring",
|
|
4388
5403
|
"type": "3rd-party",
|
|
4389
5404
|
"maintainers": [
|
|
4390
5405
|
{
|
|
4391
|
-
"name": "
|
|
4392
|
-
"github": "
|
|
5406
|
+
"name": "Jairo Blatt",
|
|
5407
|
+
"github": "jairoblatt"
|
|
4393
5408
|
}
|
|
4394
5409
|
],
|
|
4395
5410
|
"compatibility": {
|
|
4396
|
-
"nuxt": "^
|
|
5411
|
+
"nuxt": "^3.0.0",
|
|
4397
5412
|
"requires": {}
|
|
4398
5413
|
}
|
|
4399
5414
|
},
|
|
@@ -4422,7 +5437,7 @@
|
|
|
4422
5437
|
},
|
|
4423
5438
|
{
|
|
4424
5439
|
"name": "router",
|
|
4425
|
-
"description": "Nuxt
|
|
5440
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4426
5441
|
"repo": "nuxt-community/router-module",
|
|
4427
5442
|
"npm": "@nuxtjs/router",
|
|
4428
5443
|
"icon": "vue.png",
|
|
@@ -4470,13 +5485,13 @@
|
|
|
4470
5485
|
},
|
|
4471
5486
|
{
|
|
4472
5487
|
"name": "schema-org",
|
|
4473
|
-
"description": "
|
|
4474
|
-
"repo": "
|
|
5488
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5489
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4475
5490
|
"npm": "nuxt-schema-org",
|
|
4476
5491
|
"icon": "schema-org.svg",
|
|
4477
|
-
"github": "https://github.com/
|
|
4478
|
-
"website": "https://
|
|
4479
|
-
"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",
|
|
4480
5495
|
"category": "SEO",
|
|
4481
5496
|
"type": "3rd-party",
|
|
4482
5497
|
"maintainers": [
|
|
@@ -4539,13 +5554,13 @@
|
|
|
4539
5554
|
},
|
|
4540
5555
|
{
|
|
4541
5556
|
"name": "segment",
|
|
4542
|
-
"description": "Nuxt
|
|
5557
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4543
5558
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4544
5559
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4545
5560
|
"icon": "segment.png",
|
|
4546
5561
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4547
5562
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4548
|
-
"learn_more": "
|
|
5563
|
+
"learn_more": "",
|
|
4549
5564
|
"category": "Analytics",
|
|
4550
5565
|
"type": "3rd-party",
|
|
4551
5566
|
"maintainers": [
|
|
@@ -4561,10 +5576,10 @@
|
|
|
4561
5576
|
},
|
|
4562
5577
|
{
|
|
4563
5578
|
"name": "sentry",
|
|
4564
|
-
"description": "Sentry module for Nuxt
|
|
5579
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4565
5580
|
"repo": "nuxt-community/sentry-module",
|
|
4566
5581
|
"npm": "@nuxtjs/sentry",
|
|
4567
|
-
"icon": "sentry.
|
|
5582
|
+
"icon": "sentry.svg",
|
|
4568
5583
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4569
5584
|
"website": "https://sentry.nuxtjs.org/",
|
|
4570
5585
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4582,20 +5597,22 @@
|
|
|
4582
5597
|
}
|
|
4583
5598
|
},
|
|
4584
5599
|
{
|
|
4585
|
-
"name": "seo-
|
|
4586
|
-
"description": "
|
|
4587
|
-
"repo": "harlan-zw/nuxt-seo-
|
|
4588
|
-
"npm": "nuxt-seo-
|
|
4589
|
-
"icon": "seo-
|
|
4590
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-
|
|
4591
|
-
"website": "https://
|
|
4592
|
-
"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",
|
|
4593
5608
|
"category": "SEO",
|
|
4594
5609
|
"type": "3rd-party",
|
|
4595
5610
|
"maintainers": [
|
|
4596
5611
|
{
|
|
4597
|
-
"name": "
|
|
4598
|
-
"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"
|
|
4599
5616
|
}
|
|
4600
5617
|
],
|
|
4601
5618
|
"compatibility": {
|
|
@@ -4626,9 +5643,31 @@
|
|
|
4626
5643
|
"requires": {}
|
|
4627
5644
|
}
|
|
4628
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
|
+
},
|
|
4629
5668
|
{
|
|
4630
5669
|
"name": "seomatic-meta",
|
|
4631
|
-
"description": "A Nuxt
|
|
5670
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4632
5671
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4633
5672
|
"npm": "nuxt-seomatic-meta",
|
|
4634
5673
|
"icon": "seomatic.png",
|
|
@@ -4671,6 +5710,29 @@
|
|
|
4671
5710
|
"requires": {}
|
|
4672
5711
|
}
|
|
4673
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
|
+
},
|
|
4674
5736
|
{
|
|
4675
5737
|
"name": "session",
|
|
4676
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",
|
|
@@ -4696,7 +5758,7 @@
|
|
|
4696
5758
|
},
|
|
4697
5759
|
{
|
|
4698
5760
|
"name": "shopify",
|
|
4699
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5761
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4700
5762
|
"repo": "Gomah/nuxt-shopify",
|
|
4701
5763
|
"npm": "nuxt-shopify",
|
|
4702
5764
|
"icon": "shopify.png",
|
|
@@ -4717,7 +5779,7 @@
|
|
|
4717
5779
|
}
|
|
4718
5780
|
},
|
|
4719
5781
|
{
|
|
4720
|
-
"name": "
|
|
5782
|
+
"name": "sidebase-auth",
|
|
4721
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.",
|
|
4722
5784
|
"repo": "sidebase/nuxt-auth",
|
|
4723
5785
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4763,13 +5825,13 @@
|
|
|
4763
5825
|
},
|
|
4764
5826
|
{
|
|
4765
5827
|
"name": "simple-robots",
|
|
4766
|
-
"description": "
|
|
5828
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4767
5829
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4768
5830
|
"npm": "nuxt-simple-robots",
|
|
4769
|
-
"icon": "",
|
|
5831
|
+
"icon": "simple-robots.svg",
|
|
4770
5832
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4771
|
-
"website": "https://
|
|
4772
|
-
"learn_more": "",
|
|
5833
|
+
"website": "https://nuxtseo.com/robots",
|
|
5834
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4773
5835
|
"category": "SEO",
|
|
4774
5836
|
"type": "3rd-party",
|
|
4775
5837
|
"maintainers": [
|
|
@@ -4786,41 +5848,23 @@
|
|
|
4786
5848
|
}
|
|
4787
5849
|
},
|
|
4788
5850
|
{
|
|
4789
|
-
"name": "
|
|
4790
|
-
"description": "
|
|
4791
|
-
"repo": "
|
|
4792
|
-
"npm": "
|
|
4793
|
-
"icon": "",
|
|
4794
|
-
"github": "https://github.com/
|
|
4795
|
-
"website": "https://
|
|
4796
|
-
"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",
|
|
4797
5859
|
"category": "SEO",
|
|
4798
|
-
"type": "
|
|
5860
|
+
"type": "community",
|
|
4799
5861
|
"maintainers": [
|
|
4800
5862
|
{
|
|
4801
5863
|
"name": "Harlan Wilton",
|
|
4802
5864
|
"github": "harlan-zw",
|
|
4803
5865
|
"twitter": "harlan_zw",
|
|
4804
5866
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4805
|
-
}
|
|
4806
|
-
],
|
|
4807
|
-
"compatibility": {
|
|
4808
|
-
"nuxt": "^3.0.0",
|
|
4809
|
-
"requires": {}
|
|
4810
|
-
}
|
|
4811
|
-
},
|
|
4812
|
-
{
|
|
4813
|
-
"name": "sitemap",
|
|
4814
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
4815
|
-
"repo": "nuxt-community/sitemap-module#dev",
|
|
4816
|
-
"npm": "@nuxtjs/sitemap",
|
|
4817
|
-
"icon": "",
|
|
4818
|
-
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
4819
|
-
"website": "https://sitemap.nuxtjs.org",
|
|
4820
|
-
"learn_more": "",
|
|
4821
|
-
"category": "SEO",
|
|
4822
|
-
"type": "community",
|
|
4823
|
-
"maintainers": [
|
|
5867
|
+
},
|
|
4824
5868
|
{
|
|
4825
5869
|
"name": "Nicolas PENNEC",
|
|
4826
5870
|
"github": "NicoPennec",
|
|
@@ -4828,7 +5872,7 @@
|
|
|
4828
5872
|
}
|
|
4829
5873
|
],
|
|
4830
5874
|
"compatibility": {
|
|
4831
|
-
"nuxt": "^
|
|
5875
|
+
"nuxt": "^3.0.0",
|
|
4832
5876
|
"requires": {}
|
|
4833
5877
|
}
|
|
4834
5878
|
},
|
|
@@ -4856,7 +5900,7 @@
|
|
|
4856
5900
|
},
|
|
4857
5901
|
{
|
|
4858
5902
|
"name": "snipcart",
|
|
4859
|
-
"description": "Snipcart integration module for Nuxt
|
|
5903
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4860
5904
|
"repo": "nuxt-modules/snipcart",
|
|
4861
5905
|
"npm": "@nuxtjs/snipcart",
|
|
4862
5906
|
"icon": "snipcart.png",
|
|
@@ -4879,7 +5923,7 @@
|
|
|
4879
5923
|
},
|
|
4880
5924
|
{
|
|
4881
5925
|
"name": "social-meta",
|
|
4882
|
-
"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.).",
|
|
4883
5927
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4884
5928
|
"npm": "nuxt-social-meta",
|
|
4885
5929
|
"icon": "",
|
|
@@ -5001,7 +6045,7 @@
|
|
|
5001
6045
|
},
|
|
5002
6046
|
{
|
|
5003
6047
|
"name": "storage",
|
|
5004
|
-
"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",
|
|
5005
6049
|
"repo": "mazipan/nuxt-storage",
|
|
5006
6050
|
"npm": "nuxt-storage",
|
|
5007
6051
|
"icon": "",
|
|
@@ -5023,7 +6067,7 @@
|
|
|
5023
6067
|
},
|
|
5024
6068
|
{
|
|
5025
6069
|
"name": "storefront-ui",
|
|
5026
|
-
"description": "Storefront UI Module for Nuxt
|
|
6070
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5027
6071
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5028
6072
|
"npm": "@storefront-ui/nuxt",
|
|
5029
6073
|
"icon": "storefront-ui.svg",
|
|
@@ -5067,8 +6111,8 @@
|
|
|
5067
6111
|
},
|
|
5068
6112
|
{
|
|
5069
6113
|
"name": "storyblok",
|
|
5070
|
-
"description": "Storyblok Nuxt
|
|
5071
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6114
|
+
"description": "Storyblok Nuxt module",
|
|
6115
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
5072
6116
|
"npm": "@storyblok/nuxt",
|
|
5073
6117
|
"icon": "storyblok.png",
|
|
5074
6118
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -5084,46 +6128,43 @@
|
|
|
5084
6128
|
],
|
|
5085
6129
|
"compatibility": {
|
|
5086
6130
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5087
|
-
"requires": {}
|
|
6131
|
+
"requires": {},
|
|
6132
|
+
"devtools": "^0.0.0"
|
|
5088
6133
|
}
|
|
5089
6134
|
},
|
|
5090
6135
|
{
|
|
5091
6136
|
"name": "storybook",
|
|
5092
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5093
|
-
"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",
|
|
5094
6139
|
"npm": "@nuxtjs/storybook",
|
|
5095
6140
|
"icon": "storybook.png",
|
|
5096
|
-
"github": "https://github.com/nuxt-
|
|
6141
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5097
6142
|
"website": "https://storybook.nuxtjs.org",
|
|
5098
|
-
"learn_more": "https://
|
|
6143
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5099
6144
|
"category": "Devtools",
|
|
5100
6145
|
"type": "community",
|
|
5101
6146
|
"maintainers": [
|
|
5102
6147
|
{
|
|
5103
|
-
"name": "
|
|
5104
|
-
"github": "
|
|
5105
|
-
"twitter": "
|
|
5106
|
-
},
|
|
5107
|
-
{
|
|
5108
|
-
"name": "Pooya Parsa",
|
|
5109
|
-
"github": "pi0",
|
|
5110
|
-
"twitter": "_pi0_"
|
|
6148
|
+
"name": "Chakir QATAB",
|
|
6149
|
+
"github": "chakAs3",
|
|
6150
|
+
"twitter": "ChakirQatab"
|
|
5111
6151
|
}
|
|
5112
6152
|
],
|
|
5113
6153
|
"compatibility": {
|
|
5114
|
-
"nuxt": "^2.0.0",
|
|
6154
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5115
6155
|
"requires": {
|
|
5116
6156
|
"bridge": "optional"
|
|
5117
|
-
}
|
|
6157
|
+
},
|
|
6158
|
+
"devtools": "^0.7.2"
|
|
5118
6159
|
}
|
|
5119
6160
|
},
|
|
5120
6161
|
{
|
|
5121
6162
|
"name": "strapi",
|
|
5122
6163
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5123
|
-
"repo": "nuxt-
|
|
6164
|
+
"repo": "nuxt-modules/strapi",
|
|
5124
6165
|
"npm": "@nuxtjs/strapi",
|
|
5125
6166
|
"icon": "strapi.png",
|
|
5126
|
-
"github": "https://github.com/nuxt-
|
|
6167
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5127
6168
|
"website": "https://strapi.nuxtjs.org",
|
|
5128
6169
|
"learn_more": "https://strapi.io/",
|
|
5129
6170
|
"category": "CMS",
|
|
@@ -5144,7 +6185,34 @@
|
|
|
5144
6185
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5145
6186
|
"requires": {
|
|
5146
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"
|
|
5147
6211
|
}
|
|
6212
|
+
],
|
|
6213
|
+
"compatibility": {
|
|
6214
|
+
"nuxt": "^3.0.0",
|
|
6215
|
+
"requires": {}
|
|
5148
6216
|
}
|
|
5149
6217
|
},
|
|
5150
6218
|
{
|
|
@@ -5169,6 +6237,36 @@
|
|
|
5169
6237
|
"requires": {}
|
|
5170
6238
|
}
|
|
5171
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
|
+
}
|
|
6268
|
+
}
|
|
6269
|
+
},
|
|
5172
6270
|
{
|
|
5173
6271
|
"name": "style-resources",
|
|
5174
6272
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5194,7 +6292,7 @@
|
|
|
5194
6292
|
},
|
|
5195
6293
|
{
|
|
5196
6294
|
"name": "stylelint",
|
|
5197
|
-
"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.",
|
|
5198
6296
|
"repo": "nuxt-community/stylelint-module",
|
|
5199
6297
|
"npm": "@nuxtjs/stylelint-module",
|
|
5200
6298
|
"icon": "stylelint.png",
|
|
@@ -5240,10 +6338,10 @@
|
|
|
5240
6338
|
{
|
|
5241
6339
|
"name": "supabase",
|
|
5242
6340
|
"description": "First class integration with Supabase",
|
|
5243
|
-
"repo": "nuxt-
|
|
6341
|
+
"repo": "nuxt-modules/supabase",
|
|
5244
6342
|
"npm": "@nuxtjs/supabase",
|
|
5245
6343
|
"icon": "supabase.png",
|
|
5246
|
-
"github": "https://github.com/nuxt-
|
|
6344
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5247
6345
|
"website": "https://supabase.nuxtjs.org",
|
|
5248
6346
|
"learn_more": "https://supabase.com",
|
|
5249
6347
|
"category": "Database",
|
|
@@ -5294,12 +6392,12 @@
|
|
|
5294
6392
|
},
|
|
5295
6393
|
{
|
|
5296
6394
|
"name": "svg-sprite",
|
|
5297
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5298
|
-
"repo": "nuxt-
|
|
6395
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6396
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5299
6397
|
"npm": "@nuxtjs/svg-sprite",
|
|
5300
6398
|
"icon": "",
|
|
5301
|
-
"github": "https://github.com/nuxt-
|
|
5302
|
-
"website": "https://github.com/nuxt-
|
|
6399
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6400
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5303
6401
|
"learn_more": "",
|
|
5304
6402
|
"category": "UI",
|
|
5305
6403
|
"type": "community",
|
|
@@ -5311,13 +6409,13 @@
|
|
|
5311
6409
|
}
|
|
5312
6410
|
],
|
|
5313
6411
|
"compatibility": {
|
|
5314
|
-
"nuxt": "^2.0.0",
|
|
6412
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5315
6413
|
"requires": {}
|
|
5316
6414
|
}
|
|
5317
6415
|
},
|
|
5318
6416
|
{
|
|
5319
6417
|
"name": "svg",
|
|
5320
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6418
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5321
6419
|
"repo": "nuxt-community/svg-module",
|
|
5322
6420
|
"npm": "@nuxtjs/svg",
|
|
5323
6421
|
"icon": "",
|
|
@@ -5361,7 +6459,7 @@
|
|
|
5361
6459
|
},
|
|
5362
6460
|
{
|
|
5363
6461
|
"name": "swiper",
|
|
5364
|
-
"description": "Nuxt
|
|
6462
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5365
6463
|
"repo": "cpreston321/nuxt-swiper",
|
|
5366
6464
|
"npm": "nuxt-swiper",
|
|
5367
6465
|
"icon": "swiper.svg",
|
|
@@ -5407,10 +6505,10 @@
|
|
|
5407
6505
|
{
|
|
5408
6506
|
"name": "tailwindcss",
|
|
5409
6507
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5410
|
-
"repo": "nuxt-
|
|
6508
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5411
6509
|
"npm": "@nuxtjs/tailwindcss",
|
|
5412
6510
|
"icon": "tailwindcss.png",
|
|
5413
|
-
"github": "https://github.com/nuxt-
|
|
6511
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5414
6512
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5415
6513
|
"learn_more": "https://tailwindcss.com/",
|
|
5416
6514
|
"category": "UI",
|
|
@@ -5420,11 +6518,16 @@
|
|
|
5420
6518
|
"name": "Sébastien Chopin",
|
|
5421
6519
|
"github": "Atinux",
|
|
5422
6520
|
"twitter": "Atinux"
|
|
6521
|
+
},
|
|
6522
|
+
{
|
|
6523
|
+
"name": "Inesh Bose",
|
|
6524
|
+
"github": "ineshbose"
|
|
5423
6525
|
}
|
|
5424
6526
|
],
|
|
5425
6527
|
"compatibility": {
|
|
5426
6528
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5427
|
-
"requires": {}
|
|
6529
|
+
"requires": {},
|
|
6530
|
+
"devtools": "^0.0.0"
|
|
5428
6531
|
}
|
|
5429
6532
|
},
|
|
5430
6533
|
{
|
|
@@ -5440,19 +6543,63 @@
|
|
|
5440
6543
|
"type": "3rd-party",
|
|
5441
6544
|
"maintainers": [
|
|
5442
6545
|
{
|
|
5443
|
-
"name": "stickpro",
|
|
5444
|
-
"github": "stickpro",
|
|
5445
|
-
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
6546
|
+
"name": "stickpro",
|
|
6547
|
+
"github": "stickpro",
|
|
6548
|
+
"avatar": "https://avatars.githubusercontent.com/u/25886722?v=4"
|
|
6549
|
+
}
|
|
6550
|
+
],
|
|
6551
|
+
"compatibility": {
|
|
6552
|
+
"nuxt": "^2.0.0",
|
|
6553
|
+
"requires": {}
|
|
6554
|
+
}
|
|
6555
|
+
},
|
|
6556
|
+
{
|
|
6557
|
+
"name": "time",
|
|
6558
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
6559
|
+
"repo": "danielroe/nuxt-time",
|
|
6560
|
+
"npm": "nuxt-time",
|
|
6561
|
+
"icon": "",
|
|
6562
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
6563
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
6564
|
+
"learn_more": "",
|
|
6565
|
+
"category": "Extensions",
|
|
6566
|
+
"type": "3rd-party",
|
|
6567
|
+
"maintainers": [
|
|
6568
|
+
{
|
|
6569
|
+
"name": "danielroe",
|
|
6570
|
+
"github": "danielroe"
|
|
6571
|
+
}
|
|
6572
|
+
],
|
|
6573
|
+
"compatibility": {
|
|
6574
|
+
"nuxt": "^3.0.0",
|
|
6575
|
+
"requires": {}
|
|
6576
|
+
}
|
|
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"
|
|
5446
6593
|
}
|
|
5447
6594
|
],
|
|
5448
6595
|
"compatibility": {
|
|
5449
|
-
"nuxt": "^
|
|
6596
|
+
"nuxt": "^3.0.0",
|
|
5450
6597
|
"requires": {}
|
|
5451
6598
|
}
|
|
5452
6599
|
},
|
|
5453
6600
|
{
|
|
5454
6601
|
"name": "toast",
|
|
5455
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6602
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5456
6603
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5457
6604
|
"npm": "@nuxtjs/toast",
|
|
5458
6605
|
"icon": "",
|
|
@@ -5473,6 +6620,61 @@
|
|
|
5473
6620
|
"requires": {}
|
|
5474
6621
|
}
|
|
5475
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
|
+
},
|
|
5476
6678
|
{
|
|
5477
6679
|
"name": "turnstile",
|
|
5478
6680
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5500,7 +6702,7 @@
|
|
|
5500
6702
|
},
|
|
5501
6703
|
{
|
|
5502
6704
|
"name": "twa",
|
|
5503
|
-
"description": "Nuxt
|
|
6705
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5504
6706
|
"repo": "tuarrep/nuxt-twa",
|
|
5505
6707
|
"npm": "nuxt-twa",
|
|
5506
6708
|
"icon": "",
|
|
@@ -5688,6 +6890,63 @@
|
|
|
5688
6890
|
"requires": {}
|
|
5689
6891
|
}
|
|
5690
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
|
+
},
|
|
5691
6950
|
{
|
|
5692
6951
|
"name": "umami",
|
|
5693
6952
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5712,31 +6971,9 @@
|
|
|
5712
6971
|
}
|
|
5713
6972
|
}
|
|
5714
6973
|
},
|
|
5715
|
-
{
|
|
5716
|
-
"name": "unhead",
|
|
5717
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5718
|
-
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5719
|
-
"npm": "nuxt-seo-experiments",
|
|
5720
|
-
"icon": "",
|
|
5721
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5722
|
-
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5723
|
-
"learn_more": "",
|
|
5724
|
-
"category": "SEO",
|
|
5725
|
-
"type": "3rd-party",
|
|
5726
|
-
"maintainers": [
|
|
5727
|
-
{
|
|
5728
|
-
"name": "harlan-zw",
|
|
5729
|
-
"github": "harlan-zw"
|
|
5730
|
-
}
|
|
5731
|
-
],
|
|
5732
|
-
"compatibility": {
|
|
5733
|
-
"nuxt": "^3.0.0",
|
|
5734
|
-
"requires": {}
|
|
5735
|
-
}
|
|
5736
|
-
},
|
|
5737
6974
|
{
|
|
5738
6975
|
"name": "universal-storage",
|
|
5739
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6976
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5740
6977
|
"repo": "nuxt-community/universal-storage-module",
|
|
5741
6978
|
"npm": "@nuxtjs/universal-storage",
|
|
5742
6979
|
"icon": "",
|
|
@@ -5765,7 +7002,7 @@
|
|
|
5765
7002
|
{
|
|
5766
7003
|
"name": "unlazy",
|
|
5767
7004
|
"description": "Lazy loading library for placeholder images",
|
|
5768
|
-
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
7005
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
5769
7006
|
"npm": "@unlazy/nuxt",
|
|
5770
7007
|
"icon": "unlazy.svg",
|
|
5771
7008
|
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
@@ -5813,12 +7050,12 @@
|
|
|
5813
7050
|
{
|
|
5814
7051
|
"name": "unocss",
|
|
5815
7052
|
"description": "The instant on-demand atomic CSS engine.",
|
|
5816
|
-
"repo": "
|
|
7053
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
5817
7054
|
"npm": "@unocss/nuxt",
|
|
5818
7055
|
"icon": "unocss.svg",
|
|
5819
|
-
"github": "https://github.com/
|
|
5820
|
-
"website": "https://github.com/
|
|
5821
|
-
"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",
|
|
5822
7059
|
"category": "UI",
|
|
5823
7060
|
"type": "3rd-party",
|
|
5824
7061
|
"maintainers": [
|
|
@@ -5833,7 +7070,8 @@
|
|
|
5833
7070
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5834
7071
|
"requires": {
|
|
5835
7072
|
"bridge": "optional"
|
|
5836
|
-
}
|
|
7073
|
+
},
|
|
7074
|
+
"devtools": "^0.0.0"
|
|
5837
7075
|
}
|
|
5838
7076
|
},
|
|
5839
7077
|
{
|
|
@@ -5859,9 +7097,55 @@
|
|
|
5859
7097
|
"requires": {}
|
|
5860
7098
|
}
|
|
5861
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
|
+
},
|
|
5862
7146
|
{
|
|
5863
7147
|
"name": "user-agent",
|
|
5864
|
-
"description": "Nuxt
|
|
7148
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5865
7149
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5866
7150
|
"npm": "nuxt-user-agent",
|
|
5867
7151
|
"icon": "",
|
|
@@ -5889,7 +7173,7 @@
|
|
|
5889
7173
|
"icon": "vee-validate.png",
|
|
5890
7174
|
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
5891
7175
|
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
5892
|
-
"learn_more": "
|
|
7176
|
+
"learn_more": "",
|
|
5893
7177
|
"category": "Libraries",
|
|
5894
7178
|
"type": "3rd-party",
|
|
5895
7179
|
"maintainers": [
|
|
@@ -5951,9 +7235,31 @@
|
|
|
5951
7235
|
}
|
|
5952
7236
|
}
|
|
5953
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
|
+
},
|
|
5954
7260
|
{
|
|
5955
7261
|
"name": "vee-validate",
|
|
5956
|
-
"description": "Painless Vue forms for Nuxt
|
|
7262
|
+
"description": "Painless Vue forms for Nuxt",
|
|
5957
7263
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
5958
7264
|
"npm": "@vee-validate/nuxt",
|
|
5959
7265
|
"icon": "vee-validate.png",
|
|
@@ -6043,7 +7349,7 @@
|
|
|
6043
7349
|
},
|
|
6044
7350
|
{
|
|
6045
7351
|
"name": "vite-pwa-nuxt",
|
|
6046
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7352
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6047
7353
|
"repo": "vite-pwa/nuxt",
|
|
6048
7354
|
"npm": "@vite-pwa/nuxt",
|
|
6049
7355
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6072,13 +7378,13 @@
|
|
|
6072
7378
|
{
|
|
6073
7379
|
"name": "vitest",
|
|
6074
7380
|
"description": "Vitest integration with Nuxt",
|
|
6075
|
-
"repo": "danielroe/nuxt-vitest
|
|
7381
|
+
"repo": "danielroe/nuxt-vitest",
|
|
6076
7382
|
"npm": "nuxt-vitest",
|
|
6077
7383
|
"icon": "vitest.svg",
|
|
6078
7384
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
6079
7385
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
6080
7386
|
"learn_more": "",
|
|
6081
|
-
"category": "
|
|
7387
|
+
"category": "Devtools",
|
|
6082
7388
|
"type": "3rd-party",
|
|
6083
7389
|
"maintainers": [
|
|
6084
7390
|
{
|
|
@@ -6090,6 +7396,61 @@
|
|
|
6090
7396
|
"github": "antfu"
|
|
6091
7397
|
}
|
|
6092
7398
|
],
|
|
7399
|
+
"compatibility": {
|
|
7400
|
+
"nuxt": "^3.0.0",
|
|
7401
|
+
"requires": {},
|
|
7402
|
+
"devtools": "^0.0.0"
|
|
7403
|
+
}
|
|
7404
|
+
},
|
|
7405
|
+
{
|
|
7406
|
+
"name": "vue-email",
|
|
7407
|
+
"description": "💌 Write email templates with vue",
|
|
7408
|
+
"repo": "vue-email/nuxt",
|
|
7409
|
+
"npm": "@vue-email/nuxt",
|
|
7410
|
+
"icon": "vue-email.svg",
|
|
7411
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7412
|
+
"website": "https://vuemail.net/",
|
|
7413
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
7414
|
+
"category": "UI",
|
|
7415
|
+
"type": "3rd-party",
|
|
7416
|
+
"maintainers": [
|
|
7417
|
+
{
|
|
7418
|
+
"name": "David Arenas",
|
|
7419
|
+
"github": "Dave136",
|
|
7420
|
+
"twitter": "davejs4",
|
|
7421
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
7422
|
+
},
|
|
7423
|
+
{
|
|
7424
|
+
"name": "Younes Barrad",
|
|
7425
|
+
"github": "Flowko",
|
|
7426
|
+
"twitter": "imflowko",
|
|
7427
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
7428
|
+
}
|
|
7429
|
+
],
|
|
7430
|
+
"compatibility": {
|
|
7431
|
+
"nuxt": "^3.0.0",
|
|
7432
|
+
"requires": {},
|
|
7433
|
+
"devtools": "^0.0.0"
|
|
7434
|
+
}
|
|
7435
|
+
},
|
|
7436
|
+
{
|
|
7437
|
+
"name": "vue-final-modal",
|
|
7438
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7439
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7440
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7441
|
+
"icon": "vue-final-modal.svg",
|
|
7442
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7443
|
+
"website": "https://vue-final-modal.org/",
|
|
7444
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7445
|
+
"category": "UI",
|
|
7446
|
+
"type": "3rd-party",
|
|
7447
|
+
"maintainers": [
|
|
7448
|
+
{
|
|
7449
|
+
"name": "Hunter Liu",
|
|
7450
|
+
"github": "hunterliu1003",
|
|
7451
|
+
"twitter": "hunterliu1003"
|
|
7452
|
+
}
|
|
7453
|
+
],
|
|
6093
7454
|
"compatibility": {
|
|
6094
7455
|
"nuxt": "^3.0.0",
|
|
6095
7456
|
"requires": {}
|
|
@@ -6117,7 +7478,8 @@
|
|
|
6117
7478
|
"nuxt": "^3.0.0",
|
|
6118
7479
|
"requires": {
|
|
6119
7480
|
"bridge": "optional"
|
|
6120
|
-
}
|
|
7481
|
+
},
|
|
7482
|
+
"devtools": "^0.0.0"
|
|
6121
7483
|
}
|
|
6122
7484
|
},
|
|
6123
7485
|
{
|
|
@@ -6144,7 +7506,7 @@
|
|
|
6144
7506
|
},
|
|
6145
7507
|
{
|
|
6146
7508
|
"name": "vue-multiselect",
|
|
6147
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7509
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6148
7510
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6149
7511
|
"npm": "nuxt-vue-multiselect",
|
|
6150
7512
|
"icon": "",
|
|
@@ -6189,7 +7551,7 @@
|
|
|
6189
7551
|
{
|
|
6190
7552
|
"name": "vue-query",
|
|
6191
7553
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6192
|
-
"repo": "Hebilicious/vue-query-nuxt#main",
|
|
7554
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
6193
7555
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
6194
7556
|
"icon": "vue-query.svg",
|
|
6195
7557
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -6258,7 +7620,7 @@
|
|
|
6258
7620
|
},
|
|
6259
7621
|
{
|
|
6260
7622
|
"name": "vue-warehouse",
|
|
6261
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7623
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6262
7624
|
"repo": "juliomrqz/vue-warehouse",
|
|
6263
7625
|
"npm": "vue-warehouse",
|
|
6264
7626
|
"icon": "",
|
|
@@ -6279,10 +7641,33 @@
|
|
|
6279
7641
|
"requires": {}
|
|
6280
7642
|
}
|
|
6281
7643
|
},
|
|
7644
|
+
{
|
|
7645
|
+
"name": "vue3-carousel-nuxt",
|
|
7646
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7647
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7648
|
+
"npm": "vue3-carousel-nuxt",
|
|
7649
|
+
"icon": "",
|
|
7650
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7651
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7652
|
+
"learn_more": "",
|
|
7653
|
+
"category": "UI",
|
|
7654
|
+
"type": "3rd-party",
|
|
7655
|
+
"maintainers": [
|
|
7656
|
+
{
|
|
7657
|
+
"name": "Gaetan SENN",
|
|
7658
|
+
"github": "gaetansenn",
|
|
7659
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7660
|
+
}
|
|
7661
|
+
],
|
|
7662
|
+
"compatibility": {
|
|
7663
|
+
"nuxt": "^3.0.0",
|
|
7664
|
+
"requires": {}
|
|
7665
|
+
}
|
|
7666
|
+
},
|
|
6282
7667
|
{
|
|
6283
7668
|
"name": "vuefire",
|
|
6284
7669
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
6285
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
7670
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
6286
7671
|
"npm": "nuxt-vuefire",
|
|
6287
7672
|
"icon": "vuefire.svg",
|
|
6288
7673
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -6301,15 +7686,61 @@
|
|
|
6301
7686
|
"requires": {}
|
|
6302
7687
|
}
|
|
6303
7688
|
},
|
|
7689
|
+
{
|
|
7690
|
+
"name": "vueform-builder",
|
|
7691
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7692
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7693
|
+
"npm": "@vueform/builder-nuxt",
|
|
7694
|
+
"icon": "vueform.svg",
|
|
7695
|
+
"github": "https://github.com/vueform/builder",
|
|
7696
|
+
"website": "https://builder.vueform.com",
|
|
7697
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7698
|
+
"category": "Libraries",
|
|
7699
|
+
"type": "3rd-party",
|
|
7700
|
+
"maintainers": [
|
|
7701
|
+
{
|
|
7702
|
+
"name": "Adam Berecz",
|
|
7703
|
+
"github": "adamberecz",
|
|
7704
|
+
"twitter": "bereczadam"
|
|
7705
|
+
}
|
|
7706
|
+
],
|
|
7707
|
+
"compatibility": {
|
|
7708
|
+
"nuxt": "^3.0.0",
|
|
7709
|
+
"requires": {}
|
|
7710
|
+
}
|
|
7711
|
+
},
|
|
7712
|
+
{
|
|
7713
|
+
"name": "vueform",
|
|
7714
|
+
"description": "Official Vueform module for Nuxt",
|
|
7715
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7716
|
+
"npm": "@vueform/nuxt",
|
|
7717
|
+
"icon": "vueform.svg",
|
|
7718
|
+
"github": "https://github.com/vueform/vueform",
|
|
7719
|
+
"website": "https://vueform.com",
|
|
7720
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7721
|
+
"category": "Libraries",
|
|
7722
|
+
"type": "3rd-party",
|
|
7723
|
+
"maintainers": [
|
|
7724
|
+
{
|
|
7725
|
+
"name": "Adam Berecz",
|
|
7726
|
+
"github": "adamberecz",
|
|
7727
|
+
"twitter": "bereczadam"
|
|
7728
|
+
}
|
|
7729
|
+
],
|
|
7730
|
+
"compatibility": {
|
|
7731
|
+
"nuxt": "^3.0.0",
|
|
7732
|
+
"requires": {}
|
|
7733
|
+
}
|
|
7734
|
+
},
|
|
6304
7735
|
{
|
|
6305
7736
|
"name": "vuestic",
|
|
6306
|
-
"description": "Vuestic UI module for Nuxt
|
|
7737
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6307
7738
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6308
7739
|
"npm": "@vuestic/nuxt",
|
|
6309
7740
|
"icon": "vuestic.png",
|
|
6310
7741
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
6311
|
-
"website": "https://vuestic.dev",
|
|
6312
|
-
"learn_more": "https://vuestic.dev/
|
|
7742
|
+
"website": "https://ui.vuestic.dev",
|
|
7743
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
6313
7744
|
"category": "UI",
|
|
6314
7745
|
"type": "3rd-party",
|
|
6315
7746
|
"maintainers": [
|
|
@@ -6323,9 +7754,31 @@
|
|
|
6323
7754
|
"requires": {}
|
|
6324
7755
|
}
|
|
6325
7756
|
},
|
|
7757
|
+
{
|
|
7758
|
+
"name": "vuetify-nuxt-module",
|
|
7759
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7760
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7761
|
+
"npm": "vuetify-nuxt-module",
|
|
7762
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7763
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7764
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7765
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
7766
|
+
"category": "UI",
|
|
7767
|
+
"type": "3rd-party",
|
|
7768
|
+
"maintainers": [
|
|
7769
|
+
{
|
|
7770
|
+
"name": "Joaquín Sánchez",
|
|
7771
|
+
"github": "userquin"
|
|
7772
|
+
}
|
|
7773
|
+
],
|
|
7774
|
+
"compatibility": {
|
|
7775
|
+
"nuxt": "^3.0.0",
|
|
7776
|
+
"requires": {}
|
|
7777
|
+
}
|
|
7778
|
+
},
|
|
6326
7779
|
{
|
|
6327
7780
|
"name": "vuetify",
|
|
6328
|
-
"description": "Vuetify Module for Nuxt
|
|
7781
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6329
7782
|
"repo": "nuxt-community/vuetify-module",
|
|
6330
7783
|
"npm": "@nuxtjs/vuetify",
|
|
6331
7784
|
"icon": "vuetify.png",
|
|
@@ -6372,7 +7825,8 @@
|
|
|
6372
7825
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6373
7826
|
"requires": {
|
|
6374
7827
|
"bridge": "optional"
|
|
6375
|
-
}
|
|
7828
|
+
},
|
|
7829
|
+
"devtools": "^0.0.0"
|
|
6376
7830
|
}
|
|
6377
7831
|
},
|
|
6378
7832
|
{
|
|
@@ -6399,7 +7853,7 @@
|
|
|
6399
7853
|
},
|
|
6400
7854
|
{
|
|
6401
7855
|
"name": "vunix",
|
|
6402
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7856
|
+
"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.",
|
|
6403
7857
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6404
7858
|
"npm": "@vunix/nuxt",
|
|
6405
7859
|
"icon": "",
|
|
@@ -6423,11 +7877,11 @@
|
|
|
6423
7877
|
{
|
|
6424
7878
|
"name": "web-vitals",
|
|
6425
7879
|
"description": "Web Vitals for Nuxt",
|
|
6426
|
-
"repo": "nuxt-
|
|
7880
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6427
7881
|
"npm": "@nuxtjs/web-vitals",
|
|
6428
7882
|
"icon": "web-vitals.png",
|
|
6429
|
-
"github": "https://github.com/nuxt-
|
|
6430
|
-
"website": "https://github.com/nuxt-
|
|
7883
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7884
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6431
7885
|
"learn_more": "",
|
|
6432
7886
|
"category": "Performance",
|
|
6433
7887
|
"type": "community",
|
|
@@ -6478,7 +7932,7 @@
|
|
|
6478
7932
|
},
|
|
6479
7933
|
{
|
|
6480
7934
|
"name": "webpack-optimisations",
|
|
6481
|
-
"description": "Nuxt
|
|
7935
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6482
7936
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6483
7937
|
"npm": "nuxt-webpack-optimisations",
|
|
6484
7938
|
"icon": "build-optimisations.svg",
|
|
@@ -6553,7 +8007,7 @@
|
|
|
6553
8007
|
"icon": "webpack.png",
|
|
6554
8008
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6555
8009
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6556
|
-
"learn_more": "
|
|
8010
|
+
"learn_more": "",
|
|
6557
8011
|
"category": "Devtools",
|
|
6558
8012
|
"type": "community",
|
|
6559
8013
|
"maintainers": [
|
|
@@ -6570,7 +8024,7 @@
|
|
|
6570
8024
|
},
|
|
6571
8025
|
{
|
|
6572
8026
|
"name": "well-known",
|
|
6573
|
-
"description": "A Nuxt
|
|
8027
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6574
8028
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6575
8029
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6576
8030
|
"icon": "well-known.svg",
|
|
@@ -6592,7 +8046,7 @@
|
|
|
6592
8046
|
},
|
|
6593
8047
|
{
|
|
6594
8048
|
"name": "wideangle",
|
|
6595
|
-
"description": "Nuxt
|
|
8049
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
6596
8050
|
"repo": "inputobjects/wideangle-nuxt",
|
|
6597
8051
|
"npm": "wideangle-nuxt",
|
|
6598
8052
|
"icon": "wideangle.png",
|
|
@@ -6619,11 +8073,11 @@
|
|
|
6619
8073
|
{
|
|
6620
8074
|
"name": "windicss",
|
|
6621
8075
|
"description": "Next generation utility-first CSS framework.",
|
|
6622
|
-
"repo": "windicss/nuxt-windicss
|
|
8076
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
6623
8077
|
"npm": "nuxt-windicss",
|
|
6624
8078
|
"icon": "windicss.svg",
|
|
6625
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
6626
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
8079
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
8080
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
6627
8081
|
"learn_more": "https://windicss.org/",
|
|
6628
8082
|
"category": "UI",
|
|
6629
8083
|
"type": "3rd-party",
|
|
@@ -6759,55 +8213,9 @@
|
|
|
6759
8213
|
"requires": {}
|
|
6760
8214
|
}
|
|
6761
8215
|
},
|
|
6762
|
-
{
|
|
6763
|
-
"name": "yandex-metrika-next",
|
|
6764
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6765
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6766
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6767
|
-
"icon": "yandex-metrika.svg",
|
|
6768
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6769
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6770
|
-
"learn_more": "",
|
|
6771
|
-
"category": "Analytics",
|
|
6772
|
-
"type": "3rd-party",
|
|
6773
|
-
"maintainers": [
|
|
6774
|
-
{
|
|
6775
|
-
"name": "Aleksandr Saburov",
|
|
6776
|
-
"github": "artmizu",
|
|
6777
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6778
|
-
}
|
|
6779
|
-
],
|
|
6780
|
-
"compatibility": {
|
|
6781
|
-
"nuxt": "^3.0.0",
|
|
6782
|
-
"requires": {}
|
|
6783
|
-
}
|
|
6784
|
-
},
|
|
6785
|
-
{
|
|
6786
|
-
"name": "yandex-metrika",
|
|
6787
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6788
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6789
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6790
|
-
"icon": "",
|
|
6791
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6792
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6793
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6794
|
-
"category": "Analytics",
|
|
6795
|
-
"type": "community",
|
|
6796
|
-
"maintainers": [
|
|
6797
|
-
{
|
|
6798
|
-
"name": "Pooya Parsa",
|
|
6799
|
-
"github": "pi0",
|
|
6800
|
-
"twitter": "_pi0_"
|
|
6801
|
-
}
|
|
6802
|
-
],
|
|
6803
|
-
"compatibility": {
|
|
6804
|
-
"nuxt": "^2.0.0",
|
|
6805
|
-
"requires": {}
|
|
6806
|
-
}
|
|
6807
|
-
},
|
|
6808
8216
|
{
|
|
6809
8217
|
"name": "zendesk",
|
|
6810
|
-
"description": "Nuxt
|
|
8218
|
+
"description": "Nuxt module for Zendesk",
|
|
6811
8219
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6812
8220
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6813
8221
|
"icon": "zendesk.png",
|