@nuxt/modules 0.6.0-90586f → 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 +415 -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,29 @@
|
|
|
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
|
+
},
|
|
765
838
|
{
|
|
766
839
|
"name": "csurf",
|
|
767
840
|
"description": "Cross-Site Request Forgery (CSRF) Prevention for Nuxt",
|
|
@@ -1047,6 +1120,28 @@
|
|
|
1047
1120
|
"requires": {}
|
|
1048
1121
|
}
|
|
1049
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
|
+
},
|
|
1050
1145
|
{
|
|
1051
1146
|
"name": "element-plus",
|
|
1052
1147
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1117,7 +1212,7 @@
|
|
|
1117
1212
|
}
|
|
1118
1213
|
],
|
|
1119
1214
|
"compatibility": {
|
|
1120
|
-
"nuxt": "^2.0.0",
|
|
1215
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1121
1216
|
"requires": {}
|
|
1122
1217
|
}
|
|
1123
1218
|
},
|
|
@@ -1622,6 +1717,30 @@
|
|
|
1622
1717
|
"requires": {}
|
|
1623
1718
|
}
|
|
1624
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
|
+
},
|
|
1625
1744
|
{
|
|
1626
1745
|
"name": "gtm",
|
|
1627
1746
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -2276,7 +2395,7 @@
|
|
|
2276
2395
|
},
|
|
2277
2396
|
{
|
|
2278
2397
|
"name": "link-checker",
|
|
2279
|
-
"description": "",
|
|
2398
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2280
2399
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2281
2400
|
"npm": "nuxt-link-checker",
|
|
2282
2401
|
"icon": "",
|
|
@@ -2506,6 +2625,31 @@
|
|
|
2506
2625
|
"requires": {}
|
|
2507
2626
|
}
|
|
2508
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
|
+
},
|
|
2509
2653
|
{
|
|
2510
2654
|
"name": "meilisearch",
|
|
2511
2655
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2785,6 +2929,28 @@
|
|
|
2785
2929
|
"requires": {}
|
|
2786
2930
|
}
|
|
2787
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
|
+
},
|
|
2788
2954
|
{
|
|
2789
2955
|
"name": "nuxt-graphql-middleware",
|
|
2790
2956
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2906,6 +3072,28 @@
|
|
|
2906
3072
|
"requires": {}
|
|
2907
3073
|
}
|
|
2908
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
|
+
},
|
|
2909
3097
|
{
|
|
2910
3098
|
"name": "nuxt-monaco-editor",
|
|
2911
3099
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -2928,6 +3116,29 @@
|
|
|
2928
3116
|
"requires": {}
|
|
2929
3117
|
}
|
|
2930
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
|
+
},
|
|
2931
3142
|
{
|
|
2932
3143
|
"name": "nuxt-pino-log",
|
|
2933
3144
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3527,6 +3738,28 @@
|
|
|
3527
3738
|
"requires": {}
|
|
3528
3739
|
}
|
|
3529
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
|
+
},
|
|
3530
3763
|
{
|
|
3531
3764
|
"name": "protected-mailto",
|
|
3532
3765
|
"description": "Nuxt component to generate encoded mailto links",
|
|
@@ -3964,7 +4197,7 @@
|
|
|
3964
4197
|
{
|
|
3965
4198
|
"name": "seo-kit",
|
|
3966
4199
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3967
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4200
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
3968
4201
|
"npm": "nuxt-seo-kit",
|
|
3969
4202
|
"icon": "seo-kit.svg",
|
|
3970
4203
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4212,26 +4445,48 @@
|
|
|
4212
4445
|
"requires": {}
|
|
4213
4446
|
}
|
|
4214
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
|
+
},
|
|
4215
4470
|
{
|
|
4216
4471
|
"name": "snipcart",
|
|
4217
4472
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4218
|
-
"repo": "nuxt-
|
|
4473
|
+
"repo": "nuxt-modules/snipcart",
|
|
4219
4474
|
"npm": "@nuxtjs/snipcart",
|
|
4220
4475
|
"icon": "snipcart.png",
|
|
4221
|
-
"github": "https://github.com/nuxt-
|
|
4222
|
-
"website": "https://github.com/nuxt-
|
|
4223
|
-
"learn_more": "",
|
|
4476
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4477
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4478
|
+
"learn_more": "https://snipcart.com",
|
|
4224
4479
|
"category": "Payment",
|
|
4225
4480
|
"type": "community",
|
|
4226
4481
|
"maintainers": [
|
|
4227
4482
|
{
|
|
4228
4483
|
"name": "Florent GIRAUD",
|
|
4229
|
-
"github": "
|
|
4230
|
-
"twitter": "
|
|
4484
|
+
"github": "flozero",
|
|
4485
|
+
"twitter": "flozeroo"
|
|
4231
4486
|
}
|
|
4232
4487
|
],
|
|
4233
4488
|
"compatibility": {
|
|
4234
|
-
"nuxt": "^2.0.0",
|
|
4489
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4235
4490
|
"requires": {}
|
|
4236
4491
|
}
|
|
4237
4492
|
},
|
|
@@ -4568,7 +4823,7 @@
|
|
|
4568
4823
|
}
|
|
4569
4824
|
],
|
|
4570
4825
|
"compatibility": {
|
|
4571
|
-
"nuxt": "^2.0.0",
|
|
4826
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4572
4827
|
"requires": {}
|
|
4573
4828
|
}
|
|
4574
4829
|
},
|
|
@@ -4739,6 +4994,29 @@
|
|
|
4739
4994
|
"requires": {}
|
|
4740
4995
|
}
|
|
4741
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
|
+
},
|
|
4742
5020
|
{
|
|
4743
5021
|
"name": "tailwindcss",
|
|
4744
5022
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -5127,6 +5405,29 @@
|
|
|
5127
5405
|
}
|
|
5128
5406
|
}
|
|
5129
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
|
+
},
|
|
5130
5431
|
{
|
|
5131
5432
|
"name": "user-agent",
|
|
5132
5433
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5171,6 +5472,30 @@
|
|
|
5171
5472
|
"requires": {}
|
|
5172
5473
|
}
|
|
5173
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
|
+
},
|
|
5174
5499
|
{
|
|
5175
5500
|
"name": "vendor",
|
|
5176
5501
|
"description": "directly serve node_modules",
|
|
@@ -5194,6 +5519,60 @@
|
|
|
5194
5519
|
"requires": {}
|
|
5195
5520
|
}
|
|
5196
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
|
+
},
|
|
5197
5576
|
{
|
|
5198
5577
|
"name": "vue-macros",
|
|
5199
5578
|
"description": "Explore and extend more macros and syntax sugar to Vue.",
|
|
@@ -5507,29 +5886,6 @@
|
|
|
5507
5886
|
}
|
|
5508
5887
|
}
|
|
5509
5888
|
},
|
|
5510
|
-
{
|
|
5511
|
-
"name": "web3js",
|
|
5512
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5513
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5514
|
-
"npm": "nuxt-web3",
|
|
5515
|
-
"icon": "web3js.svg",
|
|
5516
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5517
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5518
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5519
|
-
"category": "Libraries",
|
|
5520
|
-
"type": "3rd-party",
|
|
5521
|
-
"maintainers": [
|
|
5522
|
-
{
|
|
5523
|
-
"name": "Muhammad Fauzan",
|
|
5524
|
-
"github": "bl0cknumber",
|
|
5525
|
-
"twitter": "fncolon"
|
|
5526
|
-
}
|
|
5527
|
-
],
|
|
5528
|
-
"compatibility": {
|
|
5529
|
-
"nuxt": "^2.0.0",
|
|
5530
|
-
"requires": {}
|
|
5531
|
-
}
|
|
5532
|
-
},
|
|
5533
5889
|
{
|
|
5534
5890
|
"name": "webfontloader",
|
|
5535
5891
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5787,6 +6143,29 @@
|
|
|
5787
6143
|
"requires": {}
|
|
5788
6144
|
}
|
|
5789
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
|
+
},
|
|
5790
6169
|
{
|
|
5791
6170
|
"name": "yandex-metrika",
|
|
5792
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
|
}
|