@nuxt/modules 0.6.0-de9bf1 → 0.6.0-e76ddf

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 +530 -73
  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
@@ -124,29 +124,6 @@
124
124
  "requires": {}
125
125
  }
126
126
  },
127
- {
128
- "name": "prometheus",
129
- "description": "Prometheus metrics for NodeJS and a set of custom metrics for Nuxt applications",
130
- "repo": "artmizu/nuxt-prometheus",
131
- "npm": "@artmizu/nuxt-prometheus",
132
- "icon": "prometheus.svg",
133
- "github": "https://github.com/artmizu/nuxt-prometheus",
134
- "website": "",
135
- "learn_more": "",
136
- "category": "Monitoring",
137
- "type": "3rd-party",
138
- "maintainers": [
139
- {
140
- "name": "Aleksandr Saburov",
141
- "github": "artmizu",
142
- "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
143
- }
144
- ],
145
- "compatibility": {
146
- "nuxt": "^2.0.0 || ^3.0.0",
147
- "requires": {}
148
- }
149
- },
150
127
  {
151
128
  "name": "animejs",
152
129
  "description": "Anime.js module for Nuxt.js",
@@ -176,7 +153,7 @@
176
153
  "npm": "nuxt-api-party",
177
154
  "icon": "api-party.svg",
178
155
  "github": "https://github.com/johannschopplich/nuxt-api-party",
179
- "website": "https://github.com/johannschopplich/nuxt-api-party#readme",
156
+ "website": "https://nuxt-api-party.jhnn.dev/",
180
157
  "learn_more": "",
181
158
  "category": "Request",
182
159
  "type": "3rd-party",
@@ -272,7 +249,7 @@
272
249
  "github": "https://github.com/Hrdtr/nuxt-appwrite",
273
250
  "website": "https://github.com/Hrdtr/nuxt-appwrite",
274
251
  "learn_more": "",
275
- "category": "Request",
252
+ "category": "Database",
276
253
  "type": "3rd-party",
277
254
  "maintainers": [
278
255
  {
@@ -281,7 +258,7 @@
281
258
  }
282
259
  ],
283
260
  "compatibility": {
284
- "nuxt": "^2.0.0",
261
+ "nuxt": "^3.0.0",
285
262
  "requires": {}
286
263
  }
287
264
  },
@@ -574,11 +551,11 @@
574
551
  {
575
552
  "name": "chatwoot",
576
553
  "description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
577
- "repo": "huntersofbook/huntersofbook#main/projects/chatwoot/packages/nuxt",
578
- "npm": "@huntersofbook/chatwoot-nuxt",
554
+ "repo": "productdevbookcom/chatwoot",
555
+ "npm": "@productdevbook/chatwoot",
579
556
  "icon": "chatwoot.png",
580
- "github": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
581
- "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",
582
559
  "learn_more": "https://www.chatwoot.com",
583
560
  "category": "Libraries",
584
561
  "type": "3rd-party",
@@ -664,7 +641,7 @@
664
641
  "description": "Cloudflare Web Analytics Module for Nuxt",
665
642
  "repo": "hamlogic/nuxt-cloudflare-analytics",
666
643
  "npm": "nuxt-cloudflare-analytics",
667
- "icon": "cloudflare-analytics.svg",
644
+ "icon": "cloudflare.svg",
668
645
  "github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
669
646
  "website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
670
647
  "learn_more": "https://www.cloudflare.com/web-analytics/",
@@ -780,6 +757,29 @@
780
757
  "requires": {}
781
758
  }
782
759
  },
760
+ {
761
+ "name": "content-assets",
762
+ "description": "Enable locally-located assets in Nuxt Content",
763
+ "repo": "davestewart/nuxt-content-assets",
764
+ "npm": "nuxt-content-assets",
765
+ "icon": "content-assets.png",
766
+ "github": "https://github.com/davestewart/nuxt-content-assets",
767
+ "website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
768
+ "learn_more": "",
769
+ "category": "Images",
770
+ "type": "3rd-party",
771
+ "maintainers": [
772
+ {
773
+ "name": "davestewart",
774
+ "github": "davestewart",
775
+ "twitter": "dave_stewart"
776
+ }
777
+ ],
778
+ "compatibility": {
779
+ "nuxt": "^3.0.0",
780
+ "requires": {}
781
+ }
782
+ },
783
783
  {
784
784
  "name": "content",
785
785
  "description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
@@ -952,11 +952,11 @@
952
952
  }
