@nuxt/modules 0.6.0-3af736 → 0.6.0-3dedd0
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 +492 -37
- package/package.json +8 -8
package/modules.json
CHANGED
|
@@ -126,12 +126,12 @@
|
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
128
|
"name": "animejs",
|
|
129
|
-
"description": "Anime.js module for Nuxt
|
|
130
|
-
"repo": "
|
|
131
|
-
"npm": "nuxt-
|
|
129
|
+
"description": "Anime.js module for Nuxt",
|
|
130
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
131
|
+
"npm": "@hypernym/nuxt-anime",
|
|
132
132
|
"icon": "",
|
|
133
|
-
"github": "https://github.com/
|
|
134
|
-
"website": "https://github.com/
|
|
133
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
134
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
135
135
|
"learn_more": "",
|
|
136
136
|
"category": "Libraries",
|
|
137
137
|
"type": "3rd-party",
|
|
@@ -142,10 +142,34 @@
|
|
|
142
142
|
}
|
|
143
143
|
],
|
|
144
144
|
"compatibility": {
|
|
145
|
-
"nuxt": "^2.0.0",
|
|
145
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
146
146
|
"requires": {}
|
|
147
147
|
}
|
|
148
148
|
},
|
|
149
|
+
{
|
|
150
|
+
"name": "ant-design-vue",
|
|
151
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
152
|
+
"repo": "vueComponent/ant-design-vue-nuxt",
|
|
153
|
+
"npm": "@ant-design-vue/nuxt",
|
|
154
|
+
"icon": "ant-design-vue.svg",
|
|
155
|
+
"github": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
156
|
+
"website": "https://antdv.com",
|
|
157
|
+
"learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
158
|
+
"category": "UI",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "tangjinzhou",
|
|
163
|
+
"github": "tangjinzhou"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"compatibility": {
|
|
167
|
+
"nuxt": "^3.0.0",
|
|
168
|
+
"requires": {
|
|
169
|
+
"bridge": "optional"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
149
173
|
{
|
|
150
174
|
"name": "api-party",
|
|
151
175
|
"description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
|
|
@@ -249,7 +273,7 @@
|
|
|
249
273
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
250
274
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
251
275
|
"learn_more": "",
|
|
252
|
-
"category": "
|
|
276
|
+
"category": "Database",
|
|
253
277
|
"type": "3rd-party",
|
|
254
278
|
"maintainers": [
|
|
255
279
|
{
|
|
@@ -551,11 +575,11 @@
|
|
|
551
575
|
{
|
|
552
576
|
"name": "chatwoot",
|
|
553
577
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
554
|
-
"repo": "
|
|
555
|
-
"npm": "@
|
|
578
|
+
"repo": "productdevbookcom/chatwoot",
|
|
579
|
+
"npm": "@productdevbook/chatwoot",
|
|
556
580
|
"icon": "chatwoot.png",
|
|
557
|
-
"github": "https://github.com/
|
|
558
|
-
"website": "https://github.com/
|
|
581
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
582
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
559
583
|
"learn_more": "https://www.chatwoot.com",
|
|
560
584
|
"category": "Libraries",
|
|
561
585
|
"type": "3rd-party",
|
|
@@ -592,6 +616,29 @@
|
|
|
592
616
|
"requires": {}
|
|
593
617
|
}
|
|
594
618
|
},
|
|
619
|
+
{
|
|
620
|
+
"name": "clarity-analytics",
|
|
621
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
622
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
623
|
+
"npm": "nuxt-clarity-analytics",
|
|
624
|
+
"icon": "",
|
|
625
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
626
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
627
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
628
|
+
"category": "Analytics",
|
|
629
|
+
"type": "3rd-party",
|
|
630
|
+
"maintainers": [
|
|
631
|
+
{
|
|
632
|
+
"name": "Barbapapazes",
|
|
633
|
+
"github": "Barbapapazes",
|
|
634
|
+
"twitter": "soubiran_"
|
|
635
|
+
}
|
|
636
|
+
],
|
|
637
|
+
"compatibility": {
|
|
638
|
+
"nuxt": "^3.0.0",
|
|
639
|
+
"requires": {}
|
|
640
|
+
}
|
|
641
|
+
},
|
|
595
642
|
{
|
|
596
643
|
"name": "client-init",
|
|
597
644
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -757,12 +804,35 @@
|
|
|
757
804
|
"requires": {}
|
|
758
805
|
}
|
|
759
806
|
},
|
|
807
|
+
{
|
|
808
|
+
"name": "content-assets",
|
|
809
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
810
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
811
|
+
"npm": "nuxt-content-assets",
|
|
812
|
+
"icon": "content-assets.png",
|
|
813
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
814
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
815
|
+
"learn_more": "",
|
|
816
|
+
"category": "Images",
|
|
817
|
+
"type": "3rd-party",
|
|
818
|
+
"maintainers": [
|
|
819
|
+
{
|
|
820
|
+
"name": "davestewart",
|
|
821
|
+
"github": "davestewart",
|
|
822
|
+
"twitter": "dave_stewart"
|
|
823
|
+
}
|
|
824
|
+
],
|
|
825
|
+
"compatibility": {
|
|
826
|
+
"nuxt": "^3.0.0",
|
|
827
|
+
"requires": {}
|
|
828
|
+
}
|
|
829
|
+
},
|
|
760
830
|
{
|
|
761
831
|
"name": "content",
|
|
762
832
|
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
763
833
|
"repo": "nuxt/content#main",
|
|
764
834
|
"npm": "@nuxt/content",
|
|
765
|
-
"icon": "nuxt.
|
|
835
|
+
"icon": "nuxt.svg",
|
|
766
836
|
"github": "https://github.com/nuxt/content",
|
|
767
837
|
"website": "https://content.nuxtjs.org",
|
|
768
838
|
"learn_more": "",
|
|
@@ -976,24 +1046,24 @@
|
|
|
976
1046
|
},
|
|
977
1047
|
{
|
|
978
1048
|
"name": "dayjs",
|
|
979
|
-
"description": "
|
|
980
|
-
"repo": "
|
|
981
|
-
"npm": "
|
|
1049
|
+
"description": "Day.js module for Nuxt",
|
|
1050
|
+
"repo": "fumeapp/dayjs",
|
|
1051
|
+
"npm": "dayjs-nuxt",
|
|
982
1052
|
"icon": "day-js.png",
|
|
983
|
-
"github": "https://github.com/
|
|
984
|
-
"website": "https://github.com/
|
|
1053
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1054
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
985
1055
|
"learn_more": "https://day.js.org/",
|
|
986
|
-
"category": "
|
|
987
|
-
"type": "
|
|
1056
|
+
"category": "Libraries",
|
|
1057
|
+
"type": "3rd-party",
|
|
988
1058
|
"maintainers": [
|
|
989
1059
|
{
|
|
990
|
-
"name": "
|
|
991
|
-
"github": "
|
|
992
|
-
"twitter": "
|
|
1060
|
+
"name": "Kevin Olson",
|
|
1061
|
+
"github": "acidjazz",
|
|
1062
|
+
"twitter": "AppFume"
|
|
993
1063
|
}
|
|
994
1064
|
],
|
|
995
1065
|
"compatibility": {
|
|
996
|
-
"nuxt": "^
|
|
1066
|
+
"nuxt": "^3.0.0",
|
|
997
1067
|
"requires": {}
|
|
998
1068
|
}
|
|
999
1069
|
},
|
|
@@ -1047,7 +1117,7 @@
|
|
|
1047
1117
|
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1048
1118
|
"repo": "nuxt/devtools#main",
|
|
1049
1119
|
"npm": "@nuxt/devtools",
|
|
1050
|
-
"icon": "nuxt.
|
|
1120
|
+
"icon": "nuxt.svg",
|
|
1051
1121
|
"github": "https://github.com/nuxt/devtools",
|
|
1052
1122
|
"website": "https://devtools.nuxtjs.org/",
|
|
1053
1123
|
"learn_more": "",
|
|
@@ -2091,6 +2161,28 @@
|
|
|
2091
2161
|
"requires": {}
|
|
2092
2162
|
}
|
|
2093
2163
|
},
|
|
2164
|
+
{
|
|
2165
|
+
"name": "icon-font",
|
|
2166
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2167
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2168
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2169
|
+
"icon": "",
|
|
2170
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2171
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2172
|
+
"learn_more": "",
|
|
2173
|
+
"category": "UI",
|
|
2174
|
+
"type": "3rd-party",
|
|
2175
|
+
"maintainers": [
|
|
2176
|
+
{
|
|
2177
|
+
"name": "coremyslo",
|
|
2178
|
+
"github": "coremyslo"
|
|
2179
|
+
}
|
|
2180
|
+
],
|
|
2181
|
+
"compatibility": {
|
|
2182
|
+
"nuxt": "^3.0.0",
|
|
2183
|
+
"requires": {}
|
|
2184
|
+
}
|
|
2185
|
+
},
|
|
2094
2186
|
{
|
|
2095
2187
|
"name": "icon",
|
|
2096
2188
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2217,12 +2309,12 @@
|
|
|
2217
2309
|
{
|
|
2218
2310
|
"name": "inkline",
|
|
2219
2311
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2220
|
-
"repo": "inkline/
|
|
2221
|
-
"npm": "@inkline/
|
|
2312
|
+
"repo": "inkline/plugin",
|
|
2313
|
+
"npm": "@inkline/plugin",
|
|
2222
2314
|
"icon": "inkline.svg",
|
|
2223
|
-
"github": "https://github.com/inkline/
|
|
2315
|
+
"github": "https://github.com/inkline/plugin",
|
|
2224
2316
|
"website": "https://inkline.io",
|
|
2225
|
-
"learn_more": "https://inkline.io/docs/
|
|
2317
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2226
2318
|
"category": "UI",
|
|
2227
2319
|
"type": "3rd-party",
|
|
2228
2320
|
"maintainers": [
|
|
@@ -2977,6 +3069,28 @@
|
|
|
2977
3069
|
"requires": {}
|
|
2978
3070
|
}
|
|
2979
3071
|
},
|
|
3072
|
+
{
|
|
3073
|
+
"name": "nupolyon",
|
|
3074
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3075
|
+
"repo": "adenvt/nupolyon",
|
|
3076
|
+
"npm": "nupolyon",
|
|
3077
|
+
"icon": "",
|
|
3078
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3079
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3080
|
+
"learn_more": "",
|
|
3081
|
+
"category": "Performance",
|
|
3082
|
+
"type": "3rd-party",
|
|
3083
|
+
"maintainers": [
|
|
3084
|
+
{
|
|
3085
|
+
"name": "adenvt",
|
|
3086
|
+
"github": "adenvt"
|
|
3087
|
+
}
|
|
3088
|
+
],
|
|
3089
|
+
"compatibility": {
|
|
3090
|
+
"nuxt": "^3.0.0",
|
|
3091
|
+
"requires": {}
|
|
3092
|
+
}
|
|
3093
|
+
},
|
|
2980
3094
|
{
|
|
2981
3095
|
"name": "nuxt-auth",
|
|
2982
3096
|
"description": "",
|
|
@@ -3072,6 +3186,28 @@
|
|
|
3072
3186
|
"requires": {}
|
|
3073
3187
|
}
|
|
3074
3188
|
},
|
|
3189
|
+
{
|
|
3190
|
+
"name": "nuxt-gtm",
|
|
3191
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3192
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3193
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3194
|
+
"icon": "nuxt-gtm.svg",
|
|
3195
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3196
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3197
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3198
|
+
"category": "Analytics",
|
|
3199
|
+
"type": "3rd-party",
|
|
3200
|
+
"maintainers": [
|
|
3201
|
+
{
|
|
3202
|
+
"name": "Zadig&Voltaire Team",
|
|
3203
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3204
|
+
}
|
|
3205
|
+
],
|
|
3206
|
+
"compatibility": {
|
|
3207
|
+
"nuxt": "^3.0.0",
|
|
3208
|
+
"requires": {}
|
|
3209
|
+
}
|
|
3210
|
+
},
|
|
3075
3211
|
{
|
|
3076
3212
|
"name": "nuxt-hue",
|
|
3077
3213
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -3096,6 +3232,28 @@
|
|
|
3096
3232
|
}
|
|
3097
3233
|
}
|
|
3098
3234
|
},
|
|
3235
|
+
{
|
|
3236
|
+
"name": "nuxt-lazy-load",
|
|
3237
|
+
"description": "A simple way to lazy load images, videos, audio, and iframes without custom components or extra attributes like data-src, just basic HTML tags",
|
|
3238
|
+
"repo": "",
|
|
3239
|
+
"npm": "nuxt-lazy-load",
|
|
3240
|
+
"icon": "nuxt-lazy-load.svg",
|
|
3241
|
+
"github": "",
|
|
3242
|
+
"website": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3243
|
+
"learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3244
|
+
"category": "Performance",
|
|
3245
|
+
"type": "3rd-party",
|
|
3246
|
+
"maintainers": [
|
|
3247
|
+
{
|
|
3248
|
+
"name": "Dario Ferderber",
|
|
3249
|
+
"github": "darioferderber"
|
|
3250
|
+
}
|
|
3251
|
+
],
|
|
3252
|
+
"compatibility": {
|
|
3253
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3254
|
+
"requires": {}
|
|
3255
|
+
}
|
|
3256
|
+
},
|
|
3099
3257
|
{
|
|
3100
3258
|
"name": "nuxt-localtunnel",
|
|
3101
3259
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3186,6 +3344,28 @@
|
|
|
3186
3344
|
"requires": {}
|
|
3187
3345
|
}
|
|
3188
3346
|
},
|
|
3347
|
+
{
|
|
3348
|
+
"name": "nuxt-mongoose",
|
|
3349
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3350
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3351
|
+
"npm": "nuxt-mongoose",
|
|
3352
|
+
"icon": "nuxt-mongoose.svg",
|
|
3353
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3354
|
+
"website": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3355
|
+
"learn_more": "",
|
|
3356
|
+
"category": "Database",
|
|
3357
|
+
"type": "3rd-party",
|
|
3358
|
+
"maintainers": [
|
|
3359
|
+
{
|
|
3360
|
+
"name": "arashsheyda",
|
|
3361
|
+
"github": "arashsheyda"
|
|
3362
|
+
}
|
|
3363
|
+
],
|
|
3364
|
+
"compatibility": {
|
|
3365
|
+
"nuxt": "^3.0.0",
|
|
3366
|
+
"requires": {}
|
|
3367
|
+
}
|
|
3368
|
+
},
|
|
3189
3369
|
{
|
|
3190
3370
|
"name": "nuxt-pdf",
|
|
3191
3371
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3484,6 +3664,28 @@
|
|
|
3484
3664
|
"requires": {}
|
|
3485
3665
|
}
|
|
3486
3666
|
},
|
|
3667
|
+
{
|
|
3668
|
+
"name": "nuxt-vuetify",
|
|
3669
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
|
|
3670
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3671
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3672
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3673
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3674
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3675
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3676
|
+
"category": "UI",
|
|
3677
|
+
"type": "3rd-party",
|
|
3678
|
+
"maintainers": [
|
|
3679
|
+
{
|
|
3680
|
+
"name": "Jens van Hellemondt",
|
|
3681
|
+
"github": "invictus-codes"
|
|
3682
|
+
}
|
|
3683
|
+
],
|
|
3684
|
+
"compatibility": {
|
|
3685
|
+
"nuxt": "^3.0.0",
|
|
3686
|
+
"requires": {}
|
|
3687
|
+
}
|
|
3688
|
+
},
|
|
3487
3689
|
{
|
|
3488
3690
|
"name": "nuxt7",
|
|
3489
3691
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3507,6 +3709,29 @@
|
|
|
3507
3709
|
"requires": {}
|
|
3508
3710
|
}
|
|
3509
3711
|
},
|
|
3712
|
+
{
|
|
3713
|
+
"name": "nuxtlabs-ui",
|
|
3714
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3715
|
+
"repo": "nuxtlabs/ui",
|
|
3716
|
+
"npm": "@nuxthq/ui",
|
|
3717
|
+
"icon": "nuxtlabs-ui.svg",
|
|
3718
|
+
"github": "https://github.com/nuxtlabs/ui",
|
|
3719
|
+
"website": "https://ui.nuxtlabs.com",
|
|
3720
|
+
"learn_more": "https://ui.nuxtlabs.com",
|
|
3721
|
+
"category": "UI",
|
|
3722
|
+
"type": "3rd-party",
|
|
3723
|
+
"maintainers": [
|
|
3724
|
+
{
|
|
3725
|
+
"name": "Benjamin Canac",
|
|
3726
|
+
"github": "benjamincanac",
|
|
3727
|
+
"twitter": "benjamincanac"
|
|
3728
|
+
}
|
|
3729
|
+
],
|
|
3730
|
+
"compatibility": {
|
|
3731
|
+
"nuxt": "^3.0.0",
|
|
3732
|
+
"requires": {}
|
|
3733
|
+
}
|
|
3734
|
+
},
|
|
3510
3735
|
{
|
|
3511
3736
|
"name": "og-image",
|
|
3512
3737
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -3646,6 +3871,30 @@
|
|
|
3646
3871
|
}
|
|
3647
3872
|
}
|
|
3648
3873
|
},
|
|
3874
|
+
{
|
|
3875
|
+
"name": "pdfeasy",
|
|
3876
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
3877
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
3878
|
+
"npm": "nuxt-pdfeasy",
|
|
3879
|
+
"icon": "pdfeasy.png",
|
|
3880
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
3881
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
3882
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
3883
|
+
"category": "Extensions",
|
|
3884
|
+
"type": "3rd-party",
|
|
3885
|
+
"maintainers": [
|
|
3886
|
+
{
|
|
3887
|
+
"name": "Giovane Cardoso",
|
|
3888
|
+
"github": "novout",
|
|
3889
|
+
"twitter": "novoutttttt",
|
|
3890
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
3891
|
+
}
|
|
3892
|
+
],
|
|
3893
|
+
"compatibility": {
|
|
3894
|
+
"nuxt": "^3.0.0",
|
|
3895
|
+
"requires": {}
|
|
3896
|
+
}
|
|
3897
|
+
},
|
|
3649
3898
|
{
|
|
3650
3899
|
"name": "persian-datepicker",
|
|
3651
3900
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -4568,7 +4817,7 @@
|
|
|
4568
4817
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4569
4818
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4570
4819
|
"learn_more": "https://snipcart.com",
|
|
4571
|
-
"category": "
|
|
4820
|
+
"category": "Ecommerce",
|
|
4572
4821
|
"type": "community",
|
|
4573
4822
|
"maintainers": [
|
|
4574
4823
|
{
|
|
@@ -5227,6 +5476,28 @@
|
|
|
5227
5476
|
}
|
|
5228
5477
|
}
|
|
5229
5478
|
},
|
|
5479
|
+
{
|
|
5480
|
+
"name": "twemoji",
|
|
5481
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
5482
|
+
"repo": "yizack/nuxt-twemoji",
|
|
5483
|
+
"npm": "nuxt-twemoji",
|
|
5484
|
+
"icon": "twemoji.svg",
|
|
5485
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
5486
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
5487
|
+
"learn_more": "",
|
|
5488
|
+
"category": "UI",
|
|
5489
|
+
"type": "3rd-party",
|
|
5490
|
+
"maintainers": [
|
|
5491
|
+
{
|
|
5492
|
+
"name": "Yizack Rangel",
|
|
5493
|
+
"github": "yizack"
|
|
5494
|
+
}
|
|
5495
|
+
],
|
|
5496
|
+
"compatibility": {
|
|
5497
|
+
"nuxt": "^3.0.0",
|
|
5498
|
+
"requires": {}
|
|
5499
|
+
}
|
|
5500
|
+
},
|
|
5230
5501
|
{
|
|
5231
5502
|
"name": "twicpics",
|
|
5232
5503
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5398,11 +5669,11 @@
|
|
|
5398
5669
|
{
|
|
5399
5670
|
"name": "unhead",
|
|
5400
5671
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5401
|
-
"repo": "harlan-zw/nuxt-
|
|
5402
|
-
"npm": "nuxt-
|
|
5672
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5673
|
+
"npm": "nuxt-seo-experiments",
|
|
5403
5674
|
"icon": "",
|
|
5404
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5405
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
5675
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5676
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5406
5677
|
"learn_more": "",
|
|
5407
5678
|
"category": "SEO",
|
|
5408
5679
|
"type": "3rd-party",
|
|
@@ -5445,6 +5716,28 @@
|
|
|
5445
5716
|
"requires": {}
|
|
5446
5717
|
}
|
|
5447
5718
|
},
|
|
5719
|
+
{
|
|
5720
|
+
"name": "unlazy",
|
|
5721
|
+
"description": "Lazy loading library for placeholder images",
|
|
5722
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
5723
|
+
"npm": "@unlazy/nuxt",
|
|
5724
|
+
"icon": "unlazy.svg",
|
|
5725
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
5726
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
5727
|
+
"learn_more": "",
|
|
5728
|
+
"category": "Images",
|
|
5729
|
+
"type": "3rd-party",
|
|
5730
|
+
"maintainers": [
|
|
5731
|
+
{
|
|
5732
|
+
"name": "Johann Schopplich",
|
|
5733
|
+
"github": "johannschopplich"
|
|
5734
|
+
}
|
|
5735
|
+
],
|
|
5736
|
+
"compatibility": {
|
|
5737
|
+
"nuxt": "^3.0.0",
|
|
5738
|
+
"requires": {}
|
|
5739
|
+
}
|
|
5740
|
+
},
|
|
5448
5741
|
{
|
|
5449
5742
|
"name": "unlighthouse",
|
|
5450
5743
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5588,6 +5881,52 @@
|
|
|
5588
5881
|
}
|
|
5589
5882
|
}
|
|
5590
5883
|
},
|
|
5884
|
+
{
|
|
5885
|
+
"name": "varlet",
|
|
5886
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
5887
|
+
"repo": "varletjs/varlet-nuxt",
|
|
5888
|
+
"npm": "@varlet/nuxt",
|
|
5889
|
+
"icon": "varlet.svg",
|
|
5890
|
+
"github": "https://github.com/varletjs/varlet",
|
|
5891
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
5892
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
5893
|
+
"category": "UI",
|
|
5894
|
+
"type": "3rd-party",
|
|
5895
|
+
"maintainers": [
|
|
5896
|
+
{
|
|
5897
|
+
"name": "zhangmo8",
|
|
5898
|
+
"github": "zhangmo8"
|
|
5899
|
+
}
|
|
5900
|
+
],
|
|
5901
|
+
"compatibility": {
|
|
5902
|
+
"nuxt": "^3.0.0",
|
|
5903
|
+
"requires": {
|
|
5904
|
+
"bridge": "optional"
|
|
5905
|
+
}
|
|
5906
|
+
}
|
|
5907
|
+
},
|
|
5908
|
+
{
|
|
5909
|
+
"name": "vee-validate",
|
|
5910
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
5911
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
5912
|
+
"npm": "@vee-validate/nuxt",
|
|
5913
|
+
"icon": "vee-validate.png",
|
|
5914
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
5915
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
5916
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
5917
|
+
"category": "Libraries",
|
|
5918
|
+
"type": "3rd-party",
|
|
5919
|
+
"maintainers": [
|
|
5920
|
+
{
|
|
5921
|
+
"name": "Abdelrahman Awad",
|
|
5922
|
+
"github": "logaretm"
|
|
5923
|
+
}
|
|
5924
|
+
],
|
|
5925
|
+
"compatibility": {
|
|
5926
|
+
"nuxt": "^3.0.0",
|
|
5927
|
+
"requires": {}
|
|
5928
|
+
}
|
|
5929
|
+
},
|
|
5591
5930
|
{
|
|
5592
5931
|
"name": "vendor",
|
|
5593
5932
|
"description": "directly serve node_modules",
|
|
@@ -5611,6 +5950,51 @@
|
|
|
5611
5950
|
"requires": {}
|
|
5612
5951
|
}
|
|
5613
5952
|
},
|
|
5953
|
+
{
|
|
5954
|
+
"name": "vercel-analytics",
|
|
5955
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
5956
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
5957
|
+
"npm": "nuxt-vercel-analytics",
|
|
5958
|
+
"icon": "",
|
|
5959
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
5960
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
5961
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
5962
|
+
"category": "Analytics",
|
|
5963
|
+
"type": "3rd-party",
|
|
5964
|
+
"maintainers": [
|
|
5965
|
+
{
|
|
5966
|
+
"name": "Alexander B.",
|
|
5967
|
+
"github": "xanderbarkhatov"
|
|
5968
|
+
}
|
|
5969
|
+
],
|
|
5970
|
+
"compatibility": {
|
|
5971
|
+
"nuxt": "^3.0.0",
|
|
5972
|
+
"requires": {}
|
|
5973
|
+
}
|
|
5974
|
+
},
|
|
5975
|
+
{
|
|
5976
|
+
"name": "vexip-ui",
|
|
5977
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
5978
|
+
"repo": "vexip-ui/nuxt",
|
|
5979
|
+
"npm": "@vexip-ui/nuxt",
|
|
5980
|
+
"icon": "vexip-ui.svg",
|
|
5981
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
5982
|
+
"website": "https://www.vexipui.com/",
|
|
5983
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
5984
|
+
"category": "UI",
|
|
5985
|
+
"type": "3rd-party",
|
|
5986
|
+
"maintainers": [
|
|
5987
|
+
{
|
|
5988
|
+
"name": "未觉雨声",
|
|
5989
|
+
"github": "qmhc",
|
|
5990
|
+
"twitter": "qmhc95"
|
|
5991
|
+
}
|
|
5992
|
+
],
|
|
5993
|
+
"compatibility": {
|
|
5994
|
+
"nuxt": "^3.0.0",
|
|
5995
|
+
"requires": {}
|
|
5996
|
+
}
|
|
5997
|
+
},
|
|
5614
5998
|
{
|
|
5615
5999
|
"name": "vite-pwa-nuxt",
|
|
5616
6000
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5667,13 +6051,13 @@
|
|
|
5667
6051
|
},
|
|
5668
6052
|
{
|
|
5669
6053
|
"name": "vue-macros",
|
|
5670
|
-
"description": "Explore
|
|
5671
|
-
"repo": "sxzz/
|
|
6054
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6055
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5672
6056
|
"npm": "@vue-macros/nuxt",
|
|
5673
6057
|
"icon": "vue-macros.svg",
|
|
5674
|
-
"github": "https://github.com/sxzz/
|
|
6058
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5675
6059
|
"website": "https://vue-macros.sxzz.moe",
|
|
5676
|
-
"learn_more": "https://github.com/sxzz/
|
|
6060
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5677
6061
|
"category": "Extensions",
|
|
5678
6062
|
"type": "3rd-party",
|
|
5679
6063
|
"maintainers": [
|
|
@@ -5944,6 +6328,29 @@
|
|
|
5944
6328
|
"requires": {}
|
|
5945
6329
|
}
|
|
5946
6330
|
},
|
|
6331
|
+
{
|
|
6332
|
+
"name": "vunix",
|
|
6333
|
+
"description": "Comprehensive UI toolkit for Vue.js and Nuxt.js that empowers you to build amazing user interfaces with ease. With Vunix, you can leverage the power of popular utility-first CSS frameworks like Tailwind CSS, Unocss, WindiCss, or use your own custom CSS classes.",
|
|
6334
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6335
|
+
"npm": "@vunix/nuxt",
|
|
6336
|
+
"icon": "",
|
|
6337
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6338
|
+
"website": "https://vunix.dewib.com/",
|
|
6339
|
+
"learn_more": "",
|
|
6340
|
+
"category": "UI",
|
|
6341
|
+
"type": "3rd-party",
|
|
6342
|
+
"maintainers": [
|
|
6343
|
+
{
|
|
6344
|
+
"name": "Gaetan SENN",
|
|
6345
|
+
"github": "gaetansenn",
|
|
6346
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6347
|
+
}
|
|
6348
|
+
],
|
|
6349
|
+
"compatibility": {
|
|
6350
|
+
"nuxt": "^3.0.0",
|
|
6351
|
+
"requires": {}
|
|
6352
|
+
}
|
|
6353
|
+
},
|
|
5947
6354
|
{
|
|
5948
6355
|
"name": "web-vitals",
|
|
5949
6356
|
"description": "Web Vitals for Nuxt",
|
|
@@ -6092,6 +6499,54 @@
|
|
|
6092
6499
|
"requires": {}
|
|
6093
6500
|
}
|
|
6094
6501
|
},
|
|
6502
|
+
{
|
|
6503
|
+
"name": "well-known",
|
|
6504
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6505
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6506
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6507
|
+
"icon": "well-known.svg",
|
|
6508
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6509
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6510
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6511
|
+
"category": "SEO",
|
|
6512
|
+
"type": "3rd-party",
|
|
6513
|
+
"maintainers": [
|
|
6514
|
+
{
|
|
6515
|
+
"name": "Zadig&Voltaire Team",
|
|
6516
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6517
|
+
}
|
|
6518
|
+
],
|
|
6519
|
+
"compatibility": {
|
|
6520
|
+
"nuxt": "^3.0.0",
|
|
6521
|
+
"requires": {}
|
|
6522
|
+
}
|
|
6523
|
+
},
|
|
6524
|
+
{
|
|
6525
|
+
"name": "wideangle",
|
|
6526
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
6527
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
6528
|
+
"npm": "wideangle-nuxt",
|
|
6529
|
+
"icon": "wideangle.png",
|
|
6530
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
6531
|
+
"website": "https://wideangle.co",
|
|
6532
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
6533
|
+
"category": "Analytics",
|
|
6534
|
+
"type": "3rd-party",
|
|
6535
|
+
"maintainers": [
|
|
6536
|
+
{
|
|
6537
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
6538
|
+
"github": "inputobjects"
|
|
6539
|
+
},
|
|
6540
|
+
{
|
|
6541
|
+
"name": "Jarek Rozanski",
|
|
6542
|
+
"github": "jrozanski"
|
|
6543
|
+
}
|
|
6544
|
+
],
|
|
6545
|
+
"compatibility": {
|
|
6546
|
+
"nuxt": "^3.0.0",
|
|
6547
|
+
"requires": {}
|
|
6548
|
+
}
|
|
6549
|
+
},
|
|
6095
6550
|
{
|
|
6096
6551
|
"name": "windicss",
|
|
6097
6552
|
"description": "Next generation utility-first CSS framework.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/modules",
|
|
3
|
-
"version": "0.6.0-
|
|
3
|
+
"version": "0.6.0-3dedd0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./modules.json",
|
|
6
6
|
"files": [
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@nuxt/eslint-config": "^0.1.1",
|
|
21
21
|
"@types/js-yaml": "^4.0.5",
|
|
22
|
-
"@types/node": "^18.
|
|
23
|
-
"defu": "^6.1.
|
|
22
|
+
"@types/node": "^18.16.10",
|
|
23
|
+
"defu": "^6.1.2",
|
|
24
24
|
"eslint": "^8.34.0",
|
|
25
|
-
"globby": "^13.1.
|
|
25
|
+
"globby": "^13.1.4",
|
|
26
26
|
"hasha": "^5.2.2",
|
|
27
|
-
"jiti": "^1.17.
|
|
27
|
+
"jiti": "^1.17.2",
|
|
28
28
|
"js-yaml": "^4.1.0",
|
|
29
|
-
"ofetch": "^1.0.
|
|
30
|
-
"typescript": "^4.9.
|
|
29
|
+
"ofetch": "^1.0.1",
|
|
30
|
+
"typescript": "^4.9.5"
|
|
31
31
|
},
|
|
32
|
-
"packageManager": "pnpm@7.
|
|
32
|
+
"packageManager": "pnpm@7.32.4"
|
|
33
33
|
}
|