@nuxt/modules 0.6.0-dc3d45 → 0.6.0-dce714
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 +2209 -646
- package/package.json +16 -10
package/modules.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"name": "ackee",
|
|
4
|
-
"description": "Nuxt
|
|
4
|
+
"description": "Nuxt module for Ackee analytics",
|
|
5
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
6
|
"npm": "nuxt-ackee",
|
|
7
7
|
"icon": "ackee.png",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "agility-cms",
|
|
31
|
-
"description": "Agility CMS Integration for Nuxt
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
32
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
33
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
34
|
"icon": "agility.png",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"name": "algolia",
|
|
54
|
-
"description": "Algolia Search Module for Nuxt
|
|
54
|
+
"description": "Algolia Search Module for Nuxt",
|
|
55
55
|
"repo": "nuxt-modules/algolia",
|
|
56
56
|
"npm": "@nuxtjs/algolia",
|
|
57
57
|
"icon": "algolia.svg",
|
|
@@ -170,14 +170,36 @@
|
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
},
|
|
173
|
+
{
|
|
174
|
+
"name": "aos",
|
|
175
|
+
"description": "A Nuxt module that adds Animate On Scroll",
|
|
176
|
+
"repo": "egidiusmengelberg/nuxt-aos",
|
|
177
|
+
"npm": "nuxt-aos",
|
|
178
|
+
"icon": "aos.png",
|
|
179
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
181
|
+
"learn_more": "",
|
|
182
|
+
"category": "Libraries",
|
|
183
|
+
"type": "3rd-party",
|
|
184
|
+
"maintainers": [
|
|
185
|
+
{
|
|
186
|
+
"name": "egidiusmengelberg",
|
|
187
|
+
"github": "egidiusmengelberg"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"compatibility": {
|
|
191
|
+
"nuxt": "^3.0.0",
|
|
192
|
+
"requires": {}
|
|
193
|
+
}
|
|
194
|
+
},
|
|
173
195
|
{
|
|
174
196
|
"name": "api-party",
|
|
175
|
-
"description": "
|
|
197
|
+
"description": "Securely connect to any API with a server proxy and dynamic composables",
|
|
176
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
177
199
|
"npm": "nuxt-api-party",
|
|
178
200
|
"icon": "api-party.svg",
|
|
179
201
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
180
|
-
"website": "https://nuxt-api-party.
|
|
202
|
+
"website": "https://nuxt-api-party.byjohann.dev/",
|
|
181
203
|
"learn_more": "",
|
|
182
204
|
"category": "Request",
|
|
183
205
|
"type": "3rd-party",
|
|
@@ -194,6 +216,28 @@
|
|
|
194
216
|
"requires": {}
|
|
195
217
|
}
|
|
196
218
|
},
|
|
219
|
+
{
|
|
220
|
+
"name": "api-shield",
|
|
221
|
+
"description": "Nuxt API Shield - Rate Limiting",
|
|
222
|
+
"repo": "rrd108/nuxt-api-shield",
|
|
223
|
+
"npm": "nuxt-api-shield",
|
|
224
|
+
"icon": "api-shield.png",
|
|
225
|
+
"github": "https://github.com/rrd108/nuxt-api-shield",
|
|
226
|
+
"website": "https://github.com/rrd108/nuxt-api-shield",
|
|
227
|
+
"learn_more": "",
|
|
228
|
+
"category": "Security",
|
|
229
|
+
"type": "3rd-party",
|
|
230
|
+
"maintainers": [
|
|
231
|
+
{
|
|
232
|
+
"name": "rrd",
|
|
233
|
+
"github": "rrd108"
|
|
234
|
+
}
|
|
235
|
+
],
|
|
236
|
+
"compatibility": {
|
|
237
|
+
"nuxt": "^3.0.0",
|
|
238
|
+
"requires": {}
|
|
239
|
+
}
|
|
240
|
+
},
|
|
197
241
|
{
|
|
198
242
|
"name": "apis-to-file",
|
|
199
243
|
"description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
|
|
@@ -220,7 +264,7 @@
|
|
|
220
264
|
},
|
|
221
265
|
{
|
|
222
266
|
"name": "apollo",
|
|
223
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
267
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
224
268
|
"repo": "nuxt-modules/apollo",
|
|
225
269
|
"npm": "@nuxtjs/apollo",
|
|
226
270
|
"icon": "apollo.png",
|
|
@@ -244,7 +288,7 @@
|
|
|
244
288
|
},
|
|
245
289
|
{
|
|
246
290
|
"name": "applicationinsights",
|
|
247
|
-
"description": "AppInsights module for Nuxt
|
|
291
|
+
"description": "AppInsights module for Nuxt",
|
|
248
292
|
"repo": "nuxt-community/applicationinsights-module",
|
|
249
293
|
"npm": "@nuxtjs/applicationinsights",
|
|
250
294
|
"icon": "application-insights.png",
|
|
@@ -286,6 +330,28 @@
|
|
|
286
330
|
"requires": {}
|
|
287
331
|
}
|
|
288
332
|
},
|
|
333
|
+
{
|
|
334
|
+
"name": "arco-design-nuxt-module",
|
|
335
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
336
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
337
|
+
"npm": "arco-design-nuxt-module",
|
|
338
|
+
"icon": "arco-design.svg",
|
|
339
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
340
|
+
"website": "https://arco.design/vue",
|
|
341
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
342
|
+
"category": "UI",
|
|
343
|
+
"type": "3rd-party",
|
|
344
|
+
"maintainers": [
|
|
345
|
+
{
|
|
346
|
+
"name": "wiidede",
|
|
347
|
+
"github": "wiidede"
|
|
348
|
+
}
|
|
349
|
+
],
|
|
350
|
+
"compatibility": {
|
|
351
|
+
"nuxt": "^3.0.0",
|
|
352
|
+
"requires": {}
|
|
353
|
+
}
|
|
354
|
+
},
|
|
289
355
|
{
|
|
290
356
|
"name": "ark-ui",
|
|
291
357
|
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
@@ -309,9 +375,31 @@
|
|
|
309
375
|
"requires": {}
|
|
310
376
|
}
|
|
311
377
|
},
|
|
378
|
+
{
|
|
379
|
+
"name": "auth-utils",
|
|
380
|
+
"description": "Minimalist Auth module for Nuxt with SSR.",
|
|
381
|
+
"repo": "atinux/nuxt-auth-utils",
|
|
382
|
+
"npm": "nuxt-auth-utils",
|
|
383
|
+
"icon": "",
|
|
384
|
+
"github": "https://github.com/atinux/nuxt-auth-utils",
|
|
385
|
+
"website": "https://github.com/atinux/nuxt-auth-utils",
|
|
386
|
+
"learn_more": "",
|
|
387
|
+
"category": "Security",
|
|
388
|
+
"type": "3rd-party",
|
|
389
|
+
"maintainers": [
|
|
390
|
+
{
|
|
391
|
+
"name": "atinux",
|
|
392
|
+
"github": "atinux"
|
|
393
|
+
}
|
|
394
|
+
],
|
|
395
|
+
"compatibility": {
|
|
396
|
+
"nuxt": "^3.0.0",
|
|
397
|
+
"requires": {}
|
|
398
|
+
}
|
|
399
|
+
},
|
|
312
400
|
{
|
|
313
401
|
"name": "auth",
|
|
314
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
402
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
315
403
|
"repo": "nuxt-community/auth-module",
|
|
316
404
|
"npm": "@nuxtjs/auth",
|
|
317
405
|
"icon": "auth.png",
|
|
@@ -359,9 +447,55 @@
|
|
|
359
447
|
"requires": {}
|
|
360
448
|
}
|
|
361
449
|
},
|
|
450
|
+
{
|
|
451
|
+
"name": "authorization",
|
|
452
|
+
"description": "Manage permissions inside the app and the server.",
|
|
453
|
+
"repo": "barbapapazes/nuxt-authorization",
|
|
454
|
+
"npm": "nuxt-authorization",
|
|
455
|
+
"icon": "",
|
|
456
|
+
"github": "https://github.com/barbapapazes/nuxt-authorization",
|
|
457
|
+
"website": "https://github.com/barbapapazes/nuxt-authorization",
|
|
458
|
+
"learn_more": "https://soubiran.dev/posts/nuxt-going-full-stack-how-to-handle-authorization",
|
|
459
|
+
"category": "Security",
|
|
460
|
+
"type": "3rd-party",
|
|
461
|
+
"maintainers": [
|
|
462
|
+
{
|
|
463
|
+
"name": "Estéban Soubiran",
|
|
464
|
+
"github": "barbapapazes",
|
|
465
|
+
"twitter": "soubiran_"
|
|
466
|
+
}
|
|
467
|
+
],
|
|
468
|
+
"compatibility": {
|
|
469
|
+
"nuxt": "^3.0.0",
|
|
470
|
+
"requires": {}
|
|
471
|
+
}
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"name": "auto-animate",
|
|
475
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
476
|
+
"repo": "formkit/auto-animate",
|
|
477
|
+
"npm": "@formkit/auto-animate",
|
|
478
|
+
"icon": "auto-animate.svg",
|
|
479
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
480
|
+
"website": "https://auto-animate.formkit.com",
|
|
481
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
482
|
+
"category": "Libraries",
|
|
483
|
+
"type": "3rd-party",
|
|
484
|
+
"maintainers": [
|
|
485
|
+
{
|
|
486
|
+
"name": "Justin Schroeder",
|
|
487
|
+
"github": "justin-schroeder",
|
|
488
|
+
"twitter": "jpschroeder"
|
|
489
|
+
}
|
|
490
|
+
],
|
|
491
|
+
"compatibility": {
|
|
492
|
+
"nuxt": "^3.0.0",
|
|
493
|
+
"requires": {}
|
|
494
|
+
}
|
|
495
|
+
},
|
|
362
496
|
{
|
|
363
497
|
"name": "axios",
|
|
364
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
498
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
365
499
|
"repo": "nuxt-community/axios-module",
|
|
366
500
|
"npm": "@nuxtjs/axios",
|
|
367
501
|
"icon": "axios.svg",
|
|
@@ -384,7 +518,7 @@
|
|
|
384
518
|
},
|
|
385
519
|
{
|
|
386
520
|
"name": "basic-auth",
|
|
387
|
-
"description": "Provide basic authentication to your Nuxt
|
|
521
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
388
522
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
389
523
|
"npm": "nuxt-basic-auth-module",
|
|
390
524
|
"icon": "",
|
|
@@ -508,7 +642,7 @@
|
|
|
508
642
|
},
|
|
509
643
|
{
|
|
510
644
|
"name": "bulma-slim",
|
|
511
|
-
"description": "Nuxt
|
|
645
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
512
646
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
513
647
|
"npm": "nuxt-bulma-slim",
|
|
514
648
|
"icon": "bulma.png",
|
|
@@ -575,7 +709,7 @@
|
|
|
575
709
|
},
|
|
576
710
|
{
|
|
577
711
|
"name": "canvas-sketch",
|
|
578
|
-
"description": "Nuxt
|
|
712
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
579
713
|
"repo": "LuXDAmore/generative-art",
|
|
580
714
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
581
715
|
"icon": "",
|
|
@@ -598,7 +732,7 @@
|
|
|
598
732
|
},
|
|
599
733
|
{
|
|
600
734
|
"name": "capo",
|
|
601
|
-
"description": "Capo.js implementation for Nuxt
|
|
735
|
+
"description": "Capo.js implementation for Nuxt",
|
|
602
736
|
"repo": "danielroe/nuxt-capo",
|
|
603
737
|
"npm": "nuxt-capo",
|
|
604
738
|
"icon": "",
|
|
@@ -620,7 +754,7 @@
|
|
|
620
754
|
},
|
|
621
755
|
{
|
|
622
756
|
"name": "chakra-ui",
|
|
623
|
-
"description": "Chakra UI Module for Nuxt
|
|
757
|
+
"description": "Chakra UI Module for Nuxt",
|
|
624
758
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
625
759
|
"npm": "@chakra-ui/nuxt",
|
|
626
760
|
"icon": "chakra-ui.png",
|
|
@@ -667,10 +801,10 @@
|
|
|
667
801
|
"description": "Privacy-first, end-to-end encrypted analytics",
|
|
668
802
|
"repo": "chiffre-io/nuxt-chiffre",
|
|
669
803
|
"npm": "nuxt-chiffre",
|
|
670
|
-
"icon": "
|
|
804
|
+
"icon": "chiffre.png",
|
|
671
805
|
"github": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
672
806
|
"website": "https://github.com/chiffre-io/nuxt-chiffre",
|
|
673
|
-
"learn_more": "https://chiffre.io",
|
|
807
|
+
"learn_more": "https://chiffre.io/",
|
|
674
808
|
"category": "Analytics",
|
|
675
809
|
"type": "3rd-party",
|
|
676
810
|
"maintainers": [
|
|
@@ -731,7 +865,7 @@
|
|
|
731
865
|
},
|
|
732
866
|
{
|
|
733
867
|
"name": "cloudcms",
|
|
734
|
-
"description": "CloudCMS Nuxt
|
|
868
|
+
"description": "CloudCMS Nuxt Module",
|
|
735
869
|
"repo": "gitana/cloudcms-nuxt",
|
|
736
870
|
"npm": "cloudcms-nuxt",
|
|
737
871
|
"icon": "",
|
|
@@ -780,7 +914,7 @@
|
|
|
780
914
|
},
|
|
781
915
|
{
|
|
782
916
|
"name": "cloudinary",
|
|
783
|
-
"description": "Optimize images and videos in your Nuxt
|
|
917
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
784
918
|
"repo": "nuxt-modules/cloudinary",
|
|
785
919
|
"npm": "@nuxtjs/cloudinary",
|
|
786
920
|
"icon": "cloudinary.png",
|
|
@@ -803,7 +937,7 @@
|
|
|
803
937
|
},
|
|
804
938
|
{
|
|
805
939
|
"name": "color-mode",
|
|
806
|
-
"description": "Dark and Light mode for
|
|
940
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
807
941
|
"repo": "nuxt-modules/color-mode",
|
|
808
942
|
"npm": "@nuxtjs/color-mode",
|
|
809
943
|
"icon": "color-mode.png",
|
|
@@ -902,7 +1036,7 @@
|
|
|
902
1036
|
"npm": "@nuxt/content",
|
|
903
1037
|
"icon": "nuxt.svg",
|
|
904
1038
|
"github": "https://github.com/nuxt/content",
|
|
905
|
-
"website": "https://content.
|
|
1039
|
+
"website": "https://content.nuxt.com",
|
|
906
1040
|
"learn_more": "",
|
|
907
1041
|
"category": "CMS",
|
|
908
1042
|
"type": "official",
|
|
@@ -1024,7 +1158,7 @@
|
|
|
1024
1158
|
},
|
|
1025
1159
|
{
|
|
1026
1160
|
"name": "darkmode.js",
|
|
1027
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1161
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
1028
1162
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
1029
1163
|
"npm": "nuxtjs-darkmode-js-module",
|
|
1030
1164
|
"icon": "darkmode.png",
|
|
@@ -1046,7 +1180,7 @@
|
|
|
1046
1180
|
},
|
|
1047
1181
|
{
|
|
1048
1182
|
"name": "date-fns",
|
|
1049
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1183
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
1050
1184
|
"repo": "nuxt-community/date-fns-module",
|
|
1051
1185
|
"npm": "@nuxtjs/date-fns",
|
|
1052
1186
|
"icon": "date-fns.png",
|
|
@@ -1068,7 +1202,7 @@
|
|
|
1068
1202
|
},
|
|
1069
1203
|
{
|
|
1070
1204
|
"name": "datocms-nuxt2",
|
|
1071
|
-
"description": "DatoCMS integration for Nuxt
|
|
1205
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
1072
1206
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
1073
1207
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
1074
1208
|
"icon": "datocms.svg",
|
|
@@ -1137,8 +1271,8 @@
|
|
|
1137
1271
|
},
|
|
1138
1272
|
{
|
|
1139
1273
|
"name": "delay-hydration",
|
|
1140
|
-
"description": "Improve your Nuxt
|
|
1141
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1274
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1275
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1142
1276
|
"npm": "nuxt-delay-hydration",
|
|
1143
1277
|
"icon": "lighthouse.svg",
|
|
1144
1278
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1160,12 +1294,12 @@
|
|
|
1160
1294
|
},
|
|
1161
1295
|
{
|
|
1162
1296
|
"name": "device",
|
|
1163
|
-
"description": "Device detection module for Nuxt
|
|
1164
|
-
"repo": "nuxt-
|
|
1297
|
+
"description": "Device detection module for Nuxt",
|
|
1298
|
+
"repo": "nuxt-modules/device",
|
|
1165
1299
|
"npm": "@nuxtjs/device",
|
|
1166
1300
|
"icon": "",
|
|
1167
|
-
"github": "https://github.com/nuxt-
|
|
1168
|
-
"website": "https://github.com/nuxt-
|
|
1301
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1302
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1169
1303
|
"learn_more": "",
|
|
1170
1304
|
"category": "Extensions",
|
|
1171
1305
|
"type": "community",
|
|
@@ -1187,7 +1321,7 @@
|
|
|
1187
1321
|
"npm": "@nuxt/devtools",
|
|
1188
1322
|
"icon": "nuxt.svg",
|
|
1189
1323
|
"github": "https://github.com/nuxt/devtools",
|
|
1190
|
-
"website": "https://devtools.
|
|
1324
|
+
"website": "https://devtools.nuxt.com",
|
|
1191
1325
|
"learn_more": "",
|
|
1192
1326
|
"category": "Devtools",
|
|
1193
1327
|
"type": "official",
|
|
@@ -1223,12 +1357,13 @@
|
|
|
1223
1357
|
],
|
|
1224
1358
|
"compatibility": {
|
|
1225
1359
|
"nuxt": "^3.0.0",
|
|
1226
|
-
"requires": {}
|
|
1360
|
+
"requires": {},
|
|
1361
|
+
"devtools": "^0.0.0"
|
|
1227
1362
|
}
|
|
1228
1363
|
},
|
|
1229
1364
|
{
|
|
1230
1365
|
"name": "disqus",
|
|
1231
|
-
"description": "Disqus for Nuxt
|
|
1366
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1232
1367
|
"repo": "modbender/nuxt-disqus",
|
|
1233
1368
|
"npm": "nuxt-disqus",
|
|
1234
1369
|
"icon": "disqus.svg",
|
|
@@ -1248,9 +1383,31 @@
|
|
|
1248
1383
|
"requires": {}
|
|
1249
1384
|
}
|
|
1250
1385
|
},
|
|
1386
|
+
{
|
|
1387
|
+
"name": "doppler",
|
|
1388
|
+
"description": "Integrate your Doppler secrets into your Nuxt build",
|
|
1389
|
+
"repo": "JamieCurnow/nuxt-doppler",
|
|
1390
|
+
"npm": "nuxt-doppler",
|
|
1391
|
+
"icon": "doppler.png",
|
|
1392
|
+
"github": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1393
|
+
"website": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1394
|
+
"learn_more": "",
|
|
1395
|
+
"category": "Devtools",
|
|
1396
|
+
"type": "3rd-party",
|
|
1397
|
+
"maintainers": [
|
|
1398
|
+
{
|
|
1399
|
+
"name": "JamieCurnow",
|
|
1400
|
+
"github": "JamieCurnow"
|
|
1401
|
+
}
|
|
1402
|
+
],
|
|
1403
|
+
"compatibility": {
|
|
1404
|
+
"nuxt": "^3.0.0",
|
|
1405
|
+
"requires": {}
|
|
1406
|
+
}
|
|
1407
|
+
},
|
|
1251
1408
|
{
|
|
1252
1409
|
"name": "dotenv",
|
|
1253
|
-
"description": "A Nuxt
|
|
1410
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1254
1411
|
"repo": "nuxt-community/dotenv-module",
|
|
1255
1412
|
"npm": "@nuxtjs/dotenv",
|
|
1256
1413
|
"icon": "dotenv.png",
|
|
@@ -1272,13 +1429,13 @@
|
|
|
1272
1429
|
},
|
|
1273
1430
|
{
|
|
1274
1431
|
"name": "drupal-ce",
|
|
1275
|
-
"description": "Connects Nuxt
|
|
1432
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1276
1433
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1277
1434
|
"npm": "nuxtjs-drupal-ce",
|
|
1278
1435
|
"icon": "drupal-ce.png",
|
|
1279
1436
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1280
|
-
"website": "https://
|
|
1281
|
-
"learn_more": "https://
|
|
1437
|
+
"website": "https://lupus-decoupled.org",
|
|
1438
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1282
1439
|
"category": "CMS",
|
|
1283
1440
|
"type": "3rd-party",
|
|
1284
1441
|
"maintainers": [
|
|
@@ -1293,19 +1450,19 @@
|
|
|
1293
1450
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1294
1451
|
},
|
|
1295
1452
|
{
|
|
1296
|
-
"name": "
|
|
1297
|
-
"github": "
|
|
1298
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1453
|
+
"name": "Matic",
|
|
1454
|
+
"github": "TurtlBbx",
|
|
1455
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1299
1456
|
}
|
|
1300
1457
|
],
|
|
1301
1458
|
"compatibility": {
|
|
1302
|
-
"nuxt": "^2.0.0",
|
|
1459
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1303
1460
|
"requires": {}
|
|
1304
1461
|
}
|
|
1305
1462
|
},
|
|
1306
1463
|
{
|
|
1307
1464
|
"name": "druxt",
|
|
1308
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1465
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1309
1466
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1310
1467
|
"npm": "druxt",
|
|
1311
1468
|
"icon": "druxt.svg",
|
|
@@ -1325,6 +1482,73 @@
|
|
|
1325
1482
|
"requires": {}
|
|
1326
1483
|
}
|
|
1327
1484
|
},
|
|
1485
|
+
{
|
|
1486
|
+
"name": "easy-lightbox",
|
|
1487
|
+
"description": "A plugin for simple Vue 3 Image Lightbox component with Zoom / Drag / Rotate / Switch.",
|
|
1488
|
+
"repo": "modbender/nuxt-easy-lightbox",
|
|
1489
|
+
"npm": "nuxt-easy-lightbox",
|
|
1490
|
+
"icon": "easy-lightbox.svg",
|
|
1491
|
+
"github": "https://github.com/modbender/nuxt-easy-lightbox",
|
|
1492
|
+
"website": "https://github.com/modbender/nuxt-easy-lightbox",
|
|
1493
|
+
"learn_more": "",
|
|
1494
|
+
"category": "Libraries",
|
|
1495
|
+
"type": "3rd-party",
|
|
1496
|
+
"maintainers": [
|
|
1497
|
+
{
|
|
1498
|
+
"name": "modbender",
|
|
1499
|
+
"github": "modbender"
|
|
1500
|
+
}
|
|
1501
|
+
],
|
|
1502
|
+
"compatibility": {
|
|
1503
|
+
"nuxt": "^3.0.0",
|
|
1504
|
+
"requires": {}
|
|
1505
|
+
}
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"name": "echarts",
|
|
1509
|
+
"description": "Nuxt Module for Apache ECharts™",
|
|
1510
|
+
"repo": "kingyue737/nuxt-echarts",
|
|
1511
|
+
"npm": "nuxt-echarts",
|
|
1512
|
+
"icon": "echarts.svg",
|
|
1513
|
+
"github": "https://github.com/kingyue737/nuxt-echarts",
|
|
1514
|
+
"website": "https://echarts.nuxt.dev",
|
|
1515
|
+
"learn_more": "https://nuxt-echarts.nuxt.dev",
|
|
1516
|
+
"category": "Libraries",
|
|
1517
|
+
"type": "3rd-party",
|
|
1518
|
+
"maintainers": [
|
|
1519
|
+
{
|
|
1520
|
+
"name": "Yue JIN",
|
|
1521
|
+
"github": "kingyue737"
|
|
1522
|
+
}
|
|
1523
|
+
],
|
|
1524
|
+
"compatibility": {
|
|
1525
|
+
"nuxt": "^3.0.0",
|
|
1526
|
+
"requires": {}
|
|
1527
|
+
}
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"name": "edgedb",
|
|
1531
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1532
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1533
|
+
"npm": "nuxt-edgedb-module",
|
|
1534
|
+
"icon": "edgedb.svg",
|
|
1535
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1536
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1537
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1538
|
+
"category": "Database",
|
|
1539
|
+
"type": "3rd-party",
|
|
1540
|
+
"maintainers": [
|
|
1541
|
+
{
|
|
1542
|
+
"name": "Yaël Guilloux",
|
|
1543
|
+
"github": "Tahul",
|
|
1544
|
+
"twitter": "yaeeelglx"
|
|
1545
|
+
}
|
|
1546
|
+
],
|
|
1547
|
+
"compatibility": {
|
|
1548
|
+
"nuxt": "^3.8.0",
|
|
1549
|
+
"requires": {}
|
|
1550
|
+
}
|
|
1551
|
+
},
|
|
1328
1552
|
{
|
|
1329
1553
|
"name": "electron",
|
|
1330
1554
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1373,7 +1597,7 @@
|
|
|
1373
1597
|
},
|
|
1374
1598
|
{
|
|
1375
1599
|
"name": "emotion",
|
|
1376
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1600
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1377
1601
|
"repo": "nuxt-modules/emotion",
|
|
1378
1602
|
"npm": "@nuxtjs/emotion",
|
|
1379
1603
|
"icon": "emotion.png",
|
|
@@ -1400,8 +1624,8 @@
|
|
|
1400
1624
|
}
|
|
1401
1625
|
},
|
|
1402
1626
|
{
|
|
1403
|
-
"name": "eslint",
|
|
1404
|
-
"description": "ESLint module for Nuxt
|
|
1627
|
+
"name": "eslint-module",
|
|
1628
|
+
"description": "ESLint module for Nuxt",
|
|
1405
1629
|
"repo": "nuxt-community/eslint-module",
|
|
1406
1630
|
"npm": "@nuxtjs/eslint-module",
|
|
1407
1631
|
"icon": "eslint.png",
|
|
@@ -1421,9 +1645,32 @@
|
|
|
1421
1645
|
"requires": {}
|
|
1422
1646
|
}
|
|
1423
1647
|
},
|
|
1648
|
+
{
|
|
1649
|
+
"name": "eslint",
|
|
1650
|
+
"description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
|
|
1651
|
+
"repo": "nuxt/eslint",
|
|
1652
|
+
"npm": "@nuxt/eslint",
|
|
1653
|
+
"icon": "nuxt.svg",
|
|
1654
|
+
"github": "https://github.com/nuxt/eslint",
|
|
1655
|
+
"website": "https://eslint.nuxt.com",
|
|
1656
|
+
"learn_more": "https://eslint.nuxt.com/packages/module",
|
|
1657
|
+
"category": "Devtools",
|
|
1658
|
+
"type": "official",
|
|
1659
|
+
"maintainers": [
|
|
1660
|
+
{
|
|
1661
|
+
"name": "Anthony Fu",
|
|
1662
|
+
"github": "antfu",
|
|
1663
|
+
"twitter": "antfu7"
|
|
1664
|
+
}
|
|
1665
|
+
],
|
|
1666
|
+
"compatibility": {
|
|
1667
|
+
"nuxt": "^3.0.0",
|
|
1668
|
+
"requires": {}
|
|
1669
|
+
}
|
|
1670
|
+
},
|
|
1424
1671
|
{
|
|
1425
1672
|
"name": "event-trace",
|
|
1426
|
-
"description": "Module for event trace in Nuxt
|
|
1673
|
+
"description": "Module for event trace in Nuxt",
|
|
1427
1674
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1428
1675
|
"npm": "nuxt-event-trace",
|
|
1429
1676
|
"icon": "",
|
|
@@ -1443,6 +1690,29 @@
|
|
|
1443
1690
|
"requires": {}
|
|
1444
1691
|
}
|
|
1445
1692
|
},
|
|
1693
|
+
{
|
|
1694
|
+
"name": "fathom-analytics",
|
|
1695
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1696
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1697
|
+
"npm": "nuxt-fathom",
|
|
1698
|
+
"icon": "fathom-analytics.svg",
|
|
1699
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1700
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1701
|
+
"learn_more": "",
|
|
1702
|
+
"category": "Analytics",
|
|
1703
|
+
"type": "3rd-party",
|
|
1704
|
+
"maintainers": [
|
|
1705
|
+
{
|
|
1706
|
+
"name": "Valgeir Björnsson",
|
|
1707
|
+
"github": "valgeirb",
|
|
1708
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1709
|
+
}
|
|
1710
|
+
],
|
|
1711
|
+
"compatibility": {
|
|
1712
|
+
"nuxt": "^3.0.0",
|
|
1713
|
+
"requires": {}
|
|
1714
|
+
}
|
|
1715
|
+
},
|
|
1446
1716
|
{
|
|
1447
1717
|
"name": "fathom",
|
|
1448
1718
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1467,7 +1737,7 @@
|
|
|
1467
1737
|
},
|
|
1468
1738
|
{
|
|
1469
1739
|
"name": "feature-toggle",
|
|
1470
|
-
"description": "Feature toggle module for Nuxt
|
|
1740
|
+
"description": "Feature toggle module for Nuxt",
|
|
1471
1741
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1472
1742
|
"npm": "nuxt-feature-toggle",
|
|
1473
1743
|
"icon": "",
|
|
@@ -1534,7 +1804,7 @@
|
|
|
1534
1804
|
},
|
|
1535
1805
|
{
|
|
1536
1806
|
"name": "floating-prompt-module",
|
|
1537
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1807
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1538
1808
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1539
1809
|
"npm": "nuxt-floating-prompt-module",
|
|
1540
1810
|
"icon": "",
|
|
@@ -1643,14 +1913,37 @@
|
|
|
1643
1913
|
"requires": {}
|
|
1644
1914
|
}
|
|
1645
1915
|
},
|
|
1916
|
+
{
|
|
1917
|
+
"name": "fonts",
|
|
1918
|
+
"description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
|
|
1919
|
+
"repo": "nuxt/fonts",
|
|
1920
|
+
"npm": "@nuxt/fonts",
|
|
1921
|
+
"icon": "nuxt.svg",
|
|
1922
|
+
"github": "https://github.com/nuxt/fonts",
|
|
1923
|
+
"website": "https://github.com/nuxt/fonts",
|
|
1924
|
+
"learn_more": "",
|
|
1925
|
+
"category": "Libraries",
|
|
1926
|
+
"type": "official",
|
|
1927
|
+
"maintainers": [
|
|
1928
|
+
{
|
|
1929
|
+
"name": "Daniel Roe",
|
|
1930
|
+
"github": "danielroe",
|
|
1931
|
+
"twitter": "danielcroe"
|
|
1932
|
+
}
|
|
1933
|
+
],
|
|
1934
|
+
"compatibility": {
|
|
1935
|
+
"nuxt": "^3.0.0",
|
|
1936
|
+
"requires": {}
|
|
1937
|
+
}
|
|
1938
|
+
},
|
|
1646
1939
|
{
|
|
1647
1940
|
"name": "form-actions",
|
|
1648
1941
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1649
|
-
"repo": "Hebilicious/form-actions-nuxt/packages/form-
|
|
1942
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
|
|
1650
1943
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1651
1944
|
"icon": "form-actions.svg",
|
|
1652
1945
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1653
|
-
"website": "https://
|
|
1946
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1654
1947
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1655
1948
|
"category": "Request",
|
|
1656
1949
|
"type": "3rd-party",
|
|
@@ -1662,7 +1955,7 @@
|
|
|
1662
1955
|
}
|
|
1663
1956
|
],
|
|
1664
1957
|
"compatibility": {
|
|
1665
|
-
"nuxt": "^3.
|
|
1958
|
+
"nuxt": "^3.7.0",
|
|
1666
1959
|
"requires": {}
|
|
1667
1960
|
}
|
|
1668
1961
|
},
|
|
@@ -1674,7 +1967,7 @@
|
|
|
1674
1967
|
"icon": "formkit.png",
|
|
1675
1968
|
"github": "https://github.com/formkit/formkit",
|
|
1676
1969
|
"website": "https://formkit.com",
|
|
1677
|
-
"learn_more": "https://formkit.com/
|
|
1970
|
+
"learn_more": "https://formkit.com/getting-started/installation",
|
|
1678
1971
|
"category": "Libraries",
|
|
1679
1972
|
"type": "3rd-party",
|
|
1680
1973
|
"maintainers": [
|
|
@@ -1740,7 +2033,7 @@
|
|
|
1740
2033
|
},
|
|
1741
2034
|
{
|
|
1742
2035
|
"name": "google-adsense",
|
|
1743
|
-
"description": "Google Adsense Module for Nuxt
|
|
2036
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1744
2037
|
"repo": "nuxt-community/google-adsense-module",
|
|
1745
2038
|
"npm": "@nuxtjs/google-adsense",
|
|
1746
2039
|
"icon": "google-adsense.png",
|
|
@@ -1766,7 +2059,7 @@
|
|
|
1766
2059
|
},
|
|
1767
2060
|
{
|
|
1768
2061
|
"name": "google-analytics",
|
|
1769
|
-
"description": "Google analytics Module for Nuxt
|
|
2062
|
+
"description": "Google analytics Module for Nuxt",
|
|
1770
2063
|
"repo": "nuxt-community/analytics-module",
|
|
1771
2064
|
"npm": "@nuxtjs/google-analytics",
|
|
1772
2065
|
"icon": "google-analytics.png",
|
|
@@ -1798,7 +2091,7 @@
|
|
|
1798
2091
|
},
|
|
1799
2092
|
{
|
|
1800
2093
|
"name": "google-fonts",
|
|
1801
|
-
"description": "Google Fonts module for
|
|
2094
|
+
"description": "Google Fonts module for Nuxt",
|
|
1802
2095
|
"repo": "nuxt-modules/google-fonts",
|
|
1803
2096
|
"npm": "@nuxtjs/google-fonts",
|
|
1804
2097
|
"icon": "google-fonts.png",
|
|
@@ -1822,7 +2115,7 @@
|
|
|
1822
2115
|
},
|
|
1823
2116
|
{
|
|
1824
2117
|
"name": "google-gtag",
|
|
1825
|
-
"description": "Google GTag for Nuxt
|
|
2118
|
+
"description": "Google GTag for Nuxt",
|
|
1826
2119
|
"repo": "nuxt-community/google-gtag",
|
|
1827
2120
|
"npm": "@nuxtjs/google-gtag",
|
|
1828
2121
|
"icon": "gtm.png",
|
|
@@ -1848,7 +2141,7 @@
|
|
|
1848
2141
|
},
|
|
1849
2142
|
{
|
|
1850
2143
|
"name": "google-optimize",
|
|
1851
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2144
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1852
2145
|
"repo": "nuxt-community/google-optimize-module",
|
|
1853
2146
|
"npm": "nuxt-google-optimize",
|
|
1854
2147
|
"icon": "google-optimize.png",
|
|
@@ -1887,7 +2180,7 @@
|
|
|
1887
2180
|
"icon": "graphql-client.svg",
|
|
1888
2181
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1889
2182
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1890
|
-
"learn_more": "https://
|
|
2183
|
+
"learn_more": "https://nuxt-graphql-client.web.app/",
|
|
1891
2184
|
"category": "Request",
|
|
1892
2185
|
"type": "3rd-party",
|
|
1893
2186
|
"maintainers": [
|
|
@@ -1903,7 +2196,7 @@
|
|
|
1903
2196
|
},
|
|
1904
2197
|
{
|
|
1905
2198
|
"name": "graphql-request",
|
|
1906
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2199
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1907
2200
|
"repo": "gomah/nuxt-graphql-request",
|
|
1908
2201
|
"npm": "nuxt-graphql-request",
|
|
1909
2202
|
"icon": "graphql-request.png",
|
|
@@ -1919,7 +2212,7 @@
|
|
|
1919
2212
|
}
|
|
1920
2213
|
],
|
|
1921
2214
|
"compatibility": {
|
|
1922
|
-
"nuxt": "^2.0.0",
|
|
2215
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1923
2216
|
"requires": {}
|
|
1924
2217
|
}
|
|
1925
2218
|
},
|
|
@@ -1942,12 +2235,13 @@
|
|
|
1942
2235
|
],
|
|
1943
2236
|
"compatibility": {
|
|
1944
2237
|
"nuxt": "^3.0.0",
|
|
1945
|
-
"requires": {}
|
|
2238
|
+
"requires": {},
|
|
2239
|
+
"devtools": "^0.0.0"
|
|
1946
2240
|
}
|
|
1947
2241
|
},
|
|
1948
2242
|
{
|
|
1949
2243
|
"name": "gtag",
|
|
1950
|
-
"description": "Google Analytics integration for Nuxt
|
|
2244
|
+
"description": "Google Analytics integration for Nuxt: Google Analytics, Google Ads and more",
|
|
1951
2245
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1952
2246
|
"npm": "nuxt-gtag",
|
|
1953
2247
|
"icon": "gtag.svg",
|
|
@@ -1971,7 +2265,7 @@
|
|
|
1971
2265
|
},
|
|
1972
2266
|
{
|
|
1973
2267
|
"name": "gtm",
|
|
1974
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2268
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1975
2269
|
"repo": "nuxt-community/gtm-module",
|
|
1976
2270
|
"npm": "@nuxtjs/gtm",
|
|
1977
2271
|
"icon": "gtm.png",
|
|
@@ -1994,7 +2288,7 @@
|
|
|
1994
2288
|
},
|
|
1995
2289
|
{
|
|
1996
2290
|
"name": "guess",
|
|
1997
|
-
"description": "Guess.js module for Nuxt
|
|
2291
|
+
"description": "Guess.js module for Nuxt",
|
|
1998
2292
|
"repo": "nuxt-community/guess-module",
|
|
1999
2293
|
"npm": "@nuxtjs/guess-module",
|
|
2000
2294
|
"icon": "guessjs.png",
|
|
@@ -2106,7 +2400,7 @@
|
|
|
2106
2400
|
},
|
|
2107
2401
|
{
|
|
2108
2402
|
"name": "helmet",
|
|
2109
|
-
"description": "Easy Helmet module with Nuxt
|
|
2403
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2110
2404
|
"repo": "victor-perez/nuxt-helmet",
|
|
2111
2405
|
"npm": "nuxt-helmet",
|
|
2112
2406
|
"icon": "",
|
|
@@ -2150,7 +2444,7 @@
|
|
|
2150
2444
|
},
|
|
2151
2445
|
{
|
|
2152
2446
|
"name": "history-state",
|
|
2153
|
-
"description": "Nuxt
|
|
2447
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2154
2448
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2155
2449
|
"npm": "nuxt-history-state",
|
|
2156
2450
|
"icon": "",
|
|
@@ -2170,6 +2464,28 @@
|
|
|
2170
2464
|
"requires": {}
|
|
2171
2465
|
}
|
|
2172
2466
|
},
|
|
2467
|
+
{
|
|
2468
|
+
"name": "hotjar",
|
|
2469
|
+
"description": "Add HotJar to your Nuxt application",
|
|
2470
|
+
"repo": "damevin/nuxt-module-hotjar",
|
|
2471
|
+
"npm": "nuxt-module-hotjar",
|
|
2472
|
+
"icon": "hotjar.png",
|
|
2473
|
+
"github": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2474
|
+
"website": "https://github.com/damevin/nuxt-module-hotjar",
|
|
2475
|
+
"learn_more": "https://github.com/damevin/nuxt-module-hotjar#nuxt-hotjar",
|
|
2476
|
+
"category": "SEO",
|
|
2477
|
+
"type": "3rd-party",
|
|
2478
|
+
"maintainers": [
|
|
2479
|
+
{
|
|
2480
|
+
"name": "Raphaël DAMEVIN",
|
|
2481
|
+
"github": "damevin"
|
|
2482
|
+
}
|
|
2483
|
+
],
|
|
2484
|
+
"compatibility": {
|
|
2485
|
+
"nuxt": "^3.0.0",
|
|
2486
|
+
"requires": {}
|
|
2487
|
+
}
|
|
2488
|
+
},
|
|
2173
2489
|
{
|
|
2174
2490
|
"name": "html-minifier",
|
|
2175
2491
|
"description": "Minify the html for each request served by nuxt server (nuxt start)",
|
|
@@ -2199,7 +2515,7 @@
|
|
|
2199
2515
|
"npm": "@nuxtjs/html-validator",
|
|
2200
2516
|
"icon": "html-validator.png",
|
|
2201
2517
|
"github": "https://github.com/nuxt-modules/html-validator",
|
|
2202
|
-
"website": "https://html-validator
|
|
2518
|
+
"website": "https://github.com/nuxt-modules/html-validator",
|
|
2203
2519
|
"learn_more": "https://html-validate.org",
|
|
2204
2520
|
"category": "Performance",
|
|
2205
2521
|
"type": "community",
|
|
@@ -2219,7 +2535,7 @@
|
|
|
2219
2535
|
},
|
|
2220
2536
|
{
|
|
2221
2537
|
"name": "http",
|
|
2222
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2538
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2223
2539
|
"repo": "nuxt/http",
|
|
2224
2540
|
"npm": "@nuxt/http",
|
|
2225
2541
|
"icon": "http.png",
|
|
@@ -2245,9 +2561,47 @@
|
|
|
2245
2561
|
"requires": {}
|
|
2246
2562
|
}
|
|
2247
2563
|
},
|
|
2564
|
+
{
|
|
2565
|
+
"name": "hub",
|
|
2566
|
+
"description": "Build full-stack Nuxt applications on the edge, with zero configuration.",
|
|
2567
|
+
"repo": "nuxt-hub/core",
|
|
2568
|
+
"npm": "@nuxthub/core",
|
|
2569
|
+
"icon": "nuxthub.svg",
|
|
2570
|
+
"github": "https://github.com/nuxt-hub/core",
|
|
2571
|
+
"website": "https://hub.nuxt.com",
|
|
2572
|
+
"learn_more": "",
|
|
2573
|
+
"category": "Database",
|
|
2574
|
+
"type": "3rd-party",
|
|
2575
|
+
"maintainers": [
|
|
2576
|
+
{
|
|
2577
|
+
"name": "Sebastien Chopin",
|
|
2578
|
+
"github": "Atinux"
|
|
2579
|
+
},
|
|
2580
|
+
{
|
|
2581
|
+
"name": "Ahad Birang",
|
|
2582
|
+
"github": "farnabaz"
|
|
2583
|
+
},
|
|
2584
|
+
{
|
|
2585
|
+
"name": "Sylvain Marroufin",
|
|
2586
|
+
"github": "smarroufin"
|
|
2587
|
+
},
|
|
2588
|
+
{
|
|
2589
|
+
"name": "Florent Delerue",
|
|
2590
|
+
"github": "flosciante"
|
|
2591
|
+
},
|
|
2592
|
+
{
|
|
2593
|
+
"name": "NuxtLabs",
|
|
2594
|
+
"github": "nuxtlabs"
|
|
2595
|
+
}
|
|
2596
|
+
],
|
|
2597
|
+
"compatibility": {
|
|
2598
|
+
"nuxt": "^3.0.0",
|
|
2599
|
+
"requires": {}
|
|
2600
|
+
}
|
|
2601
|
+
},
|
|
2248
2602
|
{
|
|
2249
2603
|
"name": "humans-txt",
|
|
2250
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2604
|
+
"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.",
|
|
2251
2605
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2252
2606
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2253
2607
|
"icon": "",
|
|
@@ -2275,8 +2629,8 @@
|
|
|
2275
2629
|
"npm": "@nuxtjs/i18n",
|
|
2276
2630
|
"icon": "i18n.png",
|
|
2277
2631
|
"github": "https://github.com/nuxt-modules/i18n",
|
|
2278
|
-
"website": "https://
|
|
2279
|
-
"learn_more": "https://
|
|
2632
|
+
"website": "https://i18n.nuxtjs.org",
|
|
2633
|
+
"learn_more": "https://vue-i18n.intlify.dev/",
|
|
2280
2634
|
"category": "Extensions",
|
|
2281
2635
|
"type": "community",
|
|
2282
2636
|
"maintainers": [
|
|
@@ -2287,6 +2641,10 @@
|
|
|
2287
2641
|
{
|
|
2288
2642
|
"name": "Kazuya Kawaguchi",
|
|
2289
2643
|
"github": "kazupon"
|
|
2644
|
+
},
|
|
2645
|
+
{
|
|
2646
|
+
"name": "Bobbie Goede",
|
|
2647
|
+
"github": "BobbieGoede"
|
|
2290
2648
|
}
|
|
2291
2649
|
],
|
|
2292
2650
|
"compatibility": {
|
|
@@ -2316,26 +2674,54 @@
|
|
|
2316
2674
|
"requires": {}
|
|
2317
2675
|
}
|
|
2318
2676
|
},
|
|
2677
|
+
{
|
|
2678
|
+
"name": "icon-tw",
|
|
2679
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2680
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2681
|
+
"npm": "nuxt-icon-tw",
|
|
2682
|
+
"icon": "nuxt-icon.png",
|
|
2683
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2684
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2685
|
+
"learn_more": "",
|
|
2686
|
+
"category": "UI",
|
|
2687
|
+
"type": "3rd-party",
|
|
2688
|
+
"maintainers": [
|
|
2689
|
+
{
|
|
2690
|
+
"name": "JohnCampionJr",
|
|
2691
|
+
"github": "JohnCampionJr"
|
|
2692
|
+
}
|
|
2693
|
+
],
|
|
2694
|
+
"compatibility": {
|
|
2695
|
+
"nuxt": "^3.0.0",
|
|
2696
|
+
"requires": {},
|
|
2697
|
+
"devtools": "^0.0.0"
|
|
2698
|
+
}
|
|
2699
|
+
},
|
|
2319
2700
|
{
|
|
2320
2701
|
"name": "icon",
|
|
2321
|
-
"description": "Icon module for Nuxt with
|
|
2322
|
-
"repo": "nuxt
|
|
2323
|
-
"npm": "nuxt
|
|
2702
|
+
"description": "Icon module for Nuxt with 200,000+ ready to use icons from Iconify.",
|
|
2703
|
+
"repo": "nuxt/icon",
|
|
2704
|
+
"npm": "@nuxt/icon",
|
|
2324
2705
|
"icon": "nuxt-icon.png",
|
|
2325
|
-
"github": "https://github.com/nuxt
|
|
2326
|
-
"website": "https://github.com/nuxt
|
|
2706
|
+
"github": "https://github.com/nuxt/icon",
|
|
2707
|
+
"website": "https://github.com/nuxt/icon",
|
|
2327
2708
|
"learn_more": "",
|
|
2328
2709
|
"category": "UI",
|
|
2329
|
-
"type": "
|
|
2710
|
+
"type": "official",
|
|
2330
2711
|
"maintainers": [
|
|
2331
2712
|
{
|
|
2332
2713
|
"name": "Atinux",
|
|
2333
2714
|
"github": "Atinux"
|
|
2715
|
+
},
|
|
2716
|
+
{
|
|
2717
|
+
"name": "Anthony Fu",
|
|
2718
|
+
"github": "antfu"
|
|
2334
2719
|
}
|
|
2335
2720
|
],
|
|
2336
2721
|
"compatibility": {
|
|
2337
2722
|
"nuxt": "^3.0.0",
|
|
2338
|
-
"requires": {}
|
|
2723
|
+
"requires": {},
|
|
2724
|
+
"devtools": "^0.0.0"
|
|
2339
2725
|
}
|
|
2340
2726
|
},
|
|
2341
2727
|
{
|
|
@@ -2384,12 +2770,12 @@
|
|
|
2384
2770
|
},
|
|
2385
2771
|
{
|
|
2386
2772
|
"name": "image",
|
|
2387
|
-
"description": "Optimised images for
|
|
2773
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2388
2774
|
"repo": "nuxt/image",
|
|
2389
2775
|
"npm": "@nuxt/image",
|
|
2390
2776
|
"icon": "image.png",
|
|
2391
2777
|
"github": "https://github.com/nuxt/image",
|
|
2392
|
-
"website": "https://image.
|
|
2778
|
+
"website": "https://image.nuxt.com",
|
|
2393
2779
|
"learn_more": "",
|
|
2394
2780
|
"category": "Images",
|
|
2395
2781
|
"type": "official",
|
|
@@ -2399,6 +2785,11 @@
|
|
|
2399
2785
|
"github": "farnabaz",
|
|
2400
2786
|
"twitter": "a_birang"
|
|
2401
2787
|
},
|
|
2788
|
+
{
|
|
2789
|
+
"name": "Daniel Roe",
|
|
2790
|
+
"github": "danielroe",
|
|
2791
|
+
"twitter": "danielcroe"
|
|
2792
|
+
},
|
|
2402
2793
|
{
|
|
2403
2794
|
"name": "Pooya Parsa",
|
|
2404
2795
|
"github": "pi0",
|
|
@@ -2419,7 +2810,7 @@
|
|
|
2419
2810
|
},
|
|
2420
2811
|
{
|
|
2421
2812
|
"name": "imagemin",
|
|
2422
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2813
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2423
2814
|
"repo": "nuxt-community/imagemin-module",
|
|
2424
2815
|
"npm": "@nuxtjs/imagemin",
|
|
2425
2816
|
"icon": "imagemin.png",
|
|
@@ -2466,7 +2857,7 @@
|
|
|
2466
2857
|
},
|
|
2467
2858
|
{
|
|
2468
2859
|
"name": "intercom",
|
|
2469
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2860
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2470
2861
|
"repo": "hex-digital/nuxt-intercom",
|
|
2471
2862
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2472
2863
|
"icon": "intercom.png",
|
|
@@ -2511,7 +2902,7 @@
|
|
|
2511
2902
|
},
|
|
2512
2903
|
{
|
|
2513
2904
|
"name": "jsonapi",
|
|
2514
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2905
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2515
2906
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2516
2907
|
"npm": "nuxt-jsonapi",
|
|
2517
2908
|
"icon": "jsonapi.svg",
|
|
@@ -2554,13 +2945,41 @@
|
|
|
2554
2945
|
}
|
|
2555
2946
|
},
|
|
2556
2947
|
{
|
|
2557
|
-
"name": "
|
|
2558
|
-
"description": "
|
|
2559
|
-
"repo": "
|
|
2560
|
-
"npm": "
|
|
2948
|
+
"name": "kinde",
|
|
2949
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2950
|
+
"repo": "nuxt-modules/kinde",
|
|
2951
|
+
"npm": "@nuxtjs/kinde",
|
|
2952
|
+
"icon": "kinde.svg",
|
|
2953
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2954
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2955
|
+
"learn_more": "https://kinde.com/",
|
|
2956
|
+
"category": "Security",
|
|
2957
|
+
"type": "community",
|
|
2958
|
+
"maintainers": [
|
|
2959
|
+
{
|
|
2960
|
+
"name": "danielroe",
|
|
2961
|
+
"github": "danielroe"
|
|
2962
|
+
},
|
|
2963
|
+
{
|
|
2964
|
+
"name": "daveordead",
|
|
2965
|
+
"github": "DaveOrDead",
|
|
2966
|
+
"twitter": "dave_or_dead"
|
|
2967
|
+
}
|
|
2968
|
+
],
|
|
2969
|
+
"compatibility": {
|
|
2970
|
+
"nuxt": "^3.0.0",
|
|
2971
|
+
"requires": {}
|
|
2972
|
+
},
|
|
2973
|
+
"sponsor": true
|
|
2974
|
+
},
|
|
2975
|
+
{
|
|
2976
|
+
"name": "kql",
|
|
2977
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2978
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
2979
|
+
"npm": "nuxt-kql",
|
|
2561
2980
|
"icon": "kql.svg",
|
|
2562
2981
|
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2563
|
-
"website": "https://nuxt-kql.
|
|
2982
|
+
"website": "https://nuxt-kql.byjohann.dev/",
|
|
2564
2983
|
"learn_more": "",
|
|
2565
2984
|
"category": "CMS",
|
|
2566
2985
|
"type": "3rd-party",
|
|
@@ -2579,7 +2998,7 @@
|
|
|
2579
2998
|
},
|
|
2580
2999
|
{
|
|
2581
3000
|
"name": "laravel-echo",
|
|
2582
|
-
"description": "Laravel Echo for Nuxt
|
|
3001
|
+
"description": "Laravel Echo for Nuxt",
|
|
2583
3002
|
"repo": "nuxt-community/laravel-echo",
|
|
2584
3003
|
"npm": "@nuxtjs/laravel-echo",
|
|
2585
3004
|
"icon": "laravel-echo.png",
|
|
@@ -2621,6 +3040,28 @@
|
|
|
2621
3040
|
"requires": {}
|
|
2622
3041
|
}
|
|
2623
3042
|
},
|
|
3043
|
+
{
|
|
3044
|
+
"name": "laravel-precognition",
|
|
3045
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
3046
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
3047
|
+
"npm": "nuxt-laravel-precognition",
|
|
3048
|
+
"icon": "laravel.svg",
|
|
3049
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
3050
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
3051
|
+
"learn_more": "",
|
|
3052
|
+
"category": "Security",
|
|
3053
|
+
"type": "3rd-party",
|
|
3054
|
+
"maintainers": [
|
|
3055
|
+
{
|
|
3056
|
+
"name": "sot1986",
|
|
3057
|
+
"github": "sot1986"
|
|
3058
|
+
}
|
|
3059
|
+
],
|
|
3060
|
+
"compatibility": {
|
|
3061
|
+
"nuxt": "^3.0.0",
|
|
3062
|
+
"requires": {}
|
|
3063
|
+
}
|
|
3064
|
+
},
|
|
2624
3065
|
{
|
|
2625
3066
|
"name": "laravel",
|
|
2626
3067
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2667,13 +3108,13 @@
|
|
|
2667
3108
|
},
|
|
2668
3109
|
{
|
|
2669
3110
|
"name": "link-checker",
|
|
2670
|
-
"description": "
|
|
3111
|
+
"description": "Find and magically fix links that may be negatively effecting your SEO.",
|
|
2671
3112
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2672
3113
|
"npm": "nuxt-link-checker",
|
|
2673
|
-
"icon": "",
|
|
3114
|
+
"icon": "link-checker.svg",
|
|
2674
3115
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2675
|
-
"website": "https://
|
|
2676
|
-
"learn_more": "",
|
|
3116
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
3117
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2677
3118
|
"category": "SEO",
|
|
2678
3119
|
"type": "3rd-party",
|
|
2679
3120
|
"maintainers": [
|
|
@@ -2686,7 +3127,8 @@
|
|
|
2686
3127
|
],
|
|
2687
3128
|
"compatibility": {
|
|
2688
3129
|
"nuxt": "^3.0.0",
|
|
2689
|
-
"requires": {}
|
|
3130
|
+
"requires": {},
|
|
3131
|
+
"devtools": "^0.0.0"
|
|
2690
3132
|
}
|
|
2691
3133
|
},
|
|
2692
3134
|
{
|
|
@@ -2739,6 +3181,28 @@
|
|
|
2739
3181
|
"requires": {}
|
|
2740
3182
|
}
|
|
2741
3183
|
},
|
|
3184
|
+
{
|
|
3185
|
+
"name": "locomotive-scroll",
|
|
3186
|
+
"description": "A Nuxt module to easily integrate Locomotive Scroll into your Nuxt application.",
|
|
3187
|
+
"repo": "arashsheyda/nuxt-locomotive-scroll",
|
|
3188
|
+
"npm": "nuxt-locomotive-scroll",
|
|
3189
|
+
"icon": "locomotive-scroll.png",
|
|
3190
|
+
"github": "https://github.com/arashsheyda/nuxt-locomotive-scroll",
|
|
3191
|
+
"website": "https://docs.arashsheyda.me/nuxt-locomotive-scroll",
|
|
3192
|
+
"learn_more": "https://github.com/locomotivemtl/locomotive-scroll",
|
|
3193
|
+
"category": "Libraries",
|
|
3194
|
+
"type": "3rd-party",
|
|
3195
|
+
"maintainers": [
|
|
3196
|
+
{
|
|
3197
|
+
"name": "Arash Sheyda",
|
|
3198
|
+
"github": "arashsheyda"
|
|
3199
|
+
}
|
|
3200
|
+
],
|
|
3201
|
+
"compatibility": {
|
|
3202
|
+
"nuxt": "^3.0.0",
|
|
3203
|
+
"requires": {}
|
|
3204
|
+
}
|
|
3205
|
+
},
|
|
2742
3206
|
{
|
|
2743
3207
|
"name": "lodash",
|
|
2744
3208
|
"description": "lodash module with auto-import and custom prefix",
|
|
@@ -2763,12 +3227,12 @@
|
|
|
2763
3227
|
},
|
|
2764
3228
|
{
|
|
2765
3229
|
"name": "logrocket",
|
|
2766
|
-
"description": "LogRocket module for Nuxt
|
|
2767
|
-
"repo": "nuxt-
|
|
3230
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3231
|
+
"repo": "nuxt-modules/logrocket",
|
|
2768
3232
|
"npm": "nuxt-logrocket",
|
|
2769
3233
|
"icon": "logrocket.png",
|
|
2770
|
-
"github": "https://github.com/nuxt-
|
|
2771
|
-
"website": "https://github.com/nuxt-
|
|
3234
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3235
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2772
3236
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2773
3237
|
"category": "Monitoring",
|
|
2774
3238
|
"type": "community",
|
|
@@ -2784,9 +3248,33 @@
|
|
|
2784
3248
|
"requires": {}
|
|
2785
3249
|
}
|
|
2786
3250
|
},
|
|
3251
|
+
{
|
|
3252
|
+
"name": "logto",
|
|
3253
|
+
"description": "The better Nuxt auth module for developers.",
|
|
3254
|
+
"repo": "logto-io/js#master/packages/nuxt",
|
|
3255
|
+
"npm": "@logto/nuxt",
|
|
3256
|
+
"icon": "logto.svg",
|
|
3257
|
+
"github": "https://github.com/logto-io/js/tree/master/packages/nuxt",
|
|
3258
|
+
"website": "https://logto.io",
|
|
3259
|
+
"learn_more": "https://docs.logto.io",
|
|
3260
|
+
"category": "Security",
|
|
3261
|
+
"type": "3rd-party",
|
|
3262
|
+
"maintainers": [
|
|
3263
|
+
{
|
|
3264
|
+
"name": "logto",
|
|
3265
|
+
"github": "logto-io",
|
|
3266
|
+
"twitter": "logto_io"
|
|
3267
|
+
}
|
|
3268
|
+
],
|
|
3269
|
+
"compatibility": {
|
|
3270
|
+
"nuxt": "^3.0.0",
|
|
3271
|
+
"requires": {}
|
|
3272
|
+
},
|
|
3273
|
+
"sponsor": true
|
|
3274
|
+
},
|
|
2787
3275
|
{
|
|
2788
3276
|
"name": "lucide-icons",
|
|
2789
|
-
"description": "Nuxt
|
|
3277
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2790
3278
|
"repo": "swisnl/nuxt-lucide-icons",
|
|
2791
3279
|
"npm": "nuxt-lucide-icons",
|
|
2792
3280
|
"icon": "lucide-icons.svg",
|
|
@@ -2812,7 +3300,7 @@
|
|
|
2812
3300
|
},
|
|
2813
3301
|
{
|
|
2814
3302
|
"name": "lunr",
|
|
2815
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3303
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2816
3304
|
"repo": "nuxt-community/lunr-module",
|
|
2817
3305
|
"npm": "@nuxtjs/lunr-module",
|
|
2818
3306
|
"icon": "",
|
|
@@ -2835,10 +3323,10 @@
|
|
|
2835
3323
|
{
|
|
2836
3324
|
"name": "magic-regexp",
|
|
2837
3325
|
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2838
|
-
"repo": "
|
|
3326
|
+
"repo": "unjs/magic-regexp",
|
|
2839
3327
|
"npm": "magic-regexp",
|
|
2840
3328
|
"icon": "magic-regexp.svg",
|
|
2841
|
-
"github": "https://github.com/
|
|
3329
|
+
"github": "https://github.com/unjs/magic-regexp",
|
|
2842
3330
|
"website": "https://magic-regexp.roe.dev",
|
|
2843
3331
|
"learn_more": "https://magic-regexp.roe.dev",
|
|
2844
3332
|
"category": "Libraries",
|
|
@@ -2855,6 +3343,29 @@
|
|
|
2855
3343
|
"requires": {}
|
|
2856
3344
|
}
|
|
2857
3345
|
},
|
|
3346
|
+
{
|
|
3347
|
+
"name": "mailpit",
|
|
3348
|
+
"description": "Integrates Mailpit web UI in Nuxt devtools",
|
|
3349
|
+
"repo": "tdolsen/nuxt-mailpit",
|
|
3350
|
+
"npm": "nuxt-mailpit",
|
|
3351
|
+
"icon": "mailpit.svg",
|
|
3352
|
+
"github": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3353
|
+
"website": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3354
|
+
"learn_more": "https://github.com/tdolsen/nuxt-mailpit",
|
|
3355
|
+
"category": "Devtools",
|
|
3356
|
+
"type": "3rd-party",
|
|
3357
|
+
"maintainers": [
|
|
3358
|
+
{
|
|
3359
|
+
"name": "Torkild Dyvik Olsen",
|
|
3360
|
+
"github": "tdolsen",
|
|
3361
|
+
"twitter": "tdolsen"
|
|
3362
|
+
}
|
|
3363
|
+
],
|
|
3364
|
+
"compatibility": {
|
|
3365
|
+
"nuxt": "^3.8.0",
|
|
3366
|
+
"requires": {}
|
|
3367
|
+
}
|
|
3368
|
+
},
|
|
2858
3369
|
{
|
|
2859
3370
|
"name": "markdownit",
|
|
2860
3371
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
@@ -2878,6 +3389,30 @@
|
|
|
2878
3389
|
"requires": {}
|
|
2879
3390
|
}
|
|
2880
3391
|
},
|
|
3392
|
+
{
|
|
3393
|
+
"name": "marquee",
|
|
3394
|
+
"description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
|
|
3395
|
+
"repo": "hanzydev/nuxt-marquee",
|
|
3396
|
+
"npm": "nuxt-marquee",
|
|
3397
|
+
"icon": "marquee.png",
|
|
3398
|
+
"github": "https://github.com/hanzydev/nuxt-marquee/",
|
|
3399
|
+
"website": "https://hanzydev.github.io/nuxt-marquee/",
|
|
3400
|
+
"learn_more": "",
|
|
3401
|
+
"category": "UI",
|
|
3402
|
+
"type": "3rd-party",
|
|
3403
|
+
"maintainers": [
|
|
3404
|
+
{
|
|
3405
|
+
"name": "Hànzy",
|
|
3406
|
+
"github": "hanzydev",
|
|
3407
|
+
"avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
|
|
3408
|
+
}
|
|
3409
|
+
],
|
|
3410
|
+
"compatibility": {
|
|
3411
|
+
"nuxt": "^3.0.0",
|
|
3412
|
+
"requires": {},
|
|
3413
|
+
"devtools": "^0.0.0"
|
|
3414
|
+
}
|
|
3415
|
+
},
|
|
2881
3416
|
{
|
|
2882
3417
|
"name": "matomo",
|
|
2883
3418
|
"description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
|
|
@@ -2900,6 +3435,50 @@
|
|
|
2900
3435
|
"requires": {}
|
|
2901
3436
|
}
|
|
2902
3437
|
},
|
|
3438
|
+
{
|
|
3439
|
+
"name": "maz-ui",
|
|
3440
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3441
|
+
"repo": "louismazel/maz-ui#master/packages/lib",
|
|
3442
|
+
"npm": "maz-ui",
|
|
3443
|
+
"icon": "maz-ui.png",
|
|
3444
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3445
|
+
"website": "https://maz-ui.com/",
|
|
3446
|
+
"learn_more": "https://maz-ui.com/guide/nuxt",
|
|
3447
|
+
"category": "UI",
|
|
3448
|
+
"type": "3rd-party",
|
|
3449
|
+
"maintainers": [
|
|
3450
|
+
{
|
|
3451
|
+
"name": "Loïc Mazuel",
|
|
3452
|
+
"github": "LouisMazel"
|
|
3453
|
+
}
|
|
3454
|
+
],
|
|
3455
|
+
"compatibility": {
|
|
3456
|
+
"nuxt": "^3.0.0",
|
|
3457
|
+
"requires": {}
|
|
3458
|
+
}
|
|
3459
|
+
},
|
|
3460
|
+
{
|
|
3461
|
+
"name": "mdc",
|
|
3462
|
+
"description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
|
|
3463
|
+
"repo": "nuxt-modules/mdc",
|
|
3464
|
+
"npm": "@nuxtjs/mdc",
|
|
3465
|
+
"icon": "mdc.png",
|
|
3466
|
+
"github": "https://github.com/nuxt-modules/mdc",
|
|
3467
|
+
"website": "https://github.com/nuxt-modules/mdc",
|
|
3468
|
+
"learn_more": "",
|
|
3469
|
+
"category": "Extensions",
|
|
3470
|
+
"type": "community",
|
|
3471
|
+
"maintainers": [
|
|
3472
|
+
{
|
|
3473
|
+
"name": "farnabaz",
|
|
3474
|
+
"github": "farnabaz"
|
|
3475
|
+
}
|
|
3476
|
+
],
|
|
3477
|
+
"compatibility": {
|
|
3478
|
+
"nuxt": "^3.0.0",
|
|
3479
|
+
"requires": {}
|
|
3480
|
+
}
|
|
3481
|
+
},
|
|
2903
3482
|
{
|
|
2904
3483
|
"name": "mdx",
|
|
2905
3484
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2925,7 +3504,7 @@
|
|
|
2925
3504
|
},
|
|
2926
3505
|
{
|
|
2927
3506
|
"name": "medusa",
|
|
2928
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3507
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2929
3508
|
"repo": "Baroshem/nuxt-medusa",
|
|
2930
3509
|
"npm": "nuxt-medusa",
|
|
2931
3510
|
"icon": "medusa.svg",
|
|
@@ -2950,7 +3529,7 @@
|
|
|
2950
3529
|
},
|
|
2951
3530
|
{
|
|
2952
3531
|
"name": "meilisearch",
|
|
2953
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3532
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2954
3533
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2955
3534
|
"npm": "nuxt-meilisearch",
|
|
2956
3535
|
"icon": "meilisearch.svg",
|
|
@@ -2970,7 +3549,8 @@
|
|
|
2970
3549
|
"nuxt": "^3.0.0",
|
|
2971
3550
|
"requires": {
|
|
2972
3551
|
"bridge": false
|
|
2973
|
-
}
|
|
3552
|
+
},
|
|
3553
|
+
"devtools": "^0.0.0"
|
|
2974
3554
|
}
|
|
2975
3555
|
},
|
|
2976
3556
|
{
|
|
@@ -2995,28 +3575,6 @@
|
|
|
2995
3575
|
"requires": {}
|
|
2996
3576
|
}
|
|
2997
3577
|
},
|
|
2998
|
-
{
|
|
2999
|
-
"name": "mobile",
|
|
3000
|
-
"description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
|
|
3001
|
-
"repo": "ChanningDefoe/nuxt-mobile-detect",
|
|
3002
|
-
"npm": "nuxt-mobile",
|
|
3003
|
-
"icon": "",
|
|
3004
|
-
"github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
3005
|
-
"website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
|
|
3006
|
-
"learn_more": "https://github.com/hgoebl/mobile-detect.js",
|
|
3007
|
-
"category": "Extensions",
|
|
3008
|
-
"type": "3rd-party",
|
|
3009
|
-
"maintainers": [
|
|
3010
|
-
{
|
|
3011
|
-
"name": "ChanningDefoe",
|
|
3012
|
-
"github": "ChanningDefoe"
|
|
3013
|
-
}
|
|
3014
|
-
],
|
|
3015
|
-
"compatibility": {
|
|
3016
|
-
"nuxt": "^2.0.0",
|
|
3017
|
-
"requires": {}
|
|
3018
|
-
}
|
|
3019
|
-
},
|
|
3020
3578
|
{
|
|
3021
3579
|
"name": "module-feed",
|
|
3022
3580
|
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
@@ -3040,9 +3598,31 @@
|
|
|
3040
3598
|
"requires": {}
|
|
3041
3599
|
}
|
|
3042
3600
|
},
|
|
3601
|
+
{
|
|
3602
|
+
"name": "mojocss",
|
|
3603
|
+
"description": "The Atomic CSS Framework for crafting gorgeous UIs without shipping any CSS.",
|
|
3604
|
+
"repo": "mojocss/mojocss-nuxt-module",
|
|
3605
|
+
"npm": "@mojocss/nuxt",
|
|
3606
|
+
"icon": "mojocss.svg",
|
|
3607
|
+
"github": "https://github.com/mojocss/mojocss-nuxt-module",
|
|
3608
|
+
"website": "https://mojocss.com/docs/guide/nuxtjs",
|
|
3609
|
+
"learn_more": "",
|
|
3610
|
+
"category": "UI",
|
|
3611
|
+
"type": "3rd-party",
|
|
3612
|
+
"maintainers": [
|
|
3613
|
+
{
|
|
3614
|
+
"name": "mojocss",
|
|
3615
|
+
"github": "mojocss"
|
|
3616
|
+
}
|
|
3617
|
+
],
|
|
3618
|
+
"compatibility": {
|
|
3619
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3620
|
+
"requires": {}
|
|
3621
|
+
}
|
|
3622
|
+
},
|
|
3043
3623
|
{
|
|
3044
3624
|
"name": "moment",
|
|
3045
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3625
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
3046
3626
|
"repo": "nuxt-community/moment-module",
|
|
3047
3627
|
"npm": "@nuxtjs/moment",
|
|
3048
3628
|
"icon": "momentjs.png",
|
|
@@ -3068,20 +3648,20 @@
|
|
|
3068
3648
|
}
|
|
3069
3649
|
},
|
|
3070
3650
|
{
|
|
3071
|
-
"name": "
|
|
3072
|
-
"description": "
|
|
3073
|
-
"repo": "
|
|
3074
|
-
"npm": "nuxt-
|
|
3651
|
+
"name": "neo",
|
|
3652
|
+
"description": "A nuxt.js module that implements a universal api layer, same-way compatible between server and client side.",
|
|
3653
|
+
"repo": "ezypeeze/nuxt-neo",
|
|
3654
|
+
"npm": "nuxt-neo",
|
|
3075
3655
|
"icon": "",
|
|
3076
|
-
"github": "https://github.com/
|
|
3077
|
-
"website": "https://github.
|
|
3078
|
-
"learn_more": "
|
|
3079
|
-
"category": "
|
|
3656
|
+
"github": "https://github.com/ezypeeze/nuxt-neo",
|
|
3657
|
+
"website": "https://ezypeeze.github.io/nuxt-neo",
|
|
3658
|
+
"learn_more": "",
|
|
3659
|
+
"category": "Request",
|
|
3080
3660
|
"type": "3rd-party",
|
|
3081
3661
|
"maintainers": [
|
|
3082
3662
|
{
|
|
3083
|
-
"name": "
|
|
3084
|
-
"github": "
|
|
3663
|
+
"name": "ezypeeze",
|
|
3664
|
+
"github": "ezypeeze"
|
|
3085
3665
|
}
|
|
3086
3666
|
],
|
|
3087
3667
|
"compatibility": {
|
|
@@ -3090,30 +3670,30 @@
|
|
|
3090
3670
|
}
|
|
3091
3671
|
},
|
|
3092
3672
|
{
|
|
3093
|
-
"name": "
|
|
3094
|
-
"description": "
|
|
3095
|
-
"repo": "
|
|
3096
|
-
"npm": "nuxt-
|
|
3097
|
-
"icon": "",
|
|
3098
|
-
"github": "https://github.com/
|
|
3099
|
-
"website": "https://
|
|
3673
|
+
"name": "neo4j",
|
|
3674
|
+
"description": "Effortlessly integrate Neo4j's powerful graph database into your Nuxt applications!",
|
|
3675
|
+
"repo": "arashsheyda/nuxt-neo4j",
|
|
3676
|
+
"npm": "nuxt-neo4j",
|
|
3677
|
+
"icon": "nuxt-neo4j.png",
|
|
3678
|
+
"github": "https://github.com/arashsheyda/nuxt-neo4j",
|
|
3679
|
+
"website": "https://github.com/arashsheyda/nuxt-neo4j",
|
|
3100
3680
|
"learn_more": "",
|
|
3101
|
-
"category": "
|
|
3681
|
+
"category": "Database",
|
|
3102
3682
|
"type": "3rd-party",
|
|
3103
3683
|
"maintainers": [
|
|
3104
3684
|
{
|
|
3105
|
-
"name": "
|
|
3106
|
-
"github": "
|
|
3685
|
+
"name": "arashsheyda",
|
|
3686
|
+
"github": "arashsheyda"
|
|
3107
3687
|
}
|
|
3108
3688
|
],
|
|
3109
3689
|
"compatibility": {
|
|
3110
|
-
"nuxt": "^
|
|
3690
|
+
"nuxt": "^3.0.0",
|
|
3111
3691
|
"requires": {}
|
|
3112
3692
|
}
|
|
3113
3693
|
},
|
|
3114
3694
|
{
|
|
3115
3695
|
"name": "netlify-cache",
|
|
3116
|
-
"description": "Nuxt
|
|
3696
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3117
3697
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3118
3698
|
"npm": "nuxt-netlify-cache",
|
|
3119
3699
|
"icon": "netlify.png",
|
|
@@ -3158,13 +3738,13 @@
|
|
|
3158
3738
|
},
|
|
3159
3739
|
{
|
|
3160
3740
|
"name": "netlify",
|
|
3161
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3162
|
-
"repo": "
|
|
3741
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3742
|
+
"repo": "juliomrqz/nuxt-netlify",
|
|
3163
3743
|
"npm": "@aceforth/nuxt-netlify",
|
|
3164
3744
|
"icon": "netlify.png",
|
|
3165
|
-
"github": "https://github.com/
|
|
3166
|
-
"website": "https://
|
|
3167
|
-
"learn_more": "",
|
|
3745
|
+
"github": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3746
|
+
"website": "https://github.com/juliomrqz/nuxt-netlify",
|
|
3747
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
|
|
3168
3748
|
"category": "Deployment",
|
|
3169
3749
|
"type": "3rd-party",
|
|
3170
3750
|
"maintainers": [
|
|
@@ -3180,29 +3760,45 @@
|
|
|
3180
3760
|
},
|
|
3181
3761
|
{
|
|
3182
3762
|
"name": "ngrok",
|
|
3183
|
-
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
|
|
3184
|
-
"repo": "nuxt-
|
|
3763
|
+
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes.",
|
|
3764
|
+
"repo": "nuxt-modules/ngrok",
|
|
3185
3765
|
"npm": "@nuxtjs/ngrok",
|
|
3186
|
-
"icon": "ngrok.
|
|
3187
|
-
"github": "https://github.com/nuxt-
|
|
3188
|
-
"website": "https://ngrok.nuxtjs.org",
|
|
3189
|
-
"learn_more": "https://
|
|
3766
|
+
"icon": "ngrok.svg",
|
|
3767
|
+
"github": "https://github.com/nuxt-modules/ngrok",
|
|
3768
|
+
"website": "https://ngrok.nuxtjs.org/",
|
|
3769
|
+
"learn_more": "https://ngrok.com/",
|
|
3190
3770
|
"category": "Devtools",
|
|
3191
3771
|
"type": "community",
|
|
3192
3772
|
"maintainers": [
|
|
3193
3773
|
{
|
|
3194
|
-
"name": "
|
|
3195
|
-
"github": "
|
|
3196
|
-
|
|
3197
|
-
|
|
3774
|
+
"name": "Arash Sheyda",
|
|
3775
|
+
"github": "arashsheyda"
|
|
3776
|
+
}
|
|
3777
|
+
],
|
|
3778
|
+
"compatibility": {
|
|
3779
|
+
"nuxt": "^3.0.0",
|
|
3780
|
+
"requires": {}
|
|
3781
|
+
}
|
|
3782
|
+
},
|
|
3783
|
+
{
|
|
3784
|
+
"name": "nodemailer",
|
|
3785
|
+
"description": "Nuxt integration for nodemailer",
|
|
3786
|
+
"repo": "kleinpetr/nuxt-nodemailer",
|
|
3787
|
+
"npm": "nuxt-nodemailer",
|
|
3788
|
+
"icon": "nodemailer.png",
|
|
3789
|
+
"github": "https://github.com/kleinpetr/nuxt-nodemailer",
|
|
3790
|
+
"website": "https://github.com/kleinpetr/nuxt-nodemailer",
|
|
3791
|
+
"learn_more": "https://www.nodemailer.com/",
|
|
3792
|
+
"category": "Extensions",
|
|
3793
|
+
"type": "3rd-party",
|
|
3794
|
+
"maintainers": [
|
|
3198
3795
|
{
|
|
3199
|
-
"name": "
|
|
3200
|
-
"github": "
|
|
3201
|
-
"twitter": "_pi0_"
|
|
3796
|
+
"name": "kleinpetr",
|
|
3797
|
+
"github": "kleinpetr"
|
|
3202
3798
|
}
|
|
3203
3799
|
],
|
|
3204
3800
|
"compatibility": {
|
|
3205
|
-
"nuxt": "^
|
|
3801
|
+
"nuxt": "^3.0.0",
|
|
3206
3802
|
"requires": {}
|
|
3207
3803
|
}
|
|
3208
3804
|
},
|
|
@@ -3273,27 +3869,124 @@
|
|
|
3273
3869
|
}
|
|
3274
3870
|
},
|
|
3275
3871
|
{
|
|
3276
|
-
"name": "nuxt-
|
|
3277
|
-
"description": "",
|
|
3278
|
-
"repo": "
|
|
3279
|
-
"npm": "
|
|
3872
|
+
"name": "nuxt-asciidoc",
|
|
3873
|
+
"description": "Transformer for using asciidoc in nuxt",
|
|
3874
|
+
"repo": "Chris2011/nuxt-asciidoc",
|
|
3875
|
+
"npm": "nuxt-asciidoc",
|
|
3876
|
+
"icon": "nuxt-asciidoc.svg",
|
|
3877
|
+
"github": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3878
|
+
"website": "https://github.com/Chris2011/nuxt-asciidoc",
|
|
3879
|
+
"learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
|
|
3880
|
+
"category": "Extensions",
|
|
3881
|
+
"type": "3rd-party",
|
|
3882
|
+
"maintainers": [
|
|
3883
|
+
{
|
|
3884
|
+
"name": "Christian Lenz",
|
|
3885
|
+
"github": "Chris2011",
|
|
3886
|
+
"twitter": "Chrizzly42"
|
|
3887
|
+
}
|
|
3888
|
+
],
|
|
3889
|
+
"compatibility": {
|
|
3890
|
+
"nuxt": "^3.0.0",
|
|
3891
|
+
"requires": {}
|
|
3892
|
+
}
|
|
3893
|
+
},
|
|
3894
|
+
{
|
|
3895
|
+
"name": "nuxt-auth-sanctum",
|
|
3896
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3897
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3898
|
+
"npm": "nuxt-auth-sanctum",
|
|
3899
|
+
"icon": "laravel.svg",
|
|
3900
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3901
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
3902
|
+
"learn_more": "https://laravel.com/docs/10.x/sanctum",
|
|
3903
|
+
"category": "Security",
|
|
3904
|
+
"type": "3rd-party",
|
|
3905
|
+
"maintainers": [
|
|
3906
|
+
{
|
|
3907
|
+
"name": "Artem Manchenkov",
|
|
3908
|
+
"github": "manchenkoff",
|
|
3909
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3910
|
+
}
|
|
3911
|
+
],
|
|
3912
|
+
"compatibility": {
|
|
3913
|
+
"nuxt": "^3.9.0",
|
|
3914
|
+
"requires": {}
|
|
3915
|
+
}
|
|
3916
|
+
},
|
|
3917
|
+
{
|
|
3918
|
+
"name": "nuxt-basic-auth",
|
|
3919
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3920
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3921
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3280
3922
|
"icon": "",
|
|
3281
|
-
"github": "https://github.com/
|
|
3282
|
-
"website": "https://github.com/
|
|
3923
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3924
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3283
3925
|
"learn_more": "",
|
|
3284
|
-
"category": "
|
|
3926
|
+
"category": "Security",
|
|
3285
3927
|
"type": "3rd-party",
|
|
3286
3928
|
"maintainers": [
|
|
3287
3929
|
{
|
|
3288
|
-
"name": "
|
|
3289
|
-
"github": "
|
|
3930
|
+
"name": "kgierke",
|
|
3931
|
+
"github": "kgierke"
|
|
3290
3932
|
}
|
|
3291
3933
|
],
|
|
3292
3934
|
"compatibility": {
|
|
3293
|
-
"nuxt": "^
|
|
3935
|
+
"nuxt": "^3.0.0",
|
|
3936
|
+
"requires": {}
|
|
3937
|
+
}
|
|
3938
|
+
},
|
|
3939
|
+
{
|
|
3940
|
+
"name": "nuxt-bezier",
|
|
3941
|
+
"description": "Reusable transition components",
|
|
3942
|
+
"repo": "50rayn/nuxt-bezier",
|
|
3943
|
+
"npm": "nuxt-bezier",
|
|
3944
|
+
"icon": "nuxt-bezier.png",
|
|
3945
|
+
"github": "https://github.com/50rayn/nuxt-bezier",
|
|
3946
|
+
"website": "https://github.com/50rayn/nuxt-bezier",
|
|
3947
|
+
"learn_more": "https://github.com/Noction/vue-bezier",
|
|
3948
|
+
"category": "UI",
|
|
3949
|
+
"type": "3rd-party",
|
|
3950
|
+
"maintainers": [
|
|
3951
|
+
{
|
|
3952
|
+
"name": "Soryn Gitlan",
|
|
3953
|
+
"github": "50rayn"
|
|
3954
|
+
}
|
|
3955
|
+
],
|
|
3956
|
+
"compatibility": {
|
|
3957
|
+
"nuxt": "^3.0.0",
|
|
3294
3958
|
"requires": {}
|
|
3295
3959
|
}
|
|
3296
3960
|
},
|
|
3961
|
+
{
|
|
3962
|
+
"name": "nuxt-booster",
|
|
3963
|
+
"description": "nuxt-booster will help you to improve the lighthouse performance score (100/100) of your website.",
|
|
3964
|
+
"repo": "basics/nuxt-booster",
|
|
3965
|
+
"npm": "nuxt-booster",
|
|
3966
|
+
"icon": "nuxt-booster.svg",
|
|
3967
|
+
"github": "https://github.com/basics/nuxt-booster",
|
|
3968
|
+
"website": "https://basics.github.io/nuxt-booster/",
|
|
3969
|
+
"learn_more": "https://basics.github.io/nuxt-booster/",
|
|
3970
|
+
"category": "Performance",
|
|
3971
|
+
"type": "3rd-party",
|
|
3972
|
+
"maintainers": [
|
|
3973
|
+
{
|
|
3974
|
+
"name": "Thorn Walli",
|
|
3975
|
+
"github": "ThornWalli",
|
|
3976
|
+
"avatar": "https://avatars.githubusercontent.com/u/8287751?v=4"
|
|
3977
|
+
},
|
|
3978
|
+
{
|
|
3979
|
+
"name": "Stephan Gerbeth",
|
|
3980
|
+
"github": "StephanGerbeth",
|
|
3981
|
+
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
3982
|
+
}
|
|
3983
|
+
],
|
|
3984
|
+
"compatibility": {
|
|
3985
|
+
"nuxt": "^3.0.0",
|
|
3986
|
+
"requires": {},
|
|
3987
|
+
"devtools": "^0.0.0"
|
|
3988
|
+
}
|
|
3989
|
+
},
|
|
3297
3990
|
{
|
|
3298
3991
|
"name": "nuxt-bootstrap-icons",
|
|
3299
3992
|
"description": "Just a simple integration for Bootstrap Icons",
|
|
@@ -3318,7 +4011,7 @@
|
|
|
3318
4011
|
},
|
|
3319
4012
|
{
|
|
3320
4013
|
"name": "nuxt-chatgpt",
|
|
3321
|
-
"description": "ChatGPT integration for Nuxt
|
|
4014
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3322
4015
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3323
4016
|
"npm": "nuxt-chatgpt",
|
|
3324
4017
|
"icon": "chatgpt.svg",
|
|
@@ -3339,11 +4032,81 @@
|
|
|
3339
4032
|
}
|
|
3340
4033
|
},
|
|
3341
4034
|
{
|
|
3342
|
-
"name": "nuxt-
|
|
3343
|
-
"description": "
|
|
3344
|
-
"repo": "
|
|
3345
|
-
"npm": "nuxt-
|
|
3346
|
-
"icon": "",
|
|
4035
|
+
"name": "nuxt-cookie-consent",
|
|
4036
|
+
"description": "Nuxt module for integrating with cookie consent providers with ease",
|
|
4037
|
+
"repo": "weareheavy/nuxt-cookie-consent",
|
|
4038
|
+
"npm": "@weareheavy/nuxt-cookie-consent",
|
|
4039
|
+
"icon": "wah.svg",
|
|
4040
|
+
"github": "https://github.com/weareheavy/nuxt-cookie-consent",
|
|
4041
|
+
"website": "https://nuxt-cookie-consent.packages.weareheavy.com",
|
|
4042
|
+
"learn_more": "",
|
|
4043
|
+
"category": "Extensions",
|
|
4044
|
+
"type": "3rd-party",
|
|
4045
|
+
"maintainers": [
|
|
4046
|
+
{
|
|
4047
|
+
"name": "weareheavy",
|
|
4048
|
+
"github": "weareheavy"
|
|
4049
|
+
}
|
|
4050
|
+
],
|
|
4051
|
+
"compatibility": {
|
|
4052
|
+
"nuxt": "^3.0.0",
|
|
4053
|
+
"requires": {}
|
|
4054
|
+
}
|
|
4055
|
+
},
|
|
4056
|
+
{
|
|
4057
|
+
"name": "nuxt-facebook-chat",
|
|
4058
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
4059
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
4060
|
+
"npm": "nuxt-facebook-chat",
|
|
4061
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
4062
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
4063
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
4064
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
4065
|
+
"category": "Libraries",
|
|
4066
|
+
"type": "3rd-party",
|
|
4067
|
+
"maintainers": [
|
|
4068
|
+
{
|
|
4069
|
+
"name": "Supanut Dokmaithong",
|
|
4070
|
+
"github": "Boomgeek"
|
|
4071
|
+
},
|
|
4072
|
+
{
|
|
4073
|
+
"name": "superdev-tech",
|
|
4074
|
+
"github": "superdev-tech"
|
|
4075
|
+
}
|
|
4076
|
+
],
|
|
4077
|
+
"compatibility": {
|
|
4078
|
+
"nuxt": "^3.0.0",
|
|
4079
|
+
"requires": {}
|
|
4080
|
+
}
|
|
4081
|
+
},
|
|
4082
|
+
{
|
|
4083
|
+
"name": "nuxt-feather-icons",
|
|
4084
|
+
"description": "The Feather Icons in Nuxt 3.",
|
|
4085
|
+
"repo": "4sllan/nuxt-feather-icons",
|
|
4086
|
+
"npm": "nuxt-feather-icons",
|
|
4087
|
+
"icon": "nuxt-feather-icons.png",
|
|
4088
|
+
"github": "https://github.com/4sllan/nuxt-feather-icons",
|
|
4089
|
+
"website": "https://github.com/4sllan/nuxt-feather-icons",
|
|
4090
|
+
"learn_more": "https://github.com/4sllan/nuxt-feather-icons",
|
|
4091
|
+
"category": "UI",
|
|
4092
|
+
"type": "3rd-party",
|
|
4093
|
+
"maintainers": [
|
|
4094
|
+
{
|
|
4095
|
+
"name": "4sllan",
|
|
4096
|
+
"github": "4sllan"
|
|
4097
|
+
}
|
|
4098
|
+
],
|
|
4099
|
+
"compatibility": {
|
|
4100
|
+
"nuxt": "^3.0.0",
|
|
4101
|
+
"requires": {}
|
|
4102
|
+
}
|
|
4103
|
+
},
|
|
4104
|
+
{
|
|
4105
|
+
"name": "nuxt-feedme",
|
|
4106
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
4107
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
4108
|
+
"npm": "nuxt-feedme",
|
|
4109
|
+
"icon": "",
|
|
3347
4110
|
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3348
4111
|
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3349
4112
|
"learn_more": "",
|
|
@@ -3360,6 +4123,51 @@
|
|
|
3360
4123
|
"requires": {}
|
|
3361
4124
|
}
|
|
3362
4125
|
},
|
|
4126
|
+
{
|
|
4127
|
+
"name": "nuxt-file-storage",
|
|
4128
|
+
"description": "Easy solution to store files in your nuxt apps. Upload files from the frontend and recieve them from the backend to save the files in your project.",
|
|
4129
|
+
"repo": "nyllre/nuxt-file-storage",
|
|
4130
|
+
"npm": "nuxt-file-storage",
|
|
4131
|
+
"icon": "nuxt-file-storage.svg",
|
|
4132
|
+
"github": "https://github.com/nyllre/nuxt-file-storage",
|
|
4133
|
+
"website": "https://github.com/nyllre/nuxt-file-storage",
|
|
4134
|
+
"learn_more": "https://github.com/nyllre/nuxt-file-storage",
|
|
4135
|
+
"category": "Database",
|
|
4136
|
+
"type": "3rd-party",
|
|
4137
|
+
"maintainers": [
|
|
4138
|
+
{
|
|
4139
|
+
"name": "NyllRE",
|
|
4140
|
+
"github": "NyllRE"
|
|
4141
|
+
}
|
|
4142
|
+
],
|
|
4143
|
+
"compatibility": {
|
|
4144
|
+
"nuxt": "^3.0.0",
|
|
4145
|
+
"requires": {}
|
|
4146
|
+
}
|
|
4147
|
+
},
|
|
4148
|
+
{
|
|
4149
|
+
"name": "nuxt-fontawesome",
|
|
4150
|
+
"description": "Module to use Font Awesome 6 icons in your Nuxt project",
|
|
4151
|
+
"repo": "bezumkin/nuxt-fontawesome",
|
|
4152
|
+
"npm": "@vesp/nuxt-fontawesome",
|
|
4153
|
+
"icon": "nuxt-fontawesome.svg",
|
|
4154
|
+
"github": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
4155
|
+
"website": "https://github.com/bezumkin/nuxt-fontawesome",
|
|
4156
|
+
"learn_more": "https://fontawesome.com",
|
|
4157
|
+
"category": "UI",
|
|
4158
|
+
"type": "3rd-party",
|
|
4159
|
+
"maintainers": [
|
|
4160
|
+
{
|
|
4161
|
+
"name": "Vasily Naumkin",
|
|
4162
|
+
"github": "bezumkin",
|
|
4163
|
+
"avatar": "https://avatars.githubusercontent.com/u/1257284"
|
|
4164
|
+
}
|
|
4165
|
+
],
|
|
4166
|
+
"compatibility": {
|
|
4167
|
+
"nuxt": "^3.0.0",
|
|
4168
|
+
"requires": {}
|
|
4169
|
+
}
|
|
4170
|
+
},
|
|
3363
4171
|
{
|
|
3364
4172
|
"name": "nuxt-graphql-middleware",
|
|
3365
4173
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3367,7 +4175,7 @@
|
|
|
3367
4175
|
"npm": "nuxt-graphql-middleware",
|
|
3368
4176
|
"icon": "nuxt-graphql-middleware.svg",
|
|
3369
4177
|
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3370
|
-
"website": "https://nuxt-graphql-middleware
|
|
4178
|
+
"website": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3371
4179
|
"learn_more": "",
|
|
3372
4180
|
"category": "Request",
|
|
3373
4181
|
"type": "3rd-party",
|
|
@@ -3413,7 +4221,7 @@
|
|
|
3413
4221
|
},
|
|
3414
4222
|
{
|
|
3415
4223
|
"name": "nuxt-gtm",
|
|
3416
|
-
"description": "A Nuxt
|
|
4224
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3417
4225
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3418
4226
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3419
4227
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3425,12 +4233,13 @@
|
|
|
3425
4233
|
"maintainers": [
|
|
3426
4234
|
{
|
|
3427
4235
|
"name": "Zadig&Voltaire Team",
|
|
3428
|
-
"github": "
|
|
4236
|
+
"github": "zadigetvoltaire"
|
|
3429
4237
|
}
|
|
3430
4238
|
],
|
|
3431
4239
|
"compatibility": {
|
|
3432
4240
|
"nuxt": "^3.0.0",
|
|
3433
|
-
"requires": {}
|
|
4241
|
+
"requires": {},
|
|
4242
|
+
"devtools": "^0.0.0"
|
|
3434
4243
|
}
|
|
3435
4244
|
},
|
|
3436
4245
|
{
|
|
@@ -3457,6 +4266,50 @@
|
|
|
3457
4266
|
}
|
|
3458
4267
|
}
|
|
3459
4268
|
},
|
|
4269
|
+
{
|
|
4270
|
+
"name": "nuxt-interpolation",
|
|
4271
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
4272
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
4273
|
+
"npm": "nuxt-interpolation",
|
|
4274
|
+
"icon": "",
|
|
4275
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
4276
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
4277
|
+
"learn_more": "",
|
|
4278
|
+
"category": "Devtools",
|
|
4279
|
+
"type": "3rd-party",
|
|
4280
|
+
"maintainers": [
|
|
4281
|
+
{
|
|
4282
|
+
"name": "daliborgogic",
|
|
4283
|
+
"github": "daliborgogic"
|
|
4284
|
+
}
|
|
4285
|
+
],
|
|
4286
|
+
"compatibility": {
|
|
4287
|
+
"nuxt": "^2.0.0",
|
|
4288
|
+
"requires": {}
|
|
4289
|
+
}
|
|
4290
|
+
},
|
|
4291
|
+
{
|
|
4292
|
+
"name": "nuxt-jsonld",
|
|
4293
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
4294
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
4295
|
+
"npm": "nuxt-jsonld",
|
|
4296
|
+
"icon": "",
|
|
4297
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
4298
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
4299
|
+
"learn_more": "",
|
|
4300
|
+
"category": "SEO",
|
|
4301
|
+
"type": "3rd-party",
|
|
4302
|
+
"maintainers": [
|
|
4303
|
+
{
|
|
4304
|
+
"name": "ymmooot",
|
|
4305
|
+
"github": "ymmooot"
|
|
4306
|
+
}
|
|
4307
|
+
],
|
|
4308
|
+
"compatibility": {
|
|
4309
|
+
"nuxt": "^3.0.0",
|
|
4310
|
+
"requires": {}
|
|
4311
|
+
}
|
|
4312
|
+
},
|
|
3460
4313
|
{
|
|
3461
4314
|
"name": "nuxt-localtunnel",
|
|
3462
4315
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3464,8 +4317,8 @@
|
|
|
3464
4317
|
"npm": "@nuxtus/nuxt-localtunnel",
|
|
3465
4318
|
"icon": "nuxt-localtunnel.svg",
|
|
3466
4319
|
"github": "https://github.com/nuxtus/localtunnel",
|
|
3467
|
-
"website": "https://
|
|
3468
|
-
"learn_more": "
|
|
4320
|
+
"website": "https://github.com/nuxtus/localtunnel",
|
|
4321
|
+
"learn_more": "",
|
|
3469
4322
|
"category": "Devtools",
|
|
3470
4323
|
"type": "3rd-party",
|
|
3471
4324
|
"maintainers": [
|
|
@@ -3482,7 +4335,7 @@
|
|
|
3482
4335
|
},
|
|
3483
4336
|
{
|
|
3484
4337
|
"name": "nuxt-loco",
|
|
3485
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
4338
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3486
4339
|
"repo": "gaetansenn/nuxt-loco",
|
|
3487
4340
|
"npm": "nuxt-loco",
|
|
3488
4341
|
"icon": "",
|
|
@@ -3503,6 +4356,28 @@
|
|
|
3503
4356
|
"requires": {}
|
|
3504
4357
|
}
|
|
3505
4358
|
},
|
|
4359
|
+
{
|
|
4360
|
+
"name": "nuxt-mail",
|
|
4361
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
4362
|
+
"repo": "dword-design/nuxt-mail",
|
|
4363
|
+
"npm": "nuxt-mail",
|
|
4364
|
+
"icon": "",
|
|
4365
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
4366
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
4367
|
+
"learn_more": "",
|
|
4368
|
+
"category": "Extensions",
|
|
4369
|
+
"type": "3rd-party",
|
|
4370
|
+
"maintainers": [
|
|
4371
|
+
{
|
|
4372
|
+
"name": "Sebastian Landwehr",
|
|
4373
|
+
"github": "dword-design"
|
|
4374
|
+
}
|
|
4375
|
+
],
|
|
4376
|
+
"compatibility": {
|
|
4377
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4378
|
+
"requires": {}
|
|
4379
|
+
}
|
|
4380
|
+
},
|
|
3506
4381
|
{
|
|
3507
4382
|
"name": "nuxt-mapbox",
|
|
3508
4383
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3525,6 +4400,51 @@
|
|
|
3525
4400
|
"requires": {}
|
|
3526
4401
|
}
|
|
3527
4402
|
},
|
|
4403
|
+
{
|
|
4404
|
+
"name": "nuxt-mdi",
|
|
4405
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
4406
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
4407
|
+
"npm": "nuxt-mdi",
|
|
4408
|
+
"icon": "mdi.png",
|
|
4409
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
4410
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
4411
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
4412
|
+
"category": "Libraries",
|
|
4413
|
+
"type": "3rd-party",
|
|
4414
|
+
"maintainers": [
|
|
4415
|
+
{
|
|
4416
|
+
"name": "Emil Rosenius",
|
|
4417
|
+
"github": "ERPedersen"
|
|
4418
|
+
}
|
|
4419
|
+
],
|
|
4420
|
+
"compatibility": {
|
|
4421
|
+
"nuxt": "^3.0.0",
|
|
4422
|
+
"requires": {}
|
|
4423
|
+
}
|
|
4424
|
+
},
|
|
4425
|
+
{
|
|
4426
|
+
"name": "nuxt-meta-pixel",
|
|
4427
|
+
"description": "Meta (Facebook) pixel integration for Nuxt. Multi-pixel, auto page view and more.",
|
|
4428
|
+
"repo": "tanukijs/meta-pixel#dev/packages/nuxt-meta-pixel",
|
|
4429
|
+
"npm": "nuxt-meta-pixel",
|
|
4430
|
+
"icon": "",
|
|
4431
|
+
"github": "https://github.com/tanukijs/meta-pixel",
|
|
4432
|
+
"website": "https://github.com/tanukijs/meta-pixel",
|
|
4433
|
+
"learn_more": "https://github.com/tanukijs/meta-pixel/tree/dev/packages/nuxt-meta-pixel",
|
|
4434
|
+
"category": "Analytics",
|
|
4435
|
+
"type": "3rd-party",
|
|
4436
|
+
"maintainers": [
|
|
4437
|
+
{
|
|
4438
|
+
"name": "tanukijs",
|
|
4439
|
+
"github": "tanukijs",
|
|
4440
|
+
"avatar": "https://avatars.githubusercontent.com/u/25182349?v=4"
|
|
4441
|
+
}
|
|
4442
|
+
],
|
|
4443
|
+
"compatibility": {
|
|
4444
|
+
"nuxt": "^3.0.0",
|
|
4445
|
+
"requires": {}
|
|
4446
|
+
}
|
|
4447
|
+
},
|
|
3528
4448
|
{
|
|
3529
4449
|
"name": "nuxt-monaco-editor",
|
|
3530
4450
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3549,7 +4469,7 @@
|
|
|
3549
4469
|
},
|
|
3550
4470
|
{
|
|
3551
4471
|
"name": "nuxt-mongoose",
|
|
3552
|
-
"description": "A Nuxt
|
|
4472
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3553
4473
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3554
4474
|
"npm": "nuxt-mongoose",
|
|
3555
4475
|
"icon": "nuxt-mongoose.svg",
|
|
@@ -3564,6 +4484,125 @@
|
|
|
3564
4484
|
"github": "arashsheyda"
|
|
3565
4485
|
}
|
|
3566
4486
|
],
|
|
4487
|
+
"compatibility": {
|
|
4488
|
+
"nuxt": "^3.0.0",
|
|
4489
|
+
"requires": {},
|
|
4490
|
+
"devtools": "^0.0.0"
|
|
4491
|
+
}
|
|
4492
|
+
},
|
|
4493
|
+
{
|
|
4494
|
+
"name": "nuxt-oidc-auth",
|
|
4495
|
+
"description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
|
|
4496
|
+
"repo": "itpropro/nuxt-oidc-auth",
|
|
4497
|
+
"npm": "nuxt-oidc-auth",
|
|
4498
|
+
"icon": "",
|
|
4499
|
+
"github": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4500
|
+
"website": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4501
|
+
"learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
|
|
4502
|
+
"category": "Security",
|
|
4503
|
+
"type": "3rd-party",
|
|
4504
|
+
"maintainers": [
|
|
4505
|
+
{
|
|
4506
|
+
"name": "Jan-Henrik Damaschke",
|
|
4507
|
+
"github": "itpropro",
|
|
4508
|
+
"twitter": "jandamaschke"
|
|
4509
|
+
}
|
|
4510
|
+
],
|
|
4511
|
+
"compatibility": {
|
|
4512
|
+
"nuxt": "^3.0.0",
|
|
4513
|
+
"requires": {}
|
|
4514
|
+
}
|
|
4515
|
+
},
|
|
4516
|
+
{
|
|
4517
|
+
"name": "nuxt-openapi-docs-module",
|
|
4518
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
4519
|
+
"repo": "on-org/nuxt-openapi-docs-module",
|
|
4520
|
+
"npm": "nuxt-openapi-docs-module",
|
|
4521
|
+
"icon": "nuxt-openapi-docs-module.png",
|
|
4522
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4523
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4524
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4525
|
+
"category": "Libraries",
|
|
4526
|
+
"type": "3rd-party",
|
|
4527
|
+
"maintainers": [
|
|
4528
|
+
{
|
|
4529
|
+
"name": "Pavel Kuzmin",
|
|
4530
|
+
"github": "s00d"
|
|
4531
|
+
}
|
|
4532
|
+
],
|
|
4533
|
+
"compatibility": {
|
|
4534
|
+
"nuxt": "^3.0.0",
|
|
4535
|
+
"requires": {}
|
|
4536
|
+
}
|
|
4537
|
+
},
|
|
4538
|
+
{
|
|
4539
|
+
"name": "nuxt-openid-connect",
|
|
4540
|
+
"description": "OpenID-Connect(OIDC) integration module for nuxt 3.0.",
|
|
4541
|
+
"repo": "aborn/nuxt-openid-connect",
|
|
4542
|
+
"npm": "nuxt-openid-connect",
|
|
4543
|
+
"icon": "",
|
|
4544
|
+
"github": "https://github.com/aborn/nuxt-openid-connect",
|
|
4545
|
+
"website": "https://github.com/aborn/nuxt-openid-connect",
|
|
4546
|
+
"learn_more": "",
|
|
4547
|
+
"category": "Security",
|
|
4548
|
+
"type": "3rd-party",
|
|
4549
|
+
"maintainers": [
|
|
4550
|
+
{
|
|
4551
|
+
"name": "Aborn Jiang",
|
|
4552
|
+
"github": "aborn"
|
|
4553
|
+
},
|
|
4554
|
+
{
|
|
4555
|
+
"name": "Khaled Almana",
|
|
4556
|
+
"github": "KhaledAlMana"
|
|
4557
|
+
}
|
|
4558
|
+
],
|
|
4559
|
+
"compatibility": {
|
|
4560
|
+
"nuxt": "^3.0.0",
|
|
4561
|
+
"requires": {},
|
|
4562
|
+
"devtools": "^0.0.0"
|
|
4563
|
+
}
|
|
4564
|
+
},
|
|
4565
|
+
{
|
|
4566
|
+
"name": "nuxt-payload-analyzer",
|
|
4567
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4568
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4569
|
+
"npm": "nuxt-payload-analyzer",
|
|
4570
|
+
"icon": "",
|
|
4571
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4572
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4573
|
+
"learn_more": "",
|
|
4574
|
+
"category": "Performance",
|
|
4575
|
+
"type": "3rd-party",
|
|
4576
|
+
"maintainers": [
|
|
4577
|
+
{
|
|
4578
|
+
"name": "Barbapapazes",
|
|
4579
|
+
"github": "Barbapapazes",
|
|
4580
|
+
"twitter": "soubiran_"
|
|
4581
|
+
}
|
|
4582
|
+
],
|
|
4583
|
+
"compatibility": {
|
|
4584
|
+
"nuxt": "^3.0.0",
|
|
4585
|
+
"requires": {}
|
|
4586
|
+
}
|
|
4587
|
+
},
|
|
4588
|
+
{
|
|
4589
|
+
"name": "nuxt-pdf-frame",
|
|
4590
|
+
"description": "Nuxt module for template based PDF and Canvas rendering, powered by I2djs.",
|
|
4591
|
+
"repo": "i2djs/pdf-frame#main/packages/pdf-frame-nuxt",
|
|
4592
|
+
"npm": "@i2d/nuxt-pdf-frame",
|
|
4593
|
+
"icon": "pdf-frame.svg",
|
|
4594
|
+
"github": "https://github.com/i2djs/pdf-frame/tree/main/packages/pdf-frame-nuxt",
|
|
4595
|
+
"website": "https://www.pdf-frame.org",
|
|
4596
|
+
"learn_more": "https://github.com/I2Djs/pdf-frame/wiki/nuxt%E2%80%90pdf%E2%80%90frame",
|
|
4597
|
+
"category": "Libraries",
|
|
4598
|
+
"type": "3rd-party",
|
|
4599
|
+
"maintainers": [
|
|
4600
|
+
{
|
|
4601
|
+
"name": "Narayana Swamy",
|
|
4602
|
+
"github": "nswamy14",
|
|
4603
|
+
"email": "narayanaswamy14@gmail.com"
|
|
4604
|
+
}
|
|
4605
|
+
],
|
|
3567
4606
|
"compatibility": {
|
|
3568
4607
|
"nuxt": "^3.0.0",
|
|
3569
4608
|
"requires": {}
|
|
@@ -3599,8 +4638,8 @@
|
|
|
3599
4638
|
"npm": "nuxt-phosphor-icons",
|
|
3600
4639
|
"icon": "phosphor-icons.svg",
|
|
3601
4640
|
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3602
|
-
"website": "https://
|
|
3603
|
-
"learn_more": "https://
|
|
4641
|
+
"website": "https://nuxt-phosphor-icons.vercel.app",
|
|
4642
|
+
"learn_more": "https://nuxt-phosphor-icons.vercel.app",
|
|
3604
4643
|
"category": "UI",
|
|
3605
4644
|
"type": "3rd-party",
|
|
3606
4645
|
"maintainers": [
|
|
@@ -3636,31 +4675,9 @@
|
|
|
3636
4675
|
"requires": {}
|
|
3637
4676
|
}
|
|
3638
4677
|
},
|
|
3639
|
-
{
|
|
3640
|
-
"name": "plausible",
|
|
3641
|
-
"description": "Nuxt 3 module to natively integrate Plausible analytics",
|
|
3642
|
-
"repo": "nuxt-modules/plausible",
|
|
3643
|
-
"npm": "@nuxtjs/plausible",
|
|
3644
|
-
"icon": "plausible.png",
|
|
3645
|
-
"github": "https://github.com/nuxt-modules/plausible",
|
|
3646
|
-
"website": "https://github.com/nuxt-modules/plausible",
|
|
3647
|
-
"learn_more": "https://plausible.io/",
|
|
3648
|
-
"category": "Analytics",
|
|
3649
|
-
"type": "community",
|
|
3650
|
-
"maintainers": [
|
|
3651
|
-
{
|
|
3652
|
-
"name": "Johann Schopplich",
|
|
3653
|
-
"github": "johannschopplich"
|
|
3654
|
-
}
|
|
3655
|
-
],
|
|
3656
|
-
"compatibility": {
|
|
3657
|
-
"nuxt": "^3.0.0",
|
|
3658
|
-
"requires": {}
|
|
3659
|
-
}
|
|
3660
|
-
},
|
|
3661
4678
|
{
|
|
3662
4679
|
"name": "nuxt-plotly",
|
|
3663
|
-
"description": "nuxt-plotly
|
|
4680
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3664
4681
|
"repo": "superdev-tech/nuxt-plotly",
|
|
3665
4682
|
"npm": "nuxt-plotly",
|
|
3666
4683
|
"icon": "nuxt-plotly.svg",
|
|
@@ -3686,7 +4703,7 @@
|
|
|
3686
4703
|
},
|
|
3687
4704
|
{
|
|
3688
4705
|
"name": "nuxt-png-to-ico",
|
|
3689
|
-
"description": "Nuxt
|
|
4706
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3690
4707
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3691
4708
|
"npm": "nuxt-png-to-ico",
|
|
3692
4709
|
"icon": "",
|
|
@@ -3707,9 +4724,31 @@
|
|
|
3707
4724
|
"requires": {}
|
|
3708
4725
|
}
|
|
3709
4726
|
},
|
|
4727
|
+
{
|
|
4728
|
+
"name": "nuxt-posthog",
|
|
4729
|
+
"description": "Integrate PostHog into your application with minimal configuration",
|
|
4730
|
+
"repo": "mitjans/nuxt-posthog",
|
|
4731
|
+
"npm": "nuxt-posthog",
|
|
4732
|
+
"icon": "posthog.svg",
|
|
4733
|
+
"github": "https://github.com/mitjans/nuxt-posthog",
|
|
4734
|
+
"website": "https://nuxt-posthog.cmitjans.dev",
|
|
4735
|
+
"learn_more": "https://posthog.com",
|
|
4736
|
+
"category": "Analytics",
|
|
4737
|
+
"type": "3rd-party",
|
|
4738
|
+
"maintainers": [
|
|
4739
|
+
{
|
|
4740
|
+
"name": "Carles Mitjans",
|
|
4741
|
+
"github": "mitjans"
|
|
4742
|
+
}
|
|
4743
|
+
],
|
|
4744
|
+
"compatibility": {
|
|
4745
|
+
"nuxt": "^3.0.0",
|
|
4746
|
+
"requires": {}
|
|
4747
|
+
}
|
|
4748
|
+
},
|
|
3710
4749
|
{
|
|
3711
4750
|
"name": "nuxt-smartlook",
|
|
3712
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4751
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3713
4752
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3714
4753
|
"npm": "nuxt-smartlook",
|
|
3715
4754
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3731,6 +4770,28 @@
|
|
|
3731
4770
|
"requires": {}
|
|
3732
4771
|
}
|
|
3733
4772
|
},
|
|
4773
|
+
{
|
|
4774
|
+
"name": "nuxt-social-share",
|
|
4775
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4776
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4777
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4778
|
+
"icon": "nuxt-social-share.png",
|
|
4779
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4780
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4781
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4782
|
+
"category": "Extensions",
|
|
4783
|
+
"type": "3rd-party",
|
|
4784
|
+
"maintainers": [
|
|
4785
|
+
{
|
|
4786
|
+
"name": "stefanobartoletti",
|
|
4787
|
+
"github": "stefanobartoletti"
|
|
4788
|
+
}
|
|
4789
|
+
],
|
|
4790
|
+
"compatibility": {
|
|
4791
|
+
"nuxt": "^3.0.0",
|
|
4792
|
+
"requires": {}
|
|
4793
|
+
}
|
|
4794
|
+
},
|
|
3734
4795
|
{
|
|
3735
4796
|
"name": "ssr-lit",
|
|
3736
4797
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3761,10 +4822,10 @@
|
|
|
3761
4822
|
},
|
|
3762
4823
|
{
|
|
3763
4824
|
"name": "nuxt-storm",
|
|
3764
|
-
"description": "WebStorm & PHPStorm support for
|
|
4825
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3765
4826
|
"repo": "fumeapp/nuxt-storm",
|
|
3766
4827
|
"npm": "nuxt-storm",
|
|
3767
|
-
"icon": "
|
|
4828
|
+
"icon": "",
|
|
3768
4829
|
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
3769
4830
|
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
3770
4831
|
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
@@ -3781,6 +4842,30 @@
|
|
|
3781
4842
|
"requires": {}
|
|
3782
4843
|
}
|
|
3783
4844
|
},
|
|
4845
|
+
{
|
|
4846
|
+
"name": "nuxt-svgo-loader",
|
|
4847
|
+
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|
|
4848
|
+
"repo": "Mini-ghost/nuxt-svgo-loader",
|
|
4849
|
+
"npm": "nuxt-svgo-loader",
|
|
4850
|
+
"icon": "",
|
|
4851
|
+
"github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4852
|
+
"website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4853
|
+
"learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
|
|
4854
|
+
"category": "Images",
|
|
4855
|
+
"type": "3rd-party",
|
|
4856
|
+
"maintainers": [
|
|
4857
|
+
{
|
|
4858
|
+
"name": "Alex Liu",
|
|
4859
|
+
"github": "Mini-ghost",
|
|
4860
|
+
"twitter": "Minighost_Alex"
|
|
4861
|
+
}
|
|
4862
|
+
],
|
|
4863
|
+
"compatibility": {
|
|
4864
|
+
"nuxt": "^3.0.0",
|
|
4865
|
+
"requires": {},
|
|
4866
|
+
"devtools": "^0.0.0"
|
|
4867
|
+
}
|
|
4868
|
+
},
|
|
3784
4869
|
{
|
|
3785
4870
|
"name": "nuxt-svgo",
|
|
3786
4871
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
@@ -3805,7 +4890,7 @@
|
|
|
3805
4890
|
},
|
|
3806
4891
|
{
|
|
3807
4892
|
"name": "nuxt-unleash",
|
|
3808
|
-
"description": "Nuxt
|
|
4893
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3809
4894
|
"repo": "conejerock/nuxt-unleash",
|
|
3810
4895
|
"npm": "nuxt-unleash",
|
|
3811
4896
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3826,14 +4911,14 @@
|
|
|
3826
4911
|
}
|
|
3827
4912
|
},
|
|
3828
4913
|
{
|
|
3829
|
-
"name": "nuxt-use-
|
|
3830
|
-
"description": "A Nuxt module
|
|
3831
|
-
"repo": "Tahul/nuxt-use-
|
|
3832
|
-
"npm": "nuxt-use-
|
|
3833
|
-
"icon": "nuxt-use-
|
|
3834
|
-
"github": "https://github.com/Tahul/nuxt-use-
|
|
3835
|
-
"website": "https://github.com/Tahul/nuxt-use-
|
|
3836
|
-
"learn_more": "https://github.com/vueuse/
|
|
4914
|
+
"name": "nuxt-use-sound",
|
|
4915
|
+
"description": "A Nuxt module for playing sound effects.",
|
|
4916
|
+
"repo": "Tahul/nuxt-use-sound",
|
|
4917
|
+
"npm": "nuxt-use-sound",
|
|
4918
|
+
"icon": "nuxt-use-sound.svg",
|
|
4919
|
+
"github": "https://github.com/Tahul/nuxt-use-sound",
|
|
4920
|
+
"website": "https://github.com/Tahul/nuxt-use-sound",
|
|
4921
|
+
"learn_more": "https://github.com/vueuse/sound",
|
|
3837
4922
|
"category": "Libraries",
|
|
3838
4923
|
"type": "3rd-party",
|
|
3839
4924
|
"maintainers": [
|
|
@@ -3848,24 +4933,24 @@
|
|
|
3848
4933
|
}
|
|
3849
4934
|
},
|
|
3850
4935
|
{
|
|
3851
|
-
"name": "nuxt-
|
|
3852
|
-
"description": "
|
|
3853
|
-
"repo": "
|
|
3854
|
-
"npm": "nuxt-
|
|
3855
|
-
"icon": "nuxt-
|
|
3856
|
-
"github": "https://github.com/
|
|
3857
|
-
"website": "https://github.com/
|
|
3858
|
-
"learn_more": "
|
|
3859
|
-
"category": "
|
|
4936
|
+
"name": "nuxt-uswds",
|
|
4937
|
+
"description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
|
|
4938
|
+
"repo": "patrickcate/nuxt-uswds",
|
|
4939
|
+
"npm": "nuxt-uswds",
|
|
4940
|
+
"icon": "nuxt-uswds.svg",
|
|
4941
|
+
"github": "https://github.com/patrickcate/nuxt-uswds",
|
|
4942
|
+
"website": "https://github.com/patrickcate/nuxt-uswds",
|
|
4943
|
+
"learn_more": "",
|
|
4944
|
+
"category": "UI",
|
|
3860
4945
|
"type": "3rd-party",
|
|
3861
4946
|
"maintainers": [
|
|
3862
4947
|
{
|
|
3863
|
-
"name": "
|
|
3864
|
-
"github": "
|
|
4948
|
+
"name": "Patrick Cate",
|
|
4949
|
+
"github": "patrickcate"
|
|
3865
4950
|
}
|
|
3866
4951
|
],
|
|
3867
4952
|
"compatibility": {
|
|
3868
|
-
"nuxt": "^
|
|
4953
|
+
"nuxt": "^3.0.0",
|
|
3869
4954
|
"requires": {}
|
|
3870
4955
|
}
|
|
3871
4956
|
},
|
|
@@ -3916,20 +5001,70 @@
|
|
|
3916
5001
|
}
|
|
3917
5002
|
},
|
|
3918
5003
|
{
|
|
3919
|
-
"name": "nuxt-
|
|
3920
|
-
"description": "
|
|
3921
|
-
"repo": "
|
|
3922
|
-
"npm": "
|
|
3923
|
-
"icon": "
|
|
3924
|
-
"github": "https://github.com/
|
|
3925
|
-
"website": "https://
|
|
3926
|
-
"learn_more": "
|
|
3927
|
-
"category": "
|
|
5004
|
+
"name": "nuxt-zod-i18n",
|
|
5005
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
5006
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
5007
|
+
"npm": "nuxt-zod-i18n",
|
|
5008
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
5009
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
5010
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
5011
|
+
"learn_more": "",
|
|
5012
|
+
"category": "Libraries",
|
|
5013
|
+
"type": "3rd-party",
|
|
5014
|
+
"maintainers": [
|
|
5015
|
+
{
|
|
5016
|
+
"name": "xibman",
|
|
5017
|
+
"github": "xibman"
|
|
5018
|
+
}
|
|
5019
|
+
],
|
|
5020
|
+
"compatibility": {
|
|
5021
|
+
"nuxt": "^3.0.0",
|
|
5022
|
+
"requires": {}
|
|
5023
|
+
}
|
|
5024
|
+
},
|
|
5025
|
+
{
|
|
5026
|
+
"name": "nuxt2-ngrok",
|
|
5027
|
+
"description": "ngrok exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes",
|
|
5028
|
+
"repo": "nuxt-community/ngrok",
|
|
5029
|
+
"npm": "@nuxtjs/ngrok",
|
|
5030
|
+
"icon": "ngrok.png",
|
|
5031
|
+
"github": "https://github.com/nuxt-community/ngrok-module",
|
|
5032
|
+
"website": "https://ngrok.nuxtjs.org",
|
|
5033
|
+
"learn_more": "https://github.com/bubenshchykov/ngrok",
|
|
5034
|
+
"category": "Devtools",
|
|
5035
|
+
"type": "community",
|
|
5036
|
+
"maintainers": [
|
|
5037
|
+
{
|
|
5038
|
+
"name": "Debbie O'Brien",
|
|
5039
|
+
"github": "debs-obrien",
|
|
5040
|
+
"twitter": "debs_obrien"
|
|
5041
|
+
},
|
|
5042
|
+
{
|
|
5043
|
+
"name": "Pooya Parsa",
|
|
5044
|
+
"github": "pi0",
|
|
5045
|
+
"twitter": "_pi0_"
|
|
5046
|
+
}
|
|
5047
|
+
],
|
|
5048
|
+
"compatibility": {
|
|
5049
|
+
"nuxt": "^2.0.0",
|
|
5050
|
+
"requires": {}
|
|
5051
|
+
}
|
|
5052
|
+
},
|
|
5053
|
+
{
|
|
5054
|
+
"name": "nuxt3-interpolation",
|
|
5055
|
+
"description": "",
|
|
5056
|
+
"repo": "daliborgogic/interpolation",
|
|
5057
|
+
"npm": "nuxt3-interpolation",
|
|
5058
|
+
"icon": "",
|
|
5059
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
5060
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
5061
|
+
"learn_more": "",
|
|
5062
|
+
"category": "Devtools",
|
|
3928
5063
|
"type": "3rd-party",
|
|
3929
5064
|
"maintainers": [
|
|
3930
5065
|
{
|
|
3931
|
-
"name": "
|
|
3932
|
-
"github": "
|
|
5066
|
+
"name": "daliborgogic",
|
|
5067
|
+
"github": "daliborgogic"
|
|
3933
5068
|
}
|
|
3934
5069
|
],
|
|
3935
5070
|
"compatibility": {
|
|
@@ -3941,10 +5076,10 @@
|
|
|
3941
5076
|
"name": "nuxt3-leaflet",
|
|
3942
5077
|
"description": "Leaflet integration with Nuxt",
|
|
3943
5078
|
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
3944
|
-
"npm": "
|
|
5079
|
+
"npm": "@nuxtjs/leaflet",
|
|
3945
5080
|
"icon": "leaflet.png",
|
|
3946
5081
|
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
3947
|
-
"website": "https://github.
|
|
5082
|
+
"website": "https://gugustinette.github.io/Nuxt-Leaflet",
|
|
3948
5083
|
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
3949
5084
|
"category": "Libraries",
|
|
3950
5085
|
"type": "3rd-party",
|
|
@@ -3961,7 +5096,7 @@
|
|
|
3961
5096
|
},
|
|
3962
5097
|
{
|
|
3963
5098
|
"name": "nuxt7",
|
|
3964
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
5099
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3965
5100
|
"repo": "nuxt-community/nuxt7",
|
|
3966
5101
|
"npm": "nuxt7",
|
|
3967
5102
|
"icon": "",
|
|
@@ -3982,40 +5117,17 @@
|
|
|
3982
5117
|
"requires": {}
|
|
3983
5118
|
}
|
|
3984
5119
|
},
|
|
3985
|
-
{
|
|
3986
|
-
"name": "nuxtlabs-ui",
|
|
3987
|
-
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3988
|
-
"repo": "nuxtlabs/ui",
|
|
3989
|
-
"npm": "@nuxthq/ui",
|
|
3990
|
-
"icon": "nuxtlabs-ui.svg",
|
|
3991
|
-
"github": "https://github.com/nuxtlabs/ui",
|
|
3992
|
-
"website": "https://ui.nuxtlabs.com",
|
|
3993
|
-
"learn_more": "https://ui.nuxtlabs.com",
|
|
3994
|
-
"category": "UI",
|
|
3995
|
-
"type": "3rd-party",
|
|
3996
|
-
"maintainers": [
|
|
3997
|
-
{
|
|
3998
|
-
"name": "Benjamin Canac",
|
|
3999
|
-
"github": "benjamincanac",
|
|
4000
|
-
"twitter": "benjamincanac"
|
|
4001
|
-
}
|
|
4002
|
-
],
|
|
4003
|
-
"compatibility": {
|
|
4004
|
-
"nuxt": "^3.0.0",
|
|
4005
|
-
"requires": {}
|
|
4006
|
-
}
|
|
4007
|
-
},
|
|
4008
5120
|
{
|
|
4009
5121
|
"name": "og-image",
|
|
4010
|
-
"description": "
|
|
4011
|
-
"repo": "
|
|
5122
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
5123
|
+
"repo": "nuxt-modules/og-image",
|
|
4012
5124
|
"npm": "nuxt-og-image",
|
|
4013
|
-
"icon": "",
|
|
4014
|
-
"github": "https://github.com/
|
|
4015
|
-
"website": "https://
|
|
4016
|
-
"learn_more": "",
|
|
5125
|
+
"icon": "og-image.svg",
|
|
5126
|
+
"github": "https://github.com/nuxt-modules/og-image",
|
|
5127
|
+
"website": "https://nuxtseo.com/og-image",
|
|
5128
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
4017
5129
|
"category": "SEO",
|
|
4018
|
-
"type": "
|
|
5130
|
+
"type": "community",
|
|
4019
5131
|
"maintainers": [
|
|
4020
5132
|
{
|
|
4021
5133
|
"name": "Harlan Wilton",
|
|
@@ -4026,7 +5138,8 @@
|
|
|
4026
5138
|
],
|
|
4027
5139
|
"compatibility": {
|
|
4028
5140
|
"nuxt": "^3.0.0",
|
|
4029
|
-
"requires": {}
|
|
5141
|
+
"requires": {},
|
|
5142
|
+
"devtools": "^0.0.0"
|
|
4030
5143
|
}
|
|
4031
5144
|
},
|
|
4032
5145
|
{
|
|
@@ -4052,15 +5165,37 @@
|
|
|
4052
5165
|
"requires": {}
|
|
4053
5166
|
}
|
|
4054
5167
|
},
|
|
5168
|
+
{
|
|
5169
|
+
"name": "onyx",
|
|
5170
|
+
"description": "A design system and Vue.js component library created by Schwarz IT",
|
|
5171
|
+
"repo": "SchwarzIT/onyx#main/packages/nuxt",
|
|
5172
|
+
"npm": "@sit-onyx/nuxt",
|
|
5173
|
+
"icon": "onyx.svg",
|
|
5174
|
+
"github": "https://github.com/SchwarzIT/onyx",
|
|
5175
|
+
"website": "https://onyx.schwarz/development/packages/nuxt.html",
|
|
5176
|
+
"learn_more": "https://onyx.schwarz",
|
|
5177
|
+
"category": "UI",
|
|
5178
|
+
"type": "3rd-party",
|
|
5179
|
+
"maintainers": [
|
|
5180
|
+
{
|
|
5181
|
+
"name": "Schwarz IT",
|
|
5182
|
+
"github": "SchwarzIT"
|
|
5183
|
+
}
|
|
5184
|
+
],
|
|
5185
|
+
"compatibility": {
|
|
5186
|
+
"nuxt": "^3.0.0",
|
|
5187
|
+
"requires": {}
|
|
5188
|
+
}
|
|
5189
|
+
},
|
|
4055
5190
|
{
|
|
4056
5191
|
"name": "optimized-images",
|
|
4057
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
5192
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
4058
5193
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
4059
5194
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
4060
5195
|
"icon": "",
|
|
4061
5196
|
"github": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
4062
|
-
"website": "https://
|
|
4063
|
-
"learn_more": "",
|
|
5197
|
+
"website": "https://github.com/juliomrqz/nuxt-optimized-images",
|
|
5198
|
+
"learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
|
|
4064
5199
|
"category": "Images",
|
|
4065
5200
|
"type": "3rd-party",
|
|
4066
5201
|
"maintainers": [
|
|
@@ -4099,7 +5234,7 @@
|
|
|
4099
5234
|
},
|
|
4100
5235
|
{
|
|
4101
5236
|
"name": "parse",
|
|
4102
|
-
"description": "Parse package for Nuxt
|
|
5237
|
+
"description": "Parse package for Nuxt",
|
|
4103
5238
|
"repo": "cierrateam/nuxt-parse",
|
|
4104
5239
|
"npm": "nuxt-parse",
|
|
4105
5240
|
"icon": "",
|
|
@@ -4119,6 +5254,29 @@
|
|
|
4119
5254
|
"requires": {}
|
|
4120
5255
|
}
|
|
4121
5256
|
},
|
|
5257
|
+
{
|
|
5258
|
+
"name": "particles",
|
|
5259
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
5260
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
5261
|
+
"npm": "nuxt-particles",
|
|
5262
|
+
"icon": "",
|
|
5263
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
5264
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
5265
|
+
"learn_more": "https://particles.js.org/",
|
|
5266
|
+
"category": "Libraries",
|
|
5267
|
+
"type": "3rd-party",
|
|
5268
|
+
"maintainers": [
|
|
5269
|
+
{
|
|
5270
|
+
"name": "Joey Pereira",
|
|
5271
|
+
"github": "Joepocalyptic",
|
|
5272
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
5273
|
+
}
|
|
5274
|
+
],
|
|
5275
|
+
"compatibility": {
|
|
5276
|
+
"nuxt": "^3.0.0",
|
|
5277
|
+
"requires": {}
|
|
5278
|
+
}
|
|
5279
|
+
},
|
|
4122
5280
|
{
|
|
4123
5281
|
"name": "partytown",
|
|
4124
5282
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -4144,6 +5302,28 @@
|
|
|
4144
5302
|
}
|
|
4145
5303
|
}
|
|
4146
5304
|
},
|
|
5305
|
+
{
|
|
5306
|
+
"name": "paypal",
|
|
5307
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
5308
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
5309
|
+
"npm": "nuxt-paypal",
|
|
5310
|
+
"icon": "paypal.svg",
|
|
5311
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
5312
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
5313
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
5314
|
+
"category": "Payment",
|
|
5315
|
+
"type": "3rd-party",
|
|
5316
|
+
"maintainers": [
|
|
5317
|
+
{
|
|
5318
|
+
"name": "Arash Sheyda",
|
|
5319
|
+
"github": "arashsheyda"
|
|
5320
|
+
}
|
|
5321
|
+
],
|
|
5322
|
+
"compatibility": {
|
|
5323
|
+
"nuxt": "^3.0.0",
|
|
5324
|
+
"requires": {}
|
|
5325
|
+
}
|
|
5326
|
+
},
|
|
4147
5327
|
{
|
|
4148
5328
|
"name": "pdfeasy",
|
|
4149
5329
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -4157,14 +5337,36 @@
|
|
|
4157
5337
|
"type": "3rd-party",
|
|
4158
5338
|
"maintainers": [
|
|
4159
5339
|
{
|
|
4160
|
-
"name": "Giovane Cardoso",
|
|
4161
|
-
"github": "novout",
|
|
4162
|
-
"twitter": "novoutttttt",
|
|
4163
|
-
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5340
|
+
"name": "Giovane Cardoso",
|
|
5341
|
+
"github": "novout",
|
|
5342
|
+
"twitter": "novoutttttt",
|
|
5343
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5344
|
+
}
|
|
5345
|
+
],
|
|
5346
|
+
"compatibility": {
|
|
5347
|
+
"nuxt": "^3.0.0",
|
|
5348
|
+
"requires": {}
|
|
5349
|
+
}
|
|
5350
|
+
},
|
|
5351
|
+
{
|
|
5352
|
+
"name": "pergel",
|
|
5353
|
+
"description": "Pergel is a tailor-made solution for Nuxt and Nitro, providing swift project kickstarts and seamless integration of various modules.",
|
|
5354
|
+
"repo": "oku-ui/pergel#main/packages-core/pergel",
|
|
5355
|
+
"npm": "pergel",
|
|
5356
|
+
"icon": "pergel.svg",
|
|
5357
|
+
"github": "https://github.com/oku-ui/pergel",
|
|
5358
|
+
"website": "https://oku-ui.com/pergel",
|
|
5359
|
+
"learn_more": "",
|
|
5360
|
+
"category": "Devtools",
|
|
5361
|
+
"type": "3rd-party",
|
|
5362
|
+
"maintainers": [
|
|
5363
|
+
{
|
|
5364
|
+
"name": "Mehmet - productdevbook",
|
|
5365
|
+
"github": "productdevbook"
|
|
4164
5366
|
}
|
|
4165
5367
|
],
|
|
4166
5368
|
"compatibility": {
|
|
4167
|
-
"nuxt": "^3.
|
|
5369
|
+
"nuxt": "^3.10.0",
|
|
4168
5370
|
"requires": {}
|
|
4169
5371
|
}
|
|
4170
5372
|
},
|
|
@@ -4194,7 +5396,7 @@
|
|
|
4194
5396
|
{
|
|
4195
5397
|
"name": "pinia-orm",
|
|
4196
5398
|
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
|
|
4197
|
-
"repo": "CodeDredd/pinia-orm#
|
|
5399
|
+
"repo": "CodeDredd/pinia-orm#main/packages/nuxt",
|
|
4198
5400
|
"npm": "@pinia-orm/nuxt",
|
|
4199
5401
|
"icon": "pinia-orm.svg",
|
|
4200
5402
|
"github": "https://github.com/CodeDredd/pinia-orm/tree/master/packages/nuxt",
|
|
@@ -4265,23 +5467,23 @@
|
|
|
4265
5467
|
},
|
|
4266
5468
|
{
|
|
4267
5469
|
"name": "plausible",
|
|
4268
|
-
"description": "Nuxt
|
|
5470
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4269
5471
|
"repo": "nuxt-modules/plausible",
|
|
4270
5472
|
"npm": "@nuxtjs/plausible",
|
|
4271
|
-
"icon": "",
|
|
5473
|
+
"icon": "plausible.svg",
|
|
4272
5474
|
"github": "https://github.com/nuxt-modules/plausible",
|
|
4273
5475
|
"website": "https://github.com/nuxt-modules/plausible",
|
|
4274
5476
|
"learn_more": "",
|
|
4275
|
-
"category": "
|
|
5477
|
+
"category": "Analytics",
|
|
4276
5478
|
"type": "community",
|
|
4277
5479
|
"maintainers": [
|
|
4278
5480
|
{
|
|
4279
|
-
"name": "
|
|
4280
|
-
"github": "
|
|
5481
|
+
"name": "Johann Schopplich",
|
|
5482
|
+
"github": "johannschopplich"
|
|
4281
5483
|
}
|
|
4282
5484
|
],
|
|
4283
5485
|
"compatibility": {
|
|
4284
|
-
"nuxt": "^2.0.0",
|
|
5486
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4285
5487
|
"requires": {}
|
|
4286
5488
|
}
|
|
4287
5489
|
},
|
|
@@ -4307,9 +5509,78 @@
|
|
|
4307
5509
|
"requires": {}
|
|
4308
5510
|
}
|
|
4309
5511
|
},
|
|
5512
|
+
{
|
|
5513
|
+
"name": "prepare",
|
|
5514
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
5515
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
5516
|
+
"npm": "nuxt-prepare",
|
|
5517
|
+
"icon": "prepare.svg",
|
|
5518
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
5519
|
+
"website": "https://nuxt-prepare.byjohann.dev",
|
|
5520
|
+
"learn_more": "",
|
|
5521
|
+
"category": "Devtools",
|
|
5522
|
+
"type": "3rd-party",
|
|
5523
|
+
"maintainers": [
|
|
5524
|
+
{
|
|
5525
|
+
"name": "Johann Schopplich",
|
|
5526
|
+
"github": "johannschopplich",
|
|
5527
|
+
"twitter": "jschopplich",
|
|
5528
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
5529
|
+
}
|
|
5530
|
+
],
|
|
5531
|
+
"compatibility": {
|
|
5532
|
+
"nuxt": "^3.0.0",
|
|
5533
|
+
"requires": {}
|
|
5534
|
+
}
|
|
5535
|
+
},
|
|
5536
|
+
{
|
|
5537
|
+
"name": "primevue",
|
|
5538
|
+
"description": "Next Generation Vue UI Component Library",
|
|
5539
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
5540
|
+
"npm": "nuxt-primevue",
|
|
5541
|
+
"icon": "primevue.svg",
|
|
5542
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
5543
|
+
"website": "https://primevue.org/",
|
|
5544
|
+
"learn_more": "https://primevue.org/",
|
|
5545
|
+
"category": "UI",
|
|
5546
|
+
"type": "3rd-party",
|
|
5547
|
+
"maintainers": [
|
|
5548
|
+
{
|
|
5549
|
+
"name": "primefaces",
|
|
5550
|
+
"github": "primefaces",
|
|
5551
|
+
"twitter": "primevue"
|
|
5552
|
+
}
|
|
5553
|
+
],
|
|
5554
|
+
"compatibility": {
|
|
5555
|
+
"nuxt": "^3.0.0",
|
|
5556
|
+
"requires": {}
|
|
5557
|
+
}
|
|
5558
|
+
},
|
|
5559
|
+
{
|
|
5560
|
+
"name": "prisma",
|
|
5561
|
+
"description": "Integrate Nuxt with Prisma ORM to simplify database access!",
|
|
5562
|
+
"repo": "prisma/nuxt-prisma",
|
|
5563
|
+
"npm": "@prisma/nuxt",
|
|
5564
|
+
"icon": "prisma.png",
|
|
5565
|
+
"github": "https://github.com/prisma/nuxt-prisma",
|
|
5566
|
+
"website": "https://pris.ly/prisma-nuxt",
|
|
5567
|
+
"learn_more": "https://www.prisma.io/orm",
|
|
5568
|
+
"category": "Database",
|
|
5569
|
+
"type": "3rd-party",
|
|
5570
|
+
"maintainers": [
|
|
5571
|
+
{
|
|
5572
|
+
"name": "prisma",
|
|
5573
|
+
"github": "prisma"
|
|
5574
|
+
}
|
|
5575
|
+
],
|
|
5576
|
+
"compatibility": {
|
|
5577
|
+
"nuxt": "^3.0.0",
|
|
5578
|
+
"requires": {}
|
|
5579
|
+
}
|
|
5580
|
+
},
|
|
4310
5581
|
{
|
|
4311
5582
|
"name": "prismic",
|
|
4312
|
-
"description": "Easily connect your Nuxt
|
|
5583
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4313
5584
|
"repo": "nuxt-modules/prismic",
|
|
4314
5585
|
"npm": "@nuxtjs/prismic",
|
|
4315
5586
|
"icon": "prismic.png",
|
|
@@ -4376,7 +5647,7 @@
|
|
|
4376
5647
|
},
|
|
4377
5648
|
{
|
|
4378
5649
|
"name": "proxy",
|
|
4379
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
5650
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4380
5651
|
"repo": "nuxt-community/proxy-module",
|
|
4381
5652
|
"npm": "@nuxtjs/proxy",
|
|
4382
5653
|
"icon": "",
|
|
@@ -4422,7 +5693,7 @@
|
|
|
4422
5693
|
},
|
|
4423
5694
|
{
|
|
4424
5695
|
"name": "purgecss",
|
|
4425
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
5696
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4426
5697
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4427
5698
|
"npm": "nuxt-purgecss",
|
|
4428
5699
|
"icon": "purgecss.png",
|
|
@@ -4444,7 +5715,7 @@
|
|
|
4444
5715
|
},
|
|
4445
5716
|
{
|
|
4446
5717
|
"name": "pwa",
|
|
4447
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5718
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4448
5719
|
"repo": "nuxt-community/pwa-module",
|
|
4449
5720
|
"npm": "@nuxtjs/pwa",
|
|
4450
5721
|
"icon": "pwa.png",
|
|
@@ -4469,7 +5740,7 @@
|
|
|
4469
5740
|
},
|
|
4470
5741
|
{
|
|
4471
5742
|
"name": "python",
|
|
4472
|
-
"description": "Write Nuxt
|
|
5743
|
+
"description": "Write Nuxt applications using Python",
|
|
4473
5744
|
"repo": "nuxt-community/python-module",
|
|
4474
5745
|
"npm": "@nuxtjs/python",
|
|
4475
5746
|
"icon": "python.png",
|
|
@@ -4508,7 +5779,8 @@
|
|
|
4508
5779
|
],
|
|
4509
5780
|
"compatibility": {
|
|
4510
5781
|
"nuxt": "^3.0.0",
|
|
4511
|
-
"requires": {}
|
|
5782
|
+
"requires": {},
|
|
5783
|
+
"devtools": "^0.0.0"
|
|
4512
5784
|
}
|
|
4513
5785
|
},
|
|
4514
5786
|
{
|
|
@@ -4533,9 +5805,44 @@
|
|
|
4533
5805
|
"requires": {}
|
|
4534
5806
|
}
|
|
4535
5807
|
},
|
|
5808
|
+
{
|
|
5809
|
+
"name": "radix-vue",
|
|
5810
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5811
|
+
"repo": "radix-vue/radix-vue",
|
|
5812
|
+
"npm": "radix-vue",
|
|
5813
|
+
"icon": "radix-vue.svg",
|
|
5814
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5815
|
+
"website": "https://www.radix-vue.com/",
|
|
5816
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5817
|
+
"category": "UI",
|
|
5818
|
+
"type": "3rd-party",
|
|
5819
|
+
"maintainers": [
|
|
5820
|
+
{
|
|
5821
|
+
"name": "Zernonia",
|
|
5822
|
+
"github": "zernonia",
|
|
5823
|
+
"twitter": "zernonia"
|
|
5824
|
+
},
|
|
5825
|
+
{
|
|
5826
|
+
"name": "Khairul Haaziq",
|
|
5827
|
+
"github": "khairulhaaziq"
|
|
5828
|
+
},
|
|
5829
|
+
{
|
|
5830
|
+
"name": "Mujahid Anuar",
|
|
5831
|
+
"github": "mujahidfa"
|
|
5832
|
+
},
|
|
5833
|
+
{
|
|
5834
|
+
"name": "Max",
|
|
5835
|
+
"github": "onmax"
|
|
5836
|
+
}
|
|
5837
|
+
],
|
|
5838
|
+
"compatibility": {
|
|
5839
|
+
"nuxt": "^3.0.0",
|
|
5840
|
+
"requires": {}
|
|
5841
|
+
}
|
|
5842
|
+
},
|
|
4536
5843
|
{
|
|
4537
5844
|
"name": "recaptcha",
|
|
4538
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5845
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4539
5846
|
"repo": "nuxt-community/recaptcha-module",
|
|
4540
5847
|
"npm": "@nuxtjs/recaptcha",
|
|
4541
5848
|
"icon": "recaptcha.png",
|
|
@@ -4578,9 +5885,32 @@
|
|
|
4578
5885
|
"requires": {}
|
|
4579
5886
|
}
|
|
4580
5887
|
},
|
|
5888
|
+
{
|
|
5889
|
+
"name": "resend",
|
|
5890
|
+
"description": "Resend integration for Nuxt",
|
|
5891
|
+
"repo": "nhedger/nuxt-resend",
|
|
5892
|
+
"npm": "nuxt-resend",
|
|
5893
|
+
"icon": "resend.svg",
|
|
5894
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5895
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5896
|
+
"learn_more": "https://resend.com",
|
|
5897
|
+
"category": "Extensions",
|
|
5898
|
+
"type": "3rd-party",
|
|
5899
|
+
"maintainers": [
|
|
5900
|
+
{
|
|
5901
|
+
"name": "Nicolas Hedger",
|
|
5902
|
+
"github": "nhedger",
|
|
5903
|
+
"twitter": "nicolashedger"
|
|
5904
|
+
}
|
|
5905
|
+
],
|
|
5906
|
+
"compatibility": {
|
|
5907
|
+
"nuxt": "^3.0.0",
|
|
5908
|
+
"requires": {}
|
|
5909
|
+
}
|
|
5910
|
+
},
|
|
4581
5911
|
{
|
|
4582
5912
|
"name": "rfg-icon",
|
|
4583
|
-
"description": "Nuxt
|
|
5913
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4584
5914
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4585
5915
|
"npm": "nuxt-rfg-icon",
|
|
4586
5916
|
"icon": "real-favicon-generator.png",
|
|
@@ -4602,13 +5932,13 @@
|
|
|
4602
5932
|
},
|
|
4603
5933
|
{
|
|
4604
5934
|
"name": "robots",
|
|
4605
|
-
"description": "A Nuxt
|
|
5935
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
4606
5936
|
"repo": "nuxt-modules/robots",
|
|
4607
5937
|
"npm": "@nuxtjs/robots",
|
|
4608
5938
|
"icon": "robots.png",
|
|
4609
5939
|
"github": "https://github.com/nuxt-modules/robots",
|
|
4610
5940
|
"website": "https://github.com/nuxt-modules/robots",
|
|
4611
|
-
"learn_more": "
|
|
5941
|
+
"learn_more": "",
|
|
4612
5942
|
"category": "SEO",
|
|
4613
5943
|
"type": "community",
|
|
4614
5944
|
"maintainers": [
|
|
@@ -4626,23 +5956,23 @@
|
|
|
4626
5956
|
},
|
|
4627
5957
|
{
|
|
4628
5958
|
"name": "rollbar",
|
|
4629
|
-
"description": "
|
|
4630
|
-
"repo": "
|
|
4631
|
-
"npm": "nuxt-rollbar
|
|
5959
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5960
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5961
|
+
"npm": "nuxt-rollbar",
|
|
4632
5962
|
"icon": "rollbar.png",
|
|
4633
|
-
"github": "https://github.com/
|
|
4634
|
-
"website": "https://github.com/
|
|
5963
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5964
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4635
5965
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4636
5966
|
"category": "Monitoring",
|
|
4637
5967
|
"type": "3rd-party",
|
|
4638
5968
|
"maintainers": [
|
|
4639
5969
|
{
|
|
4640
|
-
"name": "
|
|
4641
|
-
"github": "
|
|
5970
|
+
"name": "Jairo Blatt",
|
|
5971
|
+
"github": "jairoblatt"
|
|
4642
5972
|
}
|
|
4643
5973
|
],
|
|
4644
5974
|
"compatibility": {
|
|
4645
|
-
"nuxt": "^
|
|
5975
|
+
"nuxt": "^3.0.0",
|
|
4646
5976
|
"requires": {}
|
|
4647
5977
|
}
|
|
4648
5978
|
},
|
|
@@ -4671,7 +6001,7 @@
|
|
|
4671
6001
|
},
|
|
4672
6002
|
{
|
|
4673
6003
|
"name": "router",
|
|
4674
|
-
"description": "Nuxt
|
|
6004
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4675
6005
|
"repo": "nuxt-community/router-module",
|
|
4676
6006
|
"npm": "@nuxtjs/router",
|
|
4677
6007
|
"icon": "vue.png",
|
|
@@ -4717,15 +6047,38 @@
|
|
|
4717
6047
|
}
|
|
4718
6048
|
}
|
|
4719
6049
|
},
|
|
6050
|
+
{
|
|
6051
|
+
"name": "scalar",
|
|
6052
|
+
"description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
|
|
6053
|
+
"repo": "scalar/scalar#main/packages/nuxt",
|
|
6054
|
+
"npm": "@scalar/nuxt",
|
|
6055
|
+
"icon": "scalar.svg",
|
|
6056
|
+
"github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
6057
|
+
"website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
|
|
6058
|
+
"learn_more": "https://scalar.com",
|
|
6059
|
+
"category": "Devtools",
|
|
6060
|
+
"type": "3rd-party",
|
|
6061
|
+
"maintainers": [
|
|
6062
|
+
{
|
|
6063
|
+
"name": "scalar",
|
|
6064
|
+
"github": "scalar",
|
|
6065
|
+
"twitter": "scalar"
|
|
6066
|
+
}
|
|
6067
|
+
],
|
|
6068
|
+
"compatibility": {
|
|
6069
|
+
"nuxt": "^3.0.0",
|
|
6070
|
+
"requires": {}
|
|
6071
|
+
}
|
|
6072
|
+
},
|
|
4720
6073
|
{
|
|
4721
6074
|
"name": "schema-org",
|
|
4722
|
-
"description": "
|
|
4723
|
-
"repo": "
|
|
6075
|
+
"description": "Quick and easy Schema.org graphs.",
|
|
6076
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4724
6077
|
"npm": "nuxt-schema-org",
|
|
4725
6078
|
"icon": "schema-org.svg",
|
|
4726
|
-
"github": "https://github.com/
|
|
4727
|
-
"website": "https://
|
|
4728
|
-
"learn_more": "https://
|
|
6079
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
6080
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
6081
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4729
6082
|
"category": "SEO",
|
|
4730
6083
|
"type": "3rd-party",
|
|
4731
6084
|
"maintainers": [
|
|
@@ -4741,6 +6094,29 @@
|
|
|
4741
6094
|
"requires": {}
|
|
4742
6095
|
}
|
|
4743
6096
|
},
|
|
6097
|
+
{
|
|
6098
|
+
"name": "scripts",
|
|
6099
|
+
"description": "Plug-and-play script optimization for Nuxt applications.",
|
|
6100
|
+
"repo": "nuxt/scripts",
|
|
6101
|
+
"npm": "@nuxt/scripts",
|
|
6102
|
+
"icon": "nuxt.svg",
|
|
6103
|
+
"github": "https://github.com/nuxt/scripts",
|
|
6104
|
+
"website": "https://scripts.nuxt.com",
|
|
6105
|
+
"learn_more": "",
|
|
6106
|
+
"category": "Libraries",
|
|
6107
|
+
"type": "official",
|
|
6108
|
+
"maintainers": [
|
|
6109
|
+
{
|
|
6110
|
+
"name": "Harlan Wilton",
|
|
6111
|
+
"github": "harlan-zw",
|
|
6112
|
+
"twitter": "harlan_zw"
|
|
6113
|
+
}
|
|
6114
|
+
],
|
|
6115
|
+
"compatibility": {
|
|
6116
|
+
"nuxt": "^3.0.0",
|
|
6117
|
+
"requires": {}
|
|
6118
|
+
}
|
|
6119
|
+
},
|
|
4744
6120
|
{
|
|
4745
6121
|
"name": "scss-to-js",
|
|
4746
6122
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
@@ -4788,13 +6164,13 @@
|
|
|
4788
6164
|
},
|
|
4789
6165
|
{
|
|
4790
6166
|
"name": "segment",
|
|
4791
|
-
"description": "Nuxt
|
|
6167
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4792
6168
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4793
6169
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4794
6170
|
"icon": "segment.png",
|
|
4795
6171
|
"github": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4796
6172
|
"website": "https://github.com/dansmaculotte/nuxt-segment",
|
|
4797
|
-
"learn_more": "
|
|
6173
|
+
"learn_more": "",
|
|
4798
6174
|
"category": "Analytics",
|
|
4799
6175
|
"type": "3rd-party",
|
|
4800
6176
|
"maintainers": [
|
|
@@ -4810,7 +6186,7 @@
|
|
|
4810
6186
|
},
|
|
4811
6187
|
{
|
|
4812
6188
|
"name": "sentry",
|
|
4813
|
-
"description": "Sentry module for Nuxt
|
|
6189
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4814
6190
|
"repo": "nuxt-community/sentry-module",
|
|
4815
6191
|
"npm": "@nuxtjs/sentry",
|
|
4816
6192
|
"icon": "sentry.svg",
|
|
@@ -4831,20 +6207,22 @@
|
|
|
4831
6207
|
}
|
|
4832
6208
|
},
|
|
4833
6209
|
{
|
|
4834
|
-
"name": "seo-
|
|
4835
|
-
"description": "
|
|
4836
|
-
"repo": "harlan-zw/nuxt-seo-
|
|
4837
|
-
"npm": "nuxt-seo-
|
|
4838
|
-
"icon": "seo-
|
|
4839
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-
|
|
4840
|
-
"website": "https://
|
|
4841
|
-
"learn_more": "",
|
|
6210
|
+
"name": "seo-experiments",
|
|
6211
|
+
"description": "Powerful SEO DX improvements.",
|
|
6212
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6213
|
+
"npm": "nuxt-seo-experiments",
|
|
6214
|
+
"icon": "seo-experiments.svg",
|
|
6215
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6216
|
+
"website": "https://nuxtseo.com/experiments",
|
|
6217
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
4842
6218
|
"category": "SEO",
|
|
4843
6219
|
"type": "3rd-party",
|
|
4844
6220
|
"maintainers": [
|
|
4845
6221
|
{
|
|
4846
|
-
"name": "
|
|
4847
|
-
"github": "harlan-zw"
|
|
6222
|
+
"name": "Harlan Wilton",
|
|
6223
|
+
"github": "harlan-zw",
|
|
6224
|
+
"twitter": "harlan_zw",
|
|
6225
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4848
6226
|
}
|
|
4849
6227
|
],
|
|
4850
6228
|
"compatibility": {
|
|
@@ -4875,9 +6253,31 @@
|
|
|
4875
6253
|
"requires": {}
|
|
4876
6254
|
}
|
|
4877
6255
|
},
|
|
6256
|
+
{
|
|
6257
|
+
"name": "seo",
|
|
6258
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
6259
|
+
"repo": "harlan-zw/nuxt-seo",
|
|
6260
|
+
"npm": "@nuxtjs/seo",
|
|
6261
|
+
"icon": "nuxt.svg",
|
|
6262
|
+
"github": "https://github.com/harlan-zw/nuxt-seo",
|
|
6263
|
+
"website": "https://nuxtseo.com/",
|
|
6264
|
+
"learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
6265
|
+
"category": "SEO",
|
|
6266
|
+
"type": "3rd-party",
|
|
6267
|
+
"maintainers": [
|
|
6268
|
+
{
|
|
6269
|
+
"name": "harlan-zw",
|
|
6270
|
+
"github": "harlan-zw"
|
|
6271
|
+
}
|
|
6272
|
+
],
|
|
6273
|
+
"compatibility": {
|
|
6274
|
+
"nuxt": "^3.0.0",
|
|
6275
|
+
"requires": {}
|
|
6276
|
+
}
|
|
6277
|
+
},
|
|
4878
6278
|
{
|
|
4879
6279
|
"name": "seomatic-meta",
|
|
4880
|
-
"description": "A Nuxt
|
|
6280
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4881
6281
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4882
6282
|
"npm": "nuxt-seomatic-meta",
|
|
4883
6283
|
"icon": "seomatic.png",
|
|
@@ -4923,7 +6323,7 @@
|
|
|
4923
6323
|
{
|
|
4924
6324
|
"name": "server-block",
|
|
4925
6325
|
"description": "Use <server> tags in your Nuxt pages components.",
|
|
4926
|
-
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt
|
|
6326
|
+
"repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
|
|
4927
6327
|
"npm": "@hebilicious/server-block-nuxt",
|
|
4928
6328
|
"icon": "server-block.svg",
|
|
4929
6329
|
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
@@ -4944,21 +6344,25 @@
|
|
|
4944
6344
|
}
|
|
4945
6345
|
},
|
|
4946
6346
|
{
|
|
4947
|
-
"name": "
|
|
4948
|
-
"description": "
|
|
4949
|
-
"repo": "
|
|
4950
|
-
"npm": "
|
|
4951
|
-
"icon": "
|
|
4952
|
-
"github": "https://github.com/
|
|
4953
|
-
"website": "https://
|
|
4954
|
-
"learn_more": "https://
|
|
4955
|
-
"category": "
|
|
6347
|
+
"name": "shadcn",
|
|
6348
|
+
"description": "Re-usable components built with Radix Vue and Tailwind CSS.",
|
|
6349
|
+
"repo": "radix-vue/shadcn-vue#dev/packages/module",
|
|
6350
|
+
"npm": "shadcn-nuxt",
|
|
6351
|
+
"icon": "",
|
|
6352
|
+
"github": "https://github.com/radix-vue/shadcn-vue/tree/dev/packages/module",
|
|
6353
|
+
"website": "https://www.shadcn-vue.com",
|
|
6354
|
+
"learn_more": "https://www.shadcn-vue.com/docs/installation/nuxt",
|
|
6355
|
+
"category": "UI",
|
|
4956
6356
|
"type": "3rd-party",
|
|
4957
6357
|
"maintainers": [
|
|
4958
6358
|
{
|
|
4959
|
-
"name": "
|
|
4960
|
-
"github": "
|
|
4961
|
-
"twitter": "
|
|
6359
|
+
"name": "Zernonia",
|
|
6360
|
+
"github": "zernonia",
|
|
6361
|
+
"twitter": "zernonia"
|
|
6362
|
+
},
|
|
6363
|
+
{
|
|
6364
|
+
"name": "Sadegh Barati",
|
|
6365
|
+
"github": "sadeghbarati"
|
|
4962
6366
|
}
|
|
4963
6367
|
],
|
|
4964
6368
|
"compatibility": {
|
|
@@ -4968,7 +6372,7 @@
|
|
|
4968
6372
|
},
|
|
4969
6373
|
{
|
|
4970
6374
|
"name": "shopify",
|
|
4971
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
6375
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4972
6376
|
"repo": "Gomah/nuxt-shopify",
|
|
4973
6377
|
"npm": "nuxt-shopify",
|
|
4974
6378
|
"icon": "shopify.png",
|
|
@@ -4989,7 +6393,29 @@
|
|
|
4989
6393
|
}
|
|
4990
6394
|
},
|
|
4991
6395
|
{
|
|
4992
|
-
"name": "
|
|
6396
|
+
"name": "shuimo-ui",
|
|
6397
|
+
"description": "A Chinese Shuimo style component library.",
|
|
6398
|
+
"repo": "shuimo-design/shuimo-ui#main/plugins/nuxt",
|
|
6399
|
+
"npm": "@shuimo-design/shuimo-ui-nuxt",
|
|
6400
|
+
"icon": "shuimo-ui.svg",
|
|
6401
|
+
"github": "https://github.com/shuimo-design/shuimo-ui",
|
|
6402
|
+
"website": "https://shuimo.design",
|
|
6403
|
+
"learn_more": "https://github.com/shuimo-design/shuimo-ui/tree/main/plugins/nuxt",
|
|
6404
|
+
"category": "UI",
|
|
6405
|
+
"type": "3rd-party",
|
|
6406
|
+
"maintainers": [
|
|
6407
|
+
{
|
|
6408
|
+
"name": "higuaifan",
|
|
6409
|
+
"github": "higuaifan"
|
|
6410
|
+
}
|
|
6411
|
+
],
|
|
6412
|
+
"compatibility": {
|
|
6413
|
+
"nuxt": "^3.0.0",
|
|
6414
|
+
"requires": {}
|
|
6415
|
+
}
|
|
6416
|
+
},
|
|
6417
|
+
{
|
|
6418
|
+
"name": "sidebase-auth",
|
|
4993
6419
|
"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.",
|
|
4994
6420
|
"repo": "sidebase/nuxt-auth",
|
|
4995
6421
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -5035,13 +6461,13 @@
|
|
|
5035
6461
|
},
|
|
5036
6462
|
{
|
|
5037
6463
|
"name": "simple-robots",
|
|
5038
|
-
"description": "
|
|
6464
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
5039
6465
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
5040
6466
|
"npm": "nuxt-simple-robots",
|
|
5041
|
-
"icon": "",
|
|
6467
|
+
"icon": "simple-robots.svg",
|
|
5042
6468
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
5043
|
-
"website": "https://
|
|
5044
|
-
"learn_more": "",
|
|
6469
|
+
"website": "https://nuxtseo.com/robots",
|
|
6470
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
5045
6471
|
"category": "SEO",
|
|
5046
6472
|
"type": "3rd-party",
|
|
5047
6473
|
"maintainers": [
|
|
@@ -5058,41 +6484,23 @@
|
|
|
5058
6484
|
}
|
|
5059
6485
|
},
|
|
5060
6486
|
{
|
|
5061
|
-
"name": "
|
|
5062
|
-
"description": "
|
|
5063
|
-
"repo": "
|
|
5064
|
-
"npm": "
|
|
5065
|
-
"icon": "",
|
|
5066
|
-
"github": "https://github.com/
|
|
5067
|
-
"website": "https://
|
|
5068
|
-
"learn_more": "",
|
|
6487
|
+
"name": "sitemap",
|
|
6488
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
6489
|
+
"repo": "nuxt-modules/sitemap",
|
|
6490
|
+
"npm": "@nuxtjs/sitemap",
|
|
6491
|
+
"icon": "simple-sitemap.svg",
|
|
6492
|
+
"github": "https://github.com/nuxt-modules/sitemap",
|
|
6493
|
+
"website": "https://nuxtseo.com/",
|
|
6494
|
+
"learn_more": "https://nuxtseo.com/sitemap",
|
|
5069
6495
|
"category": "SEO",
|
|
5070
|
-
"type": "
|
|
6496
|
+
"type": "community",
|
|
5071
6497
|
"maintainers": [
|
|
5072
6498
|
{
|
|
5073
6499
|
"name": "Harlan Wilton",
|
|
5074
6500
|
"github": "harlan-zw",
|
|
5075
6501
|
"twitter": "harlan_zw",
|
|
5076
6502
|
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5077
|
-
}
|
|
5078
|
-
],
|
|
5079
|
-
"compatibility": {
|
|
5080
|
-
"nuxt": "^3.0.0",
|
|
5081
|
-
"requires": {}
|
|
5082
|
-
}
|
|
5083
|
-
},
|
|
5084
|
-
{
|
|
5085
|
-
"name": "sitemap",
|
|
5086
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
5087
|
-
"repo": "nuxt-community/sitemap-module#dev",
|
|
5088
|
-
"npm": "@nuxtjs/sitemap",
|
|
5089
|
-
"icon": "",
|
|
5090
|
-
"github": "https://github.com/nuxt-community/sitemap-module#dev",
|
|
5091
|
-
"website": "https://sitemap.nuxtjs.org",
|
|
5092
|
-
"learn_more": "",
|
|
5093
|
-
"category": "SEO",
|
|
5094
|
-
"type": "community",
|
|
5095
|
-
"maintainers": [
|
|
6503
|
+
},
|
|
5096
6504
|
{
|
|
5097
6505
|
"name": "Nicolas PENNEC",
|
|
5098
6506
|
"github": "NicoPennec",
|
|
@@ -5100,7 +6508,7 @@
|
|
|
5100
6508
|
}
|
|
5101
6509
|
],
|
|
5102
6510
|
"compatibility": {
|
|
5103
|
-
"nuxt": "^
|
|
6511
|
+
"nuxt": "^3.0.0",
|
|
5104
6512
|
"requires": {}
|
|
5105
6513
|
}
|
|
5106
6514
|
},
|
|
@@ -5128,13 +6536,13 @@
|
|
|
5128
6536
|
},
|
|
5129
6537
|
{
|
|
5130
6538
|
"name": "snipcart",
|
|
5131
|
-
"description": "Snipcart integration module for Nuxt
|
|
6539
|
+
"description": "Snipcart integration module for Nuxt",
|
|
5132
6540
|
"repo": "nuxt-modules/snipcart",
|
|
5133
6541
|
"npm": "@nuxtjs/snipcart",
|
|
5134
6542
|
"icon": "snipcart.png",
|
|
5135
6543
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
5136
6544
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
5137
|
-
"learn_more": "
|
|
6545
|
+
"learn_more": "",
|
|
5138
6546
|
"category": "Ecommerce",
|
|
5139
6547
|
"type": "community",
|
|
5140
6548
|
"maintainers": [
|
|
@@ -5151,7 +6559,7 @@
|
|
|
5151
6559
|
},
|
|
5152
6560
|
{
|
|
5153
6561
|
"name": "social-meta",
|
|
5154
|
-
"description": "Nuxt
|
|
6562
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
5155
6563
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
5156
6564
|
"npm": "nuxt-social-meta",
|
|
5157
6565
|
"icon": "",
|
|
@@ -5216,39 +6624,6 @@
|
|
|
5216
6624
|
"requires": {}
|
|
5217
6625
|
}
|
|
5218
6626
|
},
|
|
5219
|
-
{
|
|
5220
|
-
"name": "speedkit",
|
|
5221
|
-
"description": "nuxt-speedkit will help you to improve the lighthouse performance (score: 100/100) of your website.",
|
|
5222
|
-
"repo": "GrabarzUndPartner/nuxt-speedkit",
|
|
5223
|
-
"npm": "nuxt-speedkit",
|
|
5224
|
-
"icon": "speedkit.png",
|
|
5225
|
-
"github": "https://github.com/GrabarzUndPartner/nuxt-speedkit",
|
|
5226
|
-
"website": "https://nuxt-speedkit.grabarzundpartner.dev",
|
|
5227
|
-
"learn_more": "",
|
|
5228
|
-
"category": "Performance",
|
|
5229
|
-
"type": "3rd-party",
|
|
5230
|
-
"maintainers": [
|
|
5231
|
-
{
|
|
5232
|
-
"name": "Stephan Gerbeth",
|
|
5233
|
-
"github": "StephanGerbeth",
|
|
5234
|
-
"avatar": "https://avatars.githubusercontent.com/u/3775511?v=4"
|
|
5235
|
-
},
|
|
5236
|
-
{
|
|
5237
|
-
"name": "Thorn Walli",
|
|
5238
|
-
"github": "ThornWalli",
|
|
5239
|
-
"avatar": "https://avatars3.githubusercontent.com/u/8287751?v=4"
|
|
5240
|
-
},
|
|
5241
|
-
{
|
|
5242
|
-
"name": "Grabarz & Partner",
|
|
5243
|
-
"github": "GrabarzUndPartner",
|
|
5244
|
-
"avatar": "https://avatars3.githubusercontent.com/u/28385672?v=4"
|
|
5245
|
-
}
|
|
5246
|
-
],
|
|
5247
|
-
"compatibility": {
|
|
5248
|
-
"nuxt": "^2.0.0",
|
|
5249
|
-
"requires": {}
|
|
5250
|
-
}
|
|
5251
|
-
},
|
|
5252
6627
|
{
|
|
5253
6628
|
"name": "ssr-lit",
|
|
5254
6629
|
"description": "",
|
|
@@ -5273,7 +6648,7 @@
|
|
|
5273
6648
|
},
|
|
5274
6649
|
{
|
|
5275
6650
|
"name": "storage",
|
|
5276
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
6651
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5277
6652
|
"repo": "mazipan/nuxt-storage",
|
|
5278
6653
|
"npm": "nuxt-storage",
|
|
5279
6654
|
"icon": "",
|
|
@@ -5295,23 +6670,29 @@
|
|
|
5295
6670
|
},
|
|
5296
6671
|
{
|
|
5297
6672
|
"name": "storefront-ui",
|
|
5298
|
-
"description": "Storefront UI
|
|
5299
|
-
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt
|
|
6673
|
+
"description": "Storefront UI for Nuxt by Alokai",
|
|
6674
|
+
"repo": "vuestorefront/storefront-ui#v2-develop/packages/sfui/frameworks/nuxt",
|
|
5300
6675
|
"npm": "@storefront-ui/nuxt",
|
|
5301
6676
|
"icon": "storefront-ui.svg",
|
|
5302
|
-
"github": "https://github.com/vuestorefront/storefront-ui
|
|
5303
|
-
"website": "https://docs.storefrontui.io
|
|
5304
|
-
"learn_more": "https://docs.storefrontui.io/",
|
|
6677
|
+
"github": "https://github.com/vuestorefront/storefront-ui",
|
|
6678
|
+
"website": "https://docs.storefrontui.io/v2/",
|
|
6679
|
+
"learn_more": "https://docs.storefrontui.io/v2/getting-started/vue#nuxt-3",
|
|
5305
6680
|
"category": "UI",
|
|
5306
6681
|
"type": "3rd-party",
|
|
5307
6682
|
"maintainers": [
|
|
5308
6683
|
{
|
|
5309
|
-
"name": "
|
|
5310
|
-
"github": "
|
|
6684
|
+
"name": "Szymon Dziewoński",
|
|
6685
|
+
"github": "Szymon-dziewonski",
|
|
6686
|
+
"avatar": "https://avatars.githubusercontent.com/u/2566152?v=4"
|
|
6687
|
+
},
|
|
6688
|
+
{
|
|
6689
|
+
"name": "Jakub Freisler",
|
|
6690
|
+
"github": "FRSgit",
|
|
6691
|
+
"avatar": "https://avatars.githubusercontent.com/u/10456649?v=4"
|
|
5311
6692
|
}
|
|
5312
6693
|
],
|
|
5313
6694
|
"compatibility": {
|
|
5314
|
-
"nuxt": "^
|
|
6695
|
+
"nuxt": "^3.0.0",
|
|
5315
6696
|
"requires": {}
|
|
5316
6697
|
}
|
|
5317
6698
|
},
|
|
@@ -5339,8 +6720,8 @@
|
|
|
5339
6720
|
},
|
|
5340
6721
|
{
|
|
5341
6722
|
"name": "storyblok",
|
|
5342
|
-
"description": "Storyblok Nuxt
|
|
5343
|
-
"repo": "storyblok/storyblok-nuxt#
|
|
6723
|
+
"description": "Storyblok Nuxt module",
|
|
6724
|
+
"repo": "storyblok/storyblok-nuxt#main",
|
|
5344
6725
|
"npm": "@storyblok/nuxt",
|
|
5345
6726
|
"icon": "storyblok.png",
|
|
5346
6727
|
"github": "https://github.com/storyblok/storyblok-nuxt",
|
|
@@ -5356,37 +6737,34 @@
|
|
|
5356
6737
|
],
|
|
5357
6738
|
"compatibility": {
|
|
5358
6739
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5359
|
-
"requires": {}
|
|
6740
|
+
"requires": {},
|
|
6741
|
+
"devtools": "^0.0.0"
|
|
5360
6742
|
}
|
|
5361
6743
|
},
|
|
5362
6744
|
{
|
|
5363
6745
|
"name": "storybook",
|
|
5364
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5365
|
-
"repo": "nuxt-
|
|
5366
|
-
"npm": "
|
|
6746
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6747
|
+
"repo": "nuxt-modules/storybook",
|
|
6748
|
+
"npm": "nuxt-storybook",
|
|
5367
6749
|
"icon": "storybook.png",
|
|
5368
|
-
"github": "https://github.com/nuxt-
|
|
6750
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5369
6751
|
"website": "https://storybook.nuxtjs.org",
|
|
5370
|
-
"learn_more": "https://
|
|
6752
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5371
6753
|
"category": "Devtools",
|
|
5372
6754
|
"type": "community",
|
|
5373
6755
|
"maintainers": [
|
|
5374
6756
|
{
|
|
5375
|
-
"name": "
|
|
5376
|
-
"github": "
|
|
5377
|
-
"twitter": "
|
|
5378
|
-
},
|
|
5379
|
-
{
|
|
5380
|
-
"name": "Pooya Parsa",
|
|
5381
|
-
"github": "pi0",
|
|
5382
|
-
"twitter": "_pi0_"
|
|
6757
|
+
"name": "Chakir QATAB",
|
|
6758
|
+
"github": "chakAs3",
|
|
6759
|
+
"twitter": "ChakirQatab"
|
|
5383
6760
|
}
|
|
5384
6761
|
],
|
|
5385
6762
|
"compatibility": {
|
|
5386
|
-
"nuxt": "^2.0.0",
|
|
6763
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5387
6764
|
"requires": {
|
|
5388
6765
|
"bridge": "optional"
|
|
5389
|
-
}
|
|
6766
|
+
},
|
|
6767
|
+
"devtools": "^0.7.2"
|
|
5390
6768
|
}
|
|
5391
6769
|
},
|
|
5392
6770
|
{
|
|
@@ -5416,7 +6794,8 @@
|
|
|
5416
6794
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5417
6795
|
"requires": {
|
|
5418
6796
|
"bridge": true
|
|
5419
|
-
}
|
|
6797
|
+
},
|
|
6798
|
+
"devtools": "^0.0.0"
|
|
5420
6799
|
}
|
|
5421
6800
|
},
|
|
5422
6801
|
{
|
|
@@ -5467,6 +6846,36 @@
|
|
|
5467
6846
|
"requires": {}
|
|
5468
6847
|
}
|
|
5469
6848
|
},
|
|
6849
|
+
{
|
|
6850
|
+
"name": "studio",
|
|
6851
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6852
|
+
"repo": "nuxtlabs/studio-module",
|
|
6853
|
+
"npm": "@nuxthq/studio",
|
|
6854
|
+
"icon": "studio.svg",
|
|
6855
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6856
|
+
"website": "https://nuxt.studio",
|
|
6857
|
+
"learn_more": "https://nuxt.studio",
|
|
6858
|
+
"category": "CMS",
|
|
6859
|
+
"type": "3rd-party",
|
|
6860
|
+
"maintainers": [
|
|
6861
|
+
{
|
|
6862
|
+
"name": "Ahad Birang",
|
|
6863
|
+
"github": "farnabaz",
|
|
6864
|
+
"twitter": "a_birang"
|
|
6865
|
+
},
|
|
6866
|
+
{
|
|
6867
|
+
"name": "Sébastien Chopin",
|
|
6868
|
+
"github": "Atinux",
|
|
6869
|
+
"twitter": "Atinux"
|
|
6870
|
+
}
|
|
6871
|
+
],
|
|
6872
|
+
"compatibility": {
|
|
6873
|
+
"nuxt": "^3.0.0",
|
|
6874
|
+
"requires": {
|
|
6875
|
+
"content": true
|
|
6876
|
+
}
|
|
6877
|
+
}
|
|
6878
|
+
},
|
|
5470
6879
|
{
|
|
5471
6880
|
"name": "style-resources",
|
|
5472
6881
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5492,7 +6901,7 @@
|
|
|
5492
6901
|
},
|
|
5493
6902
|
{
|
|
5494
6903
|
"name": "stylelint",
|
|
5495
|
-
"description": "Stylelint module for Nuxt.
|
|
6904
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5496
6905
|
"repo": "nuxt-community/stylelint-module",
|
|
5497
6906
|
"npm": "@nuxtjs/stylelint-module",
|
|
5498
6907
|
"icon": "stylelint.png",
|
|
@@ -5512,29 +6921,6 @@
|
|
|
5512
6921
|
"requires": {}
|
|
5513
6922
|
}
|
|
5514
6923
|
},
|
|
5515
|
-
{
|
|
5516
|
-
"name": "stylify",
|
|
5517
|
-
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
5518
|
-
"repo": "stylify/packages#master/packages/nuxt",
|
|
5519
|
-
"npm": "@stylify/nuxt",
|
|
5520
|
-
"icon": "stylify.svg",
|
|
5521
|
-
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
5522
|
-
"website": "https://stylifycss.com/docs/nuxt",
|
|
5523
|
-
"learn_more": "https://stylifycss.com",
|
|
5524
|
-
"category": "UI",
|
|
5525
|
-
"type": "3rd-party",
|
|
5526
|
-
"maintainers": [
|
|
5527
|
-
{
|
|
5528
|
-
"name": "Vladimír Macháček",
|
|
5529
|
-
"github": "Machy8",
|
|
5530
|
-
"twitter": "8machy"
|
|
5531
|
-
}
|
|
5532
|
-
],
|
|
5533
|
-
"compatibility": {
|
|
5534
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5535
|
-
"requires": {}
|
|
5536
|
-
}
|
|
5537
|
-
},
|
|
5538
6924
|
{
|
|
5539
6925
|
"name": "supabase",
|
|
5540
6926
|
"description": "First class integration with Supabase",
|
|
@@ -5568,6 +6954,29 @@
|
|
|
5568
6954
|
"requires": {}
|
|
5569
6955
|
}
|
|
5570
6956
|
},
|
|
6957
|
+
{
|
|
6958
|
+
"name": "surrealdb",
|
|
6959
|
+
"description": "A Nuxt module aimed to simplify the use of SurrealDB",
|
|
6960
|
+
"repo": "sandros94/nuxt-surrealdb",
|
|
6961
|
+
"npm": "nuxt-surrealdb",
|
|
6962
|
+
"icon": "surrealdb.png",
|
|
6963
|
+
"github": "https://github.com/sandros94/nuxt-surrealdb",
|
|
6964
|
+
"website": "https://github.com/sandros94/nuxt-surrealdb",
|
|
6965
|
+
"learn_more": "",
|
|
6966
|
+
"category": "Database",
|
|
6967
|
+
"type": "3rd-party",
|
|
6968
|
+
"maintainers": [
|
|
6969
|
+
{
|
|
6970
|
+
"name": "Sandro Circi",
|
|
6971
|
+
"github": "sandros94",
|
|
6972
|
+
"avatar": "https://avatars.githubusercontent.com/u/13056429"
|
|
6973
|
+
}
|
|
6974
|
+
],
|
|
6975
|
+
"compatibility": {
|
|
6976
|
+
"nuxt": "^3.10.0",
|
|
6977
|
+
"requires": {}
|
|
6978
|
+
}
|
|
6979
|
+
},
|
|
5571
6980
|
{
|
|
5572
6981
|
"name": "svg-loader",
|
|
5573
6982
|
"description": "Nuxt SVG Loader - SVGs as components, also on the server side!",
|
|
@@ -5592,12 +7001,12 @@
|
|
|
5592
7001
|
},
|
|
5593
7002
|
{
|
|
5594
7003
|
"name": "svg-sprite",
|
|
5595
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5596
|
-
"repo": "nuxt-
|
|
7004
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
7005
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5597
7006
|
"npm": "@nuxtjs/svg-sprite",
|
|
5598
7007
|
"icon": "",
|
|
5599
|
-
"github": "https://github.com/nuxt-
|
|
5600
|
-
"website": "https://github.com/nuxt-
|
|
7008
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
7009
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5601
7010
|
"learn_more": "",
|
|
5602
7011
|
"category": "UI",
|
|
5603
7012
|
"type": "community",
|
|
@@ -5609,13 +7018,13 @@
|
|
|
5609
7018
|
}
|
|
5610
7019
|
],
|
|
5611
7020
|
"compatibility": {
|
|
5612
|
-
"nuxt": "^2.0.0",
|
|
7021
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5613
7022
|
"requires": {}
|
|
5614
7023
|
}
|
|
5615
7024
|
},
|
|
5616
7025
|
{
|
|
5617
7026
|
"name": "svg",
|
|
5618
|
-
"description": "Super simple svg loading module for Nuxt
|
|
7027
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5619
7028
|
"repo": "nuxt-community/svg-module",
|
|
5620
7029
|
"npm": "@nuxtjs/svg",
|
|
5621
7030
|
"icon": "",
|
|
@@ -5657,9 +7066,33 @@
|
|
|
5657
7066
|
"requires": {}
|
|
5658
7067
|
}
|
|
5659
7068
|
},
|
|
7069
|
+
{
|
|
7070
|
+
"name": "swiftsearch",
|
|
7071
|
+
"description": "Nuxt module for a typesafe, SSR first algolia instantsearch experience",
|
|
7072
|
+
"repo": "atoms-studio/nuxt-swiftsearch",
|
|
7073
|
+
"npm": "@atoms-studio/nuxt-swiftsearch",
|
|
7074
|
+
"icon": "nuxt-swiftsearch.svg",
|
|
7075
|
+
"github": "https://github.com/atoms-studio/nuxt-swiftsearch",
|
|
7076
|
+
"website": "https://nuxt-swiftsearch.netlify.app/",
|
|
7077
|
+
"learn_more": "",
|
|
7078
|
+
"category": "Libraries",
|
|
7079
|
+
"type": "3rd-party",
|
|
7080
|
+
"maintainers": [
|
|
7081
|
+
{
|
|
7082
|
+
"name": "Matteo Rigoni",
|
|
7083
|
+
"github": "rigo-m",
|
|
7084
|
+
"twitter": "MatteoRigoni",
|
|
7085
|
+
"avatar": "https://avatars.githubusercontent.com/rigo-m?v=4"
|
|
7086
|
+
}
|
|
7087
|
+
],
|
|
7088
|
+
"compatibility": {
|
|
7089
|
+
"nuxt": "^3.10.0",
|
|
7090
|
+
"requires": {}
|
|
7091
|
+
}
|
|
7092
|
+
},
|
|
5660
7093
|
{
|
|
5661
7094
|
"name": "swiper",
|
|
5662
|
-
"description": "Nuxt
|
|
7095
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5663
7096
|
"repo": "cpreston321/nuxt-swiper",
|
|
5664
7097
|
"npm": "nuxt-swiper",
|
|
5665
7098
|
"icon": "swiper.svg",
|
|
@@ -5705,13 +7138,13 @@
|
|
|
5705
7138
|
{
|
|
5706
7139
|
"name": "tailwindcss",
|
|
5707
7140
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5708
|
-
"repo": "nuxt-modules/tailwindcss
|
|
7141
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5709
7142
|
"npm": "@nuxtjs/tailwindcss",
|
|
5710
7143
|
"icon": "tailwindcss.png",
|
|
5711
|
-
"github": "https://github.com/nuxt-modules/tailwindcss
|
|
7144
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5712
7145
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5713
7146
|
"learn_more": "https://tailwindcss.com/",
|
|
5714
|
-
"category": "
|
|
7147
|
+
"category": "CSS",
|
|
5715
7148
|
"type": "community",
|
|
5716
7149
|
"maintainers": [
|
|
5717
7150
|
{
|
|
@@ -5726,6 +7159,38 @@
|
|
|
5726
7159
|
],
|
|
5727
7160
|
"compatibility": {
|
|
5728
7161
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7162
|
+
"requires": {},
|
|
7163
|
+
"devtools": "^0.0.0"
|
|
7164
|
+
},
|
|
7165
|
+
"aliases": [
|
|
7166
|
+
"tailwind"
|
|
7167
|
+
]
|
|
7168
|
+
},
|
|
7169
|
+
{
|
|
7170
|
+
"name": "test-utils",
|
|
7171
|
+
"description": "Test utilities for Nuxt",
|
|
7172
|
+
"repo": "nuxt/test-utils#main",
|
|
7173
|
+
"npm": "@nuxt/test-utils",
|
|
7174
|
+
"icon": "nuxt.svg",
|
|
7175
|
+
"github": "https://github.com/nuxt/test-utils",
|
|
7176
|
+
"website": "https://nuxt.com/docs/getting-started/testing",
|
|
7177
|
+
"learn_more": "",
|
|
7178
|
+
"category": "Devtools",
|
|
7179
|
+
"type": "official",
|
|
7180
|
+
"maintainers": [
|
|
7181
|
+
{
|
|
7182
|
+
"name": "Daniel Roe",
|
|
7183
|
+
"github": "danielroe",
|
|
7184
|
+
"twitter": "danielcroe"
|
|
7185
|
+
},
|
|
7186
|
+
{
|
|
7187
|
+
"name": "Anthony Fu",
|
|
7188
|
+
"github": "antfu",
|
|
7189
|
+
"twitter": "antfu7"
|
|
7190
|
+
}
|
|
7191
|
+
],
|
|
7192
|
+
"compatibility": {
|
|
7193
|
+
"nuxt": "^3.0.0",
|
|
5729
7194
|
"requires": {}
|
|
5730
7195
|
}
|
|
5731
7196
|
},
|
|
@@ -5774,9 +7239,31 @@
|
|
|
5774
7239
|
"requires": {}
|
|
5775
7240
|
}
|
|
5776
7241
|
},
|
|
7242
|
+
{
|
|
7243
|
+
"name": "tiptap",
|
|
7244
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
7245
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
7246
|
+
"npm": "nuxt-tiptap-editor",
|
|
7247
|
+
"icon": "tiptap.png",
|
|
7248
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
7249
|
+
"website": "https://nuxt-tiptap-editor.vercel.app",
|
|
7250
|
+
"learn_more": "https://nuxt-tiptap-editor.vercel.app",
|
|
7251
|
+
"category": "Libraries",
|
|
7252
|
+
"type": "3rd-party",
|
|
7253
|
+
"maintainers": [
|
|
7254
|
+
{
|
|
7255
|
+
"name": "modbender",
|
|
7256
|
+
"github": "modbender"
|
|
7257
|
+
}
|
|
7258
|
+
],
|
|
7259
|
+
"compatibility": {
|
|
7260
|
+
"nuxt": "^3.0.0",
|
|
7261
|
+
"requires": {}
|
|
7262
|
+
}
|
|
7263
|
+
},
|
|
5777
7264
|
{
|
|
5778
7265
|
"name": "toast",
|
|
5779
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
7266
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5780
7267
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5781
7268
|
"npm": "@nuxtjs/toast",
|
|
5782
7269
|
"icon": "",
|
|
@@ -5797,6 +7284,50 @@
|
|
|
5797
7284
|
"requires": {}
|
|
5798
7285
|
}
|
|
5799
7286
|
},
|
|
7287
|
+
{
|
|
7288
|
+
"name": "tradingview",
|
|
7289
|
+
"description": "Use the TradingView Widgets in your Nuxt Application",
|
|
7290
|
+
"repo": "volkanakkus/nuxt-tradingview",
|
|
7291
|
+
"npm": "nuxt-tradingview",
|
|
7292
|
+
"icon": "tradingview.svg",
|
|
7293
|
+
"github": "https://github.com/volkanakkus/nuxt-tradingview",
|
|
7294
|
+
"website": "https://nuxt-tradingview.volkanakkus.com",
|
|
7295
|
+
"learn_more": "https://nuxt-tradingview.volkanakkus.com/documentation/getting-started/setup",
|
|
7296
|
+
"category": "Extensions",
|
|
7297
|
+
"type": "3rd-party",
|
|
7298
|
+
"maintainers": [
|
|
7299
|
+
{
|
|
7300
|
+
"name": "Volkan Akkuş",
|
|
7301
|
+
"github": "volkanakkus"
|
|
7302
|
+
}
|
|
7303
|
+
],
|
|
7304
|
+
"compatibility": {
|
|
7305
|
+
"nuxt": "^3.0.0",
|
|
7306
|
+
"requires": {}
|
|
7307
|
+
}
|
|
7308
|
+
},
|
|
7309
|
+
{
|
|
7310
|
+
"name": "translation-manager",
|
|
7311
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
7312
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
7313
|
+
"npm": "nuxt-translation-manager",
|
|
7314
|
+
"icon": "translation-manager.png",
|
|
7315
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
7316
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
7317
|
+
"learn_more": "",
|
|
7318
|
+
"category": "Extensions",
|
|
7319
|
+
"type": "3rd-party",
|
|
7320
|
+
"maintainers": [
|
|
7321
|
+
{
|
|
7322
|
+
"name": "Sam K",
|
|
7323
|
+
"github": "samk-dev"
|
|
7324
|
+
}
|
|
7325
|
+
],
|
|
7326
|
+
"compatibility": {
|
|
7327
|
+
"nuxt": "^3.0.0",
|
|
7328
|
+
"requires": {}
|
|
7329
|
+
}
|
|
7330
|
+
},
|
|
5800
7331
|
{
|
|
5801
7332
|
"name": "tresjs",
|
|
5802
7333
|
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
@@ -5857,7 +7388,7 @@
|
|
|
5857
7388
|
},
|
|
5858
7389
|
{
|
|
5859
7390
|
"name": "twa",
|
|
5860
|
-
"description": "Nuxt
|
|
7391
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5861
7392
|
"repo": "tuarrep/nuxt-twa",
|
|
5862
7393
|
"npm": "nuxt-twa",
|
|
5863
7394
|
"icon": "",
|
|
@@ -6045,6 +7576,63 @@
|
|
|
6045
7576
|
"requires": {}
|
|
6046
7577
|
}
|
|
6047
7578
|
},
|
|
7579
|
+
{
|
|
7580
|
+
"name": "typo3",
|
|
7581
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
7582
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
7583
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
7584
|
+
"icon": "typo3.svg",
|
|
7585
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
7586
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
7587
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
7588
|
+
"category": "CMS",
|
|
7589
|
+
"type": "3rd-party",
|
|
7590
|
+
"maintainers": [
|
|
7591
|
+
{
|
|
7592
|
+
"name": "Macopedia",
|
|
7593
|
+
"github": "macopedia",
|
|
7594
|
+
"twitter": "macopediapl"
|
|
7595
|
+
}
|
|
7596
|
+
],
|
|
7597
|
+
"compatibility": {
|
|
7598
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7599
|
+
"requires": {},
|
|
7600
|
+
"devtools": "^0.0.0"
|
|
7601
|
+
}
|
|
7602
|
+
},
|
|
7603
|
+
{
|
|
7604
|
+
"name": "ui",
|
|
7605
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
7606
|
+
"repo": "nuxt/ui#dev",
|
|
7607
|
+
"npm": "@nuxt/ui",
|
|
7608
|
+
"icon": "nuxt.svg",
|
|
7609
|
+
"github": "https://github.com/nuxt/ui",
|
|
7610
|
+
"website": "https://ui.nuxt.com",
|
|
7611
|
+
"learn_more": "",
|
|
7612
|
+
"category": "UI",
|
|
7613
|
+
"type": "official",
|
|
7614
|
+
"maintainers": [
|
|
7615
|
+
{
|
|
7616
|
+
"name": "Benjamin Canac",
|
|
7617
|
+
"github": "benjamincanac",
|
|
7618
|
+
"twitter": "benjamincanac"
|
|
7619
|
+
},
|
|
7620
|
+
{
|
|
7621
|
+
"name": "Sebastien Chopin",
|
|
7622
|
+
"github": "Atinux",
|
|
7623
|
+
"twitter": "Atinux"
|
|
7624
|
+
},
|
|
7625
|
+
{
|
|
7626
|
+
"name": "Sylvain Marroufin",
|
|
7627
|
+
"github": "smarroufin",
|
|
7628
|
+
"twitter": "smarroufin"
|
|
7629
|
+
}
|
|
7630
|
+
],
|
|
7631
|
+
"compatibility": {
|
|
7632
|
+
"nuxt": "^3.0.0",
|
|
7633
|
+
"requires": {}
|
|
7634
|
+
}
|
|
7635
|
+
},
|
|
6048
7636
|
{
|
|
6049
7637
|
"name": "umami",
|
|
6050
7638
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -6069,31 +7657,9 @@
|
|
|
6069
7657
|
}
|
|
6070
7658
|
}
|
|
6071
7659
|
},
|
|
6072
|
-
{
|
|
6073
|
-
"name": "unhead",
|
|
6074
|
-
"description": "Experimental features for Nuxt SEO / head management.",
|
|
6075
|
-
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
6076
|
-
"npm": "nuxt-seo-experiments",
|
|
6077
|
-
"icon": "",
|
|
6078
|
-
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6079
|
-
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
6080
|
-
"learn_more": "",
|
|
6081
|
-
"category": "SEO",
|
|
6082
|
-
"type": "3rd-party",
|
|
6083
|
-
"maintainers": [
|
|
6084
|
-
{
|
|
6085
|
-
"name": "harlan-zw",
|
|
6086
|
-
"github": "harlan-zw"
|
|
6087
|
-
}
|
|
6088
|
-
],
|
|
6089
|
-
"compatibility": {
|
|
6090
|
-
"nuxt": "^3.0.0",
|
|
6091
|
-
"requires": {}
|
|
6092
|
-
}
|
|
6093
|
-
},
|
|
6094
7660
|
{
|
|
6095
7661
|
"name": "universal-storage",
|
|
6096
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
7662
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
6097
7663
|
"repo": "nuxt-community/universal-storage-module",
|
|
6098
7664
|
"npm": "@nuxtjs/universal-storage",
|
|
6099
7665
|
"icon": "",
|
|
@@ -6122,7 +7688,7 @@
|
|
|
6122
7688
|
{
|
|
6123
7689
|
"name": "unlazy",
|
|
6124
7690
|
"description": "Lazy loading library for placeholder images",
|
|
6125
|
-
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
7691
|
+
"repo": "johannschopplich/unlazy#main/packages/nuxt",
|
|
6126
7692
|
"npm": "@unlazy/nuxt",
|
|
6127
7693
|
"icon": "unlazy.svg",
|
|
6128
7694
|
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
@@ -6141,42 +7707,16 @@
|
|
|
6141
7707
|
"requires": {}
|
|
6142
7708
|
}
|
|
6143
7709
|
},
|
|
6144
|
-
{
|
|
6145
|
-
"name": "unlighthouse",
|
|
6146
|
-
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
6147
|
-
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
6148
|
-
"npm": "@unlighthouse/nuxt",
|
|
6149
|
-
"icon": "unlighthouse.svg",
|
|
6150
|
-
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
6151
|
-
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
6152
|
-
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
6153
|
-
"category": "Devtools",
|
|
6154
|
-
"type": "3rd-party",
|
|
6155
|
-
"maintainers": [
|
|
6156
|
-
{
|
|
6157
|
-
"name": "Harlan Wilton",
|
|
6158
|
-
"github": "harlan-zw",
|
|
6159
|
-
"twitter": "harlan_zw",
|
|
6160
|
-
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
6161
|
-
}
|
|
6162
|
-
],
|
|
6163
|
-
"compatibility": {
|
|
6164
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6165
|
-
"requires": {
|
|
6166
|
-
"bridge": "optional"
|
|
6167
|
-
}
|
|
6168
|
-
}
|
|
6169
|
-
},
|
|
6170
7710
|
{
|
|
6171
7711
|
"name": "unocss",
|
|
6172
7712
|
"description": "The instant on-demand atomic CSS engine.",
|
|
6173
|
-
"repo": "
|
|
7713
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
6174
7714
|
"npm": "@unocss/nuxt",
|
|
6175
7715
|
"icon": "unocss.svg",
|
|
6176
|
-
"github": "https://github.com/
|
|
6177
|
-
"website": "https://github.com/
|
|
6178
|
-
"learn_more": "https://github.com/
|
|
6179
|
-
"category": "
|
|
7716
|
+
"github": "https://github.com/unocss/unocss",
|
|
7717
|
+
"website": "https://github.com/unocss/unocss",
|
|
7718
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
7719
|
+
"category": "CSS",
|
|
6180
7720
|
"type": "3rd-party",
|
|
6181
7721
|
"maintainers": [
|
|
6182
7722
|
{
|
|
@@ -6190,7 +7730,8 @@
|
|
|
6190
7730
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6191
7731
|
"requires": {
|
|
6192
7732
|
"bridge": "optional"
|
|
6193
|
-
}
|
|
7733
|
+
},
|
|
7734
|
+
"devtools": "^0.0.0"
|
|
6194
7735
|
}
|
|
6195
7736
|
},
|
|
6196
7737
|
{
|
|
@@ -6200,8 +7741,8 @@
|
|
|
6200
7741
|
"npm": "nuxt-ununura",
|
|
6201
7742
|
"icon": "ununuracss.png",
|
|
6202
7743
|
"github": "https://github.com/novout/ununuracss",
|
|
6203
|
-
"website": "https://
|
|
6204
|
-
"learn_more": "https://
|
|
7744
|
+
"website": "https://github.com/novout/ununuracss",
|
|
7745
|
+
"learn_more": "https://github.com/novout/ununuracss",
|
|
6205
7746
|
"category": "UI",
|
|
6206
7747
|
"type": "3rd-party",
|
|
6207
7748
|
"maintainers": [
|
|
@@ -6217,32 +7758,30 @@
|
|
|
6217
7758
|
}
|
|
6218
7759
|
},
|
|
6219
7760
|
{
|
|
6220
|
-
"name": "use-
|
|
6221
|
-
"description": "
|
|
6222
|
-
"repo": "
|
|
6223
|
-
"npm": "
|
|
6224
|
-
"icon": "use-
|
|
6225
|
-
"github": "https://github.com/
|
|
6226
|
-
"website": "https://
|
|
6227
|
-
"learn_more": "https://
|
|
6228
|
-
"category": "
|
|
7761
|
+
"name": "use-bootstrap",
|
|
7762
|
+
"description": "This module is a wrapper to front-end framework based on Nuxt3 and Bootstrap5",
|
|
7763
|
+
"repo": "simplise/use-bootstrap",
|
|
7764
|
+
"npm": "usebootstrap",
|
|
7765
|
+
"icon": "use-bootstrap.svg",
|
|
7766
|
+
"github": "https://github.com/simplise/use-bootstrap",
|
|
7767
|
+
"website": "https://usebootstrap.org/",
|
|
7768
|
+
"learn_more": "https://usebootstrap.org/",
|
|
7769
|
+
"category": "UI",
|
|
6229
7770
|
"type": "3rd-party",
|
|
6230
7771
|
"maintainers": [
|
|
6231
7772
|
{
|
|
6232
|
-
"name": "
|
|
6233
|
-
"github": "
|
|
7773
|
+
"name": "KoujiSano",
|
|
7774
|
+
"github": "KoujiSano"
|
|
6234
7775
|
}
|
|
6235
7776
|
],
|
|
6236
7777
|
"compatibility": {
|
|
6237
|
-
"nuxt": "^
|
|
6238
|
-
"requires": {
|
|
6239
|
-
"bridge": true
|
|
6240
|
-
}
|
|
7778
|
+
"nuxt": "^3.0.0",
|
|
7779
|
+
"requires": {}
|
|
6241
7780
|
}
|
|
6242
7781
|
},
|
|
6243
7782
|
{
|
|
6244
7783
|
"name": "user-agent",
|
|
6245
|
-
"description": "Nuxt
|
|
7784
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
6246
7785
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
6247
7786
|
"npm": "nuxt-user-agent",
|
|
6248
7787
|
"icon": "",
|
|
@@ -6262,28 +7801,6 @@
|
|
|
6262
7801
|
"requires": {}
|
|
6263
7802
|
}
|
|
6264
7803
|
},
|
|
6265
|
-
{
|
|
6266
|
-
"name": "validate",
|
|
6267
|
-
"description": "Simple Nuxt input validation module using vee-validate",
|
|
6268
|
-
"repo": "lewyuburi/nuxt-validate",
|
|
6269
|
-
"npm": "nuxt-validate",
|
|
6270
|
-
"icon": "vee-validate.png",
|
|
6271
|
-
"github": "https://github.com/lewyuburi/nuxt-validate",
|
|
6272
|
-
"website": "https://github.com/lewyuburi/nuxt-validate",
|
|
6273
|
-
"learn_more": "https://logaretm.github.io/vee-validate/",
|
|
6274
|
-
"category": "Libraries",
|
|
6275
|
-
"type": "3rd-party",
|
|
6276
|
-
"maintainers": [
|
|
6277
|
-
{
|
|
6278
|
-
"name": "lewyuburi",
|
|
6279
|
-
"github": "lewyuburi"
|
|
6280
|
-
}
|
|
6281
|
-
],
|
|
6282
|
-
"compatibility": {
|
|
6283
|
-
"nuxt": "^2.0.0",
|
|
6284
|
-
"requires": {}
|
|
6285
|
-
}
|
|
6286
|
-
},
|
|
6287
7804
|
{
|
|
6288
7805
|
"name": "vant",
|
|
6289
7806
|
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
@@ -6315,7 +7832,7 @@
|
|
|
6315
7832
|
"npm": "@varlet/nuxt",
|
|
6316
7833
|
"icon": "varlet.svg",
|
|
6317
7834
|
"github": "https://github.com/varletjs/varlet",
|
|
6318
|
-
"website": "https://varlet.
|
|
7835
|
+
"website": "https://varlet.pages.dev/#/en-US/index",
|
|
6319
7836
|
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6320
7837
|
"category": "UI",
|
|
6321
7838
|
"type": "3rd-party",
|
|
@@ -6338,8 +7855,8 @@
|
|
|
6338
7855
|
"repo": "samk-dev/nuxt-vcalendar",
|
|
6339
7856
|
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6340
7857
|
"icon": "vcalendar.png",
|
|
6341
|
-
"github": "https://github.com/samk-dev/vcalendar",
|
|
6342
|
-
"website": "https://github.com/samk-dev/vcalendar",
|
|
7858
|
+
"github": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
7859
|
+
"website": "https://github.com/samk-dev/nuxt-vcalendar",
|
|
6343
7860
|
"learn_more": "",
|
|
6344
7861
|
"category": "Libraries",
|
|
6345
7862
|
"type": "3rd-party",
|
|
@@ -6356,7 +7873,7 @@
|
|
|
6356
7873
|
},
|
|
6357
7874
|
{
|
|
6358
7875
|
"name": "vee-validate",
|
|
6359
|
-
"description": "Painless Vue forms for Nuxt
|
|
7876
|
+
"description": "Painless Vue forms for Nuxt",
|
|
6360
7877
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6361
7878
|
"npm": "@vee-validate/nuxt",
|
|
6362
7879
|
"icon": "vee-validate.png",
|
|
@@ -6446,7 +7963,7 @@
|
|
|
6446
7963
|
},
|
|
6447
7964
|
{
|
|
6448
7965
|
"name": "vite-pwa-nuxt",
|
|
6449
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7966
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6450
7967
|
"repo": "vite-pwa/nuxt",
|
|
6451
7968
|
"npm": "@vite-pwa/nuxt",
|
|
6452
7969
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6472,41 +7989,15 @@
|
|
|
6472
7989
|
"requires": {}
|
|
6473
7990
|
}
|
|
6474
7991
|
},
|
|
6475
|
-
{
|
|
6476
|
-
"name": "vitest",
|
|
6477
|
-
"description": "Vitest integration with Nuxt",
|
|
6478
|
-
"repo": "danielroe/nuxt-vitest",
|
|
6479
|
-
"npm": "nuxt-vitest",
|
|
6480
|
-
"icon": "vitest.svg",
|
|
6481
|
-
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
6482
|
-
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
6483
|
-
"learn_more": "",
|
|
6484
|
-
"category": "Devtools",
|
|
6485
|
-
"type": "3rd-party",
|
|
6486
|
-
"maintainers": [
|
|
6487
|
-
{
|
|
6488
|
-
"name": "Daniel Roe",
|
|
6489
|
-
"github": "danielroe"
|
|
6490
|
-
},
|
|
6491
|
-
{
|
|
6492
|
-
"name": "Anthony Fu",
|
|
6493
|
-
"github": "antfu"
|
|
6494
|
-
}
|
|
6495
|
-
],
|
|
6496
|
-
"compatibility": {
|
|
6497
|
-
"nuxt": "^3.0.0",
|
|
6498
|
-
"requires": {}
|
|
6499
|
-
}
|
|
6500
|
-
},
|
|
6501
7992
|
{
|
|
6502
7993
|
"name": "vue-email",
|
|
6503
|
-
"description": "Write email templates with vue",
|
|
6504
|
-
"repo": "
|
|
6505
|
-
"npm": "vue-email",
|
|
7994
|
+
"description": "💌 Write email templates with vue",
|
|
7995
|
+
"repo": "vue-email/nuxt",
|
|
7996
|
+
"npm": "@vue-email/nuxt",
|
|
6506
7997
|
"icon": "vue-email.svg",
|
|
6507
|
-
"github": "https://github.com/
|
|
6508
|
-
"website": "https://
|
|
6509
|
-
"learn_more": "https://
|
|
7998
|
+
"github": "https://github.com/vue-email/nuxt",
|
|
7999
|
+
"website": "https://vuemail.net/",
|
|
8000
|
+
"learn_more": "https://vuemail.net/ssr/nuxt",
|
|
6510
8001
|
"category": "UI",
|
|
6511
8002
|
"type": "3rd-party",
|
|
6512
8003
|
"maintainers": [
|
|
@@ -6523,6 +8014,30 @@
|
|
|
6523
8014
|
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6524
8015
|
}
|
|
6525
8016
|
],
|
|
8017
|
+
"compatibility": {
|
|
8018
|
+
"nuxt": "^3.0.0",
|
|
8019
|
+
"requires": {},
|
|
8020
|
+
"devtools": "^0.0.0"
|
|
8021
|
+
}
|
|
8022
|
+
},
|
|
8023
|
+
{
|
|
8024
|
+
"name": "vue-final-modal",
|
|
8025
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
8026
|
+
"repo": "vue-final/vue-final-modal#master/packages/nuxt",
|
|
8027
|
+
"npm": "@vue-final-modal/nuxt",
|
|
8028
|
+
"icon": "vue-final-modal.svg",
|
|
8029
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
8030
|
+
"website": "https://vue-final-modal.org/",
|
|
8031
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
8032
|
+
"category": "UI",
|
|
8033
|
+
"type": "3rd-party",
|
|
8034
|
+
"maintainers": [
|
|
8035
|
+
{
|
|
8036
|
+
"name": "Hunter Liu",
|
|
8037
|
+
"github": "hunterliu1003",
|
|
8038
|
+
"twitter": "hunterliu1003"
|
|
8039
|
+
}
|
|
8040
|
+
],
|
|
6526
8041
|
"compatibility": {
|
|
6527
8042
|
"nuxt": "^3.0.0",
|
|
6528
8043
|
"requires": {}
|
|
@@ -6550,7 +8065,8 @@
|
|
|
6550
8065
|
"nuxt": "^3.0.0",
|
|
6551
8066
|
"requires": {
|
|
6552
8067
|
"bridge": "optional"
|
|
6553
|
-
}
|
|
8068
|
+
},
|
|
8069
|
+
"devtools": "^0.0.0"
|
|
6554
8070
|
}
|
|
6555
8071
|
},
|
|
6556
8072
|
{
|
|
@@ -6577,7 +8093,7 @@
|
|
|
6577
8093
|
},
|
|
6578
8094
|
{
|
|
6579
8095
|
"name": "vue-multiselect",
|
|
6580
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
8096
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6581
8097
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6582
8098
|
"npm": "nuxt-vue-multiselect",
|
|
6583
8099
|
"icon": "",
|
|
@@ -6602,7 +8118,7 @@
|
|
|
6602
8118
|
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
6603
8119
|
"repo": "moritzsternemann/vue-plausible",
|
|
6604
8120
|
"npm": "vue-plausible",
|
|
6605
|
-
"icon": "plausible.
|
|
8121
|
+
"icon": "plausible.svg",
|
|
6606
8122
|
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
6607
8123
|
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
6608
8124
|
"learn_more": "",
|
|
@@ -6622,7 +8138,7 @@
|
|
|
6622
8138
|
{
|
|
6623
8139
|
"name": "vue-query",
|
|
6624
8140
|
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6625
|
-
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt
|
|
8141
|
+
"repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
|
|
6626
8142
|
"npm": "@hebilicious/vue-query-nuxt",
|
|
6627
8143
|
"icon": "vue-query.svg",
|
|
6628
8144
|
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
@@ -6691,7 +8207,7 @@
|
|
|
6691
8207
|
},
|
|
6692
8208
|
{
|
|
6693
8209
|
"name": "vue-warehouse",
|
|
6694
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
8210
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6695
8211
|
"repo": "juliomrqz/vue-warehouse",
|
|
6696
8212
|
"npm": "vue-warehouse",
|
|
6697
8213
|
"icon": "",
|
|
@@ -6714,12 +8230,12 @@
|
|
|
6714
8230
|
},
|
|
6715
8231
|
{
|
|
6716
8232
|
"name": "vue3-carousel-nuxt",
|
|
6717
|
-
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt
|
|
8233
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
6718
8234
|
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6719
8235
|
"npm": "vue3-carousel-nuxt",
|
|
6720
8236
|
"icon": "",
|
|
6721
8237
|
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6722
|
-
"website": "",
|
|
8238
|
+
"website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6723
8239
|
"learn_more": "",
|
|
6724
8240
|
"category": "UI",
|
|
6725
8241
|
"type": "3rd-party",
|
|
@@ -6738,7 +8254,7 @@
|
|
|
6738
8254
|
{
|
|
6739
8255
|
"name": "vuefire",
|
|
6740
8256
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
6741
|
-
"repo": "vuejs/vuefire/packages/nuxt",
|
|
8257
|
+
"repo": "vuejs/vuefire#main/packages/nuxt",
|
|
6742
8258
|
"npm": "nuxt-vuefire",
|
|
6743
8259
|
"icon": "vuefire.svg",
|
|
6744
8260
|
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
@@ -6757,15 +8273,61 @@
|
|
|
6757
8273
|
"requires": {}
|
|
6758
8274
|
}
|
|
6759
8275
|
},
|
|
8276
|
+
{
|
|
8277
|
+
"name": "vueform-builder",
|
|
8278
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
8279
|
+
"repo": "vueform/builder#main/nuxt",
|
|
8280
|
+
"npm": "@vueform/builder-nuxt",
|
|
8281
|
+
"icon": "vueform.svg",
|
|
8282
|
+
"github": "https://github.com/vueform/builder",
|
|
8283
|
+
"website": "https://builder.vueform.com",
|
|
8284
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
8285
|
+
"category": "Libraries",
|
|
8286
|
+
"type": "3rd-party",
|
|
8287
|
+
"maintainers": [
|
|
8288
|
+
{
|
|
8289
|
+
"name": "Adam Berecz",
|
|
8290
|
+
"github": "adamberecz",
|
|
8291
|
+
"twitter": "bereczadam"
|
|
8292
|
+
}
|
|
8293
|
+
],
|
|
8294
|
+
"compatibility": {
|
|
8295
|
+
"nuxt": "^3.0.0",
|
|
8296
|
+
"requires": {}
|
|
8297
|
+
}
|
|
8298
|
+
},
|
|
8299
|
+
{
|
|
8300
|
+
"name": "vueform",
|
|
8301
|
+
"description": "Official Vueform module for Nuxt",
|
|
8302
|
+
"repo": "vueform/vueform#main/nuxt",
|
|
8303
|
+
"npm": "@vueform/nuxt",
|
|
8304
|
+
"icon": "vueform.svg",
|
|
8305
|
+
"github": "https://github.com/vueform/vueform",
|
|
8306
|
+
"website": "https://vueform.com",
|
|
8307
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
8308
|
+
"category": "Libraries",
|
|
8309
|
+
"type": "3rd-party",
|
|
8310
|
+
"maintainers": [
|
|
8311
|
+
{
|
|
8312
|
+
"name": "Adam Berecz",
|
|
8313
|
+
"github": "adamberecz",
|
|
8314
|
+
"twitter": "bereczadam"
|
|
8315
|
+
}
|
|
8316
|
+
],
|
|
8317
|
+
"compatibility": {
|
|
8318
|
+
"nuxt": "^3.0.0",
|
|
8319
|
+
"requires": {}
|
|
8320
|
+
}
|
|
8321
|
+
},
|
|
6760
8322
|
{
|
|
6761
8323
|
"name": "vuestic",
|
|
6762
|
-
"description": "Vuestic UI module for Nuxt
|
|
8324
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6763
8325
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6764
8326
|
"npm": "@vuestic/nuxt",
|
|
6765
8327
|
"icon": "vuestic.png",
|
|
6766
8328
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
6767
|
-
"website": "https://vuestic.dev",
|
|
6768
|
-
"learn_more": "https://vuestic.dev/
|
|
8329
|
+
"website": "https://ui.vuestic.dev",
|
|
8330
|
+
"learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
|
|
6769
8331
|
"category": "UI",
|
|
6770
8332
|
"type": "3rd-party",
|
|
6771
8333
|
"maintainers": [
|
|
@@ -6786,8 +8348,8 @@
|
|
|
6786
8348
|
"npm": "vuetify-nuxt-module",
|
|
6787
8349
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
6788
8350
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6789
|
-
"website": "https://
|
|
6790
|
-
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
8351
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
8352
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
6791
8353
|
"category": "UI",
|
|
6792
8354
|
"type": "3rd-party",
|
|
6793
8355
|
"maintainers": [
|
|
@@ -6803,7 +8365,7 @@
|
|
|
6803
8365
|
},
|
|
6804
8366
|
{
|
|
6805
8367
|
"name": "vuetify",
|
|
6806
|
-
"description": "Vuetify Module for Nuxt
|
|
8368
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6807
8369
|
"repo": "nuxt-community/vuetify-module",
|
|
6808
8370
|
"npm": "@nuxtjs/vuetify",
|
|
6809
8371
|
"icon": "vuetify.png",
|
|
@@ -6850,7 +8412,8 @@
|
|
|
6850
8412
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6851
8413
|
"requires": {
|
|
6852
8414
|
"bridge": "optional"
|
|
6853
|
-
}
|
|
8415
|
+
},
|
|
8416
|
+
"devtools": "^0.0.0"
|
|
6854
8417
|
}
|
|
6855
8418
|
},
|
|
6856
8419
|
{
|
|
@@ -6877,7 +8440,7 @@
|
|
|
6877
8440
|
},
|
|
6878
8441
|
{
|
|
6879
8442
|
"name": "vunix",
|
|
6880
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
8443
|
+
"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.",
|
|
6881
8444
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6882
8445
|
"npm": "@vunix/nuxt",
|
|
6883
8446
|
"icon": "",
|
|
@@ -6956,7 +8519,7 @@
|
|
|
6956
8519
|
},
|
|
6957
8520
|
{
|
|
6958
8521
|
"name": "webpack-optimisations",
|
|
6959
|
-
"description": "Nuxt
|
|
8522
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6960
8523
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6961
8524
|
"npm": "nuxt-webpack-optimisations",
|
|
6962
8525
|
"icon": "build-optimisations.svg",
|
|
@@ -7031,7 +8594,7 @@
|
|
|
7031
8594
|
"icon": "webpack.png",
|
|
7032
8595
|
"github": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7033
8596
|
"website": "https://github.com/nuxt-community/webpackmonitor-module",
|
|
7034
|
-
"learn_more": "
|
|
8597
|
+
"learn_more": "",
|
|
7035
8598
|
"category": "Devtools",
|
|
7036
8599
|
"type": "community",
|
|
7037
8600
|
"maintainers": [
|
|
@@ -7048,7 +8611,7 @@
|
|
|
7048
8611
|
},
|
|
7049
8612
|
{
|
|
7050
8613
|
"name": "well-known",
|
|
7051
|
-
"description": "A Nuxt
|
|
8614
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
7052
8615
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
7053
8616
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
7054
8617
|
"icon": "well-known.svg",
|
|
@@ -7070,7 +8633,7 @@
|
|
|
7070
8633
|
},
|
|
7071
8634
|
{
|
|
7072
8635
|
"name": "wideangle",
|
|
7073
|
-
"description": "Nuxt
|
|
8636
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7074
8637
|
"repo": "inputobjects/wideangle-nuxt",
|
|
7075
8638
|
"npm": "wideangle-nuxt",
|
|
7076
8639
|
"icon": "wideangle.png",
|
|
@@ -7097,11 +8660,11 @@
|
|
|
7097
8660
|
{
|
|
7098
8661
|
"name": "windicss",
|
|
7099
8662
|
"description": "Next generation utility-first CSS framework.",
|
|
7100
|
-
"repo": "windicss/nuxt-windicss
|
|
8663
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
7101
8664
|
"npm": "nuxt-windicss",
|
|
7102
8665
|
"icon": "windicss.svg",
|
|
7103
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
7104
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
8666
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
8667
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
7105
8668
|
"learn_more": "https://windicss.org/",
|
|
7106
8669
|
"category": "UI",
|
|
7107
8670
|
"type": "3rd-party",
|
|
@@ -7239,7 +8802,7 @@
|
|
|
7239
8802
|
},
|
|
7240
8803
|
{
|
|
7241
8804
|
"name": "zendesk",
|
|
7242
|
-
"description": "Nuxt
|
|
8805
|
+
"description": "Nuxt module for Zendesk",
|
|
7243
8806
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
7244
8807
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
7245
8808
|
"icon": "zendesk.png",
|