@nuxt/modules 0.6.0-23d0df → 0.6.0-25a673

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 +218 -80
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -781,10 +781,10 @@
781
781
  {
782
782
  "name": "cloudinary",
783
783
  "description": "Optimize images and videos in your Nuxt.js application",
784
- "repo": "nuxt-community/cloudinary-module",
784
+ "repo": "nuxt-modules/cloudinary",
785
785
  "npm": "@nuxtjs/cloudinary",
786
786
  "icon": "cloudinary.png",
787
- "github": "https://github.com/nuxt-community/cloudinary-module",
787
+ "github": "https://github.com/nuxt-modules/cloudinary",
788
788
  "website": "https://cloudinary.nuxtjs.org",
789
789
  "learn_more": "https://cloudinary.com",
790
790
  "category": "Images",
@@ -804,10 +804,10 @@
804
804
  {
805
805
  "name": "color-mode",
806
806
  "description": "Dark and Light mode for NuxtJS with auto detection",
807
- "repo": "nuxt-community/color-mode-module",
807
+ "repo": "nuxt-modules/color-mode",
808
808
  "npm": "@nuxtjs/color-mode",
809
809
  "icon": "color-mode.png",
810
- "github": "https://github.com/nuxt-community/color-mode-module",
810
+ "github": "https://github.com/nuxt-modules/color-mode",
811
811
  "website": "https://color-mode.nuxtjs.org",
812
812
  "learn_more": "",
813
813
  "category": "UI",
@@ -1138,7 +1138,7 @@
1138
1138
  {
1139
1139
  "name": "delay-hydration",
1140
1140
  "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
1141
- "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
1141
+ "repo": "harlan-zw/nuxt-delay-hydration",
1142
1142
  "npm": "nuxt-delay-hydration",
1143
1143
  "icon": "lighthouse.svg",
1144
1144
  "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
@@ -1205,13 +1205,13 @@
1205
1205
  },
1206
1206
  {
1207
1207
  "name": "directus",
1208
- "description": "Easily connect your Nuxt3 application to your directus server.",
1208
+ "description": "Easily connect your Nuxt application to your directus server.",
1209
1209
  "repo": "intevel/nuxt-directus",
1210
1210
  "npm": "nuxt-directus",
1211
1211
  "icon": "directus.svg",
1212
- "github": "https://github.com/directus/nuxt-directus/",
1213
- "website": "https://nuxt-directus.netlify.app/",
1214
- "learn_more": "https://nuxt-directus.netlify.app/",
1212
+ "github": "https://github.com/intevel/nuxt-directus/",
1213
+ "website": "https://nuxt-directus.site/",
1214
+ "learn_more": "https://nuxt-directus.site/",
1215
1215
  "category": "CMS",
1216
1216
  "type": "3rd-party",
1217
1217
  "maintainers": [
@@ -1222,10 +1222,8 @@
1222
1222
  }
1223
1223
  ],
1224
1224
  "compatibility": {
1225
- "nuxt": "^2.0.0 || ^3.0.0",
1226
- "requires": {
1227
- "bridge": true
1228
- }
1225
+ "nuxt": "^3.0.0",
1226
+ "requires": {}
1229
1227
  }
1230
1228
  },
1231
1229
  {
@@ -1648,7 +1646,7 @@
1648
1646
  {
1649
1647
  "name": "form-actions",
1650
1648
  "description": "A set of features and composables to interact with forms and server data.",
1651
- "repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
1649
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1652
1650
  "npm": "@hebilicious/form-actions-nuxt",
1653
1651
  "icon": "form-actions.svg",
1654
1652
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
@@ -1801,11 +1799,11 @@
1801
1799
  {
1802
1800
  "name": "google-fonts",
1803
1801
  "description": "Google Fonts module for NuxtJS",
1804
- "repo": "nuxt-community/google-fonts-module",
1802
+ "repo": "nuxt-modules/google-fonts",
1805
1803
  "npm": "@nuxtjs/google-fonts",
1806
1804
  "icon": "google-fonts.png",
1807
- "github": "https://github.com/nuxt-community/google-fonts-module",
1808
- "website": "https://github.com/nuxt-community/google-fonts-module",
1805
+ "github": "https://github.com/nuxt-modules/google-fonts",
1806
+ "website": "https://google-fonts.nuxtjs.org",
1809
1807
  "learn_more": "https://developers.google.com/fonts",
1810
1808
  "category": "Fonts",
1811
1809
  "type": "community",
@@ -2273,11 +2271,11 @@
2273
2271
  {
2274
2272
  "name": "i18n",
2275
2273
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
2276
- "repo": "nuxt-community/i18n-module",
2274
+ "repo": "nuxt-modules/i18n",
2277
2275
  "npm": "@nuxtjs/i18n",
2278
2276
  "icon": "i18n.png",
2279
- "github": "https://github.com/nuxt-community/i18n-module",
2280
- "website": "https://i18n.nuxtjs.org",
2277
+ "github": "https://github.com/nuxt-modules/i18n",
2278
+ "website": "https://v8.i18n.nuxtjs.org",
2281
2279
  "learn_more": "https://kazupon.github.io/vue-i18n/",
2282
2280
  "category": "Extensions",
2283
2281
  "type": "community",
@@ -2786,6 +2784,32 @@
2786
2784
  "requires": {}
2787
2785
  }
2788
2786
  },
2787
+ {
2788
+ "name": "lucide-icons",
2789
+ "description": "Nuxt 3 module to integrate Lucide icons",
2790
+ "repo": "swisnl/nuxt-lucide-icons",
2791
+ "npm": "nuxt-lucide-icons",
2792
+ "icon": "lucide-icons.svg",
2793
+ "github": "https://github.com/swisnl/nuxt-lucide-icons",
2794
+ "website": "https://github.com/swisnl/nuxt-lucide-icons",
2795
+ "learn_more": "",
2796
+ "category": "UI",
2797
+ "type": "3rd-party",
2798
+ "maintainers": [
2799
+ {
2800
+ "name": "SWIS",
2801
+ "github": "swisnl"
2802
+ },
2803
+ {
2804
+ "name": "Jasper Zonneveld",
2805
+ "github": "JaZo"
2806
+ }
2807
+ ],
2808
+ "compatibility": {
2809
+ "nuxt": "^3.0.0",
2810
+ "requires": {}
2811
+ }
2812
+ },
2789
2813
  {
2790
2814
  "name": "lunr",
2791
2815
  "description": "Full-text search with pre-build indexes for Nuxt.js using lunr.js",
@@ -3270,6 +3294,50 @@
3270
3294
  "requires": {}
3271
3295
  }
3272
3296
  },
3297
+ {
3298
+ "name": "nuxt-basic-auth",
3299
+ "description": "Nuxt 3 Module for Basic Authentication",
3300
+ "repo": "kgierke/nuxt-basic-auth",
3301
+ "npm": "@kgierke/nuxt-basic-auth",
3302
+ "icon": "",
3303
+ "github": "https://github.com/kgierke/nuxt-basic-auth",
3304
+ "website": "https://github.com/kgierke/nuxt-basic-auth",
3305
+ "learn_more": "",
3306
+ "category": "Security",
3307
+ "type": "3rd-party",
3308
+ "maintainers": [
3309
+ {
3310
+ "name": "kgierke",
3311
+ "github": "kgierke"
3312
+ }
3313
+ ],
3314
+ "compatibility": {
3315
+ "nuxt": "^3.0.0",
3316
+ "requires": {}
3317
+ }
3318
+ },
3319
+ {
3320
+ "name": "nuxt-bootstrap-icons",
3321
+ "description": "Just a simple integration for Bootstrap Icons",
3322
+ "repo": "OyewoleOyedeji/nuxt-bootstrap-icons",
3323
+ "npm": "nuxt-bootstrap-icons",
3324
+ "icon": "bootstrap-icons.svg",
3325
+ "github": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3326
+ "website": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3327
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-bootstrap-icons",
3328
+ "category": "UI",
3329
+ "type": "3rd-party",
3330
+ "maintainers": [
3331
+ {
3332
+ "name": "OyewoleOyedeji",
3333
+ "github": "OyewoleOyedeji"
3334
+ }
3335
+ ],
3336
+ "compatibility": {
3337
+ "nuxt": "^3.0.0",
3338
+ "requires": {}
3339
+ }
3340
+ },
3273
3341
  {
3274
3342
  "name": "nuxt-chatgpt",
3275
3343
  "description": "ChatGPT integration for Nuxt 3",
@@ -3292,6 +3360,28 @@
3292
3360
  "requires": {}
3293
3361
  }
3294
3362
  },
3363
+ {
3364
+ "name": "nuxt-feedme",
3365
+ "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
3366
+ "repo": "helltraitor/nuxt-feedme",
3367
+ "npm": "nuxt-feedme",
3368
+ "icon": "",
3369
+ "github": "https://github.com/helltraitor/nuxt-feedme",
3370
+ "website": "https://github.com/helltraitor/nuxt-feedme",
3371
+ "learn_more": "",
3372
+ "category": "SEO",
3373
+ "type": "3rd-party",
3374
+ "maintainers": [
3375
+ {
3376
+ "name": "Helltraitor",
3377
+ "github": "helltraitor"
3378
+ }
3379
+ ],
3380
+ "compatibility": {
3381
+ "nuxt": "^3.0.0",
3382
+ "requires": {}
3383
+ }
3384
+ },
3295
3385
  {
3296
3386
  "name": "nuxt-graphql-middleware",
3297
3387
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3457,6 +3547,28 @@
3457
3547
  "requires": {}
3458
3548
  }
3459
3549
  },
