@nuxt/modules 0.6.0-bdada2 → 0.6.0-c000d0
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 +1783 -485
- 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,12 +2430,12 @@
|
|
|
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-
|
|
2436
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2235
2437
|
"website": "https://i18n.nuxtjs.org",
|
|
2236
|
-
"learn_more": "https://
|
|
2438
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2237
2439
|
"category": "Extensions",
|
|
2238
2440
|
"type": "community",
|
|
2239
2441
|
"maintainers": [
|
|
@@ -2244,6 +2446,10 @@
|
|
|
2244
2446
|
{
|
|
2245
2447
|
"name": "Kazuya Kawaguchi",
|
|
2246
2448
|
"github": "kazupon"
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"name": "Bobbie Goede",
|
|
2452
|
+
"github": "BobbieGoede"
|
|
2247
2453
|
}
|
|
2248
2454
|
],
|
|
2249
2455
|
"compatibility": {
|
|
@@ -2273,6 +2479,29 @@
|
|
|
2273
2479
|
"requires": {}
|
|
2274
2480
|
}
|
|
2275
2481
|
},
|
|
2482
|
+
{
|
|
2483
|
+
"name": "icon-tw",
|
|
2484
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2485
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2486
|
+
"npm": "nuxt-icon-tw",
|
|
2487
|
+
"icon": "nuxt-icon.png",
|
|
2488
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2489
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2490
|
+
"learn_more": "",
|
|
2491
|
+
"category": "UI",
|
|
2492
|
+
"type": "3rd-party",
|
|
2493
|
+
"maintainers": [
|
|
2494
|
+
{
|
|
2495
|
+
"name": "JohnCampionJr",
|
|
2496
|
+
"github": "JohnCampionJr"
|
|
2497
|
+
}
|
|
2498
|
+
],
|
|
2499
|
+
"compatibility": {
|
|
2500
|
+
"nuxt": "^3.0.0",
|
|
2501
|
+
"requires": {},
|
|
2502
|
+
"devtools": "^0.0.0"
|
|
2503
|
+
}
|
|
2504
|
+
},
|
|
2276
2505
|
{
|
|
2277
2506
|
"name": "icon",
|
|
2278
2507
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2292,7 +2521,8 @@
|
|
|
2292
2521
|
],
|
|
2293
2522
|
"compatibility": {
|
|
2294
2523
|
"nuxt": "^3.0.0",
|
|
2295
|
-
"requires": {}
|
|
2524
|
+
"requires": {},
|
|
2525
|
+
"devtools": "^0.0.0"
|
|
2296
2526
|
}
|
|
2297
2527
|
},
|
|
2298
2528
|
{
|
|
@@ -2341,12 +2571,12 @@
|
|
|
2341
2571
|
},
|
|
2342
2572
|
{
|
|
2343
2573
|
"name": "image",
|
|
2344
|
-
"description": "Optimised images for
|
|
2574
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2345
2575
|
"repo": "nuxt/image",
|
|
2346
2576
|
"npm": "@nuxt/image",
|
|
2347
2577
|
"icon": "image.png",
|
|
2348
2578
|
"github": "https://github.com/nuxt/image",
|
|
2349
|
-
"website": "https://image.
|
|
2579
|
+
"website": "https://image.nuxt.com",
|
|
2350
2580
|
"learn_more": "",
|
|
2351
2581
|
"category": "Images",
|
|
2352
2582
|
"type": "official",
|
|
@@ -2356,6 +2586,11 @@
|
|
|
2356
2586
|
"github": "farnabaz",
|
|
2357
2587
|
"twitter": "a_birang"
|
|
2358
2588
|
},
|
|
2589
|
+
{
|
|
2590
|
+
"name": "Daniel Roe",
|
|
2591
|
+
"github": "danielroe",
|
|
2592
|
+
"twitter": "danielcroe"
|
|
2593
|
+
},
|
|
2359
2594
|
{
|
|
2360
2595
|
"name": "Pooya Parsa",
|
|
2361
2596
|
"github": "pi0",
|
|
@@ -2376,7 +2611,7 @@
|
|
|
2376
2611
|
},
|
|
2377
2612
|
{
|
|
2378
2613
|
"name": "imagemin",
|
|
2379
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2614
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2380
2615
|
"repo": "nuxt-community/imagemin-module",
|
|
2381
2616
|
"npm": "@nuxtjs/imagemin",
|
|
2382
2617
|
"icon": "imagemin.png",
|
|
@@ -2423,7 +2658,7 @@
|
|
|
2423
2658
|
},
|
|
2424
2659
|
{
|
|
2425
2660
|
"name": "intercom",
|
|
2426
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2661
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2427
2662
|
"repo": "hex-digital/nuxt-intercom",
|
|
2428
2663
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2429
2664
|
"icon": "intercom.png",
|
|
@@ -2468,7 +2703,7 @@
|
|
|
2468
2703
|
},
|
|
2469
2704
|
{
|
|
2470
2705
|
"name": "jsonapi",
|
|
2471
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2706
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2472
2707
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2473
2708
|
"npm": "nuxt-jsonapi",
|
|
2474
2709
|
"icon": "jsonapi.svg",
|
|
@@ -2510,9 +2745,37 @@
|
|
|
2510
2745
|
"requires": {}
|
|
2511
2746
|
}
|
|
2512
2747
|
},
|
|
2748
|
+
{
|
|
2749
|
+
"name": "kinde",
|
|
2750
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2751
|
+
"repo": "nuxt-modules/kinde",
|
|
2752
|
+
"npm": "@nuxtjs/kinde",
|
|
2753
|
+
"icon": "kinde.svg",
|
|
2754
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2755
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2756
|
+
"learn_more": "https://kinde.com/",
|
|
2757
|
+
"category": "Security",
|
|
2758
|
+
"type": "community",
|
|
2759
|
+
"maintainers": [
|
|
2760
|
+
{
|
|
2761
|
+
"name": "danielroe",
|
|
2762
|
+
"github": "danielroe"
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"name": "daveordead",
|
|
2766
|
+
"github": "DaveOrDead",
|
|
2767
|
+
"twitter": "dave_or_dead"
|
|
2768
|
+
}
|
|
2769
|
+
],
|
|
2770
|
+
"compatibility": {
|
|
2771
|
+
"nuxt": "^3.0.0",
|
|
2772
|
+
"requires": {}
|
|
2773
|
+
},
|
|
2774
|
+
"sponsor": true
|
|
2775
|
+
},
|
|
2513
2776
|
{
|
|
2514
2777
|
"name": "kql",
|
|
2515
|
-
"description": "Nuxt
|
|
2778
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2516
2779
|
"repo": "johannschopplich/nuxt-kql",
|
|
2517
2780
|
"npm": "nuxt-kql",
|
|
2518
2781
|
"icon": "kql.svg",
|
|
@@ -2536,7 +2799,7 @@
|
|
|
2536
2799
|
},
|
|
2537
2800
|
{
|
|
2538
2801
|
"name": "laravel-echo",
|
|
2539
|
-
"description": "Laravel Echo for Nuxt
|
|
2802
|
+
"description": "Laravel Echo for Nuxt",
|
|
2540
2803
|
"repo": "nuxt-community/laravel-echo",
|
|
2541
2804
|
"npm": "@nuxtjs/laravel-echo",
|
|
2542
2805
|
"icon": "laravel-echo.png",
|
|
@@ -2578,6 +2841,28 @@
|
|
|
2578
2841
|
"requires": {}
|
|
2579
2842
|
}
|
|
2580
2843
|
},
|
|
2844
|
+
{
|
|
2845
|
+
"name": "laravel-precognition",
|
|
2846
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2847
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2848
|
+
"npm": "nuxt-laravel-precognition",
|
|
2849
|
+
"icon": "laravel.svg",
|
|
2850
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2851
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2852
|
+
"learn_more": "",
|
|
2853
|
+
"category": "Security",
|
|
2854
|
+
"type": "3rd-party",
|
|
2855
|
+
"maintainers": [
|
|
2856
|
+
{
|
|
2857
|
+
"name": "sot1986",
|
|
2858
|
+
"github": "sot1986"
|
|
2859
|
+
}
|
|
2860
|
+
],
|
|
2861
|
+
"compatibility": {
|
|
2862
|
+
"nuxt": "^3.0.0",
|
|
2863
|
+
"requires": {}
|
|
2864
|
+
}
|
|
2865
|
+
},
|
|
2581
2866
|
{
|
|
2582
2867
|
"name": "laravel",
|
|
2583
2868
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2624,13 +2909,13 @@
|
|
|
2624
2909
|
},
|
|
2625
2910
|
{
|
|
2626
2911
|
"name": "link-checker",
|
|
2627
|
-
"description": "
|
|
2912
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2628
2913
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2629
2914
|
"npm": "nuxt-link-checker",
|
|
2630
|
-
"icon": "",
|
|
2915
|
+
"icon": "link-checker.svg",
|
|
2631
2916
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2632
|
-
"website": "https://
|
|
2633
|
-
"learn_more": "",
|
|
2917
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2918
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2634
2919
|
"category": "SEO",
|
|
2635
2920
|
"type": "3rd-party",
|
|
2636
2921
|
"maintainers": [
|
|
@@ -2643,7 +2928,8 @@
|
|
|
2643
2928
|
],
|
|
2644
2929
|
"compatibility": {
|
|
2645
2930
|
"nuxt": "^3.0.0",
|
|
2646
|
-
"requires": {}
|
|
2931
|
+
"requires": {},
|
|
2932
|
+
"devtools": "^0.0.0"
|
|
2647
2933
|
}
|
|
2648
2934
|
},
|
|
2649
2935
|
{
|
|
@@ -2720,12 +3006,12 @@
|
|
|
2720
3006
|
},
|
|
2721
3007
|
{
|
|
2722
3008
|
"name": "logrocket",
|
|
2723
|
-
"description": "LogRocket module for Nuxt
|
|
2724
|
-
"repo": "nuxt-
|
|
3009
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3010
|
+
"repo": "nuxt-modules/logrocket",
|
|
2725
3011
|
"npm": "nuxt-logrocket",
|
|
2726
3012
|
"icon": "logrocket.png",
|
|
2727
|
-
"github": "https://github.com/nuxt-
|
|
2728
|
-
"website": "https://github.com/nuxt-
|
|
3013
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3014
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2729
3015
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2730
3016
|
"category": "Monitoring",
|
|
2731
3017
|
"type": "community",
|
|
@@ -2741,9 +3027,35 @@
|
|
|
2741
3027
|
"requires": {}
|
|
2742
3028
|
}
|
|
2743
3029
|
},
|
|
3030
|
+
{
|
|
3031
|
+
"name": "lucide-icons",
|
|
3032
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
3033
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
3034
|
+
"npm": "nuxt-lucide-icons",
|
|
3035
|
+
"icon": "lucide-icons.svg",
|
|
3036
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3037
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3038
|
+
"learn_more": "",
|
|
3039
|
+
"category": "UI",
|
|
3040
|
+
"type": "3rd-party",
|
|
3041
|
+
"maintainers": [
|
|
3042
|
+
{
|
|
3043
|
+
"name": "SWIS",
|
|
3044
|
+
"github": "swisnl"
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
"name": "Jasper Zonneveld",
|
|
3048
|
+
"github": "JaZo"
|
|
3049
|
+
}
|
|
3050
|
+
],
|
|
3051
|
+
"compatibility": {
|
|
3052
|
+
"nuxt": "^3.0.0",
|
|
3053
|
+
"requires": {}
|
|
3054
|
+
}
|
|
3055
|
+
},
|
|
2744
3056
|
{
|
|
2745
3057
|
"name": "lunr",
|
|
2746
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3058
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2747
3059
|
"repo": "nuxt-community/lunr-module",
|
|
2748
3060
|
"npm": "@nuxtjs/lunr-module",
|
|
2749
3061
|
"icon": "",
|
|
@@ -2766,10 +3078,10 @@
|
|
|
2766
3078
|
{
|
|
2767
3079
|
"name": "magic-regexp",
|
|
2768
3080
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2769
|
-
"repo": "
|
|
3081
|
+
"repo": "unjs/magic-regexp",
|
|
2770
3082
|
"npm": "magic-regexp",
|
|
2771
3083
|
"icon": "magic-regexp.svg",
|
|
2772
|
-
"github": "https://github.com/
|
|
3084
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
2773
3085
|
"website": "https://magic-regexp.roe.dev",
|
|
2774
3086
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
2775
3087
|
"category": "Libraries",
|
|
@@ -2809,6 +3121,30 @@
|
|
|
2809
3121
|
"requires": {}
|
|
2810
3122
|
}
|
|
2811
3123
|
},
|
|
3124
|
+
{
|
|
3125
|
+
"name": "marquee",
|
|
3126
|
+
"description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
|
|
3127
|
+
"repo": "hanzydev/nuxt-marquee",
|
|
3128
|
+
"npm": "nuxt-marquee",
|
|
3129
|
+
"icon": "marquee.png",
|
|
3130
|
+
"github": "https://github.com/hanzydev/nuxt-marquee/",
|
|
3131
|
+
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3132
|
+
"learn_more": "",
|
|
3133
|
+
"category": "UI",
|
|
3134
|
+
"type": "3rd-party",
|
|
3135
|
+
"maintainers": [
|
|
3136
|
+
{
|
|
3137
|
+
"name": "Hànzy",
|
|
3138
|
+
"github": "hanzydev",
|
|
3139
|
+
"avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
|
|
3140
|
+
}
|
|
3141
|
+
],
|
|
3142
|
+
"compatibility": {
|
|
3143
|
+
"nuxt": "^3.0.0",
|
|
3144
|
+
"requires": {},
|
|
3145
|
+
"devtools": "^0.0.0"
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
2812
3148
|
{
|
|
2813
3149
|
"name": "matomo",
|
|
2814
3150
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -2831,6 +3167,28 @@
|
|
|
2831
3167
|
"requires": {}
|
|
2832
3168
|
}
|
|
2833
3169
|
},
|
|
3170
|
+
{
|
|
3171
|
+
"name": "maz-ui",
|
|
3172
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3173
|
+
"repo": "louismazel/maz-ui#master/packages/nuxt-module",
|
|
3174
|
+
"npm": "nuxt-module",
|
|
3175
|
+
"icon": "maz-ui.png",
|
|
3176
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3177
|
+
"website": "https://maz-ui.com/",
|
|
3178
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3179
|
+
"category": "UI",
|
|
3180
|
+
"type": "3rd-party",
|
|
3181
|
+
"maintainers": [
|
|
3182
|
+
{
|
|
3183
|
+
"name": "Loïc Mazuel",
|
|
3184
|
+
"github": "LouisMazel"
|
|
3185
|
+
}
|
|
3186
|
+
],
|
|
3187
|
+
"compatibility": {
|
|
3188
|
+
"nuxt": "^3.0.0",
|
|
3189
|
+
"requires": {}
|
|
3190
|
+
}
|
|
3191
|
+
},
|
|
2834
3192
|
{
|
|
2835
3193
|
"name": "mdx",
|
|
2836
3194
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2856,7 +3214,7 @@
|
|
|
2856
3214
|
},
|
|
2857
3215
|
{
|
|
2858
3216
|
"name": "medusa",
|
|
2859
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3217
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2860
3218
|
"repo": "Baroshem/nuxt-medusa",
|
|
2861
3219
|
"npm": "nuxt-medusa",
|
|
2862
3220
|
"icon": "medusa.svg",
|
|
@@ -2881,7 +3239,7 @@
|
|
|
2881
3239
|
},
|
|
2882
3240
|
{
|
|
2883
3241
|
"name": "meilisearch",
|
|
2884
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3242
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2885
3243
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2886
3244
|
"npm": "nuxt-meilisearch",
|
|
2887
3245
|
"icon": "meilisearch.svg",
|
|
@@ -2901,7 +3259,8 @@
|
|
|
2901
3259
|
"nuxt": "^3.0.0",
|
|
2902
3260
|
"requires": {
|
|
2903
3261
|
"bridge": false
|
|
2904
|
-
}
|
|
3262
|
+
},
|
|
3263
|
+
"devtools": "^0.0.0"
|
|
2905
3264
|
}
|
|
2906
3265
|
},
|
|
2907
3266
|
{
|
|
@@ -2926,28 +3285,6 @@
|
|
|
2926
3285
|
"requires": {}
|
|
2927
3286
|
}
|
|
2928
3287
|
},
|
|
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
3288
|
{
|
|
2952
3289
|
"name": "module-feed",
|
|
2953
3290
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -2973,7 +3310,7 @@
|
|
|
2973
3310
|
},
|
|
2974
3311
|
{
|
|
2975
3312
|
"name": "moment",
|
|
2976
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3313
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2977
3314
|
"repo": "nuxt-community/moment-module",
|
|
2978
3315
|
"npm": "@nuxtjs/moment",
|
|
2979
3316
|
"icon": "momentjs.png",
|
|
@@ -2998,28 +3335,6 @@
|
|
|
2998
3335
|
"requires": {}
|
|
2999
3336
|
}
|
|
3000
3337
|
},
|
|
3001
|
-
{
|
|
3002
|
-
"name": "mq",
|
|
3003
|
-
"description": "vue-mq module for Nuxt.js. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
3004
|
-
"repo": "vanhoofmaarten/nuxt-mq",
|
|
3005
|
-
"npm": "nuxt-mq",
|
|
3006
|
-
"icon": "",
|
|
3007
|
-
"github": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
3008
|
-
"website": "https://github.com/vanhoofmaarten/nuxt-mq",
|
|
3009
|
-
"learn_more": "https://github.com/AlexandreBonaventure/vue-mq",
|
|
3010
|
-
"category": "Libraries",
|
|
3011
|
-
"type": "3rd-party",
|
|
3012
|
-
"maintainers": [
|
|
3013
|
-
{
|
|
3014
|
-
"name": "vanhoofmaarten",
|
|
3015
|
-
"github": "vanhoofmaarten"
|
|
3016
|
-
}
|
|
3017
|
-
],
|
|
3018
|
-
"compatibility": {
|
|
3019
|
-
"nuxt": "^2.0.0",
|
|
3020
|
-
"requires": {}
|
|
3021
|
-
}
|
|
3022
|
-
},
|
|
3023
3338
|
{
|
|
3024
3339
|
"name": "neo",
|
|
3025
3340
|
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
@@ -3044,7 +3359,7 @@
|
|
|
3044
3359
|
},
|
|
3045
3360
|
{
|
|
3046
3361
|
"name": "netlify-cache",
|
|
3047
|
-
"description": "Nuxt
|
|
3362
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3048
3363
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3049
3364
|
"npm": "nuxt-netlify-cache",
|
|
3050
3365
|
"icon": "netlify.png",
|
|
@@ -3089,13 +3404,13 @@
|
|
|
3089
3404
|
},
|
|
3090
3405
|
{
|
|
3091
3406
|
"name": "netlify",
|
|
3092
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3093
|
-
"repo": "
|
|
3407
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3408
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
3094
3409
|
"npm": "@aceforth/nuxt-netlify",
|
|
3095
3410
|
"icon": "netlify.png",
|
|
3096
|
-
"github": "https://github.com/
|
|
3097
|
-
"website": "https://
|
|
3098
|
-
"learn_more": "",
|
|
3411
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3412
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3413
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
3099
3414
|
"category": "Deployment",
|
|
3100
3415
|
"type": "3rd-party",
|
|
3101
3416
|
"maintainers": [
|
|
@@ -3182,30 +3497,142 @@
|
|
|
3182
3497
|
}
|
|
3183
3498
|
},
|
|
3184
3499
|
{
|
|
3185
|
-
"name": "nuxt-
|
|
3186
|
-
"description": "",
|
|
3187
|
-
"repo": "
|
|
3188
|
-
"npm": "
|
|
3500
|
+
"name": "nuxt-anchorscroll",
|
|
3501
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3502
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3503
|
+
"npm": "nuxt-anchorscroll",
|
|
3189
3504
|
"icon": "",
|
|
3190
|
-
"github": "https://github.com/
|
|
3191
|
-
"website": "https://github.com/
|
|
3505
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3506
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3192
3507
|
"learn_more": "",
|
|
3193
|
-
"category": "
|
|
3508
|
+
"category": "UI",
|
|
3194
3509
|
"type": "3rd-party",
|
|
3195
3510
|
"maintainers": [
|
|
3196
3511
|
{
|
|
3197
|
-
"name": "
|
|
3198
|
-
"github": "
|
|
3512
|
+
"name": "Helltraitor",
|
|
3513
|
+
"github": "helltraitor"
|
|
3199
3514
|
}
|
|
3200
3515
|
],
|
|
3201
3516
|
"compatibility": {
|
|
3202
|
-
"nuxt": "^
|
|
3517
|
+
"nuxt": "^3.0.0",
|
|
3518
|
+
"requires": {}
|
|
3519
|
+
}
|
|
3520
|
+
},
|
|
3521
|
+
{
|
|
3522
|
+
"name": "nuxt-asciidoc",
|
|
3523
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3524
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3525
|
+
"npm": "nuxt-asciidoc",
|
|
3526
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3527
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3528
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3529
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3530
|
+
"category": "Extensions",
|
|
3531
|
+
"type": "3rd-party",
|
|
3532
|
+
"maintainers": [
|
|
3533
|
+
{
|
|
3534
|
+
"name": "Christian Lenz",
|
|
3535
|
+
"github": "Chris2011",
|
|
3536
|
+
"twitter": "Chrizzly42"
|
|
3537
|
+
}
|
|
3538
|
+
],
|
|
3539
|
+
"compatibility": {
|
|
3540
|
+
"nuxt": "^3.0.0",
|
|
3541
|
+
"requires": {}
|
|
3542
|
+
}
|
|
3543
|
+
},
|
|
3544
|
+
{
|
|
3545
|
+
"name": "nuxt-auth-sanctum",
|
|
3546
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3547
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3548
|
+
"npm": "nuxt-auth-sanctum",
|
|
3549
|
+
"icon": "laravel.svg",
|
|
3550
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3551
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3552
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3553
|
+
"category": "Security",
|
|
3554
|
+
"type": "3rd-party",
|
|
3555
|
+
"maintainers": [
|
|
3556
|
+
{
|
|
3557
|
+
"name": "Artem Manchenkov",
|
|
3558
|
+
"github": "manchenkoff",
|
|
3559
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3560
|
+
}
|
|
3561
|
+
],
|
|
3562
|
+
"compatibility": {
|
|
3563
|
+
"nuxt": "^3.9.0",
|
|
3564
|
+
"requires": {}
|
|
3565
|
+
}
|
|
3566
|
+
},
|
|
3567
|
+
{
|
|
3568
|
+
"name": "nuxt-basic-auth",
|
|
3569
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3570
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3571
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3572
|
+
"icon": "",
|
|
3573
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3574
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3575
|
+
"learn_more": "",
|
|
3576
|
+
"category": "Security",
|
|
3577
|
+
"type": "3rd-party",
|
|
3578
|
+
"maintainers": [
|
|
3579
|
+
{
|
|
3580
|
+
"name": "kgierke",
|
|
3581
|
+
"github": "kgierke"
|
|
3582
|
+
}
|
|
3583
|
+
],
|
|
3584
|
+
"compatibility": {
|
|
3585
|
+
"nuxt": "^3.0.0",
|
|
3586
|
+
"requires": {}
|
|
3587
|
+
}
|
|
3588
|
+
},
|
|
3589
|
+
{
|
|
3590
|
+
"name": "nuxt-bezier",
|
|
3591
|
+
"description": "Reusable transition components",
|
|
3592
|
+
"repo": "50rayn/nuxt-bezier",
|
|
3593
|
+
"npm": "nuxt-bezier",
|
|
3594
|
+
"icon": "nuxt-bezier.png",
|
|
3595
|
+
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3596
|
+
"website": "https://50rayn.github.io/nuxt-bezier/",
|
|
3597
|
+
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3598
|
+
"category": "UI",
|
|
3599
|
+
"type": "3rd-party",
|
|
3600
|
+
"maintainers": [
|
|
3601
|
+
{
|
|
3602
|
+
"name": "Soryn Gitlan",
|
|
3603
|
+
"github": "50rayn"
|
|
3604
|
+
}
|
|
3605
|
+
],
|
|
3606
|
+
"compatibility": {
|
|
3607
|
+
"nuxt": "^3.0.0",
|
|
3608
|
+
"requires": {}
|
|
3609
|
+
}
|
|
3610
|
+
},
|
|
3611
|
+
{
|
|
3612
|
+
"name": "nuxt-bootstrap-icons",
|
|
3613
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3614
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3615
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3616
|
+
"icon": "bootstrap-icons.svg",
|
|
3617
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3618
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3619
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3620
|
+
"category": "UI",
|
|
3621
|
+
"type": "3rd-party",
|
|
3622
|
+
"maintainers": [
|
|
3623
|
+
{
|
|
3624
|
+
"name": "OyewoleOyedeji",
|
|
3625
|
+
"github": "OyewoleOyedeji"
|
|
3626
|
+
}
|
|
3627
|
+
],
|
|
3628
|
+
"compatibility": {
|
|
3629
|
+
"nuxt": "^3.0.0",
|
|
3203
3630
|
"requires": {}
|
|
3204
3631
|
}
|
|
3205
3632
|
},
|
|
3206
3633
|
{
|
|
3207
3634
|
"name": "nuxt-chatgpt",
|
|
3208
|
-
"description": "ChatGPT integration for Nuxt
|
|
3635
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3209
3636
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3210
3637
|
"npm": "nuxt-chatgpt",
|
|
3211
3638
|
"icon": "chatgpt.svg",
|
|
@@ -3225,6 +3652,76 @@
|
|
|
3225
3652
|
"requires": {}
|
|
3226
3653
|
}
|
|
3227
3654
|
},
|
|
3655
|
+
{
|
|
3656
|
+
"name": "nuxt-facebook-chat",
|
|
3657
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3658
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3659
|
+
"npm": "nuxt-facebook-chat",
|
|
3660
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3661
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3662
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3663
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3664
|
+
"category": "Libraries",
|
|
3665
|
+
"type": "3rd-party",
|
|
3666
|
+
"maintainers": [
|
|
3667
|
+
{
|
|
3668
|
+
"name": "Supanut Dokmaithong",
|
|
3669
|
+
"github": "Boomgeek"
|
|
3670
|
+
},
|
|
3671
|
+
{
|
|
3672
|
+
"name": "superdev-tech",
|
|
3673
|
+
"github": "superdev-tech"
|
|
3674
|
+
}
|
|
3675
|
+
],
|
|
3676
|
+
"compatibility": {
|
|
3677
|
+
"nuxt": "^3.0.0",
|
|
3678
|
+
"requires": {}
|
|
3679
|
+
}
|
|
3680
|
+
},
|
|
3681
|
+
{
|
|
3682
|
+
"name": "nuxt-feather-icons",
|
|
3683
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
3684
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
3685
|
+
"npm": "nuxt-feather-icons",
|
|
3686
|
+
"icon": "nuxt-feather-icons.png",
|
|
3687
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3688
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3689
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
3690
|
+
"category": "UI",
|
|
3691
|
+
"type": "3rd-party",
|
|
3692
|
+
"maintainers": [
|
|
3693
|
+
{
|
|
3694
|
+
"name": "4sllan",
|
|
3695
|
+
"github": "4sllan"
|
|
3696
|
+
}
|
|
3697
|
+
],
|
|
3698
|
+
"compatibility": {
|
|
3699
|
+
"nuxt": "^3.0.0",
|
|
3700
|
+
"requires": {}
|
|
3701
|
+
}
|
|
3702
|
+
},
|
|
3703
|
+
{
|
|
3704
|
+
"name": "nuxt-feedme",
|
|
3705
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3706
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3707
|
+
"npm": "nuxt-feedme",
|
|
3708
|
+
"icon": "",
|
|
3709
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3710
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3711
|
+
"learn_more": "",
|
|
3712
|
+
"category": "SEO",
|
|
3713
|
+
"type": "3rd-party",
|
|
3714
|
+
"maintainers": [
|
|
3715
|
+
{
|
|
3716
|
+
"name": "Helltraitor",
|
|
3717
|
+
"github": "helltraitor"
|
|
3718
|
+
}
|
|
3719
|
+
],
|
|
3720
|
+
"compatibility": {
|
|
3721
|
+
"nuxt": "^3.0.0",
|
|
3722
|
+
"requires": {}
|
|
3723
|
+
}
|
|
3724
|
+
},
|
|
3228
3725
|
{
|
|
3229
3726
|
"name": "nuxt-graphql-middleware",
|
|
3230
3727
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3278,7 +3775,7 @@
|
|
|
3278
3775
|
},
|
|
3279
3776
|
{
|
|
3280
3777
|
"name": "nuxt-gtm",
|
|
3281
|
-
"description": "A Nuxt
|
|
3778
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3282
3779
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3283
3780
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3284
3781
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3295,7 +3792,8 @@
|
|
|
3295
3792
|
],
|
|
3296
3793
|
"compatibility": {
|
|
3297
3794
|
"nuxt": "^3.0.0",
|
|
3298
|
-
"requires": {}
|
|
3795
|
+
"requires": {},
|
|
3796
|
+
"devtools": "^0.0.0"
|
|
3299
3797
|
}
|
|
3300
3798
|
},
|
|
3301
3799
|
{
|
|
@@ -3323,24 +3821,46 @@
|
|
|
3323
3821
|
}
|
|
3324
3822
|
},
|
|
3325
3823
|
{
|
|
3326
|
-
"name": "nuxt-
|
|
3327
|
-
"description": "
|
|
3328
|
-
"repo": "",
|
|
3329
|
-
"npm": "nuxt-
|
|
3330
|
-
"icon": "
|
|
3331
|
-
"github": "",
|
|
3332
|
-
"website": "https://
|
|
3333
|
-
"learn_more": "
|
|
3334
|
-
"category": "
|
|
3824
|
+
"name": "nuxt-interpolation",
|
|
3825
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3826
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3827
|
+
"npm": "nuxt-interpolation",
|
|
3828
|
+
"icon": "",
|
|
3829
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3830
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3831
|
+
"learn_more": "",
|
|
3832
|
+
"category": "Devtools",
|
|
3335
3833
|
"type": "3rd-party",
|
|
3336
3834
|
"maintainers": [
|
|
3337
3835
|
{
|
|
3338
|
-
"name": "
|
|
3339
|
-
"github": "
|
|
3836
|
+
"name": "daliborgogic",
|
|
3837
|
+
"github": "daliborgogic"
|
|
3340
3838
|
}
|
|
3341
3839
|
],
|
|
3342
3840
|
"compatibility": {
|
|
3343
|
-
"nuxt": "^2.0.0
|
|
3841
|
+
"nuxt": "^2.0.0",
|
|
3842
|
+
"requires": {}
|
|
3843
|
+
}
|
|
3844
|
+
},
|
|
3845
|
+
{
|
|
3846
|
+
"name": "nuxt-jsonld",
|
|
3847
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3848
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3849
|
+
"npm": "nuxt-jsonld",
|
|
3850
|
+
"icon": "",
|
|
3851
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3852
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3853
|
+
"learn_more": "",
|
|
3854
|
+
"category": "SEO",
|
|
3855
|
+
"type": "3rd-party",
|
|
3856
|
+
"maintainers": [
|
|
3857
|
+
{
|
|
3858
|
+
"name": "ymmooot",
|
|
3859
|
+
"github": "ymmooot"
|
|
3860
|
+
}
|
|
3861
|
+
],
|
|
3862
|
+
"compatibility": {
|
|
3863
|
+
"nuxt": "^3.0.0",
|
|
3344
3864
|
"requires": {}
|
|
3345
3865
|
}
|
|
3346
3866
|
},
|
|
@@ -3351,8 +3871,8 @@
|
|
|
3351
3871
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3352
3872
|
"icon": "nuxt-localtunnel.svg",
|
|
3353
3873
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
3354
|
-
"website": "https://nuxtus.com",
|
|
3355
|
-
"learn_more": "https://docs.nuxtus.com
|
|
3874
|
+
"website": "https://docs.nuxtus.com",
|
|
3875
|
+
"learn_more": "https://docs.nuxtus.com/localtunnel.html",
|
|
3356
3876
|
"category": "Devtools",
|
|
3357
3877
|
"type": "3rd-party",
|
|
3358
3878
|
"maintainers": [
|
|
@@ -3369,7 +3889,7 @@
|
|
|
3369
3889
|
},
|
|
3370
3890
|
{
|
|
3371
3891
|
"name": "nuxt-loco",
|
|
3372
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3892
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3373
3893
|
"repo": "gaetansenn/nuxt-loco",
|
|
3374
3894
|
"npm": "nuxt-loco",
|
|
3375
3895
|
"icon": "",
|
|
@@ -3390,6 +3910,28 @@
|
|
|
3390
3910
|
"requires": {}
|
|
3391
3911
|
}
|
|
3392
3912
|
},
|
|
3913
|
+
{
|
|
3914
|
+
"name": "nuxt-mail",
|
|
3915
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3916
|
+
"repo": "dword-design/nuxt-mail",
|
|
3917
|
+
"npm": "nuxt-mail",
|
|
3918
|
+
"icon": "",
|
|
3919
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3920
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3921
|
+
"learn_more": "",
|
|
3922
|
+
"category": "Extensions",
|
|
3923
|
+
"type": "3rd-party",
|
|
3924
|
+
"maintainers": [
|
|
3925
|
+
{
|
|
3926
|
+
"name": "Sebastian Landwehr",
|
|
3927
|
+
"github": "dword-design"
|
|
3928
|
+
}
|
|
3929
|
+
],
|
|
3930
|
+
"compatibility": {
|
|
3931
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3932
|
+
"requires": {}
|
|
3933
|
+
}
|
|
3934
|
+
},
|
|
3393
3935
|
{
|
|
3394
3936
|
"name": "nuxt-mapbox",
|
|
3395
3937
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3412,6 +3954,28 @@
|
|
|
3412
3954
|
"requires": {}
|
|
3413
3955
|
}
|
|
3414
3956
|
},
|
|
3957
|
+
{
|
|
3958
|
+
"name": "nuxt-mdi",
|
|
3959
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3960
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3961
|
+
"npm": "nuxt-mdi",
|
|
3962
|
+
"icon": "mdi.png",
|
|
3963
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3964
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3965
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3966
|
+
"category": "Libraries",
|
|
3967
|
+
"type": "3rd-party",
|
|
3968
|
+
"maintainers": [
|
|
3969
|
+
{
|
|
3970
|
+
"name": "Emil Rosenius",
|
|
3971
|
+
"github": "ERPedersen"
|
|
3972
|
+
}
|
|
3973
|
+
],
|
|
3974
|
+
"compatibility": {
|
|
3975
|
+
"nuxt": "^3.0.0",
|
|
3976
|
+
"requires": {}
|
|
3977
|
+
}
|
|
3978
|
+
},
|
|
3415
3979
|
{
|
|
3416
3980
|
"name": "nuxt-monaco-editor",
|
|
3417
3981
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3436,12 +4000,12 @@
|
|
|
3436
4000
|
},
|
|
3437
4001
|
{
|
|
3438
4002
|
"name": "nuxt-mongoose",
|
|
3439
|
-
"description": "A Nuxt
|
|
4003
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3440
4004
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3441
4005
|
"npm": "nuxt-mongoose",
|
|
3442
4006
|
"icon": "nuxt-mongoose.svg",
|
|
3443
4007
|
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3444
|
-
"website": "https://
|
|
4008
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3445
4009
|
"learn_more": "",
|
|
3446
4010
|
"category": "Database",
|
|
3447
4011
|
"type": "3rd-party",
|
|
@@ -3451,6 +4015,102 @@
|
|
|
3451
4015
|
"github": "arashsheyda"
|
|
3452
4016
|
}
|
|
3453
4017
|
],
|
|
4018
|
+
"compatibility": {
|
|
4019
|
+
"nuxt": "^3.0.0",
|
|
4020
|
+
"requires": {},
|
|
4021
|
+
"devtools": "^0.0.0"
|
|
4022
|
+
}
|
|
4023
|
+
},
|
|
4024
|
+
{
|
|
4025
|
+
"name": "nuxt-oidc-auth",
|
|
4026
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
4027
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
4028
|
+
"npm": "nuxt-oidc-auth",
|
|
4029
|
+
"icon": "",
|
|
4030
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4031
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4032
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4033
|
+
"category": "Security",
|
|
4034
|
+
"type": "3rd-party",
|
|
4035
|
+
"maintainers": [
|
|
4036
|
+
{
|
|
4037
|
+
"name": "Jan-Henrik Damaschke",
|
|
4038
|
+
"github": "itpropro",
|
|
4039
|
+
"twitter": "jandamaschke"
|
|
4040
|
+
}
|
|
4041
|
+
],
|
|
4042
|
+
"compatibility": {
|
|
4043
|
+
"nuxt": "^3.0.0",
|
|
4044
|
+
"requires": {}
|
|
4045
|
+
}
|
|
4046
|
+
},
|
|
4047
|
+
{
|
|
4048
|
+
"name": "nuxt-openapi-docs-module",
|
|
4049
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4050
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4051
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4052
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4053
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4054
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4055
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4056
|
+
"category": "Libraries",
|
|
4057
|
+
"type": "3rd-party",
|
|
4058
|
+
"maintainers": [
|
|
4059
|
+
{
|
|
4060
|
+
"name": "Pavel Kuzmin",
|
|
4061
|
+
"github": "s00d"
|
|
4062
|
+
}
|
|
4063
|
+
],
|
|
4064
|
+
"compatibility": {
|
|
4065
|
+
"nuxt": "^3.0.0",
|
|
4066
|
+
"requires": {}
|
|
4067
|
+
}
|
|
4068
|
+
},
|
|
4069
|
+
{
|
|
4070
|
+
"name": "nuxt-openid-connect",
|
|
4071
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4072
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4073
|
+
"npm": "nuxt-openid-connect",
|
|
4074
|
+
"icon": "",
|
|
4075
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4076
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4077
|
+
"learn_more": "",
|
|
4078
|
+
"category": "Security",
|
|
4079
|
+
"type": "3rd-party",
|
|
4080
|
+
"maintainers": [
|
|
4081
|
+
{
|
|
4082
|
+
"name": "Aborn Jiang",
|
|
4083
|
+
"github": "aborn"
|
|
4084
|
+
},
|
|
4085
|
+
{
|
|
4086
|
+
"name": "Khaled Almana",
|
|
4087
|
+
"github": "KhaledAlMana"
|
|
4088
|
+
}
|
|
4089
|
+
],
|
|
4090
|
+
"compatibility": {
|
|
4091
|
+
"nuxt": "^3.0.0",
|
|
4092
|
+
"requires": {},
|
|
4093
|
+
"devtools": "^0.0.0"
|
|
4094
|
+
}
|
|
4095
|
+
},
|
|
4096
|
+
{
|
|
4097
|
+
"name": "nuxt-payload-analyzer",
|
|
4098
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4099
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4100
|
+
"npm": "nuxt-payload-analyzer",
|
|
4101
|
+
"icon": "",
|
|
4102
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4103
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4104
|
+
"learn_more": "",
|
|
4105
|
+
"category": "Performance",
|
|
4106
|
+
"type": "3rd-party",
|
|
4107
|
+
"maintainers": [
|
|
4108
|
+
{
|
|
4109
|
+
"name": "Barbapapazes",
|
|
4110
|
+
"github": "Barbapapazes",
|
|
4111
|
+
"twitter": "soubiran_"
|
|
4112
|
+
}
|
|
4113
|
+
],
|
|
3454
4114
|
"compatibility": {
|
|
3455
4115
|
"nuxt": "^3.0.0",
|
|
3456
4116
|
"requires": {}
|
|
@@ -3479,6 +4139,28 @@
|
|
|
3479
4139
|
"requires": {}
|
|
3480
4140
|
}
|
|
3481
4141
|
},
|
|
4142
|
+
{
|
|
4143
|
+
"name": "nuxt-phosphor-icons",
|
|
4144
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
4145
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4146
|
+
"npm": "nuxt-phosphor-icons",
|
|
4147
|
+
"icon": "phosphor-icons.svg",
|
|
4148
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4149
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4150
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
4151
|
+
"category": "UI",
|
|
4152
|
+
"type": "3rd-party",
|
|
4153
|
+
"maintainers": [
|
|
4154
|
+
{
|
|
4155
|
+
"name": "OyewoleOyedeji",
|
|
4156
|
+
"github": "OyewoleOyedeji"
|
|
4157
|
+
}
|
|
4158
|
+
],
|
|
4159
|
+
"compatibility": {
|
|
4160
|
+
"nuxt": "^3.0.0",
|
|
4161
|
+
"requires": {}
|
|
4162
|
+
}
|
|
4163
|
+
},
|
|
3482
4164
|
{
|
|
3483
4165
|
"name": "nuxt-pino-log",
|
|
3484
4166
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3503,7 +4185,7 @@
|
|
|
3503
4185
|
},
|
|
3504
4186
|
{
|
|
3505
4187
|
"name": "plausible",
|
|
3506
|
-
"description": "Nuxt
|
|
4188
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3507
4189
|
"repo": "nuxt-modules/plausible",
|
|
3508
4190
|
"npm": "@nuxtjs/plausible",
|
|
3509
4191
|
"icon": "plausible.png",
|
|
@@ -3523,9 +4205,35 @@
|
|
|
3523
4205
|
"requires": {}
|
|
3524
4206
|
}
|
|
3525
4207
|
},
|
|
4208
|
+
{
|
|
4209
|
+
"name": "nuxt-plotly",
|
|
4210
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
4211
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
4212
|
+
"npm": "nuxt-plotly",
|
|
4213
|
+
"icon": "nuxt-plotly.svg",
|
|
4214
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4215
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4216
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
4217
|
+
"category": "Libraries",
|
|
4218
|
+
"type": "3rd-party",
|
|
4219
|
+
"maintainers": [
|
|
4220
|
+
{
|
|
4221
|
+
"name": "Supanut Dokmaithong",
|
|
4222
|
+
"github": "Boomgeek"
|
|
4223
|
+
},
|
|
4224
|
+
{
|
|
4225
|
+
"name": "superdev-tech",
|
|
4226
|
+
"github": "superdev-tech"
|
|
4227
|
+
}
|
|
4228
|
+
],
|
|
4229
|
+
"compatibility": {
|
|
4230
|
+
"nuxt": "^3.0.0",
|
|
4231
|
+
"requires": {}
|
|
4232
|
+
}
|
|
4233
|
+
},
|
|
3526
4234
|
{
|
|
3527
4235
|
"name": "nuxt-png-to-ico",
|
|
3528
|
-
"description": "Nuxt
|
|
4236
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3529
4237
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3530
4238
|
"npm": "nuxt-png-to-ico",
|
|
3531
4239
|
"icon": "",
|
|
@@ -3548,7 +4256,7 @@
|
|
|
3548
4256
|
},
|
|
3549
4257
|
{
|
|
3550
4258
|
"name": "nuxt-smartlook",
|
|
3551
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4259
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3552
4260
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3553
4261
|
"npm": "nuxt-smartlook",
|
|
3554
4262
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3570,6 +4278,28 @@
|
|
|
3570
4278
|
"requires": {}
|
|
3571
4279
|
}
|
|
3572
4280
|
},
|
|
4281
|
+
{
|
|
4282
|
+
"name": "nuxt-social-share",
|
|
4283
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4284
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4285
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4286
|
+
"icon": "nuxt-social-share.png",
|
|
4287
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4288
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4289
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4290
|
+
"category": "Extensions",
|
|
4291
|
+
"type": "3rd-party",
|
|
4292
|
+
"maintainers": [
|
|
4293
|
+
{
|
|
4294
|
+
"name": "stefanobartoletti",
|
|
4295
|
+
"github": "stefanobartoletti"
|
|
4296
|
+
}
|
|
4297
|
+
],
|
|
4298
|
+
"compatibility": {
|
|
4299
|
+
"nuxt": "^3.0.0",
|
|
4300
|
+
"requires": {}
|
|
4301
|
+
}
|
|
4302
|
+
},
|
|
3573
4303
|
{
|
|
3574
4304
|
"name": "ssr-lit",
|
|
3575
4305
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3600,10 +4330,10 @@
|
|
|
3600
4330
|
},
|
|
3601
4331
|
{
|
|
3602
4332
|
"name": "nuxt-storm",
|
|
3603
|
-
"description": "WebStorm & PHPStorm support for
|
|
4333
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3604
4334
|
"repo": "fumeapp/nuxt-storm",
|
|
3605
4335
|
"npm": "nuxt-storm",
|
|
3606
|
-
"icon": "
|
|
4336
|
+
"icon": "",
|
|
3607
4337
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
3608
4338
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
3609
4339
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -3620,6 +4350,30 @@
|
|
|
3620
4350
|
"requires": {}
|
|
3621
4351
|
}
|
|
3622
4352
|
},
|
|
4353
|
+
{
|
|
4354
|
+
"name": "nuxt-svgo-loader",
|
|
4355
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4356
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4357
|
+
"npm": "nuxt-svgo-loader",
|
|
4358
|
+
"icon": "",
|
|
4359
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4360
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4361
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4362
|
+
"category": "Images",
|
|
4363
|
+
"type": "3rd-party",
|
|
4364
|
+
"maintainers": [
|
|
4365
|
+
{
|
|
4366
|
+
"name": "Alex Liu",
|
|
4367
|
+
"github": "Mini-ghost",
|
|
4368
|
+
"twitter": "Minighost_Alex"
|
|
4369
|
+
}
|
|
4370
|
+
],
|
|
4371
|
+
"compatibility": {
|
|
4372
|
+
"nuxt": "^3.0.0",
|
|
4373
|
+
"requires": {},
|
|
4374
|
+
"devtools": "^0.0.0"
|
|
4375
|
+
}
|
|
4376
|
+
},
|
|
3623
4377
|
{
|
|
3624
4378
|
"name": "nuxt-svgo",
|
|
3625
4379
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -3644,7 +4398,7 @@
|
|
|
3644
4398
|
},
|
|
3645
4399
|
{
|
|
3646
4400
|
"name": "nuxt-unleash",
|
|
3647
|
-
"description": "Nuxt
|
|
4401
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3648
4402
|
"repo": "conejerock/nuxt-unleash",
|
|
3649
4403
|
"npm": "nuxt-unleash",
|
|
3650
4404
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3664,28 +4418,6 @@
|
|
|
3664
4418
|
"requires": {}
|
|
3665
4419
|
}
|
|
3666
4420
|
},
|
|
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
4421
|
{
|
|
3690
4422
|
"name": "nuxt-use-sound",
|
|
3691
4423
|
"description": "A Nuxt module for playing sound effects.",
|
|
@@ -3733,20 +4465,64 @@
|
|
|
3733
4465
|
}
|
|
3734
4466
|
},
|
|
3735
4467
|
{
|
|
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",
|
|
4468
|
+
"name": "nuxt-vue3-google-signin",
|
|
4469
|
+
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
4470
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
4471
|
+
"npm": "nuxt-vue3-google-signin",
|
|
4472
|
+
"icon": "vue3-google-signin.svg",
|
|
4473
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4474
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4475
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
4476
|
+
"category": "Libraries",
|
|
4477
|
+
"type": "3rd-party",
|
|
4478
|
+
"maintainers": [
|
|
4479
|
+
{
|
|
4480
|
+
"name": "Kasun Vithanage",
|
|
4481
|
+
"github": "kasvith"
|
|
4482
|
+
}
|
|
4483
|
+
],
|
|
4484
|
+
"compatibility": {
|
|
4485
|
+
"nuxt": "^3.0.0",
|
|
4486
|
+
"requires": {}
|
|
4487
|
+
}
|
|
4488
|
+
},
|
|
4489
|
+
{
|
|
4490
|
+
"name": "nuxt-zod-i18n",
|
|
4491
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4492
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4493
|
+
"npm": "nuxt-zod-i18n",
|
|
4494
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4495
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4496
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4497
|
+
"learn_more": "",
|
|
4498
|
+
"category": "Libraries",
|
|
4499
|
+
"type": "3rd-party",
|
|
4500
|
+
"maintainers": [
|
|
4501
|
+
{
|
|
4502
|
+
"name": "xibman",
|
|
4503
|
+
"github": "xibman"
|
|
4504
|
+
}
|
|
4505
|
+
],
|
|
4506
|
+
"compatibility": {
|
|
4507
|
+
"nuxt": "^3.0.0",
|
|
4508
|
+
"requires": {}
|
|
4509
|
+
}
|
|
4510
|
+
},
|
|
4511
|
+
{
|
|
4512
|
+
"name": "nuxt3-interpolation",
|
|
4513
|
+
"description": "",
|
|
4514
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4515
|
+
"npm": "nuxt3-interpolation",
|
|
4516
|
+
"icon": "",
|
|
4517
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4518
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4519
|
+
"learn_more": "",
|
|
4520
|
+
"category": "Devtools",
|
|
3745
4521
|
"type": "3rd-party",
|
|
3746
4522
|
"maintainers": [
|
|
3747
4523
|
{
|
|
3748
|
-
"name": "
|
|
3749
|
-
"github": "
|
|
4524
|
+
"name": "daliborgogic",
|
|
4525
|
+
"github": "daliborgogic"
|
|
3750
4526
|
}
|
|
3751
4527
|
],
|
|
3752
4528
|
"compatibility": {
|
|
@@ -3755,20 +4531,20 @@
|
|
|
3755
4531
|
}
|
|
3756
4532
|
},
|
|
3757
4533
|
{
|
|
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": "
|
|
4534
|
+
"name": "nuxt3-leaflet",
|
|
4535
|
+
"description": "Leaflet integration with Nuxt",
|
|
4536
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4537
|
+
"npm": "nuxt3-leaflet",
|
|
4538
|
+
"icon": "leaflet.png",
|
|
4539
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4540
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4541
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4542
|
+
"category": "Libraries",
|
|
3767
4543
|
"type": "3rd-party",
|
|
3768
4544
|
"maintainers": [
|
|
3769
4545
|
{
|
|
3770
|
-
"name": "
|
|
3771
|
-
"github": "
|
|
4546
|
+
"name": "Augustin MERCIER",
|
|
4547
|
+
"github": "Gugustinette"
|
|
3772
4548
|
}
|
|
3773
4549
|
],
|
|
3774
4550
|
"compatibility": {
|
|
@@ -3778,7 +4554,7 @@
|
|
|
3778
4554
|
},
|
|
3779
4555
|
{
|
|
3780
4556
|
"name": "nuxt7",
|
|
3781
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4557
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3782
4558
|
"repo": "nuxt-community/nuxt7",
|
|
3783
4559
|
"npm": "nuxt7",
|
|
3784
4560
|
"icon": "",
|
|
@@ -3799,40 +4575,17 @@
|
|
|
3799
4575
|
"requires": {}
|
|
3800
4576
|
}
|
|
3801
4577
|
},
|
|
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
4578
|
{
|
|
3826
4579
|
"name": "og-image",
|
|
3827
|
-
"description": "
|
|
3828
|
-
"repo": "
|
|
4580
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
4581
|
+
"repo": "nuxt-modules/og-image",
|
|
3829
4582
|
"npm": "nuxt-og-image",
|
|
3830
|
-
"icon": "",
|
|
3831
|
-
"github": "https://github.com/
|
|
3832
|
-
"website": "https://
|
|
3833
|
-
"learn_more": "",
|
|
4583
|
+
"icon": "og-image.svg",
|
|
4584
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
4585
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4586
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3834
4587
|
"category": "SEO",
|
|
3835
|
-
"type": "
|
|
4588
|
+
"type": "community",
|
|
3836
4589
|
"maintainers": [
|
|
3837
4590
|
{
|
|
3838
4591
|
"name": "Harlan Wilton",
|
|
@@ -3843,7 +4596,8 @@
|
|
|
3843
4596
|
],
|
|
3844
4597
|
"compatibility": {
|
|
3845
4598
|
"nuxt": "^3.0.0",
|
|
3846
|
-
"requires": {}
|
|
4599
|
+
"requires": {},
|
|
4600
|
+
"devtools": "^0.0.0"
|
|
3847
4601
|
}
|
|
3848
4602
|
},
|
|
3849
4603
|
{
|
|
@@ -3871,13 +4625,13 @@
|
|
|
3871
4625
|
},
|
|
3872
4626
|
{
|
|
3873
4627
|
"name": "optimized-images",
|
|
3874
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4628
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3875
4629
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3876
4630
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3877
4631
|
"icon": "",
|
|
3878
4632
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
3879
|
-
"website": "https://
|
|
3880
|
-
"learn_more": "",
|
|
4633
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4634
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
3881
4635
|
"category": "Images",
|
|
3882
4636
|
"type": "3rd-party",
|
|
3883
4637
|
"maintainers": [
|
|
@@ -3916,7 +4670,7 @@
|
|
|
3916
4670
|
},
|
|
3917
4671
|
{
|
|
3918
4672
|
"name": "parse",
|
|
3919
|
-
"description": "Parse package for Nuxt
|
|
4673
|
+
"description": "Parse package for Nuxt",
|
|
3920
4674
|
"repo": "cierrateam/nuxt-parse",
|
|
3921
4675
|
"npm": "nuxt-parse",
|
|
3922
4676
|
"icon": "",
|
|
@@ -3936,6 +4690,29 @@
|
|
|
3936
4690
|
"requires": {}
|
|
3937
4691
|
}
|
|
3938
4692
|
},
|
|
4693
|
+
{
|
|
4694
|
+
"name": "particles",
|
|
4695
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4696
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4697
|
+
"npm": "nuxt-particles",
|
|
4698
|
+
"icon": "",
|
|
4699
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4700
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4701
|
+
"learn_more": "https://particles.js.org/",
|
|
4702
|
+
"category": "Libraries",
|
|
4703
|
+
"type": "3rd-party",
|
|
4704
|
+
"maintainers": [
|
|
4705
|
+
{
|
|
4706
|
+
"name": "Joey Pereira",
|
|
4707
|
+
"github": "Joepocalyptic",
|
|
4708
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4709
|
+
}
|
|
4710
|
+
],
|
|
4711
|
+
"compatibility": {
|
|
4712
|
+
"nuxt": "^3.0.0",
|
|
4713
|
+
"requires": {}
|
|
4714
|
+
}
|
|
4715
|
+
},
|
|
3939
4716
|
{
|
|
3940
4717
|
"name": "partytown",
|
|
3941
4718
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3961,6 +4738,28 @@
|
|
|
3961
4738
|
}
|
|
3962
4739
|
}
|
|
3963
4740
|
},
|
|
4741
|
+
{
|
|
4742
|
+
"name": "paypal",
|
|
4743
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4744
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4745
|
+
"npm": "nuxt-paypal",
|
|
4746
|
+
"icon": "paypal.svg",
|
|
4747
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4748
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4749
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4750
|
+
"category": "Payment",
|
|
4751
|
+
"type": "3rd-party",
|
|
4752
|
+
"maintainers": [
|
|
4753
|
+
{
|
|
4754
|
+
"name": "Arash Sheyda",
|
|
4755
|
+
"github": "arashsheyda"
|
|
4756
|
+
}
|
|
4757
|
+
],
|
|
4758
|
+
"compatibility": {
|
|
4759
|
+
"nuxt": "^3.0.0",
|
|
4760
|
+
"requires": {}
|
|
4761
|
+
}
|
|
4762
|
+
},
|
|
3964
4763
|
{
|
|
3965
4764
|
"name": "pdfeasy",
|
|
3966
4765
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -4082,7 +4881,7 @@
|
|
|
4082
4881
|
},
|
|
4083
4882
|
{
|
|
4084
4883
|
"name": "plausible",
|
|
4085
|
-
"description": "Nuxt
|
|
4884
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4086
4885
|
"repo": "nuxt-modules/plausible",
|
|
4087
4886
|
"npm": "@nuxtjs/plausible",
|
|
4088
4887
|
"icon": "",
|
|
@@ -4124,9 +4923,56 @@
|
|
|
4124
4923
|
"requires": {}
|
|
4125
4924
|
}
|
|
4126
4925
|
},
|
|
4926
|
+
{
|
|
4927
|
+
"name": "prepare",
|
|
4928
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4929
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4930
|
+
"npm": "nuxt-prepare",
|
|
4931
|
+
"icon": "prepare.svg",
|
|
4932
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4933
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
4934
|
+
"learn_more": "",
|
|
4935
|
+
"category": "Devtools",
|
|
4936
|
+
"type": "3rd-party",
|
|
4937
|
+
"maintainers": [
|
|
4938
|
+
{
|
|
4939
|
+
"name": "Johann Schopplich",
|
|
4940
|
+
"github": "johannschopplich",
|
|
4941
|
+
"twitter": "jschopplich",
|
|
4942
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4943
|
+
}
|
|
4944
|
+
],
|
|
4945
|
+
"compatibility": {
|
|
4946
|
+
"nuxt": "^3.0.0",
|
|
4947
|
+
"requires": {}
|
|
4948
|
+
}
|
|
4949
|
+
},
|
|
4950
|
+
{
|
|
4951
|
+
"name": "primevue",
|
|
4952
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4953
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4954
|
+
"npm": "nuxt-primevue",
|
|
4955
|
+
"icon": "primevue.svg",
|
|
4956
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4957
|
+
"website": "https://primevue.org/",
|
|
4958
|
+
"learn_more": "https://primevue.org/",
|
|
4959
|
+
"category": "UI",
|
|
4960
|
+
"type": "3rd-party",
|
|
4961
|
+
"maintainers": [
|
|
4962
|
+
{
|
|
4963
|
+
"name": "primefaces",
|
|
4964
|
+
"github": "primefaces",
|
|
4965
|
+
"twitter": "primevue"
|
|
4966
|
+
}
|
|
4967
|
+
],
|
|
4968
|
+
"compatibility": {
|
|
4969
|
+
"nuxt": "^3.0.0",
|
|
4970
|
+
"requires": {}
|
|
4971
|
+
}
|
|
4972
|
+
},
|
|
4127
4973
|
{
|
|
4128
4974
|
"name": "prismic",
|
|
4129
|
-
"description": "Easily connect your Nuxt
|
|
4975
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4130
4976
|
"repo": "nuxt-modules/prismic",
|
|
4131
4977
|
"npm": "@nuxtjs/prismic",
|
|
4132
4978
|
"icon": "prismic.png",
|
|
@@ -4193,7 +5039,7 @@
|
|
|
4193
5039
|
},
|
|
4194
5040
|
{
|
|
4195
5041
|
"name": "proxy",
|
|
4196
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
5042
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4197
5043
|
"repo": "nuxt-community/proxy-module",
|
|
4198
5044
|
"npm": "@nuxtjs/proxy",
|
|
4199
5045
|
"icon": "",
|
|
@@ -4239,7 +5085,7 @@
|
|
|
4239
5085
|
},
|
|
4240
5086
|
{
|
|
4241
5087
|
"name": "purgecss",
|
|
4242
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
5088
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4243
5089
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4244
5090
|
"npm": "nuxt-purgecss",
|
|
4245
5091
|
"icon": "purgecss.png",
|
|
@@ -4261,7 +5107,7 @@
|
|
|
4261
5107
|
},
|
|
4262
5108
|
{
|
|
4263
5109
|
"name": "pwa",
|
|
4264
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5110
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4265
5111
|
"repo": "nuxt-community/pwa-module",
|
|
4266
5112
|
"npm": "@nuxtjs/pwa",
|
|
4267
5113
|
"icon": "pwa.png",
|
|
@@ -4286,7 +5132,7 @@
|
|
|
4286
5132
|
},
|
|
4287
5133
|
{
|
|
4288
5134
|
"name": "python",
|
|
4289
|
-
"description": "Write Nuxt
|
|
5135
|
+
"description": "Write Nuxt applications using Python",
|
|
4290
5136
|
"repo": "nuxt-community/python-module",
|
|
4291
5137
|
"npm": "@nuxtjs/python",
|
|
4292
5138
|
"icon": "python.png",
|
|
@@ -4323,6 +5169,64 @@
|
|
|
4323
5169
|
"github": "Maiquu"
|
|
4324
5170
|
}
|
|
4325
5171
|
],
|
|
5172
|
+
"compatibility": {
|
|
5173
|
+
"nuxt": "^3.0.0",
|
|
5174
|
+
"requires": {},
|
|
5175
|
+
"devtools": "^0.0.0"
|
|
5176
|
+
}
|
|
5177
|
+
},
|
|
5178
|
+
{
|
|
5179
|
+
"name": "radash",
|
|
5180
|
+
"description": "radash module with auto-import and custom prefix",
|
|
5181
|
+
"repo": "bbg/nuxt-radash",
|
|
5182
|
+
"npm": "nuxt-radash",
|
|
5183
|
+
"icon": "radash.png",
|
|
5184
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
5185
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
5186
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
5187
|
+
"category": "Libraries",
|
|
5188
|
+
"type": "3rd-party",
|
|
5189
|
+
"maintainers": [
|
|
5190
|
+
{
|
|
5191
|
+
"name": "Batuhan Göksu",
|
|
5192
|
+
"github": "bbg"
|
|
5193
|
+
}
|
|
5194
|
+
],
|
|
5195
|
+
"compatibility": {
|
|
5196
|
+
"nuxt": "^3.0.0",
|
|
5197
|
+
"requires": {}
|
|
5198
|
+
}
|
|
5199
|
+
},
|
|
5200
|
+
{
|
|
5201
|
+
"name": "radix-vue",
|
|
5202
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5203
|
+
"repo": "radix-vue/radix-vue",
|
|
5204
|
+
"npm": "radix-vue",
|
|
5205
|
+
"icon": "radix-vue.svg",
|
|
5206
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5207
|
+
"website": "https://www.radix-vue.com/",
|
|
5208
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5209
|
+
"category": "UI",
|
|
5210
|
+
"type": "3rd-party",
|
|
5211
|
+
"maintainers": [
|
|
5212
|
+
{
|
|
5213
|
+
"name": "Zernonia",
|
|
5214
|
+
"github": "zernonia",
|
|
5215
|
+
"twitter": "zernonia"
|
|
5216
|
+
},
|
|
5217
|
+
{
|
|
5218
|
+
"name": "Khairul Haaziq",
|
|
5219
|
+
"github": "khairulhaaziq"
|
|
5220
|
+
},
|
|
5221
|
+
{
|
|
5222
|
+
"name": "Mujahid Anuar",
|
|
5223
|
+
"github": "mujahidfa"
|
|
5224
|
+
},
|
|
5225
|
+
{
|
|
5226
|
+
"name": "Max",
|
|
5227
|
+
"github": "onmax"
|
|
5228
|
+
}
|
|
5229
|
+
],
|
|
4326
5230
|
"compatibility": {
|
|
4327
5231
|
"nuxt": "^3.0.0",
|
|
4328
5232
|
"requires": {}
|
|
@@ -4330,7 +5234,7 @@
|
|
|
4330
5234
|
},
|
|
4331
5235
|
{
|
|
4332
5236
|
"name": "recaptcha",
|
|
4333
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5237
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4334
5238
|
"repo": "nuxt-community/recaptcha-module",
|
|
4335
5239
|
"npm": "@nuxtjs/recaptcha",
|
|
4336
5240
|
"icon": "recaptcha.png",
|
|
@@ -4373,9 +5277,32 @@
|
|
|
4373
5277
|
"requires": {}
|
|
4374
5278
|
}
|
|
4375
5279
|
},
|
|
5280
|
+
{
|
|
5281
|
+
"name": "resend",
|
|
5282
|
+
"description": "Resend integration for Nuxt",
|
|
5283
|
+
"repo": "nhedger/nuxt-resend",
|
|
5284
|
+
"npm": "nuxt-resend",
|
|
5285
|
+
"icon": "resend.svg",
|
|
5286
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5287
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5288
|
+
"learn_more": "https://resend.com",
|
|
5289
|
+
"category": "Extensions",
|
|
5290
|
+
"type": "3rd-party",
|
|
5291
|
+
"maintainers": [
|
|
5292
|
+
{
|
|
5293
|
+
"name": "Nicolas Hedger",
|
|
5294
|
+
"github": "nhedger",
|
|
5295
|
+
"twitter": "nicolashedger"
|
|
5296
|
+
}
|
|
5297
|
+
],
|
|
5298
|
+
"compatibility": {
|
|
5299
|
+
"nuxt": "^3.0.0",
|
|
5300
|
+
"requires": {}
|
|
5301
|
+
}
|
|
5302
|
+
},
|
|
4376
5303
|
{
|
|
4377
5304
|
"name": "rfg-icon",
|
|
4378
|
-
"description": "Nuxt
|
|
5305
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4379
5306
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4380
5307
|
"npm": "nuxt-rfg-icon",
|
|
4381
5308
|
"icon": "real-favicon-generator.png",
|
|
@@ -4397,13 +5324,13 @@
|
|
|
4397
5324
|
},
|
|
4398
5325
|
{
|
|
4399
5326
|
"name": "robots",
|
|
4400
|
-
"description": "A Nuxt
|
|
4401
|
-
"repo": "nuxt-
|
|
5327
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5328
|
+
"repo": "nuxt-modules/robots",
|
|
4402
5329
|
"npm": "@nuxtjs/robots",
|
|
4403
5330
|
"icon": "robots.png",
|
|
4404
|
-
"github": "https://github.com/nuxt-
|
|
4405
|
-
"website": "https://github.com/nuxt-
|
|
4406
|
-
"learn_more": "
|
|
5331
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5332
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
5333
|
+
"learn_more": "",
|
|
4407
5334
|
"category": "SEO",
|
|
4408
5335
|
"type": "community",
|
|
4409
5336
|
"maintainers": [
|
|
@@ -4421,23 +5348,23 @@
|
|
|
4421
5348
|
},
|
|
4422
5349
|
{
|
|
4423
5350
|
"name": "rollbar",
|
|
4424
|
-
"description": "
|
|
4425
|
-
"repo": "
|
|
4426
|
-
"npm": "nuxt-rollbar
|
|
5351
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5352
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5353
|
+
"npm": "nuxt-rollbar",
|
|
4427
5354
|
"icon": "rollbar.png",
|
|
4428
|
-
"github": "https://github.com/
|
|
4429
|
-
"website": "https://github.com/
|
|
5355
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5356
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4430
5357
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4431
5358
|
"category": "Monitoring",
|
|
4432
5359
|
"type": "3rd-party",
|
|
4433
5360
|
"maintainers": [
|
|
4434
5361
|
{
|
|
4435
|
-
"name": "
|
|
4436
|
-
"github": "
|
|
5362
|
+
"name": "Jairo Blatt",
|
|
5363
|
+
"github": "jairoblatt"
|
|
4437
5364
|
}
|
|
4438
5365
|
],
|
|
4439
5366
|
"compatibility": {
|
|
4440
|
-
"nuxt": "^
|
|
5367
|
+
"nuxt": "^3.0.0",
|
|
4441
5368
|
"requires": {}
|
|
4442
5369
|
}
|
|
4443
5370
|
},
|
|
@@ -4466,7 +5393,7 @@
|
|
|
4466
5393
|
},
|
|
4467
5394
|
{
|
|
4468
5395
|
"name": "router",
|
|
4469
|
-
"description": "Nuxt
|
|
5396
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4470
5397
|
"repo": "nuxt-community/router-module",
|
|
4471
5398
|
"npm": "@nuxtjs/router",
|
|
4472
5399
|
"icon": "vue.png",
|
|
@@ -4514,13 +5441,13 @@
|
|
|
4514
5441
|
},
|
|
4515
5442
|
{
|
|
4516
5443
|
"name": "schema-org",
|
|
4517
|
-
"description": "
|
|
4518
|
-
"repo": "
|
|
5444
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
5445
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4519
5446
|
"npm": "nuxt-schema-org",
|
|
4520
5447
|
"icon": "schema-org.svg",
|
|
4521
|
-
"github": "https://github.com/
|
|
4522
|
-
"website": "https://
|
|
4523
|
-
"learn_more": "https://
|
|
5448
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5449
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5450
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4524
5451
|
"category": "SEO",
|
|
4525
5452
|
"type": "3rd-party",
|
|
4526
5453
|
"maintainers": [
|
|
@@ -4583,13 +5510,13 @@
|
|
|
4583
5510
|
},
|
|
4584
5511
|
{
|
|
4585
5512
|
"name": "segment",
|
|
4586
|
-
"description": "Nuxt
|
|
5513
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4587
5514
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4588
5515
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4589
5516
|
"icon": "segment.png",
|
|
4590
5517
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4591
5518
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4592
|
-
"learn_more": "
|
|
5519
|
+
"learn_more": "",
|
|
4593
5520
|
"category": "Analytics",
|
|
4594
5521
|
"type": "3rd-party",
|
|
4595
5522
|
"maintainers": [
|
|
@@ -4605,10 +5532,10 @@
|
|
|
4605
5532
|
},
|
|
4606
5533
|
{
|
|
4607
5534
|
"name": "sentry",
|
|
4608
|
-
"description": "Sentry module for Nuxt
|
|
5535
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4609
5536
|
"repo": "nuxt-community/sentry-module",
|
|
4610
5537
|
"npm": "@nuxtjs/sentry",
|
|
4611
|
-
"icon": "sentry.
|
|
5538
|
+
"icon": "sentry.svg",
|
|
4612
5539
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4613
5540
|
"website": "https://sentry.nuxtjs.org/",
|
|
4614
5541
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4626,20 +5553,22 @@
|
|
|
4626
5553
|
}
|
|
4627
5554
|
},
|
|
4628
5555
|
{
|
|
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": "",
|
|
5556
|
+
"name": "seo-experiments",
|
|
5557
|
+
"description": "Powerful SEO DX improvements.",
|
|
5558
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5559
|
+
"npm": "nuxt-seo-experiments",
|
|
5560
|
+
"icon": "seo-experiments.svg",
|
|
5561
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5562
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5563
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
4637
5564
|
"category": "SEO",
|
|
4638
5565
|
"type": "3rd-party",
|
|
4639
5566
|
"maintainers": [
|
|
4640
5567
|
{
|
|
4641
|
-
"name": "
|
|
4642
|
-
"github": "harlan-zw"
|
|
5568
|
+
"name": "Harlan Wilton",
|
|
5569
|
+
"github": "harlan-zw",
|
|
5570
|
+
"twitter": "harlan_zw",
|
|
5571
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4643
5572
|
}
|
|
4644
5573
|
],
|
|
4645
5574
|
"compatibility": {
|
|
@@ -4670,9 +5599,31 @@
|
|
|
4670
5599
|
"requires": {}
|
|
4671
5600
|
}
|
|
4672
5601
|
},
|
|
5602
|
+
{
|
|
5603
|
+
"name": "seo",
|
|
5604
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
5605
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
5606
|
+
"npm": "@nuxtjs/seo",
|
|
5607
|
+
"icon": "nuxt.svg",
|
|
5608
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
5609
|
+
"website": "https://nuxtseo.com/",
|
|
5610
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
5611
|
+
"category": "SEO",
|
|
5612
|
+
"type": "3rd-party",
|
|
5613
|
+
"maintainers": [
|
|
5614
|
+
{
|
|
5615
|
+
"name": "harlan-zw",
|
|
5616
|
+
"github": "harlan-zw"
|
|
5617
|
+
}
|
|
5618
|
+
],
|
|
5619
|
+
"compatibility": {
|
|
5620
|
+
"nuxt": "^3.0.0",
|
|
5621
|
+
"requires": {}
|
|
5622
|
+
}
|
|
5623
|
+
},
|
|
4673
5624
|
{
|
|
4674
5625
|
"name": "seomatic-meta",
|
|
4675
|
-
"description": "A Nuxt
|
|
5626
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4676
5627
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4677
5628
|
"npm": "nuxt-seomatic-meta",
|
|
4678
5629
|
"icon": "seomatic.png",
|
|
@@ -4715,6 +5666,29 @@
|
|
|
4715
5666
|
"requires": {}
|
|
4716
5667
|
}
|
|
4717
5668
|
},
|
|
5669
|
+
{
|
|
5670
|
+
"name": "server-block",
|
|
5671
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5672
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
5673
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5674
|
+
"icon": "server-block.svg",
|
|
5675
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5676
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5677
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5678
|
+
"category": "Extensions",
|
|
5679
|
+
"type": "3rd-party",
|
|
5680
|
+
"maintainers": [
|
|
5681
|
+
{
|
|
5682
|
+
"name": "Hebilicious",
|
|
5683
|
+
"github": "Hebilicious",
|
|
5684
|
+
"twitter": "its_hebilicious"
|
|
5685
|
+
}
|
|
5686
|
+
],
|
|
5687
|
+
"compatibility": {
|
|
5688
|
+
"nuxt": "^3.0.0",
|
|
5689
|
+
"requires": {}
|
|
5690
|
+
}
|
|
5691
|
+
},
|
|
4718
5692
|
{
|
|
4719
5693
|
"name": "session",
|
|
4720
5694
|
"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 +5714,7 @@
|
|
|
4740
5714
|
},
|
|
4741
5715
|
{
|
|
4742
5716
|
"name": "shopify",
|
|
4743
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5717
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4744
5718
|
"repo": "Gomah/nuxt-shopify",
|
|
4745
5719
|
"npm": "nuxt-shopify",
|
|
4746
5720
|
"icon": "shopify.png",
|
|
@@ -4761,7 +5735,7 @@
|
|
|
4761
5735
|
}
|
|
4762
5736
|
},
|
|
4763
5737
|
{
|
|
4764
|
-
"name": "
|
|
5738
|
+
"name": "sidebase-auth",
|
|
4765
5739
|
"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
5740
|
"repo": "sidebase/nuxt-auth",
|
|
4767
5741
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4807,13 +5781,13 @@
|
|
|
4807
5781
|
},
|
|
4808
5782
|
{
|
|
4809
5783
|
"name": "simple-robots",
|
|
4810
|
-
"description": "
|
|
5784
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4811
5785
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4812
5786
|
"npm": "nuxt-simple-robots",
|
|
4813
|
-
"icon": "",
|
|
5787
|
+
"icon": "simple-robots.svg",
|
|
4814
5788
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4815
|
-
"website": "https://
|
|
4816
|
-
"learn_more": "",
|
|
5789
|
+
"website": "https://nuxtseo.com/robots",
|
|
5790
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4817
5791
|
"category": "SEO",
|
|
4818
5792
|
"type": "3rd-party",
|
|
4819
5793
|
"maintainers": [
|
|
@@ -4830,41 +5804,23 @@
|
|
|
4830
5804
|
}
|
|
4831
5805
|
},
|
|
4832
5806
|
{
|
|
4833
|
-
"name": "
|
|
4834
|
-
"description": "
|
|
4835
|
-
"repo": "
|
|
4836
|
-
"npm": "
|
|
4837
|
-
"icon": "",
|
|
4838
|
-
"github": "https://github.com/
|
|
4839
|
-
"website": "https://
|
|
4840
|
-
"learn_more": "",
|
|
5807
|
+
"name": "sitemap",
|
|
5808
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
5809
|
+
"repo": "nuxt-modules/sitemap",
|
|
5810
|
+
"npm": "@nuxtjs/sitemap",
|
|
5811
|
+
"icon": "simple-sitemap.svg",
|
|
5812
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
5813
|
+
"website": "https://nuxtseo.com/",
|
|
5814
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
4841
5815
|
"category": "SEO",
|
|
4842
|
-
"type": "
|
|
5816
|
+
"type": "community",
|
|
4843
5817
|
"maintainers": [
|
|
4844
5818
|
{
|
|
4845
5819
|
"name": "Harlan Wilton",
|
|
4846
5820
|
"github": "harlan-zw",
|
|
4847
5821
|
"twitter": "harlan_zw",
|
|
4848
5822
|
"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": [
|
|
5823
|
+
},
|
|
4868
5824
|
{
|
|
4869
5825
|
"name": "Nicolas PENNEC",
|
|
4870
5826
|
"github": "NicoPennec",
|
|
@@ -4872,7 +5828,7 @@
|
|
|
4872
5828
|
}
|
|
4873
5829
|
],
|
|
4874
5830
|
"compatibility": {
|
|
4875
|
-
"nuxt": "^
|
|
5831
|
+
"nuxt": "^3.0.0",
|
|
4876
5832
|
"requires": {}
|
|
4877
5833
|
}
|
|
4878
5834
|
},
|
|
@@ -4900,7 +5856,7 @@
|
|
|
4900
5856
|
},
|
|
4901
5857
|
{
|
|
4902
5858
|
"name": "snipcart",
|
|
4903
|
-
"description": "Snipcart integration module for Nuxt
|
|
5859
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4904
5860
|
"repo": "nuxt-modules/snipcart",
|
|
4905
5861
|
"npm": "@nuxtjs/snipcart",
|
|
4906
5862
|
"icon": "snipcart.png",
|
|
@@ -4923,7 +5879,7 @@
|
|
|
4923
5879
|
},
|
|
4924
5880
|
{
|
|
4925
5881
|
"name": "social-meta",
|
|
4926
|
-
"description": "Nuxt
|
|
5882
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4927
5883
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4928
5884
|
"npm": "nuxt-social-meta",
|
|
4929
5885
|
"icon": "",
|
|
@@ -5045,7 +6001,7 @@
|
|
|
5045
6001
|
},
|
|
5046
6002
|
{
|
|
5047
6003
|
"name": "storage",
|
|
5048
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
6004
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5049
6005
|
"repo": "mazipan/nuxt-storage",
|
|
5050
6006
|
"npm": "nuxt-storage",
|
|
5051
6007
|
"icon": "",
|
|
@@ -5067,7 +6023,7 @@
|
|
|
5067
6023
|
},
|
|
5068
6024
|
{
|
|
5069
6025
|
"name": "storefront-ui",
|
|
5070
|
-
"description": "Storefront UI Module for Nuxt
|
|
6026
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5071
6027
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5072
6028
|
"npm": "@storefront-ui/nuxt",
|
|
5073
6029
|
"icon": "storefront-ui.svg",
|
|
@@ -5111,8 +6067,8 @@
|
|
|
5111
6067
|
},
|
|
5112
6068
|
{
|
|
5113
6069
|
"name": "storyblok",
|
|
5114
|
-
"description": "Storyblok Nuxt
|
|
5115
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6070
|
+
"description": "Storyblok Nuxt module",
|
|
6071
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
5116
6072
|
"npm": "@storyblok/nuxt",
|
|
5117
6073
|
"icon": "storyblok.png",
|
|
5118
6074
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -5128,46 +6084,43 @@
|
|
|
5128
6084
|
],
|
|
5129
6085
|
"compatibility": {
|
|
5130
6086
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5131
|
-
"requires": {}
|
|
6087
|
+
"requires": {},
|
|
6088
|
+
"devtools": "^0.0.0"
|
|
5132
6089
|
}
|
|
5133
6090
|
},
|
|
5134
6091
|
{
|
|
5135
6092
|
"name": "storybook",
|
|
5136
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5137
|
-
"repo": "nuxt-
|
|
6093
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6094
|
+
"repo": "nuxt-modules/storybook",
|
|
5138
6095
|
"npm": "@nuxtjs/storybook",
|
|
5139
6096
|
"icon": "storybook.png",
|
|
5140
|
-
"github": "https://github.com/nuxt-
|
|
6097
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5141
6098
|
"website": "https://storybook.nuxtjs.org",
|
|
5142
|
-
"learn_more": "https://
|
|
6099
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5143
6100
|
"category": "Devtools",
|
|
5144
6101
|
"type": "community",
|
|
5145
6102
|
"maintainers": [
|
|
5146
6103
|
{
|
|
5147
|
-
"name": "
|
|
5148
|
-
"github": "
|
|
5149
|
-
"twitter": "
|
|
5150
|
-
},
|
|
5151
|
-
{
|
|
5152
|
-
"name": "Pooya Parsa",
|
|
5153
|
-
"github": "pi0",
|
|
5154
|
-
"twitter": "_pi0_"
|
|
6104
|
+
"name": "Chakir QATAB",
|
|
6105
|
+
"github": "chakAs3",
|
|
6106
|
+
"twitter": "ChakirQatab"
|
|
5155
6107
|
}
|
|
5156
6108
|
],
|
|
5157
6109
|
"compatibility": {
|
|
5158
|
-
"nuxt": "^2.0.0",
|
|
6110
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5159
6111
|
"requires": {
|
|
5160
6112
|
"bridge": "optional"
|
|
5161
|
-
}
|
|
6113
|
+
},
|
|
6114
|
+
"devtools": "^0.7.2"
|
|
5162
6115
|
}
|
|
5163
6116
|
},
|
|
5164
6117
|
{
|
|
5165
6118
|
"name": "strapi",
|
|
5166
6119
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5167
|
-
"repo": "nuxt-
|
|
6120
|
+
"repo": "nuxt-modules/strapi",
|
|
5168
6121
|
"npm": "@nuxtjs/strapi",
|
|
5169
6122
|
"icon": "strapi.png",
|
|
5170
|
-
"github": "https://github.com/nuxt-
|
|
6123
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5171
6124
|
"website": "https://strapi.nuxtjs.org",
|
|
5172
6125
|
"learn_more": "https://strapi.io/",
|
|
5173
6126
|
"category": "CMS",
|
|
@@ -5188,7 +6141,34 @@
|
|
|
5188
6141
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5189
6142
|
"requires": {
|
|
5190
6143
|
"bridge": true
|
|
6144
|
+
},
|
|
6145
|
+
"devtools": "^0.0.0"
|
|
6146
|
+
}
|
|
6147
|
+
},
|
|
6148
|
+
{
|
|
6149
|
+
"name": "stripe-next",
|
|
6150
|
+
"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.",
|
|
6151
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
6152
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
6153
|
+
"icon": "stripe.png",
|
|
6154
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6155
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6156
|
+
"learn_more": "https://stripe.com/docs",
|
|
6157
|
+
"category": "Payment",
|
|
6158
|
+
"type": "3rd-party",
|
|
6159
|
+
"maintainers": [
|
|
6160
|
+
{
|
|
6161
|
+
"name": "Loic Fuentes",
|
|
6162
|
+
"github": "fuentesloic"
|
|
6163
|
+
},
|
|
6164
|
+
{
|
|
6165
|
+
"name": "Florent Giraud",
|
|
6166
|
+
"github": "flozero"
|
|
5191
6167
|
}
|
|
6168
|
+
],
|
|
6169
|
+
"compatibility": {
|
|
6170
|
+
"nuxt": "^3.0.0",
|
|
6171
|
+
"requires": {}
|
|
5192
6172
|
}
|
|
5193
6173
|
},
|
|
5194
6174
|
{
|
|
@@ -5213,6 +6193,36 @@
|
|
|
5213
6193
|
"requires": {}
|
|
5214
6194
|
}
|
|
5215
6195
|
},
|
|
6196
|
+
{
|
|
6197
|
+
"name": "studio",
|
|
6198
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6199
|
+
"repo": "nuxtlabs/studio-module",
|
|
6200
|
+
"npm": "@nuxthq/studio",
|
|
6201
|
+
"icon": "studio.svg",
|
|
6202
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6203
|
+
"website": "https://nuxt.studio",
|
|
6204
|
+
"learn_more": "https://nuxt.studio",
|
|
6205
|
+
"category": "CMS",
|
|
6206
|
+
"type": "3rd-party",
|
|
6207
|
+
"maintainers": [
|
|
6208
|
+
{
|
|
6209
|
+
"name": "Ahad Birang",
|
|
6210
|
+
"github": "farnabaz",
|
|
6211
|
+
"twitter": "a_birang"
|
|
6212
|
+
},
|
|
6213
|
+
{
|
|
6214
|
+
"name": "Sébastien Chopin",
|
|
6215
|
+
"github": "Atinux",
|
|
6216
|
+
"twitter": "Atinux"
|
|
6217
|
+
}
|
|
6218
|
+
],
|
|
6219
|
+
"compatibility": {
|
|
6220
|
+
"nuxt": "^3.0.0",
|
|
6221
|
+
"requires": {
|
|
6222
|
+
"content": true
|
|
6223
|
+
}
|
|
6224
|
+
}
|
|
6225
|
+
},
|
|
5216
6226
|
{
|
|
5217
6227
|
"name": "style-resources",
|
|
5218
6228
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5238,7 +6248,7 @@
|
|
|
5238
6248
|
},
|
|
5239
6249
|
{
|
|
5240
6250
|
"name": "stylelint",
|
|
5241
|
-
"description": "Stylelint module for Nuxt.
|
|
6251
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5242
6252
|
"repo": "nuxt-community/stylelint-module",
|
|
5243
6253
|
"npm": "@nuxtjs/stylelint-module",
|
|
5244
6254
|
"icon": "stylelint.png",
|
|
@@ -5284,10 +6294,10 @@
|
|
|
5284
6294
|
{
|
|
5285
6295
|
"name": "supabase",
|
|
5286
6296
|
"description": "First class integration with Supabase",
|
|
5287
|
-
"repo": "nuxt-
|
|
6297
|
+
"repo": "nuxt-modules/supabase",
|
|
5288
6298
|
"npm": "@nuxtjs/supabase",
|
|
5289
6299
|
"icon": "supabase.png",
|
|
5290
|
-
"github": "https://github.com/nuxt-
|
|
6300
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5291
6301
|
"website": "https://supabase.nuxtjs.org",
|
|
5292
6302
|
"learn_more": "https://supabase.com",
|
|
5293
6303
|
"category": "Database",
|
|
@@ -5338,12 +6348,12 @@
|
|
|
5338
6348
|
},
|
|
5339
6349
|
{
|
|
5340
6350
|
"name": "svg-sprite",
|
|
5341
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5342
|
-
"repo": "nuxt-
|
|
6351
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6352
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5343
6353
|
"npm": "@nuxtjs/svg-sprite",
|
|
5344
6354
|
"icon": "",
|
|
5345
|
-
"github": "https://github.com/nuxt-
|
|
5346
|
-
"website": "https://github.com/nuxt-
|
|
6355
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6356
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5347
6357
|
"learn_more": "",
|
|
5348
6358
|
"category": "UI",
|
|
5349
6359
|
"type": "community",
|
|
@@ -5355,13 +6365,13 @@
|
|
|
5355
6365
|
}
|
|
5356
6366
|
],
|
|
5357
6367
|
"compatibility": {
|
|
5358
|
-
"nuxt": "^2.0.0",
|
|
6368
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5359
6369
|
"requires": {}
|
|
5360
6370
|
}
|
|
5361
6371
|
},
|
|
5362
6372
|
{
|
|
5363
6373
|
"name": "svg",
|
|
5364
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6374
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5365
6375
|
"repo": "nuxt-community/svg-module",
|
|
5366
6376
|
"npm": "@nuxtjs/svg",
|
|
5367
6377
|
"icon": "",
|
|
@@ -5405,7 +6415,7 @@
|
|
|
5405
6415
|
},
|
|
5406
6416
|
{
|
|
5407
6417
|
"name": "swiper",
|
|
5408
|
-
"description": "Nuxt
|
|
6418
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5409
6419
|
"repo": "cpreston321/nuxt-swiper",
|
|
5410
6420
|
"npm": "nuxt-swiper",
|
|
5411
6421
|
"icon": "swiper.svg",
|
|
@@ -5451,10 +6461,10 @@
|
|
|
5451
6461
|
{
|
|
5452
6462
|
"name": "tailwindcss",
|
|
5453
6463
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5454
|
-
"repo": "nuxt-
|
|
6464
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5455
6465
|
"npm": "@nuxtjs/tailwindcss",
|
|
5456
6466
|
"icon": "tailwindcss.png",
|
|
5457
|
-
"github": "https://github.com/nuxt-
|
|
6467
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5458
6468
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5459
6469
|
"learn_more": "https://tailwindcss.com/",
|
|
5460
6470
|
"category": "UI",
|
|
@@ -5464,11 +6474,16 @@
|
|
|
5464
6474
|
"name": "Sébastien Chopin",
|
|
5465
6475
|
"github": "Atinux",
|
|
5466
6476
|
"twitter": "Atinux"
|
|
6477
|
+
},
|
|
6478
|
+
{
|
|
6479
|
+
"name": "Inesh Bose",
|
|
6480
|
+
"github": "ineshbose"
|
|
5467
6481
|
}
|
|
5468
6482
|
],
|
|
5469
6483
|
"compatibility": {
|
|
5470
6484
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5471
|
-
"requires": {}
|
|
6485
|
+
"requires": {},
|
|
6486
|
+
"devtools": "^0.0.0"
|
|
5472
6487
|
}
|
|
5473
6488
|
},
|
|
5474
6489
|
{
|
|
@@ -5516,9 +6531,31 @@
|
|
|
5516
6531
|
"requires": {}
|
|
5517
6532
|
}
|
|
5518
6533
|
},
|
|
6534
|
+
{
|
|
6535
|
+
"name": "tiptap",
|
|
6536
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6537
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6538
|
+
"npm": "nuxt-tiptap-editor",
|
|
6539
|
+
"icon": "tiptap.png",
|
|
6540
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6541
|
+
"website": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6542
|
+
"learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6543
|
+
"category": "Libraries",
|
|
6544
|
+
"type": "3rd-party",
|
|
6545
|
+
"maintainers": [
|
|
6546
|
+
{
|
|
6547
|
+
"name": "modbender",
|
|
6548
|
+
"github": "modbender"
|
|
6549
|
+
}
|
|
6550
|
+
],
|
|
6551
|
+
"compatibility": {
|
|
6552
|
+
"nuxt": "^3.0.0",
|
|
6553
|
+
"requires": {}
|
|
6554
|
+
}
|
|
6555
|
+
},
|
|
5519
6556
|
{
|
|
5520
6557
|
"name": "toast",
|
|
5521
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6558
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5522
6559
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5523
6560
|
"npm": "@nuxtjs/toast",
|
|
5524
6561
|
"icon": "",
|
|
@@ -5539,6 +6576,61 @@
|
|
|
5539
6576
|
"requires": {}
|
|
5540
6577
|
}
|
|
5541
6578
|
},
|
|
6579
|
+
{
|
|
6580
|
+
"name": "translation-manager",
|
|
6581
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6582
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6583
|
+
"npm": "nuxt-translation-manager",
|
|
6584
|
+
"icon": "translation-manager.png",
|
|
6585
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6586
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6587
|
+
"learn_more": "",
|
|
6588
|
+
"category": "Extensions",
|
|
6589
|
+
"type": "3rd-party",
|
|
6590
|
+
"maintainers": [
|
|
6591
|
+
{
|
|
6592
|
+
"name": "Sam K",
|
|
6593
|
+
"github": "samk-dev"
|
|
6594
|
+
}
|
|
6595
|
+
],
|
|
6596
|
+
"compatibility": {
|
|
6597
|
+
"nuxt": "^3.0.0",
|
|
6598
|
+
"requires": {}
|
|
6599
|
+
}
|
|
6600
|
+
},
|
|
6601
|
+
{
|
|
6602
|
+
"name": "tresjs",
|
|
6603
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6604
|
+
"repo": "tresjs/nuxt",
|
|
6605
|
+
"npm": "@tresjs/nuxt",
|
|
6606
|
+
"icon": "tresjs.svg",
|
|
6607
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6608
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6609
|
+
"learn_more": "https://tresjs.org/",
|
|
6610
|
+
"category": "Libraries",
|
|
6611
|
+
"type": "3rd-party",
|
|
6612
|
+
"maintainers": [
|
|
6613
|
+
{
|
|
6614
|
+
"name": "Alvaro Saburido",
|
|
6615
|
+
"github": "alvarosabu",
|
|
6616
|
+
"twitter": "alvarosabu"
|
|
6617
|
+
},
|
|
6618
|
+
{
|
|
6619
|
+
"name": "Jaime Torrealba",
|
|
6620
|
+
"github": "JaimeTorrealba",
|
|
6621
|
+
"twitter": "jaimebboyjt"
|
|
6622
|
+
},
|
|
6623
|
+
{
|
|
6624
|
+
"name": "Tino Koch",
|
|
6625
|
+
"github": "Tinoooo",
|
|
6626
|
+
"twitter": "ichbintino"
|
|
6627
|
+
}
|
|
6628
|
+
],
|
|
6629
|
+
"compatibility": {
|
|
6630
|
+
"nuxt": "^3.0.0",
|
|
6631
|
+
"requires": {}
|
|
6632
|
+
}
|
|
6633
|
+
},
|
|
5542
6634
|
{
|
|
5543
6635
|
"name": "turnstile",
|
|
5544
6636
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5566,7 +6658,7 @@
|
|
|
5566
6658
|
},
|
|
5567
6659
|
{
|
|
5568
6660
|
"name": "twa",
|
|
5569
|
-
"description": "Nuxt
|
|
6661
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5570
6662
|
"repo": "tuarrep/nuxt-twa",
|
|
5571
6663
|
"npm": "nuxt-twa",
|
|
5572
6664
|
"icon": "",
|
|
@@ -5754,6 +6846,63 @@
|
|
|
5754
6846
|
"requires": {}
|
|
5755
6847
|
}
|
|
5756
6848
|
},
|
|
6849
|
+
{
|
|
6850
|
+
"name": "typo3",
|
|
6851
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6852
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6853
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6854
|
+
"icon": "typo3.svg",
|
|
6855
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6856
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6857
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6858
|
+
"category": "CMS",
|
|
6859
|
+
"type": "3rd-party",
|
|
6860
|
+
"maintainers": [
|
|
6861
|
+
{
|
|
6862
|
+
"name": "Macopedia",
|
|
6863
|
+
"github": "macopedia",
|
|
6864
|
+
"twitter": "macopediapl"
|
|
6865
|
+
}
|
|
6866
|
+
],
|
|
6867
|
+
"compatibility": {
|
|
6868
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6869
|
+
"requires": {},
|
|
6870
|
+
"devtools": "^0.0.0"
|
|
6871
|
+
}
|
|
6872
|
+
},
|
|
6873
|
+
{
|
|
6874
|
+
"name": "ui",
|
|
6875
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6876
|
+
"repo": "nuxt/ui#dev",
|
|
6877
|
+
"npm": "@nuxt/ui",
|
|
6878
|
+
"icon": "nuxt.svg",
|
|
6879
|
+
"github": "https://github.com/nuxt/ui",
|
|
6880
|
+
"website": "https://ui.nuxt.com",
|
|
6881
|
+
"learn_more": "",
|
|
6882
|
+
"category": "UI",
|
|
6883
|
+
"type": "official",
|
|
6884
|
+
"maintainers": [
|
|
6885
|
+
{
|
|
6886
|
+
"name": "Benjamin Canac",
|
|
6887
|
+
"github": "benjamincanac",
|
|
6888
|
+
"twitter": "benjamincanac"
|
|
6889
|
+
},
|
|
6890
|
+
{
|
|
6891
|
+
"name": "Sebastien Chopin",
|
|
6892
|
+
"github": "Atinux",
|
|
6893
|
+
"twitter": "Atinux"
|
|
6894
|
+
},
|
|
6895
|
+
{
|
|
6896
|
+
"name": "Sylvain Marroufin",
|
|
6897
|
+
"github": "smarroufin",
|
|
6898
|
+
"twitter": "smarroufin"
|
|
6899
|
+
}
|
|
6900
|
+
],
|
|
6901
|
+
"compatibility": {
|
|
6902
|
+
"nuxt": "^3.0.0",
|
|
6903
|
+
"requires": {}
|
|
6904
|
+
}
|
|
6905
|
+
},
|
|
5757
6906
|
{
|
|
5758
6907
|
"name": "umami",
|
|
5759
6908
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5778,31 +6927,9 @@
|
|
|
5778
6927
|
}
|
|
5779
6928
|
}
|
|
5780
6929
|
},
|
|
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
6930
|
{
|
|
5804
6931
|
"name": "universal-storage",
|
|
5805
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6932
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5806
6933
|
"repo": "nuxt-community/universal-storage-module",
|
|
5807
6934
|
"npm": "@nuxtjs/universal-storage",
|
|
5808
6935
|
"icon": "",
|
|
@@ -5831,7 +6958,7 @@
|
|
|
5831
6958
|
{
|
|
5832
6959
|
"name": "unlazy",
|
|
5833
6960
|
"description": "Lazy loading library for placeholder images",
|
|
5834
|
-
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6961
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
5835
6962
|
"npm": "@unlazy/nuxt",
|
|
5836
6963
|
"icon": "unlazy.svg",
|
|
5837
6964
|
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
@@ -5879,12 +7006,12 @@
|
|
|
5879
7006
|
{
|
|
5880
7007
|
"name": "unocss",
|
|
5881
7008
|
"description": "The instant on-demand atomic CSS engine.",
|
|
5882
|
-
"repo": "
|
|
7009
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
5883
7010
|
"npm": "@unocss/nuxt",
|
|
5884
7011
|
"icon": "unocss.svg",
|
|
5885
|
-
"github": "https://github.com/
|
|
5886
|
-
"website": "https://github.com/
|
|
5887
|
-
"learn_more": "https://github.com/
|
|
7012
|
+
"github": "https://github.com/unocss/unocss",
|
|
7013
|
+
"website": "https://github.com/unocss/unocss",
|
|
7014
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
5888
7015
|
"category": "UI",
|
|
5889
7016
|
"type": "3rd-party",
|
|
5890
7017
|
"maintainers": [
|
|
@@ -5899,7 +7026,8 @@
|
|
|
5899
7026
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5900
7027
|
"requires": {
|
|
5901
7028
|
"bridge": "optional"
|
|
5902
|
-
}
|
|
7029
|
+
},
|
|
7030
|
+
"devtools": "^0.0.0"
|
|
5903
7031
|
}
|
|
5904
7032
|
},
|
|
5905
7033
|
{
|
|
@@ -5925,9 +7053,55 @@
|
|
|
5925
7053
|
"requires": {}
|
|
5926
7054
|
}
|
|
5927
7055
|
},
|
|
7056
|
+
{
|
|
7057
|
+
"name": "use-bootstrap",
|
|
7058
|
+
"description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
|
|
7059
|
+
"repo": "simplise/use-bootstrap",
|
|
7060
|
+
"npm": "usebootstrap",
|
|
7061
|
+
"icon": "use-bootstrap.svg",
|
|
7062
|
+
"github": "https://github.com/simplise/use-bootstrap",
|
|
7063
|
+
"website": "https://usebootstrap.org/",
|
|
7064
|
+
"learn_more": "https://usebootstrap.org/",
|
|
7065
|
+
"category": "UI",
|
|
7066
|
+
"type": "3rd-party",
|
|
7067
|
+
"maintainers": [
|
|
7068
|
+
{
|
|
7069
|
+
"name": "KoujiSano",
|
|
7070
|
+
"github": "KoujiSano"
|
|
7071
|
+
}
|
|
7072
|
+
],
|
|
7073
|
+
"compatibility": {
|
|
7074
|
+
"nuxt": "^3.0.0",
|
|
7075
|
+
"requires": {}
|
|
7076
|
+
}
|
|
7077
|
+
},
|
|
7078
|
+
{
|
|
7079
|
+
"name": "use-wagmi",
|
|
7080
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
7081
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
7082
|
+
"npm": "@use-wagmi/nuxt",
|
|
7083
|
+
"icon": "use-wagmi.png",
|
|
7084
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
7085
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
7086
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
7087
|
+
"category": "Extensions",
|
|
7088
|
+
"type": "3rd-party",
|
|
7089
|
+
"maintainers": [
|
|
7090
|
+
{
|
|
7091
|
+
"name": "Unic Ape",
|
|
7092
|
+
"github": "unicape"
|
|
7093
|
+
}
|
|
7094
|
+
],
|
|
7095
|
+
"compatibility": {
|
|
7096
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7097
|
+
"requires": {
|
|
7098
|
+
"bridge": true
|
|
7099
|
+
}
|
|
7100
|
+
}
|
|
7101
|
+
},
|
|
5928
7102
|
{
|
|
5929
7103
|
"name": "user-agent",
|
|
5930
|
-
"description": "Nuxt
|
|
7104
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5931
7105
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5932
7106
|
"npm": "nuxt-user-agent",
|
|
5933
7107
|
"icon": "",
|
|
@@ -5955,7 +7129,7 @@
|
|
|
5955
7129
|
"icon": "vee-validate.png",
|
|
5956
7130
|
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
5957
7131
|
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
5958
|
-
"learn_more": "
|
|
7132
|
+
"learn_more": "",
|
|
5959
7133
|
"category": "Libraries",
|
|
5960
7134
|
"type": "3rd-party",
|
|
5961
7135
|
"maintainers": [
|
|
@@ -6017,9 +7191,31 @@
|
|
|
6017
7191
|
}
|
|
6018
7192
|
}
|
|
6019
7193
|
},
|
|
7194
|
+
{
|
|
7195
|
+
"name": "vcalendar",
|
|
7196
|
+
"description": "VCalendar module for Nuxt",
|
|
7197
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
7198
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7199
|
+
"icon": "vcalendar.png",
|
|
7200
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
7201
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
7202
|
+
"learn_more": "",
|
|
7203
|
+
"category": "Libraries",
|
|
7204
|
+
"type": "3rd-party",
|
|
7205
|
+
"maintainers": [
|
|
7206
|
+
{
|
|
7207
|
+
"name": "Sam K",
|
|
7208
|
+
"github": "samk-dev"
|
|
7209
|
+
}
|
|
7210
|
+
],
|
|
7211
|
+
"compatibility": {
|
|
7212
|
+
"nuxt": "^3.0.0",
|
|
7213
|
+
"requires": {}
|
|
7214
|
+
}
|
|
7215
|
+
},
|
|
6020
7216
|
{
|
|
6021
7217
|
"name": "vee-validate",
|
|
6022
|
-
"description": "Painless Vue forms for Nuxt
|
|
7218
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6023
7219
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6024
7220
|
"npm": "@vee-validate/nuxt",
|
|
6025
7221
|
"icon": "vee-validate.png",
|
|
@@ -6109,7 +7305,7 @@
|
|
|
6109
7305
|
},
|
|
6110
7306
|
{
|
|
6111
7307
|
"name": "vite-pwa-nuxt",
|
|
6112
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7308
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6113
7309
|
"repo": "vite-pwa/nuxt",
|
|
6114
7310
|
"npm": "@vite-pwa/nuxt",
|
|
6115
7311
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6156,6 +7352,61 @@
|
|
|
6156
7352
|
"github": "antfu"
|
|
6157
7353
|
}
|
|
6158
7354
|
],
|
|
7355
|
+
"compatibility": {
|
|
7356
|
+
"nuxt": "^3.0.0",
|
|
7357
|
+
"requires": {},
|
|
7358
|
+
"devtools": "^0.0.0"
|
|
7359
|
+
}
|
|
7360
|
+
},
|
|
7361
|
+
{
|
|
7362
|
+
"name": "vue-email",
|
|
7363
|
+
"description": "💌 Write email templates with vue",
|
|
7364
|
+
"repo": "vue-email/nuxt",
|
|
7365
|
+
"npm": "@vue-email/nuxt",
|
|
7366
|
+
"icon": "vue-email.svg",
|
|
7367
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7368
|
+
"website": "https://vuemail.net/",
|
|
7369
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
7370
|
+
"category": "UI",
|
|
7371
|
+
"type": "3rd-party",
|
|
7372
|
+
"maintainers": [
|
|
7373
|
+
{
|
|
7374
|
+
"name": "David Arenas",
|
|
7375
|
+
"github": "Dave136",
|
|
7376
|
+
"twitter": "davejs4",
|
|
7377
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
7378
|
+
},
|
|
7379
|
+
{
|
|
7380
|
+
"name": "Younes Barrad",
|
|
7381
|
+
"github": "Flowko",
|
|
7382
|
+
"twitter": "imflowko",
|
|
7383
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
7384
|
+
}
|
|
7385
|
+
],
|
|
7386
|
+
"compatibility": {
|
|
7387
|
+
"nuxt": "^3.0.0",
|
|
7388
|
+
"requires": {},
|
|
7389
|
+
"devtools": "^0.0.0"
|
|
7390
|
+
}
|
|
7391
|
+
},
|
|
7392
|
+
{
|
|
7393
|
+
"name": "vue-final-modal",
|
|
7394
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7395
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
7396
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7397
|
+
"icon": "vue-final-modal.svg",
|
|
7398
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7399
|
+
"website": "https://vue-final-modal.org/",
|
|
7400
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7401
|
+
"category": "UI",
|
|
7402
|
+
"type": "3rd-party",
|
|
7403
|
+
"maintainers": [
|
|
7404
|
+
{
|
|
7405
|
+
"name": "Hunter Liu",
|
|
7406
|
+
"github": "hunterliu1003",
|
|
7407
|
+
"twitter": "hunterliu1003"
|
|
7408
|
+
}
|
|
7409
|
+
],
|
|
6159
7410
|
"compatibility": {
|
|
6160
7411
|
"nuxt": "^3.0.0",
|
|
6161
7412
|
"requires": {}
|
|
@@ -6183,7 +7434,8 @@
|
|
|
6183
7434
|
"nuxt": "^3.0.0",
|
|
6184
7435
|
"requires": {
|
|
6185
7436
|
"bridge": "optional"
|
|
6186
|
-
}
|
|
7437
|
+
},
|
|
7438
|
+
"devtools": "^0.0.0"
|
|
6187
7439
|
}
|
|
6188
7440
|
},
|
|
6189
7441
|
{
|
|
@@ -6210,7 +7462,7 @@
|
|
|
6210
7462
|
},
|
|
6211
7463
|
{
|
|
6212
7464
|
"name": "vue-multiselect",
|
|
6213
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7465
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6214
7466
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6215
7467
|
"npm": "nuxt-vue-multiselect",
|
|
6216
7468
|
"icon": "",
|
|
@@ -6255,7 +7507,7 @@
|
|
|
6255
7507
|
{
|
|
6256
7508
|
"name": "vue-query",
|
|
6257
7509
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6258
|
-
"repo": "Hebilicious/vue-query-nuxt#main",
|
|
7510
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
6259
7511
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
6260
7512
|
"icon": "vue-query.svg",
|
|
6261
7513
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -6324,7 +7576,7 @@
|
|
|
6324
7576
|
},
|
|
6325
7577
|
{
|
|
6326
7578
|
"name": "vue-warehouse",
|
|
6327
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7579
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6328
7580
|
"repo": "juliomrqz/vue-warehouse",
|
|
6329
7581
|
"npm": "vue-warehouse",
|
|
6330
7582
|
"icon": "",
|
|
@@ -6345,10 +7597,33 @@
|
|
|
6345
7597
|
"requires": {}
|
|
6346
7598
|
}
|
|
6347
7599
|
},
|
|
7600
|
+
{
|
|
7601
|
+
"name": "vue3-carousel-nuxt",
|
|
7602
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7603
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7604
|
+
"npm": "vue3-carousel-nuxt",
|
|
7605
|
+
"icon": "",
|
|
7606
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7607
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7608
|
+
"learn_more": "",
|
|
7609
|
+
"category": "UI",
|
|
7610
|
+
"type": "3rd-party",
|
|
7611
|
+
"maintainers": [
|
|
7612
|
+
{
|
|
7613
|
+
"name": "Gaetan SENN",
|
|
7614
|
+
"github": "gaetansenn",
|
|
7615
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7616
|
+
}
|
|
7617
|
+
],
|
|
7618
|
+
"compatibility": {
|
|
7619
|
+
"nuxt": "^3.0.0",
|
|
7620
|
+
"requires": {}
|
|
7621
|
+
}
|
|
7622
|
+
},
|
|
6348
7623
|
{
|
|
6349
7624
|
"name": "vuefire",
|
|
6350
7625
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
6351
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
7626
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
6352
7627
|
"npm": "nuxt-vuefire",
|
|
6353
7628
|
"icon": "vuefire.svg",
|
|
6354
7629
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -6367,15 +7642,61 @@
|
|
|
6367
7642
|
"requires": {}
|
|
6368
7643
|
}
|
|
6369
7644
|
},
|
|
7645
|
+
{
|
|
7646
|
+
"name": "vueform-builder",
|
|
7647
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7648
|
+
"repo": "vueform/builder#main/nuxt",
|
|
7649
|
+
"npm": "@vueform/builder-nuxt",
|
|
7650
|
+
"icon": "vueform.svg",
|
|
7651
|
+
"github": "https://github.com/vueform/builder",
|
|
7652
|
+
"website": "https://builder.vueform.com",
|
|
7653
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7654
|
+
"category": "Libraries",
|
|
7655
|
+
"type": "3rd-party",
|
|
7656
|
+
"maintainers": [
|
|
7657
|
+
{
|
|
7658
|
+
"name": "Adam Berecz",
|
|
7659
|
+
"github": "adamberecz",
|
|
7660
|
+
"twitter": "bereczadam"
|
|
7661
|
+
}
|
|
7662
|
+
],
|
|
7663
|
+
"compatibility": {
|
|
7664
|
+
"nuxt": "^3.0.0",
|
|
7665
|
+
"requires": {}
|
|
7666
|
+
}
|
|
7667
|
+
},
|
|
7668
|
+
{
|
|
7669
|
+
"name": "vueform",
|
|
7670
|
+
"description": "Official Vueform module for Nuxt",
|
|
7671
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
7672
|
+
"npm": "@vueform/nuxt",
|
|
7673
|
+
"icon": "vueform.svg",
|
|
7674
|
+
"github": "https://github.com/vueform/vueform",
|
|
7675
|
+
"website": "https://vueform.com",
|
|
7676
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7677
|
+
"category": "Libraries",
|
|
7678
|
+
"type": "3rd-party",
|
|
7679
|
+
"maintainers": [
|
|
7680
|
+
{
|
|
7681
|
+
"name": "Adam Berecz",
|
|
7682
|
+
"github": "adamberecz",
|
|
7683
|
+
"twitter": "bereczadam"
|
|
7684
|
+
}
|
|
7685
|
+
],
|
|
7686
|
+
"compatibility": {
|
|
7687
|
+
"nuxt": "^3.0.0",
|
|
7688
|
+
"requires": {}
|
|
7689
|
+
}
|
|
7690
|
+
},
|
|
6370
7691
|
{
|
|
6371
7692
|
"name": "vuestic",
|
|
6372
|
-
"description": "Vuestic UI module for Nuxt
|
|
7693
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6373
7694
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6374
7695
|
"npm": "@vuestic/nuxt",
|
|
6375
7696
|
"icon": "vuestic.png",
|
|
6376
7697
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
6377
|
-
"website": "https://vuestic.dev",
|
|
6378
|
-
"learn_more": "https://vuestic.dev/
|
|
7698
|
+
"website": "https://ui.vuestic.dev",
|
|
7699
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
6379
7700
|
"category": "UI",
|
|
6380
7701
|
"type": "3rd-party",
|
|
6381
7702
|
"maintainers": [
|
|
@@ -6389,9 +7710,31 @@
|
|
|
6389
7710
|
"requires": {}
|
|
6390
7711
|
}
|
|
6391
7712
|
},
|
|
7713
|
+
{
|
|
7714
|
+
"name": "vuetify-nuxt-module",
|
|
7715
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7716
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7717
|
+
"npm": "vuetify-nuxt-module",
|
|
7718
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7719
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7720
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7721
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
7722
|
+
"category": "UI",
|
|
7723
|
+
"type": "3rd-party",
|
|
7724
|
+
"maintainers": [
|
|
7725
|
+
{
|
|
7726
|
+
"name": "Joaquín Sánchez",
|
|
7727
|
+
"github": "userquin"
|
|
7728
|
+
}
|
|
7729
|
+
],
|
|
7730
|
+
"compatibility": {
|
|
7731
|
+
"nuxt": "^3.0.0",
|
|
7732
|
+
"requires": {}
|
|
7733
|
+
}
|
|
7734
|
+
},
|
|
6392
7735
|
{
|
|
6393
7736
|
"name": "vuetify",
|
|
6394
|
-
"description": "Vuetify Module for Nuxt
|
|
7737
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6395
7738
|
"repo": "nuxt-community/vuetify-module",
|
|
6396
7739
|
"npm": "@nuxtjs/vuetify",
|
|
6397
7740
|
"icon": "vuetify.png",
|
|
@@ -6438,7 +7781,8 @@
|
|
|
6438
7781
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6439
7782
|
"requires": {
|
|
6440
7783
|
"bridge": "optional"
|
|
6441
|
-
}
|
|
7784
|
+
},
|
|
7785
|
+
"devtools": "^0.0.0"
|
|
6442
7786
|
}
|
|
6443
7787
|
},
|
|
6444
7788
|
{
|
|
@@ -6465,7 +7809,7 @@
|
|
|
6465
7809
|
},
|
|
6466
7810
|
{
|
|
6467
7811
|
"name": "vunix",
|
|
6468
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7812
|
+
"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
7813
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6470
7814
|
"npm": "@vunix/nuxt",
|
|
6471
7815
|
"icon": "",
|
|
@@ -6489,11 +7833,11 @@
|
|
|
6489
7833
|
{
|
|
6490
7834
|
"name": "web-vitals",
|
|
6491
7835
|
"description": "Web Vitals for Nuxt",
|
|
6492
|
-
"repo": "nuxt-
|
|
7836
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6493
7837
|
"npm": "@nuxtjs/web-vitals",
|
|
6494
7838
|
"icon": "web-vitals.png",
|
|
6495
|
-
"github": "https://github.com/nuxt-
|
|
6496
|
-
"website": "https://github.com/nuxt-
|
|
7839
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7840
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6497
7841
|
"learn_more": "",
|
|
6498
7842
|
"category": "Performance",
|
|
6499
7843
|
"type": "community",
|
|
@@ -6544,7 +7888,7 @@
|
|
|
6544
7888
|
},
|
|
6545
7889
|
{
|
|
6546
7890
|
"name": "webpack-optimisations",
|
|
6547
|
-
"description": "Nuxt
|
|
7891
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6548
7892
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6549
7893
|
"npm": "nuxt-webpack-optimisations",
|
|
6550
7894
|
"icon": "build-optimisations.svg",
|
|
@@ -6619,7 +7963,7 @@
|
|
|
6619
7963
|
"icon": "webpack.png",
|
|
6620
7964
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6621
7965
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
6622
|
-
"learn_more": "
|
|
7966
|
+
"learn_more": "",
|
|
6623
7967
|
"category": "Devtools",
|
|
6624
7968
|
"type": "community",
|
|
6625
7969
|
"maintainers": [
|
|
@@ -6636,7 +7980,7 @@
|
|
|
6636
7980
|
},
|
|
6637
7981
|
{
|
|
6638
7982
|
"name": "well-known",
|
|
6639
|
-
"description": "A Nuxt
|
|
7983
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6640
7984
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6641
7985
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6642
7986
|
"icon": "well-known.svg",
|
|
@@ -6658,7 +8002,7 @@
|
|
|
6658
8002
|
},
|
|
6659
8003
|
{
|
|
6660
8004
|
"name": "wideangle",
|
|
6661
|
-
"description": "Nuxt
|
|
8005
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
6662
8006
|
"repo": "inputobjects/wideangle-nuxt",
|
|
6663
8007
|
"npm": "wideangle-nuxt",
|
|
6664
8008
|
"icon": "wideangle.png",
|
|
@@ -6685,11 +8029,11 @@
|
|
|
6685
8029
|
{
|
|
6686
8030
|
"name": "windicss",
|
|
6687
8031
|
"description": "Next generation utility-first CSS framework.",
|
|
6688
|
-
"repo": "windicss/nuxt-windicss
|
|
8032
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
6689
8033
|
"npm": "nuxt-windicss",
|
|
6690
8034
|
"icon": "windicss.svg",
|
|
6691
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
6692
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
8035
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
8036
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
6693
8037
|
"learn_more": "https://windicss.org/",
|
|
6694
8038
|
"category": "UI",
|
|
6695
8039
|
"type": "3rd-party",
|
|
@@ -6825,55 +8169,9 @@
|
|
|
6825
8169
|
"requires": {}
|
|
6826
8170
|
}
|
|
6827
8171
|
},
|
|
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
8172
|
{
|
|
6875
8173
|
"name": "zendesk",
|
|
6876
|
-
"description": "Nuxt
|
|
8174
|
+
"description": "Nuxt module for Zendesk",
|
|
6877
8175
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6878
8176
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6879
8177
|
"icon": "zendesk.png",
|