@nuxt/modules 0.5.0-870b94 → 0.5.0-89cafd
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 +252 -36
- 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",
|
|
@@ -1368,8 +1368,10 @@
|
|
|
1368
1368
|
}
|
|
1369
1369
|
],
|
|
1370
1370
|
"compatibility": {
|
|
1371
|
-
"nuxt": "^2.0.0",
|
|
1372
|
-
"requires": {
|
|
1371
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1372
|
+
"requires": {
|
|
1373
|
+
"bridge": "optional"
|
|
1374
|
+
}
|
|
1373
1375
|
}
|
|
1374
1376
|
},
|
|
1375
1377
|
{
|
|
@@ -1435,7 +1437,7 @@
|
|
|
1435
1437
|
"name": "graphql-client",
|
|
1436
1438
|
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
1437
1439
|
"repo": "diizzayy/nuxt-graphql-client",
|
|
1438
|
-
"npm": "",
|
|
1440
|
+
"npm": "nuxt-graphql-client",
|
|
1439
1441
|
"icon": "graphql-client.svg",
|
|
1440
1442
|
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1441
1443
|
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
@@ -1523,11 +1525,11 @@
|
|
|
1523
1525
|
{
|
|
1524
1526
|
"name": "harlem",
|
|
1525
1527
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1526
|
-
"repo": "nuxt-
|
|
1528
|
+
"repo": "nuxt-modules/harlem",
|
|
1527
1529
|
"npm": "@nuxtjs/harlem",
|
|
1528
1530
|
"icon": "harlem.svg",
|
|
1529
|
-
"github": "https://github.com/nuxt-
|
|
1530
|
-
"website": "https://github.com/nuxt-
|
|
1531
|
+
"github": "https://github.com/nuxt-modules/harlem",
|
|
1532
|
+
"website": "https://github.com/nuxt-modules/harlem",
|
|
1531
1533
|
"learn_more": "https://harlemjs.com/",
|
|
1532
1534
|
"category": "Extensions",
|
|
1533
1535
|
"type": "community",
|
|
@@ -1657,10 +1659,10 @@
|
|
|
1657
1659
|
{
|
|
1658
1660
|
"name": "html-validator",
|
|
1659
1661
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1660
|
-
"repo": "nuxt-
|
|
1662
|
+
"repo": "nuxt-modules/html-validator",
|
|
1661
1663
|
"npm": "@nuxtjs/html-validator",
|
|
1662
1664
|
"icon": "html-validator.png",
|
|
1663
|
-
"github": "https://github.com/nuxt-
|
|
1665
|
+
"github": "https://github.com/nuxt-modules/html-validator",
|
|
1664
1666
|
"website": "https://html-validator.nuxtjs.org",
|
|
1665
1667
|
"learn_more": "https://html-validate.org",
|
|
1666
1668
|
"category": "Performance",
|
|
@@ -1673,8 +1675,10 @@
|
|
|
1673
1675
|
}
|
|
1674
1676
|
],
|
|
1675
1677
|
"compatibility": {
|
|
1676
|
-
"nuxt": "^2.0.0",
|
|
1677
|
-
"requires": {
|
|
1678
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1679
|
+
"requires": {
|
|
1680
|
+
"bridge": "optional"
|
|
1681
|
+
}
|
|
1678
1682
|
}
|
|
1679
1683
|
},
|
|
1680
1684
|
{
|
|
@@ -1754,6 +1758,28 @@
|
|
|
1754
1758
|
"requires": {}
|
|
1755
1759
|
}
|
|
1756
1760
|
},
|
|
1761
|
+
{
|
|
1762
|
+
"name": "icon",
|
|
1763
|
+
"description": "",
|
|
1764
|
+
"repo": "nuxt-modules/icon",
|
|
1765
|
+
"npm": "nuxt-icon",
|
|
1766
|
+
"icon": "nuxt-icon.png",
|
|
1767
|
+
"github": "https://github.com/nuxt-modules/icon",
|
|
1768
|
+
"website": "https://github.com/nuxt-modules/icon",
|
|
1769
|
+
"learn_more": "",
|
|
1770
|
+
"category": "UI",
|
|
1771
|
+
"type": "community",
|
|
1772
|
+
"maintainers": [
|
|
1773
|
+
{
|
|
1774
|
+
"name": "Atinux",
|
|
1775
|
+
"github": "Atinux"
|
|
1776
|
+
}
|
|
1777
|
+
],
|
|
1778
|
+
"compatibility": {
|
|
1779
|
+
"nuxt": "^3.0.0",
|
|
1780
|
+
"requires": {}
|
|
1781
|
+
}
|
|
1782
|
+
},
|
|
1757
1783
|
{
|
|
1758
1784
|
"name": "icons",
|
|
1759
1785
|
"description": "Use your own automatically imported SVG icons.",
|
|
@@ -1827,7 +1853,7 @@
|
|
|
1827
1853
|
}
|
|
1828
1854
|
],
|
|
1829
1855
|
"compatibility": {
|
|
1830
|
-
"nuxt": "^2.0.0",
|
|
1856
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1831
1857
|
"requires": {
|
|
1832
1858
|
"bridge": "optional"
|
|
1833
1859
|
}
|
|
@@ -2570,6 +2596,28 @@
|
|
|
2570
2596
|
}
|
|
2571
2597
|
}
|
|
2572
2598
|
},
|
|
2599
|
+
{
|
|
2600
|
+
"name": "nuxt-monaco-editor",
|
|
2601
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
2602
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
2603
|
+
"npm": "nuxt-monaco-editor",
|
|
2604
|
+
"icon": "",
|
|
2605
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2606
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2607
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
2608
|
+
"category": "Libraries",
|
|
2609
|
+
"type": "3rd-party",
|
|
2610
|
+
"maintainers": [
|
|
2611
|
+
{
|
|
2612
|
+
"name": "e-chan1007",
|
|
2613
|
+
"github": "e-chan1007"
|
|
2614
|
+
}
|
|
2615
|
+
],
|
|
2616
|
+
"compatibility": {
|
|
2617
|
+
"nuxt": "^3.0.0",
|
|
2618
|
+
"requires": {}
|
|
2619
|
+
}
|
|
2620
|
+
},
|
|
2573
2621
|
{
|
|
2574
2622
|
"name": "nuxt-pino-log",
|
|
2575
2623
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -2639,6 +2687,50 @@
|
|
|
2639
2687
|
"requires": {}
|
|
2640
2688
|
}
|
|
2641
2689
|
},
|
|
2690
|
+
{
|
|
2691
|
+
"name": "nuxt-svgo",
|
|
2692
|
+
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2693
|
+
"repo": "cpsoinos/nuxt-svgo",
|
|
2694
|
+
"npm": "nuxt-svgo",
|
|
2695
|
+
"icon": "",
|
|
2696
|
+
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2697
|
+
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2698
|
+
"learn_more": "",
|
|
2699
|
+
"category": "Images",
|
|
2700
|
+
"type": "3rd-party",
|
|
2701
|
+
"maintainers": [
|
|
2702
|
+
{
|
|
2703
|
+
"name": "cpsoinos",
|
|
2704
|
+
"github": "cpsoinos"
|
|
2705
|
+
}
|
|
2706
|
+
],
|
|
2707
|
+
"compatibility": {
|
|
2708
|
+
"nuxt": "^3.0.0",
|
|
2709
|
+
"requires": {}
|
|
2710
|
+
}
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
"name": "nuxt-unleash",
|
|
2714
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
2715
|
+
"repo": "conejerock/nuxt-unleash",
|
|
2716
|
+
"npm": "nuxt-unleash",
|
|
2717
|
+
"icon": "nuxt-unleash.svg",
|
|
2718
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
2719
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
2720
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
2721
|
+
"category": "Deployment",
|
|
2722
|
+
"type": "3rd-party",
|
|
2723
|
+
"maintainers": [
|
|
2724
|
+
{
|
|
2725
|
+
"name": "Juanjo Conejerock",
|
|
2726
|
+
"github": "conejerock"
|
|
2727
|
+
}
|
|
2728
|
+
],
|
|
2729
|
+
"compatibility": {
|
|
2730
|
+
"nuxt": "^2.0.0",
|
|
2731
|
+
"requires": {}
|
|
2732
|
+
}
|
|
2733
|
+
},
|
|
2642
2734
|
{
|
|
2643
2735
|
"name": "nuxt-use-motion",
|
|
2644
2736
|
"description": "A Nuxt module putting your components in motion",
|
|
@@ -2821,11 +2913,11 @@
|
|
|
2821
2913
|
{
|
|
2822
2914
|
"name": "partytown",
|
|
2823
2915
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2824
|
-
"repo": "nuxt-
|
|
2916
|
+
"repo": "nuxt-modules/partytown",
|
|
2825
2917
|
"npm": "@nuxtjs/partytown",
|
|
2826
2918
|
"icon": "partytown.svg",
|
|
2827
|
-
"github": "https://github.com/nuxt-
|
|
2828
|
-
"website": "https://github.com/nuxt-
|
|
2919
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
2920
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
2829
2921
|
"learn_more": "https://partytown.builder.io/",
|
|
2830
2922
|
"category": "Performance",
|
|
2831
2923
|
"type": "community",
|
|
@@ -2939,28 +3031,19 @@
|
|
|
2939
3031
|
{
|
|
2940
3032
|
"name": "prismic",
|
|
2941
3033
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
2942
|
-
"repo": "nuxt-
|
|
3034
|
+
"repo": "nuxt-modules/prismic",
|
|
2943
3035
|
"npm": "@nuxtjs/prismic",
|
|
2944
3036
|
"icon": "prismic.png",
|
|
2945
|
-
"github": "https://github.com/nuxt-
|
|
3037
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
2946
3038
|
"website": "https://prismic.nuxtjs.org",
|
|
2947
|
-
"learn_more": "https://prismic.io
|
|
3039
|
+
"learn_more": "https://prismic.io",
|
|
2948
3040
|
"category": "CMS",
|
|
2949
3041
|
"type": "community",
|
|
2950
3042
|
"maintainers": [
|
|
2951
|
-
{
|
|
2952
|
-
"name": "Sébastien Chopin",
|
|
2953
|
-
"github": "Atinux",
|
|
2954
|
-
"twitter": "Atinux"
|
|
2955
|
-
},
|
|
2956
3043
|
{
|
|
2957
3044
|
"name": "lihbr",
|
|
2958
3045
|
"github": "lihbr",
|
|
2959
3046
|
"twitter": "li_hbr"
|
|
2960
|
-
},
|
|
2961
|
-
{
|
|
2962
|
-
"name": "James Pegg",
|
|
2963
|
-
"github": "jamespegg"
|
|
2964
3047
|
}
|
|
2965
3048
|
],
|
|
2966
3049
|
"compatibility": {
|
|
@@ -3039,7 +3122,7 @@
|
|
|
3039
3122
|
{
|
|
3040
3123
|
"name": "purgecss",
|
|
3041
3124
|
"description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
|
|
3042
|
-
"repo": "Developmint/nuxt-purgecss",
|
|
3125
|
+
"repo": "Developmint/nuxt-purgecss#main",
|
|
3043
3126
|
"npm": "nuxt-purgecss",
|
|
3044
3127
|
"icon": "purgecss.png",
|
|
3045
3128
|
"github": "https://github.com/Developmint/nuxt-purgecss",
|
|
@@ -3054,7 +3137,7 @@
|
|
|
3054
3137
|
}
|
|
3055
3138
|
],
|
|
3056
3139
|
"compatibility": {
|
|
3057
|
-
"nuxt": "^2.0.0",
|
|
3140
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3058
3141
|
"requires": {}
|
|
3059
3142
|
}
|
|
3060
3143
|
},
|
|
@@ -3190,8 +3273,10 @@
|
|
|
3190
3273
|
}
|
|
3191
3274
|
],
|
|
3192
3275
|
"compatibility": {
|
|
3193
|
-
"nuxt": "^2.0.0",
|
|
3194
|
-
"requires": {
|
|
3276
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3277
|
+
"requires": {
|
|
3278
|
+
"bridge": "optional"
|
|
3279
|
+
}
|
|
3195
3280
|
}
|
|
3196
3281
|
},
|
|
3197
3282
|
{
|
|
@@ -3265,10 +3350,10 @@
|
|
|
3265
3350
|
{
|
|
3266
3351
|
"name": "sanity",
|
|
3267
3352
|
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3268
|
-
"repo": "nuxt-
|
|
3353
|
+
"repo": "nuxt-modules/sanity#main",
|
|
3269
3354
|
"npm": "@nuxtjs/sanity",
|
|
3270
3355
|
"icon": "sanity.png",
|
|
3271
|
-
"github": "https://github.com/nuxt-
|
|
3356
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
3272
3357
|
"website": "https://sanity.nuxtjs.org",
|
|
3273
3358
|
"learn_more": "https://www.sanity.io/",
|
|
3274
3359
|
"category": "CMS",
|
|
@@ -4064,6 +4149,31 @@
|
|
|
4064
4149
|
"requires": {}
|
|
4065
4150
|
}
|
|
4066
4151
|
},
|
|
4152
|
+
{
|
|
4153
|
+
"name": "turnstile",
|
|
4154
|
+
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
4155
|
+
"repo": "danielroe/nuxt-turnstile",
|
|
4156
|
+
"npm": "nuxt-turnstile",
|
|
4157
|
+
"icon": "cloudflare.svg",
|
|
4158
|
+
"github": "https://github.com/danielroe/nuxt-turnstile",
|
|
4159
|
+
"website": "https://github.com/danielroe/nuxt-turnstile",
|
|
4160
|
+
"learn_more": "https://www.cloudflare.com/products/turnstile/",
|
|
4161
|
+
"category": "Security",
|
|
4162
|
+
"type": "3rd-party",
|
|
4163
|
+
"maintainers": [
|
|
4164
|
+
{
|
|
4165
|
+
"name": "Daniel Roe",
|
|
4166
|
+
"github": "danielroe",
|
|
4167
|
+
"twitter": "danielcroe"
|
|
4168
|
+
}
|
|
4169
|
+
],
|
|
4170
|
+
"compatibility": {
|
|
4171
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4172
|
+
"requires": {
|
|
4173
|
+
"bridge": true
|
|
4174
|
+
}
|
|
4175
|
+
}
|
|
4176
|
+
},
|
|
4067
4177
|
{
|
|
4068
4178
|
"name": "twa",
|
|
4069
4179
|
"description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
|
|
@@ -4088,6 +4198,39 @@
|
|
|
4088
4198
|
}
|
|
4089
4199
|
}
|
|
4090
4200
|
},
|
|
4201
|
+
{
|
|
4202
|
+
"name": "twicpics",
|
|
4203
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
4204
|
+
"repo": "TwicPics/components",
|
|
4205
|
+
"npm": "@twicpics/components",
|
|
4206
|
+
"icon": "twicpics.svg",
|
|
4207
|
+
"github": "https://github.com/TwicPics/components",
|
|
4208
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
4209
|
+
"learn_more": "https://www.twicpics.com",
|
|
4210
|
+
"category": "Images",
|
|
4211
|
+
"type": "3rd-party",
|
|
4212
|
+
"maintainers": [
|
|
4213
|
+
{
|
|
4214
|
+
"name": "Florent Bourgeois",
|
|
4215
|
+
"github": "florentb",
|
|
4216
|
+
"twitter": "florent_b"
|
|
4217
|
+
},
|
|
4218
|
+
{
|
|
4219
|
+
"name": "Julian Aubourg",
|
|
4220
|
+
"github": "jaubourg",
|
|
4221
|
+
"twitter": "jaubourg"
|
|
4222
|
+
},
|
|
4223
|
+
{
|
|
4224
|
+
"name": "Miguel Beignon",
|
|
4225
|
+
"github": "mbgspcii",
|
|
4226
|
+
"twitter": "m_beignon"
|
|
4227
|
+
}
|
|
4228
|
+
],
|
|
4229
|
+
"compatibility": {
|
|
4230
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4231
|
+
"requires": {}
|
|
4232
|
+
}
|
|
4233
|
+
},
|
|
4091
4234
|
{
|
|
4092
4235
|
"name": "typed-router",
|
|
4093
4236
|
"description": "Provide autocompletion for pages route names generated by Nuxt router",
|
|
@@ -4199,6 +4342,30 @@
|
|
|
4199
4342
|
"requires": {}
|
|
4200
4343
|
}
|
|
4201
4344
|
},
|
|
4345
|
+
{
|
|
4346
|
+
"name": "umami",
|
|
4347
|
+
"description": "Embed the Umami analytics library into Nuxt",
|
|
4348
|
+
"repo": "ijkml/nuxt-umami",
|
|
4349
|
+
"npm": "nuxt-umami",
|
|
4350
|
+
"icon": "umami.svg",
|
|
4351
|
+
"github": "https://github.com/ijkml/nuxt-umami",
|
|
4352
|
+
"website": "https://github.com/ijkml/nuxt-umami",
|
|
4353
|
+
"learn_more": "https://umami.is/docs/",
|
|
4354
|
+
"category": "Analytics",
|
|
4355
|
+
"type": "3rd-party",
|
|
4356
|
+
"maintainers": [
|
|
4357
|
+
{
|
|
4358
|
+
"name": "ML",
|
|
4359
|
+
"github": "ijkml"
|
|
4360
|
+
}
|
|
4361
|
+
],
|
|
4362
|
+
"compatibility": {
|
|
4363
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4364
|
+
"requires": {
|
|
4365
|
+
"bridge": "optional"
|
|
4366
|
+
}
|
|
4367
|
+
}
|
|
4368
|
+
},
|
|
4202
4369
|
{
|
|
4203
4370
|
"name": "universal-storage",
|
|
4204
4371
|
"description": "Universal Storage Utilities for Nuxt.js",
|
|
@@ -4435,6 +4602,28 @@
|
|
|
4435
4602
|
"requires": {}
|
|
4436
4603
|
}
|
|
4437
4604
|
},
|
|
4605
|
+
{
|
|
4606
|
+
"name": "vuestic",
|
|
4607
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
4608
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
4609
|
+
"npm": "@vuestic/nuxt",
|
|
4610
|
+
"icon": "",
|
|
4611
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
4612
|
+
"website": "https://vuestic.dev",
|
|
4613
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
4614
|
+
"category": "UI",
|
|
4615
|
+
"type": "3rd-party",
|
|
4616
|
+
"maintainers": [
|
|
4617
|
+
{
|
|
4618
|
+
"name": "epicmaxco",
|
|
4619
|
+
"github": "epicmaxco"
|
|
4620
|
+
}
|
|
4621
|
+
],
|
|
4622
|
+
"compatibility": {
|
|
4623
|
+
"nuxt": "^3.0.0",
|
|
4624
|
+
"requires": {}
|
|
4625
|
+
}
|
|
4626
|
+
},
|
|
4438
4627
|
{
|
|
4439
4628
|
"name": "vuetify",
|
|
4440
4629
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -4537,8 +4726,10 @@
|
|
|
4537
4726
|
}
|
|
4538
4727
|
],
|
|
4539
4728
|
"compatibility": {
|
|
4540
|
-
"nuxt": "^2.0.0",
|
|
4541
|
-
"requires": {
|
|
4729
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4730
|
+
"requires": {
|
|
4731
|
+
"bridge": "optional"
|
|
4732
|
+
}
|
|
4542
4733
|
}
|
|
4543
4734
|
},
|
|
4544
4735
|
{
|
|
@@ -4774,6 +4965,31 @@
|
|
|
4774
4965
|
"requires": {}
|
|
4775
4966
|
}
|
|
4776
4967
|
},
|
|
4968
|
+
{
|
|
4969
|
+
"name": "xstate",
|
|
4970
|
+
"description": "XState integration for Nuxt",
|
|
4971
|
+
"repo": "Lexpeartha/nuxt-xstate",
|
|
4972
|
+
"npm": "nuxt-xstate",
|
|
4973
|
+
"icon": "xstate.svg",
|
|
4974
|
+
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4975
|
+
"website": "https://nuxt-xstate.lexpeartha.com",
|
|
4976
|
+
"learn_more": "https://xstate.js.org/",
|
|
4977
|
+
"category": "Extensions",
|
|
4978
|
+
"type": "3rd-party",
|
|
4979
|
+
"maintainers": [
|
|
4980
|
+
{
|
|
4981
|
+
"name": "Lexpeartha",
|
|
4982
|
+
"github": "Lexpeartha",
|
|
4983
|
+
"twitter": "lexpeartha"
|
|
4984
|
+
}
|
|
4985
|
+
],
|
|
4986
|
+
"compatibility": {
|
|
4987
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4988
|
+
"requires": {
|
|
4989
|
+
"bridge": true
|
|
4990
|
+
}
|
|
4991
|
+
}
|
|
4992
|
+
},
|
|
4777
4993
|
{
|
|
4778
4994
|
"name": "xui",
|
|
4779
4995
|
"description": "Light module to help design websites with Nuxt.",
|