@nuxt/modules 0.6.0-b46b57 → 0.6.0-bac3a2

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.
Files changed (2) hide show
  1. package/modules.json +475 -40
  2. 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.js",
130
- "repo": "ivodolenc/nuxt-animejs",
131
- "npm": "nuxt-animejs",
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/ivodolenc/nuxt-animejs",
134
- "website": "https://github.com/ivodolenc/nuxt-animejs",
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": "Request",
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": "huntersofbook/huntersofbook#main/projects/chatwoot/packages/nuxt",
555
- "npm": "@huntersofbook/chatwoot-nuxt",
578
+ "repo": "productdevbookcom/chatwoot",
579
+ "npm": "@productdevbook/chatwoot",
556
580
  "icon": "chatwoot.png",
557
- "github": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
558
- "website": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
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.png",
835
+ "icon": "nuxt.svg",
766
836
  "github": "https://github.com/nuxt/content",
767
837
  "website": "https://content.nuxtjs.org",
768
838
  "learn_more": "",
@@ -929,11 +999,11 @@
929
999
  }
930
1000
  },
931
1001
  {
932
- "name": "datocms",
933
- "description": "DatoCMS integration for Nuxt.js",
1002
+ "name": "datocms-nuxt2",
1003
+ "description": "DatoCMS integration for Nuxt.js v2",
934
1004
  "repo": "voorhoede/nuxt-datocms-module",
935
1005
  "npm": "@voorhoede/nuxt-datocms-module",
936
- "icon": "datocms.png",
1006
+ "icon": "datocms.svg",
937
1007
  "github": "https://github.com/voorhoede/nuxt-datocms-module",
938
1008
  "website": "https://github.com/voorhoede/nuxt-datocms-module",
939
1009
  "learn_more": "https://www.datocms.com/",
@@ -950,26 +1020,50 @@
950
1020
  "requires": {}
951
1021
  }
952
1022
  },
1023
+ {
1024
+ "name": "datocms",
1025
+ "description": "DatoCMS module for Nuxt",
1026
+ "repo": "hex-digital/nuxt-datocms",
1027
+ "npm": "@hexdigital/nuxt-datocms",
1028
+ "icon": "datocms.svg",
1029
+ "github": "https://github.com/hex-digital/nuxt-datocms",
1030
+ "website": "https://github.com/hex-digital/nuxt-datocms#readme",
1031
+ "learn_more": "https://www.datocms.com/",
1032
+ "category": "CMS",
1033
+ "type": "3rd-party",
1034
+ "maintainers": [
1035
+ {
1036
+ "name": "Jamie Warburton",
1037
+ "github": "jamiewarb",
1038
+ "twitter": "jamiewarb",
1039
+ "avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
1040
+ }
1041
+ ],
1042
+ "compatibility": {
1043
+ "nuxt": "^3.0.0",
1044
+ "requires": {}
1045
+ }
1046
+ },
953
1047
  {
954
1048
  "name": "dayjs",
955
- "description": "The best way for use Day.js easily in your Nuxt.js project.",
956
- "repo": "nuxt-community/dayjs-module",
957
- "npm": "@nuxtjs/dayjs",
1049
+ "description": "Day.js module for Nuxt",
1050
+ "repo": "fumeapp/dayjs",
1051
+ "npm": "dayjs-nuxt",
958
1052
  "icon": "day-js.png",
959
- "github": "https://github.com/nuxt-community/dayjs-module",
960
- "website": "https://github.com/nuxt-community/dayjs-module",
1053
+ "github": "https://github.com/fumeapp/dayjs",
1054
+ "website": "https://github.com/fumeapp/dayjs",
961
1055
  "learn_more": "https://day.js.org/",
962
- "category": "Date",
963
- "type": "community",
1056
+ "category": "Libraries",
1057
+ "type": "3rd-party",
964
1058
  "maintainers": [
965
1059
  {
966
- "name": "Takuma HANATANI",
967
- "github": "potato4d",
968
- "twitter": "potato4d"
1060
+ "name": "Kevin Olson",
1061
+ "github": "acidjazz",
1062
+ "twitter": "AppFume"
969
1063
  }
970
1064
  ],
971
1065
  "compatibility": {
972
- "nuxt": "^2.0.0",
1066
+ "nuxt": "^3.0.0",
973
1067
  "requires": {}
974
1068
  }
975
1069
  },
