@nuxt/modules 0.5.0-996ac4 → 0.5.0-9dbbb7

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 +316 -47
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -73,8 +73,10 @@
73
73
  }
74
74
  ],
75
75
  "compatibility": {
76
- "nuxt": "^3.0.0",
77
- "requires": {}
76
+ "nuxt": "^2.0.0 || ^3.0.0",
77
+ "requires": {
78
+ "bridge": true
79
+ }
78
80
  }
79
81
  },
80
82
  {
@@ -389,7 +391,7 @@
389
391
  },
390
392
  {
391
393
  "name": "bugsnag",
392
- "description": "Bugsnag module for nuxt.js",
394
+ "description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
393
395
  "repo": "JulianMar/nuxt-bugsnag",
394
396
  "npm": "nuxt-bugsnag",
395
397
  "icon": "bugsnag.png",
@@ -401,12 +403,15 @@
401
403
  "maintainers": [
402
404
  {
403
405
  "name": "JulianMar",
404
- "github": "JulianMar"
406
+ "github": "JulianMar",
407
+ "twitter": "julian_martin96"
405
408
  }
406
409
  ],
407
410
  "compatibility": {
408
- "nuxt": "^2.0.0",
409
- "requires": {}
411
+ "nuxt": "^2.0.0 || ^3.0.0",
412
+ "requires": {
413
+ "bridge": true
414
+ }
410
415
  }
411
416
  },
412
417
  {
@@ -455,7 +460,7 @@
455
460
  },
456
461
  {
457
462
  "name": "canvas-sketch",
458
- "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in Javascript",
463
+ "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
459
464
  "repo": "LuXDAmore/generative-art",
460
465
  "npm": "@luxdamore/nuxt-canvas-sketch",
461
466
  "icon": "",
@@ -660,10 +665,10 @@
660
665
  },
661
666
  {
662
667
  "name": "content",
663
- "description": "Use markdown, JSON, YAML, XML or CSV in your nuxt application to easily write content fetched using a MongoDB like API.",
664
- "repo": "nuxt/content#main/packages/content",
668
+ "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.",
669
+ "repo": "nuxt/content#main",
665
670
  "npm": "@nuxt/content",
666
- "icon": "content.png",
671
+ "icon": "nuxt.png",
667
672
  "github": "https://github.com/nuxt/content",
668
673
  "website": "https://content.nuxtjs.org",
669
674
  "learn_more": "",
@@ -671,9 +676,14 @@
671
676
  "type": "official",
672
677
  "maintainers": [
673
678
  {
674
- "name": "Benjamin Canac",
675
- "github": "benjamincanac",
676
- "twitter": "benjamincanac"
679
+ "name": "Yaël Guilloux",
680
+ "github": "Tahul",
681
+ "twitter": "yaeeelglx"
682
+ },
683
+ {
684
+ "name": "Ahad Birang",
685
+ "github": "farnabaz",
686
+ "twitter": "a_birang"
677
687
  },
678
688
  {
679
689
  "name": "Sebastien Chopin",
@@ -682,7 +692,7 @@
682
692
  }
683
693
  ],
684
694
  "compatibility": {
685
- "nuxt": "^2.0.0",
695
+ "nuxt": "^2.0.0 || ^3.0.0",
686
696
  "requires": {}
687
697
  }
688
698
  },
@@ -823,6 +833,29 @@
823
833
  "requires": {}
824
834
  }
825
835
  },
836
+ {
837
+ "name": "delay-hydration",
838
+ "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
839
+ "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
840
+ "npm": "nuxt-delay-hydration",
841
+ "icon": "lighthouse.svg",
842
+ "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
843
+ "website": "https://github.com/harlan-zw/nuxt-delay-hydration",
844
+ "learn_more": "",
845
+ "category": "Performance",
846
+ "type": "3rd-party",
847
+ "maintainers": [
848
+ {
849
+ "name": "Harlan Wilton",
850
+ "github": "harlan-zw",
851
+ "twitter": "harlan_zw"
852
+ }
853
+ ],
854
+ "compatibility": {
855
+ "nuxt": "^2.0.0",
856
+ "requires": {}
857
+ }
858
+ },
826
859
  {
827
860
  "name": "device",
828
861
  "description": "Device detection module for Nuxt.js",
@@ -864,8 +897,10 @@
864
897
  }
865
898
  ],
866
899
  "compatibility": {
867
- "nuxt": "^3.0.0",
868
- "requires": {}
900
+ "nuxt": "^2.0.0 || ^3.0.0",
901
+ "requires": {
902
+ "bridge": true
903
+ }
869
904
  }
