@nuxt/modules 0.6.0-4b4d7f → 0.6.0-4d9c5f

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 +375 -47
  3. 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.js
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
@@ -1,4 +1,34 @@
1
1
  [
2
+ {
3
+ "name": "a11y",
4
+ "description": "Real-time accessibility feedback and automated testing in your browser during development.",
5
+ "repo": "nuxt/a11y",
6
+ "npm": "@nuxt/a11y",
7
+ "icon": "nuxt.svg",
8
+ "github": "https://github.com/nuxt/a11y",
9
+ "website": "https://github.com/nuxt/a11y",
10
+ "learn_more": "",
11
+ "category": "Devtools",
12
+ "type": "official",
13
+ "maintainers": [
14
+ {
15
+ "name": "Tim Damen",
16
+ "github": "timdamen",
17
+ "twitter": "timdamen_io",
18
+ "bluesky": "timdamen.io"
19
+ },
20
+ {
21
+ "name": "Daniel Roe",
22
+ "github": "danielroe",
23
+ "twitter": "danielcroe",
24
+ "bluesky": "danielroe.dev"
25
+ }
26
+ ],
27
+ "compatibility": {
28
+ "nuxt": ">=3.0.0",
29
+ "requires": {}
30
+ }
31
+ },
2
32
  {
3
33
  "name": "ackee",
4
34
  "description": "Nuxt module for Ackee analytics",
@@ -880,7 +910,8 @@
880
910
  {
881
911
  "name": "Wind",
882
912
  "github": "productdevbook",
883
- "twitter": "productdevbook"
913
+ "twitter": "productdevbook",
914
+ "bluesky": "productdevbook.com"
884
915
  }
885
916
  ],
886
917
  "compatibility": {
@@ -1264,8 +1295,8 @@
1264
1295
  "npm": "nuxt-contentstack",
1265
1296
  "icon": "contentstack.png",
1266
1297
  "github": "https://github.com/timbenniks/nuxt-contentstack",
1267
- "website": "https://github.com/timbenniks/nuxt-contentstack",
1268
- "learn_more": "https://contentstack.com/",
1298
+ "website": "https://nuxt-contentstack-docs.eu-contentstackapps.com/",
1299
+ "learn_more": "https://community.contentstack.com/",
1269
1300
  "category": "CMS",
1270
1301
  "type": "3rd-party",
1271
1302
  "maintainers": [
@@ -1278,8 +1309,9 @@
1278
1309
  }
1279
1310
  ],
1280
1311
  "compatibility": {
1281
- "nuxt": "^3.12.0",
1282
- "requires": {}
1312
+ "nuxt": "^3.16.0",
1313
+ "requires": {},
1314
+ "devtools": "^0.0.0"
1283
1315
  }
1284
1316
  },
1285
1317
  {
@@ -1873,10 +1905,10 @@
1873
1905
  "description": "Es-toolkit auto import module for Nuxt",
1874
1906
  "repo": "bubblesortt/nuxt-es-toolkit",
1875
1907
  "npm": "@bubblesortt/nuxt-es-toolkit",
1876
- "icon": "",
1908
+ "icon": "es-toolkit.png",
1877
1909
  "github": "https://github.com/bubblesortt/nuxt-es-toolkit",
1878
1910
  "website": "https://github.com/bubblesortt/nuxt-es-toolkit",
1879
- "learn_more": "",
1911
+ "learn_more": "https://es-toolkit.dev/",
1880
1912
  "category": "Libraries",
1881
1913
  "type": "3rd-party",
1882
1914
  "maintainers": [
@@ -2733,6 +2765,30 @@
2733
2765
  "requires": {}
2734
2766
  }
2735
2767
  },
