@nuxt/modules 0.6.0-a72d02 → 0.6.0-ad2370

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 +558 -35
  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",
@@ -289,6 +313,29 @@
289
313
  "requires": {}
290
314
  }
291
315
  },
316
+ {
317
+ "name": "authjs",
318
+ "description": "Auth.js authentication Nuxt module. Edge compatible.",
319
+ "repo": "Hebilicious/authjs-nuxt#main",
320
+ "npm": "@hebilicious/authjs-nuxt",
321
+ "icon": "authjs.png",
322
+ "github": "https://github.com/Hebilicious/authjs-nuxt",
323
+ "website": "https://authjs-nuxt.pages.dev/",
324
+ "learn_more": "https://authjs.dev/",
325
+ "category": "Security",
326
+ "type": "3rd-party",
327
+ "maintainers": [
328
+ {
329
+ "name": "Hebilicious",
330
+ "github": "Hebilicious",
331
+ "twitter": "its_hebilicious"
332
+ }
333
+ ],
334
+ "compatibility": {
335
+ "nuxt": "^3.0.0",
336
+ "requires": {}
337
+ }
338
+ },
292
339
  {
293
340
  "name": "axios",
294
341
  "description": "Secure and easy Axios module with Nuxt.js",
@@ -526,6 +573,28 @@
526
573
  "requires": {}
527
574
  }
528
575
  },
576
+ {
577
+ "name": "capo",
578
+ "description": "Capo.js implementation for Nuxt 3",
579
+ "repo": "danielroe/nuxt-capo",
580
+ "npm": "nuxt-capo",
581
+ "icon": "",
582
+ "github": "https://github.com/danielroe/nuxt-capo",
583
+ "website": "https://github.com/danielroe/nuxt-capo",
584
+ "learn_more": "",
585
+ "category": "Performance",
586
+ "type": "3rd-party",
587
+ "maintainers": [
588
+ {
589
+ "name": "danielroe",
590
+ "github": "danielroe"
591
+ }
592
+ ],
593
+ "compatibility": {
594
+ "nuxt": "^3.0.0",
595
+ "requires": {}
596
+ }
597
+ },
529
598
  {
530
599
  "name": "chakra-ui",
531
600
  "description": "Chakra UI Module for Nuxt.js",
@@ -592,6 +661,29 @@
592
661
  "requires": {}
593
662
  }
594
663
  },
664
+ {
665
+ "name": "clarity-analytics",
666
+ "description": "Clarity Analytics Module for Nuxt",
667
+ "repo": "Barbapapazes/nuxt-clarity-analytics",
668
+ "npm": "nuxt-clarity-analytics",
669
+ "icon": "",
670
+ "github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
671
+ "website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
672
+ "learn_more": "https://clarity.microsoft.com/",
673
+ "category": "Analytics",
674
+ "type": "3rd-party",
675
+ "maintainers": [
676
+ {
677
+ "name": "Barbapapazes",
678
+ "github": "Barbapapazes",
679
+ "twitter": "soubiran_"
680
+ }
681
+ ],
682
+ "compatibility": {
683
+ "nuxt": "^3.0.0",
684
+ "requires": {}
685
+ }
686
+ },
595
687
  {
596
688
  "name": "client-init",
597
689
  "description": "Provide client version of `nuxtServerInit`.",
@@ -757,12 +849,35 @@
757
849
  "requires": {}
758
850
  }
759
851
  },
852
+ {
853
+ "name": "content-assets",
854
+ "description": "Enable locally-located assets in Nuxt Content",
855
+ "repo": "davestewart/nuxt-content-assets",
856
+ "npm": "nuxt-content-assets",
857
+ "icon": "content-assets.png",
858
+ "github": "https://github.com/davestewart/nuxt-content-assets",
859
+ "website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
860
+ "learn_more": "",
861
+ "category": "Images",
862
+ "type": "3rd-party",
863
+ "maintainers": [
864
+ {
865
+ "name": "davestewart",
866
+ "github": "davestewart",
867
+ "twitter": "dave_stewart"
868
+ }
869
+ ],
870
+ "compatibility": {
871
+ "nuxt": "^3.0.0",
872
+ "requires": {}
873
+ }
874
+ },
760
875
  {
761
876
  "name": "content",
762
877
  "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
878
  "repo": "nuxt/content#main",
764
879
  "npm": "@nuxt/content",
765
- "icon": "nuxt.png",
880
+ "icon": "nuxt.svg",
766
881
  "github": "https://github.com/nuxt/content",
767
882
  "website": "https://content.nuxtjs.org",
768
883
  "learn_more": "",
@@ -976,24 +1091,24 @@
976
1091
  },
