@nuxt/modules 0.5.0-f53f95 → 0.5.0-f8197c
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 +297 -36
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -527,12 +527,12 @@
|
|
|
527
527
|
},
|
|
528
528
|
{
|
|
529
529
|
"name": "chatwoot",
|
|
530
|
-
"description": "Chatwoot is an open-source customer engagement
|
|
531
|
-
"repo": "huntersofbook/huntersofbook#main/packages/
|
|
530
|
+
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
531
|
+
"repo": "huntersofbook/huntersofbook#main/projects/chatwoot/packages/nuxt",
|
|
532
532
|
"npm": "@huntersofbook/chatwoot-nuxt",
|
|
533
533
|
"icon": "chatwoot.png",
|
|
534
|
-
"github": "https://github.com/huntersofbook/huntersofbook/tree/main/packages/
|
|
535
|
-
"website": "https://github.com/huntersofbook/huntersofbook/tree/main/packages/
|
|
534
|
+
"github": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
|
|
535
|
+
"website": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
|
|
536
536
|
"learn_more": "https://www.chatwoot.com",
|
|
537
537
|
"category": "Libraries",
|
|
538
538
|
"type": "3rd-party",
|
|
@@ -896,7 +896,7 @@
|
|
|
896
896
|
}
|
|
897
897
|
],
|
|
898
898
|
"compatibility": {
|
|
899
|
-
"nuxt": "^2.0.0",
|
|
899
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
900
900
|
"requires": {}
|
|
901
901
|
}
|
|
902
902
|
},
|
|
@@ -918,7 +918,7 @@
|
|
|
918
918
|
}
|
|
919
919
|
],
|
|
920
920
|
"compatibility": {
|
|
921
|
-
"nuxt": "^2.0.0",
|
|
921
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
922
922
|
"requires": {}
|
|
923
923
|
}
|
|
924
924
|
},
|
|
@@ -928,7 +928,7 @@
|
|
|
928
928
|
"repo": "intevel/nuxt-directus",
|
|
929
929
|
"npm": "nuxt-directus",
|
|
930
930
|
"icon": "directus.svg",
|
|
931
|
-
"github": "https://github.com/
|
|
931
|
+
"github": "https://github.com/directus/nuxt-directus/",
|
|
932
932
|
"website": "https://nuxt-directus.netlify.app/",
|
|
933
933
|
"learn_more": "https://nuxt-directus.netlify.app/",
|
|
934
934
|
"category": "CMS",
|
|
@@ -1024,6 +1024,30 @@
|
|
|
1024
1024
|
"requires": {}
|
|
1025
1025
|
}
|
|
1026
1026
|
},
|
|
1027
|
+
{
|
|
1028
|
+
"name": "element-plus",
|
|
1029
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
1030
|
+
"repo": "element-plus/element-plus-nuxt",
|
|
1031
|
+
"npm": "@element-plus/nuxt",
|
|
1032
|
+
"icon": "element-plus.svg",
|
|
1033
|
+
"github": "https://github.com/element-plus/element-plus",
|
|
1034
|
+
"website": "https://element-plus.org",
|
|
1035
|
+
"learn_more": "https://github.com/element-plus/element-plus-nuxt",
|
|
1036
|
+
"category": "UI",
|
|
1037
|
+
"type": "3rd-party",
|
|
1038
|
+
"maintainers": [
|
|
1039
|
+
{
|
|
1040
|
+
"name": "tolking",
|
|
1041
|
+
"github": "tolking"
|
|
1042
|
+
}
|
|
1043
|
+
],
|
|
1044
|
+
"compatibility": {
|
|
1045
|
+
"nuxt": "^3.0.0",
|
|
1046
|
+
"requires": {
|
|
1047
|
+
"bridge": "optional"
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1027
1051
|
{
|
|
1028
1052
|
"name": "emotion",
|
|
1029
1053
|
"description": "The Next Generation of CSS-in-JS for Nuxt.js",
|
|
@@ -1251,7 +1275,7 @@
|
|
|
1251
1275
|
"description": "Automatically optimized font fallback based on font metrics",
|
|
1252
1276
|
"repo": "nuxt-modules/fontaine",
|
|
1253
1277
|
"npm": "@nuxtjs/fontaine",
|
|
1254
|
-
"icon": "fontaine.
|
|
1278
|
+
"icon": "fontaine.png",
|
|
1255
1279
|
"github": "https://github.com/nuxt-modules/fontaine",
|
|
1256
1280
|
"website": "https://github.com/unjs/fontaine",
|
|
1257
1281
|
"learn_more": "https://github.com/unjs/fontaine",
|
|
@@ -1375,13 +1399,17 @@
|
|
|
1375
1399
|
"category": "Analytics",
|
|
1376
1400
|
"type": "community",
|
|
1377
1401
|
"maintainers": [
|
|
1402
|
+
{
|
|
1403
|
+
"name": "Alexander Lichter",
|
|
1404
|
+
"github": "manniL"
|
|
1405
|
+
},
|
|
1378
1406
|
{
|
|
1379
1407
|
"name": "Troy Morehouse",
|
|
1380
1408
|
"github": "tmorehouse"
|
|
1381
1409
|
}
|
|
1382
1410
|
],
|
|
1383
1411
|
"compatibility": {
|
|
1384
|
-
"nuxt": "^2.0.0",
|
|
1412
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1385
1413
|
"requires": {}
|
|
1386
1414
|
}
|
|
1387
1415
|
},
|
|
@@ -1825,7 +1853,7 @@
|
|
|
1825
1853
|
"name": "i18n",
|
|
1826
1854
|
"description": "i18n features for your Nuxt project so you can easily add internationalization.",
|
|
1827
1855
|
"repo": "nuxt-community/i18n-module",
|
|
1828
|
-
"npm": "
|
|
1856
|
+
"npm": "@nuxtjs/i18n",
|
|
1829
1857
|
"icon": "i18n.png",
|
|
1830
1858
|
"github": "https://github.com/nuxt-community/i18n-module",
|
|
1831
1859
|
"website": "https://i18n.nuxtjs.org",
|
|
@@ -1849,7 +1877,7 @@
|
|
|
1849
1877
|
},
|
|
1850
1878
|
{
|
|
1851
1879
|
"name": "icon",
|
|
1852
|
-
"description": "",
|
|
1880
|
+
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
1853
1881
|
"repo": "nuxt-modules/icon",
|
|
1854
1882
|
"npm": "nuxt-icon",
|
|
1855
1883
|
"icon": "nuxt-icon.png",
|
|
@@ -2053,12 +2081,12 @@
|
|
|
2053
2081
|
"type": "3rd-party",
|
|
2054
2082
|
"maintainers": [
|
|
2055
2083
|
{
|
|
2056
|
-
"name": "
|
|
2084
|
+
"name": "Patrick Cate",
|
|
2057
2085
|
"github": "patrickcate"
|
|
2058
2086
|
}
|
|
2059
2087
|
],
|
|
2060
2088
|
"compatibility": {
|
|
2061
|
-
"nuxt": "^2.0.0",
|
|
2089
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2062
2090
|
"requires": {}
|
|
2063
2091
|
}
|
|
2064
2092
|
},
|
|
@@ -2661,6 +2689,50 @@
|
|
|
2661
2689
|
"requires": {}
|
|
2662
2690
|
}
|
|
2663
2691
|
},
|
|
2692
|
+
{
|
|
2693
|
+
"name": "nuxt-auth",
|
|
2694
|
+
"description": "",
|
|
2695
|
+
"repo": "sidebase/nuxt-auth",
|
|
2696
|
+
"npm": "@sidebase/nuxt-auth",
|
|
2697
|
+
"icon": "",
|
|
2698
|
+
"github": "https://github.com/sidebase/nuxt-auth",
|
|
2699
|
+
"website": "https://github.com/sidebase/nuxt-auth",
|
|
2700
|
+
"learn_more": "",
|
|
2701
|
+
"category": "Devtools",
|
|
2702
|
+
"type": "3rd-party",
|
|
2703
|
+
"maintainers": [
|
|
2704
|
+
{
|
|
2705
|
+
"name": "sidebase",
|
|
2706
|
+
"github": "sidebase"
|
|
2707
|
+
}
|
|
2708
|
+
],
|
|
2709
|
+
"compatibility": {
|
|
2710
|
+
"nuxt": "^2.0.0",
|
|
2711
|
+
"requires": {}
|
|
2712
|
+
}
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"name": "nuxt-graphql-playground",
|
|
2716
|
+
"description": "",
|
|
2717
|
+
"repo": "pinpon-dev/nuxt-graphql-playground",
|
|
2718
|
+
"npm": "@pin-pon/nuxt-graphql-playground",
|
|
2719
|
+
"icon": "",
|
|
2720
|
+
"github": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
2721
|
+
"website": "https://github.com/pinpon-dev/nuxt-graphql-playground",
|
|
2722
|
+
"learn_more": "",
|
|
2723
|
+
"category": "Devtools",
|
|
2724
|
+
"type": "3rd-party",
|
|
2725
|
+
"maintainers": [
|
|
2726
|
+
{
|
|
2727
|
+
"name": "pinpon-dev",
|
|
2728
|
+
"github": "pinpon-dev"
|
|
2729
|
+
}
|
|
2730
|
+
],
|
|
2731
|
+
"compatibility": {
|
|
2732
|
+
"nuxt": "^2.0.0",
|
|
2733
|
+
"requires": {}
|
|
2734
|
+
}
|
|
2735
|
+
},
|
|
2664
2736
|
{
|
|
2665
2737
|
"name": "nuxt-hue",
|
|
2666
2738
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2690,7 +2762,7 @@
|
|
|
2690
2762
|
"description": "Integrate monaco-editor with Nuxt",
|
|
2691
2763
|
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
2692
2764
|
"npm": "nuxt-monaco-editor",
|
|
2693
|
-
"icon": "",
|
|
2765
|
+
"icon": "nuxt-monaco-editor.png",
|
|
2694
2766
|
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2695
2767
|
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2696
2768
|
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
@@ -2729,6 +2801,28 @@
|
|
|
2729
2801
|
"requires": {}
|
|
2730
2802
|
}
|
|
2731
2803
|
},
|
|
2804
|
+
{
|
|
2805
|
+
"name": "plausible",
|
|
2806
|
+
"description": "Nuxt 3 module to natively integrate Plausible analytics",
|
|
2807
|
+
"repo": "nuxt-modules/plausible",
|
|
2808
|
+
"npm": "@nuxtjs/plausible",
|
|
2809
|
+
"icon": "plausible.png",
|
|
2810
|
+
"github": "https://github.com/nuxt-modules/plausible",
|
|
2811
|
+
"website": "https://github.com/nuxt-modules/plausible",
|
|
2812
|
+
"learn_more": "https://plausible.io/",
|
|
2813
|
+
"category": "Analytics",
|
|
2814
|
+
"type": "community",
|
|
2815
|
+
"maintainers": [
|
|
2816
|
+
{
|
|
2817
|
+
"name": "Johann Schopplich",
|
|
2818
|
+
"github": "johannschopplich"
|
|
2819
|
+
}
|
|
2820
|
+
],
|
|
2821
|
+
"compatibility": {
|
|
2822
|
+
"nuxt": "^3.0.0",
|
|
2823
|
+
"requires": {}
|
|
2824
|
+
}
|
|
2825
|
+
},
|
|
2732
2826
|
{
|
|
2733
2827
|
"name": "nuxt-png-to-ico",
|
|
2734
2828
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -2776,12 +2870,62 @@
|
|
|
2776
2870
|
"requires": {}
|
|
2777
2871
|
}
|
|
2778
2872
|
},
|
|
2873
|
+
{
|
|
2874
|
+
"name": "ssr-lit",
|
|
2875
|
+
"description": "Server-Side Rendering for Lit Element components",
|
|
2876
|
+
"repo": "prashantpalikhe/nuxt-ssr-lit",
|
|
2877
|
+
"npm": "nuxt-ssr-lit",
|
|
2878
|
+
"icon": "",
|
|
2879
|
+
"github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
2880
|
+
"website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
2881
|
+
"learn_more": "",
|
|
2882
|
+
"category": "Libraries",
|
|
2883
|
+
"type": "3rd-party",
|
|
2884
|
+
"maintainers": [
|
|
2885
|
+
{
|
|
2886
|
+
"name": "Prashant Palikhe",
|
|
2887
|
+
"github": "prashantpalikhe",
|
|
2888
|
+
"twitter": "prashantpalikhe"
|
|
2889
|
+
},
|
|
2890
|
+
{
|
|
2891
|
+
"name": "Steve Workman",
|
|
2892
|
+
"github": "steveworkman",
|
|
2893
|
+
"twitter": "steveworkman"
|
|
2894
|
+
}
|
|
2895
|
+
],
|
|
2896
|
+
"compatibility": {
|
|
2897
|
+
"nuxt": "^3.0.0",
|
|
2898
|
+
"requires": {}
|
|
2899
|
+
}
|
|
2900
|
+
},
|
|
2901
|
+
{
|
|
2902
|
+
"name": "nuxt-storm",
|
|
2903
|
+
"description": "WebStorm & PHPStorm support for NuxtJS components",
|
|
2904
|
+
"repo": "fumeapp/nuxt-storm",
|
|
2905
|
+
"npm": "nuxt-storm",
|
|
2906
|
+
"icon": "nuxt-storm.png",
|
|
2907
|
+
"github": "https://github.com/fumeapp/nuxt-storm",
|
|
2908
|
+
"website": "https://github.com/fumeapp/nuxt-storm",
|
|
2909
|
+
"learn_more": "https://github.com/fumeapp/nuxt-storm",
|
|
2910
|
+
"category": "Devtools",
|
|
2911
|
+
"type": "3rd-party",
|
|
2912
|
+
"maintainers": [
|
|
2913
|
+
{
|
|
2914
|
+
"name": "fumeapp",
|
|
2915
|
+
"github": "fumeapp"
|
|
2916
|
+
}
|
|
2917
|
+
],
|
|
2918
|
+
"compatibility": {
|
|
2919
|
+
"nuxt": "^2.0.0",
|
|
2920
|
+
"requires": {}
|
|
2921
|
+
}
|
|
2922
|
+
},
|
|
2779
2923
|
{
|
|
2780
2924
|
"name": "nuxt-svgo",
|
|
2781
2925
|
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2782
2926
|
"repo": "cpsoinos/nuxt-svgo",
|
|
2783
2927
|
"npm": "nuxt-svgo",
|
|
2784
|
-
"icon": "",
|
|
2928
|
+
"icon": "nuxt-svgo.png",
|
|
2785
2929
|
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2786
2930
|
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2787
2931
|
"learn_more": "",
|
|
@@ -2882,8 +3026,10 @@
|
|
|
2882
3026
|
}
|
|
2883
3027
|
],
|
|
2884
3028
|
"compatibility": {
|
|
2885
|
-
"nuxt": "^2.0.0",
|
|
2886
|
-
"requires": {
|
|
3029
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3030
|
+
"requires": {
|
|
3031
|
+
"bridge": "optional"
|
|
3032
|
+
}
|
|
2887
3033
|
}
|
|
2888
3034
|
},
|
|
2889
3035
|
{
|
|
@@ -3073,26 +3219,24 @@
|
|
|
3073
3219
|
},
|
|
3074
3220
|
{
|
|
3075
3221
|
"name": "plausible",
|
|
3076
|
-
"description": "
|
|
3077
|
-
"repo": "
|
|
3078
|
-
"npm": "
|
|
3079
|
-
"icon": "
|
|
3080
|
-
"github": "https://github.com/
|
|
3081
|
-
"website": "https://github.com/
|
|
3222
|
+
"description": "Nuxt 3 module to natively integrate Plausible analytics",
|
|
3223
|
+
"repo": "nuxt-modules/plausible",
|
|
3224
|
+
"npm": "@nuxtjs/plausible",
|
|
3225
|
+
"icon": "",
|
|
3226
|
+
"github": "https://github.com/nuxt-modules/plausible",
|
|
3227
|
+
"website": "https://github.com/nuxt-modules/plausible",
|
|
3082
3228
|
"learn_more": "",
|
|
3083
|
-
"category": "
|
|
3084
|
-
"type": "
|
|
3229
|
+
"category": "Devtools",
|
|
3230
|
+
"type": "community",
|
|
3085
3231
|
"maintainers": [
|
|
3086
3232
|
{
|
|
3087
|
-
"name": "
|
|
3088
|
-
"github": "
|
|
3233
|
+
"name": "nuxt-modules",
|
|
3234
|
+
"github": "nuxt-modules"
|
|
3089
3235
|
}
|
|
3090
3236
|
],
|
|
3091
3237
|
"compatibility": {
|
|
3092
|
-
"nuxt": "^2.0.0
|
|
3093
|
-
"requires": {
|
|
3094
|
-
"bridge": "optional"
|
|
3095
|
-
}
|
|
3238
|
+
"nuxt": "^2.0.0",
|
|
3239
|
+
"requires": {}
|
|
3096
3240
|
}
|
|
3097
3241
|
},
|
|
3098
3242
|
{
|
|
@@ -3349,7 +3493,7 @@
|
|
|
3349
3493
|
"description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
|
|
3350
3494
|
"repo": "nuxt-community/robots-module",
|
|
3351
3495
|
"npm": "@nuxtjs/robots",
|
|
3352
|
-
"icon": "",
|
|
3496
|
+
"icon": "robots.png",
|
|
3353
3497
|
"github": "https://github.com/nuxt-community/robots-module",
|
|
3354
3498
|
"website": "https://github.com/nuxt-community/robots-module",
|
|
3355
3499
|
"learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
|
|
@@ -3644,7 +3788,7 @@
|
|
|
3644
3788
|
},
|
|
3645
3789
|
{
|
|
3646
3790
|
"name": "session",
|
|
3647
|
-
"description": "Session middleware to persist data across
|
|
3791
|
+
"description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
|
|
3648
3792
|
"repo": "sidebase/nuxt-session",
|
|
3649
3793
|
"npm": "@sidebase/nuxt-session",
|
|
3650
3794
|
"icon": "session.png",
|
|
@@ -3687,6 +3831,29 @@
|
|
|
3687
3831
|
"requires": {}
|
|
3688
3832
|
}
|
|
3689
3833
|
},
|
|
3834
|
+
{
|
|
3835
|
+
"name": "nuxt-auth",
|
|
3836
|
+
"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.",
|
|
3837
|
+
"repo": "sidebase/nuxt-auth",
|
|
3838
|
+
"npm": "@sidebase/nuxt-auth",
|
|
3839
|
+
"icon": "sidebase-auth.png",
|
|
3840
|
+
"github": "https://github.com/sidebase/nuxt-auth",
|
|
3841
|
+
"website": "https://github.com/sidebase/nuxt-auth",
|
|
3842
|
+
"learn_more": "https://github.com/sidebase",
|
|
3843
|
+
"category": "Security",
|
|
3844
|
+
"type": "3rd-party",
|
|
3845
|
+
"maintainers": [
|
|
3846
|
+
{
|
|
3847
|
+
"name": "sidebase",
|
|
3848
|
+
"github": "sidebase",
|
|
3849
|
+
"twitter": "sidebase_io"
|
|
3850
|
+
}
|
|
3851
|
+
],
|
|
3852
|
+
"compatibility": {
|
|
3853
|
+
"nuxt": "^3.0.0",
|
|
3854
|
+
"requires": {}
|
|
3855
|
+
}
|
|
3856
|
+
},
|
|
3690
3857
|
{
|
|
3691
3858
|
"name": "simple-line-icons",
|
|
3692
3859
|
"description": "Nuxt module to add simple-line-icons ",
|
|
@@ -3855,6 +4022,28 @@
|
|
|
3855
4022
|
"requires": {}
|
|
3856
4023
|
}
|
|
3857
4024
|
},
|
|
4025
|
+
{
|
|
4026
|
+
"name": "ssr-lit",
|
|
4027
|
+
"description": "",
|
|
4028
|
+
"repo": "prashantpalikhe/nuxt-ssr-lit",
|
|
4029
|
+
"npm": "nuxt-ssr-lit",
|
|
4030
|
+
"icon": "",
|
|
4031
|
+
"github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
4032
|
+
"website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
|
|
4033
|
+
"learn_more": "",
|
|
4034
|
+
"category": "Devtools",
|
|
4035
|
+
"type": "3rd-party",
|
|
4036
|
+
"maintainers": [
|
|
4037
|
+
{
|
|
4038
|
+
"name": "prashantpalikhe",
|
|
4039
|
+
"github": "prashantpalikhe"
|
|
4040
|
+
}
|
|
4041
|
+
],
|
|
4042
|
+
"compatibility": {
|
|
4043
|
+
"nuxt": "^2.0.0",
|
|
4044
|
+
"requires": {}
|
|
4045
|
+
}
|
|
4046
|
+
},
|
|
3858
4047
|
{
|
|
3859
4048
|
"name": "storage",
|
|
3860
4049
|
"description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
|
|
@@ -4371,7 +4560,7 @@
|
|
|
4371
4560
|
"description": "Provide autocompletion for pages route names generated by Nuxt router",
|
|
4372
4561
|
"repo": "victorgarciaesgi/nuxt-typed-router",
|
|
4373
4562
|
"npm": "nuxt-typed-router",
|
|
4374
|
-
"icon": "
|
|
4563
|
+
"icon": "typed-router.png",
|
|
4375
4564
|
"github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
4376
4565
|
"website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
|
|
4377
4566
|
"learn_more": "",
|
|
@@ -4648,6 +4837,31 @@
|
|
|
4648
4837
|
"requires": {}
|
|
4649
4838
|
}
|
|
4650
4839
|
},
|
|
4840
|
+
{
|
|
4841
|
+
"name": "vue-macros",
|
|
4842
|
+
"description": "Explore and extend more macros and syntax sugar to Vue.",
|
|
4843
|
+
"repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
|
|
4844
|
+
"npm": "@vue-macros/nuxt",
|
|
4845
|
+
"icon": "vue-macros.svg",
|
|
4846
|
+
"github": "https://github.com/sxzz/unplugin-vue-macros",
|
|
4847
|
+
"website": "https://vue-macros.sxzz.moe",
|
|
4848
|
+
"learn_more": "https://github.com/sxzz/unplugin-vue-macros",
|
|
4849
|
+
"category": "Extensions",
|
|
4850
|
+
"type": "3rd-party",
|
|
4851
|
+
"maintainers": [
|
|
4852
|
+
{
|
|
4853
|
+
"name": "三咲智子 Kevin Deng",
|
|
4854
|
+
"github": "sxzz",
|
|
4855
|
+
"twitter": "sanxiaozhizi"
|
|
4856
|
+
}
|
|
4857
|
+
],
|
|
4858
|
+
"compatibility": {
|
|
4859
|
+
"nuxt": "^3.0.0",
|
|
4860
|
+
"requires": {
|
|
4861
|
+
"bridge": "optional"
|
|
4862
|
+
}
|
|
4863
|
+
}
|
|
4864
|
+
},
|
|
4651
4865
|
{
|
|
4652
4866
|
"name": "vue-material",
|
|
4653
4867
|
"description": "Module to join nuxt and vue-material framework so you can build well-designed apps with dynamic themes and components with an ease-to-use API.",
|
|
@@ -4692,6 +4906,28 @@
|
|
|
4692
4906
|
"requires": {}
|
|
4693
4907
|
}
|
|
4694
4908
|
},
|
|
4909
|
+
{
|
|
4910
|
+
"name": "vue-plausible",
|
|
4911
|
+
"description": "Plausible analytics for Vue.js and Nuxt",
|
|
4912
|
+
"repo": "moritzsternemann/vue-plausible",
|
|
4913
|
+
"npm": "vue-plausible",
|
|
4914
|
+
"icon": "plausible.png",
|
|
4915
|
+
"github": "https://github.com/moritzsternemann/vue-plausible",
|
|
4916
|
+
"website": "https://github.com/moritzsternemann/vue-plausible",
|
|
4917
|
+
"learn_more": "",
|
|
4918
|
+
"category": "Analytics",
|
|
4919
|
+
"type": "3rd-party",
|
|
4920
|
+
"maintainers": [
|
|
4921
|
+
{
|
|
4922
|
+
"name": "moritzsternemann",
|
|
4923
|
+
"github": "moritzsternemann"
|
|
4924
|
+
}
|
|
4925
|
+
],
|
|
4926
|
+
"compatibility": {
|
|
4927
|
+
"nuxt": "^2.0.0",
|
|
4928
|
+
"requires": {}
|
|
4929
|
+
}
|
|
4930
|
+
},
|
|
4695
4931
|
{
|
|
4696
4932
|
"name": "vue-select",
|
|
4697
4933
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -4714,6 +4950,31 @@
|
|
|
4714
4950
|
"requires": {}
|
|
4715
4951
|
}
|
|
4716
4952
|
},
|
|
4953
|
+
{
|
|
4954
|
+
"name": "vue-transitions",
|
|
4955
|
+
"description": "Reusable interface transitions with no CSS needed ❤️",
|
|
4956
|
+
"repo": "MorevM/vue-transitions",
|
|
4957
|
+
"npm": "@morev/vue-transitions",
|
|
4958
|
+
"icon": "vue-transitions.svg",
|
|
4959
|
+
"github": "https://github.com/MorevM/vue-transitions",
|
|
4960
|
+
"website": "https://github.com/MorevM/vue-transitions#readme",
|
|
4961
|
+
"learn_more": "",
|
|
4962
|
+
"category": "UI",
|
|
4963
|
+
"type": "3rd-party",
|
|
4964
|
+
"maintainers": [
|
|
4965
|
+
{
|
|
4966
|
+
"name": "Maxim Morev",
|
|
4967
|
+
"github": "MorevM",
|
|
4968
|
+
"avatar": "https://avatars.githubusercontent.com/u/49679666?v=4"
|
|
4969
|
+
}
|
|
4970
|
+
],
|
|
4971
|
+
"compatibility": {
|
|
4972
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4973
|
+
"requires": {
|
|
4974
|
+
"bridge": "optional"
|
|
4975
|
+
}
|
|
4976
|
+
}
|
|
4977
|
+
},
|
|
4717
4978
|
{
|
|
4718
4979
|
"name": "vue-warehouse",
|
|
4719
4980
|
"description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
|
|
@@ -4742,7 +5003,7 @@
|
|
|
4742
5003
|
"description": "Vuestic UI module for Nuxt 3",
|
|
4743
5004
|
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
4744
5005
|
"npm": "@vuestic/nuxt",
|
|
4745
|
-
"icon": "",
|
|
5006
|
+
"icon": "vuestic.png",
|
|
4746
5007
|
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
4747
5008
|
"website": "https://vuestic.dev",
|
|
4748
5009
|
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
@@ -4838,7 +5099,7 @@
|
|
|
4838
5099
|
"description": "Web Vitals for Nuxt",
|
|
4839
5100
|
"repo": "nuxt-community/web-vitals-module",
|
|
4840
5101
|
"npm": "@nuxtjs/web-vitals",
|
|
4841
|
-
"icon": "",
|
|
5102
|
+
"icon": "web-vitals.png",
|
|
4842
5103
|
"github": "https://github.com/nuxt-community/web-vitals-module",
|
|
4843
5104
|
"website": "https://github.com/nuxt-community/web-vitals-module",
|
|
4844
5105
|
"learn_more": "",
|