@nuxt/modules 0.6.0-67001a → 0.6.0-6cbdd3

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 +439 -34
  2. package/package.json +3 -1
package/modules.json CHANGED
@@ -1,4 +1,26 @@
1
1
  [
2
+ {
3
+ "name": "Nuxt zodI18n",
4
+ "description": "A Nuxt Module for localizing zod error messages.",
5
+ "repo": "xibman/nuxt-zod-i18n",
6
+ "npm": "nuxt-zod-i18n",
7
+ "icon": "",
8
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
9
+ "website": "https://github.com/xibman/nuxt-zod-i18n",
10
+ "learn_more": "",
11
+ "category": "Devtools",
12
+ "type": "3rd-party",
13
+ "maintainers": [
14
+ {
15
+ "name": "xibman",
16
+ "github": "xibman"
17
+ }
18
+ ],
19
+ "compatibility": {
20
+ "nuxt": "^2.0.0",
21
+ "requires": {}
22
+ }
23
+ },
2
24
  {
3
25
  "name": "ackee",
4
26
  "description": "Nuxt module for Ackee analytics",
@@ -353,6 +375,28 @@
353
375
  "requires": {}
354
376
  }
355
377
  },
378
+ {
379
+ "name": "auth-utils",
380
+ "description": "Minimalist Auth module for Nuxt with SSR.",
381
+ "repo": "atinux/nuxt-auth-utils",
382
+ "npm": "nuxt-auth-utils",
383
+ "icon": "",
384
+ "github": "https://github.com/atinux/nuxt-auth-utils",
385
+ "website": "https://github.com/atinux/nuxt-auth-utils",
386
+ "learn_more": "",
387
+ "category": "Devtools",
388
+ "type": "3rd-party",
389
+ "maintainers": [
390
+ {
391
+ "name": "atinux",
392
+ "github": "atinux"
393
+ }
394
+ ],
395
+ "compatibility": {
396
+ "nuxt": "^3.0.0",
397
+ "requires": {}
398
+ }
399
+ },
356
400
  {
357
401
  "name": "auth",
358
402
  "description": "Zero-boilerplate authentication support for Nuxt.",
@@ -1316,6 +1360,28 @@
1316
1360
  "requires": {}
1317
1361
  }
1318
1362
  },
1363
+ {
1364
+ "name": "doppler",
1365
+ "description": "Integrate your Doppler secrets into your Nuxt build",
1366
+ "repo": "JamieCurnow/nuxt-doppler",
1367
+ "npm": "nuxt-doppler",
1368
+ "icon": "doppler.png",
1369
+ "github": "https://github.com/JamieCurnow/nuxt-doppler",
1370
+ "website": "https://github.com/JamieCurnow/nuxt-doppler",
1371
+ "learn_more": "",
1372
+ "category": "Devtools",
1373
+ "type": "3rd-party",
1374
+ "maintainers": [
1375
+ {
1376
+ "name": "JamieCurnow",
1377
+ "github": "JamieCurnow"
1378
+ }
1379
+ ],
1380
+ "compatibility": {
1381
+ "nuxt": "^3.0.0",
1382
+ "requires": {}
1383
+ }
1384
+ },
1319
1385
  {
1320
1386
  "name": "dotenv",
1321
1387
  "description": "A Nuxt module that loads your .env file into your context options",
@@ -1345,8 +1411,8 @@
1345
1411
  "npm": "nuxtjs-drupal-ce",
1346
1412
  "icon": "drupal-ce.png",
1347
1413
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1348
- "website": "https://stack.lupus.digital",
1349
- "learn_more": "https://stack.lupus.digital/2-resources/learning",
1414
+ "website": "https://lupus-decoupled.org",
1415
+ "learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
1350
1416
  "category": "CMS",
1351
1417
  "type": "3rd-party",
1352
1418
  "maintainers": [
@@ -1361,13 +1427,13 @@
1361
1427
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1362
1428
  },
1363
1429
  {
1364
- "name": "David Licen",
1365
- "github": "davision",
1366
- "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
1430
+ "name": "Matic",
1431
+ "github": "TurtlBbx",
1432
+ "avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
1367
1433
  }
1368
1434
  ],
