@nuxt/modules 0.6.0-e5823c → 0.6.0-ee2ca8

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 +557 -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
@@ -1,4 +1,26 @@
1
1
  [
2
+ {
3
+ "name": "Vunix",
4
+ "description": "",
5
+ "repo": "gaetansenn/vunix",
6
+ "npm": "vunix",
7
+ "icon": "",
8
+ "github": "https://github.com/gaetansenn/vunix",
9
+ "website": "https://github.com/gaetansenn/vunix",
10
+ "learn_more": "",
11
+ "category": "Devtools",
12
+ "type": "3rd-party",
13
+ "maintainers": [
14
+ {
15
+ "name": "gaetansenn",
16
+ "github": "gaetansenn"
17
+ }
18
+ ],
19
+ "compatibility": {
20
+ "nuxt": "^2.0.0",
21
+ "requires": {}
22
+ }
23
+ },
2
24
  {
3
25
  "name": "ackee",
4
26
  "description": "Nuxt.js module for Ackee analytics",
@@ -153,7 +175,7 @@
153
175
  "npm": "nuxt-api-party",
154
176
  "icon": "api-party.svg",
155
177
  "github": "https://github.com/johannschopplich/nuxt-api-party",
156
- "website": "https://github.com/johannschopplich/nuxt-api-party#readme",
178
+ "website": "https://nuxt-api-party.jhnn.dev/",
157
179
  "learn_more": "",
158
180
  "category": "Request",
159
181
  "type": "3rd-party",
@@ -249,7 +271,7 @@
249
271
  "github": "https://github.com/Hrdtr/nuxt-appwrite",
250
272
  "website": "https://github.com/Hrdtr/nuxt-appwrite",
251
273
  "learn_more": "",
252
- "category": "Request",
274
+ "category": "Database",
253
275
  "type": "3rd-party",
254
276
  "maintainers": [
255
277
  {
@@ -258,7 +280,7 @@
258
280
  }
259
281
  ],
260
282
  "compatibility": {
261
- "nuxt": "^2.0.0",
283
+ "nuxt": "^3.0.0",
262
284
  "requires": {}
263
285
  }
264
286
  },
@@ -480,6 +502,29 @@
480
502
  "requires": {}
481
503
  }
482
504
  },
505
+ {
506
+ "name": "calendly",
507
+ "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.",
508
+ "repo": "madebyfabian/nuxt-calendly",
509
+ "npm": "nuxt-calendly",
510
+ "icon": "calendly.svg",
511
+ "github": "https://github.com/madebyfabian/nuxt-calendly",
512
+ "website": "https://nuxt-calendly.vercel.app/",
513
+ "learn_more": "https://calendly.com/",
514
+ "category": "Extensions",
515
+ "type": "3rd-party",
516
+ "maintainers": [
517
+ {
518
+ "name": "Fabian B.",
519
+ "github": "madebyfabian",
520
+ "twitter": "madebyfabian"
521
+ }
522
+ ],
523
+ "compatibility": {
524
+ "nuxt": "^3.0.0",
525
+ "requires": {}
526
+ }
527
+ },
483
528
  {
484
529
  "name": "canvas-sketch",
485
530
  "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
@@ -528,11 +573,11 @@
528
573
  {
529
574
  "name": "chatwoot",
530
575
  "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",
576
+ "repo": "productdevbookcom/chatwoot",
577
+ "npm": "@productdevbook/chatwoot",
533
578
  "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",
579
+ "github": "https://github.com/productdevbookcom/chatwoot",
580
+ "website": "https://github.com/productdevbookcom/chatwoot",
536
581
  "learn_more": "https://www.chatwoot.com",
537
582
  "category": "Libraries",
538
583
  "type": "3rd-party",
@@ -613,6 +658,33 @@
613
658
  "requires": {}
614
659
  }
615
660
  },
661
+ {
662
+ "name": "cloudflare-analytics",
663
+ "description": "Cloudflare Web Analytics Module for Nuxt",
664
+ "repo": "hamlogic/nuxt-cloudflare-analytics",
665
+ "npm": "nuxt-cloudflare-analytics",
666
+ "icon": "cloudflare.svg",
667
+ "github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
668
+ "website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
669
+ "learn_more": "https://www.cloudflare.com/web-analytics/",
670
+ "category": "Analytics",
671
+ "type": "3rd-party",
672
+ "maintainers": [
673
+ {
674
+ "name": "hamlogic",
675
+ "github": "hamlogic"
676
+ },
677
+ {
678
+ "name": "Fabian B.",
679
+ "github": "madebyfabian",
680
+ "twitter": "madebyfabian"
681
+ }
682
+ ],
683
+ "compatibility": {
684
+ "nuxt": "^3.0.0",
685
+ "requires": {}
686
+ }
687
+ },
616
688
  {
617
689
  "name": "cloudinary",
618
690
  "description": "Optimize images and videos in your Nuxt.js application",
@@ -762,6 +834,29 @@
762
834
  "requires": {}
763
835
  }
764
836
  },
837
+ {
838
+ "name": "cookie-control",
839
+ "description": "A highly configurable cookie banner for Nuxt.",
840
+ "repo": "dargmuesli/nuxt-cookie-control",
841
+ "npm": "@dargmuesli/nuxt-cookie-control",
842
+ "icon": "cookie-control.png",
843
+ "github": "https://github.com/dargmuesli/nuxt-cookie-control",
844
+ "website": "https://github.com/dargmuesli/nuxt-cookie-control",
845
+ "learn_more": "",
846
+ "category": "Extensions",
847
+ "type": "3rd-party",
848
+ "maintainers": [
849
+ {
850
+ "name": "dargmuesli",
851
+ "github": "dargmuesli",
852
+ "avatar": "https://avatars.githubusercontent.com/dargmuesli"
853
+ }
854
+ ],
855
+ "compatibility": {
856
+ "nuxt": "^3.0.0",
857
+ "requires": {}
858
+ }
859
+ },
765
860
  {
766
861
  "name": "csurf",
767
862
  "description": "Cross-Site Request Forgery (CSRF) Prevention for Nuxt",
@@ -856,11 +951,11 @@
856
951
  }
857
952
  },
858
953
  {
859
- "name": "datocms",
860
- "description": "DatoCMS integration for Nuxt.js",
954
+ "name": "datocms-nuxt2",
955
+ "description": "DatoCMS integration for Nuxt.js v2",
861
956
  "repo": "voorhoede/nuxt-datocms-module",
862
957
  "npm": "@voorhoede/nuxt-datocms-module",
863
- "icon": "datocms.png",
958
+ "icon": "datocms.svg",
864
959
  "github": "https://github.com/voorhoede/nuxt-datocms-module",
865
960
  "website": "https://github.com/voorhoede/nuxt-datocms-module",
866
961
  "learn_more": "https://www.datocms.com/",
@@ -877,6 +972,30 @@
877
972
  "requires": {}
878
973
  }
879
974
  },
975
+ {
976
+ "name": "datocms",
977
+ "description": "DatoCMS module for Nuxt",
978
+ "repo": "hex-digital/nuxt-datocms",
979
+ "npm": "@hexdigital/nuxt-datocms",
980
+ "icon": "datocms.svg",
981
+ "github": "https://github.com/hex-digital/nuxt-datocms",
982
+ "website": "https://github.com/hex-digital/nuxt-datocms#readme",
983
+ "learn_more": "https://www.datocms.com/",
984
+ "category": "CMS",
985
+ "type": "3rd-party",
986
+ "maintainers": [
987
+ {
988
+ "name": "Jamie Warburton",
989
+ "github": "jamiewarb",
990
+ "twitter": "jamiewarb",
991
+ "avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
992
+ }
993
+ ],
994
+ "compatibility": {
995
+ "nuxt": "^3.0.0",
996
+ "requires": {}
997
+ }
998
+ },
880
999
  {
881
1000
  "name": "dayjs",
882
1001
  "description": "The best way for use Day.js easily in your Nuxt.js project.",
@@ -945,6 +1064,29 @@
945
1064
  "requires": {}
946
1065
  }
947
1066
  },
1067
+ {
1068
+ "name": "devtools",
1069
+ "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1070
+ "repo": "nuxt/devtools#main",
1071
+ "npm": "@nuxt/devtools",
1072
+ "icon": "nuxt.png",
1073
+ "github": "https://github.com/nuxt/devtools",
1074
+ "website": "https://devtools.nuxtjs.org/",
1075
+ "learn_more": "",
1076
+ "category": "Devtools",
1077
+ "type": "official",
1078
+ "maintainers": [
1079
+ {
1080
+ "name": "Anthony Fu",
1081
+ "github": "antfu",
1082
+ "twitter": "antfu7"
1083
+ }
1084
+ ],
1085
+ "compatibility": {
1086
+ "nuxt": "^3.0.0",
1087
+ "requires": {}
1088
+ }
1089
+ },
948
1090
  {
949
1091
  "name": "directus",
950
1092
  "description": "Easily connect your Nuxt3 application to your directus server.",
@@ -1047,6 +1189,28 @@
1047
1189
  "requires": {}
1048
1190
  }
