@nuxt/modules 0.6.0-e5823c → 0.6.0-ebf56f

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 (3) hide show
  1. package/README.md +4 -0
  2. package/modules.json +581 -45
  3. package/package.json +5 -5
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  # Nuxt Modules
4
4
 
5
5
  [![npm version][npm-version-src]][npm-version-href]
6
+ [![Nuxt][nuxt-src]][nuxt-href]
6
7
  [![Volta][volta-src]][volta-href]
7
8
 
8
9
  > Discover the Nuxt modules to add any CMS, Database, UI, Auth and integrations into your Vue application.
@@ -97,5 +98,8 @@ pnpm build
97
98
  [npm-version-src]: https://img.shields.io/npm/v/@nuxt/modules/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
98
99
  [npm-version-href]: https://npmjs.com/package/@nuxt/modules
99
100
 
101
+ [nuxt-src]: https://img.shields.io/badge/Nuxt%20Modules-18181B?logo=nuxt.js
102
+ [nuxt-href]: https://nuxt.com/modules
103
+
100
104
  [volta-src]: https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg
101
105
  [volta-href]: https://volta.net/nuxt/modules?utm_source=readme_nuxt_modules
package/modules.json CHANGED
@@ -153,7 +153,7 @@
153
153
  "npm": "nuxt-api-party",
154
154
  "icon": "api-party.svg",
155
155
  "github": "https://github.com/johannschopplich/nuxt-api-party",
156
- "website": "https://github.com/johannschopplich/nuxt-api-party#readme",
156
+ "website": "https://nuxt-api-party.jhnn.dev/",
157
157
  "learn_more": "",
158
158
  "category": "Request",
159
159
  "type": "3rd-party",
@@ -249,7 +249,7 @@
249
249
  "github": "https://github.com/Hrdtr/nuxt-appwrite",
250
250
  "website": "https://github.com/Hrdtr/nuxt-appwrite",
251
251
  "learn_more": "",
252
- "category": "Request",
252
+ "category": "Database",
253
253
  "type": "3rd-party",
254
254
  "maintainers": [
255
255
  {
@@ -258,7 +258,7 @@
258
258
  }
259
259
  ],
260
260
  "compatibility": {
261
- "nuxt": "^2.0.0",
261
+ "nuxt": "^3.0.0",
262
262
  "requires": {}
263
263
  }
264
264
  },
@@ -480,6 +480,29 @@
480
480
  "requires": {}
481
481
  }
482
482
  },
483
+ {
484
+ "name": "calendly",
485
+ "description": "Calendly is a scheduling tool that allows you to schedule meetings with your customers. This module allows you to easily add Calendly to your Nuxt application.",
486
+ "repo": "madebyfabian/nuxt-calendly",
487
+ "npm": "nuxt-calendly",
488
+ "icon": "calendly.svg",
489
+ "github": "https://github.com/madebyfabian/nuxt-calendly",
490
+ "website": "https://nuxt-calendly.vercel.app/",
491
+ "learn_more": "https://calendly.com/",
492
+ "category": "Extensions",
493
+ "type": "3rd-party",
494
+ "maintainers": [
495
+ {
496
+ "name": "Fabian B.",
497
+ "github": "madebyfabian",
498
+ "twitter": "madebyfabian"
499
+ }
500
+ ],
501
+ "compatibility": {
502
+ "nuxt": "^3.0.0",
503
+ "requires": {}
504
+ }
505
+ },
483
506
  {
484
507
  "name": "canvas-sketch",
485
508
  "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
@@ -528,11 +551,11 @@
528
551
  {
529
552
  "name": "chatwoot",
530
553
  "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",
554
+ "repo": "productdevbookcom/chatwoot",
555
+ "npm": "@productdevbook/chatwoot",
533
556
  "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",
557
+ "github": "https://github.com/productdevbookcom/chatwoot",
558
+ "website": "https://github.com/productdevbookcom/chatwoot",
536
559
  "learn_more": "https://www.chatwoot.com",
537
560
  "category": "Libraries",
538
561
  "type": "3rd-party",
@@ -613,6 +636,33 @@
613
636
  "requires": {}
614
637
  }
615
638
  },
