@nuxt/modules 0.6.0-8bfb58 → 0.6.0-8f2f0c

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 +455 -197
  2. package/package.json +2 -1
package/modules.json CHANGED
@@ -756,10 +756,10 @@
756
756
  "description": "Privacy-first, end-to-end encrypted analytics",
757
757
  "repo": "chiffre-io/nuxt-chiffre",
758
758
  "npm": "nuxt-chiffre",
759
- "icon": "https://avatars.githubusercontent.com/u/58789215?v=4",
759
+ "icon": "chiffre.png",
760
760
  "github": "https://github.com/chiffre-io/nuxt-chiffre",
761
761
  "website": "https://github.com/chiffre-io/nuxt-chiffre",
762
- "learn_more": "https://chiffre.io",
762
+ "learn_more": "https://chiffre.io/",
763
763
  "category": "Analytics",
764
764
  "type": "3rd-party",
765
765
  "maintainers": [
@@ -1338,6 +1338,28 @@
1338
1338
  "requires": {}
1339
1339
  }
1340
1340
  },
1341
+ {
1342
+ "name": "doppler",
1343
+ "description": "Integrate your Doppler secrets into your Nuxt build",
1344
+ "repo": "JamieCurnow/nuxt-doppler",
1345
+ "npm": "nuxt-doppler",
1346
+ "icon": "doppler.png",
1347
+ "github": "https://github.com/JamieCurnow/nuxt-doppler",
1348
+ "website": "https://github.com/JamieCurnow/nuxt-doppler",
1349
+ "learn_more": "",
1350
+ "category": "Devtools",
1351
+ "type": "3rd-party",
1352
+ "maintainers": [
1353
+ {
1354
+ "name": "JamieCurnow",
1355
+ "github": "JamieCurnow"
1356
+ }
1357
+ ],
1358
+ "compatibility": {
1359
+ "nuxt": "^3.0.0",
1360
+ "requires": {}
1361
+ }
1362
+ },
1341
1363
  {
1342
1364
  "name": "dotenv",
1343
1365
  "description": "A Nuxt module that loads your .env file into your context options",
@@ -1367,8 +1389,8 @@
1367
1389
  "npm": "nuxtjs-drupal-ce",
1368
1390
  "icon": "drupal-ce.png",
1369
1391
  "github": "https://github.com/drunomics/nuxtjs-drupal-ce",
1370
- "website": "https://stack.lupus.digital",
1371
- "learn_more": "https://stack.lupus.digital/2-resources/learning",
1392
+ "website": "https://lupus-decoupled.org",
1393
+ "learn_more": "https://lupus-decoupled.org/get-started/how-it-works",
1372
1394
  "category": "CMS",
1373
1395
  "type": "3rd-party",
1374
1396
  "maintainers": [
@@ -1383,13 +1405,13 @@
1383
1405
  "avatar": "https://avatars.githubusercontent.com/u/1254146?v=4"
1384
1406
  },
1385
1407
  {
1386
- "name": "David Licen",
1387
- "github": "davision",
1388
- "avatar": "https://avatars.githubusercontent.com/u/3862832?v=4"
1408
+ "name": "Matic",
1409
+ "github": "TurtlBbx",
1410
+ "avatar": "https://avatars.githubusercontent.com/u/29594309?v=4"
1389
1411
  }
1390
1412
  ],
1391
1413
  "compatibility": {
1392
- "nuxt": "^2.0.0",
1414
+ "nuxt": "^2.0.0 || ^3.0.0",
1393
1415
  "requires": {}
1394
1416
  }
1395
1417
  },
@@ -1556,6 +1578,29 @@
1556
1578
  "requires": {}
1557
1579
  }
1558
1580
  },