3550
+ {
3551
+ "name": "nuxt-mdi",
3552
+ "description": "Add 7,000+ icons to your Nuxt application, from Material Design Icons.",
3553
+ "repo": "ERPedersen/nuxt-mdi",
3554
+ "npm": "nuxt-mdi",
3555
+ "icon": "mdi.png",
3556
+ "github": "https://github.com/ERPedersen/nuxt-mdi",
3557
+ "website": "https://nuxt-mdi.emilrosenius.com",
3558
+ "learn_more": "https://github.com/ERPedersen/nuxt-mdi/blob/main/README.md",
3559
+ "category": "Libraries",
3560
+ "type": "3rd-party",
3561
+ "maintainers": [
3562
+ {
3563
+ "name": "Emil Rosenius",
3564
+ "github": "ERPedersen"
3565
+ }
3566
+ ],
3567
+ "compatibility": {
3568
+ "nuxt": "^3.0.0",
3569
+ "requires": {}
3570
+ }
3571
+ },
3460
3572
  {
3461
3573
  "name": "nuxt-monaco-editor",
3462
3574
  "description": "Integrate monaco-editor with Nuxt",
@@ -3869,6 +3981,28 @@
3869
3981
  "requires": {}
3870
3982
  }
3871
3983
  },
3984
+ {
3985
+ "name": "nuxt3-leaflet",
3986
+ "description": "Leaflet integration with Nuxt",
3987
+ "repo": "Gugustinette/Nuxt-Leaflet",
3988
+ "npm": "nuxt3-leaflet",
3989
+ "icon": "leaflet.png",
3990
+ "github": "https://github.com/Gugustinette/Nuxt-Leaflet",
3991
+ "website": "https://github.com/Gugustinette/Nuxt-Leaflet",
3992
+ "learn_more": "https://github.com/Gugustinette/Nuxt-Leaflet",
3993
+ "category": "Libraries",
3994
+ "type": "3rd-party",
3995
+ "maintainers": [
3996
+ {
3997
+ "name": "Augustin MERCIER",
3998
+ "github": "Gugustinette"
3999
+ }
4000
+ ],
4001
+ "compatibility": {
4002
+ "nuxt": "^3.0.0",
4003
+ "requires": {}
4004
+ }
4005
+ },
3872
4006
  {
3873
4007
  "name": "nuxt7",
3874
4008
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -4426,7 +4560,7 @@
4426
4560
  "description": "radash module with auto-import and custom prefix",
4427
4561
  "repo": "bbg/nuxt-radash",
4428
4562
  "npm": "nuxt-radash",
4429
- "icon": "radash.svg",
4563
+ "icon": "radash.png",
4430
4564
  "github": "https://github.com/bbg/nuxt-radash",
4431
4565
  "website": "https://github.com/bbg/nuxt-radash#readme",
4432
4566
  "learn_more": "https://github.com/rayepps/radash/",
@@ -4513,11 +4647,11 @@
4513
4647
  {
4514
4648
  "name": "robots",
4515
4649
  "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
4516
- "repo": "nuxt-community/robots-module",
4650
+ "repo": "nuxt-modules/robots",
4517
4651
  "npm": "@nuxtjs/robots",
4518
4652
  "icon": "robots.png",
4519
- "github": "https://github.com/nuxt-community/robots-module",
4520
- "website": "https://github.com/nuxt-community/robots-module",
4653
+ "github": "https://github.com/nuxt-modules/robots",
4654
+ "website": "https://github.com/nuxt-modules/robots",
4521
4655
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
4522
4656
  "category": "SEO",
4523
4657
  "type": "community",
@@ -4723,7 +4857,7 @@
4723
4857
  "description": "Sentry module for Nuxt.js to help developers diagnose, fix, and optimize the performance of their code",
4724
4858
  "repo": "nuxt-community/sentry-module",
4725
4859
  "npm": "@nuxtjs/sentry",
4726
- "icon": "sentry.png",
4860
+ "icon": "sentry.svg",
4727
4861
  "github": "https://github.com/nuxt-community/sentry-module",
4728
4862
  "website": "https://sentry.nuxtjs.org/",
4729
4863
  "learn_more": "https://sentry.io/welcome/",
@@ -5302,10 +5436,10 @@
5302
5436
  {
5303
5437
  "name": "strapi",
5304
5438
  "description": "Design APIs fast and manage content easily using REST or GraphQL.",
5305
- "repo": "nuxt-community/strapi-module",
5439
+ "repo": "nuxt-modules/strapi",
5306
5440
  "npm": "@nuxtjs/strapi",
5307
5441
  "icon": "strapi.png",
5308
- "github": "https://github.com/nuxt-community/strapi-module",
5442
+ "github": "https://github.com/nuxt-modules/strapi",
5309
5443
  "website": "https://strapi.nuxtjs.org",
5310
5444
  "learn_more": "https://strapi.io/",
5311
5445
  "category": "CMS",
@@ -5448,10 +5582,10 @@
5448
5582
  {
5449
5583
  "name": "supabase",
5450
5584
  "description": "First class integration with Supabase",
5451
- "repo": "nuxt-community/supabase-module",
5585
+ "repo": "nuxt-modules/supabase",
5452
5586
  "npm": "@nuxtjs/supabase",
5453
5587
  "icon": "supabase.png",
5454
- "github": "https://github.com/nuxt-community/supabase-module",
5588
+ "github": "https://github.com/nuxt-modules/supabase",
5455
5589
  "website": "https://supabase.nuxtjs.org",
5456
5590
  "learn_more": "https://supabase.com",
5457
5591
  "category": "Database",
@@ -5615,10 +5749,10 @@
5615
5749
  {
5616
5750
  "name": "tailwindcss",
5617
5751
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
5618
- "repo": "nuxt-community/tailwindcss-module",
5752
+ "repo": "nuxt-modules/tailwindcss-module",
5619
5753
  "npm": "@nuxtjs/tailwindcss",
5620
5754
  "icon": "tailwindcss.png",
5621
- "github": "https://github.com/nuxt-community/tailwindcss-module",
5755
+ "github": "https://github.com/nuxt-modules/tailwindcss-module",
5622
5756
  "website": "https://tailwindcss.nuxtjs.org",
5623
5757
  "learn_more": "https://tailwindcss.com/",
5624
5758
  "category": "UI",
@@ -5628,6 +5762,10 @@
5628
5762
  "name": "Sébastien Chopin",
5629
5763
  "github": "Atinux",
5630
5764
  "twitter": "Atinux"
5765
+ },
5766
+ {
5767
+ "name": "Inesh Bose",
5768
+ "github": "ineshbose"
5631
5769
  }
5632
5770
  ],
5633
5771
  "compatibility": {
@@ -6122,6 +6260,30 @@
6122
6260
  "requires": {}
6123
6261
  }
6124
6262
  },
6263
+ {
6264
+ "name": "use-wagmi",
6265
+ "description": "Vue Composition for Ethereum based on wagmi",
6266
+ "repo": "unicape/use-wagmi#main/packages/nuxt",
6267
+ "npm": "@use-wagmi/nuxt",
6268
+ "icon": "use-wagmi.png",
6269
+ "github": "https://github.com/unicape/use-wagmi",
6270
+ "website": "https://github.com/unicape/use-wagmi",
6271
+ "learn_more": "https://github.com/unicape/use-wagmi",
6272
+ "category": "Extensions",
6273
+ "type": "3rd-party",
6274
+ "maintainers": [
6275
+ {
6276
+ "name": "Unic Ape",
6277
+ "github": "unicape"
6278
+ }
6279
+ ],
6280
+ "compatibility": {
6281
+ "nuxt": "^2.0.0 || ^3.0.0",
6282
+ "requires": {
6283
+ "bridge": true
6284
+ }
6285
+ }
6286
+ },
6125
6287
  {
6126
6288
  "name": "user-agent",
6127
6289
  "description": "Nuxt.js module for handling User-Agent.",
@@ -6214,6 +6376,28 @@
6214
6376
  }
6215
6377
  }
6216
6378
  },