953
953
  },
954
954
  {
955
- "name": "datocms",
956
- "description": "DatoCMS integration for Nuxt.js",
955
+ "name": "datocms-nuxt2",
956
+ "description": "DatoCMS integration for Nuxt.js v2",
957
957
  "repo": "voorhoede/nuxt-datocms-module",
958
958
  "npm": "@voorhoede/nuxt-datocms-module",
959
- "icon": "datocms.png",
959
+ "icon": "datocms.svg",
960
960
  "github": "https://github.com/voorhoede/nuxt-datocms-module",
961
961
  "website": "https://github.com/voorhoede/nuxt-datocms-module",
962
962
  "learn_more": "https://www.datocms.com/",
@@ -973,6 +973,30 @@
973
973
  "requires": {}
974
974
  }
975
975
  },
976
+ {
977
+ "name": "datocms",
978
+ "description": "DatoCMS module for Nuxt",
979
+ "repo": "hex-digital/nuxt-datocms",
980
+ "npm": "@hexdigital/nuxt-datocms",
981
+ "icon": "datocms.svg",
982
+ "github": "https://github.com/hex-digital/nuxt-datocms",
983
+ "website": "https://github.com/hex-digital/nuxt-datocms#readme",
984
+ "learn_more": "https://www.datocms.com/",
985
+ "category": "CMS",
986
+ "type": "3rd-party",
987
+ "maintainers": [
988
+ {
989
+ "name": "Jamie Warburton",
990
+ "github": "jamiewarb",
991
+ "twitter": "jamiewarb",
992
+ "avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
993
+ }
994
+ ],
995
+ "compatibility": {
996
+ "nuxt": "^3.0.0",
997
+ "requires": {}
998
+ }
999
+ },
976
1000
  {
977
1001
  "name": "dayjs",
978
1002
  "description": "The best way for use Day.js easily in your Nuxt.js project.",
@@ -1041,6 +1065,29 @@
1041
1065
  "requires": {}
1042
1066
  }
1043
1067
  },
1068
+ {
1069
+ "name": "devtools",
1070
+ "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1071
+ "repo": "nuxt/devtools#main",
1072
+ "npm": "@nuxt/devtools",
1073
+ "icon": "nuxt.png",
1074
+ "github": "https://github.com/nuxt/devtools",
1075
+ "website": "https://devtools.nuxtjs.org/",
1076
+ "learn_more": "",
1077
+ "category": "Devtools",
1078
+ "type": "official",
1079
+ "maintainers": [
1080
+ {
1081
+ "name": "Anthony Fu",
1082
+ "github": "antfu",
1083
+ "twitter": "antfu7"
1084
+ }
1085
+ ],
1086
+ "compatibility": {
1087
+ "nuxt": "^3.0.0",
1088
+ "requires": {}
1089
+ }
1090
+ },
1044
1091
  {
1045
1092
  "name": "directus",
1046
1093
  "description": "Easily connect your Nuxt3 application to your directus server.",
@@ -1143,6 +1190,28 @@
1143
1190
  "requires": {}
1144
1191
  }
1145
1192
  },
1193
+ {
1194
+ "name": "electron",
1195
+ "description": "Integrate Nuxt and Electron.",
1196
+ "repo": "caoxiemeihao/nuxt-electron",
1197
+ "npm": "nuxt-electron",
1198
+ "icon": "electron.svg",
1199
+ "github": "https://github.com/caoxiemeihao/nuxt-electron",
1200
+ "website": "https://github.com/caoxiemeihao/nuxt-electron",
1201
+ "learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
1202
+ "category": "Extensions",
1203
+ "type": "3rd-party",
1204
+ "maintainers": [
1205
+ {
1206
+ "name": "草鞋没号",
1207
+ "github": "caoxiemeihao"
1208
+ }
1209
+ ],
1210
+ "compatibility": {
1211
+ "nuxt": "^3.0.0",
1212
+ "requires": {}
1213
+ }
1214
+ },
1146
1215
  {
1147
1216
  "name": "element-plus",
1148
1217
  "description": "A Vue 3 based component library for designers and developers",
@@ -1213,7 +1282,7 @@
1213
1282
  }
