@nuxt/modules 0.5.0-85ac00 → 0.5.0-86c9b0

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 +476 -75
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -52,10 +52,10 @@
52
52
  {
53
53
  "name": "algolia",
54
54
  "description": "Algolia Search Module for Nuxt 3",
55
- "repo": "nuxt-community/algolia-module",
55
+ "repo": "nuxt-modules/algolia",
56
56
  "npm": "@nuxtjs/algolia",
57
57
  "icon": "algolia.svg",
58
- "github": "https://github.com/nuxt-community/algolia-module",
58
+ "github": "https://github.com/nuxt-modules/algolia",
59
59
  "website": "https://algolia.nuxtjs.org/",
60
60
  "learn_more": "https://algolia.nuxtjs.org/",
61
61
  "category": "Libraries",
@@ -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
  {
@@ -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
  {
@@ -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
  {
@@ -1488,11 +1525,11 @@
1488
1525
  {
1489
1526
  "name": "harlem",
1490
1527
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
1491
- "repo": "nuxt-community/harlem-module",
1528
+ "repo": "nuxt-modules/harlem",
1492
1529
  "npm": "@nuxtjs/harlem",
1493
1530
  "icon": "harlem.svg",
1494
- "github": "https://github.com/nuxt-community/harlem-module",
1495
- "website": "https://github.com/nuxt-community/harlem-module",
1531
+ "github": "https://github.com/nuxt-modules/harlem",
1532
+ "website": "https://github.com/nuxt-modules/harlem",
1496
1533
  "learn_more": "https://harlemjs.com/",
1497
1534
  "category": "Extensions",
1498
1535
  "type": "community",
@@ -1622,10 +1659,10 @@
1622
1659
  {
1623
1660
  "name": "html-validator",
1624
1661
  "description": "Automatically validate Nuxt server-rendered HTML html",
1625
- "repo": "nuxt-community/html-validator-module",
1662
+ "repo": "nuxt-modules/html-validator",
1626
1663
  "npm": "@nuxtjs/html-validator",
1627
1664
  "icon": "html-validator.png",
1628
- "github": "https://github.com/nuxt-community/html-validator-module",
1665
+ "github": "https://github.com/nuxt-modules/html-validator",
1629
1666
  "website": "https://html-validator.nuxtjs.org",
1630
1667
  "learn_more": "https://html-validate.org",
1631
1668
  "category": "Performance",
@@ -1638,8 +1675,10 @@
1638
1675
  }
1639
1676
  ],
1640
1677
  "compatibility": {
1641
- "nuxt": "^2.0.0",
1642
- "requires": {}
1678
+ "nuxt": "^2.0.0 || ^3.0.0",
1679
+ "requires": {
1680
+ "bridge": "optional"
1681
+ }
1643
1682
  }
1644
1683
  },
1645
1684
  {
@@ -1719,6 +1758,50 @@
1719
1758
  "requires": {}
1720
1759
  }
1721
1760
  },
1761
+ {
1762
+ "name": "icon",
1763
+ "description": "",
1764
+ "repo": "nuxt-modules/icon",
1765
+ "npm": "nuxt-icon",
1766
+ "icon": "nuxt-icon.png",
1767
+ "github": "https://github.com/nuxt-modules/icon",
1768
+ "website": "https://github.com/nuxt-modules/icon",
1769
+ "learn_more": "",
1770
+ "category": "UI",
1771
+ "type": "community",
1772
+ "maintainers": [
1773
+ {
1774
+ "name": "Atinux",
1775
+ "github": "Atinux"
1776
+ }
1777
+ ],
1778
+ "compatibility": {
1779
+ "nuxt": "^3.0.0",
1780
+ "requires": {}
1781
+ }
1782
+ },
1783
+ {
1784
+ "name": "icons",
1785
+ "description": "Use your own automatically imported SVG icons.",
1786
+ "repo": "gitfoxcode/nuxt-icons",
1787
+ "npm": "nuxt-icons",
1788
+ "icon": "icons.png",
1789
+ "github": "https://github.com/gitFoxCode/nuxt-icons",
1790
+ "website": "https://github.com/gitFoxCode/nuxt-icons",
1791
+ "learn_more": "",
1792
+ "category": "UI",
1793
+ "type": "3rd-party",
1794
+ "maintainers": [
1795
+ {
1796
+ "name": "Sebastian Wludzik",
1797
+ "github": "gitfoxcode"
1798
+ }
1799
+ ],
1800
+ "compatibility": {
1801
+ "nuxt": "^3.0.0",
1802
+ "requires": {}
1803
+ }
1804
+ },
1722
1805
  {
1723
1806
  "name": "image-loader",
1724
1807
  "description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
@@ -1770,7 +1853,7 @@
1770
1853
  }
1771
1854
  ],
1772
1855
  "compatibility": {
1773
- "nuxt": "^2.0.0",
1856
+ "nuxt": "^2.0.0 || ^3.0.0",
1774
1857
  "requires": {
1775
1858
  "bridge": "optional"
1776
1859
  }
@@ -1845,6 +1928,29 @@
1845
1928
  "requires": {}
1846
1929
  }
1847
1930
  },
