@nuxt/modules 0.5.0-89cafd → 0.5.0-8b0725

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 +320 -40
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -146,6 +146,30 @@
146
146
  "requires": {}
147
147
  }
148
148
  },
149
+ {
150
+ "name": "api-party",
151
+ "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
152
+ "repo": "johannschopplich/nuxt-api-party",
153
+ "npm": "nuxt-api-party",
154
+ "icon": "api-party.svg",
155
+ "github": "https://github.com/johannschopplich/nuxt-api-party",
156
+ "website": "https://github.com/johannschopplich/nuxt-api-party#readme",
157
+ "learn_more": "",
158
+ "category": "Request",
159
+ "type": "3rd-party",
160
+ "maintainers": [
161
+ {
162
+ "name": "Johann Schopplich",
163
+ "github": "johannschopplich",
164
+ "twitter": "jschopplich",
165
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
166
+ }
167
+ ],
168
+ "compatibility": {
169
+ "nuxt": "^3.0.0",
170
+ "requires": {}
171
+ }
172
+ },
149
173
  {
150
174
  "name": "apis-to-file",
151
175
  "description": "Build module to merge and transform multiple API and GraphQL requests into a single one and loaded only when needed, like a payload extractor",
@@ -173,26 +197,24 @@
173
197
  {
174
198
  "name": "apollo",
175
199
  "description": "Integrate GraphQL in your Nuxt.js apps using vue-apollo.",
176
- "repo": "nuxt-community/apollo-module",
200
+ "repo": "nuxt-modules/apollo",
177
201
  "npm": "@nuxtjs/apollo",
178
202
  "icon": "apollo.png",
179
- "github": "https://github.com/nuxt-community/apollo-module",
180
- "website": "https://github.com/nuxt-community/apollo-module",
203
+ "github": "https://github.com/nuxt-modules/apollo",
204
+ "website": "https://apollo.nuxtjs.org",
181
205
  "learn_more": "https://apollo.vuejs.org/guide/#what-is-graphql",
182
206
  "category": "Request",
183
207
  "type": "community",
184
208
  "maintainers": [
185
209
  {
186
- "name": "Lam Kieu",
187
- "github": "kieusonlam"
188
- },
189
- {
190
- "name": "Dominic Garms",
191
- "github": "dohomi"
210
+ "name": "Conrawl Rogers",
211
+ "github": "diizzayy",
212
+ "twitter": "diizzayy",
213
+ "avatar": "https://avatars.githubusercontent.com/diizzayy?v=4"
192
214
  }
193
215
  ],
194
216
  "compatibility": {
195
- "nuxt": "^2.0.0",
217
+ "nuxt": "^2.0.0 || ^3.0.0",
196
218
  "requires": {}
197
219
  }
198
220
  },
@@ -503,6 +525,28 @@
503
525
  "requires": {}
504
526
  }
505
527
  },
528
+ {
529
+ "name": "chatwoot",
530
+ "description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
531
+ "repo": "huntersofbook/huntersofbook#main/projects/chatwoot/packages/nuxt",
532
+ "npm": "@huntersofbook/chatwoot-nuxt",
533
+ "icon": "chatwoot.png",
534
+ "github": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
535
+ "website": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
536
+ "learn_more": "https://www.chatwoot.com",
537
+ "category": "Libraries",
538
+ "type": "3rd-party",
539
+ "maintainers": [
540
+ {
541
+ "name": "productdevbook",
542
+ "github": "productdevbook"
543
+ }
544
+ ],
545
+ "compatibility": {
546
+ "nuxt": "^3.0.0",
547
+ "requires": {}
548
+ }
549
+ },
506
550
  {
507
551
  "name": "chiffre",
508
552
  "description": "Privacy-first, end-to-end encrypted analytics",
@@ -884,7 +928,7 @@
884
928
  "repo": "intevel/nuxt-directus",
885
929
  "npm": "nuxt-directus",
886
930
  "icon": "directus.svg",
887
- "github": "https://github.com/intevel/nuxt-directus/",
931
+ "github": "https://github.com/directus/nuxt-directus/",
888
932
  "website": "https://nuxt-directus.netlify.app/",
889
933
  "learn_more": "https://nuxt-directus.netlify.app/",
890
934
  "category": "CMS",
@@ -1202,6 +1246,29 @@
1202
1246
  "requires": {}
1203
1247
  }
