@nuxt/modules 0.6.0-ed87ea → 0.6.0-f349ae
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 +807 -98
- 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
|
@@ -125,21 +125,20 @@
|
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
|
-
"name": "
|
|
129
|
-
"description": "
|
|
130
|
-
"repo": "
|
|
131
|
-
"npm": "@
|
|
132
|
-
"icon": "
|
|
133
|
-
"github": "https://github.com/
|
|
134
|
-
"website": "",
|
|
128
|
+
"name": "animejs",
|
|
129
|
+
"description": "Anime.js module for Nuxt",
|
|
130
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
131
|
+
"npm": "@hypernym/nuxt-anime",
|
|
132
|
+
"icon": "",
|
|
133
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
134
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
135
135
|
"learn_more": "",
|
|
136
|
-
"category": "
|
|
136
|
+
"category": "Libraries",
|
|
137
137
|
"type": "3rd-party",
|
|
138
138
|
"maintainers": [
|
|
139
139
|
{
|
|
140
|
-
"name": "
|
|
141
|
-
"github": "
|
|
142
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
140
|
+
"name": "ivodolenc",
|
|
141
|
+
"github": "ivodolenc"
|
|
143
142
|
}
|
|
144
143
|
],
|
|
145
144
|
"compatibility": {
|
|
@@ -148,25 +147,27 @@
|
|
|
148
147
|
}
|
|
149
148
|
},
|
|
150
149
|
{
|
|
151
|
-
"name": "
|
|
152
|
-
"description": "
|
|
153
|
-
"repo": "
|
|
154
|
-
"npm": "nuxt
|
|
155
|
-
"icon": "",
|
|
156
|
-
"github": "https://github.com/
|
|
157
|
-
"website": "https://
|
|
158
|
-
"learn_more": "",
|
|
159
|
-
"category": "
|
|
150
|
+
"name": "ant-design-vue",
|
|
151
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
152
|
+
"repo": "vueComponent/ant-design-vue-nuxt",
|
|
153
|
+
"npm": "@ant-design-vue/nuxt",
|
|
154
|
+
"icon": "ant-design-vue.svg",
|
|
155
|
+
"github": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
156
|
+
"website": "https://antdv.com",
|
|
157
|
+
"learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
158
|
+
"category": "UI",
|
|
160
159
|
"type": "3rd-party",
|
|
161
160
|
"maintainers": [
|
|
162
161
|
{
|
|
163
|
-
"name": "
|
|
164
|
-
"github": "
|
|
162
|
+
"name": "tangjinzhou",
|
|
163
|
+
"github": "tangjinzhou"
|
|
165
164
|
}
|
|
166
165
|
],
|
|
167
166
|
"compatibility": {
|
|
168
|
-
"nuxt": "^
|
|
169
|
-
"requires": {
|
|
167
|
+
"nuxt": "^3.0.0",
|
|
168
|
+
"requires": {
|
|
169
|
+
"bridge": "optional"
|
|
170
|
+
}
|
|
170
171
|
}
|
|
171
172
|
},
|
|
172
173
|
{
|
|
@@ -176,7 +177,7 @@
|
|
|
176
177
|
"npm": "nuxt-api-party",
|
|
177
178
|
"icon": "api-party.svg",
|
|
178
179
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
179
|
-
"website": "https://
|
|
180
|
+
"website": "https://nuxt-api-party.jhnn.dev/",
|
|
180
181
|
"learn_more": "",
|
|
181
182
|
"category": "Request",
|
|
182
183
|
"type": "3rd-party",
|
|
@@ -272,7 +273,7 @@
|
|
|
272
273
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
273
274
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
274
275
|
"learn_more": "",
|
|
275
|
-
"category": "
|
|
276
|
+
"category": "Database",
|
|
276
277
|
"type": "3rd-party",
|
|
277
278
|
"maintainers": [
|
|
278
279
|
{
|
|
@@ -281,7 +282,7 @@
|
|
|
281
282
|
}
|
|
282
283
|
],
|
|
283
284
|
"compatibility": {
|
|
284
|
-
"nuxt": "^
|
|
285
|
+
"nuxt": "^3.0.0",
|
|
285
286
|
"requires": {}
|
|
286
287
|
}
|
|
287
288
|
},
|
|
@@ -574,11 +575,11 @@
|
|
|
574
575
|
{
|
|
575
576
|
"name": "chatwoot",
|
|
576
577
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
577
|
-
"repo": "
|
|
578
|
-
"npm": "@
|
|
578
|
+
"repo": "productdevbookcom/chatwoot",
|
|
579
|
+
"npm": "@productdevbook/chatwoot",
|
|
579
580
|
"icon": "chatwoot.png",
|
|
580
|
-
"github": "https://github.com/
|
|
581
|
-
"website": "https://github.com/
|
|
581
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
582
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
582
583
|
"learn_more": "https://www.chatwoot.com",
|
|
583
584
|
"category": "Libraries",
|
|
584
585
|
"type": "3rd-party",
|
|
@@ -615,6 +616,29 @@
|
|
|
615
616
|
"requires": {}
|
|
616
617
|
}
|
|
617
618
|
},
|
|
619
|
+
{
|
|
620
|
+
"name": "clarity-analytics",
|
|
621
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
622
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
623
|
+
"npm": "nuxt-clarity-analytics",
|
|
624
|
+
"icon": "",
|
|
625
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
626
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
627
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
628
|
+
"category": "Analytics",
|
|
629
|
+
"type": "3rd-party",
|
|
630
|
+
"maintainers": [
|
|
631
|
+
{
|
|
632
|
+
"name": "Barbapapazes",
|
|
633
|
+
"github": "Barbapapazes",
|
|
634
|
+
"twitter": "soubiran_"
|
|
635
|
+
}
|
|
636
|
+
],
|
|
637
|
+
"compatibility": {
|
|
638
|
+
"nuxt": "^3.0.0",
|
|
639
|
+
"requires": {}
|
|
640
|
+
}
|
|
641
|
+
},
|
|
618
642
|
{
|
|
619
643
|
"name": "client-init",
|
|
620
644
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -664,7 +688,7 @@
|
|
|
664
688
|
"description": "Cloudflare Web Analytics Module for Nuxt",
|
|
665
689
|
"repo": "hamlogic/nuxt-cloudflare-analytics",
|
|
666
690
|
"npm": "nuxt-cloudflare-analytics",
|
|
667
|
-
"icon": "cloudflare
|
|
691
|
+
"icon": "cloudflare.svg",
|
|
668
692
|
"github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
669
693
|
"website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
670
694
|
"learn_more": "https://www.cloudflare.com/web-analytics/",
|
|
@@ -780,12 +804,35 @@
|
|
|
780
804
|
"requires": {}
|
|
781
805
|
}
|
|
782
806
|
},
|
|
807
|
+
{
|
|
808
|
+
"name": "content-assets",
|
|
809
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
810
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
811
|
+
"npm": "nuxt-content-assets",
|
|
812
|
+
"icon": "content-assets.png",
|
|
813
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
814
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
815
|
+
"learn_more": "",
|
|
816
|
+
"category": "Images",
|
|
817
|
+
"type": "3rd-party",
|
|
818
|
+
"maintainers": [
|
|
819
|
+
{
|
|
820
|
+
"name": "davestewart",
|
|
821
|
+
"github": "davestewart",
|
|
822
|
+
"twitter": "dave_stewart"
|
|
823
|
+
}
|
|
824
|
+
],
|
|
825
|
+
"compatibility": {
|
|
826
|
+
"nuxt": "^3.0.0",
|
|
827
|
+
"requires": {}
|
|
828
|
+
}
|
|
829
|
+
},
|
|
783
830
|
{
|
|
784
831
|
"name": "content",
|
|
785
832
|
"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.",
|
|
786
833
|
"repo": "nuxt/content#main",
|
|
787
834
|
"npm": "@nuxt/content",
|
|
788
|
-
"icon": "nuxt.
|
|
835
|
+
"icon": "nuxt.svg",
|
|
789
836
|
"github": "https://github.com/nuxt/content",
|
|
790
837
|
"website": "https://content.nuxtjs.org",
|
|
791
838
|
"learn_more": "",
|
|
@@ -952,11 +999,11 @@
|
|
|
952
999
|
}
|
|
953
1000
|
},
|
|
954
1001
|
{
|
|
955
|
-
"name": "datocms",
|
|
956
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
1002
|
+
"name": "datocms-nuxt2",
|
|
1003
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
957
1004
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
958
1005
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
959
|
-
"icon": "datocms.
|
|
1006
|
+
"icon": "datocms.svg",
|
|
960
1007
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
961
1008
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
962
1009
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -973,26 +1020,50 @@
|
|
|
973
1020
|
"requires": {}
|
|
974
1021
|
}
|
|
975
1022
|
},
|
|
1023
|
+
{
|
|
1024
|
+
"name": "datocms",
|
|
1025
|
+
"description": "DatoCMS module for Nuxt",
|
|
1026
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
1027
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
1028
|
+
"icon": "datocms.svg",
|
|
1029
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
1030
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
1031
|
+
"learn_more": "https://www.datocms.com/",
|
|
1032
|
+
"category": "CMS",
|
|
1033
|
+
"type": "3rd-party",
|
|
1034
|
+
"maintainers": [
|
|
1035
|
+
{
|
|
1036
|
+
"name": "Jamie Warburton",
|
|
1037
|
+
"github": "jamiewarb",
|
|
1038
|
+
"twitter": "jamiewarb",
|
|
1039
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
1040
|
+
}
|
|
1041
|
+
],
|
|
1042
|
+
"compatibility": {
|
|
1043
|
+
"nuxt": "^3.0.0",
|
|
1044
|
+
"requires": {}
|
|
1045
|
+
}
|
|
1046
|
+
},
|
|
976
1047
|
{
|
|
977
1048
|
"name": "dayjs",
|
|
978
|
-
"description": "
|
|
979
|
-
"repo": "
|
|
980
|
-
"npm": "
|
|
1049
|
+
"description": "Day.js module for Nuxt",
|
|
1050
|
+
"repo": "fumeapp/dayjs",
|
|
1051
|
+
"npm": "dayjs-nuxt",
|
|
981
1052
|
"icon": "day-js.png",
|
|
982
|
-
"github": "https://github.com/
|
|
983
|
-
"website": "https://github.com/
|
|
1053
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1054
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
984
1055
|
"learn_more": "https://day.js.org/",
|
|
985
|
-
"category": "
|
|
986
|
-
"type": "
|
|
1056
|
+
"category": "Libraries",
|
|
1057
|
+
"type": "3rd-party",
|
|
987
1058
|
"maintainers": [
|
|
988
1059
|
{
|
|
989
|
-
"name": "
|
|
990
|
-
"github": "
|
|
991
|
-
"twitter": "
|
|
1060
|
+
"name": "Kevin Olson",
|
|
1061
|
+
"github": "acidjazz",
|
|
1062
|
+
"twitter": "AppFume"
|
|
992
1063
|
}
|
|
993
1064
|
],
|
|
994
1065
|
"compatibility": {
|
|
995
|
-
"nuxt": "^
|
|
1066
|
+
"nuxt": "^3.0.0",
|
|
996
1067
|
"requires": {}
|
|
997
1068
|
}
|
|
998
1069
|
},
|
|
@@ -1041,6 +1112,29 @@
|
|
|
1041
1112
|
"requires": {}
|
|
1042
1113
|
}
|
|
1043
1114
|
},
|
|
1115
|
+
{
|
|
1116
|
+
"name": "devtools",
|
|
1117
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1118
|
+
"repo": "nuxt/devtools#main",
|
|
1119
|
+
"npm": "@nuxt/devtools",
|
|
1120
|
+
"icon": "nuxt.svg",
|
|
1121
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1122
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1123
|
+
"learn_more": "",
|
|
1124
|
+
"category": "Devtools",
|
|
1125
|
+
"type": "official",
|
|
1126
|
+
"maintainers": [
|
|
1127
|
+
{
|
|
1128
|
+
"name": "Anthony Fu",
|
|
1129
|
+
"github": "antfu",
|
|
1130
|
+
"twitter": "antfu7"
|
|
1131
|
+
}
|
|
1132
|
+
],
|
|
1133
|
+
"compatibility": {
|
|
1134
|
+
"nuxt": "^3.0.0",
|
|
1135
|
+
"requires": {}
|
|
1136
|
+
}
|
|
1137
|
+
},
|
|
1044
1138
|
{
|
|
1045
1139
|
"name": "directus",
|
|
1046
1140
|
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
@@ -1143,6 +1237,28 @@
|
|
|
1143
1237
|
"requires": {}
|
|
1144
1238
|
}
|
|
1145
1239
|
},
|
|
1240
|
+
{
|
|
1241
|
+
"name": "electron",
|
|
1242
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1243
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1244
|
+
"npm": "nuxt-electron",
|
|
1245
|
+
"icon": "electron.svg",
|
|
1246
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1247
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1248
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1249
|
+
"category": "Extensions",
|
|
1250
|
+
"type": "3rd-party",
|
|
1251
|
+
"maintainers": [
|
|
1252
|
+
{
|
|
1253
|
+
"name": "草鞋没号",
|
|
1254
|
+
"github": "caoxiemeihao"
|
|
1255
|
+
}
|
|
1256
|
+
],
|
|
1257
|
+
"compatibility": {
|
|
1258
|
+
"nuxt": "^3.0.0",
|
|
1259
|
+
"requires": {}
|
|
1260
|
+
}
|
|
1261
|
+
},
|
|
1146
1262
|
{
|
|
1147
1263
|
"name": "element-plus",
|
|
1148
1264
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1213,7 +1329,7 @@
|
|
|
1213
1329
|
}
|
|
1214
1330
|
],
|
|
1215
1331
|
"compatibility": {
|
|
1216
|
-
"nuxt": "^2.0.0",
|
|
1332
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1217
1333
|
"requires": {}
|
|
1218
1334
|
}
|
|
1219
1335
|
},
|
|
@@ -1718,6 +1834,30 @@
|
|
|
1718
1834
|
"requires": {}
|
|
1719
1835
|
}
|
|
1720
1836
|
},
|
|
1837
|
+
{
|
|
1838
|
+
"name": "gtag",
|
|
1839
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1840
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1841
|
+
"npm": "nuxt-gtag",
|
|
1842
|
+
"icon": "gtag.svg",
|
|
1843
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1844
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1845
|
+
"learn_more": "",
|
|
1846
|
+
"category": "Analytics",
|
|
1847
|
+
"type": "3rd-party",
|
|
1848
|
+
"maintainers": [
|
|
1849
|
+
{
|
|
1850
|
+
"name": "Johann Schopplich",
|
|
1851
|
+
"github": "johannschopplich",
|
|
1852
|
+
"twitter": "jschopplich",
|
|
1853
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1854
|
+
}
|
|
1855
|
+
],
|
|
1856
|
+
"compatibility": {
|
|
1857
|
+
"nuxt": "^3.0.0",
|
|
1858
|
+
"requires": {}
|
|
1859
|
+
}
|
|
1860
|
+
},
|
|
1721
1861
|
{
|
|
1722
1862
|
"name": "gtm",
|
|
1723
1863
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -2021,6 +2161,28 @@
|
|
|
2021
2161
|
"requires": {}
|
|
2022
2162
|
}
|
|
2023
2163
|
},
|
|
2164
|
+
{
|
|
2165
|
+
"name": "icon-font",
|
|
2166
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2167
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2168
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2169
|
+
"icon": "",
|
|
2170
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2171
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2172
|
+
"learn_more": "",
|
|
2173
|
+
"category": "UI",
|
|
2174
|
+
"type": "3rd-party",
|
|
2175
|
+
"maintainers": [
|
|
2176
|
+
{
|
|
2177
|
+
"name": "coremyslo",
|
|
2178
|
+
"github": "coremyslo"
|
|
2179
|
+
}
|
|
2180
|
+
],
|
|
2181
|
+
"compatibility": {
|
|
2182
|
+
"nuxt": "^3.0.0",
|
|
2183
|
+
"requires": {}
|
|
2184
|
+
}
|
|
2185
|
+
},
|
|
2024
2186
|
{
|
|
2025
2187
|
"name": "icon",
|
|
2026
2188
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2147,12 +2309,12 @@
|
|
|
2147
2309
|
{
|
|
2148
2310
|
"name": "inkline",
|
|
2149
2311
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2150
|
-
"repo": "inkline/
|
|
2151
|
-
"npm": "@inkline/
|
|
2312
|
+
"repo": "inkline/plugin",
|
|
2313
|
+
"npm": "@inkline/plugin",
|
|
2152
2314
|
"icon": "inkline.svg",
|
|
2153
|
-
"github": "https://github.com/inkline/
|
|
2315
|
+
"github": "https://github.com/inkline/plugin",
|
|
2154
2316
|
"website": "https://inkline.io",
|
|
2155
|
-
"learn_more": "https://inkline.io/docs/
|
|
2317
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2156
2318
|
"category": "UI",
|
|
2157
2319
|
"type": "3rd-party",
|
|
2158
2320
|
"maintainers": [
|
|
@@ -2372,7 +2534,7 @@
|
|
|
2372
2534
|
},
|
|
2373
2535
|
{
|
|
2374
2536
|
"name": "link-checker",
|
|
2375
|
-
"description": "",
|
|
2537
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2376
2538
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2377
2539
|
"npm": "nuxt-link-checker",
|
|
2378
2540
|
"icon": "",
|
|
@@ -2602,6 +2764,31 @@
|
|
|
2602
2764
|
"requires": {}
|
|
2603
2765
|
}
|
|
2604
2766
|
},
|
|
2767
|
+
{
|
|
2768
|
+
"name": "medusa",
|
|
2769
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2770
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2771
|
+
"npm": "nuxt-medusa",
|
|
2772
|
+
"icon": "medusa.svg",
|
|
2773
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2774
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2775
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2776
|
+
"category": "Ecommerce",
|
|
2777
|
+
"type": "3rd-party",
|
|
2778
|
+
"maintainers": [
|
|
2779
|
+
{
|
|
2780
|
+
"name": "Jakub Andrzejewski",
|
|
2781
|
+
"github": "Baroshem",
|
|
2782
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2783
|
+
}
|
|
2784
|
+
],
|
|
2785
|
+
"compatibility": {
|
|
2786
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2787
|
+
"requires": {
|
|
2788
|
+
"bridge": true
|
|
2789
|
+
}
|
|
2790
|
+
}
|
|
2791
|
+
},
|
|
2605
2792
|
{
|
|
2606
2793
|
"name": "meilisearch",
|
|
2607
2794
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2671,6 +2858,29 @@
|
|
|
2671
2858
|
"requires": {}
|
|
2672
2859
|
}
|
|
2673
2860
|
},
|
|
2861
|
+
{
|
|
2862
|
+
"name": "module-feed",
|
|
2863
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
2864
|
+
"repo": "tresko/nuxt-module-feed",
|
|
2865
|
+
"npm": "nuxt-module-feed",
|
|
2866
|
+
"icon": "",
|
|
2867
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
2868
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
2869
|
+
"learn_more": "",
|
|
2870
|
+
"category": "SEO",
|
|
2871
|
+
"type": "3rd-party",
|
|
2872
|
+
"maintainers": [
|
|
2873
|
+
{
|
|
2874
|
+
"name": "Miha Sedej",
|
|
2875
|
+
"github": "tresko",
|
|
2876
|
+
"twitter": "mihasedej"
|
|
2877
|
+
}
|
|
2878
|
+
],
|
|
2879
|
+
"compatibility": {
|
|
2880
|
+
"nuxt": "^3.0.0",
|
|
2881
|
+
"requires": {}
|
|
2882
|
+
}
|
|
2883
|
+
},
|
|
2674
2884
|
{
|
|
2675
2885
|
"name": "moment",
|
|
2676
2886
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2859,6 +3069,28 @@
|
|
|
2859
3069
|
"requires": {}
|
|
2860
3070
|
}
|
|
2861
3071
|
},
|
|
3072
|
+
{
|
|
3073
|
+
"name": "nupolyon",
|
|
3074
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3075
|
+
"repo": "adenvt/nupolyon",
|
|
3076
|
+
"npm": "nupolyon",
|
|
3077
|
+
"icon": "",
|
|
3078
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3079
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3080
|
+
"learn_more": "",
|
|
3081
|
+
"category": "Performance",
|
|
3082
|
+
"type": "3rd-party",
|
|
3083
|
+
"maintainers": [
|
|
3084
|
+
{
|
|
3085
|
+
"name": "adenvt",
|
|
3086
|
+
"github": "adenvt"
|
|
3087
|
+
}
|
|
3088
|
+
],
|
|
3089
|
+
"compatibility": {
|
|
3090
|
+
"nuxt": "^3.0.0",
|
|
3091
|
+
"requires": {}
|
|
3092
|
+
}
|
|
3093
|
+
},
|
|
2862
3094
|
{
|
|
2863
3095
|
"name": "nuxt-auth",
|
|
2864
3096
|
"description": "",
|
|
@@ -2881,6 +3113,28 @@
|
|
|
2881
3113
|
"requires": {}
|
|
2882
3114
|
}
|
|
2883
3115
|
},
|
|
3116
|
+
{
|
|
3117
|
+
"name": "nuxt-chatgpt",
|
|
3118
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3119
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3120
|
+
"npm": "nuxt-chatgpt",
|
|
3121
|
+
"icon": "chatgpt.svg",
|
|
3122
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3123
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3124
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3125
|
+
"category": "Libraries",
|
|
3126
|
+
"type": "3rd-party",
|
|
3127
|
+
"maintainers": [
|
|
3128
|
+
{
|
|
3129
|
+
"name": "Oliver Trajceski",
|
|
3130
|
+
"github": "schnapsterdog"
|
|
3131
|
+
}
|
|
3132
|
+
],
|
|
3133
|
+
"compatibility": {
|
|
3134
|
+
"nuxt": "^3.0.0",
|
|
3135
|
+
"requires": {}
|
|
3136
|
+
}
|
|
3137
|
+
},
|
|
2884
3138
|
{
|
|
2885
3139
|
"name": "nuxt-graphql-middleware",
|
|
2886
3140
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2932,6 +3186,28 @@
|
|
|
2932
3186
|
"requires": {}
|
|
2933
3187
|
}
|
|
2934
3188
|
},
|
|
3189
|
+
{
|
|
3190
|
+
"name": "nuxt-gtm",
|
|
3191
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3192
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3193
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3194
|
+
"icon": "nuxt-gtm.svg",
|
|
3195
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3196
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3197
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3198
|
+
"category": "Analytics",
|
|
3199
|
+
"type": "3rd-party",
|
|
3200
|
+
"maintainers": [
|
|
3201
|
+
{
|
|
3202
|
+
"name": "Zadig&Voltaire Team",
|
|
3203
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3204
|
+
}
|
|
3205
|
+
],
|
|
3206
|
+
"compatibility": {
|
|
3207
|
+
"nuxt": "^3.0.0",
|
|
3208
|
+
"requires": {}
|
|
3209
|
+
}
|
|
3210
|
+
},
|
|
2935
3211
|
{
|
|
2936
3212
|
"name": "nuxt-hue",
|
|
2937
3213
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2956,6 +3232,28 @@
|
|
|
2956
3232
|
}
|
|
2957
3233
|
}
|
|
2958
3234
|
},
|
|
3235
|
+
{
|
|
3236
|
+
"name": "nuxt-lazy-load",
|
|
3237
|
+
"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",
|
|
3238
|
+
"repo": "",
|
|
3239
|
+
"npm": "nuxt-lazy-load",
|
|
3240
|
+
"icon": "nuxt-lazy-load.svg",
|
|
3241
|
+
"github": "",
|
|
3242
|
+
"website": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3243
|
+
"learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3244
|
+
"category": "Performance",
|
|
3245
|
+
"type": "3rd-party",
|
|
3246
|
+
"maintainers": [
|
|
3247
|
+
{
|
|
3248
|
+
"name": "Dario Ferderber",
|
|
3249
|
+
"github": "darioferderber"
|
|
3250
|
+
}
|
|
3251
|
+
],
|
|
3252
|
+
"compatibility": {
|
|
3253
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3254
|
+
"requires": {}
|
|
3255
|
+
}
|
|
3256
|
+
},
|
|
2959
3257
|
{
|
|
2960
3258
|
"name": "nuxt-localtunnel",
|
|
2961
3259
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3002,6 +3300,28 @@
|
|
|
3002
3300
|
"requires": {}
|
|
3003
3301
|
}
|
|
3004
3302
|
},
|
|
3303
|
+
{
|
|
3304
|
+
"name": "nuxt-mapbox",
|
|
3305
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3306
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3307
|
+
"npm": "nuxt-mapbox",
|
|
3308
|
+
"icon": "nuxt-mapbox.svg",
|
|
3309
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3310
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3311
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3312
|
+
"category": "Libraries",
|
|
3313
|
+
"type": "3rd-party",
|
|
3314
|
+
"maintainers": [
|
|
3315
|
+
{
|
|
3316
|
+
"name": "Alex Lavoie",
|
|
3317
|
+
"github": "AlexLavoie42"
|
|
3318
|
+
}
|
|
3319
|
+
],
|
|
3320
|
+
"compatibility": {
|
|
3321
|
+
"nuxt": "^3.0.0",
|
|
3322
|
+
"requires": {}
|
|
3323
|
+
}
|
|
3324
|
+
},
|
|
3005
3325
|
{
|
|
3006
3326
|
"name": "nuxt-monaco-editor",
|
|
3007
3327
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3024,6 +3344,28 @@
|
|
|
3024
3344
|
"requires": {}
|
|
3025
3345
|
}
|
|
3026
3346
|
},
|
|
3347
|
+
{
|
|
3348
|
+
"name": "nuxt-mongoose",
|
|
3349
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3350
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3351
|
+
"npm": "nuxt-mongoose",
|
|
3352
|
+
"icon": "nuxt-mongoose.svg",
|
|
3353
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3354
|
+
"website": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3355
|
+
"learn_more": "",
|
|
3356
|
+
"category": "Database",
|
|
3357
|
+
"type": "3rd-party",
|
|
3358
|
+
"maintainers": [
|
|
3359
|
+
{
|
|
3360
|
+
"name": "arashsheyda",
|
|
3361
|
+
"github": "arashsheyda"
|
|
3362
|
+
}
|
|
3363
|
+
],
|
|
3364
|
+
"compatibility": {
|
|
3365
|
+
"nuxt": "^3.0.0",
|
|
3366
|
+
"requires": {}
|
|
3367
|
+
}
|
|
3368
|
+
},
|
|
3027
3369
|
{
|
|
3028
3370
|
"name": "nuxt-pdf",
|
|
3029
3371
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3322,6 +3664,28 @@
|
|
|
3322
3664
|
"requires": {}
|
|
3323
3665
|
}
|
|
3324
3666
|
},
|
|
3667
|
+
{
|
|
3668
|
+
"name": "nuxt-vuetify",
|
|
3669
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
|
|
3670
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3671
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3672
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3673
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3674
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3675
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3676
|
+
"category": "UI",
|
|
3677
|
+
"type": "3rd-party",
|
|
3678
|
+
"maintainers": [
|
|
3679
|
+
{
|
|
3680
|
+
"name": "Jens van Hellemondt",
|
|
3681
|
+
"github": "invictus-codes"
|
|
3682
|
+
}
|
|
3683
|
+
],
|
|
3684
|
+
"compatibility": {
|
|
3685
|
+
"nuxt": "^3.0.0",
|
|
3686
|
+
"requires": {}
|
|
3687
|
+
}
|
|
3688
|
+
},
|
|
3325
3689
|
{
|
|
3326
3690
|
"name": "nuxt7",
|
|
3327
3691
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3345,6 +3709,29 @@
|
|
|
3345
3709
|
"requires": {}
|
|
3346
3710
|
}
|
|
3347
3711
|
},
|
|
3712
|
+
{
|
|
3713
|
+
"name": "nuxtlabs-ui",
|
|
3714
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3715
|
+
"repo": "nuxtlabs/ui",
|
|
3716
|
+
"npm": "@nuxthq/ui",
|
|
3717
|
+
"icon": "nuxtlabs-ui.svg",
|
|
3718
|
+
"github": "https://github.com/nuxtlabs/ui",
|
|
3719
|
+
"website": "https://ui.nuxtlabs.com",
|
|
3720
|
+
"learn_more": "https://ui.nuxtlabs.com",
|
|
3721
|
+
"category": "UI",
|
|
3722
|
+
"type": "3rd-party",
|
|
3723
|
+
"maintainers": [
|
|
3724
|
+
{
|
|
3725
|
+
"name": "Benjamin Canac",
|
|
3726
|
+
"github": "benjamincanac",
|
|
3727
|
+
"twitter": "benjamincanac"
|
|
3728
|
+
}
|
|
3729
|
+
],
|
|
3730
|
+
"compatibility": {
|
|
3731
|
+
"nuxt": "^3.0.0",
|
|
3732
|
+
"requires": {}
|
|
3733
|
+
}
|
|
3734
|
+
},
|
|
3348
3735
|
{
|
|
3349
3736
|
"name": "og-image",
|
|
3350
3737
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -3484,6 +3871,30 @@
|
|
|
3484
3871
|
}
|
|
3485
3872
|
}
|
|
3486
3873
|
},
|
|
3874
|
+
{
|
|
3875
|
+
"name": "pdfeasy",
|
|
3876
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
3877
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
3878
|
+
"npm": "nuxt-pdfeasy",
|
|
3879
|
+
"icon": "pdfeasy.png",
|
|
3880
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
3881
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
3882
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
3883
|
+
"category": "Extensions",
|
|
3884
|
+
"type": "3rd-party",
|
|
3885
|
+
"maintainers": [
|
|
3886
|
+
{
|
|
3887
|
+
"name": "Giovane Cardoso",
|
|
3888
|
+
"github": "novout",
|
|
3889
|
+
"twitter": "novoutttttt",
|
|
3890
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
3891
|
+
}
|
|
3892
|
+
],
|
|
3893
|
+
"compatibility": {
|
|
3894
|
+
"nuxt": "^3.0.0",
|
|
3895
|
+
"requires": {}
|
|
3896
|
+
}
|
|
3897
|
+
},
|
|
3487
3898
|
{
|
|
3488
3899
|
"name": "persian-datepicker",
|
|
3489
3900
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3651,11 +4062,11 @@
|
|
|
3651
4062
|
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3652
4063
|
"repo": "artmizu/nuxt-prometheus",
|
|
3653
4064
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3654
|
-
"icon": "",
|
|
4065
|
+
"icon": "prometheus.svg",
|
|
3655
4066
|
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3656
4067
|
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3657
4068
|
"learn_more": "",
|
|
3658
|
-
"category": "
|
|
4069
|
+
"category": "Monitoring",
|
|
3659
4070
|
"type": "3rd-party",
|
|
3660
4071
|
"maintainers": [
|
|
3661
4072
|
{
|
|
@@ -3664,7 +4075,7 @@
|
|
|
3664
4075
|
}
|
|
3665
4076
|
],
|
|
3666
4077
|
"compatibility": {
|
|
3667
|
-
"nuxt": "^
|
|
4078
|
+
"nuxt": "^3.0.0",
|
|
3668
4079
|
"requires": {}
|
|
3669
4080
|
}
|
|
3670
4081
|
},
|
|
@@ -3805,6 +4216,28 @@
|
|
|
3805
4216
|
"requires": {}
|
|
3806
4217
|
}
|
|
3807
4218
|
},
|
|
4219
|
+
{
|
|
4220
|
+
"name": "quasar",
|
|
4221
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4222
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4223
|
+
"npm": "nuxt-quasar-ui",
|
|
4224
|
+
"icon": "quasar.svg",
|
|
4225
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4226
|
+
"website": "https://quasar.dev/",
|
|
4227
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4228
|
+
"category": "UI",
|
|
4229
|
+
"type": "3rd-party",
|
|
4230
|
+
"maintainers": [
|
|
4231
|
+
{
|
|
4232
|
+
"name": "Ege İliklier",
|
|
4233
|
+
"github": "Maiquu"
|
|
4234
|
+
}
|
|
4235
|
+
],
|
|
4236
|
+
"compatibility": {
|
|
4237
|
+
"nuxt": "^3.0.0",
|
|
4238
|
+
"requires": {}
|
|
4239
|
+
}
|
|
4240
|
+
},
|
|
3808
4241
|
{
|
|
3809
4242
|
"name": "recaptcha",
|
|
3810
4243
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -4105,8 +4538,8 @@
|
|
|
4105
4538
|
{
|
|
4106
4539
|
"name": "seo-kit",
|
|
4107
4540
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
4108
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4109
|
-
"npm": "nuxt-seo-kit
|
|
4541
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4542
|
+
"npm": "nuxt-seo-kit",
|
|
4110
4543
|
"icon": "seo-kit.svg",
|
|
4111
4544
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4112
4545
|
"website": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4353,26 +4786,48 @@
|
|
|
4353
4786
|
"requires": {}
|
|
4354
4787
|
}
|
|
4355
4788
|
},
|
|
4789
|
+
{
|
|
4790
|
+
"name": "snackbar",
|
|
4791
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4792
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4793
|
+
"npm": "nuxt-snackbar",
|
|
4794
|
+
"icon": "snackbar.png",
|
|
4795
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4796
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4797
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
4798
|
+
"category": "UI",
|
|
4799
|
+
"type": "3rd-party",
|
|
4800
|
+
"maintainers": [
|
|
4801
|
+
{
|
|
4802
|
+
"name": "modbender",
|
|
4803
|
+
"github": "modbender"
|
|
4804
|
+
}
|
|
4805
|
+
],
|
|
4806
|
+
"compatibility": {
|
|
4807
|
+
"nuxt": "^3.0.0",
|
|
4808
|
+
"requires": {}
|
|
4809
|
+
}
|
|
4810
|
+
},
|
|
4356
4811
|
{
|
|
4357
4812
|
"name": "snipcart",
|
|
4358
4813
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4359
|
-
"repo": "nuxt-
|
|
4814
|
+
"repo": "nuxt-modules/snipcart",
|
|
4360
4815
|
"npm": "@nuxtjs/snipcart",
|
|
4361
4816
|
"icon": "snipcart.png",
|
|
4362
|
-
"github": "https://github.com/nuxt-
|
|
4363
|
-
"website": "https://github.com/nuxt-
|
|
4364
|
-
"learn_more": "",
|
|
4365
|
-
"category": "
|
|
4817
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4818
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4819
|
+
"learn_more": "https://snipcart.com",
|
|
4820
|
+
"category": "Ecommerce",
|
|
4366
4821
|
"type": "community",
|
|
4367
4822
|
"maintainers": [
|
|
4368
4823
|
{
|
|
4369
4824
|
"name": "Florent GIRAUD",
|
|
4370
|
-
"github": "
|
|
4371
|
-
"twitter": "
|
|
4825
|
+
"github": "flozero",
|
|
4826
|
+
"twitter": "flozeroo"
|
|
4372
4827
|
}
|
|
4373
4828
|
],
|
|
4374
4829
|
"compatibility": {
|
|
4375
|
-
"nuxt": "^2.0.0",
|
|
4830
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4376
4831
|
"requires": {}
|
|
4377
4832
|
}
|
|
4378
4833
|
},
|
|
@@ -4709,7 +5164,7 @@
|
|
|
4709
5164
|
}
|
|
4710
5165
|
],
|
|
4711
5166
|
"compatibility": {
|
|
4712
|
-
"nuxt": "^2.0.0",
|
|
5167
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4713
5168
|
"requires": {}
|
|
4714
5169
|
}
|
|
4715
5170
|
},
|
|
@@ -4880,6 +5335,29 @@
|
|
|
4880
5335
|
"requires": {}
|
|
4881
5336
|
}
|
|
4882
5337
|
},
|
|
5338
|
+
{
|
|
5339
|
+
"name": "tailvue",
|
|
5340
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
5341
|
+
"repo": "fumeapp/tailvue",
|
|
5342
|
+
"npm": "tailvue",
|
|
5343
|
+
"icon": "tailvue.jpg",
|
|
5344
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
5345
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
5346
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
5347
|
+
"category": "UI",
|
|
5348
|
+
"type": "3rd-party",
|
|
5349
|
+
"maintainers": [
|
|
5350
|
+
{
|
|
5351
|
+
"name": "Kevin Olson",
|
|
5352
|
+
"github": "acidjazz",
|
|
5353
|
+
"twitter": "AppFume"
|
|
5354
|
+
}
|
|
5355
|
+
],
|
|
5356
|
+
"compatibility": {
|
|
5357
|
+
"nuxt": "^3.0.0",
|
|
5358
|
+
"requires": {}
|
|
5359
|
+
}
|
|
5360
|
+
},
|
|
4883
5361
|
{
|
|
4884
5362
|
"name": "tailwindcss",
|
|
4885
5363
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -4998,6 +5476,28 @@
|
|
|
4998
5476
|
}
|
|
4999
5477
|
}
|
|
5000
5478
|
},
|
|
5479
|
+
{
|
|
5480
|
+
"name": "twemoji",
|
|
5481
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
5482
|
+
"repo": "yizack/nuxt-twemoji",
|
|
5483
|
+
"npm": "nuxt-twemoji",
|
|
5484
|
+
"icon": "twemoji.png",
|
|
5485
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
5486
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
5487
|
+
"learn_more": "",
|
|
5488
|
+
"category": "UI",
|
|
5489
|
+
"type": "3rd-party",
|
|
5490
|
+
"maintainers": [
|
|
5491
|
+
{
|
|
5492
|
+
"name": "Yizack Rangel",
|
|
5493
|
+
"github": "yizack"
|
|
5494
|
+
}
|
|
5495
|
+
],
|
|
5496
|
+
"compatibility": {
|
|
5497
|
+
"nuxt": "^3.0.0",
|
|
5498
|
+
"requires": {}
|
|
5499
|
+
}
|
|
5500
|
+
},
|
|
5001
5501
|
{
|
|
5002
5502
|
"name": "twicpics",
|
|
5003
5503
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5169,11 +5669,11 @@
|
|
|
5169
5669
|
{
|
|
5170
5670
|
"name": "unhead",
|
|
5171
5671
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5172
|
-
"repo": "harlan-zw/nuxt-
|
|
5173
|
-
"npm": "nuxt-
|
|
5672
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5673
|
+
"npm": "nuxt-seo-experiments",
|
|
5174
5674
|
"icon": "",
|
|
5175
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5176
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
5675
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5676
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5177
5677
|
"learn_more": "",
|
|
5178
5678
|
"category": "SEO",
|
|
5179
5679
|
"type": "3rd-party",
|
|
@@ -5216,6 +5716,28 @@
|
|
|
5216
5716
|
"requires": {}
|
|
5217
5717
|
}
|
|
5218
5718
|
},
|
|
5719
|
+
{
|
|
5720
|
+
"name": "unlazy",
|
|
5721
|
+
"description": "Lazy loading library for placeholder images",
|
|
5722
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
5723
|
+
"npm": "@unlazy/nuxt",
|
|
5724
|
+
"icon": "unlazy.svg",
|
|
5725
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
5726
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
5727
|
+
"learn_more": "",
|
|
5728
|
+
"category": "Images",
|
|
5729
|
+
"type": "3rd-party",
|
|
5730
|
+
"maintainers": [
|
|
5731
|
+
{
|
|
5732
|
+
"name": "Johann Schopplich",
|
|
5733
|
+
"github": "johannschopplich"
|
|
5734
|
+
}
|
|
5735
|
+
],
|
|
5736
|
+
"compatibility": {
|
|
5737
|
+
"nuxt": "^3.0.0",
|
|
5738
|
+
"requires": {}
|
|
5739
|
+
}
|
|
5740
|
+
},
|
|
5219
5741
|
{
|
|
5220
5742
|
"name": "unlighthouse",
|
|
5221
5743
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5268,6 +5790,29 @@
|
|
|
5268
5790
|
}
|
|
5269
5791
|
}
|
|
5270
5792
|
},
|
|
5793
|
+
{
|
|
5794
|
+
"name": "ununuracss",
|
|
5795
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
5796
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
5797
|
+
"npm": "nuxt-ununura",
|
|
5798
|
+
"icon": "ununuracss.png",
|
|
5799
|
+
"github": "https://github.com/novout/ununuracss",
|
|
5800
|
+
"website": "https://ununura.com/#/",
|
|
5801
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
5802
|
+
"category": "UI",
|
|
5803
|
+
"type": "3rd-party",
|
|
5804
|
+
"maintainers": [
|
|
5805
|
+
{
|
|
5806
|
+
"name": "Giovane Cardoso",
|
|
5807
|
+
"github": "novout",
|
|
5808
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5809
|
+
}
|
|
5810
|
+
],
|
|
5811
|
+
"compatibility": {
|
|
5812
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5813
|
+
"requires": {}
|
|
5814
|
+
}
|
|
5815
|
+
},
|
|
5271
5816
|
{
|
|
5272
5817
|
"name": "user-agent",
|
|
5273
5818
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5312,6 +5857,76 @@
|
|
|
5312
5857
|
"requires": {}
|
|
5313
5858
|
}
|
|
5314
5859
|
},
|
|
5860
|
+
{
|
|
5861
|
+
"name": "vant",
|
|
5862
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
5863
|
+
"repo": "vant-ui/vant-nuxt",
|
|
5864
|
+
"npm": "@vant/nuxt",
|
|
5865
|
+
"icon": "vant.png",
|
|
5866
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
5867
|
+
"website": "https://vant-ui.github.io/vant",
|
|
5868
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
5869
|
+
"category": "UI",
|
|
5870
|
+
"type": "3rd-party",
|
|
5871
|
+
"maintainers": [
|
|
5872
|
+
{
|
|
5873
|
+
"name": "tolking",
|
|
5874
|
+
"github": "tolking"
|
|
5875
|
+
}
|
|
5876
|
+
],
|
|
5877
|
+
"compatibility": {
|
|
5878
|
+
"nuxt": "^3.0.0",
|
|
5879
|
+
"requires": {
|
|
5880
|
+
"bridge": "optional"
|
|
5881
|
+
}
|
|
5882
|
+
}
|
|
5883
|
+
},
|
|
5884
|
+
{
|
|
5885
|
+
"name": "varlet",
|
|
5886
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
5887
|
+
"repo": "varletjs/varlet-nuxt",
|
|
5888
|
+
"npm": "@varlet/nuxt",
|
|
5889
|
+
"icon": "varlet.svg",
|
|
5890
|
+
"github": "https://github.com/varletjs/varlet",
|
|
5891
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
5892
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
5893
|
+
"category": "UI",
|
|
5894
|
+
"type": "3rd-party",
|
|
5895
|
+
"maintainers": [
|
|
5896
|
+
{
|
|
5897
|
+
"name": "zhangmo8",
|
|
5898
|
+
"github": "zhangmo8"
|
|
5899
|
+
}
|
|
5900
|
+
],
|
|
5901
|
+
"compatibility": {
|
|
5902
|
+
"nuxt": "^3.0.0",
|
|
5903
|
+
"requires": {
|
|
5904
|
+
"bridge": "optional"
|
|
5905
|
+
}
|
|
5906
|
+
}
|
|
5907
|
+
},
|
|
5908
|
+
{
|
|
5909
|
+
"name": "vee-validate",
|
|
5910
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
5911
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
5912
|
+
"npm": "@vee-validate/nuxt",
|
|
5913
|
+
"icon": "vee-validate.png",
|
|
5914
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
5915
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
5916
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
5917
|
+
"category": "Libraries",
|
|
5918
|
+
"type": "3rd-party",
|
|
5919
|
+
"maintainers": [
|
|
5920
|
+
{
|
|
5921
|
+
"name": "Abdelrahman Awad",
|
|
5922
|
+
"github": "logaretm"
|
|
5923
|
+
}
|
|
5924
|
+
],
|
|
5925
|
+
"compatibility": {
|
|
5926
|
+
"nuxt": "^3.0.0",
|
|
5927
|
+
"requires": {}
|
|
5928
|
+
}
|
|
5929
|
+
},
|
|
5315
5930
|
{
|
|
5316
5931
|
"name": "vendor",
|
|
5317
5932
|
"description": "directly serve node_modules",
|
|
@@ -5335,6 +5950,29 @@
|
|
|
5335
5950
|
"requires": {}
|
|
5336
5951
|
}
|
|
5337
5952
|
},
|
|
5953
|
+
{
|
|
5954
|
+
"name": "vexip-ui",
|
|
5955
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
5956
|
+
"repo": "vexip-ui/nuxt",
|
|
5957
|
+
"npm": "@vexip-ui/nuxt",
|
|
5958
|
+
"icon": "vexip-ui.svg",
|
|
5959
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
5960
|
+
"website": "https://www.vexipui.com/",
|
|
5961
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
5962
|
+
"category": "UI",
|
|
5963
|
+
"type": "3rd-party",
|
|
5964
|
+
"maintainers": [
|
|
5965
|
+
{
|
|
5966
|
+
"name": "未觉雨声",
|
|
5967
|
+
"github": "qmhc",
|
|
5968
|
+
"twitter": "qmhc95"
|
|
5969
|
+
}
|
|
5970
|
+
],
|
|
5971
|
+
"compatibility": {
|
|
5972
|
+
"nuxt": "^3.0.0",
|
|
5973
|
+
"requires": {}
|
|
5974
|
+
}
|
|
5975
|
+
},
|
|
5338
5976
|
{
|
|
5339
5977
|
"name": "vite-pwa-nuxt",
|
|
5340
5978
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5391,13 +6029,13 @@
|
|
|
5391
6029
|
},
|
|
5392
6030
|
{
|
|
5393
6031
|
"name": "vue-macros",
|
|
5394
|
-
"description": "Explore
|
|
5395
|
-
"repo": "sxzz/
|
|
6032
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6033
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5396
6034
|
"npm": "@vue-macros/nuxt",
|
|
5397
6035
|
"icon": "vue-macros.svg",
|
|
5398
|
-
"github": "https://github.com/sxzz/
|
|
6036
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5399
6037
|
"website": "https://vue-macros.sxzz.moe",
|
|
5400
|
-
"learn_more": "https://github.com/sxzz/
|
|
6038
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5401
6039
|
"category": "Extensions",
|
|
5402
6040
|
"type": "3rd-party",
|
|
5403
6041
|
"maintainers": [
|
|
@@ -5668,6 +6306,29 @@
|
|
|
5668
6306
|
"requires": {}
|
|
5669
6307
|
}
|
|
5670
6308
|
},
|
|
6309
|
+
{
|
|
6310
|
+
"name": "vunix",
|
|
6311
|
+
"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.",
|
|
6312
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6313
|
+
"npm": "@vunix/nuxt",
|
|
6314
|
+
"icon": "",
|
|
6315
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6316
|
+
"website": "https://vunix.dewib.com/",
|
|
6317
|
+
"learn_more": "",
|
|
6318
|
+
"category": "UI",
|
|
6319
|
+
"type": "3rd-party",
|
|
6320
|
+
"maintainers": [
|
|
6321
|
+
{
|
|
6322
|
+
"name": "Gaetan SENN",
|
|
6323
|
+
"github": "gaetansenn",
|
|
6324
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6325
|
+
}
|
|
6326
|
+
],
|
|
6327
|
+
"compatibility": {
|
|
6328
|
+
"nuxt": "^3.0.0",
|
|
6329
|
+
"requires": {}
|
|
6330
|
+
}
|
|
6331
|
+
},
|
|
5671
6332
|
{
|
|
5672
6333
|
"name": "web-vitals",
|
|
5673
6334
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5702,29 +6363,6 @@
|
|
|
5702
6363
|
}
|
|
5703
6364
|
}
|
|
5704
6365
|
},
|
|
5705
|
-
{
|
|
5706
|
-
"name": "web3js",
|
|
5707
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5708
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5709
|
-
"npm": "nuxt-web3",
|
|
5710
|
-
"icon": "web3js.svg",
|
|
5711
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5712
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5713
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5714
|
-
"category": "Libraries",
|
|
5715
|
-
"type": "3rd-party",
|
|
5716
|
-
"maintainers": [
|
|
5717
|
-
{
|
|
5718
|
-
"name": "Muhammad Fauzan",
|
|
5719
|
-
"github": "bl0cknumber",
|
|
5720
|
-
"twitter": "fncolon"
|
|
5721
|
-
}
|
|
5722
|
-
],
|
|
5723
|
-
"compatibility": {
|
|
5724
|
-
"nuxt": "^2.0.0",
|
|
5725
|
-
"requires": {}
|
|
5726
|
-
}
|
|
5727
|
-
},
|
|
5728
6366
|
{
|
|
5729
6367
|
"name": "webfontloader",
|
|
5730
6368
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5839,6 +6477,54 @@
|
|
|
5839
6477
|
"requires": {}
|
|
5840
6478
|
}
|
|
5841
6479
|
},
|
|
6480
|
+
{
|
|
6481
|
+
"name": "well-known",
|
|
6482
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6483
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6484
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6485
|
+
"icon": "well-known.svg",
|
|
6486
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6487
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6488
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6489
|
+
"category": "SEO",
|
|
6490
|
+
"type": "3rd-party",
|
|
6491
|
+
"maintainers": [
|
|
6492
|
+
{
|
|
6493
|
+
"name": "Zadig&Voltaire Team",
|
|
6494
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6495
|
+
}
|
|
6496
|
+
],
|
|
6497
|
+
"compatibility": {
|
|
6498
|
+
"nuxt": "^3.0.0",
|
|
6499
|
+
"requires": {}
|
|
6500
|
+
}
|
|
6501
|
+
},
|
|
6502
|
+
{
|
|
6503
|
+
"name": "wideangle",
|
|
6504
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
6505
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
6506
|
+
"npm": "wideangle-nuxt",
|
|
6507
|
+
"icon": "wideangle.png",
|
|
6508
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
6509
|
+
"website": "https://wideangle.co",
|
|
6510
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
6511
|
+
"category": "Analytics",
|
|
6512
|
+
"type": "3rd-party",
|
|
6513
|
+
"maintainers": [
|
|
6514
|
+
{
|
|
6515
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
6516
|
+
"github": "inputobjects"
|
|
6517
|
+
},
|
|
6518
|
+
{
|
|
6519
|
+
"name": "Jarek Rozanski",
|
|
6520
|
+
"github": "jrozanski"
|
|
6521
|
+
}
|
|
6522
|
+
],
|
|
6523
|
+
"compatibility": {
|
|
6524
|
+
"nuxt": "^3.0.0",
|
|
6525
|
+
"requires": {}
|
|
6526
|
+
}
|
|
6527
|
+
},
|
|
5842
6528
|
{
|
|
5843
6529
|
"name": "windicss",
|
|
5844
6530
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -5982,6 +6668,29 @@
|
|
|
5982
6668
|
"requires": {}
|
|
5983
6669
|
}
|
|
5984
6670
|
},
|
|
6671
|
+
{
|
|
6672
|
+
"name": "yandex-metrika-next",
|
|
6673
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
6674
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6675
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6676
|
+
"icon": "yandex-metrika.svg",
|
|
6677
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6678
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6679
|
+
"learn_more": "",
|
|
6680
|
+
"category": "Analytics",
|
|
6681
|
+
"type": "3rd-party",
|
|
6682
|
+
"maintainers": [
|
|
6683
|
+
{
|
|
6684
|
+
"name": "Aleksandr Saburov",
|
|
6685
|
+
"github": "artmizu",
|
|
6686
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6687
|
+
}
|
|
6688
|
+
],
|
|
6689
|
+
"compatibility": {
|
|
6690
|
+
"nuxt": "^3.0.0",
|
|
6691
|
+
"requires": {}
|
|
6692
|
+
}
|
|
6693
|
+
},
|
|
5985
6694
|
{
|
|
5986
6695
|
"name": "yandex-metrika",
|
|
5987
6696
|
"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-f349ae",
|
|
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
|
}
|