@nuxt/modules 0.6.0-b3a910 → 0.6.0-bac3a2
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 +729 -89
- package/package.json +8 -8
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
|
{
|
|
@@ -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`.",
|
|
@@ -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,6 +4786,28 @@
|
|
|
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",
|
|
@@ -4362,7 +4817,7 @@
|
|
|
4362
4817
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4363
4818
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4364
4819
|
"learn_more": "https://snipcart.com",
|
|
4365
|
-
"category": "
|
|
4820
|
+
"category": "Ecommerce",
|
|
4366
4821
|
"type": "community",
|
|
4367
4822
|
"maintainers": [
|
|
4368
4823
|
{
|
|
@@ -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
|
},
|
|
@@ -5192,11 +5647,11 @@
|
|
|
5192
5647
|
{
|
|
5193
5648
|
"name": "unhead",
|
|
5194
5649
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5195
|
-
"repo": "harlan-zw/nuxt-
|
|
5196
|
-
"npm": "nuxt-
|
|
5650
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5651
|
+
"npm": "nuxt-seo-experiments",
|
|
5197
5652
|
"icon": "",
|
|
5198
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5199
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
5653
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5654
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5200
5655
|
"learn_more": "",
|
|
5201
5656
|
"category": "SEO",
|
|
5202
5657
|
"type": "3rd-party",
|
|
@@ -5239,6 +5694,28 @@
|
|
|
5239
5694
|
"requires": {}
|
|
5240
5695
|
}
|
|
5241
5696
|
},
|
|
5697
|
+
{
|
|
5698
|
+
"name": "unlazy",
|
|
5699
|
+
"description": "Lazy loading library for placeholder images",
|
|
5700
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
5701
|
+
"npm": "@unlazy/nuxt",
|
|
5702
|
+
"icon": "unlazy.svg",
|
|
5703
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
5704
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
5705
|
+
"learn_more": "",
|
|
5706
|
+
"category": "Images",
|
|
5707
|
+
"type": "3rd-party",
|
|
5708
|
+
"maintainers": [
|
|
5709
|
+
{
|
|
5710
|
+
"name": "Johann Schopplich",
|
|
5711
|
+
"github": "johannschopplich"
|
|
5712
|
+
}
|
|
5713
|
+
],
|
|
5714
|
+
"compatibility": {
|
|
5715
|
+
"nuxt": "^3.0.0",
|
|
5716
|
+
"requires": {}
|
|
5717
|
+
}
|
|
5718
|
+
},
|
|
5242
5719
|
{
|
|
5243
5720
|
"name": "unlighthouse",
|
|
5244
5721
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5291,6 +5768,29 @@
|
|
|
5291
5768
|
}
|
|
5292
5769
|
}
|
|
5293
5770
|
},
|
|
5771
|
+
{
|
|
5772
|
+
"name": "ununuracss",
|
|
5773
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
5774
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
5775
|
+
"npm": "nuxt-ununura",
|
|
5776
|
+
"icon": "ununuracss.png",
|
|
5777
|
+
"github": "https://github.com/novout/ununuracss",
|
|
5778
|
+
"website": "https://ununura.com/#/",
|
|
5779
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
5780
|
+
"category": "UI",
|
|
5781
|
+
"type": "3rd-party",
|
|
5782
|
+
"maintainers": [
|
|
5783
|
+
{
|
|
5784
|
+
"name": "Giovane Cardoso",
|
|
5785
|
+
"github": "novout",
|
|
5786
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5787
|
+
}
|
|
5788
|
+
],
|
|
5789
|
+
"compatibility": {
|
|
5790
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5791
|
+
"requires": {}
|
|
5792
|
+
}
|
|
5793
|
+
},
|
|
5294
5794
|
{
|
|
5295
5795
|
"name": "user-agent",
|
|
5296
5796
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5359,6 +5859,52 @@
|
|
|
5359
5859
|
}
|
|
5360
5860
|
}
|
|
5361
5861
|
},
|
|
5862
|
+
{
|
|
5863
|
+
"name": "varlet",
|
|
5864
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
5865
|
+
"repo": "varletjs/varlet-nuxt",
|
|
5866
|
+
"npm": "@varlet/nuxt",
|
|
5867
|
+
"icon": "varlet.svg",
|
|
5868
|
+
"github": "https://github.com/varletjs/varlet",
|
|
5869
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
5870
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
5871
|
+
"category": "UI",
|
|
5872
|
+
"type": "3rd-party",
|
|
5873
|
+
"maintainers": [
|
|
5874
|
+
{
|
|
5875
|
+
"name": "zhangmo8",
|
|
5876
|
+
"github": "zhangmo8"
|
|
5877
|
+
}
|
|
5878
|
+
],
|
|
5879
|
+
"compatibility": {
|
|
5880
|
+
"nuxt": "^3.0.0",
|
|
5881
|
+
"requires": {
|
|
5882
|
+
"bridge": "optional"
|
|
5883
|
+
}
|
|
5884
|
+
}
|
|
5885
|
+
},
|
|
5886
|
+
{
|
|
5887
|
+
"name": "vee-validate",
|
|
5888
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
5889
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
5890
|
+
"npm": "@vee-validate/nuxt",
|
|
5891
|
+
"icon": "vee-validate.png",
|
|
5892
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
5893
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
5894
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
5895
|
+
"category": "Libraries",
|
|
5896
|
+
"type": "3rd-party",
|
|
5897
|
+
"maintainers": [
|
|
5898
|
+
{
|
|
5899
|
+
"name": "Abdelrahman Awad",
|
|
5900
|
+
"github": "logaretm"
|
|
5901
|
+
}
|
|
5902
|
+
],
|
|
5903
|
+
"compatibility": {
|
|
5904
|
+
"nuxt": "^3.0.0",
|
|
5905
|
+
"requires": {}
|
|
5906
|
+
}
|
|
5907
|
+
},
|
|
5362
5908
|
{
|
|
5363
5909
|
"name": "vendor",
|
|
5364
5910
|
"description": "directly serve node_modules",
|
|
@@ -5382,6 +5928,29 @@
|
|
|
5382
5928
|
"requires": {}
|
|
5383
5929
|
}
|
|
5384
5930
|
},
|
|
5931
|
+
{
|
|
5932
|
+
"name": "vexip-ui",
|
|
5933
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
5934
|
+
"repo": "vexip-ui/nuxt",
|
|
5935
|
+
"npm": "@vexip-ui/nuxt",
|
|
5936
|
+
"icon": "vexip-ui.svg",
|
|
5937
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
5938
|
+
"website": "https://www.vexipui.com/",
|
|
5939
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
5940
|
+
"category": "UI",
|
|
5941
|
+
"type": "3rd-party",
|
|
5942
|
+
"maintainers": [
|
|
5943
|
+
{
|
|
5944
|
+
"name": "未觉雨声",
|
|
5945
|
+
"github": "qmhc",
|
|
5946
|
+
"twitter": "qmhc95"
|
|
5947
|
+
}
|
|
5948
|
+
],
|
|
5949
|
+
"compatibility": {
|
|
5950
|
+
"nuxt": "^3.0.0",
|
|
5951
|
+
"requires": {}
|
|
5952
|
+
}
|
|
5953
|
+
},
|
|
5385
5954
|
{
|
|
5386
5955
|
"name": "vite-pwa-nuxt",
|
|
5387
5956
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5438,13 +6007,13 @@
|
|
|
5438
6007
|
},
|
|
5439
6008
|
{
|
|
5440
6009
|
"name": "vue-macros",
|
|
5441
|
-
"description": "Explore
|
|
5442
|
-
"repo": "sxzz/
|
|
6010
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6011
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5443
6012
|
"npm": "@vue-macros/nuxt",
|
|
5444
6013
|
"icon": "vue-macros.svg",
|
|
5445
|
-
"github": "https://github.com/sxzz/
|
|
6014
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5446
6015
|
"website": "https://vue-macros.sxzz.moe",
|
|
5447
|
-
"learn_more": "https://github.com/sxzz/
|
|
6016
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5448
6017
|
"category": "Extensions",
|
|
5449
6018
|
"type": "3rd-party",
|
|
5450
6019
|
"maintainers": [
|
|
@@ -5715,6 +6284,29 @@
|
|
|
5715
6284
|
"requires": {}
|
|
5716
6285
|
}
|
|
5717
6286
|
},
|
|
6287
|
+
{
|
|
6288
|
+
"name": "vunix",
|
|
6289
|
+
"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.",
|
|
6290
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6291
|
+
"npm": "@vunix/nuxt",
|
|
6292
|
+
"icon": "",
|
|
6293
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6294
|
+
"website": "https://vunix.dewib.com/",
|
|
6295
|
+
"learn_more": "",
|
|
6296
|
+
"category": "UI",
|
|
6297
|
+
"type": "3rd-party",
|
|
6298
|
+
"maintainers": [
|
|
6299
|
+
{
|
|
6300
|
+
"name": "Gaetan SENN",
|
|
6301
|
+
"github": "gaetansenn",
|
|
6302
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6303
|
+
}
|
|
6304
|
+
],
|
|
6305
|
+
"compatibility": {
|
|
6306
|
+
"nuxt": "^3.0.0",
|
|
6307
|
+
"requires": {}
|
|
6308
|
+
}
|
|
6309
|
+
},
|
|
5718
6310
|
{
|
|
5719
6311
|
"name": "web-vitals",
|
|
5720
6312
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5749,29 +6341,6 @@
|
|
|
5749
6341
|
}
|
|
5750
6342
|
}
|
|
5751
6343
|
},
|
|
5752
|
-
{
|
|
5753
|
-
"name": "web3js",
|
|
5754
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5755
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5756
|
-
"npm": "nuxt-web3",
|
|
5757
|
-
"icon": "web3js.svg",
|
|
5758
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5759
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5760
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5761
|
-
"category": "Libraries",
|
|
5762
|
-
"type": "3rd-party",
|
|
5763
|
-
"maintainers": [
|
|
5764
|
-
{
|
|
5765
|
-
"name": "Muhammad Fauzan",
|
|
5766
|
-
"github": "bl0cknumber",
|
|
5767
|
-
"twitter": "fncolon"
|
|
5768
|
-
}
|
|
5769
|
-
],
|
|
5770
|
-
"compatibility": {
|
|
5771
|
-
"nuxt": "^2.0.0",
|
|
5772
|
-
"requires": {}
|
|
5773
|
-
}
|
|
5774
|
-
},
|
|
5775
6344
|
{
|
|
5776
6345
|
"name": "webfontloader",
|
|
5777
6346
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5886,6 +6455,54 @@
|
|
|
5886
6455
|
"requires": {}
|
|
5887
6456
|
}
|
|
5888
6457
|
},
|
|
6458
|
+
{
|
|
6459
|
+
"name": "well-known",
|
|
6460
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6461
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6462
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6463
|
+
"icon": "well-known.svg",
|
|
6464
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6465
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6466
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6467
|
+
"category": "SEO",
|
|
6468
|
+
"type": "3rd-party",
|
|
6469
|
+
"maintainers": [
|
|
6470
|
+
{
|
|
6471
|
+
"name": "Zadig&Voltaire Team",
|
|
6472
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6473
|
+
}
|
|
6474
|
+
],
|
|
6475
|
+
"compatibility": {
|
|
6476
|
+
"nuxt": "^3.0.0",
|
|
6477
|
+
"requires": {}
|
|
6478
|
+
}
|
|
6479
|
+
},
|
|
6480
|
+
{
|
|
6481
|
+
"name": "wideangle",
|
|
6482
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
6483
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
6484
|
+
"npm": "wideangle-nuxt",
|
|
6485
|
+
"icon": "wideangle.png",
|
|
6486
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
6487
|
+
"website": "https://wideangle.co",
|
|
6488
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
6489
|
+
"category": "Analytics",
|
|
6490
|
+
"type": "3rd-party",
|
|
6491
|
+
"maintainers": [
|
|
6492
|
+
{
|
|
6493
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
6494
|
+
"github": "inputobjects"
|
|
6495
|
+
},
|
|
6496
|
+
{
|
|
6497
|
+
"name": "Jarek Rozanski",
|
|
6498
|
+
"github": "jrozanski"
|
|
6499
|
+
}
|
|
6500
|
+
],
|
|
6501
|
+
"compatibility": {
|
|
6502
|
+
"nuxt": "^3.0.0",
|
|
6503
|
+
"requires": {}
|
|
6504
|
+
}
|
|
6505
|
+
},
|
|
5889
6506
|
{
|
|
5890
6507
|
"name": "windicss",
|
|
5891
6508
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -6029,6 +6646,29 @@
|
|
|
6029
6646
|
"requires": {}
|
|
6030
6647
|
}
|
|
6031
6648
|
},
|
|
6649
|
+
{
|
|
6650
|
+
"name": "yandex-metrika-next",
|
|
6651
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
6652
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6653
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6654
|
+
"icon": "yandex-metrika.svg",
|
|
6655
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6656
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6657
|
+
"learn_more": "",
|
|
6658
|
+
"category": "Analytics",
|
|
6659
|
+
"type": "3rd-party",
|
|
6660
|
+
"maintainers": [
|
|
6661
|
+
{
|
|
6662
|
+
"name": "Aleksandr Saburov",
|
|
6663
|
+
"github": "artmizu",
|
|
6664
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6665
|
+
}
|
|
6666
|
+
],
|
|
6667
|
+
"compatibility": {
|
|
6668
|
+
"nuxt": "^3.0.0",
|
|
6669
|
+
"requires": {}
|
|
6670
|
+
}
|
|
6671
|
+
},
|
|
6032
6672
|
{
|
|
6033
6673
|
"name": "yandex-metrika",
|
|
6034
6674
|
"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-bac3a2",
|
|
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.
|
|
22
|
+
"@types/node": "^18.16.10",
|
|
23
|
+
"defu": "^6.1.2",
|
|
24
24
|
"eslint": "^8.34.0",
|
|
25
|
-
"globby": "^13.1.
|
|
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
|
}
|