@nuxt/modules 0.5.0-3131af → 0.5.0-321c15

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 +473 -64
  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": "",
@@ -608,7 +613,7 @@
608
613
  "compatibility": {
609
614
  "nuxt": "^2.0.0 || ^3.0.0",
610
615
  "requires": {
611
- "bridge": true
616
+ "bridge": "optional"
612
617
  }
613
618
  }
614
619
  },
@@ -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#master/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",
@@ -845,6 +878,31 @@
845
878
  "requires": {}
846
879
  }
847
880
  },
881
+ {
882
+ "name": "directus",
883
+ "description": "Easily connect your Nuxt3 application to your directus server.",
884
+ "repo": "intevel/nuxt-directus",
885
+ "npm": "nuxt-directus",
886
+ "icon": "directus.svg",
887
+ "github": "https://github.com/intevel/nuxt-directus/",
888
+ "website": "https://nuxt-directus.netlify.app/",
889
+ "learn_more": "https://nuxt-directus.netlify.app/",
890
+ "category": "CMS",
891
+ "type": "3rd-party",
892
+ "maintainers": [
893
+ {
894
+ "name": "Conner Bachmann",
895
+ "github": "intevel",
896
+ "avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
897
+ }
898
+ ],
899
+ "compatibility": {
900
+ "nuxt": "^2.0.0 || ^3.0.0",
901
+ "requires": {
902
+ "bridge": true
903
+ }
904
+ }
905
+ },
848
906
  {
849
907
  "name": "dotenv",
850
908
  "description": "A Nuxt.js module that loads your .env file into your context options",
@@ -1035,7 +1093,7 @@
1035
1093
  },
1036
1094
  {
1037
1095
  "name": "feed",
1038
- "description": "Feed module enables everyone to have RSS, Atom and Json.",
1096
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
1039
1097
  "repo": "nuxt-community/feed-module",
1040
1098
  "npm": "@nuxtjs/feed",
1041
1099
  "icon": "",
@@ -1059,8 +1117,8 @@
1059
1117
  {
1060
1118
  "name": "firebase",
1061
1119
  "description": "Integrate Firebase into your Nuxt project.",
1062
- "repo": "nuxt-community/firebase-module",
1063
- "npm": "@nuxtjs/firebase-monorepo",
1120
+ "repo": "nuxt-community/firebase-module#master/packages/firebase-module",
1121
+ "npm": "@nuxtjs/firebase",
1064
1122
  "icon": "firebase.png",
1065
1123
  "github": "https://github.com/nuxt-community/firebase-module",
1066
1124
  "website": "https://firebase.nuxtjs.org",
@@ -1169,8 +1227,8 @@
1169
1227
  {
1170
1228
  "name": "formkit",
1171
1229
  "description": "Seamless FormKit integration for Nuxt",
1172
- "repo": "formkit/formkit",
1173
- "npm": "",
1230
+ "repo": "formkit/formkit#master/packages/nuxt",
1231
+ "npm": "@formkit/nuxt",
1174
1232
  "icon": "formkit.png",
1175
1233
  "github": "https://github.com/formkit/formkit",
1176
1234
  "website": "https://formkit.com",
@@ -1310,8 +1368,10 @@
1310
1368
  }
1311
1369
  ],
1312
1370
  "compatibility": {
1313
- "nuxt": "^2.0.0",
1314
- "requires": {}
1371
+ "nuxt": "^2.0.0 || ^3.0.0",
1372
+ "requires": {
1373
+ "bridge": "optional"
1374
+ }
1315
1375
  }
1316
1376
  },
1317
1377
  {
@@ -1373,6 +1433,28 @@
1373
1433
  "requires": {}
1374
1434
  }
1375
1435
  },
