@nuxt/modules 0.6.0-46106e → 0.6.0-510276

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 +147 -56
  3. package/package.json +4 -4
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",
@@ -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
  },
@@ -1143,6 +1120,28 @@
1143
1120
  "requires": {}
1144
1121
  }
1145
1122
  },
1123
+ {
1124
+ "name": "electron",
1125
+ "description": "Integrate Nuxt and Electron.",
1126
+ "repo": "caoxiemeihao/nuxt-electron",
1127
+ "npm": "nuxt-electron",
1128
+ "icon": "electron.svg",
1129
+ "github": "https://github.com/caoxiemeihao/nuxt-electron",
1130
+ "website": "https://github.com/caoxiemeihao/nuxt-electron",
1131
+ "learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
1132
+ "category": "Extensions",
1133
+ "type": "3rd-party",
1134
+ "maintainers": [
1135
+ {
1136
+ "name": "草鞋没号",
1137
+ "github": "caoxiemeihao"
1138
+ }
1139
+ ],
1140
+ "compatibility": {
1141
+ "nuxt": "^3.0.0",
1142
+ "requires": {}
1143
+ }
1144
+ },
1146
1145
  {
1147
1146
  "name": "element-plus",
1148
1147
  "description": "A Vue 3 based component library for designers and developers",
@@ -1213,7 +1212,7 @@
1213
1212
  }
1214
1213
  ],
1215
1214
  "compatibility": {
1216
- "nuxt": "^2.0.0",
1215
+ "nuxt": "^2.0.0 || ^3.0.0",
1217
1216
  "requires": {}
1218
1217
  }
1219
1218
  },
@@ -2602,6 +2601,31 @@
2602
2601
  "requires": {}
2603
2602
  }
2604
2603
  },
2604
+ {
2605
+ "name": "medusa",
2606
+ "description": "Easily connect to Medusa from your Nuxt 3 application",
2607
+ "repo": "Baroshem/nuxt-medusa",
2608
+ "npm": "nuxt-medusa",
2609
+ "icon": "medusa.svg",
2610
+ "github": "https://github.com/Baroshem/nuxt-medusa/",
2611
+ "website": "https://nuxt-medusa.vercel.app/",
2612
+ "learn_more": "https://nuxt-medusa.vercel.app/",
2613
+ "category": "Ecommerce",
2614
+ "type": "3rd-party",
2615
+ "maintainers": [
2616
+ {
2617
+ "name": "Jakub Andrzejewski",
2618
+ "github": "Baroshem",
2619
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
2620
+ }
2621
+ ],
2622
+ "compatibility": {
2623
+ "nuxt": "^2.0.0 || ^3.0.0",
2624
+ "requires": {
2625
+ "bridge": true
2626
+ }
2627
+ }
2628
+ },
2605
2629
  {
2606
2630
  "name": "meilisearch",
2607
2631
  "description": "Meilisearch Instant Search module for Nuxt 3",
@@ -3002,6 +3026,28 @@
3002
3026
  "requires": {}
3003
3027
  }
3004
3028
  },
3029
+ {
3030
+ "name": "nuxt-mapbox",
3031
+ "description": "Elegant Mapbox integration with Nuxt",
3032
+ "repo": "AlexLavoie42/Nuxt-Mapbox",
3033
+ "npm": "nuxt-mapbox",
3034
+ "icon": "nuxt-mapbox.svg",
3035
+ "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3036
+ "website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3037
+ "learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3038
+ "category": "Libraries",
3039
+ "type": "3rd-party",
3040
+ "maintainers": [
3041
+ {
3042
+ "name": "Alex Lavoie",
3043
+ "github": "AlexLavoie42"
3044
+ }
3045
+ ],
3046
+ "compatibility": {
3047
+ "nuxt": "^3.0.0",
3048
+ "requires": {}
3049
+ }
3050
+ },
3005
3051
  {
3006
3052
  "name": "nuxt-monaco-editor",
3007
3053
  "description": "Integrate monaco-editor with Nuxt",
@@ -3651,11 +3697,11 @@
3651
3697
  "description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
3652
3698
  "repo": "artmizu/nuxt-prometheus",
3653
3699
  "npm": "@artmizu/nuxt-prometheus",
3654
- "icon": "",
3700
+ "icon": "prometheus.svg",
3655
3701
  "github": "https://github.com/artmizu/nuxt-prometheus",
3656
3702
  "website": "https://github.com/artmizu/nuxt-prometheus",
3657
3703
  "learn_more": "",
3658
- "category": "Devtools",
3704
+ "category": "Monitoring",
3659
3705
  "type": "3rd-party",
3660
3706
  "maintainers": [
3661
3707
  {
@@ -3664,7 +3710,7 @@
3664
3710
  }
3665
3711
  ],
3666
3712
  "compatibility": {
3667
- "nuxt": "^2.0.0",
3713
+ "nuxt": "^3.0.0",
3668
3714
  "requires": {}
3669
3715
  }
3670
3716
  },
@@ -4105,8 +4151,8 @@
4105
4151
  {
4106
4152
  "name": "seo-kit",
4107
4153
  "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
4108
- "repo": "harlan-zw/nuxt-seo-kit",
4109
- "npm": "nuxt-seo-kit-mono",
4154
+ "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4155
+ "npm": "nuxt-seo-kit",
4110
4156
  "icon": "seo-kit.svg",
4111
4157
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4112
4158
  "website": "https://github.com/harlan-zw/nuxt-seo-kit",
@@ -4353,10 +4399,32 @@
4353
4399
  "requires": {}
4354
4400
  }