870
905
  },
871
906
  {
@@ -1058,7 +1093,7 @@
1058
1093
  },
1059
1094
  {
1060
1095
  "name": "feed",
1061
- "description": "Feed module enables everyone to have RSS, Atom and Json.",
1096
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
1062
1097
  "repo": "nuxt-community/feed-module",
1063
1098
  "npm": "@nuxtjs/feed",
1064
1099
  "icon": "",
@@ -1082,8 +1117,8 @@
1082
1117
  {
1083
1118
  "name": "firebase",
1084
1119
  "description": "Integrate Firebase into your Nuxt project.",
1085
- "repo": "nuxt-community/firebase-module",
1086
- "npm": "@nuxtjs/firebase-monorepo",
1120
+ "repo": "nuxt-community/firebase-module#master/packages/firebase-module",
1121
+ "npm": "@nuxtjs/firebase",
1087
1122
  "icon": "firebase.png",
1088
1123
  "github": "https://github.com/nuxt-community/firebase-module",
1089
1124
  "website": "https://firebase.nuxtjs.org",
@@ -1192,8 +1227,8 @@
1192
1227
  {
1193
1228
  "name": "formkit",
1194
1229
  "description": "Seamless FormKit integration for Nuxt",
1195
- "repo": "formkit/formkit",
1196
- "npm": "",
1230
+ "repo": "formkit/formkit#master/packages/nuxt",
1231
+ "npm": "@formkit/nuxt",
1197
1232
  "icon": "formkit.png",
1198
1233
  "github": "https://github.com/formkit/formkit",
1199
1234
  "website": "https://formkit.com",
@@ -1333,8 +1368,10 @@
1333
1368
  }
1334
1369
  ],
1335
1370
  "compatibility": {
1336
- "nuxt": "^2.0.0",
1337
- "requires": {}
1371
+ "nuxt": "^2.0.0 || ^3.0.0",
1372
+ "requires": {
1373
+ "bridge": "optional"
1374
+ }
1338
1375
  }
1339
1376
  },
1340
1377
  {
@@ -1719,6 +1756,28 @@
1719
1756
  "requires": {}
1720
1757
  }
1721
1758
  },
1759
+ {
1760
+ "name": "icons",
1761
+ "description": "Use your own automatically imported SVG icons.",
1762
+ "repo": "gitfoxcode/nuxt-icons",
1763
+ "npm": "nuxt-icons",
1764
+ "icon": "icons.png",
1765
+ "github": "https://github.com/gitFoxCode/nuxt-icons",
1766
+ "website": "https://github.com/gitFoxCode/nuxt-icons",
1767
+ "learn_more": "",
1768
+ "category": "UI",
1769
+ "type": "3rd-party",
1770
+ "maintainers": [
1771
+ {
1772
+ "name": "Sebastian Wludzik",
1773
+ "github": "gitfoxcode"
1774
+ }
1775
+ ],
1776
+ "compatibility": {
1777
+ "nuxt": "^3.0.0",
1778
+ "requires": {}
1779
+ }
1780
+ },
1722
1781
  {
1723
1782
  "name": "image-loader",
1724
1783
  "description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
@@ -1845,6 +1904,29 @@
1845
1904
  "requires": {}
1846
1905
  }
1847
1906
  },
1907
+ {
1908
+ "name": "ionic",
1909
+ "description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
1910
+ "repo": "danielroe/nuxt-ionic",
1911
+ "npm": "nuxt-ionic",
1912
+ "icon": "ionic.svg",
1913
+ "github": "https://github.com/danielroe/nuxt-ionic",
1914
+ "website": "https://ionic.roe.dev",
1915
+ "learn_more": "https://ionicframework.com",
1916
+ "category": "Libraries",
1917
+ "type": "3rd-party",
1918
+ "maintainers": [
1919
+ {
1920
+ "name": "Daniel Roe",
1921
+ "github": "danielroe",
1922
+ "twitter": "danielcroe"
1923
+ }
1924
+ ],
1925
+ "compatibility": {
1926
+ "nuxt": "^3.0.0",
1927
+ "requires": {}
1928
+ }
1929
+ },
1848
1930
  {
1849
1931
  "name": "jsonapi",
1850
1932
  "description": "Easy JSON:API client integration for Nuxt.js",
@@ -1889,6 +1971,30 @@
1889
1971
  "requires": {}
1890
1972
  }
1891
1973
  },