1369
1435
  "compatibility": {
1370
- "nuxt": "^2.0.0",
1436
+ "nuxt": "^2.0.0 || ^3.0.0",
1371
1437
  "requires": {}
1372
1438
  }
1373
1439
  },
@@ -1393,6 +1459,29 @@
1393
1459
  "requires": {}
1394
1460
  }
1395
1461
  },
1462
+ {
1463
+ "name": "edgedb",
1464
+ "description": "Integrate Nuxt 3 with EdgeDB effortlessly, adding a robust database layer to your app with minimal configuration.",
1465
+ "repo": "Tahul/nuxt-edgedb",
1466
+ "npm": "nuxt-edgedb-module",
1467
+ "icon": "edgedb.svg",
1468
+ "github": "https://github.com/Tahul/nuxt-edgedb",
1469
+ "website": "https://github.com/Tahul/nuxt-edgedb",
1470
+ "learn_more": "https://github.com/Tahul/nuxt-edgedb",
1471
+ "category": "Database",
1472
+ "type": "3rd-party",
1473
+ "maintainers": [
1474
+ {
1475
+ "name": "Yaël Guilloux",
1476
+ "github": "Tahul",
1477
+ "twitter": "yaeeelglx"
1478
+ }
1479
+ ],
1480
+ "compatibility": {
1481
+ "nuxt": "^3.8.0",
1482
+ "requires": {}
1483
+ }
1484
+ },
1396
1485
  {
1397
1486
  "name": "electron",
1398
1487
  "description": "Integrate Nuxt and Electron.",
@@ -2385,6 +2474,29 @@
2385
2474
  "requires": {}
2386
2475
  }
2387
2476
  },
2477
+ {
2478
+ "name": "icon-tw",
2479
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2480
+ "repo": "jcamp-code/nuxt-icon-tw",
2481
+ "npm": "nuxt-icon-tw",
2482
+ "icon": "nuxt-icon.png",
2483
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2484
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2485
+ "learn_more": "",
2486
+ "category": "UI",
2487
+ "type": "3rd-party",
2488
+ "maintainers": [
2489
+ {
2490
+ "name": "JohnCampionJr",
2491
+ "github": "JohnCampionJr"
2492
+ }
2493
+ ],
2494
+ "compatibility": {
2495
+ "nuxt": "^3.0.0",
2496
+ "requires": {},
2497
+ "devtools": "^0.0.0"
2498
+ }
2499
+ },
2388
2500
  {
2389
2501
  "name": "icon",
2390
2502
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2723,6 +2835,28 @@
2723
2835
  "requires": {}
2724
2836
  }
2725
2837
  },
2838
+ {
2839
+ "name": "laravel-precognition",
2840
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2841
+ "repo": "sot1986/nuxt-laravel-precognition",
2842
+ "npm": "nuxt-laravel-precognition",
2843
+ "icon": "laravel.svg",
2844
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2845
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2846
+ "learn_more": "",
2847
+ "category": "Security",
2848
+ "type": "3rd-party",
2849
+ "maintainers": [
2850
+ {
2851
+ "name": "sot1986",
2852
+ "github": "sot1986"
2853
+ }
2854
+ ],
2855
+ "compatibility": {
2856
+ "nuxt": "^3.0.0",
2857
+ "requires": {}
2858
+ }
2859
+ },
2726
2860
  {
2727
2861
  "name": "laravel",
2728
2862
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -3398,6 +3532,29 @@
3398
3532
  "requires": {}
3399
3533
  }
3400
3534
  },
3535
+ {
3536
+ "name": "nuxt-auth-sanctum",
3537
+ "description": "Nuxt module for Laravel Sanctum authentication",
3538
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3539
+ "npm": "nuxt-auth-sanctum",
3540
+ "icon": "laravel.svg",
3541
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3542
+ "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3543
+ "learn_more": "",
3544
+ "category": "Security",
3545
+ "type": "3rd-party",
3546
+ "maintainers": [
3547
+ {
3548
+ "name": "Artem Manchenkov",
3549
+ "github": "manchenkoff",
3550
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3551
+ }
3552
+ ],
3553
+ "compatibility": {
3554
+ "nuxt": "^3.0.0",
3555
+ "requires": {}
3556
+ }
3557
+ },
3401
3558
  {
3402
3559
  "name": "nuxt-basic-auth",
3403
3560
  "description": "Nuxt Module for Basic Authentication",
@@ -3610,6 +3767,28 @@
3610
3767
  }
3611
3768
  }
3612
3769
  },
3770
+ {
3771
+ "name": "nuxt-interpolation",
3772
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3773
+ "repo": "daliborgogic/nuxt-interpolation#master",
3774
+ "npm": "nuxt-interpolation",
3775
+ "icon": "",
3776
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3777
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3778
+ "learn_more": "",
3779
+ "category": "Devtools",
3780
+ "type": "3rd-party",
3781
+ "maintainers": [
3782
+ {
3783
+ "name": "daliborgogic",
3784
+ "github": "daliborgogic"
3785
+ }
3786
+ ],
3787
+ "compatibility": {
3788
+ "nuxt": "^2.0.0",
3789
+ "requires": {}
3790
+ }
3791
+ },
3613
3792
  {
3614
3793
  "name": "nuxt-jsonld",
3615
3794
  "description": "Manage JSON-LD in Vue component.",
@@ -3678,6 +3857,28 @@
3678
3857
  "requires": {}
3679
3858
  }
3680
3859
  },
3860
+ {
3861
+ "name": "nuxt-mail",
3862
+ "description": "Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.",
3863
+ "repo": "dword-design/nuxt-mail",
3864
+ "npm": "nuxt-mail",
3865
+ "icon": "",
3866
+ "github": "https://github.com/dword-design/nuxt-mail",
3867
+ "website": "https://github.com/dword-design/nuxt-mail",
3868
+ "learn_more": "",
3869
+ "category": "Extensions",
3870
+ "type": "3rd-party",
3871
+ "maintainers": [
3872
+ {
3873
+ "name": "Sebastian Landwehr",
3874
+ "github": "dword-design"
3875
+ }
3876
+ ],
3877
+ "compatibility": {
3878
+ "nuxt": "^2.0.0 || ^3.0.0",
3879
+ "requires": {}
3880
+ }
3881
+ },
3681
3882
  {
3682
3883
  "name": "nuxt-mapbox",
3683
3884
  "description": "Elegant Mapbox integration with Nuxt",
@@ -3952,6 +4153,28 @@
3952
4153
  "requires": {}
3953
4154
  }
3954
4155
  },
4156
+ {
4157
+ "name": "nuxt-social-share",
4158
+ "description": "Simple Social Sharing for Nuxt",
4159
+ "repo": "stefanobartoletti/nuxt-social-share",
4160
+ "npm": "@stefanobartoletti/nuxt-social-share",
4161
+ "icon": "nuxt-social-share.png",
4162
+ "github": "https://github.com/stefanobartoletti/nuxt-social-share",
4163
+ "website": "https://github.com/stefanobartoletti/nuxt-social-share",
4164
+ "learn_more": "https://github.com/stefanobartoletti/nuxt-social-share#readme",
4165
+ "category": "Extensions",
4166
+ "type": "3rd-party",
4167
+ "maintainers": [
4168
+ {
4169
+ "name": "stefanobartoletti",
4170
+ "github": "stefanobartoletti"
4171
+ }
4172
+ ],
4173
+ "compatibility": {
4174
+ "nuxt": "^3.0.0",
4175
+ "requires": {}
4176
+ }
4177
+ },
3955
4178
  {
3956
4179
  "name": "ssr-lit",
3957
4180
  "description": "Server-Side Rendering for Lit Element components",
@@ -4137,20 +4360,42 @@
4137
4360
  }
4138
4361
  },
