@nuxt/modules 0.6.0-3f2dc8 → 0.6.0-3fcd84

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/modules.json +513 -96
  3. package/package.json +18 -15
package/README.md CHANGED
@@ -67,7 +67,7 @@ Field Name | Auto sync | Description
67
67
  `description` | Yes | Short description
68
68
  `repo` | No | GitHub repository. Format is `org/name` or `org/name#main/path`
69
69
  `npm` | Yes | NPM package name
70
- `icon` | No | Icon of module from [./website/public/icons](./website/public/icons) directory
70
+ `icon` | No | Icon of module from [./icons](./icons) directory
71
71
  `github` | No | GitHub URL
72
72
  `website` | No | Website URL
73
73
  `learn_more` | No | Link to learn more (website or relevant integration website)
package/modules.json CHANGED
@@ -13,7 +13,8 @@
13
13
  "maintainers": [
14
14
  {
15
15
  "name": "Serhii Bedrytskyi",
16
- "github": "bdrtsky"
16
+ "github": "bdrtsky",
17
+ "twitter": "serhii_be"
17
18
  },
18
19
  {
19
20
  "name": "Sébastien Chopin",
@@ -120,7 +121,8 @@
120
121
  {
121
122
  "name": "Farnabaz",
122
123
  "github": "farnabaz",
123
- "twitter": "a_birang"
124
+ "twitter": "a_birang",
125
+ "bluesky": "farnabaz.dev"
124
126
  }
125
127
  ],
126
128
  "compatibility": {
@@ -831,7 +833,7 @@
831
833
  "type": "3rd-party",
832
834
  "maintainers": [
833
835
  {
834
- "name": "Mehmet",
836
+ "name": "Wind",
835
837
  "github": "productdevbook",
836
838
  "twitter": "productdevbook"
837
839
  }
@@ -887,6 +889,30 @@
887
889
  "requires": {}
888
890
  }
889
891
  },
892
+ {
893
+ "name": "clerk",
894
+ "description": "Clerk SDK for Nuxt",
895
+ "repo": "clerk/javascript#main/packages/nuxt",
896
+ "npm": "@clerk/nuxt",
897
+ "icon": "clerk.svg",
898
+ "github": "https://github.com/clerk/javascript/tree/main/packages/nuxt",
899
+ "website": "https://clerk.com/docs/references/nuxt/overview",
900
+ "learn_more": "https://clerk.com",
901
+ "category": "Security",
902
+ "type": "3rd-party",
903
+ "maintainers": [
904
+ {
905
+ "name": "Clerk",
906
+ "github": "clerk",
907
+ "twitter": "clerkdev",
908
+ "bluesky": "clerk.com"
909
+ }
910
+ ],
911
+ "compatibility": {
912
+ "nuxt": ">=3.0.0",
913
+ "requires": {}
914
+ }
915
+ },
890
916
  {
891
917
  "name": "client-init",
892
918
  "description": "Provide client version of `nuxtServerInit`.",
@@ -1011,6 +1037,29 @@
1011
1037
  }
1012
1038
  }
1013
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
+ "bluesky": "rohm.bsky.social"
1056
+ }
1057
+ ],
1058
+ "compatibility": {
1059
+ "nuxt": "^3.0.0",
1060
+ "requires": {}
1061
+ }
1062
+ },
1014
1063
  {
1015
1064
  "name": "component-cache",
1016
1065
  "description": "LRU component cache for vue components",
@@ -1084,7 +1133,7 @@
1084
1133
  },
