@nuxt/modules 0.6.0-27e6dc → 0.6.0-2c617f
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 +423 -40
- 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",
|
|
@@ -1051,11 +1169,11 @@
|
|
|
1051
1169
|
{
|
|
1052
1170
|
"name": "emotion",
|
|
1053
1171
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
1054
|
-
"repo": "nuxt-
|
|
1172
|
+
"repo": "nuxt-modules/emotion",
|
|
1055
1173
|
"npm": "@nuxtjs/emotion",
|
|
1056
1174
|
"icon": "emotion.png",
|
|
1057
|
-
"github": "https://github.com/nuxt-
|
|
1058
|
-
"website": "https://github.com/nuxt-
|
|
1175
|
+
"github": "https://github.com/nuxt-modules/emotion",
|
|
1176
|
+
"website": "https://github.com/nuxt-modules/emotion",
|
|
1059
1177
|
"learn_more": "https://emotion.sh/",
|
|
1060
1178
|
"category": "Extensions",
|
|
1061
1179
|
"type": "community",
|
|
@@ -1064,10 +1182,15 @@
|
|
|
1064
1182
|
"name": "Pooya Parsa",
|
|
1065
1183
|
"github": "pi0",
|
|
1066
1184
|
"twitter": "_pi0_"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"name": "Jonathan Bakebwa",
|
|
1188
|
+
"github": "codebender828",
|
|
1189
|
+
"twitter": "codebender828"
|
|
1067
1190
|
}
|
|
1068
1191
|
],
|
|
1069
1192
|
"compatibility": {
|
|
1070
|
-
"nuxt": "^2.0.0",
|
|
1193
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1071
1194
|
"requires": {}
|
|
1072
1195
|
}
|
|
1073
1196
|
},
|
|
@@ -1089,7 +1212,7 @@
|
|
|
1089
1212
|
}
|
|
1090
1213
|
],
|
|
1091
1214
|
"compatibility": {
|
|
1092
|
-
"nuxt": "^2.0.0",
|
|
1215
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1093
1216
|
"requires": {}
|
|
1094
1217
|
}
|
|
1095
1218
|
},
|
|
@@ -2248,7 +2371,7 @@
|
|
|
2248
2371
|
},
|
|
2249
2372
|
{
|
|
2250
2373
|
"name": "link-checker",
|
|
2251
|
-
"description": "",
|
|
2374
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2252
2375
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2253
2376
|
"npm": "nuxt-link-checker",
|
|
2254
2377
|
"icon": "",
|
|
@@ -2478,6 +2601,31 @@
|
|
|
2478
2601
|
"requires": {}
|
|
2479
2602
|
}
|
|
2480
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
|
+
},
|
|
2481
2629
|
{
|
|
2482
2630
|
"name": "meilisearch",
|
|
2483
2631
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2878,6 +3026,28 @@
|
|
|
2878
3026
|
"requires": {}
|
|
2879
3027
|
}
|
|
2880
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
|
+
},
|
|
2881
3051
|
{
|
|
2882
3052
|
"name": "nuxt-monaco-editor",
|
|
2883
3053
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -2900,6 +3070,29 @@
|
|
|
2900
3070
|
"requires": {}
|
|
2901
3071
|
}
|
|
2902
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
|
+
},
|
|
2903
3096
|
{
|
|
2904
3097
|
"name": "nuxt-pino-log",
|
|
2905
3098
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3499,6 +3692,28 @@
|
|
|
3499
3692
|
"requires": {}
|
|
3500
3693
|
}
|
|
3501
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
|
+
},
|
|
3502
3717
|
{
|
|
3503
3718
|
"name": "protected-mailto",
|
|
3504
3719
|
"description": "Nuxt component to generate encoded mailto links",
|
|
@@ -3936,7 +4151,7 @@
|
|
|
3936
4151
|
{
|
|
3937
4152
|
"name": "seo-kit",
|
|
3938
4153
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3939
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4154
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
3940
4155
|
"npm": "nuxt-seo-kit",
|
|
3941
4156
|
"icon": "seo-kit.svg",
|
|
3942
4157
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4184,26 +4399,48 @@
|
|
|
4184
4399
|
"requires": {}
|
|
4185
4400
|
}
|
|
4186
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
|
+
},
|
|
4187
4424
|
{
|
|
4188
4425
|
"name": "snipcart",
|
|
4189
4426
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4190
|
-
"repo": "nuxt-
|
|
4427
|
+
"repo": "nuxt-modules/snipcart",
|
|
4191
4428
|
"npm": "@nuxtjs/snipcart",
|
|
4192
4429
|
"icon": "snipcart.png",
|
|
4193
|
-
"github": "https://github.com/nuxt-
|
|
4194
|
-
"website": "https://github.com/nuxt-
|
|
4195
|
-
"learn_more": "",
|
|
4430
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4431
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4432
|
+
"learn_more": "https://snipcart.com",
|
|
4196
4433
|
"category": "Payment",
|
|
4197
4434
|
"type": "community",
|
|
4198
4435
|
"maintainers": [
|
|
4199
4436
|
{
|
|
4200
4437
|
"name": "Florent GIRAUD",
|
|
4201
|
-
"github": "
|
|
4202
|
-
"twitter": "
|
|
4438
|
+
"github": "flozero",
|
|
4439
|
+
"twitter": "flozeroo"
|
|
4203
4440
|
}
|
|
4204
4441
|
],
|
|
4205
4442
|
"compatibility": {
|
|
4206
|
-
"nuxt": "^2.0.0",
|
|
4443
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4207
4444
|
"requires": {}
|
|
4208
4445
|
}
|
|
4209
4446
|
},
|
|
@@ -4540,7 +4777,7 @@
|
|
|
4540
4777
|
}
|
|
4541
4778
|
],
|
|
4542
4779
|
"compatibility": {
|
|
4543
|
-
"nuxt": "^2.0.0",
|
|
4780
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4544
4781
|
"requires": {}
|
|
4545
4782
|
}
|
|
4546
4783
|
},
|
|
@@ -4711,6 +4948,29 @@
|
|
|
4711
4948
|
"requires": {}
|
|
4712
4949
|
}
|
|
4713
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
|
+
},
|
|
4714
4974
|
{
|
|
4715
4975
|
"name": "tailwindcss",
|
|
4716
4976
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -5099,6 +5359,29 @@
|
|
|
5099
5359
|
}
|
|
5100
5360
|
}
|
|
5101
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
|
+
},
|
|
5102
5385
|
{
|
|
5103
5386
|
"name": "user-agent",
|
|
5104
5387
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5143,6 +5426,30 @@
|
|
|
5143
5426
|
"requires": {}
|
|
5144
5427
|
}
|
|
5145
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
|
+
},
|
|
5146
5453
|
{
|
|
5147
5454
|
"name": "vendor",
|
|
5148
5455
|
"description": "directly serve node_modules",
|
|
@@ -5166,6 +5473,60 @@
|
|
|
5166
5473
|
"requires": {}
|
|
5167
5474
|
}
|
|
5168
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
|
+
},
|
|
5169
5530
|
{
|
|
5170
5531
|
"name": "vue-macros",
|
|
5171
5532
|
"description": "Explore and extend more macros and syntax sugar to Vue.",
|
|
@@ -5327,6 +5688,28 @@
|
|
|
5327
5688
|
"requires": {}
|
|
5328
5689
|
}
|
|
5329
5690
|
},
|
|
5691
|
+
{
|
|
5692
|
+
"name": "vuefire",
|
|
5693
|
+
"description": "Idiomatic composables for the Firebase SDK",
|
|
5694
|
+
"repo": "vuejs/vuefire/packages/nuxt",
|
|
5695
|
+
"npm": "nuxt-vuefire",
|
|
5696
|
+
"icon": "vuefire.svg",
|
|
5697
|
+
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
5698
|
+
"website": "https://vuefire.vuejs.org/",
|
|
5699
|
+
"learn_more": "",
|
|
5700
|
+
"category": "Database",
|
|
5701
|
+
"type": "3rd-party",
|
|
5702
|
+
"maintainers": [
|
|
5703
|
+
{
|
|
5704
|
+
"name": "posva",
|
|
5705
|
+
"github": "posva"
|
|
5706
|
+
}
|
|
5707
|
+
],
|
|
5708
|
+
"compatibility": {
|
|
5709
|
+
"nuxt": "^3.0.0",
|
|
5710
|
+
"requires": {}
|
|
5711
|
+
}
|
|
5712
|
+
},
|
|
5330
5713
|
{
|
|
5331
5714
|
"name": "vuestic",
|
|
5332
5715
|
"description": "Vuestic UI module for Nuxt 3",
|
|
@@ -5457,29 +5840,6 @@
|
|
|
5457
5840
|
}
|
|
5458
5841
|
}
|
|
5459
5842
|
},
|
|
5460
|
-
{
|
|
5461
|
-
"name": "web3js",
|
|
5462
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5463
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5464
|
-
"npm": "nuxt-web3",
|
|
5465
|
-
"icon": "web3js.svg",
|
|
5466
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5467
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5468
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5469
|
-
"category": "Libraries",
|
|
5470
|
-
"type": "3rd-party",
|
|
5471
|
-
"maintainers": [
|
|
5472
|
-
{
|
|
5473
|
-
"name": "Muhammad Fauzan",
|
|
5474
|
-
"github": "bl0cknumber",
|
|
5475
|
-
"twitter": "fncolon"
|
|
5476
|
-
}
|
|
5477
|
-
],
|
|
5478
|
-
"compatibility": {
|
|
5479
|
-
"nuxt": "^2.0.0",
|
|
5480
|
-
"requires": {}
|
|
5481
|
-
}
|
|
5482
|
-
},
|
|
5483
5843
|
{
|
|
5484
5844
|
"name": "webfontloader",
|
|
5485
5845
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5737,6 +6097,29 @@
|
|
|
5737
6097
|
"requires": {}
|
|
5738
6098
|
}
|
|
5739
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
|
+
},
|
|
5740
6123
|
{
|
|
5741
6124
|
"name": "yandex-metrika",
|
|
5742
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-2c617f",
|
|
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
|
}
|