@nuxt/modules 0.6.0-624cd3 → 0.6.0-8441b4

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 +188 -53
  3. package/package.json +1 -1
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",
@@ -1235,7 +1212,7 @@
1235
1212
  }
1236
1213
  ],
1237
1214
  "compatibility": {
1238
- "nuxt": "^2.0.0",
1215
+ "nuxt": "^2.0.0 || ^3.0.0",
1239
1216
  "requires": {}
1240
1217
  }
1241
1218
  },
@@ -1740,6 +1717,30 @@
1740
1717
  "requires": {}
1741
1718
  }
1742
1719
  },
1720
+ {
1721
+ "name": "gtag",
1722
+ "description": "Google Analytics integration for Nuxt 3",
1723
+ "repo": "johannschopplich/nuxt-gtag",
1724
+ "npm": "nuxt-gtag",
1725
+ "icon": "gtag.svg",
1726
+ "github": "https://github.com/johannschopplich/nuxt-gtag",
1727
+ "website": "https://github.com/johannschopplich/nuxt-gtag#readme",
1728
+ "learn_more": "",
1729
+ "category": "Analytics",
1730
+ "type": "3rd-party",
1731
+ "maintainers": [
1732
+ {
1733
+ "name": "Johann Schopplich",
1734
+ "github": "johannschopplich",
1735
+ "twitter": "jschopplich",
1736
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
1737
+ }
1738
+ ],
1739
+ "compatibility": {
1740
+ "nuxt": "^3.0.0",
1741
+ "requires": {}
1742
+ }
1743
+ },
1743
1744
  {
1744
1745
  "name": "gtm",
1745
1746
  "description": "Google Tag Manager Module for Nuxt.js",
@@ -2394,7 +2395,7 @@
2394
2395
  },
2395
2396
  {
2396
2397
  "name": "link-checker",
2397
- "description": "",
2398
+ "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2398
2399
  "repo": "harlan-zw/nuxt-link-checker",
2399
2400
  "npm": "nuxt-link-checker",
2400
2401
  "icon": "",
@@ -2718,6 +2719,29 @@
2718
2719
  "requires": {}
2719
2720
  }
2720
2721
  },
2722
+ {
2723
+ "name": "module-feed",
2724
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
2725
+ "repo": "tresko/nuxt-module-feed",
2726
+ "npm": "nuxt-module-feed",
2727
+ "icon": "",
2728
+ "github": "https://github.com/tresko/nuxt-module-feed",
2729
+ "website": "https://github.com/tresko/nuxt-module-feed",
2730
+ "learn_more": "",
2731
+ "category": "SEO",
2732
+ "type": "3rd-party",
2733
+ "maintainers": [
2734
+ {
2735
+ "name": "Miha Sedej",
2736
+ "github": "tresko",
2737
+ "twitter": "mihasedej"
2738
+ }
2739
+ ],
2740
+ "compatibility": {
2741
+ "nuxt": "^3.0.0",
2742
+ "requires": {}
2743
+ }
2744
+ },
2721
2745
  {
2722
2746
  "name": "moment",
2723
2747
  "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
@@ -2928,6 +2952,28 @@
2928
2952
  "requires": {}
2929
2953
  }
2930
2954
  },
2955
+ {
2956
+ "name": "nuxt-chatgpt",
2957
+ "description": "ChatGPT integration for Nuxt 3",
2958
+ "repo": "schnapsterdog/nuxt-chatgpt",
2959
+ "npm": "nuxt-chatgpt",
2960
+ "icon": "chatgpt.svg",
2961
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
2962
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
2963
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
2964
+ "category": "Libraries",
2965
+ "type": "3rd-party",
2966
+ "maintainers": [
2967
+ {
2968
+ "name": "Oliver Trajceski",
2969
+ "github": "schnapsterdog"
2970
+ }
2971
+ ],
2972
+ "compatibility": {
2973
+ "nuxt": "^3.0.0",
2974
+ "requires": {}
2975
+ }
2976
+ },
2931
2977
  {
2932
2978
  "name": "nuxt-graphql-middleware",
2933
2979
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3049,6 +3095,28 @@
3049
3095
  "requires": {}
3050
3096
  }
