@nuxt/modules 0.5.0-bdb501 → 0.5.0-be34db

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 +789 -113
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -26,29 +26,6 @@
26
26
  "requires": {}
27
27
  }
28
28
  },
29
- {
30
- "name": "adyen",
31
- "description": "Adyen Payment Module for Nuxt.js",
32
- "repo": "baroshem/nuxt-adyen-module",
33
- "npm": "nuxt-adyen-module",
34
- "icon": "adyen.svg",
35
- "github": "https://github.com/baroshem/nuxt-adyen-module",
36
- "website": "https://www.npmjs.com/package/nuxt-adyen-module",
37
- "learn_more": "https://www.npmjs.com/package/nuxt-adyen-module",
38
- "category": "Payment",
39
- "type": "3rd-party",
40
- "maintainers": [
41
- {
42
- "name": "Jakub Andrzejewski",
43
- "github": "Baroshem",
44
- "avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
45
- }
46
- ],
47
- "compatibility": {
48
- "nuxt": "^2.0.0",
49
- "requires": {}
50
- }
51
- },
52
29
  {
53
30
  "name": "agility-cms",
54
31
  "description": "Agility CMS Integration for Nuxt.js",
@@ -72,6 +49,36 @@
72
49
  "requires": {}
73
50
  }
74
51
  },
52
+ {
53
+ "name": "algolia",
54
+ "description": "Algolia Search Module for Nuxt 3",
55
+ "repo": "nuxt-modules/algolia",
56
+ "npm": "@nuxtjs/algolia",
57
+ "icon": "algolia.svg",
58
+ "github": "https://github.com/nuxt-modules/algolia",
59
+ "website": "https://algolia.nuxtjs.org/",
60
+ "learn_more": "https://algolia.nuxtjs.org/",
61
+ "category": "Libraries",
62
+ "type": "community",
63
+ "maintainers": [
64
+ {
65
+ "name": "Jakub Andrzejewski",
66
+ "github": "Baroshem",
67
+ "avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
68
+ },
69
+ {
70
+ "name": "Yasser Lahbibi",
71
+ "github": "yassilah",
72
+ "avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
73
+ }
74
+ ],
75
+ "compatibility": {
76
+ "nuxt": "^2.0.0 || ^3.0.0",
77
+ "requires": {
78
+ "bridge": true
79
+ }
80
+ }
81
+ },
75
82
  {
76
83
  "name": "alias",
77
84
  "description": "It automatically creates an alias for the components and page of the path",
@@ -305,29 +312,6 @@
305
312
  "requires": {}
306
313
  }
307
314
  },
308
- {
309
- "name": "bigcommerce",
310
- "description": "Easy BigCommerce integration for Nuxt.js",
311
- "repo": "baroshem/nuxt-bigcommerce",
312
- "npm": "nuxt-bigcommerce",
313
- "icon": "bigcommerce.svg",
314
- "github": "https://github.com/baroshem/nuxt-bigcommerce",
315
- "website": "https://nuxt-bigcommerce.vercel.app/",
316
- "learn_more": "https://www.npmjs.com/package/nuxt-bigcommerce",
317
- "category": "Ecommerce",
318
- "type": "3rd-party",
319
- "maintainers": [
320
- {
321
- "name": "Jakub Andrzejewski",
322
- "github": "Baroshem",
323
- "avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
324
- }
325
- ],
326
- "compatibility": {
327
- "nuxt": "^2.0.0",
328
- "requires": {}
329
- }
330
- },
331
315
  {
332
316
  "name": "bootstrap",
333
317
  "description": "Add Bootstrap to your Nuxt app in seconds.",
@@ -407,7 +391,7 @@
407
391
  },
408
392
  {
409
393
  "name": "bugsnag",
410
- "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.",
411
395
  "repo": "JulianMar/nuxt-bugsnag",
412
396
  "npm": "nuxt-bugsnag",
413
397
  "icon": "bugsnag.png",
@@ -419,12 +403,15 @@
419
403
  "maintainers": [
420
404
  {
421
405
  "name": "JulianMar",
422
- "github": "JulianMar"
406
+ "github": "JulianMar",
407
+ "twitter": "julian_martin96"
423
408
  }
424
409
  ],
425
410
  "compatibility": {
426
- "nuxt": "^2.0.0",
427
- "requires": {}
411
+ "nuxt": "^2.0.0 || ^3.0.0",
412
+ "requires": {
413
+ "bridge": true
414
+ }
428
415
  }
429
416
  },
430
417
  {
@@ -473,7 +460,7 @@
473
460
  },
