@nuxt/modules 0.6.0-b3a910 → 0.6.0-b46b57
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 +260 -55
- package/package.json +4 -4
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",
|
|
@@ -1041,6 +1018,29 @@
|
|
|
1041
1018
|
"requires": {}
|
|
1042
1019
|
}
|
|
1043
1020
|
},
|
|
1021
|
+
{
|
|
1022
|
+
"name": "devtools",
|
|
1023
|
+
"description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
|
|
1024
|
+
"repo": "nuxt/devtools#main",
|
|
1025
|
+
"npm": "@nuxt/devtools",
|
|
1026
|
+
"icon": "nuxt.png",
|
|
1027
|
+
"github": "https://github.com/nuxt/devtools",
|
|
1028
|
+
"website": "https://devtools.nuxtjs.org/",
|
|
1029
|
+
"learn_more": "",
|
|
1030
|
+
"category": "Devtools",
|
|
1031
|
+
"type": "official",
|
|
1032
|
+
"maintainers": [
|
|
1033
|
+
{
|
|
1034
|
+
"name": "Anthony Fu",
|
|
1035
|
+
"github": "antfu",
|
|
1036
|
+
"twitter": "antfu7"
|
|
1037
|
+
}
|
|
1038
|
+
],
|
|
1039
|
+
"compatibility": {
|
|
1040
|
+
"nuxt": "^3.0.0",
|
|
1041
|
+
"requires": {}
|
|
1042
|
+
}
|
|
1043
|
+
},
|
|
1044
1044
|
{
|
|
1045
1045
|
"name": "directus",
|
|
1046
1046
|
"description": "Easily connect your Nuxt3 application to your directus server.",
|
|
@@ -1143,6 +1143,28 @@
|
|
|
1143
1143
|
"requires": {}
|
|
1144
1144
|
}
|
|
1145
1145
|
},
|
|
1146
|
+
{
|
|
1147
|
+
"name": "electron",
|
|
1148
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1149
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1150
|
+
"npm": "nuxt-electron",
|
|
1151
|
+
"icon": "electron.svg",
|
|
1152
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1153
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1154
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1155
|
+
"category": "Extensions",
|
|
1156
|
+
"type": "3rd-party",
|
|
1157
|
+
"maintainers": [
|
|
1158
|
+
{
|
|
1159
|
+
"name": "草鞋没号",
|
|
1160
|
+
"github": "caoxiemeihao"
|
|
1161
|
+
}
|
|
1162
|
+
],
|
|
1163
|
+
"compatibility": {
|
|
1164
|
+
"nuxt": "^3.0.0",
|
|
1165
|
+
"requires": {}
|
|
1166
|
+
}
|
|
1167
|
+
},
|
|
1146
1168
|
{
|
|
1147
1169
|
"name": "element-plus",
|
|
1148
1170
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1213,7 +1235,7 @@
|
|
|
1213
1235
|
}
|
|
1214
1236
|
],
|
|
1215
1237
|
"compatibility": {
|
|
1216
|
-
"nuxt": "^2.0.0",
|
|
1238
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1217
1239
|
"requires": {}
|
|
1218
1240
|
}
|
|
1219
1241
|
},
|
|
@@ -1718,6 +1740,30 @@
|
|
|
1718
1740
|
"requires": {}
|
|
1719
1741
|
}
|
|
1720
1742
|
},
|
|
1743
|
+
{
|
|
1744
|
+
"name": "gtag",
|
|
1745
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1746
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1747
|
+
"npm": "nuxt-gtag",
|
|
1748
|
+
"icon": "gtag.svg",
|
|
1749
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1750
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1751
|
+
"learn_more": "",
|
|
1752
|
+
"category": "Analytics",
|
|
1753
|
+
"type": "3rd-party",
|
|
1754
|
+
"maintainers": [
|
|
1755
|
+
{
|
|
1756
|
+
"name": "Johann Schopplich",
|
|
1757
|
+
"github": "johannschopplich",
|
|
1758
|
+
"twitter": "jschopplich",
|
|
1759
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1760
|
+
}
|
|
1761
|
+
],
|
|
1762
|
+
"compatibility": {
|
|
1763
|
+
"nuxt": "^3.0.0",
|
|
1764
|
+
"requires": {}
|
|
1765
|
+
}
|
|
1766
|
+
},
|
|
1721
1767
|
{
|
|
1722
1768
|
"name": "gtm",
|
|
1723
1769
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -2372,7 +2418,7 @@
|
|
|
2372
2418
|
},
|
|
2373
2419
|
{
|
|
2374
2420
|
"name": "link-checker",
|
|
2375
|
-
"description": "",
|
|
2421
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2376
2422
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2377
2423
|
"npm": "nuxt-link-checker",
|
|
2378
2424
|
"icon": "",
|
|
@@ -2602,6 +2648,31 @@
|
|
|
2602
2648
|
"requires": {}
|
|
2603
2649
|
}
|
|
2604
2650
|
},
|
|
2651
|
+
{
|
|
2652
|
+
"name": "medusa",
|
|
2653
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2654
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2655
|
+
"npm": "nuxt-medusa",
|
|
2656
|
+
"icon": "medusa.svg",
|
|
2657
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2658
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2659
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2660
|
+
"category": "Ecommerce",
|
|
2661
|
+
"type": "3rd-party",
|
|
2662
|
+
"maintainers": [
|
|
2663
|
+
{
|
|
2664
|
+
"name": "Jakub Andrzejewski",
|
|
2665
|
+
"github": "Baroshem",
|
|
2666
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2667
|
+
}
|
|
2668
|
+
],
|
|
2669
|
+
"compatibility": {
|
|
2670
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2671
|
+
"requires": {
|
|
2672
|
+
"bridge": true
|
|
2673
|
+
}
|
|
2674
|
+
}
|
|
2675
|
+
},
|
|
2605
2676
|
{
|
|
2606
2677
|
"name": "meilisearch",
|
|
2607
2678
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2671,6 +2742,29 @@
|
|
|
2671
2742
|
"requires": {}
|
|
2672
2743
|
}
|
|
2673
2744
|
},
|
|
2745
|
+
{
|
|
2746
|
+
"name": "module-feed",
|
|
2747
|
+
"description": "Feed module enables everyone to have RSS, Atom and JSON.",
|
|
2748
|
+
"repo": "tresko/nuxt-module-feed",
|
|
2749
|
+
"npm": "nuxt-module-feed",
|
|
2750
|
+
"icon": "",
|
|
2751
|
+
"github": "https://github.com/tresko/nuxt-module-feed",
|
|
2752
|
+
"website": "https://github.com/tresko/nuxt-module-feed",
|
|
2753
|
+
"learn_more": "",
|
|
2754
|
+
"category": "SEO",
|
|
2755
|
+
"type": "3rd-party",
|
|
2756
|
+
"maintainers": [
|
|
2757
|
+
{
|
|
2758
|
+
"name": "Miha Sedej",
|
|
2759
|
+
"github": "tresko",
|
|
2760
|
+
"twitter": "mihasedej"
|
|
2761
|
+
}
|
|
2762
|
+
],
|
|
2763
|
+
"compatibility": {
|
|
2764
|
+
"nuxt": "^3.0.0",
|
|
2765
|
+
"requires": {}
|
|
2766
|
+
}
|
|
2767
|
+
},
|
|
2674
2768
|
{
|
|
2675
2769
|
"name": "moment",
|
|
2676
2770
|
"description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
|
|
@@ -2881,6 +2975,28 @@
|
|
|
2881
2975
|
"requires": {}
|
|
2882
2976
|
}
|
|
2883
2977
|
},
|
|
2978
|
+
{
|
|
2979
|
+
"name": "nuxt-chatgpt",
|
|
2980
|
+
"description": "ChatGPT integration for Nuxt 3",
|
|
2981
|
+
"repo": "schnapsterdog/nuxt-chatgpt",
|
|
2982
|
+
"npm": "nuxt-chatgpt",
|
|
2983
|
+
"icon": "chatgpt.svg",
|
|
2984
|
+
"github": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
2985
|
+
"website": "https://github.com/schnapsterdog/nuxt-chatgpt",
|
|
2986
|
+
"learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
|
|
2987
|
+
"category": "Libraries",
|
|
2988
|
+
"type": "3rd-party",
|
|
2989
|
+
"maintainers": [
|
|
2990
|
+
{
|
|
2991
|
+
"name": "Oliver Trajceski",
|
|
2992
|
+
"github": "schnapsterdog"
|
|
2993
|
+
}
|
|
2994
|
+
],
|
|
2995
|
+
"compatibility": {
|
|
2996
|
+
"nuxt": "^3.0.0",
|
|
2997
|
+
"requires": {}
|
|
2998
|
+
}
|
|
2999
|
+
},
|
|
2884
3000
|
{
|
|
2885
3001
|
"name": "nuxt-graphql-middleware",
|
|
2886
3002
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -3002,6 +3118,28 @@
|
|
|
3002
3118
|
"requires": {}
|
|
3003
3119
|
}
|
|
3004
3120
|
},
|
|
3121
|
+
{
|
|
3122
|
+
"name": "nuxt-mapbox",
|
|
3123
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3124
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3125
|
+
"npm": "nuxt-mapbox",
|
|
3126
|
+
"icon": "nuxt-mapbox.svg",
|
|
3127
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3128
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3129
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3130
|
+
"category": "Libraries",
|
|
3131
|
+
"type": "3rd-party",
|
|
3132
|
+
"maintainers": [
|
|
3133
|
+
{
|
|
3134
|
+
"name": "Alex Lavoie",
|
|
3135
|
+
"github": "AlexLavoie42"
|
|
3136
|
+
}
|
|
3137
|
+
],
|
|
3138
|
+
"compatibility": {
|
|
3139
|
+
"nuxt": "^3.0.0",
|
|
3140
|
+
"requires": {}
|
|
3141
|
+
}
|
|
3142
|
+
},
|
|
3005
3143
|
{
|
|
3006
3144
|
"name": "nuxt-monaco-editor",
|
|
3007
3145
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -3651,11 +3789,11 @@
|
|
|
3651
3789
|
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3652
3790
|
"repo": "artmizu/nuxt-prometheus",
|
|
3653
3791
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3654
|
-
"icon": "",
|
|
3792
|
+
"icon": "prometheus.svg",
|
|
3655
3793
|
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3656
3794
|
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3657
3795
|
"learn_more": "",
|
|
3658
|
-
"category": "
|
|
3796
|
+
"category": "Monitoring",
|
|
3659
3797
|
"type": "3rd-party",
|
|
3660
3798
|
"maintainers": [
|
|
3661
3799
|
{
|
|
@@ -3664,7 +3802,7 @@
|
|
|
3664
3802
|
}
|
|
3665
3803
|
],
|
|
3666
3804
|
"compatibility": {
|
|
3667
|
-
"nuxt": "^
|
|
3805
|
+
"nuxt": "^3.0.0",
|
|
3668
3806
|
"requires": {}
|
|
3669
3807
|
}
|
|
3670
3808
|
},
|
|
@@ -3805,6 +3943,28 @@
|
|
|
3805
3943
|
"requires": {}
|
|
3806
3944
|
}
|
|
3807
3945
|
},
|
|
3946
|
+
{
|
|
3947
|
+
"name": "quasar",
|
|
3948
|
+
"description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
|
|
3949
|
+
"repo": "Maiquu/nuxt-quasar",
|
|
3950
|
+
"npm": "nuxt-quasar-ui",
|
|
3951
|
+
"icon": "quasar.svg",
|
|
3952
|
+
"github": "https://github.com/Maiquu/nuxt-quasar",
|
|
3953
|
+
"website": "https://quasar.dev/",
|
|
3954
|
+
"learn_more": "https://github.com/Maiquu/nuxt-quasar",
|
|
3955
|
+
"category": "UI",
|
|
3956
|
+
"type": "3rd-party",
|
|
3957
|
+
"maintainers": [
|
|
3958
|
+
{
|
|
3959
|
+
"name": "Ege İliklier",
|
|
3960
|
+
"github": "Maiquu"
|
|
3961
|
+
}
|
|
3962
|
+
],
|
|
3963
|
+
"compatibility": {
|
|
3964
|
+
"nuxt": "^3.0.0",
|
|
3965
|
+
"requires": {}
|
|
3966
|
+
}
|
|
3967
|
+
},
|
|
3808
3968
|
{
|
|
3809
3969
|
"name": "recaptcha",
|
|
3810
3970
|
"description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
|
|
@@ -4105,8 +4265,8 @@
|
|
|
4105
4265
|
{
|
|
4106
4266
|
"name": "seo-kit",
|
|
4107
4267
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
4108
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4109
|
-
"npm": "nuxt-seo-kit
|
|
4268
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4269
|
+
"npm": "nuxt-seo-kit",
|
|
4110
4270
|
"icon": "seo-kit.svg",
|
|
4111
4271
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4112
4272
|
"website": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4353,6 +4513,28 @@
|
|
|
4353
4513
|
"requires": {}
|
|
4354
4514
|
}
|
|
4355
4515
|
},
|
|
4516
|
+
{
|
|
4517
|
+
"name": "snackbar",
|
|
4518
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4519
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4520
|
+
"npm": "nuxt-snackbar",
|
|
4521
|
+
"icon": "snackbar.png",
|
|
4522
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4523
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4524
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
4525
|
+
"category": "UI",
|
|
4526
|
+
"type": "3rd-party",
|
|
4527
|
+
"maintainers": [
|
|
4528
|
+
{
|
|
4529
|
+
"name": "modbender",
|
|
4530
|
+
"github": "modbender"
|
|
4531
|
+
}
|
|
4532
|
+
],
|
|
4533
|
+
"compatibility": {
|
|
4534
|
+
"nuxt": "^3.0.0",
|
|
4535
|
+
"requires": {}
|
|
4536
|
+
}
|
|
4537
|
+
},
|
|
4356
4538
|
{
|
|
4357
4539
|
"name": "snipcart",
|
|
4358
4540
|
"description": "Snipcart integration module for Nuxt.js",
|
|
@@ -4709,7 +4891,7 @@
|
|
|
4709
4891
|
}
|
|
4710
4892
|
],
|
|
4711
4893
|
"compatibility": {
|
|
4712
|
-
"nuxt": "^2.0.0",
|
|
4894
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4713
4895
|
"requires": {}
|
|
4714
4896
|
}
|
|
4715
4897
|
},
|
|
@@ -5291,6 +5473,29 @@
|
|
|
5291
5473
|
}
|
|
5292
5474
|
}
|
|
5293
5475
|
},
|
|
5476
|
+
{
|
|
5477
|
+
"name": "ununuracss",
|
|
5478
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
5479
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
5480
|
+
"npm": "nuxt-ununura",
|
|
5481
|
+
"icon": "ununuracss.png",
|
|
5482
|
+
"github": "https://github.com/novout/ununuracss",
|
|
5483
|
+
"website": "https://ununura.com/#/",
|
|
5484
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
5485
|
+
"category": "UI",
|
|
5486
|
+
"type": "3rd-party",
|
|
5487
|
+
"maintainers": [
|
|
5488
|
+
{
|
|
5489
|
+
"name": "Giovane Cardoso",
|
|
5490
|
+
"github": "novout",
|
|
5491
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5492
|
+
}
|
|
5493
|
+
],
|
|
5494
|
+
"compatibility": {
|
|
5495
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5496
|
+
"requires": {}
|
|
5497
|
+
}
|
|
5498
|
+
},
|
|
5294
5499
|
{
|
|
5295
5500
|
"name": "user-agent",
|
|
5296
5501
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5749,29 +5954,6 @@
|
|
|
5749
5954
|
}
|
|
5750
5955
|
}
|
|
5751
5956
|
},
|
|
5752
|
-
{
|
|
5753
|
-
"name": "web3js",
|
|
5754
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5755
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5756
|
-
"npm": "nuxt-web3",
|
|
5757
|
-
"icon": "web3js.svg",
|
|
5758
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5759
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5760
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5761
|
-
"category": "Libraries",
|
|
5762
|
-
"type": "3rd-party",
|
|
5763
|
-
"maintainers": [
|
|
5764
|
-
{
|
|
5765
|
-
"name": "Muhammad Fauzan",
|
|
5766
|
-
"github": "bl0cknumber",
|
|
5767
|
-
"twitter": "fncolon"
|
|
5768
|
-
}
|
|
5769
|
-
],
|
|
5770
|
-
"compatibility": {
|
|
5771
|
-
"nuxt": "^2.0.0",
|
|
5772
|
-
"requires": {}
|
|
5773
|
-
}
|
|
5774
|
-
},
|
|
5775
5957
|
{
|
|
5776
5958
|
"name": "webfontloader",
|
|
5777
5959
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -6029,6 +6211,29 @@
|
|
|
6029
6211
|
"requires": {}
|
|
6030
6212
|
}
|
|
6031
6213
|
},
|
|
6214
|
+
{
|
|
6215
|
+
"name": "yandex-metrika-next",
|
|
6216
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
6217
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6218
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6219
|
+
"icon": "yandex-metrika.svg",
|
|
6220
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6221
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6222
|
+
"learn_more": "",
|
|
6223
|
+
"category": "Analytics",
|
|
6224
|
+
"type": "3rd-party",
|
|
6225
|
+
"maintainers": [
|
|
6226
|
+
{
|
|
6227
|
+
"name": "Aleksandr Saburov",
|
|
6228
|
+
"github": "artmizu",
|
|
6229
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6230
|
+
}
|
|
6231
|
+
],
|
|
6232
|
+
"compatibility": {
|
|
6233
|
+
"nuxt": "^3.0.0",
|
|
6234
|
+
"requires": {}
|
|
6235
|
+
}
|
|
6236
|
+
},
|
|
6032
6237
|
{
|
|
6033
6238
|
"name": "yandex-metrika",
|
|
6034
6239
|
"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-b46b57",
|
|
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
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
|
}
|