1436
+ {
1437
+ "name": "graphql-client",
1438
+ "description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
1439
+ "repo": "diizzayy/nuxt-graphql-client",
1440
+ "npm": "nuxt-graphql-client",
1441
+ "icon": "graphql-client.svg",
1442
+ "github": "https://github.com/diizzayy/nuxt-graphql-client",
1443
+ "website": "https://github.com/diizzayy/nuxt-graphql-client",
1444
+ "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
1445
+ "category": "Request",
1446
+ "type": "3rd-party",
1447
+ "maintainers": [
1448
+ {
1449
+ "name": "Diizzayy",
1450
+ "github": "diizzayy"
1451
+ }
1452
+ ],
1453
+ "compatibility": {
1454
+ "nuxt": "^3.0.0",
1455
+ "requires": {}
1456
+ }
1457
+ },
1376
1458
  {
1377
1459
  "name": "graphql-request",
1378
1460
  "description": "Easy Minimal GraphQL client integration with Nuxt.js",
@@ -1443,11 +1525,11 @@
1443
1525
  {
1444
1526
  "name": "harlem",
1445
1527
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
1446
- "repo": "nuxt-community/harlem-module",
1528
+ "repo": "nuxt-modules/harlem",
1447
1529
  "npm": "@nuxtjs/harlem",
1448
1530
  "icon": "harlem.svg",
1449
- "github": "https://github.com/nuxt-community/harlem-module",
1450
- "website": "https://github.com/nuxt-community/harlem-module",
1531
+ "github": "https://github.com/nuxt-modules/harlem",
1532
+ "website": "https://github.com/nuxt-modules/harlem",
1451
1533
  "learn_more": "https://harlemjs.com/",
1452
1534
  "category": "Extensions",
1453
1535
  "type": "community",
@@ -1459,10 +1541,8 @@
1459
1541
  }
1460
1542
  ],
1461
1543
  "compatibility": {
1462
- "nuxt": "^2.0.0 || ^3.0.0",
1463
- "requires": {
1464
- "bridge": true
1465
- }
1544
+ "nuxt": "^3.0.0",
1545
+ "requires": {}
1466
1546
  }
1467
1547
  },
1468
1548
  {
@@ -1579,10 +1659,10 @@
1579
1659
  {
1580
1660
  "name": "html-validator",
1581
1661
  "description": "Automatically validate Nuxt server-rendered HTML html",
1582
- "repo": "nuxt-community/html-validator-module",
1662
+ "repo": "nuxt-modules/html-validator",
1583
1663
  "npm": "@nuxtjs/html-validator",
1584
1664
  "icon": "html-validator.png",
1585
- "github": "https://github.com/nuxt-community/html-validator-module",
1665
+ "github": "https://github.com/nuxt-modules/html-validator",
1586
1666
  "website": "https://html-validator.nuxtjs.org",
1587
1667
  "learn_more": "https://html-validate.org",
1588
1668
  "category": "Performance",
@@ -1676,6 +1756,28 @@
1676
1756
  "requires": {}
1677
1757
  }
1678
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
+ },
1679
1781
  {
1680
1782
  "name": "image-loader",
1681
1783
  "description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
@@ -1802,6 +1904,29 @@
1802
1904
  "requires": {}
1803
1905
  }
1804
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
+ },
1805
1930
  {
1806
1931
  "name": "jsonapi",
1807
1932
  "description": "Easy JSON:API client integration for Nuxt.js",
@@ -1846,6 +1971,30 @@
1846
1971
  "requires": {}
1847
1972
  }
1848
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
+ },
1849
1998
  {
1850
1999
  "name": "laravel-echo",
1851
2000
  "description": "Laravel Echo for Nuxt.js",
@@ -2051,6 +2200,29 @@
2051
2200
  "requires": {}
2052
2201
  }
2053
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
+ },
2054
2226
  {
2055
2227
  "name": "markdownit",
2056
2228
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2119,6 +2291,31 @@
2119
2291
  "requires": {}
2120
2292
  }
2121
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
+ },
2122
2319
  {
2123
2320
  "name": "memwatch",
2124
2321
  "description": "Quickly watch real-time memory stats of your nuxt app",
@@ -2444,6 +2641,50 @@
2444
2641
  "requires": {}
2445
2642
  }
