@nuxt/modules 0.5.0-773f02 → 0.5.0-78948d
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 +682 -93
- 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",
|
|
@@ -1278,8 +1368,10 @@
|
|
|
1278
1368
|
}
|
|
1279
1369
|
],
|
|
1280
1370
|
"compatibility": {
|
|
1281
|
-
"nuxt": "^2.0.0",
|
|
1282
|
-
"requires": {
|
|
1371
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1372
|
+
"requires": {
|
|
1373
|
+
"bridge": "optional"
|
|
1374
|
+
}
|
|
1283
1375
|
}
|
|
1284
1376
|
},
|
|
1285
1377
|
{
|
|
@@ -1341,6 +1433,28 @@
|
|
|
1341
1433
|
"requires": {}
|
|
1342
1434
|
}
|
|
1343
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
|
+
},
|
|
1344
1458
|
{
|
|
1345
1459
|
"name": "graphql-request",
|
|
1346
1460
|
"description": "Easy Minimal GraphQL client integration with Nuxt.js",
|
|
@@ -1408,6 +1522,29 @@
|
|
|
1408
1522
|
"requires": {}
|
|
1409
1523
|
}
|
|
1410
1524
|
},
|
|
1525
|
+
{
|
|
1526
|
+
"name": "harlem",
|
|
1527
|
+
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1528
|
+
"repo": "nuxt-community/harlem-module",
|
|
1529
|
+
"npm": "@nuxtjs/harlem",
|
|
1530
|
+
"icon": "harlem.svg",
|
|
1531
|
+
"github": "https://github.com/nuxt-community/harlem-module",
|
|
1532
|
+
"website": "https://github.com/nuxt-community/harlem-module",
|
|
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
|
+
},
|
|
1411
1548
|
{
|
|
1412
1549
|
"name": "headway",
|
|
1413
1550
|
"description": "Headway changelog widget for Nuxt",
|
|
@@ -1619,6 +1756,28 @@
|
|
|
1619
1756
|
"requires": {}
|
|
1620
1757
|
}
|
|
1621
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
|
+
},
|
|
1622
1781
|
{
|
|
1623
1782
|
"name": "image-loader",
|
|
1624
1783
|
"description": "An image loader module for nuxt.js that allows you to configure image style derivatives.",
|
|
@@ -1698,6 +1857,31 @@
|
|
|
1698
1857
|
"requires": {}
|
|
1699
1858
|
}
|
|
1700
1859
|
},
|
|
1860
|
+
{
|
|
1861
|
+
"name": "inkline",
|
|
1862
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1863
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
1864
|
+
"npm": "@inkline/nuxt",
|
|
1865
|
+
"icon": "inkline.svg",
|
|
1866
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1867
|
+
"website": "https://inkline.io",
|
|
1868
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
1869
|
+
"category": "UI",
|
|
1870
|
+
"type": "3rd-party",
|
|
1871
|
+
"maintainers": [
|
|
1872
|
+
{
|
|
1873
|
+
"name": "Alex Grozav",
|
|
1874
|
+
"github": "alexgrozav",
|
|
1875
|
+
"twitter": "alexgrozav"
|
|
1876
|
+
}
|
|
1877
|
+
],
|
|
1878
|
+
"compatibility": {
|
|
1879
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1880
|
+
"requires": {
|
|
1881
|
+
"bridge": true
|
|
1882
|
+
}
|
|
1883
|
+
}
|
|
1884
|
+
},
|
|
1701
1885
|
{
|
|
1702
1886
|
"name": "intercom",
|
|
1703
1887
|
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
|
|
@@ -1720,6 +1904,29 @@
|
|
|
1720
1904
|
"requires": {}
|
|
1721
1905
|
}
|
|
1722
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
|
+
},
|
|
1723
1930
|
{
|
|
1724
1931
|
"name": "jsonapi",
|
|
1725
1932
|
"description": "Easy JSON:API client integration for Nuxt.js",
|
|
@@ -1764,6 +1971,30 @@
|
|
|
1764
1971
|
"requires": {}
|
|
1765
1972
|
}
|
|
1766
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
|
+
},
|
|
1767
1998
|
{
|
|
1768
1999
|
"name": "laravel-echo",
|
|
1769
2000
|
"description": "Laravel Echo for Nuxt.js",
|
|
@@ -1902,6 +2133,28 @@
|
|
|
1902
2133
|
"requires": {}
|
|
1903
2134
|
}
|
|
1904
2135
|
},
|
|
2136
|
+
{
|
|
2137
|
+
"name": "lodash",
|
|
2138
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
2139
|
+
"repo": "cipami/nuxt-lodash",
|
|
2140
|
+
"npm": "nuxt-lodash",
|
|
2141
|
+
"icon": "lodash.svg",
|
|
2142
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
2143
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
2144
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
2145
|
+
"category": "Libraries",
|
|
2146
|
+
"type": "3rd-party",
|
|
2147
|
+
"maintainers": [
|
|
2148
|
+
{
|
|
2149
|
+
"name": "Michal Čípa",
|
|
2150
|
+
"github": "cipami"
|
|
2151
|
+
}
|
|
2152
|
+
],
|
|
2153
|
+
"compatibility": {
|
|
2154
|
+
"nuxt": "^3.0.0",
|
|
2155
|
+
"requires": {}
|
|
2156
|
+
}
|
|
2157
|
+
},
|
|
1905
2158
|
{
|
|
1906
2159
|
"name": "logrocket",
|
|
1907
2160
|
"description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
|
|
@@ -1947,6 +2200,29 @@
|
|
|
1947
2200
|
"requires": {}
|
|
1948
2201
|
}
|
|
1949
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
|
+
},
|
|
1950
2226
|
{
|
|
1951
2227
|
"name": "markdownit",
|
|
1952
2228
|
"description": "Use Markdown in your Nuxt application with the markdownit-loader",
|
|
@@ -2015,6 +2291,31 @@
|
|
|
2015
2291
|
"requires": {}
|
|
2016
2292
|
}
|
|
2017
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
|
+
},
|
|
2018
2319
|
{
|
|
2019
2320
|
"name": "memwatch",
|
|
2020
2321
|
"description": "Quickly watch real-time memory stats of your nuxt app",
|
|
@@ -2271,6 +2572,28 @@
|
|
|
2271
2572
|
}
|
|
2272
2573
|
}
|
|
2273
2574
|
},
|
|
2575
|
+
{
|
|
2576
|
+
"name": "nuxt-pino-log",
|
|
2577
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2578
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2579
|
+
"npm": "nuxt-pino-log",
|
|
2580
|
+
"icon": "",
|
|
2581
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2582
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2583
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2584
|
+
"category": "Monitoring",
|
|
2585
|
+
"type": "3rd-party",
|
|
2586
|
+
"maintainers": [
|
|
2587
|
+
{
|
|
2588
|
+
"name": "kpn",
|
|
2589
|
+
"github": "kpn"
|
|
2590
|
+
}
|
|
2591
|
+
],
|
|
2592
|
+
"compatibility": {
|
|
2593
|
+
"nuxt": "^2.0.0",
|
|
2594
|
+
"requires": {}
|
|
2595
|
+
}
|
|
2596
|
+
},
|
|
2274
2597
|
{
|
|
2275
2598
|
"name": "nuxt-png-to-ico",
|
|
2276
2599
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -2318,6 +2641,50 @@
|
|
|
2318
2641
|
"requires": {}
|
|
2319
2642
|
}
|
|
2320
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
|
+
},
|
|
2321
2688
|
{
|
|
2322
2689
|
"name": "nuxt-use-motion",
|
|
2323
2690
|
"description": "A Nuxt module putting your components in motion",
|
|
@@ -2497,6 +2864,31 @@
|
|
|
2497
2864
|
"requires": {}
|
|
2498
2865
|
}
|
|
2499
2866
|
},
|
|
2867
|
+
{
|
|
2868
|
+
"name": "partytown",
|
|
2869
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2870
|
+
"repo": "nuxt-community/partytown-module",
|
|
2871
|
+
"npm": "@nuxtjs/partytown",
|
|
2872
|
+
"icon": "partytown.svg",
|
|
2873
|
+
"github": "https://github.com/nuxt-community/partytown-module",
|
|
2874
|
+
"website": "https://github.com/nuxt-community/partytown-module",
|
|
2875
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2876
|
+
"category": "Performance",
|
|
2877
|
+
"type": "community",
|
|
2878
|
+
"maintainers": [
|
|
2879
|
+
{
|
|
2880
|
+
"name": "Daniel Roe",
|
|
2881
|
+
"github": "danielroe",
|
|
2882
|
+
"twitter": "danielcroe"
|
|
2883
|
+
}
|
|
2884
|
+
],
|
|
2885
|
+
"compatibility": {
|
|
2886
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2887
|
+
"requires": {
|
|
2888
|
+
"bridge": true
|
|
2889
|
+
}
|
|
2890
|
+
}
|
|
2891
|
+
},
|
|
2500
2892
|
{
|
|
2501
2893
|
"name": "persian-datepicker",
|
|
2502
2894
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -2562,8 +2954,10 @@
|
|
|
2562
2954
|
}
|
|
2563
2955
|
],
|
|
2564
2956
|
"compatibility": {
|
|
2565
|
-
"nuxt": "^2.0.0",
|
|
2566
|
-
"requires": {
|
|
2957
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2958
|
+
"requires": {
|
|
2959
|
+
"bridge": "optional"
|
|
2960
|
+
}
|
|
2567
2961
|
}
|
|
2568
2962
|
},
|
|
2569
2963
|
{
|
|
@@ -2616,7 +3010,7 @@
|
|
|
2616
3010
|
}
|
|
2617
3011
|
],
|
|
2618
3012
|
"compatibility": {
|
|
2619
|
-
"nuxt": "^2.0.0",
|
|
3013
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2620
3014
|
"requires": {}
|
|
2621
3015
|
}
|
|
2622
3016
|
},
|
|
@@ -2916,7 +3310,7 @@
|
|
|
2916
3310
|
},
|
|
2917
3311
|
{
|
|
2918
3312
|
"name": "sanity",
|
|
2919
|
-
"description": "Access text, images, and other media with Nuxt
|
|
3313
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
2920
3314
|
"repo": "nuxt-community/sanity-module#main",
|
|
2921
3315
|
"npm": "@nuxtjs/sanity",
|
|
2922
3316
|
"icon": "sanity.png",
|
|
@@ -2933,7 +3327,33 @@
|
|
|
2933
3327
|
}
|
|
2934
3328
|
],
|
|
2935
3329
|
"compatibility": {
|
|
2936
|
-
"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",
|
|
2937
3357
|
"requires": {}
|
|
2938
3358
|
}
|
|
2939
3359
|
},
|
|
@@ -3006,7 +3426,7 @@
|
|
|
3006
3426
|
{
|
|
3007
3427
|
"name": "seo-meta",
|
|
3008
3428
|
"description": "Simple generate seo metadata",
|
|
3009
|
-
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3429
|
+
"repo": "ihavecoke/nuxtjs-seo-meta#main/packages/core",
|
|
3010
3430
|
"npm": "nuxt-seo-meta",
|
|
3011
3431
|
"icon": "",
|
|
3012
3432
|
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
@@ -3345,7 +3765,7 @@
|
|
|
3345
3765
|
}
|
|
3346
3766
|
],
|
|
3347
3767
|
"compatibility": {
|
|
3348
|
-
"nuxt": "^2.0.0",
|
|
3768
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3349
3769
|
"requires": {}
|
|
3350
3770
|
}
|
|
3351
3771
|
},
|
|
@@ -3374,7 +3794,9 @@
|
|
|
3374
3794
|
],
|
|
3375
3795
|
"compatibility": {
|
|
3376
3796
|
"nuxt": "^2.0.0",
|
|
3377
|
-
"requires": {
|
|
3797
|
+
"requires": {
|
|
3798
|
+
"bridge": "optional"
|
|
3799
|
+
}
|
|
3378
3800
|
}
|
|
3379
3801
|
},
|
|
3380
3802
|
{
|
|
@@ -3401,8 +3823,10 @@
|
|
|
3401
3823
|
}
|
|
3402
3824
|
],
|
|
3403
3825
|
"compatibility": {
|
|
3404
|
-
"nuxt": "^2.0.0",
|
|
3405
|
-
"requires": {
|
|
3826
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3827
|
+
"requires": {
|
|
3828
|
+
"bridge": true
|
|
3829
|
+
}
|
|
3406
3830
|
}
|
|
3407
3831
|
},
|
|
3408
3832
|
{
|
|
@@ -3472,18 +3896,51 @@
|
|
|
3472
3896
|
"requires": {}
|
|
3473
3897
|
}
|
|
3474
3898
|
},
|
|
3899
|
+
{
|
|
3900
|
+
"name": "stylify",
|
|
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",
|
|
3904
|
+
"icon": "stylify.svg",
|
|
3905
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
|
|
3906
|
+
"website": "https://stylifycss.com/docs/nuxt",
|
|
3907
|
+
"learn_more": "https://stylifycss.com",
|
|
3908
|
+
"category": "UI",
|
|
3909
|
+
"type": "3rd-party",
|
|
3910
|
+
"maintainers": [
|
|
3911
|
+
{
|
|
3912
|
+
"name": "Vladimír Macháček",
|
|
3913
|
+
"github": "Machy8",
|
|
3914
|
+
"twitter": "8machy"
|
|
3915
|
+
}
|
|
3916
|
+
],
|
|
3917
|
+
"compatibility": {
|
|
3918
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3919
|
+
"requires": {}
|
|
3920
|
+
}
|
|
3921
|
+
},
|
|
3475
3922
|
{
|
|
3476
3923
|
"name": "supabase",
|
|
3477
|
-
"description": "
|
|
3478
|
-
"repo": "
|
|
3479
|
-
"npm": "
|
|
3924
|
+
"description": "First class integration with Supabase",
|
|
3925
|
+
"repo": "nuxt-community/supabase-module",
|
|
3926
|
+
"npm": "@nuxtjs/supabase",
|
|
3480
3927
|
"icon": "supabase.png",
|
|
3481
|
-
"github": "https://github.com/
|
|
3482
|
-
"website": "https://
|
|
3483
|
-
"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",
|
|
3484
3931
|
"category": "Database",
|
|
3485
|
-
"type": "
|
|
3932
|
+
"type": "community",
|
|
3486
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
|
+
},
|
|
3487
3944
|
{
|
|
3488
3945
|
"name": "Scott Robertson",
|
|
3489
3946
|
"github": "scottrobertson",
|
|
@@ -3491,7 +3948,7 @@
|
|
|
3491
3948
|
}
|
|
3492
3949
|
],
|
|
3493
3950
|
"compatibility": {
|
|
3494
|
-
"nuxt": "^2.0.0",
|
|
3951
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3495
3952
|
"requires": {}
|
|
3496
3953
|
}
|
|
3497
3954
|
},
|
|
@@ -3603,7 +4060,7 @@
|
|
|
3603
4060
|
}
|
|
3604
4061
|
],
|
|
3605
4062
|
"compatibility": {
|
|
3606
|
-
"nuxt": "^2.0.0",
|
|
4063
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3607
4064
|
"requires": {}
|
|
3608
4065
|
}
|
|
3609
4066
|
},
|
|
@@ -3672,6 +4129,41 @@
|
|
|
3672
4129
|
],
|
|
3673
4130
|
"compatibility": {
|
|
3674
4131
|
"nuxt": "^2.0.0",
|
|
4132
|
+
"requires": {
|
|
4133
|
+
"bridge": "optional"
|
|
4134
|
+
}
|
|
4135
|
+
}
|
|
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",
|
|
3675
4167
|
"requires": {}
|
|
3676
4168
|
}
|
|
3677
4169
|
},
|
|
@@ -3693,10 +4185,35 @@
|
|
|
3693
4185
|
}
|
|
3694
4186
|
],
|
|
3695
4187
|
"compatibility": {
|
|
3696
|
-
"nuxt": "^2.0.0",
|
|
4188
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3697
4189
|
"requires": {}
|
|
3698
4190
|
}
|
|
3699
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
|
+
},
|
|
3700
4217
|
{
|
|
3701
4218
|
"name": "typescript-runtime",
|
|
3702
4219
|
"description": "TypeScript Runtime support for Nuxt",
|
|
@@ -3789,6 +4306,32 @@
|
|
|
3789
4306
|
"requires": {}
|
|
3790
4307
|
}
|
|
3791
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
|
+
},
|
|
3792
4335
|
{
|
|
3793
4336
|
"name": "unocss",
|
|
3794
4337
|
"description": "The instant on-demand atomic CSS engine.",
|
|
@@ -3971,6 +4514,28 @@
|
|
|
3971
4514
|
"requires": {}
|
|
3972
4515
|
}
|
|
3973
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
|
+
},
|
|
3974
4539
|
{
|
|
3975
4540
|
"name": "vuetify",
|
|
3976
4541
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -4001,8 +4566,8 @@
|
|
|
4001
4566
|
{
|
|
4002
4567
|
"name": "vueuse",
|
|
4003
4568
|
"description": "Collection of essential Vue Composition Utilities for Vue 2 and 3",
|
|
4004
|
-
"repo": "vueuse/vueuse#main/packages/
|
|
4005
|
-
"npm": "@vueuse/
|
|
4569
|
+
"repo": "vueuse/vueuse#main/packages/nuxt",
|
|
4570
|
+
"npm": "@vueuse/nuxt",
|
|
4006
4571
|
"icon": "vueuse.svg",
|
|
4007
4572
|
"github": "https://github.com/vueuse/vueuse",
|
|
4008
4573
|
"website": "https://vueuse.org",
|
|
@@ -4073,26 +4638,28 @@
|
|
|
4073
4638
|
}
|
|
4074
4639
|
],
|
|
4075
4640
|
"compatibility": {
|
|
4076
|
-
"nuxt": "^2.0.0",
|
|
4077
|
-
"requires": {
|
|
4641
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4642
|
+
"requires": {
|
|
4643
|
+
"bridge": "optional"
|
|
4644
|
+
}
|
|
4078
4645
|
}
|
|
4079
4646
|
},
|
|
4080
4647
|
{
|
|
4081
4648
|
"name": "web3js",
|
|
4082
|
-
"description": "Web3.js module integration for Nuxt.js
|
|
4083
|
-
"repo": "
|
|
4649
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4650
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4084
4651
|
"npm": "nuxt-web3",
|
|
4085
4652
|
"icon": "web3js.svg",
|
|
4086
|
-
"github": "https://github.com/
|
|
4087
|
-
"website": "https://github.com/
|
|
4653
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4654
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4088
4655
|
"learn_more": "https://web3js.readthedocs.io/",
|
|
4089
4656
|
"category": "Libraries",
|
|
4090
4657
|
"type": "3rd-party",
|
|
4091
4658
|
"maintainers": [
|
|
4092
4659
|
{
|
|
4093
4660
|
"name": "Muhammad Fauzan",
|
|
4094
|
-
"github": "
|
|
4095
|
-
"twitter": "
|
|
4661
|
+
"github": "bl0cknumber",
|
|
4662
|
+
"twitter": "fncolon"
|
|
4096
4663
|
}
|
|
4097
4664
|
],
|
|
4098
4665
|
"compatibility": {
|
|
@@ -4310,6 +4877,28 @@
|
|
|
4310
4877
|
"requires": {}
|
|
4311
4878
|
}
|
|
4312
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
|
+
},
|
|
4313
4902
|
{
|
|
4314
4903
|
"name": "xui",
|
|
4315
4904
|
"description": "Light module to help design websites with Nuxt.",
|