@nuxt/modules 0.5.0-01f2e4 → 0.5.0-02d213
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 +86 -12
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -833,6 +833,29 @@
|
|
|
833
833
|
"requires": {}
|
|
834
834
|
}
|
|
835
835
|
},
|
|
836
|
+
{
|
|
837
|
+
"name": "delay-hydration",
|
|
838
|
+
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
839
|
+
"repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
|
|
840
|
+
"npm": "nuxt-delay-hydration",
|
|
841
|
+
"icon": "lighthouse.svg",
|
|
842
|
+
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
843
|
+
"website": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
844
|
+
"learn_more": "",
|
|
845
|
+
"category": "Performance",
|
|
846
|
+
"type": "3rd-party",
|
|
847
|
+
"maintainers": [
|
|
848
|
+
{
|
|
849
|
+
"name": "Harlan Wilton",
|
|
850
|
+
"github": "harlan-zw",
|
|
851
|
+
"twitter": "harlan_zw"
|
|
852
|
+
}
|
|
853
|
+
],
|
|
854
|
+
"compatibility": {
|
|
855
|
+
"nuxt": "^2.0.0",
|
|
856
|
+
"requires": {}
|
|
857
|
+
}
|
|
858
|
+
},
|
|
836
859
|
{
|
|
837
860
|
"name": "device",
|
|
838
861
|
"description": "Device detection module for Nuxt.js",
|
|
@@ -1345,8 +1368,10 @@
|
|
|
1345
1368
|
}
|
|
1346
1369
|
],
|
|
1347
1370
|
"compatibility": {
|
|
1348
|
-
"nuxt": "^2.0.0",
|
|
1349
|
-
"requires": {
|
|
1371
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1372
|
+
"requires": {
|
|
1373
|
+
"bridge": "optional"
|
|
1374
|
+
}
|
|
1350
1375
|
}
|
|
1351
1376
|
},
|
|
1352
1377
|
{
|
|
@@ -1412,7 +1437,7 @@
|
|
|
1412
1437
|
"name": "graphql-client",
|
|
1413
1438
|
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
1414
1439
|
"repo": "diizzayy/nuxt-graphql-client",
|
|
1415
|
-
"npm": "
|
|
1440
|
+
"npm": "",
|
|
1416
1441
|
"icon": "graphql-client.svg",
|
|
1417
1442
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1418
1443
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
@@ -1946,6 +1971,30 @@
|
|
|
1946
1971
|
"requires": {}
|
|
1947
1972
|
}
|
|
1948
1973
|
},
|
|
1974
|
+
{
|
|
1975
|
+
"name": "kql",
|
|
1976
|
+
"description": "Nuxt 3 module for Kirby's Query Language API",
|
|
1977
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
1978
|
+
"npm": "nuxt-kql",
|
|
1979
|
+
"icon": "kql.svg",
|
|
1980
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
1981
|
+
"website": "https://nuxt-kql.jhnn.dev",
|
|
1982
|
+
"learn_more": "",
|
|
1983
|
+
"category": "CMS",
|
|
1984
|
+
"type": "3rd-party",
|
|
1985
|
+
"maintainers": [
|
|
1986
|
+
{
|
|
1987
|
+
"name": "Johann Schopplich",
|
|
1988
|
+
"github": "johannschopplich",
|
|
1989
|
+
"twitter": "jschopplich",
|
|
1990
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1991
|
+
}
|
|
1992
|
+
],
|
|
1993
|
+
"compatibility": {
|
|
1994
|
+
"nuxt": "^3.0.0",
|
|
1995
|
+
"requires": {}
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1949
1998
|
{
|
|
1950
1999
|
"name": "laravel-echo",
|
|
1951
2000
|
"description": "Laravel Echo for Nuxt.js",
|
|
@@ -2151,6 +2200,29 @@
|
|
|
2151
2200
|
"requires": {}
|
|
2152
2201
|
}
|
|
2153
2202
|
},
|
|
2203
|
+
{
|
|
2204
|
+
"name": "magic-regexp",
|
|
2205
|
+
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2206
|
+
"repo": "danielroe/magic-regexp",
|
|
2207
|
+
"npm": "magic-regexp",
|
|
2208
|
+
"icon": "magic-regexp.svg",
|
|
2209
|
+
"github": "https://github.com/danielroe/magic-regexp",
|
|
2210
|
+
"website": "https://magic-regexp.roe.dev",
|
|
2211
|
+
"learn_more": "https://magic-regexp.roe.dev",
|
|
2212
|
+
"category": "Libraries",
|
|
2213
|
+
"type": "3rd-party",
|
|
2214
|
+
"maintainers": [
|
|
2215
|
+
{
|
|
2216
|
+
"name": "Daniel Roe",
|
|
2217
|
+
"github": "danielroe",
|
|
2218
|
+
"twitter": "danielcroe"
|
|
2219
|
+
}
|
|
2220
|
+
],
|
|
2221
|
+
"compatibility": {
|
|
2222
|
+
"nuxt": "^3.0.0",
|
|
2223
|
+
"requires": {}
|
|
2224
|
+
}
|
|
2225
|
+
},
|
|
2154
2226
|
{
|
|
2155
2227
|
"name": "markdownit",
|
|
2156
2228
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
@@ -3782,13 +3854,13 @@
|
|
|
3782
3854
|
},
|
|
3783
3855
|
{
|
|
3784
3856
|
"name": "stylify",
|
|
3785
|
-
"description": "Stylify
|
|
3786
|
-
"repo": "stylify/packages#master/packages/nuxt
|
|
3787
|
-
"npm": "@stylify/nuxt
|
|
3857
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3858
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
3859
|
+
"npm": "@stylify/nuxt",
|
|
3788
3860
|
"icon": "stylify.svg",
|
|
3789
|
-
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt
|
|
3790
|
-
"website": "https://
|
|
3791
|
-
"learn_more": "https://
|
|
3861
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
3862
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
3863
|
+
"learn_more": "https://stylifycss.com",
|
|
3792
3864
|
"category": "UI",
|
|
3793
3865
|
"type": "3rd-party",
|
|
3794
3866
|
"maintainers": [
|
|
@@ -3799,7 +3871,7 @@
|
|
|
3799
3871
|
}
|
|
3800
3872
|
],
|
|
3801
3873
|
"compatibility": {
|
|
3802
|
-
"nuxt": "^2.0.0",
|
|
3874
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3803
3875
|
"requires": {}
|
|
3804
3876
|
}
|
|
3805
3877
|
},
|
|
@@ -4467,8 +4539,10 @@
|
|
|
4467
4539
|
}
|
|
4468
4540
|
],
|
|
4469
4541
|
"compatibility": {
|
|
4470
|
-
"nuxt": "^2.0.0",
|
|
4471
|
-
"requires": {
|
|
4542
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4543
|
+
"requires": {
|
|
4544
|
+
"bridge": "optional"
|
|
4545
|
+
}
|
|
4472
4546
|
}
|
|
4473
4547
|
},
|
|
4474
4548
|
{
|