@nuxt/modules 0.6.0-624cd3 → 0.6.0-67ea79
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/modules.json +585 -87
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
# Nuxt Modules
|
|
4
4
|
|
|
5
5
|
[![npm version][npm-version-src]][npm-version-href]
|
|
6
|
+
[![Nuxt][nuxt-src]][nuxt-href]
|
|
6
7
|
[![Volta][volta-src]][volta-href]
|
|
7
8
|
|
|
8
9
|
> Discover the Nuxt modules to add any CMS, Database, UI, Auth and integrations into your Vue application.
|
|
@@ -97,5 +98,8 @@ pnpm build
|
|
|
97
98
|
[npm-version-src]: https://img.shields.io/npm/v/@nuxt/modules/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
98
99
|
[npm-version-href]: https://npmjs.com/package/@nuxt/modules
|
|
99
100
|
|
|
101
|
+
[nuxt-src]: https://img.shields.io/badge/Nuxt%20Modules-18181B?logo=nuxt.js
|
|
102
|
+
[nuxt-href]: https://nuxt.com/modules
|
|
103
|
+
|
|
100
104
|
[volta-src]: https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg
|
|
101
105
|
[volta-href]: https://volta.net/nuxt/modules?utm_source=readme_nuxt_modules
|
package/modules.json
CHANGED
|
@@ -124,37 +124,14 @@
|
|
|
124
124
|
"requires": {}
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
|
-
{
|
|
128
|
-
"name": "prometheus",
|
|
129
|
-
"description": "Prometheus metrics for NodeJS and a set of custom metrics for Nuxt applications",
|
|
130
|
-
"repo": "artmizu/nuxt-prometheus",
|
|
131
|
-
"npm": "@artmizu/nuxt-prometheus",
|
|
132
|
-
"icon": "prometheus.svg",
|
|
133
|
-
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
134
|
-
"website": "",
|
|
135
|
-
"learn_more": "",
|
|
136
|
-
"category": "Monitoring",
|
|
137
|
-
"type": "3rd-party",
|
|
138
|
-
"maintainers": [
|
|
139
|
-
{
|
|
140
|
-
"name": "Aleksandr Saburov",
|
|
141
|
-
"github": "artmizu",
|
|
142
|
-
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
143
|
-
}
|
|
144
|
-
],
|
|
145
|
-
"compatibility": {
|
|
146
|
-
"nuxt": "^2.0.0 || ^3.0.0",
|
|
147
|
-
"requires": {}
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
127
|
{
|
|
151
128
|
"name": "animejs",
|
|
152
|
-
"description": "Anime.js module for Nuxt
|
|
153
|
-
"repo": "
|
|
154
|
-
"npm": "nuxt-
|
|
129
|
+
"description": "Anime.js module for Nuxt",
|
|
130
|
+
"repo": "hypernym-studio/nuxt-anime",
|
|
131
|
+
"npm": "@hypernym/nuxt-anime",
|
|
155
132
|
"icon": "",
|
|
156
|
-
"github": "https://github.com/
|
|
157
|
-
"website": "https://github.com/
|
|
133
|
+
"github": "https://github.com/hypernym-studio/nuxt-anime",
|
|
134
|
+
"website": "https://github.com/hypernym-studio/nuxt-anime",
|
|
158
135
|
"learn_more": "",
|
|
159
136
|
"category": "Libraries",
|
|
160
137
|
"type": "3rd-party",
|
|
@@ -165,7 +142,7 @@
|
|
|
165
142
|
}
|
|
166
143
|
],
|
|
167
144
|
"compatibility": {
|
|
168
|
-
"nuxt": "^2.0.0",
|
|
145
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
169
146
|
"requires": {}
|
|
170
147
|
}
|
|
171
148
|
},
|
|
@@ -176,7 +153,7 @@
|
|
|
176
153
|
"npm": "nuxt-api-party",
|
|
177
154
|
"icon": "api-party.svg",
|
|
178
155
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
179
|
-
"website": "https://
|
|
156
|
+
"website": "https://nuxt-api-party.jhnn.dev/",
|
|
180
157
|
"learn_more": "",
|
|
181
158
|
"category": "Request",
|
|
182
159
|
"type": "3rd-party",
|
|
@@ -272,7 +249,7 @@
|
|
|
272
249
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
273
250
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
274
251
|
"learn_more": "",
|
|
275
|
-
"category": "
|
|
252
|
+
"category": "Database",
|
|
276
253
|
"type": "3rd-party",
|
|
277
254
|
"maintainers": [
|
|
278
255
|
{
|
|
@@ -574,11 +551,11 @@
|
|
|
574
551
|
{
|
|
575
552
|
"name": "chatwoot",
|
|
576
553
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
577
|
-
"repo": "
|
|
578
|
-
"npm": "@
|
|
554
|
+
"repo": "productdevbookcom/chatwoot",
|
|
555
|
+
"npm": "@productdevbook/chatwoot",
|
|
579
556
|
"icon": "chatwoot.png",
|
|
580
|
-
"github": "https://github.com/
|
|
581
|
-
"website": "https://github.com/
|
|
557
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
558
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
582
559
|
"learn_more": "https://www.chatwoot.com",
|
|
583
560
|
"category": "Libraries",
|
|
584
561
|
"type": "3rd-party",
|
|
@@ -780,6 +757,29 @@
|
|
|
780
757
|
"requires": {}
|
|
781
758
|
}
|
|
782
759
|
},
|
|
760
|
+
{
|
|
761
|
+
"name": "content-assets",
|
|
762
|
+
"description": "Enable locally-located assets in Nuxt Content",
|
|
763
|
+
"repo": "davestewart/nuxt-content-assets",
|
|
764
|
+
"npm": "nuxt-content-assets",
|
|
765
|
+
"icon": "content-assets.png",
|
|
766
|
+
"github": "https://github.com/davestewart/nuxt-content-assets",
|
|
767
|
+
"website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
|
|
768
|
+
"learn_more": "",
|
|
769
|
+
"category": "Images",
|
|
770
|
+
"type": "3rd-party",
|
|
771
|
+
"maintainers": [
|
|
772
|
+
{
|
|
773
|
+
"name": "davestewart",
|
|
774
|
+
"github": "davestewart",
|
|
775
|
+
"twitter": "dave_stewart"
|
|
776
|
+
}
|
|
777
|
+
],
|
|
778
|
+
"compatibility": {
|
|
779
|
+
"nuxt": "^3.0.0",
|
|
780
|
+
"requires": {}
|
|
781
|
+
}
|
|
782
|
+
},
|
|
783
783
|
{
|
|
784
784
|
"name": "content",
|
|
785
785
|
"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.",
|
|
@@ -952,11 +952,11 @@
|
|
|
952
952
|
}
|
|
953
953
|
},
|
|
954
954
|
{
|
|
955
|
-
"name": "datocms",
|
|
956
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
955
|
+
"name": "datocms-nuxt2",
|
|
956
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
957
957
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
958
958
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
959
|
-
"icon": "datocms.
|
|
959
|
+
"icon": "datocms.svg",
|
|
960
960
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
961
961
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
962
962
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -973,26 +973,50 @@
|
|
|
973
973
|
"requires": {}
|
|
974
974
|
}
|
|
975
975
|
},
|
|
976
|
+
{
|
|
977
|
+
"name": "datocms",
|
|
978
|
+
"description": "DatoCMS module for Nuxt",
|
|
979
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
980
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
981
|
+
"icon": "datocms.svg",
|
|
982
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
983
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
984
|
+
"learn_more": "https://www.datocms.com/",
|
|
985
|
+
"category": "CMS",
|
|
986
|
+
"type": "3rd-party",
|
|
987
|
+
"maintainers": [
|
|
988
|
+
{
|
|
989
|
+
"name": "Jamie Warburton",
|
|
990
|
+
"github": "jamiewarb",
|
|
991
|
+
"twitter": "jamiewarb",
|
|
992
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
993
|
+
}
|
|
994
|
+
],
|
|
995
|
+
"compatibility": {
|
|
996
|
+
"nuxt": "^3.0.0",
|
|
997
|
+
"requires": {}
|
|
998
|
+
}
|
|
999
|
+
},
|
|
976
1000
|
{
|
|
977
1001
|
"name": "dayjs",
|
|
978
|
-
"description": "
|
|
979
|
-
"repo": "
|
|
980
|
-
"npm": "
|
|
1002
|
+
"description": "Day.js module for Nuxt",
|
|
1003
|
+
"repo": "fumeapp/dayjs",
|
|
1004
|
+
"npm": "dayjs-nuxt",
|
|
981
1005
|
"icon": "day-js.png",
|
|
982
|
-
"github": "https://github.com/
|
|
983
|
-
"website": "https://github.com/
|
|
1006
|
+
"github": "https://github.com/fumeapp/dayjs",
|
|
1007
|
+
"website": "https://github.com/fumeapp/dayjs",
|
|
984
1008
|
"learn_more": "https://day.js.org/",
|
|
985
|
-
"category": "
|
|
986
|
-
"type": "
|
|
1009
|
+
"category": "Libraries",
|
|
1010
|
+
"type": "3rd-party",
|
|
987
1011
|
"maintainers": [
|
|
988
1012
|
{
|
|
989
|
-
"name": "
|
|
990
|
-
"github": "
|
|
991
|
-
"twitter": "
|
|
1013
|
+
"name": "Kevin Olson",
|
|
1014
|
+
"github": "acidjazz",
|
|
1015
|
+
"twitter": "AppFume"
|
|
992
1016
|
}
|
|
993
1017
|
],
|
|
994
1018
|
"compatibility": {
|
|
995
|
-
"nuxt": "^
|
|
1019
|
+
"nuxt": "^3.0.0",
|
|
996
1020
|
"requires": {}
|
|
997
1021
|
}
|
|
998
1022
|
},
|
|
@@ -1041,6 +1065,29 @@
|
|
|
1041
1065
|
"requires": {}
|
|
1042
1066
|
}
|
|
1043
1067
|
},
|
|
1068
|
+
{
|
|
1069
|
+
"name": "devtools",
|
|
1070
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1071
|
+
"repo": "nuxt/devtools#main",
|
|
1072
|
+
"npm": "@nuxt/devtools",
|
|
1073
|
+
"icon": "nuxt.png",
|
|
1074
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1075
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1076
|
+
"learn_more": "",
|
|
1077
|
+
"category": "Devtools",
|
|
1078
|
+
"type": "official",
|
|
1079
|
+
"maintainers": [
|
|
1080
|
+
{
|
|
1081
|
+
"name": "Anthony Fu",
|
|
1082
|
+
"github": "antfu",
|
|
1083
|
+
"twitter": "antfu7"
|
|
1084
|
+
}
|
|
1085
|
+
],
|
|
1086
|
+
"compatibility": {
|
|
1087
|
+
"nuxt": "^3.0.0",
|
|
1088
|
+
"requires": {}
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1044
1091
|
{
|
|
1045
1092
|
"name": "directus",
|
|
1046
1093
|
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
@@ -1235,7 +1282,7 @@
|
|
|
1235
1282
|
}
|
|
1236
1283
|
],
|
|
1237
1284
|
"compatibility": {
|
|
1238
|
-
"nuxt": "^2.0.0",
|
|
1285
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1239
1286
|
"requires": {}
|
|
1240
1287
|
}
|
|
1241
1288
|
},
|
|
@@ -1740,6 +1787,30 @@
|
|
|
1740
1787
|
"requires": {}
|
|
1741
1788
|
}
|
|
1742
1789
|
},
|
|
1790
|
+
{
|
|
1791
|
+
"name": "gtag",
|
|
1792
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1793
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1794
|
+
"npm": "nuxt-gtag",
|
|
1795
|
+
"icon": "gtag.svg",
|
|
1796
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1797
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1798
|
+
"learn_more": "",
|
|
1799
|
+
"category": "Analytics",
|
|
1800
|
+
"type": "3rd-party",
|
|
1801
|
+
"maintainers": [
|
|
1802
|
+
{
|
|
1803
|
+
"name": "Johann Schopplich",
|
|
1804
|
+
"github": "johannschopplich",
|
|
1805
|
+
"twitter": "jschopplich",
|
|
1806
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1807
|
+
}
|
|
1808
|
+
],
|
|
1809
|
+
"compatibility": {
|
|
1810
|
+
"nuxt": "^3.0.0",
|
|
1811
|
+
"requires": {}
|
|
1812
|
+
}
|
|
1813
|
+
},
|
|
1743
1814
|
{
|
|
1744
1815
|
"name": "gtm",
|
|
1745
1816
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -2043,6 +2114,28 @@
|
|
|
2043
2114
|
"requires": {}
|
|
2044
2115
|
}
|
|
2045
2116
|
},
|
|
2117
|
+
{
|
|
2118
|
+
"name": "icon-font",
|
|
2119
|
+
"description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
|
|
2120
|
+
"repo": "coremyslo/nuxt-icon-font",
|
|
2121
|
+
"npm": "@coremyslo/nuxt-icon-font",
|
|
2122
|
+
"icon": "",
|
|
2123
|
+
"github": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2124
|
+
"website": "https://github.com/coremyslo/nuxt-icon-font",
|
|
2125
|
+
"learn_more": "",
|
|
2126
|
+
"category": "UI",
|
|
2127
|
+
"type": "3rd-party",
|
|
2128
|
+
"maintainers": [
|
|
2129
|
+
{
|
|
2130
|
+
"name": "coremyslo",
|
|
2131
|
+
"github": "coremyslo"
|
|
2132
|
+
}
|
|
2133
|
+
],
|
|
2134
|
+
"compatibility": {
|
|
2135
|
+
"nuxt": "^3.0.0",
|
|
2136
|
+
"requires": {}
|
|
2137
|
+
}
|
|
2138
|
+
},
|
|
2046
2139
|
{
|
|
2047
2140
|
"name": "icon",
|
|
2048
2141
|
"description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
|
|
@@ -2169,12 +2262,12 @@
|
|
|
2169
2262
|
{
|
|
2170
2263
|
"name": "inkline",
|
|
2171
2264
|
"description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
|
|
2172
|
-
"repo": "inkline/
|
|
2173
|
-
"npm": "@inkline/
|
|
2265
|
+
"repo": "inkline/plugin",
|
|
2266
|
+
"npm": "@inkline/plugin",
|
|
2174
2267
|
"icon": "inkline.svg",
|
|
2175
|
-
"github": "https://github.com/inkline/
|
|
2268
|
+
"github": "https://github.com/inkline/plugin",
|
|
2176
2269
|
"website": "https://inkline.io",
|
|
2177
|
-
"learn_more": "https://inkline.io/docs/
|
|
2270
|
+
"learn_more": "https://inkline.io/docs/installation/nuxt",
|
|
2178
2271
|
"category": "UI",
|
|
2179
2272
|
"type": "3rd-party",
|
|
2180
2273
|
"maintainers": [
|
|
@@ -2394,7 +2487,7 @@
|
|
|
2394
2487
|
},
|
|
2395
2488
|
{
|
|
2396
2489
|
"name": "link-checker",
|
|
2397
|
-
"description": "",
|
|
2490
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2398
2491
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2399
2492
|
"npm": "nuxt-link-checker",
|
|
2400
2493
|
"icon": "",
|
|
@@ -2718,6 +2811,29 @@
|
|
|
2718
2811
|
"requires": {}
|
|
2719
2812
|
}
|
|
2720
2813
|
},
|
|
2814
|
+
{
|
|
2815
|
+
"name": "module-feed",
|
|
2816
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
2817
|
+
"repo": "tresko/nuxt-module-feed",
|
|
2818
|
+
"npm": "nuxt-module-feed",
|
|
2819
|
+
"icon": "",
|
|
2820
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
2821
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
2822
|
+
"learn_more": "",
|
|
2823
|
+
"category": "SEO",
|
|
2824
|
+
"type": "3rd-party",
|
|
2825
|
+
"maintainers": [
|
|
2826
|
+
{
|
|
2827
|
+
"name": "Miha Sedej",
|
|
2828
|
+
"github": "tresko",
|
|
2829
|
+
"twitter": "mihasedej"
|
|
2830
|
+
}
|
|
2831
|
+
],
|
|
2832
|
+
"compatibility": {
|
|
2833
|
+
"nuxt": "^3.0.0",
|
|
2834
|
+
"requires": {}
|
|
2835
|
+
}
|
|
2836
|
+
},
|
|
2721
2837
|
{
|
|
2722
2838
|
"name": "moment",
|
|
2723
2839
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2928,6 +3044,28 @@
|
|
|
2928
3044
|
"requires": {}
|
|
2929
3045
|
}
|
|
2930
3046
|
},
|
|
3047
|
+
{
|
|
3048
|
+
"name": "nuxt-chatgpt",
|
|
3049
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3050
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3051
|
+
"npm": "nuxt-chatgpt",
|
|
3052
|
+
"icon": "chatgpt.svg",
|
|
3053
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3054
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3055
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3056
|
+
"category": "Libraries",
|
|
3057
|
+
"type": "3rd-party",
|
|
3058
|
+
"maintainers": [
|
|
3059
|
+
{
|
|
3060
|
+
"name": "Oliver Trajceski",
|
|
3061
|
+
"github": "schnapsterdog"
|
|
3062
|
+
}
|
|
3063
|
+
],
|
|
3064
|
+
"compatibility": {
|
|
3065
|
+
"nuxt": "^3.0.0",
|
|
3066
|
+
"requires": {}
|
|
3067
|
+
}
|
|
3068
|
+
},
|
|
2931
3069
|
{
|
|
2932
3070
|
"name": "nuxt-graphql-middleware",
|
|
2933
3071
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -2979,6 +3117,28 @@
|
|
|
2979
3117
|
"requires": {}
|
|
2980
3118
|
}
|
|
2981
3119
|
},
|
|
3120
|
+
{
|
|
3121
|
+
"name": "nuxt-gtm",
|
|
3122
|
+
"description": "A Nuxt.js module for Google Tag Manager",
|
|
3123
|
+
"repo": "zadigetvoltaire/nuxt-gtm",
|
|
3124
|
+
"npm": "@zadigetvoltaire/nuxt-gtm",
|
|
3125
|
+
"icon": "nuxt-gtm.svg",
|
|
3126
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3127
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-gtm",
|
|
3128
|
+
"learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
|
|
3129
|
+
"category": "Analytics",
|
|
3130
|
+
"type": "3rd-party",
|
|
3131
|
+
"maintainers": [
|
|
3132
|
+
{
|
|
3133
|
+
"name": "Zadig&Voltaire Team",
|
|
3134
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
3135
|
+
}
|
|
3136
|
+
],
|
|
3137
|
+
"compatibility": {
|
|
3138
|
+
"nuxt": "^3.0.0",
|
|
3139
|
+
"requires": {}
|
|
3140
|
+
}
|
|
3141
|
+
},
|
|
2982
3142
|
{
|
|
2983
3143
|
"name": "nuxt-hue",
|
|
2984
3144
|
"description": "Enlighten your Nuxt experience",
|
|
@@ -3003,6 +3163,28 @@
|
|
|
3003
3163
|
}
|
|
3004
3164
|
}
|
|
3005
3165
|
},
|
|
3166
|
+
{
|
|
3167
|
+
"name": "nuxt-lazy-load",
|
|
3168
|
+
"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",
|
|
3169
|
+
"repo": "",
|
|
3170
|
+
"npm": "nuxt-lazy-load",
|
|
3171
|
+
"icon": "nuxt-lazy-load.svg",
|
|
3172
|
+
"github": "",
|
|
3173
|
+
"website": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3174
|
+
"learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
|
|
3175
|
+
"category": "Performance",
|
|
3176
|
+
"type": "3rd-party",
|
|
3177
|
+
"maintainers": [
|
|
3178
|
+
{
|
|
3179
|
+
"name": "Dario Ferderber",
|
|
3180
|
+
"github": "darioferderber"
|
|
3181
|
+
}
|
|
3182
|
+
],
|
|
3183
|
+
"compatibility": {
|
|
3184
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
3185
|
+
"requires": {}
|
|
3186
|
+
}
|
|
3187
|
+
},
|
|
3006
3188
|
{
|
|
3007
3189
|
"name": "nuxt-localtunnel",
|
|
3008
3190
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -3049,6 +3231,28 @@
|
|
|
3049
3231
|
"requires": {}
|
|
3050
3232
|
}
|
|
3051
3233
|
},
|
|
3234
|
+
{
|
|
3235
|
+
"name": "nuxt-mapbox",
|
|
3236
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3237
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3238
|
+
"npm": "nuxt-mapbox",
|
|
3239
|
+
"icon": "nuxt-mapbox.svg",
|
|
3240
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3241
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3242
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3243
|
+
"category": "Libraries",
|
|
3244
|
+
"type": "3rd-party",
|
|
3245
|
+
"maintainers": [
|
|
3246
|
+
{
|
|
3247
|
+
"name": "Alex Lavoie",
|
|
3248
|
+
"github": "AlexLavoie42"
|
|
3249
|
+
}
|
|
3250
|
+
],
|
|
3251
|
+
"compatibility": {
|
|
3252
|
+
"nuxt": "^3.0.0",
|
|
3253
|
+
"requires": {}
|
|
3254
|
+
}
|
|
3255
|
+
},
|
|
3052
3256
|
{
|
|
3053
3257
|
"name": "nuxt-monaco-editor",
|
|
3054
3258
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3071,6 +3275,28 @@
|
|
|
3071
3275
|
"requires": {}
|
|
3072
3276
|
}
|
|
3073
3277
|
},
|
|
3278
|
+
{
|
|
3279
|
+
"name": "nuxt-mongoose",
|
|
3280
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3281
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3282
|
+
"npm": "nuxt-mongoose",
|
|
3283
|
+
"icon": "nuxt-mongoose.svg",
|
|
3284
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3285
|
+
"website": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3286
|
+
"learn_more": "",
|
|
3287
|
+
"category": "Database",
|
|
3288
|
+
"type": "3rd-party",
|
|
3289
|
+
"maintainers": [
|
|
3290
|
+
{
|
|
3291
|
+
"name": "arashsheyda",
|
|
3292
|
+
"github": "arashsheyda"
|
|
3293
|
+
}
|
|
3294
|
+
],
|
|
3295
|
+
"compatibility": {
|
|
3296
|
+
"nuxt": "^3.0.0",
|
|
3297
|
+
"requires": {}
|
|
3298
|
+
}
|
|
3299
|
+
},
|
|
3074
3300
|
{
|
|
3075
3301
|
"name": "nuxt-pdf",
|
|
3076
3302
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3369,6 +3595,28 @@
|
|
|
3369
3595
|
"requires": {}
|
|
3370
3596
|
}
|
|
3371
3597
|
},
|
|
3598
|
+
{
|
|
3599
|
+
"name": "nuxt-vuetify",
|
|
3600
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
|
|
3601
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3602
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3603
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3604
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3605
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3606
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3607
|
+
"category": "UI",
|
|
3608
|
+
"type": "3rd-party",
|
|
3609
|
+
"maintainers": [
|
|
3610
|
+
{
|
|
3611
|
+
"name": "Jens van Hellemondt",
|
|
3612
|
+
"github": "invictus-codes"
|
|
3613
|
+
}
|
|
3614
|
+
],
|
|
3615
|
+
"compatibility": {
|
|
3616
|
+
"nuxt": "^3.0.0",
|
|
3617
|
+
"requires": {}
|
|
3618
|
+
}
|
|
3619
|
+
},
|
|
3372
3620
|
{
|
|
3373
3621
|
"name": "nuxt7",
|
|
3374
3622
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3392,6 +3640,29 @@
|
|
|
3392
3640
|
"requires": {}
|
|
3393
3641
|
}
|
|
3394
3642
|
},
|
|
3643
|
+
{
|
|
3644
|
+
"name": "nuxtlabs-ui",
|
|
3645
|
+
"description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
|
|
3646
|
+
"repo": "nuxtlabs/ui",
|
|
3647
|
+
"npm": "@nuxthq/ui",
|
|
3648
|
+
"icon": "nuxtlabs-ui.svg",
|
|
3649
|
+
"github": "https://github.com/nuxtlabs/ui",
|
|
3650
|
+
"website": "https://ui.nuxtlabs.com",
|
|
3651
|
+
"learn_more": "https://ui.nuxtlabs.com",
|
|
3652
|
+
"category": "UI",
|
|
3653
|
+
"type": "3rd-party",
|
|
3654
|
+
"maintainers": [
|
|
3655
|
+
{
|
|
3656
|
+
"name": "Benjamin Canac",
|
|
3657
|
+
"github": "benjamincanac",
|
|
3658
|
+
"twitter": "benjamincanac"
|
|
3659
|
+
}
|
|
3660
|
+
],
|
|
3661
|
+
"compatibility": {
|
|
3662
|
+
"nuxt": "^3.0.0",
|
|
3663
|
+
"requires": {}
|
|
3664
|
+
}
|
|
3665
|
+
},
|
|
3395
3666
|
{
|
|
3396
3667
|
"name": "og-image",
|
|
3397
3668
|
"description": "Easily generate dynamic social share images.",
|
|
@@ -3531,6 +3802,30 @@
|
|
|
3531
3802
|
}
|
|
3532
3803
|
}
|
|
3533
3804
|
},
|
|
3805
|
+
{
|
|
3806
|
+
"name": "pdfeasy",
|
|
3807
|
+
"description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
|
|
3808
|
+
"repo": "betterwrite/pdfeasy#main/packages/nuxt",
|
|
3809
|
+
"npm": "nuxt-pdfeasy",
|
|
3810
|
+
"icon": "pdfeasy.png",
|
|
3811
|
+
"github": "https://github.com/betterwrite/pdfeasy",
|
|
3812
|
+
"website": "https://github.com/betterwrite/pdfeasy",
|
|
3813
|
+
"learn_more": "https://github.com/betterwrite/pdfeasy",
|
|
3814
|
+
"category": "Extensions",
|
|
3815
|
+
"type": "3rd-party",
|
|
3816
|
+
"maintainers": [
|
|
3817
|
+
{
|
|
3818
|
+
"name": "Giovane Cardoso",
|
|
3819
|
+
"github": "novout",
|
|
3820
|
+
"twitter": "novoutttttt",
|
|
3821
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
3822
|
+
}
|
|
3823
|
+
],
|
|
3824
|
+
"compatibility": {
|
|
3825
|
+
"nuxt": "^3.0.0",
|
|
3826
|
+
"requires": {}
|
|
3827
|
+
}
|
|
3828
|
+
},
|
|
3534
3829
|
{
|
|
3535
3830
|
"name": "persian-datepicker",
|
|
3536
3831
|
"description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
|
|
@@ -3698,11 +3993,11 @@
|
|
|
3698
3993
|
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3699
3994
|
"repo": "artmizu/nuxt-prometheus",
|
|
3700
3995
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3701
|
-
"icon": "",
|
|
3996
|
+
"icon": "prometheus.svg",
|
|
3702
3997
|
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3703
3998
|
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3704
3999
|
"learn_more": "",
|
|
3705
|
-
"category": "
|
|
4000
|
+
"category": "Monitoring",
|
|
3706
4001
|
"type": "3rd-party",
|
|
3707
4002
|
"maintainers": [
|
|
3708
4003
|
{
|
|
@@ -3711,7 +4006,7 @@
|
|
|
3711
4006
|
}
|
|
3712
4007
|
],
|
|
3713
4008
|
"compatibility": {
|
|
3714
|
-
"nuxt": "^
|
|
4009
|
+
"nuxt": "^3.0.0",
|
|
3715
4010
|
"requires": {}
|
|
3716
4011
|
}
|
|
3717
4012
|
},
|
|
@@ -3852,6 +4147,28 @@
|
|
|
3852
4147
|
"requires": {}
|
|
3853
4148
|
}
|
|
3854
4149
|
},
|
|
4150
|
+
{
|
|
4151
|
+
"name": "quasar",
|
|
4152
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4153
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4154
|
+
"npm": "nuxt-quasar-ui",
|
|
4155
|
+
"icon": "quasar.svg",
|
|
4156
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4157
|
+
"website": "https://quasar.dev/",
|
|
4158
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4159
|
+
"category": "UI",
|
|
4160
|
+
"type": "3rd-party",
|
|
4161
|
+
"maintainers": [
|
|
4162
|
+
{
|
|
4163
|
+
"name": "Ege İliklier",
|
|
4164
|
+
"github": "Maiquu"
|
|
4165
|
+
}
|
|
4166
|
+
],
|
|
4167
|
+
"compatibility": {
|
|
4168
|
+
"nuxt": "^3.0.0",
|
|
4169
|
+
"requires": {}
|
|
4170
|
+
}
|
|
4171
|
+
},
|
|
3855
4172
|
{
|
|
3856
4173
|
"name": "recaptcha",
|
|
3857
4174
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -4400,6 +4717,28 @@
|
|
|
4400
4717
|
"requires": {}
|
|
4401
4718
|
}
|
|
4402
4719
|
},
|
|
4720
|
+
{
|
|
4721
|
+
"name": "snackbar",
|
|
4722
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4723
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4724
|
+
"npm": "nuxt-snackbar",
|
|
4725
|
+
"icon": "snackbar.png",
|
|
4726
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4727
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4728
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
4729
|
+
"category": "UI",
|
|
4730
|
+
"type": "3rd-party",
|
|
4731
|
+
"maintainers": [
|
|
4732
|
+
{
|
|
4733
|
+
"name": "modbender",
|
|
4734
|
+
"github": "modbender"
|
|
4735
|
+
}
|
|
4736
|
+
],
|
|
4737
|
+
"compatibility": {
|
|
4738
|
+
"nuxt": "^3.0.0",
|
|
4739
|
+
"requires": {}
|
|
4740
|
+
}
|
|
4741
|
+
},
|
|
4403
4742
|
{
|
|
4404
4743
|
"name": "snipcart",
|
|
4405
4744
|
"description": "Snipcart integration module for Nuxt.js",
|
|
@@ -4409,7 +4748,7 @@
|
|
|
4409
4748
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4410
4749
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4411
4750
|
"learn_more": "https://snipcart.com",
|
|
4412
|
-
"category": "
|
|
4751
|
+
"category": "Ecommerce",
|
|
4413
4752
|
"type": "community",
|
|
4414
4753
|
"maintainers": [
|
|
4415
4754
|
{
|
|
@@ -4756,7 +5095,7 @@
|
|
|
4756
5095
|
}
|
|
4757
5096
|
],
|
|
4758
5097
|
"compatibility": {
|
|
4759
|
-
"nuxt": "^2.0.0",
|
|
5098
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4760
5099
|
"requires": {}
|
|
4761
5100
|
}
|
|
4762
5101
|
},
|
|
@@ -5239,11 +5578,11 @@
|
|
|
5239
5578
|
{
|
|
5240
5579
|
"name": "unhead",
|
|
5241
5580
|
"description": "Experimental features for Nuxt SEO / head management.",
|
|
5242
|
-
"repo": "harlan-zw/nuxt-
|
|
5243
|
-
"npm": "nuxt-
|
|
5581
|
+
"repo": "harlan-zw/nuxt-seo-experiments",
|
|
5582
|
+
"npm": "nuxt-seo-experiments",
|
|
5244
5583
|
"icon": "",
|
|
5245
|
-
"github": "https://github.com/harlan-zw/nuxt-
|
|
5246
|
-
"website": "https://github.com/harlan-zw/nuxt-
|
|
5584
|
+
"github": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5585
|
+
"website": "https://github.com/harlan-zw/nuxt-seo-experiments",
|
|
5247
5586
|
"learn_more": "",
|
|
5248
5587
|
"category": "SEO",
|
|
5249
5588
|
"type": "3rd-party",
|
|
@@ -5286,6 +5625,28 @@
|
|
|
5286
5625
|
"requires": {}
|
|
5287
5626
|
}
|
|
5288
5627
|
},
|
|
5628
|
+
{
|
|
5629
|
+
"name": "unlazy",
|
|
5630
|
+
"description": "Lazy loading library for placeholder images",
|
|
5631
|
+
"repo": "johannschopplich/unlazy/packages/nuxt",
|
|
5632
|
+
"npm": "@unlazy/nuxt",
|
|
5633
|
+
"icon": "unlazy.svg",
|
|
5634
|
+
"github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
|
|
5635
|
+
"website": "https://unlazy.byjohann.dev/",
|
|
5636
|
+
"learn_more": "",
|
|
5637
|
+
"category": "Images",
|
|
5638
|
+
"type": "3rd-party",
|
|
5639
|
+
"maintainers": [
|
|
5640
|
+
{
|
|
5641
|
+
"name": "Johann Schopplich",
|
|
5642
|
+
"github": "johannschopplich"
|
|
5643
|
+
}
|
|
5644
|
+
],
|
|
5645
|
+
"compatibility": {
|
|
5646
|
+
"nuxt": "^3.0.0",
|
|
5647
|
+
"requires": {}
|
|
5648
|
+
}
|
|
5649
|
+
},
|
|
5289
5650
|
{
|
|
5290
5651
|
"name": "unlighthouse",
|
|
5291
5652
|
"description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
|
|
@@ -5338,6 +5699,29 @@
|
|
|
5338
5699
|
}
|
|
5339
5700
|
}
|
|
5340
5701
|
},
|
|
5702
|
+
{
|
|
5703
|
+
"name": "ununuracss",
|
|
5704
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
5705
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
5706
|
+
"npm": "nuxt-ununura",
|
|
5707
|
+
"icon": "ununuracss.png",
|
|
5708
|
+
"github": "https://github.com/novout/ununuracss",
|
|
5709
|
+
"website": "https://ununura.com/#/",
|
|
5710
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
5711
|
+
"category": "UI",
|
|
5712
|
+
"type": "3rd-party",
|
|
5713
|
+
"maintainers": [
|
|
5714
|
+
{
|
|
5715
|
+
"name": "Giovane Cardoso",
|
|
5716
|
+
"github": "novout",
|
|
5717
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5718
|
+
}
|
|
5719
|
+
],
|
|
5720
|
+
"compatibility": {
|
|
5721
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5722
|
+
"requires": {}
|
|
5723
|
+
}
|
|
5724
|
+
},
|
|
5341
5725
|
{
|
|
5342
5726
|
"name": "user-agent",
|
|
5343
5727
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5406,6 +5790,52 @@
|
|
|
5406
5790
|
}
|
|
5407
5791
|
}
|
|
5408
5792
|
},
|
|
5793
|
+
{
|
|
5794
|
+
"name": "varlet",
|
|
5795
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
5796
|
+
"repo": "varletjs/varlet-nuxt",
|
|
5797
|
+
"npm": "@varlet/nuxt",
|
|
5798
|
+
"icon": "varlet.svg",
|
|
5799
|
+
"github": "https://github.com/varletjs/varlet",
|
|
5800
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
5801
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
5802
|
+
"category": "UI",
|
|
5803
|
+
"type": "3rd-party",
|
|
5804
|
+
"maintainers": [
|
|
5805
|
+
{
|
|
5806
|
+
"name": "zhangmo8",
|
|
5807
|
+
"github": "zhangmo8"
|
|
5808
|
+
}
|
|
5809
|
+
],
|
|
5810
|
+
"compatibility": {
|
|
5811
|
+
"nuxt": "^3.0.0",
|
|
5812
|
+
"requires": {
|
|
5813
|
+
"bridge": "optional"
|
|
5814
|
+
}
|
|
5815
|
+
}
|
|
5816
|
+
},
|
|
5817
|
+
{
|
|
5818
|
+
"name": "vee-validate",
|
|
5819
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
5820
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
5821
|
+
"npm": "@vee-validate/nuxt",
|
|
5822
|
+
"icon": "vee-validate.png",
|
|
5823
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
5824
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
5825
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
5826
|
+
"category": "Libraries",
|
|
5827
|
+
"type": "3rd-party",
|
|
5828
|
+
"maintainers": [
|
|
5829
|
+
{
|
|
5830
|
+
"name": "Abdelrahman Awad",
|
|
5831
|
+
"github": "logaretm"
|
|
5832
|
+
}
|
|
5833
|
+
],
|
|
5834
|
+
"compatibility": {
|
|
5835
|
+
"nuxt": "^3.0.0",
|
|
5836
|
+
"requires": {}
|
|
5837
|
+
}
|
|
5838
|
+
},
|
|
5409
5839
|
{
|
|
5410
5840
|
"name": "vendor",
|
|
5411
5841
|
"description": "directly serve node_modules",
|
|
@@ -5429,6 +5859,29 @@
|
|
|
5429
5859
|
"requires": {}
|
|
5430
5860
|
}
|
|
5431
5861
|
},
|
|
5862
|
+
{
|
|
5863
|
+
"name": "vexip-ui",
|
|
5864
|
+
"description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
|
|
5865
|
+
"repo": "vexip-ui/nuxt",
|
|
5866
|
+
"npm": "@vexip-ui/nuxt",
|
|
5867
|
+
"icon": "vexip-ui.svg",
|
|
5868
|
+
"github": "https://github.com/vexip-ui/vexip-ui",
|
|
5869
|
+
"website": "https://www.vexipui.com/",
|
|
5870
|
+
"learn_more": "https://github.com/vexip-ui/nuxt",
|
|
5871
|
+
"category": "UI",
|
|
5872
|
+
"type": "3rd-party",
|
|
5873
|
+
"maintainers": [
|
|
5874
|
+
{
|
|
5875
|
+
"name": "未觉雨声",
|
|
5876
|
+
"github": "qmhc",
|
|
5877
|
+
"twitter": "qmhc95"
|
|
5878
|
+
}
|
|
5879
|
+
],
|
|
5880
|
+
"compatibility": {
|
|
5881
|
+
"nuxt": "^3.0.0",
|
|
5882
|
+
"requires": {}
|
|
5883
|
+
}
|
|
5884
|
+
},
|
|
5432
5885
|
{
|
|
5433
5886
|
"name": "vite-pwa-nuxt",
|
|
5434
5887
|
"description": "Zero-config PWA Plugin for Nuxt 3",
|
|
@@ -5762,6 +6215,29 @@
|
|
|
5762
6215
|
"requires": {}
|
|
5763
6216
|
}
|
|
5764
6217
|
},
|
|
6218
|
+
{
|
|
6219
|
+
"name": "vunix",
|
|
6220
|
+
"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.",
|
|
6221
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6222
|
+
"npm": "@vunix/nuxt",
|
|
6223
|
+
"icon": "",
|
|
6224
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6225
|
+
"website": "https://vunix.dewib.com/",
|
|
6226
|
+
"learn_more": "",
|
|
6227
|
+
"category": "UI",
|
|
6228
|
+
"type": "3rd-party",
|
|
6229
|
+
"maintainers": [
|
|
6230
|
+
{
|
|
6231
|
+
"name": "Gaetan SENN",
|
|
6232
|
+
"github": "gaetansenn",
|
|
6233
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6234
|
+
}
|
|
6235
|
+
],
|
|
6236
|
+
"compatibility": {
|
|
6237
|
+
"nuxt": "^3.0.0",
|
|
6238
|
+
"requires": {}
|
|
6239
|
+
}
|
|
6240
|
+
},
|
|
5765
6241
|
{
|
|
5766
6242
|
"name": "web-vitals",
|
|
5767
6243
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5796,29 +6272,6 @@
|
|
|
5796
6272
|
}
|
|
5797
6273
|
}
|
|
5798
6274
|
},
|
|
5799
|
-
{
|
|
5800
|
-
"name": "web3js",
|
|
5801
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5802
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5803
|
-
"npm": "nuxt-web3",
|
|
5804
|
-
"icon": "web3js.svg",
|
|
5805
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5806
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5807
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5808
|
-
"category": "Libraries",
|
|
5809
|
-
"type": "3rd-party",
|
|
5810
|
-
"maintainers": [
|
|
5811
|
-
{
|
|
5812
|
-
"name": "Muhammad Fauzan",
|
|
5813
|
-
"github": "bl0cknumber",
|
|
5814
|
-
"twitter": "fncolon"
|
|
5815
|
-
}
|
|
5816
|
-
],
|
|
5817
|
-
"compatibility": {
|
|
5818
|
-
"nuxt": "^2.0.0",
|
|
5819
|
-
"requires": {}
|
|
5820
|
-
}
|
|
5821
|
-
},
|
|
5822
6275
|
{
|
|
5823
6276
|
"name": "webfontloader",
|
|
5824
6277
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5933,6 +6386,28 @@
|
|
|
5933
6386
|
"requires": {}
|
|
5934
6387
|
}
|
|
5935
6388
|
},
|
|
6389
|
+
{
|
|
6390
|
+
"name": "well-known",
|
|
6391
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6392
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6393
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6394
|
+
"icon": "well-known.svg",
|
|
6395
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6396
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6397
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6398
|
+
"category": "SEO",
|
|
6399
|
+
"type": "3rd-party",
|
|
6400
|
+
"maintainers": [
|
|
6401
|
+
{
|
|
6402
|
+
"name": "Zadig&Voltaire Team",
|
|
6403
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6404
|
+
}
|
|
6405
|
+
],
|
|
6406
|
+
"compatibility": {
|
|
6407
|
+
"nuxt": "^3.0.0",
|
|
6408
|
+
"requires": {}
|
|
6409
|
+
}
|
|
6410
|
+
},
|
|
5936
6411
|
{
|
|
5937
6412
|
"name": "windicss",
|
|
5938
6413
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -6076,6 +6551,29 @@
|
|
|
6076
6551
|
"requires": {}
|
|
6077
6552
|
}
|
|
6078
6553
|
},
|
|
6554
|
+
{
|
|
6555
|
+
"name": "yandex-metrika-next",
|
|
6556
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
6557
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6558
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6559
|
+
"icon": "yandex-metrika.svg",
|
|
6560
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6561
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6562
|
+
"learn_more": "",
|
|
6563
|
+
"category": "Analytics",
|
|
6564
|
+
"type": "3rd-party",
|
|
6565
|
+
"maintainers": [
|
|
6566
|
+
{
|
|
6567
|
+
"name": "Aleksandr Saburov",
|
|
6568
|
+
"github": "artmizu",
|
|
6569
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6570
|
+
}
|
|
6571
|
+
],
|
|
6572
|
+
"compatibility": {
|
|
6573
|
+
"nuxt": "^3.0.0",
|
|
6574
|
+
"requires": {}
|
|
6575
|
+
}
|
|
6576
|
+
},
|
|
6079
6577
|
{
|
|
6080
6578
|
"name": "yandex-metrika",
|
|
6081
6579
|
"description": "Yandex metrika Module for Nuxt.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/modules",
|
|
3
|
-
"version": "0.6.0-
|
|
3
|
+
"version": "0.6.0-67ea79",
|
|
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
|
}
|