@nuxt/modules 0.6.0-2a593a → 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 +473 -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
|
@@ -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",
|
|
@@ -2855,6 +3003,51 @@
|
|
|
2855
3003
|
"requires": {}
|
|
2856
3004
|
}
|
|
2857
3005
|
},
|
|
3006
|
+
{
|
|
3007
|
+
"name": "nuxt-loco",
|
|
3008
|
+
"description": "A localise.biz module to synth locale with Nuxt.js",
|
|
3009
|
+
"repo": "gaetansenn/nuxt-loco",
|
|
3010
|
+
"npm": "nuxt-loco",
|
|
3011
|
+
"icon": "",
|
|
3012
|
+
"github": "https://github.com/gaetansenn/nuxt-loco",
|
|
3013
|
+
"website": "https://nuxt-loco.dewib.com/",
|
|
3014
|
+
"learn_more": "",
|
|
3015
|
+
"category": "Libraries",
|
|
3016
|
+
"type": "3rd-party",
|
|
3017
|
+
"maintainers": [
|
|
3018
|
+
{
|
|
3019
|
+
"name": "Gaetan SENN",
|
|
3020
|
+
"github": "gaetansenn",
|
|
3021
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
3022
|
+
}
|
|
3023
|
+
],
|
|
3024
|
+
"compatibility": {
|
|
3025
|
+
"nuxt": "^3.0.0",
|
|
3026
|
+
"requires": {}
|
|
3027
|
+
}
|
|
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
|
+
},
|
|
2858
3051
|
{
|
|
2859
3052
|
"name": "nuxt-monaco-editor",
|
|
2860
3053
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -2877,6 +3070,29 @@
|
|
|
2877
3070
|
"requires": {}
|
|
2878
3071
|
}
|
|
2879
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
|
+
},
|
|
2880
3096
|
{
|
|
2881
3097
|
"name": "nuxt-pino-log",
|
|
2882
3098
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3130,6 +3346,28 @@
|
|
|
3130
3346
|
}
|
|
3131
3347
|
}
|
|
3132
3348
|
},
|
|
3349
|
+
{
|
|
3350
|
+
"name": "nuxt-vue3-google-signin",
|
|
3351
|
+
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3352
|
+
"repo": "syetalabs/nuxt-vue3-google-signin",
|
|
3353
|
+
"npm": "nuxt-vue3-google-signin",
|
|
3354
|
+
"icon": "vue3-google-signin.svg",
|
|
3355
|
+
"github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
|
|
3356
|
+
"website": "https://vue3-google-signin.syetalabs.io",
|
|
3357
|
+
"learn_more": "https://vue3-google-signin.syetalabs.io",
|
|
3358
|
+
"category": "Libraries",
|
|
3359
|
+
"type": "3rd-party",
|
|
3360
|
+
"maintainers": [
|
|
3361
|
+
{
|
|
3362
|
+
"name": "Kasun Vithanage",
|
|
3363
|
+
"github": "kasvith"
|
|
3364
|
+
}
|
|
3365
|
+
],
|
|
3366
|
+
"compatibility": {
|
|
3367
|
+
"nuxt": "^3.0.0",
|
|
3368
|
+
"requires": {}
|
|
3369
|
+
}
|
|
3370
|
+
},
|
|
3133
3371
|
{
|
|
3134
3372
|
"name": "nuxt7",
|
|
3135
3373
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3366,11 +3604,11 @@
|
|
|
3366
3604
|
{
|
|
3367
3605
|
"name": "pinia",
|
|
3368
3606
|
"description": "The Vue Store that you will enjoy using",
|
|
3369
|
-
"repo": "
|
|
3607
|
+
"repo": "vuejs/pinia#v2/packages/nuxt",
|
|
3370
3608
|
"npm": "@pinia/nuxt",
|
|
3371
3609
|
"icon": "pinia.svg",
|
|
3372
|
-
"github": "https://github.com/
|
|
3373
|
-
"website": "https://pinia.
|
|
3610
|
+
"github": "https://github.com/vuejs/pinia/tree/v2/packages/nuxt",
|
|
3611
|
+
"website": "https://pinia.vuejs.org/",
|
|
3374
3612
|
"learn_more": "",
|
|
3375
3613
|
"category": "Extensions",
|
|
3376
3614
|
"type": "3rd-party",
|
|
@@ -3454,6 +3692,28 @@
|
|
|
3454
3692
|
"requires": {}
|
|
3455
3693
|
}
|
|
3456
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
|
+
},
|
|
3457
3717
|
{
|
|
3458
3718
|
"name": "protected-mailto",
|
|
3459
3719
|
"description": "Nuxt component to generate encoded mailto links",
|
|
@@ -3891,7 +4151,7 @@
|
|
|
3891
4151
|
{
|
|
3892
4152
|
"name": "seo-kit",
|
|
3893
4153
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3894
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4154
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
3895
4155
|
"npm": "nuxt-seo-kit",
|
|
3896
4156
|
"icon": "seo-kit.svg",
|
|
3897
4157
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4139,26 +4399,48 @@
|
|
|
4139
4399
|
"requires": {}
|
|
4140
4400
|
}
|
|
4141
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
|
+
},
|
|
4142
4424
|
{
|
|
4143
4425
|
"name": "snipcart",
|
|
4144
4426
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4145
|
-
"repo": "nuxt-
|
|
4427
|
+
"repo": "nuxt-modules/snipcart",
|
|
4146
4428
|
"npm": "@nuxtjs/snipcart",
|
|
4147
4429
|
"icon": "snipcart.png",
|
|
4148
|
-
"github": "https://github.com/nuxt-
|
|
4149
|
-
"website": "https://github.com/nuxt-
|
|
4150
|
-
"learn_more": "",
|
|
4430
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4431
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4432
|
+
"learn_more": "https://snipcart.com",
|
|
4151
4433
|
"category": "Payment",
|
|
4152
4434
|
"type": "community",
|
|
4153
4435
|
"maintainers": [
|
|
4154
4436
|
{
|
|
4155
4437
|
"name": "Florent GIRAUD",
|
|
4156
|
-
"github": "
|
|
4157
|
-
"twitter": "
|
|
4438
|
+
"github": "flozero",
|
|
4439
|
+
"twitter": "flozeroo"
|
|
4158
4440
|
}
|
|
4159
4441
|
],
|
|
4160
4442
|
"compatibility": {
|
|
4161
|
-
"nuxt": "^2.0.0",
|
|
4443
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4162
4444
|
"requires": {}
|
|
4163
4445
|
}
|
|
4164
4446
|
},
|
|
@@ -4495,7 +4777,7 @@
|
|
|
4495
4777
|
}
|
|
4496
4778
|
],
|
|
4497
4779
|
"compatibility": {
|
|
4498
|
-
"nuxt": "^2.0.0",
|
|
4780
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4499
4781
|
"requires": {}
|
|
4500
4782
|
}
|
|
4501
4783
|
},
|
|
@@ -4666,6 +4948,29 @@
|
|
|
4666
4948
|
"requires": {}
|
|
4667
4949
|
}
|
|
4668
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
|
+
},
|
|
4669
4974
|
{
|
|
4670
4975
|
"name": "tailwindcss",
|
|
4671
4976
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -4819,12 +5124,12 @@
|
|
|
4819
5124
|
},
|
|
4820
5125
|
{
|
|
4821
5126
|
"name": "typed-router",
|
|
4822
|
-
"description": "Provide autocompletion for pages route names
|
|
5127
|
+
"description": "Provide autocompletion for pages route names and params",
|
|
4823
5128
|
"repo": "victorgarciaesgi/nuxt-typed-router",
|
|
4824
5129
|
"npm": "nuxt-typed-router",
|
|
4825
5130
|
"icon": "typed-router.png",
|
|
4826
5131
|
"github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
4827
|
-
"website": "https://
|
|
5132
|
+
"website": "https://nuxt-typed-router.vercel.app",
|
|
4828
5133
|
"learn_more": "",
|
|
4829
5134
|
"category": "Devtools",
|
|
4830
5135
|
"type": "3rd-party",
|
|
@@ -5054,6 +5359,29 @@
|
|
|
5054
5359
|
}
|
|
5055
5360
|
}
|
|
5056
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
|
+
},
|
|
5057
5385
|
{
|
|
5058
5386
|
"name": "user-agent",
|
|
5059
5387
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5098,6 +5426,30 @@
|
|
|
5098
5426
|
"requires": {}
|
|
5099
5427
|
}
|
|
5100
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
|
+
},
|
|
5101
5453
|
{
|
|
5102
5454
|
"name": "vendor",
|
|
5103
5455
|
"description": "directly serve node_modules",
|
|
@@ -5121,6 +5473,60 @@
|
|
|
5121
5473
|
"requires": {}
|
|
5122
5474
|
}
|
|
5123
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
|
+
},
|
|
5124
5530
|
{
|
|
5125
5531
|
"name": "vue-macros",
|
|
5126
5532
|
"description": "Explore and extend more macros and syntax sugar to Vue.",
|
|
@@ -5282,6 +5688,28 @@
|
|
|
5282
5688
|
"requires": {}
|
|
5283
5689
|
}
|
|
5284
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
|
+
},
|
|
5285
5713
|
{
|
|
5286
5714
|
"name": "vuestic",
|
|
5287
5715
|
"description": "Vuestic UI module for Nuxt 3",
|
|
@@ -5412,29 +5840,6 @@
|
|
|
5412
5840
|
}
|
|
5413
5841
|
}
|
|
5414
5842
|
},
|
|
5415
|
-
{
|
|
5416
|
-
"name": "web3js",
|
|
5417
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5418
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5419
|
-
"npm": "nuxt-web3",
|
|
5420
|
-
"icon": "web3js.svg",
|
|
5421
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5422
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5423
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5424
|
-
"category": "Libraries",
|
|
5425
|
-
"type": "3rd-party",
|
|
5426
|
-
"maintainers": [
|
|
5427
|
-
{
|
|
5428
|
-
"name": "Muhammad Fauzan",
|
|
5429
|
-
"github": "bl0cknumber",
|
|
5430
|
-
"twitter": "fncolon"
|
|
5431
|
-
}
|
|
5432
|
-
],
|
|
5433
|
-
"compatibility": {
|
|
5434
|
-
"nuxt": "^2.0.0",
|
|
5435
|
-
"requires": {}
|
|
5436
|
-
}
|
|
5437
|
-
},
|
|
5438
5843
|
{
|
|
5439
5844
|
"name": "webfontloader",
|
|
5440
5845
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5692,6 +6097,29 @@
|
|
|
5692
6097
|
"requires": {}
|
|
5693
6098
|
}
|
|
5694
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
|
+
},
|
|
5695
6123
|
{
|
|
5696
6124
|
"name": "yandex-metrika",
|
|
5697
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": [
|
|
@@ -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
|
}
|