@@ -1023,7 +1117,7 @@
1023
1117
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1024
1118
  "repo": "nuxt/devtools#main",
1025
1119
  "npm": "@nuxt/devtools",
1026
- "icon": "nuxt.png",
1120
+ "icon": "nuxt.svg",
1027
1121
  "github": "https://github.com/nuxt/devtools",
1028
1122
  "website": "https://devtools.nuxtjs.org/",
1029
1123
  "learn_more": "",
@@ -2067,6 +2161,28 @@
2067
2161
  "requires": {}
2068
2162
  }
2069
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
+ },
2070
2186
  {
2071
2187
  "name": "icon",
2072
2188
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2193,12 +2309,12 @@
2193
2309
  {
2194
2310
  "name": "inkline",
2195
2311
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2196
- "repo": "inkline/nuxt-module-inkline",
2197
- "npm": "@inkline/nuxt",
2312
+ "repo": "inkline/plugin",
2313
+ "npm": "@inkline/plugin",
2198
2314
  "icon": "inkline.svg",
2199
- "github": "https://github.com/inkline/nuxt-module-inkline",
2315
+ "github": "https://github.com/inkline/plugin",
2200
2316
  "website": "https://inkline.io",
2201
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2317
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2202
2318
  "category": "UI",
2203
2319
  "type": "3rd-party",
2204
2320
  "maintainers": [
@@ -2953,6 +3069,28 @@
2953
3069
  "requires": {}
2954
3070
  }
2955
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
+ },
2956
3094
  {
2957
3095
  "name": "nuxt-auth",
2958
3096
  "description": "",
@@ -3048,6 +3186,28 @@
3048
3186
  "requires": {}
3049
3187
  }
3050
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
+ },
3051
3211
  {
3052
3212
  "name": "nuxt-hue",
3053
3213
  "description": "Enlighten your Nuxt experience",
@@ -3072,6 +3232,28 @@
3072
3232
  }
3073
3233
  }
3074
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
+ },
3075
3257
  {
3076
3258
  "name": "nuxt-localtunnel",
3077
3259
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3162,6 +3344,28 @@
3162
3344
  "requires": {}
3163
3345
  }
3164
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
+ },
3165
3369
  {
3166
3370
  "name": "nuxt-pdf",
3167
3371
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -3460,6 +3664,28 @@
3460
3664
  "requires": {}
3461
3665
  }
3462
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
+ },
3463
3689
  {
3464
3690
  "name": "nuxt7",
3465
3691
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -3483,6 +3709,29 @@
3483
3709
  "requires": {}
3484
3710
  }
3485
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
+ },
3486
3735
  {
3487
3736
  "name": "og-image",
3488
3737
  "description": "Easily generate dynamic social share images.",
@@ -3622,6 +3871,30 @@
3622
3871
  }
3623
3872
  }
3624
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
+ },
3625
3898
  {
3626
3899
  "name": "persian-datepicker",
3627
3900
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -4544,7 +4817,7 @@
4544
4817
  "github": "https://github.com/nuxt-modules/snipcart",
4545
4818
  "website": "https://github.com/nuxt-modules/snipcart",
4546
4819
  "learn_more": "https://snipcart.com",
4547
- "category": "Payment",
4820
+ "category": "Ecommerce",
4548
4821
  "type": "community",
4549
4822
  "maintainers": [
4550
4823
  {
@@ -5374,11 +5647,11 @@
5374
5647
  {
5375
5648
  "name": "unhead",
5376
5649
  "description": "Experimental features for Nuxt SEO / head management.",
5377
- "repo": "harlan-zw/nuxt-unhead",
5378
- "npm": "nuxt-unhead",
5650
+ "repo": "harlan-zw/nuxt-seo-experiments",
5651
+ "npm": "nuxt-seo-experiments",
5379
5652
  "icon": "",
5380
- "github": "https://github.com/harlan-zw/nuxt-unhead",
5381
- "website": "https://github.com/harlan-zw/nuxt-unhead",
5653
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5654
+ "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
5382
5655
  "learn_more": "",
5383
5656
  "category": "SEO",
5384
5657
  "type": "3rd-party",
@@ -5421,6 +5694,28 @@
5421
5694
  "requires": {}
5422
5695
  }
5423
5696
  },
5697
+ {
5698
+ "name": "unlazy",
5699
+ "description": "Lazy loading library for placeholder images",
5700
+ "repo": "johannschopplich/unlazy/packages/nuxt",
5701
+ "npm": "@unlazy/nuxt",
5702
+ "icon": "unlazy.svg",
5703
+ "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
5704
+ "website": "https://unlazy.byjohann.dev/",
5705
+ "learn_more": "",
5706
+ "category": "Images",
5707
+ "type": "3rd-party",
5708
+ "maintainers": [
5709
+ {
5710
+ "name": "Johann Schopplich",
5711
+ "github": "johannschopplich"
5712
+ }
5713
+ ],
5714
+ "compatibility": {
5715
+ "nuxt": "^3.0.0",
5716
+ "requires": {}
5717
+ }
5718
+ },
5424
5719
  {
5425
5720
  "name": "unlighthouse",
5426
5721
  "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
@@ -5564,6 +5859,52 @@
5564
5859
  }
5565
5860
  }
5566
5861
  },