474
461
  {
475
462
  "name": "canvas-sketch",
476
- "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",
477
464
  "repo": "LuXDAmore/generative-art",
478
465
  "npm": "@luxdamore/nuxt-canvas-sketch",
479
466
  "icon": "",
@@ -624,7 +611,7 @@
624
611
  }
625
612
  ],
626
613
  "compatibility": {
627
- "nuxt": "^2.0.0",
614
+ "nuxt": "^2.0.0 || ^3.0.0",
628
615
  "requires": {
629
616
  "bridge": "optional"
630
617
  }
@@ -678,10 +665,10 @@
678
665
  },
679
666
  {
680
667
  "name": "content",
681
- "description": "Use markdown, JSON, YAML, XML or CSV in your nuxt application to easily write content fetched using a MongoDB like API.",
682
- "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",
683
670
  "npm": "@nuxt/content",
684
- "icon": "content.png",
671
+ "icon": "nuxt.png",
685
672
  "github": "https://github.com/nuxt/content",
686
673
  "website": "https://content.nuxtjs.org",
687
674
  "learn_more": "",
@@ -689,9 +676,14 @@
689
676
  "type": "official",
690
677
  "maintainers": [
691
678
  {
692
- "name": "Benjamin Canac",
693
- "github": "benjamincanac",
694
- "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"
695
687
  },
696
688
  {
697
689
  "name": "Sebastien Chopin",
@@ -700,7 +692,7 @@
700
692
  }
701
693
  ],
702
694
  "compatibility": {
703
- "nuxt": "^2.0.0",
695
+ "nuxt": "^2.0.0 || ^3.0.0",
704
696
  "requires": {}
705
697
  }
706
698
  },
@@ -796,6 +788,28 @@
796
788
  "requires": {}
797
789
  }
798
790
  },
791
+ {
792
+ "name": "datocms",
793
+ "description": "DatoCMS integration for Nuxt.js",
794
+ "repo": "voorhoede/nuxt-datocms-module",
795
+ "npm": "@voorhoede/nuxt-datocms-module",
796
+ "icon": "datocms.png",
797
+ "github": "https://github.com/voorhoede/nuxt-datocms-module",
798
+ "website": "https://github.com/voorhoede/nuxt-datocms-module",
799
+ "learn_more": "https://www.datocms.com/",
800
+ "category": "CMS",
801
+ "type": "3rd-party",
802
+ "maintainers": [
803
+ {
804
+ "name": "Frankwarnaar",
805
+ "github": "Frankwarnaar"
806
+ }
807
+ ],
808
+ "compatibility": {
809
+ "nuxt": "^2.0.0",
810
+ "requires": {}
811
+ }
812
+ },
799
813
  {
800
814
  "name": "dayjs",
801
815
  "description": "The best way for use Day.js easily in your Nuxt.js project.",
@@ -819,6 +833,29 @@
819
833
  "requires": {}
820
834
  }
821
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
+ },
822
859
  {
823
860
  "name": "device",
824
861
  "description": "Device detection module for Nuxt.js",
@@ -841,6 +878,31 @@
841
878
  "requires": {}
842
879
  }
843
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
+ },
844
906
  {
845
907
  "name": "dotenv",
846
908
  "description": "A Nuxt.js module that loads your .env file into your context options",
@@ -1031,7 +1093,7 @@
1031
1093
  },
1032
1094
  {
1033
1095
  "name": "feed",
1034
- "description": "Feed module enables everyone to have RSS, Atom and Json.",
1096
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
1035
1097
  "repo": "nuxt-community/feed-module",
1036
1098
  "npm": "@nuxtjs/feed",
1037
1099
  "icon": "",
@@ -1055,7 +1117,7 @@
1055
1117
  {
1056
1118
  "name": "firebase",
1057
1119
  "description": "Integrate Firebase into your Nuxt project.",
1058
- "repo": "nuxt-community/firebase-module",
1120
+ "repo": "nuxt-community/firebase-module#master/packages/firebase-module",
1059
1121
  "npm": "@nuxtjs/firebase",
1060
1122
  "icon": "firebase.png",
1061
1123
  "github": "https://github.com/nuxt-community/firebase-module",
@@ -1162,6 +1224,34 @@
1162
1224
  "requires": {}
1163
1225
  }
1164
1226
  },
