@nuxt/modules 0.6.0-0d501d → 0.6.0-13f242
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 +45 -0
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -602,6 +602,28 @@
|
|
|
602
602
|
"requires": {}
|
|
603
603
|
}
|
|
604
604
|
},
|
|
605
|
+
{
|
|
606
|
+
"name": "bcms",
|
|
607
|
+
"description": "Nuxt BCMS module",
|
|
608
|
+
"repo": "bcms/nuxt-module",
|
|
609
|
+
"npm": "@thebcms/nuxt",
|
|
610
|
+
"icon": "bcms.png",
|
|
611
|
+
"github": "https://github.com/bcms/nuxt-module",
|
|
612
|
+
"website": "https://thebcms.com",
|
|
613
|
+
"learn_more": "https://thebcms.com/docs/integrations/nuxt-js",
|
|
614
|
+
"category": "CMS",
|
|
615
|
+
"type": "3rd-party",
|
|
616
|
+
"maintainers": [
|
|
617
|
+
{
|
|
618
|
+
"name": "Branislav Vajagic",
|
|
619
|
+
"github": "bbanez"
|
|
620
|
+
}
|
|
621
|
+
],
|
|
622
|
+
"compatibility": {
|
|
623
|
+
"nuxt": ">=3.0.0",
|
|
624
|
+
"requires": {}
|
|
625
|
+
}
|
|
626
|
+
},
|
|
605
627
|
{
|
|
606
628
|
"name": "bootstrap",
|
|
607
629
|
"description": "Add Bootstrap to your Nuxt app in seconds.",
|
|
@@ -5768,6 +5790,29 @@
|
|
|
5768
5790
|
"requires": {}
|
|
5769
5791
|
}
|
|
5770
5792
|
},
|
|
5793
|
+
{
|
|
5794
|
+
"name": "nuxt-svg-sprite-icon",
|
|
5795
|
+
"description": "A powerful SVG sprite module for Nuxt 3 that automatically generates SVG sprites from your assets and provides an easy-to-use component for displaying icons.",
|
|
5796
|
+
"repo": "MikeCheng1208/nuxt-svg-sprite-icon",
|
|
5797
|
+
"npm": "nuxt-svg-sprite-icon",
|
|
5798
|
+
"icon": "nuxt-svg-sprite-icon.png",
|
|
5799
|
+
"github": "https://github.com/MikeCheng1208/nuxt-svg-sprite-icon",
|
|
5800
|
+
"website": "https://github.com/MikeCheng1208/nuxt-svg-sprite-icon",
|
|
5801
|
+
"learn_more": "",
|
|
5802
|
+
"category": "UI",
|
|
5803
|
+
"type": "3rd-party",
|
|
5804
|
+
"maintainers": [
|
|
5805
|
+
{
|
|
5806
|
+
"name": "Mike Cheng",
|
|
5807
|
+
"github": "MikeCheng1208",
|
|
5808
|
+
"twitter": "mike_cheng1208"
|
|
5809
|
+
}
|
|
5810
|
+
],
|
|
5811
|
+
"compatibility": {
|
|
5812
|
+
"nuxt": ">=3.17.0",
|
|
5813
|
+
"requires": {}
|
|
5814
|
+
}
|
|
5815
|
+
},
|
|
5771
5816
|
{
|
|
5772
5817
|
"name": "nuxt-svgo-loader",
|
|
5773
5818
|
"description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
|