1204
1248
  },
1249
+ {
1250
+ "name": "fontaine",
1251
+ "description": "Automatically optimized font fallback based on font metrics",
1252
+ "repo": "nuxt-modules/fontaine",
1253
+ "npm": "@nuxtjs/fontaine",
1254
+ "icon": "fontaine.png",
1255
+ "github": "https://github.com/nuxt-modules/fontaine",
1256
+ "website": "https://github.com/unjs/fontaine",
1257
+ "learn_more": "https://github.com/unjs/fontaine",
1258
+ "category": "Performance",
1259
+ "type": "community",
1260
+ "maintainers": [
1261
+ {
1262
+ "name": "Daniel Roe",
1263
+ "github": "danielroe",
1264
+ "twitter": "danielcroe"
1265
+ }
1266
+ ],
1267
+ "compatibility": {
1268
+ "nuxt": "^3.0.0",
1269
+ "requires": {}
1270
+ }
1271
+ },
1205
1272
  {
1206
1273
  "name": "fontawesome",
1207
1274
  "description": "Module to join nuxt and Fontawesome 5",
@@ -1308,13 +1375,17 @@
1308
1375
  "category": "Analytics",
1309
1376
  "type": "community",
1310
1377
  "maintainers": [
1378
+ {
1379
+ "name": "Alexander Lichter",
1380
+ "github": "manniL"
1381
+ },
1311
1382
  {
1312
1383
  "name": "Troy Morehouse",
1313
1384
  "github": "tmorehouse"
1314
1385
  }
1315
1386
  ],
1316
1387
  "compatibility": {
1317
- "nuxt": "^2.0.0",
1388
+ "nuxt": "^2.0.0 || ^3.0.0",
1318
1389
  "requires": {}
1319
1390
  }
1320
1391
  },
@@ -1545,6 +1616,28 @@
1545
1616
  "requires": {}
1546
1617
  }
1547
1618
  },
1619
+ {
1620
+ "name": "headlessui",
1621
+ "description": "Headless UI integration for Nuxt. Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.",
1622
+ "repo": "P4sca1/nuxt-headlessui",
1623
+ "npm": "nuxt-headlessui",
1624
+ "icon": "headlessui.png",
1625
+ "github": "https://github.com/P4sca1/nuxt-headlessui",
1626
+ "website": "https://github.com/P4sca1/nuxt-headlessui",
1627
+ "learn_more": "https://headlessui.com",
1628
+ "category": "UI",
1629
+ "type": "3rd-party",
1630
+ "maintainers": [
1631
+ {
1632
+ "name": "Pascal Sthamer",
1633
+ "github": "P4sca1"
1634
+ }
1635
+ ],
1636
+ "compatibility": {
1637
+ "nuxt": "^3.0.0",
1638
+ "requires": {}
1639
+ }
1640
+ },
1548
1641
  {
1549
1642
  "name": "headway",
1550
1643
  "description": "Headway changelog widget for Nuxt",
@@ -1736,7 +1829,7 @@
1736
1829
  "name": "i18n",
1737
1830
  "description": "i18n features for your Nuxt project so you can easily add internationalization.",
1738
1831
  "repo": "nuxt-community/i18n-module",
1739
- "npm": "nuxt-i18n",
1832
+ "npm": "@nuxtjs/i18n",
1740
1833
  "icon": "i18n.png",
1741
1834
  "github": "https://github.com/nuxt-community/i18n-module",
1742
1835
  "website": "https://i18n.nuxtjs.org",
@@ -1754,13 +1847,13 @@
1754
1847
  }