1214
1283
  ],
1215
1284
  "compatibility": {
1216
- "nuxt": "^2.0.0",
1285
+ "nuxt": "^2.0.0 || ^3.0.0",
1217
1286
  "requires": {}
1218
1287
  }
1219
1288
  },
@@ -1718,6 +1787,30 @@
1718
1787
  "requires": {}
1719
1788
  }
1720
1789
  },
1790
+ {
1791
+ "name": "gtag",
1792
+ "description": "Google Analytics integration for Nuxt 3",
1793
+ "repo": "johannschopplich/nuxt-gtag",
1794
+ "npm": "nuxt-gtag",
1795
+ "icon": "gtag.svg",
1796
+ "github": "https://github.com/johannschopplich/nuxt-gtag",
1797
+ "website": "https://github.com/johannschopplich/nuxt-gtag#readme",
1798
+ "learn_more": "",
1799
+ "category": "Analytics",
1800
+ "type": "3rd-party",
1801
+ "maintainers": [
1802
+ {
1803
+ "name": "Johann Schopplich",
1804
+ "github": "johannschopplich",
1805
+ "twitter": "jschopplich",
1806
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
1807
+ }
1808
+ ],
1809
+ "compatibility": {
1810
+ "nuxt": "^3.0.0",
1811
+ "requires": {}
1812
+ }
1813
+ },
1721
1814
  {
1722
1815
  "name": "gtm",
1723
1816
  "description": "Google Tag Manager Module for Nuxt.js",
@@ -2372,7 +2465,7 @@
2372
2465
  },
2373
2466
  {
2374
2467
  "name": "link-checker",
2375
- "description": "",
2468
+ "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2376
2469
  "repo": "harlan-zw/nuxt-link-checker",
2377
2470
  "npm": "nuxt-link-checker",
2378
2471
  "icon": "",
@@ -2602,6 +2695,31 @@
2602
2695
  "requires": {}
2603
2696
  }
2604
2697
  },
2698
+ {
2699
+ "name": "medusa",
2700
+ "description": "Easily connect to Medusa from your Nuxt 3 application",
2701
+ "repo": "Baroshem/nuxt-medusa",
2702
+ "npm": "nuxt-medusa",
2703
+ "icon": "medusa.svg",
2704
+ "github": "https://github.com/Baroshem/nuxt-medusa/",
2705
+ "website": "https://nuxt-medusa.vercel.app/",
2706
+ "learn_more": "https://nuxt-medusa.vercel.app/",
2707
+ "category": "Ecommerce",
2708
+ "type": "3rd-party",
2709
+ "maintainers": [
2710
+ {
2711
+ "name": "Jakub Andrzejewski",
2712
+ "github": "Baroshem",
2713
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
2714
+ }
2715
+ ],
2716
+ "compatibility": {
2717
+ "nuxt": "^2.0.0 || ^3.0.0",
2718
+ "requires": {
2719
+ "bridge": true
2720
+ }
2721
+ }
2722
+ },
2605
2723
  {
2606
2724
  "name": "meilisearch",
2607
2725
  "description": "Meilisearch Instant Search module for Nuxt 3",
@@ -2671,6 +2789,29 @@
2671
2789
  "requires": {}
2672
2790
  }
2673
2791
  },
2792
+ {
2793
+ "name": "module-feed",
2794
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
2795
+ "repo": "tresko/nuxt-module-feed",
2796
+ "npm": "nuxt-module-feed",
2797
+ "icon": "",
2798
+ "github": "https://github.com/tresko/nuxt-module-feed",
2799
+ "website": "https://github.com/tresko/nuxt-module-feed",
2800
+ "learn_more": "",
2801
+ "category": "SEO",
2802
+ "type": "3rd-party",
2803
+ "maintainers": [
2804
+ {
2805
+ "name": "Miha Sedej",
2806
+ "github": "tresko",
2807
+ "twitter": "mihasedej"
2808
+ }
2809
+ ],
2810
+ "compatibility": {
2811
+ "nuxt": "^3.0.0",
2812
+ "requires": {}
2813
+ }
2814
+ },
2674
2815
  {
2675
2816
  "name": "moment",
2676
2817
  "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
@@ -2881,6 +3022,28 @@
2881
3022
  "requires": {}
2882
3023
  }
