@nuxt/modules 0.5.0-773f02 → 0.5.0-82f5f1
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 +357 -73
- 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.",
|
|
@@ -473,7 +457,7 @@
|
|
|
473
457
|
},
|
|
474
458
|
{
|
|
475
459
|
"name": "canvas-sketch",
|
|
476
|
-
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in
|
|
460
|
+
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
477
461
|
"repo": "LuXDAmore/generative-art",
|
|
478
462
|
"npm": "@luxdamore/nuxt-canvas-sketch",
|
|
479
463
|
"icon": "",
|
|
@@ -624,7 +608,7 @@
|
|
|
624
608
|
}
|
|
625
609
|
],
|
|
626
610
|
"compatibility": {
|
|
627
|
-
"nuxt": "^2.0.0",
|
|
611
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
628
612
|
"requires": {
|
|
629
613
|
"bridge": "optional"
|
|
630
614
|
}
|
|
@@ -679,7 +663,7 @@
|
|
|
679
663
|
{
|
|
680
664
|
"name": "content",
|
|
681
665
|
"description": "Use markdown, JSON, YAML, XML or CSV in your nuxt application to easily write content fetched using a MongoDB like API.",
|
|
682
|
-
"repo": "nuxt/content#
|
|
666
|
+
"repo": "nuxt/content#main/packages/content",
|
|
683
667
|
"npm": "@nuxt/content",
|
|
684
668
|
"icon": "content.png",
|
|
685
669
|
"github": "https://github.com/nuxt/content",
|
|
@@ -796,6 +780,28 @@
|
|
|
796
780
|
"requires": {}
|
|
797
781
|
}
|
|
798
782
|
},
|
|
783
|
+
{
|
|
784
|
+
"name": "datocms",
|
|
785
|
+
"description": "DatoCMS integration for Nuxt.js",
|
|
786
|
+
"repo": "voorhoede/nuxt-datocms-module",
|
|
787
|
+
"npm": "@voorhoede/nuxt-datocms-module",
|
|
788
|
+
"icon": "datocms.png",
|
|
789
|
+
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
790
|
+
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
791
|
+
"learn_more": "https://www.datocms.com/",
|
|
792
|
+
"category": "CMS",
|
|
793
|
+
"type": "3rd-party",
|
|
794
|
+
"maintainers": [
|
|
795
|
+
{
|
|
796
|
+
"name": "Frankwarnaar",
|
|
797
|
+
"github": "Frankwarnaar"
|
|
798
|
+
}
|
|
799
|
+
],
|
|
800
|
+
"compatibility": {
|
|
801
|
+
"nuxt": "^2.0.0",
|
|
802
|
+
"requires": {}
|
|
803
|
+
}
|
|
804
|
+
},
|
|
799
805
|
{
|
|
800
806
|
"name": "dayjs",
|
|
801
807
|
"description": "The best way for use Day.js easily in your Nuxt.js project.",
|
|
@@ -841,6 +847,31 @@
|
|
|
841
847
|
"requires": {}
|
|
842
848
|
}
|
|
843
849
|
},
|
|
850
|
+
{
|
|
851
|
+
"name": "directus",
|
|
852
|
+
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
853
|
+
"repo": "intevel/nuxt-directus",
|
|
854
|
+
"npm": "nuxt-directus",
|
|
855
|
+
"icon": "directus.svg",
|
|
856
|
+
"github": "https://github.com/intevel/nuxt-directus/",
|
|
857
|
+
"website": "https://nuxt-directus.netlify.app/",
|
|
858
|
+
"learn_more": "https://nuxt-directus.netlify.app/",
|
|
859
|
+
"category": "CMS",
|
|
860
|
+
"type": "3rd-party",
|
|
861
|
+
"maintainers": [
|
|
862
|
+
{
|
|
863
|
+
"name": "Conner Bachmann",
|
|
864
|
+
"github": "intevel",
|
|
865
|
+
"avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
|
|
866
|
+
}
|
|
867
|
+
],
|
|
868
|
+
"compatibility": {
|
|
869
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
870
|
+
"requires": {
|
|
871
|
+
"bridge": true
|
|
872
|
+
}
|
|
873
|
+
}
|
|
874
|
+
},
|
|
844
875
|
{
|
|
845
876
|
"name": "dotenv",
|
|
846
877
|
"description": "A Nuxt.js module that loads your .env file into your context options",
|
|
@@ -1031,7 +1062,7 @@
|
|
|
1031
1062
|
},
|
|
1032
1063
|
{
|
|
1033
1064
|
"name": "feed",
|
|
1034
|
-
"description": "Feed module enables everyone to have RSS, Atom and
|
|
1065
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
1035
1066
|
"repo": "nuxt-community/feed-module",
|
|
1036
1067
|
"npm": "@nuxtjs/feed",
|
|
1037
1068
|
"icon": "",
|
|
@@ -1056,7 +1087,7 @@
|
|
|
1056
1087
|
"name": "firebase",
|
|
1057
1088
|
"description": "Integrate Firebase into your Nuxt project.",
|
|
1058
1089
|
"repo": "nuxt-community/firebase-module",
|
|
1059
|
-
"npm": "@nuxtjs/firebase",
|
|
1090
|
+
"npm": "@nuxtjs/firebase-monorepo",
|
|
1060
1091
|
"icon": "firebase.png",
|
|
1061
1092
|
"github": "https://github.com/nuxt-community/firebase-module",
|
|
1062
1093
|
"website": "https://firebase.nuxtjs.org",
|
|
@@ -1162,6 +1193,34 @@
|
|
|
1162
1193
|
"requires": {}
|
|
1163
1194
|
}
|
|
1164
1195
|
},
|
|
1196
|
+
{
|
|
1197
|
+
"name": "formkit",
|
|
1198
|
+
"description": "Seamless FormKit integration for Nuxt",
|
|
1199
|
+
"repo": "formkit/formkit",
|
|
1200
|
+
"npm": "",
|
|
1201
|
+
"icon": "formkit.png",
|
|
1202
|
+
"github": "https://github.com/formkit/formkit",
|
|
1203
|
+
"website": "https://formkit.com",
|
|
1204
|
+
"learn_more": "https://formkit.com/essentials/installation#with-nuxt",
|
|
1205
|
+
"category": "Libraries",
|
|
1206
|
+
"type": "3rd-party",
|
|
1207
|
+
"maintainers": [
|
|
1208
|
+
{
|
|
1209
|
+
"name": "Justin Schroeder",
|
|
1210
|
+
"github": "justin-schroeder",
|
|
1211
|
+
"twitter": "jpschroeder"
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"name": "Andrew Boyd",
|
|
1215
|
+
"github": "andrew-boyd",
|
|
1216
|
+
"twitter": "0xBOYD"
|
|
1217
|
+
}
|
|
1218
|
+
],
|
|
1219
|
+
"compatibility": {
|
|
1220
|
+
"nuxt": "^3.0.0",
|
|
1221
|
+
"requires": {}
|
|
1222
|
+
}
|
|
1223
|
+
},
|
|
1165
1224
|
{
|
|
1166
1225
|
"name": "fullpage",
|
|
1167
1226
|
"description": "Nuxt module for fullpage-vue plugin",
|
|
@@ -1341,6 +1400,28 @@
|
|
|
1341
1400
|
"requires": {}
|
|
1342
1401
|
}
|
|
1343
1402
|
},
|
|
1403
|
+
{
|
|
1404
|
+
"name": "graphql-client",
|
|
1405
|
+
"description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
|
|
1406
|
+
"repo": "diizzayy/nuxt-graphql-client",
|
|
1407
|
+
"npm": "nuxt-graphql-client",
|
|
1408
|
+
"icon": "graphql-client.svg",
|
|
1409
|
+
"github": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1410
|
+
"website": "https://github.com/diizzayy/nuxt-graphql-client",
|
|
1411
|
+
"learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
|
|
1412
|
+
"category": "Request",
|
|
1413
|
+
"type": "3rd-party",
|
|
1414
|
+
"maintainers": [
|
|
1415
|
+
{
|
|
1416
|
+
"name": "Diizzayy",
|
|
1417
|
+
"github": "diizzayy"
|
|
1418
|
+
}
|
|
1419
|
+
],
|
|
1420
|
+
"compatibility": {
|
|
1421
|
+
"nuxt": "^3.0.0",
|
|
1422
|
+
"requires": {}
|
|
1423
|
+
}
|
|
1424
|
+
},
|
|
1344
1425
|
{
|
|
1345
1426
|
"name": "graphql-request",
|
|
1346
1427
|
"description": "Easy Minimal GraphQL client integration with Nuxt.js",
|
|
@@ -1408,6 +1489,29 @@
|
|
|
1408
1489
|
"requires": {}
|
|
1409
1490
|
}
|
|
1410
1491
|
},
|
|
1492
|
+
{
|
|
1493
|
+
"name": "harlem",
|
|
1494
|
+
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
1495
|
+
"repo": "nuxt-community/harlem-module",
|
|
1496
|
+
"npm": "@nuxtjs/harlem",
|
|
1497
|
+
"icon": "harlem.svg",
|
|
1498
|
+
"github": "https://github.com/nuxt-community/harlem-module",
|
|
1499
|
+
"website": "https://github.com/nuxt-community/harlem-module",
|
|
1500
|
+
"learn_more": "https://harlemjs.com/",
|
|
1501
|
+
"category": "Extensions",
|
|
1502
|
+
"type": "community",
|
|
1503
|
+
"maintainers": [
|
|
1504
|
+
{
|
|
1505
|
+
"name": "Daniel Roe",
|
|
1506
|
+
"github": "danielroe",
|
|
1507
|
+
"twitter": "danielcroe"
|
|
1508
|
+
}
|
|
1509
|
+
],
|
|
1510
|
+
"compatibility": {
|
|
1511
|
+
"nuxt": "^3.0.0",
|
|
1512
|
+
"requires": {}
|
|
1513
|
+
}
|
|
1514
|
+
},
|
|
1411
1515
|
{
|
|
1412
1516
|
"name": "headway",
|
|
1413
1517
|
"description": "Headway changelog widget for Nuxt",
|
|
@@ -1698,6 +1802,31 @@
|
|
|
1698
1802
|
"requires": {}
|
|
1699
1803
|
}
|
|
1700
1804
|
},
|
|
1805
|
+
{
|
|
1806
|
+
"name": "inkline",
|
|
1807
|
+
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
1808
|
+
"repo": "inkline/nuxt-module-inkline",
|
|
1809
|
+
"npm": "@inkline/nuxt",
|
|
1810
|
+
"icon": "inkline.svg",
|
|
1811
|
+
"github": "https://github.com/inkline/nuxt-module-inkline",
|
|
1812
|
+
"website": "https://inkline.io",
|
|
1813
|
+
"learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
|
|
1814
|
+
"category": "UI",
|
|
1815
|
+
"type": "3rd-party",
|
|
1816
|
+
"maintainers": [
|
|
1817
|
+
{
|
|
1818
|
+
"name": "Alex Grozav",
|
|
1819
|
+
"github": "alexgrozav",
|
|
1820
|
+
"twitter": "alexgrozav"
|
|
1821
|
+
}
|
|
1822
|
+
],
|
|
1823
|
+
"compatibility": {
|
|
1824
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1825
|
+
"requires": {
|
|
1826
|
+
"bridge": true
|
|
1827
|
+
}
|
|
1828
|
+
}
|
|
1829
|
+
},
|
|
1701
1830
|
{
|
|
1702
1831
|
"name": "intercom",
|
|
1703
1832
|
"description": "Conversational, messenger-based experiences with Intercom Module for Nuxt.js",
|
|
@@ -1902,6 +2031,28 @@
|
|
|
1902
2031
|
"requires": {}
|
|
1903
2032
|
}
|
|
1904
2033
|
},
|
|
2034
|
+
{
|
|
2035
|
+
"name": "lodash",
|
|
2036
|
+
"description": "lodash module with auto-import and custom prefix",
|
|
2037
|
+
"repo": "cipami/nuxt-lodash",
|
|
2038
|
+
"npm": "nuxt-lodash",
|
|
2039
|
+
"icon": "lodash.svg",
|
|
2040
|
+
"github": "https://github.com/cipami/nuxt-lodash",
|
|
2041
|
+
"website": "https://github.com/cipami/nuxt-lodash#readme",
|
|
2042
|
+
"learn_more": "https://github.com/lodash/lodash",
|
|
2043
|
+
"category": "Libraries",
|
|
2044
|
+
"type": "3rd-party",
|
|
2045
|
+
"maintainers": [
|
|
2046
|
+
{
|
|
2047
|
+
"name": "Michal Čípa",
|
|
2048
|
+
"github": "cipami"
|
|
2049
|
+
}
|
|
2050
|
+
],
|
|
2051
|
+
"compatibility": {
|
|
2052
|
+
"nuxt": "^3.0.0",
|
|
2053
|
+
"requires": {}
|
|
2054
|
+
}
|
|
2055
|
+
},
|
|
1905
2056
|
{
|
|
1906
2057
|
"name": "logrocket",
|
|
1907
2058
|
"description": "LogRocket module for Nuxt.js to help you fix bugs and understand user behaviour.",
|
|
@@ -2271,6 +2422,28 @@
|
|
|
2271
2422
|
}
|
|
2272
2423
|
}
|
|
2273
2424
|
},
|
|
2425
|
+
{
|
|
2426
|
+
"name": "nuxt-pino-log",
|
|
2427
|
+
"description": "Structured logs for nuxt apps using pino",
|
|
2428
|
+
"repo": "kpn/nuxt-pino-log",
|
|
2429
|
+
"npm": "nuxt-pino-log",
|
|
2430
|
+
"icon": "",
|
|
2431
|
+
"github": "https://github.com/kpn/nuxt-pino-log",
|
|
2432
|
+
"website": "https://github.com/kpn/nuxt-pino-log",
|
|
2433
|
+
"learn_more": "https://github.com/pinojs/pino",
|
|
2434
|
+
"category": "Monitoring",
|
|
2435
|
+
"type": "3rd-party",
|
|
2436
|
+
"maintainers": [
|
|
2437
|
+
{
|
|
2438
|
+
"name": "kpn",
|
|
2439
|
+
"github": "kpn"
|
|
2440
|
+
}
|
|
2441
|
+
],
|
|
2442
|
+
"compatibility": {
|
|
2443
|
+
"nuxt": "^2.0.0",
|
|
2444
|
+
"requires": {}
|
|
2445
|
+
}
|
|
2446
|
+
},
|
|
2274
2447
|
{
|
|
2275
2448
|
"name": "nuxt-png-to-ico",
|
|
2276
2449
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -2497,6 +2670,31 @@
|
|
|
2497
2670
|
"requires": {}
|
|
2498
2671
|
}
|
|
2499
2672
|
},
|
|
2673
|
+
{
|
|
2674
|
+
"name": "partytown",
|
|
2675
|
+
"description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
|
|
2676
|
+
"repo": "nuxt-community/partytown-module",
|
|
2677
|
+
"npm": "@nuxtjs/partytown",
|
|
2678
|
+
"icon": "partytown.svg",
|
|
2679
|
+
"github": "https://github.com/nuxt-community/partytown-module",
|
|
2680
|
+
"website": "https://github.com/nuxt-community/partytown-module",
|
|
2681
|
+
"learn_more": "https://partytown.builder.io/",
|
|
2682
|
+
"category": "Performance",
|
|
2683
|
+
"type": "community",
|
|
2684
|
+
"maintainers": [
|
|
2685
|
+
{
|
|
2686
|
+
"name": "Daniel Roe",
|
|
2687
|
+
"github": "danielroe",
|
|
2688
|
+
"twitter": "danielcroe"
|
|
2689
|
+
}
|
|
2690
|
+
],
|
|
2691
|
+
"compatibility": {
|
|
2692
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2693
|
+
"requires": {
|
|
2694
|
+
"bridge": true
|
|
2695
|
+
}
|
|
2696
|
+
}
|
|
2697
|
+
},
|
|
2500
2698
|
{
|
|
2501
2699
|
"name": "persian-datepicker",
|
|
2502
2700
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -2562,8 +2760,10 @@
|
|
|
2562
2760
|
}
|
|
2563
2761
|
],
|
|
2564
2762
|
"compatibility": {
|
|
2565
|
-
"nuxt": "^2.0.0",
|
|
2566
|
-
"requires": {
|
|
2763
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2764
|
+
"requires": {
|
|
2765
|
+
"bridge": "optional"
|
|
2766
|
+
}
|
|
2567
2767
|
}
|
|
2568
2768
|
},
|
|
2569
2769
|
{
|
|
@@ -2616,7 +2816,7 @@
|
|
|
2616
2816
|
}
|
|
2617
2817
|
],
|
|
2618
2818
|
"compatibility": {
|
|
2619
|
-
"nuxt": "^2.0.0",
|
|
2819
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2620
2820
|
"requires": {}
|
|
2621
2821
|
}
|
|
2622
2822
|
},
|
|
@@ -2916,7 +3116,7 @@
|
|
|
2916
3116
|
},
|
|
2917
3117
|
{
|
|
2918
3118
|
"name": "sanity",
|
|
2919
|
-
"description": "Access text, images, and other media with Nuxt
|
|
3119
|
+
"description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
|
|
2920
3120
|
"repo": "nuxt-community/sanity-module#main",
|
|
2921
3121
|
"npm": "@nuxtjs/sanity",
|
|
2922
3122
|
"icon": "sanity.png",
|
|
@@ -2933,8 +3133,10 @@
|
|
|
2933
3133
|
}
|
|
2934
3134
|
],
|
|
2935
3135
|
"compatibility": {
|
|
2936
|
-
"nuxt": "^2.0.0",
|
|
2937
|
-
"requires": {
|
|
3136
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3137
|
+
"requires": {
|
|
3138
|
+
"bridge": "optional"
|
|
3139
|
+
}
|
|
2938
3140
|
}
|
|
2939
3141
|
},
|
|
2940
3142
|
{
|
|
@@ -3007,7 +3209,7 @@
|
|
|
3007
3209
|
"name": "seo-meta",
|
|
3008
3210
|
"description": "Simple generate seo metadata",
|
|
3009
3211
|
"repo": "ihavecoke/nuxtjs-seo-meta",
|
|
3010
|
-
"npm": "nuxt-seo-meta",
|
|
3212
|
+
"npm": "nuxt-seo-meta-base",
|
|
3011
3213
|
"icon": "",
|
|
3012
3214
|
"github": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
3013
3215
|
"website": "https://github.com/ihavecoke/nuxtjs-seo-meta",
|
|
@@ -3345,7 +3547,7 @@
|
|
|
3345
3547
|
}
|
|
3346
3548
|
],
|
|
3347
3549
|
"compatibility": {
|
|
3348
|
-
"nuxt": "^2.0.0",
|
|
3550
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3349
3551
|
"requires": {}
|
|
3350
3552
|
}
|
|
3351
3553
|
},
|
|
@@ -3374,7 +3576,9 @@
|
|
|
3374
3576
|
],
|
|
3375
3577
|
"compatibility": {
|
|
3376
3578
|
"nuxt": "^2.0.0",
|
|
3377
|
-
"requires": {
|
|
3579
|
+
"requires": {
|
|
3580
|
+
"bridge": "optional"
|
|
3581
|
+
}
|
|
3378
3582
|
}
|
|
3379
3583
|
},
|
|
3380
3584
|
{
|
|
@@ -3401,8 +3605,10 @@
|
|
|
3401
3605
|
}
|
|
3402
3606
|
],
|
|
3403
3607
|
"compatibility": {
|
|
3404
|
-
"nuxt": "^2.0.0",
|
|
3405
|
-
"requires": {
|
|
3608
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3609
|
+
"requires": {
|
|
3610
|
+
"bridge": true
|
|
3611
|
+
}
|
|
3406
3612
|
}
|
|
3407
3613
|
},
|
|
3408
3614
|
{
|
|
@@ -3472,6 +3678,29 @@
|
|
|
3472
3678
|
"requires": {}
|
|
3473
3679
|
}
|
|
3474
3680
|
},
|
|
3681
|
+
{
|
|
3682
|
+
"name": "stylify",
|
|
3683
|
+
"description": "Stylify is a library that generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
|
|
3684
|
+
"repo": "stylify/packages#master/packages/nuxt-module",
|
|
3685
|
+
"npm": "@stylify/nuxt-module",
|
|
3686
|
+
"icon": "stylify.svg",
|
|
3687
|
+
"github": "https://github.com/stylify/packages/tree/master/packages/nuxt-module",
|
|
3688
|
+
"website": "https://stylify.dev/docs/nuxt-module",
|
|
3689
|
+
"learn_more": "https://stylify.dev",
|
|
3690
|
+
"category": "UI",
|
|
3691
|
+
"type": "3rd-party",
|
|
3692
|
+
"maintainers": [
|
|
3693
|
+
{
|
|
3694
|
+
"name": "Vladimír Macháček",
|
|
3695
|
+
"github": "Machy8",
|
|
3696
|
+
"twitter": "8machy"
|
|
3697
|
+
}
|
|
3698
|
+
],
|
|
3699
|
+
"compatibility": {
|
|
3700
|
+
"nuxt": "^2.0.0",
|
|
3701
|
+
"requires": {}
|
|
3702
|
+
}
|
|
3703
|
+
},
|
|
3475
3704
|
{
|
|
3476
3705
|
"name": "supabase",
|
|
3477
3706
|
"description": "A supa simple way to use Supabase with Nuxt",
|
|
@@ -3491,8 +3720,10 @@
|
|
|
3491
3720
|
}
|
|
3492
3721
|
],
|
|
3493
3722
|
"compatibility": {
|
|
3494
|
-
"nuxt": "^2.0.0",
|
|
3495
|
-
"requires": {
|
|
3723
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3724
|
+
"requires": {
|
|
3725
|
+
"bridge": true
|
|
3726
|
+
}
|
|
3496
3727
|
}
|
|
3497
3728
|
},
|
|
3498
3729
|
{
|
|
@@ -3603,7 +3834,7 @@
|
|
|
3603
3834
|
}
|
|
3604
3835
|
],
|
|
3605
3836
|
"compatibility": {
|
|
3606
|
-
"nuxt": "^2.0.0",
|
|
3837
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3607
3838
|
"requires": {}
|
|
3608
3839
|
}
|
|
3609
3840
|
},
|
|
@@ -3672,7 +3903,9 @@
|
|
|
3672
3903
|
],
|
|
3673
3904
|
"compatibility": {
|
|
3674
3905
|
"nuxt": "^2.0.0",
|
|
3675
|
-
"requires": {
|
|
3906
|
+
"requires": {
|
|
3907
|
+
"bridge": "optional"
|
|
3908
|
+
}
|
|
3676
3909
|
}
|
|
3677
3910
|
},
|
|
3678
3911
|
{
|
|
@@ -3693,10 +3926,35 @@
|
|
|
3693
3926
|
}
|
|
3694
3927
|
],
|
|
3695
3928
|
"compatibility": {
|
|
3696
|
-
"nuxt": "^2.0.0",
|
|
3929
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3697
3930
|
"requires": {}
|
|
3698
3931
|
}
|
|
3699
3932
|
},
|
|
3933
|
+
{
|
|
3934
|
+
"name": "typed-vuex",
|
|
3935
|
+
"description": "A vanilla, strongly typed store accessor for Vuex.",
|
|
3936
|
+
"repo": "danielroe/typed-vuex",
|
|
3937
|
+
"npm": "",
|
|
3938
|
+
"icon": "vue.png",
|
|
3939
|
+
"github": "https://github.com/danielroe/typed-vuex",
|
|
3940
|
+
"website": "https://github.com/danielroe/typed-vuex",
|
|
3941
|
+
"learn_more": "",
|
|
3942
|
+
"category": "Libraries",
|
|
3943
|
+
"type": "3rd-party",
|
|
3944
|
+
"maintainers": [
|
|
3945
|
+
{
|
|
3946
|
+
"name": "Daniel Roe",
|
|
3947
|
+
"github": "danielroe",
|
|
3948
|
+
"twitter": "danielcroe"
|
|
3949
|
+
}
|
|
3950
|
+
],
|
|
3951
|
+
"compatibility": {
|
|
3952
|
+
"nuxt": "^2.0.0",
|
|
3953
|
+
"requires": {
|
|
3954
|
+
"bridge": "optional"
|
|
3955
|
+
}
|
|
3956
|
+
}
|
|
3957
|
+
},
|
|
3700
3958
|
{
|
|
3701
3959
|
"name": "typescript-runtime",
|
|
3702
3960
|
"description": "TypeScript Runtime support for Nuxt",
|
|
@@ -3789,6 +4047,32 @@
|
|
|
3789
4047
|
"requires": {}
|
|
3790
4048
|
}
|
|
3791
4049
|
},
|
|
4050
|
+
{
|
|
4051
|
+
"name": "unlighthouse",
|
|
4052
|
+
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
4053
|
+
"repo": "harlan-zw/unlighthouse#main/integrations/nuxt",
|
|
4054
|
+
"npm": "@unlighthouse/nuxt",
|
|
4055
|
+
"icon": "unlighthouse.svg",
|
|
4056
|
+
"github": "https://github.com/harlan-zw/unlighthouse",
|
|
4057
|
+
"website": "https://github.com/harlan-zw/unlighthouse",
|
|
4058
|
+
"learn_more": "https://github.com/harlan-zw/unlighthouse",
|
|
4059
|
+
"category": "Devtools",
|
|
4060
|
+
"type": "3rd-party",
|
|
4061
|
+
"maintainers": [
|
|
4062
|
+
{
|
|
4063
|
+
"name": "Harlan Wilton",
|
|
4064
|
+
"github": "harlan-zw",
|
|
4065
|
+
"twitter": "harlan_zw",
|
|
4066
|
+
"avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
|
|
4067
|
+
}
|
|
4068
|
+
],
|
|
4069
|
+
"compatibility": {
|
|
4070
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4071
|
+
"requires": {
|
|
4072
|
+
"bridge": "optional"
|
|
4073
|
+
}
|
|
4074
|
+
}
|
|
4075
|
+
},
|
|
3792
4076
|
{
|
|
3793
4077
|
"name": "unocss",
|
|
3794
4078
|
"description": "The instant on-demand atomic CSS engine.",
|
|
@@ -4079,20 +4363,20 @@
|
|
|
4079
4363
|
},
|
|
4080
4364
|
{
|
|
4081
4365
|
"name": "web3js",
|
|
4082
|
-
"description": "Web3.js module integration for Nuxt.js
|
|
4083
|
-
"repo": "
|
|
4366
|
+
"description": "Web3.js module integration for Nuxt.js",
|
|
4367
|
+
"repo": "bl0cknumber/nuxt-web3",
|
|
4084
4368
|
"npm": "nuxt-web3",
|
|
4085
4369
|
"icon": "web3js.svg",
|
|
4086
|
-
"github": "https://github.com/
|
|
4087
|
-
"website": "https://github.com/
|
|
4370
|
+
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4371
|
+
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
4088
4372
|
"learn_more": "https://web3js.readthedocs.io/",
|
|
4089
4373
|
"category": "Libraries",
|
|
4090
4374
|
"type": "3rd-party",
|
|
4091
4375
|
"maintainers": [
|
|
4092
4376
|
{
|
|
4093
4377
|
"name": "Muhammad Fauzan",
|
|
4094
|
-
"github": "
|
|
4095
|
-
"twitter": "
|
|
4378
|
+
"github": "bl0cknumber",
|
|
4379
|
+
"twitter": "fncolon"
|
|
4096
4380
|
}
|
|
4097
4381
|
],
|
|
4098
4382
|
"compatibility": {
|