5862
+ {
5863
+ "name": "varlet",
5864
+ "description": "A Material design mobile component library developed based on Vue3",
5865
+ "repo": "varletjs/varlet-nuxt",
5866
+ "npm": "@varlet/nuxt",
5867
+ "icon": "varlet.svg",
5868
+ "github": "https://github.com/varletjs/varlet",
5869
+ "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
5870
+ "learn_more": "https://github.com/varletjs/varlet-nuxt",
5871
+ "category": "UI",
5872
+ "type": "3rd-party",
5873
+ "maintainers": [
5874
+ {
5875
+ "name": "zhangmo8",
5876
+ "github": "zhangmo8"
5877
+ }
5878
+ ],
5879
+ "compatibility": {
5880
+ "nuxt": "^3.0.0",
5881
+ "requires": {
5882
+ "bridge": "optional"
5883
+ }
5884
+ }
5885
+ },
5886
+ {
5887
+ "name": "vee-validate",
5888
+ "description": "Painless Vue forms for Nuxt.js",
5889
+ "repo": "logaretm/vee-validate#main/packages/nuxt",
5890
+ "npm": "@vee-validate/nuxt",
5891
+ "icon": "vee-validate.png",
5892
+ "github": "https://github.com/logaretm/vee-validate/",
5893
+ "website": "https://vee-validate.logaretm.com/v4/",
5894
+ "learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
5895
+ "category": "Libraries",
5896
+ "type": "3rd-party",
5897
+ "maintainers": [
5898
+ {
5899
+ "name": "Abdelrahman Awad",
5900
+ "github": "logaretm"
5901
+ }
5902
+ ],
5903
+ "compatibility": {
5904
+ "nuxt": "^3.0.0",
5905
+ "requires": {}
5906
+ }
5907
+ },
5567
5908
  {
5568
5909
  "name": "vendor",
5569
5910
  "description": "directly serve node_modules",
@@ -5587,6 +5928,29 @@
5587
5928
  "requires": {}
5588
5929
  }
5589
5930
  },
5931
+ {
5932
+ "name": "vexip-ui",
5933
+ "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
5934
+ "repo": "vexip-ui/nuxt",
5935
+ "npm": "@vexip-ui/nuxt",
5936
+ "icon": "vexip-ui.svg",
5937
+ "github": "https://github.com/vexip-ui/vexip-ui",
5938
+ "website": "https://www.vexipui.com/",
5939
+ "learn_more": "https://github.com/vexip-ui/nuxt",
5940
+ "category": "UI",
5941
+ "type": "3rd-party",
5942
+ "maintainers": [
5943
+ {
5944
+ "name": "未觉雨声",
5945
+ "github": "qmhc",
5946
+ "twitter": "qmhc95"
5947
+ }
5948
+ ],
5949
+ "compatibility": {
5950
+ "nuxt": "^3.0.0",
5951
+ "requires": {}
5952
+ }
5953
+ },
5590
5954
  {
5591
5955
  "name": "vite-pwa-nuxt",
5592
5956
  "description": "Zero-config PWA Plugin for Nuxt 3",
@@ -5643,13 +6007,13 @@
5643
6007
  },
