@nuxt/modules 0.6.0-9ca271 → 0.6.0-9dd5fe
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 +1 -1
- package/modules.json +480 -49
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -98,7 +98,7 @@ pnpm build
|
|
|
98
98
|
[npm-version-src]: https://img.shields.io/npm/v/@nuxt/modules/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
99
99
|
[npm-version-href]: https://npmjs.com/package/@nuxt/modules
|
|
100
100
|
|
|
101
|
-
[nuxt-src]: https://img.shields.io/badge/Nuxt%20Modules-18181B?logo=nuxt
|
|
101
|
+
[nuxt-src]: https://img.shields.io/badge/Nuxt%20Modules-18181B?logo=nuxt
|
|
102
102
|
[nuxt-href]: https://nuxt.com/modules
|
|
103
103
|
|
|
104
104
|
[volta-src]: https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg
|
package/modules.json
CHANGED
|
@@ -880,7 +880,8 @@
|
|
|
880
880
|
{
|
|
881
881
|
"name": "Wind",
|
|
882
882
|
"github": "productdevbook",
|
|
883
|
-
"twitter": "productdevbook"
|
|
883
|
+
"twitter": "productdevbook",
|
|
884
|
+
"bluesky": "productdevbook.com"
|
|
884
885
|
}
|
|
885
886
|
],
|
|
886
887
|
"compatibility": {
|
|
@@ -1097,7 +1098,7 @@
|
|
|
1097
1098
|
{
|
|
1098
1099
|
"name": "Romain Hamel",
|
|
1099
1100
|
"github": "romhml",
|
|
1100
|
-
"bluesky": "rohm.
|
|
1101
|
+
"bluesky": "rohm.dev"
|
|
1101
1102
|
}
|
|
1102
1103
|
],
|
|
1103
1104
|
"compatibility": {
|
|
@@ -1264,8 +1265,8 @@
|
|
|
1264
1265
|
"npm": "nuxt-contentstack",
|
|
1265
1266
|
"icon": "contentstack.png",
|
|
1266
1267
|
"github": "https://github.com/timbenniks/nuxt-contentstack",
|
|
1267
|
-
"website": "https://
|
|
1268
|
-
"learn_more": "https://contentstack.com/",
|
|
1268
|
+
"website": "https://nuxt-contentstack-docs.eu-contentstackapps.com/",
|
|
1269
|
+
"learn_more": "https://community.contentstack.com/",
|
|
1269
1270
|
"category": "CMS",
|
|
1270
1271
|
"type": "3rd-party",
|
|
1271
1272
|
"maintainers": [
|
|
@@ -1278,8 +1279,9 @@
|
|
|
1278
1279
|
}
|
|
1279
1280
|
],
|
|
1280
1281
|
"compatibility": {
|
|
1281
|
-
"nuxt": "^3.
|
|
1282
|
-
"requires": {}
|
|
1282
|
+
"nuxt": "^3.16.0",
|
|
1283
|
+
"requires": {},
|
|
1284
|
+
"devtools": "^0.0.0"
|
|
1283
1285
|
}
|
|
1284
1286
|
},
|
|
1285
1287
|
{
|
|
@@ -1873,10 +1875,10 @@
|
|
|
1873
1875
|
"description": "Es-toolkit auto import module for Nuxt",
|
|
1874
1876
|
"repo": "bubblesortt/nuxt-es-toolkit",
|
|
1875
1877
|
"npm": "@bubblesortt/nuxt-es-toolkit",
|
|
1876
|
-
"icon": "",
|
|
1878
|
+
"icon": "es-toolkit.png",
|
|
1877
1879
|
"github": "https://github.com/bubblesortt/nuxt-es-toolkit",
|
|
1878
1880
|
"website": "https://github.com/bubblesortt/nuxt-es-toolkit",
|
|
1879
|
-
"learn_more": "",
|
|
1881
|
+
"learn_more": "https://es-toolkit.dev/",
|
|
1880
1882
|
"category": "Libraries",
|
|
1881
1883
|
"type": "3rd-party",
|
|
1882
1884
|
"maintainers": [
|
|
@@ -2733,6 +2735,30 @@
|
|
|
2733
2735
|
"requires": {}
|
|
2734
2736
|
}
|
|
2735
2737
|
},
|
|
2738
|
+
{
|
|
2739
|
+
"name": "hints",
|
|
2740
|
+
"description": "Nuxt module that shows hints for aspects of your application such as Performance, Security, and more!",
|
|
2741
|
+
"repo": "nuxt/hints",
|
|
2742
|
+
"npm": "@nuxt/hints",
|
|
2743
|
+
"icon": "nuxt.svg",
|
|
2744
|
+
"github": "https://github.com/nuxt/hints",
|
|
2745
|
+
"website": "https://github.com/nuxt/hints",
|
|
2746
|
+
"learn_more": "",
|
|
2747
|
+
"category": "Devtools",
|
|
2748
|
+
"type": "official",
|
|
2749
|
+
"maintainers": [
|
|
2750
|
+
{
|
|
2751
|
+
"name": "Julien Huang",
|
|
2752
|
+
"github": "huang-julien",
|
|
2753
|
+
"twitter": "JulienHuang_dev",
|
|
2754
|
+
"bluesky": "julienhuang-dev.bsky.social"
|
|
2755
|
+
}
|
|
2756
|
+
],
|
|
2757
|
+
"compatibility": {
|
|
2758
|
+
"nuxt": ">=3.0.0",
|
|
2759
|
+
"requires": {}
|
|
2760
|
+
}
|
|
2761
|
+
},
|
|
2736
2762
|
{
|
|
2737
2763
|
"name": "history-state",
|
|
2738
2764
|
"description": "Nuxt module to backup or restore historical states",
|
|
@@ -3333,11 +3359,35 @@
|
|
|
3333
3359
|
},
|
|
3334
3360
|
"sponsor": true
|
|
3335
3361
|
},
|
|
3362
|
+
{
|
|
3363
|
+
"name": "kongponents",
|
|
3364
|
+
"description": "Kong Component library",
|
|
3365
|
+
"repo": "kong/kongponents",
|
|
3366
|
+
"npm": "@kong/kongponents",
|
|
3367
|
+
"icon": "kong.svg",
|
|
3368
|
+
"github": "https://github.com/Kong/kongponents/tree/main/nuxt",
|
|
3369
|
+
"website": "https://kongponents.konghq.com/",
|
|
3370
|
+
"learn_more": "https://kongponents.konghq.com/guide/usage.html#nuxt-module",
|
|
3371
|
+
"category": "UI",
|
|
3372
|
+
"type": "3rd-party",
|
|
3373
|
+
"maintainers": [
|
|
3374
|
+
{
|
|
3375
|
+
"name": "Kong",
|
|
3376
|
+
"github": "Kong",
|
|
3377
|
+
"twitter": "kong"
|
|
3378
|
+
}
|
|
3379
|
+
],
|
|
3380
|
+
"compatibility": {
|
|
3381
|
+
"nuxt": ">=3.0.0",
|
|
3382
|
+
"requires": {},
|
|
3383
|
+
"devtools": "^0.0.0"
|
|
3384
|
+
}
|
|
3385
|
+
},
|
|
3336
3386
|
{
|
|
3337
3387
|
"name": "kql",
|
|
3338
3388
|
"description": "Nuxt module for Kirby's Query Language API",
|
|
3339
3389
|
"repo": "johannschopplich/nuxt-kql",
|
|
3340
|
-
"npm": "nuxt-
|
|
3390
|
+
"npm": "nuxt-kirby",
|
|
3341
3391
|
"icon": "kql.svg",
|
|
3342
3392
|
"github": "https://github.com/johannschopplich/nuxt-kql",
|
|
3343
3393
|
"website": "https://nuxt-kql.byjohann.dev/",
|
|
@@ -3506,7 +3556,7 @@
|
|
|
3506
3556
|
"github": "https://github.com/nuxtlabs/nuxt-llms",
|
|
3507
3557
|
"website": "https://github.com/nuxtlabs/nuxt-llms",
|
|
3508
3558
|
"learn_more": "",
|
|
3509
|
-
"category": "
|
|
3559
|
+
"category": "AI",
|
|
3510
3560
|
"type": "3rd-party",
|
|
3511
3561
|
"maintainers": [
|
|
3512
3562
|
{
|
|
@@ -3908,6 +3958,31 @@
|
|
|
3908
3958
|
"requires": {}
|
|
3909
3959
|
}
|
|
3910
3960
|
},
|
|
3961
|
+
{
|
|
3962
|
+
"name": "mcp-toolkit",
|
|
3963
|
+
"description": "Create MCP servers directly in your Nuxt application with zero configuration.",
|
|
3964
|
+
"repo": "nuxt-modules/mcp-toolkit#main/packages/nuxt-mcp-toolkit",
|
|
3965
|
+
"npm": "@nuxtjs/mcp-toolkit",
|
|
3966
|
+
"icon": "mcp-toolkit.png",
|
|
3967
|
+
"github": "https://github.com/nuxt-modules/mcp-toolkit/tree/main/packages/nuxt-mcp-toolkit",
|
|
3968
|
+
"website": "https://mcp-toolkit.nuxt.dev",
|
|
3969
|
+
"learn_more": "",
|
|
3970
|
+
"category": "AI",
|
|
3971
|
+
"type": "community",
|
|
3972
|
+
"maintainers": [
|
|
3973
|
+
{
|
|
3974
|
+
"name": "Hugo",
|
|
3975
|
+
"github": "HugoRCD",
|
|
3976
|
+
"twitter": "hugorcd",
|
|
3977
|
+
"bluesky": "hrcd.fr"
|
|
3978
|
+
}
|
|
3979
|
+
],
|
|
3980
|
+
"compatibility": {
|
|
3981
|
+
"nuxt": ">=3.0.0",
|
|
3982
|
+
"requires": {}
|
|
3983
|
+
},
|
|
3984
|
+
"mcp": "https://mcp-toolkit.nuxt.dev/mcp"
|
|
3985
|
+
},
|
|
3911
3986
|
{
|
|
3912
3987
|
"name": "mdc",
|
|
3913
3988
|
"description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
|
|
@@ -4244,6 +4319,30 @@
|
|
|
4244
4319
|
"requires": {}
|
|
4245
4320
|
}
|
|
4246
4321
|
},
|
|
4322
|
+
{
|
|
4323
|
+
"name": "nitro-graphql",
|
|
4324
|
+
"description": "A standalone Nitro module that integrates GraphQL servers into any Nitro application with automatic type generation, file watching, and seamless framework integration.",
|
|
4325
|
+
"repo": "productdevbook/nitro-graphql",
|
|
4326
|
+
"npm": "nitro-graphql",
|
|
4327
|
+
"icon": "",
|
|
4328
|
+
"github": "https://github.com/productdevbook/nitro-graphql",
|
|
4329
|
+
"website": "https://github.com/productdevbook/nitro-graphql",
|
|
4330
|
+
"learn_more": "",
|
|
4331
|
+
"category": "Request",
|
|
4332
|
+
"type": "3rd-party",
|
|
4333
|
+
"maintainers": [
|
|
4334
|
+
{
|
|
4335
|
+
"name": "Wind",
|
|
4336
|
+
"github": "productdevbook",
|
|
4337
|
+
"twitter": "productdevbook",
|
|
4338
|
+
"bluesky": "productdevbook.com"
|
|
4339
|
+
}
|
|
4340
|
+
],
|
|
4341
|
+
"compatibility": {
|
|
4342
|
+
"nuxt": "^3.0.0",
|
|
4343
|
+
"requires": {}
|
|
4344
|
+
}
|
|
4345
|
+
},
|
|
4247
4346
|
{
|
|
4248
4347
|
"name": "nodemailer",
|
|
4249
4348
|
"description": "Nuxt integration for nodemailer",
|
|
@@ -4310,6 +4409,30 @@
|
|
|
4310
4409
|
"requires": {}
|
|
4311
4410
|
}
|
|
4312
4411
|
},
|
|
4412
|
+
{
|
|
4413
|
+
"name": "nuxt-aidbase",
|
|
4414
|
+
"description": "Easily integrate Aidbase into your Nuxt app.",
|
|
4415
|
+
"repo": "Mokkapps/nuxt-aidbase",
|
|
4416
|
+
"npm": "nuxt-aidbase",
|
|
4417
|
+
"icon": "nuxt-aidbase.png",
|
|
4418
|
+
"github": "https://github.com/Mokkapps/nuxt-aidbase",
|
|
4419
|
+
"website": "https://github.com/Mokkapps/nuxt-aidbase",
|
|
4420
|
+
"learn_more": "https://github.com/Mokkapps/nuxt-aidbase",
|
|
4421
|
+
"category": "Libraries",
|
|
4422
|
+
"type": "3rd-party",
|
|
4423
|
+
"maintainers": [
|
|
4424
|
+
{
|
|
4425
|
+
"name": "Michael Hoffmann",
|
|
4426
|
+
"github": "Mokkapps",
|
|
4427
|
+
"twitter": "mokkapps",
|
|
4428
|
+
"avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
|
|
4429
|
+
}
|
|
4430
|
+
],
|
|
4431
|
+
"compatibility": {
|
|
4432
|
+
"nuxt": ">=3.0.0",
|
|
4433
|
+
"requires": {}
|
|
4434
|
+
}
|
|
4435
|
+
},
|
|
4313
4436
|
{
|
|
4314
4437
|
"name": "nuxt-anchorscroll",
|
|
4315
4438
|
"description": "Scroll to top and to anchor support for Nuxt",
|
|
@@ -4385,7 +4508,7 @@
|
|
|
4385
4508
|
"npm": "nuxt-auth-sanctum",
|
|
4386
4509
|
"icon": "laravel.svg",
|
|
4387
4510
|
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
4388
|
-
"website": "https://manchenkoff.
|
|
4511
|
+
"website": "https://sanctum.manchenkoff.me",
|
|
4389
4512
|
"learn_more": "https://laravel.com/docs/12.x/sanctum",
|
|
4390
4513
|
"category": "Security",
|
|
4391
4514
|
"type": "3rd-party",
|
|
@@ -4656,6 +4779,30 @@
|
|
|
4656
4779
|
"requires": {}
|
|
4657
4780
|
}
|
|
4658
4781
|
},
|
|
4782
|
+
{
|
|
4783
|
+
"name": "nuxt-email-renderer",
|
|
4784
|
+
"description": "A Nuxt module that provides high-quality, unstyled components & utils for creating emails using Vue and TypeScript.",
|
|
4785
|
+
"repo": "Mokkapps/nuxt-email-renderer",
|
|
4786
|
+
"npm": "nuxt-email-renderer",
|
|
4787
|
+
"icon": "",
|
|
4788
|
+
"github": "https://github.com/Mokkapps/nuxt-email-renderer",
|
|
4789
|
+
"website": "https://nuxtemail.com",
|
|
4790
|
+
"learn_more": "https://nuxtemail.com",
|
|
4791
|
+
"category": "Devtools",
|
|
4792
|
+
"type": "3rd-party",
|
|
4793
|
+
"maintainers": [
|
|
4794
|
+
{
|
|
4795
|
+
"name": "Michael Hoffmann",
|
|
4796
|
+
"github": "Mokkapps",
|
|
4797
|
+
"twitter": "mokkapps",
|
|
4798
|
+
"avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
|
|
4799
|
+
}
|
|
4800
|
+
],
|
|
4801
|
+
"compatibility": {
|
|
4802
|
+
"nuxt": ">=3.0.0",
|
|
4803
|
+
"requires": {}
|
|
4804
|
+
}
|
|
4805
|
+
},
|
|
4659
4806
|
{
|
|
4660
4807
|
"name": "nuxt-facebook-chat",
|
|
4661
4808
|
"description": "nuxt-plotly module is thin Nuxt wrapper for Facebook's Customer Chat SDK",
|
|
@@ -4771,6 +4918,31 @@
|
|
|
4771
4918
|
"requires": {}
|
|
4772
4919
|
}
|
|
4773
4920
|
},
|
|
4921
|
+
{
|
|
4922
|
+
"name": "nuxt-formisch",
|
|
4923
|
+
"description": "Formisch integration for Nuxt - schema-based, headless form library",
|
|
4924
|
+
"repo": "onmax/nuxt-formisch",
|
|
4925
|
+
"npm": "nuxt-formisch",
|
|
4926
|
+
"icon": "nuxt-formisch.svg",
|
|
4927
|
+
"github": "https://github.com/onmax/nuxt-formisch",
|
|
4928
|
+
"website": "https://github.com/onmax/nuxt-formisch",
|
|
4929
|
+
"learn_more": "",
|
|
4930
|
+
"category": "Libraries",
|
|
4931
|
+
"type": "3rd-party",
|
|
4932
|
+
"maintainers": [
|
|
4933
|
+
{
|
|
4934
|
+
"name": "Max",
|
|
4935
|
+
"github": "onmax",
|
|
4936
|
+
"avatar": "https://avatars.githubusercontent.com/u/22072217?v=4",
|
|
4937
|
+
"bluesky": "onmax.bsky.social",
|
|
4938
|
+
"twitter": "_onmax"
|
|
4939
|
+
}
|
|
4940
|
+
],
|
|
4941
|
+
"compatibility": {
|
|
4942
|
+
"nuxt": "^3.0.0",
|
|
4943
|
+
"requires": {}
|
|
4944
|
+
}
|
|
4945
|
+
},
|
|
4774
4946
|
{
|
|
4775
4947
|
"name": "nuxt-fortify",
|
|
4776
4948
|
"description": "Use Laravel fortify and sanctum with Nuxt",
|
|
@@ -4817,6 +4989,28 @@
|
|
|
4817
4989
|
"requires": {}
|
|
4818
4990
|
}
|
|
4819
4991
|
},
|
|
4992
|
+
{
|
|
4993
|
+
"name": "nuxt-google-auth",
|
|
4994
|
+
"description": "Google Identity Services integration for Nuxt 3 & 4 with a simple composable and button component.",
|
|
4995
|
+
"repo": "go-fireball/nuxt-google-auth",
|
|
4996
|
+
"npm": "nuxt-google-auth",
|
|
4997
|
+
"icon": "",
|
|
4998
|
+
"github": "https://github.com/go-fireball/nuxt-google-auth",
|
|
4999
|
+
"website": "https://github.com/go-fireball/nuxt-google-auth",
|
|
5000
|
+
"learn_more": "",
|
|
5001
|
+
"category": "Security",
|
|
5002
|
+
"type": "3rd-party",
|
|
5003
|
+
"maintainers": [
|
|
5004
|
+
{
|
|
5005
|
+
"name": "go-fireball",
|
|
5006
|
+
"github": "go-fireball"
|
|
5007
|
+
}
|
|
5008
|
+
],
|
|
5009
|
+
"compatibility": {
|
|
5010
|
+
"nuxt": "^3.0.0",
|
|
5011
|
+
"requires": {}
|
|
5012
|
+
}
|
|
5013
|
+
},
|
|
4820
5014
|
{
|
|
4821
5015
|
"name": "nuxt-gpt",
|
|
4822
5016
|
"description": "Plug and Play ChatGPT for Nuxt.",
|
|
@@ -4839,6 +5033,28 @@
|
|
|
4839
5033
|
"requires": {}
|
|
4840
5034
|
}
|
|
4841
5035
|
},
|
|
5036
|
+
{
|
|
5037
|
+
"name": "nuxt-gql-pulse",
|
|
5038
|
+
"description": "A Nuxt 3 module for making GraphQL requests with ease, leveraging the power of Nuxt's composables and VueUse.",
|
|
5039
|
+
"repo": "Abbasmoe/nuxt-gql-pulse",
|
|
5040
|
+
"npm": "nuxt-gql-pulse",
|
|
5041
|
+
"icon": "nuxt-gql-pulse.png",
|
|
5042
|
+
"github": "https://github.com/Abbasmoe/nuxt-gql-pulse",
|
|
5043
|
+
"website": "https://github.com/Abbasmoe/nuxt-gql-pulse",
|
|
5044
|
+
"learn_more": "",
|
|
5045
|
+
"category": "Request",
|
|
5046
|
+
"type": "3rd-party",
|
|
5047
|
+
"maintainers": [
|
|
5048
|
+
{
|
|
5049
|
+
"name": "Abbas Mohamed",
|
|
5050
|
+
"github": "Abbasmoe"
|
|
5051
|
+
}
|
|
5052
|
+
],
|
|
5053
|
+
"compatibility": {
|
|
5054
|
+
"nuxt": ">=3.0.0",
|
|
5055
|
+
"requires": {}
|
|
5056
|
+
}
|
|
5057
|
+
},
|
|
4842
5058
|
{
|
|
4843
5059
|
"name": "nuxt-graphql-middleware",
|
|
4844
5060
|
"description": "Expose GraphQL queries and mutations as server API routes.",
|
|
@@ -5037,7 +5253,7 @@
|
|
|
5037
5253
|
"npm": "nuxt-laravel-echo",
|
|
5038
5254
|
"icon": "laravel.svg",
|
|
5039
5255
|
"github": "https://github.com/manchenkoff/nuxt-laravel-echo",
|
|
5040
|
-
"website": "https://manchenkoff.
|
|
5256
|
+
"website": "https://echo.manchenkoff.me",
|
|
5041
5257
|
"learn_more": "https://laravel.com/docs/12.x/broadcasting",
|
|
5042
5258
|
"category": "Libraries",
|
|
5043
5259
|
"type": "3rd-party",
|
|
@@ -5213,7 +5429,7 @@
|
|
|
5213
5429
|
}
|
|
5214
5430
|
],
|
|
5215
5431
|
"compatibility": {
|
|
5216
|
-
"nuxt": "
|
|
5432
|
+
"nuxt": ">=3.0.0",
|
|
5217
5433
|
"requires": {}
|
|
5218
5434
|
}
|
|
5219
5435
|
},
|
|
@@ -5310,6 +5526,31 @@
|
|
|
5310
5526
|
"devtools": "^0.0.0"
|
|
5311
5527
|
}
|
|
5312
5528
|
},
|
|
5529
|
+
{
|
|
5530
|
+
"name": "nuxt-mqtt",
|
|
5531
|
+
"description": "A Nuxt module for real-time MQTT communication using mqtt.js",
|
|
5532
|
+
"repo": "arashsheyda/nuxt-mqtt",
|
|
5533
|
+
"npm": "nuxt-mqtt",
|
|
5534
|
+
"icon": "nuxt-mqtt.png",
|
|
5535
|
+
"github": "https://github.com/arashsheyda/nuxt-mqtt",
|
|
5536
|
+
"website": "https://github.com/arashsheyda/nuxt-mongoose#readme",
|
|
5537
|
+
"learn_more": "",
|
|
5538
|
+
"category": "Extensions",
|
|
5539
|
+
"type": "3rd-party",
|
|
5540
|
+
"maintainers": [
|
|
5541
|
+
{
|
|
5542
|
+
"name": "Arash Ari Sheyda",
|
|
5543
|
+
"github": "arashsheyda",
|
|
5544
|
+
"twitter": "arash_sheyda",
|
|
5545
|
+
"bluesky": "arashsheyda.me"
|
|
5546
|
+
}
|
|
5547
|
+
],
|
|
5548
|
+
"compatibility": {
|
|
5549
|
+
"nuxt": ">=3.0.0",
|
|
5550
|
+
"requires": {},
|
|
5551
|
+
"devtools": "^0.0.0"
|
|
5552
|
+
}
|
|
5553
|
+
},
|
|
5313
5554
|
{
|
|
5314
5555
|
"name": "nuxt-music-flow",
|
|
5315
5556
|
"description": "Nuxt 3 module for audio player component with playlist and waveform visualization.",
|
|
@@ -5359,10 +5600,10 @@
|
|
|
5359
5600
|
{
|
|
5360
5601
|
"name": "nuxt-ollama",
|
|
5361
5602
|
"description": "Simple integration of the official Ollama JavaScript Library for your Nuxt application.",
|
|
5362
|
-
"repo": "
|
|
5603
|
+
"repo": "thoda-dev/nuxt-ollama",
|
|
5363
5604
|
"npm": "nuxt-ollama",
|
|
5364
5605
|
"icon": "nuxt-ollama.png",
|
|
5365
|
-
"github": "https://github.com/
|
|
5606
|
+
"github": "https://github.com/thoda-dev/nuxt-ollama",
|
|
5366
5607
|
"website": "https://nuxt-ollama.jericho.dev/",
|
|
5367
5608
|
"learn_more": "https://nuxt-ollama.jericho.dev/",
|
|
5368
5609
|
"category": "Libraries",
|
|
@@ -5370,13 +5611,13 @@
|
|
|
5370
5611
|
"maintainers": [
|
|
5371
5612
|
{
|
|
5372
5613
|
"name": "Thomas",
|
|
5373
|
-
"github": "
|
|
5374
|
-
"avatar": "https://avatars.githubusercontent.com/
|
|
5375
|
-
"twitter": "
|
|
5614
|
+
"github": "thoda-dev",
|
|
5615
|
+
"avatar": "https://avatars.githubusercontent.com/thoda-dev",
|
|
5616
|
+
"twitter": "thoda_dev"
|
|
5376
5617
|
}
|
|
5377
5618
|
],
|
|
5378
5619
|
"compatibility": {
|
|
5379
|
-
"nuxt": "
|
|
5620
|
+
"nuxt": ">=3.15.0",
|
|
5380
5621
|
"requires": {}
|
|
5381
5622
|
}
|
|
5382
5623
|
},
|
|
@@ -5689,6 +5930,30 @@
|
|
|
5689
5930
|
"requires": {}
|
|
5690
5931
|
}
|
|
5691
5932
|
},
|
|
5933
|
+
{
|
|
5934
|
+
"name": "nuxt-safe-runtime-config",
|
|
5935
|
+
"description": "Validate Nuxt runtime config with Standard Schema at build time",
|
|
5936
|
+
"repo": "onmax/nuxt-safe-runtime-config#main",
|
|
5937
|
+
"npm": "nuxt-safe-runtime-config",
|
|
5938
|
+
"icon": "nuxt-safe-runtime-config.svg",
|
|
5939
|
+
"github": "https://github.com/onmax/nuxt-safe-runtime-config/tree/main",
|
|
5940
|
+
"website": "https://github.com/onmax/nuxt-safe-runtime-config/tree/main",
|
|
5941
|
+
"learn_more": "",
|
|
5942
|
+
"category": "Devtools",
|
|
5943
|
+
"type": "3rd-party",
|
|
5944
|
+
"maintainers": [
|
|
5945
|
+
{
|
|
5946
|
+
"name": "Max",
|
|
5947
|
+
"github": "onmax",
|
|
5948
|
+
"bluesky": "onmax.bsky.social",
|
|
5949
|
+
"twitter": "_onmax"
|
|
5950
|
+
}
|
|
5951
|
+
],
|
|
5952
|
+
"compatibility": {
|
|
5953
|
+
"nuxt": ">=3.0.0",
|
|
5954
|
+
"requires": {}
|
|
5955
|
+
}
|
|
5956
|
+
},
|
|
5692
5957
|
{
|
|
5693
5958
|
"name": "nuxt-sanctum-authentication",
|
|
5694
5959
|
"description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.",
|
|
@@ -5723,7 +5988,7 @@
|
|
|
5723
5988
|
"npm": "nuxt-sanctum-precognition",
|
|
5724
5989
|
"icon": "laravel.svg",
|
|
5725
5990
|
"github": "https://github.com/manchenkoff/nuxt-sanctum-precognition",
|
|
5726
|
-
"website": "https://manchenkoff.
|
|
5991
|
+
"website": "https://precognition.manchenkoff.me",
|
|
5727
5992
|
"learn_more": "https://laravel.com/docs/12.x/precognition",
|
|
5728
5993
|
"category": "Libraries",
|
|
5729
5994
|
"type": "3rd-party",
|
|
@@ -5742,27 +6007,48 @@
|
|
|
5742
6007
|
},
|
|
5743
6008
|
{
|
|
5744
6009
|
"name": "nuxt-shopify",
|
|
5745
|
-
"description": "
|
|
5746
|
-
"repo": "nuxt-
|
|
5747
|
-
"npm": "
|
|
6010
|
+
"description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
|
|
6011
|
+
"repo": "Gomah/nuxt-shopify",
|
|
6012
|
+
"npm": "nuxt-shopify",
|
|
5748
6013
|
"icon": "nuxt-shopify.png",
|
|
5749
|
-
"github": "https://github.com/nuxt-
|
|
5750
|
-
"website": "https://
|
|
5751
|
-
"learn_more": "https://shopify.
|
|
6014
|
+
"github": "https://github.com/Gomah/nuxt-shopify",
|
|
6015
|
+
"website": "https://github.com/Gomah/nuxt-shopify",
|
|
6016
|
+
"learn_more": "https://www.shopify.com/",
|
|
5752
6017
|
"category": "Ecommerce",
|
|
5753
|
-
"type": "
|
|
6018
|
+
"type": "3rd-party",
|
|
5754
6019
|
"maintainers": [
|
|
5755
6020
|
{
|
|
5756
|
-
"name": "
|
|
5757
|
-
"github": "
|
|
5758
|
-
|
|
6021
|
+
"name": "Thomas Marrec",
|
|
6022
|
+
"github": "Gomah",
|
|
6023
|
+
"twitter": "Gomah"
|
|
6024
|
+
}
|
|
6025
|
+
],
|
|
6026
|
+
"compatibility": {
|
|
6027
|
+
"nuxt": "^2.0.0",
|
|
6028
|
+
"requires": {}
|
|
6029
|
+
}
|
|
6030
|
+
},
|
|
6031
|
+
{
|
|
6032
|
+
"name": "nuxt-signupgate",
|
|
6033
|
+
"description": "Easily integrate SignupGate into your Nuxt app.",
|
|
6034
|
+
"repo": "Mokkapps/nuxt-signupgate",
|
|
6035
|
+
"npm": "nuxt-signupgate",
|
|
6036
|
+
"icon": "nuxt-signupgate.png",
|
|
6037
|
+
"github": "https://github.com/Mokkapps/nuxt-signupgate",
|
|
6038
|
+
"website": "https://github.com/Mokkapps/nuxt-signupgate",
|
|
6039
|
+
"learn_more": "https://github.com/Mokkapps/nuxt-signupgate",
|
|
6040
|
+
"category": "Libraries",
|
|
6041
|
+
"type": "3rd-party",
|
|
6042
|
+
"maintainers": [
|
|
5759
6043
|
{
|
|
5760
|
-
"name": "
|
|
5761
|
-
"github": "
|
|
6044
|
+
"name": "Michael Hoffmann",
|
|
6045
|
+
"github": "Mokkapps",
|
|
6046
|
+
"twitter": "mokkapps",
|
|
6047
|
+
"avatar": "https://avatars.githubusercontent.com/u/3127210?v=4"
|
|
5762
6048
|
}
|
|
5763
6049
|
],
|
|
5764
6050
|
"compatibility": {
|
|
5765
|
-
"nuxt": "
|
|
6051
|
+
"nuxt": ">=3.0.0",
|
|
5766
6052
|
"requires": {}
|
|
5767
6053
|
}
|
|
5768
6054
|
},
|
|
@@ -6161,6 +6447,28 @@
|
|
|
6161
6447
|
"requires": {}
|
|
6162
6448
|
}
|
|
6163
6449
|
},
|
|
6450
|
+
{
|
|
6451
|
+
"name": "nuxt-yup",
|
|
6452
|
+
"description": "Yup integration for Nuxt 4 with a simple composable.",
|
|
6453
|
+
"repo": "DarlanPrado/nuxt-yup",
|
|
6454
|
+
"npm": "nuxt-yup",
|
|
6455
|
+
"icon": "",
|
|
6456
|
+
"github": "https://github.com/DarlanPrado/nuxt-yup",
|
|
6457
|
+
"website": "https://github.com/DarlanPrado/nuxt-yup",
|
|
6458
|
+
"learn_more": "",
|
|
6459
|
+
"category": "Libraries",
|
|
6460
|
+
"type": "3rd-party",
|
|
6461
|
+
"maintainers": [
|
|
6462
|
+
{
|
|
6463
|
+
"name": "Darlan José Batista do Prado",
|
|
6464
|
+
"github": "DarlanPrado"
|
|
6465
|
+
}
|
|
6466
|
+
],
|
|
6467
|
+
"compatibility": {
|
|
6468
|
+
"nuxt": ">=3.0.0",
|
|
6469
|
+
"requires": {}
|
|
6470
|
+
}
|
|
6471
|
+
},
|
|
6164
6472
|
{
|
|
6165
6473
|
"name": "nuxt-zod-i18n",
|
|
6166
6474
|
"description": "A Nuxt Module for localizing zod error messages.",
|
|
@@ -6348,7 +6656,8 @@
|
|
|
6348
6656
|
{
|
|
6349
6657
|
"name": "Wind",
|
|
6350
6658
|
"github": "productdevbook",
|
|
6351
|
-
"twitter": "productdevbook"
|
|
6659
|
+
"twitter": "productdevbook",
|
|
6660
|
+
"bluesky": "productdevbook.com"
|
|
6352
6661
|
}
|
|
6353
6662
|
],
|
|
6354
6663
|
"compatibility": {
|
|
@@ -6577,7 +6886,7 @@
|
|
|
6577
6886
|
"type": "3rd-party",
|
|
6578
6887
|
"maintainers": [
|
|
6579
6888
|
{
|
|
6580
|
-
"name": "Giovane
|
|
6889
|
+
"name": "Giovane Silva",
|
|
6581
6890
|
"github": "novout",
|
|
6582
6891
|
"twitter": "novoutttttt",
|
|
6583
6892
|
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
@@ -6603,7 +6912,8 @@
|
|
|
6603
6912
|
{
|
|
6604
6913
|
"name": "Wind",
|
|
6605
6914
|
"github": "productdevbook",
|
|
6606
|
-
"twitter": "productdevbook"
|
|
6915
|
+
"twitter": "productdevbook",
|
|
6916
|
+
"bluesky": "productdevbook.com"
|
|
6607
6917
|
}
|
|
6608
6918
|
],
|
|
6609
6919
|
"compatibility": {
|
|
@@ -6634,6 +6944,31 @@
|
|
|
6634
6944
|
"requires": {}
|
|
6635
6945
|
}
|
|
6636
6946
|
},
|
|
6947
|
+
{
|
|
6948
|
+
"name": "pglite",
|
|
6949
|
+
"description": "A Nuxt module aimed to simplify the use of PGlite.",
|
|
6950
|
+
"repo": "sandros94/nuxt-pglite",
|
|
6951
|
+
"npm": "nuxt-pglite",
|
|
6952
|
+
"icon": "pglite.svg",
|
|
6953
|
+
"github": "https://github.com/sandros94/nuxt-pglite",
|
|
6954
|
+
"website": "https://github.com/sandros94/nuxt-pglite",
|
|
6955
|
+
"learn_more": "https://pglite.dev",
|
|
6956
|
+
"category": "Database",
|
|
6957
|
+
"type": "3rd-party",
|
|
6958
|
+
"maintainers": [
|
|
6959
|
+
{
|
|
6960
|
+
"name": "Sandro Circi",
|
|
6961
|
+
"github": "sandros94",
|
|
6962
|
+
"avatar": "https://avatars.githubusercontent.com/u/13056429",
|
|
6963
|
+
"bluesky": "sandros94.com",
|
|
6964
|
+
"twitter": "_sandros94"
|
|
6965
|
+
}
|
|
6966
|
+
],
|
|
6967
|
+
"compatibility": {
|
|
6968
|
+
"nuxt": ">=3.14.0",
|
|
6969
|
+
"requires": {}
|
|
6970
|
+
}
|
|
6971
|
+
},
|
|
6637
6972
|
{
|
|
6638
6973
|
"name": "pinia-colada",
|
|
6639
6974
|
"description": "The smart data fetching layer for Pinia",
|
|
@@ -6654,7 +6989,7 @@
|
|
|
6654
6989
|
}
|
|
6655
6990
|
],
|
|
6656
6991
|
"compatibility": {
|
|
6657
|
-
"nuxt": "^3.13.0",
|
|
6992
|
+
"nuxt": "^3.13.0 || ^4.0.0",
|
|
6658
6993
|
"requires": {}
|
|
6659
6994
|
}
|
|
6660
6995
|
},
|
|
@@ -7803,24 +8138,49 @@
|
|
|
7803
8138
|
},
|
|
7804
8139
|
{
|
|
7805
8140
|
"name": "shopify",
|
|
7806
|
-
"description": "
|
|
7807
|
-
"repo": "
|
|
7808
|
-
"npm": "
|
|
8141
|
+
"description": "Easily integrate Shopify into your Nuxt app.",
|
|
8142
|
+
"repo": "nuxt-modules/shopify",
|
|
8143
|
+
"npm": "@nuxtjs/shopify",
|
|
7809
8144
|
"icon": "shopify.png",
|
|
7810
|
-
"github": "https://github.com/
|
|
7811
|
-
"website": "https://github.
|
|
7812
|
-
"learn_more": "https://
|
|
8145
|
+
"github": "https://github.com/nuxt-modules/shopify",
|
|
8146
|
+
"website": "https://nuxt-modules.github.io/shopify",
|
|
8147
|
+
"learn_more": "https://shopify.dev/docs",
|
|
8148
|
+
"category": "Ecommerce",
|
|
8149
|
+
"type": "community",
|
|
8150
|
+
"maintainers": [
|
|
8151
|
+
{
|
|
8152
|
+
"name": "Zoltan Lukacs",
|
|
8153
|
+
"github": "konkonam"
|
|
8154
|
+
},
|
|
8155
|
+
{
|
|
8156
|
+
"name": "Frederik Bußmann",
|
|
8157
|
+
"github": "freb97"
|
|
8158
|
+
}
|
|
8159
|
+
],
|
|
8160
|
+
"compatibility": {
|
|
8161
|
+
"nuxt": ">=3.0.0",
|
|
8162
|
+
"requires": {}
|
|
8163
|
+
}
|
|
8164
|
+
},
|
|
8165
|
+
{
|
|
8166
|
+
"name": "shopware",
|
|
8167
|
+
"description": "Nuxt module that allows you to set up a Nuxt 3 project with Shopware Frontends.",
|
|
8168
|
+
"repo": "shopware/frontends#main/packages/nuxt-module",
|
|
8169
|
+
"npm": "@shopware/nuxt-module",
|
|
8170
|
+
"icon": "shopware.svg",
|
|
8171
|
+
"github": "https://github.com/shopware/frontends/tree/main/packages/nuxt-module",
|
|
8172
|
+
"website": "https://frontends.shopware.com/packages/nuxt-module.html",
|
|
8173
|
+
"learn_more": "https://www.shopware.com",
|
|
7813
8174
|
"category": "Ecommerce",
|
|
7814
8175
|
"type": "3rd-party",
|
|
7815
8176
|
"maintainers": [
|
|
7816
8177
|
{
|
|
7817
|
-
"name": "
|
|
7818
|
-
"github": "
|
|
7819
|
-
"twitter": "Gomah"
|
|
8178
|
+
"name": "Shopware AG",
|
|
8179
|
+
"github": "shopware"
|
|
7820
8180
|
}
|
|
7821
8181
|
],
|
|
7822
8182
|
"compatibility": {
|
|
7823
|
-
"nuxt": "
|
|
8183
|
+
"nuxt": ">=3.0.0",
|
|
7824
8184
|
"requires": {}
|
|
7825
8185
|
}
|
|
7826
8186
|
},
|
|
@@ -8010,6 +8370,30 @@
|
|
|
8010
8370
|
"requires": {}
|
|
8011
8371
|
}
|
|
8012
8372
|
},
|
|
8373
|
+
{
|
|
8374
|
+
"name": "solar-icons",
|
|
8375
|
+
"description": "Nuxt module that provides seamless integration of Solar Icons with auto-import, global configuration, and reactive controls.",
|
|
8376
|
+
"repo": "saoudi-h/solar-icons#main/packages/nuxt",
|
|
8377
|
+
"npm": "@solar-icons/nuxt",
|
|
8378
|
+
"icon": "solar-icons.svg",
|
|
8379
|
+
"github": "https://github.com/saoudi-h/solar-icons/tree/main/packages/nuxt",
|
|
8380
|
+
"website": "https://solar-icons.vercel.app/docs/packages/nuxt",
|
|
8381
|
+
"learn_more": "https://solar-icons.vercel.app",
|
|
8382
|
+
"category": "UI",
|
|
8383
|
+
"type": "3rd-party",
|
|
8384
|
+
"maintainers": [
|
|
8385
|
+
{
|
|
8386
|
+
"name": "Hakim Saoudi",
|
|
8387
|
+
"github": "saoudi-h",
|
|
8388
|
+
"avatar": "https://avatars.githubusercontent.com/saoudi-h?v=4",
|
|
8389
|
+
"twitter": "hakim__saoudi"
|
|
8390
|
+
}
|
|
8391
|
+
],
|
|
8392
|
+
"compatibility": {
|
|
8393
|
+
"nuxt": ">=3.0.0",
|
|
8394
|
+
"requires": {}
|
|
8395
|
+
}
|
|
8396
|
+
},
|
|
8013
8397
|
{
|
|
8014
8398
|
"name": "sonda",
|
|
8015
8399
|
"description": "Bundle analyzer and visualizer",
|
|
@@ -9150,7 +9534,8 @@
|
|
|
9150
9534
|
"compatibility": {
|
|
9151
9535
|
"nuxt": ">=3.0.0",
|
|
9152
9536
|
"requires": {}
|
|
9153
|
-
}
|
|
9537
|
+
},
|
|
9538
|
+
"mcp": "https://ui.nuxt.com/mcp"
|
|
9154
9539
|
},
|
|
9155
9540
|
{
|
|
9156
9541
|
"name": "umami",
|
|
@@ -9270,7 +9655,7 @@
|
|
|
9270
9655
|
"type": "3rd-party",
|
|
9271
9656
|
"maintainers": [
|
|
9272
9657
|
{
|
|
9273
|
-
"name": "Giovane
|
|
9658
|
+
"name": "Giovane Silva",
|
|
9274
9659
|
"github": "novout",
|
|
9275
9660
|
"avatar": "https://avatars.githubusercontent.com/novout?v=4"
|
|
9276
9661
|
}
|
|
@@ -9566,6 +9951,30 @@
|
|
|
9566
9951
|
"requires": {}
|
|
9567
9952
|
}
|
|
9568
9953
|
},
|
|
9954
|
+
{
|
|
9955
|
+
"name": "vorm",
|
|
9956
|
+
"description": "Intuitive form engine for Vue 3 — dynamic, schema-driven, and fully validated",
|
|
9957
|
+
"repo": "Flo0806/vorm#main/packages/vorm-nuxt",
|
|
9958
|
+
"npm": "vorm-nuxt",
|
|
9959
|
+
"icon": "vorm.png",
|
|
9960
|
+
"github": "https://github.com/Flo0806/vorm",
|
|
9961
|
+
"website": "https://vorm.fh-softdev.de",
|
|
9962
|
+
"learn_more": "https://vorm.fh-softdev.de/nuxt/",
|
|
9963
|
+
"category": "Libraries",
|
|
9964
|
+
"type": "3rd-party",
|
|
9965
|
+
"maintainers": [
|
|
9966
|
+
{
|
|
9967
|
+
"name": "Florian Heuberger",
|
|
9968
|
+
"github": "Flo0806"
|
|
9969
|
+
}
|
|
9970
|
+
],
|
|
9971
|
+
"compatibility": {
|
|
9972
|
+
"nuxt": ">=3.0.0",
|
|
9973
|
+
"requires": {
|
|
9974
|
+
"vorm-vue": ">=1.0.0"
|
|
9975
|
+
}
|
|
9976
|
+
}
|
|
9977
|
+
},
|
|
9569
9978
|
{
|
|
9570
9979
|
"name": "vue-api",
|
|
9571
9980
|
"description": "A flexible and provider-agnostic API handling library for Vue 3 and Nuxt 3. Supports multiple data providers like axios, ofetch and more. It includes a robust model mapping feature.",
|
|
@@ -10373,6 +10782,28 @@
|
|
|
10373
10782
|
"requires": {}
|
|
10374
10783
|
}
|
|
10375
10784
|
},
|
|
10785
|
+
{
|
|
10786
|
+
"name": "workflow",
|
|
10787
|
+
"description": "Workflow DevKit - Build durable, resilient, and observable workflows",
|
|
10788
|
+
"repo": "vercel/workflow#main/packages/workflow",
|
|
10789
|
+
"npm": "workflow",
|
|
10790
|
+
"icon": "workflow.svg",
|
|
10791
|
+
"github": "https://github.com/vercel/workflow/tree/main/packages/workflow",
|
|
10792
|
+
"website": "https://useworkflow.dev",
|
|
10793
|
+
"learn_more": "",
|
|
10794
|
+
"category": "Devtools",
|
|
10795
|
+
"type": "3rd-party",
|
|
10796
|
+
"maintainers": [
|
|
10797
|
+
{
|
|
10798
|
+
"name": "vercel",
|
|
10799
|
+
"github": "vercel"
|
|
10800
|
+
}
|
|
10801
|
+
],
|
|
10802
|
+
"compatibility": {
|
|
10803
|
+
"nuxt": ">=3.0.0",
|
|
10804
|
+
"requires": {}
|
|
10805
|
+
}
|
|
10806
|
+
},
|
|
10376
10807
|
{
|
|
10377
10808
|
"name": "wp-nuxt",
|
|
10378
10809
|
"description": "The module adds a Wordpress Rest API to your nuxt application",
|
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-9dd5fe",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"std-env": "^3.8.0",
|
|
38
38
|
"typescript": "^5.7.3"
|
|
39
39
|
},
|
|
40
|
-
"packageManager": "pnpm@
|
|
40
|
+
"packageManager": "pnpm@10.23.0",
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"dotenv": "^16.4.7"
|
|
43
43
|
}
|