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

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 (2) hide show
  1. package/modules.json +226 -8
  2. package/package.json +3 -3
package/modules.json CHANGED
@@ -124,6 +124,29 @@
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
+ },
127
150
  {
128
151
  "name": "animejs",
129
152
  "description": "Anime.js module for Nuxt.js",
@@ -480,6 +503,29 @@
480
503
  "requires": {}
481
504
  }
482
505
  },
506
+ {
507
+ "name": "calendly",
508
+ "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.",
509
+ "repo": "madebyfabian/nuxt-calendly",
510
+ "npm": "nuxt-calendly",
511
+ "icon": "calendly.svg",
512
+ "github": "https://github.com/madebyfabian/nuxt-calendly",
513
+ "website": "https://nuxt-calendly.vercel.app/",
514
+ "learn_more": "https://calendly.com/",
515
+ "category": "Extensions",
516
+ "type": "3rd-party",
517
+ "maintainers": [
518
+ {
519
+ "name": "Fabian B.",
520
+ "github": "madebyfabian",
521
+ "twitter": "madebyfabian"
522
+ }
523
+ ],
524
+ "compatibility": {
525
+ "nuxt": "^3.0.0",
526
+ "requires": {}
527
+ }
528
+ },
483
529
  {
484
530
  "name": "canvas-sketch",
485
531
  "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
@@ -762,6 +808,52 @@
762
808
  "requires": {}
763
809
  }
764
810
  },
811
+ {
812
+ "name": "cookie-control",
813
+ "description": "A highly configurable cookie banner for Nuxt.",
814
+ "repo": "dargmuesli/nuxt-cookie-control",
815
+ "npm": "@dargmuesli/nuxt-cookie-control",
816
+ "icon": "cookie-control.png",
817
+ "github": "https://github.com/dargmuesli/nuxt-cookie-control",
818
+ "website": "https://github.com/dargmuesli/nuxt-cookie-control",
819
+ "learn_more": "",
820
+ "category": "Extensions",
821
+ "type": "3rd-party",
822
+ "maintainers": [
823
+ {
824
+ "name": "dargmuesli",
825
+ "github": "dargmuesli",
826
+ "avatar": "https://avatars.githubusercontent.com/dargmuesli"
827
+ }
828
+ ],
829
+ "compatibility": {
830
+ "nuxt": "^3.0.0",
831
+ "requires": {}
832
+ }
833
+ },
834
+ {
835
+ "name": "csurf",
836
+ "description": "Cross-Site Request Forgery (CSRF) Prevention for Nuxt",
837
+ "repo": "morgbn/nuxt-csurf",
838
+ "npm": "nuxt-csurf",
839
+ "icon": "csurf.svg",
840
+ "github": "https://github.com/morgbn/nuxt-csurf",
841
+ "website": "https://github.com/morgbn/nuxt-csurf",
842
+ "learn_more": "https://github.com/Morgbn/nuxt-csurf#readme",
843
+ "category": "Security",
844
+ "type": "3rd-party",
845
+ "maintainers": [
846
+ {
847
+ "name": "morgbn",
848
+ "github": "morgbn",
849
+ "avatar": "https://avatars.githubusercontent.com/u/25689856?v=4"
850
+ }
851
+ ],
852
+ "compatibility": {
853
+ "nuxt": "^3.0.0",
854
+ "requires": {}
855
+ }
856
+ },
765
857
  {
766
858
  "name": "custom-elements",
767
859
  "description": "Publish your Components as a vue-custom-element standalone build.",
@@ -1051,11 +1143,11 @@
1051
1143
  {
1052
1144
  "name": "emotion",
1053
1145
  "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1054
- "repo": "nuxt-community/emotion-module",
1146
+ "repo": "nuxt-modules/emotion",
1055
1147
  "npm": "@nuxtjs/emotion",
1056
1148
  "icon": "emotion.png",
1057
- "github": "https://github.com/nuxt-community/emotion-module",
1058
- "website": "https://github.com/nuxt-community/emotion-module",
1149
+ "github": "https://github.com/nuxt-modules/emotion",
1150
+ "website": "https://github.com/nuxt-modules/emotion",
1059
1151
  "learn_more": "https://emotion.sh/",
1060
1152
  "category": "Extensions",
1061
1153
  "type": "community",
@@ -1064,10 +1156,15 @@
1064
1156
  "name": "Pooya Parsa",
1065
1157
  "github": "pi0",
1066
1158
  "twitter": "_pi0_"
1159
+ },
1160
+ {
1161
+ "name": "Jonathan Bakebwa",
1162
+ "github": "codebender828",
1163
+ "twitter": "codebender828"
1067
1164
  }
1068
1165
  ],
