@nuxt/modules 0.6.0-d07bb7 → 0.6.0-d22ee5

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 +146 -30
  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
@@ -281,7 +281,7 @@
281
281
  }
282
282
  ],
283
283
  "compatibility": {
284
- "nuxt": "^2.0.0",
284
+ "nuxt": "^3.0.0",
285
285
  "requires": {}
286
286
  }
287
287
  },
@@ -664,7 +664,7 @@
664
664
  "description": "Cloudflare Web Analytics Module for Nuxt",
665
665
  "repo": "hamlogic/nuxt-cloudflare-analytics",
666
666
  "npm": "nuxt-cloudflare-analytics",
667
- "icon": "cloudflare-analytics.svg",
667
+ "icon": "cloudflare.svg",
668
668
  "github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
669
669
  "website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
670
670
  "learn_more": "https://www.cloudflare.com/web-analytics/",
@@ -1143,6 +1143,28 @@
1143
1143
  "requires": {}
1144
1144
  }
1145
1145
  },
1146
+ {
1147
+ "name": "electron",
1148
+ "description": "Integrate Nuxt and Electron.",
1149
+ "repo": "caoxiemeihao/nuxt-electron",
1150
+ "npm": "nuxt-electron",
1151
+ "icon": "electron.svg",
1152
+ "github": "https://github.com/caoxiemeihao/nuxt-electron",
1153
+ "website": "https://github.com/caoxiemeihao/nuxt-electron",
1154
+ "learn_more": "https://github.com/caoxiemeihao/nuxt-electron#readme",
1155
+ "category": "Extensions",
1156
+ "type": "3rd-party",
1157
+ "maintainers": [
1158
+ {
1159
+ "name": "草鞋没号",
1160
+ "github": "caoxiemeihao"
1161
+ }
1162
+ ],
1163
+ "compatibility": {
1164
+ "nuxt": "^3.0.0",
1165
+ "requires": {}
1166
+ }
1167
+ },
1146
1168
  {
1147
1169
  "name": "element-plus",
1148
1170
  "description": "A Vue 3 based component library for designers and developers",
@@ -1213,7 +1235,7 @@
1213
1235
  }
1214
1236
  ],
1215
1237
  "compatibility": {
1216
- "nuxt": "^2.0.0",
1238
+ "nuxt": "^2.0.0 || ^3.0.0",
1217
1239
  "requires": {}
1218
1240
  }
1219
1241
  },
@@ -2602,6 +2624,31 @@
2602
2624
  "requires": {}
2603
2625
  }
2604
2626
  },
2627
+ {
2628
+ "name": "medusa",
2629
+ "description": "Easily connect to Medusa from your Nuxt 3 application",
2630
+ "repo": "Baroshem/nuxt-medusa",
2631
+ "npm": "nuxt-medusa",
2632
+ "icon": "medusa.svg",
2633
+ "github": "https://github.com/Baroshem/nuxt-medusa/",
2634
+ "website": "https://nuxt-medusa.vercel.app/",
2635
+ "learn_more": "https://nuxt-medusa.vercel.app/",
2636
+ "category": "Ecommerce",
2637
+ "type": "3rd-party",
2638
+ "maintainers": [
2639
+ {
2640
+ "name": "Jakub Andrzejewski",
2641
+ "github": "Baroshem",
2642
+ "avatar": "https://avatars.githubusercontent.com/u/37120330?v=4"
2643
+ }
2644
+ ],
2645
+ "compatibility": {
2646
+ "nuxt": "^2.0.0 || ^3.0.0",
2647
+ "requires": {
2648
+ "bridge": true
2649
+ }
2650
+ }
2651
+ },
2605
2652
  {
2606
2653
  "name": "meilisearch",
2607
2654
  "description": "Meilisearch Instant Search module for Nuxt 3",
@@ -4105,8 +4152,8 @@
4105
4152
  {
4106
4153
  "name": "seo-kit",
4107
4154
  "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",
4155
+ "repo": "harlan-zw/nuxt-seo-kit#main/layer",
4156
+ "npm": "nuxt-seo-kit",
4110
4157
  "icon": "seo-kit.svg",
4111
4158
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
4112
4159
  "website": "https://github.com/harlan-zw/nuxt-seo-kit",
@@ -4353,10 +4400,32 @@
4353
4400
  "requires": {}
4354
4401
  }
4355
4402
  },
4403
+ {
4404
+ "name": "snackbar",
4405
+ "description": "Nuxt Snackbar module using vue3-snackbar",
4406
+ "repo": "modbender/nuxt-snackbar#master",
4407
+ "npm": "nuxt-snackbar",
4408
+ "icon": "snackbar.png",
4409
+ "github": "https://github.com/modbender/nuxt-snackbar/tree/master",
4410
+ "website": "https://github.com/modbender/nuxt-snackbar/tree/master",
4411
+ "learn_more": "https://github.com/craigrileyuk/vue3-snackbar",
4412
+ "category": "UI",
4413
+ "type": "3rd-party",
4414
+ "maintainers": [
4415
+ {
4416
+ "name": "modbender",
4417
+ "github": "modbender"
4418
+ }
4419
+ ],
4420
+ "compatibility": {
4421
+ "nuxt": "^3.0.0",
4422
+ "requires": {}
4423
+ }
4424
+ },
4356
4425
  {
4357
4426
  "name": "snipcart",
4358
4427
  "description": "Snipcart integration module for Nuxt.js",
4359
- "repo": "nuxt-modules/snipcart-module",
4428
+ "repo": "nuxt-modules/snipcart",
4360
4429
  "npm": "@nuxtjs/snipcart",
4361
4430
  "icon": "snipcart.png",
4362
4431
  "github": "https://github.com/nuxt-modules/snipcart",
@@ -4709,7 +4778,7 @@
4709
4778
  }