2446
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
+ },
2447
2688
  {
2448
2689
  "name": "nuxt-use-motion",
2449
2690
  "description": "A Nuxt module putting your components in motion",
@@ -2626,11 +2867,11 @@
2626
2867
  {
2627
2868
  "name": "partytown",
2628
2869
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
2629
- "repo": "nuxt-community/partytown-module",
2870
+ "repo": "nuxt-modules/partytown",
2630
2871
  "npm": "@nuxtjs/partytown",
2631
2872
  "icon": "partytown.svg",
2632
- "github": "https://github.com/nuxt-community/partytown-module",
2633
- "website": "https://github.com/nuxt-community/partytown-module",
2873
+ "github": "https://github.com/nuxt-modules/partytown",
2874
+ "website": "https://github.com/nuxt-modules/partytown",
2634
2875
  "learn_more": "https://partytown.builder.io/",
2635
2876
  "category": "Performance",
2636
2877
  "type": "community",
@@ -3069,7 +3310,7 @@
3069
3310
  },
3070
3311
  {
3071
3312
  "name": "sanity",
3072
- "description": "Access text, images, and other media with Nuxt.js and the Sanity headless CMS.",
3313
+ "description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
3073
3314
  "repo": "nuxt-community/sanity-module#main",
3074
3315
  "npm": "@nuxtjs/sanity",
3075
3316
  "icon": "sanity.png",
@@ -3086,7 +3327,33 @@
3086
3327
  }
3087
3328
  ],
3088
3329
  "compatibility": {
3089
- "nuxt": "^2.0.0",
3330
+ "nuxt": "^2.0.0 || ^3.0.0",
3331
+ "requires": {
3332
+ "bridge": "optional"
3333
+ }
3334
+ }
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",
3090
3357
  "requires": {}
3091
3358
  }
3092
3359
  },
@@ -3159,7 +3426,7 @@
3159
3426
  {
3160
3427
  "name": "seo-meta",
3161
3428
  "description": "Simple generate seo metadata",
3162
- "repo": "ihavecoke/nuxtjs-seo-meta",
3429
+ "repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
3163
3430
  "npm": "nuxt-seo-meta",
3164
3431
  "icon": "",
3165
3432
  "github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
@@ -3557,7 +3824,9 @@
3557
3824
  ],
3558
3825
  "compatibility": {
3559
3826
  "nuxt": "^2.0.0 || ^3.0.0",
3560
- "requires": {}
3827
+ "requires": {
3828
+ "bridge": true
3829
+ }
3561
3830
  }
3562
3831
  },
3563
3832
  {
@@ -3629,13 +3898,13 @@
3629
3898
  },
3630
3899
  {
3631
3900
  "name": "stylify",
3632
- "description": "Stylify is a library that generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
3633
- "repo": "stylify/packages#master/packages/nuxt-module",
3634
- "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",
3635
3904
  "icon": "stylify.svg",
3636
- "github": "https://github.com/stylify/packages/tree/master/packages/nuxt-module",
3637
- "website": "https://stylify.dev/docs/nuxt-module",
3638
- "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",
3639
3908
  "category": "UI",
3640
3909
  "type": "3rd-party",
3641
3910
  "maintainers": [
@@ -3646,22 +3915,32 @@
3646
3915
  }
3647
3916
  ],
3648
3917
  "compatibility": {
3649
- "nuxt": "^2.0.0",
3918
+ "nuxt": "^2.0.0 || ^3.0.0",
3650
3919
  "requires": {}
3651
3920
  }
3652
3921
  },