977
1092
  {
978
1093
  "name": "dayjs",
979
- "description": "The best way for use Day.js easily in your Nuxt.js project.",
980
- "repo": "nuxt-community/dayjs-module",
981
- "npm": "@nuxtjs/dayjs",
1094
+ "description": "Day.js module for Nuxt",
1095
+ "repo": "fumeapp/dayjs",
1096
+ "npm": "dayjs-nuxt",
982
1097
  "icon": "day-js.png",
983
- "github": "https://github.com/nuxt-community/dayjs-module",
984
- "website": "https://github.com/nuxt-community/dayjs-module",
1098
+ "github": "https://github.com/fumeapp/dayjs",
1099
+ "website": "https://github.com/fumeapp/dayjs",
985
1100
  "learn_more": "https://day.js.org/",
986
- "category": "Date",
987
- "type": "community",
1101
+ "category": "Libraries",
1102
+ "type": "3rd-party",
988
1103
  "maintainers": [
989
1104
  {
990
- "name": "Takuma HANATANI",
991
- "github": "potato4d",
992
- "twitter": "potato4d"
1105
+ "name": "Kevin Olson",
1106
+ "github": "acidjazz",
1107
+ "twitter": "AppFume"
993
1108
  }
994
1109
  ],
995
1110
  "compatibility": {
996
- "nuxt": "^2.0.0",
1111
+ "nuxt": "^3.0.0",
997
1112
  "requires": {}
998
1113
  }
999
1114
  },
@@ -1047,7 +1162,7 @@
1047
1162
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1048
1163
  "repo": "nuxt/devtools#main",
1049
1164
  "npm": "@nuxt/devtools",
1050
- "icon": "nuxt.png",
1165
+ "icon": "nuxt.svg",
1051
1166
  "github": "https://github.com/nuxt/devtools",
1052
1167
  "website": "https://devtools.nuxtjs.org/",
1053
1168
  "learn_more": "",
@@ -1485,6 +1600,29 @@
1485
1600
  "requires": {}
1486
1601
  }
1487
1602
  },
1603
+ {
1604
+ "name": "form-actions",
1605
+ "description": "A set of features and composables to interact with forms and server data.",
1606
+ "repo": "Hebilicious/form-actions-nuxt#main",
1607
+ "npm": "form-actions-nuxt",
1608
+ "icon": "form-actions.svg",
1609
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1610
+ "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1611
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1612
+ "category": "Request",
1613
+ "type": "3rd-party",
1614
+ "maintainers": [
1615
+ {
1616
+ "name": "Hebilicious",
1617
+ "github": "Hebilicious",
1618
+ "twitter": "its_hebilicious"
1619
+ }
1620
+ ],
1621
+ "compatibility": {
1622
+ "nuxt": "^3.0.0",
1623
+ "requires": {}
1624
+ }
1625
+ },
1488
1626
  {
1489
1627
  "name": "formkit",
1490
1628
  "description": "Seamless FormKit integration for Nuxt",
@@ -1833,6 +1971,28 @@
1833
1971
  "requires": {}
1834
1972
  }
1835
1973
  },
