@nuxt/modules 0.6.0-3d6041 → 0.6.0-40e577
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 +460 -36
- 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",
|
|
@@ -1094,7 +1212,7 @@
|
|
|
1094
1212
|
}
|
|
1095
1213
|
],
|
|
1096
1214
|
"compatibility": {
|
|
1097
|
-
"nuxt": "^2.0.0",
|
|
1215
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1098
1216
|
"requires": {}
|
|
1099
1217
|
}
|
|
1100
1218
|
},
|
|
@@ -1599,6 +1717,30 @@
|
|
|
1599
1717
|
"requires": {}
|
|
1600
1718
|
}
|
|
1601
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
|
+
},
|
|
1602
1744
|
{
|
|
1603
1745
|
"name": "gtm",
|
|
1604
1746
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -2253,7 +2395,7 @@
|
|
|
2253
2395
|
},
|
|
2254
2396
|
{
|
|
2255
2397
|
"name": "link-checker",
|
|
2256
|
-
"description": "",
|
|
2398
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2257
2399
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2258
2400
|
"npm": "nuxt-link-checker",
|
|
2259
2401
|
"icon": "",
|
|
@@ -2483,6 +2625,31 @@
|
|
|
2483
2625
|
"requires": {}
|
|
2484
2626
|
}
|
|
2485
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
|
+
},
|
|
2486
2653
|
{
|
|
2487
2654
|
"name": "meilisearch",
|
|
2488
2655
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2762,6 +2929,28 @@
|
|
|
2762
2929
|
"requires": {}
|
|
2763
2930
|
}
|
|
2764
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
|
+
},
|
|
2765
2954
|
{
|
|
2766
2955
|
"name": "nuxt-graphql-middleware",
|
|
2767
2956
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2883,6 +3072,28 @@
|
|
|
2883
3072
|
"requires": {}
|
|
2884
3073
|
}
|
|
2885
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
|
+
},
|
|
2886
3097
|
{
|
|
2887
3098
|
"name": "nuxt-monaco-editor",
|
|
2888
3099
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -2905,6 +3116,29 @@
|
|
|
2905
3116
|
"requires": {}
|
|
2906
3117
|
}
|
|
2907
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
|
+
},
|
|
2908
3142
|
{
|
|
2909
3143
|
"name": "nuxt-pino-log",
|
|
2910
3144
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3504,6 +3738,28 @@
|
|
|
3504
3738
|
"requires": {}
|
|
3505
3739
|
}
|
|
3506
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
|
+
},
|
|
3507
3763
|
{
|
|
3508
3764
|
"name": "protected-mailto",
|
|
3509
3765
|
"description": "Nuxt component to generate encoded mailto links",
|
|
@@ -3641,6 +3897,28 @@
|
|
|
3641
3897
|
"requires": {}
|
|
3642
3898
|
}
|
|
3643
3899
|
},
|
|
3900
|
+
{
|
|
3901
|
+
"name": "quasar",
|
|
3902
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
3903
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
3904
|
+
"npm": "nuxt-quasar-ui",
|
|
3905
|
+
"icon": "quasar.svg",
|
|
3906
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
3907
|
+
"website": "https://quasar.dev/",
|
|
3908
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
3909
|
+
"category": "UI",
|
|
3910
|
+
"type": "3rd-party",
|
|
3911
|
+
"maintainers": [
|
|
3912
|
+
{
|
|
3913
|
+
"name": "Ege İliklier",
|
|
3914
|
+
"github": "Maiquu"
|
|
3915
|
+
}
|
|
3916
|
+
],
|
|
3917
|
+
"compatibility": {
|
|
3918
|
+
"nuxt": "^3.0.0",
|
|
3919
|
+
"requires": {}
|
|
3920
|
+
}
|
|
3921
|
+
},
|
|
3644
3922
|
{
|
|
3645
3923
|
"name": "recaptcha",
|
|
3646
3924
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -3941,7 +4219,7 @@
|
|
|
3941
4219
|
{
|
|
3942
4220
|
"name": "seo-kit",
|
|
3943
4221
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3944
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4222
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
3945
4223
|
"npm": "nuxt-seo-kit",
|
|
3946
4224
|
"icon": "seo-kit.svg",
|
|
3947
4225
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4189,26 +4467,48 @@
|
|
|
4189
4467
|
"requires": {}
|
|
4190
4468
|
}
|
|
4191
4469
|
},
|
|
4470
|
+
{
|
|
4471
|
+
"name": "snackbar",
|
|
4472
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4473
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4474
|
+
"npm": "nuxt-snackbar",
|
|
4475
|
+
"icon": "snackbar.png",
|
|
4476
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4477
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4478
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
4479
|
+
"category": "UI",
|
|
4480
|
+
"type": "3rd-party",
|
|
4481
|
+
"maintainers": [
|
|
4482
|
+
{
|
|
4483
|
+
"name": "modbender",
|
|
4484
|
+
"github": "modbender"
|
|
4485
|
+
}
|
|
4486
|
+
],
|
|
4487
|
+
"compatibility": {
|
|
4488
|
+
"nuxt": "^3.0.0",
|
|
4489
|
+
"requires": {}
|
|
4490
|
+
}
|
|
4491
|
+
},
|
|
4192
4492
|
{
|
|
4193
4493
|
"name": "snipcart",
|
|
4194
4494
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4195
|
-
"repo": "nuxt-
|
|
4495
|
+
"repo": "nuxt-modules/snipcart",
|
|
4196
4496
|
"npm": "@nuxtjs/snipcart",
|
|
4197
4497
|
"icon": "snipcart.png",
|
|
4198
|
-
"github": "https://github.com/nuxt-
|
|
4199
|
-
"website": "https://github.com/nuxt-
|
|
4200
|
-
"learn_more": "",
|
|
4498
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4499
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4500
|
+
"learn_more": "https://snipcart.com",
|
|
4201
4501
|
"category": "Payment",
|
|
4202
4502
|
"type": "community",
|
|
4203
4503
|
"maintainers": [
|
|
4204
4504
|
{
|
|
4205
4505
|
"name": "Florent GIRAUD",
|
|
4206
|
-
"github": "
|
|
4207
|
-
"twitter": "
|
|
4506
|
+
"github": "flozero",
|
|
4507
|
+
"twitter": "flozeroo"
|
|
4208
4508
|
}
|
|
4209
4509
|
],
|
|
4210
4510
|
"compatibility": {
|
|
4211
|
-
"nuxt": "^2.0.0",
|
|
4511
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4212
4512
|
"requires": {}
|
|
4213
4513
|
}
|
|
4214
4514
|
},
|
|
@@ -4545,7 +4845,7 @@
|
|
|
4545
4845
|
}
|
|
4546
4846
|
],
|
|
4547
4847
|
"compatibility": {
|
|
4548
|
-
"nuxt": "^2.0.0",
|
|
4848
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4549
4849
|
"requires": {}
|
|
4550
4850
|
}
|
|
4551
4851
|
},
|
|
@@ -4716,6 +5016,29 @@
|
|
|
4716
5016
|
"requires": {}
|
|
4717
5017
|
}
|
|
4718
5018
|
},
|
|
5019
|
+
{
|
|
5020
|
+
"name": "tailvue",
|
|
5021
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
5022
|
+
"repo": "fumeapp/tailvue",
|
|
5023
|
+
"npm": "tailvue",
|
|
5024
|
+
"icon": "tailvue.jpg",
|
|
5025
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
5026
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
5027
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
5028
|
+
"category": "UI",
|
|
5029
|
+
"type": "3rd-party",
|
|
5030
|
+
"maintainers": [
|
|
5031
|
+
{
|
|
5032
|
+
"name": "Kevin Olson",
|
|
5033
|
+
"github": "acidjazz",
|
|
5034
|
+
"twitter": "AppFume"
|
|
5035
|
+
}
|
|
5036
|
+
],
|
|
5037
|
+
"compatibility": {
|
|
5038
|
+
"nuxt": "^3.0.0",
|
|
5039
|
+
"requires": {}
|
|
5040
|
+
}
|
|
5041
|
+
},
|
|
4719
5042
|
{
|
|
4720
5043
|
"name": "tailwindcss",
|
|
4721
5044
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -5104,6 +5427,29 @@
|
|
|
5104
5427
|
}
|
|
5105
5428
|
}
|
|
5106
5429
|
},
|
|
5430
|
+
{
|
|
5431
|
+
"name": "ununuracss",
|
|
5432
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
5433
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
5434
|
+
"npm": "nuxt-ununura",
|
|
5435
|
+
"icon": "ununuracss.png",
|
|
5436
|
+
"github": "https://github.com/novout/ununuracss",
|
|
5437
|
+
"website": "https://ununura.com/#/",
|
|
5438
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
5439
|
+
"category": "UI",
|
|
5440
|
+
"type": "3rd-party",
|
|
5441
|
+
"maintainers": [
|
|
5442
|
+
{
|
|
5443
|
+
"name": "Giovane Cardoso",
|
|
5444
|
+
"github": "novout",
|
|
5445
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5446
|
+
}
|
|
5447
|
+
],
|
|
5448
|
+
"compatibility": {
|
|
5449
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5450
|
+
"requires": {}
|
|
5451
|
+
}
|
|
5452
|
+
},
|
|
5107
5453
|
{
|
|
5108
5454
|
"name": "user-agent",
|
|
5109
5455
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5148,6 +5494,30 @@
|
|
|
5148
5494
|
"requires": {}
|
|
5149
5495
|
}
|
|
5150
5496
|
},
|
|
5497
|
+
{
|
|
5498
|
+
"name": "vant",
|
|
5499
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
5500
|
+
"repo": "vant-ui/vant-nuxt",
|
|
5501
|
+
"npm": "@vant/nuxt",
|
|
5502
|
+
"icon": "vant.png",
|
|
5503
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
5504
|
+
"website": "https://vant-ui.github.io/vant",
|
|
5505
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
5506
|
+
"category": "UI",
|
|
5507
|
+
"type": "3rd-party",
|
|
5508
|
+
"maintainers": [
|
|
5509
|
+
{
|
|
5510
|
+
"name": "tolking",
|
|
5511
|
+
"github": "tolking"
|
|
5512
|
+
}
|
|
5513
|
+
],
|
|
5514
|
+
"compatibility": {
|
|
5515
|
+
"nuxt": "^3.0.0",
|
|
5516
|
+
"requires": {
|
|
5517
|
+
"bridge": "optional"
|
|
5518
|
+
}
|
|
5519
|
+
}
|
|
5520
|
+
},
|
|
5151
5521
|
{
|
|
5152
5522
|
"name": "vendor",
|
|
5153
5523
|
"description": "directly serve node_modules",
|
|
@@ -5171,6 +5541,60 @@
|
|
|
5171
5541
|
"requires": {}
|
|
5172
5542
|
}
|
|
5173
5543
|
},
|
|
5544
|
+
{
|
|
5545
|
+
"name": "vite-pwa-nuxt",
|
|
5546
|
+
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
5547
|
+
"repo": "vite-pwa/nuxt",
|
|
5548
|
+
"npm": "@vite-pwa/nuxt",
|
|
5549
|
+
"icon": "vite-pwa-nuxt.svg",
|
|
5550
|
+
"github": "https://github.com/vite-pwa/nuxt",
|
|
5551
|
+
"website": "https://github.com/vite-pwa/nuxt",
|
|
5552
|
+
"learn_more": "https://vite-pwa-org.netlify.app/frameworks/nuxt.html",
|
|
5553
|
+
"category": "Performance",
|
|
5554
|
+
"type": "3rd-party",
|
|
5555
|
+
"maintainers": [
|
|
5556
|
+
{
|
|
5557
|
+
"name": "Joaquín Sánchez",
|
|
5558
|
+
"github": "userquin",
|
|
5559
|
+
"twitter": "userquin"
|
|
5560
|
+
},
|
|
5561
|
+
{
|
|
5562
|
+
"name": "Anthony Fu",
|
|
5563
|
+
"github": "antfu",
|
|
5564
|
+
"twitter": "antfu7"
|
|
5565
|
+
}
|
|
5566
|
+
],
|
|
5567
|
+
"compatibility": {
|
|
5568
|
+
"nuxt": "^3.0.0",
|
|
5569
|
+
"requires": {}
|
|
5570
|
+
}
|
|
5571
|
+
},
|
|
5572
|
+
{
|
|
5573
|
+
"name": "vitest",
|
|
5574
|
+
"description": "Vitest integration with Nuxt",
|
|
5575
|
+
"repo": "danielroe/nuxt-vitest#main",
|
|
5576
|
+
"npm": "nuxt-vitest",
|
|
5577
|
+
"icon": "vitest.svg",
|
|
5578
|
+
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5579
|
+
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5580
|
+
"learn_more": "",
|
|
5581
|
+
"category": "Extensions",
|
|
5582
|
+
"type": "3rd-party",
|
|
5583
|
+
"maintainers": [
|
|
5584
|
+
{
|
|
5585
|
+
"name": "Daniel Roe",
|
|
5586
|
+
"github": "danielroe"
|
|
5587
|
+
},
|
|
5588
|
+
{
|
|
5589
|
+
"name": "Anthony Fu",
|
|
5590
|
+
"github": "antfu"
|
|
5591
|
+
}
|
|
5592
|
+
],
|
|
5593
|
+
"compatibility": {
|
|
5594
|
+
"nuxt": "^3.0.0",
|
|
5595
|
+
"requires": {}
|
|
5596
|
+
}
|
|
5597
|
+
},
|
|
5174
5598
|
{
|
|
5175
5599
|
"name": "vue-macros",
|
|
5176
5600
|
"description": "Explore and extend more macros and syntax sugar to Vue.",
|
|
@@ -5484,29 +5908,6 @@
|
|
|
5484
5908
|
}
|
|
5485
5909
|
}
|
|
5486
5910
|
},
|
|
5487
|
-
{
|
|
5488
|
-
"name": "web3js",
|
|
5489
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5490
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5491
|
-
"npm": "nuxt-web3",
|
|
5492
|
-
"icon": "web3js.svg",
|
|
5493
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5494
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5495
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5496
|
-
"category": "Libraries",
|
|
5497
|
-
"type": "3rd-party",
|
|
5498
|
-
"maintainers": [
|
|
5499
|
-
{
|
|
5500
|
-
"name": "Muhammad Fauzan",
|
|
5501
|
-
"github": "bl0cknumber",
|
|
5502
|
-
"twitter": "fncolon"
|
|
5503
|
-
}
|
|
5504
|
-
],
|
|
5505
|
-
"compatibility": {
|
|
5506
|
-
"nuxt": "^2.0.0",
|
|
5507
|
-
"requires": {}
|
|
5508
|
-
}
|
|
5509
|
-
},
|
|
5510
5911
|
{
|
|
5511
5912
|
"name": "webfontloader",
|
|
5512
5913
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5764,6 +6165,29 @@
|
|
|
5764
6165
|
"requires": {}
|
|
5765
6166
|
}
|
|
5766
6167
|
},
|
|
6168
|
+
{
|
|
6169
|
+
"name": "yandex-metrika-next",
|
|
6170
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
6171
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6172
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6173
|
+
"icon": "yandex-metrika.svg",
|
|
6174
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6175
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6176
|
+
"learn_more": "",
|
|
6177
|
+
"category": "Analytics",
|
|
6178
|
+
"type": "3rd-party",
|
|
6179
|
+
"maintainers": [
|
|
6180
|
+
{
|
|
6181
|
+
"name": "Aleksandr Saburov",
|
|
6182
|
+
"github": "artmizu",
|
|
6183
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6184
|
+
}
|
|
6185
|
+
],
|
|
6186
|
+
"compatibility": {
|
|
6187
|
+
"nuxt": "^3.0.0",
|
|
6188
|
+
"requires": {}
|
|
6189
|
+
}
|
|
6190
|
+
},
|
|
5767
6191
|
{
|
|
5768
6192
|
"name": "yandex-metrika",
|
|
5769
6193
|
"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-40e577",
|
|
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
|
}
|