1931
+ {
1932
+ "name": "ionic",
1933
+ "description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
1934
+ "repo": "danielroe/nuxt-ionic",
1935
+ "npm": "nuxt-ionic",
1936
+ "icon": "ionic.svg",
1937
+ "github": "https://github.com/danielroe/nuxt-ionic",
1938
+ "website": "https://ionic.roe.dev",
1939
+ "learn_more": "https://ionicframework.com",
1940
+ "category": "Libraries",
1941
+ "type": "3rd-party",
1942
+ "maintainers": [
1943
+ {
1944
+ "name": "Daniel Roe",
1945
+ "github": "danielroe",
1946
+ "twitter": "danielcroe"
1947
+ }
1948
+ ],
1949
+ "compatibility": {
1950
+ "nuxt": "^3.0.0",
1951
+ "requires": {}
1952
+ }
1953
+ },
1848
1954
  {
1849
1955
  "name": "jsonapi",
1850
1956
  "description": "Easy JSON:API client integration for Nuxt.js",
@@ -1889,6 +1995,30 @@
1889
1995
  "requires": {}
1890
1996
  }
1891
1997
  },
1998
+ {
1999
+ "name": "kql",
2000
+ "description": "Nuxt 3 module for Kirby's Query Language API",
2001
+ "repo": "johannschopplich/nuxt-kql",
2002
+ "npm": "nuxt-kql",
2003
+ "icon": "kql.svg",
2004
+ "github": "https://github.com/johannschopplich/nuxt-kql",
2005
+ "website": "https://nuxt-kql.jhnn.dev",
2006
+ "learn_more": "",
2007
+ "category": "CMS",
2008
+ "type": "3rd-party",
2009
+ "maintainers": [
2010
+ {
2011
+ "name": "Johann Schopplich",
2012
+ "github": "johannschopplich",
2013
+ "twitter": "jschopplich",
2014
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
2015
+ }
2016
+ ],
2017
+ "compatibility": {
2018
+ "nuxt": "^3.0.0",
2019
+ "requires": {}
2020
+ }
2021
+ },
1892
2022
  {
1893
2023
  "name": "laravel-echo",
1894
2024
  "description": "Laravel Echo for Nuxt.js",
@@ -2094,6 +2224,29 @@
2094
2224
  "requires": {}
2095
2225
  }
2096
2226
  },
2227
+ {
2228
+ "name": "magic-regexp",
2229
+ "description": "A compiled-away, type-safe, readable RegExp alternative",
2230
+ "repo": "danielroe/magic-regexp",
2231
+ "npm": "magic-regexp",
2232
+ "icon": "magic-regexp.svg",
2233
+ "github": "https://github.com/danielroe/magic-regexp",
2234
+ "website": "https://magic-regexp.roe.dev",
2235
+ "learn_more": "https://magic-regexp.roe.dev",
2236
+ "category": "Libraries",
2237
+ "type": "3rd-party",
2238
+ "maintainers": [
2239
+ {
2240
+ "name": "Daniel Roe",
2241
+ "github": "danielroe",
2242
+ "twitter": "danielcroe"
2243
+ }
2244
+ ],
2245
+ "compatibility": {
2246
+ "nuxt": "^3.0.0",
2247
+ "requires": {}
2248
+ }
2249
+ },
2097
2250
  {
2098
2251
  "name": "markdownit",
2099
2252
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2162,6 +2315,31 @@
2162
2315
  "requires": {}
2163
2316
  }