5644
6008
  {
5645
6009
  "name": "vue-macros",
5646
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5647
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
6010
+ "description": "Explore more macros and syntax sugar to Vue.",
6011
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5648
6012
  "npm": "@vue-macros/nuxt",
5649
6013
  "icon": "vue-macros.svg",
5650
- "github": "https://github.com/sxzz/unplugin-vue-macros",
6014
+ "github": "https://github.com/sxzz/vue-macros",
5651
6015
  "website": "https://vue-macros.sxzz.moe",
5652
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
6016
+ "learn_more": "https://github.com/sxzz/vue-macros",
5653
6017
  "category": "Extensions",
5654
6018
  "type": "3rd-party",
5655
6019
  "maintainers": [
@@ -5920,6 +6284,29 @@
5920
6284
  "requires": {}
5921
6285
  }
5922
6286
  },
6287
+ {
6288
+ "name": "vunix",
6289
+ "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.",
6290
+ "repo": "gaetansenn/vunix#main/packages/nuxt",
6291
+ "npm": "@vunix/nuxt",
6292
+ "icon": "",
6293
+ "github": "https://github.com/gaetansenn/vunix",
6294
+ "website": "https://vunix.dewib.com/",
6295
+ "learn_more": "",
6296
+ "category": "UI",
6297
+ "type": "3rd-party",
6298
+ "maintainers": [
6299
+ {
6300
+ "name": "Gaetan SENN",
6301
+ "github": "gaetansenn",
6302
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6303
+ }
6304
+ ],
6305
+ "compatibility": {
6306
+ "nuxt": "^3.0.0",
6307
+ "requires": {}
6308
+ }
6309
+ },
5923
6310
  {
5924
6311
  "name": "web-vitals",
5925
6312
  "description": "Web Vitals for Nuxt",
@@ -6068,6 +6455,54 @@
6068
6455
  "requires": {}
6069
6456
  }
6070
6457
  },
6458
+ {
6459
+ "name": "well-known",
6460
+ "description": "A Nuxt.js module to add well-known URIs using middlewares",
6461
+ "repo": "zadigetvoltaire/nuxt-well-known",
6462
+ "npm": "@zadigetvoltaire/nuxt-well-known",
6463
+ "icon": "well-known.svg",
6464
+ "github": "https://github.com/zadigetvoltaire/nuxt-well-known",
6465
+ "website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
6466
+ "learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
6467
+ "category": "SEO",
6468
+ "type": "3rd-party",
6469
+ "maintainers": [
6470
+ {
6471
+ "name": "Zadig&Voltaire Team",
6472
+ "github": "https://github.com/zadigetvoltaire"
6473
+ }
6474
+ ],
6475
+ "compatibility": {
6476
+ "nuxt": "^3.0.0",
6477
+ "requires": {}
6478
+ }
6479
+ },
6480
+ {
6481
+ "name": "wideangle",
6482
+ "description": "Nuxt 3 module to integrate Wide Angle Analytics",
6483
+ "repo": "inputobjects/wideangle-nuxt",
6484
+ "npm": "wideangle-nuxt",
6485
+ "icon": "wideangle.png",
6486
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
6487
+ "website": "https://wideangle.co",
6488
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
6489
+ "category": "Analytics",
6490
+ "type": "3rd-party",
6491
+ "maintainers": [
6492
+ {
6493
+ "name": "Wide Angle Analytics by Input Objects GmbH",
6494
+ "github": "inputobjects"
6495
+ },
6496
+ {
6497
+ "name": "Jarek Rozanski",
6498
+ "github": "jrozanski"
6499
+ }
6500
+ ],
6501
+ "compatibility": {
6502
+ "nuxt": "^3.0.0",
6503
+ "requires": {}
6504
+ }
6505
+ },
6071
6506
  {
6072
6507
  "name": "windicss",
6073
6508
  "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-b46b57",
3
+ "version": "0.6.0-bac3a2",
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.14.0",
23
- "defu": "^6.1.1",
22
+ "@types/node": "^18.16.10",
23
+ "defu": "^6.1.2",
24
24
  "eslint": "^8.34.0",
25
- "globby": "^13.1.3",
25
+ "globby": "^13.1.4",
26
26
  "hasha": "^5.2.2",
27
- "jiti": "^1.17.1",
27
+ "jiti": "^1.17.2",
28
28
  "js-yaml": "^4.1.0",
29
- "ofetch": "^1.0.0",
30
- "typescript": "^4.9.4"
29
+ "ofetch": "^1.0.1",
30
+ "typescript": "^4.9.5"
31
31
  },
32
- "packageManager": "pnpm@7.27.1"
32
+ "packageManager": "pnpm@7.32.4"
33
33
  }