1581
+ {
1582
+ "name": "fathom-analytics",
1583
+ "description": "Fathom analytics integration for Nuxt",
1584
+ "repo": "valgeirb/nuxt-fathom",
1585
+ "npm": "nuxt-fathom",
1586
+ "icon": "fathom-analytics.svg",
1587
+ "github": "https://github.com/valgeirb/nuxt-fathom",
1588
+ "website": "https://github.com/valgeirb/nuxt-fathom#readme",
1589
+ "learn_more": "",
1590
+ "category": "Analytics",
1591
+ "type": "3rd-party",
1592
+ "maintainers": [
1593
+ {
1594
+ "name": "Valgeir Björnsson",
1595
+ "github": "valgeirb",
1596
+ "avatar": "https://avatars.githubusercontent.com/valgeirb"
1597
+ }
1598
+ ],
1599
+ "compatibility": {
1600
+ "nuxt": "^3.0.0",
1601
+ "requires": {}
1602
+ }
1603
+ },
1559
1604
  {
1560
1605
  "name": "fathom",
1561
1606
  "description": "Fathom analytics for Nuxt",
@@ -1759,7 +1804,7 @@
1759
1804
  {
1760
1805
  "name": "form-actions",
1761
1806
  "description": "A set of features and composables to interact with forms and server data.",
1762
- "repo": "Hebilicious/form-actions-nuxt#main/packages/form-action-nuxt",
1807
+ "repo": "Hebilicious/form-actions-nuxt#main/packages/form-actions-nuxt",
1763
1808
  "npm": "@hebilicious/form-actions-nuxt",
1764
1809
  "icon": "form-actions.svg",
1765
1810
  "github": "https://github.com/Hebilicious/form-actions-nuxt",
@@ -1787,7 +1832,7 @@
1787
1832
  "icon": "formkit.png",
1788
1833
  "github": "https://github.com/formkit/formkit",
1789
1834
  "website": "https://formkit.com",
1790
- "learn_more": "https://formkit.com/essentials/installation#with-nuxt",
1835
+ "learn_more": "https://formkit.com/getting-started/installation",
1791
1836
  "category": "Libraries",
1792
1837
  "type": "3rd-party",
1793
1838
  "maintainers": [
@@ -2000,7 +2045,7 @@
2000
2045
  "icon": "graphql-client.svg",
2001
2046
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
2002
2047
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
2003
- "learn_more": "https://www.graphql-code-generator.com/plugins/typescript-graphql-request",
2048
+ "learn_more": "https://nuxt-graphql-client.web.app/",
2004
2049
  "category": "Request",
2005
2050
  "type": "3rd-party",
2006
2051
  "maintainers": [
@@ -2389,8 +2434,8 @@
2389
2434
  "npm": "@nuxtjs/i18n",
2390
2435
  "icon": "i18n.png",
2391
2436
  "github": "https://github.com/nuxt-modules/i18n",
2392
- "website": "https://v8.i18n.nuxtjs.org",
2393
- "learn_more": "https://kazupon.github.io/vue-i18n/",
2437
+ "website": "https://i18n.nuxtjs.org",
2438
+ "learn_more": "https://vue-i18n.intlify.dev/",
2394
2439
  "category": "Extensions",
2395
2440
  "type": "community",
2396
2441
  "maintainers": [
@@ -2401,6 +2446,10 @@
2401
2446
  {
2402
2447
  "name": "Kazuya Kawaguchi",
2403
2448
  "github": "kazupon"
2449
+ },
2450
+ {
2451
+ "name": "Bobbie Goede",
2452
+ "github": "BobbieGoede"
2404
2453
  }
2405
2454
  ],
2406
2455
  "compatibility": {
@@ -2430,6 +2479,29 @@
2430
2479
  "requires": {}
2431
2480
  }
2432
2481
  },
2482
+ {
2483
+ "name": "icon-tw",
2484
+ "description": "Extended Icon module with Tailwind CSS Icons for Nuxt",
2485
+ "repo": "jcamp-code/nuxt-icon-tw",
2486
+ "npm": "nuxt-icon-tw",
2487
+ "icon": "nuxt-icon.png",
2488
+ "github": "https://github.com/jcamp-code/nuxt-icon-tw",
2489
+ "website": "https://github.com/jcamp-code/nuxt-icon-tw",
2490
+ "learn_more": "",
2491
+ "category": "UI",
2492
+ "type": "3rd-party",
2493
+ "maintainers": [
2494
+ {
2495
+ "name": "JohnCampionJr",
2496
+ "github": "JohnCampionJr"
2497
+ }
2498
+ ],
2499
+ "compatibility": {
2500
+ "nuxt": "^3.0.0",
2501
+ "requires": {},
2502
+ "devtools": "^0.0.0"
2503
+ }
2504
+ },
2433
2505
  {
2434
2506
  "name": "icon",
2435
2507
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2768,6 +2840,28 @@
2768
2840
  "requires": {}
2769
2841
  }
2770
2842
  },
2843
+ {
2844
+ "name": "laravel-precognition",
2845
+ "description": "Nuxt module to work with Laravel Precognition and $fetch",
2846
+ "repo": "sot1986/nuxt-laravel-precognition",
2847
+ "npm": "nuxt-laravel-precognition",
2848
+ "icon": "laravel.svg",
2849
+ "github": "https://github.com/sot1986/nuxt-laravel-precognition",
2850
+ "website": "https://github.com/sot1986/nuxt-laravel-precognition",
2851
+ "learn_more": "",
2852
+ "category": "Security",
2853
+ "type": "3rd-party",
2854
+ "maintainers": [
2855
+ {
2856
+ "name": "sot1986",
2857
+ "github": "sot1986"
2858
+ }
2859
+ ],
2860
+ "compatibility": {
2861
+ "nuxt": "^3.0.0",
2862
+ "requires": {}
2863
+ }
2864
+ },
2771
2865
  {
2772
2866
  "name": "laravel",
2773
2867
  "description": "Nuxt cli extension for use with laravel as backend",
@@ -2814,7 +2908,7 @@
2814
2908
  },
2815
2909
  {
2816
2910
  "name": "link-checker",
2817
- "description": "Find and magically fix links that may be negatively effecting your Nuxt sites SEO.",
2911
+ "description": "Find and magically fix links that may be negatively effecting your SEO.",
2818
2912
  "repo": "harlan-zw/nuxt-link-checker",
2819
2913
  "npm": "nuxt-link-checker",
2820
2914
  "icon": "link-checker.svg",
@@ -2983,10 +3077,10 @@
2983
3077
  {
2984
3078
  "name": "magic-regexp",
2985
3079
  "description": "A compiled-away, type-safe, readable RegExp alternative",
2986
- "repo": "danielroe/magic-regexp",
3080
+ "repo": "unjs/magic-regexp",
2987
3081
  "npm": "magic-regexp",
2988
3082
  "icon": "magic-regexp.svg",
2989
- "github": "https://github.com/danielroe/magic-regexp",
3083
+ "github": "https://github.com/unjs/magic-regexp",
2990
3084
  "website": "https://magic-regexp.roe.dev",
2991
3085
  "learn_more": "https://magic-regexp.roe.dev",
2992
3086
  "category": "Libraries",
@@ -3026,6 +3120,30 @@
3026
3120
  "requires": {}
3027
3121
  }
3028
3122
  },
3123
+ {
3124
+ "name": "marquee",
3125
+ "description": "A lightweight Nuxt 3 module that harnesses the power of CSS animations to create silky smooth marquees.",
3126
+ "repo": "hanzydev/nuxt-marquee",
3127
+ "npm": "nuxt-marquee",
3128
+ "icon": "marquee.png",
3129
+ "github": "https://github.com/hanzydev/nuxt-marquee/",
3130
+ "website": "https://hanzydev.github.io/nuxt-marquee/",
3131
+ "learn_more": "",
3132
+ "category": "UI",
3133
+ "type": "3rd-party",
3134
+ "maintainers": [
3135
+ {
3136
+ "name": "Hànzy",
3137
+ "github": "hanzydev",
3138
+ "avatar": "https://avatars.githubusercontent.com/u/77491112?v=4"
3139
+ }
3140
+ ],
3141
+ "compatibility": {
3142
+ "nuxt": "^3.0.0",
3143
+ "requires": {},
3144
+ "devtools": "^0.0.0"
3145
+ }
3146
+ },
3029
3147
  {
3030
3148
  "name": "matomo",
3031
3149
  "description": "Add Matomo analytics to your nuxt.js application. This plugin automatically sends first page and route change events to matomo",
@@ -3051,14 +3169,14 @@
3051
3169
  {
3052
3170
  "name": "maz-ui",
3053
3171
  "description": "install easily maz-ui library to take advantage of auto-import components, plugins, composables and CSS files.",
3054
- "repo": "louismazel/maz-ui",
3055
- "npm": "maz-ui",
3172
+ "repo": "louismazel/maz-ui#master/packages/nuxt-module",
3173
+ "npm": "nuxt-module",
3056
3174
  "icon": "maz-ui.png",
3057
3175
  "github": "https://github.com/louismazel/maz-ui",
3058
- "website": "https://louismazel.github.io/maz-ui-3/",
3059
- "learn_more": "https://louismazel.github.io/maz-ui-3/",
3176
+ "website": "https://maz-ui.com/",
3177
+ "learn_more": "https://maz-ui.com/guide/nuxt",
3060
3178
  "category": "UI",
3061
- "type": "community",
3179
+ "type": "3rd-party",
3062
3180
  "maintainers": [
3063
3181
  {
3064
3182
  "name": "Loïc Mazuel",
@@ -3166,28 +3284,6 @@
3166
3284
  "requires": {}
3167
3285
  }
3168
3286
  },
3169
- {
3170
- "name": "mobile",
3171
- "description": "nuxt-mobile-detect is a wrapper around mobile-detect.js for nuxtjs. It can be used client side and server side.",
3172
- "repo": "ChanningDefoe/nuxt-mobile-detect",
3173
- "npm": "nuxt-mobile",
3174
- "icon": "",
3175
- "github": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3176
- "website": "https://github.com/ChanningDefoe/nuxt-mobile-detect",
3177
- "learn_more": "https://github.com/hgoebl/mobile-detect.js",
3178
- "category": "Extensions",
3179
- "type": "3rd-party",
3180
- "maintainers": [
3181
- {
3182
- "name": "ChanningDefoe",
3183
- "github": "ChanningDefoe"
3184
- }
3185
- ],
3186
- "compatibility": {
3187
- "nuxt": "^2.0.0",
3188
- "requires": {}
3189
- }
3190
- },
3191
3287
  {
3192
3288
  "name": "module-feed",
3193
3289
  "description": "Feed module enables everyone to have RSS, Atom and JSON.",
@@ -3330,12 +3426,12 @@
3330
3426
  {
3331
3427
  "name": "netlify",
3332
3428
  "description": "Dynamically generate _headers and _redirects files for Netlify in your Nuxt projects.",
3333
- "repo": "bazzite/nuxt-netlify",
3429
+ "repo": "juliomrqz/nuxt-netlify",
3334
3430
  "npm": "@aceforth/nuxt-netlify",
3335
3431
  "icon": "netlify.png",
3336
- "github": "https://github.com/bazzite/nuxt-netlify",
3337
- "website": "https://marquez.co/docs/nuxt-netlify/",
3338
- "learn_more": "",
3432
+ "github": "https://github.com/juliomrqz/nuxt-netlify",
3433
+ "website": "https://github.com/juliomrqz/nuxt-netlify",
3434
+ "learn_more": "https://github.com/juliomrqz/nuxt-netlify/tree/develop/docs",
3339
3435
  "category": "Deployment",
3340
3436
  "type": "3rd-party",
3341
3437
  "maintainers": [
@@ -3443,6 +3539,29 @@
3443
3539
  "requires": {}
3444
3540
  }
3445
3541
  },
3542
+ {
3543
+ "name": "nuxt-asciidoc",
3544
+ "description": "Transformer for using asciidoc in nuxt",
3545
+ "repo": "Chris2011/nuxt-asciidoc",
3546
+ "npm": "nuxt-asciidoc",
3547
+ "icon": "nuxt-asciidoc.svg",
3548
+ "github": "https://github.com/Chris2011/nuxt-asciidoc",
3549
+ "website": "https://github.com/Chris2011/nuxt-asciidoc",
3550
+ "learn_more": "https://github.com/Chris2011/nuxt-asciidoc/blob/main/README.md",
3551
+ "category": "Extensions",
3552
+ "type": "3rd-party",
3553
+ "maintainers": [
3554
+ {
3555
+ "name": "Christian Lenz",
3556
+ "github": "Chris2011",
3557
+ "twitter": "Chrizzly42"
3558
+ }
3559
+ ],
3560
+ "compatibility": {
3561
+ "nuxt": "^3.0.0",
3562
+ "requires": {}
3563
+ }
3564
+ },
3446
3565
  {
3447
3566
  "name": "nuxt-auth-sanctum",
3448
3567
  "description": "Nuxt module for Laravel Sanctum authentication",
@@ -3558,6 +3677,28 @@
3558
3677
  "requires": {}
3559
3678
  }
3560
3679
  },
3680
+ {
3681
+ "name": "nuxt-feather-icons",
3682
+ "description": "The Feather Icons in Nuxt 3.",
3683
+ "repo": "4sllan/nuxt-feather-icons",
3684
+ "npm": "nuxt-feather-icons",
3685
+ "icon": "nuxt-feather-icons.png",
3686
+ "github": "https://github.com/4sllan/nuxt-feather-icons",
3687
+ "website": "https://github.com/4sllan/nuxt-feather-icons",
3688
+ "learn_more": "https://github.com/4sllan/nuxt-feather-icons",
3689
+ "category": "UI",
3690
+ "type": "3rd-party",
3691
+ "maintainers": [
3692
+ {
3693
+ "name": "4sllan",
3694
+ "github": "4sllan"
3695
+ }
3696
+ ],
3697
+ "compatibility": {
3698
+ "nuxt": "^3.0.0",
3699
+ "requires": {}
3700
+ }
3701
+ },
3561
3702
  {
3562
3703
  "name": "nuxt-feedme",
3563
3704
  "description": "The RSS feed module for Nuxt web framework with ATOM, JSON and RSS support",
@@ -3678,6 +3819,28 @@
3678
3819
  }
3679
3820
  }
3680
3821
  },
3822
+ {
3823
+ "name": "nuxt-interpolation",
3824
+ "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.",
3825
+ "repo": "daliborgogic/nuxt-interpolation#master",
3826
+ "npm": "nuxt-interpolation",
3827
+ "icon": "",
3828
+ "github": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3829
+ "website": "https://github.com/daliborgogic/nuxt-interpolation/tree/master",
3830
+ "learn_more": "",
3831
+ "category": "Devtools",
3832
+ "type": "3rd-party",
3833
+ "maintainers": [
3834
+ {
3835
+ "name": "daliborgogic",
3836
+ "github": "daliborgogic"
3837
+ }
3838
+ ],
3839
+ "compatibility": {
3840
+ "nuxt": "^2.0.0",
3841
+ "requires": {}
3842
+ }
3843
+ },
3681
3844
  {
3682
3845
  "name": "nuxt-jsonld",
3683
3846
  "description": "Manage JSON-LD in Vue component.",
@@ -3707,8 +3870,8 @@
3707
3870
  "npm": "@nuxtus/nuxt-localtunnel",
3708
3871
  "icon": "nuxt-localtunnel.svg",
3709
3872
  "github": "https://github.com/nuxtus/localtunnel",
3710
- "website": "https://nuxtus.com",
3711
- "learn_more": "https://docs.nuxtus.com/#/localtunnel",
3873
+ "website": "https://docs.nuxtus.com",
3874
+ "learn_more": "https://docs.nuxtus.com/localtunnel.html",
3712
3875
  "category": "Devtools",
3713
3876
  "type": "3rd-party",
3714
3877
  "maintainers": [
@@ -3857,6 +4020,51 @@
3857
4020
  "devtools": "^0.0.0"
3858
4021
  }
3859
4022
  },
4023
+ {
4024
+ "name": "nuxt-oidc-auth",
4025
+ "description": "Nuxt SSR OIDC (OpenID Connect) authentication with server side encrypted sessions.",
4026
+ "repo": "itpropro/nuxt-oidc-auth",
4027
+ "npm": "nuxt-oidc-auth",
4028
+ "icon": "",
4029
+ "github": "https://github.com/itpropro/nuxt-oidc-auth",
4030
+ "website": "https://github.com/itpropro/nuxt-oidc-auth",
4031
+ "learn_more": "https://github.com/itpropro/nuxt-oidc-auth",
4032
+ "category": "Security",
4033
+ "type": "3rd-party",
4034
+ "maintainers": [
4035
+ {
4036
+ "name": "Jan-Henrik Damaschke",
4037
+ "github": "itpropro",
4038
+ "twitter": "jandamaschke"
4039
+ }
4040
+ ],
4041
+ "compatibility": {
4042
+ "nuxt": "^3.0.0",
4043
+ "requires": {}
4044
+ }
4045
+ },
4046
+ {
4047
+ "name": "nuxt-openapi-docs-module",
4048
+ "description": "Generate pages from OpenAPI specifications",
4049
+ "repo": "on-org/nuxt-openapi-docs-module",
4050
+ "npm": "nuxt-openapi-docs-module",
4051
+ "icon": "nuxt-openapi-docs-module.png",
4052
+ "github": "https://github.com/on-org/nuxt-openapi-docs-module",
4053
+ "website": "https://github.com/on-org/nuxt-openapi-docs-module",
4054
+ "learn_more": "https://www.npmjs.com/package/nuxt-openapi-docs-module",
4055
+ "category": "Libraries",
4056
+ "type": "3rd-party",
4057
+ "maintainers": [
4058
+ {
4059
+ "name": "Pavel Kuzmin",
4060
+ "github": "s00d"
4061
+ }
4062
+ ],
4063
+ "compatibility": {
4064
+ "nuxt": "^3.0.0",
4065
+ "requires": {}
4066
+ }
4067
+ },
3860
4068
  {
3861
4069
  "name": "nuxt-payload-analyzer",
3862
4070
  "description": "Analyze Nuxt Payload Size",
@@ -3910,8 +4118,8 @@
3910
4118
  "npm": "nuxt-phosphor-icons",
3911
4119
  "icon": "phosphor-icons.svg",
3912
4120
  "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3913
- "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3914
- "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
4121
+ "website": "https://nuxt-phosphor-icons.vercel.app",
4122
+ "learn_more": "https://nuxt-phosphor-icons.vercel.app",
3915
4123
  "category": "UI",
3916
4124
  "type": "3rd-party",
3917
4125
  "maintainers": [
@@ -4097,7 +4305,7 @@
4097
4305
  "description": "WebStorm & PHPStorm support for Nuxt components",
4098
4306
  "repo": "fumeapp/nuxt-storm",
4099
4307
  "npm": "nuxt-storm",
4100
- "icon": "nuxt-storm.png",
4308
+ "icon": "",
4101
4309
  "github": "https://github.com/fumeapp/nuxt-storm",
4102
4310
  "website": "https://github.com/fumeapp/nuxt-storm",
4103
4311
  "learn_more": "https://github.com/fumeapp/nuxt-storm",
@@ -4114,6 +4322,30 @@
4114
4322
  "requires": {}
4115
4323
  }
4116
4324
  },
4325
+ {
4326
+ "name": "nuxt-svgo-loader",
4327
+ "description": "Nuxt module to load SVG files as Vue components, using SVGO for optimization.",
4328
+ "repo": "Mini-ghost/nuxt-svgo-loader",
4329
+ "npm": "nuxt-svgo-loader",
4330
+ "icon": "",
4331
+ "github": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4332
+ "website": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4333
+ "learn_more": "https://github.com/Mini-ghost/nuxt-svgo-loader",
4334
+ "category": "Images",
4335
+ "type": "3rd-party",
4336
+ "maintainers": [
4337
+ {
4338
+ "name": "Alex Liu",
4339
+ "github": "Mini-ghost",
4340
+ "twitter": "Minighost_Alex"
4341
+ }
4342
+ ],
4343
+ "compatibility": {
4344
+ "nuxt": "^3.0.0",
4345
+ "requires": {},
4346
+ "devtools": "^0.0.0"
4347
+ }
4348
+ },
4117
4349
  {
4118
4350
  "name": "nuxt-svgo",
4119
4351
  "description": "Nuxt module to load optimized SVG files as Vue components",
@@ -4158,28 +4390,6 @@
4158
4390
  "requires": {}
4159
4391
  }
4160
4392
  },
4161
- {
4162
- "name": "nuxt-use-motion",
4163
- "description": "A Nuxt module putting your components in motion",
4164
- "repo": "Tahul/nuxt-use-motion",
4165
- "npm": "nuxt-use-motion",
4166
- "icon": "nuxt-use-motion.svg",
4167
- "github": "https://github.com/Tahul/nuxt-use-motion",
4168
- "website": "https://github.com/Tahul/nuxt-use-motion",
4169
- "learn_more": "https://github.com/vueuse/motion",
4170
- "category": "Libraries",
4171
- "type": "3rd-party",
4172
- "maintainers": [
4173
- {
4174
- "name": "Tahul",
4175
- "github": "Tahul"
4176
- }
4177
- ],
4178
- "compatibility": {
4179
- "nuxt": "^2.0.0",
4180
- "requires": {}
4181
- }
4182
- },
4183
4393
  {
4184
4394
  "name": "nuxt-use-sound",
4185
4395
  "description": "A Nuxt module for playing sound effects.",
@@ -4249,20 +4459,42 @@
4249
4459
  }
4250
4460
  },
