@nuxt/modules 0.6.0-419d6d → 0.6.0-42a2b6

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 +290 -77
  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
@@ -165,7 +165,8 @@
165
165
  "maintainers": [
166
166
  {
167
167
  "name": "tangjinzhou",
168
- "github": "tangjinzhou"
168
+ "github": "tangjinzhou",
169
+ "twitter": "tangjinzhou"
169
170
  }
170
171
  ],
171
172
  "compatibility": {
@@ -236,7 +237,8 @@
236
237
  {
237
238
  "name": "rrd",
238
239
  "github": "rrd108",
239
- "twitter": "radharadhya"
240
+ "twitter": "radharadhya",
241
+ "bluesky": "rrd108.bsky.social"
240
242
  }
241
243
  ],
242
244
  "compatibility": {
@@ -566,7 +568,8 @@
566
568
  {
567
569
  "name": "Takuma HANATANI",
568
570
  "github": "potato4d",
569
- "twitter": "potato4d"
571
+ "twitter": "potato4d",
572
+ "bluesky": "potato4d.bsky.social"
570
573
  }
571
574
  ],
572
575
  "compatibility": {
@@ -828,7 +831,7 @@
828
831
  "type": "3rd-party",
829
832
  "maintainers": [
830
833
  {
831
- "name": "Mehmet",
834
+ "name": "Dev",
832
835
  "github": "productdevbook",
833
836
  "twitter": "productdevbook"
834
837
  }
@@ -899,7 +902,8 @@
899
902
  {
900
903
  "name": "Takuma HANATANI",
901
904
  "github": "potato4d",
902
- "twitter": "potato4d"
905
+ "twitter": "potato4d",
906
+ "bluesky": "potato4d.bsky.social"
903
907
  }
904
908
  ],
905
909
  "compatibility": {
@@ -1093,7 +1097,8 @@
1093
1097
  {
1094
1098
  "name": "Yaël Guilloux",
1095
1099
  "github": "Tahul",
1096
- "twitter": "yaeeelglx"
1100
+ "twitter": "yaeeelglx",
1101
+ "bluesky": "yael.dev"
1097
1102
  },
1098
1103
  {
1099
1104
  "name": "Farnabaz",
@@ -1150,7 +1155,8 @@
1150
1155
  "name": "Tim Benniks",
1151
1156
  "github": "timbenniks",
1152
1157
  "twitter": "timbenniks",
1153
- "avatar": "https://avatars.githubusercontent.com/u/121096"
1158
+ "avatar": "https://avatars.githubusercontent.com/u/121096",
1159
+ "bluesky": "timbenniks.dev"
1154
1160
  }
1155
1161
  ],
1156
1162
  "compatibility": {
@@ -1658,7 +1664,8 @@
1658
1664
  {
1659
1665
  "name": "Yaël Guilloux",
1660
1666
  "github": "Tahul",
1661
- "twitter": "yaeeelglx"
1667
+ "twitter": "yaeeelglx",
1668
+ "bluesky": "yael.dev"
1662
1669
  }
1663
1670
  ],
1664
1671
  "compatibility": {
@@ -1892,7 +1899,7 @@
1892
1899
  "maintainers": [
1893
1900
  {
1894
1901
  "name": "Alexander Lichter",
1895
- "github": "manniL",
1902
+ "github": "TheAlexLichter",
1896
1903
  "twitter": "TheAlexLichter",
1897
1904
  "bluesky": "thealexlichter.com"
1898
1905
  }
@@ -2172,7 +2179,7 @@
2172
2179
  "maintainers": [
2173
2180
  {
2174
2181
  "name": "Alexander Lichter",
2175
- "github": "manniL",
2182
+ "github": "TheAlexLichter",
2176
2183
  "bluesky": "thealexlichter.com",
2177
2184
  "twitter": "TheAlexLichter"
2178
2185
  },
@@ -2212,7 +2219,8 @@
2212
2219
  {
2213
2220
  "name": "Matteo Gabriele",
2214
2221
  "github": "MatteoGabriele",
2215
- "twitter": "matteo_gabriele"
2222
+ "twitter": "matteo_gabriele",
2223
+ "bluesky": "matteogabriele.bsky.social"
2216
2224
  }
2217
2225
  ],
2218
2226
  "compatibility": {
@@ -2995,8 +3003,8 @@
2995
3003
  {
2996
3004
  "name": "inkline",
2997
3005
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2998
- "repo": "inkline/inkline#main/packages/integrations/plugin",
2999
- "npm": "@inkline/plugin",
3006
+ "repo": "inkline/inkline#main/packages/integrations/nuxt",
3007
+ "npm": "@inkline/nuxt",
3000
3008
  "icon": "inkline.svg",
3001
3009
  "github": "https://github.com/inkline/inkline",
3002
3010
  "website": "https://inkline.io",
@@ -3265,7 +3273,8 @@
3265
3273
  {
3266
3274
  "name": "Gugustinette",
3267
3275
  "github": "Gugustinette",
3268
- "twitter": "gugustinette"
3276
+ "twitter": "gugustinette",
3277
+ "bluesky": "gugustinette.com"
3269
3278
  }
3270
3279
  ],
3271
3280
  "compatibility": {
@@ -3681,7 +3690,7 @@
3681
3690
  "name": "medusa",
3682
3691
  "description": "Easily connect to Medusa from your Nuxt application",
3683
3692
  "repo": "Baroshem/nuxt-medusa",
3684
- "npm": "nuxt-medusa",
3693
+ "npm": "@nuxtjs/medusa",
3685
3694
  "icon": "medusa.svg",
3686
3695
  "github": "https://github.com/Baroshem/nuxt-medusa/",
3687
3696
  "website": "https://nuxt-medusa.vercel.app/",
@@ -3910,7 +3919,7 @@
3910
3919
  "maintainers": [
3911
3920
  {
3912
3921
  "name": "Alexander Lichter",
3913
- "github": "manniL",
3922
+ "github": "TheAlexLichter",
3914
3923
  "twitter": "TheAlexLichter",
3915
3924
  "bluesky": "thealexlichter.com"
3916
3925
  }
@@ -4241,6 +4250,29 @@
4241
4250
  "requires": {}
4242
4251
  }
4243
4252
  },
4253
+ {
4254
+ "name": "nuxt-color-picker",
4255
+ "description": "A module that adds a convenient, customizable ColorPicker component to select colors in your application.",
4256
+ "repo": "lorexiq/nuxt-color-picker",
4257
+ "npm": "nuxt-color-picker",
4258
+ "icon": "nuxt-color-picker.png",
4259
+ "github": "https://github.com/LorexIQ/nuxt-color-picker",
4260
+ "website": "https://nuxt-color-picker.nuxt.dev/",
4261
+ "learn_more": "",
4262
+ "category": "UI",
4263
+ "type": "3rd-party",
4264
+ "maintainers": [
4265
+ {
4266
+ "name": "Dmitry Murashko",
4267
+ "github": "LorexIQ",
4268
+ "avatar": "https://avatars.githubusercontent.com/lorexiq?v=4"
4269
+ }
4270
+ ],
4271
+ "compatibility": {
4272
+ "nuxt": "^3.0.0",
4273
+ "requires": {}
4274
+ }
4275
+ },
4244
4276
  {
4245
4277
  "name": "nuxt-cookie-consent",
4246
4278
  "description": "Nuxt module for integrating with cookie consent providers with ease",
@@ -4425,6 +4457,28 @@
4425
4457
  "requires": {}
4426
4458
  }
4427
4459
  },
4460
+ {
4461
+ "name": "nuxt-glaze",
4462
+ "description": "Glaze.dev module for Nuxt",
4463
+ "repo": "holux-design/nuxt-glaze",
4464
+ "npm": "nuxt-glaze",
4465
+ "icon": "nuxt-glaze.png",
4466
+ "github": "https://github.com/holux-design/nuxt-glaze",
4467
+ "website": "https://glaze.dev",
4468
+ "learn_more": "",
4469
+ "category": "Libraries",
4470
+ "type": "3rd-party",
4471
+ "maintainers": [
4472
+ {
4473
+ "name": "Lukas Hofstätter",
4474
+ "github": "holux-design"
4475
+ }
4476
+ ],
4477
+ "compatibility": {
4478
+ "nuxt": ">=3.0.0",
4479
+ "requires": {}
4480
+ }
4481
+ },
4428
4482
  {
4429
4483
  "name": "nuxt-graphql-middleware",
4430
4484
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -4746,7 +4800,8 @@
4746
4800
  {
4747
4801
  "name": "Gugustinette",
4748
4802
  "github": "Gugustinette",
4749
- "twitter": "gugustinette"
4803
+ "twitter": "gugustinette",
4804
+ "bluesky": "gugustinette.com"
4750
4805
  }
4751
4806
  ],
4752
4807
  "compatibility": {
@@ -4849,13 +4904,13 @@
4849
4904
  },
4850
4905
  {
4851
4906
  "name": "nuxt-oidc-auth",
4852
- "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4907
+ "description": "Seamless modern authentication for Nuxt applications.",
4853
4908
  "repo": "itpropro/nuxt-oidc-auth",
4854
4909
  "npm": "nuxt-oidc-auth",
4855
- "icon": "",
4910
+ "icon": "nuxt-oidc-auth.png",
4856
4911
  "github": "https://github.com/itpropro/nuxt-oidc-auth",
4857
- "website": "https://github.com/itpropro/nuxt-oidc-auth",
4858
- "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4912
+ "website": "https://nuxtoidc.cloud/",
4913
+ "learn_more": "https://nuxtoidc.cloud/",
4859
4914
  "category": "Security",
4860
4915
  "type": "3rd-party",
4861
4916
  "maintainers": [
@@ -5133,6 +5188,32 @@
5133
5188
  "requires": {}
5134
5189
  }
5135
5190
  },
5191
+ {
5192
+ "name": "nuxt-shopify",
5193
+ "description": "Easily integrate Shopify into your Nuxt app.",
5194
+ "repo": "konkonam/nuxt-shopify",
5195
+ "npm": "@konkonam/nuxt-shopify",
5196
+ "icon": "nuxt-shopify.png",
5197
+ "github": "https://github.com/konkonam/nuxt-shopify",
5198
+ "website": "https://konkonam.github.io/nuxt-shopify/",
5199
+ "learn_more": "https://www.shopify.com/",
5200
+ "category": "Ecommerce",
5201
+ "type": "3rd-party",
5202
+ "maintainers": [
5203
+ {
5204
+ "name": "Zoltan Lukacs",
5205
+ "github": "konkonam"
5206
+ },
5207
+ {
5208
+ "name": "Frederik Bußmann",
5209
+ "github": "freb97"
5210
+ }
5211
+ ],
5212
+ "compatibility": {
5213
+ "nuxt": "^3.0.0",
5214
+ "requires": {}
5215
+ }
5216
+ },
5136
5217
  {
5137
5218
  "name": "nuxt-smartlook",
5138
5219
  "description": "Integrate Smartlook in your Nuxt apps using nuxt-smartlook.",
@@ -5246,7 +5327,8 @@
5246
5327
  {
5247
5328
  "name": "Alex Liu",
5248
5329
  "github": "Mini-ghost",
5249
- "twitter": "Minighost_Alex"
5330
+ "twitter": "Minighost_Alex",
5331
+ "bluesky": "mini-ghost.bsky.social"
5250
5332
  }
5251
5333
  ],
5252
5334
  "compatibility": {
@@ -5359,7 +5441,8 @@
5359
5441
  {
5360
5442
  "name": "Yaël Guilloux",
5361
5443
  "github": "Tahul",
5362
- "twitter": "yaeeelglx"
5444
+ "twitter": "yaeeelglx",
5445
+ "bluesky": "yael.dev"
5363
5446
  }
5364
5447
  ],
5365
5448
  "compatibility": {
@@ -5603,6 +5686,34 @@
5603
5686
  "devtools": "^0.0.0"
5604
5687
  }
5605
5688
  },
5689
+ {
5690
+ "name": "oku-primitives",
5691
+ "description": "Unlock seamless, high-performance Vue apps with accessible, customizable components designed for modern, intuitive web experiences. Empower your Vue apps.",
5692
+ "repo": "oku-ui/primitives#main/packages/core",
5693
+ "npm": "@oku-ui/primitives",
5694
+ "icon": "oku.svg",
5695
+ "github": "https://github.com/oku-ui/primitives",
5696
+ "website": "https://primitives.oku-ui.com",
5697
+ "learn_more": "https://primitives.oku-ui.com/overview/installation#nuxt-modules",
5698
+ "category": "UI",
5699
+ "type": "3rd-party",
5700
+ "maintainers": [
5701
+ {
5702
+ "name": "Валентин Степанов",
5703
+ "github": "teleskop150750",
5704
+ "twitter": "teleskop150750"
5705
+ },
5706
+ {
5707
+ "name": "Dev",
5708
+ "github": "productdevbook",
5709
+ "twitter": "productdevbook"
5710
+ }
5711
+ ],
5712
+ "compatibility": {
5713
+ "nuxt": ">=3.14",
5714
+ "requires": {}
5715
+ }
5716
+ },
5606
5717
  {
5607
5718
  "name": "onesignal",
5608
5719
  "description": "OneSignal is a Free, high volume and reliable push notification service for websites and mobile applications.",
@@ -5820,13 +5931,13 @@
5820
5931
  "npm": "pergel",
5821
5932
  "icon": "pergel.svg",
5822
5933
  "github": "https://github.com/oku-ui/pergel",
5823
- "website": "https://oku-ui.com/pergel",
5934
+ "website": "https://pergel.oku-ui.com/",
5824
5935
  "learn_more": "",
5825
5936
  "category": "Devtools",
5826
5937
  "type": "3rd-party",
5827
5938
  "maintainers": [
5828
5939
  {
5829
- "name": "Mehmet",
5940
+ "name": "Dev",
5830
5941
  "github": "productdevbook",
5831
5942
  "twitter": "productdevbook"
5832
5943
  }
@@ -5859,6 +5970,30 @@
5859
5970
  "requires": {}
5860
5971
  }
5861
5972
  },
5973
+ {
5974
+ "name": "pinia-colada",
5975
+ "description": "The smart data fetching layer for Pinia",
5976
+ "repo": "posva/pinia-colada#main/nuxt",
5977
+ "npm": "@pinia/colada-nuxt",
5978
+ "icon": "pinia-colada.png",
5979
+ "github": "https://github.com/posva/pinia-colada/tree/main/nuxt",
5980
+ "website": "https://pinia-colada.esm.dev",
5981
+ "learn_more": "",
5982
+ "category": "Extensions",
5983
+ "type": "3rd-party",
5984
+ "maintainers": [
5985
+ {
5986
+ "name": "Eduardo San Martin Morote",
5987
+ "github": "posva",
5988
+ "twitter": "posva",
5989
+ "bluesky": "esm.dev"
5990
+ }
5991
+ ],
5992
+ "compatibility": {
5993
+ "nuxt": "^3.13.0",
5994
+ "requires": {}
5995
+ }
5996
+ },
5862
5997
  {
5863
5998
  "name": "pinia-orm",
5864
5999
  "description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.",
@@ -5924,7 +6059,8 @@
5924
6059
  {
5925
6060
  "name": "Eduardo San Martin Morote",
5926
6061
  "github": "posva",
5927
- "twitter": "posva"
6062
+ "twitter": "posva",
6063
+ "bluesky": "esm.dev"
5928
6064
  }
5929
6065
  ],
5930
6066
  "compatibility": {
@@ -5934,6 +6070,28 @@
5934
6070
  }
5935
6071
  }
5936
6072
  },