1755
1848
  ],
1756
1849
  "compatibility": {
1757
- "nuxt": "^2.0.0",
1850
+ "nuxt": "^2.0.0 || ^3.0.0",
1758
1851
  "requires": {}
1759
1852
  }
1760
1853
  },
1761
1854
  {
1762
1855
  "name": "icon",
1763
- "description": "",
1856
+ "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
1764
1857
  "repo": "nuxt-modules/icon",
1765
1858
  "npm": "nuxt-icon",
1766
1859
  "icon": "nuxt-icon.png",
@@ -1931,14 +2024,14 @@
1931
2024
  {
1932
2025
  "name": "ionic",
1933
2026
  "description": "Batteries-included Ionic integration for building iOS, Android and web apps.",
1934
- "repo": "danielroe/nuxt-ionic",
1935
- "npm": "nuxt-ionic",
2027
+ "repo": "nuxt-modules/ionic",
2028
+ "npm": "@nuxtjs/ionic",
1936
2029
  "icon": "ionic.svg",
1937
- "github": "https://github.com/danielroe/nuxt-ionic",
1938
- "website": "https://ionic.roe.dev",
2030
+ "github": "https://github.com/nuxt-modules/ionic",
2031
+ "website": "https://ionic.nuxtjs.org",
1939
2032
  "learn_more": "https://ionicframework.com",
1940
2033
  "category": "Libraries",
1941
- "type": "3rd-party",
2034
+ "type": "community",
1942
2035
  "maintainers": [
1943
2036
  {
1944
2037
  "name": "Daniel Roe",
@@ -2601,7 +2694,7 @@
2601
2694
  "description": "Integrate monaco-editor with Nuxt",
2602
2695
  "repo": "e-chan1007/nuxt-monaco-editor",
2603
2696
  "npm": "nuxt-monaco-editor",
2604
- "icon": "",
2697
+ "icon": "nuxt-monaco-editor.png",
2605
2698
  "github": "https://github.com/e-chan1007/nuxt-monaco-editor",
2606
2699
  "website": "https://github.com/e-chan1007/nuxt-monaco-editor",
2607
2700
  "learn_more": "https://e-chan1007.github.io/nuxt-monaco-editor",
@@ -2640,6 +2733,28 @@
2640
2733
  "requires": {}
2641
2734
  }
2642
2735
  },
2736
+ {
2737
+ "name": "plausible",
2738
+ "description": "Nuxt 3 module to natively integrate Plausible analytics",
2739
+ "repo": "johannschopplich/nuxt-plausible",
2740
+ "npm": "nuxt-plausible",
2741
+ "icon": "plausible.png",
2742
+ "github": "https://github.com/johannschopplich/nuxt-plausible",
2743
+ "website": "https://github.com/johannschopplich/nuxt-plausible",
2744
+ "learn_more": "https://plausible.io/",
2745
+ "category": "Analytics",
2746
+ "type": "3rd-party",
2747
+ "maintainers": [
2748
+ {
2749
+ "name": "Johann Schopplich",
2750
+ "github": "johannschopplich"
2751
+ }
2752
+ ],
2753
+ "compatibility": {
2754
+ "nuxt": "^3.0.0",
2755
+ "requires": {}
2756
+ }
2757
+ },
2643
2758
  {
2644
2759
  "name": "nuxt-png-to-ico",
2645
2760
  "description": "Nuxt.js module for auto generating favicons",
@@ -2687,12 +2802,62 @@
2687
2802
  "requires": {}
2688
2803
  }
2689
2804
  },
2805
+ {
2806
+ "name": "ssr-lit",
2807
+ "description": "Server-Side Rendering for Lit Element components",
2808
+ "repo": "prashantpalikhe/nuxt-ssr-lit",
2809
+ "npm": "nuxt-ssr-lit",
2810
+ "icon": "",
2811
+ "github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
2812
+ "website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
2813
+ "learn_more": "",
2814
+ "category": "Libraries",
2815
+ "type": "3rd-party",
2816
+ "maintainers": [
2817
+ {
2818
+ "name": "Prashant Palikhe",
2819
+ "github": "prashantpalikhe",
2820
+ "twitter": "prashantpalikhe"
2821
+ },
2822
+ {
2823
+ "name": "Steve Workman",
2824
+ "github": "steveworkman",
2825
+ "twitter": "steveworkman"
2826
+ }
2827
+ ],
2828
+ "compatibility": {
2829
+ "nuxt": "^3.0.0",
2830
+ "requires": {}
2831
+ }
2832
+ },
2833
+ {
2834
+ "name": "nuxt-storm",
2835
+ "description": "WebStorm & PHPStorm support for NuxtJS components",
2836
+ "repo": "fumeapp/nuxt-storm",
2837
+ "npm": "nuxt-storm",
2838
+ "icon": "nuxt-storm.png",
2839
+ "github": "https://github.com/fumeapp/nuxt-storm",
2840
+ "website": "https://github.com/fumeapp/nuxt-storm",
2841
+ "learn_more": "https://github.com/fumeapp/nuxt-storm",
2842
+ "category": "Devtools",
2843
+ "type": "3rd-party",
2844
+ "maintainers": [
2845
+ {
2846
+ "name": "fumeapp",
2847
+ "github": "fumeapp"
2848
+ }
2849
+ ],
2850
+ "compatibility": {
2851
+ "nuxt": "^2.0.0",
2852
+ "requires": {}
2853
+ }
2854
+ },
2690
2855
  {
2691
2856
  "name": "nuxt-svgo",
2692
2857
  "description": "Nuxt module to load optimized SVG files as Vue components",
2693
2858
  "repo": "cpsoinos/nuxt-svgo",
2694
2859
  "npm": "nuxt-svgo",
2695
- "icon": "",
2860
+ "icon": "nuxt-svgo.png",
2696
2861
  "github": "https://github.com/cpsoinos/nuxt-svgo",
2697
2862
  "website": "https://github.com/cpsoinos/nuxt-svgo",
2698
2863
  "learn_more": "",
@@ -2793,8 +2958,10 @@
2793
2958
  }
2794
2959
  ],
