@nuxt/modules 0.6.0-2c617f → 0.6.0-31b2f3
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 +238 -9
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
250
250
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
251
251
|
"learn_more": "",
|
|
252
|
-
"category": "
|
|
252
|
+
"category": "Database",
|
|
253
253
|
"type": "3rd-party",
|
|
254
254
|
"maintainers": [
|
|
255
255
|
{
|
|
@@ -551,11 +551,11 @@
|
|
|
551
551
|
{
|
|
552
552
|
"name": "chatwoot",
|
|
553
553
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
554
|
-
"repo": "
|
|
555
|
-
"npm": "@
|
|
554
|
+
"repo": "productdevbookcom/chatwoot",
|
|
555
|
+
"npm": "@productdevbook/chatwoot",
|
|
556
556
|
"icon": "chatwoot.png",
|
|
557
|
-
"github": "https://github.com/
|
|
558
|
-
"website": "https://github.com/
|
|
557
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
558
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
559
559
|
"learn_more": "https://www.chatwoot.com",
|
|
560
560
|
"category": "Libraries",
|
|
561
561
|
"type": "3rd-party",
|
|
@@ -929,11 +929,11 @@
|
|
|
929
929
|
}
|
|
930
930
|
},
|
|
931
931
|
{
|
|
932
|
-
"name": "datocms",
|
|
933
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
932
|
+
"name": "datocms-nuxt2",
|
|
933
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
934
934
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
935
935
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
936
|
-
"icon": "datocms.
|
|
936
|
+
"icon": "datocms.svg",
|
|
937
937
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
938
938
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
939
939
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -950,6 +950,30 @@
|
|
|
950
950
|
"requires": {}
|
|
951
951
|
}
|
|
952
952
|
},
|
|
953
|
+
{
|
|
954
|
+
"name": "datocms",
|
|
955
|
+
"description": "DatoCMS module for Nuxt",
|
|
956
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
957
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
958
|
+
"icon": "datocms.svg",
|
|
959
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
960
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
961
|
+
"learn_more": "https://www.datocms.com/",
|
|
962
|
+
"category": "CMS",
|
|
963
|
+
"type": "3rd-party",
|
|
964
|
+
"maintainers": [
|
|
965
|
+
{
|
|
966
|
+
"name": "Jamie Warburton",
|
|
967
|
+
"github": "jamiewarb",
|
|
968
|
+
"twitter": "jamiewarb",
|
|
969
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
970
|
+
}
|
|
971
|
+
],
|
|
972
|
+
"compatibility": {
|
|
973
|
+
"nuxt": "^3.0.0",
|
|
974
|
+
"requires": {}
|
|
975
|
+
}
|
|
976
|
+
},
|
|
953
977
|
{
|
|
954
978
|
"name": "dayjs",
|
|
955
979
|
"description": "The best way for use Day.js easily in your Nuxt.js project.",
|
|
@@ -1018,6 +1042,29 @@
|
|
|
1018
1042
|
"requires": {}
|
|
1019
1043
|
}
|
|
1020
1044
|
},
|
|
1045
|
+
{
|
|
1046
|
+
"name": "devtools",
|
|
1047
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1048
|
+
"repo": "nuxt/devtools#main",
|
|
1049
|
+
"npm": "@nuxt/devtools",
|
|
1050
|
+
"icon": "nuxt.png",
|
|
1051
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1052
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1053
|
+
"learn_more": "",
|
|
1054
|
+
"category": "Devtools",
|
|
1055
|
+
"type": "official",
|
|
1056
|
+
"maintainers": [
|
|
1057
|
+
{
|
|
1058
|
+
"name": "Anthony Fu",
|
|
1059
|
+
"github": "antfu",
|
|
1060
|
+
"twitter": "antfu7"
|
|
1061
|
+
}
|
|
1062
|
+
],
|
|
1063
|
+
"compatibility": {
|
|
1064
|
+
"nuxt": "^3.0.0",
|
|
1065
|
+
"requires": {}
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
1021
1068
|
{
|
|
1022
1069
|
"name": "directus",
|
|
1023
1070
|
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
@@ -1717,6 +1764,30 @@
|
|
|
1717
1764
|
"requires": {}
|
|
1718
1765
|
}
|
|
1719
1766
|
},
|
|
1767
|
+
{
|
|
1768
|
+
"name": "gtag",
|
|
1769
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1770
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1771
|
+
"npm": "nuxt-gtag",
|
|
1772
|
+
"icon": "gtag.svg",
|
|
1773
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1774
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1775
|
+
"learn_more": "",
|
|
1776
|
+
"category": "Analytics",
|
|
1777
|
+
"type": "3rd-party",
|
|
1778
|
+
"maintainers": [
|
|
1779
|
+
{
|
|
1780
|
+
"name": "Johann Schopplich",
|
|
1781
|
+
"github": "johannschopplich",
|
|
1782
|
+
"twitter": "jschopplich",
|
|
1783
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1784
|
+
}
|
|
1785
|
+
],
|
|
1786
|
+
"compatibility": {
|
|
1787
|
+
"nuxt": "^3.0.0",
|
|
1788
|
+
"requires": {}
|
|
1789
|
+
}
|
|
1790
|
+
},
|
|
1720
1791
|
{
|
|
1721
1792
|
"name": "gtm",
|
|
1722
1793
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -2695,6 +2766,29 @@
|
|
|
2695
2766
|
"requires": {}
|
|
2696
2767
|
}
|
|
2697
2768
|
},
|
|
2769
|
+
{
|
|
2770
|
+
"name": "module-feed",
|
|
2771
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
2772
|
+
"repo": "tresko/nuxt-module-feed",
|
|
2773
|
+
"npm": "nuxt-module-feed",
|
|
2774
|
+
"icon": "",
|
|
2775
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
2776
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
2777
|
+
"learn_more": "",
|
|
2778
|
+
"category": "SEO",
|
|
2779
|
+
"type": "3rd-party",
|
|
2780
|
+
"maintainers": [
|
|
2781
|
+
{
|
|
2782
|
+
"name": "Miha Sedej",
|
|
2783
|
+
"github": "tresko",
|
|
2784
|
+
"twitter": "mihasedej"
|
|
2785
|
+
}
|
|
2786
|
+
],
|
|
2787
|
+
"compatibility": {
|
|
2788
|
+
"nuxt": "^3.0.0",
|
|
2789
|
+
"requires": {}
|
|
2790
|
+
}
|
|
2791
|
+
},
|
|
2698
2792
|
{
|
|
2699
2793
|
"name": "moment",
|
|
2700
2794
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2905,6 +2999,28 @@
|
|
|
2905
2999
|
"requires": {}
|
|
2906
3000
|
}
|
|
2907
3001
|
},
|
|
3002
|
+
{
|
|
3003
|
+
"name": "nuxt-chatgpt",
|
|
3004
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3005
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3006
|
+
"npm": "nuxt-chatgpt",
|
|
3007
|
+
"icon": "chatgpt.svg",
|
|
3008
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3009
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3010
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3011
|
+
"category": "Libraries",
|
|
3012
|
+
"type": "3rd-party",
|
|
3013
|
+
"maintainers": [
|
|
3014
|
+
{
|
|
3015
|
+
"name": "Oliver Trajceski",
|
|
3016
|
+
"github": "schnapsterdog"
|
|
3017
|
+
}
|
|
3018
|
+
],
|
|
3019
|
+
"compatibility": {
|
|
3020
|
+
"nuxt": "^3.0.0",
|
|
3021
|
+
"requires": {}
|
|
3022
|
+
}
|
|
3023
|
+
},
|
|
2908
3024
|
{
|
|
2909
3025
|
"name": "nuxt-graphql-middleware",
|
|
2910
3026
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3368,6 +3484,28 @@
|
|
|
3368
3484
|
"requires": {}
|
|
3369
3485
|
}
|
|
3370
3486
|
},
|
|
3487
|
+
{
|
|
3488
|
+
"name": "nuxt-vuetify",
|
|
3489
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
|
|
3490
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3491
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3492
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3493
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3494
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3495
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3496
|
+
"category": "UI",
|
|
3497
|
+
"type": "3rd-party",
|
|
3498
|
+
"maintainers": [
|
|
3499
|
+
{
|
|
3500
|
+
"name": "Jens van Hellemondt",
|
|
3501
|
+
"github": "invictus-codes"
|
|
3502
|
+
}
|
|
3503
|
+
],
|
|
3504
|
+
"compatibility": {
|
|
3505
|
+
"nuxt": "^3.0.0",
|
|
3506
|
+
"requires": {}
|
|
3507
|
+
}
|
|
3508
|
+
},
|
|
3371
3509
|
{
|
|
3372
3510
|
"name": "nuxt7",
|
|
3373
3511
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3851,6 +3989,28 @@
|
|
|
3851
3989
|
"requires": {}
|
|
3852
3990
|
}
|
|
3853
3991
|
},
|
|
3992
|
+
{
|
|
3993
|
+
"name": "quasar",
|
|
3994
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
3995
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
3996
|
+
"npm": "nuxt-quasar-ui",
|
|
3997
|
+
"icon": "quasar.svg",
|
|
3998
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
3999
|
+
"website": "https://quasar.dev/",
|
|
4000
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4001
|
+
"category": "UI",
|
|
4002
|
+
"type": "3rd-party",
|
|
4003
|
+
"maintainers": [
|
|
4004
|
+
{
|
|
4005
|
+
"name": "Ege İliklier",
|
|
4006
|
+
"github": "Maiquu"
|
|
4007
|
+
}
|
|
4008
|
+
],
|
|
4009
|
+
"compatibility": {
|
|
4010
|
+
"nuxt": "^3.0.0",
|
|
4011
|
+
"requires": {}
|
|
4012
|
+
}
|
|
4013
|
+
},
|
|
3854
4014
|
{
|
|
3855
4015
|
"name": "recaptcha",
|
|
3856
4016
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -4430,7 +4590,7 @@
|
|
|
4430
4590
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4431
4591
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4432
4592
|
"learn_more": "https://snipcart.com",
|
|
4433
|
-
"category": "
|
|
4593
|
+
"category": "Ecommerce",
|
|
4434
4594
|
"type": "community",
|
|
4435
4595
|
"maintainers": [
|
|
4436
4596
|
{
|
|
@@ -5450,6 +5610,30 @@
|
|
|
5450
5610
|
}
|
|
5451
5611
|
}
|
|
5452
5612
|
},
|
|
5613
|
+
{
|
|
5614
|
+
"name": "varlet",
|
|
5615
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
5616
|
+
"repo": "varletjs/varlet-nuxt",
|
|
5617
|
+
"npm": "@varlet/nuxt",
|
|
5618
|
+
"icon": "varlet.svg",
|
|
5619
|
+
"github": "https://github.com/varletjs/varlet",
|
|
5620
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
5621
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
5622
|
+
"category": "UI",
|
|
5623
|
+
"type": "3rd-party",
|
|
5624
|
+
"maintainers": [
|
|
5625
|
+
{
|
|
5626
|
+
"name": "zhangmo8",
|
|
5627
|
+
"github": "zhangmo8"
|
|
5628
|
+
}
|
|
5629
|
+
],
|
|
5630
|
+
"compatibility": {
|
|
5631
|
+
"nuxt": "^3.0.0",
|
|
5632
|
+
"requires": {
|
|
5633
|
+
"bridge": "optional"
|
|
5634
|
+
}
|
|
5635
|
+
}
|
|
5636
|
+
},
|
|
5453
5637
|
{
|
|
5454
5638
|
"name": "vendor",
|
|
5455
5639
|
"description": "directly serve node_modules",
|
|
@@ -5806,6 +5990,29 @@
|
|
|
5806
5990
|
"requires": {}
|
|
5807
5991
|
}
|
|
5808
5992
|
},
|
|
5993
|
+
{
|
|
5994
|
+
"name": "vunix",
|
|
5995
|
+
"description": "Comprehensive UI toolkit for Vue.js and Nuxt.js that empowers you to build amazing user interfaces with ease. With Vunix, you can leverage the power of popular utility-first CSS frameworks like Tailwind CSS, Unocss, WindiCss, or use your own custom CSS classes.",
|
|
5996
|
+
"repo": "gaetansenn/vunix",
|
|
5997
|
+
"npm": "vunix",
|
|
5998
|
+
"icon": "",
|
|
5999
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6000
|
+
"website": "https://vunix.dewib.com/",
|
|
6001
|
+
"learn_more": "",
|
|
6002
|
+
"category": "UI",
|
|
6003
|
+
"type": "3rd-party",
|
|
6004
|
+
"maintainers": [
|
|
6005
|
+
{
|
|
6006
|
+
"name": "Gaetan SENN",
|
|
6007
|
+
"github": "gaetansenn",
|
|
6008
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6009
|
+
}
|
|
6010
|
+
],
|
|
6011
|
+
"compatibility": {
|
|
6012
|
+
"nuxt": "^3.0.0",
|
|
6013
|
+
"requires": {}
|
|
6014
|
+
}
|
|
6015
|
+
},
|
|
5809
6016
|
{
|
|
5810
6017
|
"name": "web-vitals",
|
|
5811
6018
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5954,6 +6161,28 @@
|
|
|
5954
6161
|
"requires": {}
|
|
5955
6162
|
}
|
|
5956
6163
|
},
|
|
6164
|
+
{
|
|
6165
|
+
"name": "well-known",
|
|
6166
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6167
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6168
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6169
|
+
"icon": "well-known.svg",
|
|
6170
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6171
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6172
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6173
|
+
"category": "SEO",
|
|
6174
|
+
"type": "3rd-party",
|
|
6175
|
+
"maintainers": [
|
|
6176
|
+
{
|
|
6177
|
+
"name": "Zadig&Voltaire Team",
|
|
6178
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6179
|
+
}
|
|
6180
|
+
],
|
|
6181
|
+
"compatibility": {
|
|
6182
|
+
"nuxt": "^3.0.0",
|
|
6183
|
+
"requires": {}
|
|
6184
|
+
}
|
|
6185
|
+
},
|
|
5957
6186
|
{
|
|
5958
6187
|
"name": "windicss",
|
|
5959
6188
|
"description": "Next generation utility-first CSS framework.",
|