1974
+ {
1975
+ "name": "hanko",
1976
+ "description": "Hanko integration for Nuxt for passwordless authentication",
1977
+ "repo": "danielroe/nuxt-hanko",
1978
+ "npm": "nuxt-hanko",
1979
+ "icon": "",
1980
+ "github": "https://github.com/danielroe/nuxt-hanko",
1981
+ "website": "https://github.com/danielroe/nuxt-hanko",
1982
+ "learn_more": "",
1983
+ "category": "Security",
1984
+ "type": "3rd-party",
1985
+ "maintainers": [
1986
+ {
1987
+ "name": "danielroe",
1988
+ "github": "danielroe"
1989
+ }
1990
+ ],
1991
+ "compatibility": {
1992
+ "nuxt": "^3.0.0",
1993
+ "requires": {}
1994
+ }
1995
+ },
1836
1996
  {
1837
1997
  "name": "harlem",
1838
1998
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -2091,6 +2251,28 @@
2091
2251
  "requires": {}
2092
2252
  }
2093
2253
  },
2254
+ {
2255
+ "name": "icon-font",
2256
+ "description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
2257
+ "repo": "coremyslo/nuxt-icon-font",
2258
+ "npm": "@coremyslo/nuxt-icon-font",
2259
+ "icon": "",
2260
+ "github": "https://github.com/coremyslo/nuxt-icon-font",
2261
+ "website": "https://github.com/coremyslo/nuxt-icon-font",
2262
+ "learn_more": "",
2263
+ "category": "UI",
2264
+ "type": "3rd-party",
2265
+ "maintainers": [
2266
+ {
2267
+ "name": "coremyslo",
2268
+ "github": "coremyslo"
2269
+ }
2270
+ ],
2271
+ "compatibility": {
2272
+ "nuxt": "^3.0.0",
2273
+ "requires": {}
2274
+ }
2275
+ },
2094
2276
  {
2095
2277
  "name": "icon",
2096
2278
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2217,12 +2399,12 @@
2217
2399
  {
2218
2400
  "name": "inkline",
2219
2401
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2220
- "repo": "inkline/nuxt-module-inkline",
2221
- "npm": "@inkline/nuxt",
2402
+ "repo": "inkline/plugin",
2403
+ "npm": "@inkline/plugin",
2222
2404
  "icon": "inkline.svg",
2223
- "github": "https://github.com/inkline/nuxt-module-inkline",
2405
+ "github": "https://github.com/inkline/plugin",
2224
2406
  "website": "https://inkline.io",
2225
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2407
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2226
2408
  "category": "UI",
2227
2409
  "type": "3rd-party",
2228
2410
  "maintainers": [
@@ -2977,6 +3159,28 @@
2977
3159
  "requires": {}
2978
3160
  }
2979
3161
  },
3162
+ {
3163
+ "name": "nupolyon",
3164
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3165
+ "repo": "adenvt/nupolyon",
3166
+ "npm": "nupolyon",
3167
+ "icon": "",
3168
+ "github": "https://github.com/adenvt/nupolyon",
3169
+ "website": "https://github.com/adenvt/nupolyon",
3170
+ "learn_more": "",
3171
+ "category": "Performance",
3172
+ "type": "3rd-party",
3173
+ "maintainers": [
3174
+ {
3175
+ "name": "adenvt",
3176
+ "github": "adenvt"
3177
+ }
3178
+ ],
3179
+ "compatibility": {
3180
+ "nuxt": "^3.0.0",
3181
+ "requires": {}
3182
+ }
3183
+ },
2980
3184
  {
2981
3185
  "name": "nuxt-auth",
2982
3186
  "description": "",
@@ -3072,6 +3276,28 @@
3072
3276
  "requires": {}
3073
3277
  }
3074
3278
  },
3279
+ {
3280
+ "name": "nuxt-gtm",
3281
+ "description": "A Nuxt.js module for Google Tag Manager",
3282
+ "repo": "zadigetvoltaire/nuxt-gtm",
3283
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3284
+ "icon": "nuxt-gtm.svg",
3285
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3286
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3287
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3288
+ "category": "Analytics",
3289
+ "type": "3rd-party",
3290
+ "maintainers": [
3291
+ {
3292
+ "name": "Zadig&Voltaire Team",
3293
+ "github": "https://github.com/zadigetvoltaire"
3294
+ }
3295
+ ],
3296
+ "compatibility": {
3297
+ "nuxt": "^3.0.0",
3298
+ "requires": {}
3299
+ }
3300
+ },
3075
3301
  {
3076
3302
  "name": "nuxt-hue",
3077
3303
  "description": "Enlighten your Nuxt experience",
@@ -3096,6 +3322,28 @@
3096
3322
  }