2768
+ {
2769
+ "name": "hints",
2770
+ "description": "Nuxt module that shows hints for aspects of your application such as Performance, Security, and more!",
2771
+ "repo": "nuxt/hints",
2772
+ "npm": "@nuxt/hints",
2773
+ "icon": "nuxt.svg",
2774
+ "github": "https://github.com/nuxt/hints",
2775
+ "website": "https://github.com/nuxt/hints",
2776
+ "learn_more": "",
2777
+ "category": "Devtools",
2778
+ "type": "official",
2779
+ "maintainers": [
2780
+ {
2781
+ "name": "Julien Huang",
2782
+ "github": "huang-julien",
2783
+ "twitter": "JulienHuang_dev",
2784
+ "bluesky": "julienhuang-dev.bsky.social"
2785
+ }
2786
+ ],
2787
+ "compatibility": {
2788
+ "nuxt": ">=3.0.0",
2789
+ "requires": {}
2790
+ }
2791
+ },
2736
2792
  {
2737
2793
  "name": "history-state",
2738
2794
  "description": "Nuxt module to backup or restore historical states",
@@ -3333,6 +3389,30 @@
3333
3389
  },
3334
3390
  "sponsor": true
3335
3391
  },
3392
+ {
3393
+ "name": "kongponents",
3394
+ "description": "Kong Component library",
3395
+ "repo": "kong/kongponents",
3396
+ "npm": "@kong/kongponents",
3397
+ "icon": "kong.svg",
3398
+ "github": "https://github.com/Kong/kongponents/tree/main/nuxt",
3399
+ "website": "https://kongponents.konghq.com/",
3400
+ "learn_more": "https://kongponents.konghq.com/guide/usage.html#nuxt-module",
3401
+ "category": "UI",
3402
+ "type": "3rd-party",
3403
+ "maintainers": [
3404
+ {
3405
+ "name": "Kong",
3406
+ "github": "Kong",
3407
+ "twitter": "kong"
3408
+ }
3409
+ ],
3410
+ "compatibility": {
3411
+ "nuxt": ">=3.0.0",
3412
+ "requires": {},
3413
+ "devtools": "^0.0.0"
3414
+ }
3415
+ },
3336
3416
  {
3337
3417
  "name": "kql",
3338
3418
  "description": "Nuxt module for Kirby's Query Language API",
@@ -3506,7 +3586,7 @@
3506
3586
  "github": "https://github.com/nuxtlabs/nuxt-llms",
3507
3587
  "website": "https://github.com/nuxtlabs/nuxt-llms",
3508
3588
  "learn_more": "",
3509
- "category": "SEO",
3589
+ "category": "AI",
3510
3590
  "type": "3rd-party",
3511
3591
  "maintainers": [
3512
3592
  {
@@ -3908,6 +3988,31 @@
3908
3988
  "requires": {}
3909
3989
  }
3910
3990
  },
3991
+ {
3992
+ "name": "mcp-toolkit",
3993
+ "description": "Create MCP servers directly in your Nuxt application with zero configuration.",
3994
+ "repo": "nuxt-modules/mcp-toolkit#main/packages/nuxt-mcp-toolkit",
3995
+ "npm": "@nuxtjs/mcp-toolkit",
3996
+ "icon": "mcp-toolkit.png",
3997
+ "github": "https://github.com/nuxt-modules/mcp-toolkit/tree/main/packages/nuxt-mcp-toolkit",
3998
+ "website": "https://mcp-toolkit.nuxt.dev",
3999
+ "learn_more": "",
4000
+ "category": "AI",
4001
+ "type": "community",
4002
+ "maintainers": [
4003
+ {
4004
+ "name": "Hugo",
4005
+ "github": "HugoRCD",
4006
+ "twitter": "hugorcd",
4007
+ "bluesky": "hrcd.fr"
4008
+ }
4009
+ ],
4010
+ "compatibility": {
4011
+ "nuxt": ">=3.0.0",
4012
+ "requires": {}
4013
+ },
4014
+ "mcp": "https://mcp-toolkit.nuxt.dev/mcp"
4015
+ },
3911
4016
  {
3912
4017
  "name": "mdc",
3913
4018
  "description": "MDC supercharges regular Markdown to write documents interacting deeply with any Vue component.",
@@ -4244,6 +4349,30 @@
4244
4349
  "requires": {}
4245
4350
  }
4246
4351
  },
