@nuxt/modules 0.6.0-8f9df7 → 0.6.0-901734

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 (2) hide show
  1. package/modules.json +175 -29
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -121,7 +121,8 @@
121
121
  {
122
122
  "name": "Farnabaz",
123
123
  "github": "farnabaz",
124
- "twitter": "a_birang"
124
+ "twitter": "a_birang",
125
+ "bluesky": "farnabaz.dev"
125
126
  }
126
127
  ],
127
128
  "compatibility": {
@@ -1036,6 +1037,28 @@
1036
1037
  }
1037
1038
  }
1038
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
+ },
1039
1062
  {
1040
1063
  "name": "component-cache",
1041
1064
  "description": "LRU component cache for vue components",
@@ -1109,7 +1132,7 @@
1109
1132
  },
1110
1133
  {
1111
1134
  "name": "content",
1112
- "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.",
1135
+ "description": "The file-based CMS with support for Markdown, YAML, JSON.",
1113
1136
  "repo": "nuxt/content#main",
1114
1137
  "npm": "@nuxt/content",
1115
1138
  "icon": "nuxt.svg",
@@ -1119,16 +1142,17 @@
1119
1142
  "category": "CMS",
1120
1143
  "type": "official",
1121
1144
  "maintainers": [
1122
- {
1123
- "name": "Yaël Guilloux",
1124
- "github": "Tahul",
1125
- "twitter": "yaeeelglx",
1126
- "bluesky": "yael.dev"
1127
- },
1128
1145
  {
1129
1146
  "name": "Farnabaz",
1130
1147
  "github": "farnabaz",
1131
- "twitter": "a_birang"
1148
+ "twitter": "a_birang",
1149
+ "bluesky": "farnabaz.dev"
1150
+ },
1151
+ {
1152
+ "name": "Baptiste Leproux",
1153
+ "github": "larbish",
1154
+ "twitter": "_larbish",
1155
+ "bluesky": "larbish.bsky.social"
1132
1156
  },
1133
1157
  {
1134
1158
  "name": "Sébastien Chopin",
@@ -1425,7 +1449,7 @@
1425
1449
  },
1426
1450
  {
1427
1451
  "name": "devtools",
1428
- "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1452
+ "description": "Visual tools that help you to know your Nuxt application better.",
1429
1453
  "repo": "nuxt/devtools#main/packages/devtools",
1430
1454
  "npm": "@nuxt/devtools",
1431
1455
  "icon": "nuxt.svg",
@@ -1799,7 +1823,7 @@
1799
1823
  },
1800
1824
  {
1801
1825
  "name": "eslint",
1802
- "description": "All-in-one ESLint module for Nuxt, provides project-aware, easy-to-use, extensible and future-proof integrations.",
1826
+ "description": "Project-aware, easy-to-use, extensible and future-proof ESLint integration.",
1803
1827
  "repo": "nuxt/eslint",
1804
1828
  "npm": "@nuxt/eslint",
1805
1829
  "icon": "nuxt.svg",
@@ -2072,14 +2096,14 @@
2072
2096
  },
2073
2097
  {
2074
2098
  "name": "fonts",
2075
- "description": "Plug-and-play web font optimization and configuration for Nuxt apps.",
2099
+ "description": "Add custom web fonts with performance in mind.",
2076
2100
  "repo": "nuxt/fonts",
2077
2101
  "npm": "@nuxt/fonts",
2078
2102
  "icon": "nuxt.svg",
2079
2103
  "github": "https://github.com/nuxt/fonts",
2080
2104
  "website": "https://fonts.nuxt.com",
2081
2105
  "learn_more": "",
2082
- "category": "Libraries",
2106
+ "category": "Fonts",
2083
2107
  "type": "official",
2084
2108
  "maintainers": [
2085
2109
  {
@@ -2761,7 +2785,8 @@
2761
2785
  {
2762
2786
  "name": "Farnabaz",
2763
2787
  "github": "farnabaz",
2764
- "twitter": "a_birang"
2788
+ "twitter": "a_birang",
2789
+ "bluesky": "farnabaz.dev"
2765
2790
  },
2766
2791
  {
2767
2792
  "name": "Sylvain Marroufin",
@@ -2961,7 +2986,7 @@
2961
2986
  },
2962
2987
  {
2963
2988
  "name": "image",
2964
- "description": "Optimised images for Nuxt, with progressive processing, lazy-loading, real-time resizes and providers support.",
2989
+ "description": "Add images with progressive processing, lazy-loading, resizing and providers support.",
2965
2990
  "repo": "nuxt/image",
2966
2991
  "npm": "@nuxt/image",
2967
2992
  "icon": "nuxt.svg",
@@ -2974,7 +2999,8 @@
2974
2999
  {
2975
3000
  "name": "Farnabaz",
2976
3001
  "github": "farnabaz",
2977
- "twitter": "a_birang"
3002
+ "twitter": "a_birang",
3003
+ "bluesky": "farnabaz.dev"
2978
3004
  },
2979
3005
  {
2980
3006
  "name": "Daniel Roe",
@@ -3332,6 +3358,36 @@
3332
3358
  "devtools": "^0.0.0"
3333
3359
  }
3334
3360
  },
3361
+ {
3362
+ "name": "llms",
3363
+ "description": "Generate llms.txt documentation for your Nuxt application",
3364
+ "repo": "nuxtlabs/nuxt-llms",
3365
+ "npm": "nuxt-llms",
3366
+ "icon": "llms.png",
3367
+ "github": "https://github.com/nuxtlabs/nuxt-llms",
3368
+ "website": "https://github.com/nuxtlabs/nuxt-llms",
3369
+ "learn_more": "",
3370
+ "category": "SEO",
3371
+ "type": "3rd-party",
3372
+ "maintainers": [
3373
+ {
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"
3384
+ }
3385
+ ],
3386
+ "compatibility": {
3387
+ "nuxt": "^3.0.0",
3388
+ "requires": {}
3389
+ }
3390
+ },
3335
3391
  {
3336
3392
  "name": "localforage",
3337
3393
  "description": "LocalForage is a fast and simple storage library for JavaScript",
@@ -3680,7 +3736,8 @@
3680
3736
  {
3681
3737
  "name": "Farnabaz",
3682
3738
  "github": "farnabaz",
3683
- "twitter": "a_birang"
3739
+ "twitter": "a_birang",
3740
+ "bluesky": "farnabaz.dev"
3684
3741
  }
3685
3742
  ],
3686
3743
  "compatibility": {
@@ -4504,6 +4561,28 @@
4504
4561
  "requires": {}
4505
4562
  }
4506
4563
  },
4564
+ {
4565
+ "name": "nuxt-gpt",
4566
+ "description": "Plug and Play ChatGPT for Nuxt.",
4567
+ "repo": "holux-design/nuxt-GPT",
4568
+ "npm": "nuxt-gpt",
4569
+ "icon": "nuxt-gpt.svg",
4570
+ "github": "https://github.com/holux-design/nuxt-GPT",
4571
+ "website": "https://nuxt-gpt-module.vercel.app/",
4572
+ "learn_more": "https://nuxt-gpt-module.vercel.app/usage/examples",
4573
+ "category": "Libraries",
4574
+ "type": "3rd-party",
4575
+ "maintainers": [
4576
+ {
4577
+ "name": "Lukas Hofstätter",
4578
+ "github": "holux-design"
4579
+ }
4580
+ ],
4581
+ "compatibility": {
4582
+ "nuxt": ">=3.0.0",
4583
+ "requires": {}
4584
+ }
4585
+ },
4507
4586
  {
4508
4587
  "name": "nuxt-graphql-middleware",
4509
4588
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -4927,6 +5006,29 @@
4927
5006
  "devtools": "^0.0.0"
4928
5007
  }
4929
5008
  },
5009
+ {
5010
+ "name": "nuxt-music-flow",
5011
+ "description": "Nuxt 3 module for audio player component with playlist and waveform visualization.",
5012
+ "repo": "ndragun92/nuxt-music-flow",
5013
+ "npm": "nuxt-music-flow",
5014
+ "icon": "nuxt-music-flow.png",
5015
+ "github": "https://github.com/ndragun92/nuxt-music-flow",
5016
+ "website": "https://vue-music-flow-docs.vercel.app/usage#nuxt",
5017
+ "learn_more": "https://vue-music-flow-docs.vercel.app/demo",
5018
+ "category": "Libraries",
5019
+ "type": "3rd-party",
5020
+ "maintainers": [
5021
+ {
5022
+ "name": "Nemanja Dragun",
5023
+ "github": "ndragun92",
5024
+ "twitter": "nemanjadragun"
5025
+ }
5026
+ ],
5027
+ "compatibility": {
5028
+ "nuxt": ">=3.0.0",
5029
+ "requires": {}
5030
+ }
5031
+ },
4930
5032
  {
4931
5033
  "name": "nuxt-oidc-auth",
4932
5034
  "description": "Seamless modern authentication for Nuxt applications.",
@@ -5186,6 +5288,29 @@
5186
5288
  "requires": {}
5187
5289
  }
5188
5290
  },
5291
+ {
5292
+ "name": "nuxt-query",
5293
+ "description": "Nuxt module for TanStack Query (FKA Vue Query) with Nuxt DevTools integration",
5294
+ "repo": "peterbud/nuxt-query",
5295
+ "npm": "@peterbud/nuxt-query",
5296
+ "icon": "nuxt-query.svg",
5297
+ "github": "https://github.com/peterbud/nuxt-query",
5298
+ "website": "https://github.com/peterbud/nuxt-query#readme",
5299
+ "learn_more": "https://tanstack.com/query/latest/docs/framework/vue/overview",
5300
+ "category": "Libraries",
5301
+ "type": "3rd-party",
5302
+ "maintainers": [
5303
+ {
5304
+ "name": "Peter Budai",
5305
+ "github": "peterbud",
5306
+ "bluesky": "peterbud.bsky.social"
5307
+ }
5308
+ ],
5309
+ "compatibility": {
5310
+ "nuxt": ">=3.0.0",
5311
+ "requires": {}
5312
+ }
5313
+ },
5189
5314
  {
5190
5315
  "name": "nuxt-sanctum-authentication",
5191
5316
  "description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.",
@@ -5287,6 +5412,29 @@
5287
5412
  "requires": {}
5288
5413
  }
5289
5414
  },
5415
+ {
5416
+ "name": "nuxt-ssr-api-logger",
5417
+ "description": "A small module that helps you see when your Nuxt application sends any API request via SSR.",
5418
+ "repo": "buglavecz/nuxt-ssr-api-logger",
5419
+ "npm": "nuxt-ssr-api-logger",
5420
+ "icon": "nuxt-ssr-api-logger.png",
5421
+ "github": "https://github.com/buglavecz/nuxt-ssr-api-logger",
5422
+ "website": "https://github.com/buglavecz/nuxt-ssr-api-logger",
5423
+ "learn_more": "",
5424
+ "category": "Devtools",
5425
+ "type": "3rd-party",
5426
+ "maintainers": [
5427
+ {
5428
+ "name": "Peter Buglavecz",
5429
+ "github": "buglavecz",
5430
+ "avatar": "https://avatars.githubusercontent.com/u/43108336"
5431
+ }
5432
+ ],
5433
+ "compatibility": {
5434
+ "nuxt": "^3.16.0",
5435
+ "requires": {}
5436
+ }
5437
+ },
5290
5438
  {
5291
5439
  "name": "ssr-lit",
5292
5440
  "description": "Server-Side Rendering for Lit Element components",
@@ -6727,7 +6875,8 @@
6727
6875
  {
6728
6876
  "name": "Farnabaz",
6729
6877
  "github": "farnabaz",
6730
- "twitter": "a_birang"
6878
+ "twitter": "a_birang",
6879
+ "bluesky": "farnabaz.dev"
6731
6880
  }
6732
6881
  ],
6733
6882
  "compatibility": {
@@ -6834,14 +6983,14 @@
6834
6983
  },
6835
6984
  {
6836
6985
  "name": "scripts",
6837
- "description": "Plug-and-play script optimization for Nuxt applications.",
6986
+ "description": "Add 3rd-party scripts without sacrificing performance.",
6838
6987
  "repo": "nuxt/scripts",
6839
6988
  "npm": "@nuxt/scripts",
6840
6989
  "icon": "nuxt.svg",
6841
6990
  "github": "https://github.com/nuxt/scripts",
6842
6991
  "website": "https://scripts.nuxt.com",
6843
6992
  "learn_more": "",
6844
- "category": "Libraries",
6993
+ "category": "Performance",
6845
6994
  "type": "official",
6846
6995
  "maintainers": [
6847
6996
  {
@@ -7594,7 +7743,8 @@
7594
7743
  {
7595
7744
  "name": "Farnabaz",
7596
7745
  "github": "farnabaz",
7597
- "twitter": "a_birang"
7746
+ "twitter": "a_birang",
7747
+ "bluesky": "farnabaz.dev"
7598
7748
  },
7599
7749
  {
7600
7750
  "name": "Sébastien Chopin",
@@ -7753,7 +7903,8 @@
7753
7903
  {
7754
7904
  "name": "Farnabaz",
7755
7905
  "github": "farnabaz",
7756
- "twitter": "a_birang"
7906
+ "twitter": "a_birang",
7907
+ "bluesky": "farnabaz.dev"
7757
7908
  }
7758
7909
  ],
7759
7910
  "compatibility": {
@@ -7935,7 +8086,7 @@
7935
8086
  },
7936
8087
  {
7937
8088
  "name": "test-utils",
7938
- "description": "Test utilities for Nuxt",
8089
+ "description": "Test utilities for Nuxt.",
7939
8090
  "repo": "nuxt/test-utils#main",
7940
8091
  "npm": "@nuxt/test-utils",
7941
8092
  "icon": "nuxt.svg",
@@ -8410,7 +8561,7 @@
8410
8561
  },
8411
8562
  {
8412
8563
  "name": "ui",
8413
- "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
8564
+ "description": "The Intuitive UI Library powered by Reka UI and Tailwind CSS.",
8414
8565
  "repo": "nuxt/ui#dev",
8415
8566
  "npm": "@nuxt/ui",
8416
8567
  "icon": "nuxt.svg",
@@ -8431,11 +8582,6 @@
8431
8582
  "github": "Atinux",
8432
8583
  "twitter": "Atinux",
8433
8584
  "bluesky": "atinux.com"
8434
- },
8435
- {
8436
- "name": "Sylvain Marroufin",
8437
- "github": "smarroufin",
8438
- "twitter": "smarroufin"
8439
8585
  }
8440
8586
  ],
8441
8587
  "compatibility": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-8f9df7",
3
+ "version": "0.6.0-901734",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",