6379
+ {
6380
+ "name": "vcalendar",
6381
+ "description": "VCalendar module for Nuxt",
6382
+ "repo": "samk-dev/nuxt-vcalendar",
6383
+ "npm": "@samk-dev/nuxt-vcalendar",
6384
+ "icon": "vcalendar.png",
6385
+ "github": "https://github.com/samk-dev/vcalendar",
6386
+ "website": "https://github.com/samk-dev/vcalendar",
6387
+ "learn_more": "",
6388
+ "category": "Libraries",
6389
+ "type": "3rd-party",
6390
+ "maintainers": [
6391
+ {
6392
+ "name": "Sam K",
6393
+ "github": "samk-dev"
6394
+ }
6395
+ ],
6396
+ "compatibility": {
6397
+ "nuxt": "^3.0.0",
6398
+ "requires": {}
6399
+ }
6400
+ },
6217
6401
  {
6218
6402
  "name": "vee-validate",
6219
6403
  "description": "Painless Vue forms for Nuxt.js",
@@ -6761,11 +6945,11 @@
6761
6945
  {
6762
6946
  "name": "web-vitals",
6763
6947
  "description": "Web Vitals for Nuxt",
6764
- "repo": "nuxt-community/web-vitals-module",
6948
+ "repo": "nuxt-modules/web-vitals",
6765
6949
  "npm": "@nuxtjs/web-vitals",
6766
6950
  "icon": "web-vitals.png",
6767
- "github": "https://github.com/nuxt-community/web-vitals-module",
6768
- "website": "https://github.com/nuxt-community/web-vitals-module",
6951
+ "github": "https://github.com/nuxt-modules/web-vitals",
6952
+ "website": "https://github.com/nuxt-modules/web-vitals",
6769
6953
  "learn_more": "",
6770
6954
  "category": "Performance",
6771
6955
  "type": "community",
@@ -7097,52 +7281,6 @@
7097
7281
  "requires": {}
7098
7282
  }
7099
7283
  },
