@nuxt/modules 0.6.0-e0bae3 → 0.6.0-e4d7f1
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 +1227 -253
- package/package.json +10 -10
package/modules.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"name": "ackee",
|
|
4
|
-
"description": "Nuxt
|
|
4
|
+
"description": "Nuxt module for Ackee analytics",
|
|
5
5
|
"repo": "bdrtsky/nuxt-ackee",
|
|
6
6
|
"npm": "nuxt-ackee",
|
|
7
7
|
"icon": "ackee.png",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "agility-cms",
|
|
31
|
-
"description": "Agility CMS Integration for Nuxt
|
|
31
|
+
"description": "Agility CMS Integration for Nuxt",
|
|
32
32
|
"repo": "agility/agilitycms-nuxt-module",
|
|
33
33
|
"npm": "@agility/agilitycms-nuxt-module",
|
|
34
34
|
"icon": "agility.png",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"name": "algolia",
|
|
54
|
-
"description": "Algolia Search Module for Nuxt
|
|
54
|
+
"description": "Algolia Search Module for Nuxt",
|
|
55
55
|
"repo": "nuxt-modules/algolia",
|
|
56
56
|
"npm": "@nuxtjs/algolia",
|
|
57
57
|
"icon": "algolia.svg",
|
|
@@ -146,9 +146,55 @@
|
|
|
146
146
|
"requires": {}
|
|
147
147
|
}
|
|
148
148
|
},
|
|
149
|
+
{
|
|
150
|
+
"name": "ant-design-vue",
|
|
151
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
152
|
+
"repo": "vueComponent/ant-design-vue-nuxt",
|
|
153
|
+
"npm": "@ant-design-vue/nuxt",
|
|
154
|
+
"icon": "ant-design-vue.svg",
|
|
155
|
+
"github": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
156
|
+
"website": "https://antdv.com",
|
|
157
|
+
"learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
158
|
+
"category": "UI",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "tangjinzhou",
|
|
163
|
+
"github": "tangjinzhou"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"compatibility": {
|
|
167
|
+
"nuxt": "^3.0.0",
|
|
168
|
+
"requires": {
|
|
169
|
+
"bridge": "optional"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "aos",
|
|
175
|
+
"description": "A Nuxt module that adds Animate On Scroll",
|
|
176
|
+
"repo": "egidiusmengelberg/nuxt-aos",
|
|
177
|
+
"npm": "nuxt-aos",
|
|
178
|
+
"icon": "aos.png",
|
|
179
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
181
|
+
"learn_more": "",
|
|
182
|
+
"category": "Devtools",
|
|
183
|
+
"type": "3rd-party",
|
|
184
|
+
"maintainers": [
|
|
185
|
+
{
|
|
186
|
+
"name": "egidiusmengelberg",
|
|
187
|
+
"github": "egidiusmengelberg"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"compatibility": {
|
|
191
|
+
"nuxt": "^3.0.0",
|
|
192
|
+
"requires": {}
|
|
193
|
+
}
|
|
194
|
+
},
|
|
149
195
|
{
|
|
150
196
|
"name": "api-party",
|
|
151
|
-
"description": "Nuxt
|
|
197
|
+
"description": "Nuxt module to securely connect with any API – server proxy & dynamic composable names",
|
|
152
198
|
"repo": "johannschopplich/nuxt-api-party",
|
|
153
199
|
"npm": "nuxt-api-party",
|
|
154
200
|
"icon": "api-party.svg",
|
|
@@ -196,7 +242,7 @@
|
|
|
196
242
|
},
|
|
197
243
|
{
|
|
198
244
|
"name": "apollo",
|
|
199
|
-
"description": "Integrate GraphQL in your Nuxt
|
|
245
|
+
"description": "Integrate GraphQL in your Nuxt apps using vue-apollo.",
|
|
200
246
|
"repo": "nuxt-modules/apollo",
|
|
201
247
|
"npm": "@nuxtjs/apollo",
|
|
202
248
|
"icon": "apollo.png",
|
|
@@ -220,7 +266,7 @@
|
|
|
220
266
|
},
|
|
221
267
|
{
|
|
222
268
|
"name": "applicationinsights",
|
|
223
|
-
"description": "AppInsights module for Nuxt
|
|
269
|
+
"description": "AppInsights module for Nuxt",
|
|
224
270
|
"repo": "nuxt-community/applicationinsights-module",
|
|
225
271
|
"npm": "@nuxtjs/applicationinsights",
|
|
226
272
|
"icon": "application-insights.png",
|
|
@@ -262,9 +308,54 @@
|
|
|
262
308
|
"requires": {}
|
|
263
309
|
}
|
|
264
310
|
},
|
|
311
|
+
{
|
|
312
|
+
"name": "arco-design-nuxt-module",
|
|
313
|
+
"description": "Nuxt Module for Arco Design Vue. Automatically import components, icons and more.",
|
|
314
|
+
"repo": "wiidede/arco-design-nuxt-module",
|
|
315
|
+
"npm": "arco-design-nuxt-module",
|
|
316
|
+
"icon": "arco-design.svg",
|
|
317
|
+
"github": "https://github.com/wiidede/arco-design-nuxt-module",
|
|
318
|
+
"website": "https://arco.design/vue",
|
|
319
|
+
"learn_more": "https://github.com/wiidede/arco-design-nuxt-module#readme",
|
|
320
|
+
"category": "UI",
|
|
321
|
+
"type": "3rd-party",
|
|
322
|
+
"maintainers": [
|
|
323
|
+
{
|
|
324
|
+
"name": "wiidede",
|
|
325
|
+
"github": "wiidede"
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
"compatibility": {
|
|
329
|
+
"nuxt": "^3.0.0",
|
|
330
|
+
"requires": {}
|
|
331
|
+
}
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "ark-ui",
|
|
335
|
+
"description": "A headless library for building reusable, scalable design systems that works for a wide range of JS frameworks.",
|
|
336
|
+
"repo": "iamdin/nuxt-ark-ui",
|
|
337
|
+
"npm": "nuxt-ark-ui",
|
|
338
|
+
"icon": "ark-ui.svg",
|
|
339
|
+
"github": "https://github.com/iamdin/nuxt-ark-ui",
|
|
340
|
+
"website": "https://ark-ui.com/",
|
|
341
|
+
"learn_more": "https://github.com/iamdin/nuxt-ark-ui",
|
|
342
|
+
"category": "UI",
|
|
343
|
+
"type": "3rd-party",
|
|
344
|
+
"maintainers": [
|
|
345
|
+
{
|
|
346
|
+
"name": "Din",
|
|
347
|
+
"github": "iamdin",
|
|
348
|
+
"twitter": "iamdinq"
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"compatibility": {
|
|
352
|
+
"nuxt": "^3.0.0",
|
|
353
|
+
"requires": {}
|
|
354
|
+
}
|
|
355
|
+
},
|
|
265
356
|
{
|
|
266
357
|
"name": "auth",
|
|
267
|
-
"description": "Zero-boilerplate authentication support for Nuxt.
|
|
358
|
+
"description": "Zero-boilerplate authentication support for Nuxt.",
|
|
268
359
|
"repo": "nuxt-community/auth-module",
|
|
269
360
|
"npm": "@nuxtjs/auth",
|
|
270
361
|
"icon": "auth.png",
|
|
@@ -289,9 +380,55 @@
|
|
|
289
380
|
"requires": {}
|
|
290
381
|
}
|
|
291
382
|
},
|
|
383
|
+
{
|
|
384
|
+
"name": "authjs",
|
|
385
|
+
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
386
|
+
"repo": "Hebilicious/authjs-nuxt#main",
|
|
387
|
+
"npm": "@hebilicious/authjs-nuxt",
|
|
388
|
+
"icon": "authjs.png",
|
|
389
|
+
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
390
|
+
"website": "https://authjs-nuxt.pages.dev/",
|
|
391
|
+
"learn_more": "https://authjs.dev/",
|
|
392
|
+
"category": "Security",
|
|
393
|
+
"type": "3rd-party",
|
|
394
|
+
"maintainers": [
|
|
395
|
+
{
|
|
396
|
+
"name": "Hebilicious",
|
|
397
|
+
"github": "Hebilicious",
|
|
398
|
+
"twitter": "its_hebilicious"
|
|
399
|
+
}
|
|
400
|
+
],
|
|
401
|
+
"compatibility": {
|
|
402
|
+
"nuxt": "^3.0.0",
|
|
403
|
+
"requires": {}
|
|
404
|
+
}
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"name": "auto-animate",
|
|
408
|
+
"description": "Automatic animations for your Nuxt app with a single line of code.",
|
|
409
|
+
"repo": "formkit/auto-animate",
|
|
410
|
+
"npm": "@formkit/auto-animate",
|
|
411
|
+
"icon": "auto-animate.svg",
|
|
412
|
+
"github": "https://github.com/formkit/auto-animate",
|
|
413
|
+
"website": "https://auto-animate.formkit.com",
|
|
414
|
+
"learn_more": "https://auto-animate.formkit.com",
|
|
415
|
+
"category": "Libraries",
|
|
416
|
+
"type": "3rd-party",
|
|
417
|
+
"maintainers": [
|
|
418
|
+
{
|
|
419
|
+
"name": "Justin Schroeder",
|
|
420
|
+
"github": "justin-schroeder",
|
|
421
|
+
"twitter": "jpschroeder"
|
|
422
|
+
}
|
|
423
|
+
],
|
|
424
|
+
"compatibility": {
|
|
425
|
+
"nuxt": "^3.0.0",
|
|
426
|
+
"requires": {}
|
|
427
|
+
}
|
|
428
|
+
},
|
|
292
429
|
{
|
|
293
430
|
"name": "axios",
|
|
294
|
-
"description": "Secure and easy Axios module with Nuxt
|
|
431
|
+
"description": "Secure and easy Axios module with Nuxt",
|
|
295
432
|
"repo": "nuxt-community/axios-module",
|
|
296
433
|
"npm": "@nuxtjs/axios",
|
|
297
434
|
"icon": "axios.svg",
|
|
@@ -314,7 +451,7 @@
|
|
|
314
451
|
},
|
|
315
452
|
{
|
|
316
453
|
"name": "basic-auth",
|
|
317
|
-
"description": "Provide basic authentication to your Nuxt
|
|
454
|
+
"description": "Provide basic authentication to your Nuxt application",
|
|
318
455
|
"repo": "potato4d/nuxt-basic-auth-module",
|
|
319
456
|
"npm": "nuxt-basic-auth-module",
|
|
320
457
|
"icon": "",
|
|
@@ -438,7 +575,7 @@
|
|
|
438
575
|
},
|
|
439
576
|
{
|
|
440
577
|
"name": "bulma-slim",
|
|
441
|
-
"description": "Nuxt
|
|
578
|
+
"description": "Nuxt module to automatically make a slim Bulma build of used features with Purgecss",
|
|
442
579
|
"repo": "mustardamus/nuxt-bulma-slim",
|
|
443
580
|
"npm": "nuxt-bulma-slim",
|
|
444
581
|
"icon": "bulma.png",
|
|
@@ -505,7 +642,7 @@
|
|
|
505
642
|
},
|
|
506
643
|
{
|
|
507
644
|
"name": "canvas-sketch",
|
|
508
|
-
"description": "Nuxt
|
|
645
|
+
"description": "Nuxt module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
509
646
|
"repo": "LuXDAmore/generative-art",
|
|
510
647
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
511
648
|
"icon": "",
|
|
@@ -526,9 +663,31 @@
|
|
|
526
663
|
"requires": {}
|
|
527
664
|
}
|
|
528
665
|
},
|
|
666
|
+
{
|
|
667
|
+
"name": "capo",
|
|
668
|
+
"description": "Capo.js implementation for Nuxt",
|
|
669
|
+
"repo": "danielroe/nuxt-capo",
|
|
670
|
+
"npm": "nuxt-capo",
|
|
671
|
+
"icon": "",
|
|
672
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
673
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
674
|
+
"learn_more": "",
|
|
675
|
+
"category": "Performance",
|
|
676
|
+
"type": "3rd-party",
|
|
677
|
+
"maintainers": [
|
|
678
|
+
{
|
|
679
|
+
"name": "danielroe",
|
|
680
|
+
"github": "danielroe"
|
|
681
|
+
}
|
|
682
|
+
],
|
|
683
|
+
"compatibility": {
|
|
684
|
+
"nuxt": "^3.0.0",
|
|
685
|
+
"requires": {}
|
|
686
|
+
}
|
|
687
|
+
},
|
|
529
688
|
{
|
|
530
689
|
"name": "chakra-ui",
|
|
531
|
-
"description": "Chakra UI Module for Nuxt
|
|
690
|
+
"description": "Chakra UI Module for Nuxt",
|
|
532
691
|
"repo": "chakra-ui/chakra-ui-vue#develop/packages/chakra-ui-nuxt",
|
|
533
692
|
"npm": "@chakra-ui/nuxt",
|
|
534
693
|
"icon": "chakra-ui.png",
|
|
@@ -592,6 +751,29 @@
|
|
|
592
751
|
"requires": {}
|
|
593
752
|
}
|
|
594
753
|
},
|
|
754
|
+
{
|
|
755
|
+
"name": "clarity-analytics",
|
|
756
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
757
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
758
|
+
"npm": "nuxt-clarity-analytics",
|
|
759
|
+
"icon": "",
|
|
760
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
761
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
762
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
763
|
+
"category": "Analytics",
|
|
764
|
+
"type": "3rd-party",
|
|
765
|
+
"maintainers": [
|
|
766
|
+
{
|
|
767
|
+
"name": "Barbapapazes",
|
|
768
|
+
"github": "Barbapapazes",
|
|
769
|
+
"twitter": "soubiran_"
|
|
770
|
+
}
|
|
771
|
+
],
|
|
772
|
+
"compatibility": {
|
|
773
|
+
"nuxt": "^3.0.0",
|
|
774
|
+
"requires": {}
|
|
775
|
+
}
|
|
776
|
+
},
|
|
595
777
|
{
|
|
596
778
|
"name": "client-init",
|
|
597
779
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -616,7 +798,7 @@
|
|
|
616
798
|
},
|
|
617
799
|
{
|
|
618
800
|
"name": "cloudcms",
|
|
619
|
-
"description": "CloudCMS Nuxt
|
|
801
|
+
"description": "CloudCMS Nuxt Module",
|
|
620
802
|
"repo": "gitana/cloudcms-nuxt",
|
|
621
803
|
"npm": "cloudcms-nuxt",
|
|
622
804
|
"icon": "",
|
|
@@ -665,11 +847,11 @@
|
|
|
665
847
|
},
|
|
666
848
|
{
|
|
667
849
|
"name": "cloudinary",
|
|
668
|
-
"description": "Optimize images and videos in your Nuxt
|
|
669
|
-
"repo": "nuxt-
|
|
850
|
+
"description": "Optimize images and videos in your Nuxt application",
|
|
851
|
+
"repo": "nuxt-modules/cloudinary",
|
|
670
852
|
"npm": "@nuxtjs/cloudinary",
|
|
671
853
|
"icon": "cloudinary.png",
|
|
672
|
-
"github": "https://github.com/nuxt-
|
|
854
|
+
"github": "https://github.com/nuxt-modules/cloudinary",
|
|
673
855
|
"website": "https://cloudinary.nuxtjs.org",
|
|
674
856
|
"learn_more": "https://cloudinary.com",
|
|
675
857
|
"category": "Images",
|
|
@@ -688,11 +870,11 @@
|
|
|
688
870
|
},
|
|
689
871
|
{
|
|
690
872
|
"name": "color-mode",
|
|
691
|
-
"description": "Dark and Light mode for
|
|
692
|
-
"repo": "nuxt-
|
|
873
|
+
"description": "Dark and Light mode for Nuxt with auto detection",
|
|
874
|
+
"repo": "nuxt-modules/color-mode",
|
|
693
875
|
"npm": "@nuxtjs/color-mode",
|
|
694
876
|
"icon": "color-mode.png",
|
|
695
|
-
"github": "https://github.com/nuxt-
|
|
877
|
+
"github": "https://github.com/nuxt-modules/color-mode",
|
|
696
878
|
"website": "https://color-mode.nuxtjs.org",
|
|
697
879
|
"learn_more": "",
|
|
698
880
|
"category": "UI",
|
|
@@ -785,7 +967,7 @@
|
|
|
785
967
|
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
786
968
|
"repo": "nuxt/content#main",
|
|
787
969
|
"npm": "@nuxt/content",
|
|
788
|
-
"icon": "nuxt.
|
|
970
|
+
"icon": "nuxt.svg",
|
|
789
971
|
"github": "https://github.com/nuxt/content",
|
|
790
972
|
"website": "https://content.nuxtjs.org",
|
|
791
973
|
"learn_more": "",
|
|
@@ -909,7 +1091,7 @@
|
|
|
909
1091
|
},
|
|
910
1092
|
{
|
|
911
1093
|
"name": "darkmode.js",
|
|
912
|
-
"description": "Add darkmode / nightmode to your Nuxt
|
|
1094
|
+
"description": "Add darkmode / nightmode to your Nuxt project in a few seconds",
|
|
913
1095
|
"repo": "sandoche/nuxtjs-darkmode-js-module#main",
|
|
914
1096
|
"npm": "nuxtjs-darkmode-js-module",
|
|
915
1097
|
"icon": "darkmode.png",
|
|
@@ -931,7 +1113,7 @@
|
|
|
931
1113
|
},
|
|
932
1114
|
{
|
|
933
1115
|
"name": "date-fns",
|
|
934
|
-
"description": "Modern JavaScript date utility library - date-fns for Nuxt
|
|
1116
|
+
"description": "Modern JavaScript date utility library - date-fns for Nuxt",
|
|
935
1117
|
"repo": "nuxt-community/date-fns-module",
|
|
936
1118
|
"npm": "@nuxtjs/date-fns",
|
|
937
1119
|
"icon": "date-fns.png",
|
|
@@ -953,7 +1135,7 @@
|
|
|
953
1135
|
},
|
|
954
1136
|
{
|
|
955
1137
|
"name": "datocms-nuxt2",
|
|
956
|
-
"description": "DatoCMS integration for Nuxt
|
|
1138
|
+
"description": "DatoCMS integration for Nuxt v2",
|
|
957
1139
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
958
1140
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
959
1141
|
"icon": "datocms.svg",
|
|
@@ -1022,8 +1204,8 @@
|
|
|
1022
1204
|
},
|
|
1023
1205
|
{
|
|
1024
1206
|
"name": "delay-hydration",
|
|
1025
|
-
"description": "Improve your Nuxt
|
|
1026
|
-
"repo": "harlan-zw/nuxt-delay-hydration
|
|
1207
|
+
"description": "Improve your Nuxt v2 Google Lighthouse score by delaying hydration.",
|
|
1208
|
+
"repo": "harlan-zw/nuxt-delay-hydration",
|
|
1027
1209
|
"npm": "nuxt-delay-hydration",
|
|
1028
1210
|
"icon": "lighthouse.svg",
|
|
1029
1211
|
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
@@ -1045,12 +1227,12 @@
|
|
|
1045
1227
|
},
|
|
1046
1228
|
{
|
|
1047
1229
|
"name": "device",
|
|
1048
|
-
"description": "Device detection module for Nuxt
|
|
1049
|
-
"repo": "nuxt-
|
|
1230
|
+
"description": "Device detection module for Nuxt",
|
|
1231
|
+
"repo": "nuxt-modules/device",
|
|
1050
1232
|
"npm": "@nuxtjs/device",
|
|
1051
1233
|
"icon": "",
|
|
1052
|
-
"github": "https://github.com/nuxt-
|
|
1053
|
-
"website": "https://github.com/nuxt-
|
|
1234
|
+
"github": "https://github.com/nuxt-modules/device",
|
|
1235
|
+
"website": "https://github.com/nuxt-modules/device",
|
|
1054
1236
|
"learn_more": "",
|
|
1055
1237
|
"category": "Extensions",
|
|
1056
1238
|
"type": "community",
|
|
@@ -1068,9 +1250,9 @@
|
|
|
1068
1250
|
{
|
|
1069
1251
|
"name": "devtools",
|
|
1070
1252
|
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1071
|
-
"repo": "nuxt/devtools#main",
|
|
1253
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1072
1254
|
"npm": "@nuxt/devtools",
|
|
1073
|
-
"icon": "nuxt.
|
|
1255
|
+
"icon": "nuxt.svg",
|
|
1074
1256
|
"github": "https://github.com/nuxt/devtools",
|
|
1075
1257
|
"website": "https://devtools.nuxtjs.org/",
|
|
1076
1258
|
"learn_more": "",
|
|
@@ -1090,13 +1272,13 @@
|
|
|
1090
1272
|
},
|
|
1091
1273
|
{
|
|
1092
1274
|
"name": "directus",
|
|
1093
|
-
"description": "Easily connect your
|
|
1275
|
+
"description": "Easily connect your Nuxt application to your directus server.",
|
|
1094
1276
|
"repo": "intevel/nuxt-directus",
|
|
1095
1277
|
"npm": "nuxt-directus",
|
|
1096
1278
|
"icon": "directus.svg",
|
|
1097
|
-
"github": "https://github.com/
|
|
1098
|
-
"website": "https://nuxt-directus.
|
|
1099
|
-
"learn_more": "https://nuxt-directus.
|
|
1279
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
1280
|
+
"website": "https://nuxt-directus.site/",
|
|
1281
|
+
"learn_more": "https://nuxt-directus.site/",
|
|
1100
1282
|
"category": "CMS",
|
|
1101
1283
|
"type": "3rd-party",
|
|
1102
1284
|
"maintainers": [
|
|
@@ -1107,15 +1289,35 @@
|
|
|
1107
1289
|
}
|
|
1108
1290
|
],
|
|
1109
1291
|
"compatibility": {
|
|
1110
|
-
"nuxt": "^
|
|
1111
|
-
"requires": {
|
|
1112
|
-
|
|
1292
|
+
"nuxt": "^3.0.0",
|
|
1293
|
+
"requires": {}
|
|
1294
|
+
}
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"name": "disqus",
|
|
1298
|
+
"description": "Disqus Comments Module for Nuxt - Instantly add a comment widget to your app",
|
|
1299
|
+
"repo": "modbender/nuxt-disqus",
|
|
1300
|
+
"npm": "nuxt-disqus",
|
|
1301
|
+
"icon": "disqus.svg",
|
|
1302
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1303
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1304
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1305
|
+
"category": "Libraries",
|
|
1306
|
+
"type": "3rd-party",
|
|
1307
|
+
"maintainers": [
|
|
1308
|
+
{
|
|
1309
|
+
"name": "modbender",
|
|
1310
|
+
"github": "modbender"
|
|
1113
1311
|
}
|
|
1312
|
+
],
|
|
1313
|
+
"compatibility": {
|
|
1314
|
+
"nuxt": "^3.0.0",
|
|
1315
|
+
"requires": {}
|
|
1114
1316
|
}
|
|
1115
1317
|
},
|
|
1116
1318
|
{
|
|
1117
1319
|
"name": "dotenv",
|
|
1118
|
-
"description": "A Nuxt
|
|
1320
|
+
"description": "A Nuxt module that loads your .env file into your context options",
|
|
1119
1321
|
"repo": "nuxt-community/dotenv-module",
|
|
1120
1322
|
"npm": "@nuxtjs/dotenv",
|
|
1121
1323
|
"icon": "dotenv.png",
|
|
@@ -1137,7 +1339,7 @@
|
|
|
1137
1339
|
},
|
|
1138
1340
|
{
|
|
1139
1341
|
"name": "drupal-ce",
|
|
1140
|
-
"description": "Connects Nuxt
|
|
1342
|
+
"description": "Connects Nuxt with Drupal via the Lupus Custom Elements Renderer",
|
|
1141
1343
|
"repo": "drunomics/nuxtjs-drupal-ce",
|
|
1142
1344
|
"npm": "nuxtjs-drupal-ce",
|
|
1143
1345
|
"icon": "drupal-ce.png",
|
|
@@ -1170,7 +1372,7 @@
|
|
|
1170
1372
|
},
|
|
1171
1373
|
{
|
|
1172
1374
|
"name": "druxt",
|
|
1173
|
-
"description": "A bridge between frameworks, Drupal in the back, Nuxt
|
|
1375
|
+
"description": "A bridge between frameworks, Drupal in the back, Nuxt in the front.",
|
|
1174
1376
|
"repo": "druxt/druxt.js#develop/packages/druxt",
|
|
1175
1377
|
"npm": "druxt",
|
|
1176
1378
|
"icon": "druxt.svg",
|
|
@@ -1238,7 +1440,7 @@
|
|
|
1238
1440
|
},
|
|
1239
1441
|
{
|
|
1240
1442
|
"name": "emotion",
|
|
1241
|
-
"description": "The Next Generation of CSS-in-JS for Nuxt
|
|
1443
|
+
"description": "The Next Generation of CSS-in-JS for Nuxt",
|
|
1242
1444
|
"repo": "nuxt-modules/emotion",
|
|
1243
1445
|
"npm": "@nuxtjs/emotion",
|
|
1244
1446
|
"icon": "emotion.png",
|
|
@@ -1266,7 +1468,7 @@
|
|
|
1266
1468
|
},
|
|
1267
1469
|
{
|
|
1268
1470
|
"name": "eslint",
|
|
1269
|
-
"description": "ESLint module for Nuxt
|
|
1471
|
+
"description": "ESLint module for Nuxt",
|
|
1270
1472
|
"repo": "nuxt-community/eslint-module",
|
|
1271
1473
|
"npm": "@nuxtjs/eslint-module",
|
|
1272
1474
|
"icon": "eslint.png",
|
|
@@ -1288,7 +1490,7 @@
|
|
|
1288
1490
|
},
|
|
1289
1491
|
{
|
|
1290
1492
|
"name": "event-trace",
|
|
1291
|
-
"description": "Module for event trace in Nuxt
|
|
1493
|
+
"description": "Module for event trace in Nuxt",
|
|
1292
1494
|
"repo": "nuxt-community/nuxt-event-trace",
|
|
1293
1495
|
"npm": "nuxt-event-trace",
|
|
1294
1496
|
"icon": "",
|
|
@@ -1332,7 +1534,7 @@
|
|
|
1332
1534
|
},
|
|
1333
1535
|
{
|
|
1334
1536
|
"name": "feature-toggle",
|
|
1335
|
-
"description": "Feature toggle module for Nuxt
|
|
1537
|
+
"description": "Feature toggle module for Nuxt",
|
|
1336
1538
|
"repo": "stephenkr/nuxt-feature-toggle",
|
|
1337
1539
|
"npm": "nuxt-feature-toggle",
|
|
1338
1540
|
"icon": "",
|
|
@@ -1399,7 +1601,7 @@
|
|
|
1399
1601
|
},
|
|
1400
1602
|
{
|
|
1401
1603
|
"name": "floating-prompt-module",
|
|
1402
|
-
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt
|
|
1604
|
+
"description": "Invite your users to support you on product hunt with this floating prompt Nuxt module",
|
|
1403
1605
|
"repo": "sandoche/nuxt-floating-prompt-module#main",
|
|
1404
1606
|
"npm": "nuxt-floating-prompt-module",
|
|
1405
1607
|
"icon": "",
|
|
@@ -1508,6 +1710,29 @@
|
|
|
1508
1710
|
"requires": {}
|
|
1509
1711
|
}
|
|
1510
1712
|
},
|
|
1713
|
+
{
|
|
1714
|
+
"name": "form-actions",
|
|
1715
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1716
|
+
"repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
|
|
1717
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1718
|
+
"icon": "form-actions.svg",
|
|
1719
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1720
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1721
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1722
|
+
"category": "Request",
|
|
1723
|
+
"type": "3rd-party",
|
|
1724
|
+
"maintainers": [
|
|
1725
|
+
{
|
|
1726
|
+
"name": "Hebilicious",
|
|
1727
|
+
"github": "Hebilicious",
|
|
1728
|
+
"twitter": "its_hebilicious"
|
|
1729
|
+
}
|
|
1730
|
+
],
|
|
1731
|
+
"compatibility": {
|
|
1732
|
+
"nuxt": "^3.7.0",
|
|
1733
|
+
"requires": {}
|
|
1734
|
+
}
|
|
1735
|
+
},
|
|
1511
1736
|
{
|
|
1512
1737
|
"name": "formkit",
|
|
1513
1738
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1582,7 +1807,7 @@
|
|
|
1582
1807
|
},
|
|
1583
1808
|
{
|
|
1584
1809
|
"name": "google-adsense",
|
|
1585
|
-
"description": "Google Adsense Module for Nuxt
|
|
1810
|
+
"description": "Google Adsense Module for Nuxt",
|
|
1586
1811
|
"repo": "nuxt-community/google-adsense-module",
|
|
1587
1812
|
"npm": "@nuxtjs/google-adsense",
|
|
1588
1813
|
"icon": "google-adsense.png",
|
|
@@ -1608,7 +1833,7 @@
|
|
|
1608
1833
|
},
|
|
1609
1834
|
{
|
|
1610
1835
|
"name": "google-analytics",
|
|
1611
|
-
"description": "Google analytics Module for Nuxt
|
|
1836
|
+
"description": "Google analytics Module for Nuxt",
|
|
1612
1837
|
"repo": "nuxt-community/analytics-module",
|
|
1613
1838
|
"npm": "@nuxtjs/google-analytics",
|
|
1614
1839
|
"icon": "google-analytics.png",
|
|
@@ -1640,12 +1865,12 @@
|
|
|
1640
1865
|
},
|
|
1641
1866
|
{
|
|
1642
1867
|
"name": "google-fonts",
|
|
1643
|
-
"description": "Google Fonts module for
|
|
1644
|
-
"repo": "nuxt-
|
|
1868
|
+
"description": "Google Fonts module for Nuxt",
|
|
1869
|
+
"repo": "nuxt-modules/google-fonts",
|
|
1645
1870
|
"npm": "@nuxtjs/google-fonts",
|
|
1646
1871
|
"icon": "google-fonts.png",
|
|
1647
|
-
"github": "https://github.com/nuxt-
|
|
1648
|
-
"website": "https://
|
|
1872
|
+
"github": "https://github.com/nuxt-modules/google-fonts",
|
|
1873
|
+
"website": "https://google-fonts.nuxtjs.org",
|
|
1649
1874
|
"learn_more": "https://developers.google.com/fonts",
|
|
1650
1875
|
"category": "Fonts",
|
|
1651
1876
|
"type": "community",
|
|
@@ -1664,7 +1889,7 @@
|
|
|
1664
1889
|
},
|
|
1665
1890
|
{
|
|
1666
1891
|
"name": "google-gtag",
|
|
1667
|
-
"description": "Google GTag for Nuxt
|
|
1892
|
+
"description": "Google GTag for Nuxt",
|
|
1668
1893
|
"repo": "nuxt-community/google-gtag",
|
|
1669
1894
|
"npm": "@nuxtjs/google-gtag",
|
|
1670
1895
|
"icon": "gtm.png",
|
|
@@ -1690,7 +1915,7 @@
|
|
|
1690
1915
|
},
|
|
1691
1916
|
{
|
|
1692
1917
|
"name": "google-optimize",
|
|
1693
|
-
"description": "SSR friendly Google Optimize module for Nuxt
|
|
1918
|
+
"description": "SSR friendly Google Optimize module for Nuxt",
|
|
1694
1919
|
"repo": "nuxt-community/google-optimize-module",
|
|
1695
1920
|
"npm": "nuxt-google-optimize",
|
|
1696
1921
|
"icon": "google-optimize.png",
|
|
@@ -1745,7 +1970,7 @@
|
|
|
1745
1970
|
},
|
|
1746
1971
|
{
|
|
1747
1972
|
"name": "graphql-request",
|
|
1748
|
-
"description": "Easy Minimal GraphQL client integration with Nuxt
|
|
1973
|
+
"description": "Easy Minimal GraphQL client integration with Nuxt",
|
|
1749
1974
|
"repo": "gomah/nuxt-graphql-request",
|
|
1750
1975
|
"npm": "nuxt-graphql-request",
|
|
1751
1976
|
"icon": "graphql-request.png",
|
|
@@ -1789,7 +2014,7 @@
|
|
|
1789
2014
|
},
|
|
1790
2015
|
{
|
|
1791
2016
|
"name": "gtag",
|
|
1792
|
-
"description": "Google Analytics integration for Nuxt
|
|
2017
|
+
"description": "Google Analytics integration for Nuxt",
|
|
1793
2018
|
"repo": "johannschopplich/nuxt-gtag",
|
|
1794
2019
|
"npm": "nuxt-gtag",
|
|
1795
2020
|
"icon": "gtag.svg",
|
|
@@ -1813,7 +2038,7 @@
|
|
|
1813
2038
|
},
|
|
1814
2039
|
{
|
|
1815
2040
|
"name": "gtm",
|
|
1816
|
-
"description": "Google Tag Manager Module for Nuxt
|
|
2041
|
+
"description": "Google Tag Manager Module for Nuxt",
|
|
1817
2042
|
"repo": "nuxt-community/gtm-module",
|
|
1818
2043
|
"npm": "@nuxtjs/gtm",
|
|
1819
2044
|
"icon": "gtm.png",
|
|
@@ -1836,7 +2061,7 @@
|
|
|
1836
2061
|
},
|
|
1837
2062
|
{
|
|
1838
2063
|
"name": "guess",
|
|
1839
|
-
"description": "Guess.js module for Nuxt
|
|
2064
|
+
"description": "Guess.js module for Nuxt",
|
|
1840
2065
|
"repo": "nuxt-community/guess-module",
|
|
1841
2066
|
"npm": "@nuxtjs/guess-module",
|
|
1842
2067
|
"icon": "guessjs.png",
|
|
@@ -1856,6 +2081,28 @@
|
|
|
1856
2081
|
"requires": {}
|
|
1857
2082
|
}
|
|
1858
2083
|
},
|
|
2084
|
+
{
|
|
2085
|
+
"name": "hanko",
|
|
2086
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
2087
|
+
"repo": "nuxt-modules/hanko",
|
|
2088
|
+
"npm": "@nuxtjs/hanko",
|
|
2089
|
+
"icon": "hanko.svg",
|
|
2090
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2091
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2092
|
+
"learn_more": "https://hanko.io/",
|
|
2093
|
+
"category": "Security",
|
|
2094
|
+
"type": "community",
|
|
2095
|
+
"maintainers": [
|
|
2096
|
+
{
|
|
2097
|
+
"name": "danielroe",
|
|
2098
|
+
"github": "danielroe"
|
|
2099
|
+
}
|
|
2100
|
+
],
|
|
2101
|
+
"compatibility": {
|
|
2102
|
+
"nuxt": "^3.0.0",
|
|
2103
|
+
"requires": {}
|
|
2104
|
+
}
|
|
2105
|
+
},
|
|
1859
2106
|
{
|
|
1860
2107
|
"name": "harlem",
|
|
1861
2108
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1926,7 +2173,7 @@
|
|
|
1926
2173
|
},
|
|
1927
2174
|
{
|
|
1928
2175
|
"name": "helmet",
|
|
1929
|
-
"description": "Easy Helmet module with Nuxt
|
|
2176
|
+
"description": "Easy Helmet module with Nuxt'",
|
|
1930
2177
|
"repo": "victor-perez/nuxt-helmet",
|
|
1931
2178
|
"npm": "nuxt-helmet",
|
|
1932
2179
|
"icon": "",
|
|
@@ -1970,7 +2217,7 @@
|
|
|
1970
2217
|
},
|
|
1971
2218
|
{
|
|
1972
2219
|
"name": "history-state",
|
|
1973
|
-
"description": "Nuxt
|
|
2220
|
+
"description": "Nuxt module to backup or restore historical states",
|
|
1974
2221
|
"repo": "hidekatsu-izuno/nuxt-history-state",
|
|
1975
2222
|
"npm": "nuxt-history-state",
|
|
1976
2223
|
"icon": "",
|
|
@@ -2039,7 +2286,7 @@
|
|
|
2039
2286
|
},
|
|
2040
2287
|
{
|
|
2041
2288
|
"name": "http",
|
|
2042
|
-
"description": "Universal HTTP Module for Nuxt
|
|
2289
|
+
"description": "Universal HTTP Module for Nuxt",
|
|
2043
2290
|
"repo": "nuxt/http",
|
|
2044
2291
|
"npm": "@nuxt/http",
|
|
2045
2292
|
"icon": "http.png",
|
|
@@ -2067,7 +2314,7 @@
|
|
|
2067
2314
|
},
|
|
2068
2315
|
{
|
|
2069
2316
|
"name": "humans-txt",
|
|
2070
|
-
"description": "An initiative for knowing the people behind a website. It is a Nuxt
|
|
2317
|
+
"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.",
|
|
2071
2318
|
"repo": "Luxdamore/nuxt-humans-txt",
|
|
2072
2319
|
"npm": "@luxdamore/nuxt-humans-txt",
|
|
2073
2320
|
"icon": "",
|
|
@@ -2091,11 +2338,11 @@
|
|
|
2091
2338
|
{
|
|
2092
2339
|
"name": "i18n",
|
|
2093
2340
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
2094
|
-
"repo": "nuxt-
|
|
2341
|
+
"repo": "nuxt-modules/i18n",
|
|
2095
2342
|
"npm": "@nuxtjs/i18n",
|
|
2096
2343
|
"icon": "i18n.png",
|
|
2097
|
-
"github": "https://github.com/nuxt-
|
|
2098
|
-
"website": "https://i18n.nuxtjs.org",
|
|
2344
|
+
"github": "https://github.com/nuxt-modules/i18n",
|
|
2345
|
+
"website": "https://v8.i18n.nuxtjs.org",
|
|
2099
2346
|
"learn_more": "https://kazupon.github.io/vue-i18n/",
|
|
2100
2347
|
"category": "Extensions",
|
|
2101
2348
|
"type": "community",
|
|
@@ -2114,6 +2361,28 @@
|
|
|
2114
2361
|
"requires": {}
|
|
2115
2362
|
}
|
|
2116
2363
|
},
|
|
2364
|
+
{
|
|
2365
|
+
"name": "icon-font",
|
|
2366
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2367
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2368
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2369
|
+
"icon": "",
|
|
2370
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2371
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2372
|
+
"learn_more": "",
|
|
2373
|
+
"category": "UI",
|
|
2374
|
+
"type": "3rd-party",
|
|
2375
|
+
"maintainers": [
|
|
2376
|
+
{
|
|
2377
|
+
"name": "coremyslo",
|
|
2378
|
+
"github": "coremyslo"
|
|
2379
|
+
}
|
|
2380
|
+
],
|
|
2381
|
+
"compatibility": {
|
|
2382
|
+
"nuxt": "^3.0.0",
|
|
2383
|
+
"requires": {}
|
|
2384
|
+
}
|
|
2385
|
+
},
|
|
2117
2386
|
{
|
|
2118
2387
|
"name": "icon",
|
|
2119
2388
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2182,12 +2451,12 @@
|
|
|
2182
2451
|
},
|
|
2183
2452
|
{
|
|
2184
2453
|
"name": "image",
|
|
2185
|
-
"description": "Optimised images for
|
|
2454
|
+
"description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
|
|
2186
2455
|
"repo": "nuxt/image",
|
|
2187
2456
|
"npm": "@nuxt/image",
|
|
2188
2457
|
"icon": "image.png",
|
|
2189
2458
|
"github": "https://github.com/nuxt/image",
|
|
2190
|
-
"website": "https://image.
|
|
2459
|
+
"website": "https://image.nuxt.com",
|
|
2191
2460
|
"learn_more": "",
|
|
2192
2461
|
"category": "Images",
|
|
2193
2462
|
"type": "official",
|
|
@@ -2197,6 +2466,11 @@
|
|
|
2197
2466
|
"github": "farnabaz",
|
|
2198
2467
|
"twitter": "a_birang"
|
|
2199
2468
|
},
|
|
2469
|
+
{
|
|
2470
|
+
"name": "Daniel Roe",
|
|
2471
|
+
"github": "danielroe",
|
|
2472
|
+
"twitter": "danielcroe"
|
|
2473
|
+
},
|
|
2200
2474
|
{
|
|
2201
2475
|
"name": "Pooya Parsa",
|
|
2202
2476
|
"github": "pi0",
|
|
@@ -2217,7 +2491,7 @@
|
|
|
2217
2491
|
},
|
|
2218
2492
|
{
|
|
2219
2493
|
"name": "imagemin",
|
|
2220
|
-
"description": "Automatically optimize (compress) all images used in Nuxt
|
|
2494
|
+
"description": "Automatically optimize (compress) all images used in Nuxt",
|
|
2221
2495
|
"repo": "nuxt-community/imagemin-module",
|
|
2222
2496
|
"npm": "@nuxtjs/imagemin",
|
|
2223
2497
|
"icon": "imagemin.png",
|
|
@@ -2240,12 +2514,12 @@
|
|
|
2240
2514
|
{
|
|
2241
2515
|
"name": "inkline",
|
|
2242
2516
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2243
|
-
"repo": "inkline/
|
|
2244
|
-
"npm": "@inkline/
|
|
2517
|
+
"repo": "inkline/plugin",
|
|
2518
|
+
"npm": "@inkline/plugin",
|
|
2245
2519
|
"icon": "inkline.svg",
|
|
2246
|
-
"github": "https://github.com/inkline/
|
|
2520
|
+
"github": "https://github.com/inkline/plugin",
|
|
2247
2521
|
"website": "https://inkline.io",
|
|
2248
|
-
"learn_more": "https://inkline.io/docs/
|
|
2522
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2249
2523
|
"category": "UI",
|
|
2250
2524
|
"type": "3rd-party",
|
|
2251
2525
|
"maintainers": [
|
|
@@ -2264,7 +2538,7 @@
|
|
|
2264
2538
|
},
|
|
2265
2539
|
{
|
|
2266
2540
|
"name": "intercom",
|
|
2267
|
-
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt
|
|
2541
|
+
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt",
|
|
2268
2542
|
"repo": "hex-digital/nuxt-intercom",
|
|
2269
2543
|
"npm": "@hexdigital/nuxt-intercom",
|
|
2270
2544
|
"icon": "intercom.png",
|
|
@@ -2309,7 +2583,7 @@
|
|
|
2309
2583
|
},
|
|
2310
2584
|
{
|
|
2311
2585
|
"name": "jsonapi",
|
|
2312
|
-
"description": "Easy JSON:API client integration for Nuxt
|
|
2586
|
+
"description": "Easy JSON:API client integration for Nuxt",
|
|
2313
2587
|
"repo": "patrickcate/nuxt-jsonapi",
|
|
2314
2588
|
"npm": "nuxt-jsonapi",
|
|
2315
2589
|
"icon": "jsonapi.svg",
|
|
@@ -2353,7 +2627,7 @@
|
|
|
2353
2627
|
},
|
|
2354
2628
|
{
|
|
2355
2629
|
"name": "kql",
|
|
2356
|
-
"description": "Nuxt
|
|
2630
|
+
"description": "Nuxt module for Kirby's Query Language API",
|
|
2357
2631
|
"repo": "johannschopplich/nuxt-kql",
|
|
2358
2632
|
"npm": "nuxt-kql",
|
|
2359
2633
|
"icon": "kql.svg",
|
|
@@ -2377,7 +2651,7 @@
|
|
|
2377
2651
|
},
|
|
2378
2652
|
{
|
|
2379
2653
|
"name": "laravel-echo",
|
|
2380
|
-
"description": "Laravel Echo for Nuxt
|
|
2654
|
+
"description": "Laravel Echo for Nuxt",
|
|
2381
2655
|
"repo": "nuxt-community/laravel-echo",
|
|
2382
2656
|
"npm": "@nuxtjs/laravel-echo",
|
|
2383
2657
|
"icon": "laravel-echo.png",
|
|
@@ -2465,13 +2739,13 @@
|
|
|
2465
2739
|
},
|
|
2466
2740
|
{
|
|
2467
2741
|
"name": "link-checker",
|
|
2468
|
-
"description": "
|
|
2742
|
+
"description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
|
|
2469
2743
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2470
2744
|
"npm": "nuxt-link-checker",
|
|
2471
|
-
"icon": "",
|
|
2745
|
+
"icon": "link-checker.svg",
|
|
2472
2746
|
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2473
|
-
"website": "https://
|
|
2474
|
-
"learn_more": "",
|
|
2747
|
+
"website": "https://nuxtseo.com/link-checker",
|
|
2748
|
+
"learn_more": "https://nuxtseo.com/link-checker",
|
|
2475
2749
|
"category": "SEO",
|
|
2476
2750
|
"type": "3rd-party",
|
|
2477
2751
|
"maintainers": [
|
|
@@ -2561,12 +2835,12 @@
|
|
|
2561
2835
|
},
|
|
2562
2836
|
{
|
|
2563
2837
|
"name": "logrocket",
|
|
2564
|
-
"description": "LogRocket module for Nuxt
|
|
2565
|
-
"repo": "nuxt-
|
|
2838
|
+
"description": "LogRocket module for Nuxt to help you fix bugs and understand user behaviour.",
|
|
2839
|
+
"repo": "nuxt-modules/logrocket",
|
|
2566
2840
|
"npm": "nuxt-logrocket",
|
|
2567
2841
|
"icon": "logrocket.png",
|
|
2568
|
-
"github": "https://github.com/nuxt-
|
|
2569
|
-
"website": "https://github.com/nuxt-
|
|
2842
|
+
"github": "https://github.com/nuxt-modules/logrocket",
|
|
2843
|
+
"website": "https://github.com/nuxt-modules/logrocket",
|
|
2570
2844
|
"learn_more": "https://docs.logrocket.com/docs",
|
|
2571
2845
|
"category": "Monitoring",
|
|
2572
2846
|
"type": "community",
|
|
@@ -2582,9 +2856,35 @@
|
|
|
2582
2856
|
"requires": {}
|
|
2583
2857
|
}
|
|
2584
2858
|
},
|
|
2859
|
+
{
|
|
2860
|
+
"name": "lucide-icons",
|
|
2861
|
+
"description": "Nuxt module to integrate Lucide icons",
|
|
2862
|
+
"repo": "swisnl/nuxt-lucide-icons",
|
|
2863
|
+
"npm": "nuxt-lucide-icons",
|
|
2864
|
+
"icon": "lucide-icons.svg",
|
|
2865
|
+
"github": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2866
|
+
"website": "https://github.com/swisnl/nuxt-lucide-icons",
|
|
2867
|
+
"learn_more": "",
|
|
2868
|
+
"category": "UI",
|
|
2869
|
+
"type": "3rd-party",
|
|
2870
|
+
"maintainers": [
|
|
2871
|
+
{
|
|
2872
|
+
"name": "SWIS",
|
|
2873
|
+
"github": "swisnl"
|
|
2874
|
+
},
|
|
2875
|
+
{
|
|
2876
|
+
"name": "Jasper Zonneveld",
|
|
2877
|
+
"github": "JaZo"
|
|
2878
|
+
}
|
|
2879
|
+
],
|
|
2880
|
+
"compatibility": {
|
|
2881
|
+
"nuxt": "^3.0.0",
|
|
2882
|
+
"requires": {}
|
|
2883
|
+
}
|
|
2884
|
+
},
|
|
2585
2885
|
{
|
|
2586
2886
|
"name": "lunr",
|
|
2587
|
-
"description": "Full-text search with pre-build indexes for Nuxt
|
|
2887
|
+
"description": "Full-text search with pre-build indexes for Nuxt using lunr.js",
|
|
2588
2888
|
"repo": "nuxt-community/lunr-module",
|
|
2589
2889
|
"npm": "@nuxtjs/lunr-module",
|
|
2590
2890
|
"icon": "",
|
|
@@ -2697,7 +2997,7 @@
|
|
|
2697
2997
|
},
|
|
2698
2998
|
{
|
|
2699
2999
|
"name": "medusa",
|
|
2700
|
-
"description": "Easily connect to Medusa from your Nuxt
|
|
3000
|
+
"description": "Easily connect to Medusa from your Nuxt application",
|
|
2701
3001
|
"repo": "Baroshem/nuxt-medusa",
|
|
2702
3002
|
"npm": "nuxt-medusa",
|
|
2703
3003
|
"icon": "medusa.svg",
|
|
@@ -2722,7 +3022,7 @@
|
|
|
2722
3022
|
},
|
|
2723
3023
|
{
|
|
2724
3024
|
"name": "meilisearch",
|
|
2725
|
-
"description": "Meilisearch Instant Search module for Nuxt
|
|
3025
|
+
"description": "Meilisearch Instant Search module for Nuxt",
|
|
2726
3026
|
"repo": "xlanex6/nuxt-meilisearch",
|
|
2727
3027
|
"npm": "nuxt-meilisearch",
|
|
2728
3028
|
"icon": "meilisearch.svg",
|
|
@@ -2814,7 +3114,7 @@
|
|
|
2814
3114
|
},
|
|
2815
3115
|
{
|
|
2816
3116
|
"name": "moment",
|
|
2817
|
-
"description": "Efficient Moment.js module for Nuxt
|
|
3117
|
+
"description": "Efficient Moment.js module for Nuxt so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
2818
3118
|
"repo": "nuxt-community/moment-module",
|
|
2819
3119
|
"npm": "@nuxtjs/moment",
|
|
2820
3120
|
"icon": "momentjs.png",
|
|
@@ -2841,7 +3141,7 @@
|
|
|
2841
3141
|
},
|
|
2842
3142
|
{
|
|
2843
3143
|
"name": "mq",
|
|
2844
|
-
"description": "vue-mq module for Nuxt.
|
|
3144
|
+
"description": "vue-mq module for Nuxt. Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.",
|
|
2845
3145
|
"repo": "vanhoofmaarten/nuxt-mq",
|
|
2846
3146
|
"npm": "nuxt-mq",
|
|
2847
3147
|
"icon": "",
|
|
@@ -2885,7 +3185,7 @@
|
|
|
2885
3185
|
},
|
|
2886
3186
|
{
|
|
2887
3187
|
"name": "netlify-cache",
|
|
2888
|
-
"description": "Nuxt
|
|
3188
|
+
"description": "Nuxt module that uses netlify cache to speed up redeploy for Nuxt version < 2.14",
|
|
2889
3189
|
"repo": "DreaMinder/nuxt-netlify-cache",
|
|
2890
3190
|
"npm": "nuxt-netlify-cache",
|
|
2891
3191
|
"icon": "netlify.png",
|
|
@@ -2930,7 +3230,7 @@
|
|
|
2930
3230
|
},
|
|
2931
3231
|
{
|
|
2932
3232
|
"name": "netlify",
|
|
2933
|
-
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt
|
|
3233
|
+
"description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
|
|
2934
3234
|
"repo": "bazzite/nuxt-netlify",
|
|
2935
3235
|
"npm": "@aceforth/nuxt-netlify",
|
|
2936
3236
|
"icon": "netlify.png",
|
|
@@ -3000,6 +3300,50 @@
|
|
|
3000
3300
|
"requires": {}
|
|
3001
3301
|
}
|
|
3002
3302
|
},
|
|
3303
|
+
{
|
|
3304
|
+
"name": "nupolyon",
|
|
3305
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3306
|
+
"repo": "adenvt/nupolyon",
|
|
3307
|
+
"npm": "nupolyon",
|
|
3308
|
+
"icon": "",
|
|
3309
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3310
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3311
|
+
"learn_more": "",
|
|
3312
|
+
"category": "Performance",
|
|
3313
|
+
"type": "3rd-party",
|
|
3314
|
+
"maintainers": [
|
|
3315
|
+
{
|
|
3316
|
+
"name": "adenvt",
|
|
3317
|
+
"github": "adenvt"
|
|
3318
|
+
}
|
|
3319
|
+
],
|
|
3320
|
+
"compatibility": {
|
|
3321
|
+
"nuxt": "^3.0.0",
|
|
3322
|
+
"requires": {}
|
|
3323
|
+
}
|
|
3324
|
+
},
|
|
3325
|
+
{
|
|
3326
|
+
"name": "nuxt-anchorscroll",
|
|
3327
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3328
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3329
|
+
"npm": "nuxt-anchorscroll",
|
|
3330
|
+
"icon": "",
|
|
3331
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3332
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3333
|
+
"learn_more": "",
|
|
3334
|
+
"category": "UI",
|
|
3335
|
+
"type": "3rd-party",
|
|
3336
|
+
"maintainers": [
|
|
3337
|
+
{
|
|
3338
|
+
"name": "Helltraitor",
|
|
3339
|
+
"github": "helltraitor"
|
|
3340
|
+
}
|
|
3341
|
+
],
|
|
3342
|
+
"compatibility": {
|
|
3343
|
+
"nuxt": "^3.0.0",
|
|
3344
|
+
"requires": {}
|
|
3345
|
+
}
|
|
3346
|
+
},
|
|
3003
3347
|
{
|
|
3004
3348
|
"name": "nuxt-auth",
|
|
3005
3349
|
"description": "",
|
|
@@ -3022,9 +3366,53 @@
|
|
|
3022
3366
|
"requires": {}
|
|
3023
3367
|
}
|
|
3024
3368
|
},
|
|
3369
|
+
{
|
|
3370
|
+
"name": "nuxt-basic-auth",
|
|
3371
|
+
"description": "Nuxt Module for Basic Authentication",
|
|
3372
|
+
"repo": "kgierke/nuxt-basic-auth",
|
|
3373
|
+
"npm": "@kgierke/nuxt-basic-auth",
|
|
3374
|
+
"icon": "",
|
|
3375
|
+
"github": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3376
|
+
"website": "https://github.com/kgierke/nuxt-basic-auth",
|
|
3377
|
+
"learn_more": "",
|
|
3378
|
+
"category": "Security",
|
|
3379
|
+
"type": "3rd-party",
|
|
3380
|
+
"maintainers": [
|
|
3381
|
+
{
|
|
3382
|
+
"name": "kgierke",
|
|
3383
|
+
"github": "kgierke"
|
|
3384
|
+
}
|
|
3385
|
+
],
|
|
3386
|
+
"compatibility": {
|
|
3387
|
+
"nuxt": "^3.0.0",
|
|
3388
|
+
"requires": {}
|
|
3389
|
+
}
|
|
3390
|
+
},
|
|
3391
|
+
{
|
|
3392
|
+
"name": "nuxt-bootstrap-icons",
|
|
3393
|
+
"description": "Just a simple integration for Bootstrap Icons",
|
|
3394
|
+
"repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3395
|
+
"npm": "nuxt-bootstrap-icons",
|
|
3396
|
+
"icon": "bootstrap-icons.svg",
|
|
3397
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3398
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3399
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
|
|
3400
|
+
"category": "UI",
|
|
3401
|
+
"type": "3rd-party",
|
|
3402
|
+
"maintainers": [
|
|
3403
|
+
{
|
|
3404
|
+
"name": "OyewoleOyedeji",
|
|
3405
|
+
"github": "OyewoleOyedeji"
|
|
3406
|
+
}
|
|
3407
|
+
],
|
|
3408
|
+
"compatibility": {
|
|
3409
|
+
"nuxt": "^3.0.0",
|
|
3410
|
+
"requires": {}
|
|
3411
|
+
}
|
|
3412
|
+
},
|
|
3025
3413
|
{
|
|
3026
3414
|
"name": "nuxt-chatgpt",
|
|
3027
|
-
"description": "ChatGPT integration for Nuxt
|
|
3415
|
+
"description": "ChatGPT integration for Nuxt",
|
|
3028
3416
|
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3029
3417
|
"npm": "nuxt-chatgpt",
|
|
3030
3418
|
"icon": "chatgpt.svg",
|
|
@@ -3045,27 +3433,75 @@
|
|
|
3045
3433
|
}
|
|
3046
3434
|
},
|
|
3047
3435
|
{
|
|
3048
|
-
"name": "nuxt-
|
|
3049
|
-
"description": "
|
|
3050
|
-
"repo": "
|
|
3051
|
-
"npm": "nuxt-
|
|
3052
|
-
"icon": "nuxt-
|
|
3053
|
-
"github": "https://github.com/
|
|
3054
|
-
"website": "https://nuxt-
|
|
3055
|
-
"learn_more": "",
|
|
3056
|
-
"category": "
|
|
3436
|
+
"name": "nuxt-facebook-chat",
|
|
3437
|
+
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
3438
|
+
"repo": "superdev-tech/nuxt-facebook-chat",
|
|
3439
|
+
"npm": "nuxt-facebook-chat",
|
|
3440
|
+
"icon": "nuxt-facebook-chat.svg",
|
|
3441
|
+
"github": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3442
|
+
"website": "https://github.com/superdev-tech/nuxt-facebook-chat",
|
|
3443
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-facebook-chat",
|
|
3444
|
+
"category": "Libraries",
|
|
3057
3445
|
"type": "3rd-party",
|
|
3058
3446
|
"maintainers": [
|
|
3059
3447
|
{
|
|
3060
|
-
"name": "
|
|
3061
|
-
"github": "
|
|
3062
|
-
"twitter": "dulnan",
|
|
3063
|
-
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
3448
|
+
"name": "Supanut Dokmaithong",
|
|
3449
|
+
"github": "Boomgeek"
|
|
3064
3450
|
},
|
|
3065
3451
|
{
|
|
3066
|
-
"name": "
|
|
3067
|
-
"github": "
|
|
3068
|
-
|
|
3452
|
+
"name": "superdev-tech",
|
|
3453
|
+
"github": "superdev-tech"
|
|
3454
|
+
}
|
|
3455
|
+
],
|
|
3456
|
+
"compatibility": {
|
|
3457
|
+
"nuxt": "^3.0.0",
|
|
3458
|
+
"requires": {}
|
|
3459
|
+
}
|
|
3460
|
+
},
|
|
3461
|
+
{
|
|
3462
|
+
"name": "nuxt-feedme",
|
|
3463
|
+
"description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
|
|
3464
|
+
"repo": "helltraitor/nuxt-feedme",
|
|
3465
|
+
"npm": "nuxt-feedme",
|
|
3466
|
+
"icon": "",
|
|
3467
|
+
"github": "https://github.com/helltraitor/nuxt-feedme",
|
|
3468
|
+
"website": "https://github.com/helltraitor/nuxt-feedme",
|
|
3469
|
+
"learn_more": "",
|
|
3470
|
+
"category": "SEO",
|
|
3471
|
+
"type": "3rd-party",
|
|
3472
|
+
"maintainers": [
|
|
3473
|
+
{
|
|
3474
|
+
"name": "Helltraitor",
|
|
3475
|
+
"github": "helltraitor"
|
|
3476
|
+
}
|
|
3477
|
+
],
|
|
3478
|
+
"compatibility": {
|
|
3479
|
+
"nuxt": "^3.0.0",
|
|
3480
|
+
"requires": {}
|
|
3481
|
+
}
|
|
3482
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
"name": "nuxt-graphql-middleware",
|
|
3485
|
+
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
3486
|
+
"repo": "dulnan/nuxt-graphql-middleware",
|
|
3487
|
+
"npm": "nuxt-graphql-middleware",
|
|
3488
|
+
"icon": "nuxt-graphql-middleware.svg",
|
|
3489
|
+
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
3490
|
+
"website": "https://nuxt-graphql-middleware.dulnan.net",
|
|
3491
|
+
"learn_more": "",
|
|
3492
|
+
"category": "Request",
|
|
3493
|
+
"type": "3rd-party",
|
|
3494
|
+
"maintainers": [
|
|
3495
|
+
{
|
|
3496
|
+
"name": "dulnan",
|
|
3497
|
+
"github": "dulnan",
|
|
3498
|
+
"twitter": "dulnan",
|
|
3499
|
+
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
3500
|
+
},
|
|
3501
|
+
{
|
|
3502
|
+
"name": "ayalon",
|
|
3503
|
+
"github": "ayalon",
|
|
3504
|
+
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
3069
3505
|
}
|
|
3070
3506
|
],
|
|
3071
3507
|
"compatibility": {
|
|
@@ -3095,6 +3531,28 @@
|
|
|
3095
3531
|
"requires": {}
|
|
3096
3532
|
}
|
|
3097
3533
|
},
|
|
3534
|
+
{
|
|
3535
|
+
"name": "nuxt-gtm",
|
|
3536
|
+
"description": "A Nuxt module for Google Tag Manager",
|
|
3537
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3538
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3539
|
+
"icon": "nuxt-gtm.svg",
|
|
3540
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3541
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3542
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3543
|
+
"category": "Analytics",
|
|
3544
|
+
"type": "3rd-party",
|
|
3545
|
+
"maintainers": [
|
|
3546
|
+
{
|
|
3547
|
+
"name": "Zadig&Voltaire Team",
|
|
3548
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3549
|
+
}
|
|
3550
|
+
],
|
|
3551
|
+
"compatibility": {
|
|
3552
|
+
"nuxt": "^3.0.0",
|
|
3553
|
+
"requires": {}
|
|
3554
|
+
}
|
|
3555
|
+
},
|
|
3098
3556
|
{
|
|
3099
3557
|
"name": "nuxt-hue",
|
|
3100
3558
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -3119,6 +3577,28 @@
|
|
|
3119
3577
|
}
|
|
3120
3578
|
}
|
|
3121
3579
|
},
|
|
3580
|
+
{
|
|
3581
|
+
"name": "nuxt-jsonld",
|
|
3582
|
+
"description": "Manage JSON-LD in Vue component.",
|
|
3583
|
+
"repo": "ymmooot/nuxt-jsonld",
|
|
3584
|
+
"npm": "nuxt-jsonld",
|
|
3585
|
+
"icon": "",
|
|
3586
|
+
"github": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3587
|
+
"website": "https://github.com/ymmooot/nuxt-jsonld",
|
|
3588
|
+
"learn_more": "",
|
|
3589
|
+
"category": "SEO",
|
|
3590
|
+
"type": "3rd-party",
|
|
3591
|
+
"maintainers": [
|
|
3592
|
+
{
|
|
3593
|
+
"name": "ymmooot",
|
|
3594
|
+
"github": "ymmooot"
|
|
3595
|
+
}
|
|
3596
|
+
],
|
|
3597
|
+
"compatibility": {
|
|
3598
|
+
"nuxt": "^3.0.0",
|
|
3599
|
+
"requires": {}
|
|
3600
|
+
}
|
|
3601
|
+
},
|
|
3122
3602
|
{
|
|
3123
3603
|
"name": "nuxt-localtunnel",
|
|
3124
3604
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3144,7 +3624,7 @@
|
|
|
3144
3624
|
},
|
|
3145
3625
|
{
|
|
3146
3626
|
"name": "nuxt-loco",
|
|
3147
|
-
"description": "A localise.biz module to synth locale with Nuxt
|
|
3627
|
+
"description": "A localise.biz module to synth locale with Nuxt",
|
|
3148
3628
|
"repo": "gaetansenn/nuxt-loco",
|
|
3149
3629
|
"npm": "nuxt-loco",
|
|
3150
3630
|
"icon": "",
|
|
@@ -3187,6 +3667,28 @@
|
|
|
3187
3667
|
"requires": {}
|
|
3188
3668
|
}
|
|
3189
3669
|
},
|
|
3670
|
+
{
|
|
3671
|
+
"name": "nuxt-mdi",
|
|
3672
|
+
"description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
|
|
3673
|
+
"repo": "ERPedersen/nuxt-mdi",
|
|
3674
|
+
"npm": "nuxt-mdi",
|
|
3675
|
+
"icon": "mdi.png",
|
|
3676
|
+
"github": "https://github.com/ERPedersen/nuxt-mdi",
|
|
3677
|
+
"website": "https://nuxt-mdi.emilrosenius.com",
|
|
3678
|
+
"learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
|
|
3679
|
+
"category": "Libraries",
|
|
3680
|
+
"type": "3rd-party",
|
|
3681
|
+
"maintainers": [
|
|
3682
|
+
{
|
|
3683
|
+
"name": "Emil Rosenius",
|
|
3684
|
+
"github": "ERPedersen"
|
|
3685
|
+
}
|
|
3686
|
+
],
|
|
3687
|
+
"compatibility": {
|
|
3688
|
+
"nuxt": "^3.0.0",
|
|
3689
|
+
"requires": {}
|
|
3690
|
+
}
|
|
3691
|
+
},
|
|
3190
3692
|
{
|
|
3191
3693
|
"name": "nuxt-monaco-editor",
|
|
3192
3694
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3211,12 +3713,12 @@
|
|
|
3211
3713
|
},
|
|
3212
3714
|
{
|
|
3213
3715
|
"name": "nuxt-mongoose",
|
|
3214
|
-
"description": "A Nuxt
|
|
3716
|
+
"description": "A Nuxt module for simplifying the use of Mongoose in your project.",
|
|
3215
3717
|
"repo": "arashsheyda/nuxt-mongoose",
|
|
3216
3718
|
"npm": "nuxt-mongoose",
|
|
3217
3719
|
"icon": "nuxt-mongoose.svg",
|
|
3218
3720
|
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3219
|
-
"website": "https://
|
|
3721
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3220
3722
|
"learn_more": "",
|
|
3221
3723
|
"category": "Database",
|
|
3222
3724
|
"type": "3rd-party",
|
|
@@ -3254,6 +3756,28 @@
|
|
|
3254
3756
|
"requires": {}
|
|
3255
3757
|
}
|
|
3256
3758
|
},
|
|
3759
|
+
{
|
|
3760
|
+
"name": "nuxt-phosphor-icons",
|
|
3761
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3762
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3763
|
+
"npm": "nuxt-phosphor-icons",
|
|
3764
|
+
"icon": "phosphor-icons.svg",
|
|
3765
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3766
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3767
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3768
|
+
"category": "UI",
|
|
3769
|
+
"type": "3rd-party",
|
|
3770
|
+
"maintainers": [
|
|
3771
|
+
{
|
|
3772
|
+
"name": "OyewoleOyedeji",
|
|
3773
|
+
"github": "OyewoleOyedeji"
|
|
3774
|
+
}
|
|
3775
|
+
],
|
|
3776
|
+
"compatibility": {
|
|
3777
|
+
"nuxt": "^3.0.0",
|
|
3778
|
+
"requires": {}
|
|
3779
|
+
}
|
|
3780
|
+
},
|
|
3257
3781
|
{
|
|
3258
3782
|
"name": "nuxt-pino-log",
|
|
3259
3783
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3278,7 +3802,7 @@
|
|
|
3278
3802
|
},
|
|
3279
3803
|
{
|
|
3280
3804
|
"name": "plausible",
|
|
3281
|
-
"description": "Nuxt
|
|
3805
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3282
3806
|
"repo": "nuxt-modules/plausible",
|
|
3283
3807
|
"npm": "@nuxtjs/plausible",
|
|
3284
3808
|
"icon": "plausible.png",
|
|
@@ -3298,9 +3822,35 @@
|
|
|
3298
3822
|
"requires": {}
|
|
3299
3823
|
}
|
|
3300
3824
|
},
|
|
3825
|
+
{
|
|
3826
|
+
"name": "nuxt-plotly",
|
|
3827
|
+
"description": "nuxt-plotly is a thin Nuxt wrapper for plotly.js",
|
|
3828
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3829
|
+
"npm": "nuxt-plotly",
|
|
3830
|
+
"icon": "nuxt-plotly.svg",
|
|
3831
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3832
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3833
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3834
|
+
"category": "Libraries",
|
|
3835
|
+
"type": "3rd-party",
|
|
3836
|
+
"maintainers": [
|
|
3837
|
+
{
|
|
3838
|
+
"name": "Supanut Dokmaithong",
|
|
3839
|
+
"github": "Boomgeek"
|
|
3840
|
+
},
|
|
3841
|
+
{
|
|
3842
|
+
"name": "superdev-tech",
|
|
3843
|
+
"github": "superdev-tech"
|
|
3844
|
+
}
|
|
3845
|
+
],
|
|
3846
|
+
"compatibility": {
|
|
3847
|
+
"nuxt": "^3.0.0",
|
|
3848
|
+
"requires": {}
|
|
3849
|
+
}
|
|
3850
|
+
},
|
|
3301
3851
|
{
|
|
3302
3852
|
"name": "nuxt-png-to-ico",
|
|
3303
|
-
"description": "Nuxt
|
|
3853
|
+
"description": "Nuxt module for auto generating favicons",
|
|
3304
3854
|
"repo": "b5710546232/nuxt-png-to-ico",
|
|
3305
3855
|
"npm": "nuxt-png-to-ico",
|
|
3306
3856
|
"icon": "",
|
|
@@ -3323,7 +3873,7 @@
|
|
|
3323
3873
|
},
|
|
3324
3874
|
{
|
|
3325
3875
|
"name": "nuxt-smartlook",
|
|
3326
|
-
"description": "Integrate Smartlook in your Nuxt
|
|
3876
|
+
"description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
|
|
3327
3877
|
"repo": "f00b4r/nuxt-smartlook",
|
|
3328
3878
|
"npm": "nuxt-smartlook",
|
|
3329
3879
|
"icon": "nuxt-smartlook.png",
|
|
@@ -3375,7 +3925,7 @@
|
|
|
3375
3925
|
},
|
|
3376
3926
|
{
|
|
3377
3927
|
"name": "nuxt-storm",
|
|
3378
|
-
"description": "WebStorm & PHPStorm support for
|
|
3928
|
+
"description": "WebStorm & PHPStorm support for Nuxt components",
|
|
3379
3929
|
"repo": "fumeapp/nuxt-storm",
|
|
3380
3930
|
"npm": "nuxt-storm",
|
|
3381
3931
|
"icon": "nuxt-storm.png",
|
|
@@ -3419,7 +3969,7 @@
|
|
|
3419
3969
|
},
|
|
3420
3970
|
{
|
|
3421
3971
|
"name": "nuxt-unleash",
|
|
3422
|
-
"description": "Nuxt
|
|
3972
|
+
"description": "Nuxt module to use Unleash toggle feature services",
|
|
3423
3973
|
"repo": "conejerock/nuxt-unleash",
|
|
3424
3974
|
"npm": "nuxt-unleash",
|
|
3425
3975
|
"icon": "nuxt-unleash.svg",
|
|
@@ -3510,12 +4060,12 @@
|
|
|
3510
4060
|
{
|
|
3511
4061
|
"name": "nuxt-vue3-google-signin",
|
|
3512
4062
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3513
|
-
"repo": "
|
|
4063
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3514
4064
|
"npm": "nuxt-vue3-google-signin",
|
|
3515
4065
|
"icon": "vue3-google-signin.svg",
|
|
3516
|
-
"github": "https://github.com/
|
|
3517
|
-
"website": "https://vue3-google-signin.
|
|
3518
|
-
"learn_more": "https://vue3-google-signin.
|
|
4066
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
4067
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
4068
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3519
4069
|
"category": "Libraries",
|
|
3520
4070
|
"type": "3rd-party",
|
|
3521
4071
|
"maintainers": [
|
|
@@ -3531,7 +4081,7 @@
|
|
|
3531
4081
|
},
|
|
3532
4082
|
{
|
|
3533
4083
|
"name": "nuxt-vuetify",
|
|
3534
|
-
"description": "Add Vuetify 3 to your Nuxt
|
|
4084
|
+
"description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
|
|
3535
4085
|
"repo": "invictus-codes/nuxt-vuetify",
|
|
3536
4086
|
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3537
4087
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
@@ -3551,9 +4101,31 @@
|
|
|
3551
4101
|
"requires": {}
|
|
3552
4102
|
}
|
|
3553
4103
|
},
|
|
4104
|
+
{
|
|
4105
|
+
"name": "nuxt3-leaflet",
|
|
4106
|
+
"description": "Leaflet integration with Nuxt",
|
|
4107
|
+
"repo": "Gugustinette/Nuxt-Leaflet",
|
|
4108
|
+
"npm": "nuxt3-leaflet",
|
|
4109
|
+
"icon": "leaflet.png",
|
|
4110
|
+
"github": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4111
|
+
"website": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4112
|
+
"learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
|
|
4113
|
+
"category": "Libraries",
|
|
4114
|
+
"type": "3rd-party",
|
|
4115
|
+
"maintainers": [
|
|
4116
|
+
{
|
|
4117
|
+
"name": "Augustin MERCIER",
|
|
4118
|
+
"github": "Gugustinette"
|
|
4119
|
+
}
|
|
4120
|
+
],
|
|
4121
|
+
"compatibility": {
|
|
4122
|
+
"nuxt": "^3.0.0",
|
|
4123
|
+
"requires": {}
|
|
4124
|
+
}
|
|
4125
|
+
},
|
|
3554
4126
|
{
|
|
3555
4127
|
"name": "nuxt7",
|
|
3556
|
-
"description": "Full Featured iOS & Android PWA Apps with Nuxt
|
|
4128
|
+
"description": "Full Featured iOS & Android PWA Apps with Nuxt and Framework7",
|
|
3557
4129
|
"repo": "nuxt-community/nuxt7",
|
|
3558
4130
|
"npm": "nuxt7",
|
|
3559
4131
|
"icon": "",
|
|
@@ -3576,13 +4148,13 @@
|
|
|
3576
4148
|
},
|
|
3577
4149
|
{
|
|
3578
4150
|
"name": "og-image",
|
|
3579
|
-
"description": "
|
|
4151
|
+
"description": "Enlightened runtime images generated with Vue templates.",
|
|
3580
4152
|
"repo": "harlan-zw/nuxt-og-image",
|
|
3581
4153
|
"npm": "nuxt-og-image",
|
|
3582
|
-
"icon": "",
|
|
4154
|
+
"icon": "og-image.svg",
|
|
3583
4155
|
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3584
|
-
"website": "https://
|
|
3585
|
-
"learn_more": "",
|
|
4156
|
+
"website": "https://nuxtseo.com/og-image",
|
|
4157
|
+
"learn_more": "https://nuxtseo.com/og-image",
|
|
3586
4158
|
"category": "SEO",
|
|
3587
4159
|
"type": "3rd-party",
|
|
3588
4160
|
"maintainers": [
|
|
@@ -3623,7 +4195,7 @@
|
|
|
3623
4195
|
},
|
|
3624
4196
|
{
|
|
3625
4197
|
"name": "optimized-images",
|
|
3626
|
-
"description": "Automatically optimizes images used in Nuxt
|
|
4198
|
+
"description": "Automatically optimizes images used in Nuxt projects (jpeg, png, svg, webp and gif).",
|
|
3627
4199
|
"repo": "juliomrqz/nuxt-optimized-images",
|
|
3628
4200
|
"npm": "@aceforth/nuxt-optimized-images",
|
|
3629
4201
|
"icon": "",
|
|
@@ -3668,7 +4240,7 @@
|
|
|
3668
4240
|
},
|
|
3669
4241
|
{
|
|
3670
4242
|
"name": "parse",
|
|
3671
|
-
"description": "Parse package for Nuxt
|
|
4243
|
+
"description": "Parse package for Nuxt",
|
|
3672
4244
|
"repo": "cierrateam/nuxt-parse",
|
|
3673
4245
|
"npm": "nuxt-parse",
|
|
3674
4246
|
"icon": "",
|
|
@@ -3688,6 +4260,29 @@
|
|
|
3688
4260
|
"requires": {}
|
|
3689
4261
|
}
|
|
3690
4262
|
},
|
|
4263
|
+
{
|
|
4264
|
+
"name": "particles",
|
|
4265
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4266
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4267
|
+
"npm": "nuxt-particles",
|
|
4268
|
+
"icon": "",
|
|
4269
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4270
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4271
|
+
"learn_more": "https://particles.js.org/",
|
|
4272
|
+
"category": "Libraries",
|
|
4273
|
+
"type": "3rd-party",
|
|
4274
|
+
"maintainers": [
|
|
4275
|
+
{
|
|
4276
|
+
"name": "Joey Pereira",
|
|
4277
|
+
"github": "Joepocalyptic",
|
|
4278
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4279
|
+
}
|
|
4280
|
+
],
|
|
4281
|
+
"compatibility": {
|
|
4282
|
+
"nuxt": "^3.0.0",
|
|
4283
|
+
"requires": {}
|
|
4284
|
+
}
|
|
4285
|
+
},
|
|
3691
4286
|
{
|
|
3692
4287
|
"name": "partytown",
|
|
3693
4288
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -3834,7 +4429,7 @@
|
|
|
3834
4429
|
},
|
|
3835
4430
|
{
|
|
3836
4431
|
"name": "plausible",
|
|
3837
|
-
"description": "Nuxt
|
|
4432
|
+
"description": "Nuxt module to natively integrate Plausible analytics",
|
|
3838
4433
|
"repo": "nuxt-modules/plausible",
|
|
3839
4434
|
"npm": "@nuxtjs/plausible",
|
|
3840
4435
|
"icon": "",
|
|
@@ -3876,9 +4471,33 @@
|
|
|
3876
4471
|
"requires": {}
|
|
3877
4472
|
}
|
|
3878
4473
|
},
|
|
4474
|
+
{
|
|
4475
|
+
"name": "prepare",
|
|
4476
|
+
"description": "Initialization steps at build time – like Nuxt 2 server init",
|
|
4477
|
+
"repo": "johannschopplich/nuxt-prepare",
|
|
4478
|
+
"npm": "nuxt-prepare",
|
|
4479
|
+
"icon": "prepare.svg",
|
|
4480
|
+
"github": "https://github.com/johannschopplich/nuxt-prepare",
|
|
4481
|
+
"website": "https://nuxt-prepare.jhnn.dev",
|
|
4482
|
+
"learn_more": "",
|
|
4483
|
+
"category": "Devtools",
|
|
4484
|
+
"type": "3rd-party",
|
|
4485
|
+
"maintainers": [
|
|
4486
|
+
{
|
|
4487
|
+
"name": "Johann Schopplich",
|
|
4488
|
+
"github": "johannschopplich",
|
|
4489
|
+
"twitter": "jschopplich",
|
|
4490
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
4491
|
+
}
|
|
4492
|
+
],
|
|
4493
|
+
"compatibility": {
|
|
4494
|
+
"nuxt": "^3.0.0",
|
|
4495
|
+
"requires": {}
|
|
4496
|
+
}
|
|
4497
|
+
},
|
|
3879
4498
|
{
|
|
3880
4499
|
"name": "prismic",
|
|
3881
|
-
"description": "Easily connect your Nuxt
|
|
4500
|
+
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
3882
4501
|
"repo": "nuxt-modules/prismic",
|
|
3883
4502
|
"npm": "@nuxtjs/prismic",
|
|
3884
4503
|
"icon": "prismic.png",
|
|
@@ -3945,7 +4564,7 @@
|
|
|
3945
4564
|
},
|
|
3946
4565
|
{
|
|
3947
4566
|
"name": "proxy",
|
|
3948
|
-
"description": "The one-liner node.js http-proxy middleware solution for Nuxt
|
|
4567
|
+
"description": "The one-liner node.js http-proxy middleware solution for Nuxt using http-proxy-middleware",
|
|
3949
4568
|
"repo": "nuxt-community/proxy-module",
|
|
3950
4569
|
"npm": "@nuxtjs/proxy",
|
|
3951
4570
|
"icon": "",
|
|
@@ -3991,7 +4610,7 @@
|
|
|
3991
4610
|
},
|
|
3992
4611
|
{
|
|
3993
4612
|
"name": "purgecss",
|
|
3994
|
-
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt
|
|
4613
|
+
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt",
|
|
3995
4614
|
"repo": "Developmint/nuxt-purgecss#main",
|
|
3996
4615
|
"npm": "nuxt-purgecss",
|
|
3997
4616
|
"icon": "purgecss.png",
|
|
@@ -4013,7 +4632,7 @@
|
|
|
4013
4632
|
},
|
|
4014
4633
|
{
|
|
4015
4634
|
"name": "pwa",
|
|
4016
|
-
"description": "Easily build a Progressive Web App for your Nuxt
|
|
4635
|
+
"description": "Easily build a Progressive Web App for your Nuxt application to improve your app's performance.",
|
|
4017
4636
|
"repo": "nuxt-community/pwa-module",
|
|
4018
4637
|
"npm": "@nuxtjs/pwa",
|
|
4019
4638
|
"icon": "pwa.png",
|
|
@@ -4038,7 +4657,7 @@
|
|
|
4038
4657
|
},
|
|
4039
4658
|
{
|
|
4040
4659
|
"name": "python",
|
|
4041
|
-
"description": "Write Nuxt
|
|
4660
|
+
"description": "Write Nuxt applications using Python",
|
|
4042
4661
|
"repo": "nuxt-community/python-module",
|
|
4043
4662
|
"npm": "@nuxtjs/python",
|
|
4044
4663
|
"icon": "python.png",
|
|
@@ -4080,9 +4699,31 @@
|
|
|
4080
4699
|
"requires": {}
|
|
4081
4700
|
}
|
|
4082
4701
|
},
|
|
4702
|
+
{
|
|
4703
|
+
"name": "radash",
|
|
4704
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4705
|
+
"repo": "bbg/nuxt-radash",
|
|
4706
|
+
"npm": "nuxt-radash",
|
|
4707
|
+
"icon": "radash.png",
|
|
4708
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4709
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4710
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4711
|
+
"category": "Libraries",
|
|
4712
|
+
"type": "3rd-party",
|
|
4713
|
+
"maintainers": [
|
|
4714
|
+
{
|
|
4715
|
+
"name": "Batuhan Göksu",
|
|
4716
|
+
"github": "bbg"
|
|
4717
|
+
}
|
|
4718
|
+
],
|
|
4719
|
+
"compatibility": {
|
|
4720
|
+
"nuxt": "^3.0.0",
|
|
4721
|
+
"requires": {}
|
|
4722
|
+
}
|
|
4723
|
+
},
|
|
4083
4724
|
{
|
|
4084
4725
|
"name": "recaptcha",
|
|
4085
|
-
"description": "Simple and easy Google reCAPTCHA module with Nuxt
|
|
4726
|
+
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
4086
4727
|
"repo": "nuxt-community/recaptcha-module",
|
|
4087
4728
|
"npm": "@nuxtjs/recaptcha",
|
|
4088
4729
|
"icon": "recaptcha.png",
|
|
@@ -4127,7 +4768,7 @@
|
|
|
4127
4768
|
},
|
|
4128
4769
|
{
|
|
4129
4770
|
"name": "rfg-icon",
|
|
4130
|
-
"description": "Nuxt
|
|
4771
|
+
"description": "Nuxt module for creating favicons with RealFaviconGenerator api",
|
|
4131
4772
|
"repo": "pimlie/nuxt-rfg-icon",
|
|
4132
4773
|
"npm": "nuxt-rfg-icon",
|
|
4133
4774
|
"icon": "real-favicon-generator.png",
|
|
@@ -4149,12 +4790,12 @@
|
|
|
4149
4790
|
},
|
|
4150
4791
|
{
|
|
4151
4792
|
"name": "robots",
|
|
4152
|
-
"description": "A Nuxt
|
|
4153
|
-
"repo": "nuxt-
|
|
4793
|
+
"description": "A Nuxt module thats inject a middleware to generate a robots.txt file",
|
|
4794
|
+
"repo": "nuxt-modules/robots",
|
|
4154
4795
|
"npm": "@nuxtjs/robots",
|
|
4155
4796
|
"icon": "robots.png",
|
|
4156
|
-
"github": "https://github.com/nuxt-
|
|
4157
|
-
"website": "https://github.com/nuxt-
|
|
4797
|
+
"github": "https://github.com/nuxt-modules/robots",
|
|
4798
|
+
"website": "https://github.com/nuxt-modules/robots",
|
|
4158
4799
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
4159
4800
|
"category": "SEO",
|
|
4160
4801
|
"type": "community",
|
|
@@ -4173,7 +4814,7 @@
|
|
|
4173
4814
|
},
|
|
4174
4815
|
{
|
|
4175
4816
|
"name": "rollbar",
|
|
4176
|
-
"description": "Add Rollbar.js to your Nuxt
|
|
4817
|
+
"description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
|
|
4177
4818
|
"repo": "gaelreyrol/nuxt-rollbar-module",
|
|
4178
4819
|
"npm": "nuxt-rollbar-module",
|
|
4179
4820
|
"icon": "rollbar.png",
|
|
@@ -4218,7 +4859,7 @@
|
|
|
4218
4859
|
},
|
|
4219
4860
|
{
|
|
4220
4861
|
"name": "router",
|
|
4221
|
-
"description": "Nuxt
|
|
4862
|
+
"description": "Nuxt module to use router.js instead of pages/ directory",
|
|
4222
4863
|
"repo": "nuxt-community/router-module",
|
|
4223
4864
|
"npm": "@nuxtjs/router",
|
|
4224
4865
|
"icon": "vue.png",
|
|
@@ -4266,13 +4907,13 @@
|
|
|
4266
4907
|
},
|
|
4267
4908
|
{
|
|
4268
4909
|
"name": "schema-org",
|
|
4269
|
-
"description": "Schema.org for Nuxt
|
|
4270
|
-
"repo": "
|
|
4910
|
+
"description": "Schema.org for Nuxt.",
|
|
4911
|
+
"repo": "harlan-zw/nuxt-schema-org",
|
|
4271
4912
|
"npm": "nuxt-schema-org",
|
|
4272
4913
|
"icon": "schema-org.svg",
|
|
4273
|
-
"github": "https://github.com/
|
|
4274
|
-
"website": "https://
|
|
4275
|
-
"learn_more": "https://
|
|
4914
|
+
"github": "https://github.com/harlan-zw/nuxt-schema-org",
|
|
4915
|
+
"website": "https://nuxtseo.com/schema-org",
|
|
4916
|
+
"learn_more": "https://unhead.unjs.io/schema-org/getting-started/setup",
|
|
4276
4917
|
"category": "SEO",
|
|
4277
4918
|
"type": "3rd-party",
|
|
4278
4919
|
"maintainers": [
|
|
@@ -4335,7 +4976,7 @@
|
|
|
4335
4976
|
},
|
|
4336
4977
|
{
|
|
4337
4978
|
"name": "segment",
|
|
4338
|
-
"description": "Nuxt
|
|
4979
|
+
"description": "Nuxt module for Segment Analytics.js",
|
|
4339
4980
|
"repo": "dansmaculotte/nuxt-segment",
|
|
4340
4981
|
"npm": "@dansmaculotte/nuxt-segment",
|
|
4341
4982
|
"icon": "segment.png",
|
|
@@ -4357,10 +4998,10 @@
|
|
|
4357
4998
|
},
|
|
4358
4999
|
{
|
|
4359
5000
|
"name": "sentry",
|
|
4360
|
-
"description": "Sentry module for Nuxt
|
|
5001
|
+
"description": "Sentry module for Nuxt to help developers diagnose, fix, and optimize the performance of their code",
|
|
4361
5002
|
"repo": "nuxt-community/sentry-module",
|
|
4362
5003
|
"npm": "@nuxtjs/sentry",
|
|
4363
|
-
"icon": "sentry.
|
|
5004
|
+
"icon": "sentry.svg",
|
|
4364
5005
|
"github": "https://github.com/nuxt-community/sentry-module",
|
|
4365
5006
|
"website": "https://sentry.nuxtjs.org/",
|
|
4366
5007
|
"learn_more": "https://sentry.io/welcome/",
|
|
@@ -4377,14 +5018,38 @@
|
|
|
4377
5018
|
"requires": {}
|
|
4378
5019
|
}
|
|
4379
5020
|
},
|
|
5021
|
+
{
|
|
5022
|
+
"name": "seo-experiments",
|
|
5023
|
+
"description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
|
|
5024
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5025
|
+
"npm": "nuxt-seo-experiments",
|
|
5026
|
+
"icon": "seo-experiments.svg",
|
|
5027
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5028
|
+
"website": "https://nuxtseo.com/experiments",
|
|
5029
|
+
"learn_more": "https://nuxtseo.com/experiments",
|
|
5030
|
+
"category": "SEO",
|
|
5031
|
+
"type": "3rd-party",
|
|
5032
|
+
"maintainers": [
|
|
5033
|
+
{
|
|
5034
|
+
"name": "Harlan Wilton",
|
|
5035
|
+
"github": "harlan-zw",
|
|
5036
|
+
"twitter": "harlan_zw",
|
|
5037
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
5038
|
+
}
|
|
5039
|
+
],
|
|
5040
|
+
"compatibility": {
|
|
5041
|
+
"nuxt": "^3.0.0",
|
|
5042
|
+
"requires": {}
|
|
5043
|
+
}
|
|
5044
|
+
},
|
|
4380
5045
|
{
|
|
4381
5046
|
"name": "seo-kit",
|
|
4382
|
-
"description": "
|
|
5047
|
+
"description": "The complete SEO solution for Nuxt.",
|
|
4383
5048
|
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4384
5049
|
"npm": "nuxt-seo-kit",
|
|
4385
5050
|
"icon": "seo-kit.svg",
|
|
4386
5051
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4387
|
-
"website": "https://
|
|
5052
|
+
"website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
|
|
4388
5053
|
"learn_more": "",
|
|
4389
5054
|
"category": "SEO",
|
|
4390
5055
|
"type": "3rd-party",
|
|
@@ -4424,7 +5089,7 @@
|
|
|
4424
5089
|
},
|
|
4425
5090
|
{
|
|
4426
5091
|
"name": "seomatic-meta",
|
|
4427
|
-
"description": "A Nuxt
|
|
5092
|
+
"description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
|
|
4428
5093
|
"repo": "ben-rogerson/nuxt-seomatic-meta",
|
|
4429
5094
|
"npm": "nuxt-seomatic-meta",
|
|
4430
5095
|
"icon": "seomatic.png",
|
|
@@ -4467,6 +5132,29 @@
|
|
|
4467
5132
|
"requires": {}
|
|
4468
5133
|
}
|
|
4469
5134
|
},
|
|
5135
|
+
{
|
|
5136
|
+
"name": "server-block",
|
|
5137
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
5138
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
5139
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
5140
|
+
"icon": "server-block.svg",
|
|
5141
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
5142
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5143
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
5144
|
+
"category": "Extensions",
|
|
5145
|
+
"type": "3rd-party",
|
|
5146
|
+
"maintainers": [
|
|
5147
|
+
{
|
|
5148
|
+
"name": "Hebilicious",
|
|
5149
|
+
"github": "Hebilicious",
|
|
5150
|
+
"twitter": "its_hebilicious"
|
|
5151
|
+
}
|
|
5152
|
+
],
|
|
5153
|
+
"compatibility": {
|
|
5154
|
+
"nuxt": "^3.0.0",
|
|
5155
|
+
"requires": {}
|
|
5156
|
+
}
|
|
5157
|
+
},
|
|
4470
5158
|
{
|
|
4471
5159
|
"name": "session",
|
|
4472
5160
|
"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",
|
|
@@ -4492,7 +5180,7 @@
|
|
|
4492
5180
|
},
|
|
4493
5181
|
{
|
|
4494
5182
|
"name": "shopify",
|
|
4495
|
-
"description": "Easy Shopify Buy client module with Nuxt
|
|
5183
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
4496
5184
|
"repo": "Gomah/nuxt-shopify",
|
|
4497
5185
|
"npm": "nuxt-shopify",
|
|
4498
5186
|
"icon": "shopify.png",
|
|
@@ -4559,13 +5247,13 @@
|
|
|
4559
5247
|
},
|
|
4560
5248
|
{
|
|
4561
5249
|
"name": "simple-robots",
|
|
4562
|
-
"description": "
|
|
5250
|
+
"description": "Tame the robots crawling and indexing your Nuxt site.",
|
|
4563
5251
|
"repo": "harlan-zw/nuxt-simple-robots",
|
|
4564
5252
|
"npm": "nuxt-simple-robots",
|
|
4565
|
-
"icon": "",
|
|
5253
|
+
"icon": "simple-robots.svg",
|
|
4566
5254
|
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4567
|
-
"website": "https://
|
|
4568
|
-
"learn_more": "",
|
|
5255
|
+
"website": "https://nuxtseo.com/robots",
|
|
5256
|
+
"learn_more": "https://nuxtseo.com/robots",
|
|
4569
5257
|
"category": "SEO",
|
|
4570
5258
|
"type": "3rd-party",
|
|
4571
5259
|
"maintainers": [
|
|
@@ -4583,13 +5271,13 @@
|
|
|
4583
5271
|
},
|
|
4584
5272
|
{
|
|
4585
5273
|
"name": "simple-sitemap",
|
|
4586
|
-
"description": "
|
|
5274
|
+
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
|
|
4587
5275
|
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4588
5276
|
"npm": "nuxt-simple-sitemap",
|
|
4589
|
-
"icon": "",
|
|
5277
|
+
"icon": "simple-sitemap.svg",
|
|
4590
5278
|
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4591
|
-
"website": "https://
|
|
4592
|
-
"learn_more": "",
|
|
5279
|
+
"website": "https://nuxtseo.com/simple-sitemap",
|
|
5280
|
+
"learn_more": "https://nuxtseo.com/simple-sitemap",
|
|
4593
5281
|
"category": "SEO",
|
|
4594
5282
|
"type": "3rd-party",
|
|
4595
5283
|
"maintainers": [
|
|
@@ -4607,7 +5295,7 @@
|
|
|
4607
5295
|
},
|
|
4608
5296
|
{
|
|
4609
5297
|
"name": "sitemap",
|
|
4610
|
-
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt
|
|
5298
|
+
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
|
|
4611
5299
|
"repo": "nuxt-community/sitemap-module#dev",
|
|
4612
5300
|
"npm": "@nuxtjs/sitemap",
|
|
4613
5301
|
"icon": "",
|
|
@@ -4652,7 +5340,7 @@
|
|
|
4652
5340
|
},
|
|
4653
5341
|
{
|
|
4654
5342
|
"name": "snipcart",
|
|
4655
|
-
"description": "Snipcart integration module for Nuxt
|
|
5343
|
+
"description": "Snipcart integration module for Nuxt",
|
|
4656
5344
|
"repo": "nuxt-modules/snipcart",
|
|
4657
5345
|
"npm": "@nuxtjs/snipcart",
|
|
4658
5346
|
"icon": "snipcart.png",
|
|
@@ -4675,7 +5363,7 @@
|
|
|
4675
5363
|
},
|
|
4676
5364
|
{
|
|
4677
5365
|
"name": "social-meta",
|
|
4678
|
-
"description": "Nuxt
|
|
5366
|
+
"description": "Nuxt module generate meta-tags for social networks - Facebook, Twitter and LinkedIn (and the rest uses OG tags, such as Discord etc.).",
|
|
4679
5367
|
"repo": "AlekseyPleshkov/nuxt-social-meta",
|
|
4680
5368
|
"npm": "nuxt-social-meta",
|
|
4681
5369
|
"icon": "",
|
|
@@ -4797,7 +5485,7 @@
|
|
|
4797
5485
|
},
|
|
4798
5486
|
{
|
|
4799
5487
|
"name": "storage",
|
|
4800
|
-
"description": "Utilities to easily read and write to the browser's storage in a Nuxt
|
|
5488
|
+
"description": "Utilities to easily read and write to the browser's storage in a Nuxt project",
|
|
4801
5489
|
"repo": "mazipan/nuxt-storage",
|
|
4802
5490
|
"npm": "nuxt-storage",
|
|
4803
5491
|
"icon": "",
|
|
@@ -4819,7 +5507,7 @@
|
|
|
4819
5507
|
},
|
|
4820
5508
|
{
|
|
4821
5509
|
"name": "storefront-ui",
|
|
4822
|
-
"description": "Storefront UI Module for Nuxt
|
|
5510
|
+
"description": "Storefront UI Module for Nuxt",
|
|
4823
5511
|
"repo": "vuestorefront/storefront-ui#develop/packages/nuxt-module",
|
|
4824
5512
|
"npm": "@storefront-ui/nuxt",
|
|
4825
5513
|
"icon": "storefront-ui.svg",
|
|
@@ -4863,7 +5551,7 @@
|
|
|
4863
5551
|
},
|
|
4864
5552
|
{
|
|
4865
5553
|
"name": "storyblok",
|
|
4866
|
-
"description": "Storyblok Nuxt
|
|
5554
|
+
"description": "Storyblok Nuxt module",
|
|
4867
5555
|
"repo": "storyblok/storyblok-nuxt#master/lib",
|
|
4868
5556
|
"npm": "@storyblok/nuxt",
|
|
4869
5557
|
"icon": "storyblok.png",
|
|
@@ -4885,9 +5573,9 @@
|
|
|
4885
5573
|
},
|
|
4886
5574
|
{
|
|
4887
5575
|
"name": "storybook",
|
|
4888
|
-
"description": "Easily integrate Storybook in your Nuxt
|
|
5576
|
+
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
4889
5577
|
"repo": "nuxt-community/storybook",
|
|
4890
|
-
"npm": "@
|
|
5578
|
+
"npm": "@storybook-vue/nuxt-storybook",
|
|
4891
5579
|
"icon": "storybook.png",
|
|
4892
5580
|
"github": "https://github.com/nuxt-community/storybook",
|
|
4893
5581
|
"website": "https://storybook.nuxtjs.org",
|
|
@@ -4916,10 +5604,10 @@
|
|
|
4916
5604
|
{
|
|
4917
5605
|
"name": "strapi",
|
|
4918
5606
|
"description": "Design APIs fast and manage content easily using REST or GraphQL.",
|
|
4919
|
-
"repo": "nuxt-
|
|
5607
|
+
"repo": "nuxt-modules/strapi",
|
|
4920
5608
|
"npm": "@nuxtjs/strapi",
|
|
4921
5609
|
"icon": "strapi.png",
|
|
4922
|
-
"github": "https://github.com/nuxt-
|
|
5610
|
+
"github": "https://github.com/nuxt-modules/strapi",
|
|
4923
5611
|
"website": "https://strapi.nuxtjs.org",
|
|
4924
5612
|
"learn_more": "https://strapi.io/",
|
|
4925
5613
|
"category": "CMS",
|
|
@@ -4943,6 +5631,32 @@
|
|
|
4943
5631
|
}
|
|
4944
5632
|
}
|
|
4945
5633
|
},
|
|
5634
|
+
{
|
|
5635
|
+
"name": "stripe-next",
|
|
5636
|
+
"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.",
|
|
5637
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5638
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5639
|
+
"icon": "stripe.png",
|
|
5640
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5641
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5642
|
+
"learn_more": "https://stripe.com/docs",
|
|
5643
|
+
"category": "Payment",
|
|
5644
|
+
"type": "3rd-party",
|
|
5645
|
+
"maintainers": [
|
|
5646
|
+
{
|
|
5647
|
+
"name": "Loic Fuentes",
|
|
5648
|
+
"github": "fuentesloic"
|
|
5649
|
+
},
|
|
5650
|
+
{
|
|
5651
|
+
"name": "Florent Giraud",
|
|
5652
|
+
"github": "flozero"
|
|
5653
|
+
}
|
|
5654
|
+
],
|
|
5655
|
+
"compatibility": {
|
|
5656
|
+
"nuxt": "^3.0.0",
|
|
5657
|
+
"requires": {}
|
|
5658
|
+
}
|
|
5659
|
+
},
|
|
4946
5660
|
{
|
|
4947
5661
|
"name": "stripe",
|
|
4948
5662
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -4990,7 +5704,7 @@
|
|
|
4990
5704
|
},
|
|
4991
5705
|
{
|
|
4992
5706
|
"name": "stylelint",
|
|
4993
|
-
"description": "Stylelint module for Nuxt.
|
|
5707
|
+
"description": "Stylelint module for Nuxt. A mighty, modern linter that helps you avoid errors and enforce conventions in your styles.",
|
|
4994
5708
|
"repo": "nuxt-community/stylelint-module",
|
|
4995
5709
|
"npm": "@nuxtjs/stylelint-module",
|
|
4996
5710
|
"icon": "stylelint.png",
|
|
@@ -5036,10 +5750,10 @@
|
|
|
5036
5750
|
{
|
|
5037
5751
|
"name": "supabase",
|
|
5038
5752
|
"description": "First class integration with Supabase",
|
|
5039
|
-
"repo": "nuxt-
|
|
5753
|
+
"repo": "nuxt-modules/supabase",
|
|
5040
5754
|
"npm": "@nuxtjs/supabase",
|
|
5041
5755
|
"icon": "supabase.png",
|
|
5042
|
-
"github": "https://github.com/nuxt-
|
|
5756
|
+
"github": "https://github.com/nuxt-modules/supabase",
|
|
5043
5757
|
"website": "https://supabase.nuxtjs.org",
|
|
5044
5758
|
"learn_more": "https://supabase.com",
|
|
5045
5759
|
"category": "Database",
|
|
@@ -5090,12 +5804,12 @@
|
|
|
5090
5804
|
},
|
|
5091
5805
|
{
|
|
5092
5806
|
"name": "svg-sprite",
|
|
5093
|
-
"description": "Optimized and Easy way to use svg files in Nuxt
|
|
5094
|
-
"repo": "nuxt-
|
|
5807
|
+
"description": "Optimized and Easy way to use svg files in Nuxt",
|
|
5808
|
+
"repo": "nuxt-modules/svg-sprite",
|
|
5095
5809
|
"npm": "@nuxtjs/svg-sprite",
|
|
5096
5810
|
"icon": "",
|
|
5097
|
-
"github": "https://github.com/nuxt-
|
|
5098
|
-
"website": "https://github.com/nuxt-
|
|
5811
|
+
"github": "https://github.com/nuxt-modules/svg-sprite",
|
|
5812
|
+
"website": "https://github.com/nuxt-modules/svg-sprite",
|
|
5099
5813
|
"learn_more": "",
|
|
5100
5814
|
"category": "UI",
|
|
5101
5815
|
"type": "community",
|
|
@@ -5107,13 +5821,13 @@
|
|
|
5107
5821
|
}
|
|
5108
5822
|
],
|
|
5109
5823
|
"compatibility": {
|
|
5110
|
-
"nuxt": "^2.0.0",
|
|
5824
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5111
5825
|
"requires": {}
|
|
5112
5826
|
}
|
|
5113
5827
|
},
|
|
5114
5828
|
{
|
|
5115
5829
|
"name": "svg",
|
|
5116
|
-
"description": "Super simple svg loading module for Nuxt
|
|
5830
|
+
"description": "Super simple svg loading module for Nuxt",
|
|
5117
5831
|
"repo": "nuxt-community/svg-module",
|
|
5118
5832
|
"npm": "@nuxtjs/svg",
|
|
5119
5833
|
"icon": "",
|
|
@@ -5157,7 +5871,7 @@
|
|
|
5157
5871
|
},
|
|
5158
5872
|
{
|
|
5159
5873
|
"name": "swiper",
|
|
5160
|
-
"description": "Nuxt
|
|
5874
|
+
"description": "Nuxt module for Swiper.js - Most modern mobile touch slider with hardware accelerated transitions.",
|
|
5161
5875
|
"repo": "cpreston321/nuxt-swiper",
|
|
5162
5876
|
"npm": "nuxt-swiper",
|
|
5163
5877
|
"icon": "swiper.svg",
|
|
@@ -5203,10 +5917,10 @@
|
|
|
5203
5917
|
{
|
|
5204
5918
|
"name": "tailwindcss",
|
|
5205
5919
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5206
|
-
"repo": "nuxt-
|
|
5920
|
+
"repo": "nuxt-modules/tailwindcss-module",
|
|
5207
5921
|
"npm": "@nuxtjs/tailwindcss",
|
|
5208
5922
|
"icon": "tailwindcss.png",
|
|
5209
|
-
"github": "https://github.com/nuxt-
|
|
5923
|
+
"github": "https://github.com/nuxt-modules/tailwindcss-module",
|
|
5210
5924
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5211
5925
|
"learn_more": "https://tailwindcss.com/",
|
|
5212
5926
|
"category": "UI",
|
|
@@ -5216,6 +5930,10 @@
|
|
|
5216
5930
|
"name": "Sébastien Chopin",
|
|
5217
5931
|
"github": "Atinux",
|
|
5218
5932
|
"twitter": "Atinux"
|
|
5933
|
+
},
|
|
5934
|
+
{
|
|
5935
|
+
"name": "Inesh Bose",
|
|
5936
|
+
"github": "ineshbose"
|
|
5219
5937
|
}
|
|
5220
5938
|
],
|
|
5221
5939
|
"compatibility": {
|
|
@@ -5246,9 +5964,31 @@
|
|
|
5246
5964
|
"requires": {}
|
|
5247
5965
|
}
|
|
5248
5966
|
},
|
|
5967
|
+
{
|
|
5968
|
+
"name": "time",
|
|
5969
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5970
|
+
"repo": "danielroe/nuxt-time",
|
|
5971
|
+
"npm": "nuxt-time",
|
|
5972
|
+
"icon": "",
|
|
5973
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5974
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5975
|
+
"learn_more": "",
|
|
5976
|
+
"category": "Extensions",
|
|
5977
|
+
"type": "3rd-party",
|
|
5978
|
+
"maintainers": [
|
|
5979
|
+
{
|
|
5980
|
+
"name": "danielroe",
|
|
5981
|
+
"github": "danielroe"
|
|
5982
|
+
}
|
|
5983
|
+
],
|
|
5984
|
+
"compatibility": {
|
|
5985
|
+
"nuxt": "^3.0.0",
|
|
5986
|
+
"requires": {}
|
|
5987
|
+
}
|
|
5988
|
+
},
|
|
5249
5989
|
{
|
|
5250
5990
|
"name": "toast",
|
|
5251
|
-
"description": "Responsive Touch Compatible Toast plugin for Nuxt
|
|
5991
|
+
"description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
|
|
5252
5992
|
"repo": "nuxt-community/modules#master/packages/toast",
|
|
5253
5993
|
"npm": "@nuxtjs/toast",
|
|
5254
5994
|
"icon": "",
|
|
@@ -5269,6 +6009,39 @@
|
|
|
5269
6009
|
"requires": {}
|
|
5270
6010
|
}
|
|
5271
6011
|
},
|
|
6012
|
+
{
|
|
6013
|
+
"name": "tresjs",
|
|
6014
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
6015
|
+
"repo": "tresjs/nuxt",
|
|
6016
|
+
"npm": "@tresjs/nuxt",
|
|
6017
|
+
"icon": "tresjs.svg",
|
|
6018
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
6019
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
6020
|
+
"learn_more": "https://tresjs.org/",
|
|
6021
|
+
"category": "Libraries",
|
|
6022
|
+
"type": "3rd-party",
|
|
6023
|
+
"maintainers": [
|
|
6024
|
+
{
|
|
6025
|
+
"name": "Alvaro Saburido",
|
|
6026
|
+
"github": "alvarosabu",
|
|
6027
|
+
"twitter": "alvarosabu"
|
|
6028
|
+
},
|
|
6029
|
+
{
|
|
6030
|
+
"name": "Jaime Torrealba",
|
|
6031
|
+
"github": "JaimeTorrealba",
|
|
6032
|
+
"twitter": "jaimebboyjt"
|
|
6033
|
+
},
|
|
6034
|
+
{
|
|
6035
|
+
"name": "Tino Koch",
|
|
6036
|
+
"github": "Tinoooo",
|
|
6037
|
+
"twitter": "ichbintino"
|
|
6038
|
+
}
|
|
6039
|
+
],
|
|
6040
|
+
"compatibility": {
|
|
6041
|
+
"nuxt": "^3.0.0",
|
|
6042
|
+
"requires": {}
|
|
6043
|
+
}
|
|
6044
|
+
},
|
|
5272
6045
|
{
|
|
5273
6046
|
"name": "turnstile",
|
|
5274
6047
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5296,7 +6069,7 @@
|
|
|
5296
6069
|
},
|
|
5297
6070
|
{
|
|
5298
6071
|
"name": "twa",
|
|
5299
|
-
"description": "Nuxt
|
|
6072
|
+
"description": "Nuxt module for generating Trusted Web App from Nuxt app",
|
|
5300
6073
|
"repo": "tuarrep/nuxt-twa",
|
|
5301
6074
|
"npm": "nuxt-twa",
|
|
5302
6075
|
"icon": "",
|
|
@@ -5318,6 +6091,28 @@
|
|
|
5318
6091
|
}
|
|
5319
6092
|
}
|
|
5320
6093
|
},
|
|
6094
|
+
{
|
|
6095
|
+
"name": "twemoji",
|
|
6096
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
6097
|
+
"repo": "yizack/nuxt-twemoji",
|
|
6098
|
+
"npm": "nuxt-twemoji",
|
|
6099
|
+
"icon": "twemoji.svg",
|
|
6100
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
6101
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
6102
|
+
"learn_more": "",
|
|
6103
|
+
"category": "UI",
|
|
6104
|
+
"type": "3rd-party",
|
|
6105
|
+
"maintainers": [
|
|
6106
|
+
{
|
|
6107
|
+
"name": "Yizack Rangel",
|
|
6108
|
+
"github": "yizack"
|
|
6109
|
+
}
|
|
6110
|
+
],
|
|
6111
|
+
"compatibility": {
|
|
6112
|
+
"nuxt": "^3.0.0",
|
|
6113
|
+
"requires": {}
|
|
6114
|
+
}
|
|
6115
|
+
},
|
|
5321
6116
|
{
|
|
5322
6117
|
"name": "twicpics",
|
|
5323
6118
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5462,6 +6257,39 @@
|
|
|
5462
6257
|
"requires": {}
|
|
5463
6258
|
}
|
|
5464
6259
|
},
|
|
6260
|
+
{
|
|
6261
|
+
"name": "ui",
|
|
6262
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6263
|
+
"repo": "nuxt/ui#dev",
|
|
6264
|
+
"npm": "@nuxt/ui",
|
|
6265
|
+
"icon": "nuxt.svg",
|
|
6266
|
+
"github": "https://github.com/nuxt/ui",
|
|
6267
|
+
"website": "https://ui.nuxt.com",
|
|
6268
|
+
"learn_more": "",
|
|
6269
|
+
"category": "UI",
|
|
6270
|
+
"type": "official",
|
|
6271
|
+
"maintainers": [
|
|
6272
|
+
{
|
|
6273
|
+
"name": "Benjamin Canac",
|
|
6274
|
+
"github": "benjamincanac",
|
|
6275
|
+
"twitter": "benjamincanac"
|
|
6276
|
+
},
|
|
6277
|
+
{
|
|
6278
|
+
"name": "Sebastien Chopin",
|
|
6279
|
+
"github": "Atinux",
|
|
6280
|
+
"twitter": "Atinux"
|
|
6281
|
+
},
|
|
6282
|
+
{
|
|
6283
|
+
"name": "Sylvain Marroufin",
|
|
6284
|
+
"github": "smarroufin",
|
|
6285
|
+
"twitter": "smarroufin"
|
|
6286
|
+
}
|
|
6287
|
+
],
|
|
6288
|
+
"compatibility": {
|
|
6289
|
+
"nuxt": "^3.0.0",
|
|
6290
|
+
"requires": {}
|
|
6291
|
+
}
|
|
6292
|
+
},
|
|
5465
6293
|
{
|
|
5466
6294
|
"name": "umami",
|
|
5467
6295
|
"description": "Embed the Umami analytics library into Nuxt",
|
|
@@ -5510,7 +6338,7 @@
|
|
|
5510
6338
|
},
|
|
5511
6339
|
{
|
|
5512
6340
|
"name": "universal-storage",
|
|
5513
|
-
"description": "Universal Storage Utilities for Nuxt
|
|
6341
|
+
"description": "Universal Storage Utilities for Nuxt",
|
|
5514
6342
|
"repo": "nuxt-community/universal-storage-module",
|
|
5515
6343
|
"npm": "@nuxtjs/universal-storage",
|
|
5516
6344
|
"icon": "",
|
|
@@ -5633,9 +6461,33 @@
|
|
|
5633
6461
|
"requires": {}
|
|
5634
6462
|
}
|
|
5635
6463
|
},
|
|
6464
|
+
{
|
|
6465
|
+
"name": "use-wagmi",
|
|
6466
|
+
"description": "Vue Composition for Ethereum based on wagmi",
|
|
6467
|
+
"repo": "unicape/use-wagmi#main/packages/nuxt",
|
|
6468
|
+
"npm": "@use-wagmi/nuxt",
|
|
6469
|
+
"icon": "use-wagmi.png",
|
|
6470
|
+
"github": "https://github.com/unicape/use-wagmi",
|
|
6471
|
+
"website": "https://github.com/unicape/use-wagmi",
|
|
6472
|
+
"learn_more": "https://github.com/unicape/use-wagmi",
|
|
6473
|
+
"category": "Extensions",
|
|
6474
|
+
"type": "3rd-party",
|
|
6475
|
+
"maintainers": [
|
|
6476
|
+
{
|
|
6477
|
+
"name": "Unic Ape",
|
|
6478
|
+
"github": "unicape"
|
|
6479
|
+
}
|
|
6480
|
+
],
|
|
6481
|
+
"compatibility": {
|
|
6482
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6483
|
+
"requires": {
|
|
6484
|
+
"bridge": true
|
|
6485
|
+
}
|
|
6486
|
+
}
|
|
6487
|
+
},
|
|
5636
6488
|
{
|
|
5637
6489
|
"name": "user-agent",
|
|
5638
|
-
"description": "Nuxt
|
|
6490
|
+
"description": "Nuxt module for handling User-Agent.",
|
|
5639
6491
|
"repo": "fukuiretu/nuxt-user-agent",
|
|
5640
6492
|
"npm": "nuxt-user-agent",
|
|
5641
6493
|
"icon": "",
|
|
@@ -5725,9 +6577,31 @@
|
|
|
5725
6577
|
}
|
|
5726
6578
|
}
|
|
5727
6579
|
},
|
|
6580
|
+
{
|
|
6581
|
+
"name": "vcalendar",
|
|
6582
|
+
"description": "VCalendar module for Nuxt",
|
|
6583
|
+
"repo": "samk-dev/nuxt-vcalendar",
|
|
6584
|
+
"npm": "@samk-dev/nuxt-vcalendar",
|
|
6585
|
+
"icon": "vcalendar.png",
|
|
6586
|
+
"github": "https://github.com/samk-dev/vcalendar",
|
|
6587
|
+
"website": "https://github.com/samk-dev/vcalendar",
|
|
6588
|
+
"learn_more": "",
|
|
6589
|
+
"category": "Libraries",
|
|
6590
|
+
"type": "3rd-party",
|
|
6591
|
+
"maintainers": [
|
|
6592
|
+
{
|
|
6593
|
+
"name": "Sam K",
|
|
6594
|
+
"github": "samk-dev"
|
|
6595
|
+
}
|
|
6596
|
+
],
|
|
6597
|
+
"compatibility": {
|
|
6598
|
+
"nuxt": "^3.0.0",
|
|
6599
|
+
"requires": {}
|
|
6600
|
+
}
|
|
6601
|
+
},
|
|
5728
6602
|
{
|
|
5729
6603
|
"name": "vee-validate",
|
|
5730
|
-
"description": "Painless Vue forms for Nuxt
|
|
6604
|
+
"description": "Painless Vue forms for Nuxt",
|
|
5731
6605
|
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
5732
6606
|
"npm": "@vee-validate/nuxt",
|
|
5733
6607
|
"icon": "vee-validate.png",
|
|
@@ -5770,6 +6644,28 @@
|
|
|
5770
6644
|
"requires": {}
|
|
5771
6645
|
}
|
|
5772
6646
|
},
|
|
6647
|
+
{
|
|
6648
|
+
"name": "vercel-analytics",
|
|
6649
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6650
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6651
|
+
"npm": "nuxt-vercel-analytics",
|
|
6652
|
+
"icon": "",
|
|
6653
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6654
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6655
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6656
|
+
"category": "Analytics",
|
|
6657
|
+
"type": "3rd-party",
|
|
6658
|
+
"maintainers": [
|
|
6659
|
+
{
|
|
6660
|
+
"name": "Alexander B.",
|
|
6661
|
+
"github": "xanderbarkhatov"
|
|
6662
|
+
}
|
|
6663
|
+
],
|
|
6664
|
+
"compatibility": {
|
|
6665
|
+
"nuxt": "^3.0.0",
|
|
6666
|
+
"requires": {}
|
|
6667
|
+
}
|
|
6668
|
+
},
|
|
5773
6669
|
{
|
|
5774
6670
|
"name": "vexip-ui",
|
|
5775
6671
|
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
@@ -5795,7 +6691,7 @@
|
|
|
5795
6691
|
},
|
|
5796
6692
|
{
|
|
5797
6693
|
"name": "vite-pwa-nuxt",
|
|
5798
|
-
"description": "Zero-config PWA Plugin for Nuxt
|
|
6694
|
+
"description": "Zero-config PWA Plugin for Nuxt",
|
|
5799
6695
|
"repo": "vite-pwa/nuxt",
|
|
5800
6696
|
"npm": "@vite-pwa/nuxt",
|
|
5801
6697
|
"icon": "vite-pwa-nuxt.svg",
|
|
@@ -5824,13 +6720,13 @@
|
|
|
5824
6720
|
{
|
|
5825
6721
|
"name": "vitest",
|
|
5826
6722
|
"description": "Vitest integration with Nuxt",
|
|
5827
|
-
"repo": "danielroe/nuxt-vitest
|
|
6723
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5828
6724
|
"npm": "nuxt-vitest",
|
|
5829
6725
|
"icon": "vitest.svg",
|
|
5830
6726
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5831
6727
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5832
6728
|
"learn_more": "",
|
|
5833
|
-
"category": "
|
|
6729
|
+
"category": "Devtools",
|
|
5834
6730
|
"type": "3rd-party",
|
|
5835
6731
|
"maintainers": [
|
|
5836
6732
|
{
|
|
@@ -5847,15 +6743,45 @@
|
|
|
5847
6743
|
"requires": {}
|
|
5848
6744
|
}
|
|
5849
6745
|
},
|
|
6746
|
+
{
|
|
6747
|
+
"name": "vue-email",
|
|
6748
|
+
"description": "Write email templates with vue",
|
|
6749
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6750
|
+
"npm": "vue-email",
|
|
6751
|
+
"icon": "vue-email.svg",
|
|
6752
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6753
|
+
"website": "https://vue-email.vercel.app/",
|
|
6754
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6755
|
+
"category": "UI",
|
|
6756
|
+
"type": "3rd-party",
|
|
6757
|
+
"maintainers": [
|
|
6758
|
+
{
|
|
6759
|
+
"name": "David Arenas",
|
|
6760
|
+
"github": "Dave136",
|
|
6761
|
+
"twitter": "davejs4",
|
|
6762
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6763
|
+
},
|
|
6764
|
+
{
|
|
6765
|
+
"name": "Younes Barrad",
|
|
6766
|
+
"github": "Flowko",
|
|
6767
|
+
"twitter": "imflowko",
|
|
6768
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6769
|
+
}
|
|
6770
|
+
],
|
|
6771
|
+
"compatibility": {
|
|
6772
|
+
"nuxt": "^3.0.0",
|
|
6773
|
+
"requires": {}
|
|
6774
|
+
}
|
|
6775
|
+
},
|
|
5850
6776
|
{
|
|
5851
6777
|
"name": "vue-macros",
|
|
5852
|
-
"description": "Explore
|
|
5853
|
-
"repo": "sxzz/
|
|
6778
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6779
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5854
6780
|
"npm": "@vue-macros/nuxt",
|
|
5855
6781
|
"icon": "vue-macros.svg",
|
|
5856
|
-
"github": "https://github.com/sxzz/
|
|
6782
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5857
6783
|
"website": "https://vue-macros.sxzz.moe",
|
|
5858
|
-
"learn_more": "https://github.com/sxzz/
|
|
6784
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5859
6785
|
"category": "Extensions",
|
|
5860
6786
|
"type": "3rd-party",
|
|
5861
6787
|
"maintainers": [
|
|
@@ -5896,7 +6822,7 @@
|
|
|
5896
6822
|
},
|
|
5897
6823
|
{
|
|
5898
6824
|
"name": "vue-multiselect",
|
|
5899
|
-
"description": "Single / multiple select plugin for Nuxt
|
|
6825
|
+
"description": "Single / multiple select plugin for Nuxt using vue-multiselect.",
|
|
5900
6826
|
"repo": "spektrummedia/nuxt-vue-multiselect",
|
|
5901
6827
|
"npm": "nuxt-vue-multiselect",
|
|
5902
6828
|
"icon": "",
|
|
@@ -5938,6 +6864,29 @@
|
|
|
5938
6864
|
"requires": {}
|
|
5939
6865
|
}
|
|
5940
6866
|
},
|
|
6867
|
+
{
|
|
6868
|
+
"name": "vue-query",
|
|
6869
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6870
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6871
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6872
|
+
"icon": "vue-query.svg",
|
|
6873
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6874
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6875
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6876
|
+
"category": "Request",
|
|
6877
|
+
"type": "3rd-party",
|
|
6878
|
+
"maintainers": [
|
|
6879
|
+
{
|
|
6880
|
+
"name": "Hebilicious",
|
|
6881
|
+
"github": "Hebilicious",
|
|
6882
|
+
"twitter": "its_hebilicious"
|
|
6883
|
+
}
|
|
6884
|
+
],
|
|
6885
|
+
"compatibility": {
|
|
6886
|
+
"nuxt": "^3.0.0",
|
|
6887
|
+
"requires": {}
|
|
6888
|
+
}
|
|
6889
|
+
},
|
|
5941
6890
|
{
|
|
5942
6891
|
"name": "vue-select",
|
|
5943
6892
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5987,7 +6936,7 @@
|
|
|
5987
6936
|
},
|
|
5988
6937
|
{
|
|
5989
6938
|
"name": "vue-warehouse",
|
|
5990
|
-
"description": "A Cross-browser storage for Vue.js and Nuxt
|
|
6939
|
+
"description": "A Cross-browser storage for Vue.js and Nuxt, with plugins support and easy extensibility based on Store.js",
|
|
5991
6940
|
"repo": "juliomrqz/vue-warehouse",
|
|
5992
6941
|
"npm": "vue-warehouse",
|
|
5993
6942
|
"icon": "",
|
|
@@ -6008,6 +6957,29 @@
|
|
|
6008
6957
|
"requires": {}
|
|
6009
6958
|
}
|
|
6010
6959
|
},
|
|
6960
|
+
{
|
|
6961
|
+
"name": "vue3-carousel-nuxt",
|
|
6962
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt applications.",
|
|
6963
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6964
|
+
"npm": "vue3-carousel-nuxt",
|
|
6965
|
+
"icon": "",
|
|
6966
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6967
|
+
"website": "",
|
|
6968
|
+
"learn_more": "",
|
|
6969
|
+
"category": "UI",
|
|
6970
|
+
"type": "3rd-party",
|
|
6971
|
+
"maintainers": [
|
|
6972
|
+
{
|
|
6973
|
+
"name": "Gaetan SENN",
|
|
6974
|
+
"github": "gaetansenn",
|
|
6975
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6976
|
+
}
|
|
6977
|
+
],
|
|
6978
|
+
"compatibility": {
|
|
6979
|
+
"nuxt": "^3.0.0",
|
|
6980
|
+
"requires": {}
|
|
6981
|
+
}
|
|
6982
|
+
},
|
|
6011
6983
|
{
|
|
6012
6984
|
"name": "vuefire",
|
|
6013
6985
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -6032,7 +7004,7 @@
|
|
|
6032
7004
|
},
|
|
6033
7005
|
{
|
|
6034
7006
|
"name": "vuestic",
|
|
6035
|
-
"description": "Vuestic UI module for Nuxt
|
|
7007
|
+
"description": "Vuestic UI module for Nuxt",
|
|
6036
7008
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
6037
7009
|
"npm": "@vuestic/nuxt",
|
|
6038
7010
|
"icon": "vuestic.png",
|
|
@@ -6052,9 +7024,31 @@
|
|
|
6052
7024
|
"requires": {}
|
|
6053
7025
|
}
|
|
6054
7026
|
},
|
|
7027
|
+
{
|
|
7028
|
+
"name": "vuetify-nuxt-module",
|
|
7029
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
7030
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
7031
|
+
"npm": "vuetify-nuxt-module",
|
|
7032
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
7033
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7034
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7035
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
7036
|
+
"category": "UI",
|
|
7037
|
+
"type": "3rd-party",
|
|
7038
|
+
"maintainers": [
|
|
7039
|
+
{
|
|
7040
|
+
"name": "Joaquín Sánchez",
|
|
7041
|
+
"github": "userquin"
|
|
7042
|
+
}
|
|
7043
|
+
],
|
|
7044
|
+
"compatibility": {
|
|
7045
|
+
"nuxt": "^3.0.0",
|
|
7046
|
+
"requires": {}
|
|
7047
|
+
}
|
|
7048
|
+
},
|
|
6055
7049
|
{
|
|
6056
7050
|
"name": "vuetify",
|
|
6057
|
-
"description": "Vuetify Module for Nuxt
|
|
7051
|
+
"description": "Vuetify Module for Nuxt to add Material Design components to your application.",
|
|
6058
7052
|
"repo": "nuxt-community/vuetify-module",
|
|
6059
7053
|
"npm": "@nuxtjs/vuetify",
|
|
6060
7054
|
"icon": "vuetify.png",
|
|
@@ -6128,7 +7122,7 @@
|
|
|
6128
7122
|
},
|
|
6129
7123
|
{
|
|
6130
7124
|
"name": "vunix",
|
|
6131
|
-
"description": "Comprehensive UI toolkit for Vue.js and Nuxt
|
|
7125
|
+
"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.",
|
|
6132
7126
|
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6133
7127
|
"npm": "@vunix/nuxt",
|
|
6134
7128
|
"icon": "",
|
|
@@ -6152,11 +7146,11 @@
|
|
|
6152
7146
|
{
|
|
6153
7147
|
"name": "web-vitals",
|
|
6154
7148
|
"description": "Web Vitals for Nuxt",
|
|
6155
|
-
"repo": "nuxt-
|
|
7149
|
+
"repo": "nuxt-modules/web-vitals",
|
|
6156
7150
|
"npm": "@nuxtjs/web-vitals",
|
|
6157
7151
|
"icon": "web-vitals.png",
|
|
6158
|
-
"github": "https://github.com/nuxt-
|
|
6159
|
-
"website": "https://github.com/nuxt-
|
|
7152
|
+
"github": "https://github.com/nuxt-modules/web-vitals",
|
|
7153
|
+
"website": "https://github.com/nuxt-modules/web-vitals",
|
|
6160
7154
|
"learn_more": "",
|
|
6161
7155
|
"category": "Performance",
|
|
6162
7156
|
"type": "community",
|
|
@@ -6207,7 +7201,7 @@
|
|
|
6207
7201
|
},
|
|
6208
7202
|
{
|
|
6209
7203
|
"name": "webpack-optimisations",
|
|
6210
|
-
"description": "Nuxt
|
|
7204
|
+
"description": "Nuxt v2 module to automatically make your builds faster.",
|
|
6211
7205
|
"repo": "harlan-zw/nuxt-webpack-optimisations#main/packages/nuxt-webpack-optimisations",
|
|
6212
7206
|
"npm": "nuxt-webpack-optimisations",
|
|
6213
7207
|
"icon": "build-optimisations.svg",
|
|
@@ -6299,7 +7293,7 @@
|
|
|
6299
7293
|
},
|
|
6300
7294
|
{
|
|
6301
7295
|
"name": "well-known",
|
|
6302
|
-
"description": "A Nuxt
|
|
7296
|
+
"description": "A Nuxt module to add well-known URIs using middlewares",
|
|
6303
7297
|
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6304
7298
|
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6305
7299
|
"icon": "well-known.svg",
|
|
@@ -6319,6 +7313,32 @@
|
|
|
6319
7313
|
"requires": {}
|
|
6320
7314
|
}
|
|
6321
7315
|
},
|
|
7316
|
+
{
|
|
7317
|
+
"name": "wideangle",
|
|
7318
|
+
"description": "Nuxt module to integrate Wide Angle Analytics",
|
|
7319
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
7320
|
+
"npm": "wideangle-nuxt",
|
|
7321
|
+
"icon": "wideangle.png",
|
|
7322
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
7323
|
+
"website": "https://wideangle.co",
|
|
7324
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
7325
|
+
"category": "Analytics",
|
|
7326
|
+
"type": "3rd-party",
|
|
7327
|
+
"maintainers": [
|
|
7328
|
+
{
|
|
7329
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
7330
|
+
"github": "inputobjects"
|
|
7331
|
+
},
|
|
7332
|
+
{
|
|
7333
|
+
"name": "Jarek Rozanski",
|
|
7334
|
+
"github": "jrozanski"
|
|
7335
|
+
}
|
|
7336
|
+
],
|
|
7337
|
+
"compatibility": {
|
|
7338
|
+
"nuxt": "^3.0.0",
|
|
7339
|
+
"requires": {}
|
|
7340
|
+
}
|
|
7341
|
+
},
|
|
6322
7342
|
{
|
|
6323
7343
|
"name": "windicss",
|
|
6324
7344
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -6462,55 +7482,9 @@
|
|
|
6462
7482
|
"requires": {}
|
|
6463
7483
|
}
|
|
6464
7484
|
},
|
|
6465
|
-
{
|
|
6466
|
-
"name": "yandex-metrika-next",
|
|
6467
|
-
"description": "Yandex Metrika integration for Nuxt",
|
|
6468
|
-
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6469
|
-
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6470
|
-
"icon": "yandex-metrika.svg",
|
|
6471
|
-
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6472
|
-
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6473
|
-
"learn_more": "",
|
|
6474
|
-
"category": "Analytics",
|
|
6475
|
-
"type": "3rd-party",
|
|
6476
|
-
"maintainers": [
|
|
6477
|
-
{
|
|
6478
|
-
"name": "Aleksandr Saburov",
|
|
6479
|
-
"github": "artmizu",
|
|
6480
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6481
|
-
}
|
|
6482
|
-
],
|
|
6483
|
-
"compatibility": {
|
|
6484
|
-
"nuxt": "^3.0.0",
|
|
6485
|
-
"requires": {}
|
|
6486
|
-
}
|
|
6487
|
-
},
|
|
6488
|
-
{
|
|
6489
|
-
"name": "yandex-metrika",
|
|
6490
|
-
"description": "Yandex metrika Module for Nuxt.js",
|
|
6491
|
-
"repo": "nuxt-community/yandex-metrika-module",
|
|
6492
|
-
"npm": "@nuxtjs/yandex-metrika",
|
|
6493
|
-
"icon": "",
|
|
6494
|
-
"github": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6495
|
-
"website": "https://github.com/nuxt-community/yandex-metrika-module",
|
|
6496
|
-
"learn_more": "https://metrica.yandex.com/about",
|
|
6497
|
-
"category": "Analytics",
|
|
6498
|
-
"type": "community",
|
|
6499
|
-
"maintainers": [
|
|
6500
|
-
{
|
|
6501
|
-
"name": "Pooya Parsa",
|
|
6502
|
-
"github": "pi0",
|
|
6503
|
-
"twitter": "_pi0_"
|
|
6504
|
-
}
|
|
6505
|
-
],
|
|
6506
|
-
"compatibility": {
|
|
6507
|
-
"nuxt": "^2.0.0",
|
|
6508
|
-
"requires": {}
|
|
6509
|
-
}
|
|
6510
|
-
},
|
|
6511
7485
|
{
|
|
6512
7486
|
"name": "zendesk",
|
|
6513
|
-
"description": "Nuxt
|
|
7487
|
+
"description": "Nuxt module for Zendesk",
|
|
6514
7488
|
"repo": "DansMaCulotte/nuxt-zendesk",
|
|
6515
7489
|
"npm": "@dansmaculotte/nuxt-zendesk",
|
|
6516
7490
|
"icon": "zendesk.png",
|