@nuxt/modules 0.6.0-13fa1b → 0.6.0-1893cf
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 +818 -87
- 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
|
{
|
|
@@ -312,6 +313,29 @@
|
|
|
312
313
|
"requires": {}
|
|
313
314
|
}
|
|
314
315
|
},
|
|
316
|
+
{
|
|
317
|
+
"name": "authjs",
|
|
318
|
+
"description": "Auth.js authentication Nuxt module. Edge compatible.",
|
|
319
|
+
"repo": "Hebilicious/authjs-nuxt#main",
|
|
320
|
+
"npm": "@hebilicious/authjs-nuxt",
|
|
321
|
+
"icon": "authjs.png",
|
|
322
|
+
"github": "https://github.com/Hebilicious/authjs-nuxt",
|
|
323
|
+
"website": "https://authjs-nuxt.pages.dev/",
|
|
324
|
+
"learn_more": "https://authjs.dev/",
|
|
325
|
+
"category": "Security",
|
|
326
|
+
"type": "3rd-party",
|
|
327
|
+
"maintainers": [
|
|
328
|
+
{
|
|
329
|
+
"name": "Hebilicious",
|
|
330
|
+
"github": "Hebilicious",
|
|
331
|
+
"twitter": "its_hebilicious"
|
|
332
|
+
}
|
|
333
|
+
],
|
|
334
|
+
"compatibility": {
|
|
335
|
+
"nuxt": "^3.0.0",
|
|
336
|
+
"requires": {}
|
|
337
|
+
}
|
|
338
|
+
},
|
|
315
339
|
{
|
|
316
340
|
"name": "axios",
|
|
317
341
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
@@ -574,11 +598,11 @@
|
|
|
574
598
|
{
|
|
575
599
|
"name": "chatwoot",
|
|
576
600
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
577
|
-
"repo": "
|
|
578
|
-
"npm": "@
|
|
601
|
+
"repo": "productdevbookcom/chatwoot",
|
|
602
|
+
"npm": "@productdevbook/chatwoot",
|
|
579
603
|
"icon": "chatwoot.png",
|
|
580
|
-
"github": "https://github.com/
|
|
581
|
-
"website": "https://github.com/
|
|
604
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
605
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
582
606
|
"learn_more": "https://www.chatwoot.com",
|
|
583
607
|
"category": "Libraries",
|
|
584
608
|
"type": "3rd-party",
|
|
@@ -615,6 +639,29 @@
|
|
|
615
639
|
"requires": {}
|
|
616
640
|
}
|
|
617
641
|
},
|
|
642
|
+
{
|
|
643
|
+
"name": "clarity-analytics",
|
|
644
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
645
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
646
|
+
"npm": "nuxt-clarity-analytics",
|
|
647
|
+
"icon": "",
|
|
648
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
649
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
650
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
651
|
+
"category": "Analytics",
|
|
652
|
+
"type": "3rd-party",
|
|
653
|
+
"maintainers": [
|
|
654
|
+
{
|
|
655
|
+
"name": "Barbapapazes",
|
|
656
|
+
"github": "Barbapapazes",
|
|
657
|
+
"twitter": "soubiran_"
|
|
658
|
+
}
|
|
659
|
+
],
|
|
660
|
+
"compatibility": {
|
|
661
|
+
"nuxt": "^3.0.0",
|
|
662
|
+
"requires": {}
|
|
663
|
+
}
|
|
664
|
+
},
|
|
618
665
|
{
|
|
619
666
|
"name": "client-init",
|
|
620
667
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -780,12 +827,35 @@
|
|
|
780
827
|
"requires": {}
|
|
781
828
|
}
|
|
782
829
|
},
|
|
830
|
+
{
|
|
831
|
+
"name": "content-assets",
|
|
832
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
833
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
834
|
+
"npm": "nuxt-content-assets",
|
|
835
|
+
"icon": "content-assets.png",
|
|
836
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
837
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
838
|
+
"learn_more": "",
|
|
839
|
+
"category": "Images",
|
|
840
|
+
"type": "3rd-party",
|
|
841
|
+
"maintainers": [
|
|
842
|
+
{
|
|
843
|
+
"name": "davestewart",
|
|
844
|
+
"github": "davestewart",
|
|
845
|
+
"twitter": "dave_stewart"
|
|
846
|
+
}
|
|
847
|
+
],
|
|
848
|
+
"compatibility": {
|
|
849
|
+
"nuxt": "^3.0.0",
|
|
850
|
+
"requires": {}
|
|
851
|
+
}
|
|
852
|
+
},
|
|
783
853
|
{
|
|
784
854
|
"name": "content",
|
|
785
855
|
"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
856
|
"repo": "nuxt/content#main",
|
|
787
857
|
"npm": "@nuxt/content",
|
|
788
|
-
"icon": "nuxt.
|
|
858
|
+
"icon": "nuxt.svg",
|
|
789
859
|
"github": "https://github.com/nuxt/content",
|
|
790
860
|
"website": "https://content.nuxtjs.org",
|
|
791
861
|
"learn_more": "",
|
|
@@ -952,11 +1022,11 @@
|
|
|
952
1022
|
}
|
|
953
1023
|
},
|
|
954
1024
|
{
|
|
955
|
-
"name": "datocms",
|
|
956
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
1025
|
+
"name": "datocms-nuxt2",
|
|
1026
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
957
1027
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
958
1028
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
959
|
-
"icon": "datocms.
|
|
1029
|
+
"icon": "datocms.svg",
|
|
960
1030
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
961
1031
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
962
1032
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -973,26 +1043,50 @@
|
|
|
973
1043
|
"requires": {}
|
|
974
1044
|
}
|
|
975
1045
|
},
|
|
1046
|
+
{
|
|
1047
|
+
"name": "datocms",
|
|
1048
|
+
"description": "DatoCMS module for Nuxt",
|
|
1049
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
1050
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
1051
|
+
"icon": "datocms.svg",
|
|
1052
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
1053
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
1054
|
+
"learn_more": "https://www.datocms.com/",
|
|
1055
|
+
"category": "CMS",
|
|
1056
|
+
"type": "3rd-party",
|
|
1057
|
+
"maintainers": [
|
|
1058
|
+
{
|
|
1059
|
+
"name": "Jamie Warburton",
|
|
1060
|
+
"github": "jamiewarb",
|
|
1061
|
+
"twitter": "jamiewarb",
|
|
1062
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
1063
|
+
}
|
|
1064
|
+
],
|
|
1065
|
+
"compatibility": {
|
|
1066
|
+
"nuxt": "^3.0.0",
|
|
1067
|
+
"requires": {}
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
976
1070
|
{
|
|
977
1071
|
"name": "dayjs",
|
|
978
|
-
"description": "
|
|
979
|
-
"repo": "
|
|
980
|
-
"npm": "
|
|
1072
|
+
"description": "Day.js module for Nuxt",
|
|
1073
|
+
"repo": "fumeapp/dayjs",
|
|
1074
|
+
"npm": "dayjs-nuxt",
|
|
981
1075
|
"icon": "day-js.png",
|
|
982
|
-
"github": "https://github.com/
|
|
983
|
-
"website": "https://github.com/
|
|
1076
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1077
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
984
1078
|
"learn_more": "https://day.js.org/",
|
|
985
|
-
"category": "
|
|
986
|
-
"type": "
|
|
1079
|
+
"category": "Libraries",
|
|
1080
|
+
"type": "3rd-party",
|
|
987
1081
|
"maintainers": [
|
|
988
1082
|
{
|
|
989
|
-
"name": "
|
|
990
|
-
"github": "
|
|
991
|
-
"twitter": "
|
|
1083
|
+
"name": "Kevin Olson",
|
|
1084
|
+
"github": "acidjazz",
|
|
1085
|
+
"twitter": "AppFume"
|
|
992
1086
|
}
|
|
993
1087
|
],
|
|
994
1088
|
"compatibility": {
|
|
995
|
-
"nuxt": "^
|
|
1089
|
+
"nuxt": "^3.0.0",
|
|
996
1090
|
"requires": {}
|
|
997
1091
|
}
|
|
998
1092
|
},
|
|
@@ -1041,6 +1135,29 @@
|
|
|
1041
1135
|
"requires": {}
|
|
1042
1136
|
}
|
|
1043
1137
|
},
|
|
1138
|
+
{
|
|
1139
|
+
"name": "devtools",
|
|
1140
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1141
|
+
"repo": "nuxt/devtools#main",
|
|
1142
|
+
"npm": "@nuxt/devtools",
|
|
1143
|
+
"icon": "nuxt.svg",
|
|
1144
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1145
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1146
|
+
"learn_more": "",
|
|
1147
|
+
"category": "Devtools",
|
|
1148
|
+
"type": "official",
|
|
1149
|
+
"maintainers": [
|
|
1150
|
+
{
|
|
1151
|
+
"name": "Anthony Fu",
|
|
1152
|
+
"github": "antfu",
|
|
1153
|
+
"twitter": "antfu7"
|
|
1154
|
+
}
|
|
1155
|
+
],
|
|
1156
|
+
"compatibility": {
|
|
1157
|
+
"nuxt": "^3.0.0",
|
|
1158
|
+
"requires": {}
|
|
1159
|
+
}
|
|
1160
|
+
},
|
|
1044
1161
|
{
|
|
1045
1162
|
"name": "directus",
|
|
1046
1163
|
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
@@ -1235,7 +1352,7 @@
|
|
|
1235
1352
|
}
|
|
1236
1353
|
],
|
|
1237
1354
|
"compatibility": {
|
|
1238
|
-
"nuxt": "^2.0.0",
|
|
1355
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1239
1356
|
"requires": {}
|
|
1240
1357
|
}
|
|
1241
1358
|
},
|
|
@@ -1461,6 +1578,29 @@
|
|
|
1461
1578
|
"requires": {}
|
|
1462
1579
|
}
|
|
1463
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "form-actions",
|
|
1583
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1584
|
+
"repo": "Hebilicious/form-actions-nuxt#main",
|
|
1585
|
+
"npm": "form-actions-nuxt",
|
|
1586
|
+
"icon": "form-actions.svg",
|
|
1587
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1588
|
+
"website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1589
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1590
|
+
"category": "Request",
|
|
1591
|
+
"type": "3rd-party",
|
|
1592
|
+
"maintainers": [
|
|
1593
|
+
{
|
|
1594
|
+
"name": "Hebilicious",
|
|
1595
|
+
"github": "Hebilicious",
|
|
1596
|
+
"twitter": "its_hebilicious"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"compatibility": {
|
|
1600
|
+
"nuxt": "^3.0.0",
|
|
1601
|
+
"requires": {}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1464
1604
|
{
|
|
1465
1605
|
"name": "formkit",
|
|
1466
1606
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1740,6 +1880,30 @@
|
|
|
1740
1880
|
"requires": {}
|
|
1741
1881
|
}
|
|
1742
1882
|
},
|
|
1883
|
+
{
|
|
1884
|
+
"name": "gtag",
|
|
1885
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1886
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1887
|
+
"npm": "nuxt-gtag",
|
|
1888
|
+
"icon": "gtag.svg",
|
|
1889
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1890
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1891
|
+
"learn_more": "",
|
|
1892
|
+
"category": "Analytics",
|
|
1893
|
+
"type": "3rd-party",
|
|
1894
|
+
"maintainers": [
|
|
1895
|
+
{
|
|
1896
|
+
"name": "Johann Schopplich",
|
|
1897
|
+
"github": "johannschopplich",
|
|
1898
|
+
"twitter": "jschopplich",
|
|
1899
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1900
|
+
}
|
|
1901
|
+
],
|
|
1902
|
+
"compatibility": {
|
|
1903
|
+
"nuxt": "^3.0.0",
|
|
1904
|
+
"requires": {}
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1743
1907
|
{
|
|
1744
1908
|
"name": "gtm",
|
|
1745
1909
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -2043,6 +2207,28 @@
|
|
|
2043
2207
|
"requires": {}
|
|
2044
2208
|
}
|
|
2045
2209
|
},
|
|
2210
|
+
{
|
|
2211
|
+
"name": "icon-font",
|
|
2212
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2213
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2214
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2215
|
+
"icon": "",
|
|
2216
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2217
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2218
|
+
"learn_more": "",
|
|
2219
|
+
"category": "UI",
|
|
2220
|
+
"type": "3rd-party",
|
|
2221
|
+
"maintainers": [
|
|
2222
|
+
{
|
|
2223
|
+
"name": "coremyslo",
|
|
2224
|
+
"github": "coremyslo"
|
|
2225
|
+
}
|
|
2226
|
+
],
|
|
2227
|
+
"compatibility": {
|
|
2228
|
+
"nuxt": "^3.0.0",
|
|
2229
|
+
"requires": {}
|
|
2230
|
+
}
|
|
2231
|
+
},
|
|
2046
2232
|
{
|
|
2047
2233
|
"name": "icon",
|
|
2048
2234
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2169,12 +2355,12 @@
|
|
|
2169
2355
|
{
|
|
2170
2356
|
"name": "inkline",
|
|
2171
2357
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2172
|
-
"repo": "inkline/
|
|
2173
|
-
"npm": "@inkline/
|
|
2358
|
+
"repo": "inkline/plugin",
|
|
2359
|
+
"npm": "@inkline/plugin",
|
|
2174
2360
|
"icon": "inkline.svg",
|
|
2175
|
-
"github": "https://github.com/inkline/
|
|
2361
|
+
"github": "https://github.com/inkline/plugin",
|
|
2176
2362
|
"website": "https://inkline.io",
|
|
2177
|
-
"learn_more": "https://inkline.io/docs/
|
|
2363
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2178
2364
|
"category": "UI",
|
|
2179
2365
|
"type": "3rd-party",
|
|
2180
2366
|
"maintainers": [
|
|
@@ -2394,7 +2580,7 @@
|
|
|
2394
2580
|
},
|
|
2395
2581
|
{
|
|
2396
2582
|
"name": "link-checker",
|
|
2397
|
-
"description": "",
|
|
2583
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2398
2584
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2399
2585
|
"npm": "nuxt-link-checker",
|
|
2400
2586
|
"icon": "",
|
|
@@ -2624,6 +2810,31 @@
|
|
|
2624
2810
|
"requires": {}
|
|
2625
2811
|
}
|
|
2626
2812
|
},
|
|
2813
|
+
{
|
|
2814
|
+
"name": "medusa",
|
|
2815
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2816
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2817
|
+
"npm": "nuxt-medusa",
|
|
2818
|
+
"icon": "medusa.svg",
|
|
2819
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2820
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2821
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2822
|
+
"category": "Ecommerce",
|
|
2823
|
+
"type": "3rd-party",
|
|
2824
|
+
"maintainers": [
|
|
2825
|
+
{
|
|
2826
|
+
"name": "Jakub Andrzejewski",
|
|
2827
|
+
"github": "Baroshem",
|
|
2828
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2829
|
+
}
|
|
2830
|
+
],
|
|
2831
|
+
"compatibility": {
|
|
2832
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2833
|
+
"requires": {
|
|
2834
|
+
"bridge": true
|
|
2835
|
+
}
|
|
2836
|
+
}
|
|
2837
|
+
},
|
|
2627
2838
|
{
|
|
2628
2839
|
"name": "meilisearch",
|
|
2629
2840
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2693,6 +2904,29 @@
|
|
|
2693
2904
|
"requires": {}
|
|
2694
2905
|
}
|
|
2695
2906
|
},
|
|
2907
|
+
{
|
|
2908
|
+
"name": "module-feed",
|
|
2909
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
2910
|
+
"repo": "tresko/nuxt-module-feed",
|
|
2911
|
+
"npm": "nuxt-module-feed",
|
|
2912
|
+
"icon": "",
|
|
2913
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
2914
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
2915
|
+
"learn_more": "",
|
|
2916
|
+
"category": "SEO",
|
|
2917
|
+
"type": "3rd-party",
|
|
2918
|
+
"maintainers": [
|
|
2919
|
+
{
|
|
2920
|
+
"name": "Miha Sedej",
|
|
2921
|
+
"github": "tresko",
|
|
2922
|
+
"twitter": "mihasedej"
|
|
2923
|
+
}
|
|
2924
|
+
],
|
|
2925
|
+
"compatibility": {
|
|
2926
|
+
"nuxt": "^3.0.0",
|
|
2927
|
+
"requires": {}
|
|
2928
|
+
}
|
|
2929
|
+
},
|
|
2696
2930
|
{
|
|
2697
2931
|
"name": "moment",
|
|
2698
2932
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2881,6 +3115,28 @@
|
|
|
2881
3115
|
"requires": {}
|
|
2882
3116
|
}
|
|
2883
3117
|
},
|
|
3118
|
+
{
|
|
3119
|
+
"name": "nupolyon",
|
|
3120
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3121
|
+
"repo": "adenvt/nupolyon",
|
|
3122
|
+
"npm": "nupolyon",
|
|
3123
|
+
"icon": "",
|
|
3124
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3125
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3126
|
+
"learn_more": "",
|
|
3127
|
+
"category": "Performance",
|
|
3128
|
+
"type": "3rd-party",
|
|
3129
|
+
"maintainers": [
|
|
3130
|
+
{
|
|
3131
|
+
"name": "adenvt",
|
|
3132
|
+
"github": "adenvt"
|
|
3133
|
+
}
|
|
3134
|
+
],
|
|
3135
|
+
"compatibility": {
|
|
3136
|
+
"nuxt": "^3.0.0",
|
|
3137
|
+
"requires": {}
|
|
3138
|
+
}
|
|
3139
|
+
},
|
|
2884
3140
|
{
|
|
2885
3141
|
"name": "nuxt-auth",
|
|
2886
3142
|
"description": "",
|
|
@@ -2903,6 +3159,28 @@
|
|
|
2903
3159
|
"requires": {}
|
|
2904
3160
|
}
|
|
2905
3161
|
},
|
|
3162
|
+
{
|
|
3163
|
+
"name": "nuxt-chatgpt",
|
|
3164
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3165
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3166
|
+
"npm": "nuxt-chatgpt",
|
|
3167
|
+
"icon": "chatgpt.svg",
|
|
3168
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3169
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3170
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3171
|
+
"category": "Libraries",
|
|
3172
|
+
"type": "3rd-party",
|
|
3173
|
+
"maintainers": [
|
|
3174
|
+
{
|
|
3175
|
+
"name": "Oliver Trajceski",
|
|
3176
|
+
"github": "schnapsterdog"
|
|
3177
|
+
}
|
|
3178
|
+
],
|
|
3179
|
+
"compatibility": {
|
|
3180
|
+
"nuxt": "^3.0.0",
|
|
3181
|
+
"requires": {}
|
|
3182
|
+
}
|
|
3183
|
+
},
|
|
2906
3184
|
{
|
|
2907
3185
|
"name": "nuxt-graphql-middleware",
|
|
2908
3186
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2954,6 +3232,28 @@
|
|
|
2954
3232
|
"requires": {}
|
|
2955
3233
|
}
|
|
2956
3234
|
},
|
|
3235
|
+
{
|
|
3236
|
+
"name": "nuxt-gtm",
|
|
3237
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3238
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3239
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3240
|
+
"icon": "nuxt-gtm.svg",
|
|
3241
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3242
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3243
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3244
|
+
"category": "Analytics",
|
|
3245
|
+
"type": "3rd-party",
|
|
3246
|
+
"maintainers": [
|
|
3247
|
+
{
|
|
3248
|
+
"name": "Zadig&Voltaire Team",
|
|
3249
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3250
|
+
}
|
|
3251
|
+
],
|
|
3252
|
+
"compatibility": {
|
|
3253
|
+
"nuxt": "^3.0.0",
|
|
3254
|
+
"requires": {}
|
|
3255
|
+
}
|
|
3256
|
+
},
|
|
2957
3257
|
{
|
|
2958
3258
|
"name": "nuxt-hue",
|
|
2959
3259
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2978,6 +3278,28 @@
|
|
|
2978
3278
|
}
|
|
2979
3279
|
}
|
|
2980
3280
|
},
|
|
3281
|
+
{
|
|
3282
|
+
"name": "nuxt-lazy-load",
|
|
3283
|
+
"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",
|
|
3284
|
+
"repo": "",
|
|
3285
|
+
"npm": "nuxt-lazy-load",
|
|
3286
|
+
"icon": "nuxt-lazy-load.svg",
|
|
3287
|
+
"github": "",
|
|
3288
|
+
"website": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3289
|
+
"learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3290
|
+
"category": "Performance",
|
|
3291
|
+
"type": "3rd-party",
|
|
3292
|
+
"maintainers": [
|
|
3293
|
+
{
|
|
3294
|
+
"name": "Dario Ferderber",
|
|
3295
|
+
"github": "darioferderber"
|
|
3296
|
+
}
|
|
3297
|
+
],
|
|
3298
|
+
"compatibility": {
|
|
3299
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3300
|
+
"requires": {}
|
|
3301
|
+
}
|
|
3302
|
+
},
|
|
2981
3303
|
{
|
|
2982
3304
|
"name": "nuxt-localtunnel",
|
|
2983
3305
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3024,6 +3346,28 @@
|
|
|
3024
3346
|
"requires": {}
|
|
3025
3347
|
}
|
|
3026
3348
|
},
|
|
3349
|
+
{
|
|
3350
|
+
"name": "nuxt-mapbox",
|
|
3351
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3352
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3353
|
+
"npm": "nuxt-mapbox",
|
|
3354
|
+
"icon": "nuxt-mapbox.svg",
|
|
3355
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3356
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3357
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3358
|
+
"category": "Libraries",
|
|
3359
|
+
"type": "3rd-party",
|
|
3360
|
+
"maintainers": [
|
|
3361
|
+
{
|
|
3362
|
+
"name": "Alex Lavoie",
|
|
3363
|
+
"github": "AlexLavoie42"
|
|
3364
|
+
}
|
|
3365
|
+
],
|
|
3366
|
+
"compatibility": {
|
|
3367
|
+
"nuxt": "^3.0.0",
|
|
3368
|
+
"requires": {}
|
|
3369
|
+
}
|
|
3370
|
+
},
|
|
3027
3371
|
{
|
|
3028
3372
|
"name": "nuxt-monaco-editor",
|
|
3029
3373
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3046,6 +3390,28 @@
|
|
|
3046
3390
|
"requires": {}
|
|
3047
3391
|
}
|
|
3048
3392
|
},
|
|
3393
|
+
{
|
|
3394
|
+
"name": "nuxt-mongoose",
|
|
3395
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3396
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3397
|
+
"npm": "nuxt-mongoose",
|
|
3398
|
+
"icon": "nuxt-mongoose.svg",
|
|
3399
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3400
|
+
"website": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3401
|
+
"learn_more": "",
|
|
3402
|
+
"category": "Database",
|
|
3403
|
+
"type": "3rd-party",
|
|
3404
|
+
"maintainers": [
|
|
3405
|
+
{
|
|
3406
|
+
"name": "arashsheyda",
|
|
3407
|
+
"github": "arashsheyda"
|
|
3408
|
+
}
|
|
3409
|
+
],
|
|
3410
|
+
"compatibility": {
|
|
3411
|
+
"nuxt": "^3.0.0",
|
|
3412
|
+
"requires": {}
|
|
3413
|
+
}
|
|
3414
|
+
},
|
|
3049
3415
|
{
|
|
3050
3416
|
"name": "nuxt-pdf",
|
|
3051
3417
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3344,6 +3710,28 @@
|
|
|
3344
3710
|
"requires": {}
|
|
3345
3711
|
}
|
|
3346
3712
|
},
|
|
3713
|
+
{
|
|
3714
|
+
"name": "nuxt-vuetify",
|
|
3715
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
|
|
3716
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3717
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3718
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3719
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3720
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3721
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3722
|
+
"category": "UI",
|
|
3723
|
+
"type": "3rd-party",
|
|
3724
|
+
"maintainers": [
|
|
3725
|
+
{
|
|
3726
|
+
"name": "Jens van Hellemondt",
|
|
3727
|
+
"github": "invictus-codes"
|
|
3728
|
+
}
|
|
3729
|
+
],
|
|
3730
|
+
"compatibility": {
|
|
3731
|
+
"nuxt": "^3.0.0",
|
|
3732
|
+
"requires": {}
|
|
3733
|
+
}
|
|
3734
|
+
},
|
|
3347
3735
|
{
|
|
3348
3736
|
"name": "nuxt7",
|
|
3349
3737
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3367,6 +3755,29 @@
|
|
|
3367
3755
|
"requires": {}
|
|
3368
3756
|
}
|
|
3369
3757
|
},
|
|
3758
|
+
{
|
|
3759
|
+
"name": "nuxtlabs-ui",
|
|
3760
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3761
|
+
"repo": "nuxtlabs/ui",
|
|
3762
|
+
"npm": "@nuxthq/ui",
|
|
3763
|
+
"icon": "nuxtlabs-ui.svg",
|
|
3764
|
+
"github": "https://github.com/nuxtlabs/ui",
|
|
3765
|
+
"website": "https://ui.nuxtlabs.com",
|
|
3766
|
+
"learn_more": "https://ui.nuxtlabs.com",
|
|
3767
|
+
"category": "UI",
|
|
3768
|
+
"type": "3rd-party",
|
|
3769
|
+
"maintainers": [
|
|
3770
|
+
{
|
|
3771
|
+
"name": "Benjamin Canac",
|
|
3772
|
+
"github": "benjamincanac",
|
|
3773
|
+
"twitter": "benjamincanac"
|
|
3774
|
+
}
|
|
3775
|
+
],
|
|
3776
|
+
"compatibility": {
|
|
3777
|
+
"nuxt": "^3.0.0",
|
|
3778
|
+
"requires": {}
|
|
3779
|
+
}
|
|
3780
|
+
},
|
|
3370
3781
|
{
|
|
3371
3782
|
"name": "og-image",
|
|
3372
3783
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -3506,6 +3917,30 @@
|
|
|
3506
3917
|
}
|
|
3507
3918
|
}
|
|
3508
3919
|
},
|
|
3920
|
+
{
|
|
3921
|
+
"name": "pdfeasy",
|
|
3922
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
3923
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
3924
|
+
"npm": "nuxt-pdfeasy",
|
|
3925
|
+
"icon": "pdfeasy.png",
|
|
3926
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
3927
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
3928
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
3929
|
+
"category": "Extensions",
|
|
3930
|
+
"type": "3rd-party",
|
|
3931
|
+
"maintainers": [
|
|
3932
|
+
{
|
|
3933
|
+
"name": "Giovane Cardoso",
|
|
3934
|
+
"github": "novout",
|
|
3935
|
+
"twitter": "novoutttttt",
|
|
3936
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
3937
|
+
}
|
|
3938
|
+
],
|
|
3939
|
+
"compatibility": {
|
|
3940
|
+
"nuxt": "^3.0.0",
|
|
3941
|
+
"requires": {}
|
|
3942
|
+
}
|
|
3943
|
+
},
|
|
3509
3944
|
{
|
|
3510
3945
|
"name": "persian-datepicker",
|
|
3511
3946
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3673,11 +4108,11 @@
|
|
|
3673
4108
|
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3674
4109
|
"repo": "artmizu/nuxt-prometheus",
|
|
3675
4110
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3676
|
-
"icon": "",
|
|
4111
|
+
"icon": "prometheus.svg",
|
|
3677
4112
|
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3678
4113
|
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3679
4114
|
"learn_more": "",
|
|
3680
|
-
"category": "
|
|
4115
|
+
"category": "Monitoring",
|
|
3681
4116
|
"type": "3rd-party",
|
|
3682
4117
|
"maintainers": [
|
|
3683
4118
|
{
|
|
@@ -3686,7 +4121,7 @@
|
|
|
3686
4121
|
}
|
|
3687
4122
|
],
|
|
3688
4123
|
"compatibility": {
|
|
3689
|
-
"nuxt": "^
|
|
4124
|
+
"nuxt": "^3.0.0",
|
|
3690
4125
|
"requires": {}
|
|
3691
4126
|
}
|
|
3692
4127
|
},
|
|
@@ -3827,6 +4262,28 @@
|
|
|
3827
4262
|
"requires": {}
|
|
3828
4263
|
}
|
|
3829
4264
|
},
|
|
4265
|
+
{
|
|
4266
|
+
"name": "quasar",
|
|
4267
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4268
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4269
|
+
"npm": "nuxt-quasar-ui",
|
|
4270
|
+
"icon": "quasar.svg",
|
|
4271
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4272
|
+
"website": "https://quasar.dev/",
|
|
4273
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4274
|
+
"category": "UI",
|
|
4275
|
+
"type": "3rd-party",
|
|
4276
|
+
"maintainers": [
|
|
4277
|
+
{
|
|
4278
|
+
"name": "Ege İliklier",
|
|
4279
|
+
"github": "Maiquu"
|
|
4280
|
+
}
|
|
4281
|
+
],
|
|
4282
|
+
"compatibility": {
|
|
4283
|
+
"nuxt": "^3.0.0",
|
|
4284
|
+
"requires": {}
|
|
4285
|
+
}
|
|
4286
|
+
},
|
|
3830
4287
|
{
|
|
3831
4288
|
"name": "recaptcha",
|
|
3832
4289
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -4375,6 +4832,28 @@
|
|
|
4375
4832
|
"requires": {}
|
|
4376
4833
|
}
|
|
4377
4834
|
},
|
|
4835
|
+
{
|
|
4836
|
+
"name": "snackbar",
|
|
4837
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4838
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4839
|
+
"npm": "nuxt-snackbar",
|
|
4840
|
+
"icon": "snackbar.png",
|
|
4841
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4842
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4843
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
4844
|
+
"category": "UI",
|
|
4845
|
+
"type": "3rd-party",
|
|
4846
|
+
"maintainers": [
|
|
4847
|
+
{
|
|
4848
|
+
"name": "modbender",
|
|
4849
|
+
"github": "modbender"
|
|
4850
|
+
}
|
|
4851
|
+
],
|
|
4852
|
+
"compatibility": {
|
|
4853
|
+
"nuxt": "^3.0.0",
|
|
4854
|
+
"requires": {}
|
|
4855
|
+
}
|
|
4856
|
+
},
|
|
4378
4857
|
{
|
|
4379
4858
|
"name": "snipcart",
|
|
4380
4859
|
"description": "Snipcart integration module for Nuxt.js",
|
|
@@ -4384,7 +4863,7 @@
|
|
|
4384
4863
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4385
4864
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4386
4865
|
"learn_more": "https://snipcart.com",
|
|
4387
|
-
"category": "
|
|
4866
|
+
"category": "Ecommerce",
|
|
4388
4867
|
"type": "community",
|
|
4389
4868
|
"maintainers": [
|
|
4390
4869
|
{
|
|
@@ -4731,7 +5210,7 @@
|
|
|
4731
5210
|
}
|
|
4732
5211
|
],
|
|
4733
5212
|
"compatibility": {
|
|
4734
|
-
"nuxt": "^2.0.0",
|
|
5213
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4735
5214
|
"requires": {}
|
|
4736
5215
|
}
|
|
4737
5216
|
},
|
|
@@ -5043,6 +5522,28 @@
|
|
|
5043
5522
|
}
|
|
5044
5523
|
}
|
|
5045
5524
|
},
|
|
5525
|
+
{
|
|
5526
|
+
"name": "twemoji",
|
|
5527
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
5528
|
+
"repo": "yizack/nuxt-twemoji",
|
|
5529
|
+
"npm": "nuxt-twemoji",
|
|
5530
|
+
"icon": "twemoji.svg",
|
|
5531
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
5532
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
5533
|
+
"learn_more": "",
|
|
5534
|
+
"category": "UI",
|
|
5535
|
+
"type": "3rd-party",
|
|
5536
|
+
"maintainers": [
|
|
5537
|
+
{
|
|
5538
|
+
"name": "Yizack Rangel",
|
|
5539
|
+
"github": "yizack"
|
|
5540
|
+
}
|
|
5541
|
+
],
|
|
5542
|
+
"compatibility": {
|
|
5543
|
+
"nuxt": "^3.0.0",
|
|
5544
|
+
"requires": {}
|
|
5545
|
+
}
|
|
5546
|
+
},
|
|
5046
5547
|
{
|
|
5047
5548
|
"name": "twicpics",
|
|
5048
5549
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5214,11 +5715,11 @@
|
|
|
5214
5715
|
{
|
|
5215
5716
|
"name": "unhead",
|
|
5216
5717
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5217
|
-
"repo": "harlan-zw/nuxt-
|
|
5218
|
-
"npm": "nuxt-
|
|
5718
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5719
|
+
"npm": "nuxt-seo-experiments",
|
|
5219
5720
|
"icon": "",
|
|
5220
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5221
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
5721
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5722
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5222
5723
|
"learn_more": "",
|
|
5223
5724
|
"category": "SEO",
|
|
5224
5725
|
"type": "3rd-party",
|
|
@@ -5261,6 +5762,28 @@
|
|
|
5261
5762
|
"requires": {}
|
|
5262
5763
|
}
|
|
5263
5764
|
},
|
|
5765
|
+
{
|
|
5766
|
+
"name": "unlazy",
|
|
5767
|
+
"description": "Lazy loading library for placeholder images",
|
|
5768
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
5769
|
+
"npm": "@unlazy/nuxt",
|
|
5770
|
+
"icon": "unlazy.svg",
|
|
5771
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
5772
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
5773
|
+
"learn_more": "",
|
|
5774
|
+
"category": "Images",
|
|
5775
|
+
"type": "3rd-party",
|
|
5776
|
+
"maintainers": [
|
|
5777
|
+
{
|
|
5778
|
+
"name": "Johann Schopplich",
|
|
5779
|
+
"github": "johannschopplich"
|
|
5780
|
+
}
|
|
5781
|
+
],
|
|
5782
|
+
"compatibility": {
|
|
5783
|
+
"nuxt": "^3.0.0",
|
|
5784
|
+
"requires": {}
|
|
5785
|
+
}
|
|
5786
|
+
},
|
|
5264
5787
|
{
|
|
5265
5788
|
"name": "unlighthouse",
|
|
5266
5789
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5313,6 +5836,29 @@
|
|
|
5313
5836
|
}
|
|
5314
5837
|
}
|
|
5315
5838
|
},
|
|
5839
|
+
{
|
|
5840
|
+
"name": "ununuracss",
|
|
5841
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
5842
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
5843
|
+
"npm": "nuxt-ununura",
|
|
5844
|
+
"icon": "ununuracss.png",
|
|
5845
|
+
"github": "https://github.com/novout/ununuracss",
|
|
5846
|
+
"website": "https://ununura.com/#/",
|
|
5847
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
5848
|
+
"category": "UI",
|
|
5849
|
+
"type": "3rd-party",
|
|
5850
|
+
"maintainers": [
|
|
5851
|
+
{
|
|
5852
|
+
"name": "Giovane Cardoso",
|
|
5853
|
+
"github": "novout",
|
|
5854
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5855
|
+
}
|
|
5856
|
+
],
|
|
5857
|
+
"compatibility": {
|
|
5858
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5859
|
+
"requires": {}
|
|
5860
|
+
}
|
|
5861
|
+
},
|
|
5316
5862
|
{
|
|
5317
5863
|
"name": "user-agent",
|
|
5318
5864
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5381,6 +5927,52 @@
|
|
|
5381
5927
|
}
|
|
5382
5928
|
}
|
|
5383
5929
|
},
|
|
5930
|
+
{
|
|
5931
|
+
"name": "varlet",
|
|
5932
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
5933
|
+
"repo": "varletjs/varlet-nuxt",
|
|
5934
|
+
"npm": "@varlet/nuxt",
|
|
5935
|
+
"icon": "varlet.svg",
|
|
5936
|
+
"github": "https://github.com/varletjs/varlet",
|
|
5937
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
5938
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
5939
|
+
"category": "UI",
|
|
5940
|
+
"type": "3rd-party",
|
|
5941
|
+
"maintainers": [
|
|
5942
|
+
{
|
|
5943
|
+
"name": "zhangmo8",
|
|
5944
|
+
"github": "zhangmo8"
|
|
5945
|
+
}
|
|
5946
|
+
],
|
|
5947
|
+
"compatibility": {
|
|
5948
|
+
"nuxt": "^3.0.0",
|
|
5949
|
+
"requires": {
|
|
5950
|
+
"bridge": "optional"
|
|
5951
|
+
}
|
|
5952
|
+
}
|
|
5953
|
+
},
|
|
5954
|
+
{
|
|
5955
|
+
"name": "vee-validate",
|
|
5956
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
5957
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
5958
|
+
"npm": "@vee-validate/nuxt",
|
|
5959
|
+
"icon": "vee-validate.png",
|
|
5960
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
5961
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
5962
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
5963
|
+
"category": "Libraries",
|
|
5964
|
+
"type": "3rd-party",
|
|
5965
|
+
"maintainers": [
|
|
5966
|
+
{
|
|
5967
|
+
"name": "Abdelrahman Awad",
|
|
5968
|
+
"github": "logaretm"
|
|
5969
|
+
}
|
|
5970
|
+
],
|
|
5971
|
+
"compatibility": {
|
|
5972
|
+
"nuxt": "^3.0.0",
|
|
5973
|
+
"requires": {}
|
|
5974
|
+
}
|
|
5975
|
+
},
|
|
5384
5976
|
{
|
|
5385
5977
|
"name": "vendor",
|
|
5386
5978
|
"description": "directly serve node_modules",
|
|
@@ -5404,6 +5996,51 @@
|
|
|
5404
5996
|
"requires": {}
|
|
5405
5997
|
}
|
|
5406
5998
|
},
|
|
5999
|
+
{
|
|
6000
|
+
"name": "vercel-analytics",
|
|
6001
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6002
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6003
|
+
"npm": "nuxt-vercel-analytics",
|
|
6004
|
+
"icon": "",
|
|
6005
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6006
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6007
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6008
|
+
"category": "Analytics",
|
|
6009
|
+
"type": "3rd-party",
|
|
6010
|
+
"maintainers": [
|
|
6011
|
+
{
|
|
6012
|
+
"name": "Alexander B.",
|
|
6013
|
+
"github": "xanderbarkhatov"
|
|
6014
|
+
}
|
|
6015
|
+
],
|
|
6016
|
+
"compatibility": {
|
|
6017
|
+
"nuxt": "^3.0.0",
|
|
6018
|
+
"requires": {}
|
|
6019
|
+
}
|
|
6020
|
+
},
|
|
6021
|
+
{
|
|
6022
|
+
"name": "vexip-ui",
|
|
6023
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6024
|
+
"repo": "vexip-ui/nuxt",
|
|
6025
|
+
"npm": "@vexip-ui/nuxt",
|
|
6026
|
+
"icon": "vexip-ui.svg",
|
|
6027
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6028
|
+
"website": "https://www.vexipui.com/",
|
|
6029
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6030
|
+
"category": "UI",
|
|
6031
|
+
"type": "3rd-party",
|
|
6032
|
+
"maintainers": [
|
|
6033
|
+
{
|
|
6034
|
+
"name": "未觉雨声",
|
|
6035
|
+
"github": "qmhc",
|
|
6036
|
+
"twitter": "qmhc95"
|
|
6037
|
+
}
|
|
6038
|
+
],
|
|
6039
|
+
"compatibility": {
|
|
6040
|
+
"nuxt": "^3.0.0",
|
|
6041
|
+
"requires": {}
|
|
6042
|
+
}
|
|
6043
|
+
},
|
|
5407
6044
|
{
|
|
5408
6045
|
"name": "vite-pwa-nuxt",
|
|
5409
6046
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5460,13 +6097,13 @@
|
|
|
5460
6097
|
},
|
|
5461
6098
|
{
|
|
5462
6099
|
"name": "vue-macros",
|
|
5463
|
-
"description": "Explore
|
|
5464
|
-
"repo": "sxzz/
|
|
6100
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6101
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5465
6102
|
"npm": "@vue-macros/nuxt",
|
|
5466
6103
|
"icon": "vue-macros.svg",
|
|
5467
|
-
"github": "https://github.com/sxzz/
|
|
6104
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5468
6105
|
"website": "https://vue-macros.sxzz.moe",
|
|
5469
|
-
"learn_more": "https://github.com/sxzz/
|
|
6106
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5470
6107
|
"category": "Extensions",
|
|
5471
6108
|
"type": "3rd-party",
|
|
5472
6109
|
"maintainers": [
|
|
@@ -5549,6 +6186,29 @@
|
|
|
5549
6186
|
"requires": {}
|
|
5550
6187
|
}
|
|
5551
6188
|
},
|
|
6189
|
+
{
|
|
6190
|
+
"name": "vue-query",
|
|
6191
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6192
|
+
"repo": "Hebilicious/vue-query-nuxt#main",
|
|
6193
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6194
|
+
"icon": "vue-query.svg",
|
|
6195
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6196
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6197
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6198
|
+
"category": "Request",
|
|
6199
|
+
"type": "3rd-party",
|
|
6200
|
+
"maintainers": [
|
|
6201
|
+
{
|
|
6202
|
+
"name": "Hebilicious",
|
|
6203
|
+
"github": "Hebilicious",
|
|
6204
|
+
"twitter": "its_hebilicious"
|
|
6205
|
+
}
|
|
6206
|
+
],
|
|
6207
|
+
"compatibility": {
|
|
6208
|
+
"nuxt": "^3.0.0",
|
|
6209
|
+
"requires": {}
|
|
6210
|
+
}
|
|
6211
|
+
},
|
|
5552
6212
|
{
|
|
5553
6213
|
"name": "vue-select",
|
|
5554
6214
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5737,6 +6397,29 @@
|
|
|
5737
6397
|
"requires": {}
|
|
5738
6398
|
}
|
|
5739
6399
|
},
|
|
6400
|
+
{
|
|
6401
|
+
"name": "vunix",
|
|
6402
|
+
"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.",
|
|
6403
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6404
|
+
"npm": "@vunix/nuxt",
|
|
6405
|
+
"icon": "",
|
|
6406
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6407
|
+
"website": "https://vunix.dewib.com/",
|
|
6408
|
+
"learn_more": "",
|
|
6409
|
+
"category": "UI",
|
|
6410
|
+
"type": "3rd-party",
|
|
6411
|
+
"maintainers": [
|
|
6412
|
+
{
|
|
6413
|
+
"name": "Gaetan SENN",
|
|
6414
|
+
"github": "gaetansenn",
|
|
6415
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6416
|
+
}
|
|
6417
|
+
],
|
|
6418
|
+
"compatibility": {
|
|
6419
|
+
"nuxt": "^3.0.0",
|
|
6420
|
+
"requires": {}
|
|
6421
|
+
}
|
|
6422
|
+
},
|
|
5740
6423
|
{
|
|
5741
6424
|
"name": "web-vitals",
|
|
5742
6425
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5771,29 +6454,6 @@
|
|
|
5771
6454
|
}
|
|
5772
6455
|
}
|
|
5773
6456
|
},
|
|
5774
|
-
{
|
|
5775
|
-
"name": "web3js",
|
|
5776
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5777
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5778
|
-
"npm": "nuxt-web3",
|
|
5779
|
-
"icon": "web3js.svg",
|
|
5780
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5781
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5782
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5783
|
-
"category": "Libraries",
|
|
5784
|
-
"type": "3rd-party",
|
|
5785
|
-
"maintainers": [
|
|
5786
|
-
{
|
|
5787
|
-
"name": "Muhammad Fauzan",
|
|
5788
|
-
"github": "bl0cknumber",
|
|
5789
|
-
"twitter": "fncolon"
|
|
5790
|
-
}
|
|
5791
|
-
],
|
|
5792
|
-
"compatibility": {
|
|
5793
|
-
"nuxt": "^2.0.0",
|
|
5794
|
-
"requires": {}
|
|
5795
|
-
}
|
|
5796
|
-
},
|
|
5797
6457
|
{
|
|
5798
6458
|
"name": "webfontloader",
|
|
5799
6459
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5908,6 +6568,54 @@
|
|
|
5908
6568
|
"requires": {}
|
|
5909
6569
|
}
|
|
5910
6570
|
},
|
|
6571
|
+
{
|
|
6572
|
+
"name": "well-known",
|
|
6573
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6574
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6575
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6576
|
+
"icon": "well-known.svg",
|
|
6577
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6578
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6579
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6580
|
+
"category": "SEO",
|
|
6581
|
+
"type": "3rd-party",
|
|
6582
|
+
"maintainers": [
|
|
6583
|
+
{
|
|
6584
|
+
"name": "Zadig&Voltaire Team",
|
|
6585
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6586
|
+
}
|
|
6587
|
+
],
|
|
6588
|
+
"compatibility": {
|
|
6589
|
+
"nuxt": "^3.0.0",
|
|
6590
|
+
"requires": {}
|
|
6591
|
+
}
|
|
6592
|
+
},
|
|
6593
|
+
{
|
|
6594
|
+
"name": "wideangle",
|
|
6595
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
6596
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
6597
|
+
"npm": "wideangle-nuxt",
|
|
6598
|
+
"icon": "wideangle.png",
|
|
6599
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
6600
|
+
"website": "https://wideangle.co",
|
|
6601
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
6602
|
+
"category": "Analytics",
|
|
6603
|
+
"type": "3rd-party",
|
|
6604
|
+
"maintainers": [
|
|
6605
|
+
{
|
|
6606
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
6607
|
+
"github": "inputobjects"
|
|
6608
|
+
},
|
|
6609
|
+
{
|
|
6610
|
+
"name": "Jarek Rozanski",
|
|
6611
|
+
"github": "jrozanski"
|
|
6612
|
+
}
|
|
6613
|
+
],
|
|
6614
|
+
"compatibility": {
|
|
6615
|
+
"nuxt": "^3.0.0",
|
|
6616
|
+
"requires": {}
|
|
6617
|
+
}
|
|
6618
|
+
},
|
|
5911
6619
|
{
|
|
5912
6620
|
"name": "windicss",
|
|
5913
6621
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -6051,6 +6759,29 @@
|
|
|
6051
6759
|
"requires": {}
|
|
6052
6760
|
}
|
|
6053
6761
|
},
|
|
6762
|
+
{
|
|
6763
|
+
"name": "yandex-metrika-next",
|
|
6764
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
6765
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6766
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6767
|
+
"icon": "yandex-metrika.svg",
|
|
6768
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6769
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6770
|
+
"learn_more": "",
|
|
6771
|
+
"category": "Analytics",
|
|
6772
|
+
"type": "3rd-party",
|
|
6773
|
+
"maintainers": [
|
|
6774
|
+
{
|
|
6775
|
+
"name": "Aleksandr Saburov",
|
|
6776
|
+
"github": "artmizu",
|
|
6777
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6778
|
+
}
|
|
6779
|
+
],
|
|
6780
|
+
"compatibility": {
|
|
6781
|
+
"nuxt": "^3.0.0",
|
|
6782
|
+
"requires": {}
|
|
6783
|
+
}
|
|
6784
|
+
},
|
|
6054
6785
|
{
|
|
6055
6786
|
"name": "yandex-metrika",
|
|
6056
6787
|
"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-1893cf",
|
|
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
|
}
|