4139
4362
  {
4140
- "name": "nuxt-vuetify",
4141
- "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
4142
- "repo": "invictus-codes/nuxt-vuetify",
4143
- "npm": "@invictus.codes/nuxt-vuetify",
4144
- "icon": "vuetify-logo-v3-dark.svg",
4145
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
4146
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
4147
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
4148
- "category": "UI",
4363
+ "name": "Nuxt zodI18n",
4364
+ "description": "A Nuxt Module for localizing zod error messages.",
4365
+ "repo": "xibman/nuxt-zod-i18n",
4366
+ "npm": "nuxt-zod-i18n",
4367
+ "icon": "nuxt-zod-i18n.svg",
4368
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4369
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4370
+ "learn_more": "",
4371
+ "category": "Libraries",
4149
4372
  "type": "3rd-party",
4150
4373
  "maintainers": [
4151
4374
  {
4152
- "name": "Jens van Hellemondt",
4153
- "github": "invictus-codes"
4375
+ "name": "xibman",
4376
+ "github": "xibman"
4377
+ }
4378
+ ],
4379
+ "compatibility": {
4380
+ "nuxt": "^3.0.0",
4381
+ "requires": {}
4382
+ }
4383
+ },
4384
+ {
4385
+ "name": "nuxt3-interpolation",
4386
+ "description": "",
4387
+ "repo": "daliborgogic/interpolation#master",
4388
+ "npm": "nuxt3-interpolation",
4389
+ "icon": "",
4390
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4391
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4392
+ "learn_more": "",
4393
+ "category": "Devtools",
4394
+ "type": "3rd-party",
4395
+ "maintainers": [
4396
+ {
4397
+ "name": "daliborgogic",
4398
+ "github": "daliborgogic"
4154
4399
  }
4155
4400
  ],
4156
4401
  "compatibility": {
@@ -4366,6 +4611,28 @@
4366
4611
  }
4367
4612
  }
4368
4613
  },
4614
+ {
4615
+ "name": "paypal",
4616
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4617
+ "repo": "arashsheyda/nuxt-paypal",
4618
+ "npm": "nuxt-paypal",
4619
+ "icon": "paypal.svg",
4620
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4621
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4622
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4623
+ "category": "Payment",
4624
+ "type": "3rd-party",
4625
+ "maintainers": [
4626
+ {
4627
+ "name": "Arash Sheyda",
4628
+ "github": "arashsheyda"
4629
+ }
4630
+ ],
4631
+ "compatibility": {
4632
+ "nuxt": "^3.0.0",
4633
+ "requires": {}
4634
+ }
4635
+ },
4369
4636
  {
4370
4637
  "name": "pdfeasy",
4371
4638
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4883,6 +5150,29 @@
4883
5150
  "requires": {}
4884
5151
  }
4885
5152
  },
5153
+ {
5154
+ "name": "resend",
5155
+ "description": "Resend integration for Nuxt",
5156
+ "repo": "nhedger/nuxt-resend",
5157
+ "npm": "nuxt-resend",
5158
+ "icon": "resend.svg",
5159
+ "github": "https://github.com/nhedger/nuxt-resend",
5160
+ "website": "https://github.com/nhedger/nuxt-resend",
5161
+ "learn_more": "https://resend.com",
5162
+ "category": "Extensions",
5163
+ "type": "3rd-party",
5164
+ "maintainers": [
5165
+ {
5166
+ "name": "Nicolas Hedger",
5167
+ "github": "nhedger",
5168
+ "twitter": "nicolashedger"
5169
+ }
5170
+ ],
5171
+ "compatibility": {
5172
+ "nuxt": "^3.0.0",
5173
+ "requires": {}
5174
+ }
5175
+ },
4886
5176
  {
4887
5177
  "name": "rfg-icon",
4888
5178
  "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
@@ -4931,23 +5221,23 @@
4931
5221
  },
4932
5222
  {
4933
5223
  "name": "rollbar",
4934
- "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
4935
- "repo": "gaelreyrol/nuxt-rollbar-module",
4936
- "npm": "nuxt-rollbar-module",
5224
+ "description": "Nuxt 3 module to integrate Rollbar.",
5225
+ "repo": "jairoblatt/nuxt-rollbar",
5226
+ "npm": "nuxt-rollbar",
4937
5227
  "icon": "rollbar.png",
4938
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
4939
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5228
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5229
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
4940
5230
  "learn_more": "https://docs.rollbar.com/docs/javascript",
4941
5231
  "category": "Monitoring",
4942
5232
  "type": "3rd-party",
4943
5233
  "maintainers": [
4944
5234
  {
4945
- "name": "Gaël Reyrol",
4946
- "github": "gaelreyrol"
5235
+ "name": "Jairo Blatt",
5236
+ "github": "jairoblatt"
4947
5237
  }
4948
5238
  ],
4949
5239
  "compatibility": {
4950
- "nuxt": "^2.0.0",
5240
+ "nuxt": "^3.0.0",
4951
5241
  "requires": {}
4952
5242
  }
4953
5243
  },
@@ -6155,6 +6445,28 @@
6155
6445
  "requires": {}
6156
6446
  }
6157
6447
  },
6448
+ {
6449
+ "name": "translation-manager",
6450
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6451
+ "repo": "samk-dev/nuxt-translation-manager",
6452
+ "npm": "nuxt-translation-manager",
6453
+ "icon": "translation-manager.png",
6454
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6455
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6456
+ "learn_more": "",
6457
+ "category": "Extensions",
6458
+ "type": "3rd-party",
6459
+ "maintainers": [
6460
+ {
6461
+ "name": "Sam K",
6462
+ "github": "samk-dev"
6463
+ }
6464
+ ],
6465
+ "compatibility": {
6466
+ "nuxt": "^3.0.0",
6467
+ "requires": {}
6468
+ }
6469
+ },
6158
6470
  {
6159
6471
  "name": "tresjs",
6160
6472
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
@@ -6403,6 +6715,30 @@
6403
6715
  "requires": {}
6404
6716
  }
6405
6717
  },
6718
+ {
6719
+ "name": "typo3",
6720
+ "description": "TYPO3 Headless Frontend Rendering module",
6721
+ "repo": "TYPO3-Headless/nuxt-typo3",
6722
+ "npm": "@t3headless/nuxt-typo3",
6723
+ "icon": "typo3.svg",
6724
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6725
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6726
+ "learn_more": "https://github.com/TYPO3-Headless",
6727
+ "category": "CMS",
6728
+ "type": "3rd-party",
6729
+ "maintainers": [
6730
+ {
6731
+ "name": "Macopedia",
6732
+ "github": "macopedia",
6733
+ "twitter": "macopediapl"
6734
+ }
6735
+ ],
6736
+ "compatibility": {
6737
+ "nuxt": "^2.0.0 || ^3.0.0",
6738
+ "requires": {},
6739
+ "devtools": "^0.0.0"
6740
+ }
6741
+ },
6406
6742
  {
6407
6743
  "name": "ui",
6408
6744
  "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
@@ -6561,12 +6897,12 @@
6561
6897
  {
6562
6898
  "name": "unocss",
6563
6899
  "description": "The instant on-demand atomic CSS engine.",
6564
- "repo": "antfu/unocss#main/packages/nuxt",
6900
+ "repo": "unocss/unocss#main/packages/nuxt",
6565
6901
  "npm": "@unocss/nuxt",
6566
6902
  "icon": "unocss.svg",
6567
- "github": "https://github.com/antfu/unocss",
6568
- "website": "https://github.com/antfu/unocss",
6569
- "learn_more": "https://github.com/antfu/unocss",
6903
+ "github": "https://github.com/unocss/unocss",
6904
+ "website": "https://github.com/unocss/unocss",
6905
+ "learn_more": "https://github.com/unocss/unocss",
6570
6906
  "category": "UI",
6571
6907
  "type": "3rd-party",
6572
6908
  "maintainers": [
@@ -6922,6 +7258,29 @@
6922
7258
  "devtools": "^0.0.0"
6923
7259
  }
6924
7260
  },
7261
+ {
7262
+ "name": "vue-final-modal",
7263
+ "description": "The most powerful yet most light-weight modal library for Vue 3.",
7264
+ "repo": "vue-final/vue-final-modal",
7265
+ "npm": "@vue-final-modal/nuxt",
7266
+ "icon": "vue-final-modal.svg",
7267
+ "github": "https://github.com/vue-final/vue-final-modal",
7268
+ "website": "https://vue-final-modal.org/",
7269
+ "learn_more": "https://vue-final-modal.org/",
7270
+ "category": "UI",
7271
+ "type": "3rd-party",
7272
+ "maintainers": [
7273
+ {
7274
+ "name": "Hunter Liu",
7275
+ "github": "hunterliu1003",
7276
+ "twitter": "hunterliu1003"
7277
+ }
7278
+ ],
7279
+ "compatibility": {
7280
+ "nuxt": "^3.0.0",
7281
+ "requires": {}
7282
+ }
7283
+ },
6925
7284
  {
6926
7285
  "name": "vue-macros",
6927
7286
  "description": "Explore more macros and syntax sugar to Vue.",
@@ -7152,6 +7511,52 @@
7152
7511
  "requires": {}
7153
7512
  }
7154
7513
  },
