@nuxt/modules 0.6.0-510276 → 0.6.0-53dab6
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 +656 -40
- 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",
|
|
@@ -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.",
|
|
@@ -1717,6 +1857,30 @@
|
|
|
1717
1857
|
"requires": {}
|
|
1718
1858
|
}
|
|
1719
1859
|
},
|
|
1860
|
+
{
|
|
1861
|
+
"name": "gtag",
|
|
1862
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1863
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1864
|
+
"npm": "nuxt-gtag",
|
|
1865
|
+
"icon": "gtag.svg",
|
|
1866
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1867
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1868
|
+
"learn_more": "",
|
|
1869
|
+
"category": "Analytics",
|
|
1870
|
+
"type": "3rd-party",
|
|
1871
|
+
"maintainers": [
|
|
1872
|
+
{
|
|
1873
|
+
"name": "Johann Schopplich",
|
|
1874
|
+
"github": "johannschopplich",
|
|
1875
|
+
"twitter": "jschopplich",
|
|
1876
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1877
|
+
}
|
|
1878
|
+
],
|
|
1879
|
+
"compatibility": {
|
|
1880
|
+
"nuxt": "^3.0.0",
|
|
1881
|
+
"requires": {}
|
|
1882
|
+
}
|
|
1883
|
+
},
|
|
1720
1884
|
{
|
|
1721
1885
|
"name": "gtm",
|
|
1722
1886
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -2020,6 +2184,28 @@
|
|
|
2020
2184
|
"requires": {}
|
|
2021
2185
|
}
|
|
2022
2186
|
},
|
|
2187
|
+
{
|
|
2188
|
+
"name": "icon-font",
|
|
2189
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2190
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2191
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2192
|
+
"icon": "",
|
|
2193
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2194
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2195
|
+
"learn_more": "",
|
|
2196
|
+
"category": "UI",
|
|
2197
|
+
"type": "3rd-party",
|
|
2198
|
+
"maintainers": [
|
|
2199
|
+
{
|
|
2200
|
+
"name": "coremyslo",
|
|
2201
|
+
"github": "coremyslo"
|
|
2202
|
+
}
|
|
2203
|
+
],
|
|
2204
|
+
"compatibility": {
|
|
2205
|
+
"nuxt": "^3.0.0",
|
|
2206
|
+
"requires": {}
|
|
2207
|
+
}
|
|
2208
|
+
},
|
|
2023
2209
|
{
|
|
2024
2210
|
"name": "icon",
|
|
2025
2211
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2146,12 +2332,12 @@
|
|
|
2146
2332
|
{
|
|
2147
2333
|
"name": "inkline",
|
|
2148
2334
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2149
|
-
"repo": "inkline/
|
|
2150
|
-
"npm": "@inkline/
|
|
2335
|
+
"repo": "inkline/plugin",
|
|
2336
|
+
"npm": "@inkline/plugin",
|
|
2151
2337
|
"icon": "inkline.svg",
|
|
2152
|
-
"github": "https://github.com/inkline/
|
|
2338
|
+
"github": "https://github.com/inkline/plugin",
|
|
2153
2339
|
"website": "https://inkline.io",
|
|
2154
|
-
"learn_more": "https://inkline.io/docs/
|
|
2340
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2155
2341
|
"category": "UI",
|
|
2156
2342
|
"type": "3rd-party",
|
|
2157
2343
|
"maintainers": [
|
|
@@ -2371,7 +2557,7 @@
|
|
|
2371
2557
|
},
|
|
2372
2558
|
{
|
|
2373
2559
|
"name": "link-checker",
|
|
2374
|
-
"description": "",
|
|
2560
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2375
2561
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2376
2562
|
"npm": "nuxt-link-checker",
|
|
2377
2563
|
"icon": "",
|
|
@@ -2695,6 +2881,29 @@
|
|
|
2695
2881
|
"requires": {}
|
|
2696
2882
|
}
|
|
2697
2883
|
},
|
|
2884
|
+
{
|
|
2885
|
+
"name": "module-feed",
|
|
2886
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
2887
|
+
"repo": "tresko/nuxt-module-feed",
|
|
2888
|
+
"npm": "nuxt-module-feed",
|
|
2889
|
+
"icon": "",
|
|
2890
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
2891
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
2892
|
+
"learn_more": "",
|
|
2893
|
+
"category": "SEO",
|
|
2894
|
+
"type": "3rd-party",
|
|
2895
|
+
"maintainers": [
|
|
2896
|
+
{
|
|
2897
|
+
"name": "Miha Sedej",
|
|
2898
|
+
"github": "tresko",
|
|
2899
|
+
"twitter": "mihasedej"
|
|
2900
|
+
}
|
|
2901
|
+
],
|
|
2902
|
+
"compatibility": {
|
|
2903
|
+
"nuxt": "^3.0.0",
|
|
2904
|
+
"requires": {}
|
|
2905
|
+
}
|
|
2906
|
+
},
|
|
2698
2907
|
{
|
|
2699
2908
|
"name": "moment",
|
|
2700
2909
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2883,6 +3092,28 @@
|
|
|
2883
3092
|
"requires": {}
|
|
2884
3093
|
}
|
|
2885
3094
|
},
|
|
3095
|
+
{
|
|
3096
|
+
"name": "nupolyon",
|
|
3097
|
+
"description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
|
|
3098
|
+
"repo": "adenvt/nupolyon",
|
|
3099
|
+
"npm": "nupolyon",
|
|
3100
|
+
"icon": "",
|
|
3101
|
+
"github": "https://github.com/adenvt/nupolyon",
|
|
3102
|
+
"website": "https://github.com/adenvt/nupolyon",
|
|
3103
|
+
"learn_more": "",
|
|
3104
|
+
"category": "Performance",
|
|
3105
|
+
"type": "3rd-party",
|
|
3106
|
+
"maintainers": [
|
|
3107
|
+
{
|
|
3108
|
+
"name": "adenvt",
|
|
3109
|
+
"github": "adenvt"
|
|
3110
|
+
}
|
|
3111
|
+
],
|
|
3112
|
+
"compatibility": {
|
|
3113
|
+
"nuxt": "^3.0.0",
|
|
3114
|
+
"requires": {}
|
|
3115
|
+
}
|
|
3116
|
+
},
|
|
2886
3117
|
{
|
|
2887
3118
|
"name": "nuxt-auth",
|
|
2888
3119
|
"description": "",
|
|
@@ -2905,6 +3136,28 @@
|
|
|
2905
3136
|
"requires": {}
|
|
2906
3137
|
}
|
|
2907
3138
|
},
|
|
3139
|
+
{
|
|
3140
|
+
"name": "nuxt-chatgpt",
|
|
3141
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3142
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3143
|
+
"npm": "nuxt-chatgpt",
|
|
3144
|
+
"icon": "chatgpt.svg",
|
|
3145
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3146
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3147
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3148
|
+
"category": "Libraries",
|
|
3149
|
+
"type": "3rd-party",
|
|
3150
|
+
"maintainers": [
|
|
3151
|
+
{
|
|
3152
|
+
"name": "Oliver Trajceski",
|
|
3153
|
+
"github": "schnapsterdog"
|
|
3154
|
+
}
|
|
3155
|
+
],
|
|
3156
|
+
"compatibility": {
|
|
3157
|
+
"nuxt": "^3.0.0",
|
|
3158
|
+
"requires": {}
|
|
3159
|
+
}
|
|
3160
|
+
},
|
|
2908
3161
|
{
|
|
2909
3162
|
"name": "nuxt-graphql-middleware",
|
|
2910
3163
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2956,6 +3209,28 @@
|
|
|
2956
3209
|
"requires": {}
|
|
2957
3210
|
}
|
|
2958
3211
|
},
|
|
3212
|
+
{
|
|
3213
|
+
"name": "nuxt-gtm",
|
|
3214
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3215
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3216
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3217
|
+
"icon": "nuxt-gtm.svg",
|
|
3218
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3219
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3220
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3221
|
+
"category": "Analytics",
|
|
3222
|
+
"type": "3rd-party",
|
|
3223
|
+
"maintainers": [
|
|
3224
|
+
{
|
|
3225
|
+
"name": "Zadig&Voltaire Team",
|
|
3226
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3227
|
+
}
|
|
3228
|
+
],
|
|
3229
|
+
"compatibility": {
|
|
3230
|
+
"nuxt": "^3.0.0",
|
|
3231
|
+
"requires": {}
|
|
3232
|
+
}
|
|
3233
|
+
},
|
|
2959
3234
|
{
|
|
2960
3235
|
"name": "nuxt-hue",
|
|
2961
3236
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -2980,6 +3255,28 @@
|
|
|
2980
3255
|
}
|
|
2981
3256
|
}
|
|
2982
3257
|
},
|
|
3258
|
+
{
|
|
3259
|
+
"name": "nuxt-lazy-load",
|
|
3260
|
+
"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",
|
|
3261
|
+
"repo": "",
|
|
3262
|
+
"npm": "nuxt-lazy-load",
|
|
3263
|
+
"icon": "nuxt-lazy-load.svg",
|
|
3264
|
+
"github": "",
|
|
3265
|
+
"website": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3266
|
+
"learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3267
|
+
"category": "Performance",
|
|
3268
|
+
"type": "3rd-party",
|
|
3269
|
+
"maintainers": [
|
|
3270
|
+
{
|
|
3271
|
+
"name": "Dario Ferderber",
|
|
3272
|
+
"github": "darioferderber"
|
|
3273
|
+
}
|
|
3274
|
+
],
|
|
3275
|
+
"compatibility": {
|
|
3276
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3277
|
+
"requires": {}
|
|
3278
|
+
}
|
|
3279
|
+
},
|
|
2983
3280
|
{
|
|
2984
3281
|
"name": "nuxt-localtunnel",
|
|
2985
3282
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3070,6 +3367,28 @@
|
|
|
3070
3367
|
"requires": {}
|
|
3071
3368
|
}
|
|
3072
3369
|
},
|
|
3370
|
+
{
|
|
3371
|
+
"name": "nuxt-mongoose",
|
|
3372
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3373
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3374
|
+
"npm": "nuxt-mongoose",
|
|
3375
|
+
"icon": "nuxt-mongoose.svg",
|
|
3376
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3377
|
+
"website": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3378
|
+
"learn_more": "",
|
|
3379
|
+
"category": "Database",
|
|
3380
|
+
"type": "3rd-party",
|
|
3381
|
+
"maintainers": [
|
|
3382
|
+
{
|
|
3383
|
+
"name": "arashsheyda",
|
|
3384
|
+
"github": "arashsheyda"
|
|
3385
|
+
}
|
|
3386
|
+
],
|
|
3387
|
+
"compatibility": {
|
|
3388
|
+
"nuxt": "^3.0.0",
|
|
3389
|
+
"requires": {}
|
|
3390
|
+
}
|
|
3391
|
+
},
|
|
3073
3392
|
{
|
|
3074
3393
|
"name": "nuxt-pdf",
|
|
3075
3394
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3368,6 +3687,28 @@
|
|
|
3368
3687
|
"requires": {}
|
|
3369
3688
|
}
|
|
3370
3689
|
},
|
|
3690
|
+
{
|
|
3691
|
+
"name": "nuxt-vuetify",
|
|
3692
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
|
|
3693
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3694
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3695
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3696
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3697
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3698
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3699
|
+
"category": "UI",
|
|
3700
|
+
"type": "3rd-party",
|
|
3701
|
+
"maintainers": [
|
|
3702
|
+
{
|
|
3703
|
+
"name": "Jens van Hellemondt",
|
|
3704
|
+
"github": "invictus-codes"
|
|
3705
|
+
}
|
|
3706
|
+
],
|
|
3707
|
+
"compatibility": {
|
|
3708
|
+
"nuxt": "^3.0.0",
|
|
3709
|
+
"requires": {}
|
|
3710
|
+
}
|
|
3711
|
+
},
|
|
3371
3712
|
{
|
|
3372
3713
|
"name": "nuxt7",
|
|
3373
3714
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3391,6 +3732,29 @@
|
|
|
3391
3732
|
"requires": {}
|
|
3392
3733
|
}
|
|
3393
3734
|
},
|
|
3735
|
+
{
|
|
3736
|
+
"name": "nuxtlabs-ui",
|
|
3737
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3738
|
+
"repo": "nuxtlabs/ui",
|
|
3739
|
+
"npm": "@nuxthq/ui",
|
|
3740
|
+
"icon": "nuxtlabs-ui.svg",
|
|
3741
|
+
"github": "https://github.com/nuxtlabs/ui",
|
|
3742
|
+
"website": "https://ui.nuxtlabs.com",
|
|
3743
|
+
"learn_more": "https://ui.nuxtlabs.com",
|
|
3744
|
+
"category": "UI",
|
|
3745
|
+
"type": "3rd-party",
|
|
3746
|
+
"maintainers": [
|
|
3747
|
+
{
|
|
3748
|
+
"name": "Benjamin Canac",
|
|
3749
|
+
"github": "benjamincanac",
|
|
3750
|
+
"twitter": "benjamincanac"
|
|
3751
|
+
}
|
|
3752
|
+
],
|
|
3753
|
+
"compatibility": {
|
|
3754
|
+
"nuxt": "^3.0.0",
|
|
3755
|
+
"requires": {}
|
|
3756
|
+
}
|
|
3757
|
+
},
|
|
3394
3758
|
{
|
|
3395
3759
|
"name": "og-image",
|
|
3396
3760
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -3530,6 +3894,30 @@
|
|
|
3530
3894
|
}
|
|
3531
3895
|
}
|
|
3532
3896
|
},
|
|
3897
|
+
{
|
|
3898
|
+
"name": "pdfeasy",
|
|
3899
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
3900
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
3901
|
+
"npm": "nuxt-pdfeasy",
|
|
3902
|
+
"icon": "pdfeasy.png",
|
|
3903
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
3904
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
3905
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
3906
|
+
"category": "Extensions",
|
|
3907
|
+
"type": "3rd-party",
|
|
3908
|
+
"maintainers": [
|
|
3909
|
+
{
|
|
3910
|
+
"name": "Giovane Cardoso",
|
|
3911
|
+
"github": "novout",
|
|
3912
|
+
"twitter": "novoutttttt",
|
|
3913
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
3914
|
+
}
|
|
3915
|
+
],
|
|
3916
|
+
"compatibility": {
|
|
3917
|
+
"nuxt": "^3.0.0",
|
|
3918
|
+
"requires": {}
|
|
3919
|
+
}
|
|
3920
|
+
},
|
|
3533
3921
|
{
|
|
3534
3922
|
"name": "persian-datepicker",
|
|
3535
3923
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3851,6 +4239,28 @@
|
|
|
3851
4239
|
"requires": {}
|
|
3852
4240
|
}
|
|
3853
4241
|
},
|
|
4242
|
+
{
|
|
4243
|
+
"name": "quasar",
|
|
4244
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4245
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4246
|
+
"npm": "nuxt-quasar-ui",
|
|
4247
|
+
"icon": "quasar.svg",
|
|
4248
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4249
|
+
"website": "https://quasar.dev/",
|
|
4250
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4251
|
+
"category": "UI",
|
|
4252
|
+
"type": "3rd-party",
|
|
4253
|
+
"maintainers": [
|
|
4254
|
+
{
|
|
4255
|
+
"name": "Ege İliklier",
|
|
4256
|
+
"github": "Maiquu"
|
|
4257
|
+
}
|
|
4258
|
+
],
|
|
4259
|
+
"compatibility": {
|
|
4260
|
+
"nuxt": "^3.0.0",
|
|
4261
|
+
"requires": {}
|
|
4262
|
+
}
|
|
4263
|
+
},
|
|
3854
4264
|
{
|
|
3855
4265
|
"name": "recaptcha",
|
|
3856
4266
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -4430,7 +4840,7 @@
|
|
|
4430
4840
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4431
4841
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4432
4842
|
"learn_more": "https://snipcart.com",
|
|
4433
|
-
"category": "
|
|
4843
|
+
"category": "Ecommerce",
|
|
4434
4844
|
"type": "community",
|
|
4435
4845
|
"maintainers": [
|
|
4436
4846
|
{
|
|
@@ -5089,6 +5499,28 @@
|
|
|
5089
5499
|
}
|
|
5090
5500
|
}
|
|
5091
5501
|
},
|
|
5502
|
+
{
|
|
5503
|
+
"name": "twemoji",
|
|
5504
|
+
"description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
|
|
5505
|
+
"repo": "yizack/nuxt-twemoji",
|
|
5506
|
+
"npm": "nuxt-twemoji",
|
|
5507
|
+
"icon": "twemoji.svg",
|
|
5508
|
+
"github": "https://github.com/Yizack/nuxt-twemoji",
|
|
5509
|
+
"website": "https://github.com/Yizack/nuxt-twemoji",
|
|
5510
|
+
"learn_more": "",
|
|
5511
|
+
"category": "UI",
|
|
5512
|
+
"type": "3rd-party",
|
|
5513
|
+
"maintainers": [
|
|
5514
|
+
{
|
|
5515
|
+
"name": "Yizack Rangel",
|
|
5516
|
+
"github": "yizack"
|
|
5517
|
+
}
|
|
5518
|
+
],
|
|
5519
|
+
"compatibility": {
|
|
5520
|
+
"nuxt": "^3.0.0",
|
|
5521
|
+
"requires": {}
|
|
5522
|
+
}
|
|
5523
|
+
},
|
|
5092
5524
|
{
|
|
5093
5525
|
"name": "twicpics",
|
|
5094
5526
|
"description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
|
|
@@ -5260,11 +5692,11 @@
|
|
|
5260
5692
|
{
|
|
5261
5693
|
"name": "unhead",
|
|
5262
5694
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5263
|
-
"repo": "harlan-zw/nuxt-
|
|
5264
|
-
"npm": "nuxt-
|
|
5695
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5696
|
+
"npm": "nuxt-seo-experiments",
|
|
5265
5697
|
"icon": "",
|
|
5266
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5267
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
5698
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5699
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5268
5700
|
"learn_more": "",
|
|
5269
5701
|
"category": "SEO",
|
|
5270
5702
|
"type": "3rd-party",
|
|
@@ -5307,6 +5739,28 @@
|
|
|
5307
5739
|
"requires": {}
|
|
5308
5740
|
}
|
|
5309
5741
|
},
|
|
5742
|
+
{
|
|
5743
|
+
"name": "unlazy",
|
|
5744
|
+
"description": "Lazy loading library for placeholder images",
|
|
5745
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
5746
|
+
"npm": "@unlazy/nuxt",
|
|
5747
|
+
"icon": "unlazy.svg",
|
|
5748
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
5749
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
5750
|
+
"learn_more": "",
|
|
5751
|
+
"category": "Images",
|
|
5752
|
+
"type": "3rd-party",
|
|
5753
|
+
"maintainers": [
|
|
5754
|
+
{
|
|
5755
|
+
"name": "Johann Schopplich",
|
|
5756
|
+
"github": "johannschopplich"
|
|
5757
|
+
}
|
|
5758
|
+
],
|
|
5759
|
+
"compatibility": {
|
|
5760
|
+
"nuxt": "^3.0.0",
|
|
5761
|
+
"requires": {}
|
|
5762
|
+
}
|
|
5763
|
+
},
|
|
5310
5764
|
{
|
|
5311
5765
|
"name": "unlighthouse",
|
|
5312
5766
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5450,6 +5904,52 @@
|
|
|
5450
5904
|
}
|
|
5451
5905
|
}
|
|
5452
5906
|
},
|
|
5907
|
+
{
|
|
5908
|
+
"name": "varlet",
|
|
5909
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
5910
|
+
"repo": "varletjs/varlet-nuxt",
|
|
5911
|
+
"npm": "@varlet/nuxt",
|
|
5912
|
+
"icon": "varlet.svg",
|
|
5913
|
+
"github": "https://github.com/varletjs/varlet",
|
|
5914
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
5915
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
5916
|
+
"category": "UI",
|
|
5917
|
+
"type": "3rd-party",
|
|
5918
|
+
"maintainers": [
|
|
5919
|
+
{
|
|
5920
|
+
"name": "zhangmo8",
|
|
5921
|
+
"github": "zhangmo8"
|
|
5922
|
+
}
|
|
5923
|
+
],
|
|
5924
|
+
"compatibility": {
|
|
5925
|
+
"nuxt": "^3.0.0",
|
|
5926
|
+
"requires": {
|
|
5927
|
+
"bridge": "optional"
|
|
5928
|
+
}
|
|
5929
|
+
}
|
|
5930
|
+
},
|
|
5931
|
+
{
|
|
5932
|
+
"name": "vee-validate",
|
|
5933
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
5934
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
5935
|
+
"npm": "@vee-validate/nuxt",
|
|
5936
|
+
"icon": "vee-validate.png",
|
|
5937
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
5938
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
5939
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
5940
|
+
"category": "Libraries",
|
|
5941
|
+
"type": "3rd-party",
|
|
5942
|
+
"maintainers": [
|
|
5943
|
+
{
|
|
5944
|
+
"name": "Abdelrahman Awad",
|
|
5945
|
+
"github": "logaretm"
|
|
5946
|
+
}
|
|
5947
|
+
],
|
|
5948
|
+
"compatibility": {
|
|
5949
|
+
"nuxt": "^3.0.0",
|
|
5950
|
+
"requires": {}
|
|
5951
|
+
}
|
|
5952
|
+
},
|
|
5453
5953
|
{
|
|
5454
5954
|
"name": "vendor",
|
|
5455
5955
|
"description": "directly serve node_modules",
|
|
@@ -5473,6 +5973,51 @@
|
|
|
5473
5973
|
"requires": {}
|
|
5474
5974
|
}
|
|
5475
5975
|
},
|
|
5976
|
+
{
|
|
5977
|
+
"name": "vercel-analytics",
|
|
5978
|
+
"description": "Vercel Analytics integration for Nuxt",
|
|
5979
|
+
"repo": "xanderbarkhatov/nuxt-vercel-analytics",
|
|
5980
|
+
"npm": "nuxt-vercel-analytics",
|
|
5981
|
+
"icon": "",
|
|
5982
|
+
"github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
5983
|
+
"website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
|
|
5984
|
+
"learn_more": "https://vercel.com/docs/concepts/analytics",
|
|
5985
|
+
"category": "Analytics",
|
|
5986
|
+
"type": "3rd-party",
|
|
5987
|
+
"maintainers": [
|
|
5988
|
+
{
|
|
5989
|
+
"name": "Alexander B.",
|
|
5990
|
+
"github": "xanderbarkhatov"
|
|
5991
|
+
}
|
|
5992
|
+
],
|
|
5993
|
+
"compatibility": {
|
|
5994
|
+
"nuxt": "^3.0.0",
|
|
5995
|
+
"requires": {}
|
|
5996
|
+
}
|
|
5997
|
+
},
|
|
5998
|
+
{
|
|
5999
|
+
"name": "vexip-ui",
|
|
6000
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
6001
|
+
"repo": "vexip-ui/nuxt",
|
|
6002
|
+
"npm": "@vexip-ui/nuxt",
|
|
6003
|
+
"icon": "vexip-ui.svg",
|
|
6004
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
6005
|
+
"website": "https://www.vexipui.com/",
|
|
6006
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
6007
|
+
"category": "UI",
|
|
6008
|
+
"type": "3rd-party",
|
|
6009
|
+
"maintainers": [
|
|
6010
|
+
{
|
|
6011
|
+
"name": "未觉雨声",
|
|
6012
|
+
"github": "qmhc",
|
|
6013
|
+
"twitter": "qmhc95"
|
|
6014
|
+
}
|
|
6015
|
+
],
|
|
6016
|
+
"compatibility": {
|
|
6017
|
+
"nuxt": "^3.0.0",
|
|
6018
|
+
"requires": {}
|
|
6019
|
+
}
|
|
6020
|
+
},
|
|
5476
6021
|
{
|
|
5477
6022
|
"name": "vite-pwa-nuxt",
|
|
5478
6023
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5529,13 +6074,13 @@
|
|
|
5529
6074
|
},
|
|
5530
6075
|
{
|
|
5531
6076
|
"name": "vue-macros",
|
|
5532
|
-
"description": "Explore
|
|
5533
|
-
"repo": "sxzz/
|
|
6077
|
+
"description": "Explore more macros and syntax sugar to Vue.",
|
|
6078
|
+
"repo": "sxzz/vue-macros#main/packages/nuxt",
|
|
5534
6079
|
"npm": "@vue-macros/nuxt",
|
|
5535
6080
|
"icon": "vue-macros.svg",
|
|
5536
|
-
"github": "https://github.com/sxzz/
|
|
6081
|
+
"github": "https://github.com/sxzz/vue-macros",
|
|
5537
6082
|
"website": "https://vue-macros.sxzz.moe",
|
|
5538
|
-
"learn_more": "https://github.com/sxzz/
|
|
6083
|
+
"learn_more": "https://github.com/sxzz/vue-macros",
|
|
5539
6084
|
"category": "Extensions",
|
|
5540
6085
|
"type": "3rd-party",
|
|
5541
6086
|
"maintainers": [
|
|
@@ -5806,6 +6351,29 @@
|
|
|
5806
6351
|
"requires": {}
|
|
5807
6352
|
}
|
|
5808
6353
|
},
|
|
6354
|
+
{
|
|
6355
|
+
"name": "vunix",
|
|
6356
|
+
"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.",
|
|
6357
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6358
|
+
"npm": "@vunix/nuxt",
|
|
6359
|
+
"icon": "",
|
|
6360
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6361
|
+
"website": "https://vunix.dewib.com/",
|
|
6362
|
+
"learn_more": "",
|
|
6363
|
+
"category": "UI",
|
|
6364
|
+
"type": "3rd-party",
|
|
6365
|
+
"maintainers": [
|
|
6366
|
+
{
|
|
6367
|
+
"name": "Gaetan SENN",
|
|
6368
|
+
"github": "gaetansenn",
|
|
6369
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6370
|
+
}
|
|
6371
|
+
],
|
|
6372
|
+
"compatibility": {
|
|
6373
|
+
"nuxt": "^3.0.0",
|
|
6374
|
+
"requires": {}
|
|
6375
|
+
}
|
|
6376
|
+
},
|
|
5809
6377
|
{
|
|
5810
6378
|
"name": "web-vitals",
|
|
5811
6379
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5954,6 +6522,54 @@
|
|
|
5954
6522
|
"requires": {}
|
|
5955
6523
|
}
|
|
5956
6524
|
},
|
|
6525
|
+
{
|
|
6526
|
+
"name": "well-known",
|
|
6527
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6528
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6529
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6530
|
+
"icon": "well-known.svg",
|
|
6531
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6532
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6533
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6534
|
+
"category": "SEO",
|
|
6535
|
+
"type": "3rd-party",
|
|
6536
|
+
"maintainers": [
|
|
6537
|
+
{
|
|
6538
|
+
"name": "Zadig&Voltaire Team",
|
|
6539
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6540
|
+
}
|
|
6541
|
+
],
|
|
6542
|
+
"compatibility": {
|
|
6543
|
+
"nuxt": "^3.0.0",
|
|
6544
|
+
"requires": {}
|
|
6545
|
+
}
|
|
6546
|
+
},
|
|
6547
|
+
{
|
|
6548
|
+
"name": "wideangle",
|
|
6549
|
+
"description": "Nuxt 3 module to integrate Wide Angle Analytics",
|
|
6550
|
+
"repo": "inputobjects/wideangle-nuxt",
|
|
6551
|
+
"npm": "wideangle-nuxt",
|
|
6552
|
+
"icon": "wideangle.png",
|
|
6553
|
+
"github": "https://github.com/inputobjects/wideangle-nuxt",
|
|
6554
|
+
"website": "https://wideangle.co",
|
|
6555
|
+
"learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
|
|
6556
|
+
"category": "Analytics",
|
|
6557
|
+
"type": "3rd-party",
|
|
6558
|
+
"maintainers": [
|
|
6559
|
+
{
|
|
6560
|
+
"name": "Wide Angle Analytics by Input Objects GmbH",
|
|
6561
|
+
"github": "inputobjects"
|
|
6562
|
+
},
|
|
6563
|
+
{
|
|
6564
|
+
"name": "Jarek Rozanski",
|
|
6565
|
+
"github": "jrozanski"
|
|
6566
|
+
}
|
|
6567
|
+
],
|
|
6568
|
+
"compatibility": {
|
|
6569
|
+
"nuxt": "^3.0.0",
|
|
6570
|
+
"requires": {}
|
|
6571
|
+
}
|
|
6572
|
+
},
|
|
5957
6573
|
{
|
|
5958
6574
|
"name": "windicss",
|
|
5959
6575
|
"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-53dab6",
|
|
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
|
}
|