@nuxt/modules 0.6.0-0597f7 → 0.6.0-079a00
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 +457 -45
- package/package.json +10 -11
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
|
@@ -124,6 +124,29 @@
|
|
|
124
124
|
"requires": {}
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
|
+
{
|
|
128
|
+
"name": "prometheus",
|
|
129
|
+
"description": "Prometheus metrics for NodeJS and a set of custom metrics for Nuxt applications",
|
|
130
|
+
"repo": "artmizu/nuxt-prometheus",
|
|
131
|
+
"npm": "@artmizu/nuxt-prometheus",
|
|
132
|
+
"icon": "prometheus.svg",
|
|
133
|
+
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
134
|
+
"website": "",
|
|
135
|
+
"learn_more": "",
|
|
136
|
+
"category": "Monitoring",
|
|
137
|
+
"type": "3rd-party",
|
|
138
|
+
"maintainers": [
|
|
139
|
+
{
|
|
140
|
+
"name": "Aleksandr Saburov",
|
|
141
|
+
"github": "artmizu",
|
|
142
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
143
|
+
}
|
|
144
|
+
],
|
|
145
|
+
"compatibility": {
|
|
146
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
147
|
+
"requires": {}
|
|
148
|
+
}
|
|
149
|
+
},
|
|
127
150
|
{
|
|
128
151
|
"name": "animejs",
|
|
129
152
|
"description": "Anime.js module for Nuxt.js",
|
|
@@ -258,7 +281,7 @@
|
|
|
258
281
|
}
|
|
259
282
|
],
|
|
260
283
|
"compatibility": {
|
|
261
|
-
"nuxt": "^
|
|
284
|
+
"nuxt": "^3.0.0",
|
|
262
285
|
"requires": {}
|
|
263
286
|
}
|
|
264
287
|
},
|
|
@@ -480,6 +503,29 @@
|
|
|
480
503
|
"requires": {}
|
|
481
504
|
}
|
|
482
505
|
},
|
|
506
|
+
{
|
|
507
|
+
"name": "calendly",
|
|
508
|
+
"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.",
|
|
509
|
+
"repo": "madebyfabian/nuxt-calendly",
|
|
510
|
+
"npm": "nuxt-calendly",
|
|
511
|
+
"icon": "calendly.svg",
|
|
512
|
+
"github": "https://github.com/madebyfabian/nuxt-calendly",
|
|
513
|
+
"website": "https://nuxt-calendly.vercel.app/",
|
|
514
|
+
"learn_more": "https://calendly.com/",
|
|
515
|
+
"category": "Extensions",
|
|
516
|
+
"type": "3rd-party",
|
|
517
|
+
"maintainers": [
|
|
518
|
+
{
|
|
519
|
+
"name": "Fabian B.",
|
|
520
|
+
"github": "madebyfabian",
|
|
521
|
+
"twitter": "madebyfabian"
|
|
522
|
+
}
|
|
523
|
+
],
|
|
524
|
+
"compatibility": {
|
|
525
|
+
"nuxt": "^3.0.0",
|
|
526
|
+
"requires": {}
|
|
527
|
+
}
|
|
528
|
+
},
|
|
483
529
|
{
|
|
484
530
|
"name": "canvas-sketch",
|
|
485
531
|
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
@@ -613,6 +659,33 @@
|
|
|
613
659
|
"requires": {}
|
|
614
660
|
}
|
|
615
661
|
},
|
|
662
|
+
{
|
|
663
|
+
"name": "cloudflare-analytics",
|
|
664
|
+
"description": "Cloudflare Web Analytics Module for Nuxt",
|
|
665
|
+
"repo": "hamlogic/nuxt-cloudflare-analytics",
|
|
666
|
+
"npm": "nuxt-cloudflare-analytics",
|
|
667
|
+
"icon": "cloudflare.svg",
|
|
668
|
+
"github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
669
|
+
"website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
670
|
+
"learn_more": "https://www.cloudflare.com/web-analytics/",
|
|
671
|
+
"category": "Analytics",
|
|
672
|
+
"type": "3rd-party",
|
|
673
|
+
"maintainers": [
|
|
674
|
+
{
|
|
675
|
+
"name": "hamlogic",
|
|
676
|
+
"github": "hamlogic"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"name": "Fabian B.",
|
|
680
|
+
"github": "madebyfabian",
|
|
681
|
+
"twitter": "madebyfabian"
|
|
682
|
+
}
|
|
683
|
+
],
|
|
684
|
+
"compatibility": {
|
|
685
|
+
"nuxt": "^3.0.0",
|
|
686
|
+
"requires": {}
|
|
687
|
+
}
|
|
688
|
+
},
|
|
616
689
|
{
|
|
617
690
|
"name": "cloudinary",
|
|
618
691
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
@@ -669,7 +742,7 @@
|
|
|
669
742
|
"icon": "",
|
|
670
743
|
"github": "https://github.com/nuxt-community/component-cache-module",
|
|
671
744
|
"website": "https://github.com/nuxt-community/component-cache-module",
|
|
672
|
-
"learn_more": "https://ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
745
|
+
"learn_more": "https://v2.ssr.vuejs.org/guide/caching.html#component-level-caching",
|
|
673
746
|
"category": "Performance",
|
|
674
747
|
"type": "community",
|
|
675
748
|
"maintainers": [
|
|
@@ -762,6 +835,52 @@
|
|
|
762
835
|
"requires": {}
|
|
763
836
|
}
|
|
764
837
|
},
|
|
838
|
+
{
|
|
839
|
+
"name": "cookie-control",
|
|
840
|
+
"description": "A highly configurable cookie banner for Nuxt.",
|
|
841
|
+
"repo": "dargmuesli/nuxt-cookie-control",
|
|
842
|
+
"npm": "@dargmuesli/nuxt-cookie-control",
|
|
843
|
+
"icon": "cookie-control.png",
|
|
844
|
+
"github": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
845
|
+
"website": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
846
|
+
"learn_more": "",
|
|
847
|
+
"category": "Extensions",
|
|
848
|
+
"type": "3rd-party",
|
|
849
|
+
"maintainers": [
|
|
850
|
+
{
|
|
851
|
+
"name": "dargmuesli",
|
|
852
|
+
"github": "dargmuesli",
|
|
853
|
+
"avatar": "https://avatars.githubusercontent.com/dargmuesli"
|
|
854
|
+
}
|
|
855
|
+
],
|
|
856
|
+
"compatibility": {
|
|
857
|
+
"nuxt": "^3.0.0",
|
|
858
|
+
"requires": {}
|
|
859
|
+
}
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"name": "csurf",
|
|
863
|
+
"description": "Cross-Site Request Forgery (CSRF) Prevention for Nuxt",
|
|
864
|
+
"repo": "morgbn/nuxt-csurf",
|
|
865
|
+
"npm": "nuxt-csurf",
|
|
866
|
+
"icon": "csurf.svg",
|
|
867
|
+
"github": "https://github.com/morgbn/nuxt-csurf",
|
|
868
|
+
"website": "https://github.com/morgbn/nuxt-csurf",
|
|
869
|
+
"learn_more": "https://github.com/Morgbn/nuxt-csurf#readme",
|
|
870
|
+
"category": "Security",
|
|
871
|
+
"type": "3rd-party",
|
|
872
|
+
"maintainers": [
|
|
873
|
+
{
|
|
874
|
+
"name": "morgbn",
|
|
875
|
+
"github": "morgbn",
|
|
876
|
+
"avatar": "https://avatars.githubusercontent.com/u/25689856?v=4"
|
|
877
|
+
}
|
|
878
|
+
],
|
|
879
|
+
"compatibility": {
|
|
880
|
+
"nuxt": "^3.0.0",
|
|
881
|
+
"requires": {}
|
|
882
|
+
}
|
|
883
|
+
},
|
|
765
884
|
{
|
|
766
885
|
"name": "custom-elements",
|
|
767
886
|
"description": "Publish your Components as a vue-custom-element standalone build.",
|
|
@@ -1024,6 +1143,28 @@
|
|
|
1024
1143
|
"requires": {}
|
|
1025
1144
|
}
|
|
1026
1145
|
},
|
|
1146
|
+
{
|
|
1147
|
+
"name": "electron",
|
|
1148
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1149
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1150
|
+
"npm": "nuxt-electron",
|
|
1151
|
+
"icon": "electron.svg",
|
|
1152
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1153
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1154
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1155
|
+
"category": "Extensions",
|
|
1156
|
+
"type": "3rd-party",
|
|
1157
|
+
"maintainers": [
|
|
1158
|
+
{
|
|
1159
|
+
"name": "草鞋没号",
|
|
1160
|
+
"github": "caoxiemeihao"
|
|
1161
|
+
}
|
|
1162
|
+
],
|
|
1163
|
+
"compatibility": {
|
|
1164
|
+
"nuxt": "^3.0.0",
|
|
1165
|
+
"requires": {}
|
|
1166
|
+
}
|
|
1167
|
+
},
|
|
1027
1168
|
{
|
|
1028
1169
|
"name": "element-plus",
|
|
1029
1170
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1051,11 +1192,11 @@
|
|
|
1051
1192
|
{
|
|
1052
1193
|
"name": "emotion",
|
|
1053
1194
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
1054
|
-
"repo": "nuxt-
|
|
1195
|
+
"repo": "nuxt-modules/emotion",
|
|
1055
1196
|
"npm": "@nuxtjs/emotion",
|
|
1056
1197
|
"icon": "emotion.png",
|
|
1057
|
-
"github": "https://github.com/nuxt-
|
|
1058
|
-
"website": "https://github.com/nuxt-
|
|
1198
|
+
"github": "https://github.com/nuxt-modules/emotion",
|
|
1199
|
+
"website": "https://github.com/nuxt-modules/emotion",
|
|
1059
1200
|
"learn_more": "https://emotion.sh/",
|
|
1060
1201
|
"category": "Extensions",
|
|
1061
1202
|
"type": "community",
|
|
@@ -1064,10 +1205,15 @@
|
|
|
1064
1205
|
"name": "Pooya Parsa",
|
|
1065
1206
|
"github": "pi0",
|
|
1066
1207
|
"twitter": "_pi0_"
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"name": "Jonathan Bakebwa",
|
|
1211
|
+
"github": "codebender828",
|
|
1212
|
+
"twitter": "codebender828"
|
|
1067
1213
|
}
|
|
1068
1214
|
],
|
|
1069
1215
|
"compatibility": {
|
|
1070
|
-
"nuxt": "^2.0.0",
|
|
1216
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1071
1217
|
"requires": {}
|
|
1072
1218
|
}
|
|
1073
1219
|
},
|
|
@@ -1089,7 +1235,7 @@
|
|
|
1089
1235
|
}
|
|
1090
1236
|
],
|
|
1091
1237
|
"compatibility": {
|
|
1092
|
-
"nuxt": "^2.0.0",
|
|
1238
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1093
1239
|
"requires": {}
|
|
1094
1240
|
}
|
|
1095
1241
|
},
|
|
@@ -2361,7 +2507,7 @@
|
|
|
2361
2507
|
}
|
|
2362
2508
|
],
|
|
2363
2509
|
"compatibility": {
|
|
2364
|
-
"nuxt": "^2.0.0",
|
|
2510
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2365
2511
|
"requires": {}
|
|
2366
2512
|
}
|
|
2367
2513
|
},
|
|
@@ -2478,6 +2624,31 @@
|
|
|
2478
2624
|
"requires": {}
|
|
2479
2625
|
}
|
|
2480
2626
|
},
|
|
2627
|
+
{
|
|
2628
|
+
"name": "medusa",
|
|
2629
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2630
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2631
|
+
"npm": "nuxt-medusa",
|
|
2632
|
+
"icon": "medusa.svg",
|
|
2633
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2634
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2635
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2636
|
+
"category": "Ecommerce",
|
|
2637
|
+
"type": "3rd-party",
|
|
2638
|
+
"maintainers": [
|
|
2639
|
+
{
|
|
2640
|
+
"name": "Jakub Andrzejewski",
|
|
2641
|
+
"github": "Baroshem",
|
|
2642
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2643
|
+
}
|
|
2644
|
+
],
|
|
2645
|
+
"compatibility": {
|
|
2646
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2647
|
+
"requires": {
|
|
2648
|
+
"bridge": true
|
|
2649
|
+
}
|
|
2650
|
+
}
|
|
2651
|
+
},
|
|
2481
2652
|
{
|
|
2482
2653
|
"name": "meilisearch",
|
|
2483
2654
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2757,6 +2928,35 @@
|
|
|
2757
2928
|
"requires": {}
|
|
2758
2929
|
}
|
|
2759
2930
|
},
|
|
2931
|
+
{
|
|
2932
|
+
"name": "nuxt-graphql-middleware",
|
|
2933
|
+
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
2934
|
+
"repo": "dulnan/nuxt-graphql-middleware",
|
|
2935
|
+
"npm": "nuxt-graphql-middleware",
|
|
2936
|
+
"icon": "nuxt-graphql-middleware.svg",
|
|
2937
|
+
"github": "https://github.com/dulnan/nuxt-graphql-middleware",
|
|
2938
|
+
"website": "https://nuxt-graphql-middleware.dulnan.net",
|
|
2939
|
+
"learn_more": "",
|
|
2940
|
+
"category": "Request",
|
|
2941
|
+
"type": "3rd-party",
|
|
2942
|
+
"maintainers": [
|
|
2943
|
+
{
|
|
2944
|
+
"name": "dulnan",
|
|
2945
|
+
"github": "dulnan",
|
|
2946
|
+
"twitter": "dulnan",
|
|
2947
|
+
"avatar": "https://avatars.githubusercontent.com/dulnan?v=4"
|
|
2948
|
+
},
|
|
2949
|
+
{
|
|
2950
|
+
"name": "ayalon",
|
|
2951
|
+
"github": "ayalon",
|
|
2952
|
+
"avatar": "https://avatars.githubusercontent.com/ayalon?v=4"
|
|
2953
|
+
}
|
|
2954
|
+
],
|
|
2955
|
+
"compatibility": {
|
|
2956
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2957
|
+
"requires": {}
|
|
2958
|
+
}
|
|
2959
|
+
},
|
|
2760
2960
|
{
|
|
2761
2961
|
"name": "nuxt-graphql-playground",
|
|
2762
2962
|
"description": "",
|
|
@@ -2826,6 +3026,29 @@
|
|
|
2826
3026
|
"requires": {}
|
|
2827
3027
|
}
|
|
2828
3028
|
},
|
|
3029
|
+
{
|
|
3030
|
+
"name": "nuxt-loco",
|
|
3031
|
+
"description": "A localise.biz module to synth locale with Nuxt.js",
|
|
3032
|
+
"repo": "gaetansenn/nuxt-loco",
|
|
3033
|
+
"npm": "nuxt-loco",
|
|
3034
|
+
"icon": "",
|
|
3035
|
+
"github": "https://github.com/gaetansenn/nuxt-loco",
|
|
3036
|
+
"website": "https://nuxt-loco.dewib.com/",
|
|
3037
|
+
"learn_more": "",
|
|
3038
|
+
"category": "Libraries",
|
|
3039
|
+
"type": "3rd-party",
|
|
3040
|
+
"maintainers": [
|
|
3041
|
+
{
|
|
3042
|
+
"name": "Gaetan SENN",
|
|
3043
|
+
"github": "gaetansenn",
|
|
3044
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
3045
|
+
}
|
|
3046
|
+
],
|
|
3047
|
+
"compatibility": {
|
|
3048
|
+
"nuxt": "^3.0.0",
|
|
3049
|
+
"requires": {}
|
|
3050
|
+
}
|
|
3051
|
+
},
|
|
2829
3052
|
{
|
|
2830
3053
|
"name": "nuxt-monaco-editor",
|
|
2831
3054
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -2848,6 +3071,29 @@
|
|
|
2848
3071
|
"requires": {}
|
|
2849
3072
|
}
|
|
2850
3073
|
},
|
|
3074
|
+
{
|
|
3075
|
+
"name": "nuxt-pdf",
|
|
3076
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
3077
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3078
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
3079
|
+
"icon": "nuxt-pdf.png",
|
|
3080
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
3081
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
3082
|
+
"learn_more": "https://github.com/sidebase",
|
|
3083
|
+
"category": "Extensions",
|
|
3084
|
+
"type": "3rd-party",
|
|
3085
|
+
"maintainers": [
|
|
3086
|
+
{
|
|
3087
|
+
"name": "sidebase",
|
|
3088
|
+
"github": "sidebase",
|
|
3089
|
+
"twitter": "sidebase_io"
|
|
3090
|
+
}
|
|
3091
|
+
],
|
|
3092
|
+
"compatibility": {
|
|
3093
|
+
"nuxt": "^3.0.0",
|
|
3094
|
+
"requires": {}
|
|
3095
|
+
}
|
|
3096
|
+
},
|
|
2851
3097
|
{
|
|
2852
3098
|
"name": "nuxt-pino-log",
|
|
2853
3099
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3101,6 +3347,28 @@
|
|
|
3101
3347
|
}
|
|
3102
3348
|
}
|
|
3103
3349
|
},
|
|
3350
|
+
{
|
|
3351
|
+
"name": "nuxt-vue3-google-signin",
|
|
3352
|
+
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3353
|
+
"repo": "syetalabs/nuxt-vue3-google-signin",
|
|
3354
|
+
"npm": "nuxt-vue3-google-signin",
|
|
3355
|
+
"icon": "vue3-google-signin.svg",
|
|
3356
|
+
"github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
|
|
3357
|
+
"website": "https://vue3-google-signin.syetalabs.io",
|
|
3358
|
+
"learn_more": "https://vue3-google-signin.syetalabs.io",
|
|
3359
|
+
"category": "Libraries",
|
|
3360
|
+
"type": "3rd-party",
|
|
3361
|
+
"maintainers": [
|
|
3362
|
+
{
|
|
3363
|
+
"name": "Kasun Vithanage",
|
|
3364
|
+
"github": "kasvith"
|
|
3365
|
+
}
|
|
3366
|
+
],
|
|
3367
|
+
"compatibility": {
|
|
3368
|
+
"nuxt": "^3.0.0",
|
|
3369
|
+
"requires": {}
|
|
3370
|
+
}
|
|
3371
|
+
},
|
|
3104
3372
|
{
|
|
3105
3373
|
"name": "nuxt7",
|
|
3106
3374
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3337,11 +3605,11 @@
|
|
|
3337
3605
|
{
|
|
3338
3606
|
"name": "pinia",
|
|
3339
3607
|
"description": "The Vue Store that you will enjoy using",
|
|
3340
|
-
"repo": "
|
|
3608
|
+
"repo": "vuejs/pinia#v2/packages/nuxt",
|
|
3341
3609
|
"npm": "@pinia/nuxt",
|
|
3342
3610
|
"icon": "pinia.svg",
|
|
3343
|
-
"github": "https://github.com/
|
|
3344
|
-
"website": "https://pinia.
|
|
3611
|
+
"github": "https://github.com/vuejs/pinia/tree/v2/packages/nuxt",
|
|
3612
|
+
"website": "https://pinia.vuejs.org/",
|
|
3345
3613
|
"learn_more": "",
|
|
3346
3614
|
"category": "Extensions",
|
|
3347
3615
|
"type": "3rd-party",
|
|
@@ -3425,6 +3693,28 @@
|
|
|
3425
3693
|
"requires": {}
|
|
3426
3694
|
}
|
|
3427
3695
|
},
|
|
3696
|
+
{
|
|
3697
|
+
"name": "prometheus",
|
|
3698
|
+
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3699
|
+
"repo": "artmizu/nuxt-prometheus",
|
|
3700
|
+
"npm": "@artmizu/nuxt-prometheus",
|
|
3701
|
+
"icon": "",
|
|
3702
|
+
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3703
|
+
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3704
|
+
"learn_more": "",
|
|
3705
|
+
"category": "Devtools",
|
|
3706
|
+
"type": "3rd-party",
|
|
3707
|
+
"maintainers": [
|
|
3708
|
+
{
|
|
3709
|
+
"name": "artmizu",
|
|
3710
|
+
"github": "artmizu"
|
|
3711
|
+
}
|
|
3712
|
+
],
|
|
3713
|
+
"compatibility": {
|
|
3714
|
+
"nuxt": "^2.0.0",
|
|
3715
|
+
"requires": {}
|
|
3716
|
+
}
|
|
3717
|
+
},
|
|
3428
3718
|
{
|
|
3429
3719
|
"name": "protected-mailto",
|
|
3430
3720
|
"description": "Nuxt component to generate encoded mailto links",
|
|
@@ -3862,7 +4152,7 @@
|
|
|
3862
4152
|
{
|
|
3863
4153
|
"name": "seo-kit",
|
|
3864
4154
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3865
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4155
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
3866
4156
|
"npm": "nuxt-seo-kit",
|
|
3867
4157
|
"icon": "seo-kit.svg",
|
|
3868
4158
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4110,26 +4400,48 @@
|
|
|
4110
4400
|
"requires": {}
|
|
4111
4401
|
}
|
|
4112
4402
|
},
|
|
4403
|
+
{
|
|
4404
|
+
"name": "snackbar",
|
|
4405
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4406
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4407
|
+
"npm": "nuxt-snackbar",
|
|
4408
|
+
"icon": "snackbar.png",
|
|
4409
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4410
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4411
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
4412
|
+
"category": "UI",
|
|
4413
|
+
"type": "3rd-party",
|
|
4414
|
+
"maintainers": [
|
|
4415
|
+
{
|
|
4416
|
+
"name": "modbender",
|
|
4417
|
+
"github": "modbender"
|
|
4418
|
+
}
|
|
4419
|
+
],
|
|
4420
|
+
"compatibility": {
|
|
4421
|
+
"nuxt": "^3.0.0",
|
|
4422
|
+
"requires": {}
|
|
4423
|
+
}
|
|
4424
|
+
},
|
|
4113
4425
|
{
|
|
4114
4426
|
"name": "snipcart",
|
|
4115
4427
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4116
|
-
"repo": "nuxt-
|
|
4428
|
+
"repo": "nuxt-modules/snipcart",
|
|
4117
4429
|
"npm": "@nuxtjs/snipcart",
|
|
4118
4430
|
"icon": "snipcart.png",
|
|
4119
|
-
"github": "https://github.com/nuxt-
|
|
4120
|
-
"website": "https://github.com/nuxt-
|
|
4121
|
-
"learn_more": "",
|
|
4431
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4432
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4433
|
+
"learn_more": "https://snipcart.com",
|
|
4122
4434
|
"category": "Payment",
|
|
4123
4435
|
"type": "community",
|
|
4124
4436
|
"maintainers": [
|
|
4125
4437
|
{
|
|
4126
4438
|
"name": "Florent GIRAUD",
|
|
4127
|
-
"github": "
|
|
4128
|
-
"twitter": "
|
|
4439
|
+
"github": "flozero",
|
|
4440
|
+
"twitter": "flozeroo"
|
|
4129
4441
|
}
|
|
4130
4442
|
],
|
|
4131
4443
|
"compatibility": {
|
|
4132
|
-
"nuxt": "^2.0.0",
|
|
4444
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4133
4445
|
"requires": {}
|
|
4134
4446
|
}
|
|
4135
4447
|
},
|
|
@@ -4466,7 +4778,7 @@
|
|
|
4466
4778
|
}
|
|
4467
4779
|
],
|
|
4468
4780
|
"compatibility": {
|
|
4469
|
-
"nuxt": "^2.0.0",
|
|
4781
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4470
4782
|
"requires": {}
|
|
4471
4783
|
}
|
|
4472
4784
|
},
|
|
@@ -4637,6 +4949,29 @@
|
|
|
4637
4949
|
"requires": {}
|
|
4638
4950
|
}
|
|
4639
4951
|
},
|
|
4952
|
+
{
|
|
4953
|
+
"name": "tailvue",
|
|
4954
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
4955
|
+
"repo": "fumeapp/tailvue",
|
|
4956
|
+
"npm": "tailvue",
|
|
4957
|
+
"icon": "tailvue.jpg",
|
|
4958
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
4959
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
4960
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
4961
|
+
"category": "UI",
|
|
4962
|
+
"type": "3rd-party",
|
|
4963
|
+
"maintainers": [
|
|
4964
|
+
{
|
|
4965
|
+
"name": "Kevin Olson",
|
|
4966
|
+
"github": "acidjazz",
|
|
4967
|
+
"twitter": "AppFume"
|
|
4968
|
+
}
|
|
4969
|
+
],
|
|
4970
|
+
"compatibility": {
|
|
4971
|
+
"nuxt": "^3.0.0",
|
|
4972
|
+
"requires": {}
|
|
4973
|
+
}
|
|
4974
|
+
},
|
|
4640
4975
|
{
|
|
4641
4976
|
"name": "tailwindcss",
|
|
4642
4977
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -4790,12 +5125,12 @@
|
|
|
4790
5125
|
},
|
|
4791
5126
|
{
|
|
4792
5127
|
"name": "typed-router",
|
|
4793
|
-
"description": "Provide autocompletion for pages route names
|
|
5128
|
+
"description": "Provide autocompletion for pages route names and params",
|
|
4794
5129
|
"repo": "victorgarciaesgi/nuxt-typed-router",
|
|
4795
5130
|
"npm": "nuxt-typed-router",
|
|
4796
5131
|
"icon": "typed-router.png",
|
|
4797
5132
|
"github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
4798
|
-
"website": "https://
|
|
5133
|
+
"website": "https://nuxt-typed-router.vercel.app",
|
|
4799
5134
|
"learn_more": "",
|
|
4800
5135
|
"category": "Devtools",
|
|
4801
5136
|
"type": "3rd-party",
|
|
@@ -5069,6 +5404,30 @@
|
|
|
5069
5404
|
"requires": {}
|
|
5070
5405
|
}
|
|
5071
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
|
+
},
|
|
5072
5431
|
{
|
|
5073
5432
|
"name": "vendor",
|
|
5074
5433
|
"description": "directly serve node_modules",
|
|
@@ -5092,6 +5451,60 @@
|
|
|
5092
5451
|
"requires": {}
|
|
5093
5452
|
}
|
|
5094
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
|
+
},
|
|
5095
5508
|
{
|
|
5096
5509
|
"name": "vue-macros",
|
|
5097
5510
|
"description": "Explore and extend more macros and syntax sugar to Vue.",
|
|
@@ -5253,6 +5666,28 @@
|
|
|
5253
5666
|
"requires": {}
|
|
5254
5667
|
}
|
|
5255
5668
|
},
|
|
5669
|
+
{
|
|
5670
|
+
"name": "vuefire",
|
|
5671
|
+
"description": "Idiomatic composables for the Firebase SDK",
|
|
5672
|
+
"repo": "vuejs/vuefire/packages/nuxt",
|
|
5673
|
+
"npm": "nuxt-vuefire",
|
|
5674
|
+
"icon": "vuefire.svg",
|
|
5675
|
+
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
5676
|
+
"website": "https://vuefire.vuejs.org/",
|
|
5677
|
+
"learn_more": "",
|
|
5678
|
+
"category": "Database",
|
|
5679
|
+
"type": "3rd-party",
|
|
5680
|
+
"maintainers": [
|
|
5681
|
+
{
|
|
5682
|
+
"name": "posva",
|
|
5683
|
+
"github": "posva"
|
|
5684
|
+
}
|
|
5685
|
+
],
|
|
5686
|
+
"compatibility": {
|
|
5687
|
+
"nuxt": "^3.0.0",
|
|
5688
|
+
"requires": {}
|
|
5689
|
+
}
|
|
5690
|
+
},
|
|
5256
5691
|
{
|
|
5257
5692
|
"name": "vuestic",
|
|
5258
5693
|
"description": "Vuestic UI module for Nuxt 3",
|
|
@@ -5383,29 +5818,6 @@
|
|
|
5383
5818
|
}
|
|
5384
5819
|
}
|
|
5385
5820
|
},
|
|
5386
|
-
{
|
|
5387
|
-
"name": "web3js",
|
|
5388
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5389
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5390
|
-
"npm": "nuxt-web3",
|
|
5391
|
-
"icon": "web3js.svg",
|
|
5392
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5393
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5394
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5395
|
-
"category": "Libraries",
|
|
5396
|
-
"type": "3rd-party",
|
|
5397
|
-
"maintainers": [
|
|
5398
|
-
{
|
|
5399
|
-
"name": "Muhammad Fauzan",
|
|
5400
|
-
"github": "bl0cknumber",
|
|
5401
|
-
"twitter": "fncolon"
|
|
5402
|
-
}
|
|
5403
|
-
],
|
|
5404
|
-
"compatibility": {
|
|
5405
|
-
"nuxt": "^2.0.0",
|
|
5406
|
-
"requires": {}
|
|
5407
|
-
}
|
|
5408
|
-
},
|
|
5409
5821
|
{
|
|
5410
5822
|
"name": "webfontloader",
|
|
5411
5823
|
"description": "Efficient web font loading has never been easier!",
|
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-079a00",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./modules.json",
|
|
6
6
|
"files": [
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"cli": "jiti ./lib/cli",
|
|
12
12
|
"website:build": "pnpm build && nuxi build website",
|
|
13
13
|
"website:dev": "pnpm build && nuxi dev website",
|
|
14
|
-
"lint": "eslint --ext .
|
|
14
|
+
"lint": "eslint --ext .",
|
|
15
15
|
"release": "pnpm cli version && npm publish",
|
|
16
16
|
"sync": "pnpm cli sync",
|
|
17
17
|
"test": "pnpm lint && pnpm sync"
|
|
@@ -19,16 +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.
|
|
23
|
-
"defu": "^6.1.
|
|
24
|
-
"eslint": "^8.
|
|
25
|
-
"
|
|
26
|
-
"globby": "^13.1.2",
|
|
22
|
+
"@types/node": "^18.14.0",
|
|
23
|
+
"defu": "^6.1.1",
|
|
24
|
+
"eslint": "^8.34.0",
|
|
25
|
+
"globby": "^13.1.3",
|
|
27
26
|
"hasha": "^5.2.2",
|
|
28
|
-
"jiti": "^1.
|
|
27
|
+
"jiti": "^1.17.1",
|
|
29
28
|
"js-yaml": "^4.1.0",
|
|
30
|
-
"
|
|
31
|
-
"typescript": "^4.
|
|
29
|
+
"ofetch": "^1.0.0",
|
|
30
|
+
"typescript": "^4.9.4"
|
|
32
31
|
},
|
|
33
|
-
"packageManager": "pnpm@7.
|
|
32
|
+
"packageManager": "pnpm@7.27.1"
|
|
34
33
|
}
|