@nuxt/modules 0.5.0-2a79b0 → 0.5.0-2e4001
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 -4
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -896,7 +896,7 @@
|
|
|
896
896
|
}
|
|
897
897
|
],
|
|
898
898
|
"compatibility": {
|
|
899
|
-
"nuxt": "^2.0.0",
|
|
899
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
900
900
|
"requires": {}
|
|
901
901
|
}
|
|
902
902
|
},
|
|
@@ -918,7 +918,7 @@
|
|
|
918
918
|
}
|
|
919
919
|
],
|
|
920
920
|
"compatibility": {
|
|
921
|
-
"nuxt": "^2.0.0",
|
|
921
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
922
922
|
"requires": {}
|
|
923
923
|
}
|
|
924
924
|
},
|
|
@@ -1024,6 +1024,30 @@
|
|
|
1024
1024
|
"requires": {}
|
|
1025
1025
|
}
|
|
1026
1026
|
},
|
|
1027
|
+
{
|
|
1028
|
+
"name": "element-plus",
|
|
1029
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
1030
|
+
"repo": "element-plus/element-plus-nuxt",
|
|
1031
|
+
"npm": "@element-plus/nuxt",
|
|
1032
|
+
"icon": "element-plus.svg",
|
|
1033
|
+
"github": "https://github.com/element-plus/element-plus",
|
|
1034
|
+
"website": "https://element-plus.org",
|
|
1035
|
+
"learn_more": "https://github.com/element-plus/element-plus-nuxt",
|
|
1036
|
+
"category": "UI",
|
|
1037
|
+
"type": "3rd-party",
|
|
1038
|
+
"maintainers": [
|
|
1039
|
+
{
|
|
1040
|
+
"name": "tolking",
|
|
1041
|
+
"github": "tolking"
|
|
1042
|
+
}
|
|
1043
|
+
],
|
|
1044
|
+
"compatibility": {
|
|
1045
|
+
"nuxt": "^3.0.0",
|
|
1046
|
+
"requires": {
|
|
1047
|
+
"bridge": "optional"
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1027
1051
|
{
|
|
1028
1052
|
"name": "emotion",
|
|
1029
1053
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
@@ -1548,6 +1572,28 @@
|
|
|
1548
1572
|
"requires": {}
|
|
1549
1573
|
}
|
|
1550
1574
|
},
|
|
1575
|
+
{
|
|
1576
|
+
"name": "graphql-server",
|
|
1577
|
+
"description": "Easy GraphQL server implementation with Nuxt",
|
|
1578
|
+
"repo": "tobiasdiez/nuxt-graphql-server",
|
|
1579
|
+
"npm": "nuxt-graphql-server",
|
|
1580
|
+
"icon": "",
|
|
1581
|
+
"github": "https://github.com/tobiasdiez/nuxt-graphql-server",
|
|
1582
|
+
"website": "https://github.com/tobiasdiez/nuxt-graphql-server",
|
|
1583
|
+
"learn_more": "",
|
|
1584
|
+
"category": "Request",
|
|
1585
|
+
"type": "3rd-party",
|
|
1586
|
+
"maintainers": [
|
|
1587
|
+
{
|
|
1588
|
+
"name": "tobiasdiez",
|
|
1589
|
+
"github": "tobiasdiez"
|
|
1590
|
+
}
|
|
1591
|
+
],
|
|
1592
|
+
"compatibility": {
|
|
1593
|
+
"nuxt": "^3.0.0",
|
|
1594
|
+
"requires": {}
|
|
1595
|
+
}
|
|
1596
|
+
},
|
|
1551
1597
|
{
|
|
1552
1598
|
"name": "gtm",
|
|
1553
1599
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -2057,12 +2103,12 @@
|
|
|
2057
2103
|
"type": "3rd-party",
|
|
2058
2104
|
"maintainers": [
|
|
2059
2105
|
{
|
|
2060
|
-
"name": "
|
|
2106
|
+
"name": "Patrick Cate",
|
|
2061
2107
|
"github": "patrickcate"
|
|
2062
2108
|
}
|
|
2063
2109
|
],
|
|
2064
2110
|
"compatibility": {
|
|
2065
|
-
"nuxt": "^2.0.0",
|
|
2111
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2066
2112
|
"requires": {}
|
|
2067
2113
|
}
|
|
2068
2114
|
},
|
|
@@ -2200,6 +2246,30 @@
|
|
|
2200
2246
|
"requires": {}
|
|
2201
2247
|
}
|
|
2202
2248
|
},
|
|
2249
|
+
{
|
|
2250
|
+
"name": "link-checker",
|
|
2251
|
+
"description": "",
|
|
2252
|
+
"repo": "harlan-zw/nuxt-link-checker",
|
|
2253
|
+
"npm": "nuxt-link-checker",
|
|
2254
|
+
"icon": "",
|
|
2255
|
+
"github": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2256
|
+
"website": "https://github.com/harlan-zw/nuxt-link-checker",
|
|
2257
|
+
"learn_more": "",
|
|
2258
|
+
"category": "SEO",
|
|
2259
|
+
"type": "3rd-party",
|
|
2260
|
+
"maintainers": [
|
|
2261
|
+
{
|
|
2262
|
+
"name": "Harlan Wilton",
|
|
2263
|
+
"github": "harlan-zw",
|
|
2264
|
+
"twitter": "harlan_zw",
|
|
2265
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
2266
|
+
}
|
|
2267
|
+
],
|
|
2268
|
+
"compatibility": {
|
|
2269
|
+
"nuxt": "^3.0.0",
|
|
2270
|
+
"requires": {}
|
|
2271
|
+
}
|
|
2272
|
+
},
|
|
2203
2273
|
{
|
|
2204
2274
|
"name": "localforage",
|
|
2205
2275
|
"description": "LocalForage is a fast and simple storage library for JavaScript",
|
|
@@ -2733,6 +2803,29 @@
|
|
|
2733
2803
|
}
|
|
2734
2804
|
}
|
|
2735
2805
|
},
|
|
2806
|
+
{
|
|
2807
|
+
"name": "nuxt-localtunnel",
|
|
2808
|
+
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
2809
|
+
"repo": "nuxtus/localtunnel",
|
|
2810
|
+
"npm": "@nuxtus/nuxt-localtunnel",
|
|
2811
|
+
"icon": "nuxt-localtunnel.svg",
|
|
2812
|
+
"github": "https://github.com/nuxtus/localtunnel",
|
|
2813
|
+
"website": "https://nuxtus.com",
|
|
2814
|
+
"learn_more": "https://docs.nuxtus.com/#/localtunnel",
|
|
2815
|
+
"category": "Devtools",
|
|
2816
|
+
"type": "3rd-party",
|
|
2817
|
+
"maintainers": [
|
|
2818
|
+
{
|
|
2819
|
+
"name": "Craig Harman",
|
|
2820
|
+
"github": "craigharman",
|
|
2821
|
+
"twitter": "craig_harman"
|
|
2822
|
+
}
|
|
2823
|
+
],
|
|
2824
|
+
"compatibility": {
|
|
2825
|
+
"nuxt": "^3.0.0",
|
|
2826
|
+
"requires": {}
|
|
2827
|
+
}
|
|
2828
|
+
},
|
|
2736
2829
|
{
|
|
2737
2830
|
"name": "nuxt-monaco-editor",
|
|
2738
2831
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3031,6 +3124,30 @@
|
|
|
3031
3124
|
"requires": {}
|
|
3032
3125
|
}
|
|
3033
3126
|
},
|
|
3127
|
+
{
|
|
3128
|
+
"name": "og-image",
|
|
3129
|
+
"description": "Easily generate dynamic social share images.",
|
|
3130
|
+
"repo": "harlan-zw/nuxt-og-image",
|
|
3131
|
+
"npm": "nuxt-og-image",
|
|
3132
|
+
"icon": "",
|
|
3133
|
+
"github": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3134
|
+
"website": "https://github.com/harlan-zw/nuxt-og-image",
|
|
3135
|
+
"learn_more": "",
|
|
3136
|
+
"category": "SEO",
|
|
3137
|
+
"type": "3rd-party",
|
|
3138
|
+
"maintainers": [
|
|
3139
|
+
{
|
|
3140
|
+
"name": "Harlan Wilton",
|
|
3141
|
+
"github": "harlan-zw",
|
|
3142
|
+
"twitter": "harlan_zw",
|
|
3143
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3144
|
+
}
|
|
3145
|
+
],
|
|
3146
|
+
"compatibility": {
|
|
3147
|
+
"nuxt": "^3.0.0",
|
|
3148
|
+
"requires": {}
|
|
3149
|
+
}
|
|
3150
|
+
},
|
|
3034
3151
|
{
|
|
3035
3152
|
"name": "onesignal",
|
|
3036
3153
|
"description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
|
|
@@ -3694,6 +3811,28 @@
|
|
|
3694
3811
|
"requires": {}
|
|
3695
3812
|
}
|
|
3696
3813
|
},
|
|
3814
|
+
{
|
|
3815
|
+
"name": "seo-kit",
|
|
3816
|
+
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3817
|
+
"repo": "harlan-zw/nuxt-seo-kit",
|
|
3818
|
+
"npm": "nuxt-seo-kit",
|
|
3819
|
+
"icon": "seo-kit.svg",
|
|
3820
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
3821
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
3822
|
+
"learn_more": "",
|
|
3823
|
+
"category": "SEO",
|
|
3824
|
+
"type": "3rd-party",
|
|
3825
|
+
"maintainers": [
|
|
3826
|
+
{
|
|
3827
|
+
"name": "harlan-zw",
|
|
3828
|
+
"github": "harlan-zw"
|
|
3829
|
+
}
|
|
3830
|
+
],
|
|
3831
|
+
"compatibility": {
|
|
3832
|
+
"nuxt": "^3.0.0",
|
|
3833
|
+
"requires": {}
|
|
3834
|
+
}
|
|
3835
|
+
},
|
|
3697
3836
|
{
|
|
3698
3837
|
"name": "seo-meta",
|
|
3699
3838
|
"description": "Simple generate seo metadata",
|
|
@@ -3852,6 +3991,54 @@
|
|
|
3852
3991
|
"requires": {}
|
|
3853
3992
|
}
|
|
3854
3993
|
},
|
|
3994
|
+
{
|
|
3995
|
+
"name": "simple-robots",
|
|
3996
|
+
"description": "Simply manage the robots crawling your Nuxt app.",
|
|
3997
|
+
"repo": "harlan-zw/nuxt-simple-robots",
|
|
3998
|
+
"npm": "nuxt-simple-robots",
|
|
3999
|
+
"icon": "",
|
|
4000
|
+
"github": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4001
|
+
"website": "https://github.com/harlan-zw/nuxt-simple-robots",
|
|
4002
|
+
"learn_more": "",
|
|
4003
|
+
"category": "SEO",
|
|
4004
|
+
"type": "3rd-party",
|
|
4005
|
+
"maintainers": [
|
|
4006
|
+
{
|
|
4007
|
+
"name": "Harlan Wilton",
|
|
4008
|
+
"github": "harlan-zw",
|
|
4009
|
+
"twitter": "harlan_zw",
|
|
4010
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4011
|
+
}
|
|
4012
|
+
],
|
|
4013
|
+
"compatibility": {
|
|
4014
|
+
"nuxt": "^3.0.0",
|
|
4015
|
+
"requires": {}
|
|
4016
|
+
}
|
|
4017
|
+
},
|
|
4018
|
+
{
|
|
4019
|
+
"name": "simple-sitemap",
|
|
4020
|
+
"description": "Simple, minimal sitemap.xml generation.",
|
|
4021
|
+
"repo": "harlan-zw/nuxt-simple-sitemap",
|
|
4022
|
+
"npm": "nuxt-simple-sitemap",
|
|
4023
|
+
"icon": "",
|
|
4024
|
+
"github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4025
|
+
"website": "https://github.com/harlan-zw/nuxt-simple-sitemap",
|
|
4026
|
+
"learn_more": "",
|
|
4027
|
+
"category": "SEO",
|
|
4028
|
+
"type": "3rd-party",
|
|
4029
|
+
"maintainers": [
|
|
4030
|
+
{
|
|
4031
|
+
"name": "Harlan Wilton",
|
|
4032
|
+
"github": "harlan-zw",
|
|
4033
|
+
"twitter": "harlan_zw",
|
|
4034
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4035
|
+
}
|
|
4036
|
+
],
|
|
4037
|
+
"compatibility": {
|
|
4038
|
+
"nuxt": "^3.0.0",
|
|
4039
|
+
"requires": {}
|
|
4040
|
+
}
|
|
4041
|
+
},
|
|
3855
4042
|
{
|
|
3856
4043
|
"name": "sitemap",
|
|
3857
4044
|
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
|
|
@@ -4666,6 +4853,28 @@
|
|
|
4666
4853
|
}
|
|
4667
4854
|
}
|
|
4668
4855
|
},
|
|
4856
|
+
{
|
|
4857
|
+
"name": "unhead",
|
|
4858
|
+
"description": "Experimental features for Nuxt SEO / head management.",
|
|
4859
|
+
"repo": "harlan-zw/nuxt-unhead",
|
|
4860
|
+
"npm": "nuxt-unhead",
|
|
4861
|
+
"icon": "",
|
|
4862
|
+
"github": "https://github.com/harlan-zw/nuxt-unhead",
|
|
4863
|
+
"website": "https://github.com/harlan-zw/nuxt-unhead",
|
|
4864
|
+
"learn_more": "",
|
|
4865
|
+
"category": "SEO",
|
|
4866
|
+
"type": "3rd-party",
|
|
4867
|
+
"maintainers": [
|
|
4868
|
+
{
|
|
4869
|
+
"name": "harlan-zw",
|
|
4870
|
+
"github": "harlan-zw"
|
|
4871
|
+
}
|
|
4872
|
+
],
|
|
4873
|
+
"compatibility": {
|
|
4874
|
+
"nuxt": "^3.0.0",
|
|
4875
|
+
"requires": {}
|
|
4876
|
+
}
|
|
4877
|
+
},
|
|
4669
4878
|
{
|
|
4670
4879
|
"name": "universal-storage",
|
|
4671
4880
|
"description": "Universal Storage Utilities for Nuxt.js",
|
|
@@ -4813,6 +5022,31 @@
|
|
|
4813
5022
|
"requires": {}
|
|
4814
5023
|
}
|
|
4815
5024
|
},
|
|
5025
|
+
{
|
|
5026
|
+
"name": "vue-macros",
|
|
5027
|
+
"description": "Explore and extend more macros and syntax sugar to Vue.",
|
|
5028
|
+
"repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
|
|
5029
|
+
"npm": "@vue-macros/nuxt",
|
|
5030
|
+
"icon": "vue-macros.svg",
|
|
5031
|
+
"github": "https://github.com/sxzz/unplugin-vue-macros",
|
|
5032
|
+
"website": "https://vue-macros.sxzz.moe",
|
|
5033
|
+
"learn_more": "https://github.com/sxzz/unplugin-vue-macros",
|
|
5034
|
+
"category": "Extensions",
|
|
5035
|
+
"type": "3rd-party",
|
|
5036
|
+
"maintainers": [
|
|
5037
|
+
{
|
|
5038
|
+
"name": "三咲智子 Kevin Deng",
|
|
5039
|
+
"github": "sxzz",
|
|
5040
|
+
"twitter": "sanxiaozhizi"
|
|
5041
|
+
}
|
|
5042
|
+
],
|
|
5043
|
+
"compatibility": {
|
|
5044
|
+
"nuxt": "^3.0.0",
|
|
5045
|
+
"requires": {
|
|
5046
|
+
"bridge": "optional"
|
|
5047
|
+
}
|
|
5048
|
+
}
|
|
5049
|
+
},
|
|
4816
5050
|
{
|
|
4817
5051
|
"name": "vue-material",
|
|
4818
5052
|
"description": "Module to join nuxt and vue-material framework so you can build well-designed apps with dynamic themes and components with an ease-to-use API.",
|