4352
+ {
4353
+ "name": "nitro-graphql",
4354
+ "description": "A standalone Nitro module that integrates GraphQL servers into any Nitro application with automatic type generation, file watching, and seamless framework integration.",
4355
+ "repo": "productdevbook/nitro-graphql",
4356
+ "npm": "nitro-graphql",
4357
+ "icon": "",
4358
+ "github": "https://github.com/productdevbook/nitro-graphql",
4359
+ "website": "https://github.com/productdevbook/nitro-graphql",
4360
+ "learn_more": "",
4361
+ "category": "Request",
4362
+ "type": "3rd-party",
4363
+ "maintainers": [
4364
+ {
4365
+ "name": "Wind",
4366
+ "github": "productdevbook",
4367
+ "twitter": "productdevbook",
4368
+ "bluesky": "productdevbook.com"
4369
+ }
4370
+ ],
4371
+ "compatibility": {
4372
+ "nuxt": "^3.0.0",
4373
+ "requires": {}
4374
+ }
4375
+ },
4247
4376
  {
4248
4377
  "name": "nodemailer",
4249
4378
  "description": "Nuxt integration for nodemailer",
@@ -4819,6 +4948,31 @@
4819
4948
  "requires": {}
4820
4949
  }
4821
4950
  },
4951
+ {
4952
+ "name": "nuxt-formisch",
4953
+ "description": "Formisch integration for Nuxt - schema-based, headless form library",
4954
+ "repo": "onmax/nuxt-formisch",
4955
+ "npm": "nuxt-formisch",
4956
+ "icon": "nuxt-formisch.svg",
4957
+ "github": "https://github.com/onmax/nuxt-formisch",
4958
+ "website": "https://github.com/onmax/nuxt-formisch",
4959
+ "learn_more": "",
4960
+ "category": "Libraries",
4961
+ "type": "3rd-party",
4962
+ "maintainers": [
4963
+ {
4964
+ "name": "Max",
4965
+ "github": "onmax",
4966
+ "avatar": "https://avatars.githubusercontent.com/u/22072217?v=4",
4967
+ "bluesky": "onmax.bsky.social",
4968
+ "twitter": "_onmax"
4969
+ }
4970
+ ],
4971
+ "compatibility": {
4972
+ "nuxt": "^3.0.0",
4973
+ "requires": {}
4974
+ }
4975
+ },
4822
4976
  {
4823
4977
  "name": "nuxt-fortify",
4824
4978
  "description": "Use Laravel fortify and sanctum with Nuxt",
@@ -4914,7 +5068,7 @@
4914
5068
  "description": "A Nuxt 3 module for making GraphQL requests with ease, leveraging the power of Nuxt's composables and VueUse.",
4915
5069
  "repo": "Abbasmoe/nuxt-gql-pulse",
4916
5070
  "npm": "nuxt-gql-pulse",
4917
- "icon": "",
5071
+ "icon": "nuxt-gql-pulse.png",
4918
5072
  "github": "https://github.com/Abbasmoe/nuxt-gql-pulse",
4919
5073
  "website": "https://github.com/Abbasmoe/nuxt-gql-pulse",
4920
5074
  "learn_more": "",
@@ -5305,7 +5459,7 @@
5305
5459
  }
5306
5460
  ],
5307
5461
  "compatibility": {
5308
- "nuxt": "^3.0.0",
5462
+ "nuxt": ">=3.0.0",
5309
5463
  "requires": {}
5310
5464
  }
5311
5465
  },
@@ -5402,6 +5556,31 @@
5402
5556
  "devtools": "^0.0.0"
5403
5557
  }
5404
5558
  },