3097
3323
  }
3098
3324
  },
3325
+ {
3326
+ "name": "nuxt-lazy-load",
3327
+ "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",
3328
+ "repo": "",
3329
+ "npm": "nuxt-lazy-load",
3330
+ "icon": "nuxt-lazy-load.svg",
3331
+ "github": "",
3332
+ "website": "https://gitlab.com/broj42/nuxt-lazy-load",
3333
+ "learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
3334
+ "category": "Performance",
3335
+ "type": "3rd-party",
3336
+ "maintainers": [
3337
+ {
3338
+ "name": "Dario Ferderber",
3339
+ "github": "darioferderber"
3340
+ }
3341
+ ],
3342
+ "compatibility": {
3343
+ "nuxt": "^2.0.0 || ^3.0.0",
3344
+ "requires": {}
3345
+ }
3346
+ },
3099
3347
  {
3100
3348
  "name": "nuxt-localtunnel",
3101
3349
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3186,6 +3434,28 @@
3186
3434
  "requires": {}
3187
3435
  }
3188
3436
  },
3437
+ {
3438
+ "name": "nuxt-mongoose",
3439
+ "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
3440
+ "repo": "arashsheyda/nuxt-mongoose",
3441
+ "npm": "nuxt-mongoose",
3442
+ "icon": "nuxt-mongoose.svg",
3443
+ "github": "https://github.com/arashsheyda/nuxt-mongoose",
3444
+ "website": "https://github.com/arashsheyda/nuxt-mongoose",
3445
+ "learn_more": "",
3446
+ "category": "Database",
3447
+ "type": "3rd-party",
3448
+ "maintainers": [
3449
+ {
3450
+ "name": "arashsheyda",
3451
+ "github": "arashsheyda"
3452
+ }
3453
+ ],
3454
+ "compatibility": {
3455
+ "nuxt": "^3.0.0",
3456
+ "requires": {}
3457
+ }
3458
+ },
3189
3459
  {
3190
3460
  "name": "nuxt-pdf",
3191
3461
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -3529,6 +3799,29 @@
3529
3799
  "requires": {}
3530
3800
  }
3531
3801
  },
3802
+ {
3803
+ "name": "nuxtlabs-ui",
3804
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3805
+ "repo": "nuxtlabs/ui",
3806
+ "npm": "@nuxthq/ui",
3807
+ "icon": "nuxtlabs-ui.svg",
3808
+ "github": "https://github.com/nuxtlabs/ui",
3809
+ "website": "https://ui.nuxtlabs.com",
3810
+ "learn_more": "https://ui.nuxtlabs.com",
3811
+ "category": "UI",
3812
+ "type": "3rd-party",
3813
+ "maintainers": [
3814
+ {
3815
+ "name": "Benjamin Canac",
3816
+ "github": "benjamincanac",
3817
+ "twitter": "benjamincanac"
3818
+ }
3819
+ ],
3820
+ "compatibility": {
3821
+ "nuxt": "^3.0.0",
3822
+ "requires": {}
3823
+ }
3824
+ },
3532
3825
  {
3533
3826
  "name": "og-image",
3534
3827
  "description": "Easily generate dynamic social share images.",
@@ -3668,6 +3961,30 @@
3668
3961
  }
3669
3962
  }
3670
3963
  },
3964
+ {
3965
+ "name": "pdfeasy",
3966
+ "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
3967
+ "repo": "betterwrite/pdfeasy#main/packages/nuxt",
3968
+ "npm": "nuxt-pdfeasy",
3969
+ "icon": "pdfeasy.png",
3970
+ "github": "https://github.com/betterwrite/pdfeasy",
3971
+ "website": "https://github.com/betterwrite/pdfeasy",
3972
+ "learn_more": "https://github.com/betterwrite/pdfeasy",
3973
+ "category": "Extensions",
3974
+ "type": "3rd-party",
3975
+ "maintainers": [
3976
+ {
3977
+ "name": "Giovane Cardoso",
3978
+ "github": "novout",
3979
+ "twitter": "novoutttttt",
3980
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
3981
+ }
3982
+ ],
3983
+ "compatibility": {
3984
+ "nuxt": "^3.0.0",
3985
+ "requires": {}
3986
+ }
3987
+ },
3671
3988
  {
3672
3989
  "name": "persian-datepicker",
3673
3990
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -5177,6 +5494,28 @@
5177
5494
  "requires": {}
5178
5495
  }