2164
2317
  },
2318
+ {
2319
+ "name": "meilisearch",
2320
+ "description": "Meilisearch Instant Search module for Nuxt 3",
2321
+ "repo": "xlanex6/nuxt-meilisearch",
2322
+ "npm": "nuxt-meilisearch",
2323
+ "icon": "meilisearch.svg",
2324
+ "github": "https://github.com/xlanex6/nuxt-meilisearch",
2325
+ "website": "https://github.com/xlanex6/nuxt-meilisearch",
2326
+ "learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
2327
+ "category": "Libraries",
2328
+ "type": "3rd-party",
2329
+ "maintainers": [
2330
+ {
2331
+ "name": "Alex Duval",
2332
+ "github": "xlanex6",
2333
+ "avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
2334
+ }
2335
+ ],
2336
+ "compatibility": {
2337
+ "nuxt": "^3.0.0",
2338
+ "requires": {
2339
+ "bridge": false
2340
+ }
2341
+ }
2342
+ },
2165
2343
  {
2166
2344
  "name": "memwatch",
2167
2345
  "description": "Quickly watch real-time memory stats of your nuxt app",
@@ -2418,6 +2596,28 @@
2418
2596
  }
2419
2597
  }
2420
2598
  },
2599
+ {
2600
+ "name": "nuxt-monaco-editor",
2601
+ "description": "Integrate monaco-editor with Nuxt",
2602
+ "repo": "e-chan1007/nuxt-monaco-editor",
2603
+ "npm": "nuxt-monaco-editor",
2604
+ "icon": "",
2605
+ "github": "https://github.com/e-chan1007/nuxt-monaco-editor",
2606
+ "website": "https://github.com/e-chan1007/nuxt-monaco-editor",
2607
+ "learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
2608
+ "category": "Libraries",
2609
+ "type": "3rd-party",
2610
+ "maintainers": [
2611
+ {
2612
+ "name": "e-chan1007",
2613
+ "github": "e-chan1007"
2614
+ }
2615
+ ],
2616
+ "compatibility": {
2617
+ "nuxt": "^3.0.0",
2618
+ "requires": {}
2619
+ }
2620
+ },
2421
2621
  {
2422
2622
  "name": "nuxt-pino-log",
2423
2623
  "description": "Structured logs for nuxt apps using pino",
@@ -2487,6 +2687,50 @@
2487
2687
  "requires": {}
2488
2688
  }
2489
2689
  },