1085
1134
  {
1086
1135
  "name": "content",
1087
- "description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
1136
+ "description": "The file-based CMS with support for Markdown, YAML, JSON.",
1088
1137
  "repo": "nuxt/content#main",
1089
1138
  "npm": "@nuxt/content",
1090
1139
  "icon": "nuxt.svg",
@@ -1094,16 +1143,17 @@
1094
1143
  "category": "CMS",
1095
1144
  "type": "official",
1096
1145
  "maintainers": [
1097
- {
1098
- "name": "Yaël Guilloux",
1099
- "github": "Tahul",
1100
- "twitter": "yaeeelglx",
1101
- "bluesky": "yael.dev"
1102
- },
1103
1146
  {
1104
1147
  "name": "Farnabaz",
1105
1148
  "github": "farnabaz",
1106
- "twitter": "a_birang"
1149
+ "twitter": "a_birang",
1150
+ "bluesky": "farnabaz.dev"
1151
+ },
1152
+ {
1153
+ "name": "Baptiste Leproux",
1154
+ "github": "larbish",
1155
+ "twitter": "_larbish",
1156
+ "bluesky": "larbish.bsky.social"
1107
1157
  },
1108
1158
  {
1109
1159
  "name": "Sébastien Chopin",
@@ -1155,7 +1205,8 @@
1155
1205
  "name": "Tim Benniks",
1156
1206
  "github": "timbenniks",
1157
1207
  "twitter": "timbenniks",
1158
- "avatar": "https://avatars.githubusercontent.com/u/121096"
1208
+ "avatar": "https://avatars.githubusercontent.com/u/121096",
1209
+ "bluesky": "timbenniks.dev"
1159
1210
  }
1160
1211
  ],
1161
1212
  "compatibility": {
@@ -1399,7 +1450,7 @@
1399
1450
  },
1400
1451
  {
1401
1452
  "name": "devtools",
1402
- "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1453
+ "description": "Visual tools that help you to know your Nuxt application better.",
1403
1454
  "repo": "nuxt/devtools#main/packages/devtools",
1404
1455
  "npm": "@nuxt/devtools",
1405
1456
  "icon": "nuxt.svg",
@@ -1773,7 +1824,7 @@
1773
1824
  },
1774
1825
  {
1775
1826
  "name": "eslint",
1776
- "description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
1827
+ "description": "Project-aware, easy-to-use, extensible and future-proof ESLint integration.",
1777
1828
  "repo": "nuxt/eslint",
1778
1829
  "npm": "@nuxt/eslint",
1779
1830
  "icon": "nuxt.svg",
@@ -1898,7 +1949,7 @@
1898
1949
  "maintainers": [
1899
1950
  {
1900
1951
  "name": "Alexander Lichter",
1901
- "github": "manniL",
1952
+ "github": "TheAlexLichter",
1902
1953
  "twitter": "TheAlexLichter",
1903
1954
  "bluesky": "thealexlichter.com"
1904
1955
  }
@@ -2046,14 +2097,14 @@
2046
2097
  },
2047
2098
  {
2048
2099
  "name": "fonts",
2049
- "description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
2100
+ "description": "Add custom web fonts with performance in mind.",
2050
2101
  "repo": "nuxt/fonts",
2051
2102
  "npm": "@nuxt/fonts",
2052
2103
  "icon": "nuxt.svg",
2053
2104
  "github": "https://github.com/nuxt/fonts",
2054
2105
  "website": "https://fonts.nuxt.com",
2055
2106
  "learn_more": "",
2056
- "category": "Libraries",
2107
+ "category": "Fonts",
2057
2108
  "type": "official",
2058
2109
  "maintainers": [
2059
2110
  {
@@ -2178,7 +2229,7 @@
2178
2229
  "maintainers": [
2179
2230
  {
2180
2231
  "name": "Alexander Lichter",
2181
- "github": "manniL",
2232
+ "github": "TheAlexLichter",
2182
2233
  "bluesky": "thealexlichter.com",
2183
2234
  "twitter": "TheAlexLichter"
2184
2235
  },
@@ -2218,7 +2269,8 @@
2218
2269
  {
2219
2270
  "name": "Matteo Gabriele",
2220
2271
  "github": "MatteoGabriele",
2221
- "twitter": "matteo_gabriele"
2272
+ "twitter": "matteo_gabriele",
2273
+ "bluesky": "matteogabriele.bsky.social"
2222
2274
  }
2223
2275
  ],
2224
2276
  "compatibility": {
@@ -2734,7 +2786,8 @@
2734
2786
  {
2735
2787
  "name": "Farnabaz",
2736
2788
  "github": "farnabaz",
2737
- "twitter": "a_birang"
2789
+ "twitter": "a_birang",
2790
+ "bluesky": "farnabaz.dev"
2738
2791
  },
2739
2792
  {
2740
2793
  "name": "Sylvain Marroufin",
@@ -2934,7 +2987,7 @@
2934
2987
  },
2935
2988
  {
2936
2989
  "name": "image",
2937
- "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2990
+ "description": "Add images with progressive processing, lazy-loading, resizing and providers support.",
2938
2991
  "repo": "nuxt/image",
2939
2992
  "npm": "@nuxt/image",
2940
2993
  "icon": "nuxt.svg",
@@ -2947,7 +3000,8 @@
2947
3000
  {
2948
3001
  "name": "Farnabaz",
2949
3002
  "github": "farnabaz",
2950
- "twitter": "a_birang"
3003
+ "twitter": "a_birang",
3004
+ "bluesky": "farnabaz.dev"
2951
3005
  },
2952
3006
  {
2953
3007
  "name": "Daniel Roe",
@@ -3001,8 +3055,8 @@
3001
3055
  {
3002
3056
  "name": "inkline",
3003
3057
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
3004
- "repo": "inkline/inkline#main/packages/integrations/plugin",
3005
- "npm": "@inkline/plugin",
3058
+ "repo": "inkline/inkline#main/packages/integrations/nuxt",
3059
+ "npm": "@inkline/nuxt",
3006
3060
  "icon": "inkline.svg",
3007
3061
  "github": "https://github.com/inkline/inkline",
3008
3062
  "website": "https://inkline.io",
@@ -3305,6 +3359,36 @@
3305
3359
  "devtools": "^0.0.0"
3306
3360
  }
3307
3361
  },
3362
+ {
3363
+ "name": "llms",
3364
+ "description": "Generate llms.txt documentation for your Nuxt application",
3365
+ "repo": "nuxtlabs/nuxt-llms",
3366
+ "npm": "nuxt-llms",
3367
+ "icon": "llms.png",
3368
+ "github": "https://github.com/nuxtlabs/nuxt-llms",
3369
+ "website": "https://github.com/nuxtlabs/nuxt-llms",
3370
+ "learn_more": "",
3371
+ "category": "SEO",
3372
+ "type": "3rd-party",
3373
+ "maintainers": [
3374
+ {
3375
+ "name": "Farnabaz",
3376
+ "github": "farnabaz",
3377
+ "twitter": "a_birang",
3378
+ "bluesky": "farnabaz.dev"
3379
+ },
3380
+ {
3381
+ "name": "Sébastien Chopin",
3382
+ "github": "Atinux",
3383
+ "twitter": "Atinux",
3384
+ "bluesky": "atinux.com"
3385
+ }
3386
+ ],
3387
+ "compatibility": {
3388
+ "nuxt": "^3.0.0",
3389
+ "requires": {}
3390
+ }
3391
+ },
3308
3392
  {
3309
3393
  "name": "localforage",
3310
3394
  "description": "LocalForage is a fast and simple storage library for JavaScript",
@@ -3653,7 +3737,8 @@
3653
3737
  {
3654
3738
  "name": "Farnabaz",
3655
3739
  "github": "farnabaz",
3656
- "twitter": "a_birang"
3740
+ "twitter": "a_birang",
3741
+ "bluesky": "farnabaz.dev"
3657
3742
  }
3658
3743
  ],
3659
3744
  "compatibility": {
@@ -3688,7 +3773,7 @@
3688
3773
  "name": "medusa",
3689
3774
  "description": "Easily connect to Medusa from your Nuxt application",
3690
3775
  "repo": "Baroshem/nuxt-medusa",
3691
- "npm": "nuxt-medusa",
3776
+ "npm": "@nuxtjs/medusa",
3692
3777
  "icon": "medusa.svg",
3693
3778
  "github": "https://github.com/Baroshem/nuxt-medusa/",
3694
3779
  "website": "https://nuxt-medusa.vercel.app/",
@@ -3917,7 +4002,7 @@
3917
4002
  "maintainers": [
3918
4003
  {
3919
4004
  "name": "Alexander Lichter",
3920
- "github": "manniL",
4005
+ "github": "TheAlexLichter",
3921
4006
  "twitter": "TheAlexLichter",
3922
4007
  "bluesky": "thealexlichter.com"
3923
4008
  }
@@ -4092,7 +4177,7 @@
4092
4177
  "icon": "laravel.svg",
4093
4178
  "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
4094
4179
  "website": "https://manchenkoff.gitbook.io/nuxt-auth-sanctum/",
4095
- "learn_more": "https://laravel.com/docs/11.x/sanctum",
4180
+ "learn_more": "https://laravel.com/docs/12.x/sanctum",
4096
4181
  "category": "Security",
4097
4182
  "type": "3rd-party",
4098
4183
  "maintainers": [
@@ -4248,6 +4333,29 @@
4248
4333
  "requires": {}
4249
4334
  }
4250
4335
  },
4336
+ {
4337
+ "name": "nuxt-color-picker",
4338
+ "description": "A module that adds a convenient, customizable ColorPicker component to select colors in your application.",
4339
+ "repo": "lorexiq/nuxt-color-picker",
4340
+ "npm": "nuxt-color-picker",
4341
+ "icon": "nuxt-color-picker.png",
4342
+ "github": "https://github.com/LorexIQ/nuxt-color-picker",
4343
+ "website": "https://nuxt-color-picker.nuxt.dev/",
4344
+ "learn_more": "",
4345
+ "category": "UI",
4346
+ "type": "3rd-party",
4347
+ "maintainers": [
4348
+ {
4349
+ "name": "Dmitry Murashko",
4350
+ "github": "LorexIQ",
4351
+ "avatar": "https://avatars.githubusercontent.com/lorexiq?v=4"
4352
+ }
4353
+ ],
4354
+ "compatibility": {
4355
+ "nuxt": "^3.0.0",
4356
+ "requires": {}
4357
+ }
4358
+ },
4251
4359
  {
4252
4360
  "name": "nuxt-cookie-consent",
4253
4361
  "description": "Nuxt module for integrating with cookie consent providers with ease",
@@ -4432,6 +4540,50 @@
4432
4540
  "requires": {}
4433
4541
  }
4434
4542
  },
4543
+ {
4544
+ "name": "nuxt-glaze",
4545
+ "description": "Glaze.dev module for Nuxt",
4546
+ "repo": "holux-design/nuxt-glaze",
4547
+ "npm": "nuxt-glaze",
4548
+ "icon": "nuxt-glaze.png",
4549
+ "github": "https://github.com/holux-design/nuxt-glaze",
4550
+ "website": "https://glaze.dev",
4551
+ "learn_more": "",
4552
+ "category": "Libraries",
4553
+ "type": "3rd-party",
4554
+ "maintainers": [
4555
+ {
4556
+ "name": "Lukas Hofstätter",
4557
+ "github": "holux-design"
4558
+ }
4559
+ ],
4560
+ "compatibility": {
4561
+ "nuxt": ">=3.0.0",
4562
+ "requires": {}
4563
+ }
4564
+ },
4565
+ {
4566
+ "name": "nuxt-gpt",
4567
+ "description": "Plug and Play ChatGPT for Nuxt.",
4568
+ "repo": "holux-design/nuxt-GPT",
4569
+ "npm": "nuxt-gpt",
4570
+ "icon": "nuxt-gpt.svg",
4571
+ "github": "https://github.com/holux-design/nuxt-GPT",
4572
+ "website": "https://nuxt-gpt-module.vercel.app/",
4573
+ "learn_more": "https://nuxt-gpt-module.vercel.app/usage/examples",
4574
+ "category": "Libraries",
4575
+ "type": "3rd-party",
4576
+ "maintainers": [
4577
+ {
4578
+ "name": "Lukas Hofstätter",
4579
+ "github": "holux-design"
4580
+ }
4581
+ ],
4582
+ "compatibility": {
4583
+ "nuxt": ">=3.0.0",
4584
+ "requires": {}
4585
+ }
4586
+ },
4435
4587
  {
4436
4588
  "name": "nuxt-graphql-middleware",
4437
4589
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -4631,7 +4783,7 @@
4631
4783
  "icon": "laravel.svg",
4632
4784
  "github": "https://github.com/manchenkoff/nuxt-laravel-echo",
4633
4785
  "website": "https://manchenkoff.gitbook.io/nuxt-laravel-echo",
4634
- "learn_more": "https://laravel.com/docs/11.x/broadcasting",
4786
+ "learn_more": "https://laravel.com/docs/12.x/broadcasting",
4635
4787
  "category": "Libraries",
4636
4788
  "type": "3rd-party",
4637
4789
  "maintainers": [
@@ -4647,6 +4799,54 @@
4647
4799
  "requires": {}
4648
4800
  }
4649
4801
  },
4802
+ {
4803
+ "name": "nuxt-legacy",
4804
+ "description": "A Nuxt module for supporting legacy browsers.",
4805
+ "repo": "teages/nuxt-legacy",
4806
+ "npm": "@teages/nuxt-legacy",
4807
+ "icon": "nuxt-legacy.svg",
4808
+ "github": "https://github.com/teages/nuxt-legacy",
4809
+ "website": "https://github.com/teages/nuxt-legacy",
4810
+ "learn_more": "https://www.npmjs.com/package/@vitejs/plugin-legacy",
4811
+ "category": "Performance",
4812
+ "type": "3rd-party",
4813
+ "maintainers": [
4814
+ {
4815
+ "name": "Teages",
4816
+ "github": "teages",
4817
+ "twitter": "Teages_L",
4818
+ "bluesky": "teages.xyz"
4819
+ }
4820
+ ],
4821
+ "compatibility": {
4822
+ "nuxt": ">=3.15.0",
4823
+ "requires": {}
4824
+ }
4825
+ },
4826
+ {
4827
+ "name": "nuxt-listmonk",
4828
+ "description": "Nuxt module for Listmonk",
4829
+ "repo": "roncallyt/nuxt-listmonk",
4830
+ "npm": "nuxt-listmonk",
4831
+ "icon": "listmonk.svg",
4832
+ "github": "https://github.com/roncallyt/nuxt-listmonk",
4833
+ "website": "https://nuxt-listmonk.t7n.dev",
4834
+ "learn_more": "https://listmonk.app/docs/",
4835
+ "category": "Extensions",
4836
+ "type": "3rd-party",
4837
+ "maintainers": [
4838
+ {
4839
+ "name": "Thomerson Roncally",
4840
+ "github": "roncallyt",
4841
+ "avatar": "https://avatars.githubusercontent.com/roncallyt",
4842
+ "twitter": "t7ndotdev"
4843
+ }
4844
+ ],
4845
+ "compatibility": {
4846
+ "nuxt": ">=3.12.0",
4847
+ "requires": {}
4848
+ }
4849
+ },
4650
4850
  {
4651
4851
  "name": "nuxt-localtunnel",
4652
4852
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -4855,6 +5055,29 @@
4855
5055
  "devtools": "^0.0.0"
4856
5056
  }
4857
5057
  },
5058
+ {
5059
+ "name": "nuxt-music-flow",
5060
+ "description": "Nuxt 3 module for audio player component with playlist and waveform visualization.",
5061
+ "repo": "ndragun92/nuxt-music-flow",
5062
+ "npm": "nuxt-music-flow",
5063
+ "icon": "nuxt-music-flow.png",
5064
+ "github": "https://github.com/ndragun92/nuxt-music-flow",
5065
+ "website": "https://vue-music-flow-docs.vercel.app/usage#nuxt",
5066
+ "learn_more": "https://vue-music-flow-docs.vercel.app/demo",
5067
+ "category": "Libraries",
5068
+ "type": "3rd-party",
5069
+ "maintainers": [
5070
+ {
5071
+ "name": "Nemanja Dragun",
5072
+ "github": "ndragun92",
5073
+ "twitter": "nemanjadragun"
5074
+ }
5075
+ ],
5076
+ "compatibility": {
5077
+ "nuxt": ">=3.0.0",
5078
+ "requires": {}
5079
+ }
5080
+ },
4858
5081
  {
4859
5082
  "name": "nuxt-oidc-auth",
4860
5083
  "description": "Seamless modern authentication for Nuxt applications.",
@@ -5114,6 +5337,29 @@
5114
5337
  "requires": {}
5115
5338
  }
5116
5339
  },
5340
+ {
5341
+ "name": "nuxt-query",
5342
+ "description": "Nuxt module for TanStack Query (FKA Vue Query) with Nuxt DevTools integration",
5343
+ "repo": "peterbud/nuxt-query",
5344
+ "npm": "@peterbud/nuxt-query",
5345
+ "icon": "nuxt-query.svg",
5346
+ "github": "https://github.com/peterbud/nuxt-query",
5347
+ "website": "https://github.com/peterbud/nuxt-query#readme",
5348
+ "learn_more": "https://tanstack.com/query/latest/docs/framework/vue/overview",
5349
+ "category": "Libraries",
5350
+ "type": "3rd-party",
5351
+ "maintainers": [
5352
+ {
5353
+ "name": "Peter Budai",
5354
+ "github": "peterbud",
5355
+ "bluesky": "peterbud.bsky.social"
5356
+ }
5357
+ ],
5358
+ "compatibility": {
5359
+ "nuxt": ">=3.0.0",
5360
+ "requires": {}
5361
+ }
5362
+ },
5117
5363
  {
5118
5364
  "name": "nuxt-sanctum-authentication",
5119
5365
  "description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.",
@@ -5141,6 +5387,56 @@
5141
5387
  "requires": {}
5142
5388
  }
5143
5389
  },
5390
+ {
5391
+ "name": "nuxt-sanctum-precognition",
5392
+ "description": "Nuxt module for Laravel Precognition integration",
5393
+ "repo": "manchenkoff/nuxt-sanctum-precognition",
5394
+ "npm": "nuxt-sanctum-precognition",
5395
+ "icon": "laravel.svg",
5396
+ "github": "https://github.com/manchenkoff/nuxt-sanctum-precognition",
5397
+ "website": "https://manchenkoff.gitbook.io/nuxt-sanctum-precognition",
5398
+ "learn_more": "https://laravel.com/docs/12.x/precognition",
5399
+ "category": "Libraries",
5400
+ "type": "3rd-party",
5401
+ "maintainers": [
5402
+ {
5403
+ "name": "Artem Manchenkov",
5404
+ "github": "manchenkoff",
5405
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff",
5406
+ "twitter": "AManchenkov"
5407
+ }
5408
+ ],
5409
+ "compatibility": {
5410
+ "nuxt": ">=3.12.0",
5411
+ "requires": {}
5412
+ }
5413
+ },
5414
+ {
5415
+ "name": "nuxt-shopify",
5416
+ "description": "Easily integrate Shopify into your Nuxt app.",
5417
+ "repo": "konkonam/nuxt-shopify",
5418
+ "npm": "@konkonam/nuxt-shopify",
5419
+ "icon": "nuxt-shopify.png",
5420
+ "github": "https://github.com/konkonam/nuxt-shopify",
5421
+ "website": "https://konkonam.github.io/nuxt-shopify/",
5422
+ "learn_more": "https://www.shopify.com/",
5423
+ "category": "Ecommerce",
5424
+ "type": "3rd-party",
5425
+ "maintainers": [
5426
+ {
5427
+ "name": "Zoltan Lukacs",
5428
+ "github": "konkonam"
5429
+ },
5430
+ {
5431
+ "name": "Frederik Bußmann",
5432
+ "github": "freb97"
5433
+ }
5434
+ ],
5435
+ "compatibility": {
5436
+ "nuxt": "^3.0.0",
5437
+ "requires": {}
5438
+ }
5439
+ },
5144
5440
  {
5145
5441
  "name": "nuxt-smartlook",
5146
5442
  "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
@@ -5189,6 +5485,29 @@
5189
5485
  "requires": {}
5190
5486
  }
5191
5487
  },
5488
+ {
5489
+ "name": "nuxt-ssr-api-logger",
5490
+ "description": "A small module that helps you see when your Nuxt application sends any API request via SSR.",
5491
+ "repo": "buglavecz/nuxt-ssr-api-logger",
5492
+ "npm": "nuxt-ssr-api-logger",
5493
+ "icon": "nuxt-ssr-api-logger.png",
5494
+ "github": "https://github.com/buglavecz/nuxt-ssr-api-logger",
5495
+ "website": "https://github.com/buglavecz/nuxt-ssr-api-logger",
5496
+ "learn_more": "",
5497
+ "category": "Devtools",
5498
+ "type": "3rd-party",
5499
+ "maintainers": [
5500
+ {
5501
+ "name": "Peter Buglavecz",
5502
+ "github": "buglavecz",
5503
+ "avatar": "https://avatars.githubusercontent.com/u/43108336"
5504
+ }
5505
+ ],
5506
+ "compatibility": {
5507
+ "nuxt": "^3.16.0",
5508
+ "requires": {}
5509
+ }
5510
+ },
5192
5511
  {
5193
5512
  "name": "ssr-lit",
5194
5513
  "description": "Server-Side Rendering for Lit Element components",
@@ -5254,7 +5573,8 @@
5254
5573
  {
5255
5574
  "name": "Alex Liu",
5256
5575
  "github": "Mini-ghost",
5257
- "twitter": "Minighost_Alex"
5576
+ "twitter": "Minighost_Alex",
5577
+ "bluesky": "mini-ghost.bsky.social"
5258
5578
  }
5259
5579
  ],
5260
5580
  "compatibility": {
@@ -5630,7 +5950,7 @@
5630
5950
  "twitter": "teleskop150750"
5631
5951
  },
5632
5952
  {
5633
- "name": "Mehmet",
5953
+ "name": "Wind",
5634
5954
  "github": "productdevbook",
5635
5955
  "twitter": "productdevbook"
5636
5956
  }
@@ -5731,6 +6051,28 @@
5731
6051
  "requires": {}
5732
6052
  }
5733
6053
  },
6054
+ {
6055
+ "name": "paper-ui",
6056
+ "description": "A ui kit for nuxt",
6057
+ "repo": "paper-kit/nuxt",
6058
+ "npm": "@paper-ui/nuxt",
6059
+ "icon": "paper-ui.svg",
6060
+ "github": "https://github.com/paper-kit/nuxt",
6061
+ "website": "https://paper-docs.nuxt.space/",
6062
+ "learn_more": "https://paper-docs.nuxt.space/",
6063
+ "category": "UI",
6064
+ "type": "3rd-party",
6065
+ "maintainers": [
6066
+ {
6067
+ "name": "paper-kit",
6068
+ "github": "paper-kit"
6069
+ }
6070
+ ],
6071
+ "compatibility": {
6072
+ "nuxt": ">=3.0.0",
6073
+ "requires": {}
6074
+ }
6075
+ },
5734
6076
  {
5735
6077
  "name": "parse",
5736
6078
  "description": "Parse package for Nuxt",
@@ -5863,7 +6205,7 @@
5863
6205
  "type": "3rd-party",
5864
6206
  "maintainers": [
5865
6207
  {
5866
- "name": "Mehmet",
6208
+ "name": "Wind",
5867
6209
  "github": "productdevbook",
5868
6210
  "twitter": "productdevbook"
5869
6211
  }
@@ -6384,44 +6726,6 @@
6384
6726
  "requires": {}
6385
6727
  }
6386
6728
  },
6387
- {
6388
- "name": "radix-vue",
6389
- "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
6390
- "repo": "radix-vue/radix-vue",
6391
- "npm": "radix-vue",
6392
- "icon": "radix-vue.svg",
6393
- "github": "https://github.com/radix-vue/radix-vue",
6394
- "website": "https://www.radix-vue.com/",
6395
- "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
6396
- "category": "UI",
6397
- "type": "3rd-party",
6398
- "maintainers": [
6399
- {
6400
- "name": "zernonia",
6401
- "github": "zernonia",
6402
- "twitter": "zernonia"
6403
- },
6404
- {
6405
- "name": "Khairul Haaziq",
6406
- "github": "khairulhaaziq"
6407
- },
6408
- {
6409
- "name": "Mujahid Anuar",
6410
- "github": "mujahidfa",
6411
- "twitter": "mujahid_fa"
6412
- },
6413
- {
6414
- "name": "Max",
6415
- "github": "onmax",
6416
- "twitter": "_onmax",
6417
- "bluesky": "onmax.bsky.social"
6418
- }
6419
- ],
6420
- "compatibility": {
6421
- "nuxt": ">=3.0.0",
6422
- "requires": {}
6423
- }
6424
- },
6425
6729
  {
6426
6730
  "name": "recaptcha",
6427
6731
  "description": "Simple and easy Google reCAPTCHA module with Nuxt",
@@ -6458,7 +6762,7 @@
6458
6762
  "maintainers": [
6459
6763
  {
6460
6764
  "name": "Alexander Lichter",
6461
- "github": "manniL",
6765
+ "github": "TheAlexLichter",
6462
6766
  "twitter": "TheAlexLichter",
6463
6767
  "bluesky": "thealexlichter.com"
6464
6768
  }
@@ -6468,6 +6772,68 @@
6468
6772
  "requires": {}
6469
6773
  }
6470
6774
  },
6775
+ {
6776
+ "name": "regle",
6777
+ "description": "Type safe model-based form validation library for Vue.js",
6778
+ "repo": "victorgarciaesgi/regle#main/packages/nuxt",
6779
+ "npm": "@regle/nuxt",
6780
+ "icon": "regle.svg",
6781
+ "github": "https://github.com/victorgarciaesgi/regle",
6782
+ "website": "https://reglejs.dev/",
6783
+ "learn_more": "https://reglejs.dev/integrations/nuxt",
6784
+ "category": "Libraries",
6785
+ "type": "3rd-party",
6786
+ "maintainers": [
6787
+ {
6788
+ "name": "Victor Garcia",
6789
+ "github": "victorgarciaesgi",
6790
+ "twitter": "desnoth_dev",
6791
+ "bluesky": "vicflix.dev"
6792
+ }
6793
+ ],
6794
+ "compatibility": {
6795
+ "nuxt": ">=3.0.0",
6796
+ "requires": {}
6797
+ }
6798
+ },
6799
+ {
6800
+ "name": "reka-ui",
6801
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
6802
+ "repo": "unovue/radix-vue",
6803
+ "npm": "reka-ui",
6804
+ "icon": "reka-ui.svg",
6805
+ "github": "https://github.com/unovue/radix-vue",
6806
+ "website": "https://www.reka-ui.com/",
6807
+ "learn_more": "https://reka-ui.com/docs/overview/installation#nuxt-modules",
6808
+ "category": "UI",
6809
+ "type": "3rd-party",
6810
+ "maintainers": [
6811
+ {
6812
+ "name": "zernonia",
6813
+ "github": "zernonia",
6814
+ "twitter": "zernonia"
6815
+ },
6816
+ {
6817
+ "name": "Khairul Haaziq",
6818
+ "github": "khairulhaaziq"
6819
+ },
6820
+ {
6821
+ "name": "Mujahid Anuar",
6822
+ "github": "mujahidfa",
6823
+ "twitter": "mujahid_fa"
6824
+ },
6825
+ {
6826
+ "name": "Max",
6827
+ "github": "onmax",
6828
+ "twitter": "_onmax",
6829
+ "bluesky": "onmax.bsky.social"
6830
+ }
6831
+ ],
6832
+ "compatibility": {
6833
+ "nuxt": ">=3.0.0",
6834
+ "requires": {}
6835
+ }
6836
+ },
6471
6837
  {
6472
6838
  "name": "resend",
6473
6839
  "description": "Resend integration for Nuxt",
@@ -6582,7 +6948,8 @@
6582
6948
  {
6583
6949
  "name": "Farnabaz",
6584
6950
  "github": "farnabaz",
6585
- "twitter": "a_birang"
6951
+ "twitter": "a_birang",
6952
+ "bluesky": "farnabaz.dev"
6586
6953
  }
6587
6954
  ],
6588
6955
  "compatibility": {
@@ -6643,11 +7010,11 @@
6643
7010
  {
6644
7011
  "name": "scalar",
6645
7012
  "description": "Render a beautiful API References based on a OpenAPI/Swagger file with Nuxt.",
6646
- "repo": "scalar/scalar#main/packages/nuxt",
7013
+ "repo": "scalar/scalar#main/integrations/nuxt",
6647
7014
  "npm": "@scalar/nuxt",
6648
7015
  "icon": "scalar.svg",
6649
- "github": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
6650
- "website": "https://github.com/scalar/scalar/tree/main/packages/nuxt",
7016
+ "github": "https://github.com/scalar/scalar/tree/main/integrations/nuxt",
7017
+ "website": "https://github.com/scalar/scalar/tree/main/integrations/nuxt",
6651
7018
  "learn_more": "https://scalar.com",
6652
7019
  "category": "Devtools",
6653
7020
  "type": "3rd-party",
@@ -6689,14 +7056,14 @@
6689
7056
  },
6690
7057
  {
6691
7058
  "name": "scripts",
6692
- "description": "Plug-and-play script optimization for Nuxt applications.",
7059
+ "description": "Add 3rd-party scripts without sacrificing performance.",
6693
7060
  "repo": "nuxt/scripts",
6694
7061
  "npm": "@nuxt/scripts",
6695
7062
  "icon": "nuxt.svg",
6696
7063
  "github": "https://github.com/nuxt/scripts",
6697
7064
  "website": "https://scripts.nuxt.com",
6698
7065
  "learn_more": "",
6699
- "category": "Libraries",
7066
+ "category": "Performance",
6700
7067
  "type": "official",
6701
7068
  "maintainers": [
6702
7069
  {
@@ -6909,7 +7276,7 @@
6909
7276
  "maintainers": [
6910
7277
  {
6911
7278
  "name": "Alexander Lichter",
6912
- "github": "manniL",
7279
+ "github": "TheAlexLichter",
6913
7280
  "twitter": "TheAlexLichter",
6914
7281
  "bluesky": "thealexlichter.com"
6915
7282
  }
@@ -7080,7 +7447,8 @@
7080
7447
  {
7081
7448
  "name": "Nicolas PENNEC",
7082
7449
  "github": "NicoPennec",
7083
- "twitter": "NicoPennec"
7450
+ "twitter": "NicoPennec",
7451
+ "bluesky": "nicopennec.bsky.social"
7084
7452
  }
7085
7453
  ],
7086
7454
  "compatibility": {
@@ -7365,7 +7733,8 @@
7365
7733
  {
7366
7734
  "name": "Benjamin Canac",
7367
7735
  "github": "benjamincanac",
7368
- "twitter": "benjamincanac"
7736
+ "twitter": "benjamincanac",
7737
+ "bluesky": "benjamincanac.dev"
7369
7738
  },
7370
7739
  {
7371
7740
  "name": "Sébastien Chopin",
@@ -7447,7 +7816,8 @@
7447
7816
  {
7448
7817
  "name": "Farnabaz",
7449
7818
  "github": "farnabaz",
7450
- "twitter": "a_birang"
7819
+ "twitter": "a_birang",
7820
+ "bluesky": "farnabaz.dev"
7451
7821
  },
7452
7822
  {
7453
7823
  "name": "Sébastien Chopin",
@@ -7477,7 +7847,7 @@
7477
7847
  "maintainers": [
7478
7848
  {
7479
7849
  "name": "Alexander Lichter",
7480
- "github": "manniL",
7850
+ "github": "TheAlexLichter",
7481
7851
  "twitter": "TheAlexLichter",
7482
7852
  "bluesky": "thealexlichter.com"
7483
7853
  }
@@ -7606,7 +7976,8 @@
7606
7976
  {
7607
7977
  "name": "Farnabaz",
7608
7978
  "github": "farnabaz",
7609
- "twitter": "a_birang"
7979
+ "twitter": "a_birang",
7980
+ "bluesky": "farnabaz.dev"
7610
7981
  }
7611
7982
  ],
7612
7983
  "compatibility": {
@@ -7627,7 +7998,7 @@
7627
7998
  "type": "community",
7628
7999
  "maintainers": [
7629
8000
  {
7630
- "name": "Brooke",
8001
+ "name": "brooke",
7631
8002
  "github": "sam3d"
7632
8003
  }
7633
8004
  ],
@@ -7760,9 +8131,35 @@
7760
8131
  "tailwind"
7761
8132
  ]
7762
8133
  },
8134
+ {
8135
+ "name": "tdesign-vue-next",
8136
+ "description": "A Vue 3 UI components library",
8137
+ "repo": "tdesignOteam/tdesign-nuxt",
8138
+ "npm": "@tdesign-vue-next/nuxt",
8139
+ "icon": "tdesign.svg",
8140
+ "github": "https://github.com/Tencent/tdesign-vue-next",
8141
+ "website": "https://tdesign.tencent.com/vue-next/overview-en",
8142
+ "learn_more": "https://github.com/tdesignoteam/tdesign-nuxt",
8143
+ "category": "UI",
8144
+ "type": "3rd-party",
8145
+ "maintainers": [
8146
+ {
8147
+ "name": "wū yāng",
8148
+ "github": "uyarn"
8149
+ },
8150
+ {
8151
+ "name": "liweijie0812",
8152
+ "github": "liweijie0812"
8153
+ }
8154
+ ],
8155
+ "compatibility": {
8156
+ "nuxt": ">=3.0.0",
8157
+ "requires": {}
8158
+ }
8159
+ },
7763
8160
  {
7764
8161
  "name": "test-utils",
7765
- "description": "Test utilities for Nuxt",
8162
+ "description": "Test utilities for Nuxt.",
7766
8163
  "repo": "nuxt/test-utils#main",
7767
8164
  "npm": "@nuxt/test-utils",
7768
8165
  "icon": "nuxt.svg",
@@ -7965,7 +8362,8 @@
7965
8362
  {
7966
8363
  "name": "Alvaro Saburido",
7967
8364
  "github": "alvarosabu",
7968
- "twitter": "alvarosabu"
8365
+ "twitter": "alvarosabu",
8366
+ "bluesky": "alvarosaburido.dev"
7969
8367
  },
7970
8368
  {
7971
8369
  "name": "Jaime A Torrealba C",
@@ -8236,7 +8634,7 @@
8236
8634
  },
8237
8635
  {
8238
8636
  "name": "ui",
8239
- "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
8637
+ "description": "The Intuitive UI Library powered by Reka UI and Tailwind CSS.",
8240
8638
  "repo": "nuxt/ui#dev",
8241
8639
  "npm": "@nuxt/ui",
8242
8640
  "icon": "nuxt.svg",
@@ -8249,18 +8647,14 @@
8249
8647
  {
8250
8648
  "name": "Benjamin Canac",
8251
8649
  "github": "benjamincanac",
8252
- "twitter": "benjamincanac"
8650
+ "twitter": "benjamincanac",
8651
+ "bluesky": "benjamincanac.dev"
8253
8652
  },
8254
8653
  {
8255
8654
  "name": "Sébastien Chopin",
8256
8655
  "github": "Atinux",
8257
8656
  "twitter": "Atinux",
8258
8657
  "bluesky": "atinux.com"
8259
- },
8260
- {
8261
- "name": "Sylvain Marroufin",
8262
- "github": "smarroufin",
8263
- "twitter": "smarroufin"
8264
8658
  }
8265
8659
  ],
8266
8660
  "compatibility": {
@@ -8348,7 +8742,7 @@
8348
8742
  {
8349
8743
  "name": "unocss",
8350
8744
  "description": "The instant on-demand atomic CSS engine.",
8351
- "repo": "unocss/unocss#main/packages/nuxt",
8745
+ "repo": "unocss/unocss#main/packages-integrations/nuxt",
8352
8746
  "npm": "@unocss/nuxt",
8353
8747
  "icon": "unocss.svg",
8354
8748
  "github": "https://github.com/unocss/unocss",
@@ -8441,6 +8835,28 @@
8441
8835
  "requires": {}
8442
8836
  }
8443
8837
  },
8838
+ {
8839
+ "name": "v-gsap",
8840
+ "description": "GSAP as a directive (Unofficial). Build stunning animations with v-gsap.",
8841
+ "repo": "holux-design/v-gsap-nuxt",
8842
+ "npm": "v-gsap-nuxt",
8843
+ "icon": "v-gsap.svg",
8844
+ "github": "https://github.com/holux-design/v-gsap-nuxt",
8845
+ "website": "https://v-gsap-nuxt.vercel.app/",
8846
+ "learn_more": "https://v-gsap-nuxt.vercel.app/playground",
8847
+ "category": "Libraries",
8848
+ "type": "3rd-party",
8849
+ "maintainers": [
8850
+ {
8851
+ "name": "Lukas Hofstätter",
8852
+ "github": "holux-design"
8853
+ }
8854
+ ],
8855
+ "compatibility": {
8856
+ "nuxt": ">=3.0.0",
8857
+ "requires": {}
8858
+ }
8859
+ },
8444
8860
  {
8445
8861
  "name": "vant",
8446
8862
  "description": "A lightweight, customizable Vue UI library for mobile web apps.",
@@ -8504,7 +8920,8 @@
8504
8920
  "maintainers": [
8505
8921
  {
8506
8922
  "name": "Valerii Strilets",
8507
- "github": "letstri"
8923
+ "github": "letstri",
8924
+ "twitter": "letstri"
8508
8925
  }
8509
8926
  ],
8510
8927
  "compatibility": {
@@ -8752,7 +9169,7 @@
8752
9169
  "name": "Kevin Deng 三咲智子",
8753
9170
  "github": "sxzz",
8754
9171
  "twitter": "sanxiaozhizi",
8755
- "bluesky": "sxzz.moe"
9172
+ "bluesky": "sxzz.dev"
8756
9173
  }
8757
9174
  ],
8758
9175
  "compatibility": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-3f2dc8",
3
+ "version": "0.6.0-3fcd84",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,20 +22,23 @@
22
22
  "test": "pnpm lint && pnpm sync"
23
23
  },
24
24
  "devDependencies": {
25
- "@nuxt/eslint-config": "^0.3.10",
26
- "@octokit/rest": "^21.0.2",
27
- "@types/js-yaml": "^4.0.5",
28
- "@types/node": "^18.17.15",
29
- "defu": "^6.1.2",
30
- "eslint": "^9.2.0",
31
- "globby": "^13.2.2",
32
- "hasha": "^5.2.2",
33
- "jiti": "^1.20.0",
25
+ "@nuxt/eslint-config": "^0.7.5",
26
+ "@octokit/rest": "^21.1.0",
27
+ "@types/js-yaml": "^4.0.9",
28
+ "@types/node": "^18.19.70",
29
+ "defu": "^6.1.4",
30
+ "eslint": "^9.18.0",
31
+ "globby": "^14.0.2",
32
+ "hasha": "^6.0.0",
33
+ "jiti": "^2.4.2",
34
34
  "js-yaml": "^4.1.0",
35
- "ofetch": "^1.3.3",
36
- "p-limit": "^6.1.0",
37
- "std-env": "^3.7.0",
38
- "typescript": "^5.2.2"
35
+ "ofetch": "^1.4.1",
36
+ "p-limit": "^6.2.0",
37
+ "std-env": "^3.8.0",
38
+ "typescript": "^5.7.3"
39
39
  },
40
- "packageManager": "pnpm@8.7.4"
40
+ "packageManager": "pnpm@9.15.3",
41
+ "dependencies": {
42
+ "dotenv": "^16.4.7"
43
+ }
41
44
  }