5179
5496
  },
5497
+ {
5498
+ "name": "time",
5499
+ "description": "Safely render local dates and times on the server with Nuxt",
5500
+ "repo": "danielroe/nuxt-time",
5501
+ "npm": "nuxt-time",
5502
+ "icon": "",
5503
+ "github": "https://github.com/danielroe/nuxt-time",
5504
+ "website": "https://github.com/danielroe/nuxt-time",
5505
+ "learn_more": "",
5506
+ "category": "Extensions",
5507
+ "type": "3rd-party",
5508
+ "maintainers": [
5509
+ {
5510
+ "name": "danielroe",
5511
+ "github": "danielroe"
5512
+ }
5513
+ ],
5514
+ "compatibility": {
5515
+ "nuxt": "^3.0.0",
5516
+ "requires": {}
5517
+ }
5518
+ },
5180
5519
  {
5181
5520
  "name": "toast",
5182
5521
  "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
@@ -5249,6 +5588,28 @@
5249
5588
  }
5250
5589
  }
5251
5590
  },
5591
+ {
5592
+ "name": "twemoji",
5593
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
5594
+ "repo": "yizack/nuxt-twemoji",
5595
+ "npm": "nuxt-twemoji",
5596
+ "icon": "twemoji.svg",
5597
+ "github": "https://github.com/Yizack/nuxt-twemoji",
5598
+ "website": "https://github.com/Yizack/nuxt-twemoji",
5599
+ "learn_more": "",
5600
+ "category": "UI",
5601
+ "type": "3rd-party",
5602
+ "maintainers": [
5603
+ {
5604
+ "name": "Yizack Rangel",
5605
+ "github": "yizack"
5606
+ }
5607
+ ],
5608
+ "compatibility": {
5609
+ "nuxt": "^3.0.0",
5610
+ "requires": {}
5611
+ }
5612
+ },
5252
5613
  {
5253
5614
  "name": "twicpics",
5254
5615
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5420,11 +5781,11 @@
5420
5781
  {
5421
5782
  "name": "unhead",
5422
5783
  "description": "Experimental features for Nuxt SEO / head management.",
5423
- "repo": "harlan-zw/nuxt-unhead",
5424
- "npm": "nuxt-unhead",
5784
+ "repo": "harlan-zw/nuxt-seo-experiments",
5785
+ "npm": "nuxt-seo-experiments",
5425
5786
  "icon": "",
5426
- "github": "https://github.com/harlan-zw/nuxt-unhead",
5427
- "website": "https://github.com/harlan-zw/nuxt-unhead",
5787
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5788
+ "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
5428
5789
  "learn_more": "",
5429
5790
  "category": "SEO",
5430
5791
  "type": "3rd-party",
@@ -5467,6 +5828,28 @@
5467
5828
  "requires": {}
5468
5829
  }
5469
5830
  },
5831
+ {
5832
+ "name": "unlazy",
5833
+ "description": "Lazy loading library for placeholder images",
5834
+ "repo": "johannschopplich/unlazy/packages/nuxt",
5835
+ "npm": "@unlazy/nuxt",
5836
+ "icon": "unlazy.svg",
5837
+ "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
5838
+ "website": "https://unlazy.byjohann.dev/",
5839
+ "learn_more": "",
5840
+ "category": "Images",
5841
+ "type": "3rd-party",
5842
+ "maintainers": [
5843
+ {
5844
+ "name": "Johann Schopplich",
5845
+ "github": "johannschopplich"
5846
+ }
5847
+ ],
5848
+ "compatibility": {
5849
+ "nuxt": "^3.0.0",
5850
+ "requires": {}
5851
+ }
5852
+ },
5470
5853
  {
5471
5854
  "name": "unlighthouse",
5472
5855
  "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
@@ -5610,6 +5993,52 @@
5610
5993
  }