3051
3097
  },
3098
+ {
3099
+ "name": "nuxt-mapbox",
3100
+ "description": "Elegant Mapbox integration with Nuxt",
3101
+ "repo": "AlexLavoie42/Nuxt-Mapbox",
3102
+ "npm": "nuxt-mapbox",
3103
+ "icon": "nuxt-mapbox.svg",
3104
+ "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3105
+ "website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3106
+ "learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3107
+ "category": "Libraries",
3108
+ "type": "3rd-party",
3109
+ "maintainers": [
3110
+ {
3111
+ "name": "Alex Lavoie",
3112
+ "github": "AlexLavoie42"
3113
+ }
3114
+ ],
3115
+ "compatibility": {
3116
+ "nuxt": "^3.0.0",
3117
+ "requires": {}
3118
+ }
3119
+ },
3052
3120
  {
3053
3121
  "name": "nuxt-monaco-editor",
3054
3122
  "description": "Integrate monaco-editor with Nuxt",
@@ -3698,11 +3766,11 @@
3698
3766
  "description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
3699
3767
  "repo": "artmizu/nuxt-prometheus",
3700
3768
  "npm": "@artmizu/nuxt-prometheus",
3701
- "icon": "",
3769
+ "icon": "prometheus.svg",
3702
3770
  "github": "https://github.com/artmizu/nuxt-prometheus",
3703
3771
  "website": "https://github.com/artmizu/nuxt-prometheus",
3704
3772
  "learn_more": "",
3705
- "category": "Devtools",
3773
+ "category": "Monitoring",
3706
3774
  "type": "3rd-party",
3707
3775
  "maintainers": [
3708
3776
  {
@@ -3711,7 +3779,7 @@
3711
3779
  }
3712
3780
  ],
3713
3781
  "compatibility": {
3714
- "nuxt": "^2.0.0",
3782
+ "nuxt": "^3.0.0",
3715
3783
  "requires": {}
3716
3784
  }
3717
3785
  },
@@ -3852,6 +3920,28 @@
3852
3920
  "requires": {}
3853
3921
  }
3854
3922
  },
3923
+ {
3924
+ "name": "quasar",
3925
+ "description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
3926
+ "repo": "Maiquu/nuxt-quasar",
3927
+ "npm": "nuxt-quasar-ui",
3928
+ "icon": "quasar.svg",
3929
+ "github": "https://github.com/Maiquu/nuxt-quasar",
3930
+ "website": "https://quasar.dev/",
3931
+ "learn_more": "https://github.com/Maiquu/nuxt-quasar",
3932
+ "category": "UI",
3933
+ "type": "3rd-party",
3934
+ "maintainers": [
3935
+ {
3936
+ "name": "Ege İliklier",
3937
+ "github": "Maiquu"
3938
+ }
3939
+ ],
3940
+ "compatibility": {
3941
+ "nuxt": "^3.0.0",
3942
+ "requires": {}
3943
+ }
3944
+ },
3855
3945
  {
3856
3946
  "name": "recaptcha",
3857
3947
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
@@ -4400,6 +4490,28 @@
4400
4490
  "requires": {}
4401
4491
  }
4402
4492
  },
4493
+ {
4494
+ "name": "snackbar",
4495
+ "description": "Nuxt Snackbar module using vue3-snackbar",
4496
+ "repo": "modbender/nuxt-snackbar#master",
4497
+ "npm": "nuxt-snackbar",
4498
+ "icon": "snackbar.png",
4499
+ "github": "https://github.com/modbender/nuxt-snackbar/tree/master",
4500
+ "website": "https://github.com/modbender/nuxt-snackbar/tree/master",
4501
+ "learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
4502
+ "category": "UI",
4503
+ "type": "3rd-party",
4504
+ "maintainers": [
4505
+ {
4506
+ "name": "modbender",
4507
+ "github": "modbender"
4508
+ }
4509
+ ],
4510
+ "compatibility": {
4511
+ "nuxt": "^3.0.0",
4512
+ "requires": {}
4513
+ }
4514
+ },
4403
4515
  {
4404
4516
  "name": "snipcart",
4405
4517
  "description": "Snipcart integration module for Nuxt.js",
@@ -4756,7 +4868,7 @@
4756
4868
  }
