@nuxt/modules 0.6.0-bdada2 → 0.6.0-bfda33
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 +1722 -478
- 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": "Devtools",
|
|
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": "",
|
|
@@ -575,7 +687,7 @@
|
|
|
575
687
|
},
|
|
576
688
|
{
|
|
577
689
|
"name": "capo",
|
|
578
|
-
"description": "Capo.js implementation for Nuxt
|
|
690
|
+
"description": "Capo.js implementation for Nuxt",
|
|
579
691
|
"repo": "danielroe/nuxt-capo",
|
|
580
692
|
"npm": "nuxt-capo",
|
|
581
693
|
"icon": "",
|
|
@@ -597,7 +709,7 @@
|
|
|
597
709
|
},
|
|
598
710
|
{
|
|
599
711
|
"name": "chakra-ui",
|
|
600
|
-
"description": "Chakra UI Module for Nuxt
|
|
712
|
+
"description": "Chakra UI Module for Nuxt",
|
|
601
713
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
602
714
|
"npm": "@chakra-ui/nuxt",
|
|
603
715
|
"icon": "chakra-ui.png",
|
|
@@ -644,10 +756,10 @@
|
|
|
644
756
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
645
757
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
646
758
|
"npm": "nuxt-chiffre",
|
|
647
|
-
"icon": "
|
|
759
|
+
"icon": "chiffre.png",
|
|
648
760
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
649
761
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
650
|
-
"learn_more": "https://chiffre.io",
|
|
762
|
+
"learn_more": "https://chiffre.io/",
|
|
651
763
|
"category": "Analytics",
|
|
652
764
|
"type": "3rd-party",
|
|
653
765
|
"maintainers": [
|
|
@@ -708,7 +820,7 @@
|
|
|
708
820
|
},
|
|
709
821
|
{
|
|
710
822
|
"name": "cloudcms",
|
|
711
|
-
"description": "CloudCMS Nuxt
|
|
823
|
+
"description": "CloudCMS Nuxt Module",
|
|
712
824
|
"repo": "gitana/cloudcms-nuxt",
|
|
713
825
|
"npm": "cloudcms-nuxt",
|
|
714
826
|
"icon": "",
|
|
@@ -757,11 +869,11 @@
|
|
|
757
869
|
},
|
|
758
870
|
{
|
|
759
871
|
"name": "cloudinary",
|
|
760
|
-
"description": "Optimize images and videos in your Nuxt
|
|
761
|
-
"repo": "nuxt-
|
|
872
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
873
|
+
"repo": "nuxt-modules/cloudinary",
|
|
762
874
|
"npm": "@nuxtjs/cloudinary",
|
|
763
875
|
"icon": "cloudinary.png",
|
|
764
|
-
"github": "https://github.com/nuxt-
|
|
876
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
765
877
|
"website": "https://cloudinary.nuxtjs.org",
|
|
766
878
|
"learn_more": "https://cloudinary.com",
|
|
767
879
|
"category": "Images",
|
|
@@ -780,11 +892,11 @@
|
|
|
780
892
|
},
|
|
781
893
|
{
|
|
782
894
|
"name": "color-mode",
|
|
783
|
-
"description": "Dark and Light mode for
|
|
784
|
-
"repo": "nuxt-
|
|
895
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
896
|
+
"repo": "nuxt-modules/color-mode",
|
|
785
897
|
"npm": "@nuxtjs/color-mode",
|
|
786
898
|
"icon": "color-mode.png",
|
|
787
|
-
"github": "https://github.com/nuxt-
|
|
899
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
788
900
|
"website": "https://color-mode.nuxtjs.org",
|
|
789
901
|
"learn_more": "",
|
|
790
902
|
"category": "UI",
|
|
@@ -1001,7 +1113,7 @@
|
|
|
1001
1113
|
},
|
|
1002
1114
|
{
|
|
1003
1115
|
"name": "darkmode.js",
|
|
1004
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1116
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
1005
1117
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
1006
1118
|
"npm": "nuxtjs-darkmode-js-module",
|
|
1007
1119
|
"icon": "darkmode.png",
|
|
@@ -1023,7 +1135,7 @@
|
|
|
1023
1135
|
},
|
|
1024
1136
|
{
|
|
1025
1137
|
"name": "date-fns",
|
|
1026
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1138
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
1027
1139
|
"repo": "nuxt-community/date-fns-module",
|
|
1028
1140
|
"npm": "@nuxtjs/date-fns",
|
|
1029
1141
|
"icon": "date-fns.png",
|
|
@@ -1045,7 +1157,7 @@
|
|
|
1045
1157
|
},
|
|
1046
1158
|
{
|
|
1047
1159
|
"name": "datocms-nuxt2",
|
|
1048
|
-
"description": "DatoCMS integration for Nuxt
|
|
1160
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
1049
1161
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
1050
1162
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
1051
1163
|
"icon": "datocms.svg",
|
|
@@ -1114,8 +1226,8 @@
|
|
|
1114
1226
|
},
|
|
1115
1227
|
{
|
|
1116
1228
|
"name": "delay-hydration",
|
|
1117
|
-
"description": "Improve your Nuxt
|
|
1118
|
-
"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",
|
|
1119
1231
|
"npm": "nuxt-delay-hydration",
|
|
1120
1232
|
"icon": "lighthouse.svg",
|
|
1121
1233
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1137,12 +1249,12 @@
|
|
|
1137
1249
|
},
|
|
1138
1250
|
{
|
|
1139
1251
|
"name": "device",
|
|
1140
|
-
"description": "Device detection module for Nuxt
|
|
1141
|
-
"repo": "nuxt-
|
|
1252
|
+
"description": "Device detection module for Nuxt",
|
|
1253
|
+
"repo": "nuxt-modules/device",
|
|
1142
1254
|
"npm": "@nuxtjs/device",
|
|
1143
1255
|
"icon": "",
|
|
1144
|
-
"github": "https://github.com/nuxt-
|
|
1145
|
-
"website": "https://github.com/nuxt-
|
|
1256
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1257
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1146
1258
|
"learn_more": "",
|
|
1147
1259
|
"category": "Extensions",
|
|
1148
1260
|
"type": "community",
|
|
@@ -1160,7 +1272,7 @@
|
|
|
1160
1272
|
{
|
|
1161
1273
|
"name": "devtools",
|
|
1162
1274
|
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1163
|
-
"repo": "nuxt/devtools#main",
|
|
1275
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1164
1276
|
"npm": "@nuxt/devtools",
|
|
1165
1277
|
"icon": "nuxt.svg",
|
|
1166
1278
|
"github": "https://github.com/nuxt/devtools",
|
|
@@ -1182,13 +1294,13 @@
|
|
|
1182
1294
|
},
|
|
1183
1295
|
{
|
|
1184
1296
|
"name": "directus",
|
|
1185
|
-
"description": "Easily connect your
|
|
1297
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1186
1298
|
"repo": "intevel/nuxt-directus",
|
|
1187
1299
|
"npm": "nuxt-directus",
|
|
1188
1300
|
"icon": "directus.svg",
|
|
1189
|
-
"github": "https://github.com/
|
|
1190
|
-
"website": "https://nuxt-directus.
|
|
1191
|
-
"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/",
|
|
1192
1304
|
"category": "CMS",
|
|
1193
1305
|
"type": "3rd-party",
|
|
1194
1306
|
"maintainers": [
|
|
@@ -1199,15 +1311,58 @@
|
|
|
1199
1311
|
}
|
|
1200
1312
|
],
|
|
1201
1313
|
"compatibility": {
|
|
1202
|
-
"nuxt": "^
|
|
1203
|
-
"requires": {
|
|
1204
|
-
|
|
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"
|
|
1205
1356
|
}
|
|
1357
|
+
],
|
|
1358
|
+
"compatibility": {
|
|
1359
|
+
"nuxt": "^3.0.0",
|
|
1360
|
+
"requires": {}
|
|
1206
1361
|
}
|
|
1207
1362
|
},
|
|
1208
1363
|
{
|
|
1209
1364
|
"name": "dotenv",
|
|
1210
|
-
"description": "A Nuxt
|
|
1365
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1211
1366
|
"repo": "nuxt-community/dotenv-module",
|
|
1212
1367
|
"npm": "@nuxtjs/dotenv",
|
|
1213
1368
|
"icon": "dotenv.png",
|
|
@@ -1229,13 +1384,13 @@
|
|
|
1229
1384
|
},
|
|
1230
1385
|
{
|
|
1231
1386
|
"name": "drupal-ce",
|
|
1232
|
-
"description": "Connects Nuxt
|
|
1387
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1233
1388
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1234
1389
|
"npm": "nuxtjs-drupal-ce",
|
|
1235
1390
|
"icon": "drupal-ce.png",
|
|
1236
1391
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1237
|
-
"website": "https://
|
|
1238
|
-
"learn_more": "https://
|
|
1392
|
+
"website": "https://lupus-decoupled.org",
|
|
1393
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1239
1394
|
"category": "CMS",
|
|
1240
1395
|
"type": "3rd-party",
|
|
1241
1396
|
"maintainers": [
|
|
@@ -1250,19 +1405,19 @@
|
|
|
1250
1405
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1251
1406
|
},
|
|
1252
1407
|
{
|
|
1253
|
-
"name": "
|
|
1254
|
-
"github": "
|
|
1255
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1408
|
+
"name": "Matic",
|
|
1409
|
+
"github": "TurtlBbx",
|
|
1410
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1256
1411
|
}
|
|
1257
1412
|
],
|
|
1258
1413
|
"compatibility": {
|
|
1259
|
-
"nuxt": "^2.0.0",
|
|
1414
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1260
1415
|
"requires": {}
|
|
1261
1416
|
}
|
|
1262
1417
|
},
|
|
1263
1418
|
{
|
|
1264
1419
|
"name": "druxt",
|
|
1265
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1420
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1266
1421
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1267
1422
|
"npm": "druxt",
|
|
1268
1423
|
"icon": "druxt.svg",
|
|
@@ -1282,6 +1437,29 @@
|
|
|
1282
1437
|
"requires": {}
|
|
1283
1438
|
}
|
|
1284
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
|
+
},
|
|
1285
1463
|
{
|
|
1286
1464
|
"name": "electron",
|
|
1287
1465
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1330,7 +1508,7 @@
|
|
|
1330
1508
|
},
|
|
1331
1509
|
{
|
|
1332
1510
|
"name": "emotion",
|
|
1333
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1511
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1334
1512
|
"repo": "nuxt-modules/emotion",
|
|
1335
1513
|
"npm": "@nuxtjs/emotion",
|
|
1336
1514
|
"icon": "emotion.png",
|
|
@@ -1358,7 +1536,7 @@
|
|
|
1358
1536
|
},
|
|
1359
1537
|
{
|
|
1360
1538
|
"name": "eslint",
|
|
1361
|
-
"description": "ESLint module for Nuxt
|
|
1539
|
+
"description": "ESLint module for Nuxt",
|
|
1362
1540
|
"repo": "nuxt-community/eslint-module",
|
|
1363
1541
|
"npm": "@nuxtjs/eslint-module",
|
|
1364
1542
|
"icon": "eslint.png",
|
|
@@ -1380,7 +1558,7 @@
|
|
|
1380
1558
|
},
|
|
1381
1559
|
{
|
|
1382
1560
|
"name": "event-trace",
|
|
1383
|
-
"description": "Module for event trace in Nuxt
|
|
1561
|
+
"description": "Module for event trace in Nuxt",
|
|
1384
1562
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1385
1563
|
"npm": "nuxt-event-trace",
|
|
1386
1564
|
"icon": "",
|
|
@@ -1400,6 +1578,29 @@
|
|
|
1400
1578
|
"requires": {}
|
|
1401
1579
|
}
|
|
1402
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
|
+
},
|
|
1403
1604
|
{
|
|
1404
1605
|
"name": "fathom",
|
|
1405
1606
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1424,7 +1625,7 @@
|
|
|
1424
1625
|
},
|
|
1425
1626
|
{
|
|
1426
1627
|
"name": "feature-toggle",
|
|
1427
|
-
"description": "Feature toggle module for Nuxt
|
|
1628
|
+
"description": "Feature toggle module for Nuxt",
|
|
1428
1629
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1429
1630
|
"npm": "nuxt-feature-toggle",
|
|
1430
1631
|
"icon": "",
|
|
@@ -1491,7 +1692,7 @@
|
|
|
1491
1692
|
},
|
|
1492
1693
|
{
|
|
1493
1694
|
"name": "floating-prompt-module",
|
|
1494
|
-
"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",
|
|
1495
1696
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1496
1697
|
"npm": "nuxt-floating-prompt-module",
|
|
1497
1698
|
"icon": "",
|
|
@@ -1603,11 +1804,11 @@
|
|
|
1603
1804
|
{
|
|
1604
1805
|
"name": "form-actions",
|
|
1605
1806
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1606
|
-
"repo": "Hebilicious/form-actions-nuxt/packages/form-
|
|
1807
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1607
1808
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1608
1809
|
"icon": "form-actions.svg",
|
|
1609
1810
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1610
|
-
"website": "https://
|
|
1811
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1611
1812
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1612
1813
|
"category": "Request",
|
|
1613
1814
|
"type": "3rd-party",
|
|
@@ -1619,7 +1820,7 @@
|
|
|
1619
1820
|
}
|
|
1620
1821
|
],
|
|
1621
1822
|
"compatibility": {
|
|
1622
|
-
"nuxt": "^3.
|
|
1823
|
+
"nuxt": "^3.7.0",
|
|
1623
1824
|
"requires": {}
|
|
1624
1825
|
}
|
|
1625
1826
|
},
|
|
@@ -1631,7 +1832,7 @@
|
|
|
1631
1832
|
"icon": "formkit.png",
|
|
1632
1833
|
"github": "https://github.com/formkit/formkit",
|
|
1633
1834
|
"website": "https://formkit.com",
|
|
1634
|
-
"learn_more": "https://formkit.com/
|
|
1835
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1635
1836
|
"category": "Libraries",
|
|
1636
1837
|
"type": "3rd-party",
|
|
1637
1838
|
"maintainers": [
|
|
@@ -1697,7 +1898,7 @@
|
|
|
1697
1898
|
},
|
|
1698
1899
|
{
|
|
1699
1900
|
"name": "google-adsense",
|
|
1700
|
-
"description": "Google Adsense Module for Nuxt
|
|
1901
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1701
1902
|
"repo": "nuxt-community/google-adsense-module",
|
|
1702
1903
|
"npm": "@nuxtjs/google-adsense",
|
|
1703
1904
|
"icon": "google-adsense.png",
|
|
@@ -1723,7 +1924,7 @@
|
|
|
1723
1924
|
},
|
|
1724
1925
|
{
|
|
1725
1926
|
"name": "google-analytics",
|
|
1726
|
-
"description": "Google analytics Module for Nuxt
|
|
1927
|
+
"description": "Google analytics Module for Nuxt",
|
|
1727
1928
|
"repo": "nuxt-community/analytics-module",
|
|
1728
1929
|
"npm": "@nuxtjs/google-analytics",
|
|
1729
1930
|
"icon": "google-analytics.png",
|
|
@@ -1755,12 +1956,12 @@
|
|
|
1755
1956
|
},
|
|
1756
1957
|
{
|
|
1757
1958
|
"name": "google-fonts",
|
|
1758
|
-
"description": "Google Fonts module for
|
|
1759
|
-
"repo": "nuxt-
|
|
1959
|
+
"description": "Google Fonts module for Nuxt",
|
|
1960
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1760
1961
|
"npm": "@nuxtjs/google-fonts",
|
|
1761
1962
|
"icon": "google-fonts.png",
|
|
1762
|
-
"github": "https://github.com/nuxt-
|
|
1763
|
-
"website": "https://
|
|
1963
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1964
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1764
1965
|
"learn_more": "https://developers.google.com/fonts",
|
|
1765
1966
|
"category": "Fonts",
|
|
1766
1967
|
"type": "community",
|
|
@@ -1779,7 +1980,7 @@
|
|
|
1779
1980
|
},
|
|
1780
1981
|
{
|
|
1781
1982
|
"name": "google-gtag",
|
|
1782
|
-
"description": "Google GTag for Nuxt
|
|
1983
|
+
"description": "Google GTag for Nuxt",
|
|
1783
1984
|
"repo": "nuxt-community/google-gtag",
|
|
1784
1985
|
"npm": "@nuxtjs/google-gtag",
|
|
1785
1986
|
"icon": "gtm.png",
|
|
@@ -1805,7 +2006,7 @@
|
|
|
1805
2006
|
},
|
|
1806
2007
|
{
|
|
1807
2008
|
"name": "google-optimize",
|
|
1808
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2009
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1809
2010
|
"repo": "nuxt-community/google-optimize-module",
|
|
1810
2011
|
"npm": "nuxt-google-optimize",
|
|
1811
2012
|
"icon": "google-optimize.png",
|
|
@@ -1844,7 +2045,7 @@
|
|
|
1844
2045
|
"icon": "graphql-client.svg",
|
|
1845
2046
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1846
2047
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1847
|
-
"learn_more": "https://
|
|
2048
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
1848
2049
|
"category": "Request",
|
|
1849
2050
|
"type": "3rd-party",
|
|
1850
2051
|
"maintainers": [
|
|
@@ -1860,7 +2061,7 @@
|
|
|
1860
2061
|
},
|
|
1861
2062
|
{
|
|
1862
2063
|
"name": "graphql-request",
|
|
1863
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2064
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1864
2065
|
"repo": "gomah/nuxt-graphql-request",
|
|
1865
2066
|
"npm": "nuxt-graphql-request",
|
|
1866
2067
|
"icon": "graphql-request.png",
|
|
@@ -1876,7 +2077,7 @@
|
|
|
1876
2077
|
}
|
|
1877
2078
|
],
|
|
1878
2079
|
"compatibility": {
|
|
1879
|
-
"nuxt": "^2.0.0",
|
|
2080
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1880
2081
|
"requires": {}
|
|
1881
2082
|
}
|
|
1882
2083
|
},
|
|
@@ -1899,12 +2100,13 @@
|
|
|
1899
2100
|
],
|
|
1900
2101
|
"compatibility": {
|
|
1901
2102
|
"nuxt": "^3.0.0",
|
|
1902
|
-
"requires": {}
|
|
2103
|
+
"requires": {},
|
|
2104
|
+
"devtools": "^0.0.0"
|
|
1903
2105
|
}
|
|
1904
2106
|
},
|
|
1905
2107
|
{
|
|
1906
2108
|
"name": "gtag",
|
|
1907
|
-
"description": "Google Analytics integration for Nuxt
|
|
2109
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1908
2110
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1909
2111
|
"npm": "nuxt-gtag",
|
|
1910
2112
|
"icon": "gtag.svg",
|
|
@@ -1928,7 +2130,7 @@
|
|
|
1928
2130
|
},
|
|
1929
2131
|
{
|
|
1930
2132
|
"name": "gtm",
|
|
1931
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2133
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1932
2134
|
"repo": "nuxt-community/gtm-module",
|
|
1933
2135
|
"npm": "@nuxtjs/gtm",
|
|
1934
2136
|
"icon": "gtm.png",
|
|
@@ -1951,7 +2153,7 @@
|
|
|
1951
2153
|
},
|
|
1952
2154
|
{
|
|
1953
2155
|
"name": "guess",
|
|
1954
|
-
"description": "Guess.js module for Nuxt
|
|
2156
|
+
"description": "Guess.js module for Nuxt",
|
|
1955
2157
|
"repo": "nuxt-community/guess-module",
|
|
1956
2158
|
"npm": "@nuxtjs/guess-module",
|
|
1957
2159
|
"icon": "guessjs.png",
|
|
@@ -2063,7 +2265,7 @@
|
|
|
2063
2265
|
},
|
|
2064
2266
|
{
|
|
2065
2267
|
"name": "helmet",
|
|
2066
|
-
"description": "Easy Helmet module with Nuxt
|
|
2268
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2067
2269
|
"repo": "victor-perez/nuxt-helmet",
|
|
2068
2270
|
"npm": "nuxt-helmet",
|
|
2069
2271
|
"icon": "",
|
|
@@ -2107,7 +2309,7 @@
|
|
|
2107
2309
|
},
|
|
2108
2310
|
{
|
|
2109
2311
|
"name": "history-state",
|
|
2110
|
-
"description": "Nuxt
|
|
2312
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2111
2313
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2112
2314
|
"npm": "nuxt-history-state",
|
|
2113
2315
|
"icon": "",
|
|
@@ -2176,7 +2378,7 @@
|
|
|
2176
2378
|
},
|
|
2177
2379
|
{
|
|
2178
2380
|
"name": "http",
|
|
2179
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2381
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2180
2382
|
"repo": "nuxt/http",
|
|
2181
2383
|
"npm": "@nuxt/http",
|
|
2182
2384
|
"icon": "http.png",
|
|
@@ -2204,7 +2406,7 @@
|
|
|
2204
2406
|
},
|
|
2205
2407
|
{
|
|
2206
2408
|
"name": "humans-txt",
|
|
2207
|
-
"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.",
|
|
2208
2410
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2209
2411
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2210
2412
|
"icon": "",
|
|
@@ -2228,11 +2430,11 @@
|
|
|
2228
2430
|
{
|
|
2229
2431
|
"name": "i18n",
|
|
2230
2432
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2231
|
-
"repo": "nuxt-
|
|
2433
|
+
"repo": "nuxt-modules/i18n",
|
|
2232
2434
|
"npm": "@nuxtjs/i18n",
|
|
2233
2435
|
"icon": "i18n.png",
|
|
2234
|
-
"github": "https://github.com/nuxt-
|
|
2235
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2436
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2437
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2236
2438
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2237
2439
|
"category": "Extensions",
|
|
2238
2440
|
"type": "community",
|
|
@@ -2273,6 +2475,29 @@
|
|
|
2273
2475
|
"requires": {}
|
|
2274
2476
|
}
|
|
2275
2477
|
},
|
|
2478
|
+
{
|
|
2479
|
+
"name": "icon-tw",
|
|
2480
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2481
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2482
|
+
"npm": "nuxt-icon-tw",
|
|
2483
|
+
"icon": "nuxt-icon.png",
|
|
2484
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2485
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2486
|
+
"learn_more": "",
|
|
2487
|
+
"category": "UI",
|
|
2488
|
+
"type": "3rd-party",
|
|
2489
|
+
"maintainers": [
|
|
2490
|
+
{
|
|
2491
|
+
"name": "JohnCampionJr",
|
|
2492
|
+
"github": "JohnCampionJr"
|
|
2493
|
+
}
|
|
2494
|
+
],
|
|
2495
|
+
"compatibility": {
|
|
2496
|
+
"nuxt": "^3.0.0",
|
|
2497
|
+
"requires": {},
|
|
2498
|
+
"devtools": "^0.0.0"
|
|
2499
|
+
}
|
|
2500
|
+
},
|
|
2276
2501
|
{
|
|
2277
2502
|
"name": "icon",
|
|
2278
2503
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2292,7 +2517,8 @@
|
|
|
2292
2517
|
],
|
|
2293
2518
|
"compatibility": {
|
|
2294
2519
|
"nuxt": "^3.0.0",
|
|
2295
|
-
"requires": {}
|
|
2520
|
+
"requires": {},
|
|
2521
|
+
"devtools": "^0.0.0"
|
|
2296
2522
|
}
|
|
2297
2523
|
},
|
|
2298
2524
|
{
|
|
@@ -2341,12 +2567,12 @@
|
|
|
2341
2567
|
},
|
|
2342
2568
|
{
|
|
2343
2569
|
"name": "image",
|
|
2344
|
-
"description": "Optimised images for
|
|
2570
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2345
2571
|
"repo": "nuxt/image",
|
|
2346
2572
|
"npm": "@nuxt/image",
|
|
2347
2573
|
"icon": "image.png",
|
|
2348
2574
|
"github": "https://github.com/nuxt/image",
|
|
2349
|
-
"website": "https://image.
|
|
2575
|
+
"website": "https://image.nuxt.com",
|
|
2350
2576
|
"learn_more": "",
|
|
2351
2577
|
"category": "Images",
|
|
2352
2578
|
"type": "official",
|
|
@@ -2356,6 +2582,11 @@
|
|
|
2356
2582
|
"github": "farnabaz",
|
|
2357
2583
|
"twitter": "a_birang"
|
|
2358
2584
|
},
|
|
2585
|
+
{
|
|
2586
|
+
"name": "Daniel Roe",
|
|
2587
|
+
"github": "danielroe",
|
|
2588
|
+
"twitter": "danielcroe"
|
|
2589
|
+
},
|
|
2359
2590
|
{
|
|
2360
2591
|
"name": "Pooya Parsa",
|
|
2361
2592
|
"github": "pi0",
|
|
@@ -2376,7 +2607,7 @@
|
|
|
2376
2607
|
},
|
|
2377
2608
|
{
|
|
2378
2609
|
"name": "imagemin",
|
|
2379
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2610
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2380
2611
|
"repo": "nuxt-community/imagemin-module",
|
|
2381
2612
|
"npm": "@nuxtjs/imagemin",
|
|
2382
2613
|
"icon": "imagemin.png",
|
|
@@ -2423,7 +2654,7 @@
|
|
|
2423
2654
|
},
|
|
2424
2655
|
{
|
|
2425
2656
|
"name": "intercom",
|
|
2426
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2657
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2427
2658
|
"repo": "hex-digital/nuxt-intercom",
|
|
2428
2659
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2429
2660
|
"icon": "intercom.png",
|
|
@@ -2468,7 +2699,7 @@
|
|
|
2468
2699
|
},
|
|
2469
2700
|
{
|
|
2470
2701
|
"name": "jsonapi",
|
|
2471
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2702
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2472
2703
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2473
2704
|
"npm": "nuxt-jsonapi",
|
|
2474
2705
|
"icon": "jsonapi.svg",
|
|
@@ -2510,9 +2741,36 @@
|
|
|
2510
2741
|
"requires": {}
|
|
2511
2742
|
}
|
|
2512
2743
|
},
|
|
2744
|
+
{
|
|
2745
|
+
"name": "kinde",
|
|
2746
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2747
|
+
"repo": "nuxt-modules/kinde",
|
|
2748
|
+
"npm": "@nuxtjs/kinde",
|
|
2749
|
+
"icon": "kinde.svg",
|
|
2750
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2751
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2752
|
+
"learn_more": "https://kinde.com/",
|
|
2753
|
+
"category": "Security",
|
|
2754
|
+
"type": "community",
|
|
2755
|
+
"maintainers": [
|
|
2756
|
+
{
|
|
2757
|
+
"name": "danielroe",
|
|
2758
|
+
"github": "danielroe"
|
|
2759
|
+
},
|
|
2760
|
+
{
|
|
2761
|
+
"name": "daveordead",
|
|
2762
|
+
"github": "DaveOrDead",
|
|
2763
|
+
"twitter": "dave_or_dead"
|
|
2764
|
+
}
|
|
2765
|
+
],
|
|
2766
|
+
"compatibility": {
|
|
2767
|
+
"nuxt": "^3.0.0",
|
|
2768
|
+
"requires": {}
|
|
2769
|
+
}
|
|
2770
|
+
},
|
|
2513
2771
|
{
|
|
2514
2772
|
"name": "kql",
|
|
2515
|
-
"description": "Nuxt
|
|
2773
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2516
2774
|
"repo": "johannschopplich/nuxt-kql",
|
|
2517
2775
|
"npm": "nuxt-kql",
|
|
2518
2776
|
"icon": "kql.svg",
|
|
@@ -2536,7 +2794,7 @@
|
|
|
2536
2794
|
},
|
|
2537
2795
|
{
|
|
2538
2796
|
"name": "laravel-echo",
|
|
2539
|
-
"description": "Laravel Echo for Nuxt
|
|
2797
|
+
"description": "Laravel Echo for Nuxt",
|
|
2540
2798
|
"repo": "nuxt-community/laravel-echo",
|
|
2541
2799
|
"npm": "@nuxtjs/laravel-echo",
|
|
2542
2800
|
"icon": "laravel-echo.png",
|
|
@@ -2578,6 +2836,28 @@
|
|
|
2578
2836
|
"requires": {}
|
|
2579
2837
|
}
|
|
2580
2838
|
},
|
|
2839
|
+
{
|
|
2840
|
+
"name": "laravel-precognition",
|
|
2841
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2842
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2843
|
+
"npm": "nuxt-laravel-precognition",
|
|
2844
|
+
"icon": "laravel.svg",
|
|
2845
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2846
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2847
|
+
"learn_more": "",
|
|
2848
|
+
"category": "Security",
|
|
2849
|
+
"type": "3rd-party",
|
|
2850
|
+
"maintainers": [
|
|
2851
|
+
{
|
|
2852
|
+
"name": "sot1986",
|
|
2853
|
+
"github": "sot1986"
|
|
2854
|
+
}
|
|
2855
|
+
],
|
|
2856
|
+
"compatibility": {
|
|
2857
|
+
"nuxt": "^3.0.0",
|
|
2858
|
+
"requires": {}
|
|
2859
|
+
}
|
|
2860
|
+
},
|
|
2581
2861
|
{
|
|
2582
2862
|
"name": "laravel",
|
|
2583
2863
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2624,13 +2904,13 @@
|
|
|
2624
2904
|
},
|
|
2625
2905
|
{
|
|
2626
2906
|
"name": "link-checker",
|
|
2627
|
-
"description": "
|
|
2907
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2628
2908
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2629
2909
|
"npm": "nuxt-link-checker",
|
|
2630
|
-
"icon": "",
|
|
2910
|
+
"icon": "link-checker.svg",
|
|
2631
2911
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2632
|
-
"website": "https://
|
|
2633
|
-
"learn_more": "",
|
|
2912
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2913
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2634
2914
|
"category": "SEO",
|
|
2635
2915
|
"type": "3rd-party",
|
|
2636
2916
|
"maintainers": [
|
|
@@ -2643,7 +2923,8 @@
|
|
|
2643
2923
|
],
|
|
2644
2924
|
"compatibility": {
|
|
2645
2925
|
"nuxt": "^3.0.0",
|
|
2646
|
-
"requires": {}
|
|
2926
|
+
"requires": {},
|
|
2927
|
+
"devtools": "^0.0.0"
|
|
2647
2928
|
}
|
|
2648
2929
|
},
|
|
2649
2930
|
{
|
|
@@ -2720,12 +3001,12 @@
|
|
|
2720
3001
|
},
|
|
2721
3002
|
{
|
|
2722
3003
|
"name": "logrocket",
|
|
2723
|
-
"description": "LogRocket module for Nuxt
|
|
2724
|
-
"repo": "nuxt-
|
|
3004
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3005
|
+
"repo": "nuxt-modules/logrocket",
|
|
2725
3006
|
"npm": "nuxt-logrocket",
|
|
2726
3007
|
"icon": "logrocket.png",
|
|
2727
|
-
"github": "https://github.com/nuxt-
|
|
2728
|
-
"website": "https://github.com/nuxt-
|
|
3008
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3009
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2729
3010
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2730
3011
|
"category": "Monitoring",
|
|
2731
3012
|
"type": "community",
|
|
@@ -2741,9 +3022,35 @@
|
|
|
2741
3022
|
"requires": {}
|
|
2742
3023
|
}
|
|
2743
3024
|
},
|
|
3025
|
+
{
|
|
3026
|
+
"name": "lucide-icons",
|
|
3027
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
3028
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
3029
|
+
"npm": "nuxt-lucide-icons",
|
|
3030
|
+
"icon": "lucide-icons.svg",
|
|
3031
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3032
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3033
|
+
"learn_more": "",
|
|
3034
|
+
"category": "UI",
|
|
3035
|
+
"type": "3rd-party",
|
|
3036
|
+
"maintainers": [
|
|
3037
|
+
{
|
|
3038
|
+
"name": "SWIS",
|
|
3039
|
+
"github": "swisnl"
|
|
3040
|
+
},
|
|
3041
|
+
{
|
|
3042
|
+
"name": "Jasper Zonneveld",
|
|
3043
|
+
"github": "JaZo"
|
|
3044
|
+
}
|
|
3045
|
+
],
|
|
3046
|
+
"compatibility": {
|
|
3047
|
+
"nuxt": "^3.0.0",
|
|
3048
|
+
"requires": {}
|
|
3049
|
+
}
|
|
3050
|
+
},
|
|
2744
3051
|
{
|
|
2745
3052
|
"name": "lunr",
|
|
2746
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3053
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2747
3054
|
"repo": "nuxt-community/lunr-module",
|
|
2748
3055
|
"npm": "@nuxtjs/lunr-module",
|
|
2749
3056
|
"icon": "",
|
|
@@ -2766,10 +3073,10 @@
|
|
|
2766
3073
|
{
|
|
2767
3074
|
"name": "magic-regexp",
|
|
2768
3075
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2769
|
-
"repo": "
|
|
3076
|
+
"repo": "unjs/magic-regexp",
|
|
2770
3077
|
"npm": "magic-regexp",
|
|
2771
3078
|
"icon": "magic-regexp.svg",
|
|
2772
|
-
"github": "https://github.com/
|
|
3079
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
2773
3080
|
"website": "https://magic-regexp.roe.dev",
|
|
2774
3081
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
2775
3082
|
"category": "Libraries",
|
|
@@ -2809,6 +3116,30 @@
|
|
|
2809
3116
|
"requires": {}
|
|
2810
3117
|
}
|
|
2811
3118
|
},
|
|
3119
|
+
{
|
|
3120
|
+
"name": "marquee",
|
|
3121
|
+
"description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
|
|
3122
|
+
"repo": "hanzydev/nuxt-marquee",
|
|
3123
|
+
"npm": "nuxt-marquee",
|
|
3124
|
+
"icon": "marquee.png",
|
|
3125
|
+
"github": "https://github.com/hanzydev/nuxt-marquee/",
|
|
3126
|
+
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3127
|
+
"learn_more": "",
|
|
3128
|
+
"category": "UI",
|
|
3129
|
+
"type": "3rd-party",
|
|
3130
|
+
"maintainers": [
|
|
3131
|
+
{
|
|
3132
|
+
"name": "Hànzy",
|
|
3133
|
+
"github": "hanzydev",
|
|
3134
|
+
"avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
|
|
3135
|
+
}
|
|
3136
|
+
],
|
|
3137
|
+
"compatibility": {
|
|
3138
|
+
"nuxt": "^3.0.0",
|
|
3139
|
+
"requires": {},
|
|
3140
|
+
"devtools": "^0.0.0"
|
|
3141
|
+
}
|
|
3142
|
+
},
|
|
2812
3143
|
{
|
|
2813
3144
|
"name": "matomo",
|
|
2814
3145
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -2831,6 +3162,28 @@
|
|
|
2831
3162
|
"requires": {}
|
|
2832
3163
|
}
|
|
2833
3164
|
},
|
|
3165
|
+
{
|
|
3166
|
+
"name": "maz-ui",
|
|
3167
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3168
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt-module",
|
|
3169
|
+
"npm": "nuxt-module",
|
|
3170
|
+
"icon": "maz-ui.png",
|
|
3171
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3172
|
+
"website": "https://maz-ui.com/",
|
|
3173
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3174
|
+
"category": "UI",
|
|
3175
|
+
"type": "3rd-party",
|
|
3176
|
+
"maintainers": [
|
|
3177
|
+
{
|
|
3178
|
+
"name": "Loïc Mazuel",
|
|
3179
|
+
"github": "LouisMazel"
|
|
3180
|
+
}
|
|
3181
|
+
],
|
|
3182
|
+
"compatibility": {
|
|
3183
|
+
"nuxt": "^3.0.0",
|
|
3184
|
+
"requires": {}
|
|
3185
|
+
}
|
|
3186
|
+
},
|
|
2834
3187
|
{
|
|
2835
3188
|
"name": "mdx",
|
|
2836
3189
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2856,7 +3209,7 @@
|
|
|
2856
3209
|
},
|
|
2857
3210
|
{
|
|
2858
3211
|
"name": "medusa",
|
|
2859
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3212
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2860
3213
|
"repo": "Baroshem/nuxt-medusa",
|
|
2861
3214
|
"npm": "nuxt-medusa",
|
|
2862
3215
|
"icon": "medusa.svg",
|
|
@@ -2881,7 +3234,7 @@
|
|
|
2881
3234
|
},
|
|
2882
3235
|
{
|
|
2883
3236
|
"name": "meilisearch",
|
|
2884
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3237
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2885
3238
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2886
3239
|
"npm": "nuxt-meilisearch",
|
|
2887
3240
|
"icon": "meilisearch.svg",
|
|
@@ -2901,7 +3254,8 @@
|
|
|
2901
3254
|
"nuxt": "^3.0.0",
|
|
2902
3255
|
"requires": {
|
|
2903
3256
|
"bridge": false
|
|
2904
|
-
}
|
|
3257
|
+
},
|
|
3258
|
+
"devtools": "^0.0.0"
|
|
2905
3259
|
}
|
|
2906
3260
|
},
|
|
2907
3261
|
{
|
|
@@ -2926,28 +3280,6 @@
|
|
|
2926
3280
|
"requires": {}
|
|
2927
3281
|
}
|
|
2928
3282
|
},
|
|
2929
|
-
{
|
|
2930
|
-
"name": "mobile",
|
|
2931
|
-
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
2932
|
-
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
2933
|
-
"npm": "nuxt-mobile",
|
|
2934
|
-
"icon": "",
|
|
2935
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2936
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
2937
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
2938
|
-
"category": "Extensions",
|
|
2939
|
-
"type": "3rd-party",
|
|
2940
|
-
"maintainers": [
|
|
2941
|
-
{
|
|
2942
|
-
"name": "ChanningDefoe",
|
|
2943
|
-
"github": "ChanningDefoe"
|
|
2944
|
-
}
|
|
2945
|
-
],
|
|
2946
|
-
"compatibility": {
|
|
2947
|
-
"nuxt": "^2.0.0",
|
|
2948
|
-
"requires": {}
|
|
2949
|
-
}
|
|
2950
|
-
},
|
|
2951
3283
|
{
|
|
2952
3284
|
"name": "module-feed",
|
|
2953
3285
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -2973,7 +3305,7 @@
|
|
|
2973
3305
|
},
|
|
2974
3306
|
{
|
|
2975
3307
|
"name": "moment",
|
|
2976
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3308
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2977
3309
|
"repo": "nuxt-community/moment-module",
|
|
2978
3310
|
"npm": "@nuxtjs/moment",
|
|
2979
3311
|
"icon": "momentjs.png",
|
|
@@ -3000,7 +3332,7 @@
|
|
|
3000
3332
|
},
|
|
3001
3333
|
{
|
|
3002
3334
|
"name": "mq",
|
|
3003
|
-
"description": "vue-mq module for Nuxt.
|
|
3335
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3004
3336
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3005
3337
|
"npm": "nuxt-mq",
|
|
3006
3338
|
"icon": "",
|
|
@@ -3044,7 +3376,7 @@
|
|
|
3044
3376
|
},
|
|
3045
3377
|
{
|
|
3046
3378
|
"name": "netlify-cache",
|
|
3047
|
-
"description": "Nuxt
|
|
3379
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3048
3380
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3049
3381
|
"npm": "nuxt-netlify-cache",
|
|
3050
3382
|
"icon": "netlify.png",
|
|
@@ -3089,13 +3421,13 @@
|
|
|
3089
3421
|
},
|
|
3090
3422
|
{
|
|
3091
3423
|
"name": "netlify",
|
|
3092
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3093
|
-
"repo": "
|
|
3424
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3425
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
3094
3426
|
"npm": "@aceforth/nuxt-netlify",
|
|
3095
3427
|
"icon": "netlify.png",
|
|
3096
|
-
"github": "https://github.com/
|
|
3097
|
-
"website": "https://
|
|
3098
|
-
"learn_more": "",
|
|
3428
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3429
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3430
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
3099
3431
|
"category": "Deployment",
|
|
3100
3432
|
"type": "3rd-party",
|
|
3101
3433
|
"maintainers": [
|
|
@@ -3182,42 +3514,202 @@
|
|
|
3182
3514
|
}
|
|
3183
3515
|
},
|
|
3184
3516
|
{
|
|
3185
|
-
"name": "nuxt-
|
|
3186
|
-
"description": "",
|
|
3187
|
-
"repo": "
|
|
3188
|
-
"npm": "
|
|
3517
|
+
"name": "nuxt-anchorscroll",
|
|
3518
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3519
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3520
|
+
"npm": "nuxt-anchorscroll",
|
|
3189
3521
|
"icon": "",
|
|
3190
|
-
"github": "https://github.com/
|
|
3191
|
-
"website": "https://github.com/
|
|
3522
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3523
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3192
3524
|
"learn_more": "",
|
|
3193
|
-
"category": "
|
|
3525
|
+
"category": "UI",
|
|
3194
3526
|
"type": "3rd-party",
|
|
3195
3527
|
"maintainers": [
|
|
3196
3528
|
{
|
|
3197
|
-
"name": "
|
|
3198
|
-
"github": "
|
|
3529
|
+
"name": "Helltraitor",
|
|
3530
|
+
"github": "helltraitor"
|
|
3199
3531
|
}
|
|
3200
3532
|
],
|
|
3201
3533
|
"compatibility": {
|
|
3202
|
-
"nuxt": "^
|
|
3534
|
+
"nuxt": "^3.0.0",
|
|
3203
3535
|
"requires": {}
|
|
3204
3536
|
}
|
|
3205
3537
|
},
|
|
3206
3538
|
{
|
|
3207
|
-
"name": "nuxt-
|
|
3208
|
-
"description": "
|
|
3209
|
-
"repo": "
|
|
3210
|
-
"npm": "nuxt-
|
|
3211
|
-
"icon": "
|
|
3212
|
-
"github": "https://github.com/
|
|
3213
|
-
"website": "https://github.com/
|
|
3214
|
-
"learn_more": "https://github.com/
|
|
3215
|
-
"category": "
|
|
3539
|
+
"name": "nuxt-asciidoc",
|
|
3540
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3541
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3542
|
+
"npm": "nuxt-asciidoc",
|
|
3543
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3544
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3545
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3546
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3547
|
+
"category": "Extensions",
|
|
3216
3548
|
"type": "3rd-party",
|
|
3217
3549
|
"maintainers": [
|
|
3218
3550
|
{
|
|
3219
|
-
"name": "
|
|
3220
|
-
"github": "
|
|
3551
|
+
"name": "Christian Lenz",
|
|
3552
|
+
"github": "Chris2011",
|
|
3553
|
+
"twitter": "Chrizzly42"
|
|
3554
|
+
}
|
|
3555
|
+
],
|
|
3556
|
+
"compatibility": {
|
|
3557
|
+
"nuxt": "^3.0.0",
|
|
3558
|
+
"requires": {}
|
|
3559
|
+
}
|
|
3560
|
+
},
|
|
3561
|
+
{
|
|
3562
|
+
"name": "nuxt-auth-sanctum",
|
|
3563
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3564
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3565
|
+
"npm": "nuxt-auth-sanctum",
|
|
3566
|
+
"icon": "laravel.svg",
|
|
3567
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3568
|
+
"website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3569
|
+
"learn_more": "",
|
|
3570
|
+
"category": "Security",
|
|
3571
|
+
"type": "3rd-party",
|
|
3572
|
+
"maintainers": [
|
|
3573
|
+
{
|
|
3574
|
+
"name": "Artem Manchenkov",
|
|
3575
|
+
"github": "manchenkoff",
|
|
3576
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3577
|
+
}
|
|
3578
|
+
],
|
|
3579
|
+
"compatibility": {
|
|
3580
|
+
"nuxt": "^3.0.0",
|
|
3581
|
+
"requires": {}
|
|
3582
|
+
}
|
|
3583
|
+
},
|
|
3584
|
+
{
|
|
3585
|
+
"name": "nuxt-basic-auth",
|
|
3586
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3587
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3588
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3589
|
+
"icon": "",
|
|
3590
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3591
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3592
|
+
"learn_more": "",
|
|
3593
|
+
"category": "Security",
|
|
3594
|
+
"type": "3rd-party",
|
|
3595
|
+
"maintainers": [
|
|
3596
|
+
{
|
|
3597
|
+
"name": "kgierke",
|
|
3598
|
+
"github": "kgierke"
|
|
3599
|
+
}
|
|
3600
|
+
],
|
|
3601
|
+
"compatibility": {
|
|
3602
|
+
"nuxt": "^3.0.0",
|
|
3603
|
+
"requires": {}
|
|
3604
|
+
}
|
|
3605
|
+
},
|
|
3606
|
+
{
|
|
3607
|
+
"name": "nuxt-bootstrap-icons",
|
|
3608
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3609
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3610
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3611
|
+
"icon": "bootstrap-icons.svg",
|
|
3612
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3613
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3614
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3615
|
+
"category": "UI",
|
|
3616
|
+
"type": "3rd-party",
|
|
3617
|
+
"maintainers": [
|
|
3618
|
+
{
|
|
3619
|
+
"name": "OyewoleOyedeji",
|
|
3620
|
+
"github": "OyewoleOyedeji"
|
|
3621
|
+
}
|
|
3622
|
+
],
|
|
3623
|
+
"compatibility": {
|
|
3624
|
+
"nuxt": "^3.0.0",
|
|
3625
|
+
"requires": {}
|
|
3626
|
+
}
|
|
3627
|
+
},
|
|
3628
|
+
{
|
|
3629
|
+
"name": "nuxt-chatgpt",
|
|
3630
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3631
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3632
|
+
"npm": "nuxt-chatgpt",
|
|
3633
|
+
"icon": "chatgpt.svg",
|
|
3634
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3635
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3636
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3637
|
+
"category": "Libraries",
|
|
3638
|
+
"type": "3rd-party",
|
|
3639
|
+
"maintainers": [
|
|
3640
|
+
{
|
|
3641
|
+
"name": "Oliver Trajceski",
|
|
3642
|
+
"github": "schnapsterdog"
|
|
3643
|
+
}
|
|
3644
|
+
],
|
|
3645
|
+
"compatibility": {
|
|
3646
|
+
"nuxt": "^3.0.0",
|
|
3647
|
+
"requires": {}
|
|
3648
|
+
}
|
|
3649
|
+
},
|
|
3650
|
+
{
|
|
3651
|
+
"name": "nuxt-facebook-chat",
|
|
3652
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3653
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3654
|
+
"npm": "nuxt-facebook-chat",
|
|
3655
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3656
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3657
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3658
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3659
|
+
"category": "Libraries",
|
|
3660
|
+
"type": "3rd-party",
|
|
3661
|
+
"maintainers": [
|
|
3662
|
+
{
|
|
3663
|
+
"name": "Supanut Dokmaithong",
|
|
3664
|
+
"github": "Boomgeek"
|
|
3665
|
+
},
|
|
3666
|
+
{
|
|
3667
|
+
"name": "superdev-tech",
|
|
3668
|
+
"github": "superdev-tech"
|
|
3669
|
+
}
|
|
3670
|
+
],
|
|
3671
|
+
"compatibility": {
|
|
3672
|
+
"nuxt": "^3.0.0",
|
|
3673
|
+
"requires": {}
|
|
3674
|
+
}
|
|
3675
|
+
},
|
|
3676
|
+
{
|
|
3677
|
+
"name": "nuxt-feather-icons",
|
|
3678
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3679
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3680
|
+
"npm": "nuxt-feather-icons",
|
|
3681
|
+
"icon": "nuxt-feather-icons.png",
|
|
3682
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3683
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3684
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3685
|
+
"category": "UI",
|
|
3686
|
+
"type": "3rd-party",
|
|
3687
|
+
"maintainers": [
|
|
3688
|
+
{
|
|
3689
|
+
"name": "4sllan",
|
|
3690
|
+
"github": "4sllan"
|
|
3691
|
+
}
|
|
3692
|
+
],
|
|
3693
|
+
"compatibility": {
|
|
3694
|
+
"nuxt": "^3.0.0",
|
|
3695
|
+
"requires": {}
|
|
3696
|
+
}
|
|
3697
|
+
},
|
|
3698
|
+
{
|
|
3699
|
+
"name": "nuxt-feedme",
|
|
3700
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3701
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3702
|
+
"npm": "nuxt-feedme",
|
|
3703
|
+
"icon": "",
|
|
3704
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3705
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3706
|
+
"learn_more": "",
|
|
3707
|
+
"category": "SEO",
|
|
3708
|
+
"type": "3rd-party",
|
|
3709
|
+
"maintainers": [
|
|
3710
|
+
{
|
|
3711
|
+
"name": "Helltraitor",
|
|
3712
|
+
"github": "helltraitor"
|
|
3221
3713
|
}
|
|
3222
3714
|
],
|
|
3223
3715
|
"compatibility": {
|
|
@@ -3278,7 +3770,7 @@
|
|
|
3278
3770
|
},
|
|
3279
3771
|
{
|
|
3280
3772
|
"name": "nuxt-gtm",
|
|
3281
|
-
"description": "A Nuxt
|
|
3773
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3282
3774
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3283
3775
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3284
3776
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3295,7 +3787,8 @@
|
|
|
3295
3787
|
],
|
|
3296
3788
|
"compatibility": {
|
|
3297
3789
|
"nuxt": "^3.0.0",
|
|
3298
|
-
"requires": {}
|
|
3790
|
+
"requires": {},
|
|
3791
|
+
"devtools": "^0.0.0"
|
|
3299
3792
|
}
|
|
3300
3793
|
},
|
|
3301
3794
|
{
|
|
@@ -3323,24 +3816,46 @@
|
|
|
3323
3816
|
}
|
|
3324
3817
|
},
|
|
3325
3818
|
{
|
|
3326
|
-
"name": "nuxt-
|
|
3327
|
-
"description": "
|
|
3328
|
-
"repo": "",
|
|
3329
|
-
"npm": "nuxt-
|
|
3330
|
-
"icon": "
|
|
3331
|
-
"github": "",
|
|
3332
|
-
"website": "https://
|
|
3333
|
-
"learn_more": "
|
|
3334
|
-
"category": "
|
|
3819
|
+
"name": "nuxt-interpolation",
|
|
3820
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3821
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3822
|
+
"npm": "nuxt-interpolation",
|
|
3823
|
+
"icon": "",
|
|
3824
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3825
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3826
|
+
"learn_more": "",
|
|
3827
|
+
"category": "Devtools",
|
|
3828
|
+
"type": "3rd-party",
|
|
3829
|
+
"maintainers": [
|
|
3830
|
+
{
|
|
3831
|
+
"name": "daliborgogic",
|
|
3832
|
+
"github": "daliborgogic"
|
|
3833
|
+
}
|
|
3834
|
+
],
|
|
3835
|
+
"compatibility": {
|
|
3836
|
+
"nuxt": "^2.0.0",
|
|
3837
|
+
"requires": {}
|
|
3838
|
+
}
|
|
3839
|
+
},
|
|
3840
|
+
{
|
|
3841
|
+
"name": "nuxt-jsonld",
|
|
3842
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3843
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3844
|
+
"npm": "nuxt-jsonld",
|
|
3845
|
+
"icon": "",
|
|
3846
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3847
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3848
|
+
"learn_more": "",
|
|
3849
|
+
"category": "SEO",
|
|
3335
3850
|
"type": "3rd-party",
|
|
3336
3851
|
"maintainers": [
|
|
3337
3852
|
{
|
|
3338
|
-
"name": "
|
|
3339
|
-
"github": "
|
|
3853
|
+
"name": "ymmooot",
|
|
3854
|
+
"github": "ymmooot"
|
|
3340
3855
|
}
|
|
3341
3856
|
],
|
|
3342
3857
|
"compatibility": {
|
|
3343
|
-
"nuxt": "^
|
|
3858
|
+
"nuxt": "^3.0.0",
|
|
3344
3859
|
"requires": {}
|
|
3345
3860
|
}
|
|
3346
3861
|
},
|
|
@@ -3351,8 +3866,8 @@
|
|
|
3351
3866
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3352
3867
|
"icon": "nuxt-localtunnel.svg",
|
|
3353
3868
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
3354
|
-
"website": "https://nuxtus.com",
|
|
3355
|
-
"learn_more": "https://docs.nuxtus.com
|
|
3869
|
+
"website": "https://docs.nuxtus.com",
|
|
3870
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
3356
3871
|
"category": "Devtools",
|
|
3357
3872
|
"type": "3rd-party",
|
|
3358
3873
|
"maintainers": [
|
|
@@ -3369,7 +3884,7 @@
|
|
|
3369
3884
|
},
|
|
3370
3885
|
{
|
|
3371
3886
|
"name": "nuxt-loco",
|
|
3372
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3887
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3373
3888
|
"repo": "gaetansenn/nuxt-loco",
|
|
3374
3889
|
"npm": "nuxt-loco",
|
|
3375
3890
|
"icon": "",
|
|
@@ -3390,6 +3905,28 @@
|
|
|
3390
3905
|
"requires": {}
|
|
3391
3906
|
}
|
|
3392
3907
|
},
|
|
3908
|
+
{
|
|
3909
|
+
"name": "nuxt-mail",
|
|
3910
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3911
|
+
"repo": "dword-design/nuxt-mail",
|
|
3912
|
+
"npm": "nuxt-mail",
|
|
3913
|
+
"icon": "",
|
|
3914
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3915
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3916
|
+
"learn_more": "",
|
|
3917
|
+
"category": "Extensions",
|
|
3918
|
+
"type": "3rd-party",
|
|
3919
|
+
"maintainers": [
|
|
3920
|
+
{
|
|
3921
|
+
"name": "Sebastian Landwehr",
|
|
3922
|
+
"github": "dword-design"
|
|
3923
|
+
}
|
|
3924
|
+
],
|
|
3925
|
+
"compatibility": {
|
|
3926
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3927
|
+
"requires": {}
|
|
3928
|
+
}
|
|
3929
|
+
},
|
|
3393
3930
|
{
|
|
3394
3931
|
"name": "nuxt-mapbox",
|
|
3395
3932
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3412,6 +3949,28 @@
|
|
|
3412
3949
|
"requires": {}
|
|
3413
3950
|
}
|
|
3414
3951
|
},
|
|
3952
|
+
{
|
|
3953
|
+
"name": "nuxt-mdi",
|
|
3954
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3955
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3956
|
+
"npm": "nuxt-mdi",
|
|
3957
|
+
"icon": "mdi.png",
|
|
3958
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3959
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3960
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3961
|
+
"category": "Libraries",
|
|
3962
|
+
"type": "3rd-party",
|
|
3963
|
+
"maintainers": [
|
|
3964
|
+
{
|
|
3965
|
+
"name": "Emil Rosenius",
|
|
3966
|
+
"github": "ERPedersen"
|
|
3967
|
+
}
|
|
3968
|
+
],
|
|
3969
|
+
"compatibility": {
|
|
3970
|
+
"nuxt": "^3.0.0",
|
|
3971
|
+
"requires": {}
|
|
3972
|
+
}
|
|
3973
|
+
},
|
|
3415
3974
|
{
|
|
3416
3975
|
"name": "nuxt-monaco-editor",
|
|
3417
3976
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3436,12 +3995,12 @@
|
|
|
3436
3995
|
},
|
|
3437
3996
|
{
|
|
3438
3997
|
"name": "nuxt-mongoose",
|
|
3439
|
-
"description": "A Nuxt
|
|
3998
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3440
3999
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3441
4000
|
"npm": "nuxt-mongoose",
|
|
3442
4001
|
"icon": "nuxt-mongoose.svg",
|
|
3443
4002
|
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3444
|
-
"website": "https://
|
|
4003
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3445
4004
|
"learn_more": "",
|
|
3446
4005
|
"category": "Database",
|
|
3447
4006
|
"type": "3rd-party",
|
|
@@ -3451,6 +4010,75 @@
|
|
|
3451
4010
|
"github": "arashsheyda"
|
|
3452
4011
|
}
|
|
3453
4012
|
],
|
|
4013
|
+
"compatibility": {
|
|
4014
|
+
"nuxt": "^3.0.0",
|
|
4015
|
+
"requires": {},
|
|
4016
|
+
"devtools": "^0.0.0"
|
|
4017
|
+
}
|
|
4018
|
+
},
|
|
4019
|
+
{
|
|
4020
|
+
"name": "nuxt-oidc-auth",
|
|
4021
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
4022
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
4023
|
+
"npm": "nuxt-oidc-auth",
|
|
4024
|
+
"icon": "",
|
|
4025
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4026
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4027
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4028
|
+
"category": "Security",
|
|
4029
|
+
"type": "3rd-party",
|
|
4030
|
+
"maintainers": [
|
|
4031
|
+
{
|
|
4032
|
+
"name": "Jan-Henrik Damaschke",
|
|
4033
|
+
"github": "itpropro",
|
|
4034
|
+
"twitter": "jandamaschke"
|
|
4035
|
+
}
|
|
4036
|
+
],
|
|
4037
|
+
"compatibility": {
|
|
4038
|
+
"nuxt": "^3.0.0",
|
|
4039
|
+
"requires": {}
|
|
4040
|
+
}
|
|
4041
|
+
},
|
|
4042
|
+
{
|
|
4043
|
+
"name": "nuxt-openapi-docs-module",
|
|
4044
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4045
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4046
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4047
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4048
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4049
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4050
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4051
|
+
"category": "Libraries",
|
|
4052
|
+
"type": "3rd-party",
|
|
4053
|
+
"maintainers": [
|
|
4054
|
+
{
|
|
4055
|
+
"name": "Pavel Kuzmin",
|
|
4056
|
+
"github": "s00d"
|
|
4057
|
+
}
|
|
4058
|
+
],
|
|
4059
|
+
"compatibility": {
|
|
4060
|
+
"nuxt": "^3.0.0",
|
|
4061
|
+
"requires": {}
|
|
4062
|
+
}
|
|
4063
|
+
},
|
|
4064
|
+
{
|
|
4065
|
+
"name": "nuxt-payload-analyzer",
|
|
4066
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4067
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4068
|
+
"npm": "nuxt-payload-analyzer",
|
|
4069
|
+
"icon": "",
|
|
4070
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4071
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4072
|
+
"learn_more": "",
|
|
4073
|
+
"category": "Performance",
|
|
4074
|
+
"type": "3rd-party",
|
|
4075
|
+
"maintainers": [
|
|
4076
|
+
{
|
|
4077
|
+
"name": "Barbapapazes",
|
|
4078
|
+
"github": "Barbapapazes",
|
|
4079
|
+
"twitter": "soubiran_"
|
|
4080
|
+
}
|
|
4081
|
+
],
|
|
3454
4082
|
"compatibility": {
|
|
3455
4083
|
"nuxt": "^3.0.0",
|
|
3456
4084
|
"requires": {}
|
|
@@ -3479,6 +4107,28 @@
|
|
|
3479
4107
|
"requires": {}
|
|
3480
4108
|
}
|
|
3481
4109
|
},
|
|
4110
|
+
{
|
|
4111
|
+
"name": "nuxt-phosphor-icons",
|
|
4112
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
4113
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4114
|
+
"npm": "nuxt-phosphor-icons",
|
|
4115
|
+
"icon": "phosphor-icons.svg",
|
|
4116
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4117
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4118
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
4119
|
+
"category": "UI",
|
|
4120
|
+
"type": "3rd-party",
|
|
4121
|
+
"maintainers": [
|
|
4122
|
+
{
|
|
4123
|
+
"name": "OyewoleOyedeji",
|
|
4124
|
+
"github": "OyewoleOyedeji"
|
|
4125
|
+
}
|
|
4126
|
+
],
|
|
4127
|
+
"compatibility": {
|
|
4128
|
+
"nuxt": "^3.0.0",
|
|
4129
|
+
"requires": {}
|
|
4130
|
+
}
|
|
4131
|
+
},
|
|
3482
4132
|
{
|
|
3483
4133
|
"name": "nuxt-pino-log",
|
|
3484
4134
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3503,7 +4153,7 @@
|
|
|
3503
4153
|
},
|
|
3504
4154
|
{
|
|
3505
4155
|
"name": "plausible",
|
|
3506
|
-
"description": "Nuxt
|
|
4156
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3507
4157
|
"repo": "nuxt-modules/plausible",
|
|
3508
4158
|
"npm": "@nuxtjs/plausible",
|
|
3509
4159
|
"icon": "plausible.png",
|
|
@@ -3523,9 +4173,35 @@
|
|
|
3523
4173
|
"requires": {}
|
|
3524
4174
|
}
|
|
3525
4175
|
},
|
|
4176
|
+
{
|
|
4177
|
+
"name": "nuxt-plotly",
|
|
4178
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
4179
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
4180
|
+
"npm": "nuxt-plotly",
|
|
4181
|
+
"icon": "nuxt-plotly.svg",
|
|
4182
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4183
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4184
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
4185
|
+
"category": "Libraries",
|
|
4186
|
+
"type": "3rd-party",
|
|
4187
|
+
"maintainers": [
|
|
4188
|
+
{
|
|
4189
|
+
"name": "Supanut Dokmaithong",
|
|
4190
|
+
"github": "Boomgeek"
|
|
4191
|
+
},
|
|
4192
|
+
{
|
|
4193
|
+
"name": "superdev-tech",
|
|
4194
|
+
"github": "superdev-tech"
|
|
4195
|
+
}
|
|
4196
|
+
],
|
|
4197
|
+
"compatibility": {
|
|
4198
|
+
"nuxt": "^3.0.0",
|
|
4199
|
+
"requires": {}
|
|
4200
|
+
}
|
|
4201
|
+
},
|
|
3526
4202
|
{
|
|
3527
4203
|
"name": "nuxt-png-to-ico",
|
|
3528
|
-
"description": "Nuxt
|
|
4204
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3529
4205
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3530
4206
|
"npm": "nuxt-png-to-ico",
|
|
3531
4207
|
"icon": "",
|
|
@@ -3548,7 +4224,7 @@
|
|
|
3548
4224
|
},
|
|
3549
4225
|
{
|
|
3550
4226
|
"name": "nuxt-smartlook",
|
|
3551
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4227
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3552
4228
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3553
4229
|
"npm": "nuxt-smartlook",
|
|
3554
4230
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3570,6 +4246,28 @@
|
|
|
3570
4246
|
"requires": {}
|
|
3571
4247
|
}
|
|
3572
4248
|
},
|
|
4249
|
+
{
|
|
4250
|
+
"name": "nuxt-social-share",
|
|
4251
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4252
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4253
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4254
|
+
"icon": "nuxt-social-share.png",
|
|
4255
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4256
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4257
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4258
|
+
"category": "Extensions",
|
|
4259
|
+
"type": "3rd-party",
|
|
4260
|
+
"maintainers": [
|
|
4261
|
+
{
|
|
4262
|
+
"name": "stefanobartoletti",
|
|
4263
|
+
"github": "stefanobartoletti"
|
|
4264
|
+
}
|
|
4265
|
+
],
|
|
4266
|
+
"compatibility": {
|
|
4267
|
+
"nuxt": "^3.0.0",
|
|
4268
|
+
"requires": {}
|
|
4269
|
+
}
|
|
4270
|
+
},
|
|
3573
4271
|
{
|
|
3574
4272
|
"name": "ssr-lit",
|
|
3575
4273
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3600,10 +4298,10 @@
|
|
|
3600
4298
|
},
|
|
3601
4299
|
{
|
|
3602
4300
|
"name": "nuxt-storm",
|
|
3603
|
-
"description": "WebStorm & PHPStorm support for
|
|
4301
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3604
4302
|
"repo": "fumeapp/nuxt-storm",
|
|
3605
4303
|
"npm": "nuxt-storm",
|
|
3606
|
-
"icon": "
|
|
4304
|
+
"icon": "",
|
|
3607
4305
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
3608
4306
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
3609
4307
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -3620,6 +4318,30 @@
|
|
|
3620
4318
|
"requires": {}
|
|
3621
4319
|
}
|
|
3622
4320
|
},
|
|
4321
|
+
{
|
|
4322
|
+
"name": "nuxt-svgo-loader",
|
|
4323
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4324
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4325
|
+
"npm": "nuxt-svgo-loader",
|
|
4326
|
+
"icon": "",
|
|
4327
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4328
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4329
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4330
|
+
"category": "Images",
|
|
4331
|
+
"type": "3rd-party",
|
|
4332
|
+
"maintainers": [
|
|
4333
|
+
{
|
|
4334
|
+
"name": "Alex Liu",
|
|
4335
|
+
"github": "Mini-ghost",
|
|
4336
|
+
"twitter": "Minighost_Alex"
|
|
4337
|
+
}
|
|
4338
|
+
],
|
|
4339
|
+
"compatibility": {
|
|
4340
|
+
"nuxt": "^3.0.0",
|
|
4341
|
+
"requires": {},
|
|
4342
|
+
"devtools": "^0.0.0"
|
|
4343
|
+
}
|
|
4344
|
+
},
|
|
3623
4345
|
{
|
|
3624
4346
|
"name": "nuxt-svgo",
|
|
3625
4347
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -3644,7 +4366,7 @@
|
|
|
3644
4366
|
},
|
|
3645
4367
|
{
|
|
3646
4368
|
"name": "nuxt-unleash",
|
|
3647
|
-
"description": "Nuxt
|
|
4369
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3648
4370
|
"repo": "conejerock/nuxt-unleash",
|
|
3649
4371
|
"npm": "nuxt-unleash",
|
|
3650
4372
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3664,28 +4386,6 @@
|
|
|
3664
4386
|
"requires": {}
|
|
3665
4387
|
}
|
|
3666
4388
|
},
|
|
3667
|
-
{
|
|
3668
|
-
"name": "nuxt-use-motion",
|
|
3669
|
-
"description": "A Nuxt module putting your components in motion",
|
|
3670
|
-
"repo": "Tahul/nuxt-use-motion",
|
|
3671
|
-
"npm": "nuxt-use-motion",
|
|
3672
|
-
"icon": "nuxt-use-motion.svg",
|
|
3673
|
-
"github": "https://github.com/Tahul/nuxt-use-motion",
|
|
3674
|
-
"website": "https://github.com/Tahul/nuxt-use-motion",
|
|
3675
|
-
"learn_more": "https://github.com/vueuse/motion",
|
|
3676
|
-
"category": "Libraries",
|
|
3677
|
-
"type": "3rd-party",
|
|
3678
|
-
"maintainers": [
|
|
3679
|
-
{
|
|
3680
|
-
"name": "Tahul",
|
|
3681
|
-
"github": "Tahul"
|
|
3682
|
-
}
|
|
3683
|
-
],
|
|
3684
|
-
"compatibility": {
|
|
3685
|
-
"nuxt": "^2.0.0",
|
|
3686
|
-
"requires": {}
|
|
3687
|
-
}
|
|
3688
|
-
},
|
|
3689
4389
|
{
|
|
3690
4390
|
"name": "nuxt-use-sound",
|
|
3691
4391
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -3733,20 +4433,64 @@
|
|
|
3733
4433
|
}
|
|
3734
4434
|
},
|
|
3735
4435
|
{
|
|
3736
|
-
"name": "nuxt-vue3-google-signin",
|
|
3737
|
-
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3738
|
-
"repo": "
|
|
3739
|
-
"npm": "nuxt-vue3-google-signin",
|
|
3740
|
-
"icon": "vue3-google-signin.svg",
|
|
3741
|
-
"github": "https://github.com/
|
|
3742
|
-
"website": "https://vue3-google-signin.
|
|
3743
|
-
"learn_more": "https://vue3-google-signin.
|
|
3744
|
-
"category": "Libraries",
|
|
4436
|
+
"name": "nuxt-vue3-google-signin",
|
|
4437
|
+
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
4438
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
4439
|
+
"npm": "nuxt-vue3-google-signin",
|
|
4440
|
+
"icon": "vue3-google-signin.svg",
|
|
4441
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4442
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4443
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
4444
|
+
"category": "Libraries",
|
|
4445
|
+
"type": "3rd-party",
|
|
4446
|
+
"maintainers": [
|
|
4447
|
+
{
|
|
4448
|
+
"name": "Kasun Vithanage",
|
|
4449
|
+
"github": "kasvith"
|
|
4450
|
+
}
|
|
4451
|
+
],
|
|
4452
|
+
"compatibility": {
|
|
4453
|
+
"nuxt": "^3.0.0",
|
|
4454
|
+
"requires": {}
|
|
4455
|
+
}
|
|
4456
|
+
},
|
|
4457
|
+
{
|
|
4458
|
+
"name": "nuxt-zod-i18n",
|
|
4459
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4460
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4461
|
+
"npm": "nuxt-zod-i18n",
|
|
4462
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4463
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4464
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4465
|
+
"learn_more": "",
|
|
4466
|
+
"category": "Libraries",
|
|
4467
|
+
"type": "3rd-party",
|
|
4468
|
+
"maintainers": [
|
|
4469
|
+
{
|
|
4470
|
+
"name": "xibman",
|
|
4471
|
+
"github": "xibman"
|
|
4472
|
+
}
|
|
4473
|
+
],
|
|
4474
|
+
"compatibility": {
|
|
4475
|
+
"nuxt": "^3.0.0",
|
|
4476
|
+
"requires": {}
|
|
4477
|
+
}
|
|
4478
|
+
},
|
|
4479
|
+
{
|
|
4480
|
+
"name": "nuxt3-interpolation",
|
|
4481
|
+
"description": "",
|
|
4482
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4483
|
+
"npm": "nuxt3-interpolation",
|
|
4484
|
+
"icon": "",
|
|
4485
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4486
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4487
|
+
"learn_more": "",
|
|
4488
|
+
"category": "Devtools",
|
|
3745
4489
|
"type": "3rd-party",
|
|
3746
4490
|
"maintainers": [
|
|
3747
4491
|
{
|
|
3748
|
-
"name": "
|
|
3749
|
-
"github": "
|
|
4492
|
+
"name": "daliborgogic",
|
|
4493
|
+
"github": "daliborgogic"
|
|
3750
4494
|
}
|
|
3751
4495
|
],
|
|
3752
4496
|
"compatibility": {
|
|
@@ -3755,20 +4499,20 @@
|
|
|
3755
4499
|
}
|
|
3756
4500
|
},
|
|
3757
4501
|
{
|
|
3758
|
-
"name": "
|
|
3759
|
-
"description": "
|
|
3760
|
-
"repo": "
|
|
3761
|
-
"npm": "
|
|
3762
|
-
"icon": "
|
|
3763
|
-
"github": "https://github.com/
|
|
3764
|
-
"website": "https://
|
|
3765
|
-
"learn_more": "https://github.com/
|
|
3766
|
-
"category": "
|
|
4502
|
+
"name": "nuxt3-leaflet",
|
|
4503
|
+
"description": "Leaflet integration with Nuxt",
|
|
4504
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4505
|
+
"npm": "nuxt3-leaflet",
|
|
4506
|
+
"icon": "leaflet.png",
|
|
4507
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4508
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4509
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4510
|
+
"category": "Libraries",
|
|
3767
4511
|
"type": "3rd-party",
|
|
3768
4512
|
"maintainers": [
|
|
3769
4513
|
{
|
|
3770
|
-
"name": "
|
|
3771
|
-
"github": "
|
|
4514
|
+
"name": "Augustin MERCIER",
|
|
4515
|
+
"github": "Gugustinette"
|
|
3772
4516
|
}
|
|
3773
4517
|
],
|
|
3774
4518
|
"compatibility": {
|
|
@@ -3778,7 +4522,7 @@
|
|
|
3778
4522
|
},
|
|
3779
4523
|
{
|
|
3780
4524
|
"name": "nuxt7",
|
|
3781
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4525
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3782
4526
|
"repo": "nuxt-community/nuxt7",
|
|
3783
4527
|
"npm": "nuxt7",
|
|
3784
4528
|
"icon": "",
|
|
@@ -3799,40 +4543,17 @@
|
|
|
3799
4543
|
"requires": {}
|
|
3800
4544
|
}
|
|
3801
4545
|
},
|
|
3802
|
-
{
|
|
3803
|
-
"name": "nuxtlabs-ui",
|
|
3804
|
-
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3805
|
-
"repo": "nuxtlabs/ui",
|
|
3806
|
-
"npm": "@nuxthq/ui",
|
|
3807
|
-
"icon": "nuxtlabs-ui.svg",
|
|
3808
|
-
"github": "https://github.com/nuxtlabs/ui",
|
|
3809
|
-
"website": "https://ui.nuxtlabs.com",
|
|
3810
|
-
"learn_more": "https://ui.nuxtlabs.com",
|
|
3811
|
-
"category": "UI",
|
|
3812
|
-
"type": "3rd-party",
|
|
3813
|
-
"maintainers": [
|
|
3814
|
-
{
|
|
3815
|
-
"name": "Benjamin Canac",
|
|
3816
|
-
"github": "benjamincanac",
|
|
3817
|
-
"twitter": "benjamincanac"
|
|
3818
|
-
}
|
|
3819
|
-
],
|
|
3820
|
-
"compatibility": {
|
|
3821
|
-
"nuxt": "^3.0.0",
|
|
3822
|
-
"requires": {}
|
|
3823
|
-
}
|
|
3824
|
-
},
|
|
3825
4546
|
{
|
|
3826
4547
|
"name": "og-image",
|
|
3827
|
-
"description": "
|
|
3828
|
-
"repo": "
|
|
4548
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4549
|
+
"repo": "nuxt-modules/og-image",
|
|
3829
4550
|
"npm": "nuxt-og-image",
|
|
3830
|
-
"icon": "",
|
|
3831
|
-
"github": "https://github.com/
|
|
3832
|
-
"website": "https://
|
|
3833
|
-
"learn_more": "",
|
|
4551
|
+
"icon": "og-image.svg",
|
|
4552
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4553
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4554
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3834
4555
|
"category": "SEO",
|
|
3835
|
-
"type": "
|
|
4556
|
+
"type": "community",
|
|
3836
4557
|
"maintainers": [
|
|
3837
4558
|
{
|
|
3838
4559
|
"name": "Harlan Wilton",
|
|
@@ -3843,7 +4564,8 @@
|
|
|
3843
4564
|
],
|
|
3844
4565
|
"compatibility": {
|
|
3845
4566
|
"nuxt": "^3.0.0",
|
|
3846
|
-
"requires": {}
|
|
4567
|
+
"requires": {},
|
|
4568
|
+
"devtools": "^0.0.0"
|
|
3847
4569
|
}
|
|
3848
4570
|
},
|
|
3849
4571
|
{
|
|
@@ -3871,13 +4593,13 @@
|
|
|
3871
4593
|
},
|
|
3872
4594
|
{
|
|
3873
4595
|
"name": "optimized-images",
|
|
3874
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4596
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3875
4597
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3876
4598
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3877
4599
|
"icon": "",
|
|
3878
4600
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
3879
|
-
"website": "https://
|
|
3880
|
-
"learn_more": "",
|
|
4601
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4602
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
3881
4603
|
"category": "Images",
|
|
3882
4604
|
"type": "3rd-party",
|
|
3883
4605
|
"maintainers": [
|
|
@@ -3916,7 +4638,7 @@
|
|
|
3916
4638
|
},
|
|
3917
4639
|
{
|
|
3918
4640
|
"name": "parse",
|
|
3919
|
-
"description": "Parse package for Nuxt
|
|
4641
|
+
"description": "Parse package for Nuxt",
|
|
3920
4642
|
"repo": "cierrateam/nuxt-parse",
|
|
3921
4643
|
"npm": "nuxt-parse",
|
|
3922
4644
|
"icon": "",
|
|
@@ -3936,6 +4658,29 @@
|
|
|
3936
4658
|
"requires": {}
|
|
3937
4659
|
}
|
|
3938
4660
|
},
|
|
4661
|
+
{
|
|
4662
|
+
"name": "particles",
|
|
4663
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4664
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4665
|
+
"npm": "nuxt-particles",
|
|
4666
|
+
"icon": "",
|
|
4667
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4668
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4669
|
+
"learn_more": "https://particles.js.org/",
|
|
4670
|
+
"category": "Libraries",
|
|
4671
|
+
"type": "3rd-party",
|
|
4672
|
+
"maintainers": [
|
|
4673
|
+
{
|
|
4674
|
+
"name": "Joey Pereira",
|
|
4675
|
+
"github": "Joepocalyptic",
|
|
4676
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4677
|
+
}
|
|
4678
|
+
],
|
|
4679
|
+
"compatibility": {
|
|
4680
|
+
"nuxt": "^3.0.0",
|
|
4681
|
+
"requires": {}
|
|
4682
|
+
}
|
|
4683
|
+
},
|
|
3939
4684
|
{
|
|
3940
4685
|
"name": "partytown",
|
|
3941
4686
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3961,6 +4706,28 @@
|
|
|
3961
4706
|
}
|
|
3962
4707
|
}
|
|
3963
4708
|
},
|
|
4709
|
+
{
|
|
4710
|
+
"name": "paypal",
|
|
4711
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4712
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4713
|
+
"npm": "nuxt-paypal",
|
|
4714
|
+
"icon": "paypal.svg",
|
|
4715
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4716
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4717
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4718
|
+
"category": "Payment",
|
|
4719
|
+
"type": "3rd-party",
|
|
4720
|
+
"maintainers": [
|
|
4721
|
+
{
|
|
4722
|
+
"name": "Arash Sheyda",
|
|
4723
|
+
"github": "arashsheyda"
|
|
4724
|
+
}
|
|
4725
|
+
],
|
|
4726
|
+
"compatibility": {
|
|
4727
|
+
"nuxt": "^3.0.0",
|
|
4728
|
+
"requires": {}
|
|
4729
|
+
}
|
|
4730
|
+
},
|
|
3964
4731
|
{
|
|
3965
4732
|
"name": "pdfeasy",
|
|
3966
4733
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -4082,7 +4849,7 @@
|
|
|
4082
4849
|
},
|
|
4083
4850
|
{
|
|
4084
4851
|
"name": "plausible",
|
|
4085
|
-
"description": "Nuxt
|
|
4852
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4086
4853
|
"repo": "nuxt-modules/plausible",
|
|
4087
4854
|
"npm": "@nuxtjs/plausible",
|
|
4088
4855
|
"icon": "",
|
|
@@ -4124,9 +4891,56 @@
|
|
|
4124
4891
|
"requires": {}
|
|
4125
4892
|
}
|
|
4126
4893
|
},
|
|
4894
|
+
{
|
|
4895
|
+
"name": "prepare",
|
|
4896
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4897
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4898
|
+
"npm": "nuxt-prepare",
|
|
4899
|
+
"icon": "prepare.svg",
|
|
4900
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4901
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4902
|
+
"learn_more": "",
|
|
4903
|
+
"category": "Devtools",
|
|
4904
|
+
"type": "3rd-party",
|
|
4905
|
+
"maintainers": [
|
|
4906
|
+
{
|
|
4907
|
+
"name": "Johann Schopplich",
|
|
4908
|
+
"github": "johannschopplich",
|
|
4909
|
+
"twitter": "jschopplich",
|
|
4910
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4911
|
+
}
|
|
4912
|
+
],
|
|
4913
|
+
"compatibility": {
|
|
4914
|
+
"nuxt": "^3.0.0",
|
|
4915
|
+
"requires": {}
|
|
4916
|
+
}
|
|
4917
|
+
},
|
|
4918
|
+
{
|
|
4919
|
+
"name": "primevue",
|
|
4920
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4921
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4922
|
+
"npm": "nuxt-primevue",
|
|
4923
|
+
"icon": "primevue.svg",
|
|
4924
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4925
|
+
"website": "https://primevue.org/",
|
|
4926
|
+
"learn_more": "https://primevue.org/",
|
|
4927
|
+
"category": "UI",
|
|
4928
|
+
"type": "3rd-party",
|
|
4929
|
+
"maintainers": [
|
|
4930
|
+
{
|
|
4931
|
+
"name": "primefaces",
|
|
4932
|
+
"github": "primefaces",
|
|
4933
|
+
"twitter": "primevue"
|
|
4934
|
+
}
|
|
4935
|
+
],
|
|
4936
|
+
"compatibility": {
|
|
4937
|
+
"nuxt": "^3.0.0",
|
|
4938
|
+
"requires": {}
|
|
4939
|
+
}
|
|
4940
|
+
},
|
|
4127
4941
|
{
|
|
4128
4942
|
"name": "prismic",
|
|
4129
|
-
"description": "Easily connect your Nuxt
|
|
4943
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4130
4944
|
"repo": "nuxt-modules/prismic",
|
|
4131
4945
|
"npm": "@nuxtjs/prismic",
|
|
4132
4946
|
"icon": "prismic.png",
|
|
@@ -4193,7 +5007,7 @@
|
|
|
4193
5007
|
},
|
|
4194
5008
|
{
|
|
4195
5009
|
"name": "proxy",
|
|
4196
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
5010
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4197
5011
|
"repo": "nuxt-community/proxy-module",
|
|
4198
5012
|
"npm": "@nuxtjs/proxy",
|
|
4199
5013
|
"icon": "",
|
|
@@ -4239,7 +5053,7 @@
|
|
|
4239
5053
|
},
|
|
4240
5054
|
{
|
|
4241
5055
|
"name": "purgecss",
|
|
4242
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
5056
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4243
5057
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4244
5058
|
"npm": "nuxt-purgecss",
|
|
4245
5059
|
"icon": "purgecss.png",
|
|
@@ -4261,7 +5075,7 @@
|
|
|
4261
5075
|
},
|
|
4262
5076
|
{
|
|
4263
5077
|
"name": "pwa",
|
|
4264
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5078
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4265
5079
|
"repo": "nuxt-community/pwa-module",
|
|
4266
5080
|
"npm": "@nuxtjs/pwa",
|
|
4267
5081
|
"icon": "pwa.png",
|
|
@@ -4286,7 +5100,7 @@
|
|
|
4286
5100
|
},
|
|
4287
5101
|
{
|
|
4288
5102
|
"name": "python",
|
|
4289
|
-
"description": "Write Nuxt
|
|
5103
|
+
"description": "Write Nuxt applications using Python",
|
|
4290
5104
|
"repo": "nuxt-community/python-module",
|
|
4291
5105
|
"npm": "@nuxtjs/python",
|
|
4292
5106
|
"icon": "python.png",
|
|
@@ -4323,6 +5137,64 @@
|
|
|
4323
5137
|
"github": "Maiquu"
|
|
4324
5138
|
}
|
|
4325
5139
|
],
|
|
5140
|
+
"compatibility": {
|
|
5141
|
+
"nuxt": "^3.0.0",
|
|
5142
|
+
"requires": {},
|
|
5143
|
+
"devtools": "^0.0.0"
|
|
5144
|
+
}
|
|
5145
|
+
},
|
|
5146
|
+
{
|
|
5147
|
+
"name": "radash",
|
|
5148
|
+
"description": "radash module with auto-import and custom prefix",
|
|
5149
|
+
"repo": "bbg/nuxt-radash",
|
|
5150
|
+
"npm": "nuxt-radash",
|
|
5151
|
+
"icon": "radash.png",
|
|
5152
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
5153
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
5154
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
5155
|
+
"category": "Libraries",
|
|
5156
|
+
"type": "3rd-party",
|
|
5157
|
+
"maintainers": [
|
|
5158
|
+
{
|
|
5159
|
+
"name": "Batuhan Göksu",
|
|
5160
|
+
"github": "bbg"
|
|
5161
|
+
}
|
|
5162
|
+
],
|
|
5163
|
+
"compatibility": {
|
|
5164
|
+
"nuxt": "^3.0.0",
|
|
5165
|
+
"requires": {}
|
|
5166
|
+
}
|
|
5167
|
+
},
|
|
5168
|
+
{
|
|
5169
|
+
"name": "radix-vue",
|
|
5170
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5171
|
+
"repo": "radix-vue/radix-vue",
|
|
5172
|
+
"npm": "radix-vue",
|
|
5173
|
+
"icon": "radix-vue.svg",
|
|
5174
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5175
|
+
"website": "https://www.radix-vue.com/",
|
|
5176
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5177
|
+
"category": "UI",
|
|
5178
|
+
"type": "3rd-party",
|
|
5179
|
+
"maintainers": [
|
|
5180
|
+
{
|
|
5181
|
+
"name": "Zernonia",
|
|
5182
|
+
"github": "zernonia",
|
|
5183
|
+
"twitter": "zernonia"
|
|
5184
|
+
},
|
|
5185
|
+
{
|
|
5186
|
+
"name": "Khairul Haaziq",
|
|
5187
|
+
"github": "khairulhaaziq"
|
|
5188
|
+
},
|
|
5189
|
+
{
|
|
5190
|
+
"name": "Mujahid Anuar",
|
|
5191
|
+
"github": "mujahidfa"
|
|
5192
|
+
},
|
|
5193
|
+
{
|
|
5194
|
+
"name": "Max",
|
|
5195
|
+
"github": "onmax"
|
|
5196
|
+
}
|
|
5197
|
+
],
|
|
4326
5198
|
"compatibility": {
|
|
4327
5199
|
"nuxt": "^3.0.0",
|
|
4328
5200
|
"requires": {}
|
|
@@ -4330,7 +5202,7 @@
|
|
|
4330
5202
|
},
|
|
4331
5203
|
{
|
|
4332
5204
|
"name": "recaptcha",
|
|
4333
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5205
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4334
5206
|
"repo": "nuxt-community/recaptcha-module",
|
|
4335
5207
|
"npm": "@nuxtjs/recaptcha",
|
|
4336
5208
|
"icon": "recaptcha.png",
|
|
@@ -4373,9 +5245,32 @@
|
|
|
4373
5245
|
"requires": {}
|
|
4374
5246
|
}
|
|
4375
5247
|
},
|
|
5248
|
+
{
|
|
5249
|
+
"name": "resend",
|
|
5250
|
+
"description": "Resend integration for Nuxt",
|
|
5251
|
+
"repo": "nhedger/nuxt-resend",
|
|
5252
|
+
"npm": "nuxt-resend",
|
|
5253
|
+
"icon": "resend.svg",
|
|
5254
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5255
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5256
|
+
"learn_more": "https://resend.com",
|
|
5257
|
+
"category": "Extensions",
|
|
5258
|
+
"type": "3rd-party",
|
|
5259
|
+
"maintainers": [
|
|
5260
|
+
{
|
|
5261
|
+
"name": "Nicolas Hedger",
|
|
5262
|
+
"github": "nhedger",
|
|
5263
|
+
"twitter": "nicolashedger"
|
|
5264
|
+
}
|
|
5265
|
+
],
|
|
5266
|
+
"compatibility": {
|
|
5267
|
+
"nuxt": "^3.0.0",
|
|
5268
|
+
"requires": {}
|
|
5269
|
+
}
|
|
5270
|
+
},
|
|
4376
5271
|
{
|
|
4377
5272
|
"name": "rfg-icon",
|
|
4378
|
-
"description": "Nuxt
|
|
5273
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4379
5274
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4380
5275
|
"npm": "nuxt-rfg-icon",
|
|
4381
5276
|
"icon": "real-favicon-generator.png",
|
|
@@ -4397,13 +5292,13 @@
|
|
|
4397
5292
|
},
|
|
4398
5293
|
{
|
|
4399
5294
|
"name": "robots",
|
|
4400
|
-
"description": "A Nuxt
|
|
4401
|
-
"repo": "nuxt-
|
|
5295
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5296
|
+
"repo": "nuxt-modules/robots",
|
|
4402
5297
|
"npm": "@nuxtjs/robots",
|
|
4403
5298
|
"icon": "robots.png",
|
|
4404
|
-
"github": "https://github.com/nuxt-
|
|
4405
|
-
"website": "https://github.com/nuxt-
|
|
4406
|
-
"learn_more": "
|
|
5299
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5300
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
5301
|
+
"learn_more": "",
|
|
4407
5302
|
"category": "SEO",
|
|
4408
5303
|
"type": "community",
|
|
4409
5304
|
"maintainers": [
|
|
@@ -4421,23 +5316,23 @@
|
|
|
4421
5316
|
},
|
|
4422
5317
|
{
|
|
4423
5318
|
"name": "rollbar",
|
|
4424
|
-
"description": "
|
|
4425
|
-
"repo": "
|
|
4426
|
-
"npm": "nuxt-rollbar
|
|
5319
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5320
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5321
|
+
"npm": "nuxt-rollbar",
|
|
4427
5322
|
"icon": "rollbar.png",
|
|
4428
|
-
"github": "https://github.com/
|
|
4429
|
-
"website": "https://github.com/
|
|
5323
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5324
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4430
5325
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4431
5326
|
"category": "Monitoring",
|
|
4432
5327
|
"type": "3rd-party",
|
|
4433
5328
|
"maintainers": [
|
|
4434
5329
|
{
|
|
4435
|
-
"name": "
|
|
4436
|
-
"github": "
|
|
5330
|
+
"name": "Jairo Blatt",
|
|
5331
|
+
"github": "jairoblatt"
|
|
4437
5332
|
}
|
|
4438
5333
|
],
|
|
4439
5334
|
"compatibility": {
|
|
4440
|
-
"nuxt": "^
|
|
5335
|
+
"nuxt": "^3.0.0",
|
|
4441
5336
|
"requires": {}
|
|
4442
5337
|
}
|
|
4443
5338
|
},
|
|
@@ -4466,7 +5361,7 @@
|
|
|
4466
5361
|
},
|
|
4467
5362
|
{
|
|
4468
5363
|
"name": "router",
|
|
4469
|
-
"description": "Nuxt
|
|
5364
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4470
5365
|
"repo": "nuxt-community/router-module",
|
|
4471
5366
|
"npm": "@nuxtjs/router",
|
|
4472
5367
|
"icon": "vue.png",
|
|
@@ -4514,13 +5409,13 @@
|
|
|
4514
5409
|
},
|
|
4515
5410
|
{
|
|
4516
5411
|
"name": "schema-org",
|
|
4517
|
-
"description": "
|
|
4518
|
-
"repo": "
|
|
5412
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5413
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4519
5414
|
"npm": "nuxt-schema-org",
|
|
4520
5415
|
"icon": "schema-org.svg",
|
|
4521
|
-
"github": "https://github.com/
|
|
4522
|
-
"website": "https://
|
|
4523
|
-
"learn_more": "https://
|
|
5416
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5417
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5418
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4524
5419
|
"category": "SEO",
|
|
4525
5420
|
"type": "3rd-party",
|
|
4526
5421
|
"maintainers": [
|
|
@@ -4583,13 +5478,13 @@
|
|
|
4583
5478
|
},
|
|
4584
5479
|
{
|
|
4585
5480
|
"name": "segment",
|
|
4586
|
-
"description": "Nuxt
|
|
5481
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4587
5482
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4588
5483
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4589
5484
|
"icon": "segment.png",
|
|
4590
5485
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4591
5486
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4592
|
-
"learn_more": "
|
|
5487
|
+
"learn_more": "",
|
|
4593
5488
|
"category": "Analytics",
|
|
4594
5489
|
"type": "3rd-party",
|
|
4595
5490
|
"maintainers": [
|
|
@@ -4605,10 +5500,10 @@
|
|
|
4605
5500
|
},
|
|
4606
5501
|
{
|
|
4607
5502
|
"name": "sentry",
|
|
4608
|
-
"description": "Sentry module for Nuxt
|
|
5503
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4609
5504
|
"repo": "nuxt-community/sentry-module",
|
|
4610
5505
|
"npm": "@nuxtjs/sentry",
|
|
4611
|
-
"icon": "sentry.
|
|
5506
|
+
"icon": "sentry.svg",
|
|
4612
5507
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4613
5508
|
"website": "https://sentry.nuxtjs.org/",
|
|
4614
5509
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4626,20 +5521,22 @@
|
|
|
4626
5521
|
}
|
|
4627
5522
|
},
|
|
4628
5523
|
{
|
|
4629
|
-
"name": "seo-
|
|
4630
|
-
"description": "
|
|
4631
|
-
"repo": "harlan-zw/nuxt-seo-
|
|
4632
|
-
"npm": "nuxt-seo-
|
|
4633
|
-
"icon": "seo-
|
|
4634
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-
|
|
4635
|
-
"website": "https://
|
|
4636
|
-
"learn_more": "",
|
|
5524
|
+
"name": "seo-experiments",
|
|
5525
|
+
"description": "Powerful SEO DX improvements.",
|
|
5526
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5527
|
+
"npm": "nuxt-seo-experiments",
|
|
5528
|
+
"icon": "seo-experiments.svg",
|
|
5529
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5530
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5531
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
4637
5532
|
"category": "SEO",
|
|
4638
5533
|
"type": "3rd-party",
|
|
4639
5534
|
"maintainers": [
|
|
4640
5535
|
{
|
|
4641
|
-
"name": "
|
|
4642
|
-
"github": "harlan-zw"
|
|
5536
|
+
"name": "Harlan Wilton",
|
|
5537
|
+
"github": "harlan-zw",
|
|
5538
|
+
"twitter": "harlan_zw",
|
|
5539
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4643
5540
|
}
|
|
4644
5541
|
],
|
|
4645
5542
|
"compatibility": {
|
|
@@ -4670,9 +5567,31 @@
|
|
|
4670
5567
|
"requires": {}
|
|
4671
5568
|
}
|
|
4672
5569
|
},
|
|
5570
|
+
{
|
|
5571
|
+
"name": "seo",
|
|
5572
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5573
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
5574
|
+
"npm": "@nuxtjs/seo",
|
|
5575
|
+
"icon": "nuxt.svg",
|
|
5576
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
5577
|
+
"website": "https://nuxtseo.com/",
|
|
5578
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5579
|
+
"category": "SEO",
|
|
5580
|
+
"type": "3rd-party",
|
|
5581
|
+
"maintainers": [
|
|
5582
|
+
{
|
|
5583
|
+
"name": "harlan-zw",
|
|
5584
|
+
"github": "harlan-zw"
|
|
5585
|
+
}
|
|
5586
|
+
],
|
|
5587
|
+
"compatibility": {
|
|
5588
|
+
"nuxt": "^3.0.0",
|
|
5589
|
+
"requires": {}
|
|
5590
|
+
}
|
|
5591
|
+
},
|
|
4673
5592
|
{
|
|
4674
5593
|
"name": "seomatic-meta",
|
|
4675
|
-
"description": "A Nuxt
|
|
5594
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4676
5595
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4677
5596
|
"npm": "nuxt-seomatic-meta",
|
|
4678
5597
|
"icon": "seomatic.png",
|
|
@@ -4715,6 +5634,29 @@
|
|
|
4715
5634
|
"requires": {}
|
|
4716
5635
|
}
|
|
4717
5636
|
},
|
|
5637
|
+
{
|
|
5638
|
+
"name": "server-block",
|
|
5639
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5640
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
5641
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5642
|
+
"icon": "server-block.svg",
|
|
5643
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5644
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5645
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5646
|
+
"category": "Extensions",
|
|
5647
|
+
"type": "3rd-party",
|
|
5648
|
+
"maintainers": [
|
|
5649
|
+
{
|
|
5650
|
+
"name": "Hebilicious",
|
|
5651
|
+
"github": "Hebilicious",
|
|
5652
|
+
"twitter": "its_hebilicious"
|
|
5653
|
+
}
|
|
5654
|
+
],
|
|
5655
|
+
"compatibility": {
|
|
5656
|
+
"nuxt": "^3.0.0",
|
|
5657
|
+
"requires": {}
|
|
5658
|
+
}
|
|
5659
|
+
},
|
|
4718
5660
|
{
|
|
4719
5661
|
"name": "session",
|
|
4720
5662
|
"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",
|
|
@@ -4740,7 +5682,7 @@
|
|
|
4740
5682
|
},
|
|
4741
5683
|
{
|
|
4742
5684
|
"name": "shopify",
|
|
4743
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5685
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4744
5686
|
"repo": "Gomah/nuxt-shopify",
|
|
4745
5687
|
"npm": "nuxt-shopify",
|
|
4746
5688
|
"icon": "shopify.png",
|
|
@@ -4761,7 +5703,7 @@
|
|
|
4761
5703
|
}
|
|
4762
5704
|
},
|
|
4763
5705
|
{
|
|
4764
|
-
"name": "
|
|
5706
|
+
"name": "sidebase-auth",
|
|
4765
5707
|
"description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
|
|
4766
5708
|
"repo": "sidebase/nuxt-auth",
|
|
4767
5709
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4807,13 +5749,13 @@
|
|
|
4807
5749
|
},
|
|
4808
5750
|
{
|
|
4809
5751
|
"name": "simple-robots",
|
|
4810
|
-
"description": "
|
|
5752
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4811
5753
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4812
5754
|
"npm": "nuxt-simple-robots",
|
|
4813
|
-
"icon": "",
|
|
5755
|
+
"icon": "simple-robots.svg",
|
|
4814
5756
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4815
|
-
"website": "https://
|
|
4816
|
-
"learn_more": "",
|
|
5757
|
+
"website": "https://nuxtseo.com/robots",
|
|
5758
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4817
5759
|
"category": "SEO",
|
|
4818
5760
|
"type": "3rd-party",
|
|
4819
5761
|
"maintainers": [
|
|
@@ -4830,41 +5772,23 @@
|
|
|
4830
5772
|
}
|
|
4831
5773
|
},
|
|
4832
5774
|
{
|
|
4833
|
-
"name": "
|
|
4834
|
-
"description": "
|
|
4835
|
-
"repo": "
|
|
4836
|
-
"npm": "
|
|
4837
|
-
"icon": "",
|
|
4838
|
-
"github": "https://github.com/
|
|
4839
|
-
"website": "https://
|
|
4840
|
-
"learn_more": "",
|
|
5775
|
+
"name": "sitemap",
|
|
5776
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5777
|
+
"repo": "nuxt-modules/sitemap",
|
|
5778
|
+
"npm": "@nuxtjs/sitemap",
|
|
5779
|
+
"icon": "simple-sitemap.svg",
|
|
5780
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
5781
|
+
"website": "https://nuxtseo.com/",
|
|
5782
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
4841
5783
|
"category": "SEO",
|
|
4842
|
-
"type": "
|
|
5784
|
+
"type": "community",
|
|
4843
5785
|
"maintainers": [
|
|
4844
5786
|
{
|
|
4845
5787
|
"name": "Harlan Wilton",
|
|
4846
5788
|
"github": "harlan-zw",
|
|
4847
5789
|
"twitter": "harlan_zw",
|
|
4848
5790
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4849
|
-
}
|
|
4850
|
-
],
|
|
4851
|
-
"compatibility": {
|
|
4852
|
-
"nuxt": "^3.0.0",
|
|
4853
|
-
"requires": {}
|
|
4854
|
-
}
|
|
4855
|
-
},
|
|
4856
|
-
{
|
|
4857
|
-
"name": "sitemap",
|
|
4858
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
4859
|
-
"repo": "nuxt-community/sitemap-module#dev",
|
|
4860
|
-
"npm": "@nuxtjs/sitemap",
|
|
4861
|
-
"icon": "",
|
|
4862
|
-
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
4863
|
-
"website": "https://sitemap.nuxtjs.org",
|
|
4864
|
-
"learn_more": "",
|
|
4865
|
-
"category": "SEO",
|
|
4866
|
-
"type": "community",
|
|
4867
|
-
"maintainers": [
|
|
5791
|
+
},
|
|
4868
5792
|
{
|
|
4869
5793
|
"name": "Nicolas PENNEC",
|
|
4870
5794
|
"github": "NicoPennec",
|
|
@@ -4872,7 +5796,7 @@
|
|
|
4872
5796
|
}
|
|
4873
5797
|
],
|
|
4874
5798
|
"compatibility": {
|
|
4875
|
-
"nuxt": "^
|
|
5799
|
+
"nuxt": "^3.0.0",
|
|
4876
5800
|
"requires": {}
|
|
4877
5801
|
}
|
|
4878
5802
|
},
|
|
@@ -4900,7 +5824,7 @@
|
|
|
4900
5824
|
},
|
|
4901
5825
|
{
|
|
4902
5826
|
"name": "snipcart",
|
|
4903
|
-
"description": "Snipcart integration module for Nuxt
|
|
5827
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4904
5828
|
"repo": "nuxt-modules/snipcart",
|
|
4905
5829
|
"npm": "@nuxtjs/snipcart",
|
|
4906
5830
|
"icon": "snipcart.png",
|
|
@@ -4923,7 +5847,7 @@
|
|
|
4923
5847
|
},
|
|
4924
5848
|
{
|
|
4925
5849
|
"name": "social-meta",
|
|
4926
|
-
"description": "Nuxt
|
|
5850
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4927
5851
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4928
5852
|
"npm": "nuxt-social-meta",
|
|
4929
5853
|
"icon": "",
|
|
@@ -5045,7 +5969,7 @@
|
|
|
5045
5969
|
},
|
|
5046
5970
|
{
|
|
5047
5971
|
"name": "storage",
|
|
5048
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5972
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5049
5973
|
"repo": "mazipan/nuxt-storage",
|
|
5050
5974
|
"npm": "nuxt-storage",
|
|
5051
5975
|
"icon": "",
|
|
@@ -5067,7 +5991,7 @@
|
|
|
5067
5991
|
},
|
|
5068
5992
|
{
|
|
5069
5993
|
"name": "storefront-ui",
|
|
5070
|
-
"description": "Storefront UI Module for Nuxt
|
|
5994
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5071
5995
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5072
5996
|
"npm": "@storefront-ui/nuxt",
|
|
5073
5997
|
"icon": "storefront-ui.svg",
|
|
@@ -5111,8 +6035,8 @@
|
|
|
5111
6035
|
},
|
|
5112
6036
|
{
|
|
5113
6037
|
"name": "storyblok",
|
|
5114
|
-
"description": "Storyblok Nuxt
|
|
5115
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6038
|
+
"description": "Storyblok Nuxt module",
|
|
6039
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
5116
6040
|
"npm": "@storyblok/nuxt",
|
|
5117
6041
|
"icon": "storyblok.png",
|
|
5118
6042
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -5128,46 +6052,43 @@
|
|
|
5128
6052
|
],
|
|
5129
6053
|
"compatibility": {
|
|
5130
6054
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5131
|
-
"requires": {}
|
|
6055
|
+
"requires": {},
|
|
6056
|
+
"devtools": "^0.0.0"
|
|
5132
6057
|
}
|
|
5133
6058
|
},
|
|
5134
6059
|
{
|
|
5135
6060
|
"name": "storybook",
|
|
5136
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5137
|
-
"repo": "nuxt-
|
|
6061
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6062
|
+
"repo": "nuxt-modules/storybook",
|
|
5138
6063
|
"npm": "@nuxtjs/storybook",
|
|
5139
6064
|
"icon": "storybook.png",
|
|
5140
|
-
"github": "https://github.com/nuxt-
|
|
6065
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5141
6066
|
"website": "https://storybook.nuxtjs.org",
|
|
5142
|
-
"learn_more": "https://
|
|
6067
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5143
6068
|
"category": "Devtools",
|
|
5144
6069
|
"type": "community",
|
|
5145
6070
|
"maintainers": [
|
|
5146
6071
|
{
|
|
5147
|
-
"name": "
|
|
5148
|
-
"github": "
|
|
5149
|
-
"twitter": "
|
|
5150
|
-
},
|
|
5151
|
-
{
|
|
5152
|
-
"name": "Pooya Parsa",
|
|
5153
|
-
"github": "pi0",
|
|
5154
|
-
"twitter": "_pi0_"
|
|
6072
|
+
"name": "Chakir QATAB",
|
|
6073
|
+
"github": "chakAs3",
|
|
6074
|
+
"twitter": "ChakirQatab"
|
|
5155
6075
|
}
|
|
5156
6076
|
],
|
|
5157
6077
|
"compatibility": {
|
|
5158
|
-
"nuxt": "^2.0.0",
|
|
6078
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5159
6079
|
"requires": {
|
|
5160
6080
|
"bridge": "optional"
|
|
5161
|
-
}
|
|
6081
|
+
},
|
|
6082
|
+
"devtools": "^0.7.2"
|
|
5162
6083
|
}
|
|
5163
6084
|
},
|
|
5164
6085
|
{
|
|
5165
6086
|
"name": "strapi",
|
|
5166
6087
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5167
|
-
"repo": "nuxt-
|
|
6088
|
+
"repo": "nuxt-modules/strapi",
|
|
5168
6089
|
"npm": "@nuxtjs/strapi",
|
|
5169
6090
|
"icon": "strapi.png",
|
|
5170
|
-
"github": "https://github.com/nuxt-
|
|
6091
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5171
6092
|
"website": "https://strapi.nuxtjs.org",
|
|
5172
6093
|
"learn_more": "https://strapi.io/",
|
|
5173
6094
|
"category": "CMS",
|
|
@@ -5188,7 +6109,34 @@
|
|
|
5188
6109
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5189
6110
|
"requires": {
|
|
5190
6111
|
"bridge": true
|
|
6112
|
+
},
|
|
6113
|
+
"devtools": "^0.0.0"
|
|
6114
|
+
}
|
|
6115
|
+
},
|
|
6116
|
+
{
|
|
6117
|
+
"name": "stripe-next",
|
|
6118
|
+
"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.",
|
|
6119
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
6120
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
6121
|
+
"icon": "stripe.png",
|
|
6122
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6123
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6124
|
+
"learn_more": "https://stripe.com/docs",
|
|
6125
|
+
"category": "Payment",
|
|
6126
|
+
"type": "3rd-party",
|
|
6127
|
+
"maintainers": [
|
|
6128
|
+
{
|
|
6129
|
+
"name": "Loic Fuentes",
|
|
6130
|
+
"github": "fuentesloic"
|
|
6131
|
+
},
|
|
6132
|
+
{
|
|
6133
|
+
"name": "Florent Giraud",
|
|
6134
|
+
"github": "flozero"
|
|
5191
6135
|
}
|
|
6136
|
+
],
|
|
6137
|
+
"compatibility": {
|
|
6138
|
+
"nuxt": "^3.0.0",
|
|
6139
|
+
"requires": {}
|
|
5192
6140
|
}
|
|
5193
6141
|
},
|
|
5194
6142
|
{
|
|
@@ -5204,13 +6152,43 @@
|
|
|
5204
6152
|
"type": "3rd-party",
|
|
5205
6153
|
"maintainers": [
|
|
5206
6154
|
{
|
|
5207
|
-
"name": "WilliamDASILVA",
|
|
5208
|
-
"github": "WilliamDASILVA"
|
|
6155
|
+
"name": "WilliamDASILVA",
|
|
6156
|
+
"github": "WilliamDASILVA"
|
|
6157
|
+
}
|
|
6158
|
+
],
|
|
6159
|
+
"compatibility": {
|
|
6160
|
+
"nuxt": "^2.0.0",
|
|
6161
|
+
"requires": {}
|
|
6162
|
+
}
|
|
6163
|
+
},
|
|
6164
|
+
{
|
|
6165
|
+
"name": "studio",
|
|
6166
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6167
|
+
"repo": "nuxtlabs/studio-module",
|
|
6168
|
+
"npm": "@nuxthq/studio",
|
|
6169
|
+
"icon": "studio.svg",
|
|
6170
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6171
|
+
"website": "https://nuxt.studio",
|
|
6172
|
+
"learn_more": "https://nuxt.studio",
|
|
6173
|
+
"category": "CMS",
|
|
6174
|
+
"type": "3rd-party",
|
|
6175
|
+
"maintainers": [
|
|
6176
|
+
{
|
|
6177
|
+
"name": "Ahad Birang",
|
|
6178
|
+
"github": "farnabaz",
|
|
6179
|
+
"twitter": "a_birang"
|
|
6180
|
+
},
|
|
6181
|
+
{
|
|
6182
|
+
"name": "Sébastien Chopin",
|
|
6183
|
+
"github": "Atinux",
|
|
6184
|
+
"twitter": "Atinux"
|
|
5209
6185
|
}
|
|
5210
6186
|
],
|
|
5211
6187
|
"compatibility": {
|
|
5212
|
-
"nuxt": "^
|
|
5213
|
-
"requires": {
|
|
6188
|
+
"nuxt": "^3.0.0",
|
|
6189
|
+
"requires": {
|
|
6190
|
+
"content": true
|
|
6191
|
+
}
|
|
5214
6192
|
}
|
|
5215
6193
|
},
|
|
5216
6194
|
{
|
|
@@ -5238,7 +6216,7 @@
|
|
|
5238
6216
|
},
|
|
5239
6217
|
{
|
|
5240
6218
|
"name": "stylelint",
|
|
5241
|
-
"description": "Stylelint module for Nuxt.
|
|
6219
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5242
6220
|
"repo": "nuxt-community/stylelint-module",
|
|
5243
6221
|
"npm": "@nuxtjs/stylelint-module",
|
|
5244
6222
|
"icon": "stylelint.png",
|
|
@@ -5284,10 +6262,10 @@
|
|
|
5284
6262
|
{
|
|
5285
6263
|
"name": "supabase",
|
|
5286
6264
|
"description": "First class integration with Supabase",
|
|
5287
|
-
"repo": "nuxt-
|
|
6265
|
+
"repo": "nuxt-modules/supabase",
|
|
5288
6266
|
"npm": "@nuxtjs/supabase",
|
|
5289
6267
|
"icon": "supabase.png",
|
|
5290
|
-
"github": "https://github.com/nuxt-
|
|
6268
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5291
6269
|
"website": "https://supabase.nuxtjs.org",
|
|
5292
6270
|
"learn_more": "https://supabase.com",
|
|
5293
6271
|
"category": "Database",
|
|
@@ -5338,12 +6316,12 @@
|
|
|
5338
6316
|
},
|
|
5339
6317
|
{
|
|
5340
6318
|
"name": "svg-sprite",
|
|
5341
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5342
|
-
"repo": "nuxt-
|
|
6319
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6320
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5343
6321
|
"npm": "@nuxtjs/svg-sprite",
|
|
5344
6322
|
"icon": "",
|
|
5345
|
-
"github": "https://github.com/nuxt-
|
|
5346
|
-
"website": "https://github.com/nuxt-
|
|
6323
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6324
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5347
6325
|
"learn_more": "",
|
|
5348
6326
|
"category": "UI",
|
|
5349
6327
|
"type": "community",
|
|
@@ -5355,13 +6333,13 @@
|
|
|
5355
6333
|
}
|
|
5356
6334
|
],
|
|
5357
6335
|
"compatibility": {
|
|
5358
|
-
"nuxt": "^2.0.0",
|
|
6336
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5359
6337
|
"requires": {}
|
|
5360
6338
|
}
|
|
5361
6339
|
},
|
|
5362
6340
|
{
|
|
5363
6341
|
"name": "svg",
|
|
5364
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6342
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5365
6343
|
"repo": "nuxt-community/svg-module",
|
|
5366
6344
|
"npm": "@nuxtjs/svg",
|
|
5367
6345
|
"icon": "",
|
|
@@ -5405,7 +6383,7 @@
|
|
|
5405
6383
|
},
|
|
5406
6384
|
{
|
|
5407
6385
|
"name": "swiper",
|
|
5408
|
-
"description": "Nuxt
|
|
6386
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5409
6387
|
"repo": "cpreston321/nuxt-swiper",
|
|
5410
6388
|
"npm": "nuxt-swiper",
|
|
5411
6389
|
"icon": "swiper.svg",
|
|
@@ -5451,10 +6429,10 @@
|
|
|
5451
6429
|
{
|
|
5452
6430
|
"name": "tailwindcss",
|
|
5453
6431
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5454
|
-
"repo": "nuxt-
|
|
6432
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5455
6433
|
"npm": "@nuxtjs/tailwindcss",
|
|
5456
6434
|
"icon": "tailwindcss.png",
|
|
5457
|
-
"github": "https://github.com/nuxt-
|
|
6435
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5458
6436
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5459
6437
|
"learn_more": "https://tailwindcss.com/",
|
|
5460
6438
|
"category": "UI",
|
|
@@ -5464,11 +6442,16 @@
|
|
|
5464
6442
|
"name": "Sébastien Chopin",
|
|
5465
6443
|
"github": "Atinux",
|
|
5466
6444
|
"twitter": "Atinux"
|
|
6445
|
+
},
|
|
6446
|
+
{
|
|
6447
|
+
"name": "Inesh Bose",
|
|
6448
|
+
"github": "ineshbose"
|
|
5467
6449
|
}
|
|
5468
6450
|
],
|
|
5469
6451
|
"compatibility": {
|
|
5470
6452
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5471
|
-
"requires": {}
|
|
6453
|
+
"requires": {},
|
|
6454
|
+
"devtools": "^0.0.0"
|
|
5472
6455
|
}
|
|
5473
6456
|
},
|
|
5474
6457
|
{
|
|
@@ -5516,9 +6499,31 @@
|
|
|
5516
6499
|
"requires": {}
|
|
5517
6500
|
}
|
|
5518
6501
|
},
|
|
6502
|
+
{
|
|
6503
|
+
"name": "tiptap",
|
|
6504
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6505
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6506
|
+
"npm": "nuxt-tiptap-editor",
|
|
6507
|
+
"icon": "tiptap.png",
|
|
6508
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6509
|
+
"website": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6510
|
+
"learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6511
|
+
"category": "Libraries",
|
|
6512
|
+
"type": "3rd-party",
|
|
6513
|
+
"maintainers": [
|
|
6514
|
+
{
|
|
6515
|
+
"name": "modbender",
|
|
6516
|
+
"github": "modbender"
|
|
6517
|
+
}
|
|
6518
|
+
],
|
|
6519
|
+
"compatibility": {
|
|
6520
|
+
"nuxt": "^3.0.0",
|
|
6521
|
+
"requires": {}
|
|
6522
|
+
}
|
|
6523
|
+
},
|
|
5519
6524
|
{
|
|
5520
6525
|
"name": "toast",
|
|
5521
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6526
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5522
6527
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5523
6528
|
"npm": "@nuxtjs/toast",
|
|
5524
6529
|
"icon": "",
|
|
@@ -5539,6 +6544,61 @@
|
|
|
5539
6544
|
"requires": {}
|
|
5540
6545
|
}
|
|
5541
6546
|
},
|
|
6547
|
+
{
|
|
6548
|
+
"name": "translation-manager",
|
|
6549
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6550
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6551
|
+
"npm": "nuxt-translation-manager",
|
|
6552
|
+
"icon": "translation-manager.png",
|
|
6553
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6554
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6555
|
+
"learn_more": "",
|
|
6556
|
+
"category": "Extensions",
|
|
6557
|
+
"type": "3rd-party",
|
|
6558
|
+
"maintainers": [
|
|
6559
|
+
{
|
|
6560
|
+
"name": "Sam K",
|
|
6561
|
+
"github": "samk-dev"
|
|
6562
|
+
}
|
|
6563
|
+
],
|
|
6564
|
+
"compatibility": {
|
|
6565
|
+
"nuxt": "^3.0.0",
|
|
6566
|
+
"requires": {}
|
|
6567
|
+
}
|
|
6568
|
+
},
|
|
6569
|
+
{
|
|
6570
|
+
"name": "tresjs",
|
|
6571
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6572
|
+
"repo": "tresjs/nuxt",
|
|
6573
|
+
"npm": "@tresjs/nuxt",
|
|
6574
|
+
"icon": "tresjs.svg",
|
|
6575
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6576
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6577
|
+
"learn_more": "https://tresjs.org/",
|
|
6578
|
+
"category": "Libraries",
|
|
6579
|
+
"type": "3rd-party",
|
|
6580
|
+
"maintainers": [
|
|
6581
|
+
{
|
|
6582
|
+
"name": "Alvaro Saburido",
|
|
6583
|
+
"github": "alvarosabu",
|
|
6584
|
+
"twitter": "alvarosabu"
|
|
6585
|
+
},
|
|
6586
|
+
{
|
|
6587
|
+
"name": "Jaime Torrealba",
|
|
6588
|
+
"github": "JaimeTorrealba",
|
|
6589
|
+
"twitter": "jaimebboyjt"
|
|
6590
|
+
},
|
|
6591
|
+
{
|
|
6592
|
+
"name": "Tino Koch",
|
|
6593
|
+
"github": "Tinoooo",
|
|
6594
|
+
"twitter": "ichbintino"
|
|
6595
|
+
}
|
|
6596
|
+
],
|
|
6597
|
+
"compatibility": {
|
|
6598
|
+
"nuxt": "^3.0.0",
|
|
6599
|
+
"requires": {}
|
|
6600
|
+
}
|
|
6601
|
+
},
|
|
5542
6602
|
{
|
|
5543
6603
|
"name": "turnstile",
|
|
5544
6604
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5566,7 +6626,7 @@
|
|
|
5566
6626
|
},
|
|
5567
6627
|
{
|
|
5568
6628
|
"name": "twa",
|
|
5569
|
-
"description": "Nuxt
|
|
6629
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5570
6630
|
"repo": "tuarrep/nuxt-twa",
|
|
5571
6631
|
"npm": "nuxt-twa",
|
|
5572
6632
|
"icon": "",
|
|
@@ -5754,6 +6814,63 @@
|
|
|
5754
6814
|
"requires": {}
|
|
5755
6815
|
}
|
|
5756
6816
|
},
|
|
6817
|
+
{
|
|
6818
|
+
"name": "typo3",
|
|
6819
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6820
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6821
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6822
|
+
"icon": "typo3.svg",
|
|
6823
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6824
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6825
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6826
|
+
"category": "CMS",
|
|
6827
|
+
"type": "3rd-party",
|
|
6828
|
+
"maintainers": [
|
|
6829
|
+
{
|
|
6830
|
+
"name": "Macopedia",
|
|
6831
|
+
"github": "macopedia",
|
|
6832
|
+
"twitter": "macopediapl"
|
|
6833
|
+
}
|
|
6834
|
+
],
|
|
6835
|
+
"compatibility": {
|
|
6836
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6837
|
+
"requires": {},
|
|
6838
|
+
"devtools": "^0.0.0"
|
|
6839
|
+
}
|
|
6840
|
+
},
|
|
6841
|
+
{
|
|
6842
|
+
"name": "ui",
|
|
6843
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6844
|
+
"repo": "nuxt/ui#dev",
|
|
6845
|
+
"npm": "@nuxt/ui",
|
|
6846
|
+
"icon": "nuxt.svg",
|
|
6847
|
+
"github": "https://github.com/nuxt/ui",
|
|
6848
|
+
"website": "https://ui.nuxt.com",
|
|
6849
|
+
"learn_more": "",
|
|
6850
|
+
"category": "UI",
|
|
6851
|
+
"type": "official",
|
|
6852
|
+
"maintainers": [
|
|
6853
|
+
{
|
|
6854
|
+
"name": "Benjamin Canac",
|
|
6855
|
+
"github": "benjamincanac",
|
|
6856
|
+
"twitter": "benjamincanac"
|
|
6857
|
+
},
|
|
6858
|
+
{
|
|
6859
|
+
"name": "Sebastien Chopin",
|
|
6860
|
+
"github": "Atinux",
|
|
6861
|
+
"twitter": "Atinux"
|
|
6862
|
+
},
|
|
6863
|
+
{
|
|
6864
|
+
"name": "Sylvain Marroufin",
|
|
6865
|
+
"github": "smarroufin",
|
|
6866
|
+
"twitter": "smarroufin"
|
|
6867
|
+
}
|
|
6868
|
+
],
|
|
6869
|
+
"compatibility": {
|
|
6870
|
+
"nuxt": "^3.0.0",
|
|
6871
|
+
"requires": {}
|
|
6872
|
+
}
|
|
6873
|
+
},
|
|
5757
6874
|
{
|
|
5758
6875
|
"name": "umami",
|
|
5759
6876
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5778,31 +6895,9 @@
|
|
|
5778
6895
|
}
|
|
5779
6896
|
}
|
|
5780
6897
|
},
|
|
5781
|
-
{
|
|
5782
|
-
"name": "unhead",
|
|
5783
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5784
|
-
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5785
|
-
"npm": "nuxt-seo-experiments",
|
|
5786
|
-
"icon": "",
|
|
5787
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5788
|
-
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5789
|
-
"learn_more": "",
|
|
5790
|
-
"category": "SEO",
|
|
5791
|
-
"type": "3rd-party",
|
|
5792
|
-
"maintainers": [
|
|
5793
|
-
{
|
|
5794
|
-
"name": "harlan-zw",
|
|
5795
|
-
"github": "harlan-zw"
|
|
5796
|
-
}
|
|
5797
|
-
],
|
|
5798
|
-
"compatibility": {
|
|
5799
|
-
"nuxt": "^3.0.0",
|
|
5800
|
-
"requires": {}
|
|
5801
|
-
}
|
|
5802
|
-
},
|
|
5803
6898
|
{
|
|
5804
6899
|
"name": "universal-storage",
|
|
5805
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6900
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5806
6901
|
"repo": "nuxt-community/universal-storage-module",
|
|
5807
6902
|
"npm": "@nuxtjs/universal-storage",
|
|
5808
6903
|
"icon": "",
|
|
@@ -5831,7 +6926,7 @@
|
|
|
5831
6926
|
{
|
|
5832
6927
|
"name": "unlazy",
|
|
5833
6928
|
"description": "Lazy loading library for placeholder images",
|
|
5834
|
-
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6929
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
5835
6930
|
"npm": "@unlazy/nuxt",
|
|
5836
6931
|
"icon": "unlazy.svg",
|
|
5837
6932
|
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
@@ -5879,12 +6974,12 @@
|
|
|
5879
6974
|
{
|
|
5880
6975
|
"name": "unocss",
|
|
5881
6976
|
"description": "The instant on-demand atomic CSS engine.",
|
|
5882
|
-
"repo": "
|
|
6977
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
5883
6978
|
"npm": "@unocss/nuxt",
|
|
5884
6979
|
"icon": "unocss.svg",
|
|
5885
|
-
"github": "https://github.com/
|
|
5886
|
-
"website": "https://github.com/
|
|
5887
|
-
"learn_more": "https://github.com/
|
|
6980
|
+
"github": "https://github.com/unocss/unocss",
|
|
6981
|
+
"website": "https://github.com/unocss/unocss",
|
|
6982
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
5888
6983
|
"category": "UI",
|
|
5889
6984
|
"type": "3rd-party",
|
|
5890
6985
|
"maintainers": [
|
|
@@ -5899,7 +6994,8 @@
|
|
|
5899
6994
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5900
6995
|
"requires": {
|
|
5901
6996
|
"bridge": "optional"
|
|
5902
|
-
}
|
|
6997
|
+
},
|
|
6998
|
+
"devtools": "^0.0.0"
|
|
5903
6999
|
}
|
|
5904
7000
|
},
|
|
5905
7001
|
{
|
|
@@ -5925,9 +7021,33 @@
|
|
|
5925
7021
|
"requires": {}
|
|
5926
7022
|
}
|
|
5927
7023
|
},
|
|
7024
|
+
{
|
|
7025
|
+
"name": "use-wagmi",
|
|
7026
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
7027
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
7028
|
+
"npm": "@use-wagmi/nuxt",
|
|
7029
|
+
"icon": "use-wagmi.png",
|
|
7030
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
7031
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
7032
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
7033
|
+
"category": "Extensions",
|
|
7034
|
+
"type": "3rd-party",
|
|
7035
|
+
"maintainers": [
|
|
7036
|
+
{
|
|
7037
|
+
"name": "Unic Ape",
|
|
7038
|
+
"github": "unicape"
|
|
7039
|
+
}
|
|
7040
|
+
],
|
|
7041
|
+
"compatibility": {
|
|
7042
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7043
|
+
"requires": {
|
|
7044
|
+
"bridge": true
|
|
7045
|
+
}
|
|
7046
|
+
}
|
|
7047
|
+
},
|
|
5928
7048
|
{
|
|
5929
7049
|
"name": "user-agent",
|
|
5930
|
-
"description": "Nuxt
|
|
7050
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5931
7051
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5932
7052
|
"npm": "nuxt-user-agent",
|
|
5933
7053
|
"icon": "",
|
|
@@ -5955,7 +7075,7 @@
|
|
|
5955
7075
|
"icon": "vee-validate.png",
|
|
5956
7076
|
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
5957
7077
|
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
5958
|
-
"learn_more": "
|
|
7078
|
+
"learn_more": "",
|
|
5959
7079
|
"category": "Libraries",
|
|
5960
7080
|
"type": "3rd-party",
|
|
5961
7081
|
"maintainers": [
|
|
@@ -6017,9 +7137,31 @@
|
|
|
6017
7137
|
}
|
|
6018
7138
|
}
|
|
6019
7139
|
},
|
|
7140
|
+
{
|
|
7141
|
+
"name": "vcalendar",
|
|
7142
|
+
"description": "VCalendar module for Nuxt",
|
|
7143
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
7144
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7145
|
+
"icon": "vcalendar.png",
|
|
7146
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
7147
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
7148
|
+
"learn_more": "",
|
|
7149
|
+
"category": "Libraries",
|
|
7150
|
+
"type": "3rd-party",
|
|
7151
|
+
"maintainers": [
|
|
7152
|
+
{
|
|
7153
|
+
"name": "Sam K",
|
|
7154
|
+
"github": "samk-dev"
|
|
7155
|
+
}
|
|
7156
|
+
],
|
|
7157
|
+
"compatibility": {
|
|
7158
|
+
"nuxt": "^3.0.0",
|
|
7159
|
+
"requires": {}
|
|
7160
|
+
}
|
|
7161
|
+
},
|
|
6020
7162
|
{
|
|
6021
7163
|
"name": "vee-validate",
|
|
6022
|
-
"description": "Painless Vue forms for Nuxt
|
|
7164
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6023
7165
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6024
7166
|
"npm": "@vee-validate/nuxt",
|
|
6025
7167
|
"icon": "vee-validate.png",
|
|
@@ -6109,7 +7251,7 @@
|
|
|
6109
7251
|
},
|
|
6110
7252
|
{
|
|
6111
7253
|
"name": "vite-pwa-nuxt",
|
|
6112
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7254
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6113
7255
|
"repo": "vite-pwa/nuxt",
|
|
6114
7256
|
"npm": "@vite-pwa/nuxt",
|
|
6115
7257
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6156,6 +7298,61 @@
|
|
|
6156
7298
|
"github": "antfu"
|
|
6157
7299
|
}
|
|
6158
7300
|
],
|
|
7301
|
+
"compatibility": {
|
|
7302
|
+
"nuxt": "^3.0.0",
|
|
7303
|
+
"requires": {},
|
|
7304
|
+
"devtools": "^0.0.0"
|
|
7305
|
+
}
|
|
7306
|
+
},
|
|
7307
|
+
{
|
|
7308
|
+
"name": "vue-email",
|
|
7309
|
+
"description": "💌 Write email templates with vue",
|
|
7310
|
+
"repo": "vue-email/nuxt",
|
|
7311
|
+
"npm": "@vue-email/nuxt",
|
|
7312
|
+
"icon": "vue-email.svg",
|
|
7313
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7314
|
+
"website": "https://vuemail.net/",
|
|
7315
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
7316
|
+
"category": "UI",
|
|
7317
|
+
"type": "3rd-party",
|
|
7318
|
+
"maintainers": [
|
|
7319
|
+
{
|
|
7320
|
+
"name": "David Arenas",
|
|
7321
|
+
"github": "Dave136",
|
|
7322
|
+
"twitter": "davejs4",
|
|
7323
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
7324
|
+
},
|
|
7325
|
+
{
|
|
7326
|
+
"name": "Younes Barrad",
|
|
7327
|
+
"github": "Flowko",
|
|
7328
|
+
"twitter": "imflowko",
|
|
7329
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
7330
|
+
}
|
|
7331
|
+
],
|
|
7332
|
+
"compatibility": {
|
|
7333
|
+
"nuxt": "^3.0.0",
|
|
7334
|
+
"requires": {},
|
|
7335
|
+
"devtools": "^0.0.0"
|
|
7336
|
+
}
|
|
7337
|
+
},
|
|
7338
|
+
{
|
|
7339
|
+
"name": "vue-final-modal",
|
|
7340
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7341
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7342
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7343
|
+
"icon": "vue-final-modal.svg",
|
|
7344
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7345
|
+
"website": "https://vue-final-modal.org/",
|
|
7346
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7347
|
+
"category": "UI",
|
|
7348
|
+
"type": "3rd-party",
|
|
7349
|
+
"maintainers": [
|
|
7350
|
+
{
|
|
7351
|
+
"name": "Hunter Liu",
|
|
7352
|
+
"github": "hunterliu1003",
|
|
7353
|
+
"twitter": "hunterliu1003"
|
|
7354
|
+
}
|
|
7355
|
+
],
|
|
6159
7356
|
"compatibility": {
|
|
6160
7357
|
"nuxt": "^3.0.0",
|
|
6161
7358
|
"requires": {}
|
|
@@ -6183,7 +7380,8 @@
|
|
|
6183
7380
|
"nuxt": "^3.0.0",
|
|
6184
7381
|
"requires": {
|
|
6185
7382
|
"bridge": "optional"
|
|
6186
|
-
}
|
|
7383
|
+
},
|
|
7384
|
+
"devtools": "^0.0.0"
|
|
6187
7385
|
}
|
|
6188
7386
|
},
|
|
6189
7387
|
{
|
|
@@ -6210,7 +7408,7 @@
|
|
|
6210
7408
|
},
|
|
6211
7409
|
{
|
|
6212
7410
|
"name": "vue-multiselect",
|
|
6213
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7411
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6214
7412
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6215
7413
|
"npm": "nuxt-vue-multiselect",
|
|
6216
7414
|
"icon": "",
|
|
@@ -6255,7 +7453,7 @@
|
|
|
6255
7453
|
{
|
|
6256
7454
|
"name": "vue-query",
|
|
6257
7455
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6258
|
-
"repo": "Hebilicious/vue-query-nuxt#main",
|
|
7456
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
6259
7457
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
6260
7458
|
"icon": "vue-query.svg",
|
|
6261
7459
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -6324,7 +7522,7 @@
|
|
|
6324
7522
|
},
|
|
6325
7523
|
{
|
|
6326
7524
|
"name": "vue-warehouse",
|
|
6327
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7525
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6328
7526
|
"repo": "juliomrqz/vue-warehouse",
|
|
6329
7527
|
"npm": "vue-warehouse",
|
|
6330
7528
|
"icon": "",
|
|
@@ -6345,10 +7543,33 @@
|
|
|
6345
7543
|
"requires": {}
|
|
6346
7544
|
}
|
|
6347
7545
|
},
|
|
7546
|
+
{
|
|
7547
|
+
"name": "vue3-carousel-nuxt",
|
|
7548
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7549
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7550
|
+
"npm": "vue3-carousel-nuxt",
|
|
7551
|
+
"icon": "",
|
|
7552
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7553
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7554
|
+
"learn_more": "",
|
|
7555
|
+
"category": "UI",
|
|
7556
|
+
"type": "3rd-party",
|
|
7557
|
+
"maintainers": [
|
|
7558
|
+
{
|
|
7559
|
+
"name": "Gaetan SENN",
|
|
7560
|
+
"github": "gaetansenn",
|
|
7561
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7562
|
+
}
|
|
7563
|
+
],
|
|
7564
|
+
"compatibility": {
|
|
7565
|
+
"nuxt": "^3.0.0",
|
|
7566
|
+
"requires": {}
|
|
7567
|
+
}
|
|
7568
|
+
},
|
|
6348
7569
|
{
|
|
6349
7570
|
"name": "vuefire",
|
|
6350
7571
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
6351
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
7572
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
6352
7573
|
"npm": "nuxt-vuefire",
|
|
6353
7574
|
"icon": "vuefire.svg",
|
|
6354
7575
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -6367,15 +7588,61 @@
|
|
|
6367
7588
|
"requires": {}
|
|
6368
7589
|
}
|
|
6369
7590
|
},
|
|
7591
|
+
{
|
|
7592
|
+
"name": "vueform-builder",
|
|
7593
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7594
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7595
|
+
"npm": "@vueform/builder-nuxt",
|
|
7596
|
+
"icon": "vueform.svg",
|
|
7597
|
+
"github": "https://github.com/vueform/builder",
|
|
7598
|
+
"website": "https://builder.vueform.com",
|
|
7599
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7600
|
+
"category": "Libraries",
|
|
7601
|
+
"type": "3rd-party",
|
|
7602
|
+
"maintainers": [
|
|
7603
|
+
{
|
|
7604
|
+
"name": "Adam Berecz",
|
|
7605
|
+
"github": "adamberecz",
|
|
7606
|
+
"twitter": "bereczadam"
|
|
7607
|
+
}
|
|
7608
|
+
],
|
|
7609
|
+
"compatibility": {
|
|
7610
|
+
"nuxt": "^3.0.0",
|
|
7611
|
+
"requires": {}
|
|
7612
|
+
}
|
|
7613
|
+
},
|
|
7614
|
+
{
|
|
7615
|
+
"name": "vueform",
|
|
7616
|
+
"description": "Official Vueform module for Nuxt",
|
|
7617
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7618
|
+
"npm": "@vueform/nuxt",
|
|
7619
|
+
"icon": "vueform.svg",
|
|
7620
|
+
"github": "https://github.com/vueform/vueform",
|
|
7621
|
+
"website": "https://vueform.com",
|
|
7622
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7623
|
+
"category": "Libraries",
|
|
7624
|
+
"type": "3rd-party",
|
|
7625
|
+
"maintainers": [
|
|
7626
|
+
{
|
|
7627
|
+
"name": "Adam Berecz",
|
|
7628
|
+
"github": "adamberecz",
|
|
7629
|
+
"twitter": "bereczadam"
|
|
7630
|
+
}
|
|
7631
|
+
],
|
|
7632
|
+
"compatibility": {
|
|
7633
|
+
"nuxt": "^3.0.0",
|
|
7634
|
+
"requires": {}
|
|
7635
|
+
}
|
|
7636
|
+
},
|
|
6370
7637
|
{
|
|
6371
7638
|
"name": "vuestic",
|
|
6372
|
-
"description": "Vuestic UI module for Nuxt
|
|
7639
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6373
7640
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6374
7641
|
"npm": "@vuestic/nuxt",
|
|
6375
7642
|
"icon": "vuestic.png",
|
|
6376
7643
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
6377
|
-
"website": "https://vuestic.dev",
|
|
6378
|
-
"learn_more": "https://vuestic.dev/
|
|
7644
|
+
"website": "https://ui.vuestic.dev",
|
|
7645
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
6379
7646
|
"category": "UI",
|
|
6380
7647
|
"type": "3rd-party",
|
|
6381
7648
|
"maintainers": [
|
|
@@ -6389,9 +7656,31 @@
|
|
|
6389
7656
|
"requires": {}
|
|
6390
7657
|
}
|
|
6391
7658
|
},
|
|
7659
|
+
{
|
|
7660
|
+
"name": "vuetify-nuxt-module",
|
|
7661
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7662
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7663
|
+
"npm": "vuetify-nuxt-module",
|
|
7664
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7665
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7666
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7667
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
7668
|
+
"category": "UI",
|
|
7669
|
+
"type": "3rd-party",
|
|
7670
|
+
"maintainers": [
|
|
7671
|
+
{
|
|
7672
|
+
"name": "Joaquín Sánchez",
|
|
7673
|
+
"github": "userquin"
|
|
7674
|
+
}
|
|
7675
|
+
],
|
|
7676
|
+
"compatibility": {
|
|
7677
|
+
"nuxt": "^3.0.0",
|
|
7678
|
+
"requires": {}
|
|
7679
|
+
}
|
|
7680
|
+
},
|
|
6392
7681
|
{
|
|
6393
7682
|
"name": "vuetify",
|
|
6394
|
-
"description": "Vuetify Module for Nuxt
|
|
7683
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6395
7684
|
"repo": "nuxt-community/vuetify-module",
|
|
6396
7685
|
"npm": "@nuxtjs/vuetify",
|
|
6397
7686
|
"icon": "vuetify.png",
|
|
@@ -6438,7 +7727,8 @@
|
|
|
6438
7727
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6439
7728
|
"requires": {
|
|
6440
7729
|
"bridge": "optional"
|
|
6441
|
-
}
|
|
7730
|
+
},
|
|
7731
|
+
"devtools": "^0.0.0"
|
|
6442
7732
|
}
|
|
6443
7733
|
},
|
|
6444
7734
|
{
|
|
@@ -6465,7 +7755,7 @@
|
|
|
6465
7755
|
},
|
|
6466
7756
|
{
|
|
6467
7757
|
"name": "vunix",
|
|
6468
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7758
|
+
"description": "Comprehensive UI toolkit for Vue.js and Nuxt that empowers you to build amazing user interfaces with ease. With Vunix, you can leverage the power of popular utility-first CSS frameworks like Tailwind CSS, Unocss, WindiCss, or use your own custom CSS classes.",
|
|
6469
7759
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6470
7760
|
"npm": "@vunix/nuxt",
|
|
6471
7761
|
"icon": "",
|
|
@@ -6489,11 +7779,11 @@
|
|
|
6489
7779
|
{
|
|
6490
7780
|
"name": "web-vitals",
|
|
6491
7781
|
"description": "Web Vitals for Nuxt",
|
|
6492
|
-
"repo": "nuxt-
|
|
7782
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6493
7783
|
"npm": "@nuxtjs/web-vitals",
|
|
6494
7784
|
"icon": "web-vitals.png",
|
|
6495
|
-
"github": "https://github.com/nuxt-
|
|
6496
|
-
"website": "https://github.com/nuxt-
|
|
7785
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7786
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6497
7787
|
"learn_more": "",
|
|
6498
7788
|
"category": "Performance",
|
|
6499
7789
|
"type": "community",
|
|
@@ -6544,7 +7834,7 @@
|
|
|
6544
7834
|
},
|
|
6545
7835
|
{
|
|
6546
7836
|
"name": "webpack-optimisations",
|
|
6547
|
-
"description": "Nuxt
|
|
7837
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6548
7838
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6549
7839
|
"npm": "nuxt-webpack-optimisations",
|
|
6550
7840
|
"icon": "build-optimisations.svg",
|
|
@@ -6619,7 +7909,7 @@
|
|
|
6619
7909
|
"icon": "webpack.png",
|
|
6620
7910
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6621
7911
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6622
|
-
"learn_more": "
|
|
7912
|
+
"learn_more": "",
|
|
6623
7913
|
"category": "Devtools",
|
|
6624
7914
|
"type": "community",
|
|
6625
7915
|
"maintainers": [
|
|
@@ -6636,7 +7926,7 @@
|
|
|
6636
7926
|
},
|
|
6637
7927
|
{
|
|
6638
7928
|
"name": "well-known",
|
|
6639
|
-
"description": "A Nuxt
|
|
7929
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6640
7930
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6641
7931
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6642
7932
|
"icon": "well-known.svg",
|
|
@@ -6658,7 +7948,7 @@
|
|
|
6658
7948
|
},
|
|
6659
7949
|
{
|
|
6660
7950
|
"name": "wideangle",
|
|
6661
|
-
"description": "Nuxt
|
|
7951
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
6662
7952
|
"repo": "inputobjects/wideangle-nuxt",
|
|
6663
7953
|
"npm": "wideangle-nuxt",
|
|
6664
7954
|
"icon": "wideangle.png",
|
|
@@ -6685,11 +7975,11 @@
|
|
|
6685
7975
|
{
|
|
6686
7976
|
"name": "windicss",
|
|
6687
7977
|
"description": "Next generation utility-first CSS framework.",
|
|
6688
|
-
"repo": "windicss/nuxt-windicss
|
|
7978
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
6689
7979
|
"npm": "nuxt-windicss",
|
|
6690
7980
|
"icon": "windicss.svg",
|
|
6691
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
6692
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
7981
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
7982
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
6693
7983
|
"learn_more": "https://windicss.org/",
|
|
6694
7984
|
"category": "UI",
|
|
6695
7985
|
"type": "3rd-party",
|
|
@@ -6825,55 +8115,9 @@
|
|
|
6825
8115
|
"requires": {}
|
|
6826
8116
|
}
|
|
6827
8117
|
},
|
|
6828
|
-
{
|
|
6829
|
-
"name": "yandex-metrika-next",
|
|
6830
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6831
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6832
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6833
|
-
"icon": "yandex-metrika.svg",
|
|
6834
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6835
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6836
|
-
"learn_more": "",
|
|
6837
|
-
"category": "Analytics",
|
|
6838
|
-
"type": "3rd-party",
|
|
6839
|
-
"maintainers": [
|
|
6840
|
-
{
|
|
6841
|
-
"name": "Aleksandr Saburov",
|
|
6842
|
-
"github": "artmizu",
|
|
6843
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6844
|
-
}
|
|
6845
|
-
],
|
|
6846
|
-
"compatibility": {
|
|
6847
|
-
"nuxt": "^3.0.0",
|
|
6848
|
-
"requires": {}
|
|
6849
|
-
}
|
|
6850
|
-
},
|
|
6851
|
-
{
|
|
6852
|
-
"name": "yandex-metrika",
|
|
6853
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6854
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6855
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6856
|
-
"icon": "",
|
|
6857
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6858
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6859
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6860
|
-
"category": "Analytics",
|
|
6861
|
-
"type": "community",
|
|
6862
|
-
"maintainers": [
|
|
6863
|
-
{
|
|
6864
|
-
"name": "Pooya Parsa",
|
|
6865
|
-
"github": "pi0",
|
|
6866
|
-
"twitter": "_pi0_"
|
|
6867
|
-
}
|
|
6868
|
-
],
|
|
6869
|
-
"compatibility": {
|
|
6870
|
-
"nuxt": "^2.0.0",
|
|
6871
|
-
"requires": {}
|
|
6872
|
-
}
|
|
6873
|
-
},
|
|
6874
8118
|
{
|
|
6875
8119
|
"name": "zendesk",
|
|
6876
|
-
"description": "Nuxt
|
|
8120
|
+
"description": "Nuxt module for Zendesk",
|
|
6877
8121
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6878
8122
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6879
8123
|
"icon": "zendesk.png",
|