@nuxt/modules 0.6.0-9e1b10 → 0.6.0-a37195

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 +663 -52
  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,52 @@
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
+ },
860
+ {
861
+ "name": "csurf",
862
+ "description": "Cross-Site Request Forgery (CSRF) Prevention for Nuxt",
863
+ "repo": "morgbn/nuxt-csurf",
864
+ "npm": "nuxt-csurf",
865
+ "icon": "csurf.svg",
866
+ "github": "https://github.com/morgbn/nuxt-csurf",
867
+ "website": "https://github.com/morgbn/nuxt-csurf",
868
+ "learn_more": "https://github.com/Morgbn/nuxt-csurf#readme",
869
+ "category": "Security",
870
+ "type": "3rd-party",
871
+ "maintainers": [
872
+ {
873
+ "name": "morgbn",
874
+ "github": "morgbn",
875
+ "avatar": "https://avatars.githubusercontent.com/u/25689856?v=4"
876
+ }
877
+ ],
878
+ "compatibility": {
879
+ "nuxt": "^3.0.0",
880
+ "requires": {}
881
+ }
882
+ },
765
883
  {
766
884
  "name": "custom-elements",
767
885
  "description": "Publish your Components as a vue-custom-element standalone build.",
@@ -833,11 +951,11 @@
833
951
  }
834
952
  },
835
953
  {
836
- "name": "datocms",
837
- "description": "DatoCMS integration for Nuxt.js",
954
+ "name": "datocms-nuxt2",
955
+ "description": "DatoCMS integration for Nuxt.js v2",
838
956
  "repo": "voorhoede/nuxt-datocms-module",
839
957
  "npm": "@voorhoede/nuxt-datocms-module",
840
- "icon": "datocms.png",
958
+ "icon": "datocms.svg",
841
959
  "github": "https://github.com/voorhoede/nuxt-datocms-module",
842
960
  "website": "https://github.com/voorhoede/nuxt-datocms-module",
843
961
  "learn_more": "https://www.datocms.com/",
@@ -854,6 +972,30 @@
854
972
  "requires": {}
855
973
  }
856
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
+ },
857
999
  {
858
1000
  "name": "dayjs",
859
1001
  "description": "The best way for use Day.js easily in your Nuxt.js project.",
@@ -922,6 +1064,29 @@
922
1064
  "requires": {}
923
1065
  }
924
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
+ },
925
1090
  {
926
1091
  "name": "directus",
927
1092
  "description": "Easily connect your Nuxt3 application to your directus server.",
@@ -1024,6 +1189,28 @@
1024
1189
  "requires": {}
1025
1190
  }
1026
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
+ },
1027
1214
  {
1028
1215
  "name": "element-plus",
1029
1216
  "description": "A Vue 3 based component library for designers and developers",
@@ -1051,11 +1238,11 @@
1051
1238
  {
1052
1239
  "name": "emotion",
1053
1240
  "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1054
- "repo": "nuxt-community/emotion-module",
1241
+ "repo": "nuxt-modules/emotion",
1055
1242
  "npm": "@nuxtjs/emotion",
1056
1243
  "icon": "emotion.png",
1057
- "github": "https://github.com/nuxt-community/emotion-module",
1058
- "website": "https://github.com/nuxt-community/emotion-module",
1244
+ "github": "https://github.com/nuxt-modules/emotion",
1245
+ "website": "https://github.com/nuxt-modules/emotion",
1059
1246
  "learn_more": "https://emotion.sh/",
1060
1247
  "category": "Extensions",
1061
1248
  "type": "community",
@@ -1064,10 +1251,15 @@
1064
1251
  "name": "Pooya Parsa",
1065
1252
  "github": "pi0",
1066
1253
  "twitter": "_pi0_"
1254
+ },
1255
+ {
1256
+ "name": "Jonathan Bakebwa",
1257
+ "github": "codebender828",
1258
+ "twitter": "codebender828"
1067
1259
  }
1068
1260
  ],