4355
4401
  },
4402
+ {
4403
+ "name": "snackbar",
4404
+ "description": "Nuxt Snackbar module using vue3-snackbar",
4405
+ "repo": "modbender/nuxt-snackbar#master",
4406
+ "npm": "nuxt-snackbar",
4407
+ "icon": "snackbar.png",
4408
+ "github": "https://github.com/modbender/nuxt-snackbar/tree/master",
4409
+ "website": "https://github.com/modbender/nuxt-snackbar/tree/master",
4410
+ "learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
4411
+ "category": "UI",
4412
+ "type": "3rd-party",
4413
+ "maintainers": [
4414
+ {
4415
+ "name": "modbender",
4416
+ "github": "modbender"
4417
+ }
4418
+ ],
4419
+ "compatibility": {
4420
+ "nuxt": "^3.0.0",
4421
+ "requires": {}
4422
+ }
4423
+ },
4356
4424
  {
4357
4425
  "name": "snipcart",
4358
4426
  "description": "Snipcart integration module for Nuxt.js",
4359
- "repo": "nuxt-modules/snipcart-module",
4427
+ "repo": "nuxt-modules/snipcart",
4360
4428
  "npm": "@nuxtjs/snipcart",
4361
4429
  "icon": "snipcart.png",
4362
4430
  "github": "https://github.com/nuxt-modules/snipcart",
@@ -4709,7 +4777,7 @@
4709
4777
  }
4710
4778
  ],
4711
4779
  "compatibility": {
4712
- "nuxt": "^2.0.0",
4780
+ "nuxt": "^2.0.0 || ^3.0.0",
4713
4781
  "requires": {}
4714
4782
  }
4715
4783
  },
@@ -5291,6 +5359,29 @@
5291
5359
  }
5292
5360
  }
5293
5361
  },
5362
+ {
5363
+ "name": "ununuracss",
5364
+ "description": "A Real CSS Engine. Only Scoped.",
5365
+ "repo": "novout/ununuracss#main/packages/nuxt",
5366
+ "npm": "nuxt-ununura",
5367
+ "icon": "ununuracss.png",
5368
+ "github": "https://github.com/novout/ununuracss",
5369
+ "website": "https://ununura.com/#/",
5370
+ "learn_more": "https://ununura.com/#/docs/why",
5371
+ "category": "UI",
5372
+ "type": "3rd-party",
5373
+ "maintainers": [
5374
+ {
5375
+ "name": "Giovane Cardoso",
5376
+ "github": "novout",
5377
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
5378
+ }
5379
+ ],
5380
+ "compatibility": {
5381
+ "nuxt": "^2.0.0 || ^3.0.0",
5382
+ "requires": {}
5383
+ }
5384
+ },
5294
5385
  {
5295
5386
  "name": "user-agent",
5296
5387
  "description": "Nuxt.js module for handling User-Agent.",
@@ -5749,29 +5840,6 @@
5749
5840
  }
5750
5841
  }
5751
5842
  },
5752
- {
5753
- "name": "web3js",
5754
- "description": "Web3.js module integration for Nuxt.js",
5755
- "repo": "bl0cknumber/nuxt-web3",
5756
- "npm": "nuxt-web3",
5757
- "icon": "web3js.svg",
5758
- "github": "https://github.com/bl0cknumber/nuxt-web3",
5759
- "website": "https://github.com/bl0cknumber/nuxt-web3",
5760
- "learn_more": "https://web3js.readthedocs.io/",
5761
- "category": "Libraries",
5762
- "type": "3rd-party",
5763
- "maintainers": [
5764
- {
5765
- "name": "Muhammad Fauzan",
5766
- "github": "bl0cknumber",
5767
- "twitter": "fncolon"
5768
- }
5769
- ],
5770
- "compatibility": {
5771
- "nuxt": "^2.0.0",
5772
- "requires": {}
5773
- }
5774
- },
5775
5843
  {
5776
5844
  "name": "webfontloader",
5777
5845
  "description": "Efficient web font loading has never been easier!",
@@ -6029,6 +6097,29 @@
6029
6097
  "requires": {}
6030
6098
  }
6031
6099
  },
6100
+ {
6101
+ "name": "yandex-metrika-next",
6102
+ "description": "Yandex Metrika integration for Nuxt",
6103
+ "repo": "artmizu/yandex-metrika-nuxt",
6104
+ "npm": "@artmizu/yandex-metrika-nuxt",
6105
+ "icon": "yandex-metrika.svg",
6106
+ "github": "https://github.com/artmizu/yandex-metrika-nuxt",
6107
+ "website": "https://github.com/artmizu/yandex-metrika-nuxt",
6108
+ "learn_more": "",
6109
+ "category": "Analytics",
6110
+ "type": "3rd-party",
6111
+ "maintainers": [
6112
+ {
6113
+ "name": "Aleksandr Saburov",
6114
+ "github": "artmizu",
6115
+ "avatar": "https://avatars.githubusercontent.com/artmizu?v=4"
6116
+ }
6117
+ ],
6118
+ "compatibility": {
6119
+ "nuxt": "^3.0.0",
6120
+ "requires": {}
6121
+ }
6122
+ },
6032
6123
  {
6033
6124
  "name": "yandex-metrika",
6034
6125
  "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-46106e",
3
+ "version": "0.6.0-510276",
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
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
  }