@nuxt/modules 0.6.0-afdffa → 0.6.0-b3265d
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 +155 -34
- 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
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
}
|
|
282
282
|
],
|
|
283
283
|
"compatibility": {
|
|
284
|
-
"nuxt": "^
|
|
284
|
+
"nuxt": "^3.0.0",
|
|
285
285
|
"requires": {}
|
|
286
286
|
}
|
|
287
287
|
},
|
|
@@ -659,6 +659,33 @@
|
|
|
659
659
|
"requires": {}
|
|
660
660
|
}
|
|
661
661
|
},
|
|
662
|
+
{
|
|
663
|
+
"name": "cloudflare-analytics",
|
|
664
|
+
"description": "Cloudflare Web Analytics Module for Nuxt",
|
|
665
|
+
"repo": "hamlogic/nuxt-cloudflare-analytics",
|
|
666
|
+
"npm": "nuxt-cloudflare-analytics",
|
|
667
|
+
"icon": "cloudflare.svg",
|
|
668
|
+
"github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
669
|
+
"website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
|
|
670
|
+
"learn_more": "https://www.cloudflare.com/web-analytics/",
|
|
671
|
+
"category": "Analytics",
|
|
672
|
+
"type": "3rd-party",
|
|
673
|
+
"maintainers": [
|
|
674
|
+
{
|
|
675
|
+
"name": "hamlogic",
|
|
676
|
+
"github": "hamlogic"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"name": "Fabian B.",
|
|
680
|
+
"github": "madebyfabian",
|
|
681
|
+
"twitter": "madebyfabian"
|
|
682
|
+
}
|
|
683
|
+
],
|
|
684
|
+
"compatibility": {
|
|
685
|
+
"nuxt": "^3.0.0",
|
|
686
|
+
"requires": {}
|
|
687
|
+
}
|
|
688
|
+
},
|
|
662
689
|
{
|
|
663
690
|
"name": "cloudinary",
|
|
664
691
|
"description": "Optimize images and videos in your Nuxt.js application",
|
|
@@ -1116,6 +1143,28 @@
|
|
|
1116
1143
|
"requires": {}
|
|
1117
1144
|
}
|
|
1118
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
|
+
},
|
|
1119
1168
|
{
|
|
1120
1169
|
"name": "element-plus",
|
|
1121
1170
|
"description": "A Vue 3 based component library for designers and developers",
|
|
@@ -1186,7 +1235,7 @@
|
|
|
1186
1235
|
}
|
|
1187
1236
|
],
|
|
1188
1237
|
"compatibility": {
|
|
1189
|
-
"nuxt": "^2.0.0",
|
|
1238
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
1190
1239
|
"requires": {}
|
|
1191
1240
|
}
|
|
1192
1241
|
},
|
|
@@ -2575,6 +2624,31 @@
|
|
|
2575
2624
|
"requires": {}
|
|
2576
2625
|
}
|
|
2577
2626
|
},
|
|
2627
|
+
{
|
|
2628
|
+
"name": "medusa",
|
|
2629
|
+
"description": "Easily connect to Medusa from your Nuxt 3 application",
|
|
2630
|
+
"repo": "Baroshem/nuxt-medusa",
|
|
2631
|
+
"npm": "nuxt-medusa",
|
|
2632
|
+
"icon": "medusa.svg",
|
|
2633
|
+
"github": "https://github.com/Baroshem/nuxt-medusa/",
|
|
2634
|
+
"website": "https://nuxt-medusa.vercel.app/",
|
|
2635
|
+
"learn_more": "https://nuxt-medusa.vercel.app/",
|
|
2636
|
+
"category": "Ecommerce",
|
|
2637
|
+
"type": "3rd-party",
|
|
2638
|
+
"maintainers": [
|
|
2639
|
+
{
|
|
2640
|
+
"name": "Jakub Andrzejewski",
|
|
2641
|
+
"github": "Baroshem",
|
|
2642
|
+
"avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
|
|
2643
|
+
}
|
|
2644
|
+
],
|
|
2645
|
+
"compatibility": {
|
|
2646
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
2647
|
+
"requires": {
|
|
2648
|
+
"bridge": true
|
|
2649
|
+
}
|
|
2650
|
+
}
|
|
2651
|
+
},
|
|
2578
2652
|
{
|
|
2579
2653
|
"name": "meilisearch",
|
|
2580
2654
|
"description": "Meilisearch Instant Search module for Nuxt 3",
|
|
@@ -2997,6 +3071,29 @@
|
|
|
2997
3071
|
"requires": {}
|
|
2998
3072
|
}
|
|
2999
3073
|
},
|
|
3074
|
+
{
|
|
3075
|
+
"name": "nuxt-pdf",
|
|
3076
|
+
"description": "Zero-boilerplate PDF exports of your Pages and Components",
|
|
3077
|
+
"repo": "sidebase/nuxt-pdf",
|
|
3078
|
+
"npm": "@sidebase/nuxt-pdf",
|
|
3079
|
+
"icon": "nuxt-pdf.png",
|
|
3080
|
+
"github": "https://github.com/sidebase/nuxt-pdf",
|
|
3081
|
+
"website": "https://sidebase.io/nuxt-pdf",
|
|
3082
|
+
"learn_more": "https://github.com/sidebase",
|
|
3083
|
+
"category": "Extensions",
|
|
3084
|
+
"type": "3rd-party",
|
|
3085
|
+
"maintainers": [
|
|
3086
|
+
{
|
|
3087
|
+
"name": "sidebase",
|
|
3088
|
+
"github": "sidebase",
|
|
3089
|
+
"twitter": "sidebase_io"
|
|
3090
|
+
}
|
|
3091
|
+
],
|
|
3092
|
+
"compatibility": {
|
|
3093
|
+
"nuxt": "^3.0.0",
|
|
3094
|
+
"requires": {}
|
|
3095
|
+
}
|
|
3096
|
+
},
|
|
3000
3097
|
{
|
|
3001
3098
|
"name": "nuxt-pino-log",
|
|
3002
3099
|
"description": "Structured logs for nuxt apps using pino",
|
|
@@ -4055,8 +4152,8 @@
|
|
|
4055
4152
|
{
|
|
4056
4153
|
"name": "seo-kit",
|
|
4057
4154
|
"description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
|
|
4058
|
-
"repo": "harlan-zw/nuxt-seo-kit",
|
|
4059
|
-
"npm": "nuxt-seo-kit
|
|
4155
|
+
"repo": "harlan-zw/nuxt-seo-kit#main/layer",
|
|
4156
|
+
"npm": "nuxt-seo-kit",
|
|
4060
4157
|
"icon": "seo-kit.svg",
|
|
4061
4158
|
"github": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
4062
4159
|
"website": "https://github.com/harlan-zw/nuxt-seo-kit",
|
|
@@ -4306,23 +4403,23 @@
|
|
|
4306
4403
|
{
|
|
4307
4404
|
"name": "snipcart",
|
|
4308
4405
|
"description": "Snipcart integration module for Nuxt.js",
|
|
4309
|
-
"repo": "nuxt-
|
|
4406
|
+
"repo": "nuxt-modules/snipcart",
|
|
4310
4407
|
"npm": "@nuxtjs/snipcart",
|
|
4311
4408
|
"icon": "snipcart.png",
|
|
4312
|
-
"github": "https://github.com/nuxt-
|
|
4313
|
-
"website": "https://github.com/nuxt-
|
|
4314
|
-
"learn_more": "",
|
|
4409
|
+
"github": "https://github.com/nuxt-modules/snipcart",
|
|
4410
|
+
"website": "https://github.com/nuxt-modules/snipcart",
|
|
4411
|
+
"learn_more": "https://snipcart.com",
|
|
4315
4412
|
"category": "Payment",
|
|
4316
4413
|
"type": "community",
|
|
4317
4414
|
"maintainers": [
|
|
4318
4415
|
{
|
|
4319
4416
|
"name": "Florent GIRAUD",
|
|
4320
|
-
"github": "
|
|
4321
|
-
"twitter": "
|
|
4417
|
+
"github": "flozero",
|
|
4418
|
+
"twitter": "flozeroo"
|
|
4322
4419
|
}
|
|
4323
4420
|
],
|
|
4324
4421
|
"compatibility": {
|
|
4325
|
-
"nuxt": "^2.0.0",
|
|
4422
|
+
"nuxt": "^2.0.0 || ^3.0.0",
|
|
4326
4423
|
"requires": {}
|
|
4327
4424
|
}
|
|
4328
4425
|
},
|
|
@@ -4830,6 +4927,29 @@
|
|
|
4830
4927
|
"requires": {}
|
|
4831
4928
|
}
|
|
4832
4929
|
},
|
|
4930
|
+
{
|
|
4931
|
+
"name": "tailvue",
|
|
4932
|
+
"description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
|
|
4933
|
+
"repo": "fumeapp/tailvue",
|
|
4934
|
+
"npm": "tailvue",
|
|
4935
|
+
"icon": "tailvue.jpg",
|
|
4936
|
+
"github": "https://github.com/fumeapp/tailvue",
|
|
4937
|
+
"website": "https://github.com/fumeapp/tailvue",
|
|
4938
|
+
"learn_more": "https://github.com/fumeapp/tailvue#readme",
|
|
4939
|
+
"category": "UI",
|
|
4940
|
+
"type": "3rd-party",
|
|
4941
|
+
"maintainers": [
|
|
4942
|
+
{
|
|
4943
|
+
"name": "Kevin Olson",
|
|
4944
|
+
"github": "acidjazz",
|
|
4945
|
+
"twitter": "AppFume"
|
|
4946
|
+
}
|
|
4947
|
+
],
|
|
4948
|
+
"compatibility": {
|
|
4949
|
+
"nuxt": "^3.0.0",
|
|
4950
|
+
"requires": {}
|
|
4951
|
+
}
|
|
4952
|
+
},
|
|
4833
4953
|
{
|
|
4834
4954
|
"name": "tailwindcss",
|
|
4835
4955
|
"description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
|
|
@@ -5262,6 +5382,30 @@
|
|
|
5262
5382
|
"requires": {}
|
|
5263
5383
|
}
|
|
5264
5384
|
},
|
|
5385
|
+
{
|
|
5386
|
+
"name": "vant",
|
|
5387
|
+
"description": "A lightweight, customizable Vue UI library for mobile web apps.",
|
|
5388
|
+
"repo": "vant-ui/vant-nuxt",
|
|
5389
|
+
"npm": "@vant/nuxt",
|
|
5390
|
+
"icon": "vant.png",
|
|
5391
|
+
"github": "https://github.com/vant-ui/vant-nuxt",
|
|
5392
|
+
"website": "https://vant-ui.github.io/vant",
|
|
5393
|
+
"learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
|
|
5394
|
+
"category": "UI",
|
|
5395
|
+
"type": "3rd-party",
|
|
5396
|
+
"maintainers": [
|
|
5397
|
+
{
|
|
5398
|
+
"name": "tolking",
|
|
5399
|
+
"github": "tolking"
|
|
5400
|
+
}
|
|
5401
|
+
],
|
|
5402
|
+
"compatibility": {
|
|
5403
|
+
"nuxt": "^3.0.0",
|
|
5404
|
+
"requires": {
|
|
5405
|
+
"bridge": "optional"
|
|
5406
|
+
}
|
|
5407
|
+
}
|
|
5408
|
+
},
|
|
5265
5409
|
{
|
|
5266
5410
|
"name": "vendor",
|
|
5267
5411
|
"description": "directly serve node_modules",
|
|
@@ -5652,29 +5796,6 @@
|
|
|
5652
5796
|
}
|
|
5653
5797
|
}
|
|
5654
5798
|
},
|
|
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
5799
|
{
|
|
5679
5800
|
"name": "webfontloader",
|
|
5680
5801
|
"description": "Efficient web font loading has never been easier!",
|
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-b3265d",
|
|
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
|
}
|