1069
1261
  "compatibility": {
1070
- "nuxt": "^2.0.0",
1262
+ "nuxt": "^2.0.0 || ^3.0.0",
1071
1263
  "requires": {}
1072
1264
  }
1073
1265
  },
@@ -1089,7 +1281,7 @@
1089
1281
  }
1090
1282
  ],
1091
1283
  "compatibility": {
1092
- "nuxt": "^2.0.0",
1284
+ "nuxt": "^2.0.0 || ^3.0.0",
1093
1285
  "requires": {}
1094
1286
  }
1095
1287
  },
@@ -1594,6 +1786,30 @@
1594
1786
  "requires": {}
1595
1787
  }
1596
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
+ },
1597
1813
  {
1598
1814
  "name": "gtm",
1599
1815
  "description": "Google Tag Manager Module for Nuxt.js",
@@ -2248,7 +2464,7 @@
2248
2464
  },
2249
2465
  {
2250
2466
  "name": "link-checker",
2251
- "description": "",
2467
+ "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2252
2468
  "repo": "harlan-zw/nuxt-link-checker",
2253
2469
  "npm": "nuxt-link-checker",
2254
2470
  "icon": "",
@@ -2478,6 +2694,31 @@
2478
2694
  "requires": {}
2479
2695
  }
2480
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
+ },
2481
2722
  {
2482
2723
  "name": "meilisearch",
2483
2724
  "description": "Meilisearch Instant Search module for Nuxt 3",
@@ -2547,6 +2788,29 @@
2547
2788
  "requires": {}
2548
2789
  }
2549
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
+ },
2550
2814
  {
2551
2815
  "name": "moment",
2552
2816
  "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
@@ -2757,6 +3021,28 @@
2757
3021
  "requires": {}
2758
3022
  }
2759
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
+ },
2760
3046
  {
2761
3047
  "name": "nuxt-graphql-middleware",
2762
3048
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -2855,6 +3141,51 @@
2855
3141
  "requires": {}
2856
3142
  }
2857
3143
  },
3144
+ {
3145
+ "name": "nuxt-loco",
3146
+ "description": "A localise.biz module to synth locale with Nuxt.js",
3147
+ "repo": "gaetansenn/nuxt-loco",
3148
+ "npm": "nuxt-loco",
3149
+ "icon": "",
3150
+ "github": "https://github.com/gaetansenn/nuxt-loco",
3151
+ "website": "https://nuxt-loco.dewib.com/",
3152
+ "learn_more": "",
3153
+ "category": "Libraries",
3154
+ "type": "3rd-party",
3155
+ "maintainers": [
3156
+ {
3157
+ "name": "Gaetan SENN",
3158
+ "github": "gaetansenn",
3159
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
3160
+ }
3161
+ ],
3162
+ "compatibility": {
3163
+ "nuxt": "^3.0.0",
3164
+ "requires": {}
3165
+ }
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
+ },
2858
3189
  {
2859
3190
  "name": "nuxt-monaco-editor",
2860
3191
  "description": "Integrate monaco-editor with Nuxt",
@@ -2877,6 +3208,29 @@
2877
3208
  "requires": {}
2878
3209
  }
2879
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
+ },
2880
3234
  {
2881
3235
  "name": "nuxt-pino-log",
2882
3236
  "description": "Structured logs for nuxt apps using pino",
@@ -3388,11 +3742,11 @@
3388
3742
  {
3389
3743
  "name": "pinia",
3390
3744
  "description": "The Vue Store that you will enjoy using",
3391
- "repo": "posva/pinia#v2/packages/nuxt",
3745
+ "repo": "vuejs/pinia#v2/packages/nuxt",
3392
3746
  "npm": "@pinia/nuxt",
3393
3747
  "icon": "pinia.svg",
3394
- "github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
3395
- "website": "https://pinia.esm.dev/",
3748
+ "github": "https://github.com/vuejs/pinia/tree/v2/packages/nuxt",
3749
+ "website": "https://pinia.vuejs.org/",
3396
3750
  "learn_more": "",
3397
3751
  "category": "Extensions",
3398
3752
  "type": "3rd-party",
@@ -3476,6 +3830,28 @@
3476
3830
  "requires": {}
3477
3831
  }
3478
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
+ },
3479
3855
  {
3480
3856
  "name": "protected-mailto",
3481
3857
  "description": "Nuxt component to generate encoded mailto links",
@@ -3613,6 +3989,28 @@
3613
3989
  "requires": {}
3614
3990
  }