1049
1191
  },
1192
+ {
1193
+ "name": "electron",
1194
+ "description": "Integrate Nuxt and Electron.",
1195
+ "repo": "caoxiemeihao/nuxt-electron",
1196
+ "npm": "nuxt-electron",
1197
+ "icon": "electron.svg",
1198
+ "github": "https://github.com/caoxiemeihao/nuxt-electron",
1199
+ "website": "https://github.com/caoxiemeihao/nuxt-electron",
1200
+ "learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
1201
+ "category": "Extensions",
1202
+ "type": "3rd-party",
1203
+ "maintainers": [
1204
+ {
1205
+ "name": "草鞋没号",
1206
+ "github": "caoxiemeihao"
1207
+ }
1208
+ ],
1209
+ "compatibility": {
1210
+ "nuxt": "^3.0.0",
1211
+ "requires": {}
1212
+ }
1213
+ },
1050
1214
  {
1051
1215
  "name": "element-plus",
1052
1216
  "description": "A Vue 3 based component library for designers and developers",
@@ -1117,7 +1281,7 @@
1117
1281
  }
1118
1282
  ],
1119
1283
  "compatibility": {
1120
- "nuxt": "^2.0.0",
1284
+ "nuxt": "^2.0.0 || ^3.0.0",
1121
1285
  "requires": {}
1122
1286
  }
1123
1287
  },
@@ -1622,6 +1786,30 @@
1622
1786
  "requires": {}
1623
1787
  }
1624
1788
  },
1789
+ {
1790
+ "name": "gtag",
1791
+ "description": "Google Analytics integration for Nuxt 3",
1792
+ "repo": "johannschopplich/nuxt-gtag",
1793
+ "npm": "nuxt-gtag",
1794
+ "icon": "gtag.svg",
1795
+ "github": "https://github.com/johannschopplich/nuxt-gtag",
1796
+ "website": "https://github.com/johannschopplich/nuxt-gtag#readme",
1797
+ "learn_more": "",
1798
+ "category": "Analytics",
1799
+ "type": "3rd-party",
1800
+ "maintainers": [
1801
+ {
1802
+ "name": "Johann Schopplich",
1803
+ "github": "johannschopplich",
1804
+ "twitter": "jschopplich",
1805
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
1806
+ }
1807
+ ],
1808
+ "compatibility": {
1809
+ "nuxt": "^3.0.0",
1810
+ "requires": {}
1811
+ }
1812
+ },
1625
1813
  {
1626
1814
  "name": "gtm",
1627
1815
  "description": "Google Tag Manager Module for Nuxt.js",
@@ -2276,7 +2464,7 @@
2276
2464
  },
2277
2465
  {
2278
2466
  "name": "link-checker",
2279
- "description": "",
2467
+ "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2280
2468
  "repo": "harlan-zw/nuxt-link-checker",
2281
2469
  "npm": "nuxt-link-checker",
2282
2470
  "icon": "",
@@ -2506,6 +2694,31 @@
2506
2694
  "requires": {}
2507
2695
  }
2508
2696
  },
2697
+ {
2698
+ "name": "medusa",
2699
+ "description": "Easily connect to Medusa from your Nuxt 3 application",
2700
+ "repo": "Baroshem/nuxt-medusa",
2701
+ "npm": "nuxt-medusa",
2702
+ "icon": "medusa.svg",
2703
+ "github": "https://github.com/Baroshem/nuxt-medusa/",
2704
+ "website": "https://nuxt-medusa.vercel.app/",
2705
+ "learn_more": "https://nuxt-medusa.vercel.app/",
2706
+ "category": "Ecommerce",
2707
+ "type": "3rd-party",
2708
+ "maintainers": [
2709
+ {
2710
+ "name": "Jakub Andrzejewski",
2711
+ "github": "Baroshem",
2712
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
2713
+ }
2714
+ ],
2715
+ "compatibility": {
2716
+ "nuxt": "^2.0.0 || ^3.0.0",
2717
+ "requires": {
2718
+ "bridge": true
2719
+ }
2720
+ }
2721
+ },
2509
2722
  {
2510
2723
  "name": "meilisearch",
2511
2724
  "description": "Meilisearch Instant Search module for Nuxt 3",
@@ -2575,6 +2788,29 @@
2575
2788
  "requires": {}
2576
2789
  }
2577
2790
  },