1974
+ {
1975
+ "name": "kql",
1976
+ "description": "Nuxt 3 module for Kirby's Query Language API",
1977
+ "repo": "johannschopplich/nuxt-kql",
1978
+ "npm": "nuxt-kql",
1979
+ "icon": "kql.svg",
1980
+ "github": "https://github.com/johannschopplich/nuxt-kql",
1981
+ "website": "https://nuxt-kql.jhnn.dev",
1982
+ "learn_more": "",
1983
+ "category": "CMS",
1984
+ "type": "3rd-party",
1985
+ "maintainers": [
1986
+ {
1987
+ "name": "Johann Schopplich",
1988
+ "github": "johannschopplich",
1989
+ "twitter": "jschopplich",
1990
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
1991
+ }
1992
+ ],
1993
+ "compatibility": {
1994
+ "nuxt": "^3.0.0",
1995
+ "requires": {}
1996
+ }
1997
+ },
1892
1998
  {
1893
1999
  "name": "laravel-echo",
1894
2000
  "description": "Laravel Echo for Nuxt.js",
@@ -2094,6 +2200,29 @@
2094
2200
  "requires": {}
2095
2201
  }
2096
2202
  },
2203
+ {
2204
+ "name": "magic-regexp",
2205
+ "description": "A compiled-away, type-safe, readable RegExp alternative",
2206
+ "repo": "danielroe/magic-regexp",
2207
+ "npm": "magic-regexp",
2208
+ "icon": "magic-regexp.svg",
2209
+ "github": "https://github.com/danielroe/magic-regexp",
2210
+ "website": "https://magic-regexp.roe.dev",
2211
+ "learn_more": "https://magic-regexp.roe.dev",
2212
+ "category": "Libraries",
2213
+ "type": "3rd-party",
2214
+ "maintainers": [
2215
+ {
2216
+ "name": "Daniel Roe",
2217
+ "github": "danielroe",
2218
+ "twitter": "danielcroe"
2219
+ }
2220
+ ],
2221
+ "compatibility": {
2222
+ "nuxt": "^3.0.0",
2223
+ "requires": {}
2224
+ }
2225
+ },
2097
2226
  {
2098
2227
  "name": "markdownit",
2099
2228
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2162,6 +2291,31 @@
2162
2291
  "requires": {}
2163
2292
  }
2164
2293
  },
2294
+ {
2295
+ "name": "meilisearch",
2296
+ "description": "Meilisearch Instant Search module for Nuxt 3",
2297
+ "repo": "xlanex6/nuxt-meilisearch",
2298
+ "npm": "nuxt-meilisearch",
2299
+ "icon": "meilisearch.svg",
2300
+ "github": "https://github.com/xlanex6/nuxt-meilisearch",
2301
+ "website": "https://github.com/xlanex6/nuxt-meilisearch",
2302
+ "learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
2303
+ "category": "Libraries",
2304
+ "type": "3rd-party",
2305
+ "maintainers": [
2306
+ {
2307
+ "name": "Alex Duval",
2308
+ "github": "xlanex6",
2309
+ "avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
2310
+ }
2311
+ ],
2312
+ "compatibility": {
2313
+ "nuxt": "^3.0.0",
2314
+ "requires": {
2315
+ "bridge": false
2316
+ }
2317
+ }
2318
+ },
2165
2319
  {
2166
2320
  "name": "memwatch",
2167
2321
  "description": "Quickly watch real-time memory stats of your nuxt app",
@@ -2487,6 +2641,50 @@
2487
2641
  "requires": {}
2488
2642
  }
2489
2643
  },
2644
+ {
2645
+ "name": "nuxt-svgo",
2646
+ "description": "Nuxt module to load optimized SVG files as Vue components",
2647
+ "repo": "cpsoinos/nuxt-svgo",
2648
+ "npm": "nuxt-svgo",
2649
+ "icon": "",
2650
+ "github": "https://github.com/cpsoinos/nuxt-svgo",
2651
+ "website": "https://github.com/cpsoinos/nuxt-svgo",
2652
+ "learn_more": "",
2653
+ "category": "Images",
2654
+ "type": "3rd-party",
2655
+ "maintainers": [
2656
+ {
2657
+ "name": "cpsoinos",
2658
+ "github": "cpsoinos"
2659
+ }
2660
+ ],
2661
+ "compatibility": {
2662
+ "nuxt": "^3.0.0",
2663
+ "requires": {}
2664
+ }
2665
+ },
2666
+ {
2667
+ "name": "nuxt-unleash",
2668
+ "description": "Nuxt.js module to use Unleash toggle feature services",
2669
+ "repo": "conejerock/nuxt-unleash",
2670
+ "npm": "nuxt-unleash",
2671
+ "icon": "nuxt-unleash.svg",
2672
+ "github": "https://github.com/conejerock/nuxt-unleash",
2673
+ "website": "https://github.com/conejerock/nuxt-unleash",
2674
+ "learn_more": "https://github.com/Unleash/unleash",
2675
+ "category": "Deployment",
2676
+ "type": "3rd-party",
2677
+ "maintainers": [
2678
+ {
2679
+ "name": "Juanjo Conejerock",
2680
+ "github": "conejerock"
2681
+ }
2682
+ ],
2683
+ "compatibility": {
2684
+ "nuxt": "^2.0.0",
2685
+ "requires": {}
2686
+ }
2687
+ },
2490
2688
  {
2491
2689
  "name": "nuxt-use-motion",
2492
2690
  "description": "A Nuxt module putting your components in motion",
@@ -3135,6 +3333,30 @@
3135
3333
  }