639
+ {
640
+ "name": "cloudflare-analytics",
641
+ "description": "Cloudflare Web Analytics Module for Nuxt",
642
+ "repo": "hamlogic/nuxt-cloudflare-analytics",
643
+ "npm": "nuxt-cloudflare-analytics",
644
+ "icon": "cloudflare.svg",
645
+ "github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
646
+ "website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
647
+ "learn_more": "https://www.cloudflare.com/web-analytics/",
648
+ "category": "Analytics",
649
+ "type": "3rd-party",
650
+ "maintainers": [
651
+ {
652
+ "name": "hamlogic",
653
+ "github": "hamlogic"
654
+ },
655
+ {
656
+ "name": "Fabian B.",
657
+ "github": "madebyfabian",
658
+ "twitter": "madebyfabian"
659
+ }
660
+ ],
661
+ "compatibility": {
662
+ "nuxt": "^3.0.0",
663
+ "requires": {}
664
+ }
665
+ },
616
666
  {
617
667
  "name": "cloudinary",
618
668
  "description": "Optimize images and videos in your Nuxt.js application",
@@ -762,6 +812,29 @@
762
812
  "requires": {}
763
813
  }
764
814
  },
815
+ {
816
+ "name": "cookie-control",
817
+ "description": "A highly configurable cookie banner for Nuxt.",
818
+ "repo": "dargmuesli/nuxt-cookie-control",
819
+ "npm": "@dargmuesli/nuxt-cookie-control",
820
+ "icon": "cookie-control.png",
821
+ "github": "https://github.com/dargmuesli/nuxt-cookie-control",
822
+ "website": "https://github.com/dargmuesli/nuxt-cookie-control",
823
+ "learn_more": "",
824
+ "category": "Extensions",
825
+ "type": "3rd-party",
826
+ "maintainers": [
827
+ {
828
+ "name": "dargmuesli",
829
+ "github": "dargmuesli",
830
+ "avatar": "https://avatars.githubusercontent.com/dargmuesli"
831
+ }
832
+ ],
833
+ "compatibility": {
834
+ "nuxt": "^3.0.0",
835
+ "requires": {}
836
+ }
837
+ },
765
838
  {
766
839
  "name": "csurf",
767
840
  "description": "Cross-Site Request Forgery (CSRF) Prevention for Nuxt",
@@ -856,11 +929,11 @@
856
929
  }
857
930
  },
858
931
  {
859
- "name": "datocms",
860
- "description": "DatoCMS integration for Nuxt.js",
932
+ "name": "datocms-nuxt2",
933
+ "description": "DatoCMS integration for Nuxt.js v2",
861
934
  "repo": "voorhoede/nuxt-datocms-module",
862
935
  "npm": "@voorhoede/nuxt-datocms-module",
863
- "icon": "datocms.png",
936
+ "icon": "datocms.svg",
864
937
  "github": "https://github.com/voorhoede/nuxt-datocms-module",
865
938
  "website": "https://github.com/voorhoede/nuxt-datocms-module",
866
939
  "learn_more": "https://www.datocms.com/",
@@ -877,6 +950,30 @@
877
950
  "requires": {}
878
951
  }
879
952
  },
953
+ {
954
+ "name": "datocms",
955
+ "description": "DatoCMS module for Nuxt",
956
+ "repo": "hex-digital/nuxt-datocms",
957
+ "npm": "@hexdigital/nuxt-datocms",
958
+ "icon": "datocms.svg",
959
+ "github": "https://github.com/hex-digital/nuxt-datocms",
960
+ "website": "https://github.com/hex-digital/nuxt-datocms#readme",
961
+ "learn_more": "https://www.datocms.com/",
962
+ "category": "CMS",
963
+ "type": "3rd-party",
964
+ "maintainers": [
965
+ {
966
+ "name": "Jamie Warburton",
967
+ "github": "jamiewarb",
968
+ "twitter": "jamiewarb",
969
+ "avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
970
+ }
971
+ ],
972
+ "compatibility": {
973
+ "nuxt": "^3.0.0",
974
+ "requires": {}
975
+ }
976
+ },
880
977
  {
881
978
  "name": "dayjs",
882
979
  "description": "The best way for use Day.js easily in your Nuxt.js project.",
@@ -945,6 +1042,29 @@
945
1042
  "requires": {}
946
1043
  }
947
1044
  },