5559
+ {
5560
+ "name": "nuxt-mqtt",
5561
+ "description": "A Nuxt module for real-time MQTT communication using mqtt.js",
5562
+ "repo": "arashsheyda/nuxt-mqtt",
5563
+ "npm": "nuxt-mqtt",
5564
+ "icon": "nuxt-mqtt.png",
5565
+ "github": "https://github.com/arashsheyda/nuxt-mqtt",
5566
+ "website": "https://github.com/arashsheyda/nuxt-mongoose#readme",
5567
+ "learn_more": "",
5568
+ "category": "Extensions",
5569
+ "type": "3rd-party",
5570
+ "maintainers": [
5571
+ {
5572
+ "name": "Arash Ari Sheyda",
5573
+ "github": "arashsheyda",
5574
+ "twitter": "arash_sheyda",
5575
+ "bluesky": "arashsheyda.me"
5576
+ }
5577
+ ],
5578
+ "compatibility": {
5579
+ "nuxt": ">=3.0.0",
5580
+ "requires": {},
5581
+ "devtools": "^0.0.0"
5582
+ }
5583
+ },
5405
5584
  {
5406
5585
  "name": "nuxt-music-flow",
5407
5586
  "description": "Nuxt 3 module for audio player component with playlist and waveform visualization.",
@@ -5425,6 +5604,28 @@
5425
5604
  "requires": {}
5426
5605
  }
5427
5606
  },
5607
+ {
5608
+ "name": "nuxt-notify",
5609
+ "description": "Advanced toast notifications for Nuxt 3/4 with Tailwind CSS + Nuxt Icon (actions, avatars, progress, themes, UI overrides).",
5610
+ "repo": "nizaamomer/nuxt-notify",
5611
+ "npm": "nuxt-notify",
5612
+ "icon": "nuxt-notify.png",
5613
+ "github": "https://github.com/nizaamomer/nuxt-notify",
5614
+ "website": "https://nuxt-notify.nizaamomer.com",
5615
+ "learn_more": "https://nuxt-notify.nizaamomer.com/docs/getting-started/introduction",
5616
+ "category": "UI",
5617
+ "type": "3rd-party",
5618
+ "maintainers": [
5619
+ {
5620
+ "name": "Nizam Omer",
5621
+ "github": "nizaamomer"
5622
+ }
5623
+ ],
5624
+ "compatibility": {
5625
+ "nuxt": ">=3.0.0",
5626
+ "requires": {}
5627
+ }
5628
+ },
5428
5629
  {
5429
5630
  "name": "nuxt-oidc-auth",
5430
5631
  "description": "Seamless modern authentication for Nuxt applications.",
@@ -5451,10 +5652,10 @@
5451
5652
  {
5452
5653
  "name": "nuxt-ollama",
5453
5654
  "description": "Simple integration of the official Ollama JavaScript Library for your Nuxt application.",
5454
- "repo": "jericho1060/nuxt-ollama",
5655
+ "repo": "thoda-dev/nuxt-ollama",
5455
5656
  "npm": "nuxt-ollama",
5456
5657
  "icon": "nuxt-ollama.png",
5457
- "github": "https://github.com/jericho1060/nuxt-ollama",
5658
+ "github": "https://github.com/thoda-dev/nuxt-ollama",
5458
5659
  "website": "https://nuxt-ollama.jericho.dev/",
5459
5660
  "learn_more": "https://nuxt-ollama.jericho.dev/",
5460
5661
  "category": "Libraries",
@@ -5462,13 +5663,13 @@
5462
5663
  "maintainers": [
5463
5664
  {
5464
5665
  "name": "Thomas",
5465
- "github": "jericho1060",
5466
- "avatar": "https://avatars.githubusercontent.com/jericho1060",
5467
- "twitter": "jerichodev"
5666
+ "github": "thoda-dev",
5667
+ "avatar": "https://avatars.githubusercontent.com/thoda-dev",
5668
+ "twitter": "thoda_dev"
5468
5669
  }
5469
5670
  ],
5470
5671
  "compatibility": {
5471
- "nuxt": "^3.15.0",
5672
+ "nuxt": ">=3.15.0",
5472
5673
  "requires": {}
5473
5674
  }
5474
5675
  },
@@ -5781,6 +5982,30 @@
5781
5982
  "requires": {}
5782
5983
  }
