@nuxt/modules 0.6.0-38273 → 0.6.0-38ccf6
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/modules.json +1030 -53
- package/package.json +8 -8
package/modules.json
CHANGED
|
@@ -126,12 +126,12 @@
|
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
128
|
"name": "animejs",
|
|
129
|
-
"description": "Anime.js module for Nuxt
|
|
130
|
-
"repo": "
|
|
131
|
-
"npm": "nuxt-
|
|
129
|
+
"description": "Anime.js module for Nuxt",
|
|
130
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
131
|
+
"npm": "@hypernym/nuxt-anime",
|
|
132
132
|
"icon": "",
|
|
133
|
-
"github": "https://github.com/
|
|
134
|
-
"website": "https://github.com/
|
|
133
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
134
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
135
135
|
"learn_more": "",
|
|
136
136
|
"category": "Libraries",
|
|
137
137
|
"type": "3rd-party",
|
|
@@ -142,10 +142,34 @@
|
|
|
142
142
|
}
|
|
143
143
|
],
|
|
144
144
|
"compatibility": {
|
|
145
|
-
"nuxt": "^2.0.0",
|
|
145
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
146
146
|
"requires": {}
|
|
147
147
|
}
|
|
148
148
|
},
|
|
149
|
+
{
|
|
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",
|
|
159
|
+
"type": "3rd-party",
|
|
160
|
+
"maintainers": [
|
|
161
|
+
{
|
|
162
|
+
"name": "tangjinzhou",
|
|
163
|
+
"github": "tangjinzhou"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"compatibility": {
|
|
167
|
+
"nuxt": "^3.0.0",
|
|
168
|
+
"requires": {
|
|
169
|
+
"bridge": "optional"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
149
173
|
{
|
|
150
174
|
"name": "api-party",
|
|
151
175
|
"description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
|
|
@@ -153,7 +177,7 @@
|
|
|
153
177
|
"npm": "nuxt-api-party",
|
|
154
178
|
"icon": "api-party.svg",
|
|
155
179
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
156
|
-
"website": "https://
|
|
180
|
+
"website": "https://nuxt-api-party.jhnn.dev/",
|
|
157
181
|
"learn_more": "",
|
|
158
182
|
"category": "Request",
|
|
159
183
|
"type": "3rd-party",
|
|
@@ -249,7 +273,7 @@
|
|
|
249
273
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
250
274
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
251
275
|
"learn_more": "",
|
|
252
|
-
"category": "
|
|
276
|
+
"category": "Database",
|
|
253
277
|
"type": "3rd-party",
|
|
254
278
|
"maintainers": [
|
|
255
279
|
{
|
|
@@ -289,6 +313,29 @@
|
|
|
289
313
|
"requires": {}
|
|
290
314
|
}
|
|
291
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
|
+
},
|
|
292
339
|
{
|
|
293
340
|
"name": "axios",
|
|
294
341
|
"description": "Secure and easy Axios module with Nuxt.js",
|
|
@@ -526,6 +573,28 @@
|
|
|
526
573
|
"requires": {}
|
|
527
574
|
}
|
|
528
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
|
+
},
|
|
529
598
|
{
|
|
530
599
|
"name": "chakra-ui",
|
|
531
600
|
"description": "Chakra UI Module for Nuxt.js",
|
|
@@ -551,11 +620,11 @@
|
|
|
551
620
|
{
|
|
552
621
|
"name": "chatwoot",
|
|
553
622
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
554
|
-
"repo": "
|
|
555
|
-
"npm": "@
|
|
623
|
+
"repo": "productdevbookcom/chatwoot",
|
|
624
|
+
"npm": "@productdevbook/chatwoot",
|
|
556
625
|
"icon": "chatwoot.png",
|
|
557
|
-
"github": "https://github.com/
|
|
558
|
-
"website": "https://github.com/
|
|
626
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
627
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
559
628
|
"learn_more": "https://www.chatwoot.com",
|
|
560
629
|
"category": "Libraries",
|
|
561
630
|
"type": "3rd-party",
|
|
@@ -592,6 +661,29 @@
|
|
|
592
661
|
"requires": {}
|
|
593
662
|
}
|
|
594
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
|
+
},
|
|
595
687
|
{
|
|
596
688
|
"name": "client-init",
|
|
597
689
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -757,12 +849,35 @@
|
|
|
757
849
|
"requires": {}
|
|
758
850
|
}
|
|
759
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
|
+
},
|
|
760
875
|
{
|
|
761
876
|
"name": "content",
|
|
762
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.",
|
|
763
878
|
"repo": "nuxt/content#main",
|
|
764
879
|
"npm": "@nuxt/content",
|
|
765
|
-
"icon": "nuxt.
|
|
880
|
+
"icon": "nuxt.svg",
|
|
766
881
|
"github": "https://github.com/nuxt/content",
|
|
767
882
|
"website": "https://content.nuxtjs.org",
|
|
768
883
|
"learn_more": "",
|
|
@@ -929,11 +1044,11 @@
|
|
|
929
1044
|
}
|
|
930
1045
|
},
|
|
931
1046
|
{
|
|
932
|
-
"name": "datocms",
|
|
933
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
1047
|
+
"name": "datocms-nuxt2",
|
|
1048
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
934
1049
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
935
1050
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
936
|
-
"icon": "datocms.
|
|
1051
|
+
"icon": "datocms.svg",
|
|
937
1052
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
938
1053
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
939
1054
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -950,26 +1065,50 @@
|
|
|
950
1065
|
"requires": {}
|
|
951
1066
|
}
|
|
952
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
|
+
},
|
|
953
1092
|
{
|
|
954
1093
|
"name": "dayjs",
|
|
955
|
-
"description": "
|
|
956
|
-
"repo": "
|
|
957
|
-
"npm": "
|
|
1094
|
+
"description": "Day.js module for Nuxt",
|
|
1095
|
+
"repo": "fumeapp/dayjs",
|
|
1096
|
+
"npm": "dayjs-nuxt",
|
|
958
1097
|
"icon": "day-js.png",
|
|
959
|
-
"github": "https://github.com/
|
|
960
|
-
"website": "https://github.com/
|
|
1098
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1099
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
961
1100
|
"learn_more": "https://day.js.org/",
|
|
962
|
-
"category": "
|
|
963
|
-
"type": "
|
|
1101
|
+
"category": "Libraries",
|
|
1102
|
+
"type": "3rd-party",
|
|
964
1103
|
"maintainers": [
|
|
965
1104
|
{
|
|
966
|
-
"name": "
|
|
967
|
-
"github": "
|
|
968
|
-
"twitter": "
|
|
1105
|
+
"name": "Kevin Olson",
|
|
1106
|
+
"github": "acidjazz",
|
|
1107
|
+
"twitter": "AppFume"
|
|
969
1108
|
}
|
|
970
1109
|
],
|
|
971
1110
|
"compatibility": {
|
|
972
|
-
"nuxt": "^
|
|
1111
|
+
"nuxt": "^3.0.0",
|
|
973
1112
|
"requires": {}
|
|
974
1113
|
}
|
|
975
1114
|
},
|
|
@@ -1018,6 +1157,29 @@
|
|
|
1018
1157
|
"requires": {}
|
|
1019
1158
|
}
|
|
1020
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
|
+
},
|
|
1021
1183
|
{
|
|
1022
1184
|
"name": "directus",
|
|
1023
1185
|
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
@@ -1043,6 +1205,28 @@
|
|
|
1043
1205
|
}
|
|
1044
1206
|
}
|
|
1045
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
|
+
},
|
|
1046
1230
|
{
|
|
1047
1231
|
"name": "dotenv",
|
|
1048
1232
|
"description": "A Nuxt.js module that loads your .env file into your context options",
|
|
@@ -1438,6 +1622,29 @@
|
|
|
1438
1622
|
"requires": {}
|
|
1439
1623
|
}
|
|
1440
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
|
+
},
|
|
1441
1648
|
{
|
|
1442
1649
|
"name": "formkit",
|
|
1443
1650
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1717,6 +1924,30 @@
|
|
|
1717
1924
|
"requires": {}
|
|
1718
1925
|
}
|
|
1719
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
|
+
},
|
|
1720
1951
|
{
|
|
1721
1952
|
"name": "gtm",
|
|
1722
1953
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -1762,6 +1993,28 @@
|
|
|
1762
1993
|
"requires": {}
|
|
1763
1994
|
}
|
|
1764
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
|
+
},
|
|
1765
2018
|
{
|
|
1766
2019
|
"name": "harlem",
|
|
1767
2020
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -2020,6 +2273,28 @@
|
|
|
2020
2273
|
"requires": {}
|
|
2021
2274
|
}
|
|
2022
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
|
+
},
|
|
2023
2298
|
{
|
|
2024
2299
|
"name": "icon",
|
|
2025
2300
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2146,12 +2421,12 @@
|
|
|
2146
2421
|
{
|
|
2147
2422
|
"name": "inkline",
|
|
2148
2423
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2149
|
-
"repo": "inkline/
|
|
2150
|
-
"npm": "@inkline/
|
|
2424
|
+
"repo": "inkline/plugin",
|
|
2425
|
+
"npm": "@inkline/plugin",
|
|
2151
2426
|
"icon": "inkline.svg",
|
|
2152
|
-
"github": "https://github.com/inkline/
|
|
2427
|
+
"github": "https://github.com/inkline/plugin",
|
|
2153
2428
|
"website": "https://inkline.io",
|
|
2154
|
-
"learn_more": "https://inkline.io/docs/
|
|
2429
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2155
2430
|
"category": "UI",
|
|
2156
2431
|
"type": "3rd-party",
|
|
2157
2432
|
"maintainers": [
|
|
@@ -2371,7 +2646,7 @@
|
|
|
2371
2646
|
},
|
|
2372
2647
|
{
|
|
2373
2648
|
"name": "link-checker",
|
|
2374
|
-
"description": "",
|
|
2649
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2375
2650
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2376
2651
|
"npm": "nuxt-link-checker",
|
|
2377
2652
|
"icon": "",
|
|
@@ -2695,6 +2970,29 @@
|
|
|
2695
2970
|
"requires": {}
|
|
2696
2971
|
}
|
|
2697
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
|
+
},
|
|
2698
2996
|
{
|
|
2699
2997
|
"name": "moment",
|
|
2700
2998
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2883,6 +3181,50 @@
|
|
|
2883
3181
|
"requires": {}
|
|
2884
3182
|
}
|
|
2885
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
|
+
},
|
|
3206
|
+
{
|
|
3207
|
+
"name": "nuxt-anchorscroll",
|
|
3208
|
+
"description": "Scroll to top and to anchor support for Nuxt",
|
|
3209
|
+
"repo": "helltraitor/nuxt-anchorscroll",
|
|
3210
|
+
"npm": "nuxt-anchorscroll",
|
|
3211
|
+
"icon": "",
|
|
3212
|
+
"github": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3213
|
+
"website": "https://github.com/helltraitor/nuxt-anchorscroll",
|
|
3214
|
+
"learn_more": "",
|
|
3215
|
+
"category": "UI",
|
|
3216
|
+
"type": "3rd-party",
|
|
3217
|
+
"maintainers": [
|
|
3218
|
+
{
|
|
3219
|
+
"name": "Helltraitor",
|
|
3220
|
+
"github": "helltraitor"
|
|
3221
|
+
}
|
|
3222
|
+
],
|
|
3223
|
+
"compatibility": {
|
|
3224
|
+
"nuxt": "^3.0.0",
|
|
3225
|
+
"requires": {}
|
|
3226
|
+
}
|
|
3227
|
+
},
|
|
2886
3228
|
{
|
|
2887
3229
|
"name": "nuxt-auth",
|
|
2888
3230
|
"description": "",
|
|
@@ -2905,6 +3247,28 @@
|
|
|
2905
3247
|
"requires": {}
|
|
2906
3248
|
}
|
|
2907
3249
|
},
|
|
3250
|
+
{
|
|
3251
|
+
"name": "nuxt-chatgpt",
|
|
3252
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3253
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3254
|
+
"npm": "nuxt-chatgpt",
|
|
3255
|
+
"icon": "chatgpt.svg",
|
|
3256
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3257
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3258
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3259
|
+
"category": "Libraries",
|
|
3260
|
+
"type": "3rd-party",
|
|
3261
|
+
"maintainers": [
|
|
3262
|
+
{
|
|
3263
|
+
"name": "Oliver Trajceski",
|
|
3264
|
+
"github": "schnapsterdog"
|
|
3265
|
+
}
|
|
3266
|
+
],
|
|
3267
|
+
"compatibility": {
|
|
3268
|
+
"nuxt": "^3.0.0",
|
|
3269
|
+
"requires": {}
|
|
3270
|
+
}
|
|
3271
|
+
},
|
|
2908
3272
|
{
|
|
2909
3273
|
"name": "nuxt-graphql-middleware",
|
|
2910
3274
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2956,6 +3320,28 @@
|
|
|
2956
3320
|
"requires": {}
|
|
2957
3321
|
}
|
|
2958
3322
|
},
|
|
3323
|
+
{
|
|
3324
|
+
"name": "nuxt-gtm",
|
|
3325
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3326
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3327
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3328
|
+
"icon": "nuxt-gtm.svg",
|
|
3329
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3330
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3331
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3332
|
+
"category": "Analytics",
|
|
3333
|
+
"type": "3rd-party",
|
|
3334
|
+
"maintainers": [
|
|
3335
|
+
{
|
|
3336
|
+
"name": "Zadig&Voltaire Team",
|
|
3337
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3338
|
+
}
|
|
3339
|
+
],
|
|
3340
|
+
"compatibility": {
|
|
3341
|
+
"nuxt": "^3.0.0",
|
|
3342
|
+
"requires": {}
|
|
3343
|
+
}
|
|
3344
|
+
},
|
|
2959
3345
|
{
|
|
2960
3346
|
"name": "nuxt-hue",
|
|
2961
3347
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -3071,12 +3457,34 @@
|
|
|
3071
3457
|
}
|
|
3072
3458
|
},
|
|
3073
3459
|
{
|
|
3074
|
-
"name": "nuxt-
|
|
3075
|
-
"description": "
|
|
3076
|
-
"repo": "
|
|
3077
|
-
"npm": "
|
|
3078
|
-
"icon": "nuxt-
|
|
3079
|
-
"github": "https://github.com/
|
|
3460
|
+
"name": "nuxt-mongoose",
|
|
3461
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3462
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3463
|
+
"npm": "nuxt-mongoose",
|
|
3464
|
+
"icon": "nuxt-mongoose.svg",
|
|
3465
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3466
|
+
"website": "https://nuxt-mongoose.nuxt.space",
|
|
3467
|
+
"learn_more": "",
|
|
3468
|
+
"category": "Database",
|
|
3469
|
+
"type": "3rd-party",
|
|
3470
|
+
"maintainers": [
|
|
3471
|
+
{
|
|
3472
|
+
"name": "arashsheyda",
|
|
3473
|
+
"github": "arashsheyda"
|
|
3474
|
+
}
|
|
3475
|
+
],
|
|
3476
|
+
"compatibility": {
|
|
3477
|
+
"nuxt": "^3.0.0",
|
|
3478
|
+
"requires": {}
|
|
3479
|
+
}
|
|
3480
|
+
},
|
|
3481
|
+
{
|
|
3482
|
+
"name": "nuxt-pdf",
|
|
3483
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
3484
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3485
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
3486
|
+
"icon": "nuxt-pdf.png",
|
|
3487
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
3080
3488
|
"website": "https://sidebase.io/nuxt-pdf",
|
|
3081
3489
|
"learn_more": "https://github.com/sidebase",
|
|
3082
3490
|
"category": "Extensions",
|
|
@@ -3093,6 +3501,28 @@
|
|
|
3093
3501
|
"requires": {}
|
|
3094
3502
|
}
|
|
3095
3503
|
},
|
|
3504
|
+
{
|
|
3505
|
+
"name": "nuxt-phosphor-icons",
|
|
3506
|
+
"description": "Just a simple integration for @phosphor-icons in Nuxt",
|
|
3507
|
+
"repo": "OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3508
|
+
"npm": "nuxt-phosphor-icons",
|
|
3509
|
+
"icon": "phosphor-icons.svg",
|
|
3510
|
+
"github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3511
|
+
"website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3512
|
+
"learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
|
|
3513
|
+
"category": "UI",
|
|
3514
|
+
"type": "3rd-party",
|
|
3515
|
+
"maintainers": [
|
|
3516
|
+
{
|
|
3517
|
+
"name": "OyewoleOyedeji",
|
|
3518
|
+
"github": "OyewoleOyedeji"
|
|
3519
|
+
}
|
|
3520
|
+
],
|
|
3521
|
+
"compatibility": {
|
|
3522
|
+
"nuxt": "^3.0.0",
|
|
3523
|
+
"requires": {}
|
|
3524
|
+
}
|
|
3525
|
+
},
|
|
3096
3526
|
{
|
|
3097
3527
|
"name": "nuxt-pino-log",
|
|
3098
3528
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3137,6 +3567,32 @@
|
|
|
3137
3567
|
"requires": {}
|
|
3138
3568
|
}
|
|
3139
3569
|
},
|
|
3570
|
+
{
|
|
3571
|
+
"name": "nuxt-plotly",
|
|
3572
|
+
"description": "nuxt-plotly module is thin Nuxt3 wrapper for plotly.js",
|
|
3573
|
+
"repo": "superdev-tech/nuxt-plotly",
|
|
3574
|
+
"npm": "nuxt-plotly",
|
|
3575
|
+
"icon": "nuxt-plotly.svg",
|
|
3576
|
+
"github": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3577
|
+
"website": "https://github.com/superdev-tech/nuxt-plotly",
|
|
3578
|
+
"learn_more": "https://www.npmjs.com/package/nuxt-plotly",
|
|
3579
|
+
"category": "Libraries",
|
|
3580
|
+
"type": "3rd-party",
|
|
3581
|
+
"maintainers": [
|
|
3582
|
+
{
|
|
3583
|
+
"name": "Supanut Dokmaithong",
|
|
3584
|
+
"github": "Boomgeek"
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
"name": "superdev-tech",
|
|
3588
|
+
"github": "superdev-tech"
|
|
3589
|
+
}
|
|
3590
|
+
],
|
|
3591
|
+
"compatibility": {
|
|
3592
|
+
"nuxt": "^3.6.0",
|
|
3593
|
+
"requires": {}
|
|
3594
|
+
}
|
|
3595
|
+
},
|
|
3140
3596
|
{
|
|
3141
3597
|
"name": "nuxt-png-to-ico",
|
|
3142
3598
|
"description": "Nuxt.js module for auto generating favicons",
|
|
@@ -3349,12 +3805,12 @@
|
|
|
3349
3805
|
{
|
|
3350
3806
|
"name": "nuxt-vue3-google-signin",
|
|
3351
3807
|
"description": "Empower your Nuxt app with Google Sign-In, hassle-free",
|
|
3352
|
-
"repo": "
|
|
3808
|
+
"repo": "wavezync/nuxt-vue3-google-signin",
|
|
3353
3809
|
"npm": "nuxt-vue3-google-signin",
|
|
3354
3810
|
"icon": "vue3-google-signin.svg",
|
|
3355
|
-
"github": "https://github.com/
|
|
3356
|
-
"website": "https://vue3-google-signin.
|
|
3357
|
-
"learn_more": "https://vue3-google-signin.
|
|
3811
|
+
"github": "https://github.com/wavezync/nuxt-vue3-google-signin",
|
|
3812
|
+
"website": "https://vue3-google-signin.wavezync.com",
|
|
3813
|
+
"learn_more": "https://vue3-google-signin.wavezync.com",
|
|
3358
3814
|
"category": "Libraries",
|
|
3359
3815
|
"type": "3rd-party",
|
|
3360
3816
|
"maintainers": [
|
|
@@ -3368,6 +3824,28 @@
|
|
|
3368
3824
|
"requires": {}
|
|
3369
3825
|
}
|
|
3370
3826
|
},
|
|
3827
|
+
{
|
|
3828
|
+
"name": "nuxt-vuetify",
|
|
3829
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in 3 seconds.",
|
|
3830
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3831
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3832
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3833
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3834
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3835
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3836
|
+
"category": "UI",
|
|
3837
|
+
"type": "3rd-party",
|
|
3838
|
+
"maintainers": [
|
|
3839
|
+
{
|
|
3840
|
+
"name": "Jens van Hellemondt",
|
|
3841
|
+
"github": "invictus-codes"
|
|
3842
|
+
}
|
|
3843
|
+
],
|
|
3844
|
+
"compatibility": {
|
|
3845
|
+
"nuxt": "^3.0.0",
|
|
3846
|
+
"requires": {}
|
|
3847
|
+
}
|
|
3848
|
+
},
|
|
3371
3849
|
{
|
|
3372
3850
|
"name": "nuxt7",
|
|
3373
3851
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3391,6 +3869,29 @@
|
|
|
3391
3869
|
"requires": {}
|
|
3392
3870
|
}
|
|
3393
3871
|
},
|
|
3872
|
+
{
|
|
3873
|
+
"name": "nuxtlabs-ui",
|
|
3874
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3875
|
+
"repo": "nuxtlabs/ui",
|
|
3876
|
+
"npm": "@nuxthq/ui",
|
|
3877
|
+
"icon": "nuxtlabs-ui.svg",
|
|
3878
|
+
"github": "https://github.com/nuxtlabs/ui",
|
|
3879
|
+
"website": "https://ui.nuxtlabs.com",
|
|
3880
|
+
"learn_more": "https://ui.nuxtlabs.com",
|
|
3881
|
+
"category": "UI",
|
|
3882
|
+
"type": "3rd-party",
|
|
3883
|
+
"maintainers": [
|
|
3884
|
+
{
|
|
3885
|
+
"name": "Benjamin Canac",
|
|
3886
|
+
"github": "benjamincanac",
|
|
3887
|
+
"twitter": "benjamincanac"
|
|
3888
|
+
}
|
|
3889
|
+
],
|
|
3890
|
+
"compatibility": {
|
|
3891
|
+
"nuxt": "^3.0.0",
|
|
3892
|
+
"requires": {}
|
|
3893
|
+
}
|
|
3894
|
+
},
|
|
3394
3895
|
{
|
|
3395
3896
|
"name": "og-image",
|
|
3396
3897
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -3530,6 +4031,30 @@
|
|
|
3530
4031
|
}
|
|
3531
4032
|
}
|
|
3532
4033
|
},
|
|
4034
|
+
{
|
|
4035
|
+
"name": "pdfeasy",
|
|
4036
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
4037
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
4038
|
+
"npm": "nuxt-pdfeasy",
|
|
4039
|
+
"icon": "pdfeasy.png",
|
|
4040
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
4041
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
4042
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
4043
|
+
"category": "Extensions",
|
|
4044
|
+
"type": "3rd-party",
|
|
4045
|
+
"maintainers": [
|
|
4046
|
+
{
|
|
4047
|
+
"name": "Giovane Cardoso",
|
|
4048
|
+
"github": "novout",
|
|
4049
|
+
"twitter": "novoutttttt",
|
|
4050
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
4051
|
+
}
|
|
4052
|
+
],
|
|
4053
|
+
"compatibility": {
|
|
4054
|
+
"nuxt": "^3.0.0",
|
|
4055
|
+
"requires": {}
|
|
4056
|
+
}
|
|
4057
|
+
},
|
|
3533
4058
|
{
|
|
3534
4059
|
"name": "persian-datepicker",
|
|
3535
4060
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3851,6 +4376,50 @@
|
|
|
3851
4376
|
"requires": {}
|
|
3852
4377
|
}
|
|
3853
4378
|
},
|
|
4379
|
+
{
|
|
4380
|
+
"name": "quasar",
|
|
4381
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4382
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4383
|
+
"npm": "nuxt-quasar-ui",
|
|
4384
|
+
"icon": "quasar.svg",
|
|
4385
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4386
|
+
"website": "https://quasar.dev/",
|
|
4387
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4388
|
+
"category": "UI",
|
|
4389
|
+
"type": "3rd-party",
|
|
4390
|
+
"maintainers": [
|
|
4391
|
+
{
|
|
4392
|
+
"name": "Ege İliklier",
|
|
4393
|
+
"github": "Maiquu"
|
|
4394
|
+
}
|
|
4395
|
+
],
|
|
4396
|
+
"compatibility": {
|
|
4397
|
+
"nuxt": "^3.0.0",
|
|
4398
|
+
"requires": {}
|
|
4399
|
+
}
|
|
4400
|
+
},
|
|
4401
|
+
{
|
|
4402
|
+
"name": "radash",
|
|
4403
|
+
"description": "radash module with auto-import and custom prefix",
|
|
4404
|
+
"repo": "bbg/nuxt-radash",
|
|
4405
|
+
"npm": "nuxt-radash",
|
|
4406
|
+
"icon": "radash.svg",
|
|
4407
|
+
"github": "https://github.com/bbg/nuxt-radash",
|
|
4408
|
+
"website": "https://github.com/bbg/nuxt-radash#readme",
|
|
4409
|
+
"learn_more": "https://github.com/rayepps/radash/",
|
|
4410
|
+
"category": "Libraries",
|
|
4411
|
+
"type": "3rd-party",
|
|
4412
|
+
"maintainers": [
|
|
4413
|
+
{
|
|
4414
|
+
"name": "Batuhan Göksu",
|
|
4415
|
+
"github": "bbg"
|
|
4416
|
+
}
|
|
4417
|
+
],
|
|
4418
|
+
"compatibility": {
|
|
4419
|
+
"nuxt": "^3.0.0",
|
|
4420
|
+
"requires": {}
|
|
4421
|
+
}
|
|
4422
|
+
},
|
|
3854
4423
|
{
|
|
3855
4424
|
"name": "recaptcha",
|
|
3856
4425
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -4238,6 +4807,29 @@
|
|
|
4238
4807
|
"requires": {}
|
|
4239
4808
|
}
|
|
4240
4809
|
},
|
|
4810
|
+
{
|
|
4811
|
+
"name": "server-block",
|
|
4812
|
+
"description": "Use <server> tags in your Nuxt pages components.",
|
|
4813
|
+
"repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
|
|
4814
|
+
"npm": "@hebilicious/server-block-nuxt",
|
|
4815
|
+
"icon": "server-block.svg",
|
|
4816
|
+
"github": "https://github.com/Hebilicious/server-block-nuxt",
|
|
4817
|
+
"website": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4818
|
+
"learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
|
|
4819
|
+
"category": "Extensions",
|
|
4820
|
+
"type": "3rd-party",
|
|
4821
|
+
"maintainers": [
|
|
4822
|
+
{
|
|
4823
|
+
"name": "Hebilicious",
|
|
4824
|
+
"github": "Hebilicious",
|
|
4825
|
+
"twitter": "its_hebilicious"
|
|
4826
|
+
}
|
|
4827
|
+
],
|
|
4828
|
+
"compatibility": {
|
|
4829
|
+
"nuxt": "^3.0.0",
|
|
4830
|
+
"requires": {}
|
|
4831
|
+
}
|
|
4832
|
+
},
|
|
4241
4833
|
{
|
|
4242
4834
|
"name": "session",
|
|
4243
4835
|
"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",
|
|
@@ -4430,7 +5022,7 @@
|
|
|
4430
5022
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4431
5023
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4432
5024
|
"learn_more": "https://snipcart.com",
|
|
4433
|
-
"category": "
|
|
5025
|
+
"category": "Ecommerce",
|
|
4434
5026
|
"type": "community",
|
|
4435
5027
|
"maintainers": [
|
|
4436
5028
|
{
|
|
@@ -4714,6 +5306,32 @@
|
|
|
4714
5306
|
}
|
|
4715
5307
|
}
|
|
4716
5308
|
},
|
|
5309
|
+
{
|
|
5310
|
+
"name": "stripe-next",
|
|
5311
|
+
"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.",
|
|
5312
|
+
"repo": "fuentesloic/nuxt-stripe",
|
|
5313
|
+
"npm": "@unlok-co/nuxt-stripe",
|
|
5314
|
+
"icon": "stripe.png",
|
|
5315
|
+
"github": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5316
|
+
"website": "https://github.com/fuentesloic/nuxt-stripe",
|
|
5317
|
+
"learn_more": "https://stripe.com/docs",
|
|
5318
|
+
"category": "Payment",
|
|
5319
|
+
"type": "3rd-party",
|
|
5320
|
+
"maintainers": [
|
|
5321
|
+
{
|
|
5322
|
+
"name": "Loic Fuentes",
|
|
5323
|
+
"github": "fuentesloic"
|
|
5324
|
+
},
|
|
5325
|
+
{
|
|
5326
|
+
"name": "Florent Giraud",
|
|
5327
|
+
"github": "flozero"
|
|
5328
|
+
}
|
|
5329
|
+
],
|
|
5330
|
+
"compatibility": {
|
|
5331
|
+
"nuxt": "^3.0.0",
|
|
5332
|
+
"requires": {}
|
|
5333
|
+
}
|
|
5334
|
+
},
|
|
4717
5335
|
{
|
|
4718
5336
|
"name": "stripe",
|
|
4719
5337
|
"description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
|
|
@@ -5017,6 +5635,28 @@
|
|
|
5017
5635
|
"requires": {}
|
|
5018
5636
|
}
|
|
5019
5637
|
},
|
|
5638
|
+
{
|
|
5639
|
+
"name": "time",
|
|
5640
|
+
"description": "Safely render local dates and times on the server with Nuxt",
|
|
5641
|
+
"repo": "danielroe/nuxt-time",
|
|
5642
|
+
"npm": "nuxt-time",
|
|
5643
|
+
"icon": "",
|
|
5644
|
+
"github": "https://github.com/danielroe/nuxt-time",
|
|
5645
|
+
"website": "https://github.com/danielroe/nuxt-time",
|
|
5646
|
+
"learn_more": "",
|
|
5647
|
+
"category": "Extensions",
|
|
5648
|
+
"type": "3rd-party",
|
|
5649
|
+
"maintainers": [
|
|
5650
|
+
{
|
|
5651
|
+
"name": "danielroe",
|
|
5652
|
+
"github": "danielroe"
|
|
5653
|
+
}
|
|
5654
|
+
],
|
|
5655
|
+
"compatibility": {
|
|
5656
|
+
"nuxt": "^3.0.0",
|
|
5657
|
+
"requires": {}
|
|
5658
|
+
}
|
|
5659
|
+
},
|
|
5020
5660
|
{
|
|
5021
5661
|
"name": "toast",
|
|
5022
5662
|
"description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
|
|
@@ -5040,6 +5680,39 @@
|
|
|
5040
5680
|
"requires": {}
|
|
5041
5681
|
}
|
|
5042
5682
|
},
|
|
5683
|
+
{
|
|
5684
|
+
"name": "tresjs",
|
|
5685
|
+
"description": "Create 3D experiences in your Nuxt application using TresJS.",
|
|
5686
|
+
"repo": "tresjs/nuxt",
|
|
5687
|
+
"npm": "@tresjs/nuxt",
|
|
5688
|
+
"icon": "tresjs.svg",
|
|
5689
|
+
"github": "https://github.com/Tresjs/nuxt",
|
|
5690
|
+
"website": "https://tresjs.org/guide/nuxt.html",
|
|
5691
|
+
"learn_more": "https://tresjs.org/",
|
|
5692
|
+
"category": "Libraries",
|
|
5693
|
+
"type": "3rd-party",
|
|
5694
|
+
"maintainers": [
|
|
5695
|
+
{
|
|
5696
|
+
"name": "Alvaro Saburido",
|
|
5697
|
+
"github": "alvarosabu",
|
|
5698
|
+
"twitter": "alvarosabu"
|
|
5699
|
+
},
|
|
5700
|
+
{
|
|
5701
|
+
"name": "Jaime Torrealba",
|
|
5702
|
+
"github": "JaimeTorrealba",
|
|
5703
|
+
"twitter": "jaimebboyjt"
|
|
5704
|
+
},
|
|
5705
|
+
{
|
|
5706
|
+
"name": "Tino Koch",
|
|
5707
|
+
"github": "Tinoooo",
|
|
5708
|
+
"twitter": "ichbintino"
|
|
5709
|
+
}
|
|
5710
|
+
],
|
|
5711
|
+
"compatibility": {
|
|
5712
|
+
"nuxt": "^3.0.0",
|
|
5713
|
+
"requires": {}
|
|
5714
|
+
}
|
|
5715
|
+
},
|
|
5043
5716
|
{
|
|
5044
5717
|
"name": "turnstile",
|
|
5045
5718
|
"description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
|
|
@@ -5089,6 +5762,28 @@
|
|
|
5089
5762
|
}
|
|
5090
5763
|
}
|
|
5091
5764
|
},
|
|
5765
|
+
{
|
|
5766
|
+
"name": "twemoji",
|
|
5767
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
5768
|
+
"repo": "yizack/nuxt-twemoji",
|
|
5769
|
+
"npm": "nuxt-twemoji",
|
|
5770
|
+
"icon": "twemoji.svg",
|
|
5771
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
5772
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
5773
|
+
"learn_more": "",
|
|
5774
|
+
"category": "UI",
|
|
5775
|
+
"type": "3rd-party",
|
|
5776
|
+
"maintainers": [
|
|
5777
|
+
{
|
|
5778
|
+
"name": "Yizack Rangel",
|
|
5779
|
+
"github": "yizack"
|
|
5780
|
+
}
|
|
5781
|
+
],
|
|
5782
|
+
"compatibility": {
|
|
5783
|
+
"nuxt": "^3.0.0",
|
|
5784
|
+
"requires": {}
|
|
5785
|
+
}
|
|
5786
|
+
},
|
|
5092
5787
|
{
|
|
5093
5788
|
"name": "twicpics",
|
|
5094
5789
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5260,11 +5955,11 @@
|
|
|
5260
5955
|
{
|
|
5261
5956
|
"name": "unhead",
|
|
5262
5957
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5263
|
-
"repo": "harlan-zw/nuxt-
|
|
5264
|
-
"npm": "nuxt-
|
|
5958
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5959
|
+
"npm": "nuxt-seo-experiments",
|
|
5265
5960
|
"icon": "",
|
|
5266
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5267
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
5961
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5962
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5268
5963
|
"learn_more": "",
|
|
5269
5964
|
"category": "SEO",
|
|
5270
5965
|
"type": "3rd-party",
|
|
@@ -5307,6 +6002,28 @@
|
|
|
5307
6002
|
"requires": {}
|
|
5308
6003
|
}
|
|
5309
6004
|
},
|
|
6005
|
+
{
|
|
6006
|
+
"name": "unlazy",
|
|
6007
|
+
"description": "Lazy loading library for placeholder images",
|
|
6008
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
6009
|
+
"npm": "@unlazy/nuxt",
|
|
6010
|
+
"icon": "unlazy.svg",
|
|
6011
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
6012
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
6013
|
+
"learn_more": "",
|
|
6014
|
+
"category": "Images",
|
|
6015
|
+
"type": "3rd-party",
|
|
6016
|
+
"maintainers": [
|
|
6017
|
+
{
|
|
6018
|
+
"name": "Johann Schopplich",
|
|
6019
|
+
"github": "johannschopplich"
|
|
6020
|
+
}
|
|
6021
|
+
],
|
|
6022
|
+
"compatibility": {
|
|
6023
|
+
"nuxt": "^3.0.0",
|
|
6024
|
+
"requires": {}
|
|
6025
|
+
}
|
|
6026
|
+
},
|
|
5310
6027
|
{
|
|
5311
6028
|
"name": "unlighthouse",
|
|
5312
6029
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5450,6 +6167,52 @@
|
|
|
5450
6167
|
}
|
|
5451
6168
|
}
|
|
5452
6169
|
},
|
|
6170
|
+
{
|
|
6171
|
+
"name": "varlet",
|
|
6172
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
6173
|
+
"repo": "varletjs/varlet-nuxt",
|
|
6174
|
+
"npm": "@varlet/nuxt",
|
|
6175
|
+
"icon": "varlet.svg",
|
|
6176
|
+
"github": "https://github.com/varletjs/varlet",
|
|
6177
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
6178
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
6179
|
+
"category": "UI",
|
|
6180
|
+
"type": "3rd-party",
|
|
6181
|
+
"maintainers": [
|
|
6182
|
+
{
|
|
6183
|
+
"name": "zhangmo8",
|
|
6184
|
+
"github": "zhangmo8"
|
|
6185
|
+
}
|
|
6186
|
+
],
|
|
6187
|
+
"compatibility": {
|
|
6188
|
+
"nuxt": "^3.0.0",
|
|
6189
|
+
"requires": {
|
|
6190
|
+
"bridge": "optional"
|
|
6191
|
+
}
|
|
6192
|
+
}
|
|
6193
|
+
},
|
|
6194
|
+
{
|
|
6195
|
+
"name": "vee-validate",
|
|
6196
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
6197
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
6198
|
+
"npm": "@vee-validate/nuxt",
|
|
6199
|
+
"icon": "vee-validate.png",
|
|
6200
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
6201
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
6202
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
6203
|
+
"category": "Libraries",
|
|
6204
|
+
"type": "3rd-party",
|
|
6205
|
+
"maintainers": [
|
|
6206
|
+
{
|
|
6207
|
+
"name": "Abdelrahman Awad",
|
|
6208
|
+
"github": "logaretm"
|
|
6209
|
+
}
|
|
6210
|
+
],
|
|
6211
|
+
"compatibility": {
|
|
6212
|
+
"nuxt": "^3.0.0",
|
|
6213
|
+
"requires": {}
|
|
6214
|
+
}
|
|
6215
|
+
},
|
|
5453
6216
|
{
|
|
5454
6217
|
"name": "vendor",
|
|
5455
6218
|
"description": "directly serve node_modules",
|
|
@@ -5473,6 +6236,51 @@
|
|
|
5473
6236
|
"requires": {}
|
|
5474
6237
|
}
|
|
5475
6238
|
},
|
|
6239
|
+
{
|
|
6240
|
+
"name": "vercel-analytics",
|
|
6241
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6242
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6243
|
+
"npm": "nuxt-vercel-analytics",
|
|
6244
|
+
"icon": "",
|
|
6245
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6246
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6247
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6248
|
+
"category": "Analytics",
|
|
6249
|
+
"type": "3rd-party",
|
|
6250
|
+
"maintainers": [
|
|
6251
|
+
{
|
|
6252
|
+
"name": "Alexander B.",
|
|
6253
|
+
"github": "xanderbarkhatov"
|
|
6254
|
+
}
|
|
6255
|
+
],
|
|
6256
|
+
"compatibility": {
|
|
6257
|
+
"nuxt": "^3.0.0",
|
|
6258
|
+
"requires": {}
|
|
6259
|
+
}
|
|
6260
|
+
},
|
|
6261
|
+
{
|
|
6262
|
+
"name": "vexip-ui",
|
|
6263
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6264
|
+
"repo": "vexip-ui/nuxt",
|
|
6265
|
+
"npm": "@vexip-ui/nuxt",
|
|
6266
|
+
"icon": "vexip-ui.svg",
|
|
6267
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6268
|
+
"website": "https://www.vexipui.com/",
|
|
6269
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6270
|
+
"category": "UI",
|
|
6271
|
+
"type": "3rd-party",
|
|
6272
|
+
"maintainers": [
|
|
6273
|
+
{
|
|
6274
|
+
"name": "未觉雨声",
|
|
6275
|
+
"github": "qmhc",
|
|
6276
|
+
"twitter": "qmhc95"
|
|
6277
|
+
}
|
|
6278
|
+
],
|
|
6279
|
+
"compatibility": {
|
|
6280
|
+
"nuxt": "^3.0.0",
|
|
6281
|
+
"requires": {}
|
|
6282
|
+
}
|
|
6283
|
+
},
|
|
5476
6284
|
{
|
|
5477
6285
|
"name": "vite-pwa-nuxt",
|
|
5478
6286
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5504,13 +6312,13 @@
|
|
|
5504
6312
|
{
|
|
5505
6313
|
"name": "vitest",
|
|
5506
6314
|
"description": "Vitest integration with Nuxt",
|
|
5507
|
-
"repo": "danielroe/nuxt-vitest
|
|
6315
|
+
"repo": "danielroe/nuxt-vitest",
|
|
5508
6316
|
"npm": "nuxt-vitest",
|
|
5509
6317
|
"icon": "vitest.svg",
|
|
5510
6318
|
"github": "https://github.com/danielroe/nuxt-vitest",
|
|
5511
6319
|
"website": "https://github.com/danielroe/nuxt-vitest",
|
|
5512
6320
|
"learn_more": "",
|
|
5513
|
-
"category": "
|
|
6321
|
+
"category": "Devtools",
|
|
5514
6322
|
"type": "3rd-party",
|
|
5515
6323
|
"maintainers": [
|
|
5516
6324
|
{
|
|
@@ -5527,15 +6335,45 @@
|
|
|
5527
6335
|
"requires": {}
|
|
5528
6336
|
}
|
|
5529
6337
|
},
|
|
6338
|
+
{
|
|
6339
|
+
"name": "vue-email",
|
|
6340
|
+
"description": "Write email templates with vue",
|
|
6341
|
+
"repo": "Dave136/vue-email#main/packages/vue-email",
|
|
6342
|
+
"npm": "vue-email",
|
|
6343
|
+
"icon": "vue-email.svg",
|
|
6344
|
+
"github": "https://github.com/Dave136/vue-email",
|
|
6345
|
+
"website": "https://vue-email.vercel.app/",
|
|
6346
|
+
"learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
|
|
6347
|
+
"category": "UI",
|
|
6348
|
+
"type": "3rd-party",
|
|
6349
|
+
"maintainers": [
|
|
6350
|
+
{
|
|
6351
|
+
"name": "David Arenas",
|
|
6352
|
+
"github": "Dave136",
|
|
6353
|
+
"twitter": "davejs4",
|
|
6354
|
+
"avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
|
|
6355
|
+
},
|
|
6356
|
+
{
|
|
6357
|
+
"name": "Younes Barrad",
|
|
6358
|
+
"github": "Flowko",
|
|
6359
|
+
"twitter": "imflowko",
|
|
6360
|
+
"avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
|
|
6361
|
+
}
|
|
6362
|
+
],
|
|
6363
|
+
"compatibility": {
|
|
6364
|
+
"nuxt": "^3.0.0",
|
|
6365
|
+
"requires": {}
|
|
6366
|
+
}
|
|
6367
|
+
},
|
|
5530
6368
|
{
|
|
5531
6369
|
"name": "vue-macros",
|
|
5532
|
-
"description": "Explore
|
|
5533
|
-
"repo": "sxzz/
|
|
6370
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6371
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5534
6372
|
"npm": "@vue-macros/nuxt",
|
|
5535
6373
|
"icon": "vue-macros.svg",
|
|
5536
|
-
"github": "https://github.com/sxzz/
|
|
6374
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5537
6375
|
"website": "https://vue-macros.sxzz.moe",
|
|
5538
|
-
"learn_more": "https://github.com/sxzz/
|
|
6376
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5539
6377
|
"category": "Extensions",
|
|
5540
6378
|
"type": "3rd-party",
|
|
5541
6379
|
"maintainers": [
|
|
@@ -5618,6 +6456,29 @@
|
|
|
5618
6456
|
"requires": {}
|
|
5619
6457
|
}
|
|
5620
6458
|
},
|
|
6459
|
+
{
|
|
6460
|
+
"name": "vue-query",
|
|
6461
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6462
|
+
"repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
|
|
6463
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6464
|
+
"icon": "vue-query.svg",
|
|
6465
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6466
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6467
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6468
|
+
"category": "Request",
|
|
6469
|
+
"type": "3rd-party",
|
|
6470
|
+
"maintainers": [
|
|
6471
|
+
{
|
|
6472
|
+
"name": "Hebilicious",
|
|
6473
|
+
"github": "Hebilicious",
|
|
6474
|
+
"twitter": "its_hebilicious"
|
|
6475
|
+
}
|
|
6476
|
+
],
|
|
6477
|
+
"compatibility": {
|
|
6478
|
+
"nuxt": "^3.0.0",
|
|
6479
|
+
"requires": {}
|
|
6480
|
+
}
|
|
6481
|
+
},
|
|
5621
6482
|
{
|
|
5622
6483
|
"name": "vue-select",
|
|
5623
6484
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5688,6 +6549,29 @@
|
|
|
5688
6549
|
"requires": {}
|
|
5689
6550
|
}
|
|
5690
6551
|
},
|
|
6552
|
+
{
|
|
6553
|
+
"name": "vue3-carousel-nuxt",
|
|
6554
|
+
"description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
|
|
6555
|
+
"repo": "gaetansenn/vue3-carousel-nuxt",
|
|
6556
|
+
"npm": "vue3-carousel-nuxt",
|
|
6557
|
+
"icon": "",
|
|
6558
|
+
"github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
|
|
6559
|
+
"website": "",
|
|
6560
|
+
"learn_more": "",
|
|
6561
|
+
"category": "UI",
|
|
6562
|
+
"type": "3rd-party",
|
|
6563
|
+
"maintainers": [
|
|
6564
|
+
{
|
|
6565
|
+
"name": "Gaetan SENN",
|
|
6566
|
+
"github": "gaetansenn",
|
|
6567
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6568
|
+
}
|
|
6569
|
+
],
|
|
6570
|
+
"compatibility": {
|
|
6571
|
+
"nuxt": "^3.0.0",
|
|
6572
|
+
"requires": {}
|
|
6573
|
+
}
|
|
6574
|
+
},
|
|
5691
6575
|
{
|
|
5692
6576
|
"name": "vuefire",
|
|
5693
6577
|
"description": "Idiomatic composables for the Firebase SDK",
|
|
@@ -5732,6 +6616,28 @@
|
|
|
5732
6616
|
"requires": {}
|
|
5733
6617
|
}
|
|
5734
6618
|
},
|
|
6619
|
+
{
|
|
6620
|
+
"name": "vuetify-nuxt-module",
|
|
6621
|
+
"description": "Zero-config Nuxt Module for Vuetify.",
|
|
6622
|
+
"repo": "userquin/vuetify-nuxt-module",
|
|
6623
|
+
"npm": "vuetify-nuxt-module",
|
|
6624
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
6625
|
+
"github": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6626
|
+
"website": "https://github.com/userquin/vuetify-nuxt-module",
|
|
6627
|
+
"learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
|
|
6628
|
+
"category": "UI",
|
|
6629
|
+
"type": "3rd-party",
|
|
6630
|
+
"maintainers": [
|
|
6631
|
+
{
|
|
6632
|
+
"name": "Joaquín Sánchez",
|
|
6633
|
+
"github": "userquin"
|
|
6634
|
+
}
|
|
6635
|
+
],
|
|
6636
|
+
"compatibility": {
|
|
6637
|
+
"nuxt": "^3.0.0",
|
|
6638
|
+
"requires": {}
|
|
6639
|
+
}
|
|
6640
|
+
},
|
|
5735
6641
|
{
|
|
5736
6642
|
"name": "vuetify",
|
|
5737
6643
|
"description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
|
|
@@ -5806,6 +6712,29 @@
|
|
|
5806
6712
|
"requires": {}
|
|
5807
6713
|
}
|
|
5808
6714
|
},
|
|
6715
|
+
{
|
|
6716
|
+
"name": "vunix",
|
|
6717
|
+
"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.",
|
|
6718
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6719
|
+
"npm": "@vunix/nuxt",
|
|
6720
|
+
"icon": "",
|
|
6721
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6722
|
+
"website": "https://vunix.dewib.com/",
|
|
6723
|
+
"learn_more": "",
|
|
6724
|
+
"category": "UI",
|
|
6725
|
+
"type": "3rd-party",
|
|
6726
|
+
"maintainers": [
|
|
6727
|
+
{
|
|
6728
|
+
"name": "Gaetan SENN",
|
|
6729
|
+
"github": "gaetansenn",
|
|
6730
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6731
|
+
}
|
|
6732
|
+
],
|
|
6733
|
+
"compatibility": {
|
|
6734
|
+
"nuxt": "^3.0.0",
|
|
6735
|
+
"requires": {}
|
|
6736
|
+
}
|
|
6737
|
+
},
|
|
5809
6738
|
{
|
|
5810
6739
|
"name": "web-vitals",
|
|
5811
6740
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5954,6 +6883,54 @@
|
|
|
5954
6883
|
"requires": {}
|
|
5955
6884
|
}
|
|
5956
6885
|
},
|
|
6886
|
+
{
|
|
6887
|
+
"name": "well-known",
|
|
6888
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6889
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6890
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6891
|
+
"icon": "well-known.svg",
|
|
6892
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6893
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6894
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6895
|
+
"category": "SEO",
|
|
6896
|
+
"type": "3rd-party",
|
|
6897
|
+
"maintainers": [
|
|
6898
|
+
{
|
|
6899
|
+
"name": "Zadig&Voltaire Team",
|
|
6900
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6901
|
+
}
|
|
6902
|
+
],
|
|
6903
|
+
"compatibility": {
|
|
6904
|
+
"nuxt": "^3.0.0",
|
|
6905
|
+
"requires": {}
|
|
6906
|
+
}
|
|
6907
|
+
},
|
|
6908
|
+
{
|
|
6909
|
+
"name": "wideangle",
|
|
6910
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
6911
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
6912
|
+
"npm": "wideangle-nuxt",
|
|
6913
|
+
"icon": "wideangle.png",
|
|
6914
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
6915
|
+
"website": "https://wideangle.co",
|
|
6916
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
6917
|
+
"category": "Analytics",
|
|
6918
|
+
"type": "3rd-party",
|
|
6919
|
+
"maintainers": [
|
|
6920
|
+
{
|
|
6921
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
6922
|
+
"github": "inputobjects"
|
|
6923
|
+
},
|
|
6924
|
+
{
|
|
6925
|
+
"name": "Jarek Rozanski",
|
|
6926
|
+
"github": "jrozanski"
|
|
6927
|
+
}
|
|
6928
|
+
],
|
|
6929
|
+
"compatibility": {
|
|
6930
|
+
"nuxt": "^3.0.0",
|
|
6931
|
+
"requires": {}
|
|
6932
|
+
}
|
|
6933
|
+
},
|
|
5957
6934
|
{
|
|
5958
6935
|
"name": "windicss",
|
|
5959
6936
|
"description": "Next generation utility-first CSS framework.",
|