@nuxt/modules 0.5.0-02d213 → 0.5.0-05c502

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 +272 -37
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -52,10 +52,10 @@
52
52
  {
53
53
  "name": "algolia",
54
54
  "description": "Algolia Search Module for Nuxt 3",
55
- "repo": "nuxt-community/algolia-module",
55
+ "repo": "nuxt-modules/algolia",
56
56
  "npm": "@nuxtjs/algolia",
57
57
  "icon": "algolia.svg",
58
- "github": "https://github.com/nuxt-community/algolia-module",
58
+ "github": "https://github.com/nuxt-modules/algolia",
59
59
  "website": "https://algolia.nuxtjs.org/",
60
60
  "learn_more": "https://algolia.nuxtjs.org/",
61
61
  "category": "Libraries",
@@ -1437,7 +1437,7 @@
1437
1437
  "name": "graphql-client",
1438
1438
  "description": "Minimal GraphQL Client + Code Generation for Nuxt. Auto imports GraphQL Operations for easy execution.",
1439
1439
  "repo": "diizzayy/nuxt-graphql-client",
1440
- "npm": "",
1440
+ "npm": "nuxt-graphql-client",
1441
1441
  "icon": "graphql-client.svg",
1442
1442
  "github": "https://github.com/diizzayy/nuxt-graphql-client",
1443
1443
  "website": "https://github.com/diizzayy/nuxt-graphql-client",
@@ -1525,11 +1525,11 @@
1525
1525
  {
1526
1526
  "name": "harlem",
1527
1527
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
1528
- "repo": "nuxt-community/harlem-module",
1528
+ "repo": "nuxt-modules/harlem",
1529
1529
  "npm": "@nuxtjs/harlem",
1530
1530
  "icon": "harlem.svg",
1531
- "github": "https://github.com/nuxt-community/harlem-module",
1532
- "website": "https://github.com/nuxt-community/harlem-module",
1531
+ "github": "https://github.com/nuxt-modules/harlem",
1532
+ "website": "https://github.com/nuxt-modules/harlem",
1533
1533
  "learn_more": "https://harlemjs.com/",
1534
1534
  "category": "Extensions",
1535
1535
  "type": "community",
@@ -1659,10 +1659,10 @@
1659
1659
  {
1660
1660
  "name": "html-validator",
1661
1661
  "description": "Automatically validate Nuxt server-rendered HTML html",
1662
- "repo": "nuxt-community/html-validator-module",
1662
+ "repo": "nuxt-modules/html-validator",
1663
1663
  "npm": "@nuxtjs/html-validator",
1664
1664
  "icon": "html-validator.png",
1665
- "github": "https://github.com/nuxt-community/html-validator-module",
1665
+ "github": "https://github.com/nuxt-modules/html-validator",
1666
1666
  "website": "https://html-validator.nuxtjs.org",
1667
1667
  "learn_more": "https://html-validate.org",
1668
1668
  "category": "Performance",
@@ -1675,8 +1675,10 @@
1675
1675
  }
1676
1676
  ],
1677
1677
  "compatibility": {
1678
- "nuxt": "^2.0.0",
1679
- "requires": {}
1678
+ "nuxt": "^2.0.0 || ^3.0.0",
1679
+ "requires": {
1680
+ "bridge": "optional"
1681
+ }
1680
1682
  }
1681
1683
  },
1682
1684
  {
@@ -1756,6 +1758,28 @@
1756
1758
  "requires": {}
1757
1759
  }
1758
1760
  },
1761
+ {
1762
+ "name": "icon",
1763
+ "description": "",
1764
+ "repo": "nuxt-modules/icon",
1765
+ "npm": "nuxt-icon",
1766
+ "icon": "nuxt-icon.png",
1767
+ "github": "https://github.com/nuxt-modules/icon",
1768
+ "website": "https://github.com/nuxt-modules/icon",
1769
+ "learn_more": "",
1770
+ "category": "UI",
1771
+ "type": "community",
1772
+ "maintainers": [
1773
+ {
1774
+ "name": "Atinux",
1775
+ "github": "Atinux"
1776
+ }
1777
+ ],
1778
+ "compatibility": {
1779
+ "nuxt": "^3.0.0",
1780
+ "requires": {}
1781
+ }
1782
+ },
1759
1783
  {
1760
1784
  "name": "icons",
1761
1785
  "description": "Use your own automatically imported SVG icons.",
@@ -1829,7 +1853,7 @@
1829
1853
  }
