@nuxt/modules 0.6.0-53f038 → 0.6.0-5469cb
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 +747 -41
- 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",
|
|
@@ -551,11 +598,11 @@
|
|
|
551
598
|
{
|
|
552
599
|
"name": "chatwoot",
|
|
553
600
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
554
|
-
"repo": "
|
|
555
|
-
"npm": "@
|
|
601
|
+
"repo": "productdevbookcom/chatwoot",
|
|
602
|
+
"npm": "@productdevbook/chatwoot",
|
|
556
603
|
"icon": "chatwoot.png",
|
|
557
|
-
"github": "https://github.com/
|
|
558
|
-
"website": "https://github.com/
|
|
604
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
605
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
559
606
|
"learn_more": "https://www.chatwoot.com",
|
|
560
607
|
"category": "Libraries",
|
|
561
608
|
"type": "3rd-party",
|
|
@@ -592,6 +639,29 @@
|
|
|
592
639
|
"requires": {}
|
|
593
640
|
}
|
|
594
641
|
},
|
|
642
|
+
{
|
|
643
|
+
"name": "clarity-analytics",
|
|
644
|
+
"description": "Clarity Analytics Module for Nuxt",
|
|
645
|
+
"repo": "Barbapapazes/nuxt-clarity-analytics",
|
|
646
|
+
"npm": "nuxt-clarity-analytics",
|
|
647
|
+
"icon": "",
|
|
648
|
+
"github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
|
|
649
|
+
"website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
|
|
650
|
+
"learn_more": "https://clarity.microsoft.com/",
|
|
651
|
+
"category": "Analytics",
|
|
652
|
+
"type": "3rd-party",
|
|
653
|
+
"maintainers": [
|
|
654
|
+
{
|
|
655
|
+
"name": "Barbapapazes",
|
|
656
|
+
"github": "Barbapapazes",
|
|
657
|
+
"twitter": "soubiran_"
|
|
658
|
+
}
|
|
659
|
+
],
|
|
660
|
+
"compatibility": {
|
|
661
|
+
"nuxt": "^3.0.0",
|
|
662
|
+
"requires": {}
|
|
663
|
+
}
|
|
664
|
+
},
|
|
595
665
|
{
|
|
596
666
|
"name": "client-init",
|
|
597
667
|
"description": "Provide client version of `nuxtServerInit`.",
|
|
@@ -757,12 +827,35 @@
|
|
|
757
827
|
"requires": {}
|
|
758
828
|
}
|
|
759
829
|
},
|
|
830
|
+
{
|
|
831
|
+
"name": "content-assets",
|
|
832
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
833
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
834
|
+
"npm": "nuxt-content-assets",
|
|
835
|
+
"icon": "content-assets.png",
|
|
836
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
837
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
838
|
+
"learn_more": "",
|
|
839
|
+
"category": "Images",
|
|
840
|
+
"type": "3rd-party",
|
|
841
|
+
"maintainers": [
|
|
842
|
+
{
|
|
843
|
+
"name": "davestewart",
|
|
844
|
+
"github": "davestewart",
|
|
845
|
+
"twitter": "dave_stewart"
|
|
846
|
+
}
|
|
847
|
+
],
|
|
848
|
+
"compatibility": {
|
|
849
|
+
"nuxt": "^3.0.0",
|
|
850
|
+
"requires": {}
|
|
851
|
+
}
|
|
852
|
+
},
|
|
760
853
|
{
|
|
761
854
|
"name": "content",
|
|
762
855
|
"description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
|
|
763
856
|
"repo": "nuxt/content#main",
|
|
764
857
|
"npm": "@nuxt/content",
|
|
765
|
-
"icon": "nuxt.
|
|
858
|
+
"icon": "nuxt.svg",
|
|
766
859
|
"github": "https://github.com/nuxt/content",
|
|
767
860
|
"website": "https://content.nuxtjs.org",
|
|
768
861
|
"learn_more": "",
|
|
@@ -929,11 +1022,11 @@
|
|
|
929
1022
|
}
|
|
930
1023
|
},
|
|
931
1024
|
{
|
|
932
|
-
"name": "datocms",
|
|
933
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
1025
|
+
"name": "datocms-nuxt2",
|
|
1026
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
934
1027
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
935
1028
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
936
|
-
"icon": "datocms.
|
|
1029
|
+
"icon": "datocms.svg",
|
|
937
1030
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
938
1031
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
939
1032
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -950,26 +1043,50 @@
|
|
|
950
1043
|
"requires": {}
|
|
951
1044
|
}
|
|
952
1045
|
},
|
|
1046
|
+
{
|
|
1047
|
+
"name": "datocms",
|
|
1048
|
+
"description": "DatoCMS module for Nuxt",
|
|
1049
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
1050
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
1051
|
+
"icon": "datocms.svg",
|
|
1052
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
1053
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
1054
|
+
"learn_more": "https://www.datocms.com/",
|
|
1055
|
+
"category": "CMS",
|
|
1056
|
+
"type": "3rd-party",
|
|
1057
|
+
"maintainers": [
|
|
1058
|
+
{
|
|
1059
|
+
"name": "Jamie Warburton",
|
|
1060
|
+
"github": "jamiewarb",
|
|
1061
|
+
"twitter": "jamiewarb",
|
|
1062
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
1063
|
+
}
|
|
1064
|
+
],
|
|
1065
|
+
"compatibility": {
|
|
1066
|
+
"nuxt": "^3.0.0",
|
|
1067
|
+
"requires": {}
|
|
1068
|
+
}
|
|
1069
|
+
},
|
|
953
1070
|
{
|
|
954
1071
|
"name": "dayjs",
|
|
955
|
-
"description": "
|
|
956
|
-
"repo": "
|
|
957
|
-
"npm": "
|
|
1072
|
+
"description": "Day.js module for Nuxt",
|
|
1073
|
+
"repo": "fumeapp/dayjs",
|
|
1074
|
+
"npm": "dayjs-nuxt",
|
|
958
1075
|
"icon": "day-js.png",
|
|
959
|
-
"github": "https://github.com/
|
|
960
|
-
"website": "https://github.com/
|
|
1076
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1077
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
961
1078
|
"learn_more": "https://day.js.org/",
|
|
962
|
-
"category": "
|
|
963
|
-
"type": "
|
|
1079
|
+
"category": "Libraries",
|
|
1080
|
+
"type": "3rd-party",
|
|
964
1081
|
"maintainers": [
|
|
965
1082
|
{
|
|
966
|
-
"name": "
|
|
967
|
-
"github": "
|
|
968
|
-
"twitter": "
|
|
1083
|
+
"name": "Kevin Olson",
|
|
1084
|
+
"github": "acidjazz",
|
|
1085
|
+
"twitter": "AppFume"
|
|
969
1086
|
}
|
|
970
1087
|
],
|
|
971
1088
|
"compatibility": {
|
|
972
|
-
"nuxt": "^
|
|
1089
|
+
"nuxt": "^3.0.0",
|
|
973
1090
|
"requires": {}
|
|
974
1091
|
}
|
|
975
1092
|
},
|
|
@@ -1018,6 +1135,29 @@
|
|
|
1018
1135
|
"requires": {}
|
|
1019
1136
|
}
|
|
1020
1137
|
},
|
|
1138
|
+
{
|
|
1139
|
+
"name": "devtools",
|
|
1140
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1141
|
+
"repo": "nuxt/devtools#main",
|
|
1142
|
+
"npm": "@nuxt/devtools",
|
|
1143
|
+
"icon": "nuxt.svg",
|
|
1144
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1145
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1146
|
+
"learn_more": "",
|
|
1147
|
+
"category": "Devtools",
|
|
1148
|
+
"type": "official",
|
|
1149
|
+
"maintainers": [
|
|
1150
|
+
{
|
|
1151
|
+
"name": "Anthony Fu",
|
|
1152
|
+
"github": "antfu",
|
|
1153
|
+
"twitter": "antfu7"
|
|
1154
|
+
}
|
|
1155
|
+
],
|
|
1156
|
+
"compatibility": {
|
|
1157
|
+
"nuxt": "^3.0.0",
|
|
1158
|
+
"requires": {}
|
|
1159
|
+
}
|
|
1160
|
+
},
|
|
1021
1161
|
{
|
|
1022
1162
|
"name": "directus",
|
|
1023
1163
|
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
@@ -1438,6 +1578,29 @@
|
|
|
1438
1578
|
"requires": {}
|
|
1439
1579
|
}
|
|
1440
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "form-actions",
|
|
1583
|
+
"description": "A set of features and composables to interact with forms and server data.",
|
|
1584
|
+
"repo": "Hebilicious/form-actions-nuxt#main",
|
|
1585
|
+
"npm": "form-actions-nuxt",
|
|
1586
|
+
"icon": "form-actions.svg",
|
|
1587
|
+
"github": "https://github.com/Hebilicious/form-actions-nuxt",
|
|
1588
|
+
"website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1589
|
+
"learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
|
|
1590
|
+
"category": "Request",
|
|
1591
|
+
"type": "3rd-party",
|
|
1592
|
+
"maintainers": [
|
|
1593
|
+
{
|
|
1594
|
+
"name": "Hebilicious",
|
|
1595
|
+
"github": "Hebilicious",
|
|
1596
|
+
"twitter": "its_hebilicious"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"compatibility": {
|
|
1600
|
+
"nuxt": "^3.0.0",
|
|
1601
|
+
"requires": {}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1441
1604
|
{
|
|
1442
1605
|
"name": "formkit",
|
|
1443
1606
|
"description": "Seamless FormKit integration for Nuxt",
|
|
@@ -1717,6 +1880,30 @@
|
|
|
1717
1880
|
"requires": {}
|
|
1718
1881
|
}
|
|
1719
1882
|
},
|
|
1883
|
+
{
|
|
1884
|
+
"name": "gtag",
|
|
1885
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1886
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1887
|
+
"npm": "nuxt-gtag",
|
|
1888
|
+
"icon": "gtag.svg",
|
|
1889
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1890
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1891
|
+
"learn_more": "",
|
|
1892
|
+
"category": "Analytics",
|
|
1893
|
+
"type": "3rd-party",
|
|
1894
|
+
"maintainers": [
|
|
1895
|
+
{
|
|
1896
|
+
"name": "Johann Schopplich",
|
|
1897
|
+
"github": "johannschopplich",
|
|
1898
|
+
"twitter": "jschopplich",
|
|
1899
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1900
|
+
}
|
|
1901
|
+
],
|
|
1902
|
+
"compatibility": {
|
|
1903
|
+
"nuxt": "^3.0.0",
|
|
1904
|
+
"requires": {}
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1720
1907
|
{
|
|
1721
1908
|
"name": "gtm",
|
|
1722
1909
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -1762,6 +1949,28 @@
|
|
|
1762
1949
|
"requires": {}
|
|
1763
1950
|
}
|
|
1764
1951
|
},
|
|
1952
|
+
{
|
|
1953
|
+
"name": "hanko",
|
|
1954
|
+
"description": "Hanko integration for Nuxt for passwordless authentication",
|
|
1955
|
+
"repo": "danielroe/nuxt-hanko",
|
|
1956
|
+
"npm": "nuxt-hanko",
|
|
1957
|
+
"icon": "",
|
|
1958
|
+
"github": "https://github.com/danielroe/nuxt-hanko",
|
|
1959
|
+
"website": "https://github.com/danielroe/nuxt-hanko",
|
|
1960
|
+
"learn_more": "",
|
|
1961
|
+
"category": "Security",
|
|
1962
|
+
"type": "3rd-party",
|
|
1963
|
+
"maintainers": [
|
|
1964
|
+
{
|
|
1965
|
+
"name": "danielroe",
|
|
1966
|
+
"github": "danielroe"
|
|
1967
|
+
}
|
|
1968
|
+
],
|
|
1969
|
+
"compatibility": {
|
|
1970
|
+
"nuxt": "^3.0.0",
|
|
1971
|
+
"requires": {}
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1765
1974
|
{
|
|
1766
1975
|
"name": "harlem",
|
|
1767
1976
|
"description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
|
|
@@ -2020,6 +2229,28 @@
|
|
|
2020
2229
|
"requires": {}
|
|
2021
2230
|
}
|
|
2022
2231
|
},
|
|
2232
|
+
{
|
|
2233
|
+
"name": "icon-font",
|
|
2234
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2235
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2236
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2237
|
+
"icon": "",
|
|
2238
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2239
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2240
|
+
"learn_more": "",
|
|
2241
|
+
"category": "UI",
|
|
2242
|
+
"type": "3rd-party",
|
|
2243
|
+
"maintainers": [
|
|
2244
|
+
{
|
|
2245
|
+
"name": "coremyslo",
|
|
2246
|
+
"github": "coremyslo"
|
|
2247
|
+
}
|
|
2248
|
+
],
|
|
2249
|
+
"compatibility": {
|
|
2250
|
+
"nuxt": "^3.0.0",
|
|
2251
|
+
"requires": {}
|
|
2252
|
+
}
|
|
2253
|
+
},
|
|
2023
2254
|
{
|
|
2024
2255
|
"name": "icon",
|
|
2025
2256
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2146,12 +2377,12 @@
|
|
|
2146
2377
|
{
|
|
2147
2378
|
"name": "inkline",
|
|
2148
2379
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2149
|
-
"repo": "inkline/
|
|
2150
|
-
"npm": "@inkline/
|
|
2380
|
+
"repo": "inkline/plugin",
|
|
2381
|
+
"npm": "@inkline/plugin",
|
|
2151
2382
|
"icon": "inkline.svg",
|
|
2152
|
-
"github": "https://github.com/inkline/
|
|
2383
|
+
"github": "https://github.com/inkline/plugin",
|
|
2153
2384
|
"website": "https://inkline.io",
|
|
2154
|
-
"learn_more": "https://inkline.io/docs/
|
|
2385
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2155
2386
|
"category": "UI",
|
|
2156
2387
|
"type": "3rd-party",
|
|
2157
2388
|
"maintainers": [
|
|
@@ -2371,7 +2602,7 @@
|
|
|
2371
2602
|
},
|
|
2372
2603
|
{
|
|
2373
2604
|
"name": "link-checker",
|
|
2374
|
-
"description": "",
|
|
2605
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2375
2606
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2376
2607
|
"npm": "nuxt-link-checker",
|
|
2377
2608
|
"icon": "",
|
|
@@ -2695,6 +2926,29 @@
|
|
|
2695
2926
|
"requires": {}
|
|
2696
2927
|
}
|
|
2697
2928
|
},
|
|
2929
|
+
{
|
|
2930
|
+
"name": "module-feed",
|
|
2931
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
2932
|
+
"repo": "tresko/nuxt-module-feed",
|
|
2933
|
+
"npm": "nuxt-module-feed",
|
|
2934
|
+
"icon": "",
|
|
2935
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
2936
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
2937
|
+
"learn_more": "",
|
|
2938
|
+
"category": "SEO",
|
|
2939
|
+
"type": "3rd-party",
|
|
2940
|
+
"maintainers": [
|
|
2941
|
+
{
|
|
2942
|
+
"name": "Miha Sedej",
|
|
2943
|
+
"github": "tresko",
|
|
2944
|
+
"twitter": "mihasedej"
|
|
2945
|
+
}
|
|
2946
|
+
],
|
|
2947
|
+
"compatibility": {
|
|
2948
|
+
"nuxt": "^3.0.0",
|
|
2949
|
+
"requires": {}
|
|
2950
|
+
}
|
|
2951
|
+
},
|
|
2698
2952
|
{
|
|
2699
2953
|
"name": "moment",
|
|
2700
2954
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2883,6 +3137,28 @@
|
|
|
2883
3137
|
"requires": {}
|
|
2884
3138
|
}
|
|
2885
3139
|
},
|
|
3140
|
+
{
|
|
3141
|
+
"name": "nupolyon",
|
|
3142
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3143
|
+
"repo": "adenvt/nupolyon",
|
|
3144
|
+
"npm": "nupolyon",
|
|
3145
|
+
"icon": "",
|
|
3146
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3147
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3148
|
+
"learn_more": "",
|
|
3149
|
+
"category": "Performance",
|
|
3150
|
+
"type": "3rd-party",
|
|
3151
|
+
"maintainers": [
|
|
3152
|
+
{
|
|
3153
|
+
"name": "adenvt",
|
|
3154
|
+
"github": "adenvt"
|
|
3155
|
+
}
|
|
3156
|
+
],
|
|
3157
|
+
"compatibility": {
|
|
3158
|
+
"nuxt": "^3.0.0",
|
|
3159
|
+
"requires": {}
|
|
3160
|
+
}
|
|
3161
|
+
},
|
|
2886
3162
|
{
|
|
2887
3163
|
"name": "nuxt-auth",
|
|
2888
3164
|
"description": "",
|
|
@@ -2905,6 +3181,28 @@
|
|
|
2905
3181
|
"requires": {}
|
|
2906
3182
|
}
|
|
2907
3183
|
},
|
|
3184
|
+
{
|
|
3185
|
+
"name": "nuxt-chatgpt",
|
|
3186
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3187
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3188
|
+
"npm": "nuxt-chatgpt",
|
|
3189
|
+
"icon": "chatgpt.svg",
|
|
3190
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3191
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3192
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3193
|
+
"category": "Libraries",
|
|
3194
|
+
"type": "3rd-party",
|
|
3195
|
+
"maintainers": [
|
|
3196
|
+
{
|
|
3197
|
+
"name": "Oliver Trajceski",
|
|
3198
|
+
"github": "schnapsterdog"
|
|
3199
|
+
}
|
|
3200
|
+
],
|
|
3201
|
+
"compatibility": {
|
|
3202
|
+
"nuxt": "^3.0.0",
|
|
3203
|
+
"requires": {}
|
|
3204
|
+
}
|
|
3205
|
+
},
|
|
2908
3206
|
{
|
|
2909
3207
|
"name": "nuxt-graphql-middleware",
|
|
2910
3208
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2956,6 +3254,28 @@
|
|
|
2956
3254
|
"requires": {}
|
|
2957
3255
|
}
|
|
2958
3256
|
},
|
|
3257
|
+
{
|
|
3258
|
+
"name": "nuxt-gtm",
|
|
3259
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3260
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3261
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3262
|
+
"icon": "nuxt-gtm.svg",
|
|
3263
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3264
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3265
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3266
|
+
"category": "Analytics",
|
|
3267
|
+
"type": "3rd-party",
|
|
3268
|
+
"maintainers": [
|
|
3269
|
+
{
|
|
3270
|
+
"name": "Zadig&Voltaire Team",
|
|
3271
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3272
|
+
}
|
|
3273
|
+
],
|
|
3274
|
+
"compatibility": {
|
|
3275
|
+
"nuxt": "^3.0.0",
|
|
3276
|
+
"requires": {}
|
|
3277
|
+
}
|
|
3278
|
+
},
|
|
2959
3279
|
{
|
|
2960
3280
|
"name": "nuxt-hue",
|
|
2961
3281
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2980,6 +3300,28 @@
|
|
|
2980
3300
|
}
|
|
2981
3301
|
}
|
|
2982
3302
|
},
|
|
3303
|
+
{
|
|
3304
|
+
"name": "nuxt-lazy-load",
|
|
3305
|
+
"description": "A simple way to lazy load images, videos, audio, and iframes without custom components or extra attributes like data-src, just basic HTML tags",
|
|
3306
|
+
"repo": "",
|
|
3307
|
+
"npm": "nuxt-lazy-load",
|
|
3308
|
+
"icon": "nuxt-lazy-load.svg",
|
|
3309
|
+
"github": "",
|
|
3310
|
+
"website": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3311
|
+
"learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3312
|
+
"category": "Performance",
|
|
3313
|
+
"type": "3rd-party",
|
|
3314
|
+
"maintainers": [
|
|
3315
|
+
{
|
|
3316
|
+
"name": "Dario Ferderber",
|
|
3317
|
+
"github": "darioferderber"
|
|
3318
|
+
}
|
|
3319
|
+
],
|
|
3320
|
+
"compatibility": {
|
|
3321
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3322
|
+
"requires": {}
|
|
3323
|
+
}
|
|
3324
|
+
},
|
|
2983
3325
|
{
|
|
2984
3326
|
"name": "nuxt-localtunnel",
|
|
2985
3327
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3026,6 +3368,28 @@
|
|
|
3026
3368
|
"requires": {}
|
|
3027
3369
|
}
|
|
3028
3370
|
},
|
|
3371
|
+
{
|
|
3372
|
+
"name": "nuxt-mapbox",
|
|
3373
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3374
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3375
|
+
"npm": "nuxt-mapbox",
|
|
3376
|
+
"icon": "nuxt-mapbox.svg",
|
|
3377
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3378
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3379
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3380
|
+
"category": "Libraries",
|
|
3381
|
+
"type": "3rd-party",
|
|
3382
|
+
"maintainers": [
|
|
3383
|
+
{
|
|
3384
|
+
"name": "Alex Lavoie",
|
|
3385
|
+
"github": "AlexLavoie42"
|
|
3386
|
+
}
|
|
3387
|
+
],
|
|
3388
|
+
"compatibility": {
|
|
3389
|
+
"nuxt": "^3.0.0",
|
|
3390
|
+
"requires": {}
|
|
3391
|
+
}
|
|
3392
|
+
},
|
|
3029
3393
|
{
|
|
3030
3394
|
"name": "nuxt-monaco-editor",
|
|
3031
3395
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3048,6 +3412,28 @@
|
|
|
3048
3412
|
"requires": {}
|
|
3049
3413
|
}
|
|
3050
3414
|
},
|
|
3415
|
+
{
|
|
3416
|
+
"name": "nuxt-mongoose",
|
|
3417
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3418
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3419
|
+
"npm": "nuxt-mongoose",
|
|
3420
|
+
"icon": "nuxt-mongoose.svg",
|
|
3421
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3422
|
+
"website": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3423
|
+
"learn_more": "",
|
|
3424
|
+
"category": "Database",
|
|
3425
|
+
"type": "3rd-party",
|
|
3426
|
+
"maintainers": [
|
|
3427
|
+
{
|
|
3428
|
+
"name": "arashsheyda",
|
|
3429
|
+
"github": "arashsheyda"
|
|
3430
|
+
}
|
|
3431
|
+
],
|
|
3432
|
+
"compatibility": {
|
|
3433
|
+
"nuxt": "^3.0.0",
|
|
3434
|
+
"requires": {}
|
|
3435
|
+
}
|
|
3436
|
+
},
|
|
3051
3437
|
{
|
|
3052
3438
|
"name": "nuxt-pdf",
|
|
3053
3439
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3346,6 +3732,28 @@
|
|
|
3346
3732
|
"requires": {}
|
|
3347
3733
|
}
|
|
3348
3734
|
},
|
|
3735
|
+
{
|
|
3736
|
+
"name": "nuxt-vuetify",
|
|
3737
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
|
|
3738
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3739
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3740
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3741
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3742
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3743
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3744
|
+
"category": "UI",
|
|
3745
|
+
"type": "3rd-party",
|
|
3746
|
+
"maintainers": [
|
|
3747
|
+
{
|
|
3748
|
+
"name": "Jens van Hellemondt",
|
|
3749
|
+
"github": "invictus-codes"
|
|
3750
|
+
}
|
|
3751
|
+
],
|
|
3752
|
+
"compatibility": {
|
|
3753
|
+
"nuxt": "^3.0.0",
|
|
3754
|
+
"requires": {}
|
|
3755
|
+
}
|
|
3756
|
+
},
|
|
3349
3757
|
{
|
|
3350
3758
|
"name": "nuxt7",
|
|
3351
3759
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3369,6 +3777,29 @@
|
|
|
3369
3777
|
"requires": {}
|
|
3370
3778
|
}
|
|
3371
3779
|
},
|
|
3780
|
+
{
|
|
3781
|
+
"name": "nuxtlabs-ui",
|
|
3782
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3783
|
+
"repo": "nuxtlabs/ui",
|
|
3784
|
+
"npm": "@nuxthq/ui",
|
|
3785
|
+
"icon": "nuxtlabs-ui.svg",
|
|
3786
|
+
"github": "https://github.com/nuxtlabs/ui",
|
|
3787
|
+
"website": "https://ui.nuxtlabs.com",
|
|
3788
|
+
"learn_more": "https://ui.nuxtlabs.com",
|
|
3789
|
+
"category": "UI",
|
|
3790
|
+
"type": "3rd-party",
|
|
3791
|
+
"maintainers": [
|
|
3792
|
+
{
|
|
3793
|
+
"name": "Benjamin Canac",
|
|
3794
|
+
"github": "benjamincanac",
|
|
3795
|
+
"twitter": "benjamincanac"
|
|
3796
|
+
}
|
|
3797
|
+
],
|
|
3798
|
+
"compatibility": {
|
|
3799
|
+
"nuxt": "^3.0.0",
|
|
3800
|
+
"requires": {}
|
|
3801
|
+
}
|
|
3802
|
+
},
|
|
3372
3803
|
{
|
|
3373
3804
|
"name": "og-image",
|
|
3374
3805
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -3508,6 +3939,30 @@
|
|
|
3508
3939
|
}
|
|
3509
3940
|
}
|
|
3510
3941
|
},
|
|
3942
|
+
{
|
|
3943
|
+
"name": "pdfeasy",
|
|
3944
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
3945
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
3946
|
+
"npm": "nuxt-pdfeasy",
|
|
3947
|
+
"icon": "pdfeasy.png",
|
|
3948
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
3949
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
3950
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
3951
|
+
"category": "Extensions",
|
|
3952
|
+
"type": "3rd-party",
|
|
3953
|
+
"maintainers": [
|
|
3954
|
+
{
|
|
3955
|
+
"name": "Giovane Cardoso",
|
|
3956
|
+
"github": "novout",
|
|
3957
|
+
"twitter": "novoutttttt",
|
|
3958
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
3959
|
+
}
|
|
3960
|
+
],
|
|
3961
|
+
"compatibility": {
|
|
3962
|
+
"nuxt": "^3.0.0",
|
|
3963
|
+
"requires": {}
|
|
3964
|
+
}
|
|
3965
|
+
},
|
|
3511
3966
|
{
|
|
3512
3967
|
"name": "persian-datepicker",
|
|
3513
3968
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3829,6 +4284,28 @@
|
|
|
3829
4284
|
"requires": {}
|
|
3830
4285
|
}
|
|
3831
4286
|
},
|
|
4287
|
+
{
|
|
4288
|
+
"name": "quasar",
|
|
4289
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4290
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4291
|
+
"npm": "nuxt-quasar-ui",
|
|
4292
|
+
"icon": "quasar.svg",
|
|
4293
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4294
|
+
"website": "https://quasar.dev/",
|
|
4295
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4296
|
+
"category": "UI",
|
|
4297
|
+
"type": "3rd-party",
|
|
4298
|
+
"maintainers": [
|
|
4299
|
+
{
|
|
4300
|
+
"name": "Ege İliklier",
|
|
4301
|
+
"github": "Maiquu"
|
|
4302
|
+
}
|
|
4303
|
+
],
|
|
4304
|
+
"compatibility": {
|
|
4305
|
+
"nuxt": "^3.0.0",
|
|
4306
|
+
"requires": {}
|
|
4307
|
+
}
|
|
4308
|
+
},
|
|
3832
4309
|
{
|
|
3833
4310
|
"name": "recaptcha",
|
|
3834
4311
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -4408,7 +4885,7 @@
|
|
|
4408
4885
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4409
4886
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4410
4887
|
"learn_more": "https://snipcart.com",
|
|
4411
|
-
"category": "
|
|
4888
|
+
"category": "Ecommerce",
|
|
4412
4889
|
"type": "community",
|
|
4413
4890
|
"maintainers": [
|
|
4414
4891
|
{
|
|
@@ -5067,6 +5544,28 @@
|
|
|
5067
5544
|
}
|
|
5068
5545
|
}
|
|
5069
5546
|
},
|
|
5547
|
+
{
|
|
5548
|
+
"name": "twemoji",
|
|
5549
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
5550
|
+
"repo": "yizack/nuxt-twemoji",
|
|
5551
|
+
"npm": "nuxt-twemoji",
|
|
5552
|
+
"icon": "twemoji.svg",
|
|
5553
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
5554
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
5555
|
+
"learn_more": "",
|
|
5556
|
+
"category": "UI",
|
|
5557
|
+
"type": "3rd-party",
|
|
5558
|
+
"maintainers": [
|
|
5559
|
+
{
|
|
5560
|
+
"name": "Yizack Rangel",
|
|
5561
|
+
"github": "yizack"
|
|
5562
|
+
}
|
|
5563
|
+
],
|
|
5564
|
+
"compatibility": {
|
|
5565
|
+
"nuxt": "^3.0.0",
|
|
5566
|
+
"requires": {}
|
|
5567
|
+
}
|
|
5568
|
+
},
|
|
5070
5569
|
{
|
|
5071
5570
|
"name": "twicpics",
|
|
5072
5571
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5238,11 +5737,11 @@
|
|
|
5238
5737
|
{
|
|
5239
5738
|
"name": "unhead",
|
|
5240
5739
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5241
|
-
"repo": "harlan-zw/nuxt-
|
|
5242
|
-
"npm": "nuxt-
|
|
5740
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5741
|
+
"npm": "nuxt-seo-experiments",
|
|
5243
5742
|
"icon": "",
|
|
5244
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5245
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
5743
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5744
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5246
5745
|
"learn_more": "",
|
|
5247
5746
|
"category": "SEO",
|
|
5248
5747
|
"type": "3rd-party",
|
|
@@ -5285,6 +5784,28 @@
|
|
|
5285
5784
|
"requires": {}
|
|
5286
5785
|
}
|
|
5287
5786
|
},
|
|
5787
|
+
{
|
|
5788
|
+
"name": "unlazy",
|
|
5789
|
+
"description": "Lazy loading library for placeholder images",
|
|
5790
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
5791
|
+
"npm": "@unlazy/nuxt",
|
|
5792
|
+
"icon": "unlazy.svg",
|
|
5793
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
5794
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
5795
|
+
"learn_more": "",
|
|
5796
|
+
"category": "Images",
|
|
5797
|
+
"type": "3rd-party",
|
|
5798
|
+
"maintainers": [
|
|
5799
|
+
{
|
|
5800
|
+
"name": "Johann Schopplich",
|
|
5801
|
+
"github": "johannschopplich"
|
|
5802
|
+
}
|
|
5803
|
+
],
|
|
5804
|
+
"compatibility": {
|
|
5805
|
+
"nuxt": "^3.0.0",
|
|
5806
|
+
"requires": {}
|
|
5807
|
+
}
|
|
5808
|
+
},
|
|
5288
5809
|
{
|
|
5289
5810
|
"name": "unlighthouse",
|
|
5290
5811
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5428,6 +5949,52 @@
|
|
|
5428
5949
|
}
|
|
5429
5950
|
}
|
|
5430
5951
|
},
|
|
5952
|
+
{
|
|
5953
|
+
"name": "varlet",
|
|
5954
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
5955
|
+
"repo": "varletjs/varlet-nuxt",
|
|
5956
|
+
"npm": "@varlet/nuxt",
|
|
5957
|
+
"icon": "varlet.svg",
|
|
5958
|
+
"github": "https://github.com/varletjs/varlet",
|
|
5959
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
5960
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
5961
|
+
"category": "UI",
|
|
5962
|
+
"type": "3rd-party",
|
|
5963
|
+
"maintainers": [
|
|
5964
|
+
{
|
|
5965
|
+
"name": "zhangmo8",
|
|
5966
|
+
"github": "zhangmo8"
|
|
5967
|
+
}
|
|
5968
|
+
],
|
|
5969
|
+
"compatibility": {
|
|
5970
|
+
"nuxt": "^3.0.0",
|
|
5971
|
+
"requires": {
|
|
5972
|
+
"bridge": "optional"
|
|
5973
|
+
}
|
|
5974
|
+
}
|
|
5975
|
+
},
|
|
5976
|
+
{
|
|
5977
|
+
"name": "vee-validate",
|
|
5978
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
5979
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
5980
|
+
"npm": "@vee-validate/nuxt",
|
|
5981
|
+
"icon": "vee-validate.png",
|
|
5982
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
5983
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
5984
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
5985
|
+
"category": "Libraries",
|
|
5986
|
+
"type": "3rd-party",
|
|
5987
|
+
"maintainers": [
|
|
5988
|
+
{
|
|
5989
|
+
"name": "Abdelrahman Awad",
|
|
5990
|
+
"github": "logaretm"
|
|
5991
|
+
}
|
|
5992
|
+
],
|
|
5993
|
+
"compatibility": {
|
|
5994
|
+
"nuxt": "^3.0.0",
|
|
5995
|
+
"requires": {}
|
|
5996
|
+
}
|
|
5997
|
+
},
|
|
5431
5998
|
{
|
|
5432
5999
|
"name": "vendor",
|
|
5433
6000
|
"description": "directly serve node_modules",
|
|
@@ -5451,6 +6018,51 @@
|
|
|
5451
6018
|
"requires": {}
|
|
5452
6019
|
}
|
|
5453
6020
|
},
|
|
6021
|
+
{
|
|
6022
|
+
"name": "vercel-analytics",
|
|
6023
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
6024
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
6025
|
+
"npm": "nuxt-vercel-analytics",
|
|
6026
|
+
"icon": "",
|
|
6027
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6028
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
6029
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
6030
|
+
"category": "Analytics",
|
|
6031
|
+
"type": "3rd-party",
|
|
6032
|
+
"maintainers": [
|
|
6033
|
+
{
|
|
6034
|
+
"name": "Alexander B.",
|
|
6035
|
+
"github": "xanderbarkhatov"
|
|
6036
|
+
}
|
|
6037
|
+
],
|
|
6038
|
+
"compatibility": {
|
|
6039
|
+
"nuxt": "^3.0.0",
|
|
6040
|
+
"requires": {}
|
|
6041
|
+
}
|
|
6042
|
+
},
|
|
6043
|
+
{
|
|
6044
|
+
"name": "vexip-ui",
|
|
6045
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6046
|
+
"repo": "vexip-ui/nuxt",
|
|
6047
|
+
"npm": "@vexip-ui/nuxt",
|
|
6048
|
+
"icon": "vexip-ui.svg",
|
|
6049
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6050
|
+
"website": "https://www.vexipui.com/",
|
|
6051
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6052
|
+
"category": "UI",
|
|
6053
|
+
"type": "3rd-party",
|
|
6054
|
+
"maintainers": [
|
|
6055
|
+
{
|
|
6056
|
+
"name": "未觉雨声",
|
|
6057
|
+
"github": "qmhc",
|
|
6058
|
+
"twitter": "qmhc95"
|
|
6059
|
+
}
|
|
6060
|
+
],
|
|
6061
|
+
"compatibility": {
|
|
6062
|
+
"nuxt": "^3.0.0",
|
|
6063
|
+
"requires": {}
|
|
6064
|
+
}
|
|
6065
|
+
},
|
|
5454
6066
|
{
|
|
5455
6067
|
"name": "vite-pwa-nuxt",
|
|
5456
6068
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5507,13 +6119,13 @@
|
|
|
5507
6119
|
},
|
|
5508
6120
|
{
|
|
5509
6121
|
"name": "vue-macros",
|
|
5510
|
-
"description": "Explore
|
|
5511
|
-
"repo": "sxzz/
|
|
6122
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6123
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5512
6124
|
"npm": "@vue-macros/nuxt",
|
|
5513
6125
|
"icon": "vue-macros.svg",
|
|
5514
|
-
"github": "https://github.com/sxzz/
|
|
6126
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5515
6127
|
"website": "https://vue-macros.sxzz.moe",
|
|
5516
|
-
"learn_more": "https://github.com/sxzz/
|
|
6128
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5517
6129
|
"category": "Extensions",
|
|
5518
6130
|
"type": "3rd-party",
|
|
5519
6131
|
"maintainers": [
|
|
@@ -5596,6 +6208,29 @@
|
|
|
5596
6208
|
"requires": {}
|
|
5597
6209
|
}
|
|
5598
6210
|
},
|
|
6211
|
+
{
|
|
6212
|
+
"name": "vue-query",
|
|
6213
|
+
"description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
|
|
6214
|
+
"repo": "Hebilicious/vue-query-nuxt#main",
|
|
6215
|
+
"npm": "@hebilicious/vue-query-nuxt",
|
|
6216
|
+
"icon": "vue-query.svg",
|
|
6217
|
+
"github": "https://github.com/Hebilicious/vue-query-nuxt",
|
|
6218
|
+
"website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
|
|
6219
|
+
"learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
|
|
6220
|
+
"category": "Request",
|
|
6221
|
+
"type": "3rd-party",
|
|
6222
|
+
"maintainers": [
|
|
6223
|
+
{
|
|
6224
|
+
"name": "Hebilicious",
|
|
6225
|
+
"github": "Hebilicious",
|
|
6226
|
+
"twitter": "its_hebilicious"
|
|
6227
|
+
}
|
|
6228
|
+
],
|
|
6229
|
+
"compatibility": {
|
|
6230
|
+
"nuxt": "^3.0.0",
|
|
6231
|
+
"requires": {}
|
|
6232
|
+
}
|
|
6233
|
+
},
|
|
5599
6234
|
{
|
|
5600
6235
|
"name": "vue-select",
|
|
5601
6236
|
"description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
|
|
@@ -5784,6 +6419,29 @@
|
|
|
5784
6419
|
"requires": {}
|
|
5785
6420
|
}
|
|
5786
6421
|
},
|
|
6422
|
+
{
|
|
6423
|
+
"name": "vunix",
|
|
6424
|
+
"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.",
|
|
6425
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6426
|
+
"npm": "@vunix/nuxt",
|
|
6427
|
+
"icon": "",
|
|
6428
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6429
|
+
"website": "https://vunix.dewib.com/",
|
|
6430
|
+
"learn_more": "",
|
|
6431
|
+
"category": "UI",
|
|
6432
|
+
"type": "3rd-party",
|
|
6433
|
+
"maintainers": [
|
|
6434
|
+
{
|
|
6435
|
+
"name": "Gaetan SENN",
|
|
6436
|
+
"github": "gaetansenn",
|
|
6437
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6438
|
+
}
|
|
6439
|
+
],
|
|
6440
|
+
"compatibility": {
|
|
6441
|
+
"nuxt": "^3.0.0",
|
|
6442
|
+
"requires": {}
|
|
6443
|
+
}
|
|
6444
|
+
},
|
|
5787
6445
|
{
|
|
5788
6446
|
"name": "web-vitals",
|
|
5789
6447
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5932,6 +6590,54 @@
|
|
|
5932
6590
|
"requires": {}
|
|
5933
6591
|
}
|
|
5934
6592
|
},
|
|
6593
|
+
{
|
|
6594
|
+
"name": "well-known",
|
|
6595
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6596
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6597
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6598
|
+
"icon": "well-known.svg",
|
|
6599
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6600
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6601
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6602
|
+
"category": "SEO",
|
|
6603
|
+
"type": "3rd-party",
|
|
6604
|
+
"maintainers": [
|
|
6605
|
+
{
|
|
6606
|
+
"name": "Zadig&Voltaire Team",
|
|
6607
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6608
|
+
}
|
|
6609
|
+
],
|
|
6610
|
+
"compatibility": {
|
|
6611
|
+
"nuxt": "^3.0.0",
|
|
6612
|
+
"requires": {}
|
|
6613
|
+
}
|
|
6614
|
+
},
|
|
6615
|
+
{
|
|
6616
|
+
"name": "wideangle",
|
|
6617
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
6618
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
6619
|
+
"npm": "wideangle-nuxt",
|
|
6620
|
+
"icon": "wideangle.png",
|
|
6621
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
6622
|
+
"website": "https://wideangle.co",
|
|
6623
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
6624
|
+
"category": "Analytics",
|
|
6625
|
+
"type": "3rd-party",
|
|
6626
|
+
"maintainers": [
|
|
6627
|
+
{
|
|
6628
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
6629
|
+
"github": "inputobjects"
|
|
6630
|
+
},
|
|
6631
|
+
{
|
|
6632
|
+
"name": "Jarek Rozanski",
|
|
6633
|
+
"github": "jrozanski"
|
|
6634
|
+
}
|
|
6635
|
+
],
|
|
6636
|
+
"compatibility": {
|
|
6637
|
+
"nuxt": "^3.0.0",
|
|
6638
|
+
"requires": {}
|
|
6639
|
+
}
|
|
6640
|
+
},
|
|
5935
6641
|
{
|
|
5936
6642
|
"name": "windicss",
|
|
5937
6643
|
"description": "Next generation utility-first CSS framework.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/modules",
|
|
3
|
-
"version": "0.6.0-
|
|
3
|
+
"version": "0.6.0-5469cb",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./modules.json",
|
|
6
6
|
"files": [
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@nuxt/eslint-config": "^0.1.1",
|
|
21
21
|
"@types/js-yaml": "^4.0.5",
|
|
22
|
-
"@types/node": "^18.
|
|
23
|
-
"defu": "^6.1.
|
|
22
|
+
"@types/node": "^18.16.10",
|
|
23
|
+
"defu": "^6.1.2",
|
|
24
24
|
"eslint": "^8.34.0",
|
|
25
|
-
"globby": "^13.1.
|
|
25
|
+
"globby": "^13.1.4",
|
|
26
26
|
"hasha": "^5.2.2",
|
|
27
|
-
"jiti": "^1.17.
|
|
27
|
+
"jiti": "^1.17.2",
|
|
28
28
|
"js-yaml": "^4.1.0",
|
|
29
|
-
"ofetch": "^1.0.
|
|
30
|
-
"typescript": "^4.9.
|
|
29
|
+
"ofetch": "^1.0.1",
|
|
30
|
+
"typescript": "^4.9.5"
|
|
31
31
|
},
|
|
32
|
-
"packageManager": "pnpm@7.
|
|
32
|
+
"packageManager": "pnpm@7.32.4"
|
|
33
33
|
}
|