2883
3024
  },
3025
+ {
3026
+ "name": "nuxt-chatgpt",
3027
+ "description": "ChatGPT integration for Nuxt 3",
3028
+ "repo": "schnapsterdog/nuxt-chatgpt",
3029
+ "npm": "nuxt-chatgpt",
3030
+ "icon": "chatgpt.svg",
3031
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3032
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3033
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3034
+ "category": "Libraries",
3035
+ "type": "3rd-party",
3036
+ "maintainers": [
3037
+ {
3038
+ "name": "Oliver Trajceski",
3039
+ "github": "schnapsterdog"
3040
+ }
3041
+ ],
3042
+ "compatibility": {
3043
+ "nuxt": "^3.0.0",
3044
+ "requires": {}
3045
+ }
3046
+ },
2884
3047
  {
2885
3048
  "name": "nuxt-graphql-middleware",
2886
3049
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3002,6 +3165,28 @@
3002
3165
  "requires": {}
3003
3166
  }
3004
3167
  },
3168
+ {
3169
+ "name": "nuxt-mapbox",
3170
+ "description": "Elegant Mapbox integration with Nuxt",
3171
+ "repo": "AlexLavoie42/Nuxt-Mapbox",
3172
+ "npm": "nuxt-mapbox",
3173
+ "icon": "nuxt-mapbox.svg",
3174
+ "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3175
+ "website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3176
+ "learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3177
+ "category": "Libraries",
3178
+ "type": "3rd-party",
3179
+ "maintainers": [
3180
+ {
3181
+ "name": "Alex Lavoie",
3182
+ "github": "AlexLavoie42"
3183
+ }
3184
+ ],
3185
+ "compatibility": {
3186
+ "nuxt": "^3.0.0",
3187
+ "requires": {}
3188
+ }
3189
+ },
3005
3190
  {
3006
3191
  "name": "nuxt-monaco-editor",
3007
3192
  "description": "Integrate monaco-editor with Nuxt",
@@ -3024,6 +3209,51 @@
3024
3209
  "requires": {}
3025
3210
  }
3026
3211
  },
3212
+ {
3213
+ "name": "nuxt-mongoose",
3214
+ "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
3215
+ "repo": "arashsheyda/nuxt-mongoose",
3216
+ "npm": "nuxt-mongoose",
3217
+ "icon": "",
3218
+ "github": "https://github.com/arashsheyda/nuxt-mongoose",
3219
+ "website": "https://github.com/arashsheyda/nuxt-mongoose",
3220
+ "learn_more": "",
3221
+ "category": "Database",
3222
+ "type": "3rd-party",
3223
+ "maintainers": [
3224
+ {
3225
+ "name": "arashsheyda",
3226
+ "github": "arashsheyda"
3227
+ }
3228
+ ],
3229
+ "compatibility": {
3230
+ "nuxt": "^3.0.0",
3231
+ "requires": {}
3232
+ }
3233
+ },
3234
+ {
3235
+ "name": "nuxt-pdf",
3236
+ "description": "Zero-boilerplate PDF exports of your Pages and Components",
3237
+ "repo": "sidebase/nuxt-pdf",
3238
+ "npm": "@sidebase/nuxt-pdf",
3239
+ "icon": "nuxt-pdf.png",
3240
+ "github": "https://github.com/sidebase/nuxt-pdf",
3241
+ "website": "https://sidebase.io/nuxt-pdf",
3242
+ "learn_more": "https://github.com/sidebase",
3243
+ "category": "Extensions",
3244
+ "type": "3rd-party",
3245
+ "maintainers": [
3246
+ {
3247
+ "name": "sidebase",
3248
+ "github": "sidebase",
3249
+ "twitter": "sidebase_io"
3250
+ }
3251
+ ],
3252
+ "compatibility": {
3253
+ "nuxt": "^3.0.0",
3254
+ "requires": {}
3255
+ }
3256
+ },
3027
3257
  {
3028
3258
  "name": "nuxt-pino-log",
3029
3259
  "description": "Structured logs for nuxt apps using pino",
@@ -3299,6 +3529,28 @@
3299
3529
  "requires": {}
3300
3530
  }
3301
3531
  },
3532
+ {
3533
+ "name": "nuxt-vuetify",
3534
+ "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3535
+ "repo": "invictus-codes/nuxt-vuetify",
3536
+ "npm": "@invictus.codes/nuxt-vuetify",
3537
+ "icon": "vuetify-logo-v3-dark.svg",
3538
+ "github": "https://github.com/invictus-codes/nuxt-vuetify",
3539
+ "website": "https://invictus-codes.github.io/nuxt-vuetify/",
3540
+ "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
3541
+ "category": "UI",
3542
+ "type": "3rd-party",
3543
+ "maintainers": [
3544
+ {
3545
+ "name": "Jens van Hellemondt",
3546
+ "github": "invictus-codes"
3547
+ }
3548
+ ],
3549
+ "compatibility": {
3550
+ "nuxt": "^3.0.0",
3551
+ "requires": {}
3552
+ }
3553
+ },
3302
3554
  {
3303
3555
  "name": "nuxt7",
3304
3556
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -3628,11 +3880,11 @@
3628
3880
  "description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
3629
3881
  "repo": "artmizu/nuxt-prometheus",
3630
3882
  "npm": "@artmizu/nuxt-prometheus",
3631
- "icon": "",
3883
+ "icon": "prometheus.svg",
3632
3884
  "github": "https://github.com/artmizu/nuxt-prometheus",
3633
3885
  "website": "https://github.com/artmizu/nuxt-prometheus",
3634
3886
  "learn_more": "",
3635
- "category": "Devtools",
3887
+ "category": "Monitoring",
3636
3888
  "type": "3rd-party",
3637
3889
  "maintainers": [
3638
3890
  {
@@ -3641,7 +3893,7 @@
3641
3893
  }
3642
3894
  ],
3643
3895
  "compatibility": {
3644
- "nuxt": "^2.0.0",
3896
+ "nuxt": "^3.0.0",
3645
3897
  "requires": {}
3646
3898
  }
3647
3899
  },
@@ -3782,6 +4034,28 @@
3782
4034
  "requires": {}
3783
4035
  }
3784
4036
  },
4037
+ {
4038
+ "name": "quasar",
4039
+ "description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
4040
+ "repo": "Maiquu/nuxt-quasar",
4041
+ "npm": "nuxt-quasar-ui",
4042
+ "icon": "quasar.svg",
4043
+ "github": "https://github.com/Maiquu/nuxt-quasar",
4044
+ "website": "https://quasar.dev/",
4045
+ "learn_more": "https://github.com/Maiquu/nuxt-quasar",
4046
+ "category": "UI",
4047
+ "type": "3rd-party",
4048
+ "maintainers": [
4049
+ {
4050
+ "name": "Ege İliklier",
4051
+ "github": "Maiquu"
4052
+ }
4053
+ ],
4054
+ "compatibility": {
4055
+ "nuxt": "^3.0.0",
4056
+ "requires": {}
4057
+ }
4058
+ },
3785
4059
  {
3786
4060
  "name": "recaptcha",
3787
4061
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
@@ -4082,8 +4356,8 @@
4082
4356
  {
4083
4357
  "name": "seo-kit",
4084
4358
  "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
4085
- "repo": "harlan-zw/nuxt-seo-kit",
4086
- "npm": "nuxt-seo-kit-mono",
4359
+ "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4360
+ "npm": "nuxt-seo-kit",
4087
4361
  "icon": "seo-kit.svg",
4088
4362
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4089
4363
  "website": "https://github.com/harlan-zw/nuxt-seo-kit",
@@ -4330,26 +4604,48 @@
4330
4604
  "requires": {}
4331
4605
  }
4332
4606
  },