3136
3334
  }
3137
3335
  },
3336
+ {
3337
+ "name": "schema-org",
3338
+ "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
3339
+ "repo": "vueuse/schema-org#main/packages/nuxt",
3340
+ "npm": "nuxt-schema-org",
3341
+ "icon": "schema-org.svg",
3342
+ "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3343
+ "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3344
+ "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
3345
+ "category": "SEO",
3346
+ "type": "3rd-party",
3347
+ "maintainers": [
3348
+ {
3349
+ "name": "Harlan Wilton",
3350
+ "github": "harlan-zw",
3351
+ "twitter": "harlan_zw",
3352
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
3353
+ }
3354
+ ],
3355
+ "compatibility": {
3356
+ "nuxt": "^3.0.0",
3357
+ "requires": {}
3358
+ }
3359
+ },
3138
3360
  {
3139
3361
  "name": "scss-to-js",
3140
3362
  "description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
@@ -3204,7 +3426,7 @@
3204
3426
  {
3205
3427
  "name": "seo-meta",
3206
3428
  "description": "Simple generate seo metadata",
3207
- "repo": "ihavecoke/nuxtjs-seo-meta",
3429
+ "repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
3208
3430
  "npm": "nuxt-seo-meta",
3209
3431
  "icon": "",
3210
3432
  "github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
@@ -3602,7 +3824,9 @@
3602
3824
  ],
3603
3825
  "compatibility": {
3604
3826
  "nuxt": "^2.0.0 || ^3.0.0",
3605
- "requires": {}
3827
+ "requires": {
3828
+ "bridge": true
3829
+ }
3606
3830
  }
3607
3831
  },
3608
3832
  {
@@ -3674,13 +3898,13 @@
3674
3898
  },
3675
3899
  {
3676
3900
  "name": "stylify",
3677
- "description": "Stylify is a library that generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
3678
- "repo": "stylify/packages#master/packages/nuxt-module",
3679
- "npm": "@stylify/nuxt-module",
3901
+ "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
3902
+ "repo": "stylify/packages#master/packages/nuxt",
3903
+ "npm": "@stylify/nuxt",
3680
3904
  "icon": "stylify.svg",
3681
- "github": "https://github.com/stylify/packages/tree/master/packages/nuxt-module",
3682
- "website": "https://stylify.dev/docs/nuxt-module",
3683
- "learn_more": "https://stylify.dev",
3905
+ "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
3906
+ "website": "https://stylifycss.com/docs/nuxt",
3907
+ "learn_more": "https://stylifycss.com",
3684
3908
  "category": "UI",
3685
3909
  "type": "3rd-party",
3686
3910
  "maintainers": [
@@ -3691,22 +3915,32 @@
3691
3915
  }
3692
3916
  ],
3693
3917
  "compatibility": {
3694
- "nuxt": "^2.0.0",
3918
+ "nuxt": "^2.0.0 || ^3.0.0",
3695
3919
  "requires": {}
3696
3920
  }
3697
3921
  },