5611
5994
  }
5612
5995
  },
5996
+ {
5997
+ "name": "varlet",
5998
+ "description": "A Material design mobile component library developed based on Vue3",
5999
+ "repo": "varletjs/varlet-nuxt",
6000
+ "npm": "@varlet/nuxt",
6001
+ "icon": "varlet.svg",
6002
+ "github": "https://github.com/varletjs/varlet",
6003
+ "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
6004
+ "learn_more": "https://github.com/varletjs/varlet-nuxt",
6005
+ "category": "UI",
6006
+ "type": "3rd-party",
6007
+ "maintainers": [
6008
+ {
6009
+ "name": "zhangmo8",
6010
+ "github": "zhangmo8"
6011
+ }
6012
+ ],
6013
+ "compatibility": {
6014
+ "nuxt": "^3.0.0",
6015
+ "requires": {
6016
+ "bridge": "optional"
6017
+ }
6018
+ }
6019
+ },
6020
+ {
6021
+ "name": "vee-validate",
6022
+ "description": "Painless Vue forms for Nuxt.js",
6023
+ "repo": "logaretm/vee-validate#main/packages/nuxt",
6024
+ "npm": "@vee-validate/nuxt",
6025
+ "icon": "vee-validate.png",
6026
+ "github": "https://github.com/logaretm/vee-validate/",
6027
+ "website": "https://vee-validate.logaretm.com/v4/",
6028
+ "learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
6029
+ "category": "Libraries",
6030
+ "type": "3rd-party",
6031
+ "maintainers": [
6032
+ {
6033
+ "name": "Abdelrahman Awad",
6034
+ "github": "logaretm"
6035
+ }
6036
+ ],
6037
+ "compatibility": {
6038
+ "nuxt": "^3.0.0",
6039
+ "requires": {}
6040
+ }
6041
+ },
5613
6042
  {
5614
6043
  "name": "vendor",
5615
6044
  "description": "directly serve node_modules",
@@ -5633,6 +6062,51 @@
5633
6062
  "requires": {}
5634
6063
  }
5635
6064
  },