1227
+ {
1228
+ "name": "formkit",
1229
+ "description": "Seamless FormKit integration for Nuxt",
1230
+ "repo": "formkit/formkit#master/packages/nuxt",
1231
+ "npm": "@formkit/nuxt",
1232
+ "icon": "formkit.png",
1233
+ "github": "https://github.com/formkit/formkit",
1234
+ "website": "https://formkit.com",
1235
+ "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1236
+ "category": "Libraries",
1237
+ "type": "3rd-party",
1238
+ "maintainers": [
1239
+ {
1240
+ "name": "Justin Schroeder",
1241
+ "github": "justin-schroeder",
1242
+ "twitter": "jpschroeder"
1243
+ },
1244
+ {
1245
+ "name": "Andrew Boyd",
1246
+ "github": "andrew-boyd",
1247
+ "twitter": "0xBOYD"
1248
+ }
1249
+ ],
1250
+ "compatibility": {
1251
+ "nuxt": "^3.0.0",
1252
+ "requires": {}
1253
+ }
1254
+ },
1165
1255
  {
1166
1256
  "name": "fullpage",
1167
1257
  "description": "Nuxt module for fullpage-vue plugin",
@@ -1278,8 +1368,10 @@
1278
1368
  }
1279
1369
  ],
1280
1370
  "compatibility": {
1281
- "nuxt": "^2.0.0",
1282
- "requires": {}
1371
+ "nuxt": "^2.0.0 || ^3.0.0",
1372
+ "requires": {
1373
+ "bridge": "optional"
1374
+ }
1283
1375
  }
1284
1376
  },
1285
1377
  {
@@ -1341,6 +1433,28 @@
1341
1433
  "requires": {}
1342
1434
  }
1343
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
+ },
1344
1458
  {
1345
1459
  "name": "graphql-request",
1346
1460
  "description": "Easy Minimal GraphQL client integration with Nuxt.js",
@@ -1408,6 +1522,29 @@
1408
1522
  "requires": {}
1409
1523
  }
1410
1524
  },
1525
+ {
1526
+ "name": "harlem",
1527
+ "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
1528
+ "repo": "nuxt-modules/harlem",
1529
+ "npm": "@nuxtjs/harlem",
1530
+ "icon": "harlem.svg",
1531
+ "github": "https://github.com/nuxt-modules/harlem",
1532
+ "website": "https://github.com/nuxt-modules/harlem",
1533
+ "learn_more": "https://harlemjs.com/",
1534
+ "category": "Extensions",
1535
+ "type": "community",
1536
+ "maintainers": [
1537
+ {
1538
+ "name": "Daniel Roe",
1539
+ "github": "danielroe",
1540
+ "twitter": "danielcroe"
1541
+ }
1542
+ ],
1543
+ "compatibility": {
1544
+ "nuxt": "^3.0.0",
1545
+ "requires": {}
1546
+ }
1547
+ },
1411
1548
  {
1412
1549
  "name": "headway",
1413
1550
  "description": "Headway changelog widget for Nuxt",
@@ -1522,10 +1659,10 @@
1522
1659
  {
1523
1660
  "name": "html-validator",
1524
1661
  "description": "Automatically validate Nuxt server-rendered HTML html",
1525
- "repo": "nuxt-community/html-validator-module",
1662
+ "repo": "nuxt-modules/html-validator",
1526
1663
  "npm": "@nuxtjs/html-validator",
1527
1664
  "icon": "html-validator.png",
1528
- "github": "https://github.com/nuxt-community/html-validator-module",
1665
+ "github": "https://github.com/nuxt-modules/html-validator",
1529
1666
  "website": "https://html-validator.nuxtjs.org",
1530
1667
  "learn_more": "https://html-validate.org",
1531
1668
  "category": "Performance",
@@ -1538,8 +1675,10 @@
1538
1675
  }
1539
1676
  ],
1540
1677
  "compatibility": {
1541
- "nuxt": "^2.0.0",
1542
- "requires": {}
1678
+ "nuxt": "^2.0.0 || ^3.0.0",
1679
+ "requires": {
1680
+ "bridge": "optional"
1681
+ }
1543
1682
  }
1544
1683
  },
1545
1684
  {
@@ -1619,6 +1758,50 @@
1619
1758
  "requires": {}
1620
1759
  }
1621
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
+ },
1622
1805
  {
1623
1806
  "name": "image-loader",
1624
1807
  "description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
@@ -1698,6 +1881,31 @@
1698
1881
  "requires": {}
1699
1882
  }
1700
1883
  },
1884
+ {
1885
+ "name": "inkline",
1886
+ "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
1887
+ "repo": "inkline/nuxt-module-inkline",
1888
+ "npm": "@inkline/nuxt",
1889
+ "icon": "inkline.svg",
1890
+ "github": "https://github.com/inkline/nuxt-module-inkline",
1891
+ "website": "https://inkline.io",
1892
+ "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
1893
+ "category": "UI",
1894
+ "type": "3rd-party",
1895
+ "maintainers": [
1896
+ {
1897
+ "name": "Alex Grozav",
1898
+ "github": "alexgrozav",
1899
+ "twitter": "alexgrozav"
1900
+ }
1901
+ ],
1902
+ "compatibility": {
1903
+ "nuxt": "^2.0.0 || ^3.0.0",
1904
+ "requires": {
1905
+ "bridge": true
1906
+ }
1907
+ }
1908
+ },
1701
1909
  {
1702
1910
  "name": "intercom",
1703
1911
  "description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
@@ -1720,6 +1928,29 @@
1720
1928
  "requires": {}
1721
1929
  }
1722
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
+ },
1723
1954
  {
1724
1955
  "name": "jsonapi",
1725
1956
  "description": "Easy JSON:API client integration for Nuxt.js",
@@ -1764,6 +1995,30 @@
1764
1995
  "requires": {}
1765
1996
  }
1766
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
+ },
1767
2022
  {
1768
2023
  "name": "laravel-echo",
1769
2024
  "description": "Laravel Echo for Nuxt.js",
@@ -1902,6 +2157,28 @@
1902
2157
  "requires": {}
1903
2158
  }
1904
2159
  },
2160
+ {
2161
+ "name": "lodash",
2162
+ "description": "lodash module with auto-import and custom prefix",
2163
+ "repo": "cipami/nuxt-lodash",
2164
+ "npm": "nuxt-lodash",
2165
+ "icon": "lodash.svg",
2166
+ "github": "https://github.com/cipami/nuxt-lodash",
2167
+ "website": "https://github.com/cipami/nuxt-lodash#readme",
2168
+ "learn_more": "https://github.com/lodash/lodash",
2169
+ "category": "Libraries",
2170
+ "type": "3rd-party",
2171
+ "maintainers": [
2172
+ {
2173
+ "name": "Michal Čípa",
2174
+ "github": "cipami"
2175
+ }
2176
+ ],
2177
+ "compatibility": {
2178
+ "nuxt": "^3.0.0",
2179
+ "requires": {}
2180
+ }
2181
+ },
1905
2182
  {
1906
2183
  "name": "logrocket",
1907
2184
  "description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
@@ -1947,6 +2224,29 @@
1947
2224
  "requires": {}
1948
2225
  }
1949
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
+ },
1950
2250
  {
1951
2251
  "name": "markdownit",
1952
2252
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2015,6 +2315,31 @@
2015
2315
  "requires": {}
2016
2316
  }
2017
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
+ },
2018
2343
  {
2019
2344
  "name": "memwatch",
2020
2345
  "description": "Quickly watch real-time memory stats of your nuxt app",
@@ -2247,6 +2572,74 @@
2247
2572
  "requires": {}
2248
2573
  }
2249
2574
  },
2575
+ {
2576
+ "name": "nuxt-hue",
2577
+ "description": "Enlighten your Nuxt experience",
2578
+ "repo": "lihbr/nuxt-hue",
2579
+ "npm": "nuxt-hue",
2580
+ "icon": "nuxt-hue.svg",
2581
+ "github": "https://github.com/lihbr/nuxt-hue",
2582
+ "website": "https://github.com/lihbr/nuxt-hue",
2583
+ "learn_more": "",
2584
+ "category": "Devtools",
2585
+ "type": "3rd-party",
2586
+ "maintainers": [
2587
+ {
2588
+ "name": "lihbr",
2589
+ "github": "lihbr"
2590
+ }
2591
+ ],
2592
+ "compatibility": {
2593
+ "nuxt": "^2.0.0 || ^3.0.0",
2594
+ "requires": {
2595
+ "bridge": "optional"
2596
+ }
2597
+ }
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
+ },
2621
+ {
2622
+ "name": "nuxt-pino-log",
2623
+ "description": "Structured logs for nuxt apps using pino",
2624
+ "repo": "kpn/nuxt-pino-log",
2625
+ "npm": "nuxt-pino-log",
2626
+ "icon": "",
2627
+ "github": "https://github.com/kpn/nuxt-pino-log",
2628
+ "website": "https://github.com/kpn/nuxt-pino-log",
2629
+ "learn_more": "https://github.com/pinojs/pino",
2630
+ "category": "Monitoring",
2631
+ "type": "3rd-party",
2632
+ "maintainers": [
2633
+ {
2634
+ "name": "kpn",
2635
+ "github": "kpn"
2636
+ }
2637
+ ],
2638
+ "compatibility": {
2639
+ "nuxt": "^2.0.0",
2640
+ "requires": {}
2641
+ }
2642
+ },
2250
2643
  {
2251
2644
  "name": "nuxt-png-to-ico",
2252
2645
  "description": "Nuxt.js module for auto generating favicons",
@@ -2294,6 +2687,50 @@
2294
2687
  "requires": {}
2295
2688
  }
2296
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
+ },
2297
2734
  {
2298
2735
  "name": "nuxt-use-motion",
2299
2736
  "description": "A Nuxt module putting your components in motion",
@@ -2473,6 +2910,31 @@
2473
2910
  "requires": {}
2474
2911
  }
2475
2912
  },
2913
+ {
2914
+ "name": "partytown",
2915
+ "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
2916
+ "repo": "nuxt-modules/partytown",
2917
+ "npm": "@nuxtjs/partytown",
2918
+ "icon": "partytown.svg",
2919
+ "github": "https://github.com/nuxt-modules/partytown",
2920
+ "website": "https://github.com/nuxt-modules/partytown",
2921
+ "learn_more": "https://partytown.builder.io/",
2922
+ "category": "Performance",
2923
+ "type": "community",
2924
+ "maintainers": [
2925
+ {
2926
+ "name": "Daniel Roe",
2927
+ "github": "danielroe",
2928
+ "twitter": "danielcroe"
2929
+ }
2930
+ ],
2931
+ "compatibility": {
2932
+ "nuxt": "^2.0.0 || ^3.0.0",
2933
+ "requires": {
2934
+ "bridge": true
2935
+ }
2936
+ }
2937
+ },
2476
2938
  {
2477
2939
  "name": "persian-datepicker",
2478
2940
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -2538,8 +3000,10 @@
2538
3000
  }
2539
3001
  ],
2540
3002
  "compatibility": {
2541
- "nuxt": "^2.0.0",
2542
- "requires": {}
3003
+ "nuxt": "^2.0.0 || ^3.0.0",
3004
+ "requires": {
3005
+ "bridge": "optional"
3006
+ }
2543
3007
  }
2544
3008
  },
2545
3009
  {
@@ -2567,32 +3031,23 @@
2567
3031
  {
2568
3032
  "name": "prismic",
2569
3033
  "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
2570
- "repo": "nuxt-community/prismic-module",
3034
+ "repo": "nuxt-modules/prismic",
2571
3035
  "npm": "@nuxtjs/prismic",
2572
3036
  "icon": "prismic.png",
2573
- "github": "https://github.com/nuxt-community/prismic-module",
3037
+ "github": "https://github.com/nuxt-modules/prismic",
2574
3038
  "website": "https://prismic.nuxtjs.org",
2575
- "learn_more": "https://prismic.io/",
3039
+ "learn_more": "https://prismic.io",
2576
3040
  "category": "CMS",
2577
3041
  "type": "community",
2578
3042
  "maintainers": [
2579
- {
2580
- "name": "Sébastien Chopin",
2581
- "github": "Atinux",
2582
- "twitter": "Atinux"
2583
- },
2584
3043
  {
2585
3044
  "name": "lihbr",
2586
3045
  "github": "lihbr",
2587
3046
  "twitter": "li_hbr"
2588
- },
2589
- {
2590
- "name": "James Pegg",
2591
- "github": "jamespegg"
2592
3047
  }
2593
3048
  ],
2594
3049
  "compatibility": {
2595
- "nuxt": "^2.0.0",
3050
+ "nuxt": "^2.0.0 || ^3.0.0",
2596
3051
  "requires": {}
2597
3052
  }
2598
3053
  },
@@ -2818,8 +3273,10 @@
2818
3273
  }
2819
3274
  ],
2820
3275
  "compatibility": {
2821
- "nuxt": "^2.0.0",
2822
- "requires": {}
3276
+ "nuxt": "^2.0.0 || ^3.0.0",
3277
+ "requires": {
3278
+ "bridge": "optional"
3279
+ }
2823
3280
  }
2824
3281
  },
2825
3282
  {
@@ -2892,11 +3349,11 @@
2892
3349
  },
2893
3350
  {
2894
3351
  "name": "sanity",
2895
- "description": "Access text, images, and other media with Nuxt.js and the Sanity headless CMS.",
2896
- "repo": "nuxt-community/sanity-module#main",
3352
+ "description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
3353
+ "repo": "nuxt-modules/sanity#main",
2897
3354
  "npm": "@nuxtjs/sanity",
2898
3355
  "icon": "sanity.png",
2899
- "github": "https://github.com/nuxt-community/sanity-module#main",
3356
+ "github": "https://github.com/nuxt-modules/sanity#main",
2900
3357
  "website": "https://sanity.nuxtjs.org",
2901
3358
  "learn_more": "https://www.sanity.io/",
2902
3359
  "category": "CMS",
@@ -2909,7 +3366,33 @@
2909
3366
  }
2910
3367
  ],
