@nuxt/modules 0.5.0-09cb3a → 0.5.0-12176b

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 +263 -21
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -833,6 +833,29 @@
833
833
  "requires": {}
834
834
  }
835
835
  },
836
+ {
837
+ "name": "delay-hydration",
838
+ "description": "Improve your Nuxt.js v2 Google Lighthouse score by delaying hydration.",
839
+ "repo": "harlan-zw/nuxt-delay-hydration#main/packages/nuxt-delay-hydration",
840
+ "npm": "nuxt-delay-hydration",
841
+ "icon": "lighthouse.svg",
842
+ "github": "https://github.com/harlan-zw/nuxt-delay-hydration",
843
+ "website": "https://github.com/harlan-zw/nuxt-delay-hydration",
844
+ "learn_more": "",
845
+ "category": "Performance",
846
+ "type": "3rd-party",
847
+ "maintainers": [
848
+ {
849
+ "name": "Harlan Wilton",
850
+ "github": "harlan-zw",
851
+ "twitter": "harlan_zw"
852
+ }
853
+ ],
854
+ "compatibility": {
855
+ "nuxt": "^2.0.0",
856
+ "requires": {}
857
+ }
858
+ },
836
859
  {
837
860
  "name": "device",
838
861
  "description": "Device detection module for Nuxt.js",
@@ -1345,8 +1368,10 @@
1345
1368
  }
1346
1369
  ],
1347
1370
  "compatibility": {
1348
- "nuxt": "^2.0.0",
1349
- "requires": {}
1371
+ "nuxt": "^2.0.0 || ^3.0.0",
1372
+ "requires": {
1373
+ "bridge": "optional"
1374
+ }
1350
1375
  }
1351
1376
  },
1352
1377
  {
@@ -1500,11 +1525,11 @@
1500
1525
  {
1501
1526
  "name": "harlem",
1502
1527
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
1503
- "repo": "nuxt-community/harlem-module",
1528
+ "repo": "nuxt-modules/harlem",
1504
1529
  "npm": "@nuxtjs/harlem",
1505
1530
  "icon": "harlem.svg",
1506
- "github": "https://github.com/nuxt-community/harlem-module",
1507
- "website": "https://github.com/nuxt-community/harlem-module",
1531
+ "github": "https://github.com/nuxt-modules/harlem",
1532
+ "website": "https://github.com/nuxt-modules/harlem",
1508
1533
  "learn_more": "https://harlemjs.com/",
1509
1534
  "category": "Extensions",
1510
1535
  "type": "community",
@@ -1634,10 +1659,10 @@
1634
1659
  {
1635
1660
  "name": "html-validator",
1636
1661
  "description": "Automatically validate Nuxt server-rendered HTML html",
1637
- "repo": "nuxt-community/html-validator-module",
1662
+ "repo": "nuxt-modules/html-validator",
1638
1663
  "npm": "@nuxtjs/html-validator",
1639
1664
  "icon": "html-validator.png",
1640
- "github": "https://github.com/nuxt-community/html-validator-module",
1665
+ "github": "https://github.com/nuxt-modules/html-validator",
1641
1666
  "website": "https://html-validator.nuxtjs.org",
1642
1667
  "learn_more": "https://html-validate.org",
1643
1668
  "category": "Performance",
@@ -1879,6 +1904,29 @@
1879
1904
  "requires": {}
1880
1905
  }
1881
1906
  },
1907
+ {
1908
+ "name": "ionic",
1909
+ "description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
1910
+ "repo": "danielroe/nuxt-ionic",
1911
+ "npm": "nuxt-ionic",
1912
+ "icon": "ionic.svg",
1913
+ "github": "https://github.com/danielroe/nuxt-ionic",
1914
+ "website": "https://ionic.roe.dev",
1915
+ "learn_more": "https://ionicframework.com",
1916
+ "category": "Libraries",
1917
+ "type": "3rd-party",
1918
+ "maintainers": [
1919
+ {
1920
+ "name": "Daniel Roe",
1921
+ "github": "danielroe",
1922
+ "twitter": "danielcroe"
1923
+ }
1924
+ ],
1925
+ "compatibility": {
1926
+ "nuxt": "^3.0.0",
1927
+ "requires": {}
1928
+ }
1929
+ },
1882
1930
  {
1883
1931
  "name": "jsonapi",
1884
1932
  "description": "Easy JSON:API client integration for Nuxt.js",
@@ -1923,6 +1971,30 @@
1923
1971
  "requires": {}
1924
1972
  }
1925
1973
  },
1974
+ {
1975
+ "name": "kql",
1976
+ "description": "Nuxt 3 module for Kirby's Query Language API",
1977
+ "repo": "johannschopplich/nuxt-kql",
1978
+ "npm": "nuxt-kql",
1979
+ "icon": "kql.svg",
1980
+ "github": "https://github.com/johannschopplich/nuxt-kql",
1981
+ "website": "https://nuxt-kql.jhnn.dev",
1982
+ "learn_more": "",
1983
+ "category": "CMS",
1984
+ "type": "3rd-party",
1985
+ "maintainers": [
1986
+ {
1987
+ "name": "Johann Schopplich",
1988
+ "github": "johannschopplich",
1989
+ "twitter": "jschopplich",
1990
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
1991
+ }
1992
+ ],
1993
+ "compatibility": {
1994
+ "nuxt": "^3.0.0",
1995
+ "requires": {}
1996
+ }
1997
+ },
1926
1998
  {
1927
1999
  "name": "laravel-echo",
1928
2000
  "description": "Laravel Echo for Nuxt.js",
@@ -2128,6 +2200,29 @@
2128
2200
  "requires": {}
2129
2201
  }
2130
2202
  },
2203
+ {
2204
+ "name": "magic-regexp",
2205
+ "description": "A compiled-away, type-safe, readable RegExp alternative",
2206
+ "repo": "danielroe/magic-regexp",
2207
+ "npm": "magic-regexp",
2208
+ "icon": "magic-regexp.svg",
2209
+ "github": "https://github.com/danielroe/magic-regexp",
2210
+ "website": "https://magic-regexp.roe.dev",
2211
+ "learn_more": "https://magic-regexp.roe.dev",
2212
+ "category": "Libraries",
2213
+ "type": "3rd-party",
2214
+ "maintainers": [
2215
+ {
2216
+ "name": "Daniel Roe",
2217
+ "github": "danielroe",
2218
+ "twitter": "danielcroe"
2219
+ }
2220
+ ],
2221
+ "compatibility": {
2222
+ "nuxt": "^3.0.0",
2223
+ "requires": {}
2224
+ }
2225
+ },
2131
2226
  {
2132
2227
  "name": "markdownit",
2133
2228
  "description": "Use Markdown in your Nuxt application with the markdownit-loader",
@@ -2546,6 +2641,50 @@
2546
2641
  "requires": {}
2547
2642
  }
2548
2643
  },
2644
+ {
2645
+ "name": "nuxt-svgo",
2646
+ "description": "Nuxt module to load optimized SVG files as Vue components",
2647
+ "repo": "cpsoinos/nuxt-svgo",
2648
+ "npm": "nuxt-svgo",
2649
+ "icon": "",
2650
+ "github": "https://github.com/cpsoinos/nuxt-svgo",
2651
+ "website": "https://github.com/cpsoinos/nuxt-svgo",
2652
+ "learn_more": "",
2653
+ "category": "Images",
2654
+ "type": "3rd-party",
2655
+ "maintainers": [
2656
+ {
2657
+ "name": "cpsoinos",
2658
+ "github": "cpsoinos"
2659
+ }
2660
+ ],
2661
+ "compatibility": {
2662
+ "nuxt": "^3.0.0",
2663
+ "requires": {}
2664
+ }
2665
+ },
2666
+ {
2667
+ "name": "nuxt-unleash",
2668
+ "description": "Nuxt.js module to use Unleash toggle feature services",
2669
+ "repo": "conejerock/nuxt-unleash",
2670
+ "npm": "nuxt-unleash",
2671
+ "icon": "nuxt-unleash.svg",
2672
+ "github": "https://github.com/conejerock/nuxt-unleash",
2673
+ "website": "https://github.com/conejerock/nuxt-unleash",
2674
+ "learn_more": "https://github.com/Unleash/unleash",
2675
+ "category": "Deployment",
2676
+ "type": "3rd-party",
2677
+ "maintainers": [
2678
+ {
2679
+ "name": "Juanjo Conejerock",
2680
+ "github": "conejerock"
2681
+ }
2682
+ ],
2683
+ "compatibility": {
2684
+ "nuxt": "^2.0.0",
2685
+ "requires": {}
2686
+ }
2687
+ },
2549
2688
  {
2550
2689
  "name": "nuxt-use-motion",
2551
2690
  "description": "A Nuxt module putting your components in motion",
@@ -2728,11 +2867,11 @@
2728
2867
  {
2729
2868
  "name": "partytown",
2730
2869
  "description": "Partytown integration for Nuxt - relocate resource intensive scripts into a web worker, and off of the main thread.",
2731
- "repo": "nuxt-community/partytown-module",
2870
+ "repo": "nuxt-modules/partytown",
2732
2871
  "npm": "@nuxtjs/partytown",
2733
2872
  "icon": "partytown.svg",
2734
- "github": "https://github.com/nuxt-community/partytown-module",
2735
- "website": "https://github.com/nuxt-community/partytown-module",
2873
+ "github": "https://github.com/nuxt-modules/partytown",
2874
+ "website": "https://github.com/nuxt-modules/partytown",
2736
2875
  "learn_more": "https://partytown.builder.io/",
2737
2876
  "category": "Performance",
2738
2877
  "type": "community",
@@ -3172,10 +3311,10 @@
3172
3311
  {
3173
3312
  "name": "sanity",
3174
3313
  "description": "Access text, images, and other media with Nuxt and the Sanity headless CMS.",
3175
- "repo": "nuxt-community/sanity-module#main",
3314
+ "repo": "nuxt-modules/sanity#main",
3176
3315
  "npm": "@nuxtjs/sanity",
3177
3316
  "icon": "sanity.png",
3178
- "github": "https://github.com/nuxt-community/sanity-module#main",
3317
+ "github": "https://github.com/nuxt-modules/sanity#main",
3179
3318
  "website": "https://sanity.nuxtjs.org",
3180
3319
  "learn_more": "https://www.sanity.io/",
3181
3320
  "category": "CMS",
@@ -3194,6 +3333,30 @@
3194
3333
  }
3195
3334
  }
3196
3335
  },
3336
+ {
3337
+ "name": "schema-org",
3338
+ "description": "Schema.org for Nuxt, supporting typed and automated Google Rich Results.",
3339
+ "repo": "vueuse/schema-org#main/packages/nuxt",
3340
+ "npm": "nuxt-schema-org",
3341
+ "icon": "schema-org.svg",
3342
+ "github": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3343
+ "website": "https://github.com/vueuse/schema-org/tree/main/packages/nuxt",
3344
+ "learn_more": "https://vue-schema-org.netlify.app/guide/setup/nuxt.html",
3345
+ "category": "SEO",
3346
+ "type": "3rd-party",
3347
+ "maintainers": [
3348
+ {
3349
+ "name": "Harlan Wilton",
3350
+ "github": "harlan-zw",
3351
+ "twitter": "harlan_zw",
3352
+ "avatar": "https://avatars.githubusercontent.com/harlan-zw?v=4"
3353
+ }
3354
+ ],
3355
+ "compatibility": {
3356
+ "nuxt": "^3.0.0",
3357
+ "requires": {}
3358
+ }
3359
+ },
3197
3360
  {
3198
3361
  "name": "scss-to-js",
3199
3362
  "description": "Load SCSS Variables into Nuxt instance for use in Templates/Scripts.",
@@ -3735,13 +3898,13 @@
3735
3898
  },
3736
3899
  {
3737
3900
  "name": "stylify",
3738
- "description": "Stylify is a library that generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
3739
- "repo": "stylify/packages#master/packages/nuxt-module",
3740
- "npm": "@stylify/nuxt-module",
3901
+ "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
3902
+ "repo": "stylify/packages#master/packages/nuxt",
3903
+ "npm": "@stylify/nuxt",
3741
3904
  "icon": "stylify.svg",
3742
- "github": "https://github.com/stylify/packages/tree/master/packages/nuxt-module",
3743
- "website": "https://stylify.dev/docs/nuxt-module",
3744
- "learn_more": "https://stylify.dev",
3905
+ "github": "https://github.com/stylify/packages/tree/master/packages/nuxt",
3906
+ "website": "https://stylifycss.com/docs/nuxt",
3907
+ "learn_more": "https://stylifycss.com",
3745
3908
  "category": "UI",
3746
3909
  "type": "3rd-party",
3747
3910
  "maintainers": [
@@ -3752,7 +3915,7 @@
3752
3915
  }
3753
3916
  ],
3754
3917
  "compatibility": {
3755
- "nuxt": "^2.0.0",
3918
+ "nuxt": "^2.0.0 || ^3.0.0",
3756
3919
  "requires": {}
3757
3920
  }
3758
3921
  },
@@ -3971,6 +4134,39 @@
3971
4134
  }
3972
4135
  }
3973
4136
  },
4137
+ {
4138
+ "name": "twicpics",
4139
+ "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
4140
+ "repo": "TwicPics/components",
4141
+ "npm": "@twicpics/components",
4142
+ "icon": "twicpics.svg",
4143
+ "github": "https://github.com/TwicPics/components",
4144
+ "website": "https://www.twicpics.com/docs/components/nuxt-3",
4145
+ "learn_more": "https://www.twicpics.com",
4146
+ "category": "Images",
4147
+ "type": "3rd-party",
4148
+ "maintainers": [
4149
+ {
4150
+ "name": "Florent Bourgeois",
4151
+ "github": "florentb",
4152
+ "twitter": "florent_b"
4153
+ },
4154
+ {
4155
+ "name": "Julian Aubourg",
4156
+ "github": "jaubourg",
4157
+ "twitter": "jaubourg"
4158
+ },
4159
+ {
4160
+ "name": "Miguel Beignon",
4161
+ "github": "mbgspcii",
4162
+ "twitter": "m_beignon"
4163
+ }
4164
+ ],
4165
+ "compatibility": {
4166
+ "nuxt": "^2.0.0 || ^3.0.0",
4167
+ "requires": {}
4168
+ }
4169
+ },
3974
4170
  {
3975
4171
  "name": "typed-router",
3976
4172
  "description": "Provide autocompletion for pages route names generated by Nuxt router",
@@ -4318,6 +4514,28 @@
4318
4514
  "requires": {}
4319
4515
  }
4320
4516
  },
4517
+ {
4518
+ "name": "vuestic",
4519
+ "description": "Vuestic UI module for Nuxt 3",
4520
+ "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
4521
+ "npm": "@vuestic/nuxt",
4522
+ "icon": "",
4523
+ "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
4524
+ "website": "https://vuestic.dev",
4525
+ "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
4526
+ "category": "UI",
4527
+ "type": "3rd-party",
4528
+ "maintainers": [
4529
+ {
4530
+ "name": "epicmaxco",
4531
+ "github": "epicmaxco"
4532
+ }
4533
+ ],
4534
+ "compatibility": {
4535
+ "nuxt": "^3.0.0",
4536
+ "requires": {}
4537
+ }
4538
+ },
4321
4539
  {
4322
4540
  "name": "vuetify",
4323
4541
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
@@ -4420,8 +4638,10 @@
4420
4638
  }
4421
4639
  ],
4422
4640
  "compatibility": {
4423
- "nuxt": "^2.0.0",
4424
- "requires": {}
4641
+ "nuxt": "^2.0.0 || ^3.0.0",
4642
+ "requires": {
4643
+ "bridge": "optional"
4644
+ }
4425
4645
  }
4426
4646
  },
4427
4647
  {
@@ -4657,6 +4877,28 @@
4657
4877
  "requires": {}
4658
4878
  }
4659
4879
  },
4880
+ {
4881
+ "name": "xstate",
4882
+ "description": "XState integration for Nuxt",
4883
+ "repo": "Lexpeartha/nuxt-xstate",
4884
+ "npm": "nuxt-xstate",
4885
+ "icon": "",
4886
+ "github": "https://github.com/Lexpeartha/nuxt-xstate",
4887
+ "website": "https://github.com/Lexpeartha/nuxt-xstate",
4888
+ "learn_more": "",
4889
+ "category": "Extensions",
4890
+ "type": "3rd-party",
4891
+ "maintainers": [
4892
+ {
4893
+ "name": "Lexpeartha",
4894
+ "github": "Lexpeartha"
4895
+ }
4896
+ ],
4897
+ "compatibility": {
4898
+ "nuxt": "^3.0.0",
4899
+ "requires": {}
4900
+ }
4901
+ },
4660
4902
  {
4661
4903
  "name": "xui",
4662
4904
  "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-09cb3a",
3
+ "version": "0.5.0-12176b",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json"
6
6
  }