6073
+ {
6074
+ "name": "planship",
6075
+ "description": "Entitlements, metering, plan packaging, and subscription management for Nuxt apps.",
6076
+ "repo": "planship/planship-nuxt",
6077
+ "npm": "@planship/nuxt",
6078
+ "icon": "planship.svg",
6079
+ "github": "https://github.com/planship/planship-nuxt",
6080
+ "website": "https://planship.io",
6081
+ "learn_more": "https://docs.planship.io",
6082
+ "category": "Payment",
6083
+ "type": "3rd-party",
6084
+ "maintainers": [
6085
+ {
6086
+ "name": "Pawel Wojnarowicz",
6087
+ "github": "pwojnaro"
6088
+ }
6089
+ ],
6090
+ "compatibility": {
6091
+ "nuxt": ">=3.0.0",
6092
+ "requires": {}
6093
+ }
6094
+ },
5937
6095
  {
5938
6096
  "name": "plausible",
5939
6097
  "description": "Nuxt module to natively integrate Plausible analytics",
@@ -6300,43 +6458,6 @@
6300
6458
  "requires": {}
6301
6459
  }
6302
6460
  },
6303
- {
6304
- "name": "radix-vue",
6305
- "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
6306
- "repo": "radix-vue/radix-vue",
6307
- "npm": "radix-vue",
6308
- "icon": "radix-vue.svg",
6309
- "github": "https://github.com/radix-vue/radix-vue",
6310
- "website": "https://www.radix-vue.com/",
6311
- "learn_more": "https://www.radix-vue.com/overview/installation.html#nuxt-modules",
6312
- "category": "UI",
6313
- "type": "3rd-party",
6314
- "maintainers": [
6315
- {
6316
- "name": "zernonia",
6317
- "github": "zernonia",
6318
- "twitter": "zernonia"
6319
- },
6320
- {
6321
- "name": "Khairul Haaziq",
6322
- "github": "khairulhaaziq"
6323
- },
6324
- {
6325
- "name": "Mujahid Anuar",
6326
- "github": "mujahidfa",
6327
- "twitter": "mujahid_fa"
6328
- },
6329
- {
6330
- "name": "Max",
6331
- "github": "onmax",
6332
- "twitter": "_onmax"
6333
- }
6334
- ],
6335
- "compatibility": {
6336
- "nuxt": ">=3.0.0",
6337
- "requires": {}
6338
- }
6339
- },
6340
6461
  {
6341
6462
  "name": "recaptcha",
6342
6463
  "description": "Simple and easy Google reCAPTCHA module with Nuxt",
@@ -6373,7 +6494,7 @@
6373
6494
  "maintainers": [
6374
6495
  {
6375
6496
  "name": "Alexander Lichter",
6376
- "github": "manniL",
6497
+ "github": "TheAlexLichter",
6377
6498
  "twitter": "TheAlexLichter",
6378
6499
  "bluesky": "thealexlichter.com"
6379
6500
  }
@@ -6383,6 +6504,68 @@
6383
6504
  "requires": {}
6384
6505
  }
6385
6506
  },
