@nuxt/modules 0.5.0-718567 → 0.5.0-72454
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 +498 -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": "",
|
|
@@ -660,10 +665,10 @@
|
|
|
660
665
|
},
|
|
661
666
|
{
|
|
662
667
|
"name": "content",
|
|
663
|
-
"description": "
|
|
664
|
-
"repo": "nuxt/content#main
|
|
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
|
{
|
|
@@ -1465,11 +1525,11 @@
|
|
|
1465
1525
|
{
|
|
1466
1526
|
"name": "harlem",
|
|
1467
1527
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1468
|
-
"repo": "nuxt-
|
|
1528
|
+
"repo": "nuxt-modules/harlem",
|
|
1469
1529
|
"npm": "@nuxtjs/harlem",
|
|
1470
1530
|
"icon": "harlem.svg",
|
|
1471
|
-
"github": "https://github.com/nuxt-
|
|
1472
|
-
"website": "https://github.com/nuxt-
|
|
1531
|
+
"github": "https://github.com/nuxt-modules/harlem",
|
|
1532
|
+
"website": "https://github.com/nuxt-modules/harlem",
|
|
1473
1533
|
"learn_more": "https://harlemjs.com/",
|
|
1474
1534
|
"category": "Extensions",
|
|
1475
1535
|
"type": "community",
|
|
@@ -1481,10 +1541,8 @@
|
|
|
1481
1541
|
}
|
|
1482
1542
|
],
|
|
1483
1543
|
"compatibility": {
|
|
1484
|
-
"nuxt": "^
|
|
1485
|
-
"requires": {
|
|
1486
|
-
"bridge": true
|
|
1487
|
-
}
|
|
1544
|
+
"nuxt": "^3.0.0",
|
|
1545
|
+
"requires": {}
|
|
1488
1546
|
}
|
|
1489
1547
|
},
|
|
1490
1548
|
{
|
|
@@ -1601,10 +1659,10 @@
|
|
|
1601
1659
|
{
|
|
1602
1660
|
"name": "html-validator",
|
|
1603
1661
|
"description": "Automatically validate Nuxt server-rendered HTML html",
|
|
1604
|
-
"repo": "nuxt-
|
|
1662
|
+
"repo": "nuxt-modules/html-validator",
|
|
1605
1663
|
"npm": "@nuxtjs/html-validator",
|
|
1606
1664
|
"icon": "html-validator.png",
|
|
1607
|
-
"github": "https://github.com/nuxt-
|
|
1665
|
+
"github": "https://github.com/nuxt-modules/html-validator",
|
|
1608
1666
|
"website": "https://html-validator.nuxtjs.org",
|
|
1609
1667
|
"learn_more": "https://html-validate.org",
|
|
1610
1668
|
"category": "Performance",
|
|
@@ -1617,8 +1675,10 @@
|
|
|
1617
1675
|
}
|
|
1618
1676
|
],
|
|
1619
1677
|
"compatibility": {
|
|
1620
|
-
"nuxt": "^2.0.0",
|
|
1621
|
-
"requires": {
|
|
1678
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1679
|
+
"requires": {
|
|
1680
|
+
"bridge": "optional"
|
|
1681
|
+
}
|
|
1622
1682
|
}
|
|
1623
1683
|
},
|
|
1624
1684
|
{
|
|
@@ -1698,6 +1758,50 @@
|
|
|
1698
1758
|
"requires": {}
|
|
1699
1759
|
}
|
|
1700
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
|
+
},
|
|
1701
1805
|
{
|
|
1702
1806
|
"name": "image-loader",
|
|
1703
1807
|
"description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
|
|
@@ -1824,6 +1928,29 @@
|
|
|
1824
1928
|
"requires": {}
|
|
1825
1929
|
}
|
|
1826
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
|
+
},
|
|
1827
1954
|
{
|
|
1828
1955
|
"name": "jsonapi",
|
|
1829
1956
|
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
@@ -1868,6 +1995,30 @@
|
|
|
1868
1995
|
"requires": {}
|
|
1869
1996
|
}
|
|
1870
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
|
+
},
|
|
1871
2022
|
{
|
|
1872
2023
|
"name": "laravel-echo",
|
|
1873
2024
|
"description": "Laravel Echo for Nuxt.js",
|
|
@@ -2073,6 +2224,29 @@
|
|
|
2073
2224
|
"requires": {}
|
|
2074
2225
|
}
|
|
2075
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
|
+
},
|
|
2076
2250
|
{
|
|
2077
2251
|
"name": "markdownit",
|
|
2078
2252
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
@@ -2141,6 +2315,31 @@
|
|
|
2141
2315
|
"requires": {}
|
|
2142
2316
|
}
|
|
2143
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
|
+
},
|
|
2144
2343
|
{
|
|
2145
2344
|
"name": "memwatch",
|
|
2146
2345
|
"description": "Quickly watch real-time memory stats of your nuxt app",
|
|
@@ -2397,6 +2596,28 @@
|
|
|
2397
2596
|
}
|
|
2398
2597
|
}
|
|
2399
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
|
+
},
|
|
2400
2621
|
{
|
|
2401
2622
|
"name": "nuxt-pino-log",
|
|
2402
2623
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -2466,6 +2687,50 @@
|
|
|
2466
2687
|
"requires": {}
|
|
2467
2688
|
}
|
|
2468
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
|
+
},
|
|
2469
2734
|
{
|
|
2470
2735
|
"name": "nuxt-use-motion",
|
|
2471
2736
|
"description": "A Nuxt module putting your components in motion",
|
|
@@ -2648,11 +2913,11 @@
|
|
|
2648
2913
|
{
|
|
2649
2914
|
"name": "partytown",
|
|
2650
2915
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2651
|
-
"repo": "nuxt-
|
|
2916
|
+
"repo": "nuxt-modules/partytown",
|
|
2652
2917
|
"npm": "@nuxtjs/partytown",
|
|
2653
2918
|
"icon": "partytown.svg",
|
|
2654
|
-
"github": "https://github.com/nuxt-
|
|
2655
|
-
"website": "https://github.com/nuxt-
|
|
2919
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
2920
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
2656
2921
|
"learn_more": "https://partytown.builder.io/",
|
|
2657
2922
|
"category": "Performance",
|
|
2658
2923
|
"type": "community",
|
|
@@ -2766,28 +3031,19 @@
|
|
|
2766
3031
|
{
|
|
2767
3032
|
"name": "prismic",
|
|
2768
3033
|
"description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
|
|
2769
|
-
"repo": "nuxt-
|
|
3034
|
+
"repo": "nuxt-modules/prismic",
|
|
2770
3035
|
"npm": "@nuxtjs/prismic",
|
|
2771
3036
|
"icon": "prismic.png",
|
|
2772
|
-
"github": "https://github.com/nuxt-
|
|
3037
|
+
"github": "https://github.com/nuxt-modules/prismic",
|
|
2773
3038
|
"website": "https://prismic.nuxtjs.org",
|
|
2774
|
-
"learn_more": "https://prismic.io
|
|
3039
|
+
"learn_more": "https://prismic.io",
|
|
2775
3040
|
"category": "CMS",
|
|
2776
3041
|
"type": "community",
|
|
2777
3042
|
"maintainers": [
|
|
2778
|
-
{
|
|
2779
|
-
"name": "Sébastien Chopin",
|
|
2780
|
-
"github": "Atinux",
|
|
2781
|
-
"twitter": "Atinux"
|
|
2782
|
-
},
|
|
2783
3043
|
{
|
|
2784
3044
|
"name": "lihbr",
|
|
2785
3045
|
"github": "lihbr",
|
|
2786
3046
|
"twitter": "li_hbr"
|
|
2787
|
-
},
|
|
2788
|
-
{
|
|
2789
|
-
"name": "James Pegg",
|
|
2790
|
-
"github": "jamespegg"
|
|
2791
3047
|
}
|
|
2792
3048
|
],
|
|
2793
3049
|
"compatibility": {
|
|
@@ -3017,8 +3273,10 @@
|
|
|
3017
3273
|
}
|
|
3018
3274
|
],
|
|
3019
3275
|
"compatibility": {
|
|
3020
|
-
"nuxt": "^2.0.0",
|
|
3021
|
-
"requires": {
|
|
3276
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3277
|
+
"requires": {
|
|
3278
|
+
"bridge": "optional"
|
|
3279
|
+
}
|
|
3022
3280
|
}
|
|
3023
3281
|
},
|
|
3024
3282
|
{
|
|
@@ -3092,10 +3350,10 @@
|
|
|
3092
3350
|
{
|
|
3093
3351
|
"name": "sanity",
|
|
3094
3352
|
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3095
|
-
"repo": "nuxt-
|
|
3353
|
+
"repo": "nuxt-modules/sanity#main",
|
|
3096
3354
|
"npm": "@nuxtjs/sanity",
|
|
3097
3355
|
"icon": "sanity.png",
|
|
3098
|
-
"github": "https://github.com/nuxt-
|
|
3356
|
+
"github": "https://github.com/nuxt-modules/sanity#main",
|
|
3099
3357
|
"website": "https://sanity.nuxtjs.org",
|
|
3100
3358
|
"learn_more": "https://www.sanity.io/",
|
|
3101
3359
|
"category": "CMS",
|
|
@@ -3114,6 +3372,30 @@
|
|
|
3114
3372
|
}
|
|
3115
3373
|
}
|
|
3116
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
|
+
},
|
|
3117
3399
|
{
|
|
3118
3400
|
"name": "scss-to-js",
|
|
3119
3401
|
"description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
|
|
@@ -3183,7 +3465,7 @@
|
|
|
3183
3465
|
{
|
|
3184
3466
|
"name": "seo-meta",
|
|
3185
3467
|
"description": "Simple generate seo metadata",
|
|
3186
|
-
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3468
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3187
3469
|
"npm": "nuxt-seo-meta",
|
|
3188
3470
|
"icon": "",
|
|
3189
3471
|
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
@@ -3581,7 +3863,9 @@
|
|
|
3581
3863
|
],
|
|
3582
3864
|
"compatibility": {
|
|
3583
3865
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3584
|
-
"requires": {
|
|
3866
|
+
"requires": {
|
|
3867
|
+
"bridge": true
|
|
3868
|
+
}
|
|
3585
3869
|
}
|
|
3586
3870
|
},
|
|
3587
3871
|
{
|
|
@@ -3653,13 +3937,13 @@
|
|
|
3653
3937
|
},
|
|
3654
3938
|
{
|
|
3655
3939
|
"name": "stylify",
|
|
3656
|
-
"description": "Stylify
|
|
3657
|
-
"repo": "stylify/packages#master/packages/nuxt
|
|
3658
|
-
"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",
|
|
3659
3943
|
"icon": "stylify.svg",
|
|
3660
|
-
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt
|
|
3661
|
-
"website": "https://
|
|
3662
|
-
"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",
|
|
3663
3947
|
"category": "UI",
|
|
3664
3948
|
"type": "3rd-party",
|
|
3665
3949
|
"maintainers": [
|
|
@@ -3670,22 +3954,32 @@
|
|
|
3670
3954
|
}
|
|
3671
3955
|
],
|
|
3672
3956
|
"compatibility": {
|
|
3673
|
-
"nuxt": "^2.0.0",
|
|
3957
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3674
3958
|
"requires": {}
|
|
3675
3959
|
}
|
|
3676
3960
|
},
|
|
3677
3961
|
{
|
|
3678
3962
|
"name": "supabase",
|
|
3679
|
-
"description": "
|
|
3680
|
-
"repo": "
|
|
3681
|
-
"npm": "
|
|
3963
|
+
"description": "First class integration with Supabase",
|
|
3964
|
+
"repo": "nuxt-community/supabase-module",
|
|
3965
|
+
"npm": "@nuxtjs/supabase",
|
|
3682
3966
|
"icon": "supabase.png",
|
|
3683
|
-
"github": "https://github.com/
|
|
3684
|
-
"website": "https://
|
|
3685
|
-
"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",
|
|
3686
3970
|
"category": "Database",
|
|
3687
|
-
"type": "
|
|
3971
|
+
"type": "community",
|
|
3688
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
|
+
},
|
|
3689
3983
|
{
|
|
3690
3984
|
"name": "Scott Robertson",
|
|
3691
3985
|
"github": "scottrobertson",
|
|
@@ -3693,7 +3987,7 @@
|
|
|
3693
3987
|
}
|
|
3694
3988
|
],
|
|
3695
3989
|
"compatibility": {
|
|
3696
|
-
"nuxt": "^2.0.0",
|
|
3990
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3697
3991
|
"requires": {}
|
|
3698
3992
|
}
|
|
3699
3993
|
},
|
|
@@ -3879,6 +4173,39 @@
|
|
|
3879
4173
|
}
|
|
3880
4174
|
}
|
|
3881
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
|
+
},
|
|
3882
4209
|
{
|
|
3883
4210
|
"name": "typed-router",
|
|
3884
4211
|
"description": "Provide autocompletion for pages route names generated by Nuxt router",
|
|
@@ -3897,15 +4224,15 @@
|
|
|
3897
4224
|
}
|
|
3898
4225
|
],
|
|
3899
4226
|
"compatibility": {
|
|
3900
|
-
"nuxt": "^2.0.0",
|
|
4227
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3901
4228
|
"requires": {}
|
|
3902
4229
|
}
|
|
3903
4230
|
},
|
|
3904
4231
|
{
|
|
3905
4232
|
"name": "typed-vuex",
|
|
3906
4233
|
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
3907
|
-
"repo": "danielroe/typed-vuex",
|
|
3908
|
-
"npm": "",
|
|
4234
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
4235
|
+
"npm": "nuxt-typed-vuex",
|
|
3909
4236
|
"icon": "vue.png",
|
|
3910
4237
|
"github": "https://github.com/danielroe/typed-vuex",
|
|
3911
4238
|
"website": "https://github.com/danielroe/typed-vuex",
|
|
@@ -3990,6 +4317,30 @@
|
|
|
3990
4317
|
"requires": {}
|
|
3991
4318
|
}
|
|
3992
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
|
+
},
|
|
3993
4344
|
{
|
|
3994
4345
|
"name": "universal-storage",
|
|
3995
4346
|
"description": "Universal Storage Utilities for Nuxt.js",
|
|
@@ -4018,6 +4369,32 @@
|
|
|
4018
4369
|
"requires": {}
|
|
4019
4370
|
}
|
|
4020
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
|
+
},
|
|
4021
4398
|
{
|
|
4022
4399
|
"name": "unocss",
|
|
4023
4400
|
"description": "The instant on-demand atomic CSS engine.",
|
|
@@ -4200,6 +4577,28 @@
|
|
|
4200
4577
|
"requires": {}
|
|
4201
4578
|
}
|
|
4202
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
|
+
},
|
|
4203
4602
|
{
|
|
4204
4603
|
"name": "vuetify",
|
|
4205
4604
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -4230,8 +4629,8 @@
|
|
|
4230
4629
|
{
|
|
4231
4630
|
"name": "vueuse",
|
|
4232
4631
|
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4233
|
-
"repo": "vueuse/vueuse#main/packages/
|
|
4234
|
-
"npm": "@vueuse/
|
|
4632
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
4633
|
+
"npm": "@vueuse/nuxt",
|
|
4235
4634
|
"icon": "vueuse.svg",
|
|
4236
4635
|
"github": "https://github.com/vueuse/vueuse",
|
|
4237
4636
|
"website": "https://vueuse.org",
|
|
@@ -4302,8 +4701,10 @@
|
|
|
4302
4701
|
}
|
|
4303
4702
|
],
|
|
4304
4703
|
"compatibility": {
|
|
4305
|
-
"nuxt": "^2.0.0",
|
|
4306
|
-
"requires": {
|
|
4704
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4705
|
+
"requires": {
|
|
4706
|
+
"bridge": "optional"
|
|
4707
|
+
}
|
|
4307
4708
|
}
|
|
4308
4709
|
},
|
|
4309
4710
|
{
|
|
@@ -4539,6 +4940,28 @@
|
|
|
4539
4940
|
"requires": {}
|
|
4540
4941
|
}
|
|
4541
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
|
+
},
|
|
4542
4965
|
{
|
|
4543
4966
|
"name": "xui",
|
|
4544
4967
|
"description": "Light module to help design websites with Nuxt.",
|