1045
+ {
1046
+ "name": "devtools",
1047
+ "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1048
+ "repo": "nuxt/devtools#main",
1049
+ "npm": "@nuxt/devtools",
1050
+ "icon": "nuxt.png",
1051
+ "github": "https://github.com/nuxt/devtools",
1052
+ "website": "https://devtools.nuxtjs.org/",
1053
+ "learn_more": "",
1054
+ "category": "Devtools",
1055
+ "type": "official",
1056
+ "maintainers": [
1057
+ {
1058
+ "name": "Anthony Fu",
1059
+ "github": "antfu",
1060
+ "twitter": "antfu7"
1061
+ }
1062
+ ],
1063
+ "compatibility": {
1064
+ "nuxt": "^3.0.0",
1065
+ "requires": {}
1066
+ }
1067
+ },
948
1068
  {
949
1069
  "name": "directus",
950
1070
  "description": "Easily connect your Nuxt3 application to your directus server.",
@@ -1047,6 +1167,28 @@
1047
1167
  "requires": {}
1048
1168
  }
1049
1169
  },
1170
+ {
1171
+ "name": "electron",
1172
+ "description": "Integrate Nuxt and Electron.",
1173
+ "repo": "caoxiemeihao/nuxt-electron",
1174
+ "npm": "nuxt-electron",
1175
+ "icon": "electron.svg",
1176
+ "github": "https://github.com/caoxiemeihao/nuxt-electron",
1177
+ "website": "https://github.com/caoxiemeihao/nuxt-electron",
1178
+ "learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
1179
+ "category": "Extensions",
1180
+ "type": "3rd-party",
1181
+ "maintainers": [
1182
+ {
1183
+ "name": "草鞋没号",
1184
+ "github": "caoxiemeihao"
1185
+ }
1186
+ ],
1187
+ "compatibility": {
1188
+ "nuxt": "^3.0.0",
1189
+ "requires": {}
1190
+ }
1191
+ },
1050
1192
  {
1051
1193
  "name": "element-plus",
1052
1194
  "description": "A Vue 3 based component library for designers and developers",
@@ -1117,7 +1259,7 @@
1117
1259
  }
1118
1260
  ],
1119
1261
  "compatibility": {
1120
- "nuxt": "^2.0.0",
1262
+ "nuxt": "^2.0.0 || ^3.0.0",
1121
1263
  "requires": {}
1122
1264
  }
1123
1265
  },
@@ -1622,6 +1764,30 @@
1622
1764
  "requires": {}
1623
1765
  }
1624
1766
  },
1767
+ {
1768
+ "name": "gtag",
1769
+ "description": "Google Analytics integration for Nuxt 3",
1770
+ "repo": "johannschopplich/nuxt-gtag",
1771
+ "npm": "nuxt-gtag",
1772
+ "icon": "gtag.svg",
1773
+ "github": "https://github.com/johannschopplich/nuxt-gtag",
1774
+ "website": "https://github.com/johannschopplich/nuxt-gtag#readme",
1775
+ "learn_more": "",
1776
+ "category": "Analytics",
1777
+ "type": "3rd-party",
1778
+ "maintainers": [
1779
+ {
1780
+ "name": "Johann Schopplich",
1781
+ "github": "johannschopplich",
1782
+ "twitter": "jschopplich",
1783
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
1784
+ }
1785
+ ],
1786
+ "compatibility": {
1787
+ "nuxt": "^3.0.0",
1788
+ "requires": {}
1789
+ }
1790
+ },
1625
1791
  {
1626
1792
  "name": "gtm",
1627
1793
  "description": "Google Tag Manager Module for Nuxt.js",
@@ -2276,7 +2442,7 @@
2276
2442
  },
2277
2443
  {
2278
2444
  "name": "link-checker",
2279
- "description": "",
2445
+ "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2280
2446
  "repo": "harlan-zw/nuxt-link-checker",
2281
2447
  "npm": "nuxt-link-checker",
2282
2448
  "icon": "",
@@ -2506,6 +2672,31 @@
2506
2672
  "requires": {}
2507
2673
  }
2508
2674
  },
2675
+ {
2676
+ "name": "medusa",
2677
+ "description": "Easily connect to Medusa from your Nuxt 3 application",
2678
+ "repo": "Baroshem/nuxt-medusa",
2679
+ "npm": "nuxt-medusa",
2680
+ "icon": "medusa.svg",
2681
+ "github": "https://github.com/Baroshem/nuxt-medusa/",
2682
+ "website": "https://nuxt-medusa.vercel.app/",
2683
+ "learn_more": "https://nuxt-medusa.vercel.app/",
2684
+ "category": "Ecommerce",
2685
+ "type": "3rd-party",
2686
+ "maintainers": [
2687
+ {
2688
+ "name": "Jakub Andrzejewski",
2689
+ "github": "Baroshem",
2690
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
2691
+ }
2692
+ ],
2693
+ "compatibility": {
2694
+ "nuxt": "^2.0.0 || ^3.0.0",
2695
+ "requires": {
2696
+ "bridge": true
2697
+ }
2698
+ }
2699
+ },
2509
2700
  {
2510
2701
  "name": "meilisearch",
2511
2702
  "description": "Meilisearch Instant Search module for Nuxt 3",
@@ -2575,6 +2766,29 @@
2575
2766
  "requires": {}
2576
2767
  }