4757
4869
  ],
4758
4870
  "compatibility": {
4759
- "nuxt": "^2.0.0",
4871
+ "nuxt": "^2.0.0 || ^3.0.0",
4760
4872
  "requires": {}
4761
4873
  }
4762
4874
  },
@@ -5338,6 +5450,29 @@
5338
5450
  }
5339
5451
  }
5340
5452
  },
5453
+ {
5454
+ "name": "ununuracss",
5455
+ "description": "A Real CSS Engine. Only Scoped.",
5456
+ "repo": "novout/ununuracss#main/packages/nuxt",
5457
+ "npm": "nuxt-ununura",
5458
+ "icon": "ununuracss.png",
5459
+ "github": "https://github.com/novout/ununuracss",
5460
+ "website": "https://ununura.com/#/",
5461
+ "learn_more": "https://ununura.com/#/docs/why",
5462
+ "category": "UI",
5463
+ "type": "3rd-party",
5464
+ "maintainers": [
5465
+ {
5466
+ "name": "Giovane Cardoso",
5467
+ "github": "novout",
5468
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
5469
+ }
5470
+ ],
5471
+ "compatibility": {
5472
+ "nuxt": "^2.0.0 || ^3.0.0",
5473
+ "requires": {}
5474
+ }
5475
+ },
5341
5476
  {
5342
5477
  "name": "user-agent",
5343
5478
  "description": "Nuxt.js module for handling User-Agent.",
@@ -5796,29 +5931,6 @@
5796
5931
  }
5797
5932
  }
5798
5933
  },
5799
- {
5800
- "name": "web3js",
5801
- "description": "Web3.js module integration for Nuxt.js",
5802
- "repo": "bl0cknumber/nuxt-web3",
5803
- "npm": "nuxt-web3",
5804
- "icon": "web3js.svg",
5805
- "github": "https://github.com/bl0cknumber/nuxt-web3",
5806
- "website": "https://github.com/bl0cknumber/nuxt-web3",
5807
- "learn_more": "https://web3js.readthedocs.io/",
5808
- "category": "Libraries",
5809
- "type": "3rd-party",
5810
- "maintainers": [
5811
- {
5812
- "name": "Muhammad Fauzan",
5813
- "github": "bl0cknumber",
5814
- "twitter": "fncolon"
5815
- }
5816
- ],
5817
- "compatibility": {
5818
- "nuxt": "^2.0.0",
5819
- "requires": {}
5820
- }
5821
- },
5822
5934
  {
5823
5935
  "name": "webfontloader",
5824
5936
  "description": "Efficient web font loading has never been easier!",
@@ -6076,6 +6188,29 @@
6076
6188
  "requires": {}
6077
6189
  }
6078
6190
  },
6191
+ {
6192
+ "name": "yandex-metrika-next",
6193
+ "description": "Yandex Metrika integration for Nuxt",
6194
+ "repo": "artmizu/yandex-metrika-nuxt",
6195
+ "npm": "@artmizu/yandex-metrika-nuxt",
6196
+ "icon": "yandex-metrika.svg",
6197
+ "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6198
+ "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6199
+ "learn_more": "",
6200
+ "category": "Analytics",
6201
+ "type": "3rd-party",
6202
+ "maintainers": [
6203
+ {
6204
+ "name": "Aleksandr Saburov",
6205
+ "github": "artmizu",
6206
+ "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6207
+ }
6208
+ ],
6209
+ "compatibility": {
6210
+ "nuxt": "^3.0.0",
6211
+ "requires": {}
6212
+ }
6213
+ },
6079
6214
  {
6080
6215
  "name": "yandex-metrika",
6081
6216
  "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-624cd3",
3
+ "version": "0.6.0-8441b4",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [