@nuxt/modules 0.5.0-47ff83 → 0.5.0-49371
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.
- package/modules.json +572 -75
- 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
|
|
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
|
|
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": "",
|
|
@@ -606,7 +611,7 @@
|
|
|
606
611
|
}
|
|
607
612
|
],
|
|
608
613
|
"compatibility": {
|
|
609
|
-
"nuxt": "^2.0.0",
|
|
614
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
610
615
|
"requires": {
|
|
611
616
|
"bridge": "optional"
|
|
612
617
|
}
|
|
@@ -660,10 +665,10 @@
|
|
|
660
665
|
},
|
|
661
666
|
{
|
|
662
667
|
"name": "content",
|
|
663
|
-
"description": "
|
|
664
|
-
"repo": "nuxt/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": "
|
|
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": "
|
|
675
|
-
"github": "
|
|
676
|
-
"twitter": "
|
|
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
|
|
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
|
|
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",
|
|
@@ -1440,6 +1522,29 @@
|
|
|
1440
1522
|
"requires": {}
|
|
1441
1523
|
}
|
|
1442
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
|
+
},
|
|
1443
1548
|
{
|
|
1444
1549
|
"name": "headway",
|
|
1445
1550
|
"description": "Headway changelog widget for Nuxt",
|
|
@@ -1554,10 +1659,10 @@
|
|
|
1554
1659
|
{
|
|
1555
1660
|
"name": "html-validator",
|
|
1556
1661
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1557
|
-
"repo": "nuxt-
|
|
1662
|
+
"repo": "nuxt-modules/html-validator",
|
|
1558
1663
|
"npm": "@nuxtjs/html-validator",
|
|
1559
1664
|
"icon": "html-validator.png",
|
|
1560
|
-
"github": "https://github.com/nuxt-
|
|
1665
|
+
"github": "https://github.com/nuxt-modules/html-validator",
|
|
1561
1666
|
"website": "https://html-validator.nuxtjs.org",
|
|
1562
1667
|
"learn_more": "https://html-validate.org",
|
|
1563
1668
|
"category": "Performance",
|
|
@@ -1651,6 +1756,50 @@
|
|
|
1651
1756
|
"requires": {}
|
|
1652
1757
|
}
|
|
1653
1758
|
},
|
|
1759
|
+
{
|
|
1760
|
+
"name": "icon",
|
|
1761
|
+
"description": "",
|
|
1762
|
+
"repo": "nuxt-modules/icon",
|
|
1763
|
+
"npm": "nuxt-icon",
|
|
1764
|
+
"icon": "nuxt-icon.png",
|
|
1765
|
+
"github": "https://github.com/nuxt-modules/icon",
|
|
1766
|
+
"website": "https://github.com/nuxt-modules/icon",
|
|
1767
|
+
"learn_more": "",
|
|
1768
|
+
"category": "UI",
|
|
1769
|
+
"type": "community",
|
|
1770
|
+
"maintainers": [
|
|
1771
|
+
{
|
|
1772
|
+
"name": "Atinux",
|
|
1773
|
+
"github": "Atinux"
|
|
1774
|
+
}
|
|
1775
|
+
],
|
|
1776
|
+
"compatibility": {
|
|
1777
|
+
"nuxt": "^3.0.0",
|
|
1778
|
+
"requires": {}
|
|
1779
|
+
}
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"name": "icons",
|
|
1783
|
+
"description": "Use your own automatically imported SVG icons.",
|
|
1784
|
+
"repo": "gitfoxcode/nuxt-icons",
|
|
1785
|
+
"npm": "nuxt-icons",
|
|
1786
|
+
"icon": "icons.png",
|
|
1787
|
+
"github": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1788
|
+
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1789
|
+
"learn_more": "",
|
|
1790
|
+
"category": "UI",
|
|
1791
|
+
"type": "3rd-party",
|
|
1792
|
+
"maintainers": [
|
|
1793
|
+
{
|
|
1794
|
+
"name": "Sebastian Wludzik",
|
|
1795
|
+
"github": "gitfoxcode"
|
|
1796
|
+
}
|
|
1797
|
+
],
|
|
1798
|
+
"compatibility": {
|
|
1799
|
+
"nuxt": "^3.0.0",
|
|
1800
|
+
"requires": {}
|
|
1801
|
+
}
|
|
1802
|
+
},
|
|
1654
1803
|
{
|
|
1655
1804
|
"name": "image-loader",
|
|
1656
1805
|
"description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
|
|
@@ -1777,6 +1926,29 @@
|
|
|
1777
1926
|
"requires": {}
|
|
1778
1927
|
}
|
|
1779
1928
|
},
|
|
1929
|
+
{
|
|
1930
|
+
"name": "ionic",
|
|
1931
|
+
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
1932
|
+
"repo": "danielroe/nuxt-ionic",
|
|
1933
|
+
"npm": "nuxt-ionic",
|
|
1934
|
+
"icon": "ionic.svg",
|
|
1935
|
+
"github": "https://github.com/danielroe/nuxt-ionic",
|
|
1936
|
+
"website": "https://ionic.roe.dev",
|
|
1937
|
+
"learn_more": "https://ionicframework.com",
|
|
1938
|
+
"category": "Libraries",
|
|
1939
|
+
"type": "3rd-party",
|
|
1940
|
+
"maintainers": [
|
|
1941
|
+
{
|
|
1942
|
+
"name": "Daniel Roe",
|
|
1943
|
+
"github": "danielroe",
|
|
1944
|
+
"twitter": "danielcroe"
|
|
1945
|
+
}
|
|
1946
|
+
],
|
|
1947
|
+
"compatibility": {
|
|
1948
|
+
"nuxt": "^3.0.0",
|
|
1949
|
+
"requires": {}
|
|
1950
|
+
}
|
|
1951
|
+
},
|
|
1780
1952
|
{
|
|
1781
1953
|
"name": "jsonapi",
|
|
1782
1954
|
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
@@ -1821,6 +1993,30 @@
|
|
|
1821
1993
|
"requires": {}
|
|
1822
1994
|
}
|
|
1823
1995
|
},
|
|
1996
|
+
{
|
|
1997
|
+
"name": "kql",
|
|
1998
|
+
"description": "Nuxt 3 module for Kirby's Query Language API",
|
|
1999
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
2000
|
+
"npm": "nuxt-kql",
|
|
2001
|
+
"icon": "kql.svg",
|
|
2002
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
2003
|
+
"website": "https://nuxt-kql.jhnn.dev",
|
|
2004
|
+
"learn_more": "",
|
|
2005
|
+
"category": "CMS",
|
|
2006
|
+
"type": "3rd-party",
|
|
2007
|
+
"maintainers": [
|
|
2008
|
+
{
|
|
2009
|
+
"name": "Johann Schopplich",
|
|
2010
|
+
"github": "johannschopplich",
|
|
2011
|
+
"twitter": "jschopplich",
|
|
2012
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
2013
|
+
}
|
|
2014
|
+
],
|
|
2015
|
+
"compatibility": {
|
|
2016
|
+
"nuxt": "^3.0.0",
|
|
2017
|
+
"requires": {}
|
|
2018
|
+
}
|
|
2019
|
+
},
|
|
1824
2020
|
{
|
|
1825
2021
|
"name": "laravel-echo",
|
|
1826
2022
|
"description": "Laravel Echo for Nuxt.js",
|
|
@@ -2026,6 +2222,29 @@
|
|
|
2026
2222
|
"requires": {}
|
|
2027
2223
|
}
|
|
2028
2224
|
},
|
|
2225
|
+
{
|
|
2226
|
+
"name": "magic-regexp",
|
|
2227
|
+
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2228
|
+
"repo": "danielroe/magic-regexp",
|
|
2229
|
+
"npm": "magic-regexp",
|
|
2230
|
+
"icon": "magic-regexp.svg",
|
|
2231
|
+
"github": "https://github.com/danielroe/magic-regexp",
|
|
2232
|
+
"website": "https://magic-regexp.roe.dev",
|
|
2233
|
+
"learn_more": "https://magic-regexp.roe.dev",
|
|
2234
|
+
"category": "Libraries",
|
|
2235
|
+
"type": "3rd-party",
|
|
2236
|
+
"maintainers": [
|
|
2237
|
+
{
|
|
2238
|
+
"name": "Daniel Roe",
|
|
2239
|
+
"github": "danielroe",
|
|
2240
|
+
"twitter": "danielcroe"
|
|
2241
|
+
}
|
|
2242
|
+
],
|
|
2243
|
+
"compatibility": {
|
|
2244
|
+
"nuxt": "^3.0.0",
|
|
2245
|
+
"requires": {}
|
|
2246
|
+
}
|
|
2247
|
+
},
|
|
2029
2248
|
{
|
|
2030
2249
|
"name": "markdownit",
|
|
2031
2250
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
@@ -2094,6 +2313,31 @@
|
|
|
2094
2313
|
"requires": {}
|
|
2095
2314
|
}
|
|
2096
2315
|
},
|
|
2316
|
+
{
|
|
2317
|
+
"name": "meilisearch",
|
|
2318
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2319
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2320
|
+
"npm": "nuxt-meilisearch",
|
|
2321
|
+
"icon": "meilisearch.svg",
|
|
2322
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2323
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2324
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2325
|
+
"category": "Libraries",
|
|
2326
|
+
"type": "3rd-party",
|
|
2327
|
+
"maintainers": [
|
|
2328
|
+
{
|
|
2329
|
+
"name": "Alex Duval",
|
|
2330
|
+
"github": "xlanex6",
|
|
2331
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
2332
|
+
}
|
|
2333
|
+
],
|
|
2334
|
+
"compatibility": {
|
|
2335
|
+
"nuxt": "^3.0.0",
|
|
2336
|
+
"requires": {
|
|
2337
|
+
"bridge": false
|
|
2338
|
+
}
|
|
2339
|
+
}
|
|
2340
|
+
},
|
|
2097
2341
|
{
|
|
2098
2342
|
"name": "memwatch",
|
|
2099
2343
|
"description": "Quickly watch real-time memory stats of your nuxt app",
|
|
@@ -2350,6 +2594,28 @@
|
|
|
2350
2594
|
}
|
|
2351
2595
|
}
|
|
2352
2596
|
},
|
|
2597
|
+
{
|
|
2598
|
+
"name": "nuxt-monaco-editor",
|
|
2599
|
+
"description": "Integrate monaco-editor with Nuxt",
|
|
2600
|
+
"repo": "e-chan1007/nuxt-monaco-editor",
|
|
2601
|
+
"npm": "nuxt-monaco-editor",
|
|
2602
|
+
"icon": "",
|
|
2603
|
+
"github": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2604
|
+
"website": "https://github.com/e-chan1007/nuxt-monaco-editor",
|
|
2605
|
+
"learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
|
|
2606
|
+
"category": "Libraries",
|
|
2607
|
+
"type": "3rd-party",
|
|
2608
|
+
"maintainers": [
|
|
2609
|
+
{
|
|
2610
|
+
"name": "e-chan1007",
|
|
2611
|
+
"github": "e-chan1007"
|
|
2612
|
+
}
|
|
2613
|
+
],
|
|
2614
|
+
"compatibility": {
|
|
2615
|
+
"nuxt": "^3.0.0",
|
|
2616
|
+
"requires": {}
|
|
2617
|
+
}
|
|
2618
|
+
},
|
|
2353
2619
|
{
|
|
2354
2620
|
"name": "nuxt-pino-log",
|
|
2355
2621
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -2419,6 +2685,50 @@
|
|
|
2419
2685
|
"requires": {}
|
|
2420
2686
|
}
|
|
2421
2687
|
},
|
|
2688
|
+
{
|
|
2689
|
+
"name": "nuxt-svgo",
|
|
2690
|
+
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2691
|
+
"repo": "cpsoinos/nuxt-svgo",
|
|
2692
|
+
"npm": "nuxt-svgo",
|
|
2693
|
+
"icon": "",
|
|
2694
|
+
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2695
|
+
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2696
|
+
"learn_more": "",
|
|
2697
|
+
"category": "Images",
|
|
2698
|
+
"type": "3rd-party",
|
|
2699
|
+
"maintainers": [
|
|
2700
|
+
{
|
|
2701
|
+
"name": "cpsoinos",
|
|
2702
|
+
"github": "cpsoinos"
|
|
2703
|
+
}
|
|
2704
|
+
],
|
|
2705
|
+
"compatibility": {
|
|
2706
|
+
"nuxt": "^3.0.0",
|
|
2707
|
+
"requires": {}
|
|
2708
|
+
}
|
|
2709
|
+
},
|
|
2710
|
+
{
|
|
2711
|
+
"name": "nuxt-unleash",
|
|
2712
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
2713
|
+
"repo": "conejerock/nuxt-unleash",
|
|
2714
|
+
"npm": "nuxt-unleash",
|
|
2715
|
+
"icon": "nuxt-unleash.svg",
|
|
2716
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
2717
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
2718
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
2719
|
+
"category": "Deployment",
|
|
2720
|
+
"type": "3rd-party",
|
|
2721
|
+
"maintainers": [
|
|
2722
|
+
{
|
|
2723
|
+
"name": "Juanjo Conejerock",
|
|
2724
|
+
"github": "conejerock"
|
|
2725
|
+
}
|
|
2726
|
+
],
|
|
2727
|
+
"compatibility": {
|
|
2728
|
+
"nuxt": "^2.0.0",
|
|
2729
|
+
"requires": {}
|
|
2730
|
+
}
|
|
2731
|
+
},
|
|
2422
2732
|
{
|
|
2423
2733
|
"name": "nuxt-use-motion",
|
|
2424
2734
|
"description": "A Nuxt module putting your components in motion",
|
|
@@ -2601,11 +2911,11 @@
|
|
|
2601
2911
|
{
|
|
2602
2912
|
"name": "partytown",
|
|
2603
2913
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2604
|
-
"repo": "nuxt-
|
|
2914
|
+
"repo": "nuxt-modules/partytown",
|
|
2605
2915
|
"npm": "@nuxtjs/partytown",
|
|
2606
2916
|
"icon": "partytown.svg",
|
|
2607
|
-
"github": "https://github.com/nuxt-
|
|
2608
|
-
"website": "https://github.com/nuxt-
|
|
2917
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
2918
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
2609
2919
|
"learn_more": "https://partytown.builder.io/",
|
|
2610
2920
|
"category": "Performance",
|
|
2611
2921
|
"type": "community",
|
|
@@ -2688,8 +2998,10 @@
|
|
|
2688
2998
|
}
|
|
2689
2999
|
],
|
|
2690
3000
|
"compatibility": {
|
|
2691
|
-
"nuxt": "^2.0.0",
|
|
2692
|
-
"requires": {
|
|
3001
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3002
|
+
"requires": {
|
|
3003
|
+
"bridge": "optional"
|
|
3004
|
+
}
|
|
2693
3005
|
}
|
|
2694
3006
|
},
|
|
2695
3007
|
{
|
|
@@ -2717,28 +3029,19 @@
|
|
|
2717
3029
|
{
|
|
2718
3030
|
"name": "prismic",
|
|
2719
3031
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
2720
|
-
"repo": "nuxt-
|
|
3032
|
+
"repo": "nuxt-modules/prismic",
|
|
2721
3033
|
"npm": "@nuxtjs/prismic",
|
|
2722
3034
|
"icon": "prismic.png",
|
|
2723
|
-
"github": "https://github.com/nuxt-
|
|
3035
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
2724
3036
|
"website": "https://prismic.nuxtjs.org",
|
|
2725
|
-
"learn_more": "https://prismic.io
|
|
3037
|
+
"learn_more": "https://prismic.io",
|
|
2726
3038
|
"category": "CMS",
|
|
2727
3039
|
"type": "community",
|
|
2728
3040
|
"maintainers": [
|
|
2729
|
-
{
|
|
2730
|
-
"name": "Sébastien Chopin",
|
|
2731
|
-
"github": "Atinux",
|
|
2732
|
-
"twitter": "Atinux"
|
|
2733
|
-
},
|
|
2734
3041
|
{
|
|
2735
3042
|
"name": "lihbr",
|
|
2736
3043
|
"github": "lihbr",
|
|
2737
3044
|
"twitter": "li_hbr"
|
|
2738
|
-
},
|
|
2739
|
-
{
|
|
2740
|
-
"name": "James Pegg",
|
|
2741
|
-
"github": "jamespegg"
|
|
2742
3045
|
}
|
|
2743
3046
|
],
|
|
2744
3047
|
"compatibility": {
|
|
@@ -2968,8 +3271,10 @@
|
|
|
2968
3271
|
}
|
|
2969
3272
|
],
|
|
2970
3273
|
"compatibility": {
|
|
2971
|
-
"nuxt": "^2.0.0",
|
|
2972
|
-
"requires": {
|
|
3274
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3275
|
+
"requires": {
|
|
3276
|
+
"bridge": "optional"
|
|
3277
|
+
}
|
|
2973
3278
|
}
|
|
2974
3279
|
},
|
|
2975
3280
|
{
|
|
@@ -3042,11 +3347,11 @@
|
|
|
3042
3347
|
},
|
|
3043
3348
|
{
|
|
3044
3349
|
"name": "sanity",
|
|
3045
|
-
"description": "Access text, images, and other media with Nuxt
|
|
3046
|
-
"repo": "nuxt-
|
|
3350
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3351
|
+
"repo": "nuxt-modules/sanity#main",
|
|
3047
3352
|
"npm": "@nuxtjs/sanity",
|
|
3048
3353
|
"icon": "sanity.png",
|
|
3049
|
-
"github": "https://github.com/nuxt-
|
|
3354
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
3050
3355
|
"website": "https://sanity.nuxtjs.org",
|
|
3051
3356
|
"learn_more": "https://www.sanity.io/",
|
|
3052
3357
|
"category": "CMS",
|
|
@@ -3059,7 +3364,33 @@
|
|
|
3059
3364
|
}
|
|
3060
3365
|
],
|
|
3061
3366
|
"compatibility": {
|
|
3062
|
-
"nuxt": "^2.0.0",
|
|
3367
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3368
|
+
"requires": {
|
|
3369
|
+
"bridge": "optional"
|
|
3370
|
+
}
|
|
3371
|
+
}
|
|
3372
|
+
},
|
|
3373
|
+
{
|
|
3374
|
+
"name": "schema-org",
|
|
3375
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3376
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3377
|
+
"npm": "nuxt-schema-org",
|
|
3378
|
+
"icon": "schema-org.svg",
|
|
3379
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3380
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3381
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3382
|
+
"category": "SEO",
|
|
3383
|
+
"type": "3rd-party",
|
|
3384
|
+
"maintainers": [
|
|
3385
|
+
{
|
|
3386
|
+
"name": "Harlan Wilton",
|
|
3387
|
+
"github": "harlan-zw",
|
|
3388
|
+
"twitter": "harlan_zw",
|
|
3389
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3390
|
+
}
|
|
3391
|
+
],
|
|
3392
|
+
"compatibility": {
|
|
3393
|
+
"nuxt": "^3.0.0",
|
|
3063
3394
|
"requires": {}
|
|
3064
3395
|
}
|
|
3065
3396
|
},
|
|
@@ -3132,7 +3463,7 @@
|
|
|
3132
3463
|
{
|
|
3133
3464
|
"name": "seo-meta",
|
|
3134
3465
|
"description": "Simple generate seo metadata",
|
|
3135
|
-
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3466
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3136
3467
|
"npm": "nuxt-seo-meta",
|
|
3137
3468
|
"icon": "",
|
|
3138
3469
|
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
@@ -3530,7 +3861,9 @@
|
|
|
3530
3861
|
],
|
|
3531
3862
|
"compatibility": {
|
|
3532
3863
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3533
|
-
"requires": {
|
|
3864
|
+
"requires": {
|
|
3865
|
+
"bridge": true
|
|
3866
|
+
}
|
|
3534
3867
|
}
|
|
3535
3868
|
},
|
|
3536
3869
|
{
|
|
@@ -3602,13 +3935,13 @@
|
|
|
3602
3935
|
},
|
|
3603
3936
|
{
|
|
3604
3937
|
"name": "stylify",
|
|
3605
|
-
"description": "Stylify
|
|
3606
|
-
"repo": "stylify/packages#master/packages/nuxt
|
|
3607
|
-
"npm": "@stylify/nuxt
|
|
3938
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3939
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
3940
|
+
"npm": "@stylify/nuxt",
|
|
3608
3941
|
"icon": "stylify.svg",
|
|
3609
|
-
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt
|
|
3610
|
-
"website": "https://
|
|
3611
|
-
"learn_more": "https://
|
|
3942
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
3943
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
3944
|
+
"learn_more": "https://stylifycss.com",
|
|
3612
3945
|
"category": "UI",
|
|
3613
3946
|
"type": "3rd-party",
|
|
3614
3947
|
"maintainers": [
|
|
@@ -3619,22 +3952,32 @@
|
|
|
3619
3952
|
}
|
|
3620
3953
|
],
|
|
3621
3954
|
"compatibility": {
|
|
3622
|
-
"nuxt": "^2.0.0",
|
|
3955
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3623
3956
|
"requires": {}
|
|
3624
3957
|
}
|
|
3625
3958
|
},
|
|
3626
3959
|
{
|
|
3627
3960
|
"name": "supabase",
|
|
3628
|
-
"description": "
|
|
3629
|
-
"repo": "
|
|
3630
|
-
"npm": "
|
|
3961
|
+
"description": "First class integration with Supabase",
|
|
3962
|
+
"repo": "nuxt-community/supabase-module",
|
|
3963
|
+
"npm": "@nuxtjs/supabase",
|
|
3631
3964
|
"icon": "supabase.png",
|
|
3632
|
-
"github": "https://github.com/
|
|
3633
|
-
"website": "https://
|
|
3634
|
-
"learn_more": "https://supabase.
|
|
3965
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
3966
|
+
"website": "https://supabase.nuxtjs.org",
|
|
3967
|
+
"learn_more": "https://supabase.com",
|
|
3635
3968
|
"category": "Database",
|
|
3636
|
-
"type": "
|
|
3969
|
+
"type": "community",
|
|
3637
3970
|
"maintainers": [
|
|
3971
|
+
{
|
|
3972
|
+
"name": "Baptiste Leproux",
|
|
3973
|
+
"github": "larbish",
|
|
3974
|
+
"twitter": "baptistelprx"
|
|
3975
|
+
},
|
|
3976
|
+
{
|
|
3977
|
+
"name": "Sebastien Chopin",
|
|
3978
|
+
"github": "Atinux",
|
|
3979
|
+
"twitter": "Atinux"
|
|
3980
|
+
},
|
|
3638
3981
|
{
|
|
3639
3982
|
"name": "Scott Robertson",
|
|
3640
3983
|
"github": "scottrobertson",
|
|
@@ -3642,7 +3985,7 @@
|
|
|
3642
3985
|
}
|
|
3643
3986
|
],
|
|
3644
3987
|
"compatibility": {
|
|
3645
|
-
"nuxt": "^2.0.0",
|
|
3988
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3646
3989
|
"requires": {}
|
|
3647
3990
|
}
|
|
3648
3991
|
},
|
|
@@ -3828,6 +4171,39 @@
|
|
|
3828
4171
|
}
|
|
3829
4172
|
}
|
|
3830
4173
|
},
|
|
4174
|
+
{
|
|
4175
|
+
"name": "twicpics",
|
|
4176
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
4177
|
+
"repo": "TwicPics/components",
|
|
4178
|
+
"npm": "@twicpics/components",
|
|
4179
|
+
"icon": "twicpics.svg",
|
|
4180
|
+
"github": "https://github.com/TwicPics/components",
|
|
4181
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
4182
|
+
"learn_more": "https://www.twicpics.com",
|
|
4183
|
+
"category": "Images",
|
|
4184
|
+
"type": "3rd-party",
|
|
4185
|
+
"maintainers": [
|
|
4186
|
+
{
|
|
4187
|
+
"name": "Florent Bourgeois",
|
|
4188
|
+
"github": "florentb",
|
|
4189
|
+
"twitter": "florent_b"
|
|
4190
|
+
},
|
|
4191
|
+
{
|
|
4192
|
+
"name": "Julian Aubourg",
|
|
4193
|
+
"github": "jaubourg",
|
|
4194
|
+
"twitter": "jaubourg"
|
|
4195
|
+
},
|
|
4196
|
+
{
|
|
4197
|
+
"name": "Miguel Beignon",
|
|
4198
|
+
"github": "mbgspcii",
|
|
4199
|
+
"twitter": "m_beignon"
|
|
4200
|
+
}
|
|
4201
|
+
],
|
|
4202
|
+
"compatibility": {
|
|
4203
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4204
|
+
"requires": {}
|
|
4205
|
+
}
|
|
4206
|
+
},
|
|
3831
4207
|
{
|
|
3832
4208
|
"name": "typed-router",
|
|
3833
4209
|
"description": "Provide autocompletion for pages route names generated by Nuxt router",
|
|
@@ -3846,10 +4222,35 @@
|
|
|
3846
4222
|
}
|
|
3847
4223
|
],
|
|
3848
4224
|
"compatibility": {
|
|
3849
|
-
"nuxt": "^2.0.0",
|
|
4225
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3850
4226
|
"requires": {}
|
|
3851
4227
|
}
|
|
3852
4228
|
},
|
|
4229
|
+
{
|
|
4230
|
+
"name": "typed-vuex",
|
|
4231
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
4232
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
4233
|
+
"npm": "nuxt-typed-vuex",
|
|
4234
|
+
"icon": "vue.png",
|
|
4235
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
4236
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
4237
|
+
"learn_more": "",
|
|
4238
|
+
"category": "Libraries",
|
|
4239
|
+
"type": "3rd-party",
|
|
4240
|
+
"maintainers": [
|
|
4241
|
+
{
|
|
4242
|
+
"name": "Daniel Roe",
|
|
4243
|
+
"github": "danielroe",
|
|
4244
|
+
"twitter": "danielcroe"
|
|
4245
|
+
}
|
|
4246
|
+
],
|
|
4247
|
+
"compatibility": {
|
|
4248
|
+
"nuxt": "^2.0.0",
|
|
4249
|
+
"requires": {
|
|
4250
|
+
"bridge": "optional"
|
|
4251
|
+
}
|
|
4252
|
+
}
|
|
4253
|
+
},
|
|
3853
4254
|
{
|
|
3854
4255
|
"name": "typescript-runtime",
|
|
3855
4256
|
"description": "TypeScript Runtime support for Nuxt",
|
|
@@ -3914,6 +4315,30 @@
|
|
|
3914
4315
|
"requires": {}
|
|
3915
4316
|
}
|
|
3916
4317
|
},
|
|
4318
|
+
{
|
|
4319
|
+
"name": "umami",
|
|
4320
|
+
"description": "Embed the Umami analytics library into Nuxt",
|
|
4321
|
+
"repo": "ijkml/nuxt-umami",
|
|
4322
|
+
"npm": "nuxt-umami",
|
|
4323
|
+
"icon": "umami.svg",
|
|
4324
|
+
"github": "https://github.com/ijkml/nuxt-umami",
|
|
4325
|
+
"website": "https://github.com/ijkml/nuxt-umami",
|
|
4326
|
+
"learn_more": "https://umami.is/docs/",
|
|
4327
|
+
"category": "Analytics",
|
|
4328
|
+
"type": "3rd-party",
|
|
4329
|
+
"maintainers": [
|
|
4330
|
+
{
|
|
4331
|
+
"name": "ML",
|
|
4332
|
+
"github": "ijkml"
|
|
4333
|
+
}
|
|
4334
|
+
],
|
|
4335
|
+
"compatibility": {
|
|
4336
|
+
"nuxt": "^2.0.0 || >=3.0.0.rc.6",
|
|
4337
|
+
"requires": {
|
|
4338
|
+
"bridge": "optional"
|
|
4339
|
+
}
|
|
4340
|
+
}
|
|
4341
|
+
},
|
|
3917
4342
|
{
|
|
3918
4343
|
"name": "universal-storage",
|
|
3919
4344
|
"description": "Universal Storage Utilities for Nuxt.js",
|
|
@@ -3942,6 +4367,32 @@
|
|
|
3942
4367
|
"requires": {}
|
|
3943
4368
|
}
|
|
3944
4369
|
},
|
|
4370
|
+
{
|
|
4371
|
+
"name": "unlighthouse",
|
|
4372
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4373
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4374
|
+
"npm": "@unlighthouse/nuxt",
|
|
4375
|
+
"icon": "unlighthouse.svg",
|
|
4376
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4377
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4378
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4379
|
+
"category": "Devtools",
|
|
4380
|
+
"type": "3rd-party",
|
|
4381
|
+
"maintainers": [
|
|
4382
|
+
{
|
|
4383
|
+
"name": "Harlan Wilton",
|
|
4384
|
+
"github": "harlan-zw",
|
|
4385
|
+
"twitter": "harlan_zw",
|
|
4386
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4387
|
+
}
|
|
4388
|
+
],
|
|
4389
|
+
"compatibility": {
|
|
4390
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4391
|
+
"requires": {
|
|
4392
|
+
"bridge": "optional"
|
|
4393
|
+
}
|
|
4394
|
+
}
|
|
4395
|
+
},
|
|
3945
4396
|
{
|
|
3946
4397
|
"name": "unocss",
|
|
3947
4398
|
"description": "The instant on-demand atomic CSS engine.",
|
|
@@ -4124,6 +4575,28 @@
|
|
|
4124
4575
|
"requires": {}
|
|
4125
4576
|
}
|
|
4126
4577
|
},
|
|
4578
|
+
{
|
|
4579
|
+
"name": "vuestic",
|
|
4580
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
4581
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
4582
|
+
"npm": "@vuestic/nuxt",
|
|
4583
|
+
"icon": "",
|
|
4584
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
4585
|
+
"website": "https://vuestic.dev",
|
|
4586
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
4587
|
+
"category": "UI",
|
|
4588
|
+
"type": "3rd-party",
|
|
4589
|
+
"maintainers": [
|
|
4590
|
+
{
|
|
4591
|
+
"name": "epicmaxco",
|
|
4592
|
+
"github": "epicmaxco"
|
|
4593
|
+
}
|
|
4594
|
+
],
|
|
4595
|
+
"compatibility": {
|
|
4596
|
+
"nuxt": "^3.0.0",
|
|
4597
|
+
"requires": {}
|
|
4598
|
+
}
|
|
4599
|
+
},
|
|
4127
4600
|
{
|
|
4128
4601
|
"name": "vuetify",
|
|
4129
4602
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -4154,8 +4627,8 @@
|
|
|
4154
4627
|
{
|
|
4155
4628
|
"name": "vueuse",
|
|
4156
4629
|
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4157
|
-
"repo": "vueuse/vueuse#main/packages/
|
|
4158
|
-
"npm": "@vueuse/
|
|
4630
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
4631
|
+
"npm": "@vueuse/nuxt",
|
|
4159
4632
|
"icon": "vueuse.svg",
|
|
4160
4633
|
"github": "https://github.com/vueuse/vueuse",
|
|
4161
4634
|
"website": "https://vueuse.org",
|
|
@@ -4226,26 +4699,28 @@
|
|
|
4226
4699
|
}
|
|
4227
4700
|
],
|
|
4228
4701
|
"compatibility": {
|
|
4229
|
-
"nuxt": "^2.0.0",
|
|
4230
|
-
"requires": {
|
|
4702
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4703
|
+
"requires": {
|
|
4704
|
+
"bridge": "optional"
|
|
4705
|
+
}
|
|
4231
4706
|
}
|
|
4232
4707
|
},
|
|
4233
4708
|
{
|
|
4234
4709
|
"name": "web3js",
|
|
4235
|
-
"description": "Web3.js module integration for Nuxt.js
|
|
4236
|
-
"repo": "
|
|
4710
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4711
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4237
4712
|
"npm": "nuxt-web3",
|
|
4238
4713
|
"icon": "web3js.svg",
|
|
4239
|
-
"github": "https://github.com/
|
|
4240
|
-
"website": "https://github.com/
|
|
4714
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4715
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4241
4716
|
"learn_more": "https://web3js.readthedocs.io/",
|
|
4242
4717
|
"category": "Libraries",
|
|
4243
4718
|
"type": "3rd-party",
|
|
4244
4719
|
"maintainers": [
|
|
4245
4720
|
{
|
|
4246
4721
|
"name": "Muhammad Fauzan",
|
|
4247
|
-
"github": "
|
|
4248
|
-
"twitter": "
|
|
4722
|
+
"github": "bl0cknumber",
|
|
4723
|
+
"twitter": "fncolon"
|
|
4249
4724
|
}
|
|
4250
4725
|
],
|
|
4251
4726
|
"compatibility": {
|
|
@@ -4463,6 +4938,28 @@
|
|
|
4463
4938
|
"requires": {}
|
|
4464
4939
|
}
|
|
4465
4940
|
},
|
|
4941
|
+
{
|
|
4942
|
+
"name": "xstate",
|
|
4943
|
+
"description": "XState integration for Nuxt",
|
|
4944
|
+
"repo": "Lexpeartha/nuxt-xstate",
|
|
4945
|
+
"npm": "nuxt-xstate",
|
|
4946
|
+
"icon": "",
|
|
4947
|
+
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4948
|
+
"website": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4949
|
+
"learn_more": "",
|
|
4950
|
+
"category": "Extensions",
|
|
4951
|
+
"type": "3rd-party",
|
|
4952
|
+
"maintainers": [
|
|
4953
|
+
{
|
|
4954
|
+
"name": "Lexpeartha",
|
|
4955
|
+
"github": "Lexpeartha"
|
|
4956
|
+
}
|
|
4957
|
+
],
|
|
4958
|
+
"compatibility": {
|
|
4959
|
+
"nuxt": "^3.0.0",
|
|
4960
|
+
"requires": {}
|
|
4961
|
+
}
|
|
4962
|
+
},
|
|
4466
4963
|
{
|
|
4467
4964
|
"name": "xui",
|
|
4468
4965
|
"description": "Light module to help design websites with Nuxt.",
|