3698
3922
  {
3699
3923
  "name": "supabase",
3700
- "description": "A supa simple way to use Supabase with Nuxt",
3701
- "repo": "supabase/nuxt-supabase",
3702
- "npm": "nuxt-supabase",
3924
+ "description": "First class integration with Supabase",
3925
+ "repo": "nuxt-community/supabase-module",
3926
+ "npm": "@nuxtjs/supabase",
3703
3927
  "icon": "supabase.png",
3704
- "github": "https://github.com/supabase/nuxt-supabase",
3705
- "website": "https://github.com/supabase/nuxt-supabase",
3706
- "learn_more": "https://supabase.io",
3928
+ "github": "https://github.com/nuxt-community/supabase-module",
3929
+ "website": "https://supabase.nuxtjs.org",
3930
+ "learn_more": "https://supabase.com",
3707
3931
  "category": "Database",
3708
- "type": "3rd-party",
3932
+ "type": "community",
3709
3933
  "maintainers": [
3934
+ {
3935
+ "name": "Baptiste Leproux",
3936
+ "github": "larbish",
3937
+ "twitter": "baptistelprx"
3938
+ },
3939
+ {
3940
+ "name": "Sebastien Chopin",
3941
+ "github": "Atinux",
3942
+ "twitter": "Atinux"
3943
+ },
3710
3944
  {
3711
3945
  "name": "Scott Robertson",
3712
3946
  "github": "scottrobertson",
@@ -3714,7 +3948,7 @@
3714
3948
  }
3715
3949
  ],
3716
3950
  "compatibility": {
3717
- "nuxt": "^2.0.0",
3951
+ "nuxt": "^2.0.0 || ^3.0.0",
3718
3952
  "requires": {}
3719
3953
  }
3720
3954
  },
@@ -3900,6 +4134,39 @@
3900
4134
  }
3901
4135
  }
3902
4136
  },
4137
+ {
4138
+ "name": "twicpics",
4139
+ "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
4140
+ "repo": "TwicPics/components",
4141
+ "npm": "@twicpics/components",
4142
+ "icon": "twicpics.svg",
4143
+ "github": "https://github.com/TwicPics/components",
4144
+ "website": "https://www.twicpics.com/docs/components/nuxt-3",
4145
+ "learn_more": "https://www.twicpics.com",
4146
+ "category": "Images",
4147
+ "type": "3rd-party",
4148
+ "maintainers": [
4149
+ {
4150
+ "name": "Florent Bourgeois",
4151
+ "github": "florentb",
4152
+ "twitter": "florent_b"
4153
+ },
4154
+ {
4155
+ "name": "Julian Aubourg",
4156
+ "github": "jaubourg",
4157
+ "twitter": "jaubourg"
4158
+ },
4159
+ {
4160
+ "name": "Miguel Beignon",
4161
+ "github": "mbgspcii",
4162
+ "twitter": "m_beignon"
4163
+ }
4164
+ ],
4165
+ "compatibility": {
4166
+ "nuxt": "^2.0.0 || ^3.0.0",
4167
+ "requires": {}
4168
+ }
4169
+ },
3903
4170
  {
3904
4171
  "name": "typed-router",
3905
4172
  "description": "Provide autocompletion for pages route names generated by Nuxt router",
@@ -3918,15 +4185,15 @@
3918
4185
  }
3919
4186
  ],
3920
4187
  "compatibility": {
3921
- "nuxt": "^2.0.0",
4188
+ "nuxt": "^2.0.0 || ^3.0.0",
3922
4189
  "requires": {}
3923
4190
  }
3924
4191
  },
3925
4192
  {
3926
4193
  "name": "typed-vuex",
3927
4194
  "description": "A vanilla, strongly typed store accessor for Vuex.",
3928
- "repo": "danielroe/typed-vuex",
3929
- "npm": "",
4195
+ "repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
4196
+ "npm": "nuxt-typed-vuex",
3930
4197
  "icon": "vue.png",
3931
4198
  "github": "https://github.com/danielroe/typed-vuex",
3932
4199
  "website": "https://github.com/danielroe/typed-vuex",
@@ -4277,8 +4544,8 @@
4277
4544
  {
4278
4545
  "name": "vueuse",
4279
4546
  "description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
4280
- "repo": "vueuse/vueuse#main/packages/core",
4281
- "npm": "@vueuse/core",
4547
+ "repo": "vueuse/vueuse#main/packages/nuxt",
4548
+ "npm": "@vueuse/nuxt",
4282
4549
  "icon": "vueuse.svg",
4283
4550
  "github": "https://github.com/vueuse/vueuse",
4284
4551
  "website": "https://vueuse.org",
@@ -4349,8 +4616,10 @@
4349
4616
  }
4350
4617
  ],
4351
4618
  "compatibility": {
4352
- "nuxt": "^2.0.0",
4353
- "requires": {}
4619
+ "nuxt": "^2.0.0 || ^3.0.0",
4620
+ "requires": {
4621
+ "bridge": "optional"
4622
+ }
4354
4623
  }
4355
4624
  },
4356
4625
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.5.0-996ac4",
3
+ "version": "0.5.0-9dbbb7",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json"
6
6
  }