5783
5984
  },
5985
+ {
5986
+ "name": "nuxt-safe-runtime-config",
5987
+ "description": "Validate Nuxt runtime config with Standard Schema at build time",
5988
+ "repo": "onmax/nuxt-safe-runtime-config#main",
5989
+ "npm": "nuxt-safe-runtime-config",
5990
+ "icon": "nuxt-safe-runtime-config.svg",
5991
+ "github": "https://github.com/onmax/nuxt-safe-runtime-config/tree/main",
5992
+ "website": "https://github.com/onmax/nuxt-safe-runtime-config/tree/main",
5993
+ "learn_more": "",
5994
+ "category": "Devtools",
5995
+ "type": "3rd-party",
5996
+ "maintainers": [
5997
+ {
5998
+ "name": "Max",
5999
+ "github": "onmax",
6000
+ "bluesky": "onmax.bsky.social",
6001
+ "twitter": "_onmax"
6002
+ }
6003
+ ],
6004
+ "compatibility": {
6005
+ "nuxt": ">=3.0.0",
6006
+ "requires": {}
6007
+ }
6008
+ },
5784
6009
  {
5785
6010
  "name": "nuxt-sanctum-authentication",
5786
6011
  "description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.",
@@ -5834,27 +6059,24 @@
5834
6059
  },
5835
6060
  {
5836
6061
  "name": "nuxt-shopify",
5837
- "description": "Easily integrate Shopify into your Nuxt app.",
5838
- "repo": "nuxt-modules/shopify",
5839
- "npm": "@nuxtjs/shopify",
6062
+ "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
6063
+ "repo": "Gomah/nuxt-shopify",
6064
+ "npm": "nuxt-shopify",
5840
6065
  "icon": "nuxt-shopify.png",
5841
- "github": "https://github.com/nuxt-modules/shopify",
5842
- "website": "https://nuxt-modules.github.io/shopify",
5843
- "learn_more": "https://shopify.dev/docs",
6066
+ "github": "https://github.com/Gomah/nuxt-shopify",
6067
+ "website": "https://github.com/Gomah/nuxt-shopify",
6068
+ "learn_more": "https://www.shopify.com/",
5844
6069
  "category": "Ecommerce",
5845
- "type": "community",
6070
+ "type": "3rd-party",
5846
6071
  "maintainers": [
5847
6072
  {
5848
- "name": "Zoltan Lukacs",
5849
- "github": "konkonam"
5850
- },
5851
- {
5852
- "name": "Frederik Bußmann",
5853
- "github": "freb97"
6073
+ "name": "Thomas Marrec",
6074
+ "github": "Gomah",
6075
+ "twitter": "Gomah"
5854
6076
  }
5855
6077
  ],
5856
6078
  "compatibility": {
5857
- "nuxt": "^3.0.0",
6079
+ "nuxt": "^2.0.0",
5858
6080
  "requires": {}
5859
6081
  }
5860
6082
  },
@@ -6208,6 +6430,30 @@
6208
6430
  "requires": {}
6209
6431
  }
6210
6432
  },
6433
+ {
6434
+ "name": "nuxt-users",
6435
+ "description": "A comprehensive user management module for Nuxt 3 and Nuxt 4 applications with authentication, authorization, database support, and CLI tools",
6436
+ "repo": "rrd108/nuxt-users",
6437
+ "npm": "nuxt-users",
6438
+ "icon": "nuxt-users.png",
6439
+ "github": "https://github.com/rrd108/nuxt-users",
6440
+ "website": "https://nuxt-users.webmania.cc/",
6441
+ "learn_more": "https://nuxt-users.webmania.cc/",
6442
+ "category": "Security",
6443
+ "type": "3rd-party",
6444
+ "maintainers": [
6445
+ {
6446
+ "name": "rrd",
6447
+ "github": "rrd108",
6448
+ "twitter": "radharadhya",
6449
+ "bluesky": "rrd108.bsky.social"
6450
+ }
6451
+ ],
6452
+ "compatibility": {
6453
+ "nuxt": ">=3.0.0",
6454
+ "requires": {}
6455
+ }
6456
+ },
6211
6457
  {
6212
6458
  "name": "nuxt-uswds",
6213
6459
  "description": "Vue USWDS (United States Web Design System) integration for Nuxt.js",
@@ -6486,7 +6732,8 @@
6486
6732
  {
6487
6733
  "name": "Wind",
6488
6734
  "github": "productdevbook",
6489
- "twitter": "productdevbook"
6735
+ "twitter": "productdevbook",
6736
+ "bluesky": "productdevbook.com"
6490
6737
  }
6491
6738
  ],
6492
6739
  "compatibility": {
@@ -6741,7 +6988,8 @@
6741
6988
  {
6742
6989
  "name": "Wind",
6743
6990
  "github": "productdevbook",
6744
- "twitter": "productdevbook"
6991
+ "twitter": "productdevbook",
6992
+ "bluesky": "productdevbook.com"
6745
6993
  }
6746
6994
  ],
6747
6995
  "compatibility": {
@@ -6772,6 +7020,31 @@
6772
7020
  "requires": {}
6773
7021
  }
6774
7022
  },
7023
+ {
7024
+ "name": "pglite",
7025
+ "description": "A Nuxt module aimed to simplify the use of PGlite.",
7026
+ "repo": "sandros94/nuxt-pglite",
7027
+ "npm": "nuxt-pglite",
7028
+ "icon": "pglite.svg",
7029
+ "github": "https://github.com/sandros94/nuxt-pglite",
7030
+ "website": "https://github.com/sandros94/nuxt-pglite",
7031
+ "learn_more": "https://pglite.dev",
7032
+ "category": "Database",
7033
+ "type": "3rd-party",
7034
+ "maintainers": [
7035
+ {
7036
+ "name": "Sandro Circi",
7037
+ "github": "sandros94",
7038
+ "avatar": "https://avatars.githubusercontent.com/u/13056429",
7039
+ "bluesky": "sandros94.com",
7040
+ "twitter": "_sandros94"
7041
+ }
7042
+ ],
7043
+ "compatibility": {
7044
+ "nuxt": ">=3.14.0",
7045
+ "requires": {}
7046
+ }
7047
+ },
6775
7048
  {
6776
7049
  "name": "pinia-colada",
6777
7050
  "description": "The smart data fetching layer for Pinia",
@@ -7941,24 +8214,49 @@
7941
8214
  },
7942
8215
  {
7943
8216
  "name": "shopify",
7944
- "description": "Easy Shopify Buy client module with Nuxt for ecommerce websites.",
7945
- "repo": "Gomah/nuxt-shopify",
7946
- "npm": "nuxt-shopify",
8217
+ "description": "Easily integrate Shopify into your Nuxt app.",
8218
+ "repo": "nuxt-modules/shopify",
8219
+ "npm": "@nuxtjs/shopify",
7947
8220
  "icon": "shopify.png",
7948
- "github": "https://github.com/Gomah/nuxt-shopify",
7949
- "website": "https://github.com/Gomah/nuxt-shopify",
7950
- "learn_more": "https://www.shopify.com/",
8221
+ "github": "https://github.com/nuxt-modules/shopify",
8222
+ "website": "https://nuxt-modules.github.io/shopify",
8223
+ "learn_more": "https://shopify.dev/docs",
8224
+ "category": "Ecommerce",
8225
+ "type": "community",
8226
+ "maintainers": [
8227
+ {
8228
+ "name": "Zoltan Lukacs",
8229
+ "github": "konkonam"
8230
+ },
8231
+ {
8232
+ "name": "Frederik Bußmann",
8233
+ "github": "freb97"
8234
+ }
8235
+ ],
8236
+ "compatibility": {
8237
+ "nuxt": ">=3.0.0",
8238
+ "requires": {}
8239
+ }
8240
+ },
8241
+ {
8242
+ "name": "shopware",
8243
+ "description": "Nuxt module that allows you to set up a Nuxt 3 project with Shopware Frontends.",
8244
+ "repo": "shopware/frontends#main/packages/nuxt-module",
8245
+ "npm": "@shopware/nuxt-module",
8246
+ "icon": "shopware.svg",
8247
+ "github": "https://github.com/shopware/frontends/tree/main/packages/nuxt-module",
8248
+ "website": "https://frontends.shopware.com/packages/nuxt-module.html",
8249
+ "learn_more": "https://www.shopware.com",
7951
8250
  "category": "Ecommerce",
7952
8251
  "type": "3rd-party",
7953
8252
  "maintainers": [
7954
8253
  {
7955
- "name": "Thomas Marrec",
7956
- "github": "Gomah",
7957
- "twitter": "Gomah"
8254
+ "name": "Shopware AG",
8255
+ "github": "shopware"
7958
8256
  }
7959
8257
  ],
7960
8258
  "compatibility": {
7961
- "nuxt": "^2.0.0",
8259
+ "nuxt": ">=3.0.0",
7962
8260
  "requires": {}
7963
8261
  }
7964
8262
  },