2690
+ {
2691
+ "name": "nuxt-svgo",
2692
+ "description": "Nuxt module to load optimized SVG files as Vue components",
2693
+ "repo": "cpsoinos/nuxt-svgo",
2694
+ "npm": "nuxt-svgo",
2695
+ "icon": "",
2696
+ "github": "https://github.com/cpsoinos/nuxt-svgo",
2697
+ "website": "https://github.com/cpsoinos/nuxt-svgo",
2698
+ "learn_more": "",
2699
+ "category": "Images",
2700
+ "type": "3rd-party",
2701
+ "maintainers": [
2702
+ {
2703
+ "name": "cpsoinos",
2704
+ "github": "cpsoinos"
2705
+ }
2706
+ ],
2707
+ "compatibility": {
2708
+ "nuxt": "^3.0.0",
2709
+ "requires": {}
2710
+ }
2711
+ },
2712
+ {
2713
+ "name": "nuxt-unleash",
2714
+ "description": "Nuxt.js module to use Unleash toggle feature services",
2715
+ "repo": "conejerock/nuxt-unleash",
2716
+ "npm": "nuxt-unleash",
2717
+ "icon": "nuxt-unleash.svg",
2718
+ "github": "https://github.com/conejerock/nuxt-unleash",
2719
+ "website": "https://github.com/conejerock/nuxt-unleash",
2720
+ "learn_more": "https://github.com/Unleash/unleash",
2721
+ "category": "Deployment",
2722
+ "type": "3rd-party",
2723
+ "maintainers": [
2724
+ {
2725
+ "name": "Juanjo Conejerock",
2726
+ "github": "conejerock"
2727
+ }
2728
+ ],
2729
+ "compatibility": {
2730
+ "nuxt": "^2.0.0",
2731
+ "requires": {}
2732
+ }
2733
+ },
2490
2734
  {
2491
2735
  "name": "nuxt-use-motion",
2492
2736
  "description": "A Nuxt module putting your components in motion",
@@ -2669,11 +2913,11 @@
2669
2913
  {
2670
2914
  "name": "partytown",
2671
2915
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
2672
- "repo": "nuxt-community/partytown-module",
2916
+ "repo": "nuxt-modules/partytown",
2673
2917
  "npm": "@nuxtjs/partytown",
2674
2918
  "icon": "partytown.svg",
2675
- "github": "https://github.com/nuxt-community/partytown-module",
2676
- "website": "https://github.com/nuxt-community/partytown-module",
2919
+ "github": "https://github.com/nuxt-modules/partytown",
2920
+ "website": "https://github.com/nuxt-modules/partytown",
2677
2921
  "learn_more": "https://partytown.builder.io/",
2678
2922
  "category": "Performance",
2679
2923
  "type": "community",
@@ -2787,28 +3031,19 @@
2787
3031
  {
2788
3032
  "name": "prismic",
2789
3033
  "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
2790
- "repo": "nuxt-community/prismic-module",
3034
+ "repo": "nuxt-modules/prismic",
2791
3035
  "npm": "@nuxtjs/prismic",
2792
3036
  "icon": "prismic.png",
2793
- "github": "https://github.com/nuxt-community/prismic-module",
3037
+ "github": "https://github.com/nuxt-modules/prismic",
2794
3038
  "website": "https://prismic.nuxtjs.org",
2795
- "learn_more": "https://prismic.io/",
3039
+ "learn_more": "https://prismic.io",
2796
3040
  "category": "CMS",
2797
3041
  "type": "community",
2798
3042
  "maintainers": [
2799
- {
2800
- "name": "Sébastien Chopin",
2801
- "github": "Atinux",
2802
- "twitter": "Atinux"
2803
- },
2804
3043
  {
2805
3044
  "name": "lihbr",
2806
3045
  "github": "lihbr",
2807
3046
  "twitter": "li_hbr"
2808
- },
2809
- {
2810
- "name": "James Pegg",
2811
- "github": "jamespegg"
2812
3047
  }
2813
3048
  ],
2814
3049
  "compatibility": {
@@ -2887,7 +3122,7 @@
2887
3122
  {
2888
3123
  "name": "purgecss",
2889
3124
  "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
2890
- "repo": "Developmint/nuxt-purgecss",
3125
+ "repo": "Developmint/nuxt-purgecss#main",
2891
3126
  "npm": "nuxt-purgecss",
2892
3127
  "icon": "purgecss.png",
2893
3128
  "github": "https://github.com/Developmint/nuxt-purgecss",
@@ -2902,7 +3137,7 @@
2902
3137
  }
2903
3138
  ],
2904
3139
  "compatibility": {
2905
- "nuxt": "^2.0.0",
3140
+ "nuxt": "^2.0.0 || ^3.0.0",
2906
3141
  "requires": {}
2907
3142
  }
2908
3143
  },
@@ -3038,8 +3273,10 @@
3038
3273
  }
3039
3274
  ],
3040
3275
  "compatibility": {
3041
- "nuxt": "^2.0.0",
3042
- "requires": {}
3276
+ "nuxt": "^2.0.0 || ^3.0.0",
3277
+ "requires": {
3278
+ "bridge": "optional"
3279
+ }
3043
3280
  }
3044
3281
  },