7514
+ {
7515
+ "name": "vueform-builder",
7516
+ "description": "Official Vueform Builder module for Nuxt",
7517
+ "repo": "vueform/builder/nuxt",
7518
+ "npm": "@vueform/builder-nuxt",
7519
+ "icon": "vueform.svg",
7520
+ "github": "https://github.com/vueform/builder",
7521
+ "website": "https://builder.vueform.com",
7522
+ "learn_more": "https://builder.vueform.com/docs/installation#nuxt",
7523
+ "category": "Libraries",
7524
+ "type": "3rd-party",
7525
+ "maintainers": [
7526
+ {
7527
+ "name": "Adam Berecz",
7528
+ "github": "adamberecz",
7529
+ "twitter": "bereczadam"
7530
+ }
7531
+ ],
7532
+ "compatibility": {
7533
+ "nuxt": "^3.0.0",
7534
+ "requires": {}
7535
+ }
7536
+ },
7537
+ {
7538
+ "name": "vueform",
7539
+ "description": "Official Vueform module for Nuxt",
7540
+ "repo": "vueform/vueform/nuxt",
7541
+ "npm": "@vueform/nuxt",
7542
+ "icon": "vueform.svg",
7543
+ "github": "https://github.com/vueform/vueform",
7544
+ "website": "https://vueform.com",
7545
+ "learn_more": "https://vueform.com/docs/installation#nuxt",
7546
+ "category": "Libraries",
7547
+ "type": "3rd-party",
7548
+ "maintainers": [
7549
+ {
7550
+ "name": "Adam Berecz",
7551
+ "github": "adamberecz",
7552
+ "twitter": "bereczadam"
7553
+ }
7554
+ ],
7555
+ "compatibility": {
7556
+ "nuxt": "^3.0.0",
7557
+ "requires": {}
7558
+ }
7559
+ },
7155
7560
  {
7156
7561
  "name": "vuestic",
7157
7562
  "description": "Vuestic UI module for Nuxt",
@@ -7181,8 +7586,8 @@
7181
7586
  "npm": "vuetify-nuxt-module",
7182
7587
  "icon": "vuetify-logo-v3-dark.svg",
7183
7588
  "github": "https://github.com/userquin/vuetify-nuxt-module",
7184
- "website": "https://github.com/userquin/vuetify-nuxt-module",
7185
- "learn_more": "https://vuetify-nuxt-module.netlify.app/",
7589
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7590
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7186
7591
  "category": "UI",
7187
7592
  "type": "3rd-party",
7188
7593
  "maintainers": [
@@ -7493,11 +7898,11 @@
7493
7898
  {
7494
7899
  "name": "windicss",
7495
7900
  "description": "Next generation utility-first CSS framework.",
7496
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
7901
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
7497
7902
  "npm": "nuxt-windicss",
7498
7903
  "icon": "windicss.svg",
7499
- "github": "https://github.com/windicss/nuxt-windicss-module",
7500
- "website": "https://github.com/windicss/nuxt-windicss-module",
7904
+ "github": "https://github.com/windicss/nuxt-windicss",
7905
+ "website": "https://github.com/windicss/nuxt-windicss",
7501
7906
  "learn_more": "https://windicss.org/",
7502
7907
  "category": "UI",
7503
7908
  "type": "3rd-party",
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-67001a",
3
+ "version": "0.6.0-6cbdd3",
4
4
  "license": "MIT",
5
+ "repository": "nuxt/modules",
6
+ "homepage": "https://nuxt.com/modules",
5
7
  "main": "./modules.json",
6
8
  "files": [
7
9
  "modules.json"