4251
4461
  {
4252
- "name": "nuxt-vuetify",
4253
- "description": "Add Vuetify 3 to your Nuxt application in 3 seconds.",
4254
- "repo": "invictus-codes/nuxt-vuetify",
4255
- "npm": "@invictus.codes/nuxt-vuetify",
4256
- "icon": "vuetify-logo-v3-dark.svg",
4257
- "github": "https://github.com/invictus-codes/nuxt-vuetify",
4258
- "website": "https://invictus-codes.github.io/nuxt-vuetify/",
4259
- "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
4260
- "category": "UI",
4462
+ "name": "nuxt-zod-i18n",
4463
+ "description": "A Nuxt Module for localizing zod error messages.",
4464
+ "repo": "xibman/nuxt-zod-i18n",
4465
+ "npm": "nuxt-zod-i18n",
4466
+ "icon": "nuxt-zod-i18n.svg",
4467
+ "github": "https://github.com/xibman/nuxt-zod-i18n",
4468
+ "website": "https://xibman-nuxt-zod-i18n.nuxt.space",
4469
+ "learn_more": "",
4470
+ "category": "Libraries",
4471
+ "type": "3rd-party",
4472
+ "maintainers": [
4473
+ {
4474
+ "name": "xibman",
4475
+ "github": "xibman"
4476
+ }
4477
+ ],
4478
+ "compatibility": {
4479
+ "nuxt": "^3.0.0",
4480
+ "requires": {}
4481
+ }
4482
+ },
4483
+ {
4484
+ "name": "nuxt3-interpolation",
4485
+ "description": "",
4486
+ "repo": "daliborgogic/interpolation#master",
4487
+ "npm": "nuxt3-interpolation",
4488
+ "icon": "",
4489
+ "github": "https://github.com/daliborgogic/interpolation/tree/master",
4490
+ "website": "https://github.com/daliborgogic/interpolation/tree/master",
4491
+ "learn_more": "",
4492
+ "category": "Devtools",
4261
4493
  "type": "3rd-party",
4262
4494
  "maintainers": [
4263
4495
  {
4264
- "name": "Jens van Hellemondt",
4265
- "github": "invictus-codes"
4496
+ "name": "daliborgogic",
4497
+ "github": "daliborgogic"
4266
4498
  }
4267
4499
  ],
4268
4500
  "compatibility": {
@@ -4318,14 +4550,14 @@
4318
4550
  {
4319
4551
  "name": "og-image",
4320
4552
  "description": "Enlightened runtime images generated with Vue templates.",
4321
- "repo": "harlan-zw/nuxt-og-image",
4553
+ "repo": "nuxt-modules/og-image",
4322
4554
  "npm": "nuxt-og-image",
4323
4555
  "icon": "og-image.svg",
4324
- "github": "https://github.com/harlan-zw/nuxt-og-image",
4556
+ "github": "https://github.com/nuxt-modules/og-image",
4325
4557
  "website": "https://nuxtseo.com/og-image",
4326
4558
  "learn_more": "https://nuxtseo.com/og-image",
4327
4559
  "category": "SEO",
4328
- "type": "3rd-party",
4560
+ "type": "community",
4329
4561
  "maintainers": [
4330
4562
  {
4331
4563
  "name": "Harlan Wilton",
@@ -4370,8 +4602,8 @@
4370
4602
  "npm": "@aceforth/nuxt-optimized-images",
4371
4603
  "icon": "",
4372
4604
  "github": "https://github.com/juliomrqz/nuxt-optimized-images",
4373
- "website": "https://marquez.co/docs/nuxt-optimized-images/",
4374
- "learn_more": "",
4605
+ "website": "https://github.com/juliomrqz/nuxt-optimized-images",
4606
+ "learn_more": "https://github.com/juliomrqz/nuxt-optimized-images/tree/develop/docs",
4375
4607
  "category": "Images",
4376
4608
  "type": "3rd-party",
4377
4609
  "maintainers": [
@@ -4478,6 +4710,28 @@
4478
4710
  }
4479
4711
  }
4480
4712
  },
4713
+ {
4714
+ "name": "paypal",
4715
+ "description": "A Nuxt module for simplifying the use of Paypal in your project.",
4716
+ "repo": "arashsheyda/nuxt-paypal",
4717
+ "npm": "nuxt-paypal",
4718
+ "icon": "paypal.svg",
4719
+ "github": "https://github.com/arashsheyda/nuxt-paypal",
4720
+ "website": "https://github.com/arashsheyda/nuxt-paypal#readme",
4721
+ "learn_more": "https://developer.paypal.com/sdk/js/reference/",
4722
+ "category": "Payment",
4723
+ "type": "3rd-party",
4724
+ "maintainers": [
4725
+ {
4726
+ "name": "Arash Sheyda",
4727
+ "github": "arashsheyda"
4728
+ }
4729
+ ],
4730
+ "compatibility": {
4731
+ "nuxt": "^3.0.0",
4732
+ "requires": {}
4733
+ }
4734
+ },
4481
4735
  {
4482
4736
  "name": "pdfeasy",
4483
4737
  "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
@@ -4648,7 +4902,7 @@
4648
4902
  "npm": "nuxt-prepare",
4649
4903
  "icon": "prepare.svg",
4650
4904
  "github": "https://github.com/johannschopplich/nuxt-prepare",
4651
- "website": "https://nuxt-prepare.jhnn.dev",
4905
+ "website": "https://nuxt-prepare.byjohann.dev",
4652
4906
  "learn_more": "",
4653
4907
  "category": "Devtools",
4654
4908
  "type": "3rd-party",
@@ -5048,7 +5302,7 @@
5048
5302
  "icon": "robots.png",
5049
5303
  "github": "https://github.com/nuxt-modules/robots",
5050
5304
  "website": "https://github.com/nuxt-modules/robots",
5051
- "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
5305
+ "learn_more": "",
5052
5306
  "category": "SEO",
5053
5307
  "type": "community",
5054
5308
  "maintainers": [
@@ -5066,23 +5320,23 @@
5066
5320
  },
5067
5321
  {
5068
5322
  "name": "rollbar",
5069
- "description": "Add Rollbar.js to your Nuxt app to automatically capture and report errors in your applications.",
5070
- "repo": "gaelreyrol/nuxt-rollbar-module",
5071
- "npm": "nuxt-rollbar-module",
5323
+ "description": "Nuxt 3 module to integrate Rollbar.",
5324
+ "repo": "jairoblatt/nuxt-rollbar",
5325
+ "npm": "nuxt-rollbar",
5072
5326
  "icon": "rollbar.png",
5073
- "github": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5074
- "website": "https://github.com/gaelreyrol/nuxt-rollbar-module",
5327
+ "github": "https://github.com/jairoblatt/nuxt-rollbar",
5328
+ "website": "https://github.com/jairoblatt/nuxt-rollbar",
5075
5329
  "learn_more": "https://docs.rollbar.com/docs/javascript",
5076
5330
  "category": "Monitoring",
5077
5331
  "type": "3rd-party",
5078
5332
  "maintainers": [
5079
5333
  {
5080
- "name": "Gaël Reyrol",
5081
- "github": "gaelreyrol"
5334
+ "name": "Jairo Blatt",
5335
+ "github": "jairoblatt"
5082
5336
  }
5083
5337
  ],
5084
5338
  "compatibility": {
5085
- "nuxt": "^2.0.0",
5339
+ "nuxt": "^3.0.0",
5086
5340
  "requires": {}
5087
5341
  }
5088
5342
  },
@@ -5159,7 +5413,7 @@
5159
5413
  },
5160
5414
  {
5161
5415
  "name": "schema-org",
5162
- "description": "Schema.org for Nuxt.",
5416
+ "description": "Quick and easy Schema.org graphs.",
5163
5417
  "repo": "harlan-zw/nuxt-schema-org",
5164
5418
  "npm": "nuxt-schema-org",
5165
5419
  "icon": "schema-org.svg",
@@ -5234,7 +5488,7 @@
5234
5488
  "icon": "segment.png",
5235
5489
  "github": "https://github.com/dansmaculotte/nuxt-segment",
5236
5490
  "website": "https://github.com/dansmaculotte/nuxt-segment",
5237
- "learn_more": "https://segment.com/docs/connections/sources/catalog/Libraries/website/javascript/",
5491
+ "learn_more": "",
5238
5492
  "category": "Analytics",
5239
5493
  "type": "3rd-party",
5240
5494
  "maintainers": [
@@ -5272,7 +5526,7 @@
5272
5526
  },
5273
5527
  {
5274
5528
  "name": "seo-experiments",
5275
- "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
5529
+ "description": "Powerful SEO DX improvements.",
5276
5530
  "repo": "harlan-zw/nuxt-seo-experiments",
5277
5531
  "npm": "nuxt-seo-experiments",
5278
5532
  "icon": "seo-experiments.svg",
@@ -5294,28 +5548,6 @@
5294
5548
  "requires": {}
5295
5549
  }
5296
5550
  },
5297
- {
5298
- "name": "seo-kit",
5299
- "description": "The complete SEO solution for Nuxt.",
5300
- "repo": "harlan-zw/nuxt-seo-kit#main/layer",
5301
- "npm": "nuxt-seo-kit",
5302
- "icon": "seo-kit.svg",
5303
- "github": "https://github.com/harlan-zw/nuxt-seo-kit",
5304
- "website": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5305
- "learn_more": "",
5306
- "category": "SEO",
5307
- "type": "3rd-party",
5308
- "maintainers": [
5309
- {
5310
- "name": "harlan-zw",
5311
- "github": "harlan-zw"
5312
- }
5313
- ],
5314
- "compatibility": {
5315
- "nuxt": "^3.0.0",
5316
- "requires": {}
5317
- }
5318
- },
5319
5551
  {
5320
5552
  "name": "seo-meta",
5321
5553
  "description": "Simple generate seo metadata",
@@ -5339,6 +5571,28 @@
5339
5571
  "requires": {}
5340
5572
  }
5341
5573
  },
5574
+ {
5575
+ "name": "seo",
5576
+ "description": "The complete SEO solution for Nuxt.",
5577
+ "repo": "harlan-zw/nuxt-seo",
5578
+ "npm": "@nuxtjs/seo",
5579
+ "icon": "nuxt.svg",
5580
+ "github": "https://github.com/harlan-zw/nuxt-seo",
5581
+ "website": "https://nuxtseo.com/",
5582
+ "learn_more": "https://nuxtseo.com/nuxt-seo/getting-started/installation",
5583
+ "category": "SEO",
5584
+ "type": "3rd-party",
5585
+ "maintainers": [
5586
+ {
5587
+ "name": "harlan-zw",
5588
+ "github": "harlan-zw"
5589
+ }
5590
+ ],
5591
+ "compatibility": {
5592
+ "nuxt": "^3.0.0",
5593
+ "requires": {}
5594
+ }
5595
+ },
5342
5596
  {
5343
5597
  "name": "seomatic-meta",
5344
5598
  "description": "A Nuxt module connecting Nuxt to the Craft CMS SEOmatic plugin",
@@ -5387,7 +5641,7 @@
5387
5641
  {
5388
5642
  "name": "server-block",
5389
5643
  "description": "Use <server> tags in your Nuxt pages components.",
5390
- "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
5644
+ "repo": "Hebilicious/server-block-nuxt#main/packages/server-block-nuxt",
5391
5645
  "npm": "@hebilicious/server-block-nuxt",
5392
5646
  "icon": "server-block.svg",
5393
5647
  "github": "https://github.com/Hebilicious/server-block-nuxt",
@@ -5522,41 +5776,23 @@
5522
5776
  }
5523
5777
  },
5524
5778
  {
5525
- "name": "simple-sitemap",
5779
+ "name": "sitemap",
5526
5780
  "description": "Powerfully flexible XML Sitemaps that integrate seamlessly.",
5527
- "repo": "harlan-zw/nuxt-simple-sitemap",
5528
- "npm": "nuxt-simple-sitemap",
5781
+ "repo": "nuxt-modules/sitemap",
5782
+ "npm": "@nuxtjs/sitemap",
5529
5783
  "icon": "simple-sitemap.svg",
5530
- "github": "https://github.com/harlan-zw/nuxt-simple-sitemap",
5531
- "website": "https://nuxtseo.com/simple-sitemap",
5532
- "learn_more": "https://nuxtseo.com/simple-sitemap",
5784
+ "github": "https://github.com/nuxt-modules/sitemap",
5785
+ "website": "https://nuxtseo.com/",
5786
+ "learn_more": "https://nuxtseo.com/sitemap",
5533
5787
  "category": "SEO",
5534
- "type": "3rd-party",
5788
+ "type": "community",
5535
5789
  "maintainers": [
5536
5790
  {
5537
5791
  "name": "Harlan Wilton",
5538
5792
  "github": "harlan-zw",
5539
5793
  "twitter": "harlan_zw",
5540
5794
  "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
5541
- }
5542
- ],
5543
- "compatibility": {
5544
- "nuxt": "^3.0.0",
5545
- "requires": {}
5546
- }
5547
- },
5548
- {
5549
- "name": "sitemap",
5550
- "description": "Automatically generate or serve dynamic sitemap.xml for Nuxt projects",
5551
- "repo": "nuxt-community/sitemap-module#dev",
5552
- "npm": "@nuxtjs/sitemap",
5553
- "icon": "",
5554
- "github": "https://github.com/nuxt-community/sitemap-module#dev",
5555
- "website": "https://sitemap.nuxtjs.org",
5556
- "learn_more": "",
5557
- "category": "SEO",
5558
- "type": "community",
5559
- "maintainers": [
5795
+ },
5560
5796
  {
5561
5797
  "name": "Nicolas PENNEC",
5562
5798
  "github": "NicoPennec",
@@ -5564,7 +5800,7 @@
5564
5800
  }
5565
5801
  ],
5566
5802
  "compatibility": {
5567
- "nuxt": "^2.0.0",
5803
+ "nuxt": "^3.0.0",
5568
5804
  "requires": {}
5569
5805
  }
5570
5806
  },
@@ -5804,7 +6040,7 @@
5804
6040
  {
5805
6041
  "name": "storyblok",
5806
6042
  "description": "Storyblok Nuxt module",
5807
- "repo": "storyblok/storyblok-nuxt#master/lib",
6043
+ "repo": "storyblok/storyblok-nuxt#main",
5808
6044
  "npm": "@storyblok/nuxt",
5809
6045
  "icon": "storyblok.png",
5810
6046
  "github": "https://github.com/storyblok/storyblok-nuxt",
@@ -6267,6 +6503,28 @@
6267
6503
  "requires": {}
6268
6504
  }
6269
6505
  },