4607
+ {
4608
+ "name": "snackbar",
4609
+ "description": "Nuxt Snackbar module using vue3-snackbar",
4610
+ "repo": "modbender/nuxt-snackbar#master",
4611
+ "npm": "nuxt-snackbar",
4612
+ "icon": "snackbar.png",
4613
+ "github": "https://github.com/modbender/nuxt-snackbar/tree/master",
4614
+ "website": "https://github.com/modbender/nuxt-snackbar/tree/master",
4615
+ "learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
4616
+ "category": "UI",
4617
+ "type": "3rd-party",
4618
+ "maintainers": [
4619
+ {
4620
+ "name": "modbender",
4621
+ "github": "modbender"
4622
+ }
4623
+ ],
4624
+ "compatibility": {
4625
+ "nuxt": "^3.0.0",
4626
+ "requires": {}
4627
+ }
4628
+ },
4333
4629
  {
4334
4630
  "name": "snipcart",
4335
4631
  "description": "Snipcart integration module for Nuxt.js",
4336
- "repo": "nuxt-community/snipcart-module",
4632
+ "repo": "nuxt-modules/snipcart",
4337
4633
  "npm": "@nuxtjs/snipcart",
4338
4634
  "icon": "snipcart.png",
4339
- "github": "https://github.com/nuxt-community/snipcart-module",
4340
- "website": "https://github.com/nuxt-community/snipcart-module",
4341
- "learn_more": "",
4342
- "category": "Payment",
4635
+ "github": "https://github.com/nuxt-modules/snipcart",
4636
+ "website": "https://github.com/nuxt-modules/snipcart",
4637
+ "learn_more": "https://snipcart.com",
4638
+ "category": "Ecommerce",
4343
4639
  "type": "community",
4344
4640
  "maintainers": [
4345
4641
  {
4346
4642
  "name": "Florent GIRAUD",
4347
- "github": "f3ltron",
4348
- "twitter": "giraud_florent"
4643
+ "github": "flozero",
4644
+ "twitter": "flozeroo"
4349
4645
  }
4350
4646
  ],
4351
4647
  "compatibility": {
4352
- "nuxt": "^2.0.0",
4648
+ "nuxt": "^2.0.0 || ^3.0.0",
4353
4649
  "requires": {}
4354
4650
  }
4355
4651
  },
@@ -4686,7 +4982,7 @@
4686
4982
  }
4687
4983
  ],
4688
4984
  "compatibility": {
4689
- "nuxt": "^2.0.0",
4985
+ "nuxt": "^2.0.0 || ^3.0.0",
4690
4986
  "requires": {}
4691
4987
  }
4692
4988
  },
@@ -4857,6 +5153,29 @@
4857
5153
  "requires": {}
4858
5154
  }
4859
5155
  },
5156
+ {
5157
+ "name": "tailvue",
5158
+ "description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
5159
+ "repo": "fumeapp/tailvue",
5160
+ "npm": "tailvue",
5161
+ "icon": "tailvue.jpg",
5162
+ "github": "https://github.com/fumeapp/tailvue",
5163
+ "website": "https://github.com/fumeapp/tailvue",
5164
+ "learn_more": "https://github.com/fumeapp/tailvue#readme",
5165
+ "category": "UI",
5166
+ "type": "3rd-party",
5167
+ "maintainers": [
5168
+ {
5169
+ "name": "Kevin Olson",
5170
+ "github": "acidjazz",
5171
+ "twitter": "AppFume"
5172
+ }
5173
+ ],
5174
+ "compatibility": {
5175
+ "nuxt": "^3.0.0",
5176
+ "requires": {}
5177
+ }
5178
+ },
4860
5179
  {
4861
5180
  "name": "tailwindcss",
4862
5181
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
@@ -5245,6 +5564,29 @@
5245
5564
  }
5246
5565
  }
5247
5566
  },
