@nuxt/modules 0.6.0-8b4d55 → 0.6.0-9112e4
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 +472 -43
- 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
|
},
|
|
@@ -1594,6 +1717,30 @@
|
|
|
1594
1717
|
"requires": {}
|
|
1595
1718
|
}
|
|
1596
1719
|
},
|
|
1720
|
+
{
|
|
1721
|
+
"name": "gtag",
|
|
1722
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1723
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1724
|
+
"npm": "nuxt-gtag",
|
|
1725
|
+
"icon": "gtag.svg",
|
|
1726
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1727
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1728
|
+
"learn_more": "",
|
|
1729
|
+
"category": "Analytics",
|
|
1730
|
+
"type": "3rd-party",
|
|
1731
|
+
"maintainers": [
|
|
1732
|
+
{
|
|
1733
|
+
"name": "Johann Schopplich",
|
|
1734
|
+
"github": "johannschopplich",
|
|
1735
|
+
"twitter": "jschopplich",
|
|
1736
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1737
|
+
}
|
|
1738
|
+
],
|
|
1739
|
+
"compatibility": {
|
|
1740
|
+
"nuxt": "^3.0.0",
|
|
1741
|
+
"requires": {}
|
|
1742
|
+
}
|
|
1743
|
+
},
|
|
1597
1744
|
{
|
|
1598
1745
|
"name": "gtm",
|
|
1599
1746
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -2248,7 +2395,7 @@
|
|
|
2248
2395
|
},
|
|
2249
2396
|
{
|
|
2250
2397
|
"name": "link-checker",
|
|
2251
|
-
"description": "",
|
|
2398
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2252
2399
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2253
2400
|
"npm": "nuxt-link-checker",
|
|
2254
2401
|
"icon": "",
|
|
@@ -2478,6 +2625,31 @@
|
|
|
2478
2625
|
"requires": {}
|
|
2479
2626
|
}
|
|
2480
2627
|
},
|
|
2628
|
+
{
|
|
2629
|
+
"name": "medusa",
|
|
2630
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2631
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2632
|
+
"npm": "nuxt-medusa",
|
|
2633
|
+
"icon": "medusa.svg",
|
|
2634
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2635
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2636
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2637
|
+
"category": "Ecommerce",
|
|
2638
|
+
"type": "3rd-party",
|
|
2639
|
+
"maintainers": [
|
|
2640
|
+
{
|
|
2641
|
+
"name": "Jakub Andrzejewski",
|
|
2642
|
+
"github": "Baroshem",
|
|
2643
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2644
|
+
}
|
|
2645
|
+
],
|
|
2646
|
+
"compatibility": {
|
|
2647
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2648
|
+
"requires": {
|
|
2649
|
+
"bridge": true
|
|
2650
|
+
}
|
|
2651
|
+
}
|
|
2652
|
+
},
|
|
2481
2653
|
{
|
|
2482
2654
|
"name": "meilisearch",
|
|
2483
2655
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2757,6 +2929,28 @@
|
|
|
2757
2929
|
"requires": {}
|
|
2758
2930
|
}
|
|
2759
2931
|
},
|
|
2932
|
+
{
|
|
2933
|
+
"name": "nuxt-chatgpt",
|
|
2934
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
2935
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
2936
|
+
"npm": "nuxt-chatgpt",
|
|
2937
|
+
"icon": "chatgpt.svg",
|
|
2938
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
2939
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
2940
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
2941
|
+
"category": "Libraries",
|
|
2942
|
+
"type": "3rd-party",
|
|
2943
|
+
"maintainers": [
|
|
2944
|
+
{
|
|
2945
|
+
"name": "Oliver Trajceski",
|
|
2946
|
+
"github": "schnapsterdog"
|
|
2947
|
+
}
|
|
2948
|
+
],
|
|
2949
|
+
"compatibility": {
|
|
2950
|
+
"nuxt": "^3.0.0",
|
|
2951
|
+
"requires": {}
|
|
2952
|
+
}
|
|
2953
|
+
},
|
|
2760
2954
|
{
|
|
2761
2955
|
"name": "nuxt-graphql-middleware",
|
|
2762
2956
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2878,6 +3072,28 @@
|
|
|
2878
3072
|
"requires": {}
|
|
2879
3073
|
}
|
|
2880
3074
|
},
|
|
3075
|
+
{
|
|
3076
|
+
"name": "nuxt-mapbox",
|
|
3077
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3078
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3079
|
+
"npm": "nuxt-mapbox",
|
|
3080
|
+
"icon": "nuxt-mapbox.svg",
|
|
3081
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3082
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3083
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3084
|
+
"category": "Libraries",
|
|
3085
|
+
"type": "3rd-party",
|
|
3086
|
+
"maintainers": [
|
|
3087
|
+
{
|
|
3088
|
+
"name": "Alex Lavoie",
|
|
3089
|
+
"github": "AlexLavoie42"
|
|
3090
|
+
}
|
|
3091
|
+
],
|
|
3092
|
+
"compatibility": {
|
|
3093
|
+
"nuxt": "^3.0.0",
|
|
3094
|
+
"requires": {}
|
|
3095
|
+
}
|
|
3096
|
+
},
|
|
2881
3097
|
{
|
|
2882
3098
|
"name": "nuxt-monaco-editor",
|
|
2883
3099
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -2900,6 +3116,29 @@
|
|
|
2900
3116
|
"requires": {}
|
|
2901
3117
|
}
|
|
2902
3118
|
},
|
|
3119
|
+
{
|
|
3120
|
+
"name": "nuxt-pdf",
|
|
3121
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
3122
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3123
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
3124
|
+
"icon": "nuxt-pdf.png",
|
|
3125
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
3126
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
3127
|
+
"learn_more": "https://github.com/sidebase",
|
|
3128
|
+
"category": "Extensions",
|
|
3129
|
+
"type": "3rd-party",
|
|
3130
|
+
"maintainers": [
|
|
3131
|
+
{
|
|
3132
|
+
"name": "sidebase",
|
|
3133
|
+
"github": "sidebase",
|
|
3134
|
+
"twitter": "sidebase_io"
|
|
3135
|
+
}
|
|
3136
|
+
],
|
|
3137
|
+
"compatibility": {
|
|
3138
|
+
"nuxt": "^3.0.0",
|
|
3139
|
+
"requires": {}
|
|
3140
|
+
}
|
|
3141
|
+
},
|
|
2903
3142
|
{
|
|
2904
3143
|
"name": "nuxt-pino-log",
|
|
2905
3144
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3411,11 +3650,11 @@
|
|
|
3411
3650
|
{
|
|
3412
3651
|
"name": "pinia",
|
|
3413
3652
|
"description": "The Vue Store that you will enjoy using",
|
|
3414
|
-
"repo": "
|
|
3653
|
+
"repo": "vuejs/pinia#v2/packages/nuxt",
|
|
3415
3654
|
"npm": "@pinia/nuxt",
|
|
3416
3655
|
"icon": "pinia.svg",
|
|
3417
|
-
"github": "https://github.com/
|
|
3418
|
-
"website": "https://pinia.
|
|
3656
|
+
"github": "https://github.com/vuejs/pinia/tree/v2/packages/nuxt",
|
|
3657
|
+
"website": "https://pinia.vuejs.org/",
|
|
3419
3658
|
"learn_more": "",
|
|
3420
3659
|
"category": "Extensions",
|
|
3421
3660
|
"type": "3rd-party",
|
|
@@ -3499,6 +3738,28 @@
|
|
|
3499
3738
|
"requires": {}
|
|
3500
3739
|
}
|
|
3501
3740
|
},
|
|
3741
|
+
{
|
|
3742
|
+
"name": "prometheus",
|
|
3743
|
+
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3744
|
+
"repo": "artmizu/nuxt-prometheus",
|
|
3745
|
+
"npm": "@artmizu/nuxt-prometheus",
|
|
3746
|
+
"icon": "prometheus.svg",
|
|
3747
|
+
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3748
|
+
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3749
|
+
"learn_more": "",
|
|
3750
|
+
"category": "Monitoring",
|
|
3751
|
+
"type": "3rd-party",
|
|
3752
|
+
"maintainers": [
|
|
3753
|
+
{
|
|
3754
|
+
"name": "artmizu",
|
|
3755
|
+
"github": "artmizu"
|
|
3756
|
+
}
|
|
3757
|
+
],
|
|
3758
|
+
"compatibility": {
|
|
3759
|
+
"nuxt": "^3.0.0",
|
|
3760
|
+
"requires": {}
|
|
3761
|
+
}
|
|
3762
|
+
},
|
|
3502
3763
|
{
|
|
3503
3764
|
"name": "protected-mailto",
|
|
3504
3765
|
"description": "Nuxt component to generate encoded mailto links",
|
|
@@ -3936,7 +4197,7 @@
|
|
|
3936
4197
|
{
|
|
3937
4198
|
"name": "seo-kit",
|
|
3938
4199
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3939
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4200
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
3940
4201
|
"npm": "nuxt-seo-kit",
|
|
3941
4202
|
"icon": "seo-kit.svg",
|
|
3942
4203
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4184,26 +4445,48 @@
|
|
|
4184
4445
|
"requires": {}
|
|
4185
4446
|
}
|
|
4186
4447
|
},
|
|
4448
|
+
{
|
|
4449
|
+
"name": "snackbar",
|
|
4450
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4451
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4452
|
+
"npm": "nuxt-snackbar",
|
|
4453
|
+
"icon": "snackbar.png",
|
|
4454
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4455
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4456
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
4457
|
+
"category": "UI",
|
|
4458
|
+
"type": "3rd-party",
|
|
4459
|
+
"maintainers": [
|
|
4460
|
+
{
|
|
4461
|
+
"name": "modbender",
|
|
4462
|
+
"github": "modbender"
|
|
4463
|
+
}
|
|
4464
|
+
],
|
|
4465
|
+
"compatibility": {
|
|
4466
|
+
"nuxt": "^3.0.0",
|
|
4467
|
+
"requires": {}
|
|
4468
|
+
}
|
|
4469
|
+
},
|
|
4187
4470
|
{
|
|
4188
4471
|
"name": "snipcart",
|
|
4189
4472
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4190
|
-
"repo": "nuxt-
|
|
4473
|
+
"repo": "nuxt-modules/snipcart",
|
|
4191
4474
|
"npm": "@nuxtjs/snipcart",
|
|
4192
4475
|
"icon": "snipcart.png",
|
|
4193
|
-
"github": "https://github.com/nuxt-
|
|
4194
|
-
"website": "https://github.com/nuxt-
|
|
4195
|
-
"learn_more": "",
|
|
4476
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4477
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4478
|
+
"learn_more": "https://snipcart.com",
|
|
4196
4479
|
"category": "Payment",
|
|
4197
4480
|
"type": "community",
|
|
4198
4481
|
"maintainers": [
|
|
4199
4482
|
{
|
|
4200
4483
|
"name": "Florent GIRAUD",
|
|
4201
|
-
"github": "
|
|
4202
|
-
"twitter": "
|
|
4484
|
+
"github": "flozero",
|
|
4485
|
+
"twitter": "flozeroo"
|
|
4203
4486
|
}
|
|
4204
4487
|
],
|
|
4205
4488
|
"compatibility": {
|
|
4206
|
-
"nuxt": "^2.0.0",
|
|
4489
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4207
4490
|
"requires": {}
|
|
4208
4491
|
}
|
|
4209
4492
|
},
|
|
@@ -4540,7 +4823,7 @@
|
|
|
4540
4823
|
}
|
|
4541
4824
|
],
|
|
4542
4825
|
"compatibility": {
|
|
4543
|
-
"nuxt": "^2.0.0",
|
|
4826
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4544
4827
|
"requires": {}
|
|
4545
4828
|
}
|
|
4546
4829
|
},
|
|
@@ -4711,6 +4994,29 @@
|
|
|
4711
4994
|
"requires": {}
|
|
4712
4995
|
}
|
|
4713
4996
|
},
|
|
4997
|
+
{
|
|
4998
|
+
"name": "tailvue",
|
|
4999
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
5000
|
+
"repo": "fumeapp/tailvue",
|
|
5001
|
+
"npm": "tailvue",
|
|
5002
|
+
"icon": "tailvue.jpg",
|
|
5003
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
5004
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
5005
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
5006
|
+
"category": "UI",
|
|
5007
|
+
"type": "3rd-party",
|
|
5008
|
+
"maintainers": [
|
|
5009
|
+
{
|
|
5010
|
+
"name": "Kevin Olson",
|
|
5011
|
+
"github": "acidjazz",
|
|
5012
|
+
"twitter": "AppFume"
|
|
5013
|
+
}
|
|
5014
|
+
],
|
|
5015
|
+
"compatibility": {
|
|
5016
|
+
"nuxt": "^3.0.0",
|
|
5017
|
+
"requires": {}
|
|
5018
|
+
}
|
|
5019
|
+
},
|
|
4714
5020
|
{
|
|
4715
5021
|
"name": "tailwindcss",
|
|
4716
5022
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -5099,6 +5405,29 @@
|
|
|
5099
5405
|
}
|
|
5100
5406
|
}
|
|
5101
5407
|
},
|
|
5408
|
+
{
|
|
5409
|
+
"name": "ununuracss",
|
|
5410
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
5411
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
5412
|
+
"npm": "nuxt-ununura",
|
|
5413
|
+
"icon": "ununuracss.png",
|
|
5414
|
+
"github": "https://github.com/novout/ununuracss",
|
|
5415
|
+
"website": "https://ununura.com/#/",
|
|
5416
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
5417
|
+
"category": "UI",
|
|
5418
|
+
"type": "3rd-party",
|
|
5419
|
+
"maintainers": [
|
|
5420
|
+
{
|
|
5421
|
+
"name": "Giovane Cardoso",
|
|
5422
|
+
"github": "novout",
|
|
5423
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5424
|
+
}
|
|
5425
|
+
],
|
|
5426
|
+
"compatibility": {
|
|
5427
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5428
|
+
"requires": {}
|
|
5429
|
+
}
|
|
5430
|
+
},
|
|
5102
5431
|
{
|
|
5103
5432
|
"name": "user-agent",
|
|
5104
5433
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5143,6 +5472,30 @@
|
|
|
5143
5472
|
"requires": {}
|
|
5144
5473
|
}
|
|
5145
5474
|
},
|
|
5475
|
+
{
|
|
5476
|
+
"name": "vant",
|
|
5477
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
5478
|
+
"repo": "vant-ui/vant-nuxt",
|
|
5479
|
+
"npm": "@vant/nuxt",
|
|
5480
|
+
"icon": "vant.png",
|
|
5481
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
5482
|
+
"website": "https://vant-ui.github.io/vant",
|
|
5483
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
5484
|
+
"category": "UI",
|
|
5485
|
+
"type": "3rd-party",
|
|
5486
|
+
"maintainers": [
|
|
5487
|
+
{
|
|
5488
|
+
"name": "tolking",
|
|
5489
|
+
"github": "tolking"
|
|
5490
|
+
}
|
|
5491
|
+
],
|
|
5492
|
+
"compatibility": {
|
|
5493
|
+
"nuxt": "^3.0.0",
|
|
5494
|
+
"requires": {
|
|
5495
|
+
"bridge": "optional"
|
|
5496
|
+
}
|
|
5497
|
+
}
|
|
5498
|
+
},
|
|
5146
5499
|
{
|
|
5147
5500
|
"name": "vendor",
|
|
5148
5501
|
"description": "directly serve node_modules",
|
|
@@ -5166,6 +5519,60 @@
|
|
|
5166
5519
|
"requires": {}
|
|
5167
5520
|
}
|
|
5168
5521
|
},
|
|
5522
|
+
{
|
|
5523
|
+
"name": "vite-pwa-nuxt",
|
|
5524
|
+
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
5525
|
+
"repo": "vite-pwa/nuxt",
|
|
5526
|
+
"npm": "@vite-pwa/nuxt",
|
|
5527
|
+
"icon": "vite-pwa-nuxt.svg",
|
|
5528
|
+
"github": "https://github.com/vite-pwa/nuxt",
|
|
5529
|
+
"website": "https://github.com/vite-pwa/nuxt",
|
|
5530
|
+
"learn_more": "https://vite-pwa-org.netlify.app/frameworks/nuxt.html",
|
|
5531
|
+
"category": "Performance",
|
|
5532
|
+
"type": "3rd-party",
|
|
5533
|
+
"maintainers": [
|
|
5534
|
+
{
|
|
5535
|
+
"name": "Joaquín Sánchez",
|
|
5536
|
+
"github": "userquin",
|
|
5537
|
+
"twitter": "userquin"
|
|
5538
|
+
},
|
|
5539
|
+
{
|
|
5540
|
+
"name": "Anthony Fu",
|
|
5541
|
+
"github": "antfu",
|
|
5542
|
+
"twitter": "antfu7"
|
|
5543
|
+
}
|
|
5544
|
+
],
|
|
5545
|
+
"compatibility": {
|
|
5546
|
+
"nuxt": "^3.0.0",
|
|
5547
|
+
"requires": {}
|
|
5548
|
+
}
|
|
5549
|
+
},
|
|
5550
|
+
{
|
|
5551
|
+
"name": "vitest",
|
|
5552
|
+
"description": "Vitest integration with Nuxt",
|
|
5553
|
+
"repo": "danielroe/nuxt-vitest#main",
|
|
5554
|
+
"npm": "nuxt-vitest",
|
|
5555
|
+
"icon": "vitest.svg",
|
|
5556
|
+
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5557
|
+
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5558
|
+
"learn_more": "",
|
|
5559
|
+
"category": "Extensions",
|
|
5560
|
+
"type": "3rd-party",
|
|
5561
|
+
"maintainers": [
|
|
5562
|
+
{
|
|
5563
|
+
"name": "Daniel Roe",
|
|
5564
|
+
"github": "danielroe"
|
|
5565
|
+
},
|
|
5566
|
+
{
|
|
5567
|
+
"name": "Anthony Fu",
|
|
5568
|
+
"github": "antfu"
|
|
5569
|
+
}
|
|
5570
|
+
],
|
|
5571
|
+
"compatibility": {
|
|
5572
|
+
"nuxt": "^3.0.0",
|
|
5573
|
+
"requires": {}
|
|
5574
|
+
}
|
|
5575
|
+
},
|
|
5169
5576
|
{
|
|
5170
5577
|
"name": "vue-macros",
|
|
5171
5578
|
"description": "Explore and extend more macros and syntax sugar to Vue.",
|
|
@@ -5327,6 +5734,28 @@
|
|
|
5327
5734
|
"requires": {}
|
|
5328
5735
|
}
|
|
5329
5736
|
},
|
|
5737
|
+
{
|
|
5738
|
+
"name": "vuefire",
|
|
5739
|
+
"description": "Idiomatic composables for the Firebase SDK",
|
|
5740
|
+
"repo": "vuejs/vuefire/packages/nuxt",
|
|
5741
|
+
"npm": "nuxt-vuefire",
|
|
5742
|
+
"icon": "vuefire.svg",
|
|
5743
|
+
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
5744
|
+
"website": "https://vuefire.vuejs.org/",
|
|
5745
|
+
"learn_more": "",
|
|
5746
|
+
"category": "Database",
|
|
5747
|
+
"type": "3rd-party",
|
|
5748
|
+
"maintainers": [
|
|
5749
|
+
{
|
|
5750
|
+
"name": "posva",
|
|
5751
|
+
"github": "posva"
|
|
5752
|
+
}
|
|
5753
|
+
],
|
|
5754
|
+
"compatibility": {
|
|
5755
|
+
"nuxt": "^3.0.0",
|
|
5756
|
+
"requires": {}
|
|
5757
|
+
}
|
|
5758
|
+
},
|
|
5330
5759
|
{
|
|
5331
5760
|
"name": "vuestic",
|
|
5332
5761
|
"description": "Vuestic UI module for Nuxt 3",
|
|
@@ -5457,29 +5886,6 @@
|
|
|
5457
5886
|
}
|
|
5458
5887
|
}
|
|
5459
5888
|
},
|
|
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
5889
|
{
|
|
5484
5890
|
"name": "webfontloader",
|
|
5485
5891
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5737,6 +6143,29 @@
|
|
|
5737
6143
|
"requires": {}
|
|
5738
6144
|
}
|
|
5739
6145
|
},
|
|
6146
|
+
{
|
|
6147
|
+
"name": "yandex-metrika-next",
|
|
6148
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
6149
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6150
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6151
|
+
"icon": "yandex-metrika.svg",
|
|
6152
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6153
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6154
|
+
"learn_more": "",
|
|
6155
|
+
"category": "Analytics",
|
|
6156
|
+
"type": "3rd-party",
|
|
6157
|
+
"maintainers": [
|
|
6158
|
+
{
|
|
6159
|
+
"name": "Aleksandr Saburov",
|
|
6160
|
+
"github": "artmizu",
|
|
6161
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6162
|
+
}
|
|
6163
|
+
],
|
|
6164
|
+
"compatibility": {
|
|
6165
|
+
"nuxt": "^3.0.0",
|
|
6166
|
+
"requires": {}
|
|
6167
|
+
}
|
|
6168
|
+
},
|
|
5740
6169
|
{
|
|
5741
6170
|
"name": "yandex-metrika",
|
|
5742
6171
|
"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-9112e4",
|
|
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
|
}
|