2795
2960
  "compatibility": {
2796
- "nuxt": "^2.0.0",
2797
- "requires": {}
2961
+ "nuxt": "^2.0.0 || ^3.0.0",
2962
+ "requires": {
2963
+ "bridge": "optional"
2964
+ }
2798
2965
  }
2799
2966
  },
2800
2967
  {
@@ -2984,26 +3151,24 @@
2984
3151
  },
2985
3152
  {
2986
3153
  "name": "plausible",
2987
- "description": "Plausible analytics for Vue.js and Nuxt",
2988
- "repo": "moritzsternemann/vue-plausible",
2989
- "npm": "vue-plausible",
2990
- "icon": "plausible.png",
2991
- "github": "https://github.com/moritzsternemann/vue-plausible",
2992
- "website": "https://github.com/moritzsternemann/vue-plausible",
3154
+ "description": "Nuxt 3 module to natively integrate Plausible analytics",
3155
+ "repo": "johannschopplich/nuxt-plausible",
3156
+ "npm": "nuxt-plausible",
3157
+ "icon": "",
3158
+ "github": "https://github.com/johannschopplich/nuxt-plausible",
3159
+ "website": "https://github.com/johannschopplich/nuxt-plausible",
2993
3160
  "learn_more": "",
2994
- "category": "Analytics",
3161
+ "category": "Devtools",
2995
3162
  "type": "3rd-party",
2996
3163
  "maintainers": [
2997
3164
  {
2998
- "name": "moritzsternemann",
2999
- "github": "moritzsternemann"
3165
+ "name": "johannschopplich",
3166
+ "github": "johannschopplich"
3000
3167
  }
3001
3168
  ],
3002
3169
  "compatibility": {
3003
- "nuxt": "^2.0.0 || ^3.0.0",
3004
- "requires": {
3005
- "bridge": "optional"
3006
- }
3170
+ "nuxt": "^2.0.0",
3171
+ "requires": {}
3007
3172
  }
3008
3173
  },