3615
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
+ },
3616
4014
  {
3617
4015
  "name": "recaptcha",
3618
4016
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
@@ -3913,7 +4311,7 @@
3913
4311
  {
3914
4312
  "name": "seo-kit",
3915
4313
  "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
3916
- "repo": "harlan-zw/nuxt-seo-kit",
4314
+ "repo": "harlan-zw/nuxt-seo-kit#main/layer",
3917
4315
  "npm": "nuxt-seo-kit",
3918
4316
  "icon": "seo-kit.svg",
3919
4317
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
@@ -4161,26 +4559,48 @@
4161
4559
  "requires": {}
4162
4560
  }
4163
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
+ },
4164
4584
  {
4165
4585
  "name": "snipcart",
4166
4586
  "description": "Snipcart integration module for Nuxt.js",
4167
- "repo": "nuxt-community/snipcart-module",
4587
+ "repo": "nuxt-modules/snipcart",
4168
4588
  "npm": "@nuxtjs/snipcart",
4169
4589
  "icon": "snipcart.png",
4170
- "github": "https://github.com/nuxt-community/snipcart-module",
4171
- "website": "https://github.com/nuxt-community/snipcart-module",
4172
- "learn_more": "",
4173
- "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",
4174
4594
  "type": "community",
4175
4595
  "maintainers": [
4176
4596
  {
4177
4597
  "name": "Florent GIRAUD",
4178
- "github": "f3ltron",
4179
- "twitter": "giraud_florent"
4598
+ "github": "flozero",
4599
+ "twitter": "flozeroo"
4180
4600
  }
4181
4601
  ],
4182
4602
  "compatibility": {
4183
- "nuxt": "^2.0.0",
4603
+ "nuxt": "^2.0.0 || ^3.0.0",
4184
4604
  "requires": {}
4185
4605
  }
4186
4606
  },
@@ -4517,7 +4937,7 @@
4517
4937
  }
4518
4938
  ],
4519
4939
  "compatibility": {
4520
- "nuxt": "^2.0.0",
4940
+ "nuxt": "^2.0.0 || ^3.0.0",
4521
4941
  "requires": {}
4522
4942
  }
4523
4943
  },
@@ -4688,6 +5108,29 @@
4688
5108
  "requires": {}
4689
5109
  }
4690
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
+ },
4691
5134
  {
4692
5135
  "name": "tailwindcss",
4693
5136
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
@@ -5076,6 +5519,29 @@
5076
5519
  }
5077
5520
  }
5078
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
+ },
5079
5545
  {
5080
5546
  "name": "user-agent",
5081
5547
  "description": "Nuxt.js module for handling User-Agent.",
@@ -5120,6 +5586,30 @@
5120
5586
  "requires": {}
5121
5587
  }
5122
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
+ },
5123
5613
  {
5124
5614
  "name": "vendor",
5125
5615
  "description": "directly serve node_modules",
@@ -5143,6 +5633,60 @@
5143
5633
  "requires": {}
5144
5634
  }