3653
3922
  {
3654
3923
  "name": "supabase",
3655
- "description": "A supa simple way to use Supabase with Nuxt",
3656
- "repo": "supabase/nuxt-supabase",
3657
- "npm": "nuxt-supabase",
3924
+ "description": "First class integration with Supabase",
3925
+ "repo": "nuxt-community/supabase-module",
3926
+ "npm": "@nuxtjs/supabase",
3658
3927
  "icon": "supabase.png",
3659
- "github": "https://github.com/supabase/nuxt-supabase",
3660
- "website": "https://github.com/supabase/nuxt-supabase",
3661
- "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",
3662
3931
  "category": "Database",
3663
- "type": "3rd-party",
3932
+ "type": "community",
3664
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
+ },
3665
3944
  {
3666
3945
  "name": "Scott Robertson",
3667
3946
  "github": "scottrobertson",
@@ -3669,7 +3948,7 @@
3669
3948
  }
3670
3949
  ],
3671
3950
  "compatibility": {
3672
- "nuxt": "^2.0.0",
3951
+ "nuxt": "^2.0.0 || ^3.0.0",
3673
3952
  "requires": {}
3674
3953
  }
3675
3954
  },
@@ -3855,6 +4134,39 @@
3855
4134
  }
3856
4135
  }
3857
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
+ },
3858
4170
  {
3859
4171
  "name": "typed-router",
3860
4172
  "description": "Provide autocompletion for pages route names generated by Nuxt router",
@@ -3873,10 +4185,35 @@
3873
4185
  }
3874
4186
  ],
3875
4187
  "compatibility": {
3876
- "nuxt": "^2.0.0",
4188
+ "nuxt": "^2.0.0 || ^3.0.0",
3877
4189
  "requires": {}
3878
4190
  }
3879
4191
  },
4192
+ {
4193
+ "name": "typed-vuex",
4194
+ "description": "A vanilla, strongly typed store accessor for Vuex.",
4195
+ "repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
4196
+ "npm": "nuxt-typed-vuex",
4197
+ "icon": "vue.png",
4198
+ "github": "https://github.com/danielroe/typed-vuex",
4199
+ "website": "https://github.com/danielroe/typed-vuex",
4200
+ "learn_more": "",
4201
+ "category": "Libraries",
4202
+ "type": "3rd-party",
4203
+ "maintainers": [
4204
+ {
4205
+ "name": "Daniel Roe",
4206
+ "github": "danielroe",
4207
+ "twitter": "danielcroe"
4208
+ }
4209
+ ],
4210
+ "compatibility": {
4211
+ "nuxt": "^2.0.0",
4212
+ "requires": {
4213
+ "bridge": "optional"
4214
+ }
4215
+ }
4216
+ },
3880
4217
  {
3881
4218
  "name": "typescript-runtime",
3882
4219
  "description": "TypeScript Runtime support for Nuxt",
@@ -3969,6 +4306,32 @@
3969
4306
  "requires": {}
3970
4307
  }
3971
4308
  },
4309
+ {
4310
+ "name": "unlighthouse",
4311
+ "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
4312
+ "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
4313
+ "npm": "@unlighthouse/nuxt",
4314
+ "icon": "unlighthouse.svg",
4315
+ "github": "https://github.com/harlan-zw/unlighthouse",
4316
+ "website": "https://github.com/harlan-zw/unlighthouse",
4317
+ "learn_more": "https://github.com/harlan-zw/unlighthouse",
4318
+ "category": "Devtools",
4319
+ "type": "3rd-party",
4320
+ "maintainers": [
4321
+ {
4322
+ "name": "Harlan Wilton",
4323
+ "github": "harlan-zw",
4324
+ "twitter": "harlan_zw",
4325
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4326
+ }
4327
+ ],
4328
+ "compatibility": {
4329
+ "nuxt": "^2.0.0 || ^3.0.0",
4330
+ "requires": {
4331
+ "bridge": "optional"
4332
+ }
4333
+ }
4334
+ },
3972
4335
  {
3973
4336
  "name": "unocss",
3974
4337
  "description": "The instant on-demand atomic CSS engine.",
@@ -4151,6 +4514,28 @@
4151
4514
  "requires": {}
4152
4515
  }
4153
4516
  },
