@nuxt/modules 0.6.0-46106e → 0.6.0-53f038
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 +124 -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",
|
|
@@ -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
|
},
|
|
@@ -1143,6 +1120,28 @@
|
|
|
1143
1120
|
"requires": {}
|
|
1144
1121
|
}
|
|
1145
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
|
+
},
|
|
1146
1145
|
{
|
|
1147
1146
|
"name": "element-plus",
|
|
1148
1147
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1213,7 +1212,7 @@
|
|
|
1213
1212
|
}
|
|
1214
1213
|
],
|
|
1215
1214
|
"compatibility": {
|
|
1216
|
-
"nuxt": "^2.0.0",
|
|
1215
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1217
1216
|
"requires": {}
|
|
1218
1217
|
}
|
|
1219
1218
|
},
|
|
@@ -2602,6 +2601,31 @@
|
|
|
2602
2601
|
"requires": {}
|
|
2603
2602
|
}
|
|
2604
2603
|
},
|
|
2604
|
+
{
|
|
2605
|
+
"name": "medusa",
|
|
2606
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2607
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2608
|
+
"npm": "nuxt-medusa",
|
|
2609
|
+
"icon": "medusa.svg",
|
|
2610
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2611
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2612
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2613
|
+
"category": "Ecommerce",
|
|
2614
|
+
"type": "3rd-party",
|
|
2615
|
+
"maintainers": [
|
|
2616
|
+
{
|
|
2617
|
+
"name": "Jakub Andrzejewski",
|
|
2618
|
+
"github": "Baroshem",
|
|
2619
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2620
|
+
}
|
|
2621
|
+
],
|
|
2622
|
+
"compatibility": {
|
|
2623
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2624
|
+
"requires": {
|
|
2625
|
+
"bridge": true
|
|
2626
|
+
}
|
|
2627
|
+
}
|
|
2628
|
+
},
|
|
2605
2629
|
{
|
|
2606
2630
|
"name": "meilisearch",
|
|
2607
2631
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -3651,11 +3675,11 @@
|
|
|
3651
3675
|
"description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
|
|
3652
3676
|
"repo": "artmizu/nuxt-prometheus",
|
|
3653
3677
|
"npm": "@artmizu/nuxt-prometheus",
|
|
3654
|
-
"icon": "",
|
|
3678
|
+
"icon": "prometheus.svg",
|
|
3655
3679
|
"github": "https://github.com/artmizu/nuxt-prometheus",
|
|
3656
3680
|
"website": "https://github.com/artmizu/nuxt-prometheus",
|
|
3657
3681
|
"learn_more": "",
|
|
3658
|
-
"category": "
|
|
3682
|
+
"category": "Monitoring",
|
|
3659
3683
|
"type": "3rd-party",
|
|
3660
3684
|
"maintainers": [
|
|
3661
3685
|
{
|
|
@@ -3664,7 +3688,7 @@
|
|
|
3664
3688
|
}
|
|
3665
3689
|
],
|
|
3666
3690
|
"compatibility": {
|
|
3667
|
-
"nuxt": "^
|
|
3691
|
+
"nuxt": "^3.0.0",
|
|
3668
3692
|
"requires": {}
|
|
3669
3693
|
}
|
|
3670
3694
|
},
|
|
@@ -4105,8 +4129,8 @@
|
|
|
4105
4129
|
{
|
|
4106
4130
|
"name": "seo-kit",
|
|
4107
4131
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
4108
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4109
|
-
"npm": "nuxt-seo-kit
|
|
4132
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4133
|
+
"npm": "nuxt-seo-kit",
|
|
4110
4134
|
"icon": "seo-kit.svg",
|
|
4111
4135
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4112
4136
|
"website": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4353,10 +4377,32 @@
|
|
|
4353
4377
|
"requires": {}
|
|
4354
4378
|
}
|
|
4355
4379
|
},
|
|
4380
|
+
{
|
|
4381
|
+
"name": "snackbar",
|
|
4382
|
+
"description": "Nuxt Snackbar module using vue3-snackbar",
|
|
4383
|
+
"repo": "modbender/nuxt-snackbar#master",
|
|
4384
|
+
"npm": "nuxt-snackbar",
|
|
4385
|
+
"icon": "snackbar.png",
|
|
4386
|
+
"github": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4387
|
+
"website": "https://github.com/modbender/nuxt-snackbar/tree/master",
|
|
4388
|
+
"learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
|
|
4389
|
+
"category": "UI",
|
|
4390
|
+
"type": "3rd-party",
|
|
4391
|
+
"maintainers": [
|
|
4392
|
+
{
|
|
4393
|
+
"name": "modbender",
|
|
4394
|
+
"github": "modbender"
|
|
4395
|
+
}
|
|
4396
|
+
],
|
|
4397
|
+
"compatibility": {
|
|
4398
|
+
"nuxt": "^3.0.0",
|
|
4399
|
+
"requires": {}
|
|
4400
|
+
}
|
|
4401
|
+
},
|
|
4356
4402
|
{
|
|
4357
4403
|
"name": "snipcart",
|
|
4358
4404
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4359
|
-
"repo": "nuxt-modules/snipcart
|
|
4405
|
+
"repo": "nuxt-modules/snipcart",
|
|
4360
4406
|
"npm": "@nuxtjs/snipcart",
|
|
4361
4407
|
"icon": "snipcart.png",
|
|
4362
4408
|
"github": "https://github.com/nuxt-modules/snipcart",
|
|
@@ -4709,7 +4755,7 @@
|
|
|
4709
4755
|
}
|
|
4710
4756
|
],
|
|
4711
4757
|
"compatibility": {
|
|
4712
|
-
"nuxt": "^2.0.0",
|
|
4758
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4713
4759
|
"requires": {}
|
|
4714
4760
|
}
|
|
4715
4761
|
},
|
|
@@ -5291,6 +5337,29 @@
|
|
|
5291
5337
|
}
|
|
5292
5338
|
}
|
|
5293
5339
|
},
|
|
5340
|
+
{
|
|
5341
|
+
"name": "ununuracss",
|
|
5342
|
+
"description": "A Real CSS Engine. Only Scoped.",
|
|
5343
|
+
"repo": "novout/ununuracss#main/packages/nuxt",
|
|
5344
|
+
"npm": "nuxt-ununura",
|
|
5345
|
+
"icon": "ununuracss.png",
|
|
5346
|
+
"github": "https://github.com/novout/ununuracss",
|
|
5347
|
+
"website": "https://ununura.com/#/",
|
|
5348
|
+
"learn_more": "https://ununura.com/#/docs/why",
|
|
5349
|
+
"category": "UI",
|
|
5350
|
+
"type": "3rd-party",
|
|
5351
|
+
"maintainers": [
|
|
5352
|
+
{
|
|
5353
|
+
"name": "Giovane Cardoso",
|
|
5354
|
+
"github": "novout",
|
|
5355
|
+
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
5356
|
+
}
|
|
5357
|
+
],
|
|
5358
|
+
"compatibility": {
|
|
5359
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
5360
|
+
"requires": {}
|
|
5361
|
+
}
|
|
5362
|
+
},
|
|
5294
5363
|
{
|
|
5295
5364
|
"name": "user-agent",
|
|
5296
5365
|
"description": "Nuxt.js module for handling User-Agent.",
|
|
@@ -5749,29 +5818,6 @@
|
|
|
5749
5818
|
}
|
|
5750
5819
|
}
|
|
5751
5820
|
},
|
|
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
5821
|
{
|
|
5776
5822
|
"name": "webfontloader",
|
|
5777
5823
|
"description": "Efficient web font loading has never been easier!",
|
|
@@ -6029,6 +6075,29 @@
|
|
|
6029
6075
|
"requires": {}
|
|
6030
6076
|
}
|
|
6031
6077
|
},
|
|
6078
|
+
{
|
|
6079
|
+
"name": "yandex-metrika-next",
|
|
6080
|
+
"description": "Yandex Metrika integration for Nuxt",
|
|
6081
|
+
"repo": "artmizu/yandex-metrika-nuxt",
|
|
6082
|
+
"npm": "@artmizu/yandex-metrika-nuxt",
|
|
6083
|
+
"icon": "yandex-metrika.svg",
|
|
6084
|
+
"github": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6085
|
+
"website": "https://github.com/artmizu/yandex-metrika-nuxt",
|
|
6086
|
+
"learn_more": "",
|
|
6087
|
+
"category": "Analytics",
|
|
6088
|
+
"type": "3rd-party",
|
|
6089
|
+
"maintainers": [
|
|
6090
|
+
{
|
|
6091
|
+
"name": "Aleksandr Saburov",
|
|
6092
|
+
"github": "artmizu",
|
|
6093
|
+
"avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
|
|
6094
|
+
}
|
|
6095
|
+
],
|
|
6096
|
+
"compatibility": {
|
|
6097
|
+
"nuxt": "^3.0.0",
|
|
6098
|
+
"requires": {}
|
|
6099
|
+
}
|
|
6100
|
+
},
|
|
6032
6101
|
{
|
|
6033
6102
|
"name": "yandex-metrika",
|
|
6034
6103
|
"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-53f038",
|
|
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
|
}
|