6507
+ {
6508
+ "name": "regle",
6509
+ "description": "Type safe model-based form validation library for Vue.js",
6510
+ "repo": "victorgarciaesgi/regle",
6511
+ "npm": "@regle/nuxt",
6512
+ "icon": "regle.svg",
6513
+ "github": "https://github.com/victorgarciaesgi/regle",
6514
+ "website": "https://reglejs.dev/",
6515
+ "learn_more": "https://reglejs.dev/integrations/nuxt",
6516
+ "category": "Libraries",
6517
+ "type": "3rd-party",
6518
+ "maintainers": [
6519
+ {
6520
+ "name": "Victor Garcia",
6521
+ "github": "victorgarciaesgi",
6522
+ "twitter": "desnoth_dev",
6523
+ "bluesky": "vicflix.dev"
6524
+ }
6525
+ ],
6526
+ "compatibility": {
6527
+ "nuxt": ">=3.0.0",
6528
+ "requires": {}
6529
+ }
6530
+ },
6531
+ {
6532
+ "name": "reka-ui",
6533
+ "description": "Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.",
6534
+ "repo": "unovue/radix-vue",
6535
+ "npm": "reka-ui",
6536
+ "icon": "reka-ui.svg",
6537
+ "github": "https://github.com/unovue/radix-vue",
6538
+ "website": "https://www.reka-ui.com/",
6539
+ "learn_more": "https://reka-ui.com/docs/overview/installation#nuxt-modules",
6540
+ "category": "UI",
6541
+ "type": "3rd-party",
6542
+ "maintainers": [
6543
+ {
6544
+ "name": "zernonia",
6545
+ "github": "zernonia",
6546
+ "twitter": "zernonia"
6547
+ },
6548
+ {
6549
+ "name": "Khairul Haaziq",
6550
+ "github": "khairulhaaziq"
6551
+ },
6552
+ {
6553
+ "name": "Mujahid Anuar",
6554
+ "github": "mujahidfa",
6555
+ "twitter": "mujahid_fa"
6556
+ },
6557
+ {
6558
+ "name": "Max",
6559
+ "github": "onmax",
6560
+ "twitter": "_onmax",
6561
+ "bluesky": "onmax.bsky.social"
6562
+ }
6563
+ ],
6564
+ "compatibility": {
6565
+ "nuxt": ">=3.0.0",
6566
+ "requires": {}
6567
+ }
6568
+ },
6386
6569
  {
6387
6570
  "name": "resend",
6388
6571
  "description": "Resend integration for Nuxt",
@@ -6824,7 +7007,7 @@
6824
7007
  "maintainers": [
6825
7008
  {
6826
7009
  "name": "Alexander Lichter",
6827
- "github": "manniL",
7010
+ "github": "TheAlexLichter",
6828
7011
  "twitter": "TheAlexLichter",
6829
7012
  "bluesky": "thealexlichter.com"
6830
7013
  }
@@ -7280,7 +7463,8 @@
7280
7463
  {
7281
7464
  "name": "Benjamin Canac",
7282
7465
  "github": "benjamincanac",
7283
- "twitter": "benjamincanac"
7466
+ "twitter": "benjamincanac",
7467
+ "bluesky": "benjamincanac.dev"
7284
7468
  },
7285
7469
  {
7286
7470
  "name": "Sébastien Chopin",
@@ -7392,7 +7576,7 @@
7392
7576
  "maintainers": [
7393
7577
  {
7394
7578
  "name": "Alexander Lichter",
7395
- "github": "manniL",
7579
+ "github": "TheAlexLichter",
7396
7580
  "twitter": "TheAlexLichter",
7397
7581
  "bluesky": "thealexlichter.com"
7398
7582
  }
@@ -7542,7 +7726,7 @@
7542
7726
  "type": "community",
7543
7727
  "maintainers": [
7544
7728
  {
7545
- "name": "Brooke",
7729
+ "name": "Brooke Holmes",
7546
7730
  "github": "sam3d"
7547
7731
  }
7548
7732
  ],
@@ -7880,7 +8064,8 @@
7880
8064
  {
7881
8065
  "name": "Alvaro Saburido",
7882
8066
  "github": "alvarosabu",
7883
- "twitter": "alvarosabu"
8067
+ "twitter": "alvarosabu",
8068
+ "bluesky": "alvarosaburido.dev"
7884
8069
  },
7885
8070
  {
7886
8071
  "name": "Jaime A Torrealba C",
@@ -8020,7 +8205,8 @@
8020
8205
  {
8021
8206
  "name": "Victor Garcia",
8022
8207
  "github": "victorgarciaesgi",
8023
- "twitter": "desnoth_dev"
8208
+ "twitter": "desnoth_dev",
8209
+ "bluesky": "vicflix.dev"
8024
8210
  }
8025
8211
  ],
8026
8212
  "compatibility": {
@@ -8163,7 +8349,8 @@
8163
8349
  {
8164
8350
  "name": "Benjamin Canac",
8165
8351
  "github": "benjamincanac",
8166
- "twitter": "benjamincanac"
8352
+ "twitter": "benjamincanac",
8353
+ "bluesky": "benjamincanac.dev"
8167
8354
  },
8168
8355
  {
8169
8356
  "name": "Sébastien Chopin",
@@ -8262,7 +8449,7 @@
8262
8449
  {
8263
8450
  "name": "unocss",
8264
8451
  "description": "The instant on-demand atomic CSS engine.",
8265
- "repo": "unocss/unocss#main/packages/nuxt",
8452
+ "repo": "unocss/unocss#main/packages-integrations/nuxt",
8266
8453
  "npm": "@unocss/nuxt",
8267
8454
  "icon": "unocss.svg",
8268
8455
  "github": "https://github.com/unocss/unocss",
@@ -8355,6 +8542,28 @@
8355
8542
  "requires": {}
8356
8543
  }
8357
8544
  },
8545
+ {
8546
+ "name": "v-gsap",
8547
+ "description": "GSAP as a directive (Unofficial). Build stunning animations with v-gsap.",
8548
+ "repo": "holux-design/v-gsap-nuxt",
8549
+ "npm": "v-gsap-nuxt",
8550
+ "icon": "v-gsap.svg",
8551
+ "github": "https://github.com/holux-design/v-gsap-nuxt",
8552
+ "website": "https://v-gsap-nuxt.vercel.app/",
8553
+ "learn_more": "https://v-gsap-nuxt.vercel.app/playground",
8554
+ "category": "Libraries",
8555
+ "type": "3rd-party",
8556
+ "maintainers": [
8557
+ {
8558
+ "name": "Lukas Hofstätter",
8559
+ "github": "holux-design"
8560
+ }
8561
+ ],
8562
+ "compatibility": {
8563
+ "nuxt": ">=3.0.0",
8564
+ "requires": {}
8565
+ }
8566
+ },
8358
8567
  {
8359
8568
  "name": "vant",
8360
8569
  "description": "A lightweight, customizable Vue UI library for mobile web apps.",
@@ -8418,7 +8627,8 @@
8418
8627
  "maintainers": [
8419
8628
  {
8420
8629
  "name": "Valerii Strilets",
8421
- "github": "letstri"
8630
+ "github": "letstri",
8631
+ "twitter": "letstri"
8422
8632
  }
8423
8633
  ],
8424
8634
  "compatibility": {
@@ -8463,7 +8673,8 @@
8463
8673
  {
8464
8674
  "name": "Abdelrahman Awad",
8465
8675
  "github": "logaretm",
8466
- "twitter": "logaretm"
8676
+ "twitter": "logaretm",
8677
+ "bluesky": "logaretm.com"
8467
8678
  }
8468
8679
  ],
8469
8680
  "compatibility": {
@@ -8665,7 +8876,7 @@
8665
8876
  "name": "Kevin Deng 三咲智子",
8666
8877
  "github": "sxzz",
8667
8878
  "twitter": "sanxiaozhizi",
8668
- "bluesky": "sxzz.moe"
8879
+ "bluesky": "sxzz.dev"
8669
8880
  }
8670
8881
  ],
8671
8882
  "compatibility": {
@@ -8735,7 +8946,8 @@
8735
8946
  {
8736
8947
  "name": "Moritz Sternemann",
8737
8948
  "github": "moritzsternemann",
8738
- "twitter": "strnmn"
8949
+ "twitter": "strnmn",
8950
+ "bluesky": "strnmn.me"
8739
8951
  }
8740
8952
  ],
8741
8953
  "compatibility": {
@@ -8874,7 +9086,8 @@
8874
9086
  {
8875
9087
  "name": "Eduardo San Martin Morote",
8876
9088
  "github": "posva",
8877
- "twitter": "posva"
9089
+ "twitter": "posva",
9090
+ "bluesky": "esm.dev"
8878
9091
  }
8879
9092
  ],
8880
9093
  "compatibility": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-419d6d",
3
+ "version": "0.6.0-42a2b6",
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
  }