@nuxt/modules 0.6.0-a72d02 → 0.6.0-af05bd
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 +205 -23
- package/package.json +1 -1
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,7 +142,7 @@
|
|
|
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
|
},
|
|
@@ -757,6 +757,29 @@
|
|
|
757
757
|
"requires": {}
|
|
758
758
|
}
|
|
759
759
|
},
|
|
760
|
+
{
|
|
761
|
+
"name": "content-assets",
|
|
762
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
763
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
764
|
+
"npm": "nuxt-content-assets",
|
|
765
|
+
"icon": "content-assets.png",
|
|
766
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
767
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
768
|
+
"learn_more": "",
|
|
769
|
+
"category": "Images",
|
|
770
|
+
"type": "3rd-party",
|
|
771
|
+
"maintainers": [
|
|
772
|
+
{
|
|
773
|
+
"name": "davestewart",
|
|
774
|
+
"github": "davestewart",
|
|
775
|
+
"twitter": "dave_stewart"
|
|
776
|
+
}
|
|
777
|
+
],
|
|
778
|
+
"compatibility": {
|
|
779
|
+
"nuxt": "^3.0.0",
|
|
780
|
+
"requires": {}
|
|
781
|
+
}
|
|
782
|
+
},
|
|
760
783
|
{
|
|
761
784
|
"name": "content",
|
|
762
785
|
"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.",
|
|
@@ -976,24 +999,24 @@
|
|
|
976
999
|
},
|
|
977
1000
|
{
|
|
978
1001
|
"name": "dayjs",
|
|
979
|
-
"description": "
|
|
980
|
-
"repo": "
|
|
981
|
-
"npm": "
|
|
1002
|
+
"description": "Day.js module for Nuxt",
|
|
1003
|
+
"repo": "fumeapp/dayjs",
|
|
1004
|
+
"npm": "dayjs-nuxt",
|
|
982
1005
|
"icon": "day-js.png",
|
|
983
|
-
"github": "https://github.com/
|
|
984
|
-
"website": "https://github.com/
|
|
1006
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1007
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
985
1008
|
"learn_more": "https://day.js.org/",
|
|
986
|
-
"category": "
|
|
987
|
-
"type": "
|
|
1009
|
+
"category": "Libraries",
|
|
1010
|
+
"type": "3rd-party",
|
|
988
1011
|
"maintainers": [
|
|
989
1012
|
{
|
|
990
|
-
"name": "
|
|
991
|
-
"github": "
|
|
992
|
-
"twitter": "
|
|
1013
|
+
"name": "Kevin Olson",
|
|
1014
|
+
"github": "acidjazz",
|
|
1015
|
+
"twitter": "AppFume"
|
|
993
1016
|
}
|
|
994
1017
|
],
|
|
995
1018
|
"compatibility": {
|
|
996
|
-
"nuxt": "^
|
|
1019
|
+
"nuxt": "^3.0.0",
|
|
997
1020
|
"requires": {}
|
|
998
1021
|
}
|
|
999
1022
|
},
|
|
@@ -3096,6 +3119,28 @@
|
|
|
3096
3119
|
}
|
|
3097
3120
|
}
|
|
3098
3121
|
},
|
|
3122
|
+
{
|
|
3123
|
+
"name": "nuxt-lazy-load",
|
|
3124
|
+
"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",
|
|
3125
|
+
"repo": "",
|
|
3126
|
+
"npm": "nuxt-lazy-load",
|
|
3127
|
+
"icon": "nuxt-lazy-load.svg",
|
|
3128
|
+
"github": "",
|
|
3129
|
+
"website": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3130
|
+
"learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3131
|
+
"category": "Performance",
|
|
3132
|
+
"type": "3rd-party",
|
|
3133
|
+
"maintainers": [
|
|
3134
|
+
{
|
|
3135
|
+
"name": "Dario Ferderber",
|
|
3136
|
+
"github": "darioferderber"
|
|
3137
|
+
}
|
|
3138
|
+
],
|
|
3139
|
+
"compatibility": {
|
|
3140
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3141
|
+
"requires": {}
|
|
3142
|
+
}
|
|
3143
|
+
},
|
|
3099
3144
|
{
|
|
3100
3145
|
"name": "nuxt-localtunnel",
|
|
3101
3146
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3186,6 +3231,28 @@
|
|
|
3186
3231
|
"requires": {}
|
|
3187
3232
|
}
|
|
3188
3233
|
},
|
|
3234
|
+
{
|
|
3235
|
+
"name": "nuxt-mongoose",
|
|
3236
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3237
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3238
|
+
"npm": "nuxt-mongoose",
|
|
3239
|
+
"icon": "nuxt-mongoose.svg",
|
|
3240
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3241
|
+
"website": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3242
|
+
"learn_more": "",
|
|
3243
|
+
"category": "Database",
|
|
3244
|
+
"type": "3rd-party",
|
|
3245
|
+
"maintainers": [
|
|
3246
|
+
{
|
|
3247
|
+
"name": "arashsheyda",
|
|
3248
|
+
"github": "arashsheyda"
|
|
3249
|
+
}
|
|
3250
|
+
],
|
|
3251
|
+
"compatibility": {
|
|
3252
|
+
"nuxt": "^3.0.0",
|
|
3253
|
+
"requires": {}
|
|
3254
|
+
}
|
|
3255
|
+
},
|
|
3189
3256
|
{
|
|
3190
3257
|
"name": "nuxt-pdf",
|
|
3191
3258
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3668,6 +3735,30 @@
|
|
|
3668
3735
|
}
|
|
3669
3736
|
}
|
|
3670
3737
|
},
|
|
3738
|
+
{
|
|
3739
|
+
"name": "pdfeasy",
|
|
3740
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
3741
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
3742
|
+
"npm": "nuxt-pdfeasy",
|
|
3743
|
+
"icon": "pdfeasy.png",
|
|
3744
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
3745
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
3746
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
3747
|
+
"category": "Extensions",
|
|
3748
|
+
"type": "3rd-party",
|
|
3749
|
+
"maintainers": [
|
|
3750
|
+
{
|
|
3751
|
+
"name": "Giovane Cardoso",
|
|
3752
|
+
"github": "novout",
|
|
3753
|
+
"twitter": "novoutttttt",
|
|
3754
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
3755
|
+
}
|
|
3756
|
+
],
|
|
3757
|
+
"compatibility": {
|
|
3758
|
+
"nuxt": "^3.0.0",
|
|
3759
|
+
"requires": {}
|
|
3760
|
+
}
|
|
3761
|
+
},
|
|
3671
3762
|
{
|
|
3672
3763
|
"name": "persian-datepicker",
|
|
3673
3764
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -5420,11 +5511,11 @@
|
|
|
5420
5511
|
{
|
|
5421
5512
|
"name": "unhead",
|
|
5422
5513
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5423
|
-
"repo": "harlan-zw/nuxt-
|
|
5424
|
-
"npm": "nuxt-
|
|
5514
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5515
|
+
"npm": "nuxt-seo-experiments",
|
|
5425
5516
|
"icon": "",
|
|
5426
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5427
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
5517
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5518
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5428
5519
|
"learn_more": "",
|
|
5429
5520
|
"category": "SEO",
|
|
5430
5521
|
"type": "3rd-party",
|
|
@@ -5467,6 +5558,28 @@
|
|
|
5467
5558
|
"requires": {}
|
|
5468
5559
|
}
|
|
5469
5560
|
},
|
|
5561
|
+
{
|
|
5562
|
+
"name": "unlazy",
|
|
5563
|
+
"description": "Lazy loading library for placeholder images",
|
|
5564
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
5565
|
+
"npm": "@unlazy/nuxt",
|
|
5566
|
+
"icon": "unlazy.svg",
|
|
5567
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
5568
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
5569
|
+
"learn_more": "",
|
|
5570
|
+
"category": "Images",
|
|
5571
|
+
"type": "3rd-party",
|
|
5572
|
+
"maintainers": [
|
|
5573
|
+
{
|
|
5574
|
+
"name": "Johann Schopplich",
|
|
5575
|
+
"github": "johannschopplich"
|
|
5576
|
+
}
|
|
5577
|
+
],
|
|
5578
|
+
"compatibility": {
|
|
5579
|
+
"nuxt": "^3.0.0",
|
|
5580
|
+
"requires": {}
|
|
5581
|
+
}
|
|
5582
|
+
},
|
|
5470
5583
|
{
|
|
5471
5584
|
"name": "unlighthouse",
|
|
5472
5585
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5610,6 +5723,52 @@
|
|
|
5610
5723
|
}
|
|
5611
5724
|
}
|
|
5612
5725
|
},
|
|
5726
|
+
{
|
|
5727
|
+
"name": "varlet",
|
|
5728
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
5729
|
+
"repo": "varletjs/varlet-nuxt",
|
|
5730
|
+
"npm": "@varlet/nuxt",
|
|
5731
|
+
"icon": "varlet.svg",
|
|
5732
|
+
"github": "https://github.com/varletjs/varlet",
|
|
5733
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
5734
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
5735
|
+
"category": "UI",
|
|
5736
|
+
"type": "3rd-party",
|
|
5737
|
+
"maintainers": [
|
|
5738
|
+
{
|
|
5739
|
+
"name": "zhangmo8",
|
|
5740
|
+
"github": "zhangmo8"
|
|
5741
|
+
}
|
|
5742
|
+
],
|
|
5743
|
+
"compatibility": {
|
|
5744
|
+
"nuxt": "^3.0.0",
|
|
5745
|
+
"requires": {
|
|
5746
|
+
"bridge": "optional"
|
|
5747
|
+
}
|
|
5748
|
+
}
|
|
5749
|
+
},
|
|
5750
|
+
{
|
|
5751
|
+
"name": "vee-validate",
|
|
5752
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
5753
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
5754
|
+
"npm": "@vee-validate/nuxt",
|
|
5755
|
+
"icon": "vee-validate.png",
|
|
5756
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
5757
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
5758
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
5759
|
+
"category": "Libraries",
|
|
5760
|
+
"type": "3rd-party",
|
|
5761
|
+
"maintainers": [
|
|
5762
|
+
{
|
|
5763
|
+
"name": "Abdelrahman Awad",
|
|
5764
|
+
"github": "logaretm"
|
|
5765
|
+
}
|
|
5766
|
+
],
|
|
5767
|
+
"compatibility": {
|
|
5768
|
+
"nuxt": "^3.0.0",
|
|
5769
|
+
"requires": {}
|
|
5770
|
+
}
|
|
5771
|
+
},
|
|
5613
5772
|
{
|
|
5614
5773
|
"name": "vendor",
|
|
5615
5774
|
"description": "directly serve node_modules",
|
|
@@ -5633,6 +5792,29 @@
|
|
|
5633
5792
|
"requires": {}
|
|
5634
5793
|
}
|
|
5635
5794
|
},
|
|
5795
|
+
{
|
|
5796
|
+
"name": "vexip-ui",
|
|
5797
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
5798
|
+
"repo": "vexip-ui/nuxt",
|
|
5799
|
+
"npm": "@vexip-ui/nuxt",
|
|
5800
|
+
"icon": "vexip-ui.svg",
|
|
5801
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
5802
|
+
"website": "https://www.vexipui.com/",
|
|
5803
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
5804
|
+
"category": "UI",
|
|
5805
|
+
"type": "3rd-party",
|
|
5806
|
+
"maintainers": [
|
|
5807
|
+
{
|
|
5808
|
+
"name": "未觉雨声",
|
|
5809
|
+
"github": "qmhc",
|
|
5810
|
+
"twitter": "qmhc95"
|
|
5811
|
+
}
|
|
5812
|
+
],
|
|
5813
|
+
"compatibility": {
|
|
5814
|
+
"nuxt": "^3.0.0",
|
|
5815
|
+
"requires": {}
|
|
5816
|
+
}
|
|
5817
|
+
},
|
|
5636
5818
|
{
|
|
5637
5819
|
"name": "vite-pwa-nuxt",
|
|
5638
5820
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5969,8 +6151,8 @@
|
|
|
5969
6151
|
{
|
|
5970
6152
|
"name": "vunix",
|
|
5971
6153
|
"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.",
|
|
5972
|
-
"repo": "gaetansenn/vunix",
|
|
5973
|
-
"npm": "vunix",
|
|
6154
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6155
|
+
"npm": "@vunix/nuxt",
|
|
5974
6156
|
"icon": "",
|
|
5975
6157
|
"github": "https://github.com/gaetansenn/vunix",
|
|
5976
6158
|
"website": "https://vunix.dewib.com/",
|