@nuxt/modules 0.6.0-37610a → 0.6.0-38273
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 +318 -34
- 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
|
@@ -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",
|
|
@@ -1070,6 +1120,28 @@
|
|
|
1070
1120
|
"requires": {}
|
|
1071
1121
|
}
|
|
1072
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
|
+
},
|
|
1073
1145
|
{
|
|
1074
1146
|
"name": "element-plus",
|
|
1075
1147
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1140,7 +1212,7 @@
|
|
|
1140
1212
|
}
|
|
1141
1213
|
],
|
|
1142
1214
|
"compatibility": {
|
|
1143
|
-
"nuxt": "^2.0.0",
|
|
1215
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1144
1216
|
"requires": {}
|
|
1145
1217
|
}
|
|
1146
1218
|
},
|
|
@@ -2529,6 +2601,31 @@
|
|
|
2529
2601
|
"requires": {}
|
|
2530
2602
|
}
|
|
2531
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
|
+
},
|
|
2532
2629
|
{
|
|
2533
2630
|
"name": "meilisearch",
|
|
2534
2631
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2929,6 +3026,28 @@
|
|
|
2929
3026
|
"requires": {}
|
|
2930
3027
|
}
|
|
2931
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
|
+
},
|
|
2932
3051
|
{
|
|
2933
3052
|
"name": "nuxt-monaco-editor",
|
|
2934
3053
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -2951,6 +3070,29 @@
|
|
|
2951
3070
|
"requires": {}
|
|
2952
3071
|
}
|
|
2953
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
|
+
},
|
|
2954
3096
|
{
|
|
2955
3097
|
"name": "nuxt-pino-log",
|
|
2956
3098
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3550,6 +3692,28 @@
|
|
|
3550
3692
|
"requires": {}
|
|
3551
3693
|
}
|
|
3552
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
|
+
},
|
|
3553
3717
|
{
|
|
3554
3718
|
"name": "protected-mailto",
|
|
3555
3719
|
"description": "Nuxt component to generate encoded mailto links",
|
|
@@ -3987,7 +4151,7 @@
|
|
|
3987
4151
|
{
|
|
3988
4152
|
"name": "seo-kit",
|
|
3989
4153
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3990
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4154
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
3991
4155
|
"npm": "nuxt-seo-kit",
|
|
3992
4156
|
"icon": "seo-kit.svg",
|
|
3993
4157
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4235,26 +4399,48 @@
|
|
|
4235
4399
|
"requires": {}
|
|
4236
4400
|
}
|
|
4237
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
|
+
},
|
|
4238
4424
|
{
|
|
4239
4425
|
"name": "snipcart",
|
|
4240
4426
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4241
|
-
"repo": "nuxt-
|
|
4427
|
+
"repo": "nuxt-modules/snipcart",
|
|
4242
4428
|
"npm": "@nuxtjs/snipcart",
|
|
4243
4429
|
"icon": "snipcart.png",
|
|
4244
|
-
"github": "https://github.com/nuxt-
|
|
4245
|
-
"website": "https://github.com/nuxt-
|
|
4246
|
-
"learn_more": "",
|
|
4430
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4431
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4432
|
+
"learn_more": "https://snipcart.com",
|
|
4247
4433
|
"category": "Payment",
|
|
4248
4434
|
"type": "community",
|
|
4249
4435
|
"maintainers": [
|
|
4250
4436
|
{
|
|
4251
4437
|
"name": "Florent GIRAUD",
|
|
4252
|
-
"github": "
|
|
4253
|
-
"twitter": "
|
|
4438
|
+
"github": "flozero",
|
|
4439
|
+
"twitter": "flozeroo"
|
|
4254
4440
|
}
|
|
4255
4441
|
],
|
|
4256
4442
|
"compatibility": {
|
|
4257
|
-
"nuxt": "^2.0.0",
|
|
4443
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4258
4444
|
"requires": {}
|
|
4259
4445
|
}
|
|
4260
4446
|
},
|
|
@@ -4591,7 +4777,7 @@
|
|
|
4591
4777
|
}
|
|
4592
4778
|
],
|
|
4593
4779
|
"compatibility": {
|
|
4594
|
-
"nuxt": "^2.0.0",
|
|
4780
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4595
4781
|
"requires": {}
|
|
4596
4782
|
}
|
|
4597
4783
|
},
|
|
@@ -4762,6 +4948,29 @@
|
|
|
4762
4948
|
"requires": {}
|
|
4763
4949
|
}
|
|
4764
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
|
+
},
|
|
4765
4974
|
{
|
|
4766
4975
|
"name": "tailwindcss",
|
|
4767
4976
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -5150,6 +5359,29 @@
|
|
|
5150
5359
|
}
|
|
5151
5360
|
}
|
|
5152
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
|
+
},
|
|
5153
5385
|
{
|
|
5154
5386
|
"name": "user-agent",
|
|
5155
5387
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5194,6 +5426,30 @@
|
|
|
5194
5426
|
"requires": {}
|
|
5195
5427
|
}
|
|
5196
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
|
+
},
|
|
5197
5453
|
{
|
|
5198
5454
|
"name": "vendor",
|
|
5199
5455
|
"description": "directly serve node_modules",
|
|
@@ -5217,6 +5473,34 @@
|
|
|
5217
5473
|
"requires": {}
|
|
5218
5474
|
}
|
|
5219
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
|
+
},
|
|
5220
5504
|
{
|
|
5221
5505
|
"name": "vitest",
|
|
5222
5506
|
"description": "Vitest integration with Nuxt",
|
|
@@ -5556,29 +5840,6 @@
|
|
|
5556
5840
|
}
|
|
5557
5841
|
}
|
|
5558
5842
|
},
|
|
5559
|
-
{
|
|
5560
|
-
"name": "web3js",
|
|
5561
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5562
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5563
|
-
"npm": "nuxt-web3",
|
|
5564
|
-
"icon": "web3js.svg",
|
|
5565
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5566
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5567
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5568
|
-
"category": "Libraries",
|
|
5569
|
-
"type": "3rd-party",
|
|
5570
|
-
"maintainers": [
|
|
5571
|
-
{
|
|
5572
|
-
"name": "Muhammad Fauzan",
|
|
5573
|
-
"github": "bl0cknumber",
|
|
5574
|
-
"twitter": "fncolon"
|
|
5575
|
-
}
|
|
5576
|
-
],
|
|
5577
|
-
"compatibility": {
|
|
5578
|
-
"nuxt": "^2.0.0",
|
|
5579
|
-
"requires": {}
|
|
5580
|
-
}
|
|
5581
|
-
},
|
|
5582
5843
|
{
|
|
5583
5844
|
"name": "webfontloader",
|
|
5584
5845
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5836,6 +6097,29 @@
|
|
|
5836
6097
|
"requires": {}
|
|
5837
6098
|
}
|
|
5838
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
|
+
},
|
|
5839
6123
|
{
|
|
5840
6124
|
"name": "yandex-metrika",
|
|
5841
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-038273",
|
|
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
|
}
|