@nuxt/modules 0.6.0-6fab05 → 0.6.0-6fcefd

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 +347 -32
  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",
@@ -1338,6 +1360,28 @@
1338
1360
  "requires": {}
1339
1361
  }
1340
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
+ },
1341
1385
  {
1342
1386
  "name": "dotenv",
1343
1387
  "description": "A Nuxt module that loads your .env file into your context options",
@@ -1367,8 +1411,8 @@
1367
1411
  "npm": "nuxtjs-drupal-ce",
1368
1412
  "icon": "drupal-ce.png",
1369
1413
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1370
- "website": "https://stack.lupus.digital",
1371
- "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",
1372
1416
  "category": "CMS",
1373
1417
  "type": "3rd-party",
1374
1418
  "maintainers": [
@@ -1383,13 +1427,13 @@
1383
1427
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1384
1428
  },
1385
1429
  {
1386
- "name": "David Licen",
1387
- "github": "davision",
1388
- "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"
1389
1433
  }
1390
1434
  ],
1391
1435
  "compatibility": {
1392
- "nuxt": "^2.0.0",
1436
+ "nuxt": "^2.0.0 || ^3.0.0",
1393
1437
  "requires": {}
1394
1438
  }
1395
1439
  },
@@ -1415,6 +1459,29 @@
1415
1459
  "requires": {}
1416
1460
  }
1417
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
+ },
1418
1485
  {
1419
1486
  "name": "electron",
1420
1487
  "description": "Integrate Nuxt and Electron.",
@@ -1533,6 +1600,29 @@
1533
1600
  "requires": {}
1534
1601
  }
1535
1602
  },
1603
+ {
1604
+ "name": "fathom-analytics",
1605
+ "description": "Fathom analytics integration for Nuxt",
1606
+ "repo": "valgeirb/nuxt-fathom",
1607
+ "npm": "nuxt-fathom",
1608
+ "icon": "fathom-analytics.svg",
1609
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1610
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1611
+ "learn_more": "",
1612
+ "category": "Analytics",
1613
+ "type": "3rd-party",
1614
+ "maintainers": [
1615
+ {
1616
+ "name": "Valgeir Björnsson",
1617
+ "github": "valgeirb",
1618
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1619
+ }
1620
+ ],
1621
+ "compatibility": {
1622
+ "nuxt": "^3.0.0",
1623
+ "requires": {}
1624
+ }
1625
+ },
1536
1626
  {
1537
1627
  "name": "fathom",
1538
1628
  "description": "Fathom analytics for Nuxt",
@@ -2407,6 +2497,29 @@
2407
2497
  "requires": {}
2408
2498
  }
2409
2499
  },
2500
+ {
2501
+ "name": "icon-tw",
2502
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2503
+ "repo": "jcamp-code/nuxt-icon-tw",
2504
+ "npm": "nuxt-icon-tw",
2505
+ "icon": "nuxt-icon.png",
2506
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2507
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2508
+ "learn_more": "",
2509
+ "category": "UI",
2510
+ "type": "3rd-party",
2511
+ "maintainers": [
2512
+ {
2513
+ "name": "JohnCampionJr",
2514
+ "github": "JohnCampionJr"
2515
+ }
2516
+ ],
2517
+ "compatibility": {
2518
+ "nuxt": "^3.0.0",
2519
+ "requires": {},
2520
+ "devtools": "^0.0.0"
2521
+ }
2522
+ },
2410
2523
  {
2411
2524
  "name": "icon",
2412
2525
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2745,6 +2858,28 @@
2745
2858
  "requires": {}
2746
2859
  }
2747
2860
  },
2861
+ {
2862
+ "name": "laravel-precognition",
2863
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2864
+ "repo": "sot1986/nuxt-laravel-precognition",
2865
+ "npm": "nuxt-laravel-precognition",
2866
+ "icon": "laravel.svg",
2867
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2868
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2869
+ "learn_more": "",
2870
+ "category": "Security",
2871
+ "type": "3rd-party",
2872
+ "maintainers": [
2873
+ {
2874
+ "name": "sot1986",
2875
+ "github": "sot1986"
2876
+ }
2877
+ ],
2878
+ "compatibility": {
2879
+ "nuxt": "^3.0.0",
2880
+ "requires": {}
2881
+ }
2882
+ },
2748
2883
  {
2749
2884
  "name": "laravel",
2750
2885
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -3420,6 +3555,29 @@
3420
3555
  "requires": {}
3421
3556
  }
3422
3557
  },
3558
+ {
3559
+ "name": "nuxt-auth-sanctum",
3560
+ "description": "Nuxt module for Laravel Sanctum authentication",
3561
+ "repo": "manchenkoff/nuxt-auth-sanctum",
3562
+ "npm": "nuxt-auth-sanctum",
3563
+ "icon": "laravel.svg",
3564
+ "github": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3565
+ "website": "https://github.com/manchenkoff/nuxt-auth-sanctum",
3566
+ "learn_more": "",
3567
+ "category": "Security",
3568
+ "type": "3rd-party",
3569
+ "maintainers": [
3570
+ {
3571
+ "name": "Artem Manchenkov",
3572
+ "github": "manchenkoff",
3573
+ "avatar": "https://avatars.githubusercontent.com/manchenkoff"
3574
+ }
3575
+ ],
3576
+ "compatibility": {
3577
+ "nuxt": "^3.0.0",
3578
+ "requires": {}
3579
+ }
3580
+ },
3423
3581
  {
3424
3582
  "name": "nuxt-basic-auth",
3425
3583
  "description": "Nuxt Module for Basic Authentication",
@@ -3632,6 +3790,28 @@
3632
3790
  }
3633
3791
  }
3634
3792
  },
3793
+ {
3794
+ "name": "nuxt-interpolation",
3795
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3796
+ "repo": "daliborgogic/nuxt-interpolation#master",
3797
+ "npm": "nuxt-interpolation",
3798
+ "icon": "",
3799
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3800
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3801
+ "learn_more": "",
3802
+ "category": "Devtools",
3803
+ "type": "3rd-party",
3804
+ "maintainers": [
3805
+ {
3806
+ "name": "daliborgogic",
3807
+ "github": "daliborgogic"
3808
+ }
3809
+ ],
3810
+ "compatibility": {
3811
+ "nuxt": "^2.0.0",
3812
+ "requires": {}
3813
+ }
3814
+ },
3635
3815
  {
3636
3816
  "name": "nuxt-jsonld",
3637
3817
  "description": "Manage JSON-LD in Vue component.",
@@ -4203,20 +4383,42 @@
4203
4383
  }
4204
4384
  },
4205
4385
  {
4206
- "name": "nuxt-vuetify",
4207
- "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
4208
- "repo": "invictus-codes/nuxt-vuetify",
4209
- "npm": "@invictus.codes/nuxt-vuetify",
4210
- "icon": "vuetify-logo-v3-dark.svg",
4211
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
4212
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
4213
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
4214
- "category": "UI",
4386
+ "name": "Nuxt zodI18n",
4387
+ "description": "A Nuxt Module for localizing zod error messages.",
4388
+ "repo": "xibman/nuxt-zod-i18n",
4389
+ "npm": "nuxt-zod-i18n",
4390
+ "icon": "nuxt-zod-i18n.svg",
4391
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4392
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4393
+ "learn_more": "",
4394
+ "category": "Libraries",
4215
4395
  "type": "3rd-party",
4216
4396
  "maintainers": [
4217
4397
  {
4218
- "name": "Jens van Hellemondt",
4219
- "github": "invictus-codes"
4398
+ "name": "xibman",
4399
+ "github": "xibman"
4400
+ }
4401
+ ],
4402
+ "compatibility": {
4403
+ "nuxt": "^3.0.0",
4404
+ "requires": {}
4405
+ }
4406
+ },
4407
+ {
4408
+ "name": "nuxt3-interpolation",
4409
+ "description": "",
4410
+ "repo": "daliborgogic/interpolation#master",
4411
+ "npm": "nuxt3-interpolation",
4412
+ "icon": "",
4413
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4414
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4415
+ "learn_more": "",
4416
+ "category": "Devtools",
4417
+ "type": "3rd-party",
4418
+ "maintainers": [
4419
+ {
4420
+ "name": "daliborgogic",
4421
+ "github": "daliborgogic"
4220
4422
  }
4221
4423
  ],
4222
4424
  "compatibility": {
@@ -4432,6 +4634,28 @@
4432
4634
  }
4433
4635
  }
4434
4636
  },
4637
+ {
4638
+ "name": "paypal",
4639
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4640
+ "repo": "arashsheyda/nuxt-paypal",
4641
+ "npm": "nuxt-paypal",
4642
+ "icon": "paypal.svg",
4643
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4644
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4645
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4646
+ "category": "Payment",
4647
+ "type": "3rd-party",
4648
+ "maintainers": [
4649
+ {
4650
+ "name": "Arash Sheyda",
4651
+ "github": "arashsheyda"
4652
+ }
4653
+ ],
4654
+ "compatibility": {
4655
+ "nuxt": "^3.0.0",
4656
+ "requires": {}
4657
+ }
4658
+ },
4435
4659
  {
4436
4660
  "name": "pdfeasy",
4437
4661
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4949,6 +5173,29 @@
4949
5173
  "requires": {}
4950
5174
  }
4951
5175
  },
5176
+ {
5177
+ "name": "resend",
5178
+ "description": "Resend integration for Nuxt",
5179
+ "repo": "nhedger/nuxt-resend",
5180
+ "npm": "nuxt-resend",
5181
+ "icon": "resend.svg",
5182
+ "github": "https://github.com/nhedger/nuxt-resend",
5183
+ "website": "https://github.com/nhedger/nuxt-resend",
5184
+ "learn_more": "https://resend.com",
5185
+ "category": "Extensions",
5186
+ "type": "3rd-party",
5187
+ "maintainers": [
5188
+ {
5189
+ "name": "Nicolas Hedger",
5190
+ "github": "nhedger",
5191
+ "twitter": "nicolashedger"
5192
+ }
5193
+ ],
5194
+ "compatibility": {
5195
+ "nuxt": "^3.0.0",
5196
+ "requires": {}
5197
+ }
5198
+ },
4952
5199
  {
4953
5200
  "name": "rfg-icon",
4954
5201
  "description": "Nuxt module for creating favicons with RealFaviconGenerator api",
@@ -4997,23 +5244,23 @@
4997
5244
  },
4998
5245
  {
4999
5246
  "name": "rollbar",
5000
- "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
5001
- "repo": "gaelreyrol/nuxt-rollbar-module",
5002
- "npm": "nuxt-rollbar-module",
5247
+ "description": "Nuxt 3 module to integrate Rollbar.",
5248
+ "repo": "jairoblatt/nuxt-rollbar",
5249
+ "npm": "nuxt-rollbar",
5003
5250
  "icon": "rollbar.png",
5004
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5005
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5251
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5252
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
5006
5253
  "learn_more": "https://docs.rollbar.com/docs/javascript",
5007
5254
  "category": "Monitoring",
5008
5255
  "type": "3rd-party",
5009
5256
  "maintainers": [
5010
5257
  {
5011
- "name": "Gaël Reyrol",
5012
- "github": "gaelreyrol"
5258
+ "name": "Jairo Blatt",
5259
+ "github": "jairoblatt"
5013
5260
  }
5014
5261
  ],
5015
5262
  "compatibility": {
5016
- "nuxt": "^2.0.0",
5263
+ "nuxt": "^3.0.0",
5017
5264
  "requires": {}
5018
5265
  }
5019
5266
  },
@@ -6198,6 +6445,28 @@
6198
6445
  "requires": {}
6199
6446
  }
6200
6447
  },
6448
+ {
6449
+ "name": "tiptap",
6450
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6451
+ "repo": "modbender/nuxt-tiptap-editor",
6452
+ "npm": "nuxt-tiptap-editor",
6453
+ "icon": "tiptap.png",
6454
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6455
+ "website": "https://github.com/modbender/nuxt-tiptap-editor",
6456
+ "learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
6457
+ "category": "Libraries",
6458
+ "type": "3rd-party",
6459
+ "maintainers": [
6460
+ {
6461
+ "name": "modbender",
6462
+ "github": "modbender"
6463
+ }
6464
+ ],
6465
+ "compatibility": {
6466
+ "nuxt": "^3.0.0",
6467
+ "requires": {}
6468
+ }
6469
+ },
6201
6470
  {
6202
6471
  "name": "toast",
6203
6472
  "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
@@ -6221,6 +6490,28 @@
6221
6490
  "requires": {}
6222
6491
  }
6223
6492
  },
