@nuxt/modules 0.6.0-db9483 → 0.6.0-dbdcb3
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/README.md +4 -0
- package/modules.json +834 -76
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
# Nuxt Modules
|
|
4
4
|
|
|
5
5
|
[![npm version][npm-version-src]][npm-version-href]
|
|
6
|
+
[![Nuxt][nuxt-src]][nuxt-href]
|
|
6
7
|
[![Volta][volta-src]][volta-href]
|
|
7
8
|
|
|
8
9
|
> Discover the Nuxt modules to add any CMS, Database, UI, Auth and integrations into your Vue application.
|
|
@@ -97,5 +98,8 @@ pnpm build
|
|
|
97
98
|
[npm-version-src]: https://img.shields.io/npm/v/@nuxt/modules/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
98
99
|
[npm-version-href]: https://npmjs.com/package/@nuxt/modules
|
|
99
100
|
|
|
101
|
+
[nuxt-src]: https://img.shields.io/badge/Nuxt%20Modules-18181B?logo=nuxt.js
|
|
102
|
+
[nuxt-href]: https://nuxt.com/modules
|
|
103
|
+
|
|
100
104
|
[volta-src]: https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg
|
|
101
105
|
[volta-href]: https://volta.net/nuxt/modules?utm_source=readme_nuxt_modules
|
package/modules.json
CHANGED
|
@@ -126,12 +126,12 @@
|
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
128
|
"name": "animejs",
|
|
129
|
-
"description": "Anime.js module for Nuxt
|
|
130
|
-
"repo": "
|
|
131
|
-
"npm": "nuxt-
|
|
129
|
+
"description": "Anime.js module for Nuxt",
|
|
130
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
131
|
+
"npm": "@hypernym/nuxt-anime",
|
|
132
132
|
"icon": "",
|
|
133
|
-
"github": "https://github.com/
|
|
134
|
-
"website": "https://github.com/
|
|
133
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
134
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
135
135
|
"learn_more": "",
|
|
136
136
|
"category": "Libraries",
|
|
137
137
|
"type": "3rd-party",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
}
|
|
143
143
|
],
|
|
144
144
|
"compatibility": {
|
|
145
|
-
"nuxt": "^2.0.0",
|
|
145
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
146
146
|
"requires": {}
|
|
147
147
|
}
|
|
148
148
|
},
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"npm": "nuxt-api-party",
|
|
154
154
|
"icon": "api-party.svg",
|
|
155
155
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
156
|
-
"website": "https://
|
|
156
|
+
"website": "https://nuxt-api-party.jhnn.dev/",
|
|
157
157
|
"learn_more": "",
|
|
158
158
|
"category": "Request",
|
|
159
159
|
"type": "3rd-party",
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
250
250
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
251
251
|
"learn_more": "",
|
|
252
|
-
"category": "
|
|
252
|
+
"category": "Database",
|
|
253
253
|
"type": "3rd-party",
|
|
254
254
|
"maintainers": [
|
|
255
255
|
{
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
}
|
|
259
259
|
],
|
|
260
260
|
"compatibility": {
|
|
261
|
-
"nuxt": "^
|
|
261
|
+
"nuxt": "^3.0.0",
|
|
262
262
|
"requires": {}
|
|
263
263
|
}
|
|
264
264
|
},
|
|
@@ -480,6 +480,29 @@
|
|
|
480
480
|
"requires": {}
|
|
481
481
|
}
|
|
482
482
|
},
|
|
483
|
+
{
|
|
484
|
+
"name": "calendly",
|
|
485
|
+
"description": "Calendly is a scheduling tool that allows you to schedule meetings with your customers. This module allows you to easily add Calendly to your Nuxt application.",
|
|
486
|
+
"repo": "madebyfabian/nuxt-calendly",
|
|
487
|
+
"npm": "nuxt-calendly",
|
|
488
|
+
"icon": "calendly.svg",
|
|
489
|
+
"github": "https://github.com/madebyfabian/nuxt-calendly",
|
|
490
|
+
"website": "https://nuxt-calendly.vercel.app/",
|
|
491
|
+
"learn_more": "https://calendly.com/",
|
|
492
|
+
"category": "Extensions",
|
|
493
|
+
"type": "3rd-party",
|
|
494
|
+
"maintainers": [
|
|
495
|
+
{
|
|
496
|
+
"name": "Fabian B.",
|
|
497
|
+
"github": "madebyfabian",
|
|
498
|
+
"twitter": "madebyfabian"
|
|
499
|
+
}
|
|
500
|
+
],
|
|
501
|
+
"compatibility": {
|
|
502
|
+
"nuxt": "^3.0.0",
|
|
503
|
+
"requires": {}
|
|
504
|
+
}
|
|
505
|
+
},
|
|
483
506
|
{
|
|
484
507
|
"name": "canvas-sketch",
|
|
485
508
|
"description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
|
|
@@ -528,11 +551,11 @@
|
|
|
528
551
|
{
|
|
529
552
|
"name": "chatwoot",
|
|
530
553
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
531
|
-
"repo": "
|
|
532
|
-
"npm": "@
|
|
554
|
+
"repo": "productdevbookcom/chatwoot",
|
|
555
|
+
"npm": "@productdevbook/chatwoot",
|
|
533
556
|
"icon": "chatwoot.png",
|
|
534
|
-
"github": "https://github.com/
|
|
535
|
-
"website": "https://github.com/
|
|
557
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
558
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
536
559
|
"learn_more": "https://www.chatwoot.com",
|
|
537
560
|
"category": "Libraries",
|
|
538
561
|
"type": "3rd-party",
|
|
@@ -613,6 +636,33 @@
|
|
|
613
636
|
"requires": {}
|
|
614
637
|
}
|
|
615
638
|
},
|
|
639
|
+
{
|
|
640
|
+
"name": "cloudflare-analytics",
|
|
641
|
+
"description": "Cloudflare Web Analytics Module for Nuxt",
|
|
642
|
+
"repo": "hamlogic/nuxt-cloudflare-analytics",
|
|
643
|
+
"npm": "nuxt-cloudflare-analytics",
|
|
644
|
+
"icon": "cloudflare.svg",
|
|
645
|
+
"github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
646
|
+
"website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
647
|
+
"learn_more": "https://www.cloudflare.com/web-analytics/",
|
|
648
|
+
"category": "Analytics",
|
|
649
|
+
"type": "3rd-party",
|
|
650
|
+
"maintainers": [
|
|
651
|
+
{
|
|
652
|
+
"name": "hamlogic",
|
|
653
|
+
"github": "hamlogic"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"name": "Fabian B.",
|
|
657
|
+
"github": "madebyfabian",
|
|
658
|
+
"twitter": "madebyfabian"
|
|
659
|
+
}
|
|
660
|
+
],
|
|
661
|
+
"compatibility": {
|
|
662
|
+
"nuxt": "^3.0.0",
|
|
663
|
+
"requires": {}
|
|
664
|
+
}
|
|
665
|
+
},
|
|
616
666
|
{
|
|
617
667
|
"name": "cloudinary",
|
|
618
668
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
@@ -707,12 +757,35 @@
|
|
|
707
757
|
"requires": {}
|
|
708
758
|
}
|
|
709
759
|
},
|
|
760
|
+
{
|
|
761
|
+
"name": "content-assets",
|
|
762
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
763
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
764
|
+
"npm": "nuxt-content-assets",
|
|
765
|
+
"icon": "content-assets.png",
|
|
766
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
767
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
768
|
+
"learn_more": "",
|
|
769
|
+
"category": "Images",
|
|
770
|
+
"type": "3rd-party",
|
|
771
|
+
"maintainers": [
|
|
772
|
+
{
|
|
773
|
+
"name": "davestewart",
|
|
774
|
+
"github": "davestewart",
|
|
775
|
+
"twitter": "dave_stewart"
|
|
776
|
+
}
|
|
777
|
+
],
|
|
778
|
+
"compatibility": {
|
|
779
|
+
"nuxt": "^3.0.0",
|
|
780
|
+
"requires": {}
|
|
781
|
+
}
|
|
782
|
+
},
|
|
710
783
|
{
|
|
711
784
|
"name": "content",
|
|
712
785
|
"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.",
|
|
713
786
|
"repo": "nuxt/content#main",
|
|
714
787
|
"npm": "@nuxt/content",
|
|
715
|
-
"icon": "nuxt.
|
|
788
|
+
"icon": "nuxt.svg",
|
|
716
789
|
"github": "https://github.com/nuxt/content",
|
|
717
790
|
"website": "https://content.nuxtjs.org",
|
|
718
791
|
"learn_more": "",
|
|
@@ -879,11 +952,11 @@
|
|
|
879
952
|
}
|
|
880
953
|
},
|
|
881
954
|
{
|
|
882
|
-
"name": "datocms",
|
|
883
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
955
|
+
"name": "datocms-nuxt2",
|
|
956
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
884
957
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
885
958
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
886
|
-
"icon": "datocms.
|
|
959
|
+
"icon": "datocms.svg",
|
|
887
960
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
888
961
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
889
962
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -900,26 +973,50 @@
|
|
|
900
973
|
"requires": {}
|
|
901
974
|
}
|
|
902
975
|
},
|
|
976
|
+
{
|
|
977
|
+
"name": "datocms",
|
|
978
|
+
"description": "DatoCMS module for Nuxt",
|
|
979
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
980
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
981
|
+
"icon": "datocms.svg",
|
|
982
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
983
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
984
|
+
"learn_more": "https://www.datocms.com/",
|
|
985
|
+
"category": "CMS",
|
|
986
|
+
"type": "3rd-party",
|
|
987
|
+
"maintainers": [
|
|
988
|
+
{
|
|
989
|
+
"name": "Jamie Warburton",
|
|
990
|
+
"github": "jamiewarb",
|
|
991
|
+
"twitter": "jamiewarb",
|
|
992
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
993
|
+
}
|
|
994
|
+
],
|
|
995
|
+
"compatibility": {
|
|
996
|
+
"nuxt": "^3.0.0",
|
|
997
|
+
"requires": {}
|
|
998
|
+
}
|
|
999
|
+
},
|
|
903
1000
|
{
|
|
904
1001
|
"name": "dayjs",
|
|
905
|
-
"description": "
|
|
906
|
-
"repo": "
|
|
907
|
-
"npm": "
|
|
1002
|
+
"description": "Day.js module for Nuxt",
|
|
1003
|
+
"repo": "fumeapp/dayjs",
|
|
1004
|
+
"npm": "dayjs-nuxt",
|
|
908
1005
|
"icon": "day-js.png",
|
|
909
|
-
"github": "https://github.com/
|
|
910
|
-
"website": "https://github.com/
|
|
1006
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1007
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
911
1008
|
"learn_more": "https://day.js.org/",
|
|
912
|
-
"category": "
|
|
913
|
-
"type": "
|
|
1009
|
+
"category": "Libraries",
|
|
1010
|
+
"type": "3rd-party",
|
|
914
1011
|
"maintainers": [
|
|
915
1012
|
{
|
|
916
|
-
"name": "
|
|
917
|
-
"github": "
|
|
918
|
-
"twitter": "
|
|
1013
|
+
"name": "Kevin Olson",
|
|
1014
|
+
"github": "acidjazz",
|
|
1015
|
+
"twitter": "AppFume"
|
|
919
1016
|
}
|
|
920
1017
|
],
|
|
921
1018
|
"compatibility": {
|
|
922
|
-
"nuxt": "^
|
|
1019
|
+
"nuxt": "^3.0.0",
|
|
923
1020
|
"requires": {}
|
|
924
1021
|
}
|
|
925
1022
|
},
|
|
@@ -968,6 +1065,29 @@
|
|
|
968
1065
|
"requires": {}
|
|
969
1066
|
}
|
|
970
1067
|
},
|
|
1068
|
+
{
|
|
1069
|
+
"name": "devtools",
|
|
1070
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1071
|
+
"repo": "nuxt/devtools#main",
|
|
1072
|
+
"npm": "@nuxt/devtools",
|
|
1073
|
+
"icon": "nuxt.svg",
|
|
1074
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1075
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1076
|
+
"learn_more": "",
|
|
1077
|
+
"category": "Devtools",
|
|
1078
|
+
"type": "official",
|
|
1079
|
+
"maintainers": [
|
|
1080
|
+
{
|
|
1081
|
+
"name": "Anthony Fu",
|
|
1082
|
+
"github": "antfu",
|
|
1083
|
+
"twitter": "antfu7"
|
|
1084
|
+
}
|
|
1085
|
+
],
|
|
1086
|
+
"compatibility": {
|
|
1087
|
+
"nuxt": "^3.0.0",
|
|
1088
|
+
"requires": {}
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
971
1091
|
{
|
|
972
1092
|
"name": "directus",
|
|
973
1093
|
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
@@ -1070,6 +1190,28 @@
|
|
|
1070
1190
|
"requires": {}
|
|
1071
1191
|
}
|
|
1072
1192
|
},
|
|
1193
|
+
{
|
|
1194
|
+
"name": "electron",
|
|
1195
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1196
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1197
|
+
"npm": "nuxt-electron",
|
|
1198
|
+
"icon": "electron.svg",
|
|
1199
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1200
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1201
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1202
|
+
"category": "Extensions",
|
|
1203
|
+
"type": "3rd-party",
|
|
1204
|
+
"maintainers": [
|
|
1205
|
+
{
|
|
1206
|
+
"name": "草鞋没号",
|
|
1207
|
+
"github": "caoxiemeihao"
|
|
1208
|
+
}
|
|
1209
|
+
],
|
|
1210
|
+
"compatibility": {
|
|
1211
|
+
"nuxt": "^3.0.0",
|
|
1212
|
+
"requires": {}
|
|
1213
|
+
}
|
|
1214
|
+
},
|
|
1073
1215
|
{
|
|
1074
1216
|
"name": "element-plus",
|
|
1075
1217
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1140,7 +1282,7 @@
|
|
|
1140
1282
|
}
|
|
1141
1283
|
],
|
|
1142
1284
|
"compatibility": {
|
|
1143
|
-
"nuxt": "^2.0.0",
|
|
1285
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1144
1286
|
"requires": {}
|
|
1145
1287
|
}
|
|
1146
1288
|
},
|
|
@@ -1645,6 +1787,30 @@
|
|
|
1645
1787
|
"requires": {}
|
|
1646
1788
|
}
|
|
1647
1789
|
},
|
|
1790
|
+
{
|
|
1791
|
+
"name": "gtag",
|
|
1792
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1793
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1794
|
+
"npm": "nuxt-gtag",
|
|
1795
|
+
"icon": "gtag.svg",
|
|
1796
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1797
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1798
|
+
"learn_more": "",
|
|
1799
|
+
"category": "Analytics",
|
|
1800
|
+
"type": "3rd-party",
|
|
1801
|
+
"maintainers": [
|
|
1802
|
+
{
|
|
1803
|
+
"name": "Johann Schopplich",
|
|
1804
|
+
"github": "johannschopplich",
|
|
1805
|
+
"twitter": "jschopplich",
|
|
1806
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1807
|
+
}
|
|
1808
|
+
],
|
|
1809
|
+
"compatibility": {
|
|
1810
|
+
"nuxt": "^3.0.0",
|
|
1811
|
+
"requires": {}
|
|
1812
|
+
}
|
|
1813
|
+
},
|
|
1648
1814
|
{
|
|
1649
1815
|
"name": "gtm",
|
|
1650
1816
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -1948,6 +2114,28 @@
|
|
|
1948
2114
|
"requires": {}
|
|
1949
2115
|
}
|
|
1950
2116
|
},
|
|
2117
|
+
{
|
|
2118
|
+
"name": "icon-font",
|
|
2119
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2120
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2121
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2122
|
+
"icon": "",
|
|
2123
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2124
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2125
|
+
"learn_more": "",
|
|
2126
|
+
"category": "UI",
|
|
2127
|
+
"type": "3rd-party",
|
|
2128
|
+
"maintainers": [
|
|
2129
|
+
{
|
|
2130
|
+
"name": "coremyslo",
|
|
2131
|
+
"github": "coremyslo"
|
|
2132
|
+
}
|
|
2133
|
+
],
|
|
2134
|
+
"compatibility": {
|
|
2135
|
+
"nuxt": "^3.0.0",
|
|
2136
|
+
"requires": {}
|
|
2137
|
+
}
|
|
2138
|
+
},
|
|
1951
2139
|
{
|
|
1952
2140
|
"name": "icon",
|
|
1953
2141
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2074,12 +2262,12 @@
|
|
|
2074
2262
|
{
|
|
2075
2263
|
"name": "inkline",
|
|
2076
2264
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2077
|
-
"repo": "inkline/
|
|
2078
|
-
"npm": "@inkline/
|
|
2265
|
+
"repo": "inkline/plugin",
|
|
2266
|
+
"npm": "@inkline/plugin",
|
|
2079
2267
|
"icon": "inkline.svg",
|
|
2080
|
-
"github": "https://github.com/inkline/
|
|
2268
|
+
"github": "https://github.com/inkline/plugin",
|
|
2081
2269
|
"website": "https://inkline.io",
|
|
2082
|
-
"learn_more": "https://inkline.io/docs/
|
|
2270
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2083
2271
|
"category": "UI",
|
|
2084
2272
|
"type": "3rd-party",
|
|
2085
2273
|
"maintainers": [
|
|
@@ -2299,7 +2487,7 @@
|
|
|
2299
2487
|
},
|
|
2300
2488
|
{
|
|
2301
2489
|
"name": "link-checker",
|
|
2302
|
-
"description": "",
|
|
2490
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2303
2491
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2304
2492
|
"npm": "nuxt-link-checker",
|
|
2305
2493
|
"icon": "",
|
|
@@ -2529,6 +2717,31 @@
|
|
|
2529
2717
|
"requires": {}
|
|
2530
2718
|
}
|
|
2531
2719
|
},
|
|
2720
|
+
{
|
|
2721
|
+
"name": "medusa",
|
|
2722
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2723
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2724
|
+
"npm": "nuxt-medusa",
|
|
2725
|
+
"icon": "medusa.svg",
|
|
2726
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2727
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2728
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2729
|
+
"category": "Ecommerce",
|
|
2730
|
+
"type": "3rd-party",
|
|
2731
|
+
"maintainers": [
|
|
2732
|
+
{
|
|
2733
|
+
"name": "Jakub Andrzejewski",
|
|
2734
|
+
"github": "Baroshem",
|
|
2735
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2736
|
+
}
|
|
2737
|
+
],
|
|
2738
|
+
"compatibility": {
|
|
2739
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2740
|
+
"requires": {
|
|
2741
|
+
"bridge": true
|
|
2742
|
+
}
|
|
2743
|
+
}
|
|
2744
|
+
},
|
|
2532
2745
|
{
|
|
2533
2746
|
"name": "meilisearch",
|
|
2534
2747
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2598,6 +2811,29 @@
|
|
|
2598
2811
|
"requires": {}
|
|
2599
2812
|
}
|
|
2600
2813
|
},
|
|
2814
|
+
{
|
|
2815
|
+
"name": "module-feed",
|
|
2816
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
2817
|
+
"repo": "tresko/nuxt-module-feed",
|
|
2818
|
+
"npm": "nuxt-module-feed",
|
|
2819
|
+
"icon": "",
|
|
2820
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
2821
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
2822
|
+
"learn_more": "",
|
|
2823
|
+
"category": "SEO",
|
|
2824
|
+
"type": "3rd-party",
|
|
2825
|
+
"maintainers": [
|
|
2826
|
+
{
|
|
2827
|
+
"name": "Miha Sedej",
|
|
2828
|
+
"github": "tresko",
|
|
2829
|
+
"twitter": "mihasedej"
|
|
2830
|
+
}
|
|
2831
|
+
],
|
|
2832
|
+
"compatibility": {
|
|
2833
|
+
"nuxt": "^3.0.0",
|
|
2834
|
+
"requires": {}
|
|
2835
|
+
}
|
|
2836
|
+
},
|
|
2601
2837
|
{
|
|
2602
2838
|
"name": "moment",
|
|
2603
2839
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2786,6 +3022,28 @@
|
|
|
2786
3022
|
"requires": {}
|
|
2787
3023
|
}
|
|
2788
3024
|
},
|
|
3025
|
+
{
|
|
3026
|
+
"name": "nupolyon",
|
|
3027
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3028
|
+
"repo": "adenvt/nupolyon",
|
|
3029
|
+
"npm": "nupolyon",
|
|
3030
|
+
"icon": "",
|
|
3031
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3032
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3033
|
+
"learn_more": "",
|
|
3034
|
+
"category": "Performance",
|
|
3035
|
+
"type": "3rd-party",
|
|
3036
|
+
"maintainers": [
|
|
3037
|
+
{
|
|
3038
|
+
"name": "adenvt",
|
|
3039
|
+
"github": "adenvt"
|
|
3040
|
+
}
|
|
3041
|
+
],
|
|
3042
|
+
"compatibility": {
|
|
3043
|
+
"nuxt": "^3.0.0",
|
|
3044
|
+
"requires": {}
|
|
3045
|
+
}
|
|
3046
|
+
},
|
|
2789
3047
|
{
|
|
2790
3048
|
"name": "nuxt-auth",
|
|
2791
3049
|
"description": "",
|
|
@@ -2808,6 +3066,28 @@
|
|
|
2808
3066
|
"requires": {}
|
|
2809
3067
|
}
|
|
2810
3068
|
},
|
|
3069
|
+
{
|
|
3070
|
+
"name": "nuxt-chatgpt",
|
|
3071
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3072
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3073
|
+
"npm": "nuxt-chatgpt",
|
|
3074
|
+
"icon": "chatgpt.svg",
|
|
3075
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3076
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3077
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3078
|
+
"category": "Libraries",
|
|
3079
|
+
"type": "3rd-party",
|
|
3080
|
+
"maintainers": [
|
|
3081
|
+
{
|
|
3082
|
+
"name": "Oliver Trajceski",
|
|
3083
|
+
"github": "schnapsterdog"
|
|
3084
|
+
}
|
|
3085
|
+
],
|
|
3086
|
+
"compatibility": {
|
|
3087
|
+
"nuxt": "^3.0.0",
|
|
3088
|
+
"requires": {}
|
|
3089
|
+
}
|
|
3090
|
+
},
|
|
2811
3091
|
{
|
|
2812
3092
|
"name": "nuxt-graphql-middleware",
|
|
2813
3093
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2859,6 +3139,28 @@
|
|
|
2859
3139
|
"requires": {}
|
|
2860
3140
|
}
|
|
2861
3141
|
},
|
|
3142
|
+
{
|
|
3143
|
+
"name": "nuxt-gtm",
|
|
3144
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3145
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3146
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3147
|
+
"icon": "nuxt-gtm.svg",
|
|
3148
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3149
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3150
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3151
|
+
"category": "Analytics",
|
|
3152
|
+
"type": "3rd-party",
|
|
3153
|
+
"maintainers": [
|
|
3154
|
+
{
|
|
3155
|
+
"name": "Zadig&Voltaire Team",
|
|
3156
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3157
|
+
}
|
|
3158
|
+
],
|
|
3159
|
+
"compatibility": {
|
|
3160
|
+
"nuxt": "^3.0.0",
|
|
3161
|
+
"requires": {}
|
|
3162
|
+
}
|
|
3163
|
+
},
|
|
2862
3164
|
{
|
|
2863
3165
|
"name": "nuxt-hue",
|
|
2864
3166
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2883,6 +3185,28 @@
|
|
|
2883
3185
|
}
|
|
2884
3186
|
}
|
|
2885
3187
|
},
|
|
3188
|
+
{
|
|
3189
|
+
"name": "nuxt-lazy-load",
|
|
3190
|
+
"description": "A simple way to lazy load images, videos, audio, and iframes without custom components or extra attributes like data-src, just basic HTML tags",
|
|
3191
|
+
"repo": "",
|
|
3192
|
+
"npm": "nuxt-lazy-load",
|
|
3193
|
+
"icon": "nuxt-lazy-load.svg",
|
|
3194
|
+
"github": "",
|
|
3195
|
+
"website": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3196
|
+
"learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3197
|
+
"category": "Performance",
|
|
3198
|
+
"type": "3rd-party",
|
|
3199
|
+
"maintainers": [
|
|
3200
|
+
{
|
|
3201
|
+
"name": "Dario Ferderber",
|
|
3202
|
+
"github": "darioferderber"
|
|
3203
|
+
}
|
|
3204
|
+
],
|
|
3205
|
+
"compatibility": {
|
|
3206
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3207
|
+
"requires": {}
|
|
3208
|
+
}
|
|
3209
|
+
},
|
|
2886
3210
|
{
|
|
2887
3211
|
"name": "nuxt-localtunnel",
|
|
2888
3212
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -2929,6 +3253,28 @@
|
|
|
2929
3253
|
"requires": {}
|
|
2930
3254
|
}
|
|
2931
3255
|
},
|
|
3256
|
+
{
|
|
3257
|
+
"name": "nuxt-mapbox",
|
|
3258
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3259
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3260
|
+
"npm": "nuxt-mapbox",
|
|
3261
|
+
"icon": "nuxt-mapbox.svg",
|
|
3262
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3263
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3264
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3265
|
+
"category": "Libraries",
|
|
3266
|
+
"type": "3rd-party",
|
|
3267
|
+
"maintainers": [
|
|
3268
|
+
{
|
|
3269
|
+
"name": "Alex Lavoie",
|
|
3270
|
+
"github": "AlexLavoie42"
|
|
3271
|
+
}
|
|
3272
|
+
],
|
|
3273
|
+
"compatibility": {
|
|
3274
|
+
"nuxt": "^3.0.0",
|
|
3275
|
+
"requires": {}
|
|
3276
|
+
}
|
|
3277
|
+
},
|
|
2932
3278
|
{
|
|
2933
3279
|
"name": "nuxt-monaco-editor",
|
|
2934
3280
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -2951,6 +3297,51 @@
|
|
|
2951
3297
|
"requires": {}
|
|
2952
3298
|
}
|
|
2953
3299
|
},
|
|
3300
|
+
{
|
|
3301
|
+
"name": "nuxt-mongoose",
|
|
3302
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3303
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3304
|
+
"npm": "nuxt-mongoose",
|
|
3305
|
+
"icon": "nuxt-mongoose.svg",
|
|
3306
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3307
|
+
"website": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3308
|
+
"learn_more": "",
|
|
3309
|
+
"category": "Database",
|
|
3310
|
+
"type": "3rd-party",
|
|
3311
|
+
"maintainers": [
|
|
3312
|
+
{
|
|
3313
|
+
"name": "arashsheyda",
|
|
3314
|
+
"github": "arashsheyda"
|
|
3315
|
+
}
|
|
3316
|
+
],
|
|
3317
|
+
"compatibility": {
|
|
3318
|
+
"nuxt": "^3.0.0",
|
|
3319
|
+
"requires": {}
|
|
3320
|
+
}
|
|
3321
|
+
},
|
|
3322
|
+
{
|
|
3323
|
+
"name": "nuxt-pdf",
|
|
3324
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
3325
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3326
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
3327
|
+
"icon": "nuxt-pdf.png",
|
|
3328
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
3329
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
3330
|
+
"learn_more": "https://github.com/sidebase",
|
|
3331
|
+
"category": "Extensions",
|
|
3332
|
+
"type": "3rd-party",
|
|
3333
|
+
"maintainers": [
|
|
3334
|
+
{
|
|
3335
|
+
"name": "sidebase",
|
|
3336
|
+
"github": "sidebase",
|
|
3337
|
+
"twitter": "sidebase_io"
|
|
3338
|
+
}
|
|
3339
|
+
],
|
|
3340
|
+
"compatibility": {
|
|
3341
|
+
"nuxt": "^3.0.0",
|
|
3342
|
+
"requires": {}
|
|
3343
|
+
}
|
|
3344
|
+
},
|
|
2954
3345
|
{
|
|
2955
3346
|
"name": "nuxt-pino-log",
|
|
2956
3347
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3226,6 +3617,28 @@
|
|
|
3226
3617
|
"requires": {}
|
|
3227
3618
|
}
|
|
3228
3619
|
},
|
|
3620
|
+
{
|
|
3621
|
+
"name": "nuxt-vuetify",
|
|
3622
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
|
|
3623
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3624
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3625
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3626
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3627
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3628
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3629
|
+
"category": "UI",
|
|
3630
|
+
"type": "3rd-party",
|
|
3631
|
+
"maintainers": [
|
|
3632
|
+
{
|
|
3633
|
+
"name": "Jens van Hellemondt",
|
|
3634
|
+
"github": "invictus-codes"
|
|
3635
|
+
}
|
|
3636
|
+
],
|
|
3637
|
+
"compatibility": {
|
|
3638
|
+
"nuxt": "^3.0.0",
|
|
3639
|
+
"requires": {}
|
|
3640
|
+
}
|
|
3641
|
+
},
|
|
3229
3642
|
{
|
|
3230
3643
|
"name": "nuxt7",
|
|
3231
3644
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3249,6 +3662,29 @@
|
|
|
3249
3662
|
"requires": {}
|
|
3250
3663
|
}
|
|
3251
3664
|
},
|
|
3665
|
+
{
|
|
3666
|
+
"name": "nuxtlabs-ui",
|
|
3667
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3668
|
+
"repo": "nuxtlabs/ui",
|
|
3669
|
+
"npm": "@nuxthq/ui",
|
|
3670
|
+
"icon": "nuxtlabs-ui.svg",
|
|
3671
|
+
"github": "https://github.com/nuxtlabs/ui",
|
|
3672
|
+
"website": "https://ui.nuxtlabs.com",
|
|
3673
|
+
"learn_more": "https://ui.nuxtlabs.com",
|
|
3674
|
+
"category": "UI",
|
|
3675
|
+
"type": "3rd-party",
|
|
3676
|
+
"maintainers": [
|
|
3677
|
+
{
|
|
3678
|
+
"name": "Benjamin Canac",
|
|
3679
|
+
"github": "benjamincanac",
|
|
3680
|
+
"twitter": "benjamincanac"
|
|
3681
|
+
}
|
|
3682
|
+
],
|
|
3683
|
+
"compatibility": {
|
|
3684
|
+
"nuxt": "^3.0.0",
|
|
3685
|
+
"requires": {}
|
|
3686
|
+
}
|
|
3687
|
+
},
|
|
3252
3688
|
{
|
|
3253
3689
|
"name": "og-image",
|
|
3254
3690
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -3388,6 +3824,30 @@
|
|
|
3388
3824
|
}
|
|
3389
3825
|
}
|
|
3390
3826
|
},
|
|
3827
|
+
{
|
|
3828
|
+
"name": "pdfeasy",
|
|
3829
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
3830
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
3831
|
+
"npm": "nuxt-pdfeasy",
|
|
3832
|
+
"icon": "pdfeasy.png",
|
|
3833
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
3834
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
3835
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
3836
|
+
"category": "Extensions",
|
|
3837
|
+
"type": "3rd-party",
|
|
3838
|
+
"maintainers": [
|
|
3839
|
+
{
|
|
3840
|
+
"name": "Giovane Cardoso",
|
|
3841
|
+
"github": "novout",
|
|
3842
|
+
"twitter": "novoutttttt",
|
|
3843
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
3844
|
+
}
|
|
3845
|
+
],
|
|
3846
|
+
"compatibility": {
|
|
3847
|
+
"nuxt": "^3.0.0",
|
|
3848
|
+
"requires": {}
|
|
3849
|
+
}
|
|
3850
|
+
},
|
|
3391
3851
|
{
|
|
3392
3852
|
"name": "persian-datepicker",
|
|
3393
3853
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3550,6 +4010,28 @@
|
|
|
3550
4010
|
"requires": {}
|
|
3551
4011
|
}
|
|
3552
4012
|
},
|
|
4013
|
+
{
|
|
4014
|
+
"name": "prometheus",
|
|
4015
|
+
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
4016
|
+
"repo": "artmizu/nuxt-prometheus",
|
|
4017
|
+
"npm": "@artmizu/nuxt-prometheus",
|
|
4018
|
+
"icon": "prometheus.svg",
|
|
4019
|
+
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
4020
|
+
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
4021
|
+
"learn_more": "",
|
|
4022
|
+
"category": "Monitoring",
|
|
4023
|
+
"type": "3rd-party",
|
|
4024
|
+
"maintainers": [
|
|
4025
|
+
{
|
|
4026
|
+
"name": "artmizu",
|
|
4027
|
+
"github": "artmizu"
|
|
4028
|
+
}
|
|
4029
|
+
],
|
|
4030
|
+
"compatibility": {
|
|
4031
|
+
"nuxt": "^3.0.0",
|
|
4032
|
+
"requires": {}
|
|
4033
|
+
}
|
|
4034
|
+
},
|
|
3553
4035
|
{
|
|
3554
4036
|
"name": "protected-mailto",
|
|
3555
4037
|
"description": "Nuxt component to generate encoded mailto links",
|
|
@@ -3687,6 +4169,28 @@
|
|
|
3687
4169
|
"requires": {}
|
|
3688
4170
|
}
|
|
3689
4171
|
},
|
|
4172
|
+
{
|
|
4173
|
+
"name": "quasar",
|
|
4174
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4175
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4176
|
+
"npm": "nuxt-quasar-ui",
|
|
4177
|
+
"icon": "quasar.svg",
|
|
4178
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4179
|
+
"website": "https://quasar.dev/",
|
|
4180
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4181
|
+
"category": "UI",
|
|
4182
|
+
"type": "3rd-party",
|
|
4183
|
+
"maintainers": [
|
|
4184
|
+
{
|
|
4185
|
+
"name": "Ege İliklier",
|
|
4186
|
+
"github": "Maiquu"
|
|
4187
|
+
}
|
|
4188
|
+
],
|
|
4189
|
+
"compatibility": {
|
|
4190
|
+
"nuxt": "^3.0.0",
|
|
4191
|
+
"requires": {}
|
|
4192
|
+
}
|
|
4193
|
+
},
|
|
3690
4194
|
{
|
|
3691
4195
|
"name": "recaptcha",
|
|
3692
4196
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -3987,8 +4491,8 @@
|
|
|
3987
4491
|
{
|
|
3988
4492
|
"name": "seo-kit",
|
|
3989
4493
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
3990
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
3991
|
-
"npm": "nuxt-seo-kit
|
|
4494
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4495
|
+
"npm": "nuxt-seo-kit",
|
|
3992
4496
|
"icon": "seo-kit.svg",
|
|
3993
4497
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
3994
4498
|
"website": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4235,26 +4739,48 @@
|
|
|
4235
4739
|
"requires": {}
|
|
4236
4740
|
}
|
|
4237
4741
|
},
|
|
4742
|
+
{
|
|
4743
|
+
"name": "snackbar",
|
|
4744
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4745
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4746
|
+
"npm": "nuxt-snackbar",
|
|
4747
|
+
"icon": "snackbar.png",
|
|
4748
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4749
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4750
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
4751
|
+
"category": "UI",
|
|
4752
|
+
"type": "3rd-party",
|
|
4753
|
+
"maintainers": [
|
|
4754
|
+
{
|
|
4755
|
+
"name": "modbender",
|
|
4756
|
+
"github": "modbender"
|
|
4757
|
+
}
|
|
4758
|
+
],
|
|
4759
|
+
"compatibility": {
|
|
4760
|
+
"nuxt": "^3.0.0",
|
|
4761
|
+
"requires": {}
|
|
4762
|
+
}
|
|
4763
|
+
},
|
|
4238
4764
|
{
|
|
4239
4765
|
"name": "snipcart",
|
|
4240
4766
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4241
|
-
"repo": "nuxt-
|
|
4767
|
+
"repo": "nuxt-modules/snipcart",
|
|
4242
4768
|
"npm": "@nuxtjs/snipcart",
|
|
4243
4769
|
"icon": "snipcart.png",
|
|
4244
|
-
"github": "https://github.com/nuxt-
|
|
4245
|
-
"website": "https://github.com/nuxt-
|
|
4246
|
-
"learn_more": "",
|
|
4247
|
-
"category": "
|
|
4770
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4771
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4772
|
+
"learn_more": "https://snipcart.com",
|
|
4773
|
+
"category": "Ecommerce",
|
|
4248
4774
|
"type": "community",
|
|
4249
4775
|
"maintainers": [
|
|
4250
4776
|
{
|
|
4251
4777
|
"name": "Florent GIRAUD",
|
|
4252
|
-
"github": "
|
|
4253
|
-
"twitter": "
|
|
4778
|
+
"github": "flozero",
|
|
4779
|
+
"twitter": "flozeroo"
|
|
4254
4780
|
}
|
|
4255
4781
|
],
|
|
4256
4782
|
"compatibility": {
|
|
4257
|
-
"nuxt": "^2.0.0",
|
|
4783
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4258
4784
|
"requires": {}
|
|
4259
4785
|
}
|
|
4260
4786
|
},
|
|
@@ -4591,7 +5117,7 @@
|
|
|
4591
5117
|
}
|
|
4592
5118
|
],
|
|
4593
5119
|
"compatibility": {
|
|
4594
|
-
"nuxt": "^2.0.0",
|
|
5120
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4595
5121
|
"requires": {}
|
|
4596
5122
|
}
|
|
4597
5123
|
},
|
|
@@ -4762,6 +5288,29 @@
|
|
|
4762
5288
|
"requires": {}
|
|
4763
5289
|
}
|
|
4764
5290
|
},
|
|
5291
|
+
{
|
|
5292
|
+
"name": "tailvue",
|
|
5293
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
5294
|
+
"repo": "fumeapp/tailvue",
|
|
5295
|
+
"npm": "tailvue",
|
|
5296
|
+
"icon": "tailvue.jpg",
|
|
5297
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
5298
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
5299
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
5300
|
+
"category": "UI",
|
|
5301
|
+
"type": "3rd-party",
|
|
5302
|
+
"maintainers": [
|
|
5303
|
+
{
|
|
5304
|
+
"name": "Kevin Olson",
|
|
5305
|
+
"github": "acidjazz",
|
|
5306
|
+
"twitter": "AppFume"
|
|
5307
|
+
}
|
|
5308
|
+
],
|
|
5309
|
+
"compatibility": {
|
|
5310
|
+
"nuxt": "^3.0.0",
|
|
5311
|
+
"requires": {}
|
|
5312
|
+
}
|
|
5313
|
+
},
|
|
4765
5314
|
{
|
|
4766
5315
|
"name": "tailwindcss",
|
|
4767
5316
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -5051,11 +5600,11 @@
|
|
|
5051
5600
|
{
|
|
5052
5601
|
"name": "unhead",
|
|
5053
5602
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5054
|
-
"repo": "harlan-zw/nuxt-
|
|
5055
|
-
"npm": "nuxt-
|
|
5603
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5604
|
+
"npm": "nuxt-seo-experiments",
|
|
5056
5605
|
"icon": "",
|
|
5057
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5058
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
5606
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5607
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5059
5608
|
"learn_more": "",
|
|
5060
5609
|
"category": "SEO",
|
|
5061
5610
|
"type": "3rd-party",
|
|
@@ -5098,6 +5647,28 @@
|
|
|
5098
5647
|
"requires": {}
|
|
5099
5648
|
}
|
|
5100
5649
|
},
|
|
5650
|
+
{
|
|
5651
|
+
"name": "unlazy",
|
|
5652
|
+
"description": "Lazy loading library for placeholder images",
|
|
5653
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
5654
|
+
"npm": "@unlazy/nuxt",
|
|
5655
|
+
"icon": "unlazy.svg",
|
|
5656
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
5657
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
5658
|
+
"learn_more": "",
|
|
5659
|
+
"category": "Images",
|
|
5660
|
+
"type": "3rd-party",
|
|
5661
|
+
"maintainers": [
|
|
5662
|
+
{
|
|
5663
|
+
"name": "Johann Schopplich",
|
|
5664
|
+
"github": "johannschopplich"
|
|
5665
|
+
}
|
|
5666
|
+
],
|
|
5667
|
+
"compatibility": {
|
|
5668
|
+
"nuxt": "^3.0.0",
|
|
5669
|
+
"requires": {}
|
|
5670
|
+
}
|
|
5671
|
+
},
|
|
5101
5672
|
{
|
|
5102
5673
|
"name": "unlighthouse",
|
|
5103
5674
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5150,6 +5721,29 @@
|
|
|
5150
5721
|
}
|
|
5151
5722
|
}
|
|
5152
5723
|
},
|
|
5724
|
+
{
|
|
5725
|
+
"name": "ununuracss",
|
|
5726
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
5727
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
5728
|
+
"npm": "nuxt-ununura",
|
|
5729
|
+
"icon": "ununuracss.png",
|
|
5730
|
+
"github": "https://github.com/novout/ununuracss",
|
|
5731
|
+
"website": "https://ununura.com/#/",
|
|
5732
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
5733
|
+
"category": "UI",
|
|
5734
|
+
"type": "3rd-party",
|
|
5735
|
+
"maintainers": [
|
|
5736
|
+
{
|
|
5737
|
+
"name": "Giovane Cardoso",
|
|
5738
|
+
"github": "novout",
|
|
5739
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5740
|
+
}
|
|
5741
|
+
],
|
|
5742
|
+
"compatibility": {
|
|
5743
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5744
|
+
"requires": {}
|
|
5745
|
+
}
|
|
5746
|
+
},
|
|
5153
5747
|
{
|
|
5154
5748
|
"name": "user-agent",
|
|
5155
5749
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5194,6 +5788,76 @@
|
|
|
5194
5788
|
"requires": {}
|
|
5195
5789
|
}
|
|
5196
5790
|
},
|
|
5791
|
+
{
|
|
5792
|
+
"name": "vant",
|
|
5793
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
5794
|
+
"repo": "vant-ui/vant-nuxt",
|
|
5795
|
+
"npm": "@vant/nuxt",
|
|
5796
|
+
"icon": "vant.png",
|
|
5797
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
5798
|
+
"website": "https://vant-ui.github.io/vant",
|
|
5799
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
5800
|
+
"category": "UI",
|
|
5801
|
+
"type": "3rd-party",
|
|
5802
|
+
"maintainers": [
|
|
5803
|
+
{
|
|
5804
|
+
"name": "tolking",
|
|
5805
|
+
"github": "tolking"
|
|
5806
|
+
}
|
|
5807
|
+
],
|
|
5808
|
+
"compatibility": {
|
|
5809
|
+
"nuxt": "^3.0.0",
|
|
5810
|
+
"requires": {
|
|
5811
|
+
"bridge": "optional"
|
|
5812
|
+
}
|
|
5813
|
+
}
|
|
5814
|
+
},
|
|
5815
|
+
{
|
|
5816
|
+
"name": "varlet",
|
|
5817
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
5818
|
+
"repo": "varletjs/varlet-nuxt",
|
|
5819
|
+
"npm": "@varlet/nuxt",
|
|
5820
|
+
"icon": "varlet.svg",
|
|
5821
|
+
"github": "https://github.com/varletjs/varlet",
|
|
5822
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
5823
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
5824
|
+
"category": "UI",
|
|
5825
|
+
"type": "3rd-party",
|
|
5826
|
+
"maintainers": [
|
|
5827
|
+
{
|
|
5828
|
+
"name": "zhangmo8",
|
|
5829
|
+
"github": "zhangmo8"
|
|
5830
|
+
}
|
|
5831
|
+
],
|
|
5832
|
+
"compatibility": {
|
|
5833
|
+
"nuxt": "^3.0.0",
|
|
5834
|
+
"requires": {
|
|
5835
|
+
"bridge": "optional"
|
|
5836
|
+
}
|
|
5837
|
+
}
|
|
5838
|
+
},
|
|
5839
|
+
{
|
|
5840
|
+
"name": "vee-validate",
|
|
5841
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
5842
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
5843
|
+
"npm": "@vee-validate/nuxt",
|
|
5844
|
+
"icon": "vee-validate.png",
|
|
5845
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
5846
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
5847
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
5848
|
+
"category": "Libraries",
|
|
5849
|
+
"type": "3rd-party",
|
|
5850
|
+
"maintainers": [
|
|
5851
|
+
{
|
|
5852
|
+
"name": "Abdelrahman Awad",
|
|
5853
|
+
"github": "logaretm"
|
|
5854
|
+
}
|
|
5855
|
+
],
|
|
5856
|
+
"compatibility": {
|
|
5857
|
+
"nuxt": "^3.0.0",
|
|
5858
|
+
"requires": {}
|
|
5859
|
+
}
|
|
5860
|
+
},
|
|
5197
5861
|
{
|
|
5198
5862
|
"name": "vendor",
|
|
5199
5863
|
"description": "directly serve node_modules",
|
|
@@ -5217,6 +5881,29 @@
|
|
|
5217
5881
|
"requires": {}
|
|
5218
5882
|
}
|
|
5219
5883
|
},
|
|
5884
|
+
{
|
|
5885
|
+
"name": "vexip-ui",
|
|
5886
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
5887
|
+
"repo": "vexip-ui/nuxt",
|
|
5888
|
+
"npm": "@vexip-ui/nuxt",
|
|
5889
|
+
"icon": "vexip-ui.svg",
|
|
5890
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
5891
|
+
"website": "https://www.vexipui.com/",
|
|
5892
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
5893
|
+
"category": "UI",
|
|
5894
|
+
"type": "3rd-party",
|
|
5895
|
+
"maintainers": [
|
|
5896
|
+
{
|
|
5897
|
+
"name": "未觉雨声",
|
|
5898
|
+
"github": "qmhc",
|
|
5899
|
+
"twitter": "qmhc95"
|
|
5900
|
+
}
|
|
5901
|
+
],
|
|
5902
|
+
"compatibility": {
|
|
5903
|
+
"nuxt": "^3.0.0",
|
|
5904
|
+
"requires": {}
|
|
5905
|
+
}
|
|
5906
|
+
},
|
|
5220
5907
|
{
|
|
5221
5908
|
"name": "vite-pwa-nuxt",
|
|
5222
5909
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5273,13 +5960,13 @@
|
|
|
5273
5960
|
},
|
|
5274
5961
|
{
|
|
5275
5962
|
"name": "vue-macros",
|
|
5276
|
-
"description": "Explore
|
|
5277
|
-
"repo": "sxzz/
|
|
5963
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
5964
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5278
5965
|
"npm": "@vue-macros/nuxt",
|
|
5279
5966
|
"icon": "vue-macros.svg",
|
|
5280
|
-
"github": "https://github.com/sxzz/
|
|
5967
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5281
5968
|
"website": "https://vue-macros.sxzz.moe",
|
|
5282
|
-
"learn_more": "https://github.com/sxzz/
|
|
5969
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5283
5970
|
"category": "Extensions",
|
|
5284
5971
|
"type": "3rd-party",
|
|
5285
5972
|
"maintainers": [
|
|
@@ -5550,6 +6237,29 @@
|
|
|
5550
6237
|
"requires": {}
|
|
5551
6238
|
}
|
|
5552
6239
|
},
|
|
6240
|
+
{
|
|
6241
|
+
"name": "vunix",
|
|
6242
|
+
"description": "Comprehensive UI toolkit for Vue.js and Nuxt.js that empowers you to build amazing user interfaces with ease. With Vunix, you can leverage the power of popular utility-first CSS frameworks like Tailwind CSS, Unocss, WindiCss, or use your own custom CSS classes.",
|
|
6243
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6244
|
+
"npm": "@vunix/nuxt",
|
|
6245
|
+
"icon": "",
|
|
6246
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6247
|
+
"website": "https://vunix.dewib.com/",
|
|
6248
|
+
"learn_more": "",
|
|
6249
|
+
"category": "UI",
|
|
6250
|
+
"type": "3rd-party",
|
|
6251
|
+
"maintainers": [
|
|
6252
|
+
{
|
|
6253
|
+
"name": "Gaetan SENN",
|
|
6254
|
+
"github": "gaetansenn",
|
|
6255
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6256
|
+
}
|
|
6257
|
+
],
|
|
6258
|
+
"compatibility": {
|
|
6259
|
+
"nuxt": "^3.0.0",
|
|
6260
|
+
"requires": {}
|
|
6261
|
+
}
|
|
6262
|
+
},
|
|
5553
6263
|
{
|
|
5554
6264
|
"name": "web-vitals",
|
|
5555
6265
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5584,29 +6294,6 @@
|
|
|
5584
6294
|
}
|
|
5585
6295
|
}
|
|
5586
6296
|
},
|
|
5587
|
-
{
|
|
5588
|
-
"name": "web3js",
|
|
5589
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5590
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5591
|
-
"npm": "nuxt-web3",
|
|
5592
|
-
"icon": "web3js.svg",
|
|
5593
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5594
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5595
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5596
|
-
"category": "Libraries",
|
|
5597
|
-
"type": "3rd-party",
|
|
5598
|
-
"maintainers": [
|
|
5599
|
-
{
|
|
5600
|
-
"name": "Muhammad Fauzan",
|
|
5601
|
-
"github": "bl0cknumber",
|
|
5602
|
-
"twitter": "fncolon"
|
|
5603
|
-
}
|
|
5604
|
-
],
|
|
5605
|
-
"compatibility": {
|
|
5606
|
-
"nuxt": "^2.0.0",
|
|
5607
|
-
"requires": {}
|
|
5608
|
-
}
|
|
5609
|
-
},
|
|
5610
6297
|
{
|
|
5611
6298
|
"name": "webfontloader",
|
|
5612
6299
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5721,6 +6408,54 @@
|
|
|
5721
6408
|
"requires": {}
|
|
5722
6409
|
}
|
|
5723
6410
|
},
|
|
6411
|
+
{
|
|
6412
|
+
"name": "well-known",
|
|
6413
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6414
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6415
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6416
|
+
"icon": "well-known.svg",
|
|
6417
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6418
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6419
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6420
|
+
"category": "SEO",
|
|
6421
|
+
"type": "3rd-party",
|
|
6422
|
+
"maintainers": [
|
|
6423
|
+
{
|
|
6424
|
+
"name": "Zadig&Voltaire Team",
|
|
6425
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6426
|
+
}
|
|
6427
|
+
],
|
|
6428
|
+
"compatibility": {
|
|
6429
|
+
"nuxt": "^3.0.0",
|
|
6430
|
+
"requires": {}
|
|
6431
|
+
}
|
|
6432
|
+
},
|
|
6433
|
+
{
|
|
6434
|
+
"name": "wideangle",
|
|
6435
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
6436
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
6437
|
+
"npm": "wideangle-nuxt",
|
|
6438
|
+
"icon": "wideangle.png",
|
|
6439
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
6440
|
+
"website": "https://wideangle.co",
|
|
6441
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
6442
|
+
"category": "Analytics",
|
|
6443
|
+
"type": "3rd-party",
|
|
6444
|
+
"maintainers": [
|
|
6445
|
+
{
|
|
6446
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
6447
|
+
"github": "inputobjects"
|
|
6448
|
+
},
|
|
6449
|
+
{
|
|
6450
|
+
"name": "Jarek Rozanski",
|
|
6451
|
+
"github": "jrozanski"
|
|
6452
|
+
}
|
|
6453
|
+
],
|
|
6454
|
+
"compatibility": {
|
|
6455
|
+
"nuxt": "^3.0.0",
|
|
6456
|
+
"requires": {}
|
|
6457
|
+
}
|
|
6458
|
+
},
|
|
5724
6459
|
{
|
|
5725
6460
|
"name": "windicss",
|
|
5726
6461
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -5864,6 +6599,29 @@
|
|
|
5864
6599
|
"requires": {}
|
|
5865
6600
|
}
|
|
5866
6601
|
},
|
|
6602
|
+
{
|
|
6603
|
+
"name": "yandex-metrika-next",
|
|
6604
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
6605
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6606
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6607
|
+
"icon": "yandex-metrika.svg",
|
|
6608
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6609
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6610
|
+
"learn_more": "",
|
|
6611
|
+
"category": "Analytics",
|
|
6612
|
+
"type": "3rd-party",
|
|
6613
|
+
"maintainers": [
|
|
6614
|
+
{
|
|
6615
|
+
"name": "Aleksandr Saburov",
|
|
6616
|
+
"github": "artmizu",
|
|
6617
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6618
|
+
}
|
|
6619
|
+
],
|
|
6620
|
+
"compatibility": {
|
|
6621
|
+
"nuxt": "^3.0.0",
|
|
6622
|
+
"requires": {}
|
|
6623
|
+
}
|
|
6624
|
+
},
|
|
5867
6625
|
{
|
|
5868
6626
|
"name": "yandex-metrika",
|
|
5869
6627
|
"description": "Yandex metrika Module for Nuxt.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/modules",
|
|
3
|
-
"version": "0.6.0-
|
|
3
|
+
"version": "0.6.0-dbdcb3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./modules.json",
|
|
6
6
|
"files": [
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@nuxt/eslint-config": "^0.1.1",
|
|
21
21
|
"@types/js-yaml": "^4.0.5",
|
|
22
|
-
"@types/node": "^18.
|
|
23
|
-
"defu": "^6.1.
|
|
24
|
-
"eslint": "^8.
|
|
25
|
-
"globby": "^13.1.
|
|
22
|
+
"@types/node": "^18.16.10",
|
|
23
|
+
"defu": "^6.1.2",
|
|
24
|
+
"eslint": "^8.34.0",
|
|
25
|
+
"globby": "^13.1.4",
|
|
26
26
|
"hasha": "^5.2.2",
|
|
27
|
-
"jiti": "^1.
|
|
27
|
+
"jiti": "^1.17.2",
|
|
28
28
|
"js-yaml": "^4.1.0",
|
|
29
|
-
"ofetch": "^1.0.
|
|
30
|
-
"typescript": "^4.9.
|
|
29
|
+
"ofetch": "^1.0.1",
|
|
30
|
+
"typescript": "^4.9.5"
|
|
31
31
|
},
|
|
32
|
-
"packageManager": "pnpm@7.
|
|
32
|
+
"packageManager": "pnpm@7.32.4"
|
|
33
33
|
}
|