@nuxt/modules 0.6.0-b3265d → 0.6.0-b46b57
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/modules.json +210 -29
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -124,29 +124,6 @@
|
|
|
124
124
|
"requires": {}
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
|
-
{
|
|
128
|
-
"name": "prometheus",
|
|
129
|
-
"description": "Prometheus metrics for NodeJS and a set of custom metrics for Nuxt applications",
|
|
130
|
-
"repo": "artmizu/nuxt-prometheus",
|
|
131
|
-
"npm": "@artmizu/nuxt-prometheus",
|
|
132
|
-
"icon": "prometheus.svg",
|
|
133
|
-
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
134
|
-
"website": "",
|
|
135
|
-
"learn_more": "",
|
|
136
|
-
"category": "Monitoring",
|
|
137
|
-
"type": "3rd-party",
|
|
138
|
-
"maintainers": [
|
|
139
|
-
{
|
|
140
|
-
"name": "Aleksandr Saburov",
|
|
141
|
-
"github": "artmizu",
|
|
142
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
143
|
-
}
|
|
144
|
-
],
|
|
145
|
-
"compatibility": {
|
|
146
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
147
|
-
"requires": {}
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
127
|
{
|
|
151
128
|
"name": "animejs",
|
|
152
129
|
"description": "Anime.js module for Nuxt.js",
|
|
@@ -176,7 +153,7 @@
|
|
|
176
153
|
"npm": "nuxt-api-party",
|
|
177
154
|
"icon": "api-party.svg",
|
|
178
155
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
179
|
-
"website": "https://
|
|
156
|
+
"website": "https://nuxt-api-party.jhnn.dev/",
|
|
180
157
|
"learn_more": "",
|
|
181
158
|
"category": "Request",
|
|
182
159
|
"type": "3rd-party",
|
|
@@ -1041,6 +1018,29 @@
|
|
|
1041
1018
|
"requires": {}
|
|
1042
1019
|
}
|
|
1043
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
|
+
},
|
|
1044
1044
|
{
|
|
1045
1045
|
"name": "directus",
|
|
1046
1046
|
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
@@ -1740,6 +1740,30 @@
|
|
|
1740
1740
|
"requires": {}
|
|
1741
1741
|
}
|
|
1742
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
|
+
},
|
|
1743
1767
|
{
|
|
1744
1768
|
"name": "gtm",
|
|
1745
1769
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -2394,7 +2418,7 @@
|
|
|
2394
2418
|
},
|
|
2395
2419
|
{
|
|
2396
2420
|
"name": "link-checker",
|
|
2397
|
-
"description": "",
|
|
2421
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2398
2422
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2399
2423
|
"npm": "nuxt-link-checker",
|
|
2400
2424
|
"icon": "",
|
|
@@ -2718,6 +2742,29 @@
|
|
|
2718
2742
|
"requires": {}
|
|
2719
2743
|
}
|
|
2720
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
|
+
},
|
|
2721
2768
|
{
|
|
2722
2769
|
"name": "moment",
|
|
2723
2770
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2928,6 +2975,28 @@
|
|
|
2928
2975
|
"requires": {}
|
|
2929
2976
|
}
|
|
2930
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
|
+
},
|
|
2931
3000
|
{
|
|
2932
3001
|
"name": "nuxt-graphql-middleware",
|
|
2933
3002
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3049,6 +3118,28 @@
|
|
|
3049
3118
|
"requires": {}
|
|
3050
3119
|
}
|
|
3051
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
|
+
},
|
|
3052
3143
|
{
|
|
3053
3144
|
"name": "nuxt-monaco-editor",
|
|
3054
3145
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3698,11 +3789,11 @@
|
|
|
3698
3789
|
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3699
3790
|
"repo": "artmizu/nuxt-prometheus",
|
|
3700
3791
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3701
|
-
"icon": "",
|
|
3792
|
+
"icon": "prometheus.svg",
|
|
3702
3793
|
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3703
3794
|
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3704
3795
|
"learn_more": "",
|
|
3705
|
-
"category": "
|
|
3796
|
+
"category": "Monitoring",
|
|
3706
3797
|
"type": "3rd-party",
|
|
3707
3798
|
"maintainers": [
|
|
3708
3799
|
{
|
|
@@ -3711,7 +3802,7 @@
|
|
|
3711
3802
|
}
|
|
3712
3803
|
],
|
|
3713
3804
|
"compatibility": {
|
|
3714
|
-
"nuxt": "^
|
|
3805
|
+
"nuxt": "^3.0.0",
|
|
3715
3806
|
"requires": {}
|
|
3716
3807
|
}
|
|
3717
3808
|
},
|
|
@@ -3852,6 +3943,28 @@
|
|
|
3852
3943
|
"requires": {}
|
|
3853
3944
|
}
|
|
3854
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
|
+
},
|
|
3855
3968
|
{
|
|
3856
3969
|
"name": "recaptcha",
|
|
3857
3970
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -4400,6 +4513,28 @@
|
|
|
4400
4513
|
"requires": {}
|
|
4401
4514
|
}
|
|
4402
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
|
+
},
|
|
4403
4538
|
{
|
|
4404
4539
|
"name": "snipcart",
|
|
4405
4540
|
"description": "Snipcart integration module for Nuxt.js",
|
|
@@ -4756,7 +4891,7 @@
|
|
|
4756
4891
|
}
|
|
4757
4892
|
],
|
|
4758
4893
|
"compatibility": {
|
|
4759
|
-
"nuxt": "^2.0.0",
|
|
4894
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4760
4895
|
"requires": {}
|
|
4761
4896
|
}
|
|
4762
4897
|
},
|
|
@@ -5338,6 +5473,29 @@
|
|
|
5338
5473
|
}
|
|
5339
5474
|
}
|
|
5340
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
|
+
},
|
|
5341
5499
|
{
|
|
5342
5500
|
"name": "user-agent",
|
|
5343
5501
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -6053,6 +6211,29 @@
|
|
|
6053
6211
|
"requires": {}
|
|
6054
6212
|
}
|
|
6055
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
|
+
},
|
|
6056
6237
|
{
|
|
6057
6238
|
"name": "yandex-metrika",
|
|
6058
6239
|
"description": "Yandex metrika Module for Nuxt.js",
|