3009
3174
  {
@@ -3260,7 +3425,7 @@
3260
3425
  "description": "A Nuxt.js module thats inject a middleware to generate a robots.txt file",
3261
3426
  "repo": "nuxt-community/robots-module",
3262
3427
  "npm": "@nuxtjs/robots",
3263
- "icon": "",
3428
+ "icon": "robots.png",
3264
3429
  "github": "https://github.com/nuxt-community/robots-module",
3265
3430
  "website": "https://github.com/nuxt-community/robots-module",
3266
3431
  "learn_more": "https://support.google.com/webmasters/answer/6062608?hl=en",
@@ -3418,6 +3583,29 @@
3418
3583
  "requires": {}
3419
3584
  }
3420
3585
  },
3586
+ {
3587
+ "name": "security",
3588
+ "description": "Security Module for Nuxt based on OWASP Top 10 and Helmet",
3589
+ "repo": "Baroshem/nuxt-security",
3590
+ "npm": "nuxt-security",
3591
+ "icon": "nuxt-security.svg",
3592
+ "github": "https://github.com/Baroshem/nuxt-security",
3593
+ "website": "https://nuxt-security.vercel.app/",
3594
+ "learn_more": "https://nuxt-security.vercel.app/",
3595
+ "category": "Security",
3596
+ "type": "3rd-party",
3597
+ "maintainers": [
3598
+ {
3599
+ "name": "Jakub Andrzejewski",
3600
+ "github": "Baroshem",
3601
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
3602
+ }
3603
+ ],
3604
+ "compatibility": {
3605
+ "nuxt": "^3.0.0",
3606
+ "requires": {}
3607
+ }
3608
+ },
3421
3609
  {
3422
3610
  "name": "segment",
3423
3611
  "description": "Nuxt.js module for Segment Analytics.js",
@@ -3530,6 +3718,29 @@
3530
3718
  "requires": {}
3531
3719
  }
3532
3720
  },
3721
+ {
3722
+ "name": "session",
3723
+ "description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
3724
+ "repo": "sidebase/nuxt-session",
3725
+ "npm": "@sidebase/nuxt-session",
3726
+ "icon": "session.png",
3727
+ "github": "https://github.com/sidebase/nuxt-session",
3728
+ "website": "https://github.com/sidebase/nuxt-session",
3729
+ "learn_more": "https://github.com/sidebase",
3730
+ "category": "Security",
3731
+ "type": "3rd-party",
3732
+ "maintainers": [
3733
+ {
3734
+ "name": "sidebase",
3735
+ "github": "sidebase",
3736
+ "twitter": "sidebase_io"
3737
+ }
3738
+ ],
3739
+ "compatibility": {
3740
+ "nuxt": "^3.0.0",
3741
+ "requires": {}
3742
+ }
3743
+ },
3533
3744
  {
3534
3745
  "name": "shopify",
3535
3746
  "description": "Easy Shopify Buy client module with Nuxt.js for ecommerce websites.",
@@ -3720,6 +3931,28 @@
3720
3931
  "requires": {}
3721
3932
  }
3722
3933
  },
3934
+ {
3935
+ "name": "ssr-lit",
3936
+ "description": "",
3937
+ "repo": "prashantpalikhe/nuxt-ssr-lit",
3938
+ "npm": "nuxt-ssr-lit",
3939
+ "icon": "",
3940
+ "github": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
3941
+ "website": "https://github.com/prashantpalikhe/nuxt-ssr-lit",
3942
+ "learn_more": "",
3943
+ "category": "Devtools",
3944
+ "type": "3rd-party",
3945
+ "maintainers": [
3946
+ {
3947
+ "name": "prashantpalikhe",
3948
+ "github": "prashantpalikhe"
3949
+ }
3950
+ ],
3951
+ "compatibility": {
3952
+ "nuxt": "^2.0.0",
3953
+ "requires": {}
3954
+ }
3955
+ },
3723
3956
  {
3724
3957
  "name": "storage",
3725
3958
  "description": "Utilities to easily read and write to the browser's storage in a Nuxt.js project",
@@ -4557,6 +4790,28 @@
4557
4790
  "requires": {}
4558
4791
  }