6506
+ {
6507
+ "name": "tiptap",
6508
+ "description": "Essentials to Quickly Integrate TipTap Editor into your Nuxt App",
6509
+ "repo": "modbender/nuxt-tiptap-editor",
6510
+ "npm": "nuxt-tiptap-editor",
6511
+ "icon": "tiptap.png",
6512
+ "github": "https://github.com/modbender/nuxt-tiptap-editor",
6513
+ "website": "https://github.com/modbender/nuxt-tiptap-editor",
6514
+ "learn_more": "https://github.com/modbender/nuxt-tiptap-editor",
6515
+ "category": "Libraries",
6516
+ "type": "3rd-party",
6517
+ "maintainers": [
6518
+ {
6519
+ "name": "modbender",
6520
+ "github": "modbender"
6521
+ }
6522
+ ],
6523
+ "compatibility": {
6524
+ "nuxt": "^3.0.0",
6525
+ "requires": {}
6526
+ }
6527
+ },
6270
6528
  {
6271
6529
  "name": "toast",
6272
6530
  "description": "Responsive Touch Compatible Toast plugin for Nuxt using vue-toasted",
@@ -6290,6 +6548,28 @@
6290
6548
  "requires": {}
6291
6549
  }
6292
6550
  },
6551
+ {
6552
+ "name": "translation-manager",
6553
+ "description": "Simple and easy to use translation manager for Nuxt and Nuxt-i18n that allows translation management from a single CSV file.",
6554
+ "repo": "samk-dev/nuxt-translation-manager",
6555
+ "npm": "nuxt-translation-manager",
6556
+ "icon": "translation-manager.png",
6557
+ "github": "https://github.com/samk-dev/nuxt-translation-manager",
6558
+ "website": "https://github.com/samk-dev/nuxt-translation-manager",
6559
+ "learn_more": "",
6560
+ "category": "Extensions",
6561
+ "type": "3rd-party",
6562
+ "maintainers": [
6563
+ {
6564
+ "name": "Sam K",
6565
+ "github": "samk-dev"
6566
+ }
6567
+ ],
6568
+ "compatibility": {
6569
+ "nuxt": "^3.0.0",
6570
+ "requires": {}
6571
+ }
6572
+ },
6293
6573
  {
6294
6574
  "name": "tresjs",
6295
6575
  "description": "Create 3D experiences in your Nuxt application using TresJS.",
@@ -6619,28 +6899,6 @@
6619
6899
  }
