@nuxt/modules 0.6.0-3d6041 → 0.6.0-510276
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/README.md +4 -0
- package/modules.json +391 -35
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
# Nuxt Modules
|
|
4
4
|
|
|
5
5
|
[![npm version][npm-version-src]][npm-version-href]
|
|
6
|
+
[![Nuxt][nuxt-src]][nuxt-href]
|
|
6
7
|
[![Volta][volta-src]][volta-href]
|
|
7
8
|
|
|
8
9
|
> Discover the Nuxt modules to add any CMS, Database, UI, Auth and integrations into your Vue application.
|
|
@@ -97,5 +98,8 @@ pnpm build
|
|
|
97
98
|
[npm-version-src]: https://img.shields.io/npm/v/@nuxt/modules/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
98
99
|
[npm-version-href]: https://npmjs.com/package/@nuxt/modules
|
|
99
100
|
|
|
101
|
+
[nuxt-src]: https://img.shields.io/badge/Nuxt%20Modules-18181B?logo=nuxt.js
|
|
102
|
+
[nuxt-href]: https://nuxt.com/modules
|
|
103
|
+
|
|
100
104
|
[volta-src]: https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg
|
|
101
105
|
[volta-href]: https://volta.net/nuxt/modules?utm_source=readme_nuxt_modules
|
package/modules.json
CHANGED
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"npm": "nuxt-api-party",
|
|
154
154
|
"icon": "api-party.svg",
|
|
155
155
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
156
|
-
"website": "https://
|
|
156
|
+
"website": "https://nuxt-api-party.jhnn.dev/",
|
|
157
157
|
"learn_more": "",
|
|
158
158
|
"category": "Request",
|
|
159
159
|
"type": "3rd-party",
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
}
|
|
259
259
|
],
|
|
260
260
|
"compatibility": {
|
|
261
|
-
"nuxt": "^
|
|
261
|
+
"nuxt": "^3.0.0",
|
|
262
262
|
"requires": {}
|
|
263
263
|
}
|
|
264
264
|
},
|
|
@@ -480,6 +480,29 @@
|
|
|
480
480
|
"requires": {}
|
|
481
481
|
}
|
|
482
482
|
},
|
|
483
|
+
{
|
|
484
|
+
"name": "calendly",
|
|
485
|
+
"description": "Calendly is a scheduling tool that allows you to schedule meetings with your customers. This module allows you to easily add Calendly to your Nuxt application.",
|
|
486
|
+
"repo": "madebyfabian/nuxt-calendly",
|
|
487
|
+
"npm": "nuxt-calendly",
|
|
488
|
+
"icon": "calendly.svg",
|
|
489
|
+
"github": "https://github.com/madebyfabian/nuxt-calendly",
|
|
490
|
+
"website": "https://nuxt-calendly.vercel.app/",
|
|
491
|
+
"learn_more": "https://calendly.com/",
|
|
492
|
+
"category": "Extensions",
|
|
493
|
+
"type": "3rd-party",
|
|
494
|
+
"maintainers": [
|
|
495
|
+
{
|
|
496
|
+
"name": "Fabian B.",
|
|
497
|
+
"github": "madebyfabian",
|
|
498
|
+
"twitter": "madebyfabian"
|
|
499
|
+
}
|
|
500
|
+
],
|
|
501
|
+
"compatibility": {
|
|
502
|
+
"nuxt": "^3.0.0",
|
|
503
|
+
"requires": {}
|
|
504
|
+
}
|
|
505
|
+
},
|
|
483
506
|
{
|
|
484
507
|
"name": "canvas-sketch",
|
|
485
508
|
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
@@ -613,6 +636,33 @@
|
|
|
613
636
|
"requires": {}
|
|
614
637
|
}
|
|
615
638
|
},
|
|
639
|
+
{
|
|
640
|
+
"name": "cloudflare-analytics",
|
|
641
|
+
"description": "Cloudflare Web Analytics Module for Nuxt",
|
|
642
|
+
"repo": "hamlogic/nuxt-cloudflare-analytics",
|
|
643
|
+
"npm": "nuxt-cloudflare-analytics",
|
|
644
|
+
"icon": "cloudflare.svg",
|
|
645
|
+
"github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
646
|
+
"website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
647
|
+
"learn_more": "https://www.cloudflare.com/web-analytics/",
|
|
648
|
+
"category": "Analytics",
|
|
649
|
+
"type": "3rd-party",
|
|
650
|
+
"maintainers": [
|
|
651
|
+
{
|
|
652
|
+
"name": "hamlogic",
|
|
653
|
+
"github": "hamlogic"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"name": "Fabian B.",
|
|
657
|
+
"github": "madebyfabian",
|
|
658
|
+
"twitter": "madebyfabian"
|
|
659
|
+
}
|
|
660
|
+
],
|
|
661
|
+
"compatibility": {
|
|
662
|
+
"nuxt": "^3.0.0",
|
|
663
|
+
"requires": {}
|
|
664
|
+
}
|
|
665
|
+
},
|
|
616
666
|
{
|
|
617
667
|
"name": "cloudinary",
|
|
618
668
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
@@ -762,6 +812,52 @@
|
|
|
762
812
|
"requires": {}
|
|
763
813
|
}
|
|
764
814
|
},
|
|
815
|
+
{
|
|
816
|
+
"name": "cookie-control",
|
|
817
|
+
"description": "A highly configurable cookie banner for Nuxt.",
|
|
818
|
+
"repo": "dargmuesli/nuxt-cookie-control",
|
|
819
|
+
"npm": "@dargmuesli/nuxt-cookie-control",
|
|
820
|
+
"icon": "cookie-control.png",
|
|
821
|
+
"github": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
822
|
+
"website": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
823
|
+
"learn_more": "",
|
|
824
|
+
"category": "Extensions",
|
|
825
|
+
"type": "3rd-party",
|
|
826
|
+
"maintainers": [
|
|
827
|
+
{
|
|
828
|
+
"name": "dargmuesli",
|
|
829
|
+
"github": "dargmuesli",
|
|
830
|
+
"avatar": "https://avatars.githubusercontent.com/dargmuesli"
|
|
831
|
+
}
|
|
832
|
+
],
|
|
833
|
+
"compatibility": {
|
|
834
|
+
"nuxt": "^3.0.0",
|
|
835
|
+
"requires": {}
|
|
836
|
+
}
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
"name": "csurf",
|
|
840
|
+
"description": "Cross-Site Request Forgery (CSRF) Prevention for Nuxt",
|
|
841
|
+
"repo": "morgbn/nuxt-csurf",
|
|
842
|
+
"npm": "nuxt-csurf",
|
|
843
|
+
"icon": "csurf.svg",
|
|
844
|
+
"github": "https://github.com/morgbn/nuxt-csurf",
|
|
845
|
+
"website": "https://github.com/morgbn/nuxt-csurf",
|
|
846
|
+
"learn_more": "https://github.com/Morgbn/nuxt-csurf#readme",
|
|
847
|
+
"category": "Security",
|
|
848
|
+
"type": "3rd-party",
|
|
849
|
+
"maintainers": [
|
|
850
|
+
{
|
|
851
|
+
"name": "morgbn",
|
|
852
|
+
"github": "morgbn",
|
|
853
|
+
"avatar": "https://avatars.githubusercontent.com/u/25689856?v=4"
|
|
854
|
+
}
|
|
855
|
+
],
|
|
856
|
+
"compatibility": {
|
|
857
|
+
"nuxt": "^3.0.0",
|
|
858
|
+
"requires": {}
|
|
859
|
+
}
|
|
860
|
+
},
|
|
765
861
|
{
|
|
766
862
|
"name": "custom-elements",
|
|
767
863
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
@@ -1024,6 +1120,28 @@
|
|
|
1024
1120
|
"requires": {}
|
|
1025
1121
|
}
|
|
1026
1122
|
},
|
|
1123
|
+
{
|
|
1124
|
+
"name": "electron",
|
|
1125
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1126
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1127
|
+
"npm": "nuxt-electron",
|
|
1128
|
+
"icon": "electron.svg",
|
|
1129
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1130
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1131
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1132
|
+
"category": "Extensions",
|
|
1133
|
+
"type": "3rd-party",
|
|
1134
|
+
"maintainers": [
|
|
1135
|
+
{
|
|
1136
|
+
"name": "草鞋没号",
|
|
1137
|
+
"github": "caoxiemeihao"
|
|
1138
|
+
}
|
|
1139
|
+
],
|
|
1140
|
+
"compatibility": {
|
|
1141
|
+
"nuxt": "^3.0.0",
|
|
1142
|
+
"requires": {}
|
|
1143
|
+
}
|
|
1144
|
+
},
|
|
1027
1145
|
{
|
|
1028
1146
|
"name": "element-plus",
|
|
1029
1147
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1094,7 +1212,7 @@
|
|
|
1094
1212
|
}
|
|
1095
1213
|
],
|
|
1096
1214
|
"compatibility": {
|
|
1097
|
-
"nuxt": "^2.0.0",
|
|
1215
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1098
1216
|
"requires": {}
|
|
1099
1217
|
}
|
|
1100
1218
|
},
|
|
@@ -2483,6 +2601,31 @@
|
|
|
2483
2601
|
"requires": {}
|
|
2484
2602
|
}
|
|
2485
2603
|
},
|
|
2604
|
+
{
|
|
2605
|
+
"name": "medusa",
|
|
2606
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2607
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2608
|
+
"npm": "nuxt-medusa",
|
|
2609
|
+
"icon": "medusa.svg",
|
|
2610
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2611
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2612
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2613
|
+
"category": "Ecommerce",
|
|
2614
|
+
"type": "3rd-party",
|
|
2615
|
+
"maintainers": [
|
|
2616
|
+
{
|
|
2617
|
+
"name": "Jakub Andrzejewski",
|
|
2618
|
+
"github": "Baroshem",
|
|
2619
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2620
|
+
}
|
|
2621
|
+
],
|
|
2622
|
+
"compatibility": {
|
|
2623
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2624
|
+
"requires": {
|
|
2625
|
+
"bridge": true
|
|
2626
|
+
}
|
|
2627
|
+
}
|
|
2628
|
+
},
|
|
2486
2629
|
{
|
|
2487
2630
|
"name": "meilisearch",
|
|
2488
2631
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2883,6 +3026,28 @@
|
|
|
2883
3026
|
"requires": {}
|
|
2884
3027
|
}
|
|
2885
3028
|
},
|
|
3029
|
+
{
|
|
3030
|
+
"name": "nuxt-mapbox",
|
|
3031
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3032
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3033
|
+
"npm": "nuxt-mapbox",
|
|
3034
|
+
"icon": "nuxt-mapbox.svg",
|
|
3035
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3036
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3037
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3038
|
+
"category": "Libraries",
|
|
3039
|
+
"type": "3rd-party",
|
|
3040
|
+
"maintainers": [
|
|
3041
|
+
{
|
|
3042
|
+
"name": "Alex Lavoie",
|
|
3043
|
+
"github": "AlexLavoie42"
|
|
3044
|
+
}
|
|
3045
|
+
],
|
|
3046
|
+
"compatibility": {
|
|
3047
|
+
"nuxt": "^3.0.0",
|
|
3048
|
+
"requires": {}
|
|
3049
|
+
}
|
|
3050
|
+
},
|
|
2886
3051
|
{
|
|
2887
3052
|
"name": "nuxt-monaco-editor",
|
|
2888
3053
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -2905,6 +3070,29 @@
|
|
|
2905
3070
|
"requires": {}
|
|
2906
3071
|
}
|
|
2907
3072
|
},
|
|
3073
|
+
{
|
|
3074
|
+
"name": "nuxt-pdf",
|
|
3075
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
3076
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3077
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
3078
|
+
"icon": "nuxt-pdf.png",
|
|
3079
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
3080
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
3081
|
+
"learn_more": "https://github.com/sidebase",
|
|
3082
|
+
"category": "Extensions",
|
|
3083
|
+
"type": "3rd-party",
|
|
3084
|
+
"maintainers": [
|
|
3085
|
+
{
|
|
3086
|
+
"name": "sidebase",
|
|
3087
|
+
"github": "sidebase",
|
|
3088
|
+
"twitter": "sidebase_io"
|
|
3089
|
+
}
|
|
3090
|
+
],
|
|
3091
|
+
"compatibility": {
|
|
3092
|
+
"nuxt": "^3.0.0",
|
|
3093
|
+
"requires": {}
|
|
3094
|
+
}
|
|
3095
|
+
},
|
|
2908
3096
|
{
|
|
2909
3097
|
"name": "nuxt-pino-log",
|
|
2910
3098
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3504,6 +3692,28 @@
|
|
|
3504
3692
|
"requires": {}
|
|
3505
3693
|
}
|
|
3506
3694
|
},
|
|
3695
|
+
{
|
|
3696
|
+
"name": "prometheus",
|
|
3697
|
+
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3698
|
+
"repo": "artmizu/nuxt-prometheus",
|
|
3699
|
+
"npm": "@artmizu/nuxt-prometheus",
|
|
3700
|
+
"icon": "prometheus.svg",
|
|
3701
|
+
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3702
|
+
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3703
|
+
"learn_more": "",
|
|
3704
|
+
"category": "Monitoring",
|
|
3705
|
+
"type": "3rd-party",
|
|
3706
|
+
"maintainers": [
|
|
3707
|
+
{
|
|
3708
|
+
"name": "artmizu",
|
|
3709
|
+
"github": "artmizu"
|
|
3710
|
+
}
|
|
3711
|
+
],
|
|
3712
|
+
"compatibility": {
|
|
3713
|
+
"nuxt": "^3.0.0",
|
|
3714
|
+
"requires": {}
|
|
3715
|
+
}
|
|
3716
|
+
},
|
|
3507
3717
|
{
|
|
3508
3718
|
"name": "protected-mailto",
|
|
3509
3719
|
"description": "Nuxt component to generate encoded mailto links",
|
|
@@ -3941,7 +4151,7 @@
|
|
|
3941
4151
|
{
|
|
3942
4152
|
"name": "seo-kit",
|
|
3943
4153
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3944
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4154
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
3945
4155
|
"npm": "nuxt-seo-kit",
|
|
3946
4156
|
"icon": "seo-kit.svg",
|
|
3947
4157
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4189,26 +4399,48 @@
|
|
|
4189
4399
|
"requires": {}
|
|
4190
4400
|
}
|
|
4191
4401
|
},
|
|
4402
|
+
{
|
|
4403
|
+
"name": "snackbar",
|
|
4404
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4405
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4406
|
+
"npm": "nuxt-snackbar",
|
|
4407
|
+
"icon": "snackbar.png",
|
|
4408
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4409
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4410
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
4411
|
+
"category": "UI",
|
|
4412
|
+
"type": "3rd-party",
|
|
4413
|
+
"maintainers": [
|
|
4414
|
+
{
|
|
4415
|
+
"name": "modbender",
|
|
4416
|
+
"github": "modbender"
|
|
4417
|
+
}
|
|
4418
|
+
],
|
|
4419
|
+
"compatibility": {
|
|
4420
|
+
"nuxt": "^3.0.0",
|
|
4421
|
+
"requires": {}
|
|
4422
|
+
}
|
|
4423
|
+
},
|
|
4192
4424
|
{
|
|
4193
4425
|
"name": "snipcart",
|
|
4194
4426
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4195
|
-
"repo": "nuxt-
|
|
4427
|
+
"repo": "nuxt-modules/snipcart",
|
|
4196
4428
|
"npm": "@nuxtjs/snipcart",
|
|
4197
4429
|
"icon": "snipcart.png",
|
|
4198
|
-
"github": "https://github.com/nuxt-
|
|
4199
|
-
"website": "https://github.com/nuxt-
|
|
4200
|
-
"learn_more": "",
|
|
4430
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4431
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4432
|
+
"learn_more": "https://snipcart.com",
|
|
4201
4433
|
"category": "Payment",
|
|
4202
4434
|
"type": "community",
|
|
4203
4435
|
"maintainers": [
|
|
4204
4436
|
{
|
|
4205
4437
|
"name": "Florent GIRAUD",
|
|
4206
|
-
"github": "
|
|
4207
|
-
"twitter": "
|
|
4438
|
+
"github": "flozero",
|
|
4439
|
+
"twitter": "flozeroo"
|
|
4208
4440
|
}
|
|
4209
4441
|
],
|
|
4210
4442
|
"compatibility": {
|
|
4211
|
-
"nuxt": "^2.0.0",
|
|
4443
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4212
4444
|
"requires": {}
|
|
4213
4445
|
}
|
|
4214
4446
|
},
|
|
@@ -4545,7 +4777,7 @@
|
|
|
4545
4777
|
}
|
|
4546
4778
|
],
|
|
4547
4779
|
"compatibility": {
|
|
4548
|
-
"nuxt": "^2.0.0",
|
|
4780
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4549
4781
|
"requires": {}
|
|
4550
4782
|
}
|
|
4551
4783
|
},
|
|
@@ -4716,6 +4948,29 @@
|
|
|
4716
4948
|
"requires": {}
|
|
4717
4949
|
}
|
|
4718
4950
|
},
|
|
4951
|
+
{
|
|
4952
|
+
"name": "tailvue",
|
|
4953
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
4954
|
+
"repo": "fumeapp/tailvue",
|
|
4955
|
+
"npm": "tailvue",
|
|
4956
|
+
"icon": "tailvue.jpg",
|
|
4957
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
4958
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
4959
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
4960
|
+
"category": "UI",
|
|
4961
|
+
"type": "3rd-party",
|
|
4962
|
+
"maintainers": [
|
|
4963
|
+
{
|
|
4964
|
+
"name": "Kevin Olson",
|
|
4965
|
+
"github": "acidjazz",
|
|
4966
|
+
"twitter": "AppFume"
|
|
4967
|
+
}
|
|
4968
|
+
],
|
|
4969
|
+
"compatibility": {
|
|
4970
|
+
"nuxt": "^3.0.0",
|
|
4971
|
+
"requires": {}
|
|
4972
|
+
}
|
|
4973
|
+
},
|
|
4719
4974
|
{
|
|
4720
4975
|
"name": "tailwindcss",
|
|
4721
4976
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -5104,6 +5359,29 @@
|
|
|
5104
5359
|
}
|
|
5105
5360
|
}
|
|
5106
5361
|
},
|
|
5362
|
+
{
|
|
5363
|
+
"name": "ununuracss",
|
|
5364
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
5365
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
5366
|
+
"npm": "nuxt-ununura",
|
|
5367
|
+
"icon": "ununuracss.png",
|
|
5368
|
+
"github": "https://github.com/novout/ununuracss",
|
|
5369
|
+
"website": "https://ununura.com/#/",
|
|
5370
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
5371
|
+
"category": "UI",
|
|
5372
|
+
"type": "3rd-party",
|
|
5373
|
+
"maintainers": [
|
|
5374
|
+
{
|
|
5375
|
+
"name": "Giovane Cardoso",
|
|
5376
|
+
"github": "novout",
|
|
5377
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5378
|
+
}
|
|
5379
|
+
],
|
|
5380
|
+
"compatibility": {
|
|
5381
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5382
|
+
"requires": {}
|
|
5383
|
+
}
|
|
5384
|
+
},
|
|
5107
5385
|
{
|
|
5108
5386
|
"name": "user-agent",
|
|
5109
5387
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5148,6 +5426,30 @@
|
|
|
5148
5426
|
"requires": {}
|
|
5149
5427
|
}
|
|
5150
5428
|
},
|
|
5429
|
+
{
|
|
5430
|
+
"name": "vant",
|
|
5431
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
5432
|
+
"repo": "vant-ui/vant-nuxt",
|
|
5433
|
+
"npm": "@vant/nuxt",
|
|
5434
|
+
"icon": "vant.png",
|
|
5435
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
5436
|
+
"website": "https://vant-ui.github.io/vant",
|
|
5437
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
5438
|
+
"category": "UI",
|
|
5439
|
+
"type": "3rd-party",
|
|
5440
|
+
"maintainers": [
|
|
5441
|
+
{
|
|
5442
|
+
"name": "tolking",
|
|
5443
|
+
"github": "tolking"
|
|
5444
|
+
}
|
|
5445
|
+
],
|
|
5446
|
+
"compatibility": {
|
|
5447
|
+
"nuxt": "^3.0.0",
|
|
5448
|
+
"requires": {
|
|
5449
|
+
"bridge": "optional"
|
|
5450
|
+
}
|
|
5451
|
+
}
|
|
5452
|
+
},
|
|
5151
5453
|
{
|
|
5152
5454
|
"name": "vendor",
|
|
5153
5455
|
"description": "directly serve node_modules",
|
|
@@ -5171,6 +5473,60 @@
|
|
|
5171
5473
|
"requires": {}
|
|
5172
5474
|
}
|
|
5173
5475
|
},
|
|
5476
|
+
{
|
|
5477
|
+
"name": "vite-pwa-nuxt",
|
|
5478
|
+
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
5479
|
+
"repo": "vite-pwa/nuxt",
|
|
5480
|
+
"npm": "@vite-pwa/nuxt",
|
|
5481
|
+
"icon": "vite-pwa-nuxt.svg",
|
|
5482
|
+
"github": "https://github.com/vite-pwa/nuxt",
|
|
5483
|
+
"website": "https://github.com/vite-pwa/nuxt",
|
|
5484
|
+
"learn_more": "https://vite-pwa-org.netlify.app/frameworks/nuxt.html",
|
|
5485
|
+
"category": "Performance",
|
|
5486
|
+
"type": "3rd-party",
|
|
5487
|
+
"maintainers": [
|
|
5488
|
+
{
|
|
5489
|
+
"name": "Joaquín Sánchez",
|
|
5490
|
+
"github": "userquin",
|
|
5491
|
+
"twitter": "userquin"
|
|
5492
|
+
},
|
|
5493
|
+
{
|
|
5494
|
+
"name": "Anthony Fu",
|
|
5495
|
+
"github": "antfu",
|
|
5496
|
+
"twitter": "antfu7"
|
|
5497
|
+
}
|
|
5498
|
+
],
|
|
5499
|
+
"compatibility": {
|
|
5500
|
+
"nuxt": "^3.0.0",
|
|
5501
|
+
"requires": {}
|
|
5502
|
+
}
|
|
5503
|
+
},
|
|
5504
|
+
{
|
|
5505
|
+
"name": "vitest",
|
|
5506
|
+
"description": "Vitest integration with Nuxt",
|
|
5507
|
+
"repo": "danielroe/nuxt-vitest#main",
|
|
5508
|
+
"npm": "nuxt-vitest",
|
|
5509
|
+
"icon": "vitest.svg",
|
|
5510
|
+
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5511
|
+
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5512
|
+
"learn_more": "",
|
|
5513
|
+
"category": "Extensions",
|
|
5514
|
+
"type": "3rd-party",
|
|
5515
|
+
"maintainers": [
|
|
5516
|
+
{
|
|
5517
|
+
"name": "Daniel Roe",
|
|
5518
|
+
"github": "danielroe"
|
|
5519
|
+
},
|
|
5520
|
+
{
|
|
5521
|
+
"name": "Anthony Fu",
|
|
5522
|
+
"github": "antfu"
|
|
5523
|
+
}
|
|
5524
|
+
],
|
|
5525
|
+
"compatibility": {
|
|
5526
|
+
"nuxt": "^3.0.0",
|
|
5527
|
+
"requires": {}
|
|
5528
|
+
}
|
|
5529
|
+
},
|
|
5174
5530
|
{
|
|
5175
5531
|
"name": "vue-macros",
|
|
5176
5532
|
"description": "Explore and extend more macros and syntax sugar to Vue.",
|
|
@@ -5484,29 +5840,6 @@
|
|
|
5484
5840
|
}
|
|
5485
5841
|
}
|
|
5486
5842
|
},
|
|
5487
|
-
{
|
|
5488
|
-
"name": "web3js",
|
|
5489
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5490
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5491
|
-
"npm": "nuxt-web3",
|
|
5492
|
-
"icon": "web3js.svg",
|
|
5493
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5494
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5495
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5496
|
-
"category": "Libraries",
|
|
5497
|
-
"type": "3rd-party",
|
|
5498
|
-
"maintainers": [
|
|
5499
|
-
{
|
|
5500
|
-
"name": "Muhammad Fauzan",
|
|
5501
|
-
"github": "bl0cknumber",
|
|
5502
|
-
"twitter": "fncolon"
|
|
5503
|
-
}
|
|
5504
|
-
],
|
|
5505
|
-
"compatibility": {
|
|
5506
|
-
"nuxt": "^2.0.0",
|
|
5507
|
-
"requires": {}
|
|
5508
|
-
}
|
|
5509
|
-
},
|
|
5510
5843
|
{
|
|
5511
5844
|
"name": "webfontloader",
|
|
5512
5845
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5764,6 +6097,29 @@
|
|
|
5764
6097
|
"requires": {}
|
|
5765
6098
|
}
|
|
5766
6099
|
},
|
|
6100
|
+
{
|
|
6101
|
+
"name": "yandex-metrika-next",
|
|
6102
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
6103
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6104
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6105
|
+
"icon": "yandex-metrika.svg",
|
|
6106
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6107
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6108
|
+
"learn_more": "",
|
|
6109
|
+
"category": "Analytics",
|
|
6110
|
+
"type": "3rd-party",
|
|
6111
|
+
"maintainers": [
|
|
6112
|
+
{
|
|
6113
|
+
"name": "Aleksandr Saburov",
|
|
6114
|
+
"github": "artmizu",
|
|
6115
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6116
|
+
}
|
|
6117
|
+
],
|
|
6118
|
+
"compatibility": {
|
|
6119
|
+
"nuxt": "^3.0.0",
|
|
6120
|
+
"requires": {}
|
|
6121
|
+
}
|
|
6122
|
+
},
|
|
5767
6123
|
{
|
|
5768
6124
|
"name": "yandex-metrika",
|
|
5769
6125
|
"description": "Yandex metrika Module for Nuxt.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/modules",
|
|
3
|
-
"version": "0.6.0-
|
|
3
|
+
"version": "0.6.0-510276",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./modules.json",
|
|
6
6
|
"files": [
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@nuxt/eslint-config": "^0.1.1",
|
|
21
21
|
"@types/js-yaml": "^4.0.5",
|
|
22
|
-
"@types/node": "^18.
|
|
22
|
+
"@types/node": "^18.14.0",
|
|
23
23
|
"defu": "^6.1.1",
|
|
24
|
-
"eslint": "^8.
|
|
24
|
+
"eslint": "^8.34.0",
|
|
25
25
|
"globby": "^13.1.3",
|
|
26
26
|
"hasha": "^5.2.2",
|
|
27
|
-
"jiti": "^1.
|
|
27
|
+
"jiti": "^1.17.1",
|
|
28
28
|
"js-yaml": "^4.1.0",
|
|
29
29
|
"ofetch": "^1.0.0",
|
|
30
30
|
"typescript": "^4.9.4"
|
|
31
31
|
},
|
|
32
|
-
"packageManager": "pnpm@7.
|
|
32
|
+
"packageManager": "pnpm@7.27.1"
|
|
33
33
|
}
|