@nuxt/modules 0.6.0-d07bb7 → 0.6.0-d1a04a
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 +478 -67
- package/package.json +5 -5
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,29 +124,6 @@
|
|
|
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
129
|
"description": "Anime.js module for Nuxt.js",
|
|
@@ -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
|
{
|
|
@@ -281,7 +258,7 @@
|
|
|
281
258
|
}
|
|
282
259
|
],
|
|
283
260
|
"compatibility": {
|
|
284
|
-
"nuxt": "^
|
|
261
|
+
"nuxt": "^3.0.0",
|
|
285
262
|
"requires": {}
|
|
286
263
|
}
|
|
287
264
|
},
|
|
@@ -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",
|
|
@@ -664,7 +641,7 @@
|
|
|
664
641
|
"description": "Cloudflare Web Analytics Module for Nuxt",
|
|
665
642
|
"repo": "hamlogic/nuxt-cloudflare-analytics",
|
|
666
643
|
"npm": "nuxt-cloudflare-analytics",
|
|
667
|
-
"icon": "cloudflare
|
|
644
|
+
"icon": "cloudflare.svg",
|
|
668
645
|
"github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
669
646
|
"website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
670
647
|
"learn_more": "https://www.cloudflare.com/web-analytics/",
|
|
@@ -952,11 +929,11 @@
|
|
|
952
929
|
}
|
|
953
930
|
},
|
|
954
931
|
{
|
|
955
|
-
"name": "datocms",
|
|
956
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
932
|
+
"name": "datocms-nuxt2",
|
|
933
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
957
934
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
958
935
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
959
|
-
"icon": "datocms.
|
|
936
|
+
"icon": "datocms.svg",
|
|
960
937
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
961
938
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
962
939
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -973,6 +950,30 @@
|
|
|
973
950
|
"requires": {}
|
|
974
951
|
}
|
|
975
952
|
},
|
|
953
|
+
{
|
|
954
|
+
"name": "datocms",
|
|
955
|
+
"description": "DatoCMS module for Nuxt",
|
|
956
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
957
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
958
|
+
"icon": "datocms.svg",
|
|
959
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
960
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
961
|
+
"learn_more": "https://www.datocms.com/",
|
|
962
|
+
"category": "CMS",
|
|
963
|
+
"type": "3rd-party",
|
|
964
|
+
"maintainers": [
|
|
965
|
+
{
|
|
966
|
+
"name": "Jamie Warburton",
|
|
967
|
+
"github": "jamiewarb",
|
|
968
|
+
"twitter": "jamiewarb",
|
|
969
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
970
|
+
}
|
|
971
|
+
],
|
|
972
|
+
"compatibility": {
|
|
973
|
+
"nuxt": "^3.0.0",
|
|
974
|
+
"requires": {}
|
|
975
|
+
}
|
|
976
|
+
},
|
|
976
977
|
{
|
|
977
978
|
"name": "dayjs",
|
|
978
979
|
"description": "The best way for use Day.js easily in your Nuxt.js project.",
|
|
@@ -1041,6 +1042,29 @@
|
|
|
1041
1042
|
"requires": {}
|
|
1042
1043
|
}
|
|
1043
1044
|
},
|
|
1045
|
+
{
|
|
1046
|
+
"name": "devtools",
|
|
1047
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1048
|
+
"repo": "nuxt/devtools#main",
|
|
1049
|
+
"npm": "@nuxt/devtools",
|
|
1050
|
+
"icon": "nuxt.png",
|
|
1051
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1052
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1053
|
+
"learn_more": "",
|
|
1054
|
+
"category": "Devtools",
|
|
1055
|
+
"type": "official",
|
|
1056
|
+
"maintainers": [
|
|
1057
|
+
{
|
|
1058
|
+
"name": "Anthony Fu",
|
|
1059
|
+
"github": "antfu",
|
|
1060
|
+
"twitter": "antfu7"
|
|
1061
|
+
}
|
|
1062
|
+
],
|
|
1063
|
+
"compatibility": {
|
|
1064
|
+
"nuxt": "^3.0.0",
|
|
1065
|
+
"requires": {}
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
1044
1068
|
{
|
|
1045
1069
|
"name": "directus",
|
|
1046
1070
|
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
@@ -1143,6 +1167,28 @@
|
|
|
1143
1167
|
"requires": {}
|
|
1144
1168
|
}
|
|
1145
1169
|
},
|
|
1170
|
+
{
|
|
1171
|
+
"name": "electron",
|
|
1172
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1173
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1174
|
+
"npm": "nuxt-electron",
|
|
1175
|
+
"icon": "electron.svg",
|
|
1176
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1177
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1178
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1179
|
+
"category": "Extensions",
|
|
1180
|
+
"type": "3rd-party",
|
|
1181
|
+
"maintainers": [
|
|
1182
|
+
{
|
|
1183
|
+
"name": "草鞋没号",
|
|
1184
|
+
"github": "caoxiemeihao"
|
|
1185
|
+
}
|
|
1186
|
+
],
|
|
1187
|
+
"compatibility": {
|
|
1188
|
+
"nuxt": "^3.0.0",
|
|
1189
|
+
"requires": {}
|
|
1190
|
+
}
|
|
1191
|
+
},
|
|
1146
1192
|
{
|
|
1147
1193
|
"name": "element-plus",
|
|
1148
1194
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1213,7 +1259,7 @@
|
|
|
1213
1259
|
}
|
|
1214
1260
|
],
|
|
1215
1261
|
"compatibility": {
|
|
1216
|
-
"nuxt": "^2.0.0",
|
|
1262
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1217
1263
|
"requires": {}
|
|
1218
1264
|
}
|
|
1219
1265
|
},
|
|
@@ -1718,6 +1764,30 @@
|
|
|
1718
1764
|
"requires": {}
|
|
1719
1765
|
}
|
|
1720
1766
|
},
|
|
1767
|
+
{
|
|
1768
|
+
"name": "gtag",
|
|
1769
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1770
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1771
|
+
"npm": "nuxt-gtag",
|
|
1772
|
+
"icon": "gtag.svg",
|
|
1773
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1774
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1775
|
+
"learn_more": "",
|
|
1776
|
+
"category": "Analytics",
|
|
1777
|
+
"type": "3rd-party",
|
|
1778
|
+
"maintainers": [
|
|
1779
|
+
{
|
|
1780
|
+
"name": "Johann Schopplich",
|
|
1781
|
+
"github": "johannschopplich",
|
|
1782
|
+
"twitter": "jschopplich",
|
|
1783
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1784
|
+
}
|
|
1785
|
+
],
|
|
1786
|
+
"compatibility": {
|
|
1787
|
+
"nuxt": "^3.0.0",
|
|
1788
|
+
"requires": {}
|
|
1789
|
+
}
|
|
1790
|
+
},
|
|
1721
1791
|
{
|
|
1722
1792
|
"name": "gtm",
|
|
1723
1793
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -2372,7 +2442,7 @@
|
|
|
2372
2442
|
},
|
|
2373
2443
|
{
|
|
2374
2444
|
"name": "link-checker",
|
|
2375
|
-
"description": "",
|
|
2445
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2376
2446
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2377
2447
|
"npm": "nuxt-link-checker",
|
|
2378
2448
|
"icon": "",
|
|
@@ -2602,6 +2672,31 @@
|
|
|
2602
2672
|
"requires": {}
|
|
2603
2673
|
}
|
|
2604
2674
|
},
|
|
2675
|
+
{
|
|
2676
|
+
"name": "medusa",
|
|
2677
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2678
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2679
|
+
"npm": "nuxt-medusa",
|
|
2680
|
+
"icon": "medusa.svg",
|
|
2681
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2682
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2683
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2684
|
+
"category": "Ecommerce",
|
|
2685
|
+
"type": "3rd-party",
|
|
2686
|
+
"maintainers": [
|
|
2687
|
+
{
|
|
2688
|
+
"name": "Jakub Andrzejewski",
|
|
2689
|
+
"github": "Baroshem",
|
|
2690
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2691
|
+
}
|
|
2692
|
+
],
|
|
2693
|
+
"compatibility": {
|
|
2694
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2695
|
+
"requires": {
|
|
2696
|
+
"bridge": true
|
|
2697
|
+
}
|
|
2698
|
+
}
|
|
2699
|
+
},
|
|
2605
2700
|
{
|
|
2606
2701
|
"name": "meilisearch",
|
|
2607
2702
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2671,6 +2766,29 @@
|
|
|
2671
2766
|
"requires": {}
|
|
2672
2767
|
}
|
|
2673
2768
|
},
|
|
2769
|
+
{
|
|
2770
|
+
"name": "module-feed",
|
|
2771
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
2772
|
+
"repo": "tresko/nuxt-module-feed",
|
|
2773
|
+
"npm": "nuxt-module-feed",
|
|
2774
|
+
"icon": "",
|
|
2775
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
2776
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
2777
|
+
"learn_more": "",
|
|
2778
|
+
"category": "SEO",
|
|
2779
|
+
"type": "3rd-party",
|
|
2780
|
+
"maintainers": [
|
|
2781
|
+
{
|
|
2782
|
+
"name": "Miha Sedej",
|
|
2783
|
+
"github": "tresko",
|
|
2784
|
+
"twitter": "mihasedej"
|
|
2785
|
+
}
|
|
2786
|
+
],
|
|
2787
|
+
"compatibility": {
|
|
2788
|
+
"nuxt": "^3.0.0",
|
|
2789
|
+
"requires": {}
|
|
2790
|
+
}
|
|
2791
|
+
},
|
|
2674
2792
|
{
|
|
2675
2793
|
"name": "moment",
|
|
2676
2794
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2881,6 +2999,28 @@
|
|
|
2881
2999
|
"requires": {}
|
|
2882
3000
|
}
|
|
2883
3001
|
},
|
|
3002
|
+
{
|
|
3003
|
+
"name": "nuxt-chatgpt",
|
|
3004
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3005
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3006
|
+
"npm": "nuxt-chatgpt",
|
|
3007
|
+
"icon": "chatgpt.svg",
|
|
3008
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3009
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3010
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3011
|
+
"category": "Libraries",
|
|
3012
|
+
"type": "3rd-party",
|
|
3013
|
+
"maintainers": [
|
|
3014
|
+
{
|
|
3015
|
+
"name": "Oliver Trajceski",
|
|
3016
|
+
"github": "schnapsterdog"
|
|
3017
|
+
}
|
|
3018
|
+
],
|
|
3019
|
+
"compatibility": {
|
|
3020
|
+
"nuxt": "^3.0.0",
|
|
3021
|
+
"requires": {}
|
|
3022
|
+
}
|
|
3023
|
+
},
|
|
2884
3024
|
{
|
|
2885
3025
|
"name": "nuxt-graphql-middleware",
|
|
2886
3026
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3002,6 +3142,28 @@
|
|
|
3002
3142
|
"requires": {}
|
|
3003
3143
|
}
|
|
3004
3144
|
},
|
|
3145
|
+
{
|
|
3146
|
+
"name": "nuxt-mapbox",
|
|
3147
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3148
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3149
|
+
"npm": "nuxt-mapbox",
|
|
3150
|
+
"icon": "nuxt-mapbox.svg",
|
|
3151
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3152
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3153
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3154
|
+
"category": "Libraries",
|
|
3155
|
+
"type": "3rd-party",
|
|
3156
|
+
"maintainers": [
|
|
3157
|
+
{
|
|
3158
|
+
"name": "Alex Lavoie",
|
|
3159
|
+
"github": "AlexLavoie42"
|
|
3160
|
+
}
|
|
3161
|
+
],
|
|
3162
|
+
"compatibility": {
|
|
3163
|
+
"nuxt": "^3.0.0",
|
|
3164
|
+
"requires": {}
|
|
3165
|
+
}
|
|
3166
|
+
},
|
|
3005
3167
|
{
|
|
3006
3168
|
"name": "nuxt-monaco-editor",
|
|
3007
3169
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3024,6 +3186,28 @@
|
|
|
3024
3186
|
"requires": {}
|
|
3025
3187
|
}
|
|
3026
3188
|
},
|
|
3189
|
+
{
|
|
3190
|
+
"name": "nuxt-mongoose",
|
|
3191
|
+
"description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
|
|
3192
|
+
"repo": "arashsheyda/nuxt-mongoose",
|
|
3193
|
+
"npm": "nuxt-mongoose",
|
|
3194
|
+
"icon": "",
|
|
3195
|
+
"github": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3196
|
+
"website": "https://github.com/arashsheyda/nuxt-mongoose",
|
|
3197
|
+
"learn_more": "",
|
|
3198
|
+
"category": "Database",
|
|
3199
|
+
"type": "3rd-party",
|
|
3200
|
+
"maintainers": [
|
|
3201
|
+
{
|
|
3202
|
+
"name": "arashsheyda",
|
|
3203
|
+
"github": "arashsheyda"
|
|
3204
|
+
}
|
|
3205
|
+
],
|
|
3206
|
+
"compatibility": {
|
|
3207
|
+
"nuxt": "^3.0.0",
|
|
3208
|
+
"requires": {}
|
|
3209
|
+
}
|
|
3210
|
+
},
|
|
3027
3211
|
{
|
|
3028
3212
|
"name": "nuxt-pdf",
|
|
3029
3213
|
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
@@ -3322,6 +3506,28 @@
|
|
|
3322
3506
|
"requires": {}
|
|
3323
3507
|
}
|
|
3324
3508
|
},
|
|
3509
|
+
{
|
|
3510
|
+
"name": "nuxt-vuetify",
|
|
3511
|
+
"description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
|
|
3512
|
+
"repo": "invictus-codes/nuxt-vuetify",
|
|
3513
|
+
"npm": "@invictus.codes/nuxt-vuetify",
|
|
3514
|
+
"icon": "vuetify-logo-v3-dark.svg",
|
|
3515
|
+
"github": "https://github.com/invictus-codes/nuxt-vuetify",
|
|
3516
|
+
"website": "https://invictus-codes.github.io/nuxt-vuetify/",
|
|
3517
|
+
"learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
|
|
3518
|
+
"category": "UI",
|
|
3519
|
+
"type": "3rd-party",
|
|
3520
|
+
"maintainers": [
|
|
3521
|
+
{
|
|
3522
|
+
"name": "Jens van Hellemondt",
|
|
3523
|
+
"github": "invictus-codes"
|
|
3524
|
+
}
|
|
3525
|
+
],
|
|
3526
|
+
"compatibility": {
|
|
3527
|
+
"nuxt": "^3.0.0",
|
|
3528
|
+
"requires": {}
|
|
3529
|
+
}
|
|
3530
|
+
},
|
|
3325
3531
|
{
|
|
3326
3532
|
"name": "nuxt7",
|
|
3327
3533
|
"description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
|
|
@@ -3651,11 +3857,11 @@
|
|
|
3651
3857
|
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3652
3858
|
"repo": "artmizu/nuxt-prometheus",
|
|
3653
3859
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3654
|
-
"icon": "",
|
|
3860
|
+
"icon": "prometheus.svg",
|
|
3655
3861
|
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3656
3862
|
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3657
3863
|
"learn_more": "",
|
|
3658
|
-
"category": "
|
|
3864
|
+
"category": "Monitoring",
|
|
3659
3865
|
"type": "3rd-party",
|
|
3660
3866
|
"maintainers": [
|
|
3661
3867
|
{
|
|
@@ -3664,7 +3870,7 @@
|
|
|
3664
3870
|
}
|
|
3665
3871
|
],
|
|
3666
3872
|
"compatibility": {
|
|
3667
|
-
"nuxt": "^
|
|
3873
|
+
"nuxt": "^3.0.0",
|
|
3668
3874
|
"requires": {}
|
|
3669
3875
|
}
|
|
3670
3876
|
},
|
|
@@ -3805,6 +4011,28 @@
|
|
|
3805
4011
|
"requires": {}
|
|
3806
4012
|
}
|
|
3807
4013
|
},
|
|
4014
|
+
{
|
|
4015
|
+
"name": "quasar",
|
|
4016
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
4017
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
4018
|
+
"npm": "nuxt-quasar-ui",
|
|
4019
|
+
"icon": "quasar.svg",
|
|
4020
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
4021
|
+
"website": "https://quasar.dev/",
|
|
4022
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4023
|
+
"category": "UI",
|
|
4024
|
+
"type": "3rd-party",
|
|
4025
|
+
"maintainers": [
|
|
4026
|
+
{
|
|
4027
|
+
"name": "Ege İliklier",
|
|
4028
|
+
"github": "Maiquu"
|
|
4029
|
+
}
|
|
4030
|
+
],
|
|
4031
|
+
"compatibility": {
|
|
4032
|
+
"nuxt": "^3.0.0",
|
|
4033
|
+
"requires": {}
|
|
4034
|
+
}
|
|
4035
|
+
},
|
|
3808
4036
|
{
|
|
3809
4037
|
"name": "recaptcha",
|
|
3810
4038
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -4105,8 +4333,8 @@
|
|
|
4105
4333
|
{
|
|
4106
4334
|
"name": "seo-kit",
|
|
4107
4335
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
4108
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4109
|
-
"npm": "nuxt-seo-kit
|
|
4336
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4337
|
+
"npm": "nuxt-seo-kit",
|
|
4110
4338
|
"icon": "seo-kit.svg",
|
|
4111
4339
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4112
4340
|
"website": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4353,16 +4581,38 @@
|
|
|
4353
4581
|
"requires": {}
|
|
4354
4582
|
}
|
|
4355
4583
|
},
|
|
4584
|
+
{
|
|
4585
|
+
"name": "snackbar",
|
|
4586
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4587
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4588
|
+
"npm": "nuxt-snackbar",
|
|
4589
|
+
"icon": "snackbar.png",
|
|
4590
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4591
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4592
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
4593
|
+
"category": "UI",
|
|
4594
|
+
"type": "3rd-party",
|
|
4595
|
+
"maintainers": [
|
|
4596
|
+
{
|
|
4597
|
+
"name": "modbender",
|
|
4598
|
+
"github": "modbender"
|
|
4599
|
+
}
|
|
4600
|
+
],
|
|
4601
|
+
"compatibility": {
|
|
4602
|
+
"nuxt": "^3.0.0",
|
|
4603
|
+
"requires": {}
|
|
4604
|
+
}
|
|
4605
|
+
},
|
|
4356
4606
|
{
|
|
4357
4607
|
"name": "snipcart",
|
|
4358
4608
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4359
|
-
"repo": "nuxt-modules/snipcart
|
|
4609
|
+
"repo": "nuxt-modules/snipcart",
|
|
4360
4610
|
"npm": "@nuxtjs/snipcart",
|
|
4361
4611
|
"icon": "snipcart.png",
|
|
4362
4612
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4363
4613
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4364
4614
|
"learn_more": "https://snipcart.com",
|
|
4365
|
-
"category": "
|
|
4615
|
+
"category": "Ecommerce",
|
|
4366
4616
|
"type": "community",
|
|
4367
4617
|
"maintainers": [
|
|
4368
4618
|
{
|
|
@@ -4709,7 +4959,7 @@
|
|
|
4709
4959
|
}
|
|
4710
4960
|
],
|
|
4711
4961
|
"compatibility": {
|
|
4712
|
-
"nuxt": "^2.0.0",
|
|
4962
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4713
4963
|
"requires": {}
|
|
4714
4964
|
}
|
|
4715
4965
|
},
|
|
@@ -4880,6 +5130,29 @@
|
|
|
4880
5130
|
"requires": {}
|
|
4881
5131
|
}
|
|
4882
5132
|
},
|
|
5133
|
+
{
|
|
5134
|
+
"name": "tailvue",
|
|
5135
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
5136
|
+
"repo": "fumeapp/tailvue",
|
|
5137
|
+
"npm": "tailvue",
|
|
5138
|
+
"icon": "tailvue.jpg",
|
|
5139
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
5140
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
5141
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
5142
|
+
"category": "UI",
|
|
5143
|
+
"type": "3rd-party",
|
|
5144
|
+
"maintainers": [
|
|
5145
|
+
{
|
|
5146
|
+
"name": "Kevin Olson",
|
|
5147
|
+
"github": "acidjazz",
|
|
5148
|
+
"twitter": "AppFume"
|
|
5149
|
+
}
|
|
5150
|
+
],
|
|
5151
|
+
"compatibility": {
|
|
5152
|
+
"nuxt": "^3.0.0",
|
|
5153
|
+
"requires": {}
|
|
5154
|
+
}
|
|
5155
|
+
},
|
|
4883
5156
|
{
|
|
4884
5157
|
"name": "tailwindcss",
|
|
4885
5158
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -5268,6 +5541,29 @@
|
|
|
5268
5541
|
}
|
|
5269
5542
|
}
|
|
5270
5543
|
},
|
|
5544
|
+
{
|
|
5545
|
+
"name": "ununuracss",
|
|
5546
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
5547
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
5548
|
+
"npm": "nuxt-ununura",
|
|
5549
|
+
"icon": "ununuracss.png",
|
|
5550
|
+
"github": "https://github.com/novout/ununuracss",
|
|
5551
|
+
"website": "https://ununura.com/#/",
|
|
5552
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
5553
|
+
"category": "UI",
|
|
5554
|
+
"type": "3rd-party",
|
|
5555
|
+
"maintainers": [
|
|
5556
|
+
{
|
|
5557
|
+
"name": "Giovane Cardoso",
|
|
5558
|
+
"github": "novout",
|
|
5559
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5560
|
+
}
|
|
5561
|
+
],
|
|
5562
|
+
"compatibility": {
|
|
5563
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5564
|
+
"requires": {}
|
|
5565
|
+
}
|
|
5566
|
+
},
|
|
5271
5567
|
{
|
|
5272
5568
|
"name": "user-agent",
|
|
5273
5569
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5312,6 +5608,76 @@
|
|
|
5312
5608
|
"requires": {}
|
|
5313
5609
|
}
|
|
5314
5610
|
},
|
|
5611
|
+
{
|
|
5612
|
+
"name": "vant",
|
|
5613
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
5614
|
+
"repo": "vant-ui/vant-nuxt",
|
|
5615
|
+
"npm": "@vant/nuxt",
|
|
5616
|
+
"icon": "vant.png",
|
|
5617
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
5618
|
+
"website": "https://vant-ui.github.io/vant",
|
|
5619
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
5620
|
+
"category": "UI",
|
|
5621
|
+
"type": "3rd-party",
|
|
5622
|
+
"maintainers": [
|
|
5623
|
+
{
|
|
5624
|
+
"name": "tolking",
|
|
5625
|
+
"github": "tolking"
|
|
5626
|
+
}
|
|
5627
|
+
],
|
|
5628
|
+
"compatibility": {
|
|
5629
|
+
"nuxt": "^3.0.0",
|
|
5630
|
+
"requires": {
|
|
5631
|
+
"bridge": "optional"
|
|
5632
|
+
}
|
|
5633
|
+
}
|
|
5634
|
+
},
|
|
5635
|
+
{
|
|
5636
|
+
"name": "varlet",
|
|
5637
|
+
"description": "A Material design mobile component library developed based on Vue3",
|
|
5638
|
+
"repo": "varletjs/varlet-nuxt",
|
|
5639
|
+
"npm": "@varlet/nuxt",
|
|
5640
|
+
"icon": "varlet.svg",
|
|
5641
|
+
"github": "https://github.com/varletjs/varlet",
|
|
5642
|
+
"website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
|
|
5643
|
+
"learn_more": "https://github.com/varletjs/varlet-nuxt",
|
|
5644
|
+
"category": "UI",
|
|
5645
|
+
"type": "3rd-party",
|
|
5646
|
+
"maintainers": [
|
|
5647
|
+
{
|
|
5648
|
+
"name": "zhangmo8",
|
|
5649
|
+
"github": "zhangmo8"
|
|
5650
|
+
}
|
|
5651
|
+
],
|
|
5652
|
+
"compatibility": {
|
|
5653
|
+
"nuxt": "^3.0.0",
|
|
5654
|
+
"requires": {
|
|
5655
|
+
"bridge": "optional"
|
|
5656
|
+
}
|
|
5657
|
+
}
|
|
5658
|
+
},
|
|
5659
|
+
{
|
|
5660
|
+
"name": "vee-validate",
|
|
5661
|
+
"description": "Painless Vue forms for Nuxt.js",
|
|
5662
|
+
"repo": "logaretm/vee-validate#main/packages/nuxt",
|
|
5663
|
+
"npm": "@vee-validate/nuxt",
|
|
5664
|
+
"icon": "vee-validate.png",
|
|
5665
|
+
"github": "https://github.com/logaretm/vee-validate/",
|
|
5666
|
+
"website": "https://vee-validate.logaretm.com/v4/",
|
|
5667
|
+
"learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
|
|
5668
|
+
"category": "Libraries",
|
|
5669
|
+
"type": "3rd-party",
|
|
5670
|
+
"maintainers": [
|
|
5671
|
+
{
|
|
5672
|
+
"name": "Abdelrahman Awad",
|
|
5673
|
+
"github": "logaretm"
|
|
5674
|
+
}
|
|
5675
|
+
],
|
|
5676
|
+
"compatibility": {
|
|
5677
|
+
"nuxt": "^3.0.0",
|
|
5678
|
+
"requires": {}
|
|
5679
|
+
}
|
|
5680
|
+
},
|
|
5315
5681
|
{
|
|
5316
5682
|
"name": "vendor",
|
|
5317
5683
|
"description": "directly serve node_modules",
|
|
@@ -5668,6 +6034,29 @@
|
|
|
5668
6034
|
"requires": {}
|
|
5669
6035
|
}
|
|
5670
6036
|
},
|
|
6037
|
+
{
|
|
6038
|
+
"name": "vunix",
|
|
6039
|
+
"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.",
|
|
6040
|
+
"repo": "gaetansenn/vunix#main/packages/nuxt",
|
|
6041
|
+
"npm": "@vunix/nuxt",
|
|
6042
|
+
"icon": "",
|
|
6043
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
6044
|
+
"website": "https://vunix.dewib.com/",
|
|
6045
|
+
"learn_more": "",
|
|
6046
|
+
"category": "UI",
|
|
6047
|
+
"type": "3rd-party",
|
|
6048
|
+
"maintainers": [
|
|
6049
|
+
{
|
|
6050
|
+
"name": "Gaetan SENN",
|
|
6051
|
+
"github": "gaetansenn",
|
|
6052
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
6053
|
+
}
|
|
6054
|
+
],
|
|
6055
|
+
"compatibility": {
|
|
6056
|
+
"nuxt": "^3.0.0",
|
|
6057
|
+
"requires": {}
|
|
6058
|
+
}
|
|
6059
|
+
},
|
|
5671
6060
|
{
|
|
5672
6061
|
"name": "web-vitals",
|
|
5673
6062
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5702,29 +6091,6 @@
|
|
|
5702
6091
|
}
|
|
5703
6092
|
}
|
|
5704
6093
|
},
|
|
5705
|
-
{
|
|
5706
|
-
"name": "web3js",
|
|
5707
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5708
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5709
|
-
"npm": "nuxt-web3",
|
|
5710
|
-
"icon": "web3js.svg",
|
|
5711
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5712
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5713
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5714
|
-
"category": "Libraries",
|
|
5715
|
-
"type": "3rd-party",
|
|
5716
|
-
"maintainers": [
|
|
5717
|
-
{
|
|
5718
|
-
"name": "Muhammad Fauzan",
|
|
5719
|
-
"github": "bl0cknumber",
|
|
5720
|
-
"twitter": "fncolon"
|
|
5721
|
-
}
|
|
5722
|
-
],
|
|
5723
|
-
"compatibility": {
|
|
5724
|
-
"nuxt": "^2.0.0",
|
|
5725
|
-
"requires": {}
|
|
5726
|
-
}
|
|
5727
|
-
},
|
|
5728
6094
|
{
|
|
5729
6095
|
"name": "webfontloader",
|
|
5730
6096
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5839,6 +6205,28 @@
|
|
|
5839
6205
|
"requires": {}
|
|
5840
6206
|
}
|
|
5841
6207
|
},
|
|
6208
|
+
{
|
|
6209
|
+
"name": "well-known",
|
|
6210
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6211
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6212
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6213
|
+
"icon": "well-known.svg",
|
|
6214
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6215
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6216
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6217
|
+
"category": "SEO",
|
|
6218
|
+
"type": "3rd-party",
|
|
6219
|
+
"maintainers": [
|
|
6220
|
+
{
|
|
6221
|
+
"name": "Zadig&Voltaire Team",
|
|
6222
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6223
|
+
}
|
|
6224
|
+
],
|
|
6225
|
+
"compatibility": {
|
|
6226
|
+
"nuxt": "^3.0.0",
|
|
6227
|
+
"requires": {}
|
|
6228
|
+
}
|
|
6229
|
+
},
|
|
5842
6230
|
{
|
|
5843
6231
|
"name": "windicss",
|
|
5844
6232
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -5982,6 +6370,29 @@
|
|
|
5982
6370
|
"requires": {}
|
|
5983
6371
|
}
|
|
5984
6372
|
},
|
|
6373
|
+
{
|
|
6374
|
+
"name": "yandex-metrika-next",
|
|
6375
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
6376
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6377
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6378
|
+
"icon": "yandex-metrika.svg",
|
|
6379
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6380
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6381
|
+
"learn_more": "",
|
|
6382
|
+
"category": "Analytics",
|
|
6383
|
+
"type": "3rd-party",
|
|
6384
|
+
"maintainers": [
|
|
6385
|
+
{
|
|
6386
|
+
"name": "Aleksandr Saburov",
|
|
6387
|
+
"github": "artmizu",
|
|
6388
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6389
|
+
}
|
|
6390
|
+
],
|
|
6391
|
+
"compatibility": {
|
|
6392
|
+
"nuxt": "^3.0.0",
|
|
6393
|
+
"requires": {}
|
|
6394
|
+
}
|
|
6395
|
+
},
|
|
5985
6396
|
{
|
|
5986
6397
|
"name": "yandex-metrika",
|
|
5987
6398
|
"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-d1a04a",
|
|
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.
|
|
22
|
+
"@types/node": "^18.14.0",
|
|
23
23
|
"defu": "^6.1.1",
|
|
24
|
-
"eslint": "^8.
|
|
24
|
+
"eslint": "^8.34.0",
|
|
25
25
|
"globby": "^13.1.3",
|
|
26
26
|
"hasha": "^5.2.2",
|
|
27
|
-
"jiti": "^1.
|
|
27
|
+
"jiti": "^1.17.1",
|
|
28
28
|
"js-yaml": "^4.1.0",
|
|
29
29
|
"ofetch": "^1.0.0",
|
|
30
30
|
"typescript": "^4.9.4"
|
|
31
31
|
},
|
|
32
|
-
"packageManager": "pnpm@7.
|
|
32
|
+
"packageManager": "pnpm@7.27.1"
|
|
33
33
|
}
|