@@ -8456,15 +8754,21 @@
8456
8754
  {
8457
8755
  "name": "studio",
8458
8756
  "description": "A new experience to build content-driven website with Nuxt.",
8459
- "repo": "nuxtlabs/studio-module",
8460
- "npm": "@nuxthq/studio",
8461
- "icon": "studio.svg",
8462
- "github": "https://github.com/nuxtlabs/studio-module",
8757
+ "repo": "nuxt-content/nuxt-studio",
8758
+ "npm": "nuxt-studio",
8759
+ "icon": "nuxt.svg",
8760
+ "github": "https://github.com/nuxt-content/nuxt-studio",
8463
8761
  "website": "https://nuxt.studio",
8464
- "learn_more": "https://nuxt.studio",
8762
+ "learn_more": "",
8465
8763
  "category": "CMS",
8466
8764
  "type": "3rd-party",
8467
8765
  "maintainers": [
8766
+ {
8767
+ "name": "Baptiste Leproux",
8768
+ "github": "larbish",
8769
+ "twitter": "_larbish",
8770
+ "bluesky": "larbish.bsky.social"
8771
+ },
8468
8772
  {
8469
8773
  "name": "Farnabaz",
8470
8774
  "github": "farnabaz",
@@ -9729,6 +10033,30 @@
9729
10033
  "requires": {}
9730
10034
  }
9731
10035
  },
10036
+ {
10037
+ "name": "vorm",
10038
+ "description": "Intuitive form engine for Vue 3 — dynamic, schema-driven, and fully validated",
10039
+ "repo": "Flo0806/vorm#main/packages/vorm-nuxt",
10040
+ "npm": "vorm-nuxt",
10041
+ "icon": "vorm.png",
10042
+ "github": "https://github.com/Flo0806/vorm",
10043
+ "website": "https://vorm.fh-softdev.de",
10044
+ "learn_more": "https://vorm.fh-softdev.de/nuxt/",
10045
+ "category": "Libraries",
10046
+ "type": "3rd-party",
10047
+ "maintainers": [
10048
+ {
10049
+ "name": "Florian Heuberger",
10050
+ "github": "Flo0806"
10051
+ }
10052
+ ],
10053
+ "compatibility": {
10054
+ "nuxt": ">=3.0.0",
10055
+ "requires": {
10056
+ "vorm-vue": ">=1.0.0"
10057
+ }
10058
+ }
10059
+ },
9732
10060
  {
9733
10061
  "name": "vue-api",
9734
10062
  "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.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-4b4d7f",
3
+ "version": "0.6.0-4d9c5f",
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@9.15.3",
40
+ "packageManager": "pnpm@10.23.0",
41
41
  "dependencies": {
42
42
  "dotenv": "^16.4.7"
43
43
  }