@nuxt/modules 0.6.0-e0cdbc → 0.6.0-e2dbc1
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 +22 -0
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -4153,6 +4153,28 @@
|
|
|
4153
4153
|
"requires": {}
|
|
4154
4154
|
}
|
|
4155
4155
|
},
|
|
4156
|
+
{
|
|
4157
|
+
"name": "nuxt-coolify",
|
|
4158
|
+
"description": "Integrate Nuxt and Nitro With Coolify's API using nuxt-coolify.",
|
|
4159
|
+
"repo": "justserdar/nuxt-coolify",
|
|
4160
|
+
"npm": "nuxt-coolify",
|
|
4161
|
+
"icon": "nuxt-coolify.svg",
|
|
4162
|
+
"github": "https://github.com/justserdar/nuxt-coolify",
|
|
4163
|
+
"website": "https://github.com/justserdar/nuxt-coolify",
|
|
4164
|
+
"learn_more": "https://nuxt-coolify.justserdar.dev/",
|
|
4165
|
+
"category": "Request",
|
|
4166
|
+
"type": "3rd-party",
|
|
4167
|
+
"maintainers": [
|
|
4168
|
+
{
|
|
4169
|
+
"name": "JustSerdar",
|
|
4170
|
+
"github": "JustSerdar"
|
|
4171
|
+
}
|
|
4172
|
+
],
|
|
4173
|
+
"compatibility": {
|
|
4174
|
+
"nuxt": ">=3.0.0",
|
|
4175
|
+
"requires": {}
|
|
4176
|
+
}
|
|
4177
|
+
},
|
|
4156
4178
|
{
|
|
4157
4179
|
"name": "nuxt-facebook-chat",
|
|
4158
4180
|
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|