2911
3368
  "compatibility": {
2912
- "nuxt": "^2.0.0",
3369
+ "nuxt": "^2.0.0 || ^3.0.0",
3370
+ "requires": {
3371
+ "bridge": "optional"
3372
+ }
3373
+ }
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",
2913
3396
  "requires": {}
2914
3397
  }
2915
3398
  },
@@ -2982,7 +3465,7 @@
2982
3465
  {
2983
3466
  "name": "seo-meta",
2984
3467
  "description": "Simple generate seo metadata",
2985
- "repo": "ihavecoke/nuxtjs-seo-meta",
3468
+ "repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
2986
3469
  "npm": "nuxt-seo-meta",
2987
3470
  "icon": "",
2988
3471
  "github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
@@ -3321,7 +3804,7 @@
3321
3804
  }
3322
3805
  ],
3323
3806
  "compatibility": {
3324
- "nuxt": "^2.0.0",
3807
+ "nuxt": "^2.0.0 || ^3.0.0",
3325
3808
  "requires": {}
3326
3809
  }
3327
3810
  },
@@ -3350,7 +3833,9 @@
3350
3833
  ],
3351
3834
  "compatibility": {
3352
3835
  "nuxt": "^2.0.0",
3353
- "requires": {}
3836
+ "requires": {
3837
+ "bridge": "optional"
3838
+ }
3354
3839
  }
3355
3840
  },
3356
3841
  {
@@ -3377,8 +3862,10 @@
3377
3862
  }
3378
3863
  ],
3379
3864
  "compatibility": {
3380
- "nuxt": "^2.0.0",
3381
- "requires": {}
3865
+ "nuxt": "^2.0.0 || ^3.0.0",
3866
+ "requires": {
3867
+ "bridge": true
3868
+ }
3382
3869
  }
3383
3870
  },
3384
3871
  {
@@ -3448,18 +3935,51 @@
3448
3935
  "requires": {}
3449
3936
  }
3450
3937
  },
3938
+ {
3939
+ "name": "stylify",
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",
3943
+ "icon": "stylify.svg",
3944
+ "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
3945
+ "website": "https://stylifycss.com/docs/nuxt",
3946
+ "learn_more": "https://stylifycss.com",
3947
+ "category": "UI",
3948
+ "type": "3rd-party",
3949
+ "maintainers": [
3950
+ {
3951
+ "name": "Vladimír Macháček",
3952
+ "github": "Machy8",
3953
+ "twitter": "8machy"
3954
+ }
3955
+ ],
3956
+ "compatibility": {
3957
+ "nuxt": "^2.0.0 || ^3.0.0",
3958
+ "requires": {}
3959
+ }
3960
+ },
3451
3961
  {
3452
3962
  "name": "supabase",
3453
- "description": "A supa simple way to use Supabase with Nuxt",
3454
- "repo": "supabase/nuxt-supabase",
3455
- "npm": "nuxt-supabase",
3963
+ "description": "First class integration with Supabase",
3964
+ "repo": "nuxt-community/supabase-module",
3965
+ "npm": "@nuxtjs/supabase",
3456
3966
  "icon": "supabase.png",
3457
- "github": "https://github.com/supabase/nuxt-supabase",
3458
- "website": "https://github.com/supabase/nuxt-supabase",
3459
- "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",
3460
3970
  "category": "Database",
3461
- "type": "3rd-party",
3971
+ "type": "community",
3462
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
+ },
3463
3983
  {
3464
3984
  "name": "Scott Robertson",
3465
3985
  "github": "scottrobertson",
@@ -3467,7 +3987,7 @@
3467
3987
  }
3468
3988
  ],
3469
3989
  "compatibility": {
3470
- "nuxt": "^2.0.0",
3990
+ "nuxt": "^2.0.0 || ^3.0.0",
3471
3991
  "requires": {}
3472
3992
  }
3473
3993
  },
@@ -3579,7 +4099,7 @@
3579
4099
  }
3580
4100
  ],
3581
4101
  "compatibility": {
3582
- "nuxt": "^2.0.0",
4102
+ "nuxt": "^2.0.0 || ^3.0.0",
3583
4103
  "requires": {}
3584
4104
  }
3585
4105
  },
@@ -3648,6 +4168,41 @@
3648
4168
  ],
3649
4169
  "compatibility": {
3650
4170
  "nuxt": "^2.0.0",
4171
+ "requires": {
4172
+ "bridge": "optional"
4173
+ }
4174
+ }
4175
+ },
4176
+ {
4177
+ "name": "twicpics",
4178
+ "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
4179
+ "repo": "TwicPics/components",
4180
+ "npm": "@twicpics/components",
4181
+ "icon": "twicpics.svg",
4182
+ "github": "https://github.com/TwicPics/components",
4183
+ "website": "https://www.twicpics.com/docs/components/nuxt-3",
4184
+ "learn_more": "https://www.twicpics.com",
4185
+ "category": "Images",
4186
+ "type": "3rd-party",
4187
+ "maintainers": [
4188
+ {
4189
+ "name": "Florent Bourgeois",
4190
+ "github": "florentb",
4191
+ "twitter": "florent_b"
4192
+ },
4193
+ {
4194
+ "name": "Julian Aubourg",
4195
+ "github": "jaubourg",
4196
+ "twitter": "jaubourg"
4197
+ },
4198
+ {
4199
+ "name": "Miguel Beignon",
4200
+ "github": "mbgspcii",
4201
+ "twitter": "m_beignon"
4202
+ }
4203
+ ],
4204
+ "compatibility": {
4205
+ "nuxt": "^2.0.0 || ^3.0.0",
3651
4206
  "requires": {}
3652
4207
  }
3653
4208
  },
@@ -3669,10 +4224,35 @@
3669
4224
  }
3670
4225
  ],
3671
4226
  "compatibility": {
3672
- "nuxt": "^2.0.0",
4227
+ "nuxt": "^2.0.0 || ^3.0.0",
3673
4228
  "requires": {}
3674
4229
  }
3675
4230
  },
4231
+ {
4232
+ "name": "typed-vuex",
4233
+ "description": "A vanilla, strongly typed store accessor for Vuex.",
4234
+ "repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
4235
+ "npm": "nuxt-typed-vuex",
4236
+ "icon": "vue.png",
4237
+ "github": "https://github.com/danielroe/typed-vuex",
4238
+ "website": "https://github.com/danielroe/typed-vuex",
4239
+ "learn_more": "",
4240
+ "category": "Libraries",
4241
+ "type": "3rd-party",
4242
+ "maintainers": [
4243
+ {
4244
+ "name": "Daniel Roe",
4245
+ "github": "danielroe",
4246
+ "twitter": "danielcroe"
4247
+ }
4248
+ ],
4249
+ "compatibility": {
4250
+ "nuxt": "^2.0.0",
4251
+ "requires": {
4252
+ "bridge": "optional"
4253
+ }
4254
+ }
4255
+ },
3676
4256
  {
3677
4257
  "name": "typescript-runtime",
3678
4258
  "description": "TypeScript Runtime support for Nuxt",
@@ -3737,6 +4317,30 @@
3737
4317
  "requires": {}
3738
4318
  }
3739
4319
  },
4320
+ {
4321
+ "name": "umami",
4322
+ "description": "Embed the Umami analytics library into Nuxt",
4323
+ "repo": "ijkml/nuxt-umami",
4324
+ "npm": "nuxt-umami",
4325
+ "icon": "umami.svg",
4326
+ "github": "https://github.com/ijkml/nuxt-umami",
4327
+ "website": "https://github.com/ijkml/nuxt-umami",
4328
+ "learn_more": "https://umami.is/docs/",
4329
+ "category": "Analytics",
4330
+ "type": "3rd-party",
4331
+ "maintainers": [
4332
+ {
4333
+ "name": "ML",
4334
+ "github": "ijkml"
4335
+ }
4336
+ ],
4337
+ "compatibility": {
4338
+ "nuxt": "^2.0.0 || ^3.0.0",
4339
+ "requires": {
4340
+ "bridge": "optional"
4341
+ }
4342
+ }
4343
+ },
3740
4344
  {
3741
4345
  "name": "universal-storage",
3742
4346
  "description": "Universal Storage Utilities for Nuxt.js",
@@ -3765,6 +4369,32 @@
3765
4369
  "requires": {}
3766
4370
  }
3767
4371
  },
4372
+ {
4373
+ "name": "unlighthouse",
4374
+ "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
4375
+ "repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
4376
+ "npm": "@unlighthouse/nuxt",
4377
+ "icon": "unlighthouse.svg",
4378
+ "github": "https://github.com/harlan-zw/unlighthouse",
4379
+ "website": "https://github.com/harlan-zw/unlighthouse",
4380
+ "learn_more": "https://github.com/harlan-zw/unlighthouse",
4381
+ "category": "Devtools",
4382
+ "type": "3rd-party",
4383
+ "maintainers": [
4384
+ {
4385
+ "name": "Harlan Wilton",
4386
+ "github": "harlan-zw",
4387
+ "twitter": "harlan_zw",
4388
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
4389
+ }
4390
+ ],
4391
+ "compatibility": {
4392
+ "nuxt": "^2.0.0 || ^3.0.0",
4393
+ "requires": {
4394
+ "bridge": "optional"
4395
+ }
4396
+ }
4397
+ },
3768
4398
  {
3769
4399
  "name": "unocss",
3770
4400
  "description": "The instant on-demand atomic CSS engine.",
@@ -3947,6 +4577,28 @@
3947
4577
  "requires": {}
3948
4578
  }
3949
4579
  },
4580
+ {
4581
+ "name": "vuestic",
4582
+ "description": "Vuestic UI module for Nuxt 3",
4583
+ "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
4584
+ "npm": "@vuestic/nuxt",
4585
+ "icon": "",
4586
+ "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
4587
+ "website": "https://vuestic.dev",
4588
+ "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
4589
+ "category": "UI",
4590
+ "type": "3rd-party",
4591
+ "maintainers": [
4592
+ {
4593
+ "name": "epicmaxco",
4594
+ "github": "epicmaxco"
4595
+ }
4596
+ ],
4597
+ "compatibility": {
4598
+ "nuxt": "^3.0.0",
4599
+ "requires": {}
4600
+ }
4601
+ },
3950
4602
  {
3951
4603
  "name": "vuetify",
3952
4604
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
@@ -3977,8 +4629,8 @@
3977
4629
  {
3978
4630
  "name": "vueuse",
3979
4631
  "description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
3980
- "repo": "vueuse/vueuse#main/packages/core",
3981
- "npm": "@vueuse/core",
4632
+ "repo": "vueuse/vueuse#main/packages/nuxt",
4633
+ "npm": "@vueuse/nuxt",
3982
4634
  "icon": "vueuse.svg",
3983
4635
  "github": "https://github.com/vueuse/vueuse",
3984
4636
  "website": "https://vueuse.org",
@@ -4049,26 +4701,28 @@
4049
4701
  }
4050
4702
  ],
4051
4703
  "compatibility": {
4052
- "nuxt": "^2.0.0",
4053
- "requires": {}
4704
+ "nuxt": "^2.0.0 || ^3.0.0",
4705
+ "requires": {
4706
+ "bridge": "optional"
4707
+ }
4054
4708
  }
4055
4709
  },
4056
4710
  {
4057
4711
  "name": "web3js",
4058
- "description": "Web3.js module integration for Nuxt.js - Build dApps easier!",
4059
- "repo": "fauzan121002/nuxt-web3",
4712
+ "description": "Web3.js module integration for Nuxt.js",
4713
+ "repo": "bl0cknumber/nuxt-web3",
4060
4714
  "npm": "nuxt-web3",
4061
4715
  "icon": "web3js.svg",
4062
- "github": "https://github.com/fauzan121002/nuxt-web3",
4063
- "website": "https://github.com/fauzan121002/nuxt-web3",
4716
+ "github": "https://github.com/bl0cknumber/nuxt-web3",
4717
+ "website": "https://github.com/bl0cknumber/nuxt-web3",
4064
4718
  "learn_more": "https://web3js.readthedocs.io/",
4065
4719
  "category": "Libraries",
4066
4720
  "type": "3rd-party",
4067
4721
  "maintainers": [
4068
4722
  {
4069
4723
  "name": "Muhammad Fauzan",
4070
- "github": "fauzan121002",
4071
- "twitter": "fauzandev"
4724
+ "github": "bl0cknumber",
4725
+ "twitter": "fncolon"
4072
4726
  }
4073
4727
  ],
4074
4728
  "compatibility": {
@@ -4286,6 +4940,28 @@
4286
4940
  "requires": {}
4287
4941
  }
4288
4942
  },
4943
+ {
4944
+ "name": "xstate",
4945
+ "description": "XState integration for Nuxt",
4946
+ "repo": "Lexpeartha/nuxt-xstate",
4947
+ "npm": "nuxt-xstate",
4948
+ "icon": "",
4949
+ "github": "https://github.com/Lexpeartha/nuxt-xstate",
4950
+ "website": "https://github.com/Lexpeartha/nuxt-xstate",
4951
+ "learn_more": "",
4952
+ "category": "Extensions",
4953
+ "type": "3rd-party",
4954
+ "maintainers": [
4955
+ {
4956
+ "name": "Lexpeartha",
4957
+ "github": "Lexpeartha"
4958
+ }
4959
+ ],
4960
+ "compatibility": {
4961
+ "nuxt": "^3.0.0",
4962
+ "requires": {}
4963
+ }
4964
+ },
4289
4965
  {
4290
4966
  "name": "xui",
4291
4967
  "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-bdb501",
3
+ "version": "0.5.0-be34db",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json"
6
6
  }