@nuxt/modules 0.5.0-bbfca2 → 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.
- package/modules.json +532 -85
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
{
|
|
53
53
|
"name": "algolia",
|
|
54
54
|
"description": "Algolia Search Module for Nuxt 3",
|
|
55
|
-
"repo": "nuxt-
|
|
55
|
+
"repo": "nuxt-modules/algolia",
|
|
56
56
|
"npm": "@nuxtjs/algolia",
|
|
57
57
|
"icon": "algolia.svg",
|
|
58
|
-
"github": "https://github.com/nuxt-
|
|
58
|
+
"github": "https://github.com/nuxt-modules/algolia",
|
|
59
59
|
"website": "https://algolia.nuxtjs.org/",
|
|
60
60
|
"learn_more": "https://algolia.nuxtjs.org/",
|
|
61
61
|
"category": "Libraries",
|
|
@@ -73,8 +73,10 @@
|
|
|
73
73
|
}
|
|
74
74
|
],
|
|
75
75
|
"compatibility": {
|
|
76
|
-
"nuxt": "^3.0.0",
|
|
77
|
-
"requires": {
|
|
76
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
77
|
+
"requires": {
|
|
78
|
+
"bridge": true
|
|
79
|
+
}
|
|
78
80
|
}
|
|
79
81
|
},
|
|
80
82
|
{
|
|
@@ -389,7 +391,7 @@
|
|
|
389
391
|
},
|
|
390
392
|
{
|
|
391
393
|
"name": "bugsnag",
|
|
392
|
-
"description": "Bugsnag
|
|
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": "",
|
|
@@ -608,7 +613,7 @@
|
|
|
608
613
|
"compatibility": {
|
|
609
614
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
610
615
|
"requires": {
|
|
611
|
-
"bridge":
|
|
616
|
+
"bridge": "optional"
|
|
612
617
|
}
|
|
613
618
|
}
|
|
614
619
|
},
|
|
@@ -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",
|
|
@@ -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-
|
|
1528
|
+
"repo": "nuxt-modules/harlem",
|
|
1447
1529
|
"npm": "@nuxtjs/harlem",
|
|
1448
1530
|
"icon": "harlem.svg",
|
|
1449
|
-
"github": "https://github.com/nuxt-
|
|
1450
|
-
"website": "https://github.com/nuxt-
|
|
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": "^
|
|
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-
|
|
1662
|
+
"repo": "nuxt-modules/html-validator",
|
|
1583
1663
|
"npm": "@nuxtjs/html-validator",
|
|
1584
1664
|
"icon": "html-validator.png",
|
|
1585
|
-
"github": "https://github.com/nuxt-
|
|
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",
|
|
@@ -1595,8 +1675,10 @@
|
|
|
1595
1675
|
}
|
|
1596
1676
|
],
|
|
1597
1677
|
"compatibility": {
|
|
1598
|
-
"nuxt": "^2.0.0",
|
|
1599
|
-
"requires": {
|
|
1678
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1679
|
+
"requires": {
|
|
1680
|
+
"bridge": "optional"
|
|
1681
|
+
}
|
|
1600
1682
|
}
|
|
1601
1683
|
},
|
|
1602
1684
|
{
|
|
@@ -1676,6 +1758,50 @@
|
|
|
1676
1758
|
"requires": {}
|
|
1677
1759
|
}
|
|
1678
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
|
+
},
|
|
1679
1805
|
{
|
|
1680
1806
|
"name": "image-loader",
|
|
1681
1807
|
"description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
|
|
@@ -1802,6 +1928,29 @@
|
|
|
1802
1928
|
"requires": {}
|
|
1803
1929
|
}
|
|
1804
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
|
+
},
|
|
1805
1954
|
{
|
|
1806
1955
|
"name": "jsonapi",
|
|
1807
1956
|
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
@@ -1846,6 +1995,30 @@
|
|
|
1846
1995
|
"requires": {}
|
|
1847
1996
|
}
|
|
1848
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
|
+
},
|
|
1849
2022
|
{
|
|
1850
2023
|
"name": "laravel-echo",
|
|
1851
2024
|
"description": "Laravel Echo for Nuxt.js",
|
|
@@ -2051,6 +2224,29 @@
|
|
|
2051
2224
|
"requires": {}
|
|
2052
2225
|
}
|
|
2053
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
|
+
},
|
|
2054
2250
|
{
|
|
2055
2251
|
"name": "markdownit",
|
|
2056
2252
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
@@ -2119,6 +2315,31 @@
|
|
|
2119
2315
|
"requires": {}
|
|
2120
2316
|
}
|
|
2121
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
|
+
},
|
|
2122
2343
|
{
|
|
2123
2344
|
"name": "memwatch",
|
|
2124
2345
|
"description": "Quickly watch real-time memory stats of your nuxt app",
|
|
@@ -2375,6 +2596,28 @@
|
|
|
2375
2596
|
}
|
|
2376
2597
|
}
|
|
2377
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
|
+
},
|
|
2378
2621
|
{
|
|
2379
2622
|
"name": "nuxt-pino-log",
|
|
2380
2623
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -2444,6 +2687,50 @@
|
|
|
2444
2687
|
"requires": {}
|
|
2445
2688
|
}
|
|
2446
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
|
+
},
|
|
2447
2734
|
{
|
|
2448
2735
|
"name": "nuxt-use-motion",
|
|
2449
2736
|
"description": "A Nuxt module putting your components in motion",
|
|
@@ -2626,11 +2913,11 @@
|
|
|
2626
2913
|
{
|
|
2627
2914
|
"name": "partytown",
|
|
2628
2915
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2629
|
-
"repo": "nuxt-
|
|
2916
|
+
"repo": "nuxt-modules/partytown",
|
|
2630
2917
|
"npm": "@nuxtjs/partytown",
|
|
2631
2918
|
"icon": "partytown.svg",
|
|
2632
|
-
"github": "https://github.com/nuxt-
|
|
2633
|
-
"website": "https://github.com/nuxt-
|
|
2919
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
2920
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
2634
2921
|
"learn_more": "https://partytown.builder.io/",
|
|
2635
2922
|
"category": "Performance",
|
|
2636
2923
|
"type": "community",
|
|
@@ -2744,28 +3031,19 @@
|
|
|
2744
3031
|
{
|
|
2745
3032
|
"name": "prismic",
|
|
2746
3033
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
2747
|
-
"repo": "nuxt-
|
|
3034
|
+
"repo": "nuxt-modules/prismic",
|
|
2748
3035
|
"npm": "@nuxtjs/prismic",
|
|
2749
3036
|
"icon": "prismic.png",
|
|
2750
|
-
"github": "https://github.com/nuxt-
|
|
3037
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
2751
3038
|
"website": "https://prismic.nuxtjs.org",
|
|
2752
|
-
"learn_more": "https://prismic.io
|
|
3039
|
+
"learn_more": "https://prismic.io",
|
|
2753
3040
|
"category": "CMS",
|
|
2754
3041
|
"type": "community",
|
|
2755
3042
|
"maintainers": [
|
|
2756
|
-
{
|
|
2757
|
-
"name": "Sébastien Chopin",
|
|
2758
|
-
"github": "Atinux",
|
|
2759
|
-
"twitter": "Atinux"
|
|
2760
|
-
},
|
|
2761
3043
|
{
|
|
2762
3044
|
"name": "lihbr",
|
|
2763
3045
|
"github": "lihbr",
|
|
2764
3046
|
"twitter": "li_hbr"
|
|
2765
|
-
},
|
|
2766
|
-
{
|
|
2767
|
-
"name": "James Pegg",
|
|
2768
|
-
"github": "jamespegg"
|
|
2769
3047
|
}
|
|
2770
3048
|
],
|
|
2771
3049
|
"compatibility": {
|
|
@@ -2995,8 +3273,10 @@
|
|
|
2995
3273
|
}
|
|
2996
3274
|
],
|
|
2997
3275
|
"compatibility": {
|
|
2998
|
-
"nuxt": "^2.0.0",
|
|
2999
|
-
"requires": {
|
|
3276
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3277
|
+
"requires": {
|
|
3278
|
+
"bridge": "optional"
|
|
3279
|
+
}
|
|
3000
3280
|
}
|
|
3001
3281
|
},
|
|
3002
3282
|
{
|
|
@@ -3070,10 +3350,10 @@
|
|
|
3070
3350
|
{
|
|
3071
3351
|
"name": "sanity",
|
|
3072
3352
|
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3073
|
-
"repo": "nuxt-
|
|
3353
|
+
"repo": "nuxt-modules/sanity#main",
|
|
3074
3354
|
"npm": "@nuxtjs/sanity",
|
|
3075
3355
|
"icon": "sanity.png",
|
|
3076
|
-
"github": "https://github.com/nuxt-
|
|
3356
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
3077
3357
|
"website": "https://sanity.nuxtjs.org",
|
|
3078
3358
|
"learn_more": "https://www.sanity.io/",
|
|
3079
3359
|
"category": "CMS",
|
|
@@ -3092,6 +3372,30 @@
|
|
|
3092
3372
|
}
|
|
3093
3373
|
}
|
|
3094
3374
|
},
|
|
3375
|
+
{
|
|
3376
|
+
"name": "schema-org",
|
|
3377
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3378
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3379
|
+
"npm": "nuxt-schema-org",
|
|
3380
|
+
"icon": "schema-org.svg",
|
|
3381
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3382
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3383
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3384
|
+
"category": "SEO",
|
|
3385
|
+
"type": "3rd-party",
|
|
3386
|
+
"maintainers": [
|
|
3387
|
+
{
|
|
3388
|
+
"name": "Harlan Wilton",
|
|
3389
|
+
"github": "harlan-zw",
|
|
3390
|
+
"twitter": "harlan_zw",
|
|
3391
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3392
|
+
}
|
|
3393
|
+
],
|
|
3394
|
+
"compatibility": {
|
|
3395
|
+
"nuxt": "^3.0.0",
|
|
3396
|
+
"requires": {}
|
|
3397
|
+
}
|
|
3398
|
+
},
|
|
3095
3399
|
{
|
|
3096
3400
|
"name": "scss-to-js",
|
|
3097
3401
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
@@ -3161,7 +3465,7 @@
|
|
|
3161
3465
|
{
|
|
3162
3466
|
"name": "seo-meta",
|
|
3163
3467
|
"description": "Simple generate seo metadata",
|
|
3164
|
-
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3468
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3165
3469
|
"npm": "nuxt-seo-meta",
|
|
3166
3470
|
"icon": "",
|
|
3167
3471
|
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
@@ -3559,7 +3863,9 @@
|
|
|
3559
3863
|
],
|
|
3560
3864
|
"compatibility": {
|
|
3561
3865
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3562
|
-
"requires": {
|
|
3866
|
+
"requires": {
|
|
3867
|
+
"bridge": true
|
|
3868
|
+
}
|
|
3563
3869
|
}
|
|
3564
3870
|
},
|
|
3565
3871
|
{
|
|
@@ -3631,13 +3937,13 @@
|
|
|
3631
3937
|
},
|
|
3632
3938
|
{
|
|
3633
3939
|
"name": "stylify",
|
|
3634
|
-
"description": "Stylify
|
|
3635
|
-
"repo": "stylify/packages#master/packages/nuxt
|
|
3636
|
-
"npm": "@stylify/nuxt
|
|
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",
|
|
3637
3943
|
"icon": "stylify.svg",
|
|
3638
|
-
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt
|
|
3639
|
-
"website": "https://
|
|
3640
|
-
"learn_more": "https://
|
|
3944
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
3945
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
3946
|
+
"learn_more": "https://stylifycss.com",
|
|
3641
3947
|
"category": "UI",
|
|
3642
3948
|
"type": "3rd-party",
|
|
3643
3949
|
"maintainers": [
|
|
@@ -3648,22 +3954,32 @@
|
|
|
3648
3954
|
}
|
|
3649
3955
|
],
|
|
3650
3956
|
"compatibility": {
|
|
3651
|
-
"nuxt": "^2.0.0",
|
|
3957
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3652
3958
|
"requires": {}
|
|
3653
3959
|
}
|
|
3654
3960
|
},
|
|
3655
3961
|
{
|
|
3656
3962
|
"name": "supabase",
|
|
3657
|
-
"description": "
|
|
3658
|
-
"repo": "
|
|
3659
|
-
"npm": "
|
|
3963
|
+
"description": "First class integration with Supabase",
|
|
3964
|
+
"repo": "nuxt-community/supabase-module",
|
|
3965
|
+
"npm": "@nuxtjs/supabase",
|
|
3660
3966
|
"icon": "supabase.png",
|
|
3661
|
-
"github": "https://github.com/
|
|
3662
|
-
"website": "https://
|
|
3663
|
-
"learn_more": "https://supabase.
|
|
3967
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
3968
|
+
"website": "https://supabase.nuxtjs.org",
|
|
3969
|
+
"learn_more": "https://supabase.com",
|
|
3664
3970
|
"category": "Database",
|
|
3665
|
-
"type": "
|
|
3971
|
+
"type": "community",
|
|
3666
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
|
+
},
|
|
3667
3983
|
{
|
|
3668
3984
|
"name": "Scott Robertson",
|
|
3669
3985
|
"github": "scottrobertson",
|
|
@@ -3671,7 +3987,7 @@
|
|
|
3671
3987
|
}
|
|
3672
3988
|
],
|
|
3673
3989
|
"compatibility": {
|
|
3674
|
-
"nuxt": "^2.0.0",
|
|
3990
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3675
3991
|
"requires": {}
|
|
3676
3992
|
}
|
|
3677
3993
|
},
|
|
@@ -3857,6 +4173,39 @@
|
|
|
3857
4173
|
}
|
|
3858
4174
|
}
|
|
3859
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",
|
|
4206
|
+
"requires": {}
|
|
4207
|
+
}
|
|
4208
|
+
},
|
|
3860
4209
|
{
|
|
3861
4210
|
"name": "typed-router",
|
|
3862
4211
|
"description": "Provide autocompletion for pages route names generated by Nuxt router",
|
|
@@ -3875,15 +4224,15 @@
|
|
|
3875
4224
|
}
|
|
3876
4225
|
],
|
|
3877
4226
|
"compatibility": {
|
|
3878
|
-
"nuxt": "^2.0.0",
|
|
4227
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3879
4228
|
"requires": {}
|
|
3880
4229
|
}
|
|
3881
4230
|
},
|
|
3882
4231
|
{
|
|
3883
4232
|
"name": "typed-vuex",
|
|
3884
4233
|
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
3885
|
-
"repo": "danielroe/typed-vuex",
|
|
3886
|
-
"npm": "",
|
|
4234
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
4235
|
+
"npm": "nuxt-typed-vuex",
|
|
3887
4236
|
"icon": "vue.png",
|
|
3888
4237
|
"github": "https://github.com/danielroe/typed-vuex",
|
|
3889
4238
|
"website": "https://github.com/danielroe/typed-vuex",
|
|
@@ -3899,7 +4248,9 @@
|
|
|
3899
4248
|
],
|
|
3900
4249
|
"compatibility": {
|
|
3901
4250
|
"nuxt": "^2.0.0",
|
|
3902
|
-
"requires": {
|
|
4251
|
+
"requires": {
|
|
4252
|
+
"bridge": "optional"
|
|
4253
|
+
}
|
|
3903
4254
|
}
|
|
3904
4255
|
},
|
|
3905
4256
|
{
|
|
@@ -3966,6 +4317,30 @@
|
|
|
3966
4317
|
"requires": {}
|
|
3967
4318
|
}
|
|
3968
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
|
+
},
|
|
3969
4344
|
{
|
|
3970
4345
|
"name": "universal-storage",
|
|
3971
4346
|
"description": "Universal Storage Utilities for Nuxt.js",
|
|
@@ -3994,6 +4369,32 @@
|
|
|
3994
4369
|
"requires": {}
|
|
3995
4370
|
}
|
|
3996
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
|
+
},
|
|
3997
4398
|
{
|
|
3998
4399
|
"name": "unocss",
|
|
3999
4400
|
"description": "The instant on-demand atomic CSS engine.",
|
|
@@ -4176,6 +4577,28 @@
|
|
|
4176
4577
|
"requires": {}
|
|
4177
4578
|
}
|
|
4178
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
|
+
},
|
|
4179
4602
|
{
|
|
4180
4603
|
"name": "vuetify",
|
|
4181
4604
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -4206,8 +4629,8 @@
|
|
|
4206
4629
|
{
|
|
4207
4630
|
"name": "vueuse",
|
|
4208
4631
|
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4209
|
-
"repo": "vueuse/vueuse#main/packages/
|
|
4210
|
-
"npm": "@vueuse/
|
|
4632
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
4633
|
+
"npm": "@vueuse/nuxt",
|
|
4211
4634
|
"icon": "vueuse.svg",
|
|
4212
4635
|
"github": "https://github.com/vueuse/vueuse",
|
|
4213
4636
|
"website": "https://vueuse.org",
|
|
@@ -4278,26 +4701,28 @@
|
|
|
4278
4701
|
}
|
|
4279
4702
|
],
|
|
4280
4703
|
"compatibility": {
|
|
4281
|
-
"nuxt": "^2.0.0",
|
|
4282
|
-
"requires": {
|
|
4704
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4705
|
+
"requires": {
|
|
4706
|
+
"bridge": "optional"
|
|
4707
|
+
}
|
|
4283
4708
|
}
|
|
4284
4709
|
},
|
|
4285
4710
|
{
|
|
4286
4711
|
"name": "web3js",
|
|
4287
|
-
"description": "Web3.js module integration for Nuxt.js
|
|
4288
|
-
"repo": "
|
|
4712
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4713
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4289
4714
|
"npm": "nuxt-web3",
|
|
4290
4715
|
"icon": "web3js.svg",
|
|
4291
|
-
"github": "https://github.com/
|
|
4292
|
-
"website": "https://github.com/
|
|
4716
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4717
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4293
4718
|
"learn_more": "https://web3js.readthedocs.io/",
|
|
4294
4719
|
"category": "Libraries",
|
|
4295
4720
|
"type": "3rd-party",
|
|
4296
4721
|
"maintainers": [
|
|
4297
4722
|
{
|
|
4298
4723
|
"name": "Muhammad Fauzan",
|
|
4299
|
-
"github": "
|
|
4300
|
-
"twitter": "
|
|
4724
|
+
"github": "bl0cknumber",
|
|
4725
|
+
"twitter": "fncolon"
|
|
4301
4726
|
}
|
|
4302
4727
|
],
|
|
4303
4728
|
"compatibility": {
|
|
@@ -4515,6 +4940,28 @@
|
|
|
4515
4940
|
"requires": {}
|
|
4516
4941
|
}
|
|
4517
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
|
+
},
|
|
4518
4965
|
{
|
|
4519
4966
|
"name": "xui",
|
|
4520
4967
|
"description": "Light module to help design websites with Nuxt.",
|