2791
+ {
2792
+ "name": "module-feed",
2793
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
2794
+ "repo": "tresko/nuxt-module-feed",
2795
+ "npm": "nuxt-module-feed",
2796
+ "icon": "",
2797
+ "github": "https://github.com/tresko/nuxt-module-feed",
2798
+ "website": "https://github.com/tresko/nuxt-module-feed",
2799
+ "learn_more": "",
2800
+ "category": "SEO",
2801
+ "type": "3rd-party",
2802
+ "maintainers": [
2803
+ {
2804
+ "name": "Miha Sedej",
2805
+ "github": "tresko",
2806
+ "twitter": "mihasedej"
2807
+ }
2808
+ ],
2809
+ "compatibility": {
2810
+ "nuxt": "^3.0.0",
2811
+ "requires": {}
2812
+ }
2813
+ },
2578
2814
  {
2579
2815
  "name": "moment",
2580
2816
  "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
@@ -2785,6 +3021,28 @@
2785
3021
  "requires": {}
2786
3022
  }
2787
3023
  },
3024
+ {
3025
+ "name": "nuxt-chatgpt",
3026
+ "description": "ChatGPT integration for Nuxt 3",
3027
+ "repo": "schnapsterdog/nuxt-chatgpt",
3028
+ "npm": "nuxt-chatgpt",
3029
+ "icon": "chatgpt.svg",
3030
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3031
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3032
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3033
+ "category": "Libraries",
3034
+ "type": "3rd-party",
3035
+ "maintainers": [
3036
+ {
3037
+ "name": "Oliver Trajceski",
3038
+ "github": "schnapsterdog"
3039
+ }
3040
+ ],
3041
+ "compatibility": {
3042
+ "nuxt": "^3.0.0",
3043
+ "requires": {}
3044
+ }
3045
+ },
2788
3046
  {
2789
3047
  "name": "nuxt-graphql-middleware",
2790
3048
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -2906,6 +3164,28 @@
2906
3164
  "requires": {}
2907
3165
  }
2908
3166
  },
3167
+ {
3168
+ "name": "nuxt-mapbox",
3169
+ "description": "Elegant Mapbox integration with Nuxt",
3170
+ "repo": "AlexLavoie42/Nuxt-Mapbox",
3171
+ "npm": "nuxt-mapbox",
3172
+ "icon": "nuxt-mapbox.svg",
3173
+ "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3174
+ "website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3175
+ "learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3176
+ "category": "Libraries",
3177
+ "type": "3rd-party",
3178
+ "maintainers": [
3179
+ {
3180
+ "name": "Alex Lavoie",
3181
+ "github": "AlexLavoie42"
3182
+ }
3183
+ ],
3184
+ "compatibility": {
3185
+ "nuxt": "^3.0.0",
3186
+ "requires": {}
3187
+ }
3188
+ },
2909
3189
  {
2910
3190
  "name": "nuxt-monaco-editor",
2911
3191
  "description": "Integrate monaco-editor with Nuxt",
@@ -2928,6 +3208,29 @@
2928
3208
  "requires": {}
2929
3209
  }
2930
3210
  },
3211
+ {
3212
+ "name": "nuxt-pdf",
3213
+ "description": "Zero-boilerplate PDF exports of your Pages and Components",
3214
+ "repo": "sidebase/nuxt-pdf",
3215
+ "npm": "@sidebase/nuxt-pdf",
3216
+ "icon": "nuxt-pdf.png",
3217
+ "github": "https://github.com/sidebase/nuxt-pdf",
3218
+ "website": "https://sidebase.io/nuxt-pdf",
3219
+ "learn_more": "https://github.com/sidebase",
3220
+ "category": "Extensions",
3221
+ "type": "3rd-party",
3222
+ "maintainers": [
3223
+ {
3224
+ "name": "sidebase",
3225
+ "github": "sidebase",
3226
+ "twitter": "sidebase_io"
3227
+ }
3228
+ ],
3229
+ "compatibility": {
3230
+ "nuxt": "^3.0.0",
3231
+ "requires": {}
3232
+ }
3233
+ },
2931
3234
  {
2932
3235
  "name": "nuxt-pino-log",
2933
3236
  "description": "Structured logs for nuxt apps using pino",
@@ -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,30 @@
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
+ },
5174
5613
  {
5175
5614
  "name": "vendor",
5176
5615
  "description": "directly serve node_modules",
@@ -5194,6 +5633,34 @@
5194
5633
  "requires": {}
5195
5634
  }
5196
5635
  },