1069
1166
  "compatibility": {
1070
- "nuxt": "^2.0.0",
1167
+ "nuxt": "^2.0.0 || ^3.0.0",
1071
1168
  "requires": {}
1072
1169
  }
1073
1170
  },
@@ -2855,6 +2952,29 @@
2855
2952
  "requires": {}
2856
2953
  }
2857
2954
  },
2955
+ {
2956
+ "name": "nuxt-loco",
2957
+ "description": "A localise.biz module to synth locale with Nuxt.js",
2958
+ "repo": "gaetansenn/nuxt-loco",
2959
+ "npm": "nuxt-loco",
2960
+ "icon": "",
2961
+ "github": "https://github.com/gaetansenn/nuxt-loco",
2962
+ "website": "https://nuxt-loco.dewib.com/",
2963
+ "learn_more": "",
2964
+ "category": "Libraries",
2965
+ "type": "3rd-party",
2966
+ "maintainers": [
2967
+ {
2968
+ "name": "Gaetan SENN",
2969
+ "github": "gaetansenn",
2970
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
2971
+ }
2972
+ ],
2973
+ "compatibility": {
2974
+ "nuxt": "^3.0.0",
2975
+ "requires": {}
2976
+ }
2977
+ },
2858
2978
  {
2859
2979
  "name": "nuxt-monaco-editor",
2860
2980
  "description": "Integrate monaco-editor with Nuxt",
@@ -3388,11 +3508,11 @@
3388
3508
  {
3389
3509
  "name": "pinia",
3390
3510
  "description": "The Vue Store that you will enjoy using",
3391
- "repo": "posva/pinia#v2/packages/nuxt",
3511
+ "repo": "vuejs/pinia#v2/packages/nuxt",
3392
3512
  "npm": "@pinia/nuxt",
3393
3513
  "icon": "pinia.svg",
3394
- "github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
3395
- "website": "https://pinia.esm.dev/",
3514
+ "github": "https://github.com/vuejs/pinia/tree/v2/packages/nuxt",
3515
+ "website": "https://pinia.vuejs.org/",
3396
3516
  "learn_more": "",
3397
3517
  "category": "Extensions",
3398
3518
  "type": "3rd-party",
@@ -3476,6 +3596,28 @@
3476
3596
  "requires": {}
3477
3597
  }
3478
3598
  },
3599
+ {
3600
+ "name": "prometheus",
3601
+ "description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
3602
+ "repo": "artmizu/nuxt-prometheus",
3603
+ "npm": "@artmizu/nuxt-prometheus",
3604
+ "icon": "",
3605
+ "github": "https://github.com/artmizu/nuxt-prometheus",
3606
+ "website": "https://github.com/artmizu/nuxt-prometheus",
3607
+ "learn_more": "",
3608
+ "category": "Devtools",
3609
+ "type": "3rd-party",
3610
+ "maintainers": [
3611
+ {
3612
+ "name": "artmizu",
3613
+ "github": "artmizu"
3614
+ }
3615
+ ],
3616
+ "compatibility": {
3617
+ "nuxt": "^2.0.0",
3618
+ "requires": {}
3619
+ }
3620
+ },
3479
3621
  {
3480
3622
  "name": "protected-mailto",
3481
3623
  "description": "Nuxt component to generate encoded mailto links",
@@ -3914,7 +4056,7 @@
3914
4056
  "name": "seo-kit",
3915
4057
  "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
3916
4058
  "repo": "harlan-zw/nuxt-seo-kit",
3917
- "npm": "nuxt-seo-kit",
4059
+ "npm": "nuxt-seo-kit-mono",
3918
4060
  "icon": "seo-kit.svg",
3919
4061
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
3920
4062
  "website": "https://github.com/harlan-zw/nuxt-seo-kit",
@@ -5143,6 +5285,60 @@
5143
5285
  "requires": {}
5144
5286
  }