3045
3282
  {
@@ -3113,10 +3350,10 @@
3113
3350
  {
3114
3351
  "name": "sanity",
3115
3352
  "description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
3116
- "repo": "nuxt-community/sanity-module#main",
3353
+ "repo": "nuxt-modules/sanity#main",
3117
3354
  "npm": "@nuxtjs/sanity",
3118
3355
  "icon": "sanity.png",
3119
- "github": "https://github.com/nuxt-community/sanity-module#main",
3356
+ "github": "https://github.com/nuxt-modules/sanity#main",
3120
3357
  "website": "https://sanity.nuxtjs.org",
3121
3358
  "learn_more": "https://www.sanity.io/",
3122
3359
  "category": "CMS",
@@ -3135,6 +3372,30 @@
3135
3372
  }
3136
3373
  }
3137
3374
  },
3375
+ {
3376
+ "name": "schema-org",
3377
+ "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
3378
+ "repo": "vueuse/schema-org#main/packages/nuxt",
3379
+ "npm": "nuxt-schema-org",
3380
+ "icon": "schema-org.svg",
3381
+ "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3382
+ "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3383
+ "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
3384
+ "category": "SEO",
3385
+ "type": "3rd-party",
3386
+ "maintainers": [
3387
+ {
3388
+ "name": "Harlan Wilton",
3389
+ "github": "harlan-zw",
3390
+ "twitter": "harlan_zw",
3391
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
3392
+ }
3393
+ ],
3394
+ "compatibility": {
3395
+ "nuxt": "^3.0.0",
3396
+ "requires": {}
3397
+ }
3398
+ },
3138
3399
  {
3139
3400
  "name": "scss-to-js",
3140
3401
  "description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
@@ -3204,7 +3465,7 @@
3204
3465
  {
3205
3466
  "name": "seo-meta",
3206
3467
  "description": "Simple generate seo metadata",
3207
- "repo": "ihavecoke/nuxtjs-seo-meta",
3468
+ "repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
3208
3469
  "npm": "nuxt-seo-meta",
3209
3470
  "icon": "",
3210
3471
  "github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
@@ -3602,7 +3863,9 @@
3602
3863
  ],
3603
3864
  "compatibility": {
3604
3865
  "nuxt": "^2.0.0 || ^3.0.0",
3605
- "requires": {}
3866
+ "requires": {
3867
+ "bridge": true
3868
+ }
3606
3869
  }
3607
3870
  },
3608
3871
  {
@@ -3674,13 +3937,13 @@
3674
3937
  },
3675
3938
  {
3676
3939
  "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",
3940
+ "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
3941
+ "repo": "stylify/packages#master/packages/nuxt",
3942
+ "npm": "@stylify/nuxt",
3680
3943
  "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",
3944
+ "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
3945
+ "website": "https://stylifycss.com/docs/nuxt",
3946
+ "learn_more": "https://stylifycss.com",
3684
3947
  "category": "UI",
3685
3948
  "type": "3rd-party",
3686
3949
  "maintainers": [
@@ -3691,22 +3954,32 @@
3691
3954
  }
3692
3955
  ],
3693
3956
  "compatibility": {
3694
- "nuxt": "^2.0.0",
3957
+ "nuxt": "^2.0.0 || ^3.0.0",
3695
3958
  "requires": {}
3696
3959
  }
3697
3960
  },
3698
3961
  {
3699
3962
  "name": "supabase",
3700
- "description": "A supa simple way to use Supabase with Nuxt",
3701
- "repo": "supabase/nuxt-supabase",
3702
- "npm": "nuxt-supabase",
3963
+ "description": "First class integration with Supabase",
3964
+ "repo": "nuxt-community/supabase-module",
3965
+ "npm": "@nuxtjs/supabase",
3703
3966
  "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",
3967
+ "github": "https://github.com/nuxt-community/supabase-module",
3968
+ "website": "https://supabase.nuxtjs.org",
3969
+ "learn_more": "https://supabase.com",
3707
3970
  "category": "Database",
3708
- "type": "3rd-party",
3971
+ "type": "community",
3709
3972
  "maintainers": [
3973
+ {
3974
+ "name": "Baptiste Leproux",
3975
+ "github": "larbish",
3976
+ "twitter": "baptistelprx"
3977
+ },
3978
+ {
3979
+ "name": "Sebastien Chopin",
3980
+ "github": "Atinux",
3981
+ "twitter": "Atinux"
3982
+ },
3710
3983
  {
3711
3984
  "name": "Scott Robertson",
3712
3985
  "github": "scottrobertson",
@@ -3714,7 +3987,7 @@
3714
3987
  }
3715
3988
  ],
3716
3989
  "compatibility": {
3717
- "nuxt": "^2.0.0",
3990
+ "nuxt": "^2.0.0 || ^3.0.0",
3718
3991
  "requires": {}
3719
3992
  }
3720
3993
  },
