@nuxt/modules 0.6.0-3d6041 → 0.6.0-53f038
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 +368 -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",
|
|
@@ -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",
|
|
@@ -2905,6 +3048,29 @@
|
|
|
2905
3048
|
"requires": {}
|
|
2906
3049
|
}
|
|
2907
3050
|
},
|
|
3051
|
+
{
|
|
3052
|
+
"name": "nuxt-pdf",
|
|
3053
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
3054
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3055
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
3056
|
+
"icon": "nuxt-pdf.png",
|
|
3057
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
3058
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
3059
|
+
"learn_more": "https://github.com/sidebase",
|
|
3060
|
+
"category": "Extensions",
|
|
3061
|
+
"type": "3rd-party",
|
|
3062
|
+
"maintainers": [
|
|
3063
|
+
{
|
|
3064
|
+
"name": "sidebase",
|
|
3065
|
+
"github": "sidebase",
|
|
3066
|
+
"twitter": "sidebase_io"
|
|
3067
|
+
}
|
|
3068
|
+
],
|
|
3069
|
+
"compatibility": {
|
|
3070
|
+
"nuxt": "^3.0.0",
|
|
3071
|
+
"requires": {}
|
|
3072
|
+
}
|
|
3073
|
+
},
|
|
2908
3074
|
{
|
|
2909
3075
|
"name": "nuxt-pino-log",
|
|
2910
3076
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3504,6 +3670,28 @@
|
|
|
3504
3670
|
"requires": {}
|
|
3505
3671
|
}
|
|
3506
3672
|
},
|
|
3673
|
+
{
|
|
3674
|
+
"name": "prometheus",
|
|
3675
|
+
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3676
|
+
"repo": "artmizu/nuxt-prometheus",
|
|
3677
|
+
"npm": "@artmizu/nuxt-prometheus",
|
|
3678
|
+
"icon": "prometheus.svg",
|
|
3679
|
+
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3680
|
+
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3681
|
+
"learn_more": "",
|
|
3682
|
+
"category": "Monitoring",
|
|
3683
|
+
"type": "3rd-party",
|
|
3684
|
+
"maintainers": [
|
|
3685
|
+
{
|
|
3686
|
+
"name": "artmizu",
|
|
3687
|
+
"github": "artmizu"
|
|
3688
|
+
}
|
|
3689
|
+
],
|
|
3690
|
+
"compatibility": {
|
|
3691
|
+
"nuxt": "^3.0.0",
|
|
3692
|
+
"requires": {}
|
|
3693
|
+
}
|
|
3694
|
+
},
|
|
3507
3695
|
{
|
|
3508
3696
|
"name": "protected-mailto",
|
|
3509
3697
|
"description": "Nuxt component to generate encoded mailto links",
|
|
@@ -3941,7 +4129,7 @@
|
|
|
3941
4129
|
{
|
|
3942
4130
|
"name": "seo-kit",
|
|
3943
4131
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3944
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4132
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
3945
4133
|
"npm": "nuxt-seo-kit",
|
|
3946
4134
|
"icon": "seo-kit.svg",
|
|
3947
4135
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4189,26 +4377,48 @@
|
|
|
4189
4377
|
"requires": {}
|
|
4190
4378
|
}
|
|
4191
4379
|
},
|
|
4380
|
+
{
|
|
4381
|
+
"name": "snackbar",
|
|
4382
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4383
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4384
|
+
"npm": "nuxt-snackbar",
|
|
4385
|
+
"icon": "snackbar.png",
|
|
4386
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4387
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4388
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
4389
|
+
"category": "UI",
|
|
4390
|
+
"type": "3rd-party",
|
|
4391
|
+
"maintainers": [
|
|
4392
|
+
{
|
|
4393
|
+
"name": "modbender",
|
|
4394
|
+
"github": "modbender"
|
|
4395
|
+
}
|
|
4396
|
+
],
|
|
4397
|
+
"compatibility": {
|
|
4398
|
+
"nuxt": "^3.0.0",
|
|
4399
|
+
"requires": {}
|
|
4400
|
+
}
|
|
4401
|
+
},
|
|
4192
4402
|
{
|
|
4193
4403
|
"name": "snipcart",
|
|
4194
4404
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4195
|
-
"repo": "nuxt-
|
|
4405
|
+
"repo": "nuxt-modules/snipcart",
|
|
4196
4406
|
"npm": "@nuxtjs/snipcart",
|
|
4197
4407
|
"icon": "snipcart.png",
|
|
4198
|
-
"github": "https://github.com/nuxt-
|
|
4199
|
-
"website": "https://github.com/nuxt-
|
|
4200
|
-
"learn_more": "",
|
|
4408
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4409
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4410
|
+
"learn_more": "https://snipcart.com",
|
|
4201
4411
|
"category": "Payment",
|
|
4202
4412
|
"type": "community",
|
|
4203
4413
|
"maintainers": [
|
|
4204
4414
|
{
|
|
4205
4415
|
"name": "Florent GIRAUD",
|
|
4206
|
-
"github": "
|
|
4207
|
-
"twitter": "
|
|
4416
|
+
"github": "flozero",
|
|
4417
|
+
"twitter": "flozeroo"
|
|
4208
4418
|
}
|
|
4209
4419
|
],
|
|
4210
4420
|
"compatibility": {
|
|
4211
|
-
"nuxt": "^2.0.0",
|
|
4421
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4212
4422
|
"requires": {}
|
|
4213
4423
|
}
|
|
4214
4424
|
},
|
|
@@ -4545,7 +4755,7 @@
|
|
|
4545
4755
|
}
|
|
4546
4756
|
],
|
|
4547
4757
|
"compatibility": {
|
|
4548
|
-
"nuxt": "^2.0.0",
|
|
4758
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4549
4759
|
"requires": {}
|
|
4550
4760
|
}
|
|
4551
4761
|
},
|
|
@@ -4716,6 +4926,29 @@
|
|
|
4716
4926
|
"requires": {}
|
|
4717
4927
|
}
|
|
4718
4928
|
},
|
|
4929
|
+
{
|
|
4930
|
+
"name": "tailvue",
|
|
4931
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
4932
|
+
"repo": "fumeapp/tailvue",
|
|
4933
|
+
"npm": "tailvue",
|
|
4934
|
+
"icon": "tailvue.jpg",
|
|
4935
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
4936
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
4937
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
4938
|
+
"category": "UI",
|
|
4939
|
+
"type": "3rd-party",
|
|
4940
|
+
"maintainers": [
|
|
4941
|
+
{
|
|
4942
|
+
"name": "Kevin Olson",
|
|
4943
|
+
"github": "acidjazz",
|
|
4944
|
+
"twitter": "AppFume"
|
|
4945
|
+
}
|
|
4946
|
+
],
|
|
4947
|
+
"compatibility": {
|
|
4948
|
+
"nuxt": "^3.0.0",
|
|
4949
|
+
"requires": {}
|
|
4950
|
+
}
|
|
4951
|
+
},
|
|
4719
4952
|
{
|
|
4720
4953
|
"name": "tailwindcss",
|
|
4721
4954
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -5104,6 +5337,29 @@
|
|
|
5104
5337
|
}
|
|
5105
5338
|
}
|
|
5106
5339
|
},
|
|
5340
|
+
{
|
|
5341
|
+
"name": "ununuracss",
|
|
5342
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
5343
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
5344
|
+
"npm": "nuxt-ununura",
|
|
5345
|
+
"icon": "ununuracss.png",
|
|
5346
|
+
"github": "https://github.com/novout/ununuracss",
|
|
5347
|
+
"website": "https://ununura.com/#/",
|
|
5348
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
5349
|
+
"category": "UI",
|
|
5350
|
+
"type": "3rd-party",
|
|
5351
|
+
"maintainers": [
|
|
5352
|
+
{
|
|
5353
|
+
"name": "Giovane Cardoso",
|
|
5354
|
+
"github": "novout",
|
|
5355
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5356
|
+
}
|
|
5357
|
+
],
|
|
5358
|
+
"compatibility": {
|
|
5359
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5360
|
+
"requires": {}
|
|
5361
|
+
}
|
|
5362
|
+
},
|
|
5107
5363
|
{
|
|
5108
5364
|
"name": "user-agent",
|
|
5109
5365
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5148,6 +5404,30 @@
|
|
|
5148
5404
|
"requires": {}
|
|
5149
5405
|
}
|
|
5150
5406
|
},
|
|
5407
|
+
{
|
|
5408
|
+
"name": "vant",
|
|
5409
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
5410
|
+
"repo": "vant-ui/vant-nuxt",
|
|
5411
|
+
"npm": "@vant/nuxt",
|
|
5412
|
+
"icon": "vant.png",
|
|
5413
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
5414
|
+
"website": "https://vant-ui.github.io/vant",
|
|
5415
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
5416
|
+
"category": "UI",
|
|
5417
|
+
"type": "3rd-party",
|
|
5418
|
+
"maintainers": [
|
|
5419
|
+
{
|
|
5420
|
+
"name": "tolking",
|
|
5421
|
+
"github": "tolking"
|
|
5422
|
+
}
|
|
5423
|
+
],
|
|
5424
|
+
"compatibility": {
|
|
5425
|
+
"nuxt": "^3.0.0",
|
|
5426
|
+
"requires": {
|
|
5427
|
+
"bridge": "optional"
|
|
5428
|
+
}
|
|
5429
|
+
}
|
|
5430
|
+
},
|
|
5151
5431
|
{
|
|
5152
5432
|
"name": "vendor",
|
|
5153
5433
|
"description": "directly serve node_modules",
|
|
@@ -5171,6 +5451,60 @@
|
|
|
5171
5451
|
"requires": {}
|
|
5172
5452
|
}
|
|
5173
5453
|
},
|
|
5454
|
+
{
|
|
5455
|
+
"name": "vite-pwa-nuxt",
|
|
5456
|
+
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
5457
|
+
"repo": "vite-pwa/nuxt",
|
|
5458
|
+
"npm": "@vite-pwa/nuxt",
|
|
5459
|
+
"icon": "vite-pwa-nuxt.svg",
|
|
5460
|
+
"github": "https://github.com/vite-pwa/nuxt",
|
|
5461
|
+
"website": "https://github.com/vite-pwa/nuxt",
|
|
5462
|
+
"learn_more": "https://vite-pwa-org.netlify.app/frameworks/nuxt.html",
|
|
5463
|
+
"category": "Performance",
|
|
5464
|
+
"type": "3rd-party",
|
|
5465
|
+
"maintainers": [
|
|
5466
|
+
{
|
|
5467
|
+
"name": "Joaquín Sánchez",
|
|
5468
|
+
"github": "userquin",
|
|
5469
|
+
"twitter": "userquin"
|
|
5470
|
+
},
|
|
5471
|
+
{
|
|
5472
|
+
"name": "Anthony Fu",
|
|
5473
|
+
"github": "antfu",
|
|
5474
|
+
"twitter": "antfu7"
|
|
5475
|
+
}
|
|
5476
|
+
],
|
|
5477
|
+
"compatibility": {
|
|
5478
|
+
"nuxt": "^3.0.0",
|
|
5479
|
+
"requires": {}
|
|
5480
|
+
}
|
|
5481
|
+
},
|
|
5482
|
+
{
|
|
5483
|
+
"name": "vitest",
|
|
5484
|
+
"description": "Vitest integration with Nuxt",
|
|
5485
|
+
"repo": "danielroe/nuxt-vitest#main",
|
|
5486
|
+
"npm": "nuxt-vitest",
|
|
5487
|
+
"icon": "vitest.svg",
|
|
5488
|
+
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5489
|
+
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5490
|
+
"learn_more": "",
|
|
5491
|
+
"category": "Extensions",
|
|
5492
|
+
"type": "3rd-party",
|
|
5493
|
+
"maintainers": [
|
|
5494
|
+
{
|
|
5495
|
+
"name": "Daniel Roe",
|
|
5496
|
+
"github": "danielroe"
|
|
5497
|
+
},
|
|
5498
|
+
{
|
|
5499
|
+
"name": "Anthony Fu",
|
|
5500
|
+
"github": "antfu"
|
|
5501
|
+
}
|
|
5502
|
+
],
|
|
5503
|
+
"compatibility": {
|
|
5504
|
+
"nuxt": "^3.0.0",
|
|
5505
|
+
"requires": {}
|
|
5506
|
+
}
|
|
5507
|
+
},
|
|
5174
5508
|
{
|
|
5175
5509
|
"name": "vue-macros",
|
|
5176
5510
|
"description": "Explore and extend more macros and syntax sugar to Vue.",
|
|
@@ -5484,29 +5818,6 @@
|
|
|
5484
5818
|
}
|
|
5485
5819
|
}
|
|
5486
5820
|
},
|
|
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
5821
|
{
|
|
5511
5822
|
"name": "webfontloader",
|
|
5512
5823
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5764,6 +6075,29 @@
|
|
|
5764
6075
|
"requires": {}
|
|
5765
6076
|
}
|
|
5766
6077
|
},
|
|
6078
|
+
{
|
|
6079
|
+
"name": "yandex-metrika-next",
|
|
6080
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
6081
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6082
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6083
|
+
"icon": "yandex-metrika.svg",
|
|
6084
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6085
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6086
|
+
"learn_more": "",
|
|
6087
|
+
"category": "Analytics",
|
|
6088
|
+
"type": "3rd-party",
|
|
6089
|
+
"maintainers": [
|
|
6090
|
+
{
|
|
6091
|
+
"name": "Aleksandr Saburov",
|
|
6092
|
+
"github": "artmizu",
|
|
6093
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6094
|
+
}
|
|
6095
|
+
],
|
|
6096
|
+
"compatibility": {
|
|
6097
|
+
"nuxt": "^3.0.0",
|
|
6098
|
+
"requires": {}
|
|
6099
|
+
}
|
|
6100
|
+
},
|
|
5767
6101
|
{
|
|
5768
6102
|
"name": "yandex-metrika",
|
|
5769
6103
|
"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-53f038",
|
|
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
|
}
|