4559
4792
  },
4793
+ {
4794
+ "name": "vue-plausible",
4795
+ "description": "Plausible analytics for Vue.js and Nuxt",
4796
+ "repo": "moritzsternemann/vue-plausible",
4797
+ "npm": "vue-plausible",
4798
+ "icon": "plausible.png",
4799
+ "github": "https://github.com/moritzsternemann/vue-plausible",
4800
+ "website": "https://github.com/moritzsternemann/vue-plausible",
4801
+ "learn_more": "",
4802
+ "category": "Analytics",
4803
+ "type": "3rd-party",
4804
+ "maintainers": [
4805
+ {
4806
+ "name": "moritzsternemann",
4807
+ "github": "moritzsternemann"
4808
+ }
4809
+ ],
4810
+ "compatibility": {
4811
+ "nuxt": "^2.0.0",
4812
+ "requires": {}
4813
+ }
4814
+ },
4560
4815
  {
4561
4816
  "name": "vue-select",
4562
4817
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -4579,6 +4834,31 @@
4579
4834
  "requires": {}
4580
4835
  }
4581
4836
  },
4837
+ {
4838
+ "name": "vue-transitions",
4839
+ "description": "Reusable interface transitions with no CSS needed ❤️",
4840
+ "repo": "MorevM/vue-transitions",
4841
+ "npm": "@morev/vue-transitions",
4842
+ "icon": "vue-transitions.svg",
4843
+ "github": "https://github.com/MorevM/vue-transitions",
4844
+ "website": "https://github.com/MorevM/vue-transitions#readme",
4845
+ "learn_more": "",
4846
+ "category": "UI",
4847
+ "type": "3rd-party",
4848
+ "maintainers": [
4849
+ {
4850
+ "name": "Maxim Morev",
4851
+ "github": "MorevM",
4852
+ "avatar": "https://avatars.githubusercontent.com/u/49679666?v=4"
4853
+ }
4854
+ ],
4855
+ "compatibility": {
4856
+ "nuxt": "^2.0.0 || ^3.0.0",
4857
+ "requires": {
4858
+ "bridge": "optional"
4859
+ }
4860
+ }
4861
+ },
4582
4862
  {
4583
4863
  "name": "vue-warehouse",
4584
4864
  "description": "A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js",
@@ -4607,7 +4887,7 @@
4607
4887
  "description": "Vuestic UI module for Nuxt 3",
4608
4888
  "repo": "epicmaxco/vuestic-ui#develop/packages/nuxt",
4609
4889
  "npm": "@vuestic/nuxt",
4610
- "icon": "",
4890
+ "icon": "vuestic.png",
4611
4891
  "github": "https://github.com/epicmaxco/vuestic-ui/tree/develop/packages/nuxt",
4612
4892
  "website": "https://vuestic.dev",
4613
4893
  "learn_more": "https://vuestic.dev/en/getting-started/nuxt",
@@ -4703,7 +4983,7 @@
4703
4983
  "description": "Web Vitals for Nuxt",
4704
4984
  "repo": "nuxt-community/web-vitals-module",
4705
4985
  "npm": "@nuxtjs/web-vitals",
4706
- "icon": "",
4986
+ "icon": "web-vitals.png",
4707
4987
  "github": "https://github.com/nuxt-community/web-vitals-module",
4708
4988
  "website": "https://github.com/nuxt-community/web-vitals-module",
4709
4989
  "learn_more": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.5.0-89cafd",
3
+ "version": "0.5.0-8b0725",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json"
6
6
  }