4517
+ {
4518
+ "name": "vuestic",
4519
+ "description": "Vuestic UI module for Nuxt 3",
4520
+ "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
4521
+ "npm": "@vuestic/nuxt",
4522
+ "icon": "",
4523
+ "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
4524
+ "website": "https://vuestic.dev",
4525
+ "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
4526
+ "category": "UI",
4527
+ "type": "3rd-party",
4528
+ "maintainers": [
4529
+ {
4530
+ "name": "epicmaxco",
4531
+ "github": "epicmaxco"
4532
+ }
4533
+ ],
4534
+ "compatibility": {
4535
+ "nuxt": "^3.0.0",
4536
+ "requires": {}
4537
+ }
4538
+ },
4154
4539
  {
4155
4540
  "name": "vuetify",
4156
4541
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
@@ -4181,8 +4566,8 @@
4181
4566
  {
4182
4567
  "name": "vueuse",
4183
4568
  "description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
4184
- "repo": "vueuse/vueuse#main/packages/core",
4185
- "npm": "@vueuse/core",
4569
+ "repo": "vueuse/vueuse#main/packages/nuxt",
4570
+ "npm": "@vueuse/nuxt",
4186
4571
  "icon": "vueuse.svg",
4187
4572
  "github": "https://github.com/vueuse/vueuse",
4188
4573
  "website": "https://vueuse.org",
@@ -4253,26 +4638,28 @@
4253
4638
  }
4254
4639
  ],
4255
4640
  "compatibility": {
4256
- "nuxt": "^2.0.0",
4257
- "requires": {}
4641
+ "nuxt": "^2.0.0 || ^3.0.0",
4642
+ "requires": {
4643
+ "bridge": "optional"
4644
+ }
4258
4645
  }
4259
4646
  },
4260
4647
  {
4261
4648
  "name": "web3js",
4262
- "description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
4263
- "repo": "fauzan121002/nuxt-web3",
4649
+ "description": "Web3.js module integration for Nuxt.js",
4650
+ "repo": "bl0cknumber/nuxt-web3",
4264
4651
  "npm": "nuxt-web3",
4265
4652
  "icon": "web3js.svg",
4266
- "github": "https://github.com/fauzan121002/nuxt-web3",
4267
- "website": "https://github.com/fauzan121002/nuxt-web3",
4653
+ "github": "https://github.com/bl0cknumber/nuxt-web3",
4654
+ "website": "https://github.com/bl0cknumber/nuxt-web3",
4268
4655
  "learn_more": "https://web3js.readthedocs.io/",
4269
4656
  "category": "Libraries",
4270
4657
  "type": "3rd-party",
4271
4658
  "maintainers": [
4272
4659
  {
4273
4660
  "name": "Muhammad Fauzan",
4274
- "github": "fauzan121002",
4275
- "twitter": "fauzandev"
4661
+ "github": "bl0cknumber",
4662
+ "twitter": "fncolon"
4276
4663
  }
4277
4664
  ],
4278
4665
  "compatibility": {
@@ -4490,6 +4877,28 @@
4490
4877
  "requires": {}
4491
4878
  }
4492
4879
  },
4880
+ {
4881
+ "name": "xstate",
4882
+ "description": "XState integration for Nuxt",
4883
+ "repo": "Lexpeartha/nuxt-xstate",
4884
+ "npm": "nuxt-xstate",
4885
+ "icon": "",
4886
+ "github": "https://github.com/Lexpeartha/nuxt-xstate",
4887
+ "website": "https://github.com/Lexpeartha/nuxt-xstate",
4888
+ "learn_more": "",
4889
+ "category": "Extensions",
4890
+ "type": "3rd-party",
4891
+ "maintainers": [
4892
+ {
4893
+ "name": "Lexpeartha",
4894
+ "github": "Lexpeartha"
4895
+ }
4896
+ ],
4897
+ "compatibility": {
4898
+ "nuxt": "^3.0.0",
4899
+ "requires": {}
4900
+ }
4901
+ },
4493
4902
  {
4494
4903
  "name": "xui",
4495
4904
  "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-3131af",
3
+ "version": "0.5.0-321c15",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json"
6
6
  }