@@ -3876,6 +4149,31 @@
3876
4149
  "requires": {}
3877
4150
  }
3878
4151
  },
4152
+ {
4153
+ "name": "turnstile",
4154
+ "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
4155
+ "repo": "danielroe/nuxt-turnstile",
4156
+ "npm": "nuxt-turnstile",
4157
+ "icon": "cloudflare.svg",
4158
+ "github": "https://github.com/danielroe/nuxt-turnstile",
4159
+ "website": "https://github.com/danielroe/nuxt-turnstile",
4160
+ "learn_more": "https://www.cloudflare.com/products/turnstile/",
4161
+ "category": "Security",
4162
+ "type": "3rd-party",
4163
+ "maintainers": [
4164
+ {
4165
+ "name": "Daniel Roe",
4166
+ "github": "danielroe",
4167
+ "twitter": "danielcroe"
4168
+ }
4169
+ ],
4170
+ "compatibility": {
4171
+ "nuxt": "^2.0.0 || ^3.0.0",
4172
+ "requires": {
4173
+ "bridge": true
4174
+ }
4175
+ }
4176
+ },
3879
4177
  {
3880
4178
  "name": "twa",
3881
4179
  "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
@@ -3900,6 +4198,39 @@
3900
4198
  }
3901
4199
  }
3902
4200
  },
4201
+ {
4202
+ "name": "twicpics",
4203
+ "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
4204
+ "repo": "TwicPics/components",
4205
+ "npm": "@twicpics/components",
4206
+ "icon": "twicpics.svg",
4207
+ "github": "https://github.com/TwicPics/components",
4208
+ "website": "https://www.twicpics.com/docs/components/nuxt-3",
4209
+ "learn_more": "https://www.twicpics.com",
4210
+ "category": "Images",
4211
+ "type": "3rd-party",
4212
+ "maintainers": [
4213
+ {
4214
+ "name": "Florent Bourgeois",
4215
+ "github": "florentb",
4216
+ "twitter": "florent_b"
4217
+ },
4218
+ {
4219
+ "name": "Julian Aubourg",
4220
+ "github": "jaubourg",
4221
+ "twitter": "jaubourg"
4222
+ },
4223
+ {
4224
+ "name": "Miguel Beignon",
4225
+ "github": "mbgspcii",
4226
+ "twitter": "m_beignon"
4227
+ }
4228
+ ],
4229
+ "compatibility": {
4230
+ "nuxt": "^2.0.0 || ^3.0.0",
4231
+ "requires": {}
4232
+ }
4233
+ },
3903
4234
  {
3904
4235
  "name": "typed-router",
3905
4236
  "description": "Provide autocompletion for pages route names generated by Nuxt router",
@@ -3925,8 +4256,8 @@
3925
4256
  {
3926
4257
  "name": "typed-vuex",
3927
4258
  "description": "A vanilla, strongly typed store accessor for Vuex.",
3928
- "repo": "danielroe/typed-vuex",
3929
- "npm": "",
4259
+ "repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
4260
+ "npm": "nuxt-typed-vuex",
3930
4261
  "icon": "vue.png",
3931
4262
  "github": "https://github.com/danielroe/typed-vuex",
3932
4263
  "website": "https://github.com/danielroe/typed-vuex",
@@ -4011,6 +4342,30 @@
4011
4342
  "requires": {}
4012
4343
  }
4013
4344
  },