6620
6900
  }
6621
6901
  },
6622
- {
6623
- "name": "unhead",
6624
- "description": "Experimental features for Nuxt SEO / head management.",
6625
- "repo": "harlan-zw/nuxt-seo-experiments",
6626
- "npm": "nuxt-seo-experiments",
6627
- "icon": "",
6628
- "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
6629
- "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
6630
- "learn_more": "",
6631
- "category": "SEO",
6632
- "type": "3rd-party",
6633
- "maintainers": [
6634
- {
6635
- "name": "harlan-zw",
6636
- "github": "harlan-zw"
6637
- }
6638
- ],
6639
- "compatibility": {
6640
- "nuxt": "^3.0.0",
6641
- "requires": {}
6642
- }
6643
- },
6644
6902
  {
6645
6903
  "name": "universal-storage",
6646
6904
  "description": "Universal Storage Utilities for Nuxt",
@@ -6672,7 +6930,7 @@
6672
6930
  {
6673
6931
  "name": "unlazy",
6674
6932
  "description": "Lazy loading library for placeholder images",
6675
- "repo": "johannschopplich/unlazy/packages/nuxt",
6933
+ "repo": "johannschopplich/unlazy#main/packages/nuxt",
6676
6934
  "npm": "@unlazy/nuxt",
6677
6935
  "icon": "unlazy.svg",
6678
6936
  "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
@@ -6821,7 +7079,7 @@
6821
7079
  "icon": "vee-validate.png",
6822
7080
  "github": "https://github.com/lewyuburi/nuxt-validate",
6823
7081
  "website": "https://github.com/lewyuburi/nuxt-validate",
6824
- "learn_more": "https://logaretm.github.io/vee-validate/",
7082
+ "learn_more": "",
6825
7083
  "category": "Libraries",
6826
7084
  "type": "3rd-party",
6827
7085
  "maintainers": [
@@ -7053,12 +7311,12 @@
7053
7311
  {
7054
7312
  "name": "vue-email",
7055
7313
  "description": "💌 Write email templates with vue",
7056
- "repo": "Dave136/vue-email#main/packages/vue-email",
7057
- "npm": "vue-email",
7314
+ "repo": "vue-email/nuxt",
7315
+ "npm": "@vue-email/nuxt",
7058
7316
  "icon": "vue-email.svg",
7059
- "github": "https://github.com/Dave136/vue-email",
7060
- "website": "https://www.vuemail.net/",
7061
- "learn_more": "https://vue-email.vercel.app/getting-started",
7317
+ "github": "https://github.com/vue-email/nuxt",
7318
+ "website": "https://vuemail.net/",
7319
+ "learn_more": "https://vuemail.net/ssr/nuxt",
7062
7320
  "category": "UI",
7063
7321
  "type": "3rd-party",
7064
7322
  "maintainers": [
@@ -7084,7 +7342,7 @@
7084
7342
  {
7085
7343
  "name": "vue-final-modal",
7086
7344
  "description": "The most powerful yet most light-weight modal library for Vue 3.",
7087
- "repo": "vue-final/vue-final-modal",
7345
+ "repo": "vue-final/vue-final-modal#master/packages/nuxt",
7088
7346
  "npm": "@vue-final-modal/nuxt",
7089
7347
  "icon": "vue-final-modal.svg",
7090
7348
  "github": "https://github.com/vue-final/vue-final-modal",
@@ -7199,7 +7457,7 @@
7199
7457
  {
7200
7458
  "name": "vue-query",
7201
7459
  "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
7202
- "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
7460
+ "repo": "Hebilicious/vue-query-nuxt#main/packages/vue-query-nuxt",
7203
7461
  "npm": "@hebilicious/vue-query-nuxt",
7204
7462
  "icon": "vue-query.svg",
7205
7463
  "github": "https://github.com/Hebilicious/vue-query-nuxt",
@@ -7296,7 +7554,7 @@
7296
7554
  "npm": "vue3-carousel-nuxt",
7297
7555
  "icon": "",
7298
7556
  "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7299
- "website": "",
7557
+ "website": "https://github.com/gaetansenn/vue3-carousel-nuxt",
7300
7558
  "learn_more": "",
7301
7559
  "category": "UI",
7302
7560
  "type": "3rd-party",
@@ -7315,7 +7573,7 @@
7315
7573
  {
7316
7574
  "name": "vuefire",
7317
7575
  "description": "Idiomatic composables for the Firebase SDK",
7318
- "repo": "vuejs/vuefire/packages/nuxt",
7576
+ "repo": "vuejs/vuefire#main/packages/nuxt",
7319
7577
  "npm": "nuxt-vuefire",
7320
7578
  "icon": "vuefire.svg",
7321
7579
  "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
@@ -7337,7 +7595,7 @@
7337
7595
  {
7338
7596
  "name": "vueform-builder",
7339
7597
  "description": "Official Vueform Builder module for Nuxt",
7340
- "repo": "vueform/builder-nuxt",
7598
+ "repo": "vueform/builder#main/nuxt",
7341
7599
  "npm": "@vueform/builder-nuxt",
7342
7600
  "icon": "vueform.svg",
7343
7601
  "github": "https://github.com/vueform/builder",
@@ -7360,7 +7618,7 @@
7360
7618
  {
7361
7619
  "name": "vueform",
7362
7620
  "description": "Official Vueform module for Nuxt",
7363
- "repo": "vueform/nuxt",
7621
+ "repo": "vueform/vueform#main/nuxt",
7364
7622
  "npm": "@vueform/nuxt",
7365
7623
  "icon": "vueform.svg",
7366
7624
  "github": "https://github.com/vueform/vueform",
@@ -7387,8 +7645,8 @@
7387
7645
  "npm": "@vuestic/nuxt",
7388
7646
  "icon": "vuestic.png",
7389
7647
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
7390
- "website": "https://vuestic.dev",
7391
- "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
7648
+ "website": "https://ui.vuestic.dev",
7649
+ "learn_more": "https://ui.vuestic.dev/getting-started/nuxt",
7392
7650
  "category": "UI",
7393
7651
  "type": "3rd-party",
7394
7652
  "maintainers": [
@@ -7409,8 +7667,8 @@
7409
7667
  "npm": "vuetify-nuxt-module",
7410
7668
  "icon": "vuetify-logo-v3-dark.svg",
7411
7669
  "github": "https://github.com/userquin/vuetify-nuxt-module",
7412
- "website": "https://github.com/userquin/vuetify-nuxt-module",
7413
- "learn_more": "https://vuetify-nuxt-module.netlify.app/",
7670
+ "website": "https://vuetify-nuxt-module.netlify.app/",
7671
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/blob/main/README.md",
7414
7672
  "category": "UI",
7415
7673
  "type": "3rd-party",
7416
7674
  "maintainers": [
@@ -7655,7 +7913,7 @@
7655
7913
  "icon": "webpack.png",
7656
7914
  "github": "https://github.com/nuxt-community/webpackmonitor-module",
7657
7915
  "website": "https://github.com/nuxt-community/webpackmonitor-module",
7658
- "learn_more": "http://webpackmonitor.com/",
7916
+ "learn_more": "",
7659
7917
  "category": "Devtools",
7660
7918
  "type": "community",
7661
7919
  "maintainers": [
@@ -7721,11 +7979,11 @@
7721
7979
  {
7722
7980
  "name": "windicss",
7723
7981
  "description": "Next generation utility-first CSS framework.",
7724
- "repo": "windicss/nuxt-windicss-module#main/packages/nuxt-windicss",
7982
+ "repo": "windicss/nuxt-windicss#main/packages/nuxt-windicss",
7725
7983
  "npm": "nuxt-windicss",
7726
7984
  "icon": "windicss.svg",
7727
- "github": "https://github.com/windicss/nuxt-windicss-module",
7728
- "website": "https://github.com/windicss/nuxt-windicss-module",
7985
+ "github": "https://github.com/windicss/nuxt-windicss",
7986
+ "website": "https://github.com/windicss/nuxt-windicss",
7729
7987
  "learn_more": "https://windicss.org/",
7730
7988
  "category": "UI",
7731
7989
  "type": "3rd-party",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-8bfb58",
3
+ "version": "0.6.0-8f2f0c",
4
4
  "license": "MIT",
5
5
  "repository": "nuxt/modules",
6
6
  "homepage": "https://nuxt.com/modules",
@@ -29,6 +29,7 @@
29
29
  "jiti": "^1.20.0",
30
30
  "js-yaml": "^4.1.0",
31
31
  "ofetch": "^1.3.3",
32
+ "std-env": "^3.7.0",
32
33
  "typescript": "^5.2.2"
33
34
  },
34
35
  "packageManager": "pnpm@8.7.4"