4710
4779
  ],
4711
4780
  "compatibility": {
4712
- "nuxt": "^2.0.0",
4781
+ "nuxt": "^2.0.0 || ^3.0.0",
4713
4782
  "requires": {}
4714
4783
  }
4715
4784
  },
@@ -4880,6 +4949,29 @@
4880
4949
  "requires": {}
4881
4950
  }
4882
4951
  },
4952
+ {
4953
+ "name": "tailvue",
4954
+ "description": "Vue components built for Vue3 powered by Windi CSS or tailwindcss",
4955
+ "repo": "fumeapp/tailvue",
4956
+ "npm": "tailvue",
4957
+ "icon": "tailvue.jpg",
4958
+ "github": "https://github.com/fumeapp/tailvue",
4959
+ "website": "https://github.com/fumeapp/tailvue",
4960
+ "learn_more": "https://github.com/fumeapp/tailvue#readme",
4961
+ "category": "UI",
4962
+ "type": "3rd-party",
4963
+ "maintainers": [
4964
+ {
4965
+ "name": "Kevin Olson",
4966
+ "github": "acidjazz",
4967
+ "twitter": "AppFume"
4968
+ }
4969
+ ],
4970
+ "compatibility": {
4971
+ "nuxt": "^3.0.0",
4972
+ "requires": {}
4973
+ }
4974
+ },
4883
4975
  {
4884
4976
  "name": "tailwindcss",
4885
4977
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
@@ -5268,6 +5360,29 @@
5268
5360
  }
5269
5361
  }
5270
5362
  },
5363
+ {
5364
+ "name": "ununuracss",
5365
+ "description": "A Real CSS Engine. Only Scoped.",
5366
+ "repo": "novout/ununuracss#main/packages/nuxt",
5367
+ "npm": "nuxt-ununura",
5368
+ "icon": "ununuracss.png",
5369
+ "github": "https://github.com/novout/ununuracss",
5370
+ "website": "https://ununura.com/#/",
5371
+ "learn_more": "https://ununura.com/#/docs/why",
5372
+ "category": "UI",
5373
+ "type": "3rd-party",
5374
+ "maintainers": [
5375
+ {
5376
+ "name": "Giovane Cardoso",
5377
+ "github": "novout",
5378
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
5379
+ }
5380
+ ],
5381
+ "compatibility": {
5382
+ "nuxt": "^2.0.0 || ^3.0.0",
5383
+ "requires": {}
5384
+ }
5385
+ },
5271
5386
  {
5272
5387
  "name": "user-agent",
5273
5388
  "description": "Nuxt.js module for handling User-Agent.",
@@ -5312,6 +5427,30 @@
5312
5427
  "requires": {}
5313
5428
  }
5314
5429
  },
5430
+ {
5431
+ "name": "vant",
5432
+ "description": "A lightweight, customizable Vue UI library for mobile web apps.",
5433
+ "repo": "vant-ui/vant-nuxt",
5434
+ "npm": "@vant/nuxt",
5435
+ "icon": "vant.png",
5436
+ "github": "https://github.com/vant-ui/vant-nuxt",
5437
+ "website": "https://vant-ui.github.io/vant",
5438
+ "learn_more": "https://github.com/vant-ui/vant-nuxt#readme",
5439
+ "category": "UI",
5440
+ "type": "3rd-party",
5441
+ "maintainers": [
5442
+ {
5443
+ "name": "tolking",
5444
+ "github": "tolking"
5445
+ }
5446
+ ],
5447
+ "compatibility": {
5448
+ "nuxt": "^3.0.0",
5449
+ "requires": {
5450
+ "bridge": "optional"
5451
+ }
5452
+ }
5453
+ },
5315
5454
  {
5316
5455
  "name": "vendor",
5317
5456
  "description": "directly serve node_modules",
@@ -5702,29 +5841,6 @@
5702
5841
  }
5703
5842
  }
5704
5843
  },
5705
- {
5706
- "name": "web3js",
5707
- "description": "Web3.js module integration for Nuxt.js",
5708
- "repo": "bl0cknumber/nuxt-web3",
5709
- "npm": "nuxt-web3",
5710
- "icon": "web3js.svg",
5711
- "github": "https://github.com/bl0cknumber/nuxt-web3",
5712
- "website": "https://github.com/bl0cknumber/nuxt-web3",
5713
- "learn_more": "https://web3js.readthedocs.io/",
5714
- "category": "Libraries",
5715
- "type": "3rd-party",
5716
- "maintainers": [
5717
- {
5718
- "name": "Muhammad Fauzan",
5719
- "github": "bl0cknumber",
5720
- "twitter": "fncolon"
5721
- }
5722
- ],
5723
- "compatibility": {
5724
- "nuxt": "^2.0.0",
5725
- "requires": {}
5726
- }
5727
- },
5728
5844
  {
5729
5845
  "name": "webfontloader",
5730
5846
  "description": "Efficient web font loading has never been easier!",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-d07bb7",
3
+ "version": "0.6.0-d22ee5",
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
  }