@nuxt/modules 0.5.0-773f02 → 0.5.0-806589
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 +531 -90
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -26,29 +26,6 @@
|
|
|
26
26
|
"requires": {}
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
|
-
{
|
|
30
|
-
"name": "adyen",
|
|
31
|
-
"description": "Adyen Payment Module for Nuxt.js",
|
|
32
|
-
"repo": "baroshem/nuxt-adyen-module",
|
|
33
|
-
"npm": "nuxt-adyen-module",
|
|
34
|
-
"icon": "adyen.svg",
|
|
35
|
-
"github": "https://github.com/baroshem/nuxt-adyen-module",
|
|
36
|
-
"website": "https://www.npmjs.com/package/nuxt-adyen-module",
|
|
37
|
-
"learn_more": "https://www.npmjs.com/package/nuxt-adyen-module",
|
|
38
|
-
"category": "Payment",
|
|
39
|
-
"type": "3rd-party",
|
|
40
|
-
"maintainers": [
|
|
41
|
-
{
|
|
42
|
-
"name": "Jakub Andrzejewski",
|
|
43
|
-
"github": "Baroshem",
|
|
44
|
-
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
45
|
-
}
|
|
46
|
-
],
|
|
47
|
-
"compatibility": {
|
|
48
|
-
"nuxt": "^2.0.0",
|
|
49
|
-
"requires": {}
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
29
|
{
|
|
53
30
|
"name": "agility-cms",
|
|
54
31
|
"description": "Agility CMS Integration for Nuxt.js",
|
|
@@ -72,6 +49,36 @@
|
|
|
72
49
|
"requires": {}
|
|
73
50
|
}
|
|
74
51
|
},
|
|
52
|
+
{
|
|
53
|
+
"name": "algolia",
|
|
54
|
+
"description": "Algolia Search Module for Nuxt 3",
|
|
55
|
+
"repo": "nuxt-community/algolia-module",
|
|
56
|
+
"npm": "@nuxtjs/algolia",
|
|
57
|
+
"icon": "algolia.svg",
|
|
58
|
+
"github": "https://github.com/nuxt-community/algolia-module",
|
|
59
|
+
"website": "https://algolia.nuxtjs.org/",
|
|
60
|
+
"learn_more": "https://algolia.nuxtjs.org/",
|
|
61
|
+
"category": "Libraries",
|
|
62
|
+
"type": "community",
|
|
63
|
+
"maintainers": [
|
|
64
|
+
{
|
|
65
|
+
"name": "Jakub Andrzejewski",
|
|
66
|
+
"github": "Baroshem",
|
|
67
|
+
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "Yasser Lahbibi",
|
|
71
|
+
"github": "yassilah",
|
|
72
|
+
"avatar": "https://avatars.githubusercontent.com/u/13403295?v=4"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"compatibility": {
|
|
76
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
77
|
+
"requires": {
|
|
78
|
+
"bridge": true
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
75
82
|
{
|
|
76
83
|
"name": "alias",
|
|
77
84
|
"description": "It automatically creates an alias for the components and page of the path",
|
|
@@ -305,29 +312,6 @@
|
|
|
305
312
|
"requires": {}
|
|
306
313
|
}
|
|
307
314
|
},
|
|
308
|
-
{
|
|
309
|
-
"name": "bigcommerce",
|
|
310
|
-
"description": "Easy BigCommerce integration for Nuxt.js",
|
|
311
|
-
"repo": "baroshem/nuxt-bigcommerce",
|
|
312
|
-
"npm": "nuxt-bigcommerce",
|
|
313
|
-
"icon": "bigcommerce.svg",
|
|
314
|
-
"github": "https://github.com/baroshem/nuxt-bigcommerce",
|
|
315
|
-
"website": "https://nuxt-bigcommerce.vercel.app/",
|
|
316
|
-
"learn_more": "https://www.npmjs.com/package/nuxt-bigcommerce",
|
|
317
|
-
"category": "Ecommerce",
|
|
318
|
-
"type": "3rd-party",
|
|
319
|
-
"maintainers": [
|
|
320
|
-
{
|
|
321
|
-
"name": "Jakub Andrzejewski",
|
|
322
|
-
"github": "Baroshem",
|
|
323
|
-
"avatar": "https://avatars2.githubusercontent.com/u/37120330?v=4?s=80"
|
|
324
|
-
}
|
|
325
|
-
],
|
|
326
|
-
"compatibility": {
|
|
327
|
-
"nuxt": "^2.0.0",
|
|
328
|
-
"requires": {}
|
|
329
|
-
}
|
|
330
|
-
},
|
|
331
315
|
{
|
|
332
316
|
"name": "bootstrap",
|
|
333
317
|
"description": "Add Bootstrap to your Nuxt app in seconds.",
|
|
@@ -407,7 +391,7 @@
|
|
|
407
391
|
},
|
|
408
392
|
{
|
|
409
393
|
"name": "bugsnag",
|
|
410
|
-
"description": "Bugsnag
|
|
394
|
+
"description": "Bugsnag integration for nuxt.js. Makes it easy to add bugsnag to your Project. Supports uploading source maps.",
|
|
411
395
|
"repo": "JulianMar/nuxt-bugsnag",
|
|
412
396
|
"npm": "nuxt-bugsnag",
|
|
413
397
|
"icon": "bugsnag.png",
|
|
@@ -419,12 +403,15 @@
|
|
|
419
403
|
"maintainers": [
|
|
420
404
|
{
|
|
421
405
|
"name": "JulianMar",
|
|
422
|
-
"github": "JulianMar"
|
|
406
|
+
"github": "JulianMar",
|
|
407
|
+
"twitter": "julian_martin96"
|
|
423
408
|
}
|
|
424
409
|
],
|
|
425
410
|
"compatibility": {
|
|
426
|
-
"nuxt": "^2.0.0",
|
|
427
|
-
"requires": {
|
|
411
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
412
|
+
"requires": {
|
|
413
|
+
"bridge": true
|
|
414
|
+
}
|
|
428
415
|
}
|
|
429
416
|
},
|
|
430
417
|
{
|
|
@@ -473,7 +460,7 @@
|
|
|
473
460
|
},
|
|
474
461
|
{
|
|
475
462
|
"name": "canvas-sketch",
|
|
476
|
-
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in
|
|
463
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
477
464
|
"repo": "LuXDAmore/generative-art",
|
|
478
465
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
479
466
|
"icon": "",
|
|
@@ -624,7 +611,7 @@
|
|
|
624
611
|
}
|
|
625
612
|
],
|
|
626
613
|
"compatibility": {
|
|
627
|
-
"nuxt": "^2.0.0",
|
|
614
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
628
615
|
"requires": {
|
|
629
616
|
"bridge": "optional"
|
|
630
617
|
}
|
|
@@ -678,10 +665,10 @@
|
|
|
678
665
|
},
|
|
679
666
|
{
|
|
680
667
|
"name": "content",
|
|
681
|
-
"description": "
|
|
682
|
-
"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",
|
|
683
670
|
"npm": "@nuxt/content",
|
|
684
|
-
"icon": "
|
|
671
|
+
"icon": "nuxt.png",
|
|
685
672
|
"github": "https://github.com/nuxt/content",
|
|
686
673
|
"website": "https://content.nuxtjs.org",
|
|
687
674
|
"learn_more": "",
|
|
@@ -689,9 +676,14 @@
|
|
|
689
676
|
"type": "official",
|
|
690
677
|
"maintainers": [
|
|
691
678
|
{
|
|
692
|
-
"name": "
|
|
693
|
-
"github": "
|
|
694
|
-
"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"
|
|
695
687
|
},
|
|
696
688
|
{
|
|
697
689
|
"name": "Sebastien Chopin",
|
|
@@ -700,7 +692,7 @@
|
|
|
700
692
|
}
|
|
701
693
|
],
|
|
702
694
|
"compatibility": {
|
|
703
|
-
"nuxt": "^2.0.0",
|
|
695
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
704
696
|
"requires": {}
|
|
705
697
|
}
|
|
706
698
|
},
|
|
@@ -796,6 +788,28 @@
|
|
|
796
788
|
"requires": {}
|
|
797
789
|
}
|
|
798
790
|
},
|
|
791
|
+
{
|
|
792
|
+
"name": "datocms",
|
|
793
|
+
"description": "DatoCMS integration for Nuxt.js",
|
|
794
|
+
"repo": "voorhoede/nuxt-datocms-module",
|
|
795
|
+
"npm": "@voorhoede/nuxt-datocms-module",
|
|
796
|
+
"icon": "datocms.png",
|
|
797
|
+
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
798
|
+
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
799
|
+
"learn_more": "https://www.datocms.com/",
|
|
800
|
+
"category": "CMS",
|
|
801
|
+
"type": "3rd-party",
|
|
802
|
+
"maintainers": [
|
|
803
|
+
{
|
|
804
|
+
"name": "Frankwarnaar",
|
|
805
|
+
"github": "Frankwarnaar"
|
|
806
|
+
}
|
|
807
|
+
],
|
|
808
|
+
"compatibility": {
|
|
809
|
+
"nuxt": "^2.0.0",
|
|
810
|
+
"requires": {}
|
|
811
|
+
}
|
|
812
|
+
},
|
|
799
813
|
{
|
|
800
814
|
"name": "dayjs",
|
|
801
815
|
"description": "The best way for use Day.js easily in your Nuxt.js project.",
|
|
@@ -819,6 +833,29 @@
|
|
|
819
833
|
"requires": {}
|
|
820
834
|
}
|
|
821
835
|
},
|
|
836
|
+
{
|
|
837
|
+
"name": "delay-hydration",
|
|
838
|
+
"description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
|
|
839
|
+
"repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
|
|
840
|
+
"npm": "nuxt-delay-hydration",
|
|
841
|
+
"icon": "lighthouse.svg",
|
|
842
|
+
"github": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
843
|
+
"website": "https://github.com/harlan-zw/nuxt-delay-hydration",
|
|
844
|
+
"learn_more": "",
|
|
845
|
+
"category": "Performance",
|
|
846
|
+
"type": "3rd-party",
|
|
847
|
+
"maintainers": [
|
|
848
|
+
{
|
|
849
|
+
"name": "Harlan Wilton",
|
|
850
|
+
"github": "harlan-zw",
|
|
851
|
+
"twitter": "harlan_zw"
|
|
852
|
+
}
|
|
853
|
+
],
|
|
854
|
+
"compatibility": {
|
|
855
|
+
"nuxt": "^2.0.0",
|
|
856
|
+
"requires": {}
|
|
857
|
+
}
|
|
858
|
+
},
|
|
822
859
|
{
|
|
823
860
|
"name": "device",
|
|
824
861
|
"description": "Device detection module for Nuxt.js",
|
|
@@ -841,6 +878,31 @@
|
|
|
841
878
|
"requires": {}
|
|
842
879
|
}
|
|
843
880
|
},
|
|
881
|
+
{
|
|
882
|
+
"name": "directus",
|
|
883
|
+
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
884
|
+
"repo": "intevel/nuxt-directus",
|
|
885
|
+
"npm": "nuxt-directus",
|
|
886
|
+
"icon": "directus.svg",
|
|
887
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
888
|
+
"website": "https://nuxt-directus.netlify.app/",
|
|
889
|
+
"learn_more": "https://nuxt-directus.netlify.app/",
|
|
890
|
+
"category": "CMS",
|
|
891
|
+
"type": "3rd-party",
|
|
892
|
+
"maintainers": [
|
|
893
|
+
{
|
|
894
|
+
"name": "Conner Bachmann",
|
|
895
|
+
"github": "intevel",
|
|
896
|
+
"avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
|
|
897
|
+
}
|
|
898
|
+
],
|
|
899
|
+
"compatibility": {
|
|
900
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
901
|
+
"requires": {
|
|
902
|
+
"bridge": true
|
|
903
|
+
}
|
|
904
|
+
}
|
|
905
|
+
},
|
|
844
906
|
{
|
|
845
907
|
"name": "dotenv",
|
|
846
908
|
"description": "A Nuxt.js module that loads your .env file into your context options",
|
|
@@ -1031,7 +1093,7 @@
|
|
|
1031
1093
|
},
|
|
1032
1094
|
{
|
|
1033
1095
|
"name": "feed",
|
|
1034
|
-
"description": "Feed module enables everyone to have RSS, Atom and
|
|
1096
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
1035
1097
|
"repo": "nuxt-community/feed-module",
|
|
1036
1098
|
"npm": "@nuxtjs/feed",
|
|
1037
1099
|
"icon": "",
|
|
@@ -1055,7 +1117,7 @@
|
|
|
1055
1117
|
{
|
|
1056
1118
|
"name": "firebase",
|
|
1057
1119
|
"description": "Integrate Firebase into your Nuxt project.",
|
|
1058
|
-
"repo": "nuxt-community/firebase-module",
|
|
1120
|
+
"repo": "nuxt-community/firebase-module#master/packages/firebase-module",
|
|
1059
1121
|
"npm": "@nuxtjs/firebase",
|
|
1060
1122
|
"icon": "firebase.png",
|
|
1061
1123
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
@@ -1162,6 +1224,34 @@
|
|
|
1162
1224
|
"requires": {}
|
|
1163
1225
|
}
|
|
1164
1226
|
},
|
|
1227
|
+
{
|
|
1228
|
+
"name": "formkit",
|
|
1229
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1230
|
+
"repo": "formkit/formkit#master/packages/nuxt",
|
|
1231
|
+
"npm": "@formkit/nuxt",
|
|
1232
|
+
"icon": "formkit.png",
|
|
1233
|
+
"github": "https://github.com/formkit/formkit",
|
|
1234
|
+
"website": "https://formkit.com",
|
|
1235
|
+
"learn_more": "https://formkit.com/essentials/installation#with-nuxt",
|
|
1236
|
+
"category": "Libraries",
|
|
1237
|
+
"type": "3rd-party",
|
|
1238
|
+
"maintainers": [
|
|
1239
|
+
{
|
|
1240
|
+
"name": "Justin Schroeder",
|
|
1241
|
+
"github": "justin-schroeder",
|
|
1242
|
+
"twitter": "jpschroeder"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"name": "Andrew Boyd",
|
|
1246
|
+
"github": "andrew-boyd",
|
|
1247
|
+
"twitter": "0xBOYD"
|
|
1248
|
+
}
|
|
1249
|
+
],
|
|
1250
|
+
"compatibility": {
|
|
1251
|
+
"nuxt": "^3.0.0",
|
|
1252
|
+
"requires": {}
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1165
1255
|
{
|
|
1166
1256
|
"name": "fullpage",
|
|
1167
1257
|
"description": "Nuxt module for fullpage-vue plugin",
|
|
@@ -1341,6 +1431,28 @@
|
|
|
1341
1431
|
"requires": {}
|
|
1342
1432
|
}
|
|
1343
1433
|
},
|
|
1434
|
+
{
|
|
1435
|
+
"name": "graphql-client",
|
|
1436
|
+
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
1437
|
+
"repo": "diizzayy/nuxt-graphql-client",
|
|
1438
|
+
"npm": "",
|
|
1439
|
+
"icon": "graphql-client.svg",
|
|
1440
|
+
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1441
|
+
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1442
|
+
"learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
|
|
1443
|
+
"category": "Request",
|
|
1444
|
+
"type": "3rd-party",
|
|
1445
|
+
"maintainers": [
|
|
1446
|
+
{
|
|
1447
|
+
"name": "Diizzayy",
|
|
1448
|
+
"github": "diizzayy"
|
|
1449
|
+
}
|
|
1450
|
+
],
|
|
1451
|
+
"compatibility": {
|
|
1452
|
+
"nuxt": "^3.0.0",
|
|
1453
|
+
"requires": {}
|
|
1454
|
+
}
|
|
1455
|
+
},
|
|
1344
1456
|
{
|
|
1345
1457
|
"name": "graphql-request",
|
|
1346
1458
|
"description": "Easy Minimal GraphQL client integration with Nuxt.js",
|
|
@@ -1408,6 +1520,29 @@
|
|
|
1408
1520
|
"requires": {}
|
|
1409
1521
|
}
|
|
1410
1522
|
},
|
|
1523
|
+
{
|
|
1524
|
+
"name": "harlem",
|
|
1525
|
+
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1526
|
+
"repo": "nuxt-community/harlem-module",
|
|
1527
|
+
"npm": "@nuxtjs/harlem",
|
|
1528
|
+
"icon": "harlem.svg",
|
|
1529
|
+
"github": "https://github.com/nuxt-community/harlem-module",
|
|
1530
|
+
"website": "https://github.com/nuxt-community/harlem-module",
|
|
1531
|
+
"learn_more": "https://harlemjs.com/",
|
|
1532
|
+
"category": "Extensions",
|
|
1533
|
+
"type": "community",
|
|
1534
|
+
"maintainers": [
|
|
1535
|
+
{
|
|
1536
|
+
"name": "Daniel Roe",
|
|
1537
|
+
"github": "danielroe",
|
|
1538
|
+
"twitter": "danielcroe"
|
|
1539
|
+
}
|
|
1540
|
+
],
|
|
1541
|
+
"compatibility": {
|
|
1542
|
+
"nuxt": "^3.0.0",
|
|
1543
|
+
"requires": {}
|
|
1544
|
+
}
|
|
1545
|
+
},
|
|
1411
1546
|
{
|
|
1412
1547
|
"name": "headway",
|
|
1413
1548
|
"description": "Headway changelog widget for Nuxt",
|
|
@@ -1619,6 +1754,28 @@
|
|
|
1619
1754
|
"requires": {}
|
|
1620
1755
|
}
|
|
1621
1756
|
},
|
|
1757
|
+
{
|
|
1758
|
+
"name": "icons",
|
|
1759
|
+
"description": "Use your own automatically imported SVG icons.",
|
|
1760
|
+
"repo": "gitfoxcode/nuxt-icons",
|
|
1761
|
+
"npm": "nuxt-icons",
|
|
1762
|
+
"icon": "icons.png",
|
|
1763
|
+
"github": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1764
|
+
"website": "https://github.com/gitFoxCode/nuxt-icons",
|
|
1765
|
+
"learn_more": "",
|
|
1766
|
+
"category": "UI",
|
|
1767
|
+
"type": "3rd-party",
|
|
1768
|
+
"maintainers": [
|
|
1769
|
+
{
|
|
1770
|
+
"name": "Sebastian Wludzik",
|
|
1771
|
+
"github": "gitfoxcode"
|
|
1772
|
+
}
|
|
1773
|
+
],
|
|
1774
|
+
"compatibility": {
|
|
1775
|
+
"nuxt": "^3.0.0",
|
|
1776
|
+
"requires": {}
|
|
1777
|
+
}
|
|
1778
|
+
},
|
|
1622
1779
|
{
|
|
1623
1780
|
"name": "image-loader",
|
|
1624
1781
|
"description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
|
|
@@ -1698,6 +1855,31 @@
|
|
|
1698
1855
|
"requires": {}
|
|
1699
1856
|
}
|
|
1700
1857
|
},
|
|
1858
|
+
{
|
|
1859
|
+
"name": "inkline",
|
|
1860
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1861
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
1862
|
+
"npm": "@inkline/nuxt",
|
|
1863
|
+
"icon": "inkline.svg",
|
|
1864
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1865
|
+
"website": "https://inkline.io",
|
|
1866
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
1867
|
+
"category": "UI",
|
|
1868
|
+
"type": "3rd-party",
|
|
1869
|
+
"maintainers": [
|
|
1870
|
+
{
|
|
1871
|
+
"name": "Alex Grozav",
|
|
1872
|
+
"github": "alexgrozav",
|
|
1873
|
+
"twitter": "alexgrozav"
|
|
1874
|
+
}
|
|
1875
|
+
],
|
|
1876
|
+
"compatibility": {
|
|
1877
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1878
|
+
"requires": {
|
|
1879
|
+
"bridge": true
|
|
1880
|
+
}
|
|
1881
|
+
}
|
|
1882
|
+
},
|
|
1701
1883
|
{
|
|
1702
1884
|
"name": "intercom",
|
|
1703
1885
|
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
|
|
@@ -1720,6 +1902,29 @@
|
|
|
1720
1902
|
"requires": {}
|
|
1721
1903
|
}
|
|
1722
1904
|
},
|
|
1905
|
+
{
|
|
1906
|
+
"name": "ionic",
|
|
1907
|
+
"description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
|
|
1908
|
+
"repo": "danielroe/nuxt-ionic",
|
|
1909
|
+
"npm": "nuxt-ionic",
|
|
1910
|
+
"icon": "ionic.svg",
|
|
1911
|
+
"github": "https://github.com/danielroe/nuxt-ionic",
|
|
1912
|
+
"website": "https://ionic.roe.dev",
|
|
1913
|
+
"learn_more": "https://ionicframework.com",
|
|
1914
|
+
"category": "Libraries",
|
|
1915
|
+
"type": "3rd-party",
|
|
1916
|
+
"maintainers": [
|
|
1917
|
+
{
|
|
1918
|
+
"name": "Daniel Roe",
|
|
1919
|
+
"github": "danielroe",
|
|
1920
|
+
"twitter": "danielcroe"
|
|
1921
|
+
}
|
|
1922
|
+
],
|
|
1923
|
+
"compatibility": {
|
|
1924
|
+
"nuxt": "^3.0.0",
|
|
1925
|
+
"requires": {}
|
|
1926
|
+
}
|
|
1927
|
+
},
|
|
1723
1928
|
{
|
|
1724
1929
|
"name": "jsonapi",
|
|
1725
1930
|
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
@@ -1764,6 +1969,30 @@
|
|
|
1764
1969
|
"requires": {}
|
|
1765
1970
|
}
|
|
1766
1971
|
},
|
|
1972
|
+
{
|
|
1973
|
+
"name": "kql",
|
|
1974
|
+
"description": "Nuxt 3 module for Kirby's Query Language API",
|
|
1975
|
+
"repo": "johannschopplich/nuxt-kql",
|
|
1976
|
+
"npm": "nuxt-kql",
|
|
1977
|
+
"icon": "kql.svg",
|
|
1978
|
+
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
1979
|
+
"website": "https://nuxt-kql.jhnn.dev",
|
|
1980
|
+
"learn_more": "",
|
|
1981
|
+
"category": "CMS",
|
|
1982
|
+
"type": "3rd-party",
|
|
1983
|
+
"maintainers": [
|
|
1984
|
+
{
|
|
1985
|
+
"name": "Johann Schopplich",
|
|
1986
|
+
"github": "johannschopplich",
|
|
1987
|
+
"twitter": "jschopplich",
|
|
1988
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1989
|
+
}
|
|
1990
|
+
],
|
|
1991
|
+
"compatibility": {
|
|
1992
|
+
"nuxt": "^3.0.0",
|
|
1993
|
+
"requires": {}
|
|
1994
|
+
}
|
|
1995
|
+
},
|
|
1767
1996
|
{
|
|
1768
1997
|
"name": "laravel-echo",
|
|
1769
1998
|
"description": "Laravel Echo for Nuxt.js",
|
|
@@ -1902,6 +2131,28 @@
|
|
|
1902
2131
|
"requires": {}
|
|
1903
2132
|
}
|
|
1904
2133
|
},
|
|
2134
|
+
{
|
|
2135
|
+
"name": "lodash",
|
|
2136
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
2137
|
+
"repo": "cipami/nuxt-lodash",
|
|
2138
|
+
"npm": "nuxt-lodash",
|
|
2139
|
+
"icon": "lodash.svg",
|
|
2140
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
2141
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
2142
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
2143
|
+
"category": "Libraries",
|
|
2144
|
+
"type": "3rd-party",
|
|
2145
|
+
"maintainers": [
|
|
2146
|
+
{
|
|
2147
|
+
"name": "Michal Čípa",
|
|
2148
|
+
"github": "cipami"
|
|
2149
|
+
}
|
|
2150
|
+
],
|
|
2151
|
+
"compatibility": {
|
|
2152
|
+
"nuxt": "^3.0.0",
|
|
2153
|
+
"requires": {}
|
|
2154
|
+
}
|
|
2155
|
+
},
|
|
1905
2156
|
{
|
|
1906
2157
|
"name": "logrocket",
|
|
1907
2158
|
"description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
|
|
@@ -2015,6 +2266,31 @@
|
|
|
2015
2266
|
"requires": {}
|
|
2016
2267
|
}
|
|
2017
2268
|
},
|
|
2269
|
+
{
|
|
2270
|
+
"name": "meilisearch",
|
|
2271
|
+
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
2272
|
+
"repo": "xlanex6/nuxt-meilisearch",
|
|
2273
|
+
"npm": "nuxt-meilisearch",
|
|
2274
|
+
"icon": "meilisearch.svg",
|
|
2275
|
+
"github": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2276
|
+
"website": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2277
|
+
"learn_more": "https://github.com/xlanex6/nuxt-meilisearch",
|
|
2278
|
+
"category": "Libraries",
|
|
2279
|
+
"type": "3rd-party",
|
|
2280
|
+
"maintainers": [
|
|
2281
|
+
{
|
|
2282
|
+
"name": "Alex Duval",
|
|
2283
|
+
"github": "xlanex6",
|
|
2284
|
+
"avatar": "https://avatars.githubusercontent.com/u/13418668?v=4"
|
|
2285
|
+
}
|
|
2286
|
+
],
|
|
2287
|
+
"compatibility": {
|
|
2288
|
+
"nuxt": "^3.0.0",
|
|
2289
|
+
"requires": {
|
|
2290
|
+
"bridge": false
|
|
2291
|
+
}
|
|
2292
|
+
}
|
|
2293
|
+
},
|
|
2018
2294
|
{
|
|
2019
2295
|
"name": "memwatch",
|
|
2020
2296
|
"description": "Quickly watch real-time memory stats of your nuxt app",
|
|
@@ -2271,6 +2547,28 @@
|
|
|
2271
2547
|
}
|
|
2272
2548
|
}
|
|
2273
2549
|
},
|
|
2550
|
+
{
|
|
2551
|
+
"name": "nuxt-pino-log",
|
|
2552
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2553
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2554
|
+
"npm": "nuxt-pino-log",
|
|
2555
|
+
"icon": "",
|
|
2556
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2557
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2558
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2559
|
+
"category": "Monitoring",
|
|
2560
|
+
"type": "3rd-party",
|
|
2561
|
+
"maintainers": [
|
|
2562
|
+
{
|
|
2563
|
+
"name": "kpn",
|
|
2564
|
+
"github": "kpn"
|
|
2565
|
+
}
|
|
2566
|
+
],
|
|
2567
|
+
"compatibility": {
|
|
2568
|
+
"nuxt": "^2.0.0",
|
|
2569
|
+
"requires": {}
|
|
2570
|
+
}
|
|
2571
|
+
},
|
|
2274
2572
|
{
|
|
2275
2573
|
"name": "nuxt-png-to-ico",
|
|
2276
2574
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -2497,6 +2795,31 @@
|
|
|
2497
2795
|
"requires": {}
|
|
2498
2796
|
}
|
|
2499
2797
|
},
|
|
2798
|
+
{
|
|
2799
|
+
"name": "partytown",
|
|
2800
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2801
|
+
"repo": "nuxt-community/partytown-module",
|
|
2802
|
+
"npm": "@nuxtjs/partytown",
|
|
2803
|
+
"icon": "partytown.svg",
|
|
2804
|
+
"github": "https://github.com/nuxt-community/partytown-module",
|
|
2805
|
+
"website": "https://github.com/nuxt-community/partytown-module",
|
|
2806
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2807
|
+
"category": "Performance",
|
|
2808
|
+
"type": "community",
|
|
2809
|
+
"maintainers": [
|
|
2810
|
+
{
|
|
2811
|
+
"name": "Daniel Roe",
|
|
2812
|
+
"github": "danielroe",
|
|
2813
|
+
"twitter": "danielcroe"
|
|
2814
|
+
}
|
|
2815
|
+
],
|
|
2816
|
+
"compatibility": {
|
|
2817
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2818
|
+
"requires": {
|
|
2819
|
+
"bridge": true
|
|
2820
|
+
}
|
|
2821
|
+
}
|
|
2822
|
+
},
|
|
2500
2823
|
{
|
|
2501
2824
|
"name": "persian-datepicker",
|
|
2502
2825
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -2562,8 +2885,10 @@
|
|
|
2562
2885
|
}
|
|
2563
2886
|
],
|
|
2564
2887
|
"compatibility": {
|
|
2565
|
-
"nuxt": "^2.0.0",
|
|
2566
|
-
"requires": {
|
|
2888
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2889
|
+
"requires": {
|
|
2890
|
+
"bridge": "optional"
|
|
2891
|
+
}
|
|
2567
2892
|
}
|
|
2568
2893
|
},
|
|
2569
2894
|
{
|
|
@@ -2616,7 +2941,7 @@
|
|
|
2616
2941
|
}
|
|
2617
2942
|
],
|
|
2618
2943
|
"compatibility": {
|
|
2619
|
-
"nuxt": "^2.0.0",
|
|
2944
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2620
2945
|
"requires": {}
|
|
2621
2946
|
}
|
|
2622
2947
|
},
|
|
@@ -2916,7 +3241,7 @@
|
|
|
2916
3241
|
},
|
|
2917
3242
|
{
|
|
2918
3243
|
"name": "sanity",
|
|
2919
|
-
"description": "Access text, images, and other media with Nuxt
|
|
3244
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
2920
3245
|
"repo": "nuxt-community/sanity-module#main",
|
|
2921
3246
|
"npm": "@nuxtjs/sanity",
|
|
2922
3247
|
"icon": "sanity.png",
|
|
@@ -2933,7 +3258,33 @@
|
|
|
2933
3258
|
}
|
|
2934
3259
|
],
|
|
2935
3260
|
"compatibility": {
|
|
2936
|
-
"nuxt": "^2.0.0",
|
|
3261
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3262
|
+
"requires": {
|
|
3263
|
+
"bridge": "optional"
|
|
3264
|
+
}
|
|
3265
|
+
}
|
|
3266
|
+
},
|
|
3267
|
+
{
|
|
3268
|
+
"name": "schema-org",
|
|
3269
|
+
"description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
|
|
3270
|
+
"repo": "vueuse/schema-org#main/packages/nuxt",
|
|
3271
|
+
"npm": "nuxt-schema-org",
|
|
3272
|
+
"icon": "schema-org.svg",
|
|
3273
|
+
"github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3274
|
+
"website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
|
|
3275
|
+
"learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
|
|
3276
|
+
"category": "SEO",
|
|
3277
|
+
"type": "3rd-party",
|
|
3278
|
+
"maintainers": [
|
|
3279
|
+
{
|
|
3280
|
+
"name": "Harlan Wilton",
|
|
3281
|
+
"github": "harlan-zw",
|
|
3282
|
+
"twitter": "harlan_zw",
|
|
3283
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
3284
|
+
}
|
|
3285
|
+
],
|
|
3286
|
+
"compatibility": {
|
|
3287
|
+
"nuxt": "^3.0.0",
|
|
2937
3288
|
"requires": {}
|
|
2938
3289
|
}
|
|
2939
3290
|
},
|
|
@@ -3006,7 +3357,7 @@
|
|
|
3006
3357
|
{
|
|
3007
3358
|
"name": "seo-meta",
|
|
3008
3359
|
"description": "Simple generate seo metadata",
|
|
3009
|
-
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3360
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3010
3361
|
"npm": "nuxt-seo-meta",
|
|
3011
3362
|
"icon": "",
|
|
3012
3363
|
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
@@ -3345,7 +3696,7 @@
|
|
|
3345
3696
|
}
|
|
3346
3697
|
],
|
|
3347
3698
|
"compatibility": {
|
|
3348
|
-
"nuxt": "^2.0.0",
|
|
3699
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3349
3700
|
"requires": {}
|
|
3350
3701
|
}
|
|
3351
3702
|
},
|
|
@@ -3374,7 +3725,9 @@
|
|
|
3374
3725
|
],
|
|
3375
3726
|
"compatibility": {
|
|
3376
3727
|
"nuxt": "^2.0.0",
|
|
3377
|
-
"requires": {
|
|
3728
|
+
"requires": {
|
|
3729
|
+
"bridge": "optional"
|
|
3730
|
+
}
|
|
3378
3731
|
}
|
|
3379
3732
|
},
|
|
3380
3733
|
{
|
|
@@ -3401,8 +3754,10 @@
|
|
|
3401
3754
|
}
|
|
3402
3755
|
],
|
|
3403
3756
|
"compatibility": {
|
|
3404
|
-
"nuxt": "^2.0.0",
|
|
3405
|
-
"requires": {
|
|
3757
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3758
|
+
"requires": {
|
|
3759
|
+
"bridge": true
|
|
3760
|
+
}
|
|
3406
3761
|
}
|
|
3407
3762
|
},
|
|
3408
3763
|
{
|
|
@@ -3472,18 +3827,51 @@
|
|
|
3472
3827
|
"requires": {}
|
|
3473
3828
|
}
|
|
3474
3829
|
},
|
|
3830
|
+
{
|
|
3831
|
+
"name": "stylify",
|
|
3832
|
+
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3833
|
+
"repo": "stylify/packages#master/packages/nuxt",
|
|
3834
|
+
"npm": "@stylify/nuxt",
|
|
3835
|
+
"icon": "stylify.svg",
|
|
3836
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
3837
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
3838
|
+
"learn_more": "https://stylifycss.com",
|
|
3839
|
+
"category": "UI",
|
|
3840
|
+
"type": "3rd-party",
|
|
3841
|
+
"maintainers": [
|
|
3842
|
+
{
|
|
3843
|
+
"name": "Vladimír Macháček",
|
|
3844
|
+
"github": "Machy8",
|
|
3845
|
+
"twitter": "8machy"
|
|
3846
|
+
}
|
|
3847
|
+
],
|
|
3848
|
+
"compatibility": {
|
|
3849
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3850
|
+
"requires": {}
|
|
3851
|
+
}
|
|
3852
|
+
},
|
|
3475
3853
|
{
|
|
3476
3854
|
"name": "supabase",
|
|
3477
|
-
"description": "
|
|
3478
|
-
"repo": "
|
|
3479
|
-
"npm": "
|
|
3855
|
+
"description": "First class integration with Supabase",
|
|
3856
|
+
"repo": "nuxt-community/supabase-module",
|
|
3857
|
+
"npm": "@nuxtjs/supabase",
|
|
3480
3858
|
"icon": "supabase.png",
|
|
3481
|
-
"github": "https://github.com/
|
|
3482
|
-
"website": "https://
|
|
3483
|
-
"learn_more": "https://supabase.
|
|
3859
|
+
"github": "https://github.com/nuxt-community/supabase-module",
|
|
3860
|
+
"website": "https://supabase.nuxtjs.org",
|
|
3861
|
+
"learn_more": "https://supabase.com",
|
|
3484
3862
|
"category": "Database",
|
|
3485
|
-
"type": "
|
|
3863
|
+
"type": "community",
|
|
3486
3864
|
"maintainers": [
|
|
3865
|
+
{
|
|
3866
|
+
"name": "Baptiste Leproux",
|
|
3867
|
+
"github": "larbish",
|
|
3868
|
+
"twitter": "baptistelprx"
|
|
3869
|
+
},
|
|
3870
|
+
{
|
|
3871
|
+
"name": "Sebastien Chopin",
|
|
3872
|
+
"github": "Atinux",
|
|
3873
|
+
"twitter": "Atinux"
|
|
3874
|
+
},
|
|
3487
3875
|
{
|
|
3488
3876
|
"name": "Scott Robertson",
|
|
3489
3877
|
"github": "scottrobertson",
|
|
@@ -3491,7 +3879,7 @@
|
|
|
3491
3879
|
}
|
|
3492
3880
|
],
|
|
3493
3881
|
"compatibility": {
|
|
3494
|
-
"nuxt": "^2.0.0",
|
|
3882
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3495
3883
|
"requires": {}
|
|
3496
3884
|
}
|
|
3497
3885
|
},
|
|
@@ -3603,7 +3991,7 @@
|
|
|
3603
3991
|
}
|
|
3604
3992
|
],
|
|
3605
3993
|
"compatibility": {
|
|
3606
|
-
"nuxt": "^2.0.0",
|
|
3994
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3607
3995
|
"requires": {}
|
|
3608
3996
|
}
|
|
3609
3997
|
},
|
|
@@ -3672,7 +4060,9 @@
|
|
|
3672
4060
|
],
|
|
3673
4061
|
"compatibility": {
|
|
3674
4062
|
"nuxt": "^2.0.0",
|
|
3675
|
-
"requires": {
|
|
4063
|
+
"requires": {
|
|
4064
|
+
"bridge": "optional"
|
|
4065
|
+
}
|
|
3676
4066
|
}
|
|
3677
4067
|
},
|
|
3678
4068
|
{
|
|
@@ -3693,10 +4083,35 @@
|
|
|
3693
4083
|
}
|
|
3694
4084
|
],
|
|
3695
4085
|
"compatibility": {
|
|
3696
|
-
"nuxt": "^2.0.0",
|
|
4086
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3697
4087
|
"requires": {}
|
|
3698
4088
|
}
|
|
3699
4089
|
},
|
|
4090
|
+
{
|
|
4091
|
+
"name": "typed-vuex",
|
|
4092
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
4093
|
+
"repo": "danielroe/typed-vuex#main/packages/nuxt-typed-vuex",
|
|
4094
|
+
"npm": "nuxt-typed-vuex",
|
|
4095
|
+
"icon": "vue.png",
|
|
4096
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
4097
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
4098
|
+
"learn_more": "",
|
|
4099
|
+
"category": "Libraries",
|
|
4100
|
+
"type": "3rd-party",
|
|
4101
|
+
"maintainers": [
|
|
4102
|
+
{
|
|
4103
|
+
"name": "Daniel Roe",
|
|
4104
|
+
"github": "danielroe",
|
|
4105
|
+
"twitter": "danielcroe"
|
|
4106
|
+
}
|
|
4107
|
+
],
|
|
4108
|
+
"compatibility": {
|
|
4109
|
+
"nuxt": "^2.0.0",
|
|
4110
|
+
"requires": {
|
|
4111
|
+
"bridge": "optional"
|
|
4112
|
+
}
|
|
4113
|
+
}
|
|
4114
|
+
},
|
|
3700
4115
|
{
|
|
3701
4116
|
"name": "typescript-runtime",
|
|
3702
4117
|
"description": "TypeScript Runtime support for Nuxt",
|
|
@@ -3789,6 +4204,32 @@
|
|
|
3789
4204
|
"requires": {}
|
|
3790
4205
|
}
|
|
3791
4206
|
},
|
|
4207
|
+
{
|
|
4208
|
+
"name": "unlighthouse",
|
|
4209
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4210
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4211
|
+
"npm": "@unlighthouse/nuxt",
|
|
4212
|
+
"icon": "unlighthouse.svg",
|
|
4213
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4214
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4215
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4216
|
+
"category": "Devtools",
|
|
4217
|
+
"type": "3rd-party",
|
|
4218
|
+
"maintainers": [
|
|
4219
|
+
{
|
|
4220
|
+
"name": "Harlan Wilton",
|
|
4221
|
+
"github": "harlan-zw",
|
|
4222
|
+
"twitter": "harlan_zw",
|
|
4223
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4224
|
+
}
|
|
4225
|
+
],
|
|
4226
|
+
"compatibility": {
|
|
4227
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4228
|
+
"requires": {
|
|
4229
|
+
"bridge": "optional"
|
|
4230
|
+
}
|
|
4231
|
+
}
|
|
4232
|
+
},
|
|
3792
4233
|
{
|
|
3793
4234
|
"name": "unocss",
|
|
3794
4235
|
"description": "The instant on-demand atomic CSS engine.",
|
|
@@ -4001,8 +4442,8 @@
|
|
|
4001
4442
|
{
|
|
4002
4443
|
"name": "vueuse",
|
|
4003
4444
|
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4004
|
-
"repo": "vueuse/vueuse#main/packages/
|
|
4005
|
-
"npm": "@vueuse/
|
|
4445
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
4446
|
+
"npm": "@vueuse/nuxt",
|
|
4006
4447
|
"icon": "vueuse.svg",
|
|
4007
4448
|
"github": "https://github.com/vueuse/vueuse",
|
|
4008
4449
|
"website": "https://vueuse.org",
|
|
@@ -4079,20 +4520,20 @@
|
|
|
4079
4520
|
},
|
|
4080
4521
|
{
|
|
4081
4522
|
"name": "web3js",
|
|
4082
|
-
"description": "Web3.js module integration for Nuxt.js
|
|
4083
|
-
"repo": "
|
|
4523
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4524
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4084
4525
|
"npm": "nuxt-web3",
|
|
4085
4526
|
"icon": "web3js.svg",
|
|
4086
|
-
"github": "https://github.com/
|
|
4087
|
-
"website": "https://github.com/
|
|
4527
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4528
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4088
4529
|
"learn_more": "https://web3js.readthedocs.io/",
|
|
4089
4530
|
"category": "Libraries",
|
|
4090
4531
|
"type": "3rd-party",
|
|
4091
4532
|
"maintainers": [
|
|
4092
4533
|
{
|
|
4093
4534
|
"name": "Muhammad Fauzan",
|
|
4094
|
-
"github": "
|
|
4095
|
-
"twitter": "
|
|
4535
|
+
"github": "bl0cknumber",
|
|
4536
|
+
"twitter": "fncolon"
|
|
4096
4537
|
}
|
|
4097
4538
|
],
|
|
4098
4539
|
"compatibility": {
|