1830
1854
  ],
1831
1855
  "compatibility": {
1832
- "nuxt": "^2.0.0",
1856
+ "nuxt": "^2.0.0 || ^3.0.0",
1833
1857
  "requires": {
1834
1858
  "bridge": "optional"
1835
1859
  }
@@ -1907,14 +1931,14 @@
1907
1931
  {
1908
1932
  "name": "ionic",
1909
1933
  "description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
1910
- "repo": "danielroe/nuxt-ionic",
1911
- "npm": "nuxt-ionic",
1934
+ "repo": "nuxt-modules/ionic",
1935
+ "npm": "@nuxtjs/ionic",
1912
1936
  "icon": "ionic.svg",
1913
- "github": "https://github.com/danielroe/nuxt-ionic",
1914
- "website": "https://ionic.roe.dev",
1937
+ "github": "https://github.com/nuxt-modules/ionic",
1938
+ "website": "https://ionic.nuxtjs.org",
1915
1939
  "learn_more": "https://ionicframework.com",
1916
1940
  "category": "Libraries",
1917
- "type": "3rd-party",
1941
+ "type": "community",
1918
1942
  "maintainers": [
1919
1943
  {
1920
1944
  "name": "Daniel Roe",
@@ -2572,6 +2596,28 @@
2572
2596
  }
2573
2597
  }
2574
2598
  },
2599
+ {
2600
+ "name": "nuxt-monaco-editor",
2601
+ "description": "Integrate monaco-editor with Nuxt",
2602
+ "repo": "e-chan1007/nuxt-monaco-editor",
2603
+ "npm": "nuxt-monaco-editor",
2604
+ "icon": "",
2605
+ "github": "https://github.com/e-chan1007/nuxt-monaco-editor",
2606
+ "website": "https://github.com/e-chan1007/nuxt-monaco-editor",
2607
+ "learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
2608
+ "category": "Libraries",
2609
+ "type": "3rd-party",
2610
+ "maintainers": [
2611
+ {
2612
+ "name": "e-chan1007",
2613
+ "github": "e-chan1007"
2614
+ }
2615
+ ],
2616
+ "compatibility": {
2617
+ "nuxt": "^3.0.0",
2618
+ "requires": {}
2619
+ }
2620
+ },
2575
2621
  {
2576
2622
  "name": "nuxt-pino-log",
2577
2623
  "description": "Structured logs for nuxt apps using pino",
@@ -2641,6 +2687,50 @@
2641
2687
  "requires": {}
2642
2688
  }
2643
2689
  },
