@nuxt/modules 0.6.0-afdffa → 0.6.0-b1fdab
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 +275 -63
- 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",
|
|
@@ -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
|
},
|
|
@@ -659,6 +636,33 @@
|
|
|
659
636
|
"requires": {}
|
|
660
637
|
}
|
|
661
638
|
},
|
|
639
|
+
{
|
|
640
|
+
"name": "cloudflare-analytics",
|
|
641
|
+
"description": "Cloudflare Web Analytics Module for Nuxt",
|
|
642
|
+
"repo": "hamlogic/nuxt-cloudflare-analytics",
|
|
643
|
+
"npm": "nuxt-cloudflare-analytics",
|
|
644
|
+
"icon": "cloudflare.svg",
|
|
645
|
+
"github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
646
|
+
"website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
647
|
+
"learn_more": "https://www.cloudflare.com/web-analytics/",
|
|
648
|
+
"category": "Analytics",
|
|
649
|
+
"type": "3rd-party",
|
|
650
|
+
"maintainers": [
|
|
651
|
+
{
|
|
652
|
+
"name": "hamlogic",
|
|
653
|
+
"github": "hamlogic"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"name": "Fabian B.",
|
|
657
|
+
"github": "madebyfabian",
|
|
658
|
+
"twitter": "madebyfabian"
|
|
659
|
+
}
|
|
660
|
+
],
|
|
661
|
+
"compatibility": {
|
|
662
|
+
"nuxt": "^3.0.0",
|
|
663
|
+
"requires": {}
|
|
664
|
+
}
|
|
665
|
+
},
|
|
662
666
|
{
|
|
663
667
|
"name": "cloudinary",
|
|
664
668
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
@@ -1116,6 +1120,28 @@
|
|
|
1116
1120
|
"requires": {}
|
|
1117
1121
|
}
|
|
1118
1122
|
},
|
|
1123
|
+
{
|
|
1124
|
+
"name": "electron",
|
|
1125
|
+
"description": "Integrate Nuxt and Electron.",
|
|
1126
|
+
"repo": "caoxiemeihao/nuxt-electron",
|
|
1127
|
+
"npm": "nuxt-electron",
|
|
1128
|
+
"icon": "electron.svg",
|
|
1129
|
+
"github": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1130
|
+
"website": "https://github.com/caoxiemeihao/nuxt-electron",
|
|
1131
|
+
"learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
|
|
1132
|
+
"category": "Extensions",
|
|
1133
|
+
"type": "3rd-party",
|
|
1134
|
+
"maintainers": [
|
|
1135
|
+
{
|
|
1136
|
+
"name": "草鞋没号",
|
|
1137
|
+
"github": "caoxiemeihao"
|
|
1138
|
+
}
|
|
1139
|
+
],
|
|
1140
|
+
"compatibility": {
|
|
1141
|
+
"nuxt": "^3.0.0",
|
|
1142
|
+
"requires": {}
|
|
1143
|
+
}
|
|
1144
|
+
},
|
|
1119
1145
|
{
|
|
1120
1146
|
"name": "element-plus",
|
|
1121
1147
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1186,7 +1212,7 @@
|
|
|
1186
1212
|
}
|
|
1187
1213
|
],
|
|
1188
1214
|
"compatibility": {
|
|
1189
|
-
"nuxt": "^2.0.0",
|
|
1215
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1190
1216
|
"requires": {}
|
|
1191
1217
|
}
|
|
1192
1218
|
},
|
|
@@ -1691,6 +1717,30 @@
|
|
|
1691
1717
|
"requires": {}
|
|
1692
1718
|
}
|
|
1693
1719
|
},
|
|
1720
|
+
{
|
|
1721
|
+
"name": "gtag",
|
|
1722
|
+
"description": "Google Analytics integration for Nuxt 3",
|
|
1723
|
+
"repo": "johannschopplich/nuxt-gtag",
|
|
1724
|
+
"npm": "nuxt-gtag",
|
|
1725
|
+
"icon": "gtag.svg",
|
|
1726
|
+
"github": "https://github.com/johannschopplich/nuxt-gtag",
|
|
1727
|
+
"website": "https://github.com/johannschopplich/nuxt-gtag#readme",
|
|
1728
|
+
"learn_more": "",
|
|
1729
|
+
"category": "Analytics",
|
|
1730
|
+
"type": "3rd-party",
|
|
1731
|
+
"maintainers": [
|
|
1732
|
+
{
|
|
1733
|
+
"name": "Johann Schopplich",
|
|
1734
|
+
"github": "johannschopplich",
|
|
1735
|
+
"twitter": "jschopplich",
|
|
1736
|
+
"avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
|
|
1737
|
+
}
|
|
1738
|
+
],
|
|
1739
|
+
"compatibility": {
|
|
1740
|
+
"nuxt": "^3.0.0",
|
|
1741
|
+
"requires": {}
|
|
1742
|
+
}
|
|
1743
|
+
},
|
|
1694
1744
|
{
|
|
1695
1745
|
"name": "gtm",
|
|
1696
1746
|
"description": "Google Tag Manager Module for Nuxt.js",
|
|
@@ -2345,7 +2395,7 @@
|
|
|
2345
2395
|
},
|
|
2346
2396
|
{
|
|
2347
2397
|
"name": "link-checker",
|
|
2348
|
-
"description": "",
|
|
2398
|
+
"description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
|
|
2349
2399
|
"repo": "harlan-zw/nuxt-link-checker",
|
|
2350
2400
|
"npm": "nuxt-link-checker",
|
|
2351
2401
|
"icon": "",
|
|
@@ -2575,6 +2625,31 @@
|
|
|
2575
2625
|
"requires": {}
|
|
2576
2626
|
}
|
|
2577
2627
|
},
|
|
2628
|
+
{
|
|
2629
|
+
"name": "medusa",
|
|
2630
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2631
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2632
|
+
"npm": "nuxt-medusa",
|
|
2633
|
+
"icon": "medusa.svg",
|
|
2634
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2635
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2636
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2637
|
+
"category": "Ecommerce",
|
|
2638
|
+
"type": "3rd-party",
|
|
2639
|
+
"maintainers": [
|
|
2640
|
+
{
|
|
2641
|
+
"name": "Jakub Andrzejewski",
|
|
2642
|
+
"github": "Baroshem",
|
|
2643
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2644
|
+
}
|
|
2645
|
+
],
|
|
2646
|
+
"compatibility": {
|
|
2647
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2648
|
+
"requires": {
|
|
2649
|
+
"bridge": true
|
|
2650
|
+
}
|
|
2651
|
+
}
|
|
2652
|
+
},
|
|
2578
2653
|
{
|
|
2579
2654
|
"name": "meilisearch",
|
|
2580
2655
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2975,6 +3050,28 @@
|
|
|
2975
3050
|
"requires": {}
|
|
2976
3051
|
}
|
|
2977
3052
|
},
|
|
3053
|
+
{
|
|
3054
|
+
"name": "nuxt-mapbox",
|
|
3055
|
+
"description": "Elegant Mapbox integration with Nuxt",
|
|
3056
|
+
"repo": "AlexLavoie42/Nuxt-Mapbox",
|
|
3057
|
+
"npm": "nuxt-mapbox",
|
|
3058
|
+
"icon": "nuxt-mapbox.svg",
|
|
3059
|
+
"github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3060
|
+
"website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3061
|
+
"learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
|
|
3062
|
+
"category": "Libraries",
|
|
3063
|
+
"type": "3rd-party",
|
|
3064
|
+
"maintainers": [
|
|
3065
|
+
{
|
|
3066
|
+
"name": "Alex Lavoie",
|
|
3067
|
+
"github": "AlexLavoie42"
|
|
3068
|
+
}
|
|
3069
|
+
],
|
|
3070
|
+
"compatibility": {
|
|
3071
|
+
"nuxt": "^3.0.0",
|
|
3072
|
+
"requires": {}
|
|
3073
|
+
}
|
|
3074
|
+
},
|
|
2978
3075
|
{
|
|
2979
3076
|
"name": "nuxt-monaco-editor",
|
|
2980
3077
|
"description": "Integrate monaco-editor with Nuxt",
|
|
@@ -2997,6 +3094,29 @@
|
|
|
2997
3094
|
"requires": {}
|
|
2998
3095
|
}
|
|
2999
3096
|
},
|
|
3097
|
+
{
|
|
3098
|
+
"name": "nuxt-pdf",
|
|
3099
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
3100
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3101
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
3102
|
+
"icon": "nuxt-pdf.png",
|
|
3103
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
3104
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
3105
|
+
"learn_more": "https://github.com/sidebase",
|
|
3106
|
+
"category": "Extensions",
|
|
3107
|
+
"type": "3rd-party",
|
|
3108
|
+
"maintainers": [
|
|
3109
|
+
{
|
|
3110
|
+
"name": "sidebase",
|
|
3111
|
+
"github": "sidebase",
|
|
3112
|
+
"twitter": "sidebase_io"
|
|
3113
|
+
}
|
|
3114
|
+
],
|
|
3115
|
+
"compatibility": {
|
|
3116
|
+
"nuxt": "^3.0.0",
|
|
3117
|
+
"requires": {}
|
|
3118
|
+
}
|
|
3119
|
+
},
|
|
3000
3120
|
{
|
|
3001
3121
|
"name": "nuxt-pino-log",
|
|
3002
3122
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -3601,11 +3721,11 @@
|
|
|
3601
3721
|
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3602
3722
|
"repo": "artmizu/nuxt-prometheus",
|
|
3603
3723
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3604
|
-
"icon": "",
|
|
3724
|
+
"icon": "prometheus.svg",
|
|
3605
3725
|
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3606
3726
|
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3607
3727
|
"learn_more": "",
|
|
3608
|
-
"category": "
|
|
3728
|
+
"category": "Monitoring",
|
|
3609
3729
|
"type": "3rd-party",
|
|
3610
3730
|
"maintainers": [
|
|
3611
3731
|
{
|
|
@@ -3614,7 +3734,7 @@
|
|
|
3614
3734
|
}
|
|
3615
3735
|
],
|
|
3616
3736
|
"compatibility": {
|
|
3617
|
-
"nuxt": "^
|
|
3737
|
+
"nuxt": "^3.0.0",
|
|
3618
3738
|
"requires": {}
|
|
3619
3739
|
}
|
|
3620
3740
|
},
|
|
@@ -4055,8 +4175,8 @@
|
|
|
4055
4175
|
{
|
|
4056
4176
|
"name": "seo-kit",
|
|
4057
4177
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
4058
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4059
|
-
"npm": "nuxt-seo-kit
|
|
4178
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4179
|
+
"npm": "nuxt-seo-kit",
|
|
4060
4180
|
"icon": "seo-kit.svg",
|
|
4061
4181
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4062
4182
|
"website": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4303,26 +4423,48 @@
|
|
|
4303
4423
|
"requires": {}
|
|
4304
4424
|
}
|
|
4305
4425
|
},
|
|
4426
|
+
{
|
|
4427
|
+
"name": "snackbar",
|
|
4428
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4429
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4430
|
+
"npm": "nuxt-snackbar",
|
|
4431
|
+
"icon": "snackbar.png",
|
|
4432
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4433
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4434
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
4435
|
+
"category": "UI",
|
|
4436
|
+
"type": "3rd-party",
|
|
4437
|
+
"maintainers": [
|
|
4438
|
+
{
|
|
4439
|
+
"name": "modbender",
|
|
4440
|
+
"github": "modbender"
|
|
4441
|
+
}
|
|
4442
|
+
],
|
|
4443
|
+
"compatibility": {
|
|
4444
|
+
"nuxt": "^3.0.0",
|
|
4445
|
+
"requires": {}
|
|
4446
|
+
}
|
|
4447
|
+
},
|
|
4306
4448
|
{
|
|
4307
4449
|
"name": "snipcart",
|
|
4308
4450
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4309
|
-
"repo": "nuxt-
|
|
4451
|
+
"repo": "nuxt-modules/snipcart",
|
|
4310
4452
|
"npm": "@nuxtjs/snipcart",
|
|
4311
4453
|
"icon": "snipcart.png",
|
|
4312
|
-
"github": "https://github.com/nuxt-
|
|
4313
|
-
"website": "https://github.com/nuxt-
|
|
4314
|
-
"learn_more": "",
|
|
4454
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4455
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4456
|
+
"learn_more": "https://snipcart.com",
|
|
4315
4457
|
"category": "Payment",
|
|
4316
4458
|
"type": "community",
|
|
4317
4459
|
"maintainers": [
|
|
4318
4460
|
{
|
|
4319
4461
|
"name": "Florent GIRAUD",
|
|
4320
|
-
"github": "
|
|
4321
|
-
"twitter": "
|
|
4462
|
+
"github": "flozero",
|
|
4463
|
+
"twitter": "flozeroo"
|
|
4322
4464
|
}
|
|
4323
4465
|
],
|
|
4324
4466
|
"compatibility": {
|
|
4325
|
-
"nuxt": "^2.0.0",
|
|
4467
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4326
4468
|
"requires": {}
|
|
4327
4469
|
}
|
|
4328
4470
|
},
|
|
@@ -4659,7 +4801,7 @@
|
|
|
4659
4801
|
}
|
|
4660
4802
|
],
|
|
4661
4803
|
"compatibility": {
|
|
4662
|
-
"nuxt": "^2.0.0",
|
|
4804
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4663
4805
|
"requires": {}
|
|
4664
4806
|
}
|
|
4665
4807
|
},
|
|
@@ -4830,6 +4972,29 @@
|
|
|
4830
4972
|
"requires": {}
|
|
4831
4973
|
}
|
|
4832
4974
|
},
|
|
4975
|
+
{
|
|
4976
|
+
"name": "tailvue",
|
|
4977
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
4978
|
+
"repo": "fumeapp/tailvue",
|
|
4979
|
+
"npm": "tailvue",
|
|
4980
|
+
"icon": "tailvue.jpg",
|
|
4981
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
4982
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
4983
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
4984
|
+
"category": "UI",
|
|
4985
|
+
"type": "3rd-party",
|
|
4986
|
+
"maintainers": [
|
|
4987
|
+
{
|
|
4988
|
+
"name": "Kevin Olson",
|
|
4989
|
+
"github": "acidjazz",
|
|
4990
|
+
"twitter": "AppFume"
|
|
4991
|
+
}
|
|
4992
|
+
],
|
|
4993
|
+
"compatibility": {
|
|
4994
|
+
"nuxt": "^3.0.0",
|
|
4995
|
+
"requires": {}
|
|
4996
|
+
}
|
|
4997
|
+
},
|
|
4833
4998
|
{
|
|
4834
4999
|
"name": "tailwindcss",
|
|
4835
5000
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -5218,6 +5383,29 @@
|
|
|
5218
5383
|
}
|
|
5219
5384
|
}
|
|
5220
5385
|
},
|
|
5386
|
+
{
|
|
5387
|
+
"name": "ununuracss",
|
|
5388
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
5389
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
5390
|
+
"npm": "nuxt-ununura",
|
|
5391
|
+
"icon": "ununuracss.png",
|
|
5392
|
+
"github": "https://github.com/novout/ununuracss",
|
|
5393
|
+
"website": "https://ununura.com/#/",
|
|
5394
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
5395
|
+
"category": "UI",
|
|
5396
|
+
"type": "3rd-party",
|
|
5397
|
+
"maintainers": [
|
|
5398
|
+
{
|
|
5399
|
+
"name": "Giovane Cardoso",
|
|
5400
|
+
"github": "novout",
|
|
5401
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5402
|
+
}
|
|
5403
|
+
],
|
|
5404
|
+
"compatibility": {
|
|
5405
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5406
|
+
"requires": {}
|
|
5407
|
+
}
|
|
5408
|
+
},
|
|
5221
5409
|
{
|
|
5222
5410
|
"name": "user-agent",
|
|
5223
5411
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5262,6 +5450,30 @@
|
|
|
5262
5450
|
"requires": {}
|
|
5263
5451
|
}
|
|
5264
5452
|
},
|
|
5453
|
+
{
|
|
5454
|
+
"name": "vant",
|
|
5455
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
5456
|
+
"repo": "vant-ui/vant-nuxt",
|
|
5457
|
+
"npm": "@vant/nuxt",
|
|
5458
|
+
"icon": "vant.png",
|
|
5459
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
5460
|
+
"website": "https://vant-ui.github.io/vant",
|
|
5461
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
5462
|
+
"category": "UI",
|
|
5463
|
+
"type": "3rd-party",
|
|
5464
|
+
"maintainers": [
|
|
5465
|
+
{
|
|
5466
|
+
"name": "tolking",
|
|
5467
|
+
"github": "tolking"
|
|
5468
|
+
}
|
|
5469
|
+
],
|
|
5470
|
+
"compatibility": {
|
|
5471
|
+
"nuxt": "^3.0.0",
|
|
5472
|
+
"requires": {
|
|
5473
|
+
"bridge": "optional"
|
|
5474
|
+
}
|
|
5475
|
+
}
|
|
5476
|
+
},
|
|
5265
5477
|
{
|
|
5266
5478
|
"name": "vendor",
|
|
5267
5479
|
"description": "directly serve node_modules",
|
|
@@ -5652,29 +5864,6 @@
|
|
|
5652
5864
|
}
|
|
5653
5865
|
}
|
|
5654
5866
|
},
|
|
5655
|
-
{
|
|
5656
|
-
"name": "web3js",
|
|
5657
|
-
"description": "Web3.js module integration for Nuxt.js",
|
|
5658
|
-
"repo": "bl0cknumber/nuxt-web3",
|
|
5659
|
-
"npm": "nuxt-web3",
|
|
5660
|
-
"icon": "web3js.svg",
|
|
5661
|
-
"github": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5662
|
-
"website": "https://github.com/bl0cknumber/nuxt-web3",
|
|
5663
|
-
"learn_more": "https://web3js.readthedocs.io/",
|
|
5664
|
-
"category": "Libraries",
|
|
5665
|
-
"type": "3rd-party",
|
|
5666
|
-
"maintainers": [
|
|
5667
|
-
{
|
|
5668
|
-
"name": "Muhammad Fauzan",
|
|
5669
|
-
"github": "bl0cknumber",
|
|
5670
|
-
"twitter": "fncolon"
|
|
5671
|
-
}
|
|
5672
|
-
],
|
|
5673
|
-
"compatibility": {
|
|
5674
|
-
"nuxt": "^2.0.0",
|
|
5675
|
-
"requires": {}
|
|
5676
|
-
}
|
|
5677
|
-
},
|
|
5678
5867
|
{
|
|
5679
5868
|
"name": "webfontloader",
|
|
5680
5869
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -5932,6 +6121,29 @@
|
|
|
5932
6121
|
"requires": {}
|
|
5933
6122
|
}
|
|
5934
6123
|
},
|
|
6124
|
+
{
|
|
6125
|
+
"name": "yandex-metrika-next",
|
|
6126
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
6127
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6128
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6129
|
+
"icon": "yandex-metrika.svg",
|
|
6130
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6131
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6132
|
+
"learn_more": "",
|
|
6133
|
+
"category": "Analytics",
|
|
6134
|
+
"type": "3rd-party",
|
|
6135
|
+
"maintainers": [
|
|
6136
|
+
{
|
|
6137
|
+
"name": "Aleksandr Saburov",
|
|
6138
|
+
"github": "artmizu",
|
|
6139
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6140
|
+
}
|
|
6141
|
+
],
|
|
6142
|
+
"compatibility": {
|
|
6143
|
+
"nuxt": "^3.0.0",
|
|
6144
|
+
"requires": {}
|
|
6145
|
+
}
|
|
6146
|
+
},
|
|
5935
6147
|
{
|
|
5936
6148
|
"name": "yandex-metrika",
|
|
5937
6149
|
"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-b1fdab",
|
|
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
|
}
|