2577
2768
  },
2769
+ {
2770
+ "name": "module-feed",
2771
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
2772
+ "repo": "tresko/nuxt-module-feed",
2773
+ "npm": "nuxt-module-feed",
2774
+ "icon": "",
2775
+ "github": "https://github.com/tresko/nuxt-module-feed",
2776
+ "website": "https://github.com/tresko/nuxt-module-feed",
2777
+ "learn_more": "",
2778
+ "category": "SEO",
2779
+ "type": "3rd-party",
2780
+ "maintainers": [
2781
+ {
2782
+ "name": "Miha Sedej",
2783
+ "github": "tresko",
2784
+ "twitter": "mihasedej"
2785
+ }
2786
+ ],
2787
+ "compatibility": {
2788
+ "nuxt": "^3.0.0",
2789
+ "requires": {}
2790
+ }
2791
+ },
2578
2792
  {
2579
2793
  "name": "moment",
2580
2794
  "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
@@ -2785,6 +2999,28 @@
2785
2999
  "requires": {}
2786
3000
  }
2787
3001
  },
3002
+ {
3003
+ "name": "nuxt-chatgpt",
3004
+ "description": "ChatGPT integration for Nuxt 3",
3005
+ "repo": "schnapsterdog/nuxt-chatgpt",
3006
+ "npm": "nuxt-chatgpt",
3007
+ "icon": "chatgpt.svg",
3008
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3009
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3010
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3011
+ "category": "Libraries",
3012
+ "type": "3rd-party",
3013
+ "maintainers": [
3014
+ {
3015
+ "name": "Oliver Trajceski",
3016
+ "github": "schnapsterdog"
3017
+ }
3018
+ ],
3019
+ "compatibility": {
3020
+ "nuxt": "^3.0.0",
3021
+ "requires": {}
3022
+ }
3023
+ },
2788
3024
  {
2789
3025
  "name": "nuxt-graphql-middleware",
2790
3026
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -2906,6 +3142,28 @@
2906
3142
  "requires": {}
2907
3143
  }
2908
3144
  },
3145
+ {
3146
+ "name": "nuxt-mapbox",
3147
+ "description": "Elegant Mapbox integration with Nuxt",
3148
+ "repo": "AlexLavoie42/Nuxt-Mapbox",
3149
+ "npm": "nuxt-mapbox",
3150
+ "icon": "nuxt-mapbox.svg",
3151
+ "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3152
+ "website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3153
+ "learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3154
+ "category": "Libraries",
3155
+ "type": "3rd-party",
3156
+ "maintainers": [
3157
+ {
3158
+ "name": "Alex Lavoie",
3159
+ "github": "AlexLavoie42"
3160
+ }
3161
+ ],
3162
+ "compatibility": {
3163
+ "nuxt": "^3.0.0",
3164
+ "requires": {}
3165
+ }
3166
+ },
2909
3167
  {
2910
3168
  "name": "nuxt-monaco-editor",
2911
3169
  "description": "Integrate monaco-editor with Nuxt",
@@ -2928,6 +3186,29 @@
2928
3186
  "requires": {}
2929
3187
  }
2930
3188
  },
3189
+ {
3190
+ "name": "nuxt-pdf",
3191
+ "description": "Zero-boilerplate PDF exports of your Pages and Components",
3192
+ "repo": "sidebase/nuxt-pdf",
3193
+ "npm": "@sidebase/nuxt-pdf",
3194
+ "icon": "nuxt-pdf.png",
3195
+ "github": "https://github.com/sidebase/nuxt-pdf",
3196
+ "website": "https://sidebase.io/nuxt-pdf",
3197
+ "learn_more": "https://github.com/sidebase",
3198
+ "category": "Extensions",
3199
+ "type": "3rd-party",
3200
+ "maintainers": [
3201
+ {
3202
+ "name": "sidebase",
3203
+ "github": "sidebase",
3204
+ "twitter": "sidebase_io"
3205
+ }
3206
+ ],
3207
+ "compatibility": {
3208
+ "nuxt": "^3.0.0",
3209
+ "requires": {}
3210
+ }
3211
+ },
2931
3212
  {
2932
3213
  "name": "nuxt-pino-log",
2933
3214
  "description": "Structured logs for nuxt apps using pino",
@@ -3203,6 +3484,28 @@
3203
3484
  "requires": {}
3204
3485
  }