5145
5287
  },
5288
+ {
5289
+ "name": "vite-pwa-nuxt",
5290
+ "description": "Zero-config PWA Plugin for Nuxt 3",
5291
+ "repo": "vite-pwa/nuxt",
5292
+ "npm": "@vite-pwa/nuxt",
5293
+ "icon": "vite-pwa-nuxt.svg",
5294
+ "github": "https://github.com/vite-pwa/nuxt",
5295
+ "website": "https://github.com/vite-pwa/nuxt",
5296
+ "learn_more": "https://vite-pwa-org.netlify.app/frameworks/nuxt.html",
5297
+ "category": "Performance",
5298
+ "type": "3rd-party",
5299
+ "maintainers": [
5300
+ {
5301
+ "name": "Joaquín Sánchez",
5302
+ "github": "userquin",
5303
+ "twitter": "userquin"
5304
+ },
5305
+ {
5306
+ "name": "Anthony Fu",
5307
+ "github": "antfu",
5308
+ "twitter": "antfu7"
5309
+ }
5310
+ ],
5311
+ "compatibility": {
5312
+ "nuxt": "^3.0.0",
5313
+ "requires": {}
5314
+ }
5315
+ },
5316
+ {
5317
+ "name": "vitest",
5318
+ "description": "Vitest integration with Nuxt",
5319
+ "repo": "danielroe/nuxt-vitest#main",
5320
+ "npm": "nuxt-vitest",
5321
+ "icon": "vitest.svg",
5322
+ "github": "https://github.com/danielroe/nuxt-vitest",
5323
+ "website": "https://github.com/danielroe/nuxt-vitest",
5324
+ "learn_more": "",
5325
+ "category": "Extensions",
5326
+ "type": "3rd-party",
5327
+ "maintainers": [
5328
+ {
5329
+ "name": "Daniel Roe",
5330
+ "github": "danielroe"
5331
+ },
5332
+ {
5333
+ "name": "Anthony Fu",
5334
+ "github": "antfu"
5335
+ }
5336
+ ],
5337
+ "compatibility": {
5338
+ "nuxt": "^3.0.0",
5339
+ "requires": {}
5340
+ }
5341
+ },
5146
5342
  {
5147
5343
  "name": "vue-macros",
5148
5344
  "description": "Explore and extend more macros and syntax sugar to Vue.",
@@ -5304,6 +5500,28 @@
5304
5500
  "requires": {}
5305
5501
  }
5306
5502
  },
5503
+ {
5504
+ "name": "vuefire",
5505
+ "description": "Idiomatic composables for the Firebase SDK",
5506
+ "repo": "vuejs/vuefire/packages/nuxt",
5507
+ "npm": "nuxt-vuefire",
5508
+ "icon": "vuefire.svg",
5509
+ "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
5510
+ "website": "https://vuefire.vuejs.org/",
5511
+ "learn_more": "",
5512
+ "category": "Database",
5513
+ "type": "3rd-party",
5514
+ "maintainers": [
5515
+ {
5516
+ "name": "posva",
5517
+ "github": "posva"
5518
+ }
5519
+ ],
5520
+ "compatibility": {
5521
+ "nuxt": "^3.0.0",
5522
+ "requires": {}
5523
+ }
5524
+ },
5307
5525
  {
5308
5526
  "name": "vuestic",
5309
5527
  "description": "Vuestic UI module for Nuxt 3",
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-afdffa",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [
@@ -21,7 +21,7 @@
21
21
  "@types/js-yaml": "^4.0.5",
22
22
  "@types/node": "^18.11.18",
23
23
  "defu": "^6.1.1",
24
- "eslint": "^8.31.0",
24
+ "eslint": "^8.32.0",
25
25
  "globby": "^13.1.3",
26
26
  "hasha": "^5.2.2",
27
27
  "jiti": "^1.16.2",
@@ -29,5 +29,5 @@
29
29
  "ofetch": "^1.0.0",
30
30
  "typescript": "^4.9.4"
31
31
  },
32
- "packageManager": "pnpm@7.22.0"
32
+ "packageManager": "pnpm@7.25.1"
33
33
  }