@nuxt/modules 0.6.0-797274 → 0.6.0-7ac847
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/modules.json +166 -24
- package/package.json +1 -1
package/modules.json
CHANGED
|
@@ -1037,6 +1037,28 @@
|
|
|
1037
1037
|
}
|
|
1038
1038
|
}
|
|
1039
1039
|
},
|
|
1040
|
+
{
|
|
1041
|
+
"name": "compodium",
|
|
1042
|
+
"description": "A plug an play component playground for Nuxt.",
|
|
1043
|
+
"repo": "romhml/compodium#main/packages/nuxt",
|
|
1044
|
+
"npm": "@compodium/nuxt",
|
|
1045
|
+
"icon": "",
|
|
1046
|
+
"github": "https://github.com/romhml/compodium",
|
|
1047
|
+
"website": "https://github.com/romhml/compodium",
|
|
1048
|
+
"learn_more": "",
|
|
1049
|
+
"category": "Devtools",
|
|
1050
|
+
"type": "3rd-party",
|
|
1051
|
+
"maintainers": [
|
|
1052
|
+
{
|
|
1053
|
+
"name": "Romain Hamel",
|
|
1054
|
+
"github": "romhml"
|
|
1055
|
+
}
|
|
1056
|
+
],
|
|
1057
|
+
"compatibility": {
|
|
1058
|
+
"nuxt": "^3.0.0",
|
|
1059
|
+
"requires": {}
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
1040
1062
|
{
|
|
1041
1063
|
"name": "component-cache",
|
|
1042
1064
|
"description": "LRU component cache for vue components",
|
|
@@ -1110,7 +1132,7 @@
|
|
|
1110
1132
|
},
|
|
1111
1133
|
{
|
|
1112
1134
|
"name": "content",
|
|
1113
|
-
"description": "
|
|
1135
|
+
"description": "The file-based CMS with support for Markdown, YAML, JSON.",
|
|
1114
1136
|
"repo": "nuxt/content#main",
|
|
1115
1137
|
"npm": "@nuxt/content",
|
|
1116
1138
|
"icon": "nuxt.svg",
|
|
@@ -1120,18 +1142,18 @@
|
|
|
1120
1142
|
"category": "CMS",
|
|
1121
1143
|
"type": "official",
|
|
1122
1144
|
"maintainers": [
|
|
1123
|
-
{
|
|
1124
|
-
"name": "Yaël Guilloux",
|
|
1125
|
-
"github": "Tahul",
|
|
1126
|
-
"twitter": "yaeeelglx",
|
|
1127
|
-
"bluesky": "yael.dev"
|
|
1128
|
-
},
|
|
1129
1145
|
{
|
|
1130
1146
|
"name": "Farnabaz",
|
|
1131
1147
|
"github": "farnabaz",
|
|
1132
1148
|
"twitter": "a_birang",
|
|
1133
1149
|
"bluesky": "farnabaz.dev"
|
|
1134
1150
|
},
|
|
1151
|
+
{
|
|
1152
|
+
"name": "Baptiste Leproux",
|
|
1153
|
+
"github": "larbish",
|
|
1154
|
+
"twitter": "_larbish",
|
|
1155
|
+
"bluesky": "larbish.bsky.social"
|
|
1156
|
+
},
|
|
1135
1157
|
{
|
|
1136
1158
|
"name": "Sébastien Chopin",
|
|
1137
1159
|
"github": "Atinux",
|
|
@@ -1427,7 +1449,7 @@
|
|
|
1427
1449
|
},
|
|
1428
1450
|
{
|
|
1429
1451
|
"name": "devtools",
|
|
1430
|
-
"description": "
|
|
1452
|
+
"description": "Visual tools that help you to know your Nuxt application better.",
|
|
1431
1453
|
"repo": "nuxt/devtools#main/packages/devtools",
|
|
1432
1454
|
"npm": "@nuxt/devtools",
|
|
1433
1455
|
"icon": "nuxt.svg",
|
|
@@ -1801,7 +1823,7 @@
|
|
|
1801
1823
|
},
|
|
1802
1824
|
{
|
|
1803
1825
|
"name": "eslint",
|
|
1804
|
-
"description": "
|
|
1826
|
+
"description": "Project-aware, easy-to-use, extensible and future-proof ESLint integration.",
|
|
1805
1827
|
"repo": "nuxt/eslint",
|
|
1806
1828
|
"npm": "@nuxt/eslint",
|
|
1807
1829
|
"icon": "nuxt.svg",
|
|
@@ -2074,7 +2096,7 @@
|
|
|
2074
2096
|
},
|
|
2075
2097
|
{
|
|
2076
2098
|
"name": "fonts",
|
|
2077
|
-
"description": "
|
|
2099
|
+
"description": "Add custom web fonts with performance in mind.",
|
|
2078
2100
|
"repo": "nuxt/fonts",
|
|
2079
2101
|
"npm": "@nuxt/fonts",
|
|
2080
2102
|
"icon": "nuxt.svg",
|
|
@@ -2964,7 +2986,7 @@
|
|
|
2964
2986
|
},
|
|
2965
2987
|
{
|
|
2966
2988
|
"name": "image",
|
|
2967
|
-
"description": "
|
|
2989
|
+
"description": "Add images with progressive processing, lazy-loading, resizing and providers support.",
|
|
2968
2990
|
"repo": "nuxt/image",
|
|
2969
2991
|
"npm": "@nuxt/image",
|
|
2970
2992
|
"icon": "nuxt.svg",
|
|
@@ -3349,8 +3371,16 @@
|
|
|
3349
3371
|
"type": "3rd-party",
|
|
3350
3372
|
"maintainers": [
|
|
3351
3373
|
{
|
|
3352
|
-
"name": "
|
|
3353
|
-
"github": "
|
|
3374
|
+
"name": "Farnabaz",
|
|
3375
|
+
"github": "farnabaz",
|
|
3376
|
+
"twitter": "a_birang",
|
|
3377
|
+
"bluesky": "farnabaz.dev"
|
|
3378
|
+
},
|
|
3379
|
+
{
|
|
3380
|
+
"name": "Sébastien Chopin",
|
|
3381
|
+
"github": "Atinux",
|
|
3382
|
+
"twitter": "Atinux",
|
|
3383
|
+
"bluesky": "atinux.com"
|
|
3354
3384
|
}
|
|
3355
3385
|
],
|
|
3356
3386
|
"compatibility": {
|
|
@@ -4146,7 +4176,7 @@
|
|
|
4146
4176
|
"icon": "laravel.svg",
|
|
4147
4177
|
"github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
|
|
4148
4178
|
"website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
|
|
4149
|
-
"learn_more": "https://laravel.com/docs/
|
|
4179
|
+
"learn_more": "https://laravel.com/docs/12.x/sanctum",
|
|
4150
4180
|
"category": "Security",
|
|
4151
4181
|
"type": "3rd-party",
|
|
4152
4182
|
"maintainers": [
|
|
@@ -4752,7 +4782,7 @@
|
|
|
4752
4782
|
"icon": "laravel.svg",
|
|
4753
4783
|
"github": "https://github.com/manchenkoff/nuxt-laravel-echo",
|
|
4754
4784
|
"website": "https://manchenkoff.gitbook.io/nuxt-laravel-echo",
|
|
4755
|
-
"learn_more": "https://laravel.com/docs/
|
|
4785
|
+
"learn_more": "https://laravel.com/docs/12.x/broadcasting",
|
|
4756
4786
|
"category": "Libraries",
|
|
4757
4787
|
"type": "3rd-party",
|
|
4758
4788
|
"maintainers": [
|
|
@@ -4768,6 +4798,30 @@
|
|
|
4768
4798
|
"requires": {}
|
|
4769
4799
|
}
|
|
4770
4800
|
},
|
|
4801
|
+
{
|
|
4802
|
+
"name": "nuxt-listmonk",
|
|
4803
|
+
"description": "Nuxt module for Listmonk",
|
|
4804
|
+
"repo": "roncallyt/nuxt-listmonk",
|
|
4805
|
+
"npm": "nuxt-listmonk",
|
|
4806
|
+
"icon": "listmonk.svg",
|
|
4807
|
+
"github": "https://github.com/roncallyt/nuxt-listmonk",
|
|
4808
|
+
"website": "https://nuxt-listmonk.t7n.dev",
|
|
4809
|
+
"learn_more": "https://listmonk.app/docs/",
|
|
4810
|
+
"category": "Extensions",
|
|
4811
|
+
"type": "3rd-party",
|
|
4812
|
+
"maintainers": [
|
|
4813
|
+
{
|
|
4814
|
+
"name": "Thomerson Roncally",
|
|
4815
|
+
"github": "roncallyt",
|
|
4816
|
+
"avatar": "https://avatars.githubusercontent.com/roncallyt",
|
|
4817
|
+
"twitter": "t7ndotdev"
|
|
4818
|
+
}
|
|
4819
|
+
],
|
|
4820
|
+
"compatibility": {
|
|
4821
|
+
"nuxt": ">=3.12.0",
|
|
4822
|
+
"requires": {}
|
|
4823
|
+
}
|
|
4824
|
+
},
|
|
4771
4825
|
{
|
|
4772
4826
|
"name": "nuxt-localtunnel",
|
|
4773
4827
|
"description": "Exposes your Nuxt localhost to the world automatically.",
|
|
@@ -4976,6 +5030,29 @@
|
|
|
4976
5030
|
"devtools": "^0.0.0"
|
|
4977
5031
|
}
|
|
4978
5032
|
},
|
|
5033
|
+
{
|
|
5034
|
+
"name": "nuxt-music-flow",
|
|
5035
|
+
"description": "Nuxt 3 module for audio player component with playlist and waveform visualization.",
|
|
5036
|
+
"repo": "ndragun92/nuxt-music-flow",
|
|
5037
|
+
"npm": "nuxt-music-flow",
|
|
5038
|
+
"icon": "nuxt-music-flow.png",
|
|
5039
|
+
"github": "https://github.com/ndragun92/nuxt-music-flow",
|
|
5040
|
+
"website": "https://vue-music-flow-docs.vercel.app/usage#nuxt",
|
|
5041
|
+
"learn_more": "https://vue-music-flow-docs.vercel.app/demo",
|
|
5042
|
+
"category": "Libraries",
|
|
5043
|
+
"type": "3rd-party",
|
|
5044
|
+
"maintainers": [
|
|
5045
|
+
{
|
|
5046
|
+
"name": "Nemanja Dragun",
|
|
5047
|
+
"github": "ndragun92",
|
|
5048
|
+
"twitter": "nemanjadragun"
|
|
5049
|
+
}
|
|
5050
|
+
],
|
|
5051
|
+
"compatibility": {
|
|
5052
|
+
"nuxt": ">=3.0.0",
|
|
5053
|
+
"requires": {}
|
|
5054
|
+
}
|
|
5055
|
+
},
|
|
4979
5056
|
{
|
|
4980
5057
|
"name": "nuxt-oidc-auth",
|
|
4981
5058
|
"description": "Seamless modern authentication for Nuxt applications.",
|
|
@@ -5235,6 +5312,29 @@
|
|
|
5235
5312
|
"requires": {}
|
|
5236
5313
|
}
|
|
5237
5314
|
},
|
|
5315
|
+
{
|
|
5316
|
+
"name": "nuxt-query",
|
|
5317
|
+
"description": "Nuxt module for TanStack Query (FKA Vue Query) with Nuxt DevTools integration",
|
|
5318
|
+
"repo": "peterbud/nuxt-query",
|
|
5319
|
+
"npm": "@peterbud/nuxt-query",
|
|
5320
|
+
"icon": "nuxt-query.svg",
|
|
5321
|
+
"github": "https://github.com/peterbud/nuxt-query",
|
|
5322
|
+
"website": "https://github.com/peterbud/nuxt-query#readme",
|
|
5323
|
+
"learn_more": "https://tanstack.com/query/latest/docs/framework/vue/overview",
|
|
5324
|
+
"category": "Libraries",
|
|
5325
|
+
"type": "3rd-party",
|
|
5326
|
+
"maintainers": [
|
|
5327
|
+
{
|
|
5328
|
+
"name": "Peter Budai",
|
|
5329
|
+
"github": "peterbud",
|
|
5330
|
+
"bluesky": "peterbud.bsky.social"
|
|
5331
|
+
}
|
|
5332
|
+
],
|
|
5333
|
+
"compatibility": {
|
|
5334
|
+
"nuxt": ">=3.0.0",
|
|
5335
|
+
"requires": {}
|
|
5336
|
+
}
|
|
5337
|
+
},
|
|
5238
5338
|
{
|
|
5239
5339
|
"name": "nuxt-sanctum-authentication",
|
|
5240
5340
|
"description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.",
|
|
@@ -5262,6 +5362,30 @@
|
|
|
5262
5362
|
"requires": {}
|
|
5263
5363
|
}
|
|
5264
5364
|
},
|
|
5365
|
+
{
|
|
5366
|
+
"name": "nuxt-sanctum-precognition",
|
|
5367
|
+
"description": "Nuxt module for Laravel Precognition integration",
|
|
5368
|
+
"repo": "manchenkoff/nuxt-sanctum-precognition",
|
|
5369
|
+
"npm": "nuxt-sanctum-precognition",
|
|
5370
|
+
"icon": "laravel.svg",
|
|
5371
|
+
"github": "https://github.com/manchenkoff/nuxt-sanctum-precognition",
|
|
5372
|
+
"website": "https://manchenkoff.gitbook.io/nuxt-sanctum-precognition",
|
|
5373
|
+
"learn_more": "https://laravel.com/docs/12.x/precognition",
|
|
5374
|
+
"category": "Libraries",
|
|
5375
|
+
"type": "3rd-party",
|
|
5376
|
+
"maintainers": [
|
|
5377
|
+
{
|
|
5378
|
+
"name": "Artem Manchenkov",
|
|
5379
|
+
"github": "manchenkoff",
|
|
5380
|
+
"avatar": "https://avatars.githubusercontent.com/manchenkoff",
|
|
5381
|
+
"twitter": "AManchenkov"
|
|
5382
|
+
}
|
|
5383
|
+
],
|
|
5384
|
+
"compatibility": {
|
|
5385
|
+
"nuxt": ">=3.12.0",
|
|
5386
|
+
"requires": {}
|
|
5387
|
+
}
|
|
5388
|
+
},
|
|
5265
5389
|
{
|
|
5266
5390
|
"name": "nuxt-shopify",
|
|
5267
5391
|
"description": "Easily integrate Shopify into your Nuxt app.",
|
|
@@ -5336,6 +5460,29 @@
|
|
|
5336
5460
|
"requires": {}
|
|
5337
5461
|
}
|
|
5338
5462
|
},
|
|
5463
|
+
{
|
|
5464
|
+
"name": "nuxt-ssr-api-logger",
|
|
5465
|
+
"description": "A small module that helps you see when your Nuxt application sends any API request via SSR.",
|
|
5466
|
+
"repo": "buglavecz/nuxt-ssr-api-logger",
|
|
5467
|
+
"npm": "nuxt-ssr-api-logger",
|
|
5468
|
+
"icon": "nuxt-ssr-api-logger.png",
|
|
5469
|
+
"github": "https://github.com/buglavecz/nuxt-ssr-api-logger",
|
|
5470
|
+
"website": "https://github.com/buglavecz/nuxt-ssr-api-logger",
|
|
5471
|
+
"learn_more": "",
|
|
5472
|
+
"category": "Devtools",
|
|
5473
|
+
"type": "3rd-party",
|
|
5474
|
+
"maintainers": [
|
|
5475
|
+
{
|
|
5476
|
+
"name": "Peter Buglavecz",
|
|
5477
|
+
"github": "buglavecz",
|
|
5478
|
+
"avatar": "https://avatars.githubusercontent.com/u/43108336"
|
|
5479
|
+
}
|
|
5480
|
+
],
|
|
5481
|
+
"compatibility": {
|
|
5482
|
+
"nuxt": "^3.16.0",
|
|
5483
|
+
"requires": {}
|
|
5484
|
+
}
|
|
5485
|
+
},
|
|
5339
5486
|
{
|
|
5340
5487
|
"name": "ssr-lit",
|
|
5341
5488
|
"description": "Server-Side Rendering for Lit Element components",
|
|
@@ -6884,7 +7031,7 @@
|
|
|
6884
7031
|
},
|
|
6885
7032
|
{
|
|
6886
7033
|
"name": "scripts",
|
|
6887
|
-
"description": "
|
|
7034
|
+
"description": "Add 3rd-party scripts without sacrificing performance.",
|
|
6888
7035
|
"repo": "nuxt/scripts",
|
|
6889
7036
|
"npm": "@nuxt/scripts",
|
|
6890
7037
|
"icon": "nuxt.svg",
|
|
@@ -7826,7 +7973,7 @@
|
|
|
7826
7973
|
"type": "community",
|
|
7827
7974
|
"maintainers": [
|
|
7828
7975
|
{
|
|
7829
|
-
"name": "
|
|
7976
|
+
"name": "brooke",
|
|
7830
7977
|
"github": "sam3d"
|
|
7831
7978
|
}
|
|
7832
7979
|
],
|
|
@@ -7987,7 +8134,7 @@
|
|
|
7987
8134
|
},
|
|
7988
8135
|
{
|
|
7989
8136
|
"name": "test-utils",
|
|
7990
|
-
"description": "Test utilities for Nuxt",
|
|
8137
|
+
"description": "Test utilities for Nuxt.",
|
|
7991
8138
|
"repo": "nuxt/test-utils#main",
|
|
7992
8139
|
"npm": "@nuxt/test-utils",
|
|
7993
8140
|
"icon": "nuxt.svg",
|
|
@@ -8462,7 +8609,7 @@
|
|
|
8462
8609
|
},
|
|
8463
8610
|
{
|
|
8464
8611
|
"name": "ui",
|
|
8465
|
-
"description": "
|
|
8612
|
+
"description": "The Intuitive UI Library powered by Reka UI and Tailwind CSS.",
|
|
8466
8613
|
"repo": "nuxt/ui#dev",
|
|
8467
8614
|
"npm": "@nuxt/ui",
|
|
8468
8615
|
"icon": "nuxt.svg",
|
|
@@ -8483,11 +8630,6 @@
|
|
|
8483
8630
|
"github": "Atinux",
|
|
8484
8631
|
"twitter": "Atinux",
|
|
8485
8632
|
"bluesky": "atinux.com"
|
|
8486
|
-
},
|
|
8487
|
-
{
|
|
8488
|
-
"name": "Sylvain Marroufin",
|
|
8489
|
-
"github": "smarroufin",
|
|
8490
|
-
"twitter": "smarroufin"
|
|
8491
8633
|
}
|
|
8492
8634
|
],
|
|
8493
8635
|
"compatibility": {
|