@nuxt/modules 0.6.0-567803 → 0.6.0-5f8d75
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 +59 -16
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -2489,10 +2489,6 @@
|
|
|
2489
2489
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2490
2490
|
"requires": {
|
|
2491
2491
|
"bridge": "optional"
|
|
2492
|
-
},
|
|
2493
|
-
"versionMap": {
|
|
2494
|
-
"2.x": "latest",
|
|
2495
|
-
"3.x": "rc"
|
|
2496
2492
|
}
|
|
2497
2493
|
}
|
|
2498
2494
|
},
|
|
@@ -2632,6 +2628,28 @@
|
|
|
2632
2628
|
"requires": {}
|
|
2633
2629
|
}
|
|
2634
2630
|
},
|
|
2631
|
+
{
|
|
2632
|
+
"name": "kinde",
|
|
2633
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2634
|
+
"repo": "nuxt-modules/kinde",
|
|
2635
|
+
"npm": "@nuxtjs/kinde",
|
|
2636
|
+
"icon": "",
|
|
2637
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2638
|
+
"website": "https://github.com/nuxt-modules/kinde",
|
|
2639
|
+
"learn_more": "https://kinde.com/",
|
|
2640
|
+
"category": "Security",
|
|
2641
|
+
"type": "community",
|
|
2642
|
+
"maintainers": [
|
|
2643
|
+
{
|
|
2644
|
+
"name": "danielroe",
|
|
2645
|
+
"github": "danielroe"
|
|
2646
|
+
}
|
|
2647
|
+
],
|
|
2648
|
+
"compatibility": {
|
|
2649
|
+
"nuxt": "^3.0.0",
|
|
2650
|
+
"requires": {}
|
|
2651
|
+
}
|
|
2652
|
+
},
|
|
2635
2653
|
{
|
|
2636
2654
|
"name": "kql",
|
|
2637
2655
|
"description": "Nuxt module for Kirby's Query Language API",
|
|
@@ -2985,7 +3003,7 @@
|
|
|
2985
3003
|
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
2986
3004
|
"repo": "louismazel/maz-ui",
|
|
2987
3005
|
"npm": "maz-ui",
|
|
2988
|
-
"icon": "maz-ui.
|
|
3006
|
+
"icon": "maz-ui.png",
|
|
2989
3007
|
"github": "https://github.com/louismazel/maz-ui",
|
|
2990
3008
|
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
2991
3009
|
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
@@ -5615,19 +5633,14 @@
|
|
|
5615
5633
|
"icon": "storybook.png",
|
|
5616
5634
|
"github": "https://github.com/nuxt-modules/storybook",
|
|
5617
5635
|
"website": "https://storybook.nuxtjs.org",
|
|
5618
|
-
"learn_more": "https://
|
|
5636
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5619
5637
|
"category": "Devtools",
|
|
5620
5638
|
"type": "community",
|
|
5621
5639
|
"maintainers": [
|
|
5622
5640
|
{
|
|
5623
|
-
"name": "
|
|
5624
|
-
"github": "
|
|
5625
|
-
"twitter": "
|
|
5626
|
-
},
|
|
5627
|
-
{
|
|
5628
|
-
"name": "Pooya Parsa",
|
|
5629
|
-
"github": "pi0",
|
|
5630
|
-
"twitter": "_pi0_"
|
|
5641
|
+
"name": "Chakir QATAB",
|
|
5642
|
+
"github": "chakAs3",
|
|
5643
|
+
"twitter": "ChakirQatab"
|
|
5631
5644
|
}
|
|
5632
5645
|
],
|
|
5633
5646
|
"compatibility": {
|
|
@@ -5635,7 +5648,7 @@
|
|
|
5635
5648
|
"requires": {
|
|
5636
5649
|
"bridge": "optional"
|
|
5637
5650
|
},
|
|
5638
|
-
"devtools": "^0.
|
|
5651
|
+
"devtools": "^0.7.2"
|
|
5639
5652
|
}
|
|
5640
5653
|
},
|
|
5641
5654
|
{
|
|
@@ -5717,6 +5730,36 @@
|
|
|
5717
5730
|
"requires": {}
|
|
5718
5731
|
}
|
|
5719
5732
|
},
|
|
5733
|
+
{
|
|
5734
|
+
"name": "studio",
|
|
5735
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
5736
|
+
"repo": "nuxtlabs/studio-module",
|
|
5737
|
+
"npm": "@nuxthq/studio",
|
|
5738
|
+
"icon": "studio.svg",
|
|
5739
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
5740
|
+
"website": "https://nuxt.studio",
|
|
5741
|
+
"learn_more": "https://nuxt.studio",
|
|
5742
|
+
"category": "CMS",
|
|
5743
|
+
"type": "3rd-party",
|
|
5744
|
+
"maintainers": [
|
|
5745
|
+
{
|
|
5746
|
+
"name": "Ahad Birang",
|
|
5747
|
+
"github": "farnabaz",
|
|
5748
|
+
"twitter": "a_birang"
|
|
5749
|
+
},
|
|
5750
|
+
{
|
|
5751
|
+
"name": "Sébastien Chopin",
|
|
5752
|
+
"github": "Atinux",
|
|
5753
|
+
"twitter": "Atinux"
|
|
5754
|
+
}
|
|
5755
|
+
],
|
|
5756
|
+
"compatibility": {
|
|
5757
|
+
"nuxt": "^3.0.0",
|
|
5758
|
+
"requires": {
|
|
5759
|
+
"content": true
|
|
5760
|
+
}
|
|
5761
|
+
}
|
|
5762
|
+
},
|
|
5720
5763
|
{
|
|
5721
5764
|
"name": "style-resources",
|
|
5722
5765
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -6787,7 +6830,7 @@
|
|
|
6787
6830
|
{
|
|
6788
6831
|
"name": "vue-email",
|
|
6789
6832
|
"description": "💌 Write email templates with vue",
|
|
6790
|
-
"repo": "Dave136/vue-email",
|
|
6833
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6791
6834
|
"npm": "vue-email",
|
|
6792
6835
|
"icon": "vue-email.svg",
|
|
6793
6836
|
"github": "https://github.com/Dave136/vue-email",
|