2690
+ {
2691
+ "name": "nuxt-svgo",
2692
+ "description": "Nuxt module to load optimized SVG files as Vue components",
2693
+ "repo": "cpsoinos/nuxt-svgo",
2694
+ "npm": "nuxt-svgo",
2695
+ "icon": "",
2696
+ "github": "https://github.com/cpsoinos/nuxt-svgo",
2697
+ "website": "https://github.com/cpsoinos/nuxt-svgo",
2698
+ "learn_more": "",
2699
+ "category": "Images",
2700
+ "type": "3rd-party",
2701
+ "maintainers": [
2702
+ {
2703
+ "name": "cpsoinos",
2704
+ "github": "cpsoinos"
2705
+ }
2706
+ ],
2707
+ "compatibility": {
2708
+ "nuxt": "^3.0.0",
2709
+ "requires": {}
2710
+ }
2711
+ },
2712
+ {
2713
+ "name": "nuxt-unleash",
2714
+ "description": "Nuxt.js module to use Unleash toggle feature services",
2715
+ "repo": "conejerock/nuxt-unleash",
2716
+ "npm": "nuxt-unleash",
2717
+ "icon": "nuxt-unleash.svg",
2718
+ "github": "https://github.com/conejerock/nuxt-unleash",
2719
+ "website": "https://github.com/conejerock/nuxt-unleash",
2720
+ "learn_more": "https://github.com/Unleash/unleash",
2721
+ "category": "Deployment",
2722
+ "type": "3rd-party",
2723
+ "maintainers": [
2724
+ {
2725
+ "name": "Juanjo Conejerock",
2726
+ "github": "conejerock"
2727
+ }
2728
+ ],
2729
+ "compatibility": {
2730
+ "nuxt": "^2.0.0",
2731
+ "requires": {}
2732
+ }
2733
+ },
2644
2734
  {
2645
2735
  "name": "nuxt-use-motion",
2646
2736
  "description": "A Nuxt module putting your components in motion",
@@ -2823,11 +2913,11 @@
2823
2913
  {
2824
2914
  "name": "partytown",
2825
2915
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
2826
- "repo": "nuxt-community/partytown-module",
2916
+ "repo": "nuxt-modules/partytown",
2827
2917
  "npm": "@nuxtjs/partytown",
2828
2918
  "icon": "partytown.svg",
2829
- "github": "https://github.com/nuxt-community/partytown-module",
2830
- "website": "https://github.com/nuxt-community/partytown-module",
2919
+ "github": "https://github.com/nuxt-modules/partytown",
2920
+ "website": "https://github.com/nuxt-modules/partytown",
2831
2921
  "learn_more": "https://partytown.builder.io/",
2832
2922
  "category": "Performance",
2833
2923
  "type": "community",
@@ -2941,28 +3031,19 @@
2941
3031
  {
2942
3032
  "name": "prismic",
2943
3033
  "description": "Easily connect your Nuxt.js application to your content hosted on Prismic",
2944
- "repo": "nuxt-community/prismic-module",
3034
+ "repo": "nuxt-modules/prismic",
2945
3035
  "npm": "@nuxtjs/prismic",
2946
3036
  "icon": "prismic.png",
2947
- "github": "https://github.com/nuxt-community/prismic-module",
3037
+ "github": "https://github.com/nuxt-modules/prismic",
2948
3038
  "website": "https://prismic.nuxtjs.org",
2949
- "learn_more": "https://prismic.io/",
3039
+ "learn_more": "https://prismic.io",
2950
3040
  "category": "CMS",
2951
3041
  "type": "community",
2952
3042
  "maintainers": [
2953
- {
2954
- "name": "Sébastien Chopin",
2955
- "github": "Atinux",
2956
- "twitter": "Atinux"
2957
- },
2958
3043
  {
2959
3044
  "name": "lihbr",
2960
3045
  "github": "lihbr",
2961
3046
  "twitter": "li_hbr"
2962
- },
2963
- {
2964
- "name": "James Pegg",
2965
- "github": "jamespegg"
2966
3047
  }
2967
3048
  ],
2968
3049
  "compatibility": {
@@ -3041,7 +3122,7 @@
3041
3122
  {
3042
3123
  "name": "purgecss",
3043
3124
  "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
3044
- "repo": "Developmint/nuxt-purgecss",
3125
+ "repo": "Developmint/nuxt-purgecss#main",
3045
3126
  "npm": "nuxt-purgecss",
3046
3127
  "icon": "purgecss.png",
3047
3128
  "github": "https://github.com/Developmint/nuxt-purgecss",
@@ -3056,7 +3137,7 @@
3056
3137
  }
3057
3138
  ],
3058
3139
  "compatibility": {
3059
- "nuxt": "^2.0.0",
3140
+ "nuxt": "^2.0.0 || ^3.0.0",
3060
3141
  "requires": {}
3061
3142
  }
3062
3143
  },
@@ -3192,8 +3273,10 @@
3192
3273
  }
3193
3274
  ],
3194
3275
  "compatibility": {
3195
- "nuxt": "^2.0.0",
3196
- "requires": {}
3276
+ "nuxt": "^2.0.0 || ^3.0.0",
3277
+ "requires": {
3278
+ "bridge": "optional"
3279
+ }
3197
3280
  }
3198
3281
  },
3199
3282
  {
@@ -3267,10 +3350,10 @@
3267
3350
  {
3268
3351
  "name": "sanity",
3269
3352
  "description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
3270
- "repo": "nuxt-community/sanity-module#main",
3353
+ "repo": "nuxt-modules/sanity#main",
3271
3354
  "npm": "@nuxtjs/sanity",
3272
3355
  "icon": "sanity.png",
3273
- "github": "https://github.com/nuxt-community/sanity-module#main",
3356
+ "github": "https://github.com/nuxt-modules/sanity#main",
3274
3357
  "website": "https://sanity.nuxtjs.org",
3275
3358
  "learn_more": "https://www.sanity.io/",
3276
3359
  "category": "CMS",
@@ -3447,6 +3530,29 @@
3447
3530
  "requires": {}
3448
3531
  }
3449
3532
  },
3533
+ {
3534
+ "name": "session",
3535
+ "description": "Session middleware to persist data across multiple requests, supports many backends via unjs/unstorage: memory, redis, fs, ...",
3536
+ "repo": "sidebase/nuxt-session",
3537
+ "npm": "@sidebase/nuxt-session",
3538
+ "icon": "session.png",
3539
+ "github": "https://github.com/sidebase/nuxt-session",
3540
+ "website": "https://github.com/sidebase/nuxt-session",
3541
+ "learn_more": "https://github.com/sidebase",
3542
+ "category": "Security",
3543
+ "type": "3rd-party",
3544
+ "maintainers": [
3545
+ {
3546
+ "name": "sidebase",
3547
+ "github": "sidebase",
3548
+ "twitter": "sidebase_io"
3549
+ }
3550
+ ],
3551
+ "compatibility": {
3552
+ "nuxt": "^3.0.0",
3553
+ "requires": {}
3554
+ }
3555
+ },
3450
3556
  {
3451
3557
  "name": "shopify",
3452
3558
  "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
@@ -4066,6 +4172,31 @@
4066
4172
  "requires": {}
4067
4173
  }
4068
4174
  },
4175
+ {
4176
+ "name": "turnstile",
4177
+ "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
4178
+ "repo": "danielroe/nuxt-turnstile",
4179
+ "npm": "nuxt-turnstile",
4180
+ "icon": "cloudflare.svg",
4181
+ "github": "https://github.com/danielroe/nuxt-turnstile",
4182
+ "website": "https://github.com/danielroe/nuxt-turnstile",
4183
+ "learn_more": "https://www.cloudflare.com/products/turnstile/",
4184
+ "category": "Security",
4185
+ "type": "3rd-party",
4186
+ "maintainers": [
4187
+ {
4188
+ "name": "Daniel Roe",
4189
+ "github": "danielroe",
4190
+ "twitter": "danielcroe"
4191
+ }
4192
+ ],
4193
+ "compatibility": {
4194
+ "nuxt": "^2.0.0 || ^3.0.0",
4195
+ "requires": {
4196
+ "bridge": true
4197
+ }
4198
+ }
4199
+ },
4069
4200
  {
4070
4201
  "name": "twa",
4071
4202
  "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
@@ -4090,6 +4221,39 @@
4090
4221
  }
4091
4222
  }
4092
4223
  },
4224
+ {
4225
+ "name": "twicpics",
4226
+ "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
4227
+ "repo": "TwicPics/components",
4228
+ "npm": "@twicpics/components",
4229
+ "icon": "twicpics.svg",
4230
+ "github": "https://github.com/TwicPics/components",
4231
+ "website": "https://www.twicpics.com/docs/components/nuxt-3",
4232
+ "learn_more": "https://www.twicpics.com",
4233
+ "category": "Images",
4234
+ "type": "3rd-party",
4235
+ "maintainers": [
4236
+ {
4237
+ "name": "Florent Bourgeois",
4238
+ "github": "florentb",
4239
+ "twitter": "florent_b"
4240
+ },
4241
+ {
4242
+ "name": "Julian Aubourg",
4243
+ "github": "jaubourg",
4244
+ "twitter": "jaubourg"
4245
+ },
4246
+ {
4247
+ "name": "Miguel Beignon",
4248
+ "github": "mbgspcii",
4249
+ "twitter": "m_beignon"
4250
+ }
4251
+ ],
4252
+ "compatibility": {
4253
+ "nuxt": "^2.0.0 || ^3.0.0",
4254
+ "requires": {}
4255
+ }
4256
+ },
4093
4257
  {
4094
4258
  "name": "typed-router",
4095
4259
  "description": "Provide autocompletion for pages route names generated by Nuxt router",
@@ -4201,6 +4365,30 @@
4201
4365
  "requires": {}
4202
4366
  }
4203
4367
  },
4368
+ {
4369
+ "name": "umami",
4370
+ "description": "Embed the Umami analytics library into Nuxt",
4371
+ "repo": "ijkml/nuxt-umami",
4372
+ "npm": "nuxt-umami",
4373
+ "icon": "umami.svg",
4374
+ "github": "https://github.com/ijkml/nuxt-umami",
4375
+ "website": "https://github.com/ijkml/nuxt-umami",
4376
+ "learn_more": "https://umami.is/docs/",
4377
+ "category": "Analytics",
4378
+ "type": "3rd-party",
4379
+ "maintainers": [
4380
+ {
4381
+ "name": "ML",
4382
+ "github": "ijkml"
4383
+ }
4384
+ ],
4385
+ "compatibility": {
4386
+ "nuxt": "^2.0.0 || ^3.0.0",
4387
+ "requires": {
4388
+ "bridge": "optional"
4389
+ }
4390
+ }
4391
+ },
4204
4392
  {
4205
4393
  "name": "universal-storage",
4206
4394
  "description": "Universal Storage Utilities for Nuxt.js",
@@ -4437,6 +4625,28 @@
4437
4625
  "requires": {}
4438
4626
  }
4439
4627
  },
4628
+ {
4629
+ "name": "vuestic",
4630
+ "description": "Vuestic UI module for Nuxt 3",
4631
+ "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
4632
+ "npm": "@vuestic/nuxt",
4633
+ "icon": "",
4634
+ "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
4635
+ "website": "https://vuestic.dev",
4636
+ "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
4637
+ "category": "UI",
4638
+ "type": "3rd-party",
4639
+ "maintainers": [
4640
+ {
4641
+ "name": "epicmaxco",
4642
+ "github": "epicmaxco"
4643
+ }
4644
+ ],
4645
+ "compatibility": {
4646
+ "nuxt": "^3.0.0",
4647
+ "requires": {}
4648
+ }
4649
+ },
4440
4650
  {
4441
4651
  "name": "vuetify",
4442
4652
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
@@ -4778,6 +4988,31 @@
4778
4988
  "requires": {}
4779
4989
  }
4780
4990
  },
4991
+ {
4992
+ "name": "xstate",
4993
+ "description": "XState integration for Nuxt",
4994
+ "repo": "Lexpeartha/nuxt-xstate",
4995
+ "npm": "nuxt-xstate",
4996
+ "icon": "xstate.svg",
4997
+ "github": "https://github.com/Lexpeartha/nuxt-xstate",
4998
+ "website": "https://nuxt-xstate.lexpeartha.com",
4999
+ "learn_more": "https://xstate.js.org/",
5000
+ "category": "Extensions",
5001
+ "type": "3rd-party",
5002
+ "maintainers": [
5003
+ {
5004
+ "name": "Lexpeartha",
5005
+ "github": "Lexpeartha",
5006
+ "twitter": "lexpeartha"
5007
+ }
5008
+ ],
5009
+ "compatibility": {
5010
+ "nuxt": "^2.0.0 || ^3.0.0",
5011
+ "requires": {
5012
+ "bridge": true
5013
+ }
5014
+ }
5015
+ },
4781
5016
  {
4782
5017
  "name": "xui",
4783
5018
  "description": "Light module to help design websites with Nuxt.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.5.0-02d213",
3
+ "version": "0.5.0-05c502",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json"
6
6
  }