@nuxt/modules 0.6.0-ed87ea → 0.6.0-ee2ca8
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 +416 -73
- 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
|
@@ -1,4 +1,26 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"name": "Vunix",
|
|
4
|
+
"description": "",
|
|
5
|
+
"repo": "gaetansenn/vunix",
|
|
6
|
+
"npm": "vunix",
|
|
7
|
+
"icon": "",
|
|
8
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
9
|
+
"website": "https://github.com/gaetansenn/vunix",
|
|
10
|
+
"learn_more": "",
|
|
11
|
+
"category": "Devtools",
|
|
12
|
+
"type": "3rd-party",
|
|
13
|
+
"maintainers": [
|
|
14
|
+
{
|
|
15
|
+
"name": "gaetansenn",
|
|
16
|
+
"github": "gaetansenn"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"compatibility": {
|
|
20
|
+
"nuxt": "^2.0.0",
|
|
21
|
+
"requires": {}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
2
24
|
{
|
|
3
25
|
"name": "ackee",
|
|
4
26
|
"description": "Nuxt.js module for Ackee analytics",
|
|
@@ -124,29 +146,6 @@
|
|
|
124
146
|
"requires": {}
|
|
125
147
|
}
|
|
126
148
|
},
|
|
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
149
|
{
|
|
151
150
|
"name": "animejs",
|
|
152
151
|
"description": "Anime.js module for Nuxt.js",
|
|
@@ -176,7 +175,7 @@
|
|
|
176
175
|
"npm": "nuxt-api-party",
|
|
177
176
|
"icon": "api-party.svg",
|
|
178
177
|
"github": "https://github.com/johannschopplich/nuxt-api-party",
|
|
179
|
-
"website": "https://
|
|
178
|
+
"website": "https://nuxt-api-party.jhnn.dev/",
|
|
180
179
|
"learn_more": "",
|
|
181
180
|
"category": "Request",
|
|
182
181
|
"type": "3rd-party",
|
|
@@ -272,7 +271,7 @@
|
|
|
272
271
|
"github": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
273
272
|
"website": "https://github.com/Hrdtr/nuxt-appwrite",
|
|
274
273
|
"learn_more": "",
|
|
275
|
-
"category": "
|
|
274
|
+
"category": "Database",
|
|
276
275
|
"type": "3rd-party",
|
|
277
276
|
"maintainers": [
|
|
278
277
|
{
|
|
@@ -281,7 +280,7 @@
|
|
|
281
280
|
}
|
|
282
281
|
],
|
|
283
282
|
"compatibility": {
|
|
284
|
-
"nuxt": "^
|
|
283
|
+
"nuxt": "^3.0.0",
|
|
285
284
|
"requires": {}
|
|
286
285
|
}
|
|
287
286
|
},
|
|
@@ -574,11 +573,11 @@
|
|
|
574
573
|
{
|
|
575
574
|
"name": "chatwoot",
|
|
576
575
|
"description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
|
|
577
|
-
"repo": "
|
|
578
|
-
"npm": "@
|
|
576
|
+
"repo": "productdevbookcom/chatwoot",
|
|
577
|
+
"npm": "@productdevbook/chatwoot",
|
|
579
578
|
"icon": "chatwoot.png",
|
|
580
|
-
"github": "https://github.com/
|
|
581
|
-
"website": "https://github.com/
|
|
579
|
+
"github": "https://github.com/productdevbookcom/chatwoot",
|
|
580
|
+
"website": "https://github.com/productdevbookcom/chatwoot",
|
|
582
581
|
"learn_more": "https://www.chatwoot.com",
|
|
583
582
|
"category": "Libraries",
|
|
584
583
|
"type": "3rd-party",
|
|
@@ -664,7 +663,7 @@
|
|
|
664
663
|
"description": "Cloudflare Web Analytics Module for Nuxt",
|
|
665
664
|
"repo": "hamlogic/nuxt-cloudflare-analytics",
|
|
666
665
|
"npm": "nuxt-cloudflare-analytics",
|
|
667
|
-
"icon": "cloudflare
|
|
666
|
+
"icon": "cloudflare.svg",
|
|
668
667
|
"github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
669
668
|
"website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
670
669
|
"learn_more": "https://www.cloudflare.com/web-analytics/",
|
|
@@ -952,11 +951,11 @@
|
|
|
952
951
|
}
|
|
953
952
|
},
|
|
954
953
|
{
|
|
955
|
-
"name": "datocms",
|
|
956
|
-
"description": "DatoCMS integration for Nuxt.js",
|
|
954
|
+
"name": "datocms-nuxt2",
|
|
955
|
+
"description": "DatoCMS integration for Nuxt.js v2",
|
|
957
956
|
"repo": "voorhoede/nuxt-datocms-module",
|
|
958
957
|
"npm": "@voorhoede/nuxt-datocms-module",
|
|
959
|
-
"icon": "datocms.
|
|
958
|
+
"icon": "datocms.svg",
|
|
960
959
|
"github": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
961
960
|
"website": "https://github.com/voorhoede/nuxt-datocms-module",
|
|
962
961
|
"learn_more": "https://www.datocms.com/",
|
|
@@ -973,6 +972,30 @@
|
|
|
973
972
|
"requires": {}
|
|
974
973
|
}
|
|
975
974
|
},
|
|
975
|
+
{
|
|
976
|
+
"name": "datocms",
|
|
977
|
+
"description": "DatoCMS module for Nuxt",
|
|
978
|
+
"repo": "hex-digital/nuxt-datocms",
|
|
979
|
+
"npm": "@hexdigital/nuxt-datocms",
|
|
980
|
+
"icon": "datocms.svg",
|
|
981
|
+
"github": "https://github.com/hex-digital/nuxt-datocms",
|
|
982
|
+
"website": "https://github.com/hex-digital/nuxt-datocms#readme",
|
|
983
|
+
"learn_more": "https://www.datocms.com/",
|
|
984
|
+
"category": "CMS",
|
|
985
|
+
"type": "3rd-party",
|
|
986
|
+
"maintainers": [
|
|
987
|
+
{
|
|
988
|
+
"name": "Jamie Warburton",
|
|
989
|
+
"github": "jamiewarb",
|
|
990
|
+
"twitter": "jamiewarb",
|
|
991
|
+
"avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
|
|
992
|
+
}
|
|
993
|
+
],
|
|
994
|
+
"compatibility": {
|
|
995
|
+
"nuxt": "^3.0.0",
|
|
996
|
+
"requires": {}
|
|
997
|
+
}
|
|
998
|
+
},
|
|
976
999
|
{
|
|
977
1000
|
"name": "dayjs",
|
|
978
1001
|
"description": "The best way for use Day.js easily in your Nuxt.js project.",
|
|
@@ -1041,6 +1064,29 @@
|
|
|
1041
1064
|
"requires": {}
|
|
1042
1065
|
}
|
|
1043
1066
|
},
|
|
1067
|
+
{
|
|
1068
|
+
"name": "devtools",
|
|
1069
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1070
|
+
"repo": "nuxt/devtools#main",
|
|
1071
|
+
"npm": "@nuxt/devtools",
|
|
1072
|
+
"icon": "nuxt.png",
|
|
1073
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1074
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1075
|
+
"learn_more": "",
|
|
1076
|
+
"category": "Devtools",
|
|
1077
|
+
"type": "official",
|
|
1078
|
+
"maintainers": [
|
|
1079
|
+
{
|
|
1080
|
+
"name": "Anthony Fu",
|
|
1081
|
+
"github": "antfu",
|
|
1082
|
+
"twitter": "antfu7"
|
|
1083
|
+
}
|
|
1084
|
+
],
|
|
1085
|
+
"compatibility": {
|
|
1086
|
+
"nuxt": "^3.0.0",
|
|
1087
|
+
"requires": {}
|
|
1088
|
+
}
|
|
1089
|
+
},
|
|
1044
1090
|
{
|
|
1045
1091
|
"name": "directus",
|
|
1046
1092
|
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
@@ -1143,6 +1189,28 @@
|
|
|
1143
1189
|
"requires": {}
|
|
1144
1190
|
}
|
|
1145
1191
|
},
|
|
1192
|
+
{
|
|
1193
|
+
"name": "electron",
|
|
1194
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1195
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1196
|
+
"npm": "nuxt-electron",
|
|
1197
|
+
"icon": "electron.svg",
|
|
1198
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1199
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1200
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1201
|
+
"category": "Extensions",
|
|
1202
|
+
"type": "3rd-party",
|
|
1203
|
+
"maintainers": [
|
|
1204
|
+
{
|
|
1205
|
+
"name": "草鞋没号",
|
|
1206
|
+
"github": "caoxiemeihao"
|
|
1207
|
+
}
|
|
1208
|
+
],
|
|
1209
|
+
"compatibility": {
|
|
1210
|
+
"nuxt": "^3.0.0",
|
|
1211
|
+
"requires": {}
|
|
1212
|
+
}
|
|
1213
|
+
},
|
|
1146
1214
|
{
|
|
1147
1215
|
"name": "element-plus",
|
|
1148
1216
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1213,7 +1281,7 @@
|
|
|
1213
1281
|
}
|
|
1214
1282
|
],
|
|
1215
1283
|
"compatibility": {
|
|
1216
|
-
"nuxt": "^2.0.0",
|
|
1284
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1217
1285
|
"requires": {}
|
|
1218
1286
|
}
|
|
1219
1287
|
},
|
|
@@ -1718,6 +1786,30 @@
|
|
|
1718
1786
|
"requires": {}
|
|
1719
1787
|
}
|
|
1720
1788
|
},
|
|
1789
|
+
{
|
|
1790
|
+
"name": "gtag",
|
|
1791
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1792
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1793
|
+
"npm": "nuxt-gtag",
|
|
1794
|
+
"icon": "gtag.svg",
|
|
1795
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1796
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1797
|
+
"learn_more": "",
|
|
1798
|
+
"category": "Analytics",
|
|
1799
|
+
"type": "3rd-party",
|
|
1800
|
+
"maintainers": [
|
|
1801
|
+
{
|
|
1802
|
+
"name": "Johann Schopplich",
|
|
1803
|
+
"github": "johannschopplich",
|
|
1804
|
+
"twitter": "jschopplich",
|
|
1805
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1806
|
+
}
|
|
1807
|
+
],
|
|
1808
|
+
"compatibility": {
|
|
1809
|
+
"nuxt": "^3.0.0",
|
|
1810
|
+
"requires": {}
|
|
1811
|
+
}
|
|
1812
|
+
},
|
|
1721
1813
|
{
|
|
1722
1814
|
"name": "gtm",
|
|
1723
1815
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -2372,7 +2464,7 @@
|
|
|
2372
2464
|
},
|
|
2373
2465
|
{
|
|
2374
2466
|
"name": "link-checker",
|
|
2375
|
-
"description": "",
|
|
2467
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2376
2468
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2377
2469
|
"npm": "nuxt-link-checker",
|
|
2378
2470
|
"icon": "",
|
|
@@ -2602,6 +2694,31 @@
|
|
|
2602
2694
|
"requires": {}
|
|
2603
2695
|
}
|
|
2604
2696
|
},
|
|
2697
|
+
{
|
|
2698
|
+
"name": "medusa",
|
|
2699
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2700
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2701
|
+
"npm": "nuxt-medusa",
|
|
2702
|
+
"icon": "medusa.svg",
|
|
2703
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2704
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2705
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2706
|
+
"category": "Ecommerce",
|
|
2707
|
+
"type": "3rd-party",
|
|
2708
|
+
"maintainers": [
|
|
2709
|
+
{
|
|
2710
|
+
"name": "Jakub Andrzejewski",
|
|
2711
|
+
"github": "Baroshem",
|
|
2712
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2713
|
+
}
|
|
2714
|
+
],
|
|
2715
|
+
"compatibility": {
|
|
2716
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2717
|
+
"requires": {
|
|
2718
|
+
"bridge": true
|
|
2719
|
+
}
|
|
2720
|
+
}
|
|
2721
|
+
},
|
|
2605
2722
|
{
|
|
2606
2723
|
"name": "meilisearch",
|
|
2607
2724
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2671,6 +2788,29 @@
|
|
|
2671
2788
|
"requires": {}
|
|
2672
2789
|
}
|
|
2673
2790
|
},
|
|
2791
|
+
{
|
|
2792
|
+
"name": "module-feed",
|
|
2793
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
2794
|
+
"repo": "tresko/nuxt-module-feed",
|
|
2795
|
+
"npm": "nuxt-module-feed",
|
|
2796
|
+
"icon": "",
|
|
2797
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
2798
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
2799
|
+
"learn_more": "",
|
|
2800
|
+
"category": "SEO",
|
|
2801
|
+
"type": "3rd-party",
|
|
2802
|
+
"maintainers": [
|
|
2803
|
+
{
|
|
2804
|
+
"name": "Miha Sedej",
|
|
2805
|
+
"github": "tresko",
|
|
2806
|
+
"twitter": "mihasedej"
|
|
2807
|
+
}
|
|
2808
|
+
],
|
|
2809
|
+
"compatibility": {
|
|
2810
|
+
"nuxt": "^3.0.0",
|
|
2811
|
+
"requires": {}
|
|
2812
|
+
}
|
|
2813
|
+
},
|
|
2674
2814
|
{
|
|
2675
2815
|
"name": "moment",
|
|
2676
2816
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2881,6 +3021,28 @@
|
|
|
2881
3021
|
"requires": {}
|
|
2882
3022
|
}
|
|
2883
3023
|
},
|
|
3024
|
+
{
|
|
3025
|
+
"name": "nuxt-chatgpt",
|
|
3026
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
3027
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
3028
|
+
"npm": "nuxt-chatgpt",
|
|
3029
|
+
"icon": "chatgpt.svg",
|
|
3030
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3031
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
3032
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
3033
|
+
"category": "Libraries",
|
|
3034
|
+
"type": "3rd-party",
|
|
3035
|
+
"maintainers": [
|
|
3036
|
+
{
|
|
3037
|
+
"name": "Oliver Trajceski",
|
|
3038
|
+
"github": "schnapsterdog"
|
|
3039
|
+
}
|
|
3040
|
+
],
|
|
3041
|
+
"compatibility": {
|
|
3042
|
+
"nuxt": "^3.0.0",
|
|
3043
|
+
"requires": {}
|
|
3044
|
+
}
|
|
3045
|
+
},
|
|
2884
3046
|
{
|
|
2885
3047
|
"name": "nuxt-graphql-middleware",
|
|
2886
3048
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3002,6 +3164,28 @@
|
|
|
3002
3164
|
"requires": {}
|
|
3003
3165
|
}
|
|
3004
3166
|
},
|
|
3167
|
+
{
|
|
3168
|
+
"name": "nuxt-mapbox",
|
|
3169
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3170
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3171
|
+
"npm": "nuxt-mapbox",
|
|
3172
|
+
"icon": "nuxt-mapbox.svg",
|
|
3173
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3174
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3175
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3176
|
+
"category": "Libraries",
|
|
3177
|
+
"type": "3rd-party",
|
|
3178
|
+
"maintainers": [
|
|
3179
|
+
{
|
|
3180
|
+
"name": "Alex Lavoie",
|
|
3181
|
+
"github": "AlexLavoie42"
|
|
3182
|
+
}
|
|
3183
|
+
],
|
|
3184
|
+
"compatibility": {
|
|
3185
|
+
"nuxt": "^3.0.0",
|
|
3186
|
+
"requires": {}
|
|
3187
|
+
}
|
|
3188
|
+
},
|
|
3005
3189
|
{
|
|
3006
3190
|
"name": "nuxt-monaco-editor",
|
|
3007
3191
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3651,11 +3835,11 @@
|
|
|
3651
3835
|
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3652
3836
|
"repo": "artmizu/nuxt-prometheus",
|
|
3653
3837
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3654
|
-
"icon": "",
|
|
3838
|
+
"icon": "prometheus.svg",
|
|
3655
3839
|
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3656
3840
|
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3657
3841
|
"learn_more": "",
|
|
3658
|
-
"category": "
|
|
3842
|
+
"category": "Monitoring",
|
|
3659
3843
|
"type": "3rd-party",
|
|
3660
3844
|
"maintainers": [
|
|
3661
3845
|
{
|
|
@@ -3664,7 +3848,7 @@
|
|
|
3664
3848
|
}
|
|
3665
3849
|
],
|
|
3666
3850
|
"compatibility": {
|
|
3667
|
-
"nuxt": "^
|
|
3851
|
+
"nuxt": "^3.0.0",
|
|
3668
3852
|
"requires": {}
|
|
3669
3853
|
}
|
|
3670
3854
|
},
|
|
@@ -3805,6 +3989,28 @@
|
|
|
3805
3989
|
"requires": {}
|
|
3806
3990
|
}
|
|
3807
3991
|
},
|
|
3992
|
+
{
|
|
3993
|
+
"name": "quasar",
|
|
3994
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
3995
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
3996
|
+
"npm": "nuxt-quasar-ui",
|
|
3997
|
+
"icon": "quasar.svg",
|
|
3998
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
3999
|
+
"website": "https://quasar.dev/",
|
|
4000
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
4001
|
+
"category": "UI",
|
|
4002
|
+
"type": "3rd-party",
|
|
4003
|
+
"maintainers": [
|
|
4004
|
+
{
|
|
4005
|
+
"name": "Ege İliklier",
|
|
4006
|
+
"github": "Maiquu"
|
|
4007
|
+
}
|
|
4008
|
+
],
|
|
4009
|
+
"compatibility": {
|
|
4010
|
+
"nuxt": "^3.0.0",
|
|
4011
|
+
"requires": {}
|
|
4012
|
+
}
|
|
4013
|
+
},
|
|
3808
4014
|
{
|
|
3809
4015
|
"name": "recaptcha",
|
|
3810
4016
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -4105,8 +4311,8 @@
|
|
|
4105
4311
|
{
|
|
4106
4312
|
"name": "seo-kit",
|
|
4107
4313
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
4108
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4109
|
-
"npm": "nuxt-seo-kit
|
|
4314
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4315
|
+
"npm": "nuxt-seo-kit",
|
|
4110
4316
|
"icon": "seo-kit.svg",
|
|
4111
4317
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4112
4318
|
"website": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4353,26 +4559,48 @@
|
|
|
4353
4559
|
"requires": {}
|
|
4354
4560
|
}
|
|
4355
4561
|
},
|
|
4562
|
+
{
|
|
4563
|
+
"name": "snackbar",
|
|
4564
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4565
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4566
|
+
"npm": "nuxt-snackbar",
|
|
4567
|
+
"icon": "snackbar.png",
|
|
4568
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4569
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4570
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
4571
|
+
"category": "UI",
|
|
4572
|
+
"type": "3rd-party",
|
|
4573
|
+
"maintainers": [
|
|
4574
|
+
{
|
|
4575
|
+
"name": "modbender",
|
|
4576
|
+
"github": "modbender"
|
|
4577
|
+
}
|
|
4578
|
+
],
|
|
4579
|
+
"compatibility": {
|
|
4580
|
+
"nuxt": "^3.0.0",
|
|
4581
|
+
"requires": {}
|
|
4582
|
+
}
|
|
4583
|
+
},
|
|
4356
4584
|
{
|
|
4357
4585
|
"name": "snipcart",
|
|
4358
4586
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4359
|
-
"repo": "nuxt-
|
|
4587
|
+
"repo": "nuxt-modules/snipcart",
|
|
4360
4588
|
"npm": "@nuxtjs/snipcart",
|
|
4361
4589
|
"icon": "snipcart.png",
|
|
4362
|
-
"github": "https://github.com/nuxt-
|
|
4363
|
-
"website": "https://github.com/nuxt-
|
|
4364
|
-
"learn_more": "",
|
|
4365
|
-
"category": "
|
|
4590
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4591
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4592
|
+
"learn_more": "https://snipcart.com",
|
|
4593
|
+
"category": "Ecommerce",
|
|
4366
4594
|
"type": "community",
|
|
4367
4595
|
"maintainers": [
|
|
4368
4596
|
{
|
|
4369
4597
|
"name": "Florent GIRAUD",
|
|
4370
|
-
"github": "
|
|
4371
|
-
"twitter": "
|
|
4598
|
+
"github": "flozero",
|
|
4599
|
+
"twitter": "flozeroo"
|
|
4372
4600
|
}
|
|
4373
4601
|
],
|
|
4374
4602
|
"compatibility": {
|
|
4375
|
-
"nuxt": "^2.0.0",
|
|
4603
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4376
4604
|
"requires": {}
|
|
4377
4605
|
}
|
|
4378
4606
|
},
|
|
@@ -4709,7 +4937,7 @@
|
|
|
4709
4937
|
}
|
|
4710
4938
|
],
|
|
4711
4939
|
"compatibility": {
|
|
4712
|
-
"nuxt": "^2.0.0",
|
|
4940
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4713
4941
|
"requires": {}
|
|
4714
4942
|
}
|
|
4715
4943
|
},
|
|
@@ -4880,6 +5108,29 @@
|
|
|
4880
5108
|
"requires": {}
|
|
4881
5109
|
}
|
|
4882
5110
|
},
|
|
5111
|
+
{
|
|
5112
|
+
"name": "tailvue",
|
|
5113
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
5114
|
+
"repo": "fumeapp/tailvue",
|
|
5115
|
+
"npm": "tailvue",
|
|
5116
|
+
"icon": "tailvue.jpg",
|
|
5117
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
5118
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
5119
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
5120
|
+
"category": "UI",
|
|
5121
|
+
"type": "3rd-party",
|
|
5122
|
+
"maintainers": [
|
|
5123
|
+
{
|
|
5124
|
+
"name": "Kevin Olson",
|
|
5125
|
+
"github": "acidjazz",
|
|
5126
|
+
"twitter": "AppFume"
|
|
5127
|
+
}
|
|
5128
|
+
],
|
|
5129
|
+
"compatibility": {
|
|
5130
|
+
"nuxt": "^3.0.0",
|
|
5131
|
+
"requires": {}
|
|
5132
|
+
}
|
|
5133
|
+
},
|
|
4883
5134
|
{
|
|
4884
5135
|
"name": "tailwindcss",
|
|
4885
5136
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -5268,6 +5519,29 @@
|
|
|
5268
5519
|
}
|
|
5269
5520
|
}
|
|
5270
5521
|
},
|
|
5522
|
+
{
|
|
5523
|
+
"name": "ununuracss",
|
|
5524
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
5525
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
5526
|
+
"npm": "nuxt-ununura",
|
|
5527
|
+
"icon": "ununuracss.png",
|
|
5528
|
+
"github": "https://github.com/novout/ununuracss",
|
|
5529
|
+
"website": "https://ununura.com/#/",
|
|
5530
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
5531
|
+
"category": "UI",
|
|
5532
|
+
"type": "3rd-party",
|
|
5533
|
+
"maintainers": [
|
|
5534
|
+
{
|
|
5535
|
+
"name": "Giovane Cardoso",
|
|
5536
|
+
"github": "novout",
|
|
5537
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5538
|
+
}
|
|
5539
|
+
],
|
|
5540
|
+
"compatibility": {
|
|
5541
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5542
|
+
"requires": {}
|
|
5543
|
+
}
|
|
5544
|
+
},
|
|
5271
5545
|
{
|
|
5272
5546
|
"name": "user-agent",
|
|
5273
5547
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5312,6 +5586,30 @@
|
|
|
5312
5586
|
"requires": {}
|
|
5313
5587
|
}
|
|
5314
5588
|
},
|
|
5589
|
+
{
|
|
5590
|
+
"name": "vant",
|
|
5591
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
5592
|
+
"repo": "vant-ui/vant-nuxt",
|
|
5593
|
+
"npm": "@vant/nuxt",
|
|
5594
|
+
"icon": "vant.png",
|
|
5595
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
5596
|
+
"website": "https://vant-ui.github.io/vant",
|
|
5597
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
5598
|
+
"category": "UI",
|
|
5599
|
+
"type": "3rd-party",
|
|
5600
|
+
"maintainers": [
|
|
5601
|
+
{
|
|
5602
|
+
"name": "tolking",
|
|
5603
|
+
"github": "tolking"
|
|
5604
|
+
}
|
|
5605
|
+
],
|
|
5606
|
+
"compatibility": {
|
|
5607
|
+
"nuxt": "^3.0.0",
|
|
5608
|
+
"requires": {
|
|
5609
|
+
"bridge": "optional"
|
|
5610
|
+
}
|
|
5611
|
+
}
|
|
5612
|
+
},
|
|
5315
5613
|
{
|
|
5316
5614
|
"name": "vendor",
|
|
5317
5615
|
"description": "directly serve node_modules",
|
|
@@ -5668,6 +5966,29 @@
|
|
|
5668
5966
|
"requires": {}
|
|
5669
5967
|
}
|
|
5670
5968
|
},
|
|
5969
|
+
{
|
|
5970
|
+
"name": "Vunix",
|
|
5971
|
+
"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.",
|
|
5972
|
+
"repo": "gaetansenn/vunix",
|
|
5973
|
+
"npm": "vunix",
|
|
5974
|
+
"icon": "",
|
|
5975
|
+
"github": "https://github.com/gaetansenn/vunix",
|
|
5976
|
+
"website": "https://vunix.dewib.com/",
|
|
5977
|
+
"learn_more": "",
|
|
5978
|
+
"category": "UI",
|
|
5979
|
+
"type": "3rd-party",
|
|
5980
|
+
"maintainers": [
|
|
5981
|
+
{
|
|
5982
|
+
"name": "Gaetan SENN",
|
|
5983
|
+
"github": "gaetansenn",
|
|
5984
|
+
"avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
|
|
5985
|
+
}
|
|
5986
|
+
],
|
|
5987
|
+
"compatibility": {
|
|
5988
|
+
"nuxt": "^3.0.0",
|
|
5989
|
+
"requires": {}
|
|
5990
|
+
}
|
|
5991
|
+
},
|
|
5671
5992
|
{
|
|
5672
5993
|
"name": "web-vitals",
|
|
5673
5994
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5702,29 +6023,6 @@
|
|
|
5702
6023
|
}
|
|
5703
6024
|
}
|
|
5704
6025
|
},
|
|
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
6026
|
{
|
|
5729
6027
|
"name": "webfontloader",
|
|
5730
6028
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5839,6 +6137,28 @@
|
|
|
5839
6137
|
"requires": {}
|
|
5840
6138
|
}
|
|
5841
6139
|
},
|
|
6140
|
+
{
|
|
6141
|
+
"name": "well-known",
|
|
6142
|
+
"description": "A Nuxt.js module to add well-known URIs using middlewares",
|
|
6143
|
+
"repo": "zadigetvoltaire/nuxt-well-known",
|
|
6144
|
+
"npm": "@zadigetvoltaire/nuxt-well-known",
|
|
6145
|
+
"icon": "well-known.svg",
|
|
6146
|
+
"github": "https://github.com/zadigetvoltaire/nuxt-well-known",
|
|
6147
|
+
"website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
|
|
6148
|
+
"learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
|
|
6149
|
+
"category": "SEO",
|
|
6150
|
+
"type": "3rd-party",
|
|
6151
|
+
"maintainers": [
|
|
6152
|
+
{
|
|
6153
|
+
"name": "Zadig&Voltaire Team",
|
|
6154
|
+
"github": "https://github.com/zadigetvoltaire"
|
|
6155
|
+
}
|
|
6156
|
+
],
|
|
6157
|
+
"compatibility": {
|
|
6158
|
+
"nuxt": "^3.0.0",
|
|
6159
|
+
"requires": {}
|
|
6160
|
+
}
|
|
6161
|
+
},
|
|
5842
6162
|
{
|
|
5843
6163
|
"name": "windicss",
|
|
5844
6164
|
"description": "Next generation utility-first CSS framework.",
|
|
@@ -5982,6 +6302,29 @@
|
|
|
5982
6302
|
"requires": {}
|
|
5983
6303
|
}
|
|
5984
6304
|
},
|
|
6305
|
+
{
|
|
6306
|
+
"name": "yandex-metrika-next",
|
|
6307
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
6308
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6309
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6310
|
+
"icon": "yandex-metrika.svg",
|
|
6311
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6312
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6313
|
+
"learn_more": "",
|
|
6314
|
+
"category": "Analytics",
|
|
6315
|
+
"type": "3rd-party",
|
|
6316
|
+
"maintainers": [
|
|
6317
|
+
{
|
|
6318
|
+
"name": "Aleksandr Saburov",
|
|
6319
|
+
"github": "artmizu",
|
|
6320
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6321
|
+
}
|
|
6322
|
+
],
|
|
6323
|
+
"compatibility": {
|
|
6324
|
+
"nuxt": "^3.0.0",
|
|
6325
|
+
"requires": {}
|
|
6326
|
+
}
|
|
6327
|
+
},
|
|
5985
6328
|
{
|
|
5986
6329
|
"name": "yandex-metrika",
|
|
5987
6330
|
"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-ee2ca8",
|
|
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
|
}
|