@nuxt/modules 0.6.0-586856 → 0.6.0-5cc6c5
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 +1656 -333
- package/package.json +11 -9
package/modules.json
CHANGED
|
@@ -1,7 +1,29 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"name": "Nuxt zodI18n",
|
|
4
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
5
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
6
|
+
"npm": "nuxt-zod-i18n",
|
|
7
|
+
"icon": "",
|
|
8
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
9
|
+
"website": "https://github.com/xibman/nuxt-zod-i18n",
|
|
10
|
+
"learn_more": "",
|
|
11
|
+
"category": "Devtools",
|
|
12
|
+
"type": "3rd-party",
|
|
13
|
+
"maintainers": [
|
|
14
|
+
{
|
|
15
|
+
"name": "xibman",
|
|
16
|
+
"github": "xibman"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"compatibility": {
|
|
20
|
+
"nuxt": "^2.0.0",
|
|
21
|
+
"requires": {}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
2
24
|
{
|
|
3
25
|
"name": "ackee",
|
|
4
|
-
"description": "Nuxt
|
|
26
|
+
"description": "Nuxt module for Ackee analytics",
|
|
5
27
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
28
|
"npm": "nuxt-ackee",
|
|
7
29
|
"icon": "ackee.png",
|
|
@@ -28,7 +50,7 @@
|
|
|
28
50
|
},
|
|
29
51
|
{
|
|
30
52
|
"name": "agility-cms",
|
|
31
|
-
"description": "Agility CMS Integration for Nuxt
|
|
53
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
32
54
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
55
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
56
|
"icon": "agility.png",
|
|
@@ -51,7 +73,7 @@
|
|
|
51
73
|
},
|
|
52
74
|
{
|
|
53
75
|
"name": "algolia",
|
|
54
|
-
"description": "Algolia Search Module for Nuxt
|
|
76
|
+
"description": "Algolia Search Module for Nuxt",
|
|
55
77
|
"repo": "nuxt-modules/algolia",
|
|
56
78
|
"npm": "@nuxtjs/algolia",
|
|
57
79
|
"icon": "algolia.svg",
|
|
@@ -170,9 +192,31 @@
|
|
|
170
192
|
}
|
|
171
193
|
}
|
|
172
194
|
},
|
|
195
|
+
{
|
|
196
|
+
"name": "aos",
|
|
197
|
+
"description": "A Nuxt module that adds Animate On Scroll",
|
|
198
|
+
"repo": "egidiusmengelberg/nuxt-aos",
|
|
199
|
+
"npm": "nuxt-aos",
|
|
200
|
+
"icon": "aos.png",
|
|
201
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
202
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
203
|
+
"learn_more": "",
|
|
204
|
+
"category": "Devtools",
|
|
205
|
+
"type": "3rd-party",
|
|
206
|
+
"maintainers": [
|
|
207
|
+
{
|
|
208
|
+
"name": "egidiusmengelberg",
|
|
209
|
+
"github": "egidiusmengelberg"
|
|
210
|
+
}
|
|
211
|
+
],
|
|
212
|
+
"compatibility": {
|
|
213
|
+
"nuxt": "^3.0.0",
|
|
214
|
+
"requires": {}
|
|
215
|
+
}
|
|
216
|
+
},
|
|
173
217
|
{
|
|
174
218
|
"name": "api-party",
|
|
175
|
-
"description": "Nuxt
|
|
219
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
176
220
|
"repo": "johannschopplich/nuxt-api-party",
|
|
177
221
|
"npm": "nuxt-api-party",
|
|
178
222
|
"icon": "api-party.svg",
|
|
@@ -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,9 +330,76 @@
|
|
|
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
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "ark-ui",
|
|
357
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
358
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
359
|
+
"npm": "nuxt-ark-ui",
|
|
360
|
+
"icon": "ark-ui.svg",
|
|
361
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
362
|
+
"website": "https://ark-ui.com/",
|
|
363
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
364
|
+
"category": "UI",
|
|
365
|
+
"type": "3rd-party",
|
|
366
|
+
"maintainers": [
|
|
367
|
+
{
|
|
368
|
+
"name": "Din",
|
|
369
|
+
"github": "iamdin",
|
|
370
|
+
"twitter": "iamdinq"
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"compatibility": {
|
|
374
|
+
"nuxt": "^3.0.0",
|
|
375
|
+
"requires": {}
|
|
376
|
+
}
|
|
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": "Devtools",
|
|
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
|
+
},
|
|
289
400
|
{
|
|
290
401
|
"name": "auth",
|
|
291
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
402
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
292
403
|
"repo": "nuxt-community/auth-module",
|
|
293
404
|
"npm": "@nuxtjs/auth",
|
|
294
405
|
"icon": "auth.png",
|
|
@@ -336,9 +447,32 @@
|
|
|
336
447
|
"requires": {}
|
|
337
448
|
}
|
|
338
449
|
},
|
|
450
|
+
{
|
|
451
|
+
"name": "auto-animate",
|
|
452
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
453
|
+
"repo": "formkit/auto-animate",
|
|
454
|
+
"npm": "@formkit/auto-animate",
|
|
455
|
+
"icon": "auto-animate.svg",
|
|
456
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
457
|
+
"website": "https://auto-animate.formkit.com",
|
|
458
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
459
|
+
"category": "Libraries",
|
|
460
|
+
"type": "3rd-party",
|
|
461
|
+
"maintainers": [
|
|
462
|
+
{
|
|
463
|
+
"name": "Justin Schroeder",
|
|
464
|
+
"github": "justin-schroeder",
|
|
465
|
+
"twitter": "jpschroeder"
|
|
466
|
+
}
|
|
467
|
+
],
|
|
468
|
+
"compatibility": {
|
|
469
|
+
"nuxt": "^3.0.0",
|
|
470
|
+
"requires": {}
|
|
471
|
+
}
|
|
472
|
+
},
|
|
339
473
|
{
|
|
340
474
|
"name": "axios",
|
|
341
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
475
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
342
476
|
"repo": "nuxt-community/axios-module",
|
|
343
477
|
"npm": "@nuxtjs/axios",
|
|
344
478
|
"icon": "axios.svg",
|
|
@@ -361,7 +495,7 @@
|
|
|
361
495
|
},
|
|
362
496
|
{
|
|
363
497
|
"name": "basic-auth",
|
|
364
|
-
"description": "Provide basic authentication to your Nuxt
|
|
498
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
365
499
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
366
500
|
"npm": "nuxt-basic-auth-module",
|
|
367
501
|
"icon": "",
|
|
@@ -485,7 +619,7 @@
|
|
|
485
619
|
},
|
|
486
620
|
{
|
|
487
621
|
"name": "bulma-slim",
|
|
488
|
-
"description": "Nuxt
|
|
622
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
489
623
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
490
624
|
"npm": "nuxt-bulma-slim",
|
|
491
625
|
"icon": "bulma.png",
|
|
@@ -552,7 +686,7 @@
|
|
|
552
686
|
},
|
|
553
687
|
{
|
|
554
688
|
"name": "canvas-sketch",
|
|
555
|
-
"description": "Nuxt
|
|
689
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
556
690
|
"repo": "LuXDAmore/generative-art",
|
|
557
691
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
558
692
|
"icon": "",
|
|
@@ -573,9 +707,31 @@
|
|
|
573
707
|
"requires": {}
|
|
574
708
|
}
|
|
575
709
|
},
|
|
710
|
+
{
|
|
711
|
+
"name": "capo",
|
|
712
|
+
"description": "Capo.js implementation for Nuxt",
|
|
713
|
+
"repo": "danielroe/nuxt-capo",
|
|
714
|
+
"npm": "nuxt-capo",
|
|
715
|
+
"icon": "",
|
|
716
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
717
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
718
|
+
"learn_more": "",
|
|
719
|
+
"category": "Performance",
|
|
720
|
+
"type": "3rd-party",
|
|
721
|
+
"maintainers": [
|
|
722
|
+
{
|
|
723
|
+
"name": "danielroe",
|
|
724
|
+
"github": "danielroe"
|
|
725
|
+
}
|
|
726
|
+
],
|
|
727
|
+
"compatibility": {
|
|
728
|
+
"nuxt": "^3.0.0",
|
|
729
|
+
"requires": {}
|
|
730
|
+
}
|
|
731
|
+
},
|
|
576
732
|
{
|
|
577
733
|
"name": "chakra-ui",
|
|
578
|
-
"description": "Chakra UI Module for Nuxt
|
|
734
|
+
"description": "Chakra UI Module for Nuxt",
|
|
579
735
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
580
736
|
"npm": "@chakra-ui/nuxt",
|
|
581
737
|
"icon": "chakra-ui.png",
|
|
@@ -686,7 +842,7 @@
|
|
|
686
842
|
},
|
|
687
843
|
{
|
|
688
844
|
"name": "cloudcms",
|
|
689
|
-
"description": "CloudCMS Nuxt
|
|
845
|
+
"description": "CloudCMS Nuxt Module",
|
|
690
846
|
"repo": "gitana/cloudcms-nuxt",
|
|
691
847
|
"npm": "cloudcms-nuxt",
|
|
692
848
|
"icon": "",
|
|
@@ -735,11 +891,11 @@
|
|
|
735
891
|
},
|
|
736
892
|
{
|
|
737
893
|
"name": "cloudinary",
|
|
738
|
-
"description": "Optimize images and videos in your Nuxt
|
|
739
|
-
"repo": "nuxt-
|
|
894
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
895
|
+
"repo": "nuxt-modules/cloudinary",
|
|
740
896
|
"npm": "@nuxtjs/cloudinary",
|
|
741
897
|
"icon": "cloudinary.png",
|
|
742
|
-
"github": "https://github.com/nuxt-
|
|
898
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
743
899
|
"website": "https://cloudinary.nuxtjs.org",
|
|
744
900
|
"learn_more": "https://cloudinary.com",
|
|
745
901
|
"category": "Images",
|
|
@@ -758,11 +914,11 @@
|
|
|
758
914
|
},
|
|
759
915
|
{
|
|
760
916
|
"name": "color-mode",
|
|
761
|
-
"description": "Dark and Light mode for
|
|
762
|
-
"repo": "nuxt-
|
|
917
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
918
|
+
"repo": "nuxt-modules/color-mode",
|
|
763
919
|
"npm": "@nuxtjs/color-mode",
|
|
764
920
|
"icon": "color-mode.png",
|
|
765
|
-
"github": "https://github.com/nuxt-
|
|
921
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
766
922
|
"website": "https://color-mode.nuxtjs.org",
|
|
767
923
|
"learn_more": "",
|
|
768
924
|
"category": "UI",
|
|
@@ -979,7 +1135,7 @@
|
|
|
979
1135
|
},
|
|
980
1136
|
{
|
|
981
1137
|
"name": "darkmode.js",
|
|
982
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1138
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
983
1139
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
984
1140
|
"npm": "nuxtjs-darkmode-js-module",
|
|
985
1141
|
"icon": "darkmode.png",
|
|
@@ -1001,7 +1157,7 @@
|
|
|
1001
1157
|
},
|
|
1002
1158
|
{
|
|
1003
1159
|
"name": "date-fns",
|
|
1004
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1160
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
1005
1161
|
"repo": "nuxt-community/date-fns-module",
|
|
1006
1162
|
"npm": "@nuxtjs/date-fns",
|
|
1007
1163
|
"icon": "date-fns.png",
|
|
@@ -1023,7 +1179,7 @@
|
|
|
1023
1179
|
},
|
|
1024
1180
|
{
|
|
1025
1181
|
"name": "datocms-nuxt2",
|
|
1026
|
-
"description": "DatoCMS integration for Nuxt
|
|
1182
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
1027
1183
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
1028
1184
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
1029
1185
|
"icon": "datocms.svg",
|
|
@@ -1092,8 +1248,8 @@
|
|
|
1092
1248
|
},
|
|
1093
1249
|
{
|
|
1094
1250
|
"name": "delay-hydration",
|
|
1095
|
-
"description": "Improve your Nuxt
|
|
1096
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1251
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1252
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1097
1253
|
"npm": "nuxt-delay-hydration",
|
|
1098
1254
|
"icon": "lighthouse.svg",
|
|
1099
1255
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1115,12 +1271,12 @@
|
|
|
1115
1271
|
},
|
|
1116
1272
|
{
|
|
1117
1273
|
"name": "device",
|
|
1118
|
-
"description": "Device detection module for Nuxt
|
|
1119
|
-
"repo": "nuxt-
|
|
1274
|
+
"description": "Device detection module for Nuxt",
|
|
1275
|
+
"repo": "nuxt-modules/device",
|
|
1120
1276
|
"npm": "@nuxtjs/device",
|
|
1121
1277
|
"icon": "",
|
|
1122
|
-
"github": "https://github.com/nuxt-
|
|
1123
|
-
"website": "https://github.com/nuxt-
|
|
1278
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1279
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1124
1280
|
"learn_more": "",
|
|
1125
1281
|
"category": "Extensions",
|
|
1126
1282
|
"type": "community",
|
|
@@ -1138,7 +1294,7 @@
|
|
|
1138
1294
|
{
|
|
1139
1295
|
"name": "devtools",
|
|
1140
1296
|
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1141
|
-
"repo": "nuxt/devtools#main",
|
|
1297
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1142
1298
|
"npm": "@nuxt/devtools",
|
|
1143
1299
|
"icon": "nuxt.svg",
|
|
1144
1300
|
"github": "https://github.com/nuxt/devtools",
|
|
@@ -1160,13 +1316,13 @@
|
|
|
1160
1316
|
},
|
|
1161
1317
|
{
|
|
1162
1318
|
"name": "directus",
|
|
1163
|
-
"description": "Easily connect your
|
|
1319
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1164
1320
|
"repo": "intevel/nuxt-directus",
|
|
1165
1321
|
"npm": "nuxt-directus",
|
|
1166
1322
|
"icon": "directus.svg",
|
|
1167
|
-
"github": "https://github.com/
|
|
1168
|
-
"website": "https://nuxt-directus.
|
|
1169
|
-
"learn_more": "https://nuxt-directus.
|
|
1323
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1324
|
+
"website": "https://nuxt-directus.site/",
|
|
1325
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1170
1326
|
"category": "CMS",
|
|
1171
1327
|
"type": "3rd-party",
|
|
1172
1328
|
"maintainers": [
|
|
@@ -1177,15 +1333,58 @@
|
|
|
1177
1333
|
}
|
|
1178
1334
|
],
|
|
1179
1335
|
"compatibility": {
|
|
1180
|
-
"nuxt": "^
|
|
1181
|
-
"requires": {
|
|
1182
|
-
|
|
1336
|
+
"nuxt": "^3.0.0",
|
|
1337
|
+
"requires": {},
|
|
1338
|
+
"devtools": "^0.0.0"
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "disqus",
|
|
1343
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1344
|
+
"repo": "modbender/nuxt-disqus",
|
|
1345
|
+
"npm": "nuxt-disqus",
|
|
1346
|
+
"icon": "disqus.svg",
|
|
1347
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1348
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1349
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1350
|
+
"category": "Libraries",
|
|
1351
|
+
"type": "3rd-party",
|
|
1352
|
+
"maintainers": [
|
|
1353
|
+
{
|
|
1354
|
+
"name": "modbender",
|
|
1355
|
+
"github": "modbender"
|
|
1356
|
+
}
|
|
1357
|
+
],
|
|
1358
|
+
"compatibility": {
|
|
1359
|
+
"nuxt": "^3.0.0",
|
|
1360
|
+
"requires": {}
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"name": "doppler",
|
|
1365
|
+
"description": "Integrate your Doppler secrets into your Nuxt build",
|
|
1366
|
+
"repo": "JamieCurnow/nuxt-doppler",
|
|
1367
|
+
"npm": "nuxt-doppler",
|
|
1368
|
+
"icon": "doppler.png",
|
|
1369
|
+
"github": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1370
|
+
"website": "https://github.com/JamieCurnow/nuxt-doppler",
|
|
1371
|
+
"learn_more": "",
|
|
1372
|
+
"category": "Devtools",
|
|
1373
|
+
"type": "3rd-party",
|
|
1374
|
+
"maintainers": [
|
|
1375
|
+
{
|
|
1376
|
+
"name": "JamieCurnow",
|
|
1377
|
+
"github": "JamieCurnow"
|
|
1183
1378
|
}
|
|
1379
|
+
],
|
|
1380
|
+
"compatibility": {
|
|
1381
|
+
"nuxt": "^3.0.0",
|
|
1382
|
+
"requires": {}
|
|
1184
1383
|
}
|
|
1185
1384
|
},
|
|
1186
1385
|
{
|
|
1187
1386
|
"name": "dotenv",
|
|
1188
|
-
"description": "A Nuxt
|
|
1387
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1189
1388
|
"repo": "nuxt-community/dotenv-module",
|
|
1190
1389
|
"npm": "@nuxtjs/dotenv",
|
|
1191
1390
|
"icon": "dotenv.png",
|
|
@@ -1207,13 +1406,13 @@
|
|
|
1207
1406
|
},
|
|
1208
1407
|
{
|
|
1209
1408
|
"name": "drupal-ce",
|
|
1210
|
-
"description": "Connects Nuxt
|
|
1409
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1211
1410
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1212
1411
|
"npm": "nuxtjs-drupal-ce",
|
|
1213
1412
|
"icon": "drupal-ce.png",
|
|
1214
1413
|
"github": "https://github.com/drunomics/nuxtjs-drupal-ce",
|
|
1215
|
-
"website": "https://
|
|
1216
|
-
"learn_more": "https://
|
|
1414
|
+
"website": "https://lupus-decoupled.org",
|
|
1415
|
+
"learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
|
|
1217
1416
|
"category": "CMS",
|
|
1218
1417
|
"type": "3rd-party",
|
|
1219
1418
|
"maintainers": [
|
|
@@ -1228,19 +1427,19 @@
|
|
|
1228
1427
|
"avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
|
|
1229
1428
|
},
|
|
1230
1429
|
{
|
|
1231
|
-
"name": "
|
|
1232
|
-
"github": "
|
|
1233
|
-
"avatar": "https://avatars.githubusercontent.com/u/
|
|
1430
|
+
"name": "Matic",
|
|
1431
|
+
"github": "TurtlBbx",
|
|
1432
|
+
"avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
|
|
1234
1433
|
}
|
|
1235
1434
|
],
|
|
1236
1435
|
"compatibility": {
|
|
1237
|
-
"nuxt": "^2.0.0",
|
|
1436
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1238
1437
|
"requires": {}
|
|
1239
1438
|
}
|
|
1240
1439
|
},
|
|
1241
1440
|
{
|
|
1242
1441
|
"name": "druxt",
|
|
1243
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1442
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1244
1443
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1245
1444
|
"npm": "druxt",
|
|
1246
1445
|
"icon": "druxt.svg",
|
|
@@ -1260,6 +1459,29 @@
|
|
|
1260
1459
|
"requires": {}
|
|
1261
1460
|
}
|
|
1262
1461
|
},
|
|
1462
|
+
{
|
|
1463
|
+
"name": "edgedb",
|
|
1464
|
+
"description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
|
|
1465
|
+
"repo": "Tahul/nuxt-edgedb",
|
|
1466
|
+
"npm": "nuxt-edgedb-module",
|
|
1467
|
+
"icon": "edgedb.svg",
|
|
1468
|
+
"github": "https://github.com/Tahul/nuxt-edgedb",
|
|
1469
|
+
"website": "https://github.com/Tahul/nuxt-edgedb",
|
|
1470
|
+
"learn_more": "https://github.com/Tahul/nuxt-edgedb",
|
|
1471
|
+
"category": "Database",
|
|
1472
|
+
"type": "3rd-party",
|
|
1473
|
+
"maintainers": [
|
|
1474
|
+
{
|
|
1475
|
+
"name": "Yaël Guilloux",
|
|
1476
|
+
"github": "Tahul",
|
|
1477
|
+
"twitter": "yaeeelglx"
|
|
1478
|
+
}
|
|
1479
|
+
],
|
|
1480
|
+
"compatibility": {
|
|
1481
|
+
"nuxt": "^3.8.0",
|
|
1482
|
+
"requires": {}
|
|
1483
|
+
}
|
|
1484
|
+
},
|
|
1263
1485
|
{
|
|
1264
1486
|
"name": "electron",
|
|
1265
1487
|
"description": "Integrate Nuxt and Electron.",
|
|
@@ -1308,7 +1530,7 @@
|
|
|
1308
1530
|
},
|
|
1309
1531
|
{
|
|
1310
1532
|
"name": "emotion",
|
|
1311
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1533
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1312
1534
|
"repo": "nuxt-modules/emotion",
|
|
1313
1535
|
"npm": "@nuxtjs/emotion",
|
|
1314
1536
|
"icon": "emotion.png",
|
|
@@ -1336,7 +1558,7 @@
|
|
|
1336
1558
|
},
|
|
1337
1559
|
{
|
|
1338
1560
|
"name": "eslint",
|
|
1339
|
-
"description": "ESLint module for Nuxt
|
|
1561
|
+
"description": "ESLint module for Nuxt",
|
|
1340
1562
|
"repo": "nuxt-community/eslint-module",
|
|
1341
1563
|
"npm": "@nuxtjs/eslint-module",
|
|
1342
1564
|
"icon": "eslint.png",
|
|
@@ -1358,7 +1580,7 @@
|
|
|
1358
1580
|
},
|
|
1359
1581
|
{
|
|
1360
1582
|
"name": "event-trace",
|
|
1361
|
-
"description": "Module for event trace in Nuxt
|
|
1583
|
+
"description": "Module for event trace in Nuxt",
|
|
1362
1584
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1363
1585
|
"npm": "nuxt-event-trace",
|
|
1364
1586
|
"icon": "",
|
|
@@ -1378,6 +1600,29 @@
|
|
|
1378
1600
|
"requires": {}
|
|
1379
1601
|
}
|
|
1380
1602
|
},
|
|
1603
|
+
{
|
|
1604
|
+
"name": "fathom-analytics",
|
|
1605
|
+
"description": "Fathom analytics integration for Nuxt",
|
|
1606
|
+
"repo": "valgeirb/nuxt-fathom",
|
|
1607
|
+
"npm": "nuxt-fathom",
|
|
1608
|
+
"icon": "fathom-analytics.svg",
|
|
1609
|
+
"github": "https://github.com/valgeirb/nuxt-fathom",
|
|
1610
|
+
"website": "https://github.com/valgeirb/nuxt-fathom#readme",
|
|
1611
|
+
"learn_more": "",
|
|
1612
|
+
"category": "Analytics",
|
|
1613
|
+
"type": "3rd-party",
|
|
1614
|
+
"maintainers": [
|
|
1615
|
+
{
|
|
1616
|
+
"name": "Valgeir Björnsson",
|
|
1617
|
+
"github": "valgeirb",
|
|
1618
|
+
"avatar": "https://avatars.githubusercontent.com/valgeirb"
|
|
1619
|
+
}
|
|
1620
|
+
],
|
|
1621
|
+
"compatibility": {
|
|
1622
|
+
"nuxt": "^3.0.0",
|
|
1623
|
+
"requires": {}
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1381
1626
|
{
|
|
1382
1627
|
"name": "fathom",
|
|
1383
1628
|
"description": "Fathom analytics for Nuxt",
|
|
@@ -1402,7 +1647,7 @@
|
|
|
1402
1647
|
},
|
|
1403
1648
|
{
|
|
1404
1649
|
"name": "feature-toggle",
|
|
1405
|
-
"description": "Feature toggle module for Nuxt
|
|
1650
|
+
"description": "Feature toggle module for Nuxt",
|
|
1406
1651
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1407
1652
|
"npm": "nuxt-feature-toggle",
|
|
1408
1653
|
"icon": "",
|
|
@@ -1469,7 +1714,7 @@
|
|
|
1469
1714
|
},
|
|
1470
1715
|
{
|
|
1471
1716
|
"name": "floating-prompt-module",
|
|
1472
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1717
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1473
1718
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1474
1719
|
"npm": "nuxt-floating-prompt-module",
|
|
1475
1720
|
"icon": "",
|
|
@@ -1581,11 +1826,11 @@
|
|
|
1581
1826
|
{
|
|
1582
1827
|
"name": "form-actions",
|
|
1583
1828
|
"description": "A set of features and composables to interact with forms and server data.",
|
|
1584
|
-
"repo": "Hebilicious/form-actions-nuxt#main",
|
|
1585
|
-
"npm": "form-actions-nuxt",
|
|
1829
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1830
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1586
1831
|
"icon": "form-actions.svg",
|
|
1587
1832
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1588
|
-
"website": "https://
|
|
1833
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1589
1834
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1590
1835
|
"category": "Request",
|
|
1591
1836
|
"type": "3rd-party",
|
|
@@ -1597,7 +1842,7 @@
|
|
|
1597
1842
|
}
|
|
1598
1843
|
],
|
|
1599
1844
|
"compatibility": {
|
|
1600
|
-
"nuxt": "^3.
|
|
1845
|
+
"nuxt": "^3.7.0",
|
|
1601
1846
|
"requires": {}
|
|
1602
1847
|
}
|
|
1603
1848
|
},
|
|
@@ -1675,7 +1920,7 @@
|
|
|
1675
1920
|
},
|
|
1676
1921
|
{
|
|
1677
1922
|
"name": "google-adsense",
|
|
1678
|
-
"description": "Google Adsense Module for Nuxt
|
|
1923
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1679
1924
|
"repo": "nuxt-community/google-adsense-module",
|
|
1680
1925
|
"npm": "@nuxtjs/google-adsense",
|
|
1681
1926
|
"icon": "google-adsense.png",
|
|
@@ -1701,7 +1946,7 @@
|
|
|
1701
1946
|
},
|
|
1702
1947
|
{
|
|
1703
1948
|
"name": "google-analytics",
|
|
1704
|
-
"description": "Google analytics Module for Nuxt
|
|
1949
|
+
"description": "Google analytics Module for Nuxt",
|
|
1705
1950
|
"repo": "nuxt-community/analytics-module",
|
|
1706
1951
|
"npm": "@nuxtjs/google-analytics",
|
|
1707
1952
|
"icon": "google-analytics.png",
|
|
@@ -1733,12 +1978,12 @@
|
|
|
1733
1978
|
},
|
|
1734
1979
|
{
|
|
1735
1980
|
"name": "google-fonts",
|
|
1736
|
-
"description": "Google Fonts module for
|
|
1737
|
-
"repo": "nuxt-
|
|
1981
|
+
"description": "Google Fonts module for Nuxt",
|
|
1982
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1738
1983
|
"npm": "@nuxtjs/google-fonts",
|
|
1739
1984
|
"icon": "google-fonts.png",
|
|
1740
|
-
"github": "https://github.com/nuxt-
|
|
1741
|
-
"website": "https://
|
|
1985
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1986
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1742
1987
|
"learn_more": "https://developers.google.com/fonts",
|
|
1743
1988
|
"category": "Fonts",
|
|
1744
1989
|
"type": "community",
|
|
@@ -1757,7 +2002,7 @@
|
|
|
1757
2002
|
},
|
|
1758
2003
|
{
|
|
1759
2004
|
"name": "google-gtag",
|
|
1760
|
-
"description": "Google GTag for Nuxt
|
|
2005
|
+
"description": "Google GTag for Nuxt",
|
|
1761
2006
|
"repo": "nuxt-community/google-gtag",
|
|
1762
2007
|
"npm": "@nuxtjs/google-gtag",
|
|
1763
2008
|
"icon": "gtm.png",
|
|
@@ -1783,7 +2028,7 @@
|
|
|
1783
2028
|
},
|
|
1784
2029
|
{
|
|
1785
2030
|
"name": "google-optimize",
|
|
1786
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
2031
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1787
2032
|
"repo": "nuxt-community/google-optimize-module",
|
|
1788
2033
|
"npm": "nuxt-google-optimize",
|
|
1789
2034
|
"icon": "google-optimize.png",
|
|
@@ -1838,7 +2083,7 @@
|
|
|
1838
2083
|
},
|
|
1839
2084
|
{
|
|
1840
2085
|
"name": "graphql-request",
|
|
1841
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
2086
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1842
2087
|
"repo": "gomah/nuxt-graphql-request",
|
|
1843
2088
|
"npm": "nuxt-graphql-request",
|
|
1844
2089
|
"icon": "graphql-request.png",
|
|
@@ -1854,7 +2099,7 @@
|
|
|
1854
2099
|
}
|
|
1855
2100
|
],
|
|
1856
2101
|
"compatibility": {
|
|
1857
|
-
"nuxt": "^2.0.0",
|
|
2102
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1858
2103
|
"requires": {}
|
|
1859
2104
|
}
|
|
1860
2105
|
},
|
|
@@ -1877,12 +2122,13 @@
|
|
|
1877
2122
|
],
|
|
1878
2123
|
"compatibility": {
|
|
1879
2124
|
"nuxt": "^3.0.0",
|
|
1880
|
-
"requires": {}
|
|
2125
|
+
"requires": {},
|
|
2126
|
+
"devtools": "^0.0.0"
|
|
1881
2127
|
}
|
|
1882
2128
|
},
|
|
1883
2129
|
{
|
|
1884
2130
|
"name": "gtag",
|
|
1885
|
-
"description": "Google Analytics integration for Nuxt
|
|
2131
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1886
2132
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1887
2133
|
"npm": "nuxt-gtag",
|
|
1888
2134
|
"icon": "gtag.svg",
|
|
@@ -1906,7 +2152,7 @@
|
|
|
1906
2152
|
},
|
|
1907
2153
|
{
|
|
1908
2154
|
"name": "gtm",
|
|
1909
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2155
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1910
2156
|
"repo": "nuxt-community/gtm-module",
|
|
1911
2157
|
"npm": "@nuxtjs/gtm",
|
|
1912
2158
|
"icon": "gtm.png",
|
|
@@ -1929,7 +2175,7 @@
|
|
|
1929
2175
|
},
|
|
1930
2176
|
{
|
|
1931
2177
|
"name": "guess",
|
|
1932
|
-
"description": "Guess.js module for Nuxt
|
|
2178
|
+
"description": "Guess.js module for Nuxt",
|
|
1933
2179
|
"repo": "nuxt-community/guess-module",
|
|
1934
2180
|
"npm": "@nuxtjs/guess-module",
|
|
1935
2181
|
"icon": "guessjs.png",
|
|
@@ -1949,6 +2195,28 @@
|
|
|
1949
2195
|
"requires": {}
|
|
1950
2196
|
}
|
|
1951
2197
|
},
|
|
2198
|
+
{
|
|
2199
|
+
"name": "hanko",
|
|
2200
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2201
|
+
"repo": "nuxt-modules/hanko",
|
|
2202
|
+
"npm": "@nuxtjs/hanko",
|
|
2203
|
+
"icon": "hanko.svg",
|
|
2204
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2205
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2206
|
+
"learn_more": "https://hanko.io/",
|
|
2207
|
+
"category": "Security",
|
|
2208
|
+
"type": "community",
|
|
2209
|
+
"maintainers": [
|
|
2210
|
+
{
|
|
2211
|
+
"name": "danielroe",
|
|
2212
|
+
"github": "danielroe"
|
|
2213
|
+
}
|
|
2214
|
+
],
|
|
2215
|
+
"compatibility": {
|
|
2216
|
+
"nuxt": "^3.0.0",
|
|
2217
|
+
"requires": {}
|
|
2218
|
+
}
|
|
2219
|
+
},
|
|
1952
2220
|
{
|
|
1953
2221
|
"name": "harlem",
|
|
1954
2222
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -2019,7 +2287,7 @@
|
|
|
2019
2287
|
},
|
|
2020
2288
|
{
|
|
2021
2289
|
"name": "helmet",
|
|
2022
|
-
"description": "Easy Helmet module with Nuxt
|
|
2290
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
2023
2291
|
"repo": "victor-perez/nuxt-helmet",
|
|
2024
2292
|
"npm": "nuxt-helmet",
|
|
2025
2293
|
"icon": "",
|
|
@@ -2063,7 +2331,7 @@
|
|
|
2063
2331
|
},
|
|
2064
2332
|
{
|
|
2065
2333
|
"name": "history-state",
|
|
2066
|
-
"description": "Nuxt
|
|
2334
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
2067
2335
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
2068
2336
|
"npm": "nuxt-history-state",
|
|
2069
2337
|
"icon": "",
|
|
@@ -2132,7 +2400,7 @@
|
|
|
2132
2400
|
},
|
|
2133
2401
|
{
|
|
2134
2402
|
"name": "http",
|
|
2135
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2403
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2136
2404
|
"repo": "nuxt/http",
|
|
2137
2405
|
"npm": "@nuxt/http",
|
|
2138
2406
|
"icon": "http.png",
|
|
@@ -2160,7 +2428,7 @@
|
|
|
2160
2428
|
},
|
|
2161
2429
|
{
|
|
2162
2430
|
"name": "humans-txt",
|
|
2163
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2431
|
+
"description": "An initiative for knowing the people behind a website. It is a Nuxt buildModules that add a TXT file containing information about the different people who have contributed to building the website.",
|
|
2164
2432
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2165
2433
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2166
2434
|
"icon": "",
|
|
@@ -2184,11 +2452,11 @@
|
|
|
2184
2452
|
{
|
|
2185
2453
|
"name": "i18n",
|
|
2186
2454
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2187
|
-
"repo": "nuxt-
|
|
2455
|
+
"repo": "nuxt-modules/i18n",
|
|
2188
2456
|
"npm": "@nuxtjs/i18n",
|
|
2189
2457
|
"icon": "i18n.png",
|
|
2190
|
-
"github": "https://github.com/nuxt-
|
|
2191
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2458
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2459
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2192
2460
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2193
2461
|
"category": "Extensions",
|
|
2194
2462
|
"type": "community",
|
|
@@ -2229,6 +2497,29 @@
|
|
|
2229
2497
|
"requires": {}
|
|
2230
2498
|
}
|
|
2231
2499
|
},
|
|
2500
|
+
{
|
|
2501
|
+
"name": "icon-tw",
|
|
2502
|
+
"description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
|
|
2503
|
+
"repo": "jcamp-code/nuxt-icon-tw",
|
|
2504
|
+
"npm": "nuxt-icon-tw",
|
|
2505
|
+
"icon": "nuxt-icon.png",
|
|
2506
|
+
"github": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2507
|
+
"website": "https://github.com/jcamp-code/nuxt-icon-tw",
|
|
2508
|
+
"learn_more": "",
|
|
2509
|
+
"category": "UI",
|
|
2510
|
+
"type": "3rd-party",
|
|
2511
|
+
"maintainers": [
|
|
2512
|
+
{
|
|
2513
|
+
"name": "JohnCampionJr",
|
|
2514
|
+
"github": "JohnCampionJr"
|
|
2515
|
+
}
|
|
2516
|
+
],
|
|
2517
|
+
"compatibility": {
|
|
2518
|
+
"nuxt": "^3.0.0",
|
|
2519
|
+
"requires": {},
|
|
2520
|
+
"devtools": "^0.0.0"
|
|
2521
|
+
}
|
|
2522
|
+
},
|
|
2232
2523
|
{
|
|
2233
2524
|
"name": "icon",
|
|
2234
2525
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2248,7 +2539,8 @@
|
|
|
2248
2539
|
],
|
|
2249
2540
|
"compatibility": {
|
|
2250
2541
|
"nuxt": "^3.0.0",
|
|
2251
|
-
"requires": {}
|
|
2542
|
+
"requires": {},
|
|
2543
|
+
"devtools": "^0.0.0"
|
|
2252
2544
|
}
|
|
2253
2545
|
},
|
|
2254
2546
|
{
|
|
@@ -2297,12 +2589,12 @@
|
|
|
2297
2589
|
},
|
|
2298
2590
|
{
|
|
2299
2591
|
"name": "image",
|
|
2300
|
-
"description": "Optimised images for
|
|
2592
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2301
2593
|
"repo": "nuxt/image",
|
|
2302
2594
|
"npm": "@nuxt/image",
|
|
2303
2595
|
"icon": "image.png",
|
|
2304
2596
|
"github": "https://github.com/nuxt/image",
|
|
2305
|
-
"website": "https://image.
|
|
2597
|
+
"website": "https://image.nuxt.com",
|
|
2306
2598
|
"learn_more": "",
|
|
2307
2599
|
"category": "Images",
|
|
2308
2600
|
"type": "official",
|
|
@@ -2312,6 +2604,11 @@
|
|
|
2312
2604
|
"github": "farnabaz",
|
|
2313
2605
|
"twitter": "a_birang"
|
|
2314
2606
|
},
|
|
2607
|
+
{
|
|
2608
|
+
"name": "Daniel Roe",
|
|
2609
|
+
"github": "danielroe",
|
|
2610
|
+
"twitter": "danielcroe"
|
|
2611
|
+
},
|
|
2315
2612
|
{
|
|
2316
2613
|
"name": "Pooya Parsa",
|
|
2317
2614
|
"github": "pi0",
|
|
@@ -2332,7 +2629,7 @@
|
|
|
2332
2629
|
},
|
|
2333
2630
|
{
|
|
2334
2631
|
"name": "imagemin",
|
|
2335
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2632
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2336
2633
|
"repo": "nuxt-community/imagemin-module",
|
|
2337
2634
|
"npm": "@nuxtjs/imagemin",
|
|
2338
2635
|
"icon": "imagemin.png",
|
|
@@ -2379,7 +2676,7 @@
|
|
|
2379
2676
|
},
|
|
2380
2677
|
{
|
|
2381
2678
|
"name": "intercom",
|
|
2382
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2679
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2383
2680
|
"repo": "hex-digital/nuxt-intercom",
|
|
2384
2681
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2385
2682
|
"icon": "intercom.png",
|
|
@@ -2424,7 +2721,7 @@
|
|
|
2424
2721
|
},
|
|
2425
2722
|
{
|
|
2426
2723
|
"name": "jsonapi",
|
|
2427
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2724
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2428
2725
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2429
2726
|
"npm": "nuxt-jsonapi",
|
|
2430
2727
|
"icon": "jsonapi.svg",
|
|
@@ -2466,9 +2763,36 @@
|
|
|
2466
2763
|
"requires": {}
|
|
2467
2764
|
}
|
|
2468
2765
|
},
|
|
2766
|
+
{
|
|
2767
|
+
"name": "kinde",
|
|
2768
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2769
|
+
"repo": "nuxt-modules/kinde",
|
|
2770
|
+
"npm": "@nuxtjs/kinde",
|
|
2771
|
+
"icon": "kinde.svg",
|
|
2772
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2773
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2774
|
+
"learn_more": "https://kinde.com/",
|
|
2775
|
+
"category": "Security",
|
|
2776
|
+
"type": "community",
|
|
2777
|
+
"maintainers": [
|
|
2778
|
+
{
|
|
2779
|
+
"name": "danielroe",
|
|
2780
|
+
"github": "danielroe"
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"name": "daveordead",
|
|
2784
|
+
"github": "DaveOrDead",
|
|
2785
|
+
"twitter": "dave_or_dead"
|
|
2786
|
+
}
|
|
2787
|
+
],
|
|
2788
|
+
"compatibility": {
|
|
2789
|
+
"nuxt": "^3.0.0",
|
|
2790
|
+
"requires": {}
|
|
2791
|
+
}
|
|
2792
|
+
},
|
|
2469
2793
|
{
|
|
2470
2794
|
"name": "kql",
|
|
2471
|
-
"description": "Nuxt
|
|
2795
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2472
2796
|
"repo": "johannschopplich/nuxt-kql",
|
|
2473
2797
|
"npm": "nuxt-kql",
|
|
2474
2798
|
"icon": "kql.svg",
|
|
@@ -2492,7 +2816,7 @@
|
|
|
2492
2816
|
},
|
|
2493
2817
|
{
|
|
2494
2818
|
"name": "laravel-echo",
|
|
2495
|
-
"description": "Laravel Echo for Nuxt
|
|
2819
|
+
"description": "Laravel Echo for Nuxt",
|
|
2496
2820
|
"repo": "nuxt-community/laravel-echo",
|
|
2497
2821
|
"npm": "@nuxtjs/laravel-echo",
|
|
2498
2822
|
"icon": "laravel-echo.png",
|
|
@@ -2534,6 +2858,28 @@
|
|
|
2534
2858
|
"requires": {}
|
|
2535
2859
|
}
|
|
2536
2860
|
},
|
|
2861
|
+
{
|
|
2862
|
+
"name": "laravel-precognition",
|
|
2863
|
+
"description": "Nuxt module to work with Laravel Precognition and $fetch",
|
|
2864
|
+
"repo": "sot1986/nuxt-laravel-precognition",
|
|
2865
|
+
"npm": "nuxt-laravel-precognition",
|
|
2866
|
+
"icon": "laravel.svg",
|
|
2867
|
+
"github": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2868
|
+
"website": "https://github.com/sot1986/nuxt-laravel-precognition",
|
|
2869
|
+
"learn_more": "",
|
|
2870
|
+
"category": "Security",
|
|
2871
|
+
"type": "3rd-party",
|
|
2872
|
+
"maintainers": [
|
|
2873
|
+
{
|
|
2874
|
+
"name": "sot1986",
|
|
2875
|
+
"github": "sot1986"
|
|
2876
|
+
}
|
|
2877
|
+
],
|
|
2878
|
+
"compatibility": {
|
|
2879
|
+
"nuxt": "^3.0.0",
|
|
2880
|
+
"requires": {}
|
|
2881
|
+
}
|
|
2882
|
+
},
|
|
2537
2883
|
{
|
|
2538
2884
|
"name": "laravel",
|
|
2539
2885
|
"description": "Nuxt cli extension for use with laravel as backend",
|
|
@@ -2580,13 +2926,13 @@
|
|
|
2580
2926
|
},
|
|
2581
2927
|
{
|
|
2582
2928
|
"name": "link-checker",
|
|
2583
|
-
"description": "
|
|
2929
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2584
2930
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2585
2931
|
"npm": "nuxt-link-checker",
|
|
2586
|
-
"icon": "",
|
|
2932
|
+
"icon": "link-checker.svg",
|
|
2587
2933
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2588
|
-
"website": "https://
|
|
2589
|
-
"learn_more": "",
|
|
2934
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2935
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2590
2936
|
"category": "SEO",
|
|
2591
2937
|
"type": "3rd-party",
|
|
2592
2938
|
"maintainers": [
|
|
@@ -2599,7 +2945,8 @@
|
|
|
2599
2945
|
],
|
|
2600
2946
|
"compatibility": {
|
|
2601
2947
|
"nuxt": "^3.0.0",
|
|
2602
|
-
"requires": {}
|
|
2948
|
+
"requires": {},
|
|
2949
|
+
"devtools": "^0.0.0"
|
|
2603
2950
|
}
|
|
2604
2951
|
},
|
|
2605
2952
|
{
|
|
@@ -2676,12 +3023,12 @@
|
|
|
2676
3023
|
},
|
|
2677
3024
|
{
|
|
2678
3025
|
"name": "logrocket",
|
|
2679
|
-
"description": "LogRocket module for Nuxt
|
|
2680
|
-
"repo": "nuxt-
|
|
3026
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
3027
|
+
"repo": "nuxt-modules/logrocket",
|
|
2681
3028
|
"npm": "nuxt-logrocket",
|
|
2682
3029
|
"icon": "logrocket.png",
|
|
2683
|
-
"github": "https://github.com/nuxt-
|
|
2684
|
-
"website": "https://github.com/nuxt-
|
|
3030
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
3031
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2685
3032
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2686
3033
|
"category": "Monitoring",
|
|
2687
3034
|
"type": "community",
|
|
@@ -2697,9 +3044,35 @@
|
|
|
2697
3044
|
"requires": {}
|
|
2698
3045
|
}
|
|
2699
3046
|
},
|
|
3047
|
+
{
|
|
3048
|
+
"name": "lucide-icons",
|
|
3049
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
3050
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
3051
|
+
"npm": "nuxt-lucide-icons",
|
|
3052
|
+
"icon": "lucide-icons.svg",
|
|
3053
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3054
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
3055
|
+
"learn_more": "",
|
|
3056
|
+
"category": "UI",
|
|
3057
|
+
"type": "3rd-party",
|
|
3058
|
+
"maintainers": [
|
|
3059
|
+
{
|
|
3060
|
+
"name": "SWIS",
|
|
3061
|
+
"github": "swisnl"
|
|
3062
|
+
},
|
|
3063
|
+
{
|
|
3064
|
+
"name": "Jasper Zonneveld",
|
|
3065
|
+
"github": "JaZo"
|
|
3066
|
+
}
|
|
3067
|
+
],
|
|
3068
|
+
"compatibility": {
|
|
3069
|
+
"nuxt": "^3.0.0",
|
|
3070
|
+
"requires": {}
|
|
3071
|
+
}
|
|
3072
|
+
},
|
|
2700
3073
|
{
|
|
2701
3074
|
"name": "lunr",
|
|
2702
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
3075
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2703
3076
|
"repo": "nuxt-community/lunr-module",
|
|
2704
3077
|
"npm": "@nuxtjs/lunr-module",
|
|
2705
3078
|
"icon": "",
|
|
@@ -2787,6 +3160,28 @@
|
|
|
2787
3160
|
"requires": {}
|
|
2788
3161
|
}
|
|
2789
3162
|
},
|
|
3163
|
+
{
|
|
3164
|
+
"name": "maz-ui",
|
|
3165
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3166
|
+
"repo": "louismazel/maz-ui",
|
|
3167
|
+
"npm": "maz-ui",
|
|
3168
|
+
"icon": "maz-ui.png",
|
|
3169
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3170
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3171
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3172
|
+
"category": "UI",
|
|
3173
|
+
"type": "community",
|
|
3174
|
+
"maintainers": [
|
|
3175
|
+
{
|
|
3176
|
+
"name": "Loïc Mazuel",
|
|
3177
|
+
"github": "LouisMazel"
|
|
3178
|
+
}
|
|
3179
|
+
],
|
|
3180
|
+
"compatibility": {
|
|
3181
|
+
"nuxt": "^3.0.0",
|
|
3182
|
+
"requires": {}
|
|
3183
|
+
}
|
|
3184
|
+
},
|
|
2790
3185
|
{
|
|
2791
3186
|
"name": "mdx",
|
|
2792
3187
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -2812,7 +3207,7 @@
|
|
|
2812
3207
|
},
|
|
2813
3208
|
{
|
|
2814
3209
|
"name": "medusa",
|
|
2815
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3210
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2816
3211
|
"repo": "Baroshem/nuxt-medusa",
|
|
2817
3212
|
"npm": "nuxt-medusa",
|
|
2818
3213
|
"icon": "medusa.svg",
|
|
@@ -2837,7 +3232,7 @@
|
|
|
2837
3232
|
},
|
|
2838
3233
|
{
|
|
2839
3234
|
"name": "meilisearch",
|
|
2840
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3235
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2841
3236
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2842
3237
|
"npm": "nuxt-meilisearch",
|
|
2843
3238
|
"icon": "meilisearch.svg",
|
|
@@ -2857,7 +3252,8 @@
|
|
|
2857
3252
|
"nuxt": "^3.0.0",
|
|
2858
3253
|
"requires": {
|
|
2859
3254
|
"bridge": false
|
|
2860
|
-
}
|
|
3255
|
+
},
|
|
3256
|
+
"devtools": "^0.0.0"
|
|
2861
3257
|
}
|
|
2862
3258
|
},
|
|
2863
3259
|
{
|
|
@@ -2929,7 +3325,7 @@
|
|
|
2929
3325
|
},
|
|
2930
3326
|
{
|
|
2931
3327
|
"name": "moment",
|
|
2932
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3328
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2933
3329
|
"repo": "nuxt-community/moment-module",
|
|
2934
3330
|
"npm": "@nuxtjs/moment",
|
|
2935
3331
|
"icon": "momentjs.png",
|
|
@@ -2956,7 +3352,7 @@
|
|
|
2956
3352
|
},
|
|
2957
3353
|
{
|
|
2958
3354
|
"name": "mq",
|
|
2959
|
-
"description": "vue-mq module for Nuxt.
|
|
3355
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2960
3356
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2961
3357
|
"npm": "nuxt-mq",
|
|
2962
3358
|
"icon": "",
|
|
@@ -3000,7 +3396,7 @@
|
|
|
3000
3396
|
},
|
|
3001
3397
|
{
|
|
3002
3398
|
"name": "netlify-cache",
|
|
3003
|
-
"description": "Nuxt
|
|
3399
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
3004
3400
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
3005
3401
|
"npm": "nuxt-netlify-cache",
|
|
3006
3402
|
"icon": "netlify.png",
|
|
@@ -3045,7 +3441,7 @@
|
|
|
3045
3441
|
},
|
|
3046
3442
|
{
|
|
3047
3443
|
"name": "netlify",
|
|
3048
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3444
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
3049
3445
|
"repo": "bazzite/nuxt-netlify",
|
|
3050
3446
|
"npm": "@aceforth/nuxt-netlify",
|
|
3051
3447
|
"icon": "netlify.png",
|
|
@@ -3138,30 +3534,97 @@
|
|
|
3138
3534
|
}
|
|
3139
3535
|
},
|
|
3140
3536
|
{
|
|
3141
|
-
"name": "nuxt-
|
|
3142
|
-
"description": "",
|
|
3143
|
-
"repo": "
|
|
3144
|
-
"npm": "
|
|
3537
|
+
"name": "nuxt-anchorscroll",
|
|
3538
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3539
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3540
|
+
"npm": "nuxt-anchorscroll",
|
|
3145
3541
|
"icon": "",
|
|
3146
|
-
"github": "https://github.com/
|
|
3147
|
-
"website": "https://github.com/
|
|
3542
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3543
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3148
3544
|
"learn_more": "",
|
|
3149
|
-
"category": "
|
|
3545
|
+
"category": "UI",
|
|
3150
3546
|
"type": "3rd-party",
|
|
3151
3547
|
"maintainers": [
|
|
3152
3548
|
{
|
|
3153
|
-
"name": "
|
|
3154
|
-
"github": "
|
|
3549
|
+
"name": "Helltraitor",
|
|
3550
|
+
"github": "helltraitor"
|
|
3155
3551
|
}
|
|
3156
3552
|
],
|
|
3157
3553
|
"compatibility": {
|
|
3158
|
-
"nuxt": "^
|
|
3554
|
+
"nuxt": "^3.0.0",
|
|
3555
|
+
"requires": {}
|
|
3556
|
+
}
|
|
3557
|
+
},
|
|
3558
|
+
{
|
|
3559
|
+
"name": "nuxt-auth-sanctum",
|
|
3560
|
+
"description": "Nuxt module for Laravel Sanctum authentication",
|
|
3561
|
+
"repo": "manchenkoff/nuxt-auth-sanctum",
|
|
3562
|
+
"npm": "nuxt-auth-sanctum",
|
|
3563
|
+
"icon": "laravel.svg",
|
|
3564
|
+
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3565
|
+
"website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
3566
|
+
"learn_more": "",
|
|
3567
|
+
"category": "Security",
|
|
3568
|
+
"type": "3rd-party",
|
|
3569
|
+
"maintainers": [
|
|
3570
|
+
{
|
|
3571
|
+
"name": "Artem Manchenkov",
|
|
3572
|
+
"github": "manchenkoff",
|
|
3573
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff"
|
|
3574
|
+
}
|
|
3575
|
+
],
|
|
3576
|
+
"compatibility": {
|
|
3577
|
+
"nuxt": "^3.0.0",
|
|
3578
|
+
"requires": {}
|
|
3579
|
+
}
|
|
3580
|
+
},
|
|
3581
|
+
{
|
|
3582
|
+
"name": "nuxt-basic-auth",
|
|
3583
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3584
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3585
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3586
|
+
"icon": "",
|
|
3587
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3588
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3589
|
+
"learn_more": "",
|
|
3590
|
+
"category": "Security",
|
|
3591
|
+
"type": "3rd-party",
|
|
3592
|
+
"maintainers": [
|
|
3593
|
+
{
|
|
3594
|
+
"name": "kgierke",
|
|
3595
|
+
"github": "kgierke"
|
|
3596
|
+
}
|
|
3597
|
+
],
|
|
3598
|
+
"compatibility": {
|
|
3599
|
+
"nuxt": "^3.0.0",
|
|
3600
|
+
"requires": {}
|
|
3601
|
+
}
|
|
3602
|
+
},
|
|
3603
|
+
{
|
|
3604
|
+
"name": "nuxt-bootstrap-icons",
|
|
3605
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3606
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3607
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3608
|
+
"icon": "bootstrap-icons.svg",
|
|
3609
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3610
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3611
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3612
|
+
"category": "UI",
|
|
3613
|
+
"type": "3rd-party",
|
|
3614
|
+
"maintainers": [
|
|
3615
|
+
{
|
|
3616
|
+
"name": "OyewoleOyedeji",
|
|
3617
|
+
"github": "OyewoleOyedeji"
|
|
3618
|
+
}
|
|
3619
|
+
],
|
|
3620
|
+
"compatibility": {
|
|
3621
|
+
"nuxt": "^3.0.0",
|
|
3159
3622
|
"requires": {}
|
|
3160
3623
|
}
|
|
3161
3624
|
},
|
|
3162
3625
|
{
|
|
3163
3626
|
"name": "nuxt-chatgpt",
|
|
3164
|
-
"description": "ChatGPT integration for Nuxt
|
|
3627
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3165
3628
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3166
3629
|
"npm": "nuxt-chatgpt",
|
|
3167
3630
|
"icon": "chatgpt.svg",
|
|
@@ -3181,6 +3644,54 @@
|
|
|
3181
3644
|
"requires": {}
|
|
3182
3645
|
}
|
|
3183
3646
|
},
|
|
3647
|
+
{
|
|
3648
|
+
"name": "nuxt-facebook-chat",
|
|
3649
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3650
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3651
|
+
"npm": "nuxt-facebook-chat",
|
|
3652
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3653
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3654
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3655
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3656
|
+
"category": "Libraries",
|
|
3657
|
+
"type": "3rd-party",
|
|
3658
|
+
"maintainers": [
|
|
3659
|
+
{
|
|
3660
|
+
"name": "Supanut Dokmaithong",
|
|
3661
|
+
"github": "Boomgeek"
|
|
3662
|
+
},
|
|
3663
|
+
{
|
|
3664
|
+
"name": "superdev-tech",
|
|
3665
|
+
"github": "superdev-tech"
|
|
3666
|
+
}
|
|
3667
|
+
],
|
|
3668
|
+
"compatibility": {
|
|
3669
|
+
"nuxt": "^3.0.0",
|
|
3670
|
+
"requires": {}
|
|
3671
|
+
}
|
|
3672
|
+
},
|
|
3673
|
+
{
|
|
3674
|
+
"name": "nuxt-feedme",
|
|
3675
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3676
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3677
|
+
"npm": "nuxt-feedme",
|
|
3678
|
+
"icon": "",
|
|
3679
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3680
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3681
|
+
"learn_more": "",
|
|
3682
|
+
"category": "SEO",
|
|
3683
|
+
"type": "3rd-party",
|
|
3684
|
+
"maintainers": [
|
|
3685
|
+
{
|
|
3686
|
+
"name": "Helltraitor",
|
|
3687
|
+
"github": "helltraitor"
|
|
3688
|
+
}
|
|
3689
|
+
],
|
|
3690
|
+
"compatibility": {
|
|
3691
|
+
"nuxt": "^3.0.0",
|
|
3692
|
+
"requires": {}
|
|
3693
|
+
}
|
|
3694
|
+
},
|
|
3184
3695
|
{
|
|
3185
3696
|
"name": "nuxt-graphql-middleware",
|
|
3186
3697
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3234,7 +3745,7 @@
|
|
|
3234
3745
|
},
|
|
3235
3746
|
{
|
|
3236
3747
|
"name": "nuxt-gtm",
|
|
3237
|
-
"description": "A Nuxt
|
|
3748
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3238
3749
|
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3239
3750
|
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3240
3751
|
"icon": "nuxt-gtm.svg",
|
|
@@ -3251,7 +3762,8 @@
|
|
|
3251
3762
|
],
|
|
3252
3763
|
"compatibility": {
|
|
3253
3764
|
"nuxt": "^3.0.0",
|
|
3254
|
-
"requires": {}
|
|
3765
|
+
"requires": {},
|
|
3766
|
+
"devtools": "^0.0.0"
|
|
3255
3767
|
}
|
|
3256
3768
|
},
|
|
3257
3769
|
{
|
|
@@ -3279,24 +3791,46 @@
|
|
|
3279
3791
|
}
|
|
3280
3792
|
},
|
|
3281
3793
|
{
|
|
3282
|
-
"name": "nuxt-
|
|
3283
|
-
"description": "
|
|
3284
|
-
"repo": "",
|
|
3285
|
-
"npm": "nuxt-
|
|
3286
|
-
"icon": "
|
|
3287
|
-
"github": "",
|
|
3288
|
-
"website": "https://
|
|
3289
|
-
"learn_more": "
|
|
3290
|
-
"category": "
|
|
3794
|
+
"name": "nuxt-interpolation",
|
|
3795
|
+
"description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
|
|
3796
|
+
"repo": "daliborgogic/nuxt-interpolation#master",
|
|
3797
|
+
"npm": "nuxt-interpolation",
|
|
3798
|
+
"icon": "",
|
|
3799
|
+
"github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3800
|
+
"website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
|
|
3801
|
+
"learn_more": "",
|
|
3802
|
+
"category": "Devtools",
|
|
3291
3803
|
"type": "3rd-party",
|
|
3292
3804
|
"maintainers": [
|
|
3293
3805
|
{
|
|
3294
|
-
"name": "
|
|
3295
|
-
"github": "
|
|
3806
|
+
"name": "daliborgogic",
|
|
3807
|
+
"github": "daliborgogic"
|
|
3296
3808
|
}
|
|
3297
3809
|
],
|
|
3298
3810
|
"compatibility": {
|
|
3299
|
-
"nuxt": "^2.0.0
|
|
3811
|
+
"nuxt": "^2.0.0",
|
|
3812
|
+
"requires": {}
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3815
|
+
{
|
|
3816
|
+
"name": "nuxt-jsonld",
|
|
3817
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3818
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3819
|
+
"npm": "nuxt-jsonld",
|
|
3820
|
+
"icon": "",
|
|
3821
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3822
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3823
|
+
"learn_more": "",
|
|
3824
|
+
"category": "SEO",
|
|
3825
|
+
"type": "3rd-party",
|
|
3826
|
+
"maintainers": [
|
|
3827
|
+
{
|
|
3828
|
+
"name": "ymmooot",
|
|
3829
|
+
"github": "ymmooot"
|
|
3830
|
+
}
|
|
3831
|
+
],
|
|
3832
|
+
"compatibility": {
|
|
3833
|
+
"nuxt": "^3.0.0",
|
|
3300
3834
|
"requires": {}
|
|
3301
3835
|
}
|
|
3302
3836
|
},
|
|
@@ -3325,7 +3859,7 @@
|
|
|
3325
3859
|
},
|
|
3326
3860
|
{
|
|
3327
3861
|
"name": "nuxt-loco",
|
|
3328
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3862
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3329
3863
|
"repo": "gaetansenn/nuxt-loco",
|
|
3330
3864
|
"npm": "nuxt-loco",
|
|
3331
3865
|
"icon": "",
|
|
@@ -3346,6 +3880,28 @@
|
|
|
3346
3880
|
"requires": {}
|
|
3347
3881
|
}
|
|
3348
3882
|
},
|
|
3883
|
+
{
|
|
3884
|
+
"name": "nuxt-mail",
|
|
3885
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3886
|
+
"repo": "dword-design/nuxt-mail",
|
|
3887
|
+
"npm": "nuxt-mail",
|
|
3888
|
+
"icon": "",
|
|
3889
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3890
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3891
|
+
"learn_more": "",
|
|
3892
|
+
"category": "Extensions",
|
|
3893
|
+
"type": "3rd-party",
|
|
3894
|
+
"maintainers": [
|
|
3895
|
+
{
|
|
3896
|
+
"name": "Sebastian Landwehr",
|
|
3897
|
+
"github": "dword-design"
|
|
3898
|
+
}
|
|
3899
|
+
],
|
|
3900
|
+
"compatibility": {
|
|
3901
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3902
|
+
"requires": {}
|
|
3903
|
+
}
|
|
3904
|
+
},
|
|
3349
3905
|
{
|
|
3350
3906
|
"name": "nuxt-mapbox",
|
|
3351
3907
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3368,6 +3924,28 @@
|
|
|
3368
3924
|
"requires": {}
|
|
3369
3925
|
}
|
|
3370
3926
|
},
|
|
3927
|
+
{
|
|
3928
|
+
"name": "nuxt-mdi",
|
|
3929
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3930
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3931
|
+
"npm": "nuxt-mdi",
|
|
3932
|
+
"icon": "mdi.png",
|
|
3933
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3934
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3935
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3936
|
+
"category": "Libraries",
|
|
3937
|
+
"type": "3rd-party",
|
|
3938
|
+
"maintainers": [
|
|
3939
|
+
{
|
|
3940
|
+
"name": "Emil Rosenius",
|
|
3941
|
+
"github": "ERPedersen"
|
|
3942
|
+
}
|
|
3943
|
+
],
|
|
3944
|
+
"compatibility": {
|
|
3945
|
+
"nuxt": "^3.0.0",
|
|
3946
|
+
"requires": {}
|
|
3947
|
+
}
|
|
3948
|
+
},
|
|
3371
3949
|
{
|
|
3372
3950
|
"name": "nuxt-monaco-editor",
|
|
3373
3951
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3392,12 +3970,12 @@
|
|
|
3392
3970
|
},
|
|
3393
3971
|
{
|
|
3394
3972
|
"name": "nuxt-mongoose",
|
|
3395
|
-
"description": "A Nuxt
|
|
3973
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3396
3974
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3397
3975
|
"npm": "nuxt-mongoose",
|
|
3398
3976
|
"icon": "nuxt-mongoose.svg",
|
|
3399
3977
|
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3400
|
-
"website": "https://
|
|
3978
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3401
3979
|
"learn_more": "",
|
|
3402
3980
|
"category": "Database",
|
|
3403
3981
|
"type": "3rd-party",
|
|
@@ -3407,6 +3985,52 @@
|
|
|
3407
3985
|
"github": "arashsheyda"
|
|
3408
3986
|
}
|
|
3409
3987
|
],
|
|
3988
|
+
"compatibility": {
|
|
3989
|
+
"nuxt": "^3.0.0",
|
|
3990
|
+
"requires": {},
|
|
3991
|
+
"devtools": "^0.0.0"
|
|
3992
|
+
}
|
|
3993
|
+
},
|
|
3994
|
+
{
|
|
3995
|
+
"name": "nuxt-openapi-docs-module",
|
|
3996
|
+
"description": "Generate pages from OpenAPI specifications",
|
|
3997
|
+
"repo": "s00d/nuxt-openapi-docs-module",
|
|
3998
|
+
"npm": "nuxt-openapi-docs-module",
|
|
3999
|
+
"icon": "nuxt-openapi-docs-module.svg",
|
|
4000
|
+
"github": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4001
|
+
"website": "https://github.com/on-org/nuxt-openapi-docs-module",
|
|
4002
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
|
|
4003
|
+
"category": "Libraries",
|
|
4004
|
+
"type": "3rd-party",
|
|
4005
|
+
"maintainers": [
|
|
4006
|
+
{
|
|
4007
|
+
"name": "Pavel Kuzmin",
|
|
4008
|
+
"github": "s00d"
|
|
4009
|
+
}
|
|
4010
|
+
],
|
|
4011
|
+
"compatibility": {
|
|
4012
|
+
"nuxt": "^3.0.0",
|
|
4013
|
+
"requires": {}
|
|
4014
|
+
}
|
|
4015
|
+
},
|
|
4016
|
+
{
|
|
4017
|
+
"name": "nuxt-payload-analyzer",
|
|
4018
|
+
"description": "Analyze Nuxt Payload Size",
|
|
4019
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
4020
|
+
"npm": "nuxt-payload-analyzer",
|
|
4021
|
+
"icon": "",
|
|
4022
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
4023
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
4024
|
+
"learn_more": "",
|
|
4025
|
+
"category": "Performance",
|
|
4026
|
+
"type": "3rd-party",
|
|
4027
|
+
"maintainers": [
|
|
4028
|
+
{
|
|
4029
|
+
"name": "Barbapapazes",
|
|
4030
|
+
"github": "Barbapapazes",
|
|
4031
|
+
"twitter": "soubiran_"
|
|
4032
|
+
}
|
|
4033
|
+
],
|
|
3410
4034
|
"compatibility": {
|
|
3411
4035
|
"nuxt": "^3.0.0",
|
|
3412
4036
|
"requires": {}
|
|
@@ -3435,6 +4059,28 @@
|
|
|
3435
4059
|
"requires": {}
|
|
3436
4060
|
}
|
|
3437
4061
|
},
|
|
4062
|
+
{
|
|
4063
|
+
"name": "nuxt-phosphor-icons",
|
|
4064
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
4065
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4066
|
+
"npm": "nuxt-phosphor-icons",
|
|
4067
|
+
"icon": "phosphor-icons.svg",
|
|
4068
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4069
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4070
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
4071
|
+
"category": "UI",
|
|
4072
|
+
"type": "3rd-party",
|
|
4073
|
+
"maintainers": [
|
|
4074
|
+
{
|
|
4075
|
+
"name": "OyewoleOyedeji",
|
|
4076
|
+
"github": "OyewoleOyedeji"
|
|
4077
|
+
}
|
|
4078
|
+
],
|
|
4079
|
+
"compatibility": {
|
|
4080
|
+
"nuxt": "^3.0.0",
|
|
4081
|
+
"requires": {}
|
|
4082
|
+
}
|
|
4083
|
+
},
|
|
3438
4084
|
{
|
|
3439
4085
|
"name": "nuxt-pino-log",
|
|
3440
4086
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3459,7 +4105,7 @@
|
|
|
3459
4105
|
},
|
|
3460
4106
|
{
|
|
3461
4107
|
"name": "plausible",
|
|
3462
|
-
"description": "Nuxt
|
|
4108
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3463
4109
|
"repo": "nuxt-modules/plausible",
|
|
3464
4110
|
"npm": "@nuxtjs/plausible",
|
|
3465
4111
|
"icon": "plausible.png",
|
|
@@ -3479,9 +4125,35 @@
|
|
|
3479
4125
|
"requires": {}
|
|
3480
4126
|
}
|
|
3481
4127
|
},
|
|
4128
|
+
{
|
|
4129
|
+
"name": "nuxt-plotly",
|
|
4130
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
4131
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
4132
|
+
"npm": "nuxt-plotly",
|
|
4133
|
+
"icon": "nuxt-plotly.svg",
|
|
4134
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4135
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
4136
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
4137
|
+
"category": "Libraries",
|
|
4138
|
+
"type": "3rd-party",
|
|
4139
|
+
"maintainers": [
|
|
4140
|
+
{
|
|
4141
|
+
"name": "Supanut Dokmaithong",
|
|
4142
|
+
"github": "Boomgeek"
|
|
4143
|
+
},
|
|
4144
|
+
{
|
|
4145
|
+
"name": "superdev-tech",
|
|
4146
|
+
"github": "superdev-tech"
|
|
4147
|
+
}
|
|
4148
|
+
],
|
|
4149
|
+
"compatibility": {
|
|
4150
|
+
"nuxt": "^3.0.0",
|
|
4151
|
+
"requires": {}
|
|
4152
|
+
}
|
|
4153
|
+
},
|
|
3482
4154
|
{
|
|
3483
4155
|
"name": "nuxt-png-to-ico",
|
|
3484
|
-
"description": "Nuxt
|
|
4156
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3485
4157
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3486
4158
|
"npm": "nuxt-png-to-ico",
|
|
3487
4159
|
"icon": "",
|
|
@@ -3504,7 +4176,7 @@
|
|
|
3504
4176
|
},
|
|
3505
4177
|
{
|
|
3506
4178
|
"name": "nuxt-smartlook",
|
|
3507
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
4179
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3508
4180
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3509
4181
|
"npm": "nuxt-smartlook",
|
|
3510
4182
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3526,6 +4198,28 @@
|
|
|
3526
4198
|
"requires": {}
|
|
3527
4199
|
}
|
|
3528
4200
|
},
|
|
4201
|
+
{
|
|
4202
|
+
"name": "nuxt-social-share",
|
|
4203
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
4204
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
4205
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
4206
|
+
"icon": "nuxt-social-share.png",
|
|
4207
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4208
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
4209
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
4210
|
+
"category": "Extensions",
|
|
4211
|
+
"type": "3rd-party",
|
|
4212
|
+
"maintainers": [
|
|
4213
|
+
{
|
|
4214
|
+
"name": "stefanobartoletti",
|
|
4215
|
+
"github": "stefanobartoletti"
|
|
4216
|
+
}
|
|
4217
|
+
],
|
|
4218
|
+
"compatibility": {
|
|
4219
|
+
"nuxt": "^3.0.0",
|
|
4220
|
+
"requires": {}
|
|
4221
|
+
}
|
|
4222
|
+
},
|
|
3529
4223
|
{
|
|
3530
4224
|
"name": "ssr-lit",
|
|
3531
4225
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -3556,7 +4250,7 @@
|
|
|
3556
4250
|
},
|
|
3557
4251
|
{
|
|
3558
4252
|
"name": "nuxt-storm",
|
|
3559
|
-
"description": "WebStorm & PHPStorm support for
|
|
4253
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3560
4254
|
"repo": "fumeapp/nuxt-storm",
|
|
3561
4255
|
"npm": "nuxt-storm",
|
|
3562
4256
|
"icon": "nuxt-storm.png",
|
|
@@ -3600,7 +4294,7 @@
|
|
|
3600
4294
|
},
|
|
3601
4295
|
{
|
|
3602
4296
|
"name": "nuxt-unleash",
|
|
3603
|
-
"description": "Nuxt
|
|
4297
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3604
4298
|
"repo": "conejerock/nuxt-unleash",
|
|
3605
4299
|
"npm": "nuxt-unleash",
|
|
3606
4300
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3691,12 +4385,12 @@
|
|
|
3691
4385
|
{
|
|
3692
4386
|
"name": "nuxt-vue3-google-signin",
|
|
3693
4387
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3694
|
-
"repo": "
|
|
4388
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3695
4389
|
"npm": "nuxt-vue3-google-signin",
|
|
3696
4390
|
"icon": "vue3-google-signin.svg",
|
|
3697
|
-
"github": "https://github.com/
|
|
3698
|
-
"website": "https://vue3-google-signin.
|
|
3699
|
-
"learn_more": "https://vue3-google-signin.
|
|
4391
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4392
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4393
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3700
4394
|
"category": "Libraries",
|
|
3701
4395
|
"type": "3rd-party",
|
|
3702
4396
|
"maintainers": [
|
|
@@ -3711,20 +4405,64 @@
|
|
|
3711
4405
|
}
|
|
3712
4406
|
},
|
|
3713
4407
|
{
|
|
3714
|
-
"name": "
|
|
3715
|
-
"description": "
|
|
3716
|
-
"repo": "
|
|
3717
|
-
"npm": "
|
|
3718
|
-
"icon": "
|
|
3719
|
-
"github": "https://github.com/
|
|
3720
|
-
"website": "https://
|
|
3721
|
-
"learn_more": "
|
|
3722
|
-
"category": "
|
|
4408
|
+
"name": "Nuxt zodI18n",
|
|
4409
|
+
"description": "A Nuxt Module for localizing zod error messages.",
|
|
4410
|
+
"repo": "xibman/nuxt-zod-i18n",
|
|
4411
|
+
"npm": "nuxt-zod-i18n",
|
|
4412
|
+
"icon": "nuxt-zod-i18n.svg",
|
|
4413
|
+
"github": "https://github.com/xibman/nuxt-zod-i18n",
|
|
4414
|
+
"website": "https://xibman-nuxt-zod-i18n.nuxt.space",
|
|
4415
|
+
"learn_more": "",
|
|
4416
|
+
"category": "Libraries",
|
|
4417
|
+
"type": "3rd-party",
|
|
4418
|
+
"maintainers": [
|
|
4419
|
+
{
|
|
4420
|
+
"name": "xibman",
|
|
4421
|
+
"github": "xibman"
|
|
4422
|
+
}
|
|
4423
|
+
],
|
|
4424
|
+
"compatibility": {
|
|
4425
|
+
"nuxt": "^3.0.0",
|
|
4426
|
+
"requires": {}
|
|
4427
|
+
}
|
|
4428
|
+
},
|
|
4429
|
+
{
|
|
4430
|
+
"name": "nuxt3-interpolation",
|
|
4431
|
+
"description": "",
|
|
4432
|
+
"repo": "daliborgogic/interpolation#master",
|
|
4433
|
+
"npm": "nuxt3-interpolation",
|
|
4434
|
+
"icon": "",
|
|
4435
|
+
"github": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4436
|
+
"website": "https://github.com/daliborgogic/interpolation/tree/master",
|
|
4437
|
+
"learn_more": "",
|
|
4438
|
+
"category": "Devtools",
|
|
3723
4439
|
"type": "3rd-party",
|
|
3724
4440
|
"maintainers": [
|
|
3725
4441
|
{
|
|
3726
|
-
"name": "
|
|
3727
|
-
"github": "
|
|
4442
|
+
"name": "daliborgogic",
|
|
4443
|
+
"github": "daliborgogic"
|
|
4444
|
+
}
|
|
4445
|
+
],
|
|
4446
|
+
"compatibility": {
|
|
4447
|
+
"nuxt": "^3.0.0",
|
|
4448
|
+
"requires": {}
|
|
4449
|
+
}
|
|
4450
|
+
},
|
|
4451
|
+
{
|
|
4452
|
+
"name": "nuxt3-leaflet",
|
|
4453
|
+
"description": "Leaflet integration with Nuxt",
|
|
4454
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4455
|
+
"npm": "nuxt3-leaflet",
|
|
4456
|
+
"icon": "leaflet.png",
|
|
4457
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4458
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4459
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4460
|
+
"category": "Libraries",
|
|
4461
|
+
"type": "3rd-party",
|
|
4462
|
+
"maintainers": [
|
|
4463
|
+
{
|
|
4464
|
+
"name": "Augustin MERCIER",
|
|
4465
|
+
"github": "Gugustinette"
|
|
3728
4466
|
}
|
|
3729
4467
|
],
|
|
3730
4468
|
"compatibility": {
|
|
@@ -3734,7 +4472,7 @@
|
|
|
3734
4472
|
},
|
|
3735
4473
|
{
|
|
3736
4474
|
"name": "nuxt7",
|
|
3737
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4475
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3738
4476
|
"repo": "nuxt-community/nuxt7",
|
|
3739
4477
|
"npm": "nuxt7",
|
|
3740
4478
|
"icon": "",
|
|
@@ -3755,38 +4493,15 @@
|
|
|
3755
4493
|
"requires": {}
|
|
3756
4494
|
}
|
|
3757
4495
|
},
|
|
3758
|
-
{
|
|
3759
|
-
"name": "nuxtlabs-ui",
|
|
3760
|
-
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3761
|
-
"repo": "nuxtlabs/ui",
|
|
3762
|
-
"npm": "@nuxthq/ui",
|
|
3763
|
-
"icon": "nuxtlabs-ui.svg",
|
|
3764
|
-
"github": "https://github.com/nuxtlabs/ui",
|
|
3765
|
-
"website": "https://ui.nuxtlabs.com",
|
|
3766
|
-
"learn_more": "https://ui.nuxtlabs.com",
|
|
3767
|
-
"category": "UI",
|
|
3768
|
-
"type": "3rd-party",
|
|
3769
|
-
"maintainers": [
|
|
3770
|
-
{
|
|
3771
|
-
"name": "Benjamin Canac",
|
|
3772
|
-
"github": "benjamincanac",
|
|
3773
|
-
"twitter": "benjamincanac"
|
|
3774
|
-
}
|
|
3775
|
-
],
|
|
3776
|
-
"compatibility": {
|
|
3777
|
-
"nuxt": "^3.0.0",
|
|
3778
|
-
"requires": {}
|
|
3779
|
-
}
|
|
3780
|
-
},
|
|
3781
4496
|
{
|
|
3782
4497
|
"name": "og-image",
|
|
3783
|
-
"description": "
|
|
4498
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3784
4499
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3785
4500
|
"npm": "nuxt-og-image",
|
|
3786
|
-
"icon": "",
|
|
4501
|
+
"icon": "og-image.svg",
|
|
3787
4502
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3788
|
-
"website": "https://
|
|
3789
|
-
"learn_more": "",
|
|
4503
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4504
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3790
4505
|
"category": "SEO",
|
|
3791
4506
|
"type": "3rd-party",
|
|
3792
4507
|
"maintainers": [
|
|
@@ -3799,7 +4514,8 @@
|
|
|
3799
4514
|
],
|
|
3800
4515
|
"compatibility": {
|
|
3801
4516
|
"nuxt": "^3.0.0",
|
|
3802
|
-
"requires": {}
|
|
4517
|
+
"requires": {},
|
|
4518
|
+
"devtools": "^0.0.0"
|
|
3803
4519
|
}
|
|
3804
4520
|
},
|
|
3805
4521
|
{
|
|
@@ -3827,7 +4543,7 @@
|
|
|
3827
4543
|
},
|
|
3828
4544
|
{
|
|
3829
4545
|
"name": "optimized-images",
|
|
3830
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4546
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3831
4547
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3832
4548
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3833
4549
|
"icon": "",
|
|
@@ -3872,7 +4588,7 @@
|
|
|
3872
4588
|
},
|
|
3873
4589
|
{
|
|
3874
4590
|
"name": "parse",
|
|
3875
|
-
"description": "Parse package for Nuxt
|
|
4591
|
+
"description": "Parse package for Nuxt",
|
|
3876
4592
|
"repo": "cierrateam/nuxt-parse",
|
|
3877
4593
|
"npm": "nuxt-parse",
|
|
3878
4594
|
"icon": "",
|
|
@@ -3892,6 +4608,29 @@
|
|
|
3892
4608
|
"requires": {}
|
|
3893
4609
|
}
|
|
3894
4610
|
},
|
|
4611
|
+
{
|
|
4612
|
+
"name": "particles",
|
|
4613
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4614
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4615
|
+
"npm": "nuxt-particles",
|
|
4616
|
+
"icon": "",
|
|
4617
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4618
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4619
|
+
"learn_more": "https://particles.js.org/",
|
|
4620
|
+
"category": "Libraries",
|
|
4621
|
+
"type": "3rd-party",
|
|
4622
|
+
"maintainers": [
|
|
4623
|
+
{
|
|
4624
|
+
"name": "Joey Pereira",
|
|
4625
|
+
"github": "Joepocalyptic",
|
|
4626
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4627
|
+
}
|
|
4628
|
+
],
|
|
4629
|
+
"compatibility": {
|
|
4630
|
+
"nuxt": "^3.0.0",
|
|
4631
|
+
"requires": {}
|
|
4632
|
+
}
|
|
4633
|
+
},
|
|
3895
4634
|
{
|
|
3896
4635
|
"name": "partytown",
|
|
3897
4636
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3917,6 +4656,28 @@
|
|
|
3917
4656
|
}
|
|
3918
4657
|
}
|
|
3919
4658
|
},
|
|
4659
|
+
{
|
|
4660
|
+
"name": "paypal",
|
|
4661
|
+
"description": "A Nuxt module for simplifying the use of Paypal in your project.",
|
|
4662
|
+
"repo": "arashsheyda/nuxt-paypal",
|
|
4663
|
+
"npm": "nuxt-paypal",
|
|
4664
|
+
"icon": "paypal.svg",
|
|
4665
|
+
"github": "https://github.com/arashsheyda/nuxt-paypal",
|
|
4666
|
+
"website": "https://github.com/arashsheyda/nuxt-paypal#readme",
|
|
4667
|
+
"learn_more": "https://developer.paypal.com/sdk/js/reference/",
|
|
4668
|
+
"category": "Payment",
|
|
4669
|
+
"type": "3rd-party",
|
|
4670
|
+
"maintainers": [
|
|
4671
|
+
{
|
|
4672
|
+
"name": "Arash Sheyda",
|
|
4673
|
+
"github": "arashsheyda"
|
|
4674
|
+
}
|
|
4675
|
+
],
|
|
4676
|
+
"compatibility": {
|
|
4677
|
+
"nuxt": "^3.0.0",
|
|
4678
|
+
"requires": {}
|
|
4679
|
+
}
|
|
4680
|
+
},
|
|
3920
4681
|
{
|
|
3921
4682
|
"name": "pdfeasy",
|
|
3922
4683
|
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
@@ -4038,7 +4799,7 @@
|
|
|
4038
4799
|
},
|
|
4039
4800
|
{
|
|
4040
4801
|
"name": "plausible",
|
|
4041
|
-
"description": "Nuxt
|
|
4802
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
4042
4803
|
"repo": "nuxt-modules/plausible",
|
|
4043
4804
|
"npm": "@nuxtjs/plausible",
|
|
4044
4805
|
"icon": "",
|
|
@@ -4080,9 +4841,56 @@
|
|
|
4080
4841
|
"requires": {}
|
|
4081
4842
|
}
|
|
4082
4843
|
},
|
|
4844
|
+
{
|
|
4845
|
+
"name": "prepare",
|
|
4846
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4847
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4848
|
+
"npm": "nuxt-prepare",
|
|
4849
|
+
"icon": "prepare.svg",
|
|
4850
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4851
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4852
|
+
"learn_more": "",
|
|
4853
|
+
"category": "Devtools",
|
|
4854
|
+
"type": "3rd-party",
|
|
4855
|
+
"maintainers": [
|
|
4856
|
+
{
|
|
4857
|
+
"name": "Johann Schopplich",
|
|
4858
|
+
"github": "johannschopplich",
|
|
4859
|
+
"twitter": "jschopplich",
|
|
4860
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4861
|
+
}
|
|
4862
|
+
],
|
|
4863
|
+
"compatibility": {
|
|
4864
|
+
"nuxt": "^3.0.0",
|
|
4865
|
+
"requires": {}
|
|
4866
|
+
}
|
|
4867
|
+
},
|
|
4868
|
+
{
|
|
4869
|
+
"name": "primevue",
|
|
4870
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4871
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4872
|
+
"npm": "nuxt-primevue",
|
|
4873
|
+
"icon": "primevue.svg",
|
|
4874
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4875
|
+
"website": "https://primevue.org/",
|
|
4876
|
+
"learn_more": "https://primevue.org/",
|
|
4877
|
+
"category": "UI",
|
|
4878
|
+
"type": "3rd-party",
|
|
4879
|
+
"maintainers": [
|
|
4880
|
+
{
|
|
4881
|
+
"name": "primefaces",
|
|
4882
|
+
"github": "primefaces",
|
|
4883
|
+
"twitter": "primevue"
|
|
4884
|
+
}
|
|
4885
|
+
],
|
|
4886
|
+
"compatibility": {
|
|
4887
|
+
"nuxt": "^3.0.0",
|
|
4888
|
+
"requires": {}
|
|
4889
|
+
}
|
|
4890
|
+
},
|
|
4083
4891
|
{
|
|
4084
4892
|
"name": "prismic",
|
|
4085
|
-
"description": "Easily connect your Nuxt
|
|
4893
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
4086
4894
|
"repo": "nuxt-modules/prismic",
|
|
4087
4895
|
"npm": "@nuxtjs/prismic",
|
|
4088
4896
|
"icon": "prismic.png",
|
|
@@ -4149,7 +4957,7 @@
|
|
|
4149
4957
|
},
|
|
4150
4958
|
{
|
|
4151
4959
|
"name": "proxy",
|
|
4152
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4960
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
4153
4961
|
"repo": "nuxt-community/proxy-module",
|
|
4154
4962
|
"npm": "@nuxtjs/proxy",
|
|
4155
4963
|
"icon": "",
|
|
@@ -4195,7 +5003,7 @@
|
|
|
4195
5003
|
},
|
|
4196
5004
|
{
|
|
4197
5005
|
"name": "purgecss",
|
|
4198
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
5006
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
4199
5007
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
4200
5008
|
"npm": "nuxt-purgecss",
|
|
4201
5009
|
"icon": "purgecss.png",
|
|
@@ -4217,7 +5025,7 @@
|
|
|
4217
5025
|
},
|
|
4218
5026
|
{
|
|
4219
5027
|
"name": "pwa",
|
|
4220
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
5028
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4221
5029
|
"repo": "nuxt-community/pwa-module",
|
|
4222
5030
|
"npm": "@nuxtjs/pwa",
|
|
4223
5031
|
"icon": "pwa.png",
|
|
@@ -4242,7 +5050,7 @@
|
|
|
4242
5050
|
},
|
|
4243
5051
|
{
|
|
4244
5052
|
"name": "python",
|
|
4245
|
-
"description": "Write Nuxt
|
|
5053
|
+
"description": "Write Nuxt applications using Python",
|
|
4246
5054
|
"repo": "nuxt-community/python-module",
|
|
4247
5055
|
"npm": "@nuxtjs/python",
|
|
4248
5056
|
"icon": "python.png",
|
|
@@ -4279,6 +5087,64 @@
|
|
|
4279
5087
|
"github": "Maiquu"
|
|
4280
5088
|
}
|
|
4281
5089
|
],
|
|
5090
|
+
"compatibility": {
|
|
5091
|
+
"nuxt": "^3.0.0",
|
|
5092
|
+
"requires": {},
|
|
5093
|
+
"devtools": "^0.0.0"
|
|
5094
|
+
}
|
|
5095
|
+
},
|
|
5096
|
+
{
|
|
5097
|
+
"name": "radash",
|
|
5098
|
+
"description": "radash module with auto-import and custom prefix",
|
|
5099
|
+
"repo": "bbg/nuxt-radash",
|
|
5100
|
+
"npm": "nuxt-radash",
|
|
5101
|
+
"icon": "radash.png",
|
|
5102
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
5103
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
5104
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
5105
|
+
"category": "Libraries",
|
|
5106
|
+
"type": "3rd-party",
|
|
5107
|
+
"maintainers": [
|
|
5108
|
+
{
|
|
5109
|
+
"name": "Batuhan Göksu",
|
|
5110
|
+
"github": "bbg"
|
|
5111
|
+
}
|
|
5112
|
+
],
|
|
5113
|
+
"compatibility": {
|
|
5114
|
+
"nuxt": "^3.0.0",
|
|
5115
|
+
"requires": {}
|
|
5116
|
+
}
|
|
5117
|
+
},
|
|
5118
|
+
{
|
|
5119
|
+
"name": "radix-vue",
|
|
5120
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
5121
|
+
"repo": "radix-vue/radix-vue",
|
|
5122
|
+
"npm": "radix-vue",
|
|
5123
|
+
"icon": "radix-vue.svg",
|
|
5124
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
5125
|
+
"website": "https://www.radix-vue.com/",
|
|
5126
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
5127
|
+
"category": "UI",
|
|
5128
|
+
"type": "3rd-party",
|
|
5129
|
+
"maintainers": [
|
|
5130
|
+
{
|
|
5131
|
+
"name": "Zernonia",
|
|
5132
|
+
"github": "zernonia",
|
|
5133
|
+
"twitter": "zernonia"
|
|
5134
|
+
},
|
|
5135
|
+
{
|
|
5136
|
+
"name": "Khairul Haaziq",
|
|
5137
|
+
"github": "khairulhaaziq"
|
|
5138
|
+
},
|
|
5139
|
+
{
|
|
5140
|
+
"name": "Mujahid Anuar",
|
|
5141
|
+
"github": "mujahidfa"
|
|
5142
|
+
},
|
|
5143
|
+
{
|
|
5144
|
+
"name": "Max",
|
|
5145
|
+
"github": "onmax"
|
|
5146
|
+
}
|
|
5147
|
+
],
|
|
4282
5148
|
"compatibility": {
|
|
4283
5149
|
"nuxt": "^3.0.0",
|
|
4284
5150
|
"requires": {}
|
|
@@ -4286,7 +5152,7 @@
|
|
|
4286
5152
|
},
|
|
4287
5153
|
{
|
|
4288
5154
|
"name": "recaptcha",
|
|
4289
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
5155
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4290
5156
|
"repo": "nuxt-community/recaptcha-module",
|
|
4291
5157
|
"npm": "@nuxtjs/recaptcha",
|
|
4292
5158
|
"icon": "recaptcha.png",
|
|
@@ -4329,9 +5195,32 @@
|
|
|
4329
5195
|
"requires": {}
|
|
4330
5196
|
}
|
|
4331
5197
|
},
|
|
5198
|
+
{
|
|
5199
|
+
"name": "resend",
|
|
5200
|
+
"description": "Resend integration for Nuxt",
|
|
5201
|
+
"repo": "nhedger/nuxt-resend",
|
|
5202
|
+
"npm": "nuxt-resend",
|
|
5203
|
+
"icon": "resend.svg",
|
|
5204
|
+
"github": "https://github.com/nhedger/nuxt-resend",
|
|
5205
|
+
"website": "https://github.com/nhedger/nuxt-resend",
|
|
5206
|
+
"learn_more": "https://resend.com",
|
|
5207
|
+
"category": "Extensions",
|
|
5208
|
+
"type": "3rd-party",
|
|
5209
|
+
"maintainers": [
|
|
5210
|
+
{
|
|
5211
|
+
"name": "Nicolas Hedger",
|
|
5212
|
+
"github": "nhedger",
|
|
5213
|
+
"twitter": "nicolashedger"
|
|
5214
|
+
}
|
|
5215
|
+
],
|
|
5216
|
+
"compatibility": {
|
|
5217
|
+
"nuxt": "^3.0.0",
|
|
5218
|
+
"requires": {}
|
|
5219
|
+
}
|
|
5220
|
+
},
|
|
4332
5221
|
{
|
|
4333
5222
|
"name": "rfg-icon",
|
|
4334
|
-
"description": "Nuxt
|
|
5223
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4335
5224
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4336
5225
|
"npm": "nuxt-rfg-icon",
|
|
4337
5226
|
"icon": "real-favicon-generator.png",
|
|
@@ -4353,12 +5242,12 @@
|
|
|
4353
5242
|
},
|
|
4354
5243
|
{
|
|
4355
5244
|
"name": "robots",
|
|
4356
|
-
"description": "A Nuxt
|
|
4357
|
-
"repo": "nuxt-
|
|
5245
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
5246
|
+
"repo": "nuxt-modules/robots",
|
|
4358
5247
|
"npm": "@nuxtjs/robots",
|
|
4359
5248
|
"icon": "robots.png",
|
|
4360
|
-
"github": "https://github.com/nuxt-
|
|
4361
|
-
"website": "https://github.com/nuxt-
|
|
5249
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
5250
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4362
5251
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4363
5252
|
"category": "SEO",
|
|
4364
5253
|
"type": "community",
|
|
@@ -4377,23 +5266,23 @@
|
|
|
4377
5266
|
},
|
|
4378
5267
|
{
|
|
4379
5268
|
"name": "rollbar",
|
|
4380
|
-
"description": "
|
|
4381
|
-
"repo": "
|
|
4382
|
-
"npm": "nuxt-rollbar
|
|
5269
|
+
"description": "Nuxt 3 module to integrate Rollbar.",
|
|
5270
|
+
"repo": "jairoblatt/nuxt-rollbar",
|
|
5271
|
+
"npm": "nuxt-rollbar",
|
|
4383
5272
|
"icon": "rollbar.png",
|
|
4384
|
-
"github": "https://github.com/
|
|
4385
|
-
"website": "https://github.com/
|
|
5273
|
+
"github": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
5274
|
+
"website": "https://github.com/jairoblatt/nuxt-rollbar",
|
|
4386
5275
|
"learn_more": "https://docs.rollbar.com/docs/javascript",
|
|
4387
5276
|
"category": "Monitoring",
|
|
4388
5277
|
"type": "3rd-party",
|
|
4389
5278
|
"maintainers": [
|
|
4390
5279
|
{
|
|
4391
|
-
"name": "
|
|
4392
|
-
"github": "
|
|
5280
|
+
"name": "Jairo Blatt",
|
|
5281
|
+
"github": "jairoblatt"
|
|
4393
5282
|
}
|
|
4394
5283
|
],
|
|
4395
5284
|
"compatibility": {
|
|
4396
|
-
"nuxt": "^
|
|
5285
|
+
"nuxt": "^3.0.0",
|
|
4397
5286
|
"requires": {}
|
|
4398
5287
|
}
|
|
4399
5288
|
},
|
|
@@ -4422,7 +5311,7 @@
|
|
|
4422
5311
|
},
|
|
4423
5312
|
{
|
|
4424
5313
|
"name": "router",
|
|
4425
|
-
"description": "Nuxt
|
|
5314
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4426
5315
|
"repo": "nuxt-community/router-module",
|
|
4427
5316
|
"npm": "@nuxtjs/router",
|
|
4428
5317
|
"icon": "vue.png",
|
|
@@ -4470,13 +5359,13 @@
|
|
|
4470
5359
|
},
|
|
4471
5360
|
{
|
|
4472
5361
|
"name": "schema-org",
|
|
4473
|
-
"description": "Schema.org for Nuxt
|
|
4474
|
-
"repo": "
|
|
5362
|
+
"description": "Schema.org for Nuxt.",
|
|
5363
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4475
5364
|
"npm": "nuxt-schema-org",
|
|
4476
5365
|
"icon": "schema-org.svg",
|
|
4477
|
-
"github": "https://github.com/
|
|
4478
|
-
"website": "https://
|
|
4479
|
-
"learn_more": "https://
|
|
5366
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
5367
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
5368
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4480
5369
|
"category": "SEO",
|
|
4481
5370
|
"type": "3rd-party",
|
|
4482
5371
|
"maintainers": [
|
|
@@ -4539,7 +5428,7 @@
|
|
|
4539
5428
|
},
|
|
4540
5429
|
{
|
|
4541
5430
|
"name": "segment",
|
|
4542
|
-
"description": "Nuxt
|
|
5431
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4543
5432
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4544
5433
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4545
5434
|
"icon": "segment.png",
|
|
@@ -4561,10 +5450,10 @@
|
|
|
4561
5450
|
},
|
|
4562
5451
|
{
|
|
4563
5452
|
"name": "sentry",
|
|
4564
|
-
"description": "Sentry module for Nuxt
|
|
5453
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4565
5454
|
"repo": "nuxt-community/sentry-module",
|
|
4566
5455
|
"npm": "@nuxtjs/sentry",
|
|
4567
|
-
"icon": "sentry.
|
|
5456
|
+
"icon": "sentry.svg",
|
|
4568
5457
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4569
5458
|
"website": "https://sentry.nuxtjs.org/",
|
|
4570
5459
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4581,14 +5470,38 @@
|
|
|
4581
5470
|
"requires": {}
|
|
4582
5471
|
}
|
|
4583
5472
|
},
|
|
5473
|
+
{
|
|
5474
|
+
"name": "seo-experiments",
|
|
5475
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5476
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5477
|
+
"npm": "nuxt-seo-experiments",
|
|
5478
|
+
"icon": "seo-experiments.svg",
|
|
5479
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5480
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5481
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5482
|
+
"category": "SEO",
|
|
5483
|
+
"type": "3rd-party",
|
|
5484
|
+
"maintainers": [
|
|
5485
|
+
{
|
|
5486
|
+
"name": "Harlan Wilton",
|
|
5487
|
+
"github": "harlan-zw",
|
|
5488
|
+
"twitter": "harlan_zw",
|
|
5489
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5490
|
+
}
|
|
5491
|
+
],
|
|
5492
|
+
"compatibility": {
|
|
5493
|
+
"nuxt": "^3.0.0",
|
|
5494
|
+
"requires": {}
|
|
5495
|
+
}
|
|
5496
|
+
},
|
|
4584
5497
|
{
|
|
4585
5498
|
"name": "seo-kit",
|
|
4586
|
-
"description": "
|
|
5499
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4587
5500
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4588
5501
|
"npm": "nuxt-seo-kit",
|
|
4589
5502
|
"icon": "seo-kit.svg",
|
|
4590
5503
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4591
|
-
"website": "https://
|
|
5504
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4592
5505
|
"learn_more": "",
|
|
4593
5506
|
"category": "SEO",
|
|
4594
5507
|
"type": "3rd-party",
|
|
@@ -4628,7 +5541,7 @@
|
|
|
4628
5541
|
},
|
|
4629
5542
|
{
|
|
4630
5543
|
"name": "seomatic-meta",
|
|
4631
|
-
"description": "A Nuxt
|
|
5544
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4632
5545
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4633
5546
|
"npm": "nuxt-seomatic-meta",
|
|
4634
5547
|
"icon": "seomatic.png",
|
|
@@ -4671,6 +5584,29 @@
|
|
|
4671
5584
|
"requires": {}
|
|
4672
5585
|
}
|
|
4673
5586
|
},
|
|
5587
|
+
{
|
|
5588
|
+
"name": "server-block",
|
|
5589
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5590
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
5591
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5592
|
+
"icon": "server-block.svg",
|
|
5593
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5594
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5595
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5596
|
+
"category": "Extensions",
|
|
5597
|
+
"type": "3rd-party",
|
|
5598
|
+
"maintainers": [
|
|
5599
|
+
{
|
|
5600
|
+
"name": "Hebilicious",
|
|
5601
|
+
"github": "Hebilicious",
|
|
5602
|
+
"twitter": "its_hebilicious"
|
|
5603
|
+
}
|
|
5604
|
+
],
|
|
5605
|
+
"compatibility": {
|
|
5606
|
+
"nuxt": "^3.0.0",
|
|
5607
|
+
"requires": {}
|
|
5608
|
+
}
|
|
5609
|
+
},
|
|
4674
5610
|
{
|
|
4675
5611
|
"name": "session",
|
|
4676
5612
|
"description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
|
|
@@ -4696,7 +5632,7 @@
|
|
|
4696
5632
|
},
|
|
4697
5633
|
{
|
|
4698
5634
|
"name": "shopify",
|
|
4699
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5635
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4700
5636
|
"repo": "Gomah/nuxt-shopify",
|
|
4701
5637
|
"npm": "nuxt-shopify",
|
|
4702
5638
|
"icon": "shopify.png",
|
|
@@ -4717,7 +5653,7 @@
|
|
|
4717
5653
|
}
|
|
4718
5654
|
},
|
|
4719
5655
|
{
|
|
4720
|
-
"name": "
|
|
5656
|
+
"name": "sidebase-auth",
|
|
4721
5657
|
"description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
|
|
4722
5658
|
"repo": "sidebase/nuxt-auth",
|
|
4723
5659
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -4763,13 +5699,13 @@
|
|
|
4763
5699
|
},
|
|
4764
5700
|
{
|
|
4765
5701
|
"name": "simple-robots",
|
|
4766
|
-
"description": "
|
|
5702
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4767
5703
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4768
5704
|
"npm": "nuxt-simple-robots",
|
|
4769
|
-
"icon": "",
|
|
5705
|
+
"icon": "simple-robots.svg",
|
|
4770
5706
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4771
|
-
"website": "https://
|
|
4772
|
-
"learn_more": "",
|
|
5707
|
+
"website": "https://nuxtseo.com/robots",
|
|
5708
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4773
5709
|
"category": "SEO",
|
|
4774
5710
|
"type": "3rd-party",
|
|
4775
5711
|
"maintainers": [
|
|
@@ -4787,13 +5723,13 @@
|
|
|
4787
5723
|
},
|
|
4788
5724
|
{
|
|
4789
5725
|
"name": "simple-sitemap",
|
|
4790
|
-
"description": "
|
|
5726
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4791
5727
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4792
5728
|
"npm": "nuxt-simple-sitemap",
|
|
4793
|
-
"icon": "",
|
|
5729
|
+
"icon": "simple-sitemap.svg",
|
|
4794
5730
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4795
|
-
"website": "https://
|
|
4796
|
-
"learn_more": "",
|
|
5731
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5732
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4797
5733
|
"category": "SEO",
|
|
4798
5734
|
"type": "3rd-party",
|
|
4799
5735
|
"maintainers": [
|
|
@@ -4811,7 +5747,7 @@
|
|
|
4811
5747
|
},
|
|
4812
5748
|
{
|
|
4813
5749
|
"name": "sitemap",
|
|
4814
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5750
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
4815
5751
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
4816
5752
|
"npm": "@nuxtjs/sitemap",
|
|
4817
5753
|
"icon": "",
|
|
@@ -4856,7 +5792,7 @@
|
|
|
4856
5792
|
},
|
|
4857
5793
|
{
|
|
4858
5794
|
"name": "snipcart",
|
|
4859
|
-
"description": "Snipcart integration module for Nuxt
|
|
5795
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4860
5796
|
"repo": "nuxt-modules/snipcart",
|
|
4861
5797
|
"npm": "@nuxtjs/snipcart",
|
|
4862
5798
|
"icon": "snipcart.png",
|
|
@@ -4879,7 +5815,7 @@
|
|
|
4879
5815
|
},
|
|
4880
5816
|
{
|
|
4881
5817
|
"name": "social-meta",
|
|
4882
|
-
"description": "Nuxt
|
|
5818
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4883
5819
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4884
5820
|
"npm": "nuxt-social-meta",
|
|
4885
5821
|
"icon": "",
|
|
@@ -5001,7 +5937,7 @@
|
|
|
5001
5937
|
},
|
|
5002
5938
|
{
|
|
5003
5939
|
"name": "storage",
|
|
5004
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5940
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
5005
5941
|
"repo": "mazipan/nuxt-storage",
|
|
5006
5942
|
"npm": "nuxt-storage",
|
|
5007
5943
|
"icon": "",
|
|
@@ -5023,7 +5959,7 @@
|
|
|
5023
5959
|
},
|
|
5024
5960
|
{
|
|
5025
5961
|
"name": "storefront-ui",
|
|
5026
|
-
"description": "Storefront UI Module for Nuxt
|
|
5962
|
+
"description": "Storefront UI Module for Nuxt",
|
|
5027
5963
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
5028
5964
|
"npm": "@storefront-ui/nuxt",
|
|
5029
5965
|
"icon": "storefront-ui.svg",
|
|
@@ -5067,7 +6003,7 @@
|
|
|
5067
6003
|
},
|
|
5068
6004
|
{
|
|
5069
6005
|
"name": "storyblok",
|
|
5070
|
-
"description": "Storyblok Nuxt
|
|
6006
|
+
"description": "Storyblok Nuxt module",
|
|
5071
6007
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
5072
6008
|
"npm": "@storyblok/nuxt",
|
|
5073
6009
|
"icon": "storyblok.png",
|
|
@@ -5084,46 +6020,43 @@
|
|
|
5084
6020
|
],
|
|
5085
6021
|
"compatibility": {
|
|
5086
6022
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5087
|
-
"requires": {}
|
|
6023
|
+
"requires": {},
|
|
6024
|
+
"devtools": "^0.0.0"
|
|
5088
6025
|
}
|
|
5089
6026
|
},
|
|
5090
6027
|
{
|
|
5091
6028
|
"name": "storybook",
|
|
5092
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5093
|
-
"repo": "nuxt-
|
|
6029
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
6030
|
+
"repo": "nuxt-modules/storybook",
|
|
5094
6031
|
"npm": "@nuxtjs/storybook",
|
|
5095
6032
|
"icon": "storybook.png",
|
|
5096
|
-
"github": "https://github.com/nuxt-
|
|
6033
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5097
6034
|
"website": "https://storybook.nuxtjs.org",
|
|
5098
|
-
"learn_more": "https://
|
|
6035
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5099
6036
|
"category": "Devtools",
|
|
5100
6037
|
"type": "community",
|
|
5101
6038
|
"maintainers": [
|
|
5102
6039
|
{
|
|
5103
|
-
"name": "
|
|
5104
|
-
"github": "
|
|
5105
|
-
"twitter": "
|
|
5106
|
-
},
|
|
5107
|
-
{
|
|
5108
|
-
"name": "Pooya Parsa",
|
|
5109
|
-
"github": "pi0",
|
|
5110
|
-
"twitter": "_pi0_"
|
|
6040
|
+
"name": "Chakir QATAB",
|
|
6041
|
+
"github": "chakAs3",
|
|
6042
|
+
"twitter": "ChakirQatab"
|
|
5111
6043
|
}
|
|
5112
6044
|
],
|
|
5113
6045
|
"compatibility": {
|
|
5114
|
-
"nuxt": "^2.0.0",
|
|
6046
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5115
6047
|
"requires": {
|
|
5116
6048
|
"bridge": "optional"
|
|
5117
|
-
}
|
|
6049
|
+
},
|
|
6050
|
+
"devtools": "^0.7.2"
|
|
5118
6051
|
}
|
|
5119
6052
|
},
|
|
5120
6053
|
{
|
|
5121
6054
|
"name": "strapi",
|
|
5122
6055
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
5123
|
-
"repo": "nuxt-
|
|
6056
|
+
"repo": "nuxt-modules/strapi",
|
|
5124
6057
|
"npm": "@nuxtjs/strapi",
|
|
5125
6058
|
"icon": "strapi.png",
|
|
5126
|
-
"github": "https://github.com/nuxt-
|
|
6059
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
5127
6060
|
"website": "https://strapi.nuxtjs.org",
|
|
5128
6061
|
"learn_more": "https://strapi.io/",
|
|
5129
6062
|
"category": "CMS",
|
|
@@ -5144,7 +6077,34 @@
|
|
|
5144
6077
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5145
6078
|
"requires": {
|
|
5146
6079
|
"bridge": true
|
|
6080
|
+
},
|
|
6081
|
+
"devtools": "^0.0.0"
|
|
6082
|
+
}
|
|
6083
|
+
},
|
|
6084
|
+
{
|
|
6085
|
+
"name": "stripe-next",
|
|
6086
|
+
"description": "This Nuxt module provides an easy way to integrate Stripe in your Nuxt application, both on the client-side and server-side. It utilizes the official stripe package for server-side usage and @stripe/stripe-js for the client-side.",
|
|
6087
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
6088
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
6089
|
+
"icon": "stripe.png",
|
|
6090
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6091
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
6092
|
+
"learn_more": "https://stripe.com/docs",
|
|
6093
|
+
"category": "Payment",
|
|
6094
|
+
"type": "3rd-party",
|
|
6095
|
+
"maintainers": [
|
|
6096
|
+
{
|
|
6097
|
+
"name": "Loic Fuentes",
|
|
6098
|
+
"github": "fuentesloic"
|
|
6099
|
+
},
|
|
6100
|
+
{
|
|
6101
|
+
"name": "Florent Giraud",
|
|
6102
|
+
"github": "flozero"
|
|
5147
6103
|
}
|
|
6104
|
+
],
|
|
6105
|
+
"compatibility": {
|
|
6106
|
+
"nuxt": "^3.0.0",
|
|
6107
|
+
"requires": {}
|
|
5148
6108
|
}
|
|
5149
6109
|
},
|
|
5150
6110
|
{
|
|
@@ -5169,6 +6129,36 @@
|
|
|
5169
6129
|
"requires": {}
|
|
5170
6130
|
}
|
|
5171
6131
|
},
|
|
6132
|
+
{
|
|
6133
|
+
"name": "studio",
|
|
6134
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
6135
|
+
"repo": "nuxtlabs/studio-module",
|
|
6136
|
+
"npm": "@nuxthq/studio",
|
|
6137
|
+
"icon": "studio.svg",
|
|
6138
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
6139
|
+
"website": "https://nuxt.studio",
|
|
6140
|
+
"learn_more": "https://nuxt.studio",
|
|
6141
|
+
"category": "CMS",
|
|
6142
|
+
"type": "3rd-party",
|
|
6143
|
+
"maintainers": [
|
|
6144
|
+
{
|
|
6145
|
+
"name": "Ahad Birang",
|
|
6146
|
+
"github": "farnabaz",
|
|
6147
|
+
"twitter": "a_birang"
|
|
6148
|
+
},
|
|
6149
|
+
{
|
|
6150
|
+
"name": "Sébastien Chopin",
|
|
6151
|
+
"github": "Atinux",
|
|
6152
|
+
"twitter": "Atinux"
|
|
6153
|
+
}
|
|
6154
|
+
],
|
|
6155
|
+
"compatibility": {
|
|
6156
|
+
"nuxt": "^3.0.0",
|
|
6157
|
+
"requires": {
|
|
6158
|
+
"content": true
|
|
6159
|
+
}
|
|
6160
|
+
}
|
|
6161
|
+
},
|
|
5172
6162
|
{
|
|
5173
6163
|
"name": "style-resources",
|
|
5174
6164
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5194,7 +6184,7 @@
|
|
|
5194
6184
|
},
|
|
5195
6185
|
{
|
|
5196
6186
|
"name": "stylelint",
|
|
5197
|
-
"description": "Stylelint module for Nuxt.
|
|
6187
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
5198
6188
|
"repo": "nuxt-community/stylelint-module",
|
|
5199
6189
|
"npm": "@nuxtjs/stylelint-module",
|
|
5200
6190
|
"icon": "stylelint.png",
|
|
@@ -5240,10 +6230,10 @@
|
|
|
5240
6230
|
{
|
|
5241
6231
|
"name": "supabase",
|
|
5242
6232
|
"description": "First class integration with Supabase",
|
|
5243
|
-
"repo": "nuxt-
|
|
6233
|
+
"repo": "nuxt-modules/supabase",
|
|
5244
6234
|
"npm": "@nuxtjs/supabase",
|
|
5245
6235
|
"icon": "supabase.png",
|
|
5246
|
-
"github": "https://github.com/nuxt-
|
|
6236
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5247
6237
|
"website": "https://supabase.nuxtjs.org",
|
|
5248
6238
|
"learn_more": "https://supabase.com",
|
|
5249
6239
|
"category": "Database",
|
|
@@ -5294,12 +6284,12 @@
|
|
|
5294
6284
|
},
|
|
5295
6285
|
{
|
|
5296
6286
|
"name": "svg-sprite",
|
|
5297
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5298
|
-
"repo": "nuxt-
|
|
6287
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
6288
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5299
6289
|
"npm": "@nuxtjs/svg-sprite",
|
|
5300
6290
|
"icon": "",
|
|
5301
|
-
"github": "https://github.com/nuxt-
|
|
5302
|
-
"website": "https://github.com/nuxt-
|
|
6291
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
6292
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5303
6293
|
"learn_more": "",
|
|
5304
6294
|
"category": "UI",
|
|
5305
6295
|
"type": "community",
|
|
@@ -5311,13 +6301,13 @@
|
|
|
5311
6301
|
}
|
|
5312
6302
|
],
|
|
5313
6303
|
"compatibility": {
|
|
5314
|
-
"nuxt": "^2.0.0",
|
|
6304
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5315
6305
|
"requires": {}
|
|
5316
6306
|
}
|
|
5317
6307
|
},
|
|
5318
6308
|
{
|
|
5319
6309
|
"name": "svg",
|
|
5320
|
-
"description": "Super simple svg loading module for Nuxt
|
|
6310
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5321
6311
|
"repo": "nuxt-community/svg-module",
|
|
5322
6312
|
"npm": "@nuxtjs/svg",
|
|
5323
6313
|
"icon": "",
|
|
@@ -5361,7 +6351,7 @@
|
|
|
5361
6351
|
},
|
|
5362
6352
|
{
|
|
5363
6353
|
"name": "swiper",
|
|
5364
|
-
"description": "Nuxt
|
|
6354
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5365
6355
|
"repo": "cpreston321/nuxt-swiper",
|
|
5366
6356
|
"npm": "nuxt-swiper",
|
|
5367
6357
|
"icon": "swiper.svg",
|
|
@@ -5407,10 +6397,10 @@
|
|
|
5407
6397
|
{
|
|
5408
6398
|
"name": "tailwindcss",
|
|
5409
6399
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5410
|
-
"repo": "nuxt-
|
|
6400
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5411
6401
|
"npm": "@nuxtjs/tailwindcss",
|
|
5412
6402
|
"icon": "tailwindcss.png",
|
|
5413
|
-
"github": "https://github.com/nuxt-
|
|
6403
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5414
6404
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5415
6405
|
"learn_more": "https://tailwindcss.com/",
|
|
5416
6406
|
"category": "UI",
|
|
@@ -5420,11 +6410,16 @@
|
|
|
5420
6410
|
"name": "Sébastien Chopin",
|
|
5421
6411
|
"github": "Atinux",
|
|
5422
6412
|
"twitter": "Atinux"
|
|
6413
|
+
},
|
|
6414
|
+
{
|
|
6415
|
+
"name": "Inesh Bose",
|
|
6416
|
+
"github": "ineshbose"
|
|
5423
6417
|
}
|
|
5424
6418
|
],
|
|
5425
6419
|
"compatibility": {
|
|
5426
6420
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5427
|
-
"requires": {}
|
|
6421
|
+
"requires": {},
|
|
6422
|
+
"devtools": "^0.0.0"
|
|
5428
6423
|
}
|
|
5429
6424
|
},
|
|
5430
6425
|
{
|
|
@@ -5450,9 +6445,53 @@
|
|
|
5450
6445
|
"requires": {}
|
|
5451
6446
|
}
|
|
5452
6447
|
},
|
|
6448
|
+
{
|
|
6449
|
+
"name": "time",
|
|
6450
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
6451
|
+
"repo": "danielroe/nuxt-time",
|
|
6452
|
+
"npm": "nuxt-time",
|
|
6453
|
+
"icon": "",
|
|
6454
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
6455
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
6456
|
+
"learn_more": "",
|
|
6457
|
+
"category": "Extensions",
|
|
6458
|
+
"type": "3rd-party",
|
|
6459
|
+
"maintainers": [
|
|
6460
|
+
{
|
|
6461
|
+
"name": "danielroe",
|
|
6462
|
+
"github": "danielroe"
|
|
6463
|
+
}
|
|
6464
|
+
],
|
|
6465
|
+
"compatibility": {
|
|
6466
|
+
"nuxt": "^3.0.0",
|
|
6467
|
+
"requires": {}
|
|
6468
|
+
}
|
|
6469
|
+
},
|
|
6470
|
+
{
|
|
6471
|
+
"name": "tiptap",
|
|
6472
|
+
"description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
|
|
6473
|
+
"repo": "modbender/nuxt-tiptap-editor",
|
|
6474
|
+
"npm": "nuxt-tiptap-editor",
|
|
6475
|
+
"icon": "tiptap.png",
|
|
6476
|
+
"github": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6477
|
+
"website": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6478
|
+
"learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
|
|
6479
|
+
"category": "Libraries",
|
|
6480
|
+
"type": "3rd-party",
|
|
6481
|
+
"maintainers": [
|
|
6482
|
+
{
|
|
6483
|
+
"name": "modbender",
|
|
6484
|
+
"github": "modbender"
|
|
6485
|
+
}
|
|
6486
|
+
],
|
|
6487
|
+
"compatibility": {
|
|
6488
|
+
"nuxt": "^3.0.0",
|
|
6489
|
+
"requires": {}
|
|
6490
|
+
}
|
|
6491
|
+
},
|
|
5453
6492
|
{
|
|
5454
6493
|
"name": "toast",
|
|
5455
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
6494
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5456
6495
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5457
6496
|
"npm": "@nuxtjs/toast",
|
|
5458
6497
|
"icon": "",
|
|
@@ -5473,6 +6512,61 @@
|
|
|
5473
6512
|
"requires": {}
|
|
5474
6513
|
}
|
|
5475
6514
|
},
|
|
6515
|
+
{
|
|
6516
|
+
"name": "translation-manager",
|
|
6517
|
+
"description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
|
|
6518
|
+
"repo": "samk-dev/nuxt-translation-manager",
|
|
6519
|
+
"npm": "nuxt-translation-manager",
|
|
6520
|
+
"icon": "translation-manager.png",
|
|
6521
|
+
"github": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6522
|
+
"website": "https://github.com/samk-dev/nuxt-translation-manager",
|
|
6523
|
+
"learn_more": "",
|
|
6524
|
+
"category": "Extensions",
|
|
6525
|
+
"type": "3rd-party",
|
|
6526
|
+
"maintainers": [
|
|
6527
|
+
{
|
|
6528
|
+
"name": "Sam K",
|
|
6529
|
+
"github": "samk-dev"
|
|
6530
|
+
}
|
|
6531
|
+
],
|
|
6532
|
+
"compatibility": {
|
|
6533
|
+
"nuxt": "^3.0.0",
|
|
6534
|
+
"requires": {}
|
|
6535
|
+
}
|
|
6536
|
+
},
|
|
6537
|
+
{
|
|
6538
|
+
"name": "tresjs",
|
|
6539
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6540
|
+
"repo": "tresjs/nuxt",
|
|
6541
|
+
"npm": "@tresjs/nuxt",
|
|
6542
|
+
"icon": "tresjs.svg",
|
|
6543
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6544
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6545
|
+
"learn_more": "https://tresjs.org/",
|
|
6546
|
+
"category": "Libraries",
|
|
6547
|
+
"type": "3rd-party",
|
|
6548
|
+
"maintainers": [
|
|
6549
|
+
{
|
|
6550
|
+
"name": "Alvaro Saburido",
|
|
6551
|
+
"github": "alvarosabu",
|
|
6552
|
+
"twitter": "alvarosabu"
|
|
6553
|
+
},
|
|
6554
|
+
{
|
|
6555
|
+
"name": "Jaime Torrealba",
|
|
6556
|
+
"github": "JaimeTorrealba",
|
|
6557
|
+
"twitter": "jaimebboyjt"
|
|
6558
|
+
},
|
|
6559
|
+
{
|
|
6560
|
+
"name": "Tino Koch",
|
|
6561
|
+
"github": "Tinoooo",
|
|
6562
|
+
"twitter": "ichbintino"
|
|
6563
|
+
}
|
|
6564
|
+
],
|
|
6565
|
+
"compatibility": {
|
|
6566
|
+
"nuxt": "^3.0.0",
|
|
6567
|
+
"requires": {}
|
|
6568
|
+
}
|
|
6569
|
+
},
|
|
5476
6570
|
{
|
|
5477
6571
|
"name": "turnstile",
|
|
5478
6572
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5500,7 +6594,7 @@
|
|
|
5500
6594
|
},
|
|
5501
6595
|
{
|
|
5502
6596
|
"name": "twa",
|
|
5503
|
-
"description": "Nuxt
|
|
6597
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5504
6598
|
"repo": "tuarrep/nuxt-twa",
|
|
5505
6599
|
"npm": "nuxt-twa",
|
|
5506
6600
|
"icon": "",
|
|
@@ -5688,6 +6782,63 @@
|
|
|
5688
6782
|
"requires": {}
|
|
5689
6783
|
}
|
|
5690
6784
|
},
|
|
6785
|
+
{
|
|
6786
|
+
"name": "typo3",
|
|
6787
|
+
"description": "TYPO3 Headless Frontend Rendering module",
|
|
6788
|
+
"repo": "TYPO3-Headless/nuxt-typo3",
|
|
6789
|
+
"npm": "@t3headless/nuxt-typo3",
|
|
6790
|
+
"icon": "typo3.svg",
|
|
6791
|
+
"github": "https://github.com/TYPO3-Headless/nuxt-typo3",
|
|
6792
|
+
"website": "https://t3headless.macopedia.io/nuxt-typo3/",
|
|
6793
|
+
"learn_more": "https://github.com/TYPO3-Headless",
|
|
6794
|
+
"category": "CMS",
|
|
6795
|
+
"type": "3rd-party",
|
|
6796
|
+
"maintainers": [
|
|
6797
|
+
{
|
|
6798
|
+
"name": "Macopedia",
|
|
6799
|
+
"github": "macopedia",
|
|
6800
|
+
"twitter": "macopediapl"
|
|
6801
|
+
}
|
|
6802
|
+
],
|
|
6803
|
+
"compatibility": {
|
|
6804
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6805
|
+
"requires": {},
|
|
6806
|
+
"devtools": "^0.0.0"
|
|
6807
|
+
}
|
|
6808
|
+
},
|
|
6809
|
+
{
|
|
6810
|
+
"name": "ui",
|
|
6811
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6812
|
+
"repo": "nuxt/ui#dev",
|
|
6813
|
+
"npm": "@nuxt/ui",
|
|
6814
|
+
"icon": "nuxt.svg",
|
|
6815
|
+
"github": "https://github.com/nuxt/ui",
|
|
6816
|
+
"website": "https://ui.nuxt.com",
|
|
6817
|
+
"learn_more": "",
|
|
6818
|
+
"category": "UI",
|
|
6819
|
+
"type": "official",
|
|
6820
|
+
"maintainers": [
|
|
6821
|
+
{
|
|
6822
|
+
"name": "Benjamin Canac",
|
|
6823
|
+
"github": "benjamincanac",
|
|
6824
|
+
"twitter": "benjamincanac"
|
|
6825
|
+
},
|
|
6826
|
+
{
|
|
6827
|
+
"name": "Sebastien Chopin",
|
|
6828
|
+
"github": "Atinux",
|
|
6829
|
+
"twitter": "Atinux"
|
|
6830
|
+
},
|
|
6831
|
+
{
|
|
6832
|
+
"name": "Sylvain Marroufin",
|
|
6833
|
+
"github": "smarroufin",
|
|
6834
|
+
"twitter": "smarroufin"
|
|
6835
|
+
}
|
|
6836
|
+
],
|
|
6837
|
+
"compatibility": {
|
|
6838
|
+
"nuxt": "^3.0.0",
|
|
6839
|
+
"requires": {}
|
|
6840
|
+
}
|
|
6841
|
+
},
|
|
5691
6842
|
{
|
|
5692
6843
|
"name": "umami",
|
|
5693
6844
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5736,7 +6887,7 @@
|
|
|
5736
6887
|
},
|
|
5737
6888
|
{
|
|
5738
6889
|
"name": "universal-storage",
|
|
5739
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6890
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5740
6891
|
"repo": "nuxt-community/universal-storage-module",
|
|
5741
6892
|
"npm": "@nuxtjs/universal-storage",
|
|
5742
6893
|
"icon": "",
|
|
@@ -5813,12 +6964,12 @@
|
|
|
5813
6964
|
{
|
|
5814
6965
|
"name": "unocss",
|
|
5815
6966
|
"description": "The instant on-demand atomic CSS engine.",
|
|
5816
|
-
"repo": "
|
|
6967
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
5817
6968
|
"npm": "@unocss/nuxt",
|
|
5818
6969
|
"icon": "unocss.svg",
|
|
5819
|
-
"github": "https://github.com/
|
|
5820
|
-
"website": "https://github.com/
|
|
5821
|
-
"learn_more": "https://github.com/
|
|
6970
|
+
"github": "https://github.com/unocss/unocss",
|
|
6971
|
+
"website": "https://github.com/unocss/unocss",
|
|
6972
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
5822
6973
|
"category": "UI",
|
|
5823
6974
|
"type": "3rd-party",
|
|
5824
6975
|
"maintainers": [
|
|
@@ -5833,7 +6984,8 @@
|
|
|
5833
6984
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5834
6985
|
"requires": {
|
|
5835
6986
|
"bridge": "optional"
|
|
5836
|
-
}
|
|
6987
|
+
},
|
|
6988
|
+
"devtools": "^0.0.0"
|
|
5837
6989
|
}
|
|
5838
6990
|
},
|
|
5839
6991
|
{
|
|
@@ -5859,9 +7011,33 @@
|
|
|
5859
7011
|
"requires": {}
|
|
5860
7012
|
}
|
|
5861
7013
|
},
|
|
7014
|
+
{
|
|
7015
|
+
"name": "use-wagmi",
|
|
7016
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
7017
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
7018
|
+
"npm": "@use-wagmi/nuxt",
|
|
7019
|
+
"icon": "use-wagmi.png",
|
|
7020
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
7021
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
7022
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
7023
|
+
"category": "Extensions",
|
|
7024
|
+
"type": "3rd-party",
|
|
7025
|
+
"maintainers": [
|
|
7026
|
+
{
|
|
7027
|
+
"name": "Unic Ape",
|
|
7028
|
+
"github": "unicape"
|
|
7029
|
+
}
|
|
7030
|
+
],
|
|
7031
|
+
"compatibility": {
|
|
7032
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7033
|
+
"requires": {
|
|
7034
|
+
"bridge": true
|
|
7035
|
+
}
|
|
7036
|
+
}
|
|
7037
|
+
},
|
|
5862
7038
|
{
|
|
5863
7039
|
"name": "user-agent",
|
|
5864
|
-
"description": "Nuxt
|
|
7040
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5865
7041
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5866
7042
|
"npm": "nuxt-user-agent",
|
|
5867
7043
|
"icon": "",
|
|
@@ -5951,9 +7127,31 @@
|
|
|
5951
7127
|
}
|
|
5952
7128
|
}
|
|
5953
7129
|
},
|
|
7130
|
+
{
|
|
7131
|
+
"name": "vcalendar",
|
|
7132
|
+
"description": "VCalendar module for Nuxt",
|
|
7133
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
7134
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
7135
|
+
"icon": "vcalendar.png",
|
|
7136
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
7137
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
7138
|
+
"learn_more": "",
|
|
7139
|
+
"category": "Libraries",
|
|
7140
|
+
"type": "3rd-party",
|
|
7141
|
+
"maintainers": [
|
|
7142
|
+
{
|
|
7143
|
+
"name": "Sam K",
|
|
7144
|
+
"github": "samk-dev"
|
|
7145
|
+
}
|
|
7146
|
+
],
|
|
7147
|
+
"compatibility": {
|
|
7148
|
+
"nuxt": "^3.0.0",
|
|
7149
|
+
"requires": {}
|
|
7150
|
+
}
|
|
7151
|
+
},
|
|
5954
7152
|
{
|
|
5955
7153
|
"name": "vee-validate",
|
|
5956
|
-
"description": "Painless Vue forms for Nuxt
|
|
7154
|
+
"description": "Painless Vue forms for Nuxt",
|
|
5957
7155
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
5958
7156
|
"npm": "@vee-validate/nuxt",
|
|
5959
7157
|
"icon": "vee-validate.png",
|
|
@@ -6043,7 +7241,7 @@
|
|
|
6043
7241
|
},
|
|
6044
7242
|
{
|
|
6045
7243
|
"name": "vite-pwa-nuxt",
|
|
6046
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
7244
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
6047
7245
|
"repo": "vite-pwa/nuxt",
|
|
6048
7246
|
"npm": "@vite-pwa/nuxt",
|
|
6049
7247
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -6072,13 +7270,13 @@
|
|
|
6072
7270
|
{
|
|
6073
7271
|
"name": "vitest",
|
|
6074
7272
|
"description": "Vitest integration with Nuxt",
|
|
6075
|
-
"repo": "danielroe/nuxt-vitest
|
|
7273
|
+
"repo": "danielroe/nuxt-vitest",
|
|
6076
7274
|
"npm": "nuxt-vitest",
|
|
6077
7275
|
"icon": "vitest.svg",
|
|
6078
7276
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
6079
7277
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
6080
7278
|
"learn_more": "",
|
|
6081
|
-
"category": "
|
|
7279
|
+
"category": "Devtools",
|
|
6082
7280
|
"type": "3rd-party",
|
|
6083
7281
|
"maintainers": [
|
|
6084
7282
|
{
|
|
@@ -6090,6 +7288,61 @@
|
|
|
6090
7288
|
"github": "antfu"
|
|
6091
7289
|
}
|
|
6092
7290
|
],
|
|
7291
|
+
"compatibility": {
|
|
7292
|
+
"nuxt": "^3.0.0",
|
|
7293
|
+
"requires": {},
|
|
7294
|
+
"devtools": "^0.0.0"
|
|
7295
|
+
}
|
|
7296
|
+
},
|
|
7297
|
+
{
|
|
7298
|
+
"name": "vue-email",
|
|
7299
|
+
"description": "💌 Write email templates with vue",
|
|
7300
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
7301
|
+
"npm": "vue-email",
|
|
7302
|
+
"icon": "vue-email.svg",
|
|
7303
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
7304
|
+
"website": "https://www.vuemail.net/",
|
|
7305
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
7306
|
+
"category": "UI",
|
|
7307
|
+
"type": "3rd-party",
|
|
7308
|
+
"maintainers": [
|
|
7309
|
+
{
|
|
7310
|
+
"name": "David Arenas",
|
|
7311
|
+
"github": "Dave136",
|
|
7312
|
+
"twitter": "davejs4",
|
|
7313
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
7314
|
+
},
|
|
7315
|
+
{
|
|
7316
|
+
"name": "Younes Barrad",
|
|
7317
|
+
"github": "Flowko",
|
|
7318
|
+
"twitter": "imflowko",
|
|
7319
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
7320
|
+
}
|
|
7321
|
+
],
|
|
7322
|
+
"compatibility": {
|
|
7323
|
+
"nuxt": "^3.0.0",
|
|
7324
|
+
"requires": {},
|
|
7325
|
+
"devtools": "^0.0.0"
|
|
7326
|
+
}
|
|
7327
|
+
},
|
|
7328
|
+
{
|
|
7329
|
+
"name": "vue-final-modal",
|
|
7330
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
7331
|
+
"repo": "vue-final/vue-final-modal",
|
|
7332
|
+
"npm": "@vue-final-modal/nuxt",
|
|
7333
|
+
"icon": "vue-final-modal.svg",
|
|
7334
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
7335
|
+
"website": "https://vue-final-modal.org/",
|
|
7336
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
7337
|
+
"category": "UI",
|
|
7338
|
+
"type": "3rd-party",
|
|
7339
|
+
"maintainers": [
|
|
7340
|
+
{
|
|
7341
|
+
"name": "Hunter Liu",
|
|
7342
|
+
"github": "hunterliu1003",
|
|
7343
|
+
"twitter": "hunterliu1003"
|
|
7344
|
+
}
|
|
7345
|
+
],
|
|
6093
7346
|
"compatibility": {
|
|
6094
7347
|
"nuxt": "^3.0.0",
|
|
6095
7348
|
"requires": {}
|
|
@@ -6117,7 +7370,8 @@
|
|
|
6117
7370
|
"nuxt": "^3.0.0",
|
|
6118
7371
|
"requires": {
|
|
6119
7372
|
"bridge": "optional"
|
|
6120
|
-
}
|
|
7373
|
+
},
|
|
7374
|
+
"devtools": "^0.0.0"
|
|
6121
7375
|
}
|
|
6122
7376
|
},
|
|
6123
7377
|
{
|
|
@@ -6144,7 +7398,7 @@
|
|
|
6144
7398
|
},
|
|
6145
7399
|
{
|
|
6146
7400
|
"name": "vue-multiselect",
|
|
6147
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
7401
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
6148
7402
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
6149
7403
|
"npm": "nuxt-vue-multiselect",
|
|
6150
7404
|
"icon": "",
|
|
@@ -6186,6 +7440,29 @@
|
|
|
6186
7440
|
"requires": {}
|
|
6187
7441
|
}
|
|
6188
7442
|
},
|
|
7443
|
+
{
|
|
7444
|
+
"name": "vue-query",
|
|
7445
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
7446
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
7447
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
7448
|
+
"icon": "vue-query.svg",
|
|
7449
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
7450
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
7451
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
7452
|
+
"category": "Request",
|
|
7453
|
+
"type": "3rd-party",
|
|
7454
|
+
"maintainers": [
|
|
7455
|
+
{
|
|
7456
|
+
"name": "Hebilicious",
|
|
7457
|
+
"github": "Hebilicious",
|
|
7458
|
+
"twitter": "its_hebilicious"
|
|
7459
|
+
}
|
|
7460
|
+
],
|
|
7461
|
+
"compatibility": {
|
|
7462
|
+
"nuxt": "^3.0.0",
|
|
7463
|
+
"requires": {}
|
|
7464
|
+
}
|
|
7465
|
+
},
|
|
6189
7466
|
{
|
|
6190
7467
|
"name": "vue-select",
|
|
6191
7468
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -6235,7 +7512,7 @@
|
|
|
6235
7512
|
},
|
|
6236
7513
|
{
|
|
6237
7514
|
"name": "vue-warehouse",
|
|
6238
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
7515
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
6239
7516
|
"repo": "juliomrqz/vue-warehouse",
|
|
6240
7517
|
"npm": "vue-warehouse",
|
|
6241
7518
|
"icon": "",
|
|
@@ -6256,6 +7533,29 @@
|
|
|
6256
7533
|
"requires": {}
|
|
6257
7534
|
}
|
|
6258
7535
|
},
|
|
7536
|
+
{
|
|
7537
|
+
"name": "vue3-carousel-nuxt",
|
|
7538
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
7539
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
7540
|
+
"npm": "vue3-carousel-nuxt",
|
|
7541
|
+
"icon": "",
|
|
7542
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
7543
|
+
"website": "",
|
|
7544
|
+
"learn_more": "",
|
|
7545
|
+
"category": "UI",
|
|
7546
|
+
"type": "3rd-party",
|
|
7547
|
+
"maintainers": [
|
|
7548
|
+
{
|
|
7549
|
+
"name": "Gaetan SENN",
|
|
7550
|
+
"github": "gaetansenn",
|
|
7551
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
7552
|
+
}
|
|
7553
|
+
],
|
|
7554
|
+
"compatibility": {
|
|
7555
|
+
"nuxt": "^3.0.0",
|
|
7556
|
+
"requires": {}
|
|
7557
|
+
}
|
|
7558
|
+
},
|
|
6259
7559
|
{
|
|
6260
7560
|
"name": "vuefire",
|
|
6261
7561
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -6278,9 +7578,55 @@
|
|
|
6278
7578
|
"requires": {}
|
|
6279
7579
|
}
|
|
6280
7580
|
},
|
|
7581
|
+
{
|
|
7582
|
+
"name": "vueform-builder",
|
|
7583
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7584
|
+
"repo": "vueform/builder/nuxt",
|
|
7585
|
+
"npm": "@vueform/builder-nuxt",
|
|
7586
|
+
"icon": "vueform.svg",
|
|
7587
|
+
"github": "https://github.com/vueform/builder",
|
|
7588
|
+
"website": "https://builder.vueform.com",
|
|
7589
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7590
|
+
"category": "Libraries",
|
|
7591
|
+
"type": "3rd-party",
|
|
7592
|
+
"maintainers": [
|
|
7593
|
+
{
|
|
7594
|
+
"name": "Adam Berecz",
|
|
7595
|
+
"github": "adamberecz",
|
|
7596
|
+
"twitter": "bereczadam"
|
|
7597
|
+
}
|
|
7598
|
+
],
|
|
7599
|
+
"compatibility": {
|
|
7600
|
+
"nuxt": "^3.0.0",
|
|
7601
|
+
"requires": {}
|
|
7602
|
+
}
|
|
7603
|
+
},
|
|
7604
|
+
{
|
|
7605
|
+
"name": "vueform",
|
|
7606
|
+
"description": "Official Vueform module for Nuxt",
|
|
7607
|
+
"repo": "vueform/vueform/nuxt",
|
|
7608
|
+
"npm": "@vueform/nuxt",
|
|
7609
|
+
"icon": "vueform.svg",
|
|
7610
|
+
"github": "https://github.com/vueform/vueform",
|
|
7611
|
+
"website": "https://vueform.com",
|
|
7612
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7613
|
+
"category": "Libraries",
|
|
7614
|
+
"type": "3rd-party",
|
|
7615
|
+
"maintainers": [
|
|
7616
|
+
{
|
|
7617
|
+
"name": "Adam Berecz",
|
|
7618
|
+
"github": "adamberecz",
|
|
7619
|
+
"twitter": "bereczadam"
|
|
7620
|
+
}
|
|
7621
|
+
],
|
|
7622
|
+
"compatibility": {
|
|
7623
|
+
"nuxt": "^3.0.0",
|
|
7624
|
+
"requires": {}
|
|
7625
|
+
}
|
|
7626
|
+
},
|
|
6281
7627
|
{
|
|
6282
7628
|
"name": "vuestic",
|
|
6283
|
-
"description": "Vuestic UI module for Nuxt
|
|
7629
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6284
7630
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6285
7631
|
"npm": "@vuestic/nuxt",
|
|
6286
7632
|
"icon": "vuestic.png",
|
|
@@ -6300,9 +7646,31 @@
|
|
|
6300
7646
|
"requires": {}
|
|
6301
7647
|
}
|
|
6302
7648
|
},
|
|
7649
|
+
{
|
|
7650
|
+
"name": "vuetify-nuxt-module",
|
|
7651
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7652
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7653
|
+
"npm": "vuetify-nuxt-module",
|
|
7654
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7655
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7656
|
+
"website": "https://vuetify-nuxt-module.netlify.app/",
|
|
7657
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
|
|
7658
|
+
"category": "UI",
|
|
7659
|
+
"type": "3rd-party",
|
|
7660
|
+
"maintainers": [
|
|
7661
|
+
{
|
|
7662
|
+
"name": "Joaquín Sánchez",
|
|
7663
|
+
"github": "userquin"
|
|
7664
|
+
}
|
|
7665
|
+
],
|
|
7666
|
+
"compatibility": {
|
|
7667
|
+
"nuxt": "^3.0.0",
|
|
7668
|
+
"requires": {}
|
|
7669
|
+
}
|
|
7670
|
+
},
|
|
6303
7671
|
{
|
|
6304
7672
|
"name": "vuetify",
|
|
6305
|
-
"description": "Vuetify Module for Nuxt
|
|
7673
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6306
7674
|
"repo": "nuxt-community/vuetify-module",
|
|
6307
7675
|
"npm": "@nuxtjs/vuetify",
|
|
6308
7676
|
"icon": "vuetify.png",
|
|
@@ -6349,7 +7717,8 @@
|
|
|
6349
7717
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6350
7718
|
"requires": {
|
|
6351
7719
|
"bridge": "optional"
|
|
6352
|
-
}
|
|
7720
|
+
},
|
|
7721
|
+
"devtools": "^0.0.0"
|
|
6353
7722
|
}
|
|
6354
7723
|
},
|
|
6355
7724
|
{
|
|
@@ -6376,7 +7745,7 @@
|
|
|
6376
7745
|
},
|
|
6377
7746
|
{
|
|
6378
7747
|
"name": "vunix",
|
|
6379
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7748
|
+
"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.",
|
|
6380
7749
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6381
7750
|
"npm": "@vunix/nuxt",
|
|
6382
7751
|
"icon": "",
|
|
@@ -6400,11 +7769,11 @@
|
|
|
6400
7769
|
{
|
|
6401
7770
|
"name": "web-vitals",
|
|
6402
7771
|
"description": "Web Vitals for Nuxt",
|
|
6403
|
-
"repo": "nuxt-
|
|
7772
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6404
7773
|
"npm": "@nuxtjs/web-vitals",
|
|
6405
7774
|
"icon": "web-vitals.png",
|
|
6406
|
-
"github": "https://github.com/nuxt-
|
|
6407
|
-
"website": "https://github.com/nuxt-
|
|
7775
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7776
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6408
7777
|
"learn_more": "",
|
|
6409
7778
|
"category": "Performance",
|
|
6410
7779
|
"type": "community",
|
|
@@ -6455,7 +7824,7 @@
|
|
|
6455
7824
|
},
|
|
6456
7825
|
{
|
|
6457
7826
|
"name": "webpack-optimisations",
|
|
6458
|
-
"description": "Nuxt
|
|
7827
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6459
7828
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6460
7829
|
"npm": "nuxt-webpack-optimisations",
|
|
6461
7830
|
"icon": "build-optimisations.svg",
|
|
@@ -6547,7 +7916,7 @@
|
|
|
6547
7916
|
},
|
|
6548
7917
|
{
|
|
6549
7918
|
"name": "well-known",
|
|
6550
|
-
"description": "A Nuxt
|
|
7919
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6551
7920
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6552
7921
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6553
7922
|
"icon": "well-known.svg",
|
|
@@ -6569,7 +7938,7 @@
|
|
|
6569
7938
|
},
|
|
6570
7939
|
{
|
|
6571
7940
|
"name": "wideangle",
|
|
6572
|
-
"description": "Nuxt
|
|
7941
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
6573
7942
|
"repo": "inputobjects/wideangle-nuxt",
|
|
6574
7943
|
"npm": "wideangle-nuxt",
|
|
6575
7944
|
"icon": "wideangle.png",
|
|
@@ -6596,11 +7965,11 @@
|
|
|
6596
7965
|
{
|
|
6597
7966
|
"name": "windicss",
|
|
6598
7967
|
"description": "Next generation utility-first CSS framework.",
|
|
6599
|
-
"repo": "windicss/nuxt-windicss
|
|
7968
|
+
"repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
|
|
6600
7969
|
"npm": "nuxt-windicss",
|
|
6601
7970
|
"icon": "windicss.svg",
|
|
6602
|
-
"github": "https://github.com/windicss/nuxt-windicss
|
|
6603
|
-
"website": "https://github.com/windicss/nuxt-windicss
|
|
7971
|
+
"github": "https://github.com/windicss/nuxt-windicss",
|
|
7972
|
+
"website": "https://github.com/windicss/nuxt-windicss",
|
|
6604
7973
|
"learn_more": "https://windicss.org/",
|
|
6605
7974
|
"category": "UI",
|
|
6606
7975
|
"type": "3rd-party",
|
|
@@ -6736,55 +8105,9 @@
|
|
|
6736
8105
|
"requires": {}
|
|
6737
8106
|
}
|
|
6738
8107
|
},
|
|
6739
|
-
{
|
|
6740
|
-
"name": "yandex-metrika-next",
|
|
6741
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6742
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6743
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6744
|
-
"icon": "yandex-metrika.svg",
|
|
6745
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6746
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6747
|
-
"learn_more": "",
|
|
6748
|
-
"category": "Analytics",
|
|
6749
|
-
"type": "3rd-party",
|
|
6750
|
-
"maintainers": [
|
|
6751
|
-
{
|
|
6752
|
-
"name": "Aleksandr Saburov",
|
|
6753
|
-
"github": "artmizu",
|
|
6754
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6755
|
-
}
|
|
6756
|
-
],
|
|
6757
|
-
"compatibility": {
|
|
6758
|
-
"nuxt": "^3.0.0",
|
|
6759
|
-
"requires": {}
|
|
6760
|
-
}
|
|
6761
|
-
},
|
|
6762
|
-
{
|
|
6763
|
-
"name": "yandex-metrika",
|
|
6764
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6765
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6766
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6767
|
-
"icon": "",
|
|
6768
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6769
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6770
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6771
|
-
"category": "Analytics",
|
|
6772
|
-
"type": "community",
|
|
6773
|
-
"maintainers": [
|
|
6774
|
-
{
|
|
6775
|
-
"name": "Pooya Parsa",
|
|
6776
|
-
"github": "pi0",
|
|
6777
|
-
"twitter": "_pi0_"
|
|
6778
|
-
}
|
|
6779
|
-
],
|
|
6780
|
-
"compatibility": {
|
|
6781
|
-
"nuxt": "^2.0.0",
|
|
6782
|
-
"requires": {}
|
|
6783
|
-
}
|
|
6784
|
-
},
|
|
6785
8108
|
{
|
|
6786
8109
|
"name": "zendesk",
|
|
6787
|
-
"description": "Nuxt
|
|
8110
|
+
"description": "Nuxt module for Zendesk",
|
|
6788
8111
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6789
8112
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6790
8113
|
"icon": "zendesk.png",
|