@nuxt/modules 0.5.0-85ac00 → 0.5.0-8a94a3
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 +73 -27
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -73,8 +73,10 @@
|
|
|
73
73
|
}
|
|
74
74
|
],
|
|
75
75
|
"compatibility": {
|
|
76
|
-
"nuxt": "^3.0.0",
|
|
77
|
-
"requires": {
|
|
76
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
77
|
+
"requires": {
|
|
78
|
+
"bridge": true
|
|
79
|
+
}
|
|
78
80
|
}
|
|
79
81
|
},
|
|
80
82
|
{
|
|
@@ -660,10 +662,10 @@
|
|
|
660
662
|
},
|
|
661
663
|
{
|
|
662
664
|
"name": "content",
|
|
663
|
-
"description": "
|
|
664
|
-
"repo": "nuxt/content#main
|
|
665
|
+
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
666
|
+
"repo": "nuxt/content#main",
|
|
665
667
|
"npm": "@nuxt/content",
|
|
666
|
-
"icon": "
|
|
668
|
+
"icon": "nuxt.png",
|
|
667
669
|
"github": "https://github.com/nuxt/content",
|
|
668
670
|
"website": "https://content.nuxtjs.org",
|
|
669
671
|
"learn_more": "",
|
|
@@ -671,9 +673,14 @@
|
|
|
671
673
|
"type": "official",
|
|
672
674
|
"maintainers": [
|
|
673
675
|
{
|
|
674
|
-
"name": "
|
|
675
|
-
"github": "
|
|
676
|
-
"twitter": "
|
|
676
|
+
"name": "Yaël Guilloux",
|
|
677
|
+
"github": "Tahul",
|
|
678
|
+
"twitter": "yaeeelglx"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "Ahad Birang",
|
|
682
|
+
"github": "farnabaz",
|
|
683
|
+
"twitter": "a_birang"
|
|
677
684
|
},
|
|
678
685
|
{
|
|
679
686
|
"name": "Sebastien Chopin",
|
|
@@ -682,7 +689,7 @@
|
|
|
682
689
|
}
|
|
683
690
|
],
|
|
684
691
|
"compatibility": {
|
|
685
|
-
"nuxt": "^2.0.0",
|
|
692
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
686
693
|
"requires": {}
|
|
687
694
|
}
|
|
688
695
|
},
|
|
@@ -864,8 +871,10 @@
|
|
|
864
871
|
}
|
|
865
872
|
],
|
|
866
873
|
"compatibility": {
|
|
867
|
-
"nuxt": "^3.0.0",
|
|
868
|
-
"requires": {
|
|
874
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
875
|
+
"requires": {
|
|
876
|
+
"bridge": true
|
|
877
|
+
}
|
|
869
878
|
}
|
|
870
879
|
},
|
|
871
880
|
{
|
|
@@ -1082,8 +1091,8 @@
|
|
|
1082
1091
|
{
|
|
1083
1092
|
"name": "firebase",
|
|
1084
1093
|
"description": "Integrate Firebase into your Nuxt project.",
|
|
1085
|
-
"repo": "nuxt-community/firebase-module",
|
|
1086
|
-
"npm": "@nuxtjs/firebase
|
|
1094
|
+
"repo": "nuxt-community/firebase-module#master/packages/firebase-module",
|
|
1095
|
+
"npm": "@nuxtjs/firebase",
|
|
1087
1096
|
"icon": "firebase.png",
|
|
1088
1097
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
1089
1098
|
"website": "https://firebase.nuxtjs.org",
|
|
@@ -1192,8 +1201,8 @@
|
|
|
1192
1201
|
{
|
|
1193
1202
|
"name": "formkit",
|
|
1194
1203
|
"description": "Seamless FormKit integration for Nuxt",
|
|
1195
|
-
"repo": "formkit/formkit",
|
|
1196
|
-
"npm": "",
|
|
1204
|
+
"repo": "formkit/formkit#master/packages/nuxt",
|
|
1205
|
+
"npm": "@formkit/nuxt",
|
|
1197
1206
|
"icon": "formkit.png",
|
|
1198
1207
|
"github": "https://github.com/formkit/formkit",
|
|
1199
1208
|
"website": "https://formkit.com",
|
|
@@ -2162,6 +2171,31 @@
|
|
|
2162
2171
|
"requires": {}
|
|
2163
2172
|
}
|
|
2164
2173
|
},
|
|
2174
|
+
{
|
|
2175
|
+
"name": "meilisearch",
|
|
2176
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2177
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2178
|
+
"npm": "nuxt-meilisearch",
|
|
2179
|
+
"icon": "meilisearch.svg",
|
|
2180
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2181
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2182
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2183
|
+
"category": "Libraries",
|
|
2184
|
+
"type": "3rd-party",
|
|
2185
|
+
"maintainers": [
|
|
2186
|
+
{
|
|
2187
|
+
"name": "Alex Duval",
|
|
2188
|
+
"github": "xlanex6",
|
|
2189
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
2190
|
+
}
|
|
2191
|
+
],
|
|
2192
|
+
"compatibility": {
|
|
2193
|
+
"nuxt": "^3.0.0",
|
|
2194
|
+
"requires": {
|
|
2195
|
+
"bridge": false
|
|
2196
|
+
}
|
|
2197
|
+
}
|
|
2198
|
+
},
|
|
2165
2199
|
{
|
|
2166
2200
|
"name": "memwatch",
|
|
2167
2201
|
"description": "Quickly watch real-time memory stats of your nuxt app",
|
|
@@ -3204,7 +3238,7 @@
|
|
|
3204
3238
|
{
|
|
3205
3239
|
"name": "seo-meta",
|
|
3206
3240
|
"description": "Simple generate seo metadata",
|
|
3207
|
-
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3241
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3208
3242
|
"npm": "nuxt-seo-meta",
|
|
3209
3243
|
"icon": "",
|
|
3210
3244
|
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
@@ -3602,7 +3636,9 @@
|
|
|
3602
3636
|
],
|
|
3603
3637
|
"compatibility": {
|
|
3604
3638
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3605
|
-
"requires": {
|
|
3639
|
+
"requires": {
|
|
3640
|
+
"bridge": true
|
|
3641
|
+
}
|
|
3606
3642
|
}
|
|
3607
3643
|
},
|
|
3608
3644
|
{
|
|
@@ -3697,16 +3733,26 @@
|
|
|
3697
3733
|
},
|
|
3698
3734
|
{
|
|
3699
3735
|
"name": "supabase",
|
|
3700
|
-
"description": "
|
|
3701
|
-
"repo": "
|
|
3702
|
-
"npm": "
|
|
3736
|
+
"description": "First class integration with Supabase",
|
|
3737
|
+
"repo": "nuxt-community/supabase-module",
|
|
3738
|
+
"npm": "@nuxtjs/supabase",
|
|
3703
3739
|
"icon": "supabase.png",
|
|
3704
|
-
"github": "https://github.com/
|
|
3705
|
-
"website": "https://
|
|
3706
|
-
"learn_more": "https://supabase.
|
|
3740
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
3741
|
+
"website": "https://supabase.nuxtjs.org",
|
|
3742
|
+
"learn_more": "https://supabase.com",
|
|
3707
3743
|
"category": "Database",
|
|
3708
|
-
"type": "
|
|
3744
|
+
"type": "community",
|
|
3709
3745
|
"maintainers": [
|
|
3746
|
+
{
|
|
3747
|
+
"name": "Baptiste Leproux",
|
|
3748
|
+
"github": "larbish",
|
|
3749
|
+
"twitter": "baptistelprx"
|
|
3750
|
+
},
|
|
3751
|
+
{
|
|
3752
|
+
"name": "Sebastien Chopin",
|
|
3753
|
+
"github": "Atinux",
|
|
3754
|
+
"twitter": "Atinux"
|
|
3755
|
+
},
|
|
3710
3756
|
{
|
|
3711
3757
|
"name": "Scott Robertson",
|
|
3712
3758
|
"github": "scottrobertson",
|
|
@@ -3714,7 +3760,7 @@
|
|
|
3714
3760
|
}
|
|
3715
3761
|
],
|
|
3716
3762
|
"compatibility": {
|
|
3717
|
-
"nuxt": "^2.0.0",
|
|
3763
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3718
3764
|
"requires": {}
|
|
3719
3765
|
}
|
|
3720
3766
|
},
|
|
@@ -3925,8 +3971,8 @@
|
|
|
3925
3971
|
{
|
|
3926
3972
|
"name": "typed-vuex",
|
|
3927
3973
|
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
3928
|
-
"repo": "danielroe/typed-vuex",
|
|
3929
|
-
"npm": "",
|
|
3974
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
3975
|
+
"npm": "nuxt-typed-vuex",
|
|
3930
3976
|
"icon": "vue.png",
|
|
3931
3977
|
"github": "https://github.com/danielroe/typed-vuex",
|
|
3932
3978
|
"website": "https://github.com/danielroe/typed-vuex",
|