4345
+ {
4346
+ "name": "umami",
4347
+ "description": "Embed the Umami analytics library into Nuxt",
4348
+ "repo": "ijkml/nuxt-umami",
4349
+ "npm": "nuxt-umami",
4350
+ "icon": "umami.svg",
4351
+ "github": "https://github.com/ijkml/nuxt-umami",
4352
+ "website": "https://github.com/ijkml/nuxt-umami",
4353
+ "learn_more": "https://umami.is/docs/",
4354
+ "category": "Analytics",
4355
+ "type": "3rd-party",
4356
+ "maintainers": [
4357
+ {
4358
+ "name": "ML",
4359
+ "github": "ijkml"
4360
+ }
4361
+ ],
4362
+ "compatibility": {
4363
+ "nuxt": "^2.0.0 || ^3.0.0",
4364
+ "requires": {
4365
+ "bridge": "optional"
4366
+ }
4367
+ }
4368
+ },
4014
4369
  {
4015
4370
  "name": "universal-storage",
4016
4371
  "description": "Universal Storage Utilities for Nuxt.js",
@@ -4247,6 +4602,28 @@
4247
4602
  "requires": {}
4248
4603
  }
4249
4604
  },
4605
+ {
4606
+ "name": "vuestic",
4607
+ "description": "Vuestic UI module for Nuxt 3",
4608
+ "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
4609
+ "npm": "@vuestic/nuxt",
4610
+ "icon": "",
4611
+ "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
4612
+ "website": "https://vuestic.dev",
4613
+ "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
4614
+ "category": "UI",
4615
+ "type": "3rd-party",
4616
+ "maintainers": [
4617
+ {
4618
+ "name": "epicmaxco",
4619
+ "github": "epicmaxco"
4620
+ }
4621
+ ],
4622
+ "compatibility": {
4623
+ "nuxt": "^3.0.0",
4624
+ "requires": {}
4625
+ }
4626
+ },
4250
4627
  {
4251
4628
  "name": "vuetify",
4252
4629
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
@@ -4277,8 +4654,8 @@
4277
4654
  {
4278
4655
  "name": "vueuse",
4279
4656
  "description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
4280
- "repo": "vueuse/vueuse#main/packages/core",
4281
- "npm": "@vueuse/core",
4657
+ "repo": "vueuse/vueuse#main/packages/nuxt",
4658
+ "npm": "@vueuse/nuxt",
4282
4659
  "icon": "vueuse.svg",
4283
4660
  "github": "https://github.com/vueuse/vueuse",
4284
4661
  "website": "https://vueuse.org",
@@ -4349,8 +4726,10 @@
4349
4726
  }
4350
4727
  ],
4351
4728
  "compatibility": {
4352
- "nuxt": "^2.0.0",
4353
- "requires": {}
4729
+ "nuxt": "^2.0.0 || ^3.0.0",
4730
+ "requires": {
4731
+ "bridge": "optional"
4732
+ }
4354
4733
  }
4355
4734
  },
4356
4735
  {
@@ -4586,6 +4965,28 @@
4586
4965
  "requires": {}
4587
4966
  }
4588
4967
  },
4968
+ {
4969
+ "name": "xstate",
4970
+ "description": "XState integration for Nuxt",
4971
+ "repo": "Lexpeartha/nuxt-xstate",
4972
+ "npm": "nuxt-xstate",
4973
+ "icon": "",
4974
+ "github": "https://github.com/Lexpeartha/nuxt-xstate",
4975
+ "website": "https://github.com/Lexpeartha/nuxt-xstate",
4976
+ "learn_more": "",
4977
+ "category": "Extensions",
4978
+ "type": "3rd-party",
4979
+ "maintainers": [
4980
+ {
4981
+ "name": "Lexpeartha",
4982
+ "github": "Lexpeartha"
4983
+ }
4984
+ ],
4985
+ "compatibility": {
4986
+ "nuxt": "^3.0.0",
4987
+ "requires": {}
4988
+ }
4989
+ },
4589
4990
  {
4590
4991
  "name": "xui",
4591
4992
  "description": "Light module to help design websites with Nuxt.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.5.0-85ac00",
3
+ "version": "0.5.0-86c9b0",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json"
6
6
  }