7100
- {
7101
- "name": "yandex-metrika-next",
7102
- "description": "Yandex Metrika integration for Nuxt",
7103
- "repo": "artmizu/yandex-metrika-nuxt",
7104
- "npm": "@artmizu/yandex-metrika-nuxt",
7105
- "icon": "yandex-metrika.svg",
7106
- "github": "https://github.com/artmizu/yandex-metrika-nuxt",
7107
- "website": "https://github.com/artmizu/yandex-metrika-nuxt",
7108
- "learn_more": "",
7109
- "category": "Analytics",
7110
- "type": "3rd-party",
7111
- "maintainers": [
7112
- {
7113
- "name": "Aleksandr Saburov",
7114
- "github": "artmizu",
7115
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
7116
- }
7117
- ],
7118
- "compatibility": {
7119
- "nuxt": "^3.0.0",
7120
- "requires": {}
7121
- }
7122
- },
7123
- {
7124
- "name": "yandex-metrika",
7125
- "description": "Yandex metrika Module for Nuxt.js",
7126
- "repo": "nuxt-community/yandex-metrika-module",
7127
- "npm": "@nuxtjs/yandex-metrika",
7128
- "icon": "",
7129
- "github": "https://github.com/nuxt-community/yandex-metrika-module",
7130
- "website": "https://github.com/nuxt-community/yandex-metrika-module",
7131
- "learn_more": "https://metrica.yandex.com/about",
7132
- "category": "Analytics",
7133
- "type": "community",
7134
- "maintainers": [
7135
- {
7136
- "name": "Pooya Parsa",
7137
- "github": "pi0",
7138
- "twitter": "_pi0_"
7139
- }
7140
- ],
7141
- "compatibility": {
7142
- "nuxt": "^2.0.0",
7143
- "requires": {}
7144
- }
7145
- },
7146
7284
  {
7147
7285
  "name": "zendesk",
7148
7286
  "description": "Nuxt.js module for Zendesk",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-23d0df",
3
+ "version": "0.6.0-25a673",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [