@nuxt/modules 0.5.0-b7ebb6 → 0.5.0-b855c8

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 +120 -20
  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",
@@ -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",
@@ -3076,7 +3122,7 @@
3076
3122
  {
3077
3123
  "name": "purgecss",
3078
3124
  "description": "Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js",
3079
- "repo": "Developmint/nuxt-purgecss",
3125
+ "repo": "Developmint/nuxt-purgecss#main",
3080
3126
  "npm": "nuxt-purgecss",
3081
3127
  "icon": "purgecss.png",
3082
3128
  "github": "https://github.com/Developmint/nuxt-purgecss",
@@ -3091,7 +3137,7 @@
3091
3137
  }
3092
3138
  ],
3093
3139
  "compatibility": {
3094
- "nuxt": "^2.0.0",
3140
+ "nuxt": "^2.0.0 || ^3.0.0",
3095
3141
  "requires": {}
3096
3142
  }
3097
3143
  },
@@ -3227,8 +3273,10 @@
3227
3273
  }
3228
3274
  ],
3229
3275
  "compatibility": {
3230
- "nuxt": "^2.0.0",
3231
- "requires": {}
3276
+ "nuxt": "^2.0.0 || ^3.0.0",
3277
+ "requires": {
3278
+ "bridge": "optional"
3279
+ }
3232
3280
  }
3233
3281
  },
3234
3282
  {
@@ -4101,6 +4149,31 @@
4101
4149
  "requires": {}
4102
4150
  }
4103
4151
  },
4152
+ {
4153
+ "name": "turnstile",
4154
+ "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
4155
+ "repo": "danielroe/nuxt-turnstile",
4156
+ "npm": "nuxt-turnstile",
4157
+ "icon": "cloudflare.svg",
4158
+ "github": "https://github.com/danielroe/nuxt-turnstile",
4159
+ "website": "https://github.com/danielroe/nuxt-turnstile",
4160
+ "learn_more": "https://www.cloudflare.com/products/turnstile/",
4161
+ "category": "Security",
4162
+ "type": "3rd-party",
4163
+ "maintainers": [
4164
+ {
4165
+ "name": "Daniel Roe",
4166
+ "github": "danielroe",
4167
+ "twitter": "danielcroe"
4168
+ }
4169
+ ],
4170
+ "compatibility": {
4171
+ "nuxt": "^2.0.0 || ^3.0.0",
4172
+ "requires": {
4173
+ "bridge": true
4174
+ }
4175
+ }
4176
+ },
4104
4177
  {
4105
4178
  "name": "twa",
4106
4179
  "description": "Nuxt.js module for generating Trusted Web App from Nuxt.js app",
@@ -4269,6 +4342,30 @@
4269
4342
  "requires": {}
4270
4343
  }
4271
4344
  },
4345
+ {
4346
+ "name": "umami",
4347
+ "description": "Embed the Umami analytics library into Nuxt",
4348
+ "repo": "ijkml/nuxt-umami",
4349
+ "npm": "nuxt-umami",
4350
+ "icon": "umami.svg",
4351
+ "github": "https://github.com/ijkml/nuxt-umami",
4352
+ "website": "https://github.com/ijkml/nuxt-umami",
4353
+ "learn_more": "https://umami.is/docs/",
4354
+ "category": "Analytics",
4355
+ "type": "3rd-party",
4356
+ "maintainers": [
4357
+ {
4358
+ "name": "ML",
4359
+ "github": "ijkml"
4360
+ }
4361
+ ],
4362
+ "compatibility": {
4363
+ "nuxt": "^2.0.0 || ^3.0.0",
4364
+ "requires": {
4365
+ "bridge": "optional"
4366
+ }
4367
+ }
4368
+ },
4272
4369
  {
4273
4370
  "name": "universal-storage",
4274
4371
  "description": "Universal Storage Utilities for Nuxt.js",
@@ -4873,21 +4970,24 @@
4873
4970
  "description": "XState integration for Nuxt",
4874
4971
  "repo": "Lexpeartha/nuxt-xstate",
4875
4972
  "npm": "nuxt-xstate",
4876
- "icon": "",
4973
+ "icon": "xstate.svg",
4877
4974
  "github": "https://github.com/Lexpeartha/nuxt-xstate",
4878
- "website": "https://github.com/Lexpeartha/nuxt-xstate",
4879
- "learn_more": "",
4975
+ "website": "https://nuxt-xstate.lexpeartha.com",
4976
+ "learn_more": "https://xstate.js.org/",
4880
4977
  "category": "Extensions",
4881
4978
  "type": "3rd-party",
4882
4979
  "maintainers": [
4883
4980
  {
4884
4981
  "name": "Lexpeartha",
4885
- "github": "Lexpeartha"
4982
+ "github": "Lexpeartha",
4983
+ "twitter": "lexpeartha"
4886
4984
  }
4887
4985
  ],
4888
4986
  "compatibility": {
4889
- "nuxt": "^3.0.0",
4890
- "requires": {}
4987
+ "nuxt": "^2.0.0 || ^3.0.0",
4988
+ "requires": {
4989
+ "bridge": true
4990
+ }
4891
4991
  }
4892
4992
  },
4893
4993
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.5.0-b7ebb6",
3
+ "version": "0.5.0-b855c8",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json"
6
6
  }