6065
+ {
6066
+ "name": "vercel-analytics",
6067
+ "description": "Vercel Analytics integration for Nuxt",
6068
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
6069
+ "npm": "nuxt-vercel-analytics",
6070
+ "icon": "",
6071
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6072
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6073
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
6074
+ "category": "Analytics",
6075
+ "type": "3rd-party",
6076
+ "maintainers": [
6077
+ {
6078
+ "name": "Alexander B.",
6079
+ "github": "xanderbarkhatov"
6080
+ }
6081
+ ],
6082
+ "compatibility": {
6083
+ "nuxt": "^3.0.0",
6084
+ "requires": {}
6085
+ }
6086
+ },
6087
+ {
6088
+ "name": "vexip-ui",
6089
+ "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
6090
+ "repo": "vexip-ui/nuxt",
6091
+ "npm": "@vexip-ui/nuxt",
6092
+ "icon": "vexip-ui.svg",
6093
+ "github": "https://github.com/vexip-ui/vexip-ui",
6094
+ "website": "https://www.vexipui.com/",
6095
+ "learn_more": "https://github.com/vexip-ui/nuxt",
6096
+ "category": "UI",
6097
+ "type": "3rd-party",
6098
+ "maintainers": [
6099
+ {
6100
+ "name": "未觉雨声",
6101
+ "github": "qmhc",
6102
+ "twitter": "qmhc95"
6103
+ }
6104
+ ],
6105
+ "compatibility": {
6106
+ "nuxt": "^3.0.0",
6107
+ "requires": {}
6108
+ }
6109
+ },
5636
6110
  {
5637
6111
  "name": "vite-pwa-nuxt",
5638
6112
  "description": "Zero-config PWA Plugin for Nuxt 3",
@@ -5664,13 +6138,13 @@
5664
6138
  {
5665
6139
  "name": "vitest",
5666
6140
  "description": "Vitest integration with Nuxt",
5667
- "repo": "danielroe/nuxt-vitest#main",
6141
+ "repo": "danielroe/nuxt-vitest",
5668
6142
  "npm": "nuxt-vitest",
5669
6143
  "icon": "vitest.svg",
5670
6144
  "github": "https://github.com/danielroe/nuxt-vitest",
5671
6145
  "website": "https://github.com/danielroe/nuxt-vitest",
5672
6146
  "learn_more": "",
5673
- "category": "Extensions",
6147
+ "category": "Devtools",
5674
6148
  "type": "3rd-party",
5675
6149
  "maintainers": [
5676
6150
  {
@@ -5689,13 +6163,13 @@
5689
6163
  },
5690
6164
  {
5691
6165
  "name": "vue-macros",
5692
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5693
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
6166
+ "description": "Explore more macros and syntax sugar to Vue.",
6167
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5694
6168
  "npm": "@vue-macros/nuxt",
5695
6169
  "icon": "vue-macros.svg",
5696
- "github": "https://github.com/sxzz/unplugin-vue-macros",
6170
+ "github": "https://github.com/sxzz/vue-macros",
5697
6171
  "website": "https://vue-macros.sxzz.moe",
5698
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
6172
+ "learn_more": "https://github.com/sxzz/vue-macros",
5699
6173
  "category": "Extensions",
5700
6174
  "type": "3rd-party",
5701
6175
  "maintainers": [
@@ -5778,6 +6252,29 @@
5778
6252
  "requires": {}
5779
6253
  }
5780
6254
  },
6255
+ {
6256
+ "name": "vue-query",
6257
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6258
+ "repo": "Hebilicious/vue-query-nuxt#main",
6259
+ "npm": "@hebilicious/vue-query-nuxt",
6260
+ "icon": "vue-query.svg",
6261
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
6262
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
6263
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
6264
+ "category": "Request",
6265
+ "type": "3rd-party",
6266
+ "maintainers": [
6267
+ {
6268
+ "name": "Hebilicious",
6269
+ "github": "Hebilicious",
6270
+ "twitter": "its_hebilicious"
6271
+ }
6272
+ ],
6273
+ "compatibility": {
6274
+ "nuxt": "^3.0.0",
6275
+ "requires": {}
6276
+ }
6277
+ },
5781
6278
  {
5782
6279
  "name": "vue-select",
5783
6280
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -5969,8 +6466,8 @@
5969
6466
  {
5970
6467
  "name": "vunix",
5971
6468
  "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",
6469
+ "repo": "gaetansenn/vunix#main/packages/nuxt",
6470
+ "npm": "@vunix/nuxt",
5974
6471
  "icon": "",
5975
6472
  "github": "https://github.com/gaetansenn/vunix",
5976
6473
  "website": "https://vunix.dewib.com/",
@@ -6159,6 +6656,32 @@
6159
6656
  "requires": {}
6160
6657
  }
6161
6658
  },
6659
+ {
6660
+ "name": "wideangle",
6661
+ "description": "Nuxt 3 module to integrate Wide Angle Analytics",
6662
+ "repo": "inputobjects/wideangle-nuxt",
6663
+ "npm": "wideangle-nuxt",
6664
+ "icon": "wideangle.png",
6665
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
6666
+ "website": "https://wideangle.co",
6667
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
6668
+ "category": "Analytics",
6669
+ "type": "3rd-party",
6670
+ "maintainers": [
6671
+ {
6672
+ "name": "Wide Angle Analytics by Input Objects GmbH",
6673
+ "github": "inputobjects"
6674
+ },
6675
+ {
6676
+ "name": "Jarek Rozanski",
6677
+ "github": "jrozanski"
6678
+ }
6679
+ ],
6680
+ "compatibility": {
6681
+ "nuxt": "^3.0.0",
6682
+ "requires": {}
6683
+ }
6684
+ },
6162
6685
  {
6163
6686
  "name": "windicss",
6164
6687
  "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-a72d02",
3
+ "version": "0.6.0-ad2370",
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
  }