3205
3486
  },
3487
+ {
3488
+ "name": "nuxt-vuetify",
3489
+ "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3490
+ "repo": "invictus-codes/nuxt-vuetify",
3491
+ "npm": "@invictus.codes/nuxt-vuetify",
3492
+ "icon": "vuetify-logo-v3-dark.svg",
3493
+ "github": "https://github.com/invictus-codes/nuxt-vuetify",
3494
+ "website": "https://invictus-codes.github.io/nuxt-vuetify/",
3495
+ "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
3496
+ "category": "UI",
3497
+ "type": "3rd-party",
3498
+ "maintainers": [
3499
+ {
3500
+ "name": "Jens van Hellemondt",
3501
+ "github": "invictus-codes"
3502
+ }
3503
+ ],
3504
+ "compatibility": {
3505
+ "nuxt": "^3.0.0",
3506
+ "requires": {}
3507
+ }
3508
+ },
3206
3509
  {
3207
3510
  "name": "nuxt7",
3208
3511
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -3527,6 +3830,28 @@
3527
3830
  "requires": {}
3528
3831
  }
3529
3832
  },
3833
+ {
3834
+ "name": "prometheus",
3835
+ "description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
3836
+ "repo": "artmizu/nuxt-prometheus",
3837
+ "npm": "@artmizu/nuxt-prometheus",
3838
+ "icon": "prometheus.svg",
3839
+ "github": "https://github.com/artmizu/nuxt-prometheus",
3840
+ "website": "https://github.com/artmizu/nuxt-prometheus",
3841
+ "learn_more": "",
3842
+ "category": "Monitoring",
3843
+ "type": "3rd-party",
3844
+ "maintainers": [
3845
+ {
3846
+ "name": "artmizu",
3847
+ "github": "artmizu"
3848
+ }
3849
+ ],
3850
+ "compatibility": {
3851
+ "nuxt": "^3.0.0",
3852
+ "requires": {}
3853
+ }
3854
+ },
3530
3855
  {
3531
3856
  "name": "protected-mailto",
3532
3857
  "description": "Nuxt component to generate encoded mailto links",
@@ -3664,6 +3989,28 @@
3664
3989
  "requires": {}
3665
3990
  }
3666
3991
  },
3992
+ {
3993
+ "name": "quasar",
3994
+ "description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
3995
+ "repo": "Maiquu/nuxt-quasar",
3996
+ "npm": "nuxt-quasar-ui",
3997
+ "icon": "quasar.svg",
3998
+ "github": "https://github.com/Maiquu/nuxt-quasar",
3999
+ "website": "https://quasar.dev/",
4000
+ "learn_more": "https://github.com/Maiquu/nuxt-quasar",
4001
+ "category": "UI",
4002
+ "type": "3rd-party",
4003
+ "maintainers": [
4004
+ {
4005
+ "name": "Ege İliklier",
4006
+ "github": "Maiquu"
4007
+ }
4008
+ ],
4009
+ "compatibility": {
4010
+ "nuxt": "^3.0.0",
4011
+ "requires": {}
4012
+ }
4013
+ },
3667
4014
  {
3668
4015
  "name": "recaptcha",
3669
4016
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
@@ -3964,7 +4311,7 @@
3964
4311
  {
3965
4312
  "name": "seo-kit",
3966
4313
  "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
3967
- "repo": "harlan-zw/nuxt-seo-kit",
4314
+ "repo": "harlan-zw/nuxt-seo-kit#main/layer",
3968
4315
  "npm": "nuxt-seo-kit",
3969
4316
  "icon": "seo-kit.svg",
3970
4317
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
@@ -4212,26 +4559,48 @@
4212
4559
  "requires": {}
4213
4560
  }
4214
4561
  },
