@nuxt/modules 0.5.0-2e32be → 0.5.0-321c15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/modules.json +496 -60
- 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,28 @@
|
|
|
1651
1756
|
"requires": {}
|
|
1652
1757
|
}
|
|
1653
1758
|
},
|
|
1759
|
+
{
|
|
1760
|
+
"name": "icons",
|
|
1761
|
+
"description": "Use your own automatically imported SVG icons.",
|
|
1762
|
+
"repo": "gitfoxcode/nuxt-icons",
|
|
1763
|
+
"npm": "nuxt-icons",
|
|
1764
|
+
"icon": "icons.png",
|
|
1765
|
+
"github": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1766
|
+
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1767
|
+
"learn_more": "",
|
|
1768
|
+
"category": "UI",
|
|
1769
|
+
"type": "3rd-party",
|
|
1770
|
+
"maintainers": [
|
|
1771
|
+
{
|
|
1772
|
+
"name": "Sebastian Wludzik",
|
|
1773
|
+
"github": "gitfoxcode"
|
|
1774
|
+
}
|
|
1775
|
+
],
|
|
1776
|
+
"compatibility": {
|
|
1777
|
+
"nuxt": "^3.0.0",
|
|
1778
|
+
"requires": {}
|
|
1779
|
+
}
|
|
1780
|
+
},
|
|
1654
1781
|
{
|
|
1655
1782
|
"name": "image-loader",
|
|
1656
1783
|
"description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
|
|
@@ -1735,7 +1862,7 @@
|
|
|
1735
1862
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1736
1863
|
"repo": "inkline/nuxt-module-inkline",
|
|
1737
1864
|
"npm": "@inkline/nuxt",
|
|
1738
|
-
"icon": "inkline.
|
|
1865
|
+
"icon": "inkline.svg",
|
|
1739
1866
|
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1740
1867
|
"website": "https://inkline.io",
|
|
1741
1868
|
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
@@ -1777,6 +1904,29 @@
|
|
|
1777
1904
|
"requires": {}
|
|
1778
1905
|
}
|
|
1779
1906
|
},
|
|
1907
|
+
{
|
|
1908
|
+
"name": "ionic",
|
|
1909
|
+
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
1910
|
+
"repo": "danielroe/nuxt-ionic",
|
|
1911
|
+
"npm": "nuxt-ionic",
|
|
1912
|
+
"icon": "ionic.svg",
|
|
1913
|
+
"github": "https://github.com/danielroe/nuxt-ionic",
|
|
1914
|
+
"website": "https://ionic.roe.dev",
|
|
1915
|
+
"learn_more": "https://ionicframework.com",
|
|
1916
|
+
"category": "Libraries",
|
|
1917
|
+
"type": "3rd-party",
|
|
1918
|
+
"maintainers": [
|
|
1919
|
+
{
|
|
1920
|
+
"name": "Daniel Roe",
|
|
1921
|
+
"github": "danielroe",
|
|
1922
|
+
"twitter": "danielcroe"
|
|
1923
|
+
}
|
|
1924
|
+
],
|
|
1925
|
+
"compatibility": {
|
|
1926
|
+
"nuxt": "^3.0.0",
|
|
1927
|
+
"requires": {}
|
|
1928
|
+
}
|
|
1929
|
+
},
|
|
1780
1930
|
{
|
|
1781
1931
|
"name": "jsonapi",
|
|
1782
1932
|
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
@@ -1821,6 +1971,30 @@
|
|
|
1821
1971
|
"requires": {}
|
|
1822
1972
|
}
|
|
1823
1973
|
},
|
|
1974
|
+
{
|
|
1975
|
+
"name": "kql",
|
|
1976
|
+
"description": "Nuxt 3 module for Kirby's Query Language API",
|
|
1977
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
1978
|
+
"npm": "nuxt-kql",
|
|
1979
|
+
"icon": "kql.svg",
|
|
1980
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
1981
|
+
"website": "https://nuxt-kql.jhnn.dev",
|
|
1982
|
+
"learn_more": "",
|
|
1983
|
+
"category": "CMS",
|
|
1984
|
+
"type": "3rd-party",
|
|
1985
|
+
"maintainers": [
|
|
1986
|
+
{
|
|
1987
|
+
"name": "Johann Schopplich",
|
|
1988
|
+
"github": "johannschopplich",
|
|
1989
|
+
"twitter": "jschopplich",
|
|
1990
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1991
|
+
}
|
|
1992
|
+
],
|
|
1993
|
+
"compatibility": {
|
|
1994
|
+
"nuxt": "^3.0.0",
|
|
1995
|
+
"requires": {}
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1824
1998
|
{
|
|
1825
1999
|
"name": "laravel-echo",
|
|
1826
2000
|
"description": "Laravel Echo for Nuxt.js",
|
|
@@ -2026,6 +2200,29 @@
|
|
|
2026
2200
|
"requires": {}
|
|
2027
2201
|
}
|
|
2028
2202
|
},
|
|
2203
|
+
{
|
|
2204
|
+
"name": "magic-regexp",
|
|
2205
|
+
"description": "A compiled-away, type-safe, readable RegExp alternative",
|
|
2206
|
+
"repo": "danielroe/magic-regexp",
|
|
2207
|
+
"npm": "magic-regexp",
|
|
2208
|
+
"icon": "magic-regexp.svg",
|
|
2209
|
+
"github": "https://github.com/danielroe/magic-regexp",
|
|
2210
|
+
"website": "https://magic-regexp.roe.dev",
|
|
2211
|
+
"learn_more": "https://magic-regexp.roe.dev",
|
|
2212
|
+
"category": "Libraries",
|
|
2213
|
+
"type": "3rd-party",
|
|
2214
|
+
"maintainers": [
|
|
2215
|
+
{
|
|
2216
|
+
"name": "Daniel Roe",
|
|
2217
|
+
"github": "danielroe",
|
|
2218
|
+
"twitter": "danielcroe"
|
|
2219
|
+
}
|
|
2220
|
+
],
|
|
2221
|
+
"compatibility": {
|
|
2222
|
+
"nuxt": "^3.0.0",
|
|
2223
|
+
"requires": {}
|
|
2224
|
+
}
|
|
2225
|
+
},
|
|
2029
2226
|
{
|
|
2030
2227
|
"name": "markdownit",
|
|
2031
2228
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
@@ -2094,6 +2291,31 @@
|
|
|
2094
2291
|
"requires": {}
|
|
2095
2292
|
}
|
|
2096
2293
|
},
|
|
2294
|
+
{
|
|
2295
|
+
"name": "meilisearch",
|
|
2296
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2297
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2298
|
+
"npm": "nuxt-meilisearch",
|
|
2299
|
+
"icon": "meilisearch.svg",
|
|
2300
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2301
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2302
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2303
|
+
"category": "Libraries",
|
|
2304
|
+
"type": "3rd-party",
|
|
2305
|
+
"maintainers": [
|
|
2306
|
+
{
|
|
2307
|
+
"name": "Alex Duval",
|
|
2308
|
+
"github": "xlanex6",
|
|
2309
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
2310
|
+
}
|
|
2311
|
+
],
|
|
2312
|
+
"compatibility": {
|
|
2313
|
+
"nuxt": "^3.0.0",
|
|
2314
|
+
"requires": {
|
|
2315
|
+
"bridge": false
|
|
2316
|
+
}
|
|
2317
|
+
}
|
|
2318
|
+
},
|
|
2097
2319
|
{
|
|
2098
2320
|
"name": "memwatch",
|
|
2099
2321
|
"description": "Quickly watch real-time memory stats of your nuxt app",
|
|
@@ -2419,6 +2641,50 @@
|
|
|
2419
2641
|
"requires": {}
|
|
2420
2642
|
}
|
|
2421
2643
|
},
|
|
2644
|
+
{
|
|
2645
|
+
"name": "nuxt-svgo",
|
|
2646
|
+
"description": "Nuxt module to load optimized SVG files as Vue components",
|
|
2647
|
+
"repo": "cpsoinos/nuxt-svgo",
|
|
2648
|
+
"npm": "nuxt-svgo",
|
|
2649
|
+
"icon": "",
|
|
2650
|
+
"github": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2651
|
+
"website": "https://github.com/cpsoinos/nuxt-svgo",
|
|
2652
|
+
"learn_more": "",
|
|
2653
|
+
"category": "Images",
|
|
2654
|
+
"type": "3rd-party",
|
|
2655
|
+
"maintainers": [
|
|
2656
|
+
{
|
|
2657
|
+
"name": "cpsoinos",
|
|
2658
|
+
"github": "cpsoinos"
|
|
2659
|
+
}
|
|
2660
|
+
],
|
|
2661
|
+
"compatibility": {
|
|
2662
|
+
"nuxt": "^3.0.0",
|
|
2663
|
+
"requires": {}
|
|
2664
|
+
}
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"name": "nuxt-unleash",
|
|
2668
|
+
"description": "Nuxt.js module to use Unleash toggle feature services",
|
|
2669
|
+
"repo": "conejerock/nuxt-unleash",
|
|
2670
|
+
"npm": "nuxt-unleash",
|
|
2671
|
+
"icon": "nuxt-unleash.svg",
|
|
2672
|
+
"github": "https://github.com/conejerock/nuxt-unleash",
|
|
2673
|
+
"website": "https://github.com/conejerock/nuxt-unleash",
|
|
2674
|
+
"learn_more": "https://github.com/Unleash/unleash",
|
|
2675
|
+
"category": "Deployment",
|
|
2676
|
+
"type": "3rd-party",
|
|
2677
|
+
"maintainers": [
|
|
2678
|
+
{
|
|
2679
|
+
"name": "Juanjo Conejerock",
|
|
2680
|
+
"github": "conejerock"
|
|
2681
|
+
}
|
|
2682
|
+
],
|
|
2683
|
+
"compatibility": {
|
|
2684
|
+
"nuxt": "^2.0.0",
|
|
2685
|
+
"requires": {}
|
|
2686
|
+
}
|
|
2687
|
+
},
|
|
2422
2688
|
{
|
|
2423
2689
|
"name": "nuxt-use-motion",
|
|
2424
2690
|
"description": "A Nuxt module putting your components in motion",
|
|
@@ -2601,11 +2867,11 @@
|
|
|
2601
2867
|
{
|
|
2602
2868
|
"name": "partytown",
|
|
2603
2869
|
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2604
|
-
"repo": "nuxt-
|
|
2870
|
+
"repo": "nuxt-modules/partytown",
|
|
2605
2871
|
"npm": "@nuxtjs/partytown",
|
|
2606
2872
|
"icon": "partytown.svg",
|
|
2607
|
-
"github": "https://github.com/nuxt-
|
|
2608
|
-
"website": "https://github.com/nuxt-
|
|
2873
|
+
"github": "https://github.com/nuxt-modules/partytown",
|
|
2874
|
+
"website": "https://github.com/nuxt-modules/partytown",
|
|
2609
2875
|
"learn_more": "https://partytown.builder.io/",
|
|
2610
2876
|
"category": "Performance",
|
|
2611
2877
|
"type": "community",
|
|
@@ -2688,8 +2954,10 @@
|
|
|
2688
2954
|
}
|
|
2689
2955
|
],
|
|
2690
2956
|
"compatibility": {
|
|
2691
|
-
"nuxt": "^2.0.0",
|
|
2692
|
-
"requires": {
|
|
2957
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2958
|
+
"requires": {
|
|
2959
|
+
"bridge": "optional"
|
|
2960
|
+
}
|
|
2693
2961
|
}
|
|
2694
2962
|
},
|
|
2695
2963
|
{
|
|
@@ -3042,7 +3310,7 @@
|
|
|
3042
3310
|
},
|
|
3043
3311
|
{
|
|
3044
3312
|
"name": "sanity",
|
|
3045
|
-
"description": "Access text, images, and other media with Nuxt
|
|
3313
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
3046
3314
|
"repo": "nuxt-community/sanity-module#main",
|
|
3047
3315
|
"npm": "@nuxtjs/sanity",
|
|
3048
3316
|
"icon": "sanity.png",
|
|
@@ -3059,7 +3327,33 @@
|
|
|
3059
3327
|
}
|
|
3060
3328
|
],
|
|
3061
3329
|
"compatibility": {
|
|
3062
|
-
"nuxt": "^2.0.0",
|
|
3330
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3331
|
+
"requires": {
|
|
3332
|
+
"bridge": "optional"
|
|
3333
|
+
}
|
|
3334
|
+
}
|
|
3335
|
+
},
|
|
3336
|
+
{
|
|
3337
|
+
"name": "schema-org",
|
|
3338
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3339
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3340
|
+
"npm": "nuxt-schema-org",
|
|
3341
|
+
"icon": "schema-org.svg",
|
|
3342
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3343
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3344
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3345
|
+
"category": "SEO",
|
|
3346
|
+
"type": "3rd-party",
|
|
3347
|
+
"maintainers": [
|
|
3348
|
+
{
|
|
3349
|
+
"name": "Harlan Wilton",
|
|
3350
|
+
"github": "harlan-zw",
|
|
3351
|
+
"twitter": "harlan_zw",
|
|
3352
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3353
|
+
}
|
|
3354
|
+
],
|
|
3355
|
+
"compatibility": {
|
|
3356
|
+
"nuxt": "^3.0.0",
|
|
3063
3357
|
"requires": {}
|
|
3064
3358
|
}
|
|
3065
3359
|
},
|
|
@@ -3132,7 +3426,7 @@
|
|
|
3132
3426
|
{
|
|
3133
3427
|
"name": "seo-meta",
|
|
3134
3428
|
"description": "Simple generate seo metadata",
|
|
3135
|
-
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3429
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3136
3430
|
"npm": "nuxt-seo-meta",
|
|
3137
3431
|
"icon": "",
|
|
3138
3432
|
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
@@ -3530,7 +3824,9 @@
|
|
|
3530
3824
|
],
|
|
3531
3825
|
"compatibility": {
|
|
3532
3826
|
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3533
|
-
"requires": {
|
|
3827
|
+
"requires": {
|
|
3828
|
+
"bridge": true
|
|
3829
|
+
}
|
|
3534
3830
|
}
|
|
3535
3831
|
},
|
|
3536
3832
|
{
|
|
@@ -3602,13 +3898,13 @@
|
|
|
3602
3898
|
},
|
|
3603
3899
|
{
|
|
3604
3900
|
"name": "stylify",
|
|
3605
|
-
"description": "Stylify
|
|
3606
|
-
"repo": "stylify/packages#master/packages/nuxt
|
|
3607
|
-
"npm": "@stylify/nuxt
|
|
3901
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3902
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
3903
|
+
"npm": "@stylify/nuxt",
|
|
3608
3904
|
"icon": "stylify.svg",
|
|
3609
|
-
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt
|
|
3610
|
-
"website": "https://
|
|
3611
|
-
"learn_more": "https://
|
|
3905
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
3906
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
3907
|
+
"learn_more": "https://stylifycss.com",
|
|
3612
3908
|
"category": "UI",
|
|
3613
3909
|
"type": "3rd-party",
|
|
3614
3910
|
"maintainers": [
|
|
@@ -3619,22 +3915,32 @@
|
|
|
3619
3915
|
}
|
|
3620
3916
|
],
|
|
3621
3917
|
"compatibility": {
|
|
3622
|
-
"nuxt": "^2.0.0",
|
|
3918
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3623
3919
|
"requires": {}
|
|
3624
3920
|
}
|
|
3625
3921
|
},
|
|
3626
3922
|
{
|
|
3627
3923
|
"name": "supabase",
|
|
3628
|
-
"description": "
|
|
3629
|
-
"repo": "
|
|
3630
|
-
"npm": "
|
|
3924
|
+
"description": "First class integration with Supabase",
|
|
3925
|
+
"repo": "nuxt-community/supabase-module",
|
|
3926
|
+
"npm": "@nuxtjs/supabase",
|
|
3631
3927
|
"icon": "supabase.png",
|
|
3632
|
-
"github": "https://github.com/
|
|
3633
|
-
"website": "https://
|
|
3634
|
-
"learn_more": "https://supabase.
|
|
3928
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
3929
|
+
"website": "https://supabase.nuxtjs.org",
|
|
3930
|
+
"learn_more": "https://supabase.com",
|
|
3635
3931
|
"category": "Database",
|
|
3636
|
-
"type": "
|
|
3932
|
+
"type": "community",
|
|
3637
3933
|
"maintainers": [
|
|
3934
|
+
{
|
|
3935
|
+
"name": "Baptiste Leproux",
|
|
3936
|
+
"github": "larbish",
|
|
3937
|
+
"twitter": "baptistelprx"
|
|
3938
|
+
},
|
|
3939
|
+
{
|
|
3940
|
+
"name": "Sebastien Chopin",
|
|
3941
|
+
"github": "Atinux",
|
|
3942
|
+
"twitter": "Atinux"
|
|
3943
|
+
},
|
|
3638
3944
|
{
|
|
3639
3945
|
"name": "Scott Robertson",
|
|
3640
3946
|
"github": "scottrobertson",
|
|
@@ -3642,7 +3948,7 @@
|
|
|
3642
3948
|
}
|
|
3643
3949
|
],
|
|
3644
3950
|
"compatibility": {
|
|
3645
|
-
"nuxt": "^2.0.0",
|
|
3951
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3646
3952
|
"requires": {}
|
|
3647
3953
|
}
|
|
3648
3954
|
},
|
|
@@ -3828,6 +4134,39 @@
|
|
|
3828
4134
|
}
|
|
3829
4135
|
}
|
|
3830
4136
|
},
|
|
4137
|
+
{
|
|
4138
|
+
"name": "twicpics",
|
|
4139
|
+
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
4140
|
+
"repo": "TwicPics/components",
|
|
4141
|
+
"npm": "@twicpics/components",
|
|
4142
|
+
"icon": "twicpics.svg",
|
|
4143
|
+
"github": "https://github.com/TwicPics/components",
|
|
4144
|
+
"website": "https://www.twicpics.com/docs/components/nuxt-3",
|
|
4145
|
+
"learn_more": "https://www.twicpics.com",
|
|
4146
|
+
"category": "Images",
|
|
4147
|
+
"type": "3rd-party",
|
|
4148
|
+
"maintainers": [
|
|
4149
|
+
{
|
|
4150
|
+
"name": "Florent Bourgeois",
|
|
4151
|
+
"github": "florentb",
|
|
4152
|
+
"twitter": "florent_b"
|
|
4153
|
+
},
|
|
4154
|
+
{
|
|
4155
|
+
"name": "Julian Aubourg",
|
|
4156
|
+
"github": "jaubourg",
|
|
4157
|
+
"twitter": "jaubourg"
|
|
4158
|
+
},
|
|
4159
|
+
{
|
|
4160
|
+
"name": "Miguel Beignon",
|
|
4161
|
+
"github": "mbgspcii",
|
|
4162
|
+
"twitter": "m_beignon"
|
|
4163
|
+
}
|
|
4164
|
+
],
|
|
4165
|
+
"compatibility": {
|
|
4166
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4167
|
+
"requires": {}
|
|
4168
|
+
}
|
|
4169
|
+
},
|
|
3831
4170
|
{
|
|
3832
4171
|
"name": "typed-router",
|
|
3833
4172
|
"description": "Provide autocompletion for pages route names generated by Nuxt router",
|
|
@@ -3846,10 +4185,35 @@
|
|
|
3846
4185
|
}
|
|
3847
4186
|
],
|
|
3848
4187
|
"compatibility": {
|
|
3849
|
-
"nuxt": "^2.0.0",
|
|
4188
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3850
4189
|
"requires": {}
|
|
3851
4190
|
}
|
|
3852
4191
|
},
|
|
4192
|
+
{
|
|
4193
|
+
"name": "typed-vuex",
|
|
4194
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
4195
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
4196
|
+
"npm": "nuxt-typed-vuex",
|
|
4197
|
+
"icon": "vue.png",
|
|
4198
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
4199
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
4200
|
+
"learn_more": "",
|
|
4201
|
+
"category": "Libraries",
|
|
4202
|
+
"type": "3rd-party",
|
|
4203
|
+
"maintainers": [
|
|
4204
|
+
{
|
|
4205
|
+
"name": "Daniel Roe",
|
|
4206
|
+
"github": "danielroe",
|
|
4207
|
+
"twitter": "danielcroe"
|
|
4208
|
+
}
|
|
4209
|
+
],
|
|
4210
|
+
"compatibility": {
|
|
4211
|
+
"nuxt": "^2.0.0",
|
|
4212
|
+
"requires": {
|
|
4213
|
+
"bridge": "optional"
|
|
4214
|
+
}
|
|
4215
|
+
}
|
|
4216
|
+
},
|
|
3853
4217
|
{
|
|
3854
4218
|
"name": "typescript-runtime",
|
|
3855
4219
|
"description": "TypeScript Runtime support for Nuxt",
|
|
@@ -3942,6 +4306,32 @@
|
|
|
3942
4306
|
"requires": {}
|
|
3943
4307
|
}
|
|
3944
4308
|
},
|
|
4309
|
+
{
|
|
4310
|
+
"name": "unlighthouse",
|
|
4311
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4312
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4313
|
+
"npm": "@unlighthouse/nuxt",
|
|
4314
|
+
"icon": "unlighthouse.svg",
|
|
4315
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4316
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4317
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4318
|
+
"category": "Devtools",
|
|
4319
|
+
"type": "3rd-party",
|
|
4320
|
+
"maintainers": [
|
|
4321
|
+
{
|
|
4322
|
+
"name": "Harlan Wilton",
|
|
4323
|
+
"github": "harlan-zw",
|
|
4324
|
+
"twitter": "harlan_zw",
|
|
4325
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4326
|
+
}
|
|
4327
|
+
],
|
|
4328
|
+
"compatibility": {
|
|
4329
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4330
|
+
"requires": {
|
|
4331
|
+
"bridge": "optional"
|
|
4332
|
+
}
|
|
4333
|
+
}
|
|
4334
|
+
},
|
|
3945
4335
|
{
|
|
3946
4336
|
"name": "unocss",
|
|
3947
4337
|
"description": "The instant on-demand atomic CSS engine.",
|
|
@@ -4124,6 +4514,28 @@
|
|
|
4124
4514
|
"requires": {}
|
|
4125
4515
|
}
|
|
4126
4516
|
},
|
|
4517
|
+
{
|
|
4518
|
+
"name": "vuestic",
|
|
4519
|
+
"description": "Vuestic UI module for Nuxt 3",
|
|
4520
|
+
"repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
|
|
4521
|
+
"npm": "@vuestic/nuxt",
|
|
4522
|
+
"icon": "",
|
|
4523
|
+
"github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
|
|
4524
|
+
"website": "https://vuestic.dev",
|
|
4525
|
+
"learn_more": "https://vuestic.dev/en/getting-started/nuxt",
|
|
4526
|
+
"category": "UI",
|
|
4527
|
+
"type": "3rd-party",
|
|
4528
|
+
"maintainers": [
|
|
4529
|
+
{
|
|
4530
|
+
"name": "epicmaxco",
|
|
4531
|
+
"github": "epicmaxco"
|
|
4532
|
+
}
|
|
4533
|
+
],
|
|
4534
|
+
"compatibility": {
|
|
4535
|
+
"nuxt": "^3.0.0",
|
|
4536
|
+
"requires": {}
|
|
4537
|
+
}
|
|
4538
|
+
},
|
|
4127
4539
|
{
|
|
4128
4540
|
"name": "vuetify",
|
|
4129
4541
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -4154,8 +4566,8 @@
|
|
|
4154
4566
|
{
|
|
4155
4567
|
"name": "vueuse",
|
|
4156
4568
|
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4157
|
-
"repo": "vueuse/vueuse#main/packages/
|
|
4158
|
-
"npm": "@vueuse/
|
|
4569
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
4570
|
+
"npm": "@vueuse/nuxt",
|
|
4159
4571
|
"icon": "vueuse.svg",
|
|
4160
4572
|
"github": "https://github.com/vueuse/vueuse",
|
|
4161
4573
|
"website": "https://vueuse.org",
|
|
@@ -4226,26 +4638,28 @@
|
|
|
4226
4638
|
}
|
|
4227
4639
|
],
|
|
4228
4640
|
"compatibility": {
|
|
4229
|
-
"nuxt": "^2.0.0",
|
|
4230
|
-
"requires": {
|
|
4641
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4642
|
+
"requires": {
|
|
4643
|
+
"bridge": "optional"
|
|
4644
|
+
}
|
|
4231
4645
|
}
|
|
4232
4646
|
},
|
|
4233
4647
|
{
|
|
4234
4648
|
"name": "web3js",
|
|
4235
|
-
"description": "Web3.js module integration for Nuxt.js
|
|
4236
|
-
"repo": "
|
|
4649
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4650
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4237
4651
|
"npm": "nuxt-web3",
|
|
4238
4652
|
"icon": "web3js.svg",
|
|
4239
|
-
"github": "https://github.com/
|
|
4240
|
-
"website": "https://github.com/
|
|
4653
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4654
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4241
4655
|
"learn_more": "https://web3js.readthedocs.io/",
|
|
4242
4656
|
"category": "Libraries",
|
|
4243
4657
|
"type": "3rd-party",
|
|
4244
4658
|
"maintainers": [
|
|
4245
4659
|
{
|
|
4246
4660
|
"name": "Muhammad Fauzan",
|
|
4247
|
-
"github": "
|
|
4248
|
-
"twitter": "
|
|
4661
|
+
"github": "bl0cknumber",
|
|
4662
|
+
"twitter": "fncolon"
|
|
4249
4663
|
}
|
|
4250
4664
|
],
|
|
4251
4665
|
"compatibility": {
|
|
@@ -4463,6 +4877,28 @@
|
|
|
4463
4877
|
"requires": {}
|
|
4464
4878
|
}
|
|
4465
4879
|
},
|
|
4880
|
+
{
|
|
4881
|
+
"name": "xstate",
|
|
4882
|
+
"description": "XState integration for Nuxt",
|
|
4883
|
+
"repo": "Lexpeartha/nuxt-xstate",
|
|
4884
|
+
"npm": "nuxt-xstate",
|
|
4885
|
+
"icon": "",
|
|
4886
|
+
"github": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4887
|
+
"website": "https://github.com/Lexpeartha/nuxt-xstate",
|
|
4888
|
+
"learn_more": "",
|
|
4889
|
+
"category": "Extensions",
|
|
4890
|
+
"type": "3rd-party",
|
|
4891
|
+
"maintainers": [
|
|
4892
|
+
{
|
|
4893
|
+
"name": "Lexpeartha",
|
|
4894
|
+
"github": "Lexpeartha"
|
|
4895
|
+
}
|
|
4896
|
+
],
|
|
4897
|
+
"compatibility": {
|
|
4898
|
+
"nuxt": "^3.0.0",
|
|
4899
|
+
"requires": {}
|
|
4900
|
+
}
|
|
4901
|
+
},
|
|
4466
4902
|
{
|
|
4467
4903
|
"name": "xui",
|
|
4468
4904
|
"description": "Light module to help design websites with Nuxt.",
|