@nuxt/modules 0.6.0-0cb64e → 0.6.0-16f217
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 +80 -25
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -170,6 +170,28 @@
|
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
},
|
|
173
|
+
{
|
|
174
|
+
"name": "aos",
|
|
175
|
+
"description": "A Nuxt module that adds Animate On Scroll",
|
|
176
|
+
"repo": "egidiusmengelberg/nuxt-aos",
|
|
177
|
+
"npm": "nuxt-aos",
|
|
178
|
+
"icon": "aos.png",
|
|
179
|
+
"github": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
180
|
+
"website": "https://github.com/egidiusmengelberg/nuxt-aos",
|
|
181
|
+
"learn_more": "",
|
|
182
|
+
"category": "Devtools",
|
|
183
|
+
"type": "3rd-party",
|
|
184
|
+
"maintainers": [
|
|
185
|
+
{
|
|
186
|
+
"name": "egidiusmengelberg",
|
|
187
|
+
"github": "egidiusmengelberg"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"compatibility": {
|
|
191
|
+
"nuxt": "^3.0.0",
|
|
192
|
+
"requires": {}
|
|
193
|
+
}
|
|
194
|
+
},
|
|
173
195
|
{
|
|
174
196
|
"name": "api-party",
|
|
175
197
|
"description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
|
|
@@ -1672,7 +1694,7 @@
|
|
|
1672
1694
|
"npm": "@hebilicious/form-actions-nuxt",
|
|
1673
1695
|
"icon": "form-actions.svg",
|
|
1674
1696
|
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1675
|
-
"website": "https://
|
|
1697
|
+
"website": "https://form-actions-nuxt.pages.dev/",
|
|
1676
1698
|
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1677
1699
|
"category": "Request",
|
|
1678
1700
|
"type": "3rd-party",
|
|
@@ -1684,7 +1706,7 @@
|
|
|
1684
1706
|
}
|
|
1685
1707
|
],
|
|
1686
1708
|
"compatibility": {
|
|
1687
|
-
"nuxt": "^3.
|
|
1709
|
+
"nuxt": "^3.7.0",
|
|
1688
1710
|
"requires": {}
|
|
1689
1711
|
}
|
|
1690
1712
|
},
|
|
@@ -4079,29 +4101,6 @@
|
|
|
4079
4101
|
"requires": {}
|
|
4080
4102
|
}
|
|
4081
4103
|
},
|
|
4082
|
-
{
|
|
4083
|
-
"name": "nuxtlabs-ui",
|
|
4084
|
-
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
4085
|
-
"repo": "nuxtlabs/ui",
|
|
4086
|
-
"npm": "@nuxthq/ui",
|
|
4087
|
-
"icon": "nuxtlabs-ui.svg",
|
|
4088
|
-
"github": "https://github.com/nuxtlabs/ui",
|
|
4089
|
-
"website": "https://ui.nuxtlabs.com",
|
|
4090
|
-
"learn_more": "https://ui.nuxtlabs.com",
|
|
4091
|
-
"category": "UI",
|
|
4092
|
-
"type": "3rd-party",
|
|
4093
|
-
"maintainers": [
|
|
4094
|
-
{
|
|
4095
|
-
"name": "Benjamin Canac",
|
|
4096
|
-
"github": "benjamincanac",
|
|
4097
|
-
"twitter": "benjamincanac"
|
|
4098
|
-
}
|
|
4099
|
-
],
|
|
4100
|
-
"compatibility": {
|
|
4101
|
-
"nuxt": "^3.0.0",
|
|
4102
|
-
"requires": {}
|
|
4103
|
-
}
|
|
4104
|
-
},
|
|
4105
4104
|
{
|
|
4106
4105
|
"name": "og-image",
|
|
4107
4106
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -4216,6 +4215,29 @@
|
|
|
4216
4215
|
"requires": {}
|
|
4217
4216
|
}
|
|
4218
4217
|
},
|
|
4218
|
+
{
|
|
4219
|
+
"name": "particles",
|
|
4220
|
+
"description": "Easily add particle animations to your Nuxt projects using tsParticles",
|
|
4221
|
+
"repo": "Joepocalyptic/nuxt-particles",
|
|
4222
|
+
"npm": "nuxt-particles",
|
|
4223
|
+
"icon": "",
|
|
4224
|
+
"github": "https://github.com/Joepocalyptic/nuxt-particles",
|
|
4225
|
+
"website": "https://nuxt-particles.joeypereira.dev",
|
|
4226
|
+
"learn_more": "https://particles.js.org/",
|
|
4227
|
+
"category": "Libraries",
|
|
4228
|
+
"type": "3rd-party",
|
|
4229
|
+
"maintainers": [
|
|
4230
|
+
{
|
|
4231
|
+
"name": "Joey Pereira",
|
|
4232
|
+
"github": "Joepocalyptic",
|
|
4233
|
+
"avatar": "https://avatars.githubusercontent.com/Joepocalyptic?v=4"
|
|
4234
|
+
}
|
|
4235
|
+
],
|
|
4236
|
+
"compatibility": {
|
|
4237
|
+
"nuxt": "^3.0.0",
|
|
4238
|
+
"requires": {}
|
|
4239
|
+
}
|
|
4240
|
+
},
|
|
4219
4241
|
{
|
|
4220
4242
|
"name": "partytown",
|
|
4221
4243
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
@@ -6166,6 +6188,39 @@
|
|
|
6166
6188
|
"requires": {}
|
|
6167
6189
|
}
|
|
6168
6190
|
},
|
|
6191
|
+
{
|
|
6192
|
+
"name": "ui",
|
|
6193
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
6194
|
+
"repo": "nuxt/ui#dev",
|
|
6195
|
+
"npm": "@nuxt/ui",
|
|
6196
|
+
"icon": "nuxt.svg",
|
|
6197
|
+
"github": "https://github.com/nuxt/ui",
|
|
6198
|
+
"website": "https://ui.nuxt.com",
|
|
6199
|
+
"learn_more": "",
|
|
6200
|
+
"category": "UI",
|
|
6201
|
+
"type": "official",
|
|
6202
|
+
"maintainers": [
|
|
6203
|
+
{
|
|
6204
|
+
"name": "Benjamin Canac",
|
|
6205
|
+
"github": "benjamincanac",
|
|
6206
|
+
"twitter": "benjamincanac"
|
|
6207
|
+
},
|
|
6208
|
+
{
|
|
6209
|
+
"name": "Sebastien Chopin",
|
|
6210
|
+
"github": "Atinux",
|
|
6211
|
+
"twitter": "Atinux"
|
|
6212
|
+
},
|
|
6213
|
+
{
|
|
6214
|
+
"name": "Sylvain Marroufin",
|
|
6215
|
+
"github": "smarroufin",
|
|
6216
|
+
"twitter": "smarroufin"
|
|
6217
|
+
}
|
|
6218
|
+
],
|
|
6219
|
+
"compatibility": {
|
|
6220
|
+
"nuxt": "^3.0.0",
|
|
6221
|
+
"requires": {}
|
|
6222
|
+
}
|
|
6223
|
+
},
|
|
6169
6224
|
{
|
|
6170
6225
|
"name": "umami",
|
|
6171
6226
|
"description": "Embed the Umami analytics library into Nuxt",
|