5145
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
+ },
5664
+ {
5665
+ "name": "vitest",
5666
+ "description": "Vitest integration with Nuxt",
5667
+ "repo": "danielroe/nuxt-vitest#main",
5668
+ "npm": "nuxt-vitest",
5669
+ "icon": "vitest.svg",
5670
+ "github": "https://github.com/danielroe/nuxt-vitest",
5671
+ "website": "https://github.com/danielroe/nuxt-vitest",
5672
+ "learn_more": "",
5673
+ "category": "Extensions",
5674
+ "type": "3rd-party",
5675
+ "maintainers": [
5676
+ {
5677
+ "name": "Daniel Roe",
5678
+ "github": "danielroe"
5679
+ },
5680
+ {
5681
+ "name": "Anthony Fu",
5682
+ "github": "antfu"
5683
+ }
5684
+ ],
5685
+ "compatibility": {
5686
+ "nuxt": "^3.0.0",
5687
+ "requires": {}
5688
+ }
5689
+ },
5146
5690
  {
5147
5691
  "name": "vue-macros",
5148
5692
  "description": "Explore and extend more macros and syntax sugar to Vue.",
@@ -5304,6 +5848,28 @@
5304
5848
  "requires": {}
5305
5849
  }
5306
5850
  },
5851
+ {
5852
+ "name": "vuefire",
5853
+ "description": "Idiomatic composables for the Firebase SDK",
5854
+ "repo": "vuejs/vuefire/packages/nuxt",
5855
+ "npm": "nuxt-vuefire",
5856
+ "icon": "vuefire.svg",
5857
+ "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
5858
+ "website": "https://vuefire.vuejs.org/",
5859
+ "learn_more": "",
5860
+ "category": "Database",
5861
+ "type": "3rd-party",
5862
+ "maintainers": [
5863
+ {
5864
+ "name": "posva",
5865
+ "github": "posva"
5866
+ }
5867
+ ],
5868
+ "compatibility": {
5869
+ "nuxt": "^3.0.0",
5870
+ "requires": {}
5871
+ }
5872
+ },
5307
5873
  {
5308
5874
  "name": "vuestic",
5309
5875
  "description": "Vuestic UI module for Nuxt 3",
@@ -5400,6 +5966,29 @@
5400
5966
  "requires": {}
5401
5967
  }
5402
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/nuxt",
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
+ },
5403
5992
  {
5404
5993
  "name": "web-vitals",
5405
5994
  "description": "Web Vitals for Nuxt",
@@ -5434,29 +6023,6 @@
5434
6023
  }
5435
6024
  }
5436
6025
  },
5437
- {
5438
- "name": "web3js",
5439
- "description": "Web3.js module integration for Nuxt.js",
5440
- "repo": "bl0cknumber/nuxt-web3",
5441
- "npm": "nuxt-web3",
5442
- "icon": "web3js.svg",
5443
- "github": "https://github.com/bl0cknumber/nuxt-web3",
5444
- "website": "https://github.com/bl0cknumber/nuxt-web3",
5445
- "learn_more": "https://web3js.readthedocs.io/",
5446
- "category": "Libraries",
5447
- "type": "3rd-party",
5448
- "maintainers": [
5449
- {
5450
- "name": "Muhammad Fauzan",
5451
- "github": "bl0cknumber",
5452
- "twitter": "fncolon"
5453
- }
5454
- ],
5455
- "compatibility": {
5456
- "nuxt": "^2.0.0",
5457
- "requires": {}
5458
- }
5459
- },
5460
6026
  {
5461
6027
  "name": "webfontloader",
5462
6028
  "description": "Efficient web font loading has never been easier!",
@@ -5571,6 +6137,28 @@
5571
6137
  "requires": {}
5572
6138
  }
5573
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
+ },
5574
6162
  {
5575
6163
  "name": "windicss",
5576
6164
  "description": "Next generation utility-first CSS framework.",
@@ -5714,6 +6302,29 @@
5714
6302
  "requires": {}
5715
6303
  }
5716
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
+ },
5717
6328
  {
5718
6329
  "name": "yandex-metrika",
5719
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-9e1b10",
3
+ "version": "0.6.0-a37195",
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.31.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.22.0"
32
+ "packageManager": "pnpm@7.27.1"
33
33
  }