6493
+ {
6494
+ "name": "translation-manager",
6495
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6496
+ "repo": "samk-dev/nuxt-translation-manager",
6497
+ "npm": "nuxt-translation-manager",
6498
+ "icon": "translation-manager.png",
6499
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6500
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6501
+ "learn_more": "",
6502
+ "category": "Extensions",
6503
+ "type": "3rd-party",
6504
+ "maintainers": [
6505
+ {
6506
+ "name": "Sam K",
6507
+ "github": "samk-dev"
6508
+ }
6509
+ ],
6510
+ "compatibility": {
6511
+ "nuxt": "^3.0.0",
6512
+ "requires": {}
6513
+ }
6514
+ },
6224
6515
  {
6225
6516
  "name": "tresjs",
6226
6517
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
@@ -6469,6 +6760,30 @@
6469
6760
  "requires": {}
6470
6761
  }
6471
6762
  },
6763
+ {
6764
+ "name": "typo3",
6765
+ "description": "TYPO3 Headless Frontend Rendering module",
6766
+ "repo": "TYPO3-Headless/nuxt-typo3",
6767
+ "npm": "@t3headless/nuxt-typo3",
6768
+ "icon": "typo3.svg",
6769
+ "github": "https://github.com/TYPO3-Headless/nuxt-typo3",
6770
+ "website": "https://t3headless.macopedia.io/nuxt-typo3/",
6771
+ "learn_more": "https://github.com/TYPO3-Headless",
6772
+ "category": "CMS",
6773
+ "type": "3rd-party",
6774
+ "maintainers": [
6775
+ {
6776
+ "name": "Macopedia",
6777
+ "github": "macopedia",
6778
+ "twitter": "macopediapl"
6779
+ }
6780
+ ],
6781
+ "compatibility": {
6782
+ "nuxt": "^2.0.0 || ^3.0.0",
6783
+ "requires": {},
6784
+ "devtools": "^0.0.0"
6785
+ }
6786
+ },
6472
6787
  {
6473
6788
  "name": "ui",
6474
6789
  "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
@@ -7244,7 +7559,7 @@
7244
7559
  {
7245
7560
  "name": "vueform-builder",
7246
7561
  "description": "Official Vueform Builder module for Nuxt",
7247
- "repo": "vueform/builder-nuxt",
7562
+ "repo": "vueform/builder/nuxt",
7248
7563
  "npm": "@vueform/builder-nuxt",
7249
7564
  "icon": "vueform.svg",
7250
7565
  "github": "https://github.com/vueform/builder",
@@ -7267,7 +7582,7 @@
7267
7582
  {
7268
7583
  "name": "vueform",
7269
7584
  "description": "Official Vueform module for Nuxt",
7270
- "repo": "vueform/nuxt",
7585
+ "repo": "vueform/vueform/nuxt",
7271
7586
  "npm": "@vueform/nuxt",
7272
7587
  "icon": "vueform.svg",
7273
7588
  "github": "https://github.com/vueform/vueform",
@@ -7316,8 +7631,8 @@
7316
7631
  "npm": "vuetify-nuxt-module",
7317
7632
  "icon": "vuetify-logo-v3-dark.svg",
7318
7633
  "github": "https://github.com/userquin/vuetify-nuxt-module",
7319
- "website": "https://github.com/userquin/vuetify-nuxt-module",
7320
- "learn_more": "https://vuetify-nuxt-module.netlify.app/",
7634
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7635
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7321
7636
  "category": "UI",
7322
7637
  "type": "3rd-party",
7323
7638
  "maintainers": [
@@ -7628,11 +7943,11 @@
7628
7943
  {
7629
7944
  "name": "windicss",
7630
7945
  "description": "Next generation utility-first CSS framework.",
7631
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
7946
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
7632
7947
  "npm": "nuxt-windicss",
7633
7948
  "icon": "windicss.svg",
7634
- "github": "https://github.com/windicss/nuxt-windicss-module",
7635
- "website": "https://github.com/windicss/nuxt-windicss-module",
7949
+ "github": "https://github.com/windicss/nuxt-windicss",
7950
+ "website": "https://github.com/windicss/nuxt-windicss",
7636
7951
  "learn_more": "https://windicss.org/",
7637
7952
  "category": "UI",
7638
7953
  "type": "3rd-party",
package/package.json CHANGED
@@ -1,7 +1,9 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-6fab05",
3
+ "version": "0.6.0-6fcefd",
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"