5567
+ {
5568
+ "name": "ununuracss",
5569
+ "description": "A Real CSS Engine. Only Scoped.",
5570
+ "repo": "novout/ununuracss#main/packages/nuxt",
5571
+ "npm": "nuxt-ununura",
5572
+ "icon": "ununuracss.png",
5573
+ "github": "https://github.com/novout/ununuracss",
5574
+ "website": "https://ununura.com/#/",
5575
+ "learn_more": "https://ununura.com/#/docs/why",
5576
+ "category": "UI",
5577
+ "type": "3rd-party",
5578
+ "maintainers": [
5579
+ {
5580
+ "name": "Giovane Cardoso",
5581
+ "github": "novout",
5582
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
5583
+ }
5584
+ ],
5585
+ "compatibility": {
5586
+ "nuxt": "^2.0.0 || ^3.0.0",
5587
+ "requires": {}
5588
+ }
5589
+ },
5248
5590
  {
5249
5591
  "name": "user-agent",
5250
5592
  "description": "Nuxt.js module for handling User-Agent.",
@@ -5289,6 +5631,76 @@
5289
5631
  "requires": {}
5290
5632
  }
5291
5633
  },
5634
+ {
5635
+ "name": "vant",
5636
+ "description": "A lightweight, customizable Vue UI library for mobile web apps.",
5637
+ "repo": "vant-ui/vant-nuxt",
5638
+ "npm": "@vant/nuxt",
5639
+ "icon": "vant.png",
5640
+ "github": "https://github.com/vant-ui/vant-nuxt",
5641
+ "website": "https://vant-ui.github.io/vant",
5642
+ "learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
5643
+ "category": "UI",
5644
+ "type": "3rd-party",
5645
+ "maintainers": [
5646
+ {
5647
+ "name": "tolking",
5648
+ "github": "tolking"
5649
+ }
5650
+ ],
5651
+ "compatibility": {
5652
+ "nuxt": "^3.0.0",
5653
+ "requires": {
5654
+ "bridge": "optional"
5655
+ }
5656
+ }
5657
+ },
5658
+ {
5659
+ "name": "varlet",
5660
+ "description": "A Material design mobile component library developed based on Vue3",
5661
+ "repo": "varletjs/varlet-nuxt",
5662
+ "npm": "@varlet/nuxt",
5663
+ "icon": "varlet.svg",
5664
+ "github": "https://github.com/varletjs/varlet",
5665
+ "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
5666
+ "learn_more": "https://github.com/varletjs/varlet-nuxt",
5667
+ "category": "UI",
5668
+ "type": "3rd-party",
5669
+ "maintainers": [
5670
+ {
5671
+ "name": "zhangmo8",
5672
+ "github": "zhangmo8"
5673
+ }
5674
+ ],
5675
+ "compatibility": {
5676
+ "nuxt": "^3.0.0",
5677
+ "requires": {
5678
+ "bridge": "optional"
5679
+ }
5680
+ }
5681
+ },
5682
+ {
5683
+ "name": "vee-validate",
5684
+ "description": "Painless Vue forms for Nuxt.js",
5685
+ "repo": "logaretm/vee-validate#main/packages/nuxt",
5686
+ "npm": "@vee-validate/nuxt",
5687
+ "icon": "vee-validate.png",
5688
+ "github": "https://github.com/logaretm/vee-validate/",
5689
+ "website": "https://vee-validate.logaretm.com/v4/",
5690
+ "learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
5691
+ "category": "Libraries",
5692
+ "type": "3rd-party",
5693
+ "maintainers": [
5694
+ {
5695
+ "name": "Abdelrahman Awad",
5696
+ "github": "logaretm"
5697
+ }
5698
+ ],
5699
+ "compatibility": {
5700
+ "nuxt": "^3.0.0",
5701
+ "requires": {}
5702
+ }
5703
+ },
5292
5704
  {
5293
5705
  "name": "vendor",
5294
5706
  "description": "directly serve node_modules",
@@ -5645,6 +6057,29 @@
5645
6057
  "requires": {}
5646
6058
  }
5647
6059
  },