4562
+ {
4563
+ "name": "snackbar",
4564
+ "description": "Nuxt Snackbar module using vue3-snackbar",
4565
+ "repo": "modbender/nuxt-snackbar#master",
4566
+ "npm": "nuxt-snackbar",
4567
+ "icon": "snackbar.png",
4568
+ "github": "https://github.com/modbender/nuxt-snackbar/tree/master",
4569
+ "website": "https://github.com/modbender/nuxt-snackbar/tree/master",
4570
+ "learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
4571
+ "category": "UI",
4572
+ "type": "3rd-party",
4573
+ "maintainers": [
4574
+ {
4575
+ "name": "modbender",
4576
+ "github": "modbender"
4577
+ }
4578
+ ],
4579
+ "compatibility": {
4580
+ "nuxt": "^3.0.0",
4581
+ "requires": {}
4582
+ }
4583
+ },
4215
4584
  {
4216
4585
  "name": "snipcart",
4217
4586
  "description": "Snipcart integration module for Nuxt.js",
4218
- "repo": "nuxt-community/snipcart-module",
4587
+ "repo": "nuxt-modules/snipcart",
4219
4588
  "npm": "@nuxtjs/snipcart",
4220
4589
  "icon": "snipcart.png",
4221
- "github": "https://github.com/nuxt-community/snipcart-module",
4222
- "website": "https://github.com/nuxt-community/snipcart-module",
4223
- "learn_more": "",
4224
- "category": "Payment",
4590
+ "github": "https://github.com/nuxt-modules/snipcart",
4591
+ "website": "https://github.com/nuxt-modules/snipcart",
4592
+ "learn_more": "https://snipcart.com",
4593
+ "category": "Ecommerce",
4225
4594
  "type": "community",
4226
4595
  "maintainers": [
4227
4596
  {
4228
4597
  "name": "Florent GIRAUD",
4229
- "github": "f3ltron",
4230
- "twitter": "giraud_florent"
4598
+ "github": "flozero",
4599
+ "twitter": "flozeroo"
4231
4600
  }
4232
4601
  ],
4233
4602
  "compatibility": {
4234
- "nuxt": "^2.0.0",
4603
+ "nuxt": "^2.0.0 || ^3.0.0",
4235
4604
  "requires": {}
4236
4605
  }
4237
4606
  },
@@ -4568,7 +4937,7 @@
4568
4937
  }
4569
4938
  ],
4570
4939
  "compatibility": {
4571
- "nuxt": "^2.0.0",
4940
+ "nuxt": "^2.0.0 || ^3.0.0",
4572
4941
  "requires": {}
4573
4942
  }
4574
4943
  },
@@ -4739,6 +5108,29 @@
4739
5108
  "requires": {}
4740
5109
  }
4741
5110
  },
5111
+ {
5112
+ "name": "tailvue",
5113
+ "description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
5114
+ "repo": "fumeapp/tailvue",
5115
+ "npm": "tailvue",
5116
+ "icon": "tailvue.jpg",
5117
+ "github": "https://github.com/fumeapp/tailvue",
5118
+ "website": "https://github.com/fumeapp/tailvue",
5119
+ "learn_more": "https://github.com/fumeapp/tailvue#readme",
5120
+ "category": "UI",
5121
+ "type": "3rd-party",
5122
+ "maintainers": [
5123
+ {
5124
+ "name": "Kevin Olson",
5125
+ "github": "acidjazz",
5126
+ "twitter": "AppFume"
5127
+ }
5128
+ ],
5129
+ "compatibility": {
5130
+ "nuxt": "^3.0.0",
5131
+ "requires": {}
5132
+ }
5133
+ },
4742
5134
  {
4743
5135
  "name": "tailwindcss",
4744
5136
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
@@ -5127,6 +5519,29 @@
5127
5519
  }
5128
5520
  }
5129
5521
  },
5522
+ {
5523
+ "name": "ununuracss",
5524
+ "description": "A Real CSS Engine. Only Scoped.",
5525
+ "repo": "novout/ununuracss#main/packages/nuxt",
5526
+ "npm": "nuxt-ununura",
5527
+ "icon": "ununuracss.png",
5528
+ "github": "https://github.com/novout/ununuracss",
5529
+ "website": "https://ununura.com/#/",
5530
+ "learn_more": "https://ununura.com/#/docs/why",
5531
+ "category": "UI",
5532
+ "type": "3rd-party",
5533
+ "maintainers": [
5534
+ {
5535
+ "name": "Giovane Cardoso",
5536
+ "github": "novout",
5537
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
5538
+ }
5539
+ ],
5540
+ "compatibility": {
5541
+ "nuxt": "^2.0.0 || ^3.0.0",
5542
+ "requires": {}
5543
+ }
5544
+ },
5130
5545
  {
5131
5546
  "name": "user-agent",
5132
5547
  "description": "Nuxt.js module for handling User-Agent.",
@@ -5171,6 +5586,54 @@
5171
5586
  "requires": {}
5172
5587
  }
5173
5588
  },