5636
+ {
5637
+ "name": "vite-pwa-nuxt",
5638
+ "description": "Zero-config PWA Plugin for Nuxt 3",
5639
+ "repo": "vite-pwa/nuxt",
5640
+ "npm": "@vite-pwa/nuxt",
5641
+ "icon": "vite-pwa-nuxt.svg",
5642
+ "github": "https://github.com/vite-pwa/nuxt",
5643
+ "website": "https://github.com/vite-pwa/nuxt",
5644
+ "learn_more": "https://vite-pwa-org.netlify.app/frameworks/nuxt.html",
5645
+ "category": "Performance",
5646
+ "type": "3rd-party",
5647
+ "maintainers": [
5648
+ {
5649
+ "name": "Joaquín Sánchez",
5650
+ "github": "userquin",
5651
+ "twitter": "userquin"
5652
+ },
5653
+ {
5654
+ "name": "Anthony Fu",
5655
+ "github": "antfu",
5656
+ "twitter": "antfu7"
5657
+ }
5658
+ ],
5659
+ "compatibility": {
5660
+ "nuxt": "^3.0.0",
5661
+ "requires": {}
5662
+ }
5663
+ },
5197
5664
  {
5198
5665
  "name": "vitest",
5199
5666
  "description": "Vitest integration with Nuxt",
@@ -5499,6 +5966,29 @@
5499
5966
  "requires": {}
5500
5967
  }
5501
5968
  },
5969
+ {
5970
+ "name": "Vunix",
5971
+ "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.",
5972
+ "repo": "gaetansenn/vunix",
5973
+ "npm": "vunix",
5974
+ "icon": "",
5975
+ "github": "https://github.com/gaetansenn/vunix",
5976
+ "website": "https://vunix.dewib.com/",
5977
+ "learn_more": "",
5978
+ "category": "UI",
5979
+ "type": "3rd-party",
5980
+ "maintainers": [
5981
+ {
5982
+ "name": "Gaetan SENN",
5983
+ "github": "gaetansenn",
5984
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
5985
+ }
5986
+ ],
5987
+ "compatibility": {
5988
+ "nuxt": "^3.0.0",
5989
+ "requires": {}
5990
+ }
5991
+ },
5502
5992
  {
5503
5993
  "name": "web-vitals",
5504
5994
  "description": "Web Vitals for Nuxt",
@@ -5533,29 +6023,6 @@
5533
6023
  }
5534
6024
  }
5535
6025
  },
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
6026
  {
5560
6027
  "name": "webfontloader",
5561
6028
  "description": "Efficient web font loading has never been easier!",
@@ -5670,6 +6137,28 @@
5670
6137
  "requires": {}
5671
6138
  }
5672
6139
  },
6140
+ {
6141
+ "name": "well-known",
6142
+ "description": "A Nuxt.js module to add well-known URIs using middlewares",
6143
+ "repo": "zadigetvoltaire/nuxt-well-known",
6144
+ "npm": "@zadigetvoltaire/nuxt-well-known",
6145
+ "icon": "well-known.svg",
6146
+ "github": "https://github.com/zadigetvoltaire/nuxt-well-known",
6147
+ "website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
6148
+ "learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
6149
+ "category": "SEO",
6150
+ "type": "3rd-party",
6151
+ "maintainers": [
6152
+ {
6153
+ "name": "Zadig&Voltaire Team",
6154
+ "github": "https://github.com/zadigetvoltaire"
6155
+ }
6156
+ ],
6157
+ "compatibility": {
6158
+ "nuxt": "^3.0.0",
6159
+ "requires": {}
6160
+ }
6161
+ },
5673
6162
  {
5674
6163
  "name": "windicss",
5675
6164
  "description": "Next generation utility-first CSS framework.",
@@ -5813,6 +6302,29 @@
5813
6302
  "requires": {}
5814
6303
  }
5815
6304
  },
6305
+ {
6306
+ "name": "yandex-metrika-next",
6307
+ "description": "Yandex Metrika integration for Nuxt",
6308
+ "repo": "artmizu/yandex-metrika-nuxt",
6309
+ "npm": "@artmizu/yandex-metrika-nuxt",
6310
+ "icon": "yandex-metrika.svg",
6311
+ "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6312
+ "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6313
+ "learn_more": "",
6314
+ "category": "Analytics",
6315
+ "type": "3rd-party",
6316
+ "maintainers": [
6317
+ {
6318
+ "name": "Aleksandr Saburov",
6319
+ "github": "artmizu",
6320
+ "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6321
+ }
6322
+ ],
6323
+ "compatibility": {
6324
+ "nuxt": "^3.0.0",
6325
+ "requires": {}
6326
+ }
6327
+ },
5816
6328
  {
5817
6329
  "name": "yandex-metrika",
5818
6330
  "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-ee2ca8",
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
  }