@nuxt/modules 0.5.0-60884e → 0.5.0-633b8d
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 +29 -0
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -51,6 +51,35 @@
|
|
|
51
51
|
"requires": {}
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
|
+
{
|
|
55
|
+
"name": "algolia",
|
|
56
|
+
"description": "Algolia Search Module for Nuxt 3",
|
|
57
|
+
"repo": "nuxt-community/algolia-module",
|
|
58
|
+
"npm": "",
|
|
59
|
+
"icon": "algolia.svg",
|
|
60
|
+
"github": "https://github.com/nuxt-community/algolia-module",
|
|
61
|
+
"website": "https://algolia.nuxtjs.org/",
|
|
62
|
+
"learn_more": "https://algolia.nuxtjs.org/",
|
|
63
|
+
"category": "Libraries",
|
|
64
|
+
"type": "community",
|
|
65
|
+
"maintainers": [
|
|
66
|
+
{
|
|
67
|
+
"name": "Jakub Andrzejewski",
|
|
68
|
+
"github": "Baroshem",
|
|
69
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "Yasser Lahbibi",
|
|
73
|
+
"github": "yassilah",
|
|
74
|
+
"avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"contributors": [],
|
|
78
|
+
"compatibility": {
|
|
79
|
+
"nuxt": "^3.0.0",
|
|
80
|
+
"requires": {}
|
|
81
|
+
}
|
|
82
|
+
},
|
|
54
83
|
{
|
|
55
84
|
"name": "alias",
|
|
56
85
|
"description": "It automatically creates an alias for the components and page of the path",
|