@nuxt/modules 0.6.0-624cd3 → 0.6.0-751ced
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 +289 -62
- package/package.json +1 -1
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
|
{
|
|
@@ -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",
|
|
@@ -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.",
|
|
@@ -1235,7 +1281,7 @@
|
|
|
1235
1281
|
}
|
|
1236
1282
|
],
|
|
1237
1283
|
"compatibility": {
|
|
1238
|
-
"nuxt": "^2.0.0",
|
|
1284
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1239
1285
|
"requires": {}
|
|
1240
1286
|
}
|
|
1241
1287
|
},
|
|
@@ -1740,6 +1786,30 @@
|
|
|
1740
1786
|
"requires": {}
|
|
1741
1787
|
}
|
|
1742
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
|
+
},
|
|
1743
1813
|
{
|
|
1744
1814
|
"name": "gtm",
|
|
1745
1815
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -2394,7 +2464,7 @@
|
|
|
2394
2464
|
},
|
|
2395
2465
|
{
|
|
2396
2466
|
"name": "link-checker",
|
|
2397
|
-
"description": "",
|
|
2467
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2398
2468
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2399
2469
|
"npm": "nuxt-link-checker",
|
|
2400
2470
|
"icon": "",
|
|
@@ -2718,6 +2788,29 @@
|
|
|
2718
2788
|
"requires": {}
|
|
2719
2789
|
}
|
|
2720
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
|
+
},
|
|
2721
2814
|
{
|
|
2722
2815
|
"name": "moment",
|
|
2723
2816
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2928,6 +3021,28 @@
|
|
|
2928
3021
|
"requires": {}
|
|
2929
3022
|
}
|
|
2930
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
|
+
},
|
|
2931
3046
|
{
|
|
2932
3047
|
"name": "nuxt-graphql-middleware",
|
|
2933
3048
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3049,6 +3164,28 @@
|
|
|
3049
3164
|
"requires": {}
|
|
3050
3165
|
}
|
|
3051
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
|
+
},
|
|
3052
3189
|
{
|
|
3053
3190
|
"name": "nuxt-monaco-editor",
|
|
3054
3191
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3698,11 +3835,11 @@
|
|
|
3698
3835
|
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3699
3836
|
"repo": "artmizu/nuxt-prometheus",
|
|
3700
3837
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3701
|
-
"icon": "",
|
|
3838
|
+
"icon": "prometheus.svg",
|
|
3702
3839
|
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3703
3840
|
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3704
3841
|
"learn_more": "",
|
|
3705
|
-
"category": "
|
|
3842
|
+
"category": "Monitoring",
|
|
3706
3843
|
"type": "3rd-party",
|
|
3707
3844
|
"maintainers": [
|
|
3708
3845
|
{
|
|
@@ -3711,7 +3848,7 @@
|
|
|
3711
3848
|
}
|
|
3712
3849
|
],
|
|
3713
3850
|
"compatibility": {
|
|
3714
|
-
"nuxt": "^
|
|
3851
|
+
"nuxt": "^3.0.0",
|
|
3715
3852
|
"requires": {}
|
|
3716
3853
|
}
|
|
3717
3854
|
},
|
|
@@ -3852,6 +3989,28 @@
|
|
|
3852
3989
|
"requires": {}
|
|
3853
3990
|
}
|
|
3854
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
|
+
},
|
|
3855
4014
|
{
|
|
3856
4015
|
"name": "recaptcha",
|
|
3857
4016
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -4400,6 +4559,28 @@
|
|
|
4400
4559
|
"requires": {}
|
|
4401
4560
|
}
|
|
4402
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
|
+
},
|
|
4403
4584
|
{
|
|
4404
4585
|
"name": "snipcart",
|
|
4405
4586
|
"description": "Snipcart integration module for Nuxt.js",
|
|
@@ -4409,7 +4590,7 @@
|
|
|
4409
4590
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4410
4591
|
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4411
4592
|
"learn_more": "https://snipcart.com",
|
|
4412
|
-
"category": "
|
|
4593
|
+
"category": "Ecommerce",
|
|
4413
4594
|
"type": "community",
|
|
4414
4595
|
"maintainers": [
|
|
4415
4596
|
{
|
|
@@ -4756,7 +4937,7 @@
|
|
|
4756
4937
|
}
|
|
4757
4938
|
],
|
|
4758
4939
|
"compatibility": {
|
|
4759
|
-
"nuxt": "^2.0.0",
|
|
4940
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4760
4941
|
"requires": {}
|
|
4761
4942
|
}
|
|
4762
4943
|
},
|
|
@@ -5338,6 +5519,29 @@
|
|
|
5338
5519
|
}
|
|
5339
5520
|
}
|
|
5340
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
|
+
},
|
|
5341
5545
|
{
|
|
5342
5546
|
"name": "user-agent",
|
|
5343
5547
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5762,6 +5966,29 @@
|
|
|
5762
5966
|
"requires": {}
|
|
5763
5967
|
}
|
|
5764
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/nuxt",
|
|
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
|
+
},
|
|
5765
5992
|
{
|
|
5766
5993
|
"name": "web-vitals",
|
|
5767
5994
|
"description": "Web Vitals for Nuxt",
|
|
@@ -5796,29 +6023,6 @@
|
|
|
5796
6023
|
}
|
|
5797
6024
|
}
|
|
5798
6025
|
},
|
|
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
6026
|
{
|
|
5823
6027
|
"name": "webfontloader",
|
|
5824
6028
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -6076,6 +6280,29 @@
|
|
|
6076
6280
|
"requires": {}
|
|
6077
6281
|
}
|
|
6078
6282
|
},
|
|
6283
|
+
{
|
|
6284
|
+
"name": "yandex-metrika-next",
|
|
6285
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
6286
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6287
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6288
|
+
"icon": "yandex-metrika.svg",
|
|
6289
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6290
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6291
|
+
"learn_more": "",
|
|
6292
|
+
"category": "Analytics",
|
|
6293
|
+
"type": "3rd-party",
|
|
6294
|
+
"maintainers": [
|
|
6295
|
+
{
|
|
6296
|
+
"name": "Aleksandr Saburov",
|
|
6297
|
+
"github": "artmizu",
|
|
6298
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6299
|
+
}
|
|
6300
|
+
],
|
|
6301
|
+
"compatibility": {
|
|
6302
|
+
"nuxt": "^3.0.0",
|
|
6303
|
+
"requires": {}
|
|
6304
|
+
}
|
|
6305
|
+
},
|
|
6079
6306
|
{
|
|
6080
6307
|
"name": "yandex-metrika",
|
|
6081
6308
|
"description": "Yandex metrika Module for Nuxt.js",
|