5589
+ {
5590
+ "name": "vant",
5591
+ "description": "A lightweight, customizable Vue UI library for mobile web apps.",
5592
+ "repo": "vant-ui/vant-nuxt",
5593
+ "npm": "@vant/nuxt",
5594
+ "icon": "vant.png",
5595
+ "github": "https://github.com/vant-ui/vant-nuxt",
5596
+ "website": "https://vant-ui.github.io/vant",
5597
+ "learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
5598
+ "category": "UI",
5599
+ "type": "3rd-party",
5600
+ "maintainers": [
5601
+ {
5602
+ "name": "tolking",
5603
+ "github": "tolking"
5604
+ }
5605
+ ],
5606
+ "compatibility": {
5607
+ "nuxt": "^3.0.0",
5608
+ "requires": {
5609
+ "bridge": "optional"
5610
+ }
5611
+ }
5612
+ },
5613
+ {
5614
+ "name": "varlet",
5615
+ "description": "A Material design mobile component library developed based on Vue3",
5616
+ "repo": "varletjs/varlet-nuxt",
5617
+ "npm": "@varlet/nuxt",
5618
+ "icon": "element-plus.svg",
5619
+ "github": "https://github.com/varletjs/varlet",
5620
+ "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
5621
+ "learn_more": "https://github.com/varletjs/varlet-nuxt",
5622
+ "category": "UI",
5623
+ "type": "3rd-party",
5624
+ "maintainers": [
5625
+ {
5626
+ "name": "zhangmo8",
5627
+ "github": "zhangmo8"
5628
+ }
5629
+ ],
5630
+ "compatibility": {
5631
+ "nuxt": "^3.0.0",
5632
+ "requires": {
5633
+ "bridge": "optional"
5634
+ }
5635
+ }
5636
+ },
5174
5637
  {
5175
5638
  "name": "vendor",
5176
5639
  "description": "directly serve node_modules",
@@ -5194,6 +5657,34 @@
5194
5657
  "requires": {}
5195
5658
  }
5196
5659
  },
5660
+ {
5661
+ "name": "vite-pwa-nuxt",
5662
+ "description": "Zero-config PWA Plugin for Nuxt 3",
5663
+ "repo": "vite-pwa/nuxt",
5664
+ "npm": "@vite-pwa/nuxt",
5665
+ "icon": "vite-pwa-nuxt.svg",
5666
+ "github": "https://github.com/vite-pwa/nuxt",
5667
+ "website": "https://github.com/vite-pwa/nuxt",
5668
+ "learn_more": "https://vite-pwa-org.netlify.app/frameworks/nuxt.html",
5669
+ "category": "Performance",
5670
+ "type": "3rd-party",
5671
+ "maintainers": [
5672
+ {
5673
+ "name": "Joaquín Sánchez",
5674
+ "github": "userquin",
5675
+ "twitter": "userquin"
5676
+ },
5677
+ {
5678
+ "name": "Anthony Fu",
5679
+ "github": "antfu",
5680
+ "twitter": "antfu7"
5681
+ }
5682
+ ],
5683
+ "compatibility": {
5684
+ "nuxt": "^3.0.0",
5685
+ "requires": {}
5686
+ }
5687
+ },
5197
5688
  {
5198
5689
  "name": "vitest",
5199
5690
  "description": "Vitest integration with Nuxt",
@@ -5499,6 +5990,29 @@
5499
5990
  "requires": {}
5500
5991
  }
5501
5992
  },
5993
+ {
5994
+ "name": "vunix",
5995
+ "description": "Comprehensive UI toolkit for Vue.js and Nuxt.js that empowers you to build amazing user interfaces with ease. With Vunix, you can leverage the power of popular utility-first CSS frameworks like Tailwind CSS, Unocss, WindiCss, or use your own custom CSS classes.",
5996
+ "repo": "gaetansenn/vunix",
5997
+ "npm": "vunix",
5998
+ "icon": "",
5999
+ "github": "https://github.com/gaetansenn/vunix",
6000
+ "website": "https://vunix.dewib.com/",
6001
+ "learn_more": "",
6002
+ "category": "UI",
6003
+ "type": "3rd-party",
6004
+ "maintainers": [
6005
+ {
6006
+ "name": "Gaetan SENN",
6007
+ "github": "gaetansenn",
6008
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6009
+ }
6010
+ ],
6011
+ "compatibility": {
6012
+ "nuxt": "^3.0.0",
6013
+ "requires": {}
6014
+ }
6015
+ },
5502
6016
  {
5503
6017
  "name": "web-vitals",
5504
6018
  "description": "Web Vitals for Nuxt",
@@ -5533,29 +6047,6 @@
5533
6047
  }
