@nuxt/modules 0.6.0-af82c5 → 0.6.0-afdf2c
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 +326 -66
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -1290,7 +1290,8 @@
|
|
|
1290
1290
|
],
|
|
1291
1291
|
"compatibility": {
|
|
1292
1292
|
"nuxt": "^3.0.0",
|
|
1293
|
-
"requires": {}
|
|
1293
|
+
"requires": {},
|
|
1294
|
+
"devtools": "^0.0.0"
|
|
1294
1295
|
}
|
|
1295
1296
|
},
|
|
1296
1297
|
{
|
|
@@ -2009,7 +2010,8 @@
|
|
|
2009
2010
|
],
|
|
2010
2011
|
"compatibility": {
|
|
2011
2012
|
"nuxt": "^3.0.0",
|
|
2012
|
-
"requires": {}
|
|
2013
|
+
"requires": {},
|
|
2014
|
+
"devtools": "^0.0.0"
|
|
2013
2015
|
}
|
|
2014
2016
|
},
|
|
2015
2017
|
{
|
|
@@ -2402,7 +2404,8 @@
|
|
|
2402
2404
|
],
|
|
2403
2405
|
"compatibility": {
|
|
2404
2406
|
"nuxt": "^3.0.0",
|
|
2405
|
-
"requires": {}
|
|
2407
|
+
"requires": {},
|
|
2408
|
+
"devtools": "^0.0.0"
|
|
2406
2409
|
}
|
|
2407
2410
|
},
|
|
2408
2411
|
{
|
|
@@ -2486,10 +2489,6 @@
|
|
|
2486
2489
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2487
2490
|
"requires": {
|
|
2488
2491
|
"bridge": "optional"
|
|
2489
|
-
},
|
|
2490
|
-
"versionMap": {
|
|
2491
|
-
"2.x": "latest",
|
|
2492
|
-
"3.x": "rc"
|
|
2493
2492
|
}
|
|
2494
2493
|
}
|
|
2495
2494
|
},
|
|
@@ -2629,6 +2628,33 @@
|
|
|
2629
2628
|
"requires": {}
|
|
2630
2629
|
}
|
|
2631
2630
|
},
|
|
2631
|
+
{
|
|
2632
|
+
"name": "kinde",
|
|
2633
|
+
"description": "Kinde authentication integration for Nuxt",
|
|
2634
|
+
"repo": "nuxt-modules/kinde",
|
|
2635
|
+
"npm": "@nuxtjs/kinde",
|
|
2636
|
+
"icon": "kinde.svg",
|
|
2637
|
+
"github": "https://github.com/nuxt-modules/kinde",
|
|
2638
|
+
"website": "https://kinde.com/docs/developer-tools/nuxt-module/",
|
|
2639
|
+
"learn_more": "https://kinde.com/",
|
|
2640
|
+
"category": "Security",
|
|
2641
|
+
"type": "community",
|
|
2642
|
+
"maintainers": [
|
|
2643
|
+
{
|
|
2644
|
+
"name": "danielroe",
|
|
2645
|
+
"github": "danielroe"
|
|
2646
|
+
},
|
|
2647
|
+
{
|
|
2648
|
+
"name": "daveordead",
|
|
2649
|
+
"github": "DaveOrDead",
|
|
2650
|
+
"twitter": "dave_or_dead"
|
|
2651
|
+
}
|
|
2652
|
+
],
|
|
2653
|
+
"compatibility": {
|
|
2654
|
+
"nuxt": "^3.0.0",
|
|
2655
|
+
"requires": {}
|
|
2656
|
+
}
|
|
2657
|
+
},
|
|
2632
2658
|
{
|
|
2633
2659
|
"name": "kql",
|
|
2634
2660
|
"description": "Nuxt module for Kirby's Query Language API",
|
|
@@ -2762,7 +2788,8 @@
|
|
|
2762
2788
|
],
|
|
2763
2789
|
"compatibility": {
|
|
2764
2790
|
"nuxt": "^3.0.0",
|
|
2765
|
-
"requires": {}
|
|
2791
|
+
"requires": {},
|
|
2792
|
+
"devtools": "^0.0.0"
|
|
2766
2793
|
}
|
|
2767
2794
|
},
|
|
2768
2795
|
{
|
|
@@ -2976,6 +3003,28 @@
|
|
|
2976
3003
|
"requires": {}
|
|
2977
3004
|
}
|
|
2978
3005
|
},
|
|
3006
|
+
{
|
|
3007
|
+
"name": "maz-ui",
|
|
3008
|
+
"description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
|
|
3009
|
+
"repo": "louismazel/maz-ui",
|
|
3010
|
+
"npm": "maz-ui",
|
|
3011
|
+
"icon": "maz-ui.png",
|
|
3012
|
+
"github": "https://github.com/louismazel/maz-ui",
|
|
3013
|
+
"website": "https://louismazel.github.io/maz-ui-3/",
|
|
3014
|
+
"learn_more": "https://louismazel.github.io/maz-ui-3/",
|
|
3015
|
+
"category": "UI",
|
|
3016
|
+
"type": "community",
|
|
3017
|
+
"maintainers": [
|
|
3018
|
+
{
|
|
3019
|
+
"name": "Loïc Mazuel",
|
|
3020
|
+
"github": "LouisMazel"
|
|
3021
|
+
}
|
|
3022
|
+
],
|
|
3023
|
+
"compatibility": {
|
|
3024
|
+
"nuxt": "^3.0.0",
|
|
3025
|
+
"requires": {}
|
|
3026
|
+
}
|
|
3027
|
+
},
|
|
2979
3028
|
{
|
|
2980
3029
|
"name": "mdx",
|
|
2981
3030
|
"description": "Write JSX in your Markdown with Nuxt and import Vue Components in your .mdx files",
|
|
@@ -3046,7 +3095,8 @@
|
|
|
3046
3095
|
"nuxt": "^3.0.0",
|
|
3047
3096
|
"requires": {
|
|
3048
3097
|
"bridge": false
|
|
3049
|
-
}
|
|
3098
|
+
},
|
|
3099
|
+
"devtools": "^0.0.0"
|
|
3050
3100
|
}
|
|
3051
3101
|
},
|
|
3052
3102
|
{
|
|
@@ -3348,28 +3398,6 @@
|
|
|
3348
3398
|
"requires": {}
|
|
3349
3399
|
}
|
|
3350
3400
|
},
|
|
3351
|
-
{
|
|
3352
|
-
"name": "nuxt-auth",
|
|
3353
|
-
"description": "",
|
|
3354
|
-
"repo": "sidebase/nuxt-auth",
|
|
3355
|
-
"npm": "@sidebase/nuxt-auth",
|
|
3356
|
-
"icon": "",
|
|
3357
|
-
"github": "https://github.com/sidebase/nuxt-auth",
|
|
3358
|
-
"website": "https://github.com/sidebase/nuxt-auth",
|
|
3359
|
-
"learn_more": "",
|
|
3360
|
-
"category": "Devtools",
|
|
3361
|
-
"type": "3rd-party",
|
|
3362
|
-
"maintainers": [
|
|
3363
|
-
{
|
|
3364
|
-
"name": "sidebase",
|
|
3365
|
-
"github": "sidebase"
|
|
3366
|
-
}
|
|
3367
|
-
],
|
|
3368
|
-
"compatibility": {
|
|
3369
|
-
"nuxt": "^2.0.0",
|
|
3370
|
-
"requires": {}
|
|
3371
|
-
}
|
|
3372
|
-
},
|
|
3373
3401
|
{
|
|
3374
3402
|
"name": "nuxt-basic-auth",
|
|
3375
3403
|
"description": "Nuxt Module for Basic Authentication",
|
|
@@ -3554,7 +3582,8 @@
|
|
|
3554
3582
|
],
|
|
3555
3583
|
"compatibility": {
|
|
3556
3584
|
"nuxt": "^3.0.0",
|
|
3557
|
-
"requires": {}
|
|
3585
|
+
"requires": {},
|
|
3586
|
+
"devtools": "^0.0.0"
|
|
3558
3587
|
}
|
|
3559
3588
|
},
|
|
3560
3589
|
{
|
|
@@ -3649,6 +3678,28 @@
|
|
|
3649
3678
|
"requires": {}
|
|
3650
3679
|
}
|
|
3651
3680
|
},
|
|
3681
|
+
{
|
|
3682
|
+
"name": "nuxt-mail",
|
|
3683
|
+
"description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
|
|
3684
|
+
"repo": "dword-design/nuxt-mail",
|
|
3685
|
+
"npm": "nuxt-mail",
|
|
3686
|
+
"icon": "",
|
|
3687
|
+
"github": "https://github.com/dword-design/nuxt-mail",
|
|
3688
|
+
"website": "https://github.com/dword-design/nuxt-mail",
|
|
3689
|
+
"learn_more": "",
|
|
3690
|
+
"category": "Extensions",
|
|
3691
|
+
"type": "3rd-party",
|
|
3692
|
+
"maintainers": [
|
|
3693
|
+
{
|
|
3694
|
+
"name": "Sebastian Landwehr",
|
|
3695
|
+
"github": "dword-design"
|
|
3696
|
+
}
|
|
3697
|
+
],
|
|
3698
|
+
"compatibility": {
|
|
3699
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3700
|
+
"requires": {}
|
|
3701
|
+
}
|
|
3702
|
+
},
|
|
3652
3703
|
{
|
|
3653
3704
|
"name": "nuxt-mapbox",
|
|
3654
3705
|
"description": "Elegant Mapbox integration with Nuxt",
|
|
@@ -3732,6 +3783,30 @@
|
|
|
3732
3783
|
"github": "arashsheyda"
|
|
3733
3784
|
}
|
|
3734
3785
|
],
|
|
3786
|
+
"compatibility": {
|
|
3787
|
+
"nuxt": "^3.0.0",
|
|
3788
|
+
"requires": {},
|
|
3789
|
+
"devtools": "^0.0.0"
|
|
3790
|
+
}
|
|
3791
|
+
},
|
|
3792
|
+
{
|
|
3793
|
+
"name": "nuxt-payload-analyzer",
|
|
3794
|
+
"description": "Analyze Nuxt Payload Size",
|
|
3795
|
+
"repo": "barbapapazes/nuxt-payload-analyzer",
|
|
3796
|
+
"npm": "nuxt-payload-analyzer",
|
|
3797
|
+
"icon": "",
|
|
3798
|
+
"github": "https://github.com/barbapapazes/nuxt-payload-analyzer",
|
|
3799
|
+
"website": "https://github.com/barbapapazes/nuxt-payload-analyzer#readme",
|
|
3800
|
+
"learn_more": "",
|
|
3801
|
+
"category": "Performance",
|
|
3802
|
+
"type": "3rd-party",
|
|
3803
|
+
"maintainers": [
|
|
3804
|
+
{
|
|
3805
|
+
"name": "Barbapapazes",
|
|
3806
|
+
"github": "Barbapapazes",
|
|
3807
|
+
"twitter": "soubiran_"
|
|
3808
|
+
}
|
|
3809
|
+
],
|
|
3735
3810
|
"compatibility": {
|
|
3736
3811
|
"nuxt": "^3.0.0",
|
|
3737
3812
|
"requires": {}
|
|
@@ -3899,6 +3974,28 @@
|
|
|
3899
3974
|
"requires": {}
|
|
3900
3975
|
}
|
|
3901
3976
|
},
|
|
3977
|
+
{
|
|
3978
|
+
"name": "nuxt-social-share",
|
|
3979
|
+
"description": "Simple Social Sharing for Nuxt",
|
|
3980
|
+
"repo": "stefanobartoletti/nuxt-social-share",
|
|
3981
|
+
"npm": "@stefanobartoletti/nuxt-social-share",
|
|
3982
|
+
"icon": "nuxt-social-share.png",
|
|
3983
|
+
"github": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
3984
|
+
"website": "https://github.com/stefanobartoletti/nuxt-social-share",
|
|
3985
|
+
"learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
|
|
3986
|
+
"category": "Extensions",
|
|
3987
|
+
"type": "3rd-party",
|
|
3988
|
+
"maintainers": [
|
|
3989
|
+
{
|
|
3990
|
+
"name": "stefanobartoletti",
|
|
3991
|
+
"github": "stefanobartoletti"
|
|
3992
|
+
}
|
|
3993
|
+
],
|
|
3994
|
+
"compatibility": {
|
|
3995
|
+
"nuxt": "^3.0.0",
|
|
3996
|
+
"requires": {}
|
|
3997
|
+
}
|
|
3998
|
+
},
|
|
3902
3999
|
{
|
|
3903
4000
|
"name": "ssr-lit",
|
|
3904
4001
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -4171,7 +4268,8 @@
|
|
|
4171
4268
|
],
|
|
4172
4269
|
"compatibility": {
|
|
4173
4270
|
"nuxt": "^3.0.0",
|
|
4174
|
-
"requires": {}
|
|
4271
|
+
"requires": {},
|
|
4272
|
+
"devtools": "^0.0.0"
|
|
4175
4273
|
}
|
|
4176
4274
|
},
|
|
4177
4275
|
{
|
|
@@ -4499,6 +4597,29 @@
|
|
|
4499
4597
|
"requires": {}
|
|
4500
4598
|
}
|
|
4501
4599
|
},
|
|
4600
|
+
{
|
|
4601
|
+
"name": "primevue",
|
|
4602
|
+
"description": "Next Generation Vue UI Component Library",
|
|
4603
|
+
"repo": "primefaces/primevue-nuxt-module",
|
|
4604
|
+
"npm": "nuxt-primevue",
|
|
4605
|
+
"icon": "primevue.svg",
|
|
4606
|
+
"github": "https://github.com/primefaces/primevue-nuxt-module",
|
|
4607
|
+
"website": "https://primevue.org/",
|
|
4608
|
+
"learn_more": "https://primevue.org/",
|
|
4609
|
+
"category": "UI",
|
|
4610
|
+
"type": "3rd-party",
|
|
4611
|
+
"maintainers": [
|
|
4612
|
+
{
|
|
4613
|
+
"name": "primefaces",
|
|
4614
|
+
"github": "primefaces",
|
|
4615
|
+
"twitter": "primevue"
|
|
4616
|
+
}
|
|
4617
|
+
],
|
|
4618
|
+
"compatibility": {
|
|
4619
|
+
"nuxt": "^3.0.0",
|
|
4620
|
+
"requires": {}
|
|
4621
|
+
}
|
|
4622
|
+
},
|
|
4502
4623
|
{
|
|
4503
4624
|
"name": "prismic",
|
|
4504
4625
|
"description": "Easily connect your Nuxt application to your content hosted on Prismic",
|
|
@@ -4700,7 +4821,8 @@
|
|
|
4700
4821
|
],
|
|
4701
4822
|
"compatibility": {
|
|
4702
4823
|
"nuxt": "^3.0.0",
|
|
4703
|
-
"requires": {}
|
|
4824
|
+
"requires": {},
|
|
4825
|
+
"devtools": "^0.0.0"
|
|
4704
4826
|
}
|
|
4705
4827
|
},
|
|
4706
4828
|
{
|
|
@@ -4725,6 +4847,41 @@
|
|
|
4725
4847
|
"requires": {}
|
|
4726
4848
|
}
|
|
4727
4849
|
},
|
|
4850
|
+
{
|
|
4851
|
+
"name": "radix-vue",
|
|
4852
|
+
"description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
|
|
4853
|
+
"repo": "radix-vue/radix-vue",
|
|
4854
|
+
"npm": "radix-vue",
|
|
4855
|
+
"icon": "radix-vue.svg",
|
|
4856
|
+
"github": "https://github.com/radix-vue/radix-vue",
|
|
4857
|
+
"website": "https://www.radix-vue.com/",
|
|
4858
|
+
"learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
|
|
4859
|
+
"category": "UI",
|
|
4860
|
+
"type": "3rd-party",
|
|
4861
|
+
"maintainers": [
|
|
4862
|
+
{
|
|
4863
|
+
"name": "Zernonia",
|
|
4864
|
+
"github": "zernonia",
|
|
4865
|
+
"twitter": "zernonia"
|
|
4866
|
+
},
|
|
4867
|
+
{
|
|
4868
|
+
"name": "Khairul Haaziq",
|
|
4869
|
+
"github": "khairulhaaziq"
|
|
4870
|
+
},
|
|
4871
|
+
{
|
|
4872
|
+
"name": "Mujahid Anuar",
|
|
4873
|
+
"github": "mujahidfa"
|
|
4874
|
+
},
|
|
4875
|
+
{
|
|
4876
|
+
"name": "Max",
|
|
4877
|
+
"github": "onmax"
|
|
4878
|
+
}
|
|
4879
|
+
],
|
|
4880
|
+
"compatibility": {
|
|
4881
|
+
"nuxt": "^3.0.0",
|
|
4882
|
+
"requires": {}
|
|
4883
|
+
}
|
|
4884
|
+
},
|
|
4728
4885
|
{
|
|
4729
4886
|
"name": "recaptcha",
|
|
4730
4887
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt",
|
|
@@ -5205,7 +5362,7 @@
|
|
|
5205
5362
|
}
|
|
5206
5363
|
},
|
|
5207
5364
|
{
|
|
5208
|
-
"name": "
|
|
5365
|
+
"name": "sidebase-auth",
|
|
5209
5366
|
"description": "Zero-boilerplate authentication for nuxt 3 with support for many strategies (oauth, credentials, ...) and providers (google, azure, ...). Additionally supports session manipulation, client- and server-side protection and more.",
|
|
5210
5367
|
"repo": "sidebase/nuxt-auth",
|
|
5211
5368
|
"npm": "@sidebase/nuxt-auth",
|
|
@@ -5572,37 +5729,34 @@
|
|
|
5572
5729
|
],
|
|
5573
5730
|
"compatibility": {
|
|
5574
5731
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5575
|
-
"requires": {}
|
|
5732
|
+
"requires": {},
|
|
5733
|
+
"devtools": "^0.0.0"
|
|
5576
5734
|
}
|
|
5577
5735
|
},
|
|
5578
5736
|
{
|
|
5579
5737
|
"name": "storybook",
|
|
5580
5738
|
"description": "Easily integrate Storybook in your Nuxt application to design, build, and organize your UI components in isolation.",
|
|
5581
|
-
"repo": "nuxt-
|
|
5582
|
-
"npm": "@
|
|
5739
|
+
"repo": "nuxt-modules/storybook",
|
|
5740
|
+
"npm": "@nuxtjs/storybook",
|
|
5583
5741
|
"icon": "storybook.png",
|
|
5584
|
-
"github": "https://github.com/nuxt-
|
|
5742
|
+
"github": "https://github.com/nuxt-modules/storybook",
|
|
5585
5743
|
"website": "https://storybook.nuxtjs.org",
|
|
5586
|
-
"learn_more": "https://
|
|
5744
|
+
"learn_more": "https://github.com/storybook-vue/storybook-nuxt",
|
|
5587
5745
|
"category": "Devtools",
|
|
5588
5746
|
"type": "community",
|
|
5589
5747
|
"maintainers": [
|
|
5590
5748
|
{
|
|
5591
|
-
"name": "
|
|
5592
|
-
"github": "
|
|
5593
|
-
"twitter": "
|
|
5594
|
-
},
|
|
5595
|
-
{
|
|
5596
|
-
"name": "Pooya Parsa",
|
|
5597
|
-
"github": "pi0",
|
|
5598
|
-
"twitter": "_pi0_"
|
|
5749
|
+
"name": "Chakir QATAB",
|
|
5750
|
+
"github": "chakAs3",
|
|
5751
|
+
"twitter": "ChakirQatab"
|
|
5599
5752
|
}
|
|
5600
5753
|
],
|
|
5601
5754
|
"compatibility": {
|
|
5602
|
-
"nuxt": "^2.0.0",
|
|
5755
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5603
5756
|
"requires": {
|
|
5604
5757
|
"bridge": "optional"
|
|
5605
|
-
}
|
|
5758
|
+
},
|
|
5759
|
+
"devtools": "^0.7.2"
|
|
5606
5760
|
}
|
|
5607
5761
|
},
|
|
5608
5762
|
{
|
|
@@ -5632,7 +5786,8 @@
|
|
|
5632
5786
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5633
5787
|
"requires": {
|
|
5634
5788
|
"bridge": true
|
|
5635
|
-
}
|
|
5789
|
+
},
|
|
5790
|
+
"devtools": "^0.0.0"
|
|
5636
5791
|
}
|
|
5637
5792
|
},
|
|
5638
5793
|
{
|
|
@@ -5683,6 +5838,36 @@
|
|
|
5683
5838
|
"requires": {}
|
|
5684
5839
|
}
|
|
5685
5840
|
},
|
|
5841
|
+
{
|
|
5842
|
+
"name": "studio",
|
|
5843
|
+
"description": "A new experience to build content-driven website with Nuxt.",
|
|
5844
|
+
"repo": "nuxtlabs/studio-module",
|
|
5845
|
+
"npm": "@nuxthq/studio",
|
|
5846
|
+
"icon": "studio.svg",
|
|
5847
|
+
"github": "https://github.com/nuxtlabs/studio-module",
|
|
5848
|
+
"website": "https://nuxt.studio",
|
|
5849
|
+
"learn_more": "https://nuxt.studio",
|
|
5850
|
+
"category": "CMS",
|
|
5851
|
+
"type": "3rd-party",
|
|
5852
|
+
"maintainers": [
|
|
5853
|
+
{
|
|
5854
|
+
"name": "Ahad Birang",
|
|
5855
|
+
"github": "farnabaz",
|
|
5856
|
+
"twitter": "a_birang"
|
|
5857
|
+
},
|
|
5858
|
+
{
|
|
5859
|
+
"name": "Sébastien Chopin",
|
|
5860
|
+
"github": "Atinux",
|
|
5861
|
+
"twitter": "Atinux"
|
|
5862
|
+
}
|
|
5863
|
+
],
|
|
5864
|
+
"compatibility": {
|
|
5865
|
+
"nuxt": "^3.0.0",
|
|
5866
|
+
"requires": {
|
|
5867
|
+
"content": true
|
|
5868
|
+
}
|
|
5869
|
+
}
|
|
5870
|
+
},
|
|
5686
5871
|
{
|
|
5687
5872
|
"name": "style-resources",
|
|
5688
5873
|
"description": "Nuxt Style Resources - Share variables, mixins, functions across all style files (no @import needed)",
|
|
@@ -5921,10 +6106,10 @@
|
|
|
5921
6106
|
{
|
|
5922
6107
|
"name": "tailwindcss",
|
|
5923
6108
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
5924
|
-
"repo": "nuxt-modules/tailwindcss
|
|
6109
|
+
"repo": "nuxt-modules/tailwindcss",
|
|
5925
6110
|
"npm": "@nuxtjs/tailwindcss",
|
|
5926
6111
|
"icon": "tailwindcss.png",
|
|
5927
|
-
"github": "https://github.com/nuxt-modules/tailwindcss
|
|
6112
|
+
"github": "https://github.com/nuxt-modules/tailwindcss",
|
|
5928
6113
|
"website": "https://tailwindcss.nuxtjs.org",
|
|
5929
6114
|
"learn_more": "https://tailwindcss.com/",
|
|
5930
6115
|
"category": "UI",
|
|
@@ -5942,7 +6127,8 @@
|
|
|
5942
6127
|
],
|
|
5943
6128
|
"compatibility": {
|
|
5944
6129
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5945
|
-
"requires": {}
|
|
6130
|
+
"requires": {},
|
|
6131
|
+
"devtools": "^0.0.0"
|
|
5946
6132
|
}
|
|
5947
6133
|
},
|
|
5948
6134
|
{
|
|
@@ -6419,12 +6605,12 @@
|
|
|
6419
6605
|
{
|
|
6420
6606
|
"name": "unocss",
|
|
6421
6607
|
"description": "The instant on-demand atomic CSS engine.",
|
|
6422
|
-
"repo": "
|
|
6608
|
+
"repo": "unocss/unocss#main/packages/nuxt",
|
|
6423
6609
|
"npm": "@unocss/nuxt",
|
|
6424
6610
|
"icon": "unocss.svg",
|
|
6425
|
-
"github": "https://github.com/
|
|
6426
|
-
"website": "https://github.com/
|
|
6427
|
-
"learn_more": "https://github.com/
|
|
6611
|
+
"github": "https://github.com/unocss/unocss",
|
|
6612
|
+
"website": "https://github.com/unocss/unocss",
|
|
6613
|
+
"learn_more": "https://github.com/unocss/unocss",
|
|
6428
6614
|
"category": "UI",
|
|
6429
6615
|
"type": "3rd-party",
|
|
6430
6616
|
"maintainers": [
|
|
@@ -6439,7 +6625,8 @@
|
|
|
6439
6625
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6440
6626
|
"requires": {
|
|
6441
6627
|
"bridge": "optional"
|
|
6442
|
-
}
|
|
6628
|
+
},
|
|
6629
|
+
"devtools": "^0.0.0"
|
|
6443
6630
|
}
|
|
6444
6631
|
},
|
|
6445
6632
|
{
|
|
@@ -6744,18 +6931,19 @@
|
|
|
6744
6931
|
],
|
|
6745
6932
|
"compatibility": {
|
|
6746
6933
|
"nuxt": "^3.0.0",
|
|
6747
|
-
"requires": {}
|
|
6934
|
+
"requires": {},
|
|
6935
|
+
"devtools": "^0.0.0"
|
|
6748
6936
|
}
|
|
6749
6937
|
},
|
|
6750
6938
|
{
|
|
6751
6939
|
"name": "vue-email",
|
|
6752
|
-
"description": "Write email templates with vue",
|
|
6940
|
+
"description": "💌 Write email templates with vue",
|
|
6753
6941
|
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6754
6942
|
"npm": "vue-email",
|
|
6755
6943
|
"icon": "vue-email.svg",
|
|
6756
6944
|
"github": "https://github.com/Dave136/vue-email",
|
|
6757
|
-
"website": "https://
|
|
6758
|
-
"learn_more": "https://vue-email.vercel.app/getting-started
|
|
6945
|
+
"website": "https://www.vuemail.net/",
|
|
6946
|
+
"learn_more": "https://vue-email.vercel.app/getting-started",
|
|
6759
6947
|
"category": "UI",
|
|
6760
6948
|
"type": "3rd-party",
|
|
6761
6949
|
"maintainers": [
|
|
@@ -6772,6 +6960,30 @@
|
|
|
6772
6960
|
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6773
6961
|
}
|
|
6774
6962
|
],
|
|
6963
|
+
"compatibility": {
|
|
6964
|
+
"nuxt": "^3.0.0",
|
|
6965
|
+
"requires": {},
|
|
6966
|
+
"devtools": "^0.0.0"
|
|
6967
|
+
}
|
|
6968
|
+
},
|
|
6969
|
+
{
|
|
6970
|
+
"name": "@vue-final-modal/nuxt",
|
|
6971
|
+
"description": "The most powerful yet most light-weight modal library for Vue 3.",
|
|
6972
|
+
"repo": "vue-final/vue-final-modal",
|
|
6973
|
+
"npm": "@vue-final-modal/nuxt",
|
|
6974
|
+
"icon": "vue-final-modal.svg",
|
|
6975
|
+
"github": "https://github.com/vue-final/vue-final-modal",
|
|
6976
|
+
"website": "https://vue-final-modal.org/",
|
|
6977
|
+
"learn_more": "https://vue-final-modal.org/",
|
|
6978
|
+
"category": "UI",
|
|
6979
|
+
"type": "3rd-party",
|
|
6980
|
+
"maintainers": [
|
|
6981
|
+
{
|
|
6982
|
+
"name": "Hunter Liu",
|
|
6983
|
+
"github": "hunterliu1003",
|
|
6984
|
+
"twitter": "hunterliu1003"
|
|
6985
|
+
}
|
|
6986
|
+
],
|
|
6775
6987
|
"compatibility": {
|
|
6776
6988
|
"nuxt": "^3.0.0",
|
|
6777
6989
|
"requires": {}
|
|
@@ -6799,7 +7011,8 @@
|
|
|
6799
7011
|
"nuxt": "^3.0.0",
|
|
6800
7012
|
"requires": {
|
|
6801
7013
|
"bridge": "optional"
|
|
6802
|
-
}
|
|
7014
|
+
},
|
|
7015
|
+
"devtools": "^0.0.0"
|
|
6803
7016
|
}
|
|
6804
7017
|
},
|
|
6805
7018
|
{
|
|
@@ -7006,6 +7219,52 @@
|
|
|
7006
7219
|
"requires": {}
|
|
7007
7220
|
}
|
|
7008
7221
|
},
|
|
7222
|
+
{
|
|
7223
|
+
"name": "vueform-builder",
|
|
7224
|
+
"description": "Official Vueform Builder module for Nuxt",
|
|
7225
|
+
"repo": "vueform/builder-nuxt",
|
|
7226
|
+
"npm": "@vueform/builder-nuxt",
|
|
7227
|
+
"icon": "vueform.svg",
|
|
7228
|
+
"github": "https://github.com/vueform/builder",
|
|
7229
|
+
"website": "https://builder.vueform.com",
|
|
7230
|
+
"learn_more": "https://builder.vueform.com/docs/installation#nuxt",
|
|
7231
|
+
"category": "Libraries",
|
|
7232
|
+
"type": "3rd-party",
|
|
7233
|
+
"maintainers": [
|
|
7234
|
+
{
|
|
7235
|
+
"name": "Adam Berecz",
|
|
7236
|
+
"github": "adamberecz",
|
|
7237
|
+
"twitter": "bereczadam"
|
|
7238
|
+
}
|
|
7239
|
+
],
|
|
7240
|
+
"compatibility": {
|
|
7241
|
+
"nuxt": "^3.0.0",
|
|
7242
|
+
"requires": {}
|
|
7243
|
+
}
|
|
7244
|
+
},
|
|
7245
|
+
{
|
|
7246
|
+
"name": "vueform",
|
|
7247
|
+
"description": "Official Vueform module for Nuxt",
|
|
7248
|
+
"repo": "vueform/nuxt",
|
|
7249
|
+
"npm": "@vueform/nuxt",
|
|
7250
|
+
"icon": "vueform.svg",
|
|
7251
|
+
"github": "https://github.com/vueform/vueform",
|
|
7252
|
+
"website": "https://vueform.com",
|
|
7253
|
+
"learn_more": "https://vueform.com/docs/installation#nuxt",
|
|
7254
|
+
"category": "Libraries",
|
|
7255
|
+
"type": "3rd-party",
|
|
7256
|
+
"maintainers": [
|
|
7257
|
+
{
|
|
7258
|
+
"name": "Adam Berecz",
|
|
7259
|
+
"github": "adamberecz",
|
|
7260
|
+
"twitter": "bereczadam"
|
|
7261
|
+
}
|
|
7262
|
+
],
|
|
7263
|
+
"compatibility": {
|
|
7264
|
+
"nuxt": "^3.0.0",
|
|
7265
|
+
"requires": {}
|
|
7266
|
+
}
|
|
7267
|
+
},
|
|
7009
7268
|
{
|
|
7010
7269
|
"name": "vuestic",
|
|
7011
7270
|
"description": "Vuestic UI module for Nuxt",
|
|
@@ -7036,7 +7295,7 @@
|
|
|
7036
7295
|
"icon": "vuetify-logo-v3-dark.svg",
|
|
7037
7296
|
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7038
7297
|
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
7039
|
-
"learn_more": "https://
|
|
7298
|
+
"learn_more": "https://vuetify-nuxt-module.netlify.app/",
|
|
7040
7299
|
"category": "UI",
|
|
7041
7300
|
"type": "3rd-party",
|
|
7042
7301
|
"maintainers": [
|
|
@@ -7099,7 +7358,8 @@
|
|
|
7099
7358
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
7100
7359
|
"requires": {
|
|
7101
7360
|
"bridge": "optional"
|
|
7102
|
-
}
|
|
7361
|
+
},
|
|
7362
|
+
"devtools": "^0.0.0"
|
|
7103
7363
|
}
|
|
7104
7364
|
},
|
|
7105
7365
|
{
|