@nuxt/modules 0.5.0-49371 → 0.5.0-4dc832
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 +173 -30
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
{
|
|
53
53
|
"name": "algolia",
|
|
54
54
|
"description": "Algolia Search Module for Nuxt 3",
|
|
55
|
-
"repo": "nuxt-
|
|
55
|
+
"repo": "nuxt-modules/algolia",
|
|
56
56
|
"npm": "@nuxtjs/algolia",
|
|
57
57
|
"icon": "algolia.svg",
|
|
58
|
-
"github": "https://github.com/nuxt-
|
|
58
|
+
"github": "https://github.com/nuxt-modules/algolia",
|
|
59
59
|
"website": "https://algolia.nuxtjs.org/",
|
|
60
60
|
"learn_more": "https://algolia.nuxtjs.org/",
|
|
61
61
|
"category": "Libraries",
|
|
@@ -146,6 +146,30 @@
|
|
|
146
146
|
"requires": {}
|
|
147
147
|
}
|
|
148
148
|
},
|
|
149
|
+
{
|
|
150
|
+
"name": "api-party",
|
|
151
|
+
"description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
|
|
152
|
+
"repo": "johannschopplich/nuxt-api-party",
|
|
153
|
+
"npm": "nuxt-api-party",
|
|
154
|
+
"icon": "api-party.svg",
|
|
155
|
+
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
156
|
+
"website": "https://github.com/johannschopplich/nuxt-api-party#readme",
|
|
157
|
+
"learn_more": "",
|
|
158
|
+
"category": "Request",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "Johann Schopplich",
|
|
163
|
+
"github": "johannschopplich",
|
|
164
|
+
"twitter": "jschopplich",
|
|
165
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
166
|
+
}
|
|
167
|
+
],
|
|
168
|
+
"compatibility": {
|
|
169
|
+
"nuxt": "^3.0.0",
|
|
170
|
+
"requires": {}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
149
173
|
{
|
|
150
174
|
"name": "apis-to-file",
|
|
151
175
|
"description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
|
|
@@ -173,26 +197,24 @@
|
|
|
173
197
|
{
|
|
174
198
|
"name": "apollo",
|
|
175
199
|
"description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
|
|
176
|
-
"repo": "nuxt-
|
|
200
|
+
"repo": "nuxt-modules/apollo",
|
|
177
201
|
"npm": "@nuxtjs/apollo",
|
|
178
202
|
"icon": "apollo.png",
|
|
179
|
-
"github": "https://github.com/nuxt-
|
|
180
|
-
"website": "https://
|
|
203
|
+
"github": "https://github.com/nuxt-modules/apollo",
|
|
204
|
+
"website": "https://apollo.nuxtjs.org",
|
|
181
205
|
"learn_more": "https://apollo.vuejs.org/guide/#what-is-graphql",
|
|
182
206
|
"category": "Request",
|
|
183
207
|
"type": "community",
|
|
184
208
|
"maintainers": [
|
|
185
209
|
{
|
|
186
|
-
"name": "
|
|
187
|
-
"github": "
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
"name": "Dominic Garms",
|
|
191
|
-
"github": "dohomi"
|
|
210
|
+
"name": "Conrawl Rogers",
|
|
211
|
+
"github": "diizzayy",
|
|
212
|
+
"twitter": "diizzayy",
|
|
213
|
+
"avatar": "https://avatars.githubusercontent.com/diizzayy?v=4"
|
|
192
214
|
}
|
|
193
215
|
],
|
|
194
216
|
"compatibility": {
|
|
195
|
-
"nuxt": "^2.0.0",
|
|
217
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
196
218
|
"requires": {}
|
|
197
219
|
}
|
|
198
220
|
},
|
|
@@ -1202,6 +1224,29 @@
|
|
|
1202
1224
|
"requires": {}
|
|
1203
1225
|
}
|
|
1204
1226
|
},
|
|
1227
|
+
{
|
|
1228
|
+
"name": "fontaine",
|
|
1229
|
+
"description": "Automatically optimized font fallback based on font metrics",
|
|
1230
|
+
"repo": "nuxt-modules/fontaine",
|
|
1231
|
+
"npm": "@nuxtjs/fontaine",
|
|
1232
|
+
"icon": "fontaine.svg",
|
|
1233
|
+
"github": "https://github.com/nuxt-modules/fontaine",
|
|
1234
|
+
"website": "https://github.com/unjs/fontaine",
|
|
1235
|
+
"learn_more": "https://github.com/unjs/fontaine",
|
|
1236
|
+
"category": "Performance",
|
|
1237
|
+
"type": "community",
|
|
1238
|
+
"maintainers": [
|
|
1239
|
+
{
|
|
1240
|
+
"name": "Daniel Roe",
|
|
1241
|
+
"github": "danielroe",
|
|
1242
|
+
"twitter": "danielcroe"
|
|
1243
|
+
}
|
|
1244
|
+
],
|
|
1245
|
+
"compatibility": {
|
|
1246
|
+
"nuxt": "^3.0.0",
|
|
1247
|
+
"requires": {}
|
|
1248
|
+
}
|
|
1249
|
+
},
|
|
1205
1250
|
{
|
|
1206
1251
|
"name": "fontawesome",
|
|
1207
1252
|
"description": "Module to join nuxt and Fontawesome 5",
|
|
@@ -1545,6 +1590,28 @@
|
|
|
1545
1590
|
"requires": {}
|
|
1546
1591
|
}
|
|
1547
1592
|
},
|
|
1593
|
+
{
|
|
1594
|
+
"name": "headlessui",
|
|
1595
|
+
"description": "Headless UI integration for Nuxt. Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.",
|
|
1596
|
+
"repo": "P4sca1/nuxt-headlessui",
|
|
1597
|
+
"npm": "nuxt-headlessui",
|
|
1598
|
+
"icon": "headlessui.png",
|
|
1599
|
+
"github": "https://github.com/P4sca1/nuxt-headlessui",
|
|
1600
|
+
"website": "https://github.com/P4sca1/nuxt-headlessui",
|
|
1601
|
+
"learn_more": "https://headlessui.com",
|
|
1602
|
+
"category": "UI",
|
|
1603
|
+
"type": "3rd-party",
|
|
1604
|
+
"maintainers": [
|
|
1605
|
+
{
|
|
1606
|
+
"name": "Pascal Sthamer",
|
|
1607
|
+
"github": "P4sca1"
|
|
1608
|
+
}
|
|
1609
|
+
],
|
|
1610
|
+
"compatibility": {
|
|
1611
|
+
"nuxt": "^3.0.0",
|
|
1612
|
+
"requires": {}
|
|
1613
|
+
}
|
|
1614
|
+
},
|
|
1548
1615
|
{
|
|
1549
1616
|
"name": "headway",
|
|
1550
1617
|
"description": "Headway changelog widget for Nuxt",
|
|
@@ -1675,8 +1742,10 @@
|
|
|
1675
1742
|
}
|
|
1676
1743
|
],
|
|
1677
1744
|
"compatibility": {
|
|
1678
|
-
"nuxt": "^2.0.0",
|
|
1679
|
-
"requires": {
|
|
1745
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1746
|
+
"requires": {
|
|
1747
|
+
"bridge": "optional"
|
|
1748
|
+
}
|
|
1680
1749
|
}
|
|
1681
1750
|
},
|
|
1682
1751
|
{
|
|
@@ -1752,7 +1821,7 @@
|
|
|
1752
1821
|
}
|
|
1753
1822
|
],
|
|
1754
1823
|
"compatibility": {
|
|
1755
|
-
"nuxt": "^2.0.0",
|
|
1824
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1756
1825
|
"requires": {}
|
|
1757
1826
|
}
|
|
1758
1827
|
},
|
|
@@ -1851,7 +1920,7 @@
|
|
|
1851
1920
|
}
|
|
1852
1921
|
],
|
|
1853
1922
|
"compatibility": {
|
|
1854
|
-
"nuxt": "^2.0.0",
|
|
1923
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1855
1924
|
"requires": {
|
|
1856
1925
|
"bridge": "optional"
|
|
1857
1926
|
}
|
|
@@ -1929,14 +1998,14 @@
|
|
|
1929
1998
|
{
|
|
1930
1999
|
"name": "ionic",
|
|
1931
2000
|
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
1932
|
-
"repo": "
|
|
1933
|
-
"npm": "
|
|
2001
|
+
"repo": "nuxt-modules/ionic",
|
|
2002
|
+
"npm": "@nuxtjs/ionic",
|
|
1934
2003
|
"icon": "ionic.svg",
|
|
1935
|
-
"github": "https://github.com/
|
|
1936
|
-
"website": "https://ionic.
|
|
2004
|
+
"github": "https://github.com/nuxt-modules/ionic",
|
|
2005
|
+
"website": "https://ionic.nuxtjs.org",
|
|
1937
2006
|
"learn_more": "https://ionicframework.com",
|
|
1938
2007
|
"category": "Libraries",
|
|
1939
|
-
"type": "
|
|
2008
|
+
"type": "community",
|
|
1940
2009
|
"maintainers": [
|
|
1941
2010
|
{
|
|
1942
2011
|
"name": "Daniel Roe",
|
|
@@ -3120,7 +3189,7 @@
|
|
|
3120
3189
|
{
|
|
3121
3190
|
"name": "purgecss",
|
|
3122
3191
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
3123
|
-
"repo": "Developmint/nuxt-purgecss",
|
|
3192
|
+
"repo": "Developmint/nuxt-purgecss#main",
|
|
3124
3193
|
"npm": "nuxt-purgecss",
|
|
3125
3194
|
"icon": "purgecss.png",
|
|
3126
3195
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -3135,7 +3204,7 @@
|
|
|
3135
3204
|
}
|
|
3136
3205
|
],
|
|
3137
3206
|
"compatibility": {
|
|
3138
|
-
"nuxt": "^2.0.0",
|
|
3207
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3139
3208
|
"requires": {}
|
|
3140
3209
|
}
|
|
3141
3210
|
},
|
|
@@ -3416,6 +3485,29 @@
|
|
|
3416
3485
|
"requires": {}
|
|
3417
3486
|
}
|
|
3418
3487
|
},
|
|
3488
|
+
{
|
|
3489
|
+
"name": "security",
|
|
3490
|
+
"description": "Security Module for Nuxt based on OWASP Top 10 and Helmet",
|
|
3491
|
+
"repo": "Baroshem/nuxt-security",
|
|
3492
|
+
"npm": "nuxt-security",
|
|
3493
|
+
"icon": "nuxt-security.svg",
|
|
3494
|
+
"github": "https://github.com/Baroshem/nuxt-security",
|
|
3495
|
+
"website": "https://nuxt-security.vercel.app/",
|
|
3496
|
+
"learn_more": "https://nuxt-security.vercel.app/",
|
|
3497
|
+
"category": "Security",
|
|
3498
|
+
"type": "3rd-party",
|
|
3499
|
+
"maintainers": [
|
|
3500
|
+
{
|
|
3501
|
+
"name": "Jakub Andrzejewski",
|
|
3502
|
+
"github": "Baroshem",
|
|
3503
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
3504
|
+
}
|
|
3505
|
+
],
|
|
3506
|
+
"compatibility": {
|
|
3507
|
+
"nuxt": "^3.0.0",
|
|
3508
|
+
"requires": {}
|
|
3509
|
+
}
|
|
3510
|
+
},
|
|
3419
3511
|
{
|
|
3420
3512
|
"name": "segment",
|
|
3421
3513
|
"description": "Nuxt.js module for Segment Analytics.js",
|
|
@@ -3528,6 +3620,29 @@
|
|
|
3528
3620
|
"requires": {}
|
|
3529
3621
|
}
|
|
3530
3622
|
},
|
|
3623
|
+
{
|
|
3624
|
+
"name": "session",
|
|
3625
|
+
"description": "Session middleware to persist data across multiple requests, supports many backends via unjs/unstorage: memory, redis, fs, ...",
|
|
3626
|
+
"repo": "sidebase/nuxt-session",
|
|
3627
|
+
"npm": "@sidebase/nuxt-session",
|
|
3628
|
+
"icon": "session.png",
|
|
3629
|
+
"github": "https://github.com/sidebase/nuxt-session",
|
|
3630
|
+
"website": "https://github.com/sidebase/nuxt-session",
|
|
3631
|
+
"learn_more": "https://github.com/sidebase",
|
|
3632
|
+
"category": "Security",
|
|
3633
|
+
"type": "3rd-party",
|
|
3634
|
+
"maintainers": [
|
|
3635
|
+
{
|
|
3636
|
+
"name": "sidebase",
|
|
3637
|
+
"github": "sidebase",
|
|
3638
|
+
"twitter": "sidebase_io"
|
|
3639
|
+
}
|
|
3640
|
+
],
|
|
3641
|
+
"compatibility": {
|
|
3642
|
+
"nuxt": "^3.0.0",
|
|
3643
|
+
"requires": {}
|
|
3644
|
+
}
|
|
3645
|
+
},
|
|
3531
3646
|
{
|
|
3532
3647
|
"name": "shopify",
|
|
3533
3648
|
"description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
|
|
@@ -4147,6 +4262,31 @@
|
|
|
4147
4262
|
"requires": {}
|
|
4148
4263
|
}
|
|
4149
4264
|
},
|
|
4265
|
+
{
|
|
4266
|
+
"name": "turnstile",
|
|
4267
|
+
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
4268
|
+
"repo": "danielroe/nuxt-turnstile",
|
|
4269
|
+
"npm": "nuxt-turnstile",
|
|
4270
|
+
"icon": "cloudflare.svg",
|
|
4271
|
+
"github": "https://github.com/danielroe/nuxt-turnstile",
|
|
4272
|
+
"website": "https://github.com/danielroe/nuxt-turnstile",
|
|
4273
|
+
"learn_more": "https://www.cloudflare.com/products/turnstile/",
|
|
4274
|
+
"category": "Security",
|
|
4275
|
+
"type": "3rd-party",
|
|
4276
|
+
"maintainers": [
|
|
4277
|
+
{
|
|
4278
|
+
"name": "Daniel Roe",
|
|
4279
|
+
"github": "danielroe",
|
|
4280
|
+
"twitter": "danielcroe"
|
|
4281
|
+
}
|
|
4282
|
+
],
|
|
4283
|
+
"compatibility": {
|
|
4284
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4285
|
+
"requires": {
|
|
4286
|
+
"bridge": true
|
|
4287
|
+
}
|
|
4288
|
+
}
|
|
4289
|
+
},
|
|
4150
4290
|
{
|
|
4151
4291
|
"name": "twa",
|
|
4152
4292
|
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
@@ -4333,7 +4473,7 @@
|
|
|
4333
4473
|
}
|
|
4334
4474
|
],
|
|
4335
4475
|
"compatibility": {
|
|
4336
|
-
"nuxt": "^2.0.0 ||
|
|
4476
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4337
4477
|
"requires": {
|
|
4338
4478
|
"bridge": "optional"
|
|
4339
4479
|
}
|
|
@@ -4943,21 +5083,24 @@
|
|
|
4943
5083
|
"description": "XState integration for Nuxt",
|
|
4944
5084
|
"repo": "Lexpeartha/nuxt-xstate",
|
|
4945
5085
|
"npm": "nuxt-xstate",
|
|
4946
|
-
"icon": "",
|
|
5086
|
+
"icon": "xstate.svg",
|
|
4947
5087
|
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4948
|
-
"website": "https://
|
|
4949
|
-
"learn_more": "",
|
|
5088
|
+
"website": "https://nuxt-xstate.lexpeartha.com",
|
|
5089
|
+
"learn_more": "https://xstate.js.org/",
|
|
4950
5090
|
"category": "Extensions",
|
|
4951
5091
|
"type": "3rd-party",
|
|
4952
5092
|
"maintainers": [
|
|
4953
5093
|
{
|
|
4954
5094
|
"name": "Lexpeartha",
|
|
4955
|
-
"github": "Lexpeartha"
|
|
5095
|
+
"github": "Lexpeartha",
|
|
5096
|
+
"twitter": "lexpeartha"
|
|
4956
5097
|
}
|
|
4957
5098
|
],
|
|
4958
5099
|
"compatibility": {
|
|
4959
|
-
"nuxt": "^3.0.0",
|
|
4960
|
-
"requires": {
|
|
5100
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5101
|
+
"requires": {
|
|
5102
|
+
"bridge": true
|
|
5103
|
+
}
|
|
4961
5104
|
}
|
|
4962
5105
|
},
|
|
4963
5106
|
{
|