6060
+ {
6061
+ "name": "vunix",
6062
+ "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.",
6063
+ "repo": "gaetansenn/vunix#main/packages/nuxt",
6064
+ "npm": "@vunix/nuxt",
6065
+ "icon": "",
6066
+ "github": "https://github.com/gaetansenn/vunix",
6067
+ "website": "https://vunix.dewib.com/",
6068
+ "learn_more": "",
6069
+ "category": "UI",
6070
+ "type": "3rd-party",
6071
+ "maintainers": [
6072
+ {
6073
+ "name": "Gaetan SENN",
6074
+ "github": "gaetansenn",
6075
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6076
+ }
6077
+ ],
6078
+ "compatibility": {
6079
+ "nuxt": "^3.0.0",
6080
+ "requires": {}
6081
+ }
6082
+ },
5648
6083
  {
5649
6084
  "name": "web-vitals",
5650
6085
  "description": "Web Vitals for Nuxt",
@@ -5679,29 +6114,6 @@
5679
6114
  }
5680
6115
  }
5681
6116
  },
5682
- {
5683
- "name": "web3js",
5684
- "description": "Web3.js module integration for Nuxt.js",
5685
- "repo": "bl0cknumber/nuxt-web3",
5686
- "npm": "nuxt-web3",
5687
- "icon": "web3js.svg",
5688
- "github": "https://github.com/bl0cknumber/nuxt-web3",
5689
- "website": "https://github.com/bl0cknumber/nuxt-web3",
5690
- "learn_more": "https://web3js.readthedocs.io/",
5691
- "category": "Libraries",
5692
- "type": "3rd-party",
5693
- "maintainers": [
5694
- {
5695
- "name": "Muhammad Fauzan",
5696
- "github": "bl0cknumber",
5697
- "twitter": "fncolon"
5698
- }
5699
- ],
5700
- "compatibility": {
5701
- "nuxt": "^2.0.0",
5702
- "requires": {}
5703
- }
5704
- },
5705
6117
  {
5706
6118
  "name": "webfontloader",
5707
6119
  "description": "Efficient web font loading has never been easier!",
@@ -5816,6 +6228,28 @@
5816
6228
  "requires": {}
5817
6229
  }
5818
6230
  },
6231
+ {
6232
+ "name": "well-known",
6233
+ "description": "A Nuxt.js module to add well-known URIs using middlewares",
6234
+ "repo": "zadigetvoltaire/nuxt-well-known",
6235
+ "npm": "@zadigetvoltaire/nuxt-well-known",
6236
+ "icon": "well-known.svg",
6237
+ "github": "https://github.com/zadigetvoltaire/nuxt-well-known",
6238
+ "website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
6239
+ "learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
6240
+ "category": "SEO",
6241
+ "type": "3rd-party",
6242
+ "maintainers": [
6243
+ {
6244
+ "name": "Zadig&Voltaire Team",
6245
+ "github": "https://github.com/zadigetvoltaire"
6246
+ }
6247
+ ],
6248
+ "compatibility": {
6249
+ "nuxt": "^3.0.0",
6250
+ "requires": {}
6251
+ }
6252
+ },
5819
6253
  {
5820
6254
  "name": "windicss",
5821
6255
  "description": "Next generation utility-first CSS framework.",
@@ -5959,6 +6393,29 @@
5959
6393
  "requires": {}
5960
6394
  }
5961
6395
  },
6396
+ {
6397
+ "name": "yandex-metrika-next",
6398
+ "description": "Yandex Metrika integration for Nuxt",
6399
+ "repo": "artmizu/yandex-metrika-nuxt",
6400
+ "npm": "@artmizu/yandex-metrika-nuxt",
6401
+ "icon": "yandex-metrika.svg",
6402
+ "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6403
+ "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6404
+ "learn_more": "",
6405
+ "category": "Analytics",
6406
+ "type": "3rd-party",
6407
+ "maintainers": [
6408
+ {
6409
+ "name": "Aleksandr Saburov",
6410
+ "github": "artmizu",
6411
+ "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6412
+ }
6413
+ ],
6414
+ "compatibility": {
6415
+ "nuxt": "^3.0.0",
6416
+ "requires": {}
6417
+ }
6418
+ },
5962
6419
  {
5963
6420
  "name": "yandex-metrika",
5964
6421
  "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-de9bf1",
3
+ "version": "0.6.0-e76ddf",
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
  }