5534
6048
  }
5535
6049
  },
5536
- {
5537
- "name": "web3js",
5538
- "description": "Web3.js module integration for Nuxt.js",
5539
- "repo": "bl0cknumber/nuxt-web3",
5540
- "npm": "nuxt-web3",
5541
- "icon": "web3js.svg",
5542
- "github": "https://github.com/bl0cknumber/nuxt-web3",
5543
- "website": "https://github.com/bl0cknumber/nuxt-web3",
5544
- "learn_more": "https://web3js.readthedocs.io/",
5545
- "category": "Libraries",
5546
- "type": "3rd-party",
5547
- "maintainers": [
5548
- {
5549
- "name": "Muhammad Fauzan",
5550
- "github": "bl0cknumber",
5551
- "twitter": "fncolon"
5552
- }
5553
- ],
5554
- "compatibility": {
5555
- "nuxt": "^2.0.0",
5556
- "requires": {}
5557
- }
5558
- },
5559
6050
  {
5560
6051
  "name": "webfontloader",
5561
6052
  "description": "Efficient web font loading has never been easier!",
@@ -5670,6 +6161,28 @@
5670
6161
  "requires": {}
5671
6162
  }
5672
6163
  },
6164
+ {
6165
+ "name": "well-known",
6166
+ "description": "A Nuxt.js module to add well-known URIs using middlewares",
6167
+ "repo": "zadigetvoltaire/nuxt-well-known",
6168
+ "npm": "@zadigetvoltaire/nuxt-well-known",
6169
+ "icon": "well-known.svg",
6170
+ "github": "https://github.com/zadigetvoltaire/nuxt-well-known",
6171
+ "website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
6172
+ "learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
6173
+ "category": "SEO",
6174
+ "type": "3rd-party",
6175
+ "maintainers": [
6176
+ {
6177
+ "name": "Zadig&Voltaire Team",
6178
+ "github": "https://github.com/zadigetvoltaire"
6179
+ }
6180
+ ],
6181
+ "compatibility": {
6182
+ "nuxt": "^3.0.0",
6183
+ "requires": {}
6184
+ }
6185
+ },
5673
6186
  {
5674
6187
  "name": "windicss",
5675
6188
  "description": "Next generation utility-first CSS framework.",
@@ -5813,6 +6326,29 @@
5813
6326
  "requires": {}
5814
6327
  }
5815
6328
  },
6329
+ {
6330
+ "name": "yandex-metrika-next",
6331
+ "description": "Yandex Metrika integration for Nuxt",
6332
+ "repo": "artmizu/yandex-metrika-nuxt",
6333
+ "npm": "@artmizu/yandex-metrika-nuxt",
6334
+ "icon": "yandex-metrika.svg",
6335
+ "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6336
+ "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6337
+ "learn_more": "",
6338
+ "category": "Analytics",
6339
+ "type": "3rd-party",
6340
+ "maintainers": [
6341
+ {
6342
+ "name": "Aleksandr Saburov",
6343
+ "github": "artmizu",
6344
+ "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6345
+ }
6346
+ ],
6347
+ "compatibility": {
6348
+ "nuxt": "^3.0.0",
6349
+ "requires": {}
6350
+ }
6351
+ },
5816
6352
  {
5817
6353
  "name": "yandex-metrika",
5818
6354
  "description": "Yandex metrika Module for Nuxt.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-e5823c",
3
+ "version": "0.6.0-ebf56f",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [
@@ -19,15 +19,15 @@
19
19
  "devDependencies": {
20
20
  "@nuxt/eslint-config": "^0.1.1",
21
21
  "@types/js-yaml": "^4.0.5",
22
- "@types/node": "^18.11.18",
22
+ "@types/node": "^18.14.0",
23
23
  "defu": "^6.1.1",
24
- "eslint": "^8.32.0",
24
+ "eslint": "^8.34.0",
25
25
  "globby": "^13.1.3",
26
26
  "hasha": "^5.2.2",
27
- "jiti": "^1.16.2",
27
+ "jiti": "^1.17.1",
28
28
  "js-yaml": "^4.1.0",
29
29
  "ofetch": "^1.0.0",
30
30
  "typescript": "^4.9.4"
31
31
  },
32
- "packageManager": "pnpm@7.25.1"
32
+ "packageManager": "pnpm@7.27.1"
33
33
  }