@nuxt/modules 0.6.0-9e1b10 → 0.6.0-a2ae40
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 +563 -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.",
|
|
@@ -922,6 +1018,29 @@
|
|
|
922
1018
|
"requires": {}
|
|
923
1019
|
}
|
|
924
1020
|
},
|
|
1021
|
+
{
|
|
1022
|
+
"name": "devtools",
|
|
1023
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1024
|
+
"repo": "nuxt/devtools#main",
|
|
1025
|
+
"npm": "@nuxt/devtools",
|
|
1026
|
+
"icon": "nuxt.png",
|
|
1027
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1028
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1029
|
+
"learn_more": "",
|
|
1030
|
+
"category": "DevTools",
|
|
1031
|
+
"type": "official",
|
|
1032
|
+
"maintainers": [
|
|
1033
|
+
{
|
|
1034
|
+
"name": "Anthony Fu",
|
|
1035
|
+
"github": "antfu",
|
|
1036
|
+
"twitter": "antfu7"
|
|
1037
|
+
}
|
|
1038
|
+
],
|
|
1039
|
+
"compatibility": {
|
|
1040
|
+
"nuxt": "^3.0.0",
|
|
1041
|
+
"requires": {}
|
|
1042
|
+
}
|
|
1043
|
+
},
|
|
925
1044
|
{
|
|
926
1045
|
"name": "directus",
|
|
927
1046
|
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
@@ -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
|
},
|
|
@@ -1594,6 +1740,30 @@
|
|
|
1594
1740
|
"requires": {}
|
|
1595
1741
|
}
|
|
1596
1742
|
},
|
|
1743
|
+
{
|
|
1744
|
+
"name": "gtag",
|
|
1745
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1746
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1747
|
+
"npm": "nuxt-gtag",
|
|
1748
|
+
"icon": "gtag.svg",
|
|
1749
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1750
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1751
|
+
"learn_more": "",
|
|
1752
|
+
"category": "Analytics",
|
|
1753
|
+
"type": "3rd-party",
|
|
1754
|
+
"maintainers": [
|
|
1755
|
+
{
|
|
1756
|
+
"name": "Johann Schopplich",
|
|
1757
|
+
"github": "johannschopplich",
|
|
1758
|
+
"twitter": "jschopplich",
|
|
1759
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1760
|
+
}
|
|
1761
|
+
],
|
|
1762
|
+
"compatibility": {
|
|
1763
|
+
"nuxt": "^3.0.0",
|
|
1764
|
+
"requires": {}
|
|
1765
|
+
}
|
|
1766
|
+
},
|
|
1597
1767
|
{
|
|
1598
1768
|
"name": "gtm",
|
|
1599
1769
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -2248,7 +2418,7 @@
|
|
|
2248
2418
|
},
|
|
2249
2419
|
{
|
|
2250
2420
|
"name": "link-checker",
|
|
2251
|
-
"description": "",
|
|
2421
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2252
2422
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2253
2423
|
"npm": "nuxt-link-checker",
|
|
2254
2424
|
"icon": "",
|
|
@@ -2478,6 +2648,31 @@
|
|
|
2478
2648
|
"requires": {}
|
|
2479
2649
|
}
|
|
2480
2650
|
},
|
|
2651
|
+
{
|
|
2652
|
+
"name": "medusa",
|
|
2653
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2654
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2655
|
+
"npm": "nuxt-medusa",
|
|
2656
|
+
"icon": "medusa.svg",
|
|
2657
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2658
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2659
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2660
|
+
"category": "Ecommerce",
|
|
2661
|
+
"type": "3rd-party",
|
|
2662
|
+
"maintainers": [
|
|
2663
|
+
{
|
|
2664
|
+
"name": "Jakub Andrzejewski",
|
|
2665
|
+
"github": "Baroshem",
|
|
2666
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2667
|
+
}
|
|
2668
|
+
],
|
|
2669
|
+
"compatibility": {
|
|
2670
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2671
|
+
"requires": {
|
|
2672
|
+
"bridge": true
|
|
2673
|
+
}
|
|
2674
|
+
}
|
|
2675
|
+
},
|
|
2481
2676
|
{
|
|
2482
2677
|
"name": "meilisearch",
|
|
2483
2678
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2547,6 +2742,29 @@
|
|
|
2547
2742
|
"requires": {}
|
|
2548
2743
|
}
|
|
2549
2744
|
},
|
|
2745
|
+
{
|
|
2746
|
+
"name": "module-feed",
|
|
2747
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
2748
|
+
"repo": "tresko/nuxt-module-feed",
|
|
2749
|
+
"npm": "nuxt-module-feed",
|
|
2750
|
+
"icon": "",
|
|
2751
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
2752
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
2753
|
+
"learn_more": "",
|
|
2754
|
+
"category": "SEO",
|
|
2755
|
+
"type": "3rd-party",
|
|
2756
|
+
"maintainers": [
|
|
2757
|
+
{
|
|
2758
|
+
"name": "Miha Sedej",
|
|
2759
|
+
"github": "tresko",
|
|
2760
|
+
"twitter": "mihasedej"
|
|
2761
|
+
}
|
|
2762
|
+
],
|
|
2763
|
+
"compatibility": {
|
|
2764
|
+
"nuxt": "^3.0.0",
|
|
2765
|
+
"requires": {}
|
|
2766
|
+
}
|
|
2767
|
+
},
|
|
2550
2768
|
{
|
|
2551
2769
|
"name": "moment",
|
|
2552
2770
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2757,6 +2975,28 @@
|
|
|
2757
2975
|
"requires": {}
|
|
2758
2976
|
}
|
|
2759
2977
|
},
|
|
2978
|
+
{
|
|
2979
|
+
"name": "nuxt-chatgpt",
|
|
2980
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
2981
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
2982
|
+
"npm": "nuxt-chatgpt",
|
|
2983
|
+
"icon": "chatgpt.svg",
|
|
2984
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
2985
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
2986
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
2987
|
+
"category": "Libraries",
|
|
2988
|
+
"type": "3rd-party",
|
|
2989
|
+
"maintainers": [
|
|
2990
|
+
{
|
|
2991
|
+
"name": "Oliver Trajceski",
|
|
2992
|
+
"github": "schnapsterdog"
|
|
2993
|
+
}
|
|
2994
|
+
],
|
|
2995
|
+
"compatibility": {
|
|
2996
|
+
"nuxt": "^3.0.0",
|
|
2997
|
+
"requires": {}
|
|
2998
|
+
}
|
|
2999
|
+
},
|
|
2760
3000
|
{
|
|
2761
3001
|
"name": "nuxt-graphql-middleware",
|
|
2762
3002
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2855,6 +3095,51 @@
|
|
|
2855
3095
|
"requires": {}
|
|
2856
3096
|
}
|
|
2857
3097
|
},
|
|
3098
|
+
{
|
|
3099
|
+
"name": "nuxt-loco",
|
|
3100
|
+
"description": "A localise.biz module to synth locale with Nuxt.js",
|
|
3101
|
+
"repo": "gaetansenn/nuxt-loco",
|
|
3102
|
+
"npm": "nuxt-loco",
|
|
3103
|
+
"icon": "",
|
|
3104
|
+
"github": "https://github.com/gaetansenn/nuxt-loco",
|
|
3105
|
+
"website": "https://nuxt-loco.dewib.com/",
|
|
3106
|
+
"learn_more": "",
|
|
3107
|
+
"category": "Libraries",
|
|
3108
|
+
"type": "3rd-party",
|
|
3109
|
+
"maintainers": [
|
|
3110
|
+
{
|
|
3111
|
+
"name": "Gaetan SENN",
|
|
3112
|
+
"github": "gaetansenn",
|
|
3113
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
3114
|
+
}
|
|
3115
|
+
],
|
|
3116
|
+
"compatibility": {
|
|
3117
|
+
"nuxt": "^3.0.0",
|
|
3118
|
+
"requires": {}
|
|
3119
|
+
}
|
|
3120
|
+
},
|
|
3121
|
+
{
|
|
3122
|
+
"name": "nuxt-mapbox",
|
|
3123
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3124
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3125
|
+
"npm": "nuxt-mapbox",
|
|
3126
|
+
"icon": "nuxt-mapbox.svg",
|
|
3127
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3128
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3129
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3130
|
+
"category": "Libraries",
|
|
3131
|
+
"type": "3rd-party",
|
|
3132
|
+
"maintainers": [
|
|
3133
|
+
{
|
|
3134
|
+
"name": "Alex Lavoie",
|
|
3135
|
+
"github": "AlexLavoie42"
|
|
3136
|
+
}
|
|
3137
|
+
],
|
|
3138
|
+
"compatibility": {
|
|
3139
|
+
"nuxt": "^3.0.0",
|
|
3140
|
+
"requires": {}
|
|
3141
|
+
}
|
|
3142
|
+
},
|
|
2858
3143
|
{
|
|
2859
3144
|
"name": "nuxt-monaco-editor",
|
|
2860
3145
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -2877,6 +3162,29 @@
|
|
|
2877
3162
|
"requires": {}
|
|
2878
3163
|
}
|
|
2879
3164
|
},
|
|
3165
|
+
{
|
|
3166
|
+
"name": "nuxt-pdf",
|
|
3167
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
3168
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3169
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
3170
|
+
"icon": "nuxt-pdf.png",
|
|
3171
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
3172
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
3173
|
+
"learn_more": "https://github.com/sidebase",
|
|
3174
|
+
"category": "Extensions",
|
|
3175
|
+
"type": "3rd-party",
|
|
3176
|
+
"maintainers": [
|
|
3177
|
+
{
|
|
3178
|
+
"name": "sidebase",
|
|
3179
|
+
"github": "sidebase",
|
|
3180
|
+
"twitter": "sidebase_io"
|
|
3181
|
+
}
|
|
3182
|
+
],
|
|
3183
|
+
"compatibility": {
|
|
3184
|
+
"nuxt": "^3.0.0",
|
|
3185
|
+
"requires": {}
|
|
3186
|
+
}
|
|
3187
|
+
},
|
|
2880
3188
|
{
|
|
2881
3189
|
"name": "nuxt-pino-log",
|
|
2882
3190
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3388,11 +3696,11 @@
|
|
|
3388
3696
|
{
|
|
3389
3697
|
"name": "pinia",
|
|
3390
3698
|
"description": "The Vue Store that you will enjoy using",
|
|
3391
|
-
"repo": "
|
|
3699
|
+
"repo": "vuejs/pinia#v2/packages/nuxt",
|
|
3392
3700
|
"npm": "@pinia/nuxt",
|
|
3393
3701
|
"icon": "pinia.svg",
|
|
3394
|
-
"github": "https://github.com/
|
|
3395
|
-
"website": "https://pinia.
|
|
3702
|
+
"github": "https://github.com/vuejs/pinia/tree/v2/packages/nuxt",
|
|
3703
|
+
"website": "https://pinia.vuejs.org/",
|
|
3396
3704
|
"learn_more": "",
|
|
3397
3705
|
"category": "Extensions",
|
|
3398
3706
|
"type": "3rd-party",
|
|
@@ -3476,6 +3784,28 @@
|
|
|
3476
3784
|
"requires": {}
|
|
3477
3785
|
}
|
|
3478
3786
|
},
|
|
3787
|
+
{
|
|
3788
|
+
"name": "prometheus",
|
|
3789
|
+
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3790
|
+
"repo": "artmizu/nuxt-prometheus",
|
|
3791
|
+
"npm": "@artmizu/nuxt-prometheus",
|
|
3792
|
+
"icon": "prometheus.svg",
|
|
3793
|
+
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3794
|
+
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3795
|
+
"learn_more": "",
|
|
3796
|
+
"category": "Monitoring",
|
|
3797
|
+
"type": "3rd-party",
|
|
3798
|
+
"maintainers": [
|
|
3799
|
+
{
|
|
3800
|
+
"name": "artmizu",
|
|
3801
|
+
"github": "artmizu"
|
|
3802
|
+
}
|
|
3803
|
+
],
|
|
3804
|
+
"compatibility": {
|
|
3805
|
+
"nuxt": "^3.0.0",
|
|
3806
|
+
"requires": {}
|
|
3807
|
+
}
|
|
3808
|
+
},
|
|
3479
3809
|
{
|
|
3480
3810
|
"name": "protected-mailto",
|
|
3481
3811
|
"description": "Nuxt component to generate encoded mailto links",
|
|
@@ -3613,6 +3943,28 @@
|
|
|
3613
3943
|
"requires": {}
|
|
3614
3944
|
}
|
|
3615
3945
|
},
|
|
3946
|
+
{
|
|
3947
|
+
"name": "quasar",
|
|
3948
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
3949
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
3950
|
+
"npm": "nuxt-quasar-ui",
|
|
3951
|
+
"icon": "quasar.svg",
|
|
3952
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
3953
|
+
"website": "https://quasar.dev/",
|
|
3954
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
3955
|
+
"category": "UI",
|
|
3956
|
+
"type": "3rd-party",
|
|
3957
|
+
"maintainers": [
|
|
3958
|
+
{
|
|
3959
|
+
"name": "Ege İliklier",
|
|
3960
|
+
"github": "Maiquu"
|
|
3961
|
+
}
|
|
3962
|
+
],
|
|
3963
|
+
"compatibility": {
|
|
3964
|
+
"nuxt": "^3.0.0",
|
|
3965
|
+
"requires": {}
|
|
3966
|
+
}
|
|
3967
|
+
},
|
|
3616
3968
|
{
|
|
3617
3969
|
"name": "recaptcha",
|
|
3618
3970
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -3913,7 +4265,7 @@
|
|
|
3913
4265
|
{
|
|
3914
4266
|
"name": "seo-kit",
|
|
3915
4267
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3916
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4268
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
3917
4269
|
"npm": "nuxt-seo-kit",
|
|
3918
4270
|
"icon": "seo-kit.svg",
|
|
3919
4271
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4161,26 +4513,48 @@
|
|
|
4161
4513
|
"requires": {}
|
|
4162
4514
|
}
|
|
4163
4515
|
},
|
|
4516
|
+
{
|
|
4517
|
+
"name": "snackbar",
|
|
4518
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4519
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4520
|
+
"npm": "nuxt-snackbar",
|
|
4521
|
+
"icon": "snackbar.png",
|
|
4522
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4523
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4524
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
4525
|
+
"category": "UI",
|
|
4526
|
+
"type": "3rd-party",
|
|
4527
|
+
"maintainers": [
|
|
4528
|
+
{
|
|
4529
|
+
"name": "modbender",
|
|
4530
|
+
"github": "modbender"
|
|
4531
|
+
}
|
|
4532
|
+
],
|
|
4533
|
+
"compatibility": {
|
|
4534
|
+
"nuxt": "^3.0.0",
|
|
4535
|
+
"requires": {}
|
|
4536
|
+
}
|
|
4537
|
+
},
|
|
4164
4538
|
{
|
|
4165
4539
|
"name": "snipcart",
|
|
4166
4540
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4167
|
-
"repo": "nuxt-
|
|
4541
|
+
"repo": "nuxt-modules/snipcart",
|
|
4168
4542
|
"npm": "@nuxtjs/snipcart",
|
|
4169
4543
|
"icon": "snipcart.png",
|
|
4170
|
-
"github": "https://github.com/nuxt-
|
|
4171
|
-
"website": "https://github.com/nuxt-
|
|
4172
|
-
"learn_more": "",
|
|
4544
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4545
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4546
|
+
"learn_more": "https://snipcart.com",
|
|
4173
4547
|
"category": "Payment",
|
|
4174
4548
|
"type": "community",
|
|
4175
4549
|
"maintainers": [
|
|
4176
4550
|
{
|
|
4177
4551
|
"name": "Florent GIRAUD",
|
|
4178
|
-
"github": "
|
|
4179
|
-
"twitter": "
|
|
4552
|
+
"github": "flozero",
|
|
4553
|
+
"twitter": "flozeroo"
|
|
4180
4554
|
}
|
|
4181
4555
|
],
|
|
4182
4556
|
"compatibility": {
|
|
4183
|
-
"nuxt": "^2.0.0",
|
|
4557
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4184
4558
|
"requires": {}
|
|
4185
4559
|
}
|
|
4186
4560
|
},
|
|
@@ -4517,7 +4891,7 @@
|
|
|
4517
4891
|
}
|
|
4518
4892
|
],
|
|
4519
4893
|
"compatibility": {
|
|
4520
|
-
"nuxt": "^2.0.0",
|
|
4894
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4521
4895
|
"requires": {}
|
|
4522
4896
|
}
|
|
4523
4897
|
},
|
|
@@ -4688,6 +5062,29 @@
|
|
|
4688
5062
|
"requires": {}
|
|
4689
5063
|
}
|
|
4690
5064
|
},
|
|
5065
|
+
{
|
|
5066
|
+
"name": "tailvue",
|
|
5067
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
5068
|
+
"repo": "fumeapp/tailvue",
|
|
5069
|
+
"npm": "tailvue",
|
|
5070
|
+
"icon": "tailvue.jpg",
|
|
5071
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
5072
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
5073
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
5074
|
+
"category": "UI",
|
|
5075
|
+
"type": "3rd-party",
|
|
5076
|
+
"maintainers": [
|
|
5077
|
+
{
|
|
5078
|
+
"name": "Kevin Olson",
|
|
5079
|
+
"github": "acidjazz",
|
|
5080
|
+
"twitter": "AppFume"
|
|
5081
|
+
}
|
|
5082
|
+
],
|
|
5083
|
+
"compatibility": {
|
|
5084
|
+
"nuxt": "^3.0.0",
|
|
5085
|
+
"requires": {}
|
|
5086
|
+
}
|
|
5087
|
+
},
|
|
4691
5088
|
{
|
|
4692
5089
|
"name": "tailwindcss",
|
|
4693
5090
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -5076,6 +5473,29 @@
|
|
|
5076
5473
|
}
|
|
5077
5474
|
}
|
|
5078
5475
|
},
|
|
5476
|
+
{
|
|
5477
|
+
"name": "ununuracss",
|
|
5478
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
5479
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
5480
|
+
"npm": "nuxt-ununura",
|
|
5481
|
+
"icon": "ununuracss.png",
|
|
5482
|
+
"github": "https://github.com/novout/ununuracss",
|
|
5483
|
+
"website": "https://ununura.com/#/",
|
|
5484
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
5485
|
+
"category": "UI",
|
|
5486
|
+
"type": "3rd-party",
|
|
5487
|
+
"maintainers": [
|
|
5488
|
+
{
|
|
5489
|
+
"name": "Giovane Cardoso",
|
|
5490
|
+
"github": "novout",
|
|
5491
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5492
|
+
}
|
|
5493
|
+
],
|
|
5494
|
+
"compatibility": {
|
|
5495
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5496
|
+
"requires": {}
|
|
5497
|
+
}
|
|
5498
|
+
},
|
|
5079
5499
|
{
|
|
5080
5500
|
"name": "user-agent",
|
|
5081
5501
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5120,6 +5540,30 @@
|
|
|
5120
5540
|
"requires": {}
|
|
5121
5541
|
}
|
|
5122
5542
|
},
|
|
5543
|
+
{
|
|
5544
|
+
"name": "vant",
|
|
5545
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
5546
|
+
"repo": "vant-ui/vant-nuxt",
|
|
5547
|
+
"npm": "@vant/nuxt",
|
|
5548
|
+
"icon": "vant.png",
|
|
5549
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
5550
|
+
"website": "https://vant-ui.github.io/vant",
|
|
5551
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
5552
|
+
"category": "UI",
|
|
5553
|
+
"type": "3rd-party",
|
|
5554
|
+
"maintainers": [
|
|
5555
|
+
{
|
|
5556
|
+
"name": "tolking",
|
|
5557
|
+
"github": "tolking"
|
|
5558
|
+
}
|
|
5559
|
+
],
|
|
5560
|
+
"compatibility": {
|
|
5561
|
+
"nuxt": "^3.0.0",
|
|
5562
|
+
"requires": {
|
|
5563
|
+
"bridge": "optional"
|
|
5564
|
+
}
|
|
5565
|
+
}
|
|
5566
|
+
},
|
|
5123
5567
|
{
|
|
5124
5568
|
"name": "vendor",
|
|
5125
5569
|
"description": "directly serve node_modules",
|
|
@@ -5143,6 +5587,60 @@
|
|
|
5143
5587
|
"requires": {}
|
|
5144
5588
|
}
|
|
5145
5589
|
},
|
|
5590
|
+
{
|
|
5591
|
+
"name": "vite-pwa-nuxt",
|
|
5592
|
+
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
5593
|
+
"repo": "vite-pwa/nuxt",
|
|
5594
|
+
"npm": "@vite-pwa/nuxt",
|
|
5595
|
+
"icon": "vite-pwa-nuxt.svg",
|
|
5596
|
+
"github": "https://github.com/vite-pwa/nuxt",
|
|
5597
|
+
"website": "https://github.com/vite-pwa/nuxt",
|
|
5598
|
+
"learn_more": "https://vite-pwa-org.netlify.app/frameworks/nuxt.html",
|
|
5599
|
+
"category": "Performance",
|
|
5600
|
+
"type": "3rd-party",
|
|
5601
|
+
"maintainers": [
|
|
5602
|
+
{
|
|
5603
|
+
"name": "Joaquín Sánchez",
|
|
5604
|
+
"github": "userquin",
|
|
5605
|
+
"twitter": "userquin"
|
|
5606
|
+
},
|
|
5607
|
+
{
|
|
5608
|
+
"name": "Anthony Fu",
|
|
5609
|
+
"github": "antfu",
|
|
5610
|
+
"twitter": "antfu7"
|
|
5611
|
+
}
|
|
5612
|
+
],
|
|
5613
|
+
"compatibility": {
|
|
5614
|
+
"nuxt": "^3.0.0",
|
|
5615
|
+
"requires": {}
|
|
5616
|
+
}
|
|
5617
|
+
},
|
|
5618
|
+
{
|
|
5619
|
+
"name": "vitest",
|
|
5620
|
+
"description": "Vitest integration with Nuxt",
|
|
5621
|
+
"repo": "danielroe/nuxt-vitest#main",
|
|
5622
|
+
"npm": "nuxt-vitest",
|
|
5623
|
+
"icon": "vitest.svg",
|
|
5624
|
+
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5625
|
+
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5626
|
+
"learn_more": "",
|
|
5627
|
+
"category": "Extensions",
|
|
5628
|
+
"type": "3rd-party",
|
|
5629
|
+
"maintainers": [
|
|
5630
|
+
{
|
|
5631
|
+
"name": "Daniel Roe",
|
|
5632
|
+
"github": "danielroe"
|
|
5633
|
+
},
|
|
5634
|
+
{
|
|
5635
|
+
"name": "Anthony Fu",
|
|
5636
|
+
"github": "antfu"
|
|
5637
|
+
}
|
|
5638
|
+
],
|
|
5639
|
+
"compatibility": {
|
|
5640
|
+
"nuxt": "^3.0.0",
|
|
5641
|
+
"requires": {}
|
|
5642
|
+
}
|
|
5643
|
+
},
|
|
5146
5644
|
{
|
|
5147
5645
|
"name": "vue-macros",
|
|
5148
5646
|
"description": "Explore and extend more macros and syntax sugar to Vue.",
|
|
@@ -5304,6 +5802,28 @@
|
|
|
5304
5802
|
"requires": {}
|
|
5305
5803
|
}
|
|
5306
5804
|
},
|
|
5805
|
+
{
|
|
5806
|
+
"name": "vuefire",
|
|
5807
|
+
"description": "Idiomatic composables for the Firebase SDK",
|
|
5808
|
+
"repo": "vuejs/vuefire/packages/nuxt",
|
|
5809
|
+
"npm": "nuxt-vuefire",
|
|
5810
|
+
"icon": "vuefire.svg",
|
|
5811
|
+
"github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
|
|
5812
|
+
"website": "https://vuefire.vuejs.org/",
|
|
5813
|
+
"learn_more": "",
|
|
5814
|
+
"category": "Database",
|
|
5815
|
+
"type": "3rd-party",
|
|
5816
|
+
"maintainers": [
|
|
5817
|
+
{
|
|
5818
|
+
"name": "posva",
|
|
5819
|
+
"github": "posva"
|
|
5820
|
+
}
|
|
5821
|
+
],
|
|
5822
|
+
"compatibility": {
|
|
5823
|
+
"nuxt": "^3.0.0",
|
|
5824
|
+
"requires": {}
|
|
5825
|
+
}
|
|
5826
|
+
},
|
|
5307
5827
|
{
|
|
5308
5828
|
"name": "vuestic",
|
|
5309
5829
|
"description": "Vuestic UI module for Nuxt 3",
|
|
@@ -5434,29 +5954,6 @@
|
|
|
5434
5954
|
}
|
|
5435
5955
|
}
|
|
5436
5956
|
},
|
|
5437
|
-
{
|
|
5438
|
-
"name": "web3js",
|
|
5439
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5440
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5441
|
-
"npm": "nuxt-web3",
|
|
5442
|
-
"icon": "web3js.svg",
|
|
5443
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5444
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5445
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5446
|
-
"category": "Libraries",
|
|
5447
|
-
"type": "3rd-party",
|
|
5448
|
-
"maintainers": [
|
|
5449
|
-
{
|
|
5450
|
-
"name": "Muhammad Fauzan",
|
|
5451
|
-
"github": "bl0cknumber",
|
|
5452
|
-
"twitter": "fncolon"
|
|
5453
|
-
}
|
|
5454
|
-
],
|
|
5455
|
-
"compatibility": {
|
|
5456
|
-
"nuxt": "^2.0.0",
|
|
5457
|
-
"requires": {}
|
|
5458
|
-
}
|
|
5459
|
-
},
|
|
5460
5957
|
{
|
|
5461
5958
|
"name": "webfontloader",
|
|
5462
5959
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5714,6 +6211,29 @@
|
|
|
5714
6211
|
"requires": {}
|
|
5715
6212
|
}
|
|
5716
6213
|
},
|
|
6214
|
+
{
|
|
6215
|
+
"name": "yandex-metrika-next",
|
|
6216
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
6217
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6218
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6219
|
+
"icon": "yandex-metrika.svg",
|
|
6220
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6221
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6222
|
+
"learn_more": "",
|
|
6223
|
+
"category": "Analytics",
|
|
6224
|
+
"type": "3rd-party",
|
|
6225
|
+
"maintainers": [
|
|
6226
|
+
{
|
|
6227
|
+
"name": "Aleksandr Saburov",
|
|
6228
|
+
"github": "artmizu",
|
|
6229
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6230
|
+
}
|
|
6231
|
+
],
|
|
6232
|
+
"compatibility": {
|
|
6233
|
+
"nuxt": "^3.0.0",
|
|
6234
|
+
"requires": {}
|
|
6235
|
+
}
|
|
6236
|
+
},
|
|
5717
6237
|
{
|
|
5718
6238
|
"name": "yandex-metrika",
|
|
5719
6239
|
"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-a2ae40",
|
|
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
|
}
|