@nuxt/modules 0.6.0-afdffa → 0.6.0-b1c7f2
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 +1246 -103
- package/package.json +9 -9
package/modules.json
CHANGED
|
@@ -125,21 +125,20 @@
|
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
|
-
"name": "
|
|
129
|
-
"description": "
|
|
130
|
-
"repo": "
|
|
131
|
-
"npm": "@
|
|
132
|
-
"icon": "
|
|
133
|
-
"github": "https://github.com/
|
|
134
|
-
"website": "",
|
|
128
|
+
"name": "animejs",
|
|
129
|
+
"description": "Anime.js module for Nuxt",
|
|
130
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
131
|
+
"npm": "@hypernym/nuxt-anime",
|
|
132
|
+
"icon": "",
|
|
133
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
134
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
135
135
|
"learn_more": "",
|
|
136
|
-
"category": "
|
|
136
|
+
"category": "Libraries",
|
|
137
137
|
"type": "3rd-party",
|
|
138
138
|
"maintainers": [
|
|
139
139
|
{
|
|
140
|
-
"name": "
|
|
141
|
-
"github": "
|
|
142
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
140
|
+
"name": "ivodolenc",
|
|
141
|
+
"github": "ivodolenc"
|
|
143
142
|
}
|
|
144
143
|
],
|
|
145
144
|
"compatibility": {
|
|
@@ -148,25 +147,27 @@
|
|
|
148
147
|
}
|
|
149
148
|
},
|
|
150
149
|
{
|
|
151
|
-
"name": "
|
|
152
|
-
"description": "
|
|
153
|
-
"repo": "
|
|
154
|
-
"npm": "nuxt
|
|
155
|
-
"icon": "",
|
|
156
|
-
"github": "https://github.com/
|
|
157
|
-
"website": "https://
|
|
158
|
-
"learn_more": "",
|
|
159
|
-
"category": "
|
|
150
|
+
"name": "ant-design-vue",
|
|
151
|
+
"description": "A Vue 3 based component library for designers and developers",
|
|
152
|
+
"repo": "vueComponent/ant-design-vue-nuxt",
|
|
153
|
+
"npm": "@ant-design-vue/nuxt",
|
|
154
|
+
"icon": "ant-design-vue.svg",
|
|
155
|
+
"github": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
156
|
+
"website": "https://antdv.com",
|
|
157
|
+
"learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
|
|
158
|
+
"category": "UI",
|
|
160
159
|
"type": "3rd-party",
|
|
161
160
|
"maintainers": [
|
|
162
161
|
{
|
|
163
|
-
"name": "
|
|
164
|
-
"github": "
|
|
162
|
+
"name": "tangjinzhou",
|
|
163
|
+
"github": "tangjinzhou"
|
|
165
164
|
}
|
|
166
165
|
],
|
|
167
166
|
"compatibility": {
|
|
168
|
-
"nuxt": "^
|
|
169
|
-
"requires": {
|
|
167
|
+
"nuxt": "^3.0.0",
|
|
168
|
+
"requires": {
|
|
169
|
+
"bridge": "optional"
|
|
170
|
+
}
|
|
170
171
|
}
|
|
171
172
|
},
|
|
172
173
|
{
|
|
@@ -176,7 +177,7 @@
|
|
|
176
177
|
"npm": "nuxt-api-party",
|
|
177
178
|
"icon": "api-party.svg",
|
|
178
179
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
179
|
-
"website": "https://
|
|
180
|
+
"website": "https://nuxt-api-party.jhnn.dev/",
|
|
180
181
|
"learn_more": "",
|
|
181
182
|
"category": "Request",
|
|
182
183
|
"type": "3rd-party",
|
|
@@ -272,7 +273,7 @@
|
|
|
272
273
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
273
274
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
274
275
|
"learn_more": "",
|
|
275
|
-
"category": "
|
|
276
|
+
"category": "Database",
|
|
276
277
|
"type": "3rd-party",
|
|
277
278
|
"maintainers": [
|
|
278
279
|
{
|
|
@@ -281,7 +282,7 @@
|
|
|
281
282
|
}
|
|
282
283
|
],
|
|
283
284
|
"compatibility": {
|
|
284
|
-
"nuxt": "^
|
|
285
|
+
"nuxt": "^3.0.0",
|
|
285
286
|
"requires": {}
|
|
286
287
|
}
|
|
287
288
|
},
|
|
@@ -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",
|
|
@@ -549,6 +573,28 @@
|
|
|
549
573
|
"requires": {}
|
|
550
574
|
}
|
|
551
575
|
},
|
|
576
|
+
{
|
|
577
|
+
"name": "capo",
|
|
578
|
+
"description": "Capo.js implementation for Nuxt 3",
|
|
579
|
+
"repo": "danielroe/nuxt-capo",
|
|
580
|
+
"npm": "nuxt-capo",
|
|
581
|
+
"icon": "",
|
|
582
|
+
"github": "https://github.com/danielroe/nuxt-capo",
|
|
583
|
+
"website": "https://github.com/danielroe/nuxt-capo",
|
|
584
|
+
"learn_more": "",
|
|
585
|
+
"category": "Performance",
|
|
586
|
+
"type": "3rd-party",
|
|
587
|
+
"maintainers": [
|
|
588
|
+
{
|
|
589
|
+
"name": "danielroe",
|
|
590
|
+
"github": "danielroe"
|
|
591
|
+
}
|
|
592
|
+
],
|
|
593
|
+
"compatibility": {
|
|
594
|
+
"nuxt": "^3.0.0",
|
|
595
|
+
"requires": {}
|
|
596
|
+
}
|
|
597
|
+
},
|
|
552
598
|
{
|
|
553
599
|
"name": "chakra-ui",
|
|
554
600
|
"description": "Chakra UI Module for Nuxt.js",
|
|
@@ -574,11 +620,11 @@
|
|
|
574
620
|
{
|
|
575
621
|
"name": "chatwoot",
|
|
576
622
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
577
|
-
"repo": "
|
|
578
|
-
"npm": "@
|
|
623
|
+
"repo": "productdevbookcom/chatwoot",
|
|
624
|
+
"npm": "@productdevbook/chatwoot",
|
|
579
625
|
"icon": "chatwoot.png",
|
|
580
|
-
"github": "https://github.com/
|
|
581
|
-
"website": "https://github.com/
|
|
626
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
627
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
582
628
|
"learn_more": "https://www.chatwoot.com",
|
|
583
629
|
"category": "Libraries",
|
|
584
630
|
"type": "3rd-party",
|
|
@@ -615,6 +661,29 @@
|
|
|
615
661
|
"requires": {}
|
|
616
662
|
}
|
|
617
663
|
},
|
|
664
|
+
{
|
|
665
|
+
"name": "clarity-analytics",
|
|
666
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
667
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
668
|
+
"npm": "nuxt-clarity-analytics",
|
|
669
|
+
"icon": "",
|
|
670
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
671
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
672
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
673
|
+
"category": "Analytics",
|
|
674
|
+
"type": "3rd-party",
|
|
675
|
+
"maintainers": [
|
|
676
|
+
{
|
|
677
|
+
"name": "Barbapapazes",
|
|
678
|
+
"github": "Barbapapazes",
|
|
679
|
+
"twitter": "soubiran_"
|
|
680
|
+
}
|
|
681
|
+
],
|
|
682
|
+
"compatibility": {
|
|
683
|
+
"nuxt": "^3.0.0",
|
|
684
|
+
"requires": {}
|
|
685
|
+
}
|
|
686
|
+
},
|
|
618
687
|
{
|
|
619
688
|
"name": "client-init",
|
|
620
689
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -659,6 +728,33 @@
|
|
|
659
728
|
"requires": {}
|
|
660
729
|
}
|
|
661
730
|
},
|
|
731
|
+
{
|
|
732
|
+
"name": "cloudflare-analytics",
|
|
733
|
+
"description": "Cloudflare Web Analytics Module for Nuxt",
|
|
734
|
+
"repo": "hamlogic/nuxt-cloudflare-analytics",
|
|
735
|
+
"npm": "nuxt-cloudflare-analytics",
|
|
736
|
+
"icon": "cloudflare.svg",
|
|
737
|
+
"github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
738
|
+
"website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
739
|
+
"learn_more": "https://www.cloudflare.com/web-analytics/",
|
|
740
|
+
"category": "Analytics",
|
|
741
|
+
"type": "3rd-party",
|
|
742
|
+
"maintainers": [
|
|
743
|
+
{
|
|
744
|
+
"name": "hamlogic",
|
|
745
|
+
"github": "hamlogic"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"name": "Fabian B.",
|
|
749
|
+
"github": "madebyfabian",
|
|
750
|
+
"twitter": "madebyfabian"
|
|
751
|
+
}
|
|
752
|
+
],
|
|
753
|
+
"compatibility": {
|
|
754
|
+
"nuxt": "^3.0.0",
|
|
755
|
+
"requires": {}
|
|
756
|
+
}
|
|
757
|
+
},
|
|
662
758
|
{
|
|
663
759
|
"name": "cloudinary",
|
|
664
760
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
@@ -753,12 +849,35 @@
|
|
|
753
849
|
"requires": {}
|
|
754
850
|
}
|
|
755
851
|
},
|
|
852
|
+
{
|
|
853
|
+
"name": "content-assets",
|
|
854
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
855
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
856
|
+
"npm": "nuxt-content-assets",
|
|
857
|
+
"icon": "content-assets.png",
|
|
858
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
859
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
860
|
+
"learn_more": "",
|
|
861
|
+
"category": "Images",
|
|
862
|
+
"type": "3rd-party",
|
|
863
|
+
"maintainers": [
|
|
864
|
+
{
|
|
865
|
+
"name": "davestewart",
|
|
866
|
+
"github": "davestewart",
|
|
867
|
+
"twitter": "dave_stewart"
|
|
868
|
+
}
|
|
869
|
+
],
|
|
870
|
+
"compatibility": {
|
|
871
|
+
"nuxt": "^3.0.0",
|
|
872
|
+
"requires": {}
|
|
873
|
+
}
|
|
874
|
+
},
|
|
756
875
|
{
|
|
757
876
|
"name": "content",
|
|
758
877
|
"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.",
|
|
759
878
|
"repo": "nuxt/content#main",
|
|
760
879
|
"npm": "@nuxt/content",
|
|
761
|
-
"icon": "nuxt.
|
|
880
|
+
"icon": "nuxt.svg",
|
|
762
881
|
"github": "https://github.com/nuxt/content",
|
|
763
882
|
"website": "https://content.nuxtjs.org",
|
|
764
883
|
"learn_more": "",
|
|
@@ -925,11 +1044,11 @@
|
|
|
925
1044
|
}
|
|
926
1045
|
},
|
|
927
1046
|
{
|
|
928
|
-
"name": "datocms",
|
|
929
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
1047
|
+
"name": "datocms-nuxt2",
|
|
1048
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
930
1049
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
931
1050
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
932
|
-
"icon": "datocms.
|
|
1051
|
+
"icon": "datocms.svg",
|
|
933
1052
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
934
1053
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
935
1054
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -946,26 +1065,50 @@
|
|
|
946
1065
|
"requires": {}
|
|
947
1066
|
}
|
|
948
1067
|
},
|
|
1068
|
+
{
|
|
1069
|
+
"name": "datocms",
|
|
1070
|
+
"description": "DatoCMS module for Nuxt",
|
|
1071
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
1072
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
1073
|
+
"icon": "datocms.svg",
|
|
1074
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
1075
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
1076
|
+
"learn_more": "https://www.datocms.com/",
|
|
1077
|
+
"category": "CMS",
|
|
1078
|
+
"type": "3rd-party",
|
|
1079
|
+
"maintainers": [
|
|
1080
|
+
{
|
|
1081
|
+
"name": "Jamie Warburton",
|
|
1082
|
+
"github": "jamiewarb",
|
|
1083
|
+
"twitter": "jamiewarb",
|
|
1084
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
1085
|
+
}
|
|
1086
|
+
],
|
|
1087
|
+
"compatibility": {
|
|
1088
|
+
"nuxt": "^3.0.0",
|
|
1089
|
+
"requires": {}
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
949
1092
|
{
|
|
950
1093
|
"name": "dayjs",
|
|
951
|
-
"description": "
|
|
952
|
-
"repo": "
|
|
953
|
-
"npm": "
|
|
1094
|
+
"description": "Day.js module for Nuxt",
|
|
1095
|
+
"repo": "fumeapp/dayjs",
|
|
1096
|
+
"npm": "dayjs-nuxt",
|
|
954
1097
|
"icon": "day-js.png",
|
|
955
|
-
"github": "https://github.com/
|
|
956
|
-
"website": "https://github.com/
|
|
1098
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1099
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
957
1100
|
"learn_more": "https://day.js.org/",
|
|
958
|
-
"category": "
|
|
959
|
-
"type": "
|
|
1101
|
+
"category": "Libraries",
|
|
1102
|
+
"type": "3rd-party",
|
|
960
1103
|
"maintainers": [
|
|
961
1104
|
{
|
|
962
|
-
"name": "
|
|
963
|
-
"github": "
|
|
964
|
-
"twitter": "
|
|
1105
|
+
"name": "Kevin Olson",
|
|
1106
|
+
"github": "acidjazz",
|
|
1107
|
+
"twitter": "AppFume"
|
|
965
1108
|
}
|
|
966
1109
|
],
|
|
967
1110
|
"compatibility": {
|
|
968
|
-
"nuxt": "^
|
|
1111
|
+
"nuxt": "^3.0.0",
|
|
969
1112
|
"requires": {}
|
|
970
1113
|
}
|
|
971
1114
|
},
|
|
@@ -1014,6 +1157,29 @@
|
|
|
1014
1157
|
"requires": {}
|
|
1015
1158
|
}
|
|
1016
1159
|
},
|
|
1160
|
+
{
|
|
1161
|
+
"name": "devtools",
|
|
1162
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1163
|
+
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1164
|
+
"npm": "@nuxt/devtools",
|
|
1165
|
+
"icon": "nuxt.svg",
|
|
1166
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1167
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1168
|
+
"learn_more": "",
|
|
1169
|
+
"category": "Devtools",
|
|
1170
|
+
"type": "official",
|
|
1171
|
+
"maintainers": [
|
|
1172
|
+
{
|
|
1173
|
+
"name": "Anthony Fu",
|
|
1174
|
+
"github": "antfu",
|
|
1175
|
+
"twitter": "antfu7"
|
|
1176
|
+
}
|
|
1177
|
+
],
|
|
1178
|
+
"compatibility": {
|
|
1179
|
+
"nuxt": "^3.0.0",
|
|
1180
|
+
"requires": {}
|
|
1181
|
+
}
|
|
1182
|
+
},
|
|
1017
1183
|
{
|
|
1018
1184
|
"name": "directus",
|
|
1019
1185
|
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
@@ -1039,6 +1205,28 @@
|
|
|
1039
1205
|
}
|
|
1040
1206
|
}
|
|
1041
1207
|
},
|
|
1208
|
+
{
|
|
1209
|
+
"name": "disqus",
|
|
1210
|
+
"description": "Disqus for Nuxt 3",
|
|
1211
|
+
"repo": "modbender/nuxt-disqus",
|
|
1212
|
+
"npm": "nuxt-disqus",
|
|
1213
|
+
"icon": "disqus.svg",
|
|
1214
|
+
"github": "https://github.com/modbender/nuxt-disqus",
|
|
1215
|
+
"website": "https://github.com/modbender/nuxt-disqus",
|
|
1216
|
+
"learn_more": "https://github.com/modbender/vue3-disqus",
|
|
1217
|
+
"category": "Libraries",
|
|
1218
|
+
"type": "3rd-party",
|
|
1219
|
+
"maintainers": [
|
|
1220
|
+
{
|
|
1221
|
+
"name": "modbender",
|
|
1222
|
+
"github": "modbender"
|
|
1223
|
+
}
|
|
1224
|
+
],
|
|
1225
|
+
"compatibility": {
|
|
1226
|
+
"nuxt": "^3.0.0",
|
|
1227
|
+
"requires": {}
|
|
1228
|
+
}
|
|
1229
|
+
},
|
|
1042
1230
|
{
|
|
1043
1231
|
"name": "dotenv",
|
|
1044
1232
|
"description": "A Nuxt.js module that loads your .env file into your context options",
|
|
@@ -1116,6 +1304,28 @@
|
|
|
1116
1304
|
"requires": {}
|
|
1117
1305
|
}
|
|
1118
1306
|
},
|
|
1307
|
+
{
|
|
1308
|
+
"name": "electron",
|
|
1309
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1310
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1311
|
+
"npm": "nuxt-electron",
|
|
1312
|
+
"icon": "electron.svg",
|
|
1313
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1314
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1315
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1316
|
+
"category": "Extensions",
|
|
1317
|
+
"type": "3rd-party",
|
|
1318
|
+
"maintainers": [
|
|
1319
|
+
{
|
|
1320
|
+
"name": "草鞋没号",
|
|
1321
|
+
"github": "caoxiemeihao"
|
|
1322
|
+
}
|
|
1323
|
+
],
|
|
1324
|
+
"compatibility": {
|
|
1325
|
+
"nuxt": "^3.0.0",
|
|
1326
|
+
"requires": {}
|
|
1327
|
+
}
|
|
1328
|
+
},
|
|
1119
1329
|
{
|
|
1120
1330
|
"name": "element-plus",
|
|
1121
1331
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1186,7 +1396,7 @@
|
|
|
1186
1396
|
}
|
|
1187
1397
|
],
|
|
1188
1398
|
"compatibility": {
|
|
1189
|
-
"nuxt": "^2.0.0",
|
|
1399
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1190
1400
|
"requires": {}
|
|
1191
1401
|
}
|
|
1192
1402
|
},
|
|
@@ -1412,6 +1622,29 @@
|
|
|
1412
1622
|
"requires": {}
|
|
1413
1623
|
}
|
|
1414
1624
|
},
|
|
1625
|
+
{
|
|
1626
|
+
"name": "form-actions",
|
|
1627
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1628
|
+
"repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
|
|
1629
|
+
"npm": "@hebilicious/form-actions-nuxt",
|
|
1630
|
+
"icon": "form-actions.svg",
|
|
1631
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1632
|
+
"website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1633
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1634
|
+
"category": "Request",
|
|
1635
|
+
"type": "3rd-party",
|
|
1636
|
+
"maintainers": [
|
|
1637
|
+
{
|
|
1638
|
+
"name": "Hebilicious",
|
|
1639
|
+
"github": "Hebilicious",
|
|
1640
|
+
"twitter": "its_hebilicious"
|
|
1641
|
+
}
|
|
1642
|
+
],
|
|
1643
|
+
"compatibility": {
|
|
1644
|
+
"nuxt": "^3.0.0",
|
|
1645
|
+
"requires": {}
|
|
1646
|
+
}
|
|
1647
|
+
},
|
|
1415
1648
|
{
|
|
1416
1649
|
"name": "formkit",
|
|
1417
1650
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1691,6 +1924,30 @@
|
|
|
1691
1924
|
"requires": {}
|
|
1692
1925
|
}
|
|
1693
1926
|
},
|
|
1927
|
+
{
|
|
1928
|
+
"name": "gtag",
|
|
1929
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1930
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1931
|
+
"npm": "nuxt-gtag",
|
|
1932
|
+
"icon": "gtag.svg",
|
|
1933
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1934
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1935
|
+
"learn_more": "",
|
|
1936
|
+
"category": "Analytics",
|
|
1937
|
+
"type": "3rd-party",
|
|
1938
|
+
"maintainers": [
|
|
1939
|
+
{
|
|
1940
|
+
"name": "Johann Schopplich",
|
|
1941
|
+
"github": "johannschopplich",
|
|
1942
|
+
"twitter": "jschopplich",
|
|
1943
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1944
|
+
}
|
|
1945
|
+
],
|
|
1946
|
+
"compatibility": {
|
|
1947
|
+
"nuxt": "^3.0.0",
|
|
1948
|
+
"requires": {}
|
|
1949
|
+
}
|
|
1950
|
+
},
|
|
1694
1951
|
{
|
|
1695
1952
|
"name": "gtm",
|
|
1696
1953
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -1736,6 +1993,28 @@
|
|
|
1736
1993
|
"requires": {}
|
|
1737
1994
|
}
|
|
1738
1995
|
},
|
|
1996
|
+
{
|
|
1997
|
+
"name": "hanko",
|
|
1998
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
1999
|
+
"repo": "nuxt-modules/hanko",
|
|
2000
|
+
"npm": "@nuxtjs/hanko",
|
|
2001
|
+
"icon": "hanko.svg",
|
|
2002
|
+
"github": "https://github.com/nuxt-modules/hanko",
|
|
2003
|
+
"website": "https://github.com/nuxt-modules/hanko",
|
|
2004
|
+
"learn_more": "https://hanko.io/",
|
|
2005
|
+
"category": "Security",
|
|
2006
|
+
"type": "community",
|
|
2007
|
+
"maintainers": [
|
|
2008
|
+
{
|
|
2009
|
+
"name": "danielroe",
|
|
2010
|
+
"github": "danielroe"
|
|
2011
|
+
}
|
|
2012
|
+
],
|
|
2013
|
+
"compatibility": {
|
|
2014
|
+
"nuxt": "^3.0.0",
|
|
2015
|
+
"requires": {}
|
|
2016
|
+
}
|
|
2017
|
+
},
|
|
1739
2018
|
{
|
|
1740
2019
|
"name": "harlem",
|
|
1741
2020
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -1994,6 +2273,28 @@
|
|
|
1994
2273
|
"requires": {}
|
|
1995
2274
|
}
|
|
1996
2275
|
},
|
|
2276
|
+
{
|
|
2277
|
+
"name": "icon-font",
|
|
2278
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2279
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2280
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2281
|
+
"icon": "",
|
|
2282
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2283
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2284
|
+
"learn_more": "",
|
|
2285
|
+
"category": "UI",
|
|
2286
|
+
"type": "3rd-party",
|
|
2287
|
+
"maintainers": [
|
|
2288
|
+
{
|
|
2289
|
+
"name": "coremyslo",
|
|
2290
|
+
"github": "coremyslo"
|
|
2291
|
+
}
|
|
2292
|
+
],
|
|
2293
|
+
"compatibility": {
|
|
2294
|
+
"nuxt": "^3.0.0",
|
|
2295
|
+
"requires": {}
|
|
2296
|
+
}
|
|
2297
|
+
},
|
|
1997
2298
|
{
|
|
1998
2299
|
"name": "icon",
|
|
1999
2300
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2120,12 +2421,12 @@
|
|
|
2120
2421
|
{
|
|
2121
2422
|
"name": "inkline",
|
|
2122
2423
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2123
|
-
"repo": "inkline/
|
|
2124
|
-
"npm": "@inkline/
|
|
2424
|
+
"repo": "inkline/plugin",
|
|
2425
|
+
"npm": "@inkline/plugin",
|
|
2125
2426
|
"icon": "inkline.svg",
|
|
2126
|
-
"github": "https://github.com/inkline/
|
|
2427
|
+
"github": "https://github.com/inkline/plugin",
|
|
2127
2428
|
"website": "https://inkline.io",
|
|
2128
|
-
"learn_more": "https://inkline.io/docs/
|
|
2429
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2129
2430
|
"category": "UI",
|
|
2130
2431
|
"type": "3rd-party",
|
|
2131
2432
|
"maintainers": [
|
|
@@ -2345,7 +2646,7 @@
|
|
|
2345
2646
|
},
|
|
2346
2647
|
{
|
|
2347
2648
|
"name": "link-checker",
|
|
2348
|
-
"description": "",
|
|
2649
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2349
2650
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2350
2651
|
"npm": "nuxt-link-checker",
|
|
2351
2652
|
"icon": "",
|
|
@@ -2575,6 +2876,31 @@
|
|
|
2575
2876
|
"requires": {}
|
|
2576
2877
|
}
|
|
2577
2878
|
},
|
|
2879
|
+
{
|
|
2880
|
+
"name": "medusa",
|
|
2881
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2882
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2883
|
+
"npm": "nuxt-medusa",
|
|
2884
|
+
"icon": "medusa.svg",
|
|
2885
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2886
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2887
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2888
|
+
"category": "Ecommerce",
|
|
2889
|
+
"type": "3rd-party",
|
|
2890
|
+
"maintainers": [
|
|
2891
|
+
{
|
|
2892
|
+
"name": "Jakub Andrzejewski",
|
|
2893
|
+
"github": "Baroshem",
|
|
2894
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2895
|
+
}
|
|
2896
|
+
],
|
|
2897
|
+
"compatibility": {
|
|
2898
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2899
|
+
"requires": {
|
|
2900
|
+
"bridge": true
|
|
2901
|
+
}
|
|
2902
|
+
}
|
|
2903
|
+
},
|
|
2578
2904
|
{
|
|
2579
2905
|
"name": "meilisearch",
|
|
2580
2906
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2644,6 +2970,29 @@
|
|
|
2644
2970
|
"requires": {}
|
|
2645
2971
|
}
|
|
2646
2972
|
},
|
|
2973
|
+
{
|
|
2974
|
+
"name": "module-feed",
|
|
2975
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
2976
|
+
"repo": "tresko/nuxt-module-feed",
|
|
2977
|
+
"npm": "nuxt-module-feed",
|
|
2978
|
+
"icon": "",
|
|
2979
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
2980
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
2981
|
+
"learn_more": "",
|
|
2982
|
+
"category": "SEO",
|
|
2983
|
+
"type": "3rd-party",
|
|
2984
|
+
"maintainers": [
|
|
2985
|
+
{
|
|
2986
|
+
"name": "Miha Sedej",
|
|
2987
|
+
"github": "tresko",
|
|
2988
|
+
"twitter": "mihasedej"
|
|
2989
|
+
}
|
|
2990
|
+
],
|
|
2991
|
+
"compatibility": {
|
|
2992
|
+
"nuxt": "^3.0.0",
|
|
2993
|
+
"requires": {}
|
|
2994
|
+
}
|
|
2995
|
+
},
|
|
2647
2996
|
{
|
|
2648
2997
|
"name": "moment",
|
|
2649
2998
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2832,6 +3181,28 @@
|
|
|
2832
3181
|
"requires": {}
|
|
2833
3182
|
}
|
|
2834
3183
|
},
|
|
3184
|
+
{
|
|
3185
|
+
"name": "nupolyon",
|
|
3186
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3187
|
+
"repo": "adenvt/nupolyon",
|
|
3188
|
+
"npm": "nupolyon",
|
|
3189
|
+
"icon": "",
|
|
3190
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3191
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3192
|
+
"learn_more": "",
|
|
3193
|
+
"category": "Performance",
|
|
3194
|
+
"type": "3rd-party",
|
|
3195
|
+
"maintainers": [
|
|
3196
|
+
{
|
|
3197
|
+
"name": "adenvt",
|
|
3198
|
+
"github": "adenvt"
|
|
3199
|
+
}
|
|
3200
|
+
],
|
|
3201
|
+
"compatibility": {
|
|
3202
|
+
"nuxt": "^3.0.0",
|
|
3203
|
+
"requires": {}
|
|
3204
|
+
}
|
|
3205
|
+
},
|
|
2835
3206
|
{
|
|
2836
3207
|
"name": "nuxt-auth",
|
|
2837
3208
|
"description": "",
|
|
@@ -2854,6 +3225,28 @@
|
|
|
2854
3225
|
"requires": {}
|
|
2855
3226
|
}
|
|
2856
3227
|
},
|
|
3228
|
+
{
|
|
3229
|
+
"name": "nuxt-chatgpt",
|
|
3230
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3231
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3232
|
+
"npm": "nuxt-chatgpt",
|
|
3233
|
+
"icon": "chatgpt.svg",
|
|
3234
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3235
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3236
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3237
|
+
"category": "Libraries",
|
|
3238
|
+
"type": "3rd-party",
|
|
3239
|
+
"maintainers": [
|
|
3240
|
+
{
|
|
3241
|
+
"name": "Oliver Trajceski",
|
|
3242
|
+
"github": "schnapsterdog"
|
|
3243
|
+
}
|
|
3244
|
+
],
|
|
3245
|
+
"compatibility": {
|
|
3246
|
+
"nuxt": "^3.0.0",
|
|
3247
|
+
"requires": {}
|
|
3248
|
+
}
|
|
3249
|
+
},
|
|
2857
3250
|
{
|
|
2858
3251
|
"name": "nuxt-graphql-middleware",
|
|
2859
3252
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2905,6 +3298,28 @@
|
|
|
2905
3298
|
"requires": {}
|
|
2906
3299
|
}
|
|
2907
3300
|
},
|
|
3301
|
+
{
|
|
3302
|
+
"name": "nuxt-gtm",
|
|
3303
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3304
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3305
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3306
|
+
"icon": "nuxt-gtm.svg",
|
|
3307
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3308
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3309
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3310
|
+
"category": "Analytics",
|
|
3311
|
+
"type": "3rd-party",
|
|
3312
|
+
"maintainers": [
|
|
3313
|
+
{
|
|
3314
|
+
"name": "Zadig&Voltaire Team",
|
|
3315
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3316
|
+
}
|
|
3317
|
+
],
|
|
3318
|
+
"compatibility": {
|
|
3319
|
+
"nuxt": "^3.0.0",
|
|
3320
|
+
"requires": {}
|
|
3321
|
+
}
|
|
3322
|
+
},
|
|
2908
3323
|
{
|
|
2909
3324
|
"name": "nuxt-hue",
|
|
2910
3325
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2975,6 +3390,28 @@
|
|
|
2975
3390
|
"requires": {}
|
|
2976
3391
|
}
|
|
2977
3392
|
},
|
|
3393
|
+
{
|
|
3394
|
+
"name": "nuxt-mapbox",
|
|
3395
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3396
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3397
|
+
"npm": "nuxt-mapbox",
|
|
3398
|
+
"icon": "nuxt-mapbox.svg",
|
|
3399
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3400
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3401
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3402
|
+
"category": "Libraries",
|
|
3403
|
+
"type": "3rd-party",
|
|
3404
|
+
"maintainers": [
|
|
3405
|
+
{
|
|
3406
|
+
"name": "Alex Lavoie",
|
|
3407
|
+
"github": "AlexLavoie42"
|
|
3408
|
+
}
|
|
3409
|
+
],
|
|
3410
|
+
"compatibility": {
|
|
3411
|
+
"nuxt": "^3.0.0",
|
|
3412
|
+
"requires": {}
|
|
3413
|
+
}
|
|
3414
|
+
},
|
|
2978
3415
|
{
|
|
2979
3416
|
"name": "nuxt-monaco-editor",
|
|
2980
3417
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -2997,6 +3434,73 @@
|
|
|
2997
3434
|
"requires": {}
|
|
2998
3435
|
}
|
|
2999
3436
|
},
|
|
3437
|
+
{
|
|
3438
|
+
"name": "nuxt-mongoose",
|
|
3439
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3440
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3441
|
+
"npm": "nuxt-mongoose",
|
|
3442
|
+
"icon": "nuxt-mongoose.svg",
|
|
3443
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3444
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3445
|
+
"learn_more": "",
|
|
3446
|
+
"category": "Database",
|
|
3447
|
+
"type": "3rd-party",
|
|
3448
|
+
"maintainers": [
|
|
3449
|
+
{
|
|
3450
|
+
"name": "arashsheyda",
|
|
3451
|
+
"github": "arashsheyda"
|
|
3452
|
+
}
|
|
3453
|
+
],
|
|
3454
|
+
"compatibility": {
|
|
3455
|
+
"nuxt": "^3.0.0",
|
|
3456
|
+
"requires": {}
|
|
3457
|
+
}
|
|
3458
|
+
},
|
|
3459
|
+
{
|
|
3460
|
+
"name": "nuxt-pdf",
|
|
3461
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
3462
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3463
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
3464
|
+
"icon": "nuxt-pdf.png",
|
|
3465
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
3466
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
3467
|
+
"learn_more": "https://github.com/sidebase",
|
|
3468
|
+
"category": "Extensions",
|
|
3469
|
+
"type": "3rd-party",
|
|
3470
|
+
"maintainers": [
|
|
3471
|
+
{
|
|
3472
|
+
"name": "sidebase",
|
|
3473
|
+
"github": "sidebase",
|
|
3474
|
+
"twitter": "sidebase_io"
|
|
3475
|
+
}
|
|
3476
|
+
],
|
|
3477
|
+
"compatibility": {
|
|
3478
|
+
"nuxt": "^3.0.0",
|
|
3479
|
+
"requires": {}
|
|
3480
|
+
}
|
|
3481
|
+
},
|
|
3482
|
+
{
|
|
3483
|
+
"name": "nuxt-phosphor-icons",
|
|
3484
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3485
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3486
|
+
"npm": "nuxt-phosphor-icons",
|
|
3487
|
+
"icon": "phosphor-icons.svg",
|
|
3488
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3489
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3490
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3491
|
+
"category": "UI",
|
|
3492
|
+
"type": "3rd-party",
|
|
3493
|
+
"maintainers": [
|
|
3494
|
+
{
|
|
3495
|
+
"name": "OyewoleOyedeji",
|
|
3496
|
+
"github": "OyewoleOyedeji"
|
|
3497
|
+
}
|
|
3498
|
+
],
|
|
3499
|
+
"compatibility": {
|
|
3500
|
+
"nuxt": "^3.0.0",
|
|
3501
|
+
"requires": {}
|
|
3502
|
+
}
|
|
3503
|
+
},
|
|
3000
3504
|
{
|
|
3001
3505
|
"name": "nuxt-pino-log",
|
|
3002
3506
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3041,6 +3545,32 @@
|
|
|
3041
3545
|
"requires": {}
|
|
3042
3546
|
}
|
|
3043
3547
|
},
|
|
3548
|
+
{
|
|
3549
|
+
"name": "nuxt-plotly",
|
|
3550
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
|
|
3551
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3552
|
+
"npm": "nuxt-plotly",
|
|
3553
|
+
"icon": "nuxt-plotly.svg",
|
|
3554
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3555
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3556
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3557
|
+
"category": "Libraries",
|
|
3558
|
+
"type": "3rd-party",
|
|
3559
|
+
"maintainers": [
|
|
3560
|
+
{
|
|
3561
|
+
"name": "Supanut Dokmaithong",
|
|
3562
|
+
"github": "Boomgeek"
|
|
3563
|
+
},
|
|
3564
|
+
{
|
|
3565
|
+
"name": "superdev-tech",
|
|
3566
|
+
"github": "superdev-tech"
|
|
3567
|
+
}
|
|
3568
|
+
],
|
|
3569
|
+
"compatibility": {
|
|
3570
|
+
"nuxt": "^3.6.0",
|
|
3571
|
+
"requires": {}
|
|
3572
|
+
}
|
|
3573
|
+
},
|
|
3044
3574
|
{
|
|
3045
3575
|
"name": "nuxt-png-to-ico",
|
|
3046
3576
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -3253,12 +3783,12 @@
|
|
|
3253
3783
|
{
|
|
3254
3784
|
"name": "nuxt-vue3-google-signin",
|
|
3255
3785
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3256
|
-
"repo": "
|
|
3786
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3257
3787
|
"npm": "nuxt-vue3-google-signin",
|
|
3258
3788
|
"icon": "vue3-google-signin.svg",
|
|
3259
|
-
"github": "https://github.com/
|
|
3260
|
-
"website": "https://vue3-google-signin.
|
|
3261
|
-
"learn_more": "https://vue3-google-signin.
|
|
3789
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
3790
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
3791
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3262
3792
|
"category": "Libraries",
|
|
3263
3793
|
"type": "3rd-party",
|
|
3264
3794
|
"maintainers": [
|
|
@@ -3272,6 +3802,28 @@
|
|
|
3272
3802
|
"requires": {}
|
|
3273
3803
|
}
|
|
3274
3804
|
},
|
|
3805
|
+
{
|
|
3806
|
+
"name": "nuxt-vuetify",
|
|
3807
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
|
|
3808
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3809
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3810
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3811
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3812
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3813
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3814
|
+
"category": "UI",
|
|
3815
|
+
"type": "3rd-party",
|
|
3816
|
+
"maintainers": [
|
|
3817
|
+
{
|
|
3818
|
+
"name": "Jens van Hellemondt",
|
|
3819
|
+
"github": "invictus-codes"
|
|
3820
|
+
}
|
|
3821
|
+
],
|
|
3822
|
+
"compatibility": {
|
|
3823
|
+
"nuxt": "^3.0.0",
|
|
3824
|
+
"requires": {}
|
|
3825
|
+
}
|
|
3826
|
+
},
|
|
3275
3827
|
{
|
|
3276
3828
|
"name": "nuxt7",
|
|
3277
3829
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3295,6 +3847,29 @@
|
|
|
3295
3847
|
"requires": {}
|
|
3296
3848
|
}
|
|
3297
3849
|
},
|
|
3850
|
+
{
|
|
3851
|
+
"name": "nuxtlabs-ui",
|
|
3852
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3853
|
+
"repo": "nuxtlabs/ui",
|
|
3854
|
+
"npm": "@nuxthq/ui",
|
|
3855
|
+
"icon": "nuxtlabs-ui.svg",
|
|
3856
|
+
"github": "https://github.com/nuxtlabs/ui",
|
|
3857
|
+
"website": "https://ui.nuxtlabs.com",
|
|
3858
|
+
"learn_more": "https://ui.nuxtlabs.com",
|
|
3859
|
+
"category": "UI",
|
|
3860
|
+
"type": "3rd-party",
|
|
3861
|
+
"maintainers": [
|
|
3862
|
+
{
|
|
3863
|
+
"name": "Benjamin Canac",
|
|
3864
|
+
"github": "benjamincanac",
|
|
3865
|
+
"twitter": "benjamincanac"
|
|
3866
|
+
}
|
|
3867
|
+
],
|
|
3868
|
+
"compatibility": {
|
|
3869
|
+
"nuxt": "^3.0.0",
|
|
3870
|
+
"requires": {}
|
|
3871
|
+
}
|
|
3872
|
+
},
|
|
3298
3873
|
{
|
|
3299
3874
|
"name": "og-image",
|
|
3300
3875
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -3434,6 +4009,30 @@
|
|
|
3434
4009
|
}
|
|
3435
4010
|
}
|
|
3436
4011
|
},
|
|
4012
|
+
{
|
|
4013
|
+
"name": "pdfeasy",
|
|
4014
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4015
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4016
|
+
"npm": "nuxt-pdfeasy",
|
|
4017
|
+
"icon": "pdfeasy.png",
|
|
4018
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4019
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4020
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4021
|
+
"category": "Extensions",
|
|
4022
|
+
"type": "3rd-party",
|
|
4023
|
+
"maintainers": [
|
|
4024
|
+
{
|
|
4025
|
+
"name": "Giovane Cardoso",
|
|
4026
|
+
"github": "novout",
|
|
4027
|
+
"twitter": "novoutttttt",
|
|
4028
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4029
|
+
}
|
|
4030
|
+
],
|
|
4031
|
+
"compatibility": {
|
|
4032
|
+
"nuxt": "^3.0.0",
|
|
4033
|
+
"requires": {}
|
|
4034
|
+
}
|
|
4035
|
+
},
|
|
3437
4036
|
{
|
|
3438
4037
|
"name": "persian-datepicker",
|
|
3439
4038
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3601,11 +4200,11 @@
|
|
|
3601
4200
|
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3602
4201
|
"repo": "artmizu/nuxt-prometheus",
|
|
3603
4202
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3604
|
-
"icon": "",
|
|
4203
|
+
"icon": "prometheus.svg",
|
|
3605
4204
|
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3606
4205
|
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3607
4206
|
"learn_more": "",
|
|
3608
|
-
"category": "
|
|
4207
|
+
"category": "Monitoring",
|
|
3609
4208
|
"type": "3rd-party",
|
|
3610
4209
|
"maintainers": [
|
|
3611
4210
|
{
|
|
@@ -3614,7 +4213,7 @@
|
|
|
3614
4213
|
}
|
|
3615
4214
|
],
|
|
3616
4215
|
"compatibility": {
|
|
3617
|
-
"nuxt": "^
|
|
4216
|
+
"nuxt": "^3.0.0",
|
|
3618
4217
|
"requires": {}
|
|
3619
4218
|
}
|
|
3620
4219
|
},
|
|
@@ -3755,6 +4354,50 @@
|
|
|
3755
4354
|
"requires": {}
|
|
3756
4355
|
}
|
|
3757
4356
|
},
|
|
4357
|
+
{
|
|
4358
|
+
"name": "quasar",
|
|
4359
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4360
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4361
|
+
"npm": "nuxt-quasar-ui",
|
|
4362
|
+
"icon": "quasar.svg",
|
|
4363
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4364
|
+
"website": "https://quasar.dev/",
|
|
4365
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4366
|
+
"category": "UI",
|
|
4367
|
+
"type": "3rd-party",
|
|
4368
|
+
"maintainers": [
|
|
4369
|
+
{
|
|
4370
|
+
"name": "Ege İliklier",
|
|
4371
|
+
"github": "Maiquu"
|
|
4372
|
+
}
|
|
4373
|
+
],
|
|
4374
|
+
"compatibility": {
|
|
4375
|
+
"nuxt": "^3.0.0",
|
|
4376
|
+
"requires": {}
|
|
4377
|
+
}
|
|
4378
|
+
},
|
|
4379
|
+
{
|
|
4380
|
+
"name": "radash",
|
|
4381
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4382
|
+
"repo": "bbg/nuxt-radash",
|
|
4383
|
+
"npm": "nuxt-radash",
|
|
4384
|
+
"icon": "radash.svg",
|
|
4385
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4386
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4387
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4388
|
+
"category": "Libraries",
|
|
4389
|
+
"type": "3rd-party",
|
|
4390
|
+
"maintainers": [
|
|
4391
|
+
{
|
|
4392
|
+
"name": "Batuhan Göksu",
|
|
4393
|
+
"github": "bbg"
|
|
4394
|
+
}
|
|
4395
|
+
],
|
|
4396
|
+
"compatibility": {
|
|
4397
|
+
"nuxt": "^3.0.0",
|
|
4398
|
+
"requires": {}
|
|
4399
|
+
}
|
|
4400
|
+
},
|
|
3758
4401
|
{
|
|
3759
4402
|
"name": "recaptcha",
|
|
3760
4403
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -4055,8 +4698,8 @@
|
|
|
4055
4698
|
{
|
|
4056
4699
|
"name": "seo-kit",
|
|
4057
4700
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
4058
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4059
|
-
"npm": "nuxt-seo-kit
|
|
4701
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4702
|
+
"npm": "nuxt-seo-kit",
|
|
4060
4703
|
"icon": "seo-kit.svg",
|
|
4061
4704
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4062
4705
|
"website": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4142,6 +4785,29 @@
|
|
|
4142
4785
|
"requires": {}
|
|
4143
4786
|
}
|
|
4144
4787
|
},
|
|
4788
|
+
{
|
|
4789
|
+
"name": "server-block",
|
|
4790
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
4791
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
4792
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
4793
|
+
"icon": "server-block.svg",
|
|
4794
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
4795
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4796
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4797
|
+
"category": "Extensions",
|
|
4798
|
+
"type": "3rd-party",
|
|
4799
|
+
"maintainers": [
|
|
4800
|
+
{
|
|
4801
|
+
"name": "Hebilicious",
|
|
4802
|
+
"github": "Hebilicious",
|
|
4803
|
+
"twitter": "its_hebilicious"
|
|
4804
|
+
}
|
|
4805
|
+
],
|
|
4806
|
+
"compatibility": {
|
|
4807
|
+
"nuxt": "^3.0.0",
|
|
4808
|
+
"requires": {}
|
|
4809
|
+
}
|
|
4810
|
+
},
|
|
4145
4811
|
{
|
|
4146
4812
|
"name": "session",
|
|
4147
4813
|
"description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
|
|
@@ -4303,26 +4969,48 @@
|
|
|
4303
4969
|
"requires": {}
|
|
4304
4970
|
}
|
|
4305
4971
|
},
|
|
4972
|
+
{
|
|
4973
|
+
"name": "snackbar",
|
|
4974
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4975
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4976
|
+
"npm": "nuxt-snackbar",
|
|
4977
|
+
"icon": "snackbar.png",
|
|
4978
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4979
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4980
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
4981
|
+
"category": "UI",
|
|
4982
|
+
"type": "3rd-party",
|
|
4983
|
+
"maintainers": [
|
|
4984
|
+
{
|
|
4985
|
+
"name": "modbender",
|
|
4986
|
+
"github": "modbender"
|
|
4987
|
+
}
|
|
4988
|
+
],
|
|
4989
|
+
"compatibility": {
|
|
4990
|
+
"nuxt": "^3.0.0",
|
|
4991
|
+
"requires": {}
|
|
4992
|
+
}
|
|
4993
|
+
},
|
|
4306
4994
|
{
|
|
4307
4995
|
"name": "snipcart",
|
|
4308
4996
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4309
|
-
"repo": "nuxt-
|
|
4997
|
+
"repo": "nuxt-modules/snipcart",
|
|
4310
4998
|
"npm": "@nuxtjs/snipcart",
|
|
4311
4999
|
"icon": "snipcart.png",
|
|
4312
|
-
"github": "https://github.com/nuxt-
|
|
4313
|
-
"website": "https://github.com/nuxt-
|
|
4314
|
-
"learn_more": "",
|
|
4315
|
-
"category": "
|
|
5000
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
5001
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
5002
|
+
"learn_more": "https://snipcart.com",
|
|
5003
|
+
"category": "Ecommerce",
|
|
4316
5004
|
"type": "community",
|
|
4317
5005
|
"maintainers": [
|
|
4318
5006
|
{
|
|
4319
5007
|
"name": "Florent GIRAUD",
|
|
4320
|
-
"github": "
|
|
4321
|
-
"twitter": "
|
|
5008
|
+
"github": "flozero",
|
|
5009
|
+
"twitter": "flozeroo"
|
|
4322
5010
|
}
|
|
4323
5011
|
],
|
|
4324
5012
|
"compatibility": {
|
|
4325
|
-
"nuxt": "^2.0.0",
|
|
5013
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4326
5014
|
"requires": {}
|
|
4327
5015
|
}
|
|
4328
5016
|
},
|
|
@@ -4596,6 +5284,32 @@
|
|
|
4596
5284
|
}
|
|
4597
5285
|
}
|
|
4598
5286
|
},
|
|
5287
|
+
{
|
|
5288
|
+
"name": "stripe-next",
|
|
5289
|
+
"description": "This Nuxt module provides an easy way to integrate Stripe in your Nuxt application, both on the client-side and server-side. It utilizes the official stripe package for server-side usage and @stripe/stripe-js for the client-side.",
|
|
5290
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5291
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5292
|
+
"icon": "stripe.png",
|
|
5293
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5294
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5295
|
+
"learn_more": "https://stripe.com/docs",
|
|
5296
|
+
"category": "Payment",
|
|
5297
|
+
"type": "3rd-party",
|
|
5298
|
+
"maintainers": [
|
|
5299
|
+
{
|
|
5300
|
+
"name": "Loic Fuentes",
|
|
5301
|
+
"github": "fuentesloic"
|
|
5302
|
+
},
|
|
5303
|
+
{
|
|
5304
|
+
"name": "Florent Giraud",
|
|
5305
|
+
"github": "flozero"
|
|
5306
|
+
}
|
|
5307
|
+
],
|
|
5308
|
+
"compatibility": {
|
|
5309
|
+
"nuxt": "^3.0.0",
|
|
5310
|
+
"requires": {}
|
|
5311
|
+
}
|
|
5312
|
+
},
|
|
4599
5313
|
{
|
|
4600
5314
|
"name": "stripe",
|
|
4601
5315
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -4659,7 +5373,7 @@
|
|
|
4659
5373
|
}
|
|
4660
5374
|
],
|
|
4661
5375
|
"compatibility": {
|
|
4662
|
-
"nuxt": "^2.0.0",
|
|
5376
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4663
5377
|
"requires": {}
|
|
4664
5378
|
}
|
|
4665
5379
|
},
|
|
@@ -4830,6 +5544,29 @@
|
|
|
4830
5544
|
"requires": {}
|
|
4831
5545
|
}
|
|
4832
5546
|
},
|
|
5547
|
+
{
|
|
5548
|
+
"name": "tailvue",
|
|
5549
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
5550
|
+
"repo": "fumeapp/tailvue",
|
|
5551
|
+
"npm": "tailvue",
|
|
5552
|
+
"icon": "tailvue.jpg",
|
|
5553
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
5554
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
5555
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
5556
|
+
"category": "UI",
|
|
5557
|
+
"type": "3rd-party",
|
|
5558
|
+
"maintainers": [
|
|
5559
|
+
{
|
|
5560
|
+
"name": "Kevin Olson",
|
|
5561
|
+
"github": "acidjazz",
|
|
5562
|
+
"twitter": "AppFume"
|
|
5563
|
+
}
|
|
5564
|
+
],
|
|
5565
|
+
"compatibility": {
|
|
5566
|
+
"nuxt": "^3.0.0",
|
|
5567
|
+
"requires": {}
|
|
5568
|
+
}
|
|
5569
|
+
},
|
|
4833
5570
|
{
|
|
4834
5571
|
"name": "tailwindcss",
|
|
4835
5572
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -4876,6 +5613,28 @@
|
|
|
4876
5613
|
"requires": {}
|
|
4877
5614
|
}
|
|
4878
5615
|
},
|
|
5616
|
+
{
|
|
5617
|
+
"name": "time",
|
|
5618
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5619
|
+
"repo": "danielroe/nuxt-time",
|
|
5620
|
+
"npm": "nuxt-time",
|
|
5621
|
+
"icon": "",
|
|
5622
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5623
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5624
|
+
"learn_more": "",
|
|
5625
|
+
"category": "Extensions",
|
|
5626
|
+
"type": "3rd-party",
|
|
5627
|
+
"maintainers": [
|
|
5628
|
+
{
|
|
5629
|
+
"name": "danielroe",
|
|
5630
|
+
"github": "danielroe"
|
|
5631
|
+
}
|
|
5632
|
+
],
|
|
5633
|
+
"compatibility": {
|
|
5634
|
+
"nuxt": "^3.0.0",
|
|
5635
|
+
"requires": {}
|
|
5636
|
+
}
|
|
5637
|
+
},
|
|
4879
5638
|
{
|
|
4880
5639
|
"name": "toast",
|
|
4881
5640
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -4899,6 +5658,39 @@
|
|
|
4899
5658
|
"requires": {}
|
|
4900
5659
|
}
|
|
4901
5660
|
},
|
|
5661
|
+
{
|
|
5662
|
+
"name": "tresjs",
|
|
5663
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
5664
|
+
"repo": "tresjs/nuxt",
|
|
5665
|
+
"npm": "@tresjs/nuxt",
|
|
5666
|
+
"icon": "tresjs.svg",
|
|
5667
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
5668
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
5669
|
+
"learn_more": "https://tresjs.org/",
|
|
5670
|
+
"category": "Libraries",
|
|
5671
|
+
"type": "3rd-party",
|
|
5672
|
+
"maintainers": [
|
|
5673
|
+
{
|
|
5674
|
+
"name": "Alvaro Saburido",
|
|
5675
|
+
"github": "alvarosabu",
|
|
5676
|
+
"twitter": "alvarosabu"
|
|
5677
|
+
},
|
|
5678
|
+
{
|
|
5679
|
+
"name": "Jaime Torrealba",
|
|
5680
|
+
"github": "JaimeTorrealba",
|
|
5681
|
+
"twitter": "jaimebboyjt"
|
|
5682
|
+
},
|
|
5683
|
+
{
|
|
5684
|
+
"name": "Tino Koch",
|
|
5685
|
+
"github": "Tinoooo",
|
|
5686
|
+
"twitter": "ichbintino"
|
|
5687
|
+
}
|
|
5688
|
+
],
|
|
5689
|
+
"compatibility": {
|
|
5690
|
+
"nuxt": "^3.0.0",
|
|
5691
|
+
"requires": {}
|
|
5692
|
+
}
|
|
5693
|
+
},
|
|
4902
5694
|
{
|
|
4903
5695
|
"name": "turnstile",
|
|
4904
5696
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -4948,6 +5740,28 @@
|
|
|
4948
5740
|
}
|
|
4949
5741
|
}
|
|
4950
5742
|
},
|
|
5743
|
+
{
|
|
5744
|
+
"name": "twemoji",
|
|
5745
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
5746
|
+
"repo": "yizack/nuxt-twemoji",
|
|
5747
|
+
"npm": "nuxt-twemoji",
|
|
5748
|
+
"icon": "twemoji.svg",
|
|
5749
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
5750
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
5751
|
+
"learn_more": "",
|
|
5752
|
+
"category": "UI",
|
|
5753
|
+
"type": "3rd-party",
|
|
5754
|
+
"maintainers": [
|
|
5755
|
+
{
|
|
5756
|
+
"name": "Yizack Rangel",
|
|
5757
|
+
"github": "yizack"
|
|
5758
|
+
}
|
|
5759
|
+
],
|
|
5760
|
+
"compatibility": {
|
|
5761
|
+
"nuxt": "^3.0.0",
|
|
5762
|
+
"requires": {}
|
|
5763
|
+
}
|
|
5764
|
+
},
|
|
4951
5765
|
{
|
|
4952
5766
|
"name": "twicpics",
|
|
4953
5767
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5119,11 +5933,11 @@
|
|
|
5119
5933
|
{
|
|
5120
5934
|
"name": "unhead",
|
|
5121
5935
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5122
|
-
"repo": "harlan-zw/nuxt-
|
|
5123
|
-
"npm": "nuxt-
|
|
5936
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5937
|
+
"npm": "nuxt-seo-experiments",
|
|
5124
5938
|
"icon": "",
|
|
5125
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5126
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
5939
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5940
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5127
5941
|
"learn_more": "",
|
|
5128
5942
|
"category": "SEO",
|
|
5129
5943
|
"type": "3rd-party",
|
|
@@ -5166,6 +5980,28 @@
|
|
|
5166
5980
|
"requires": {}
|
|
5167
5981
|
}
|
|
5168
5982
|
},
|
|
5983
|
+
{
|
|
5984
|
+
"name": "unlazy",
|
|
5985
|
+
"description": "Lazy loading library for placeholder images",
|
|
5986
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
5987
|
+
"npm": "@unlazy/nuxt",
|
|
5988
|
+
"icon": "unlazy.svg",
|
|
5989
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
5990
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
5991
|
+
"learn_more": "",
|
|
5992
|
+
"category": "Images",
|
|
5993
|
+
"type": "3rd-party",
|
|
5994
|
+
"maintainers": [
|
|
5995
|
+
{
|
|
5996
|
+
"name": "Johann Schopplich",
|
|
5997
|
+
"github": "johannschopplich"
|
|
5998
|
+
}
|
|
5999
|
+
],
|
|
6000
|
+
"compatibility": {
|
|
6001
|
+
"nuxt": "^3.0.0",
|
|
6002
|
+
"requires": {}
|
|
6003
|
+
}
|
|
6004
|
+
},
|
|
5169
6005
|
{
|
|
5170
6006
|
"name": "unlighthouse",
|
|
5171
6007
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5218,6 +6054,29 @@
|
|
|
5218
6054
|
}
|
|
5219
6055
|
}
|
|
5220
6056
|
},
|
|
6057
|
+
{
|
|
6058
|
+
"name": "ununuracss",
|
|
6059
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
6060
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
6061
|
+
"npm": "nuxt-ununura",
|
|
6062
|
+
"icon": "ununuracss.png",
|
|
6063
|
+
"github": "https://github.com/novout/ununuracss",
|
|
6064
|
+
"website": "https://ununura.com/#/",
|
|
6065
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
6066
|
+
"category": "UI",
|
|
6067
|
+
"type": "3rd-party",
|
|
6068
|
+
"maintainers": [
|
|
6069
|
+
{
|
|
6070
|
+
"name": "Giovane Cardoso",
|
|
6071
|
+
"github": "novout",
|
|
6072
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
6073
|
+
}
|
|
6074
|
+
],
|
|
6075
|
+
"compatibility": {
|
|
6076
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
6077
|
+
"requires": {}
|
|
6078
|
+
}
|
|
6079
|
+
},
|
|
5221
6080
|
{
|
|
5222
6081
|
"name": "user-agent",
|
|
5223
6082
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5262,6 +6121,76 @@
|
|
|
5262
6121
|
"requires": {}
|
|
5263
6122
|
}
|
|
5264
6123
|
},
|
|
6124
|
+
{
|
|
6125
|
+
"name": "vant",
|
|
6126
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
6127
|
+
"repo": "vant-ui/vant-nuxt",
|
|
6128
|
+
"npm": "@vant/nuxt",
|
|
6129
|
+
"icon": "vant.png",
|
|
6130
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
6131
|
+
"website": "https://vant-ui.github.io/vant",
|
|
6132
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
6133
|
+
"category": "UI",
|
|
6134
|
+
"type": "3rd-party",
|
|
6135
|
+
"maintainers": [
|
|
6136
|
+
{
|
|
6137
|
+
"name": "tolking",
|
|
6138
|
+
"github": "tolking"
|
|
6139
|
+
}
|
|
6140
|
+
],
|
|
6141
|
+
"compatibility": {
|
|
6142
|
+
"nuxt": "^3.0.0",
|
|
6143
|
+
"requires": {
|
|
6144
|
+
"bridge": "optional"
|
|
6145
|
+
}
|
|
6146
|
+
}
|
|
6147
|
+
},
|
|
6148
|
+
{
|
|
6149
|
+
"name": "varlet",
|
|
6150
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
6151
|
+
"repo": "varletjs/varlet-nuxt",
|
|
6152
|
+
"npm": "@varlet/nuxt",
|
|
6153
|
+
"icon": "varlet.svg",
|
|
6154
|
+
"github": "https://github.com/varletjs/varlet",
|
|
6155
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
6156
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6157
|
+
"category": "UI",
|
|
6158
|
+
"type": "3rd-party",
|
|
6159
|
+
"maintainers": [
|
|
6160
|
+
{
|
|
6161
|
+
"name": "zhangmo8",
|
|
6162
|
+
"github": "zhangmo8"
|
|
6163
|
+
}
|
|
6164
|
+
],
|
|
6165
|
+
"compatibility": {
|
|
6166
|
+
"nuxt": "^3.0.0",
|
|
6167
|
+
"requires": {
|
|
6168
|
+
"bridge": "optional"
|
|
6169
|
+
}
|
|
6170
|
+
}
|
|
6171
|
+
},
|
|
6172
|
+
{
|
|
6173
|
+
"name": "vee-validate",
|
|
6174
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
6175
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6176
|
+
"npm": "@vee-validate/nuxt",
|
|
6177
|
+
"icon": "vee-validate.png",
|
|
6178
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6179
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6180
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6181
|
+
"category": "Libraries",
|
|
6182
|
+
"type": "3rd-party",
|
|
6183
|
+
"maintainers": [
|
|
6184
|
+
{
|
|
6185
|
+
"name": "Abdelrahman Awad",
|
|
6186
|
+
"github": "logaretm"
|
|
6187
|
+
}
|
|
6188
|
+
],
|
|
6189
|
+
"compatibility": {
|
|
6190
|
+
"nuxt": "^3.0.0",
|
|
6191
|
+
"requires": {}
|
|
6192
|
+
}
|
|
6193
|
+
},
|
|
5265
6194
|
{
|
|
5266
6195
|
"name": "vendor",
|
|
5267
6196
|
"description": "directly serve node_modules",
|
|
@@ -5285,6 +6214,51 @@
|
|
|
5285
6214
|
"requires": {}
|
|
5286
6215
|
}
|
|
5287
6216
|
},
|
|
6217
|
+
{
|
|
6218
|
+
"name": "vercel-analytics",
|
|
6219
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6220
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6221
|
+
"npm": "nuxt-vercel-analytics",
|
|
6222
|
+
"icon": "",
|
|
6223
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6224
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6225
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6226
|
+
"category": "Analytics",
|
|
6227
|
+
"type": "3rd-party",
|
|
6228
|
+
"maintainers": [
|
|
6229
|
+
{
|
|
6230
|
+
"name": "Alexander B.",
|
|
6231
|
+
"github": "xanderbarkhatov"
|
|
6232
|
+
}
|
|
6233
|
+
],
|
|
6234
|
+
"compatibility": {
|
|
6235
|
+
"nuxt": "^3.0.0",
|
|
6236
|
+
"requires": {}
|
|
6237
|
+
}
|
|
6238
|
+
},
|
|
6239
|
+
{
|
|
6240
|
+
"name": "vexip-ui",
|
|
6241
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6242
|
+
"repo": "vexip-ui/nuxt",
|
|
6243
|
+
"npm": "@vexip-ui/nuxt",
|
|
6244
|
+
"icon": "vexip-ui.svg",
|
|
6245
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6246
|
+
"website": "https://www.vexipui.com/",
|
|
6247
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6248
|
+
"category": "UI",
|
|
6249
|
+
"type": "3rd-party",
|
|
6250
|
+
"maintainers": [
|
|
6251
|
+
{
|
|
6252
|
+
"name": "未觉雨声",
|
|
6253
|
+
"github": "qmhc",
|
|
6254
|
+
"twitter": "qmhc95"
|
|
6255
|
+
}
|
|
6256
|
+
],
|
|
6257
|
+
"compatibility": {
|
|
6258
|
+
"nuxt": "^3.0.0",
|
|
6259
|
+
"requires": {}
|
|
6260
|
+
}
|
|
6261
|
+
},
|
|
5288
6262
|
{
|
|
5289
6263
|
"name": "vite-pwa-nuxt",
|
|
5290
6264
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5316,13 +6290,13 @@
|
|
|
5316
6290
|
{
|
|
5317
6291
|
"name": "vitest",
|
|
5318
6292
|
"description": "Vitest integration with Nuxt",
|
|
5319
|
-
"repo": "danielroe/nuxt-vitest
|
|
6293
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5320
6294
|
"npm": "nuxt-vitest",
|
|
5321
6295
|
"icon": "vitest.svg",
|
|
5322
6296
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5323
6297
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5324
6298
|
"learn_more": "",
|
|
5325
|
-
"category": "
|
|
6299
|
+
"category": "Devtools",
|
|
5326
6300
|
"type": "3rd-party",
|
|
5327
6301
|
"maintainers": [
|
|
5328
6302
|
{
|
|
@@ -5339,15 +6313,45 @@
|
|
|
5339
6313
|
"requires": {}
|
|
5340
6314
|
}
|
|
5341
6315
|
},
|
|
6316
|
+
{
|
|
6317
|
+
"name": "vue-email",
|
|
6318
|
+
"description": "Write email templates with vue",
|
|
6319
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6320
|
+
"npm": "vue-email",
|
|
6321
|
+
"icon": "vue-email.svg",
|
|
6322
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6323
|
+
"website": "https://vue-email.vercel.app/",
|
|
6324
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6325
|
+
"category": "UI",
|
|
6326
|
+
"type": "3rd-party",
|
|
6327
|
+
"maintainers": [
|
|
6328
|
+
{
|
|
6329
|
+
"name": "David Arenas",
|
|
6330
|
+
"github": "Dave136",
|
|
6331
|
+
"twitter": "davejs4",
|
|
6332
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6333
|
+
},
|
|
6334
|
+
{
|
|
6335
|
+
"name": "Younes Barrad",
|
|
6336
|
+
"github": "Flowko",
|
|
6337
|
+
"twitter": "imflowko",
|
|
6338
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6339
|
+
}
|
|
6340
|
+
],
|
|
6341
|
+
"compatibility": {
|
|
6342
|
+
"nuxt": "^3.0.0",
|
|
6343
|
+
"requires": {}
|
|
6344
|
+
}
|
|
6345
|
+
},
|
|
5342
6346
|
{
|
|
5343
6347
|
"name": "vue-macros",
|
|
5344
|
-
"description": "Explore
|
|
5345
|
-
"repo": "sxzz/
|
|
6348
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6349
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5346
6350
|
"npm": "@vue-macros/nuxt",
|
|
5347
6351
|
"icon": "vue-macros.svg",
|
|
5348
|
-
"github": "https://github.com/sxzz/
|
|
6352
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5349
6353
|
"website": "https://vue-macros.sxzz.moe",
|
|
5350
|
-
"learn_more": "https://github.com/sxzz/
|
|
6354
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5351
6355
|
"category": "Extensions",
|
|
5352
6356
|
"type": "3rd-party",
|
|
5353
6357
|
"maintainers": [
|
|
@@ -5430,6 +6434,29 @@
|
|
|
5430
6434
|
"requires": {}
|
|
5431
6435
|
}
|
|
5432
6436
|
},
|
|
6437
|
+
{
|
|
6438
|
+
"name": "vue-query",
|
|
6439
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6440
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6441
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6442
|
+
"icon": "vue-query.svg",
|
|
6443
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6444
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6445
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6446
|
+
"category": "Request",
|
|
6447
|
+
"type": "3rd-party",
|
|
6448
|
+
"maintainers": [
|
|
6449
|
+
{
|
|
6450
|
+
"name": "Hebilicious",
|
|
6451
|
+
"github": "Hebilicious",
|
|
6452
|
+
"twitter": "its_hebilicious"
|
|
6453
|
+
}
|
|
6454
|
+
],
|
|
6455
|
+
"compatibility": {
|
|
6456
|
+
"nuxt": "^3.0.0",
|
|
6457
|
+
"requires": {}
|
|
6458
|
+
}
|
|
6459
|
+
},
|
|
5433
6460
|
{
|
|
5434
6461
|
"name": "vue-select",
|
|
5435
6462
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5500,6 +6527,29 @@
|
|
|
5500
6527
|
"requires": {}
|
|
5501
6528
|
}
|
|
5502
6529
|
},
|
|
6530
|
+
{
|
|
6531
|
+
"name": "vue3-carousel-nuxt",
|
|
6532
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
|
|
6533
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6534
|
+
"npm": "vue3-carousel-nuxt",
|
|
6535
|
+
"icon": "",
|
|
6536
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6537
|
+
"website": "",
|
|
6538
|
+
"learn_more": "",
|
|
6539
|
+
"category": "UI",
|
|
6540
|
+
"type": "3rd-party",
|
|
6541
|
+
"maintainers": [
|
|
6542
|
+
{
|
|
6543
|
+
"name": "Gaetan SENN",
|
|
6544
|
+
"github": "gaetansenn",
|
|
6545
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6546
|
+
}
|
|
6547
|
+
],
|
|
6548
|
+
"compatibility": {
|
|
6549
|
+
"nuxt": "^3.0.0",
|
|
6550
|
+
"requires": {}
|
|
6551
|
+
}
|
|
6552
|
+
},
|
|
5503
6553
|
{
|
|
5504
6554
|
"name": "vuefire",
|
|
5505
6555
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -5544,6 +6594,28 @@
|
|
|
5544
6594
|
"requires": {}
|
|
5545
6595
|
}
|
|
5546
6596
|
},
|
|
6597
|
+
{
|
|
6598
|
+
"name": "vuetify-nuxt-module",
|
|
6599
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
6600
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
6601
|
+
"npm": "vuetify-nuxt-module",
|
|
6602
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
6603
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6604
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6605
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
6606
|
+
"category": "UI",
|
|
6607
|
+
"type": "3rd-party",
|
|
6608
|
+
"maintainers": [
|
|
6609
|
+
{
|
|
6610
|
+
"name": "Joaquín Sánchez",
|
|
6611
|
+
"github": "userquin"
|
|
6612
|
+
}
|
|
6613
|
+
],
|
|
6614
|
+
"compatibility": {
|
|
6615
|
+
"nuxt": "^3.0.0",
|
|
6616
|
+
"requires": {}
|
|
6617
|
+
}
|
|
6618
|
+
},
|
|
5547
6619
|
{
|
|
5548
6620
|
"name": "vuetify",
|
|
5549
6621
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -5618,6 +6690,29 @@
|
|
|
5618
6690
|
"requires": {}
|
|
5619
6691
|
}
|
|
5620
6692
|
},
|
|
6693
|
+
{
|
|
6694
|
+
"name": "vunix",
|
|
6695
|
+
"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.",
|
|
6696
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6697
|
+
"npm": "@vunix/nuxt",
|
|
6698
|
+
"icon": "",
|
|
6699
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6700
|
+
"website": "https://vunix.dewib.com/",
|
|
6701
|
+
"learn_more": "",
|
|
6702
|
+
"category": "UI",
|
|
6703
|
+
"type": "3rd-party",
|
|
6704
|
+
"maintainers": [
|
|
6705
|
+
{
|
|
6706
|
+
"name": "Gaetan SENN",
|
|
6707
|
+
"github": "gaetansenn",
|
|
6708
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6709
|
+
}
|
|
6710
|
+
],
|
|
6711
|
+
"compatibility": {
|
|
6712
|
+
"nuxt": "^3.0.0",
|
|
6713
|
+
"requires": {}
|
|
6714
|
+
}
|
|
6715
|
+
},
|
|
5621
6716
|
{
|
|
5622
6717
|
"name": "web-vitals",
|
|
5623
6718
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5652,29 +6747,6 @@
|
|
|
5652
6747
|
}
|
|
5653
6748
|
}
|
|
5654
6749
|
},
|
|
5655
|
-
{
|
|
5656
|
-
"name": "web3js",
|
|
5657
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5658
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5659
|
-
"npm": "nuxt-web3",
|
|
5660
|
-
"icon": "web3js.svg",
|
|
5661
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5662
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5663
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5664
|
-
"category": "Libraries",
|
|
5665
|
-
"type": "3rd-party",
|
|
5666
|
-
"maintainers": [
|
|
5667
|
-
{
|
|
5668
|
-
"name": "Muhammad Fauzan",
|
|
5669
|
-
"github": "bl0cknumber",
|
|
5670
|
-
"twitter": "fncolon"
|
|
5671
|
-
}
|
|
5672
|
-
],
|
|
5673
|
-
"compatibility": {
|
|
5674
|
-
"nuxt": "^2.0.0",
|
|
5675
|
-
"requires": {}
|
|
5676
|
-
}
|
|
5677
|
-
},
|
|
5678
6750
|
{
|
|
5679
6751
|
"name": "webfontloader",
|
|
5680
6752
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5789,6 +6861,54 @@
|
|
|
5789
6861
|
"requires": {}
|
|
5790
6862
|
}
|
|
5791
6863
|
},
|
|
6864
|
+
{
|
|
6865
|
+
"name": "well-known",
|
|
6866
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6867
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6868
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6869
|
+
"icon": "well-known.svg",
|
|
6870
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6871
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6872
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6873
|
+
"category": "SEO",
|
|
6874
|
+
"type": "3rd-party",
|
|
6875
|
+
"maintainers": [
|
|
6876
|
+
{
|
|
6877
|
+
"name": "Zadig&Voltaire Team",
|
|
6878
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6879
|
+
}
|
|
6880
|
+
],
|
|
6881
|
+
"compatibility": {
|
|
6882
|
+
"nuxt": "^3.0.0",
|
|
6883
|
+
"requires": {}
|
|
6884
|
+
}
|
|
6885
|
+
},
|
|
6886
|
+
{
|
|
6887
|
+
"name": "wideangle",
|
|
6888
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
6889
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
6890
|
+
"npm": "wideangle-nuxt",
|
|
6891
|
+
"icon": "wideangle.png",
|
|
6892
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
6893
|
+
"website": "https://wideangle.co",
|
|
6894
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
6895
|
+
"category": "Analytics",
|
|
6896
|
+
"type": "3rd-party",
|
|
6897
|
+
"maintainers": [
|
|
6898
|
+
{
|
|
6899
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
6900
|
+
"github": "inputobjects"
|
|
6901
|
+
},
|
|
6902
|
+
{
|
|
6903
|
+
"name": "Jarek Rozanski",
|
|
6904
|
+
"github": "jrozanski"
|
|
6905
|
+
}
|
|
6906
|
+
],
|
|
6907
|
+
"compatibility": {
|
|
6908
|
+
"nuxt": "^3.0.0",
|
|
6909
|
+
"requires": {}
|
|
6910
|
+
}
|
|
6911
|
+
},
|
|
5792
6912
|
{
|
|
5793
6913
|
"name": "windicss",
|
|
5794
6914
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -5932,6 +7052,29 @@
|
|
|
5932
7052
|
"requires": {}
|
|
5933
7053
|
}
|
|
5934
7054
|
},
|
|
7055
|
+
{
|
|
7056
|
+
"name": "yandex-metrika-next",
|
|
7057
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
7058
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
7059
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
7060
|
+
"icon": "yandex-metrika.svg",
|
|
7061
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
7062
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
7063
|
+
"learn_more": "",
|
|
7064
|
+
"category": "Analytics",
|
|
7065
|
+
"type": "3rd-party",
|
|
7066
|
+
"maintainers": [
|
|
7067
|
+
{
|
|
7068
|
+
"name": "Aleksandr Saburov",
|
|
7069
|
+
"github": "artmizu",
|
|
7070
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
7071
|
+
}
|
|
7072
|
+
],
|
|
7073
|
+
"compatibility": {
|
|
7074
|
+
"nuxt": "^3.0.0",
|
|
7075
|
+
"requires": {}
|
|
7076
|
+
}
|
|
7077
|
+
},
|
|
5935
7078
|
{
|
|
5936
7079
|
"name": "yandex-metrika",
|
|
5937
7080
|
"description": "Yandex metrika Module for Nuxt.js",
|