@nuxt/modules 0.6.0-2a593a → 0.6.0-2c3013

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 +778 -54
  3. package/package.json +10 -11
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
@@ -153,7 +153,7 @@
153
153
  "npm": "nuxt-api-party",
154
154
  "icon": "api-party.svg",
155
155
  "github": "https://github.com/johannschopplich/nuxt-api-party",
156
- "website": "https://github.com/johannschopplich/nuxt-api-party#readme",
156
+ "website": "https://nuxt-api-party.jhnn.dev/",
157
157
  "learn_more": "",
158
158
  "category": "Request",
159
159
  "type": "3rd-party",
@@ -249,7 +249,7 @@
249
249
  "github": "https://github.com/Hrdtr/nuxt-appwrite",
250
250
  "website": "https://github.com/Hrdtr/nuxt-appwrite",
251
251
  "learn_more": "",
252
- "category": "Request",
252
+ "category": "Database",
253
253
  "type": "3rd-party",
254
254
  "maintainers": [
255
255
  {
@@ -258,7 +258,7 @@
258
258
  }
259
259
  ],
260
260
  "compatibility": {
261
- "nuxt": "^2.0.0",
261
+ "nuxt": "^3.0.0",
262
262
  "requires": {}
263
263
  }
264
264
  },
@@ -480,6 +480,29 @@
480
480
  "requires": {}
481
481
  }
482
482
  },
483
+ {
484
+ "name": "calendly",
485
+ "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.",
486
+ "repo": "madebyfabian/nuxt-calendly",
487
+ "npm": "nuxt-calendly",
488
+ "icon": "calendly.svg",
489
+ "github": "https://github.com/madebyfabian/nuxt-calendly",
490
+ "website": "https://nuxt-calendly.vercel.app/",
491
+ "learn_more": "https://calendly.com/",
492
+ "category": "Extensions",
493
+ "type": "3rd-party",
494
+ "maintainers": [
495
+ {
496
+ "name": "Fabian B.",
497
+ "github": "madebyfabian",
498
+ "twitter": "madebyfabian"
499
+ }
500
+ ],
501
+ "compatibility": {
502
+ "nuxt": "^3.0.0",
503
+ "requires": {}
504
+ }
505
+ },
483
506
  {
484
507
  "name": "canvas-sketch",
485
508
  "description": "Nuxt.js module for making generative and 3D artwork with canvas-sketch in JavaScript",
@@ -528,11 +551,11 @@
528
551
  {
529
552
  "name": "chatwoot",
530
553
  "description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
531
- "repo": "huntersofbook/huntersofbook#main/projects/chatwoot/packages/nuxt",
532
- "npm": "@huntersofbook/chatwoot-nuxt",
554
+ "repo": "productdevbookcom/chatwoot",
555
+ "npm": "@productdevbook/chatwoot",
533
556
  "icon": "chatwoot.png",
534
- "github": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
535
- "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",
536
559
  "learn_more": "https://www.chatwoot.com",
537
560
  "category": "Libraries",
538
561
  "type": "3rd-party",
@@ -613,6 +636,33 @@
613
636
  "requires": {}
614
637
  }
615
638
  },
639
+ {
640
+ "name": "cloudflare-analytics",
641
+ "description": "Cloudflare Web Analytics Module for Nuxt",
642
+ "repo": "hamlogic/nuxt-cloudflare-analytics",
643
+ "npm": "nuxt-cloudflare-analytics",
644
+ "icon": "cloudflare.svg",
645
+ "github": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
646
+ "website": "https://github.com/hamlogic/nuxt-cloudflare-analytics",
647
+ "learn_more": "https://www.cloudflare.com/web-analytics/",
648
+ "category": "Analytics",
649
+ "type": "3rd-party",
650
+ "maintainers": [
651
+ {
652
+ "name": "hamlogic",
653
+ "github": "hamlogic"
654
+ },
655
+ {
656
+ "name": "Fabian B.",
657
+ "github": "madebyfabian",
658
+ "twitter": "madebyfabian"
659
+ }
660
+ ],
661
+ "compatibility": {
662
+ "nuxt": "^3.0.0",
663
+ "requires": {}
664
+ }
665
+ },
616
666
  {
617
667
  "name": "cloudinary",
618
668
  "description": "Optimize images and videos in your Nuxt.js application",
@@ -707,6 +757,29 @@
707
757
  "requires": {}
708
758
  }
709
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
+ },
710
783
  {
711
784
  "name": "content",
712
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.",
@@ -762,6 +835,52 @@
762
835
  "requires": {}
763
836
  }
764
837
  },
838
+ {
839
+ "name": "cookie-control",
840
+ "description": "A highly configurable cookie banner for Nuxt.",
841
+ "repo": "dargmuesli/nuxt-cookie-control",
842
+ "npm": "@dargmuesli/nuxt-cookie-control",
843
+ "icon": "cookie-control.png",
844
+ "github": "https://github.com/dargmuesli/nuxt-cookie-control",
845
+ "website": "https://github.com/dargmuesli/nuxt-cookie-control",
846
+ "learn_more": "",
847
+ "category": "Extensions",
848
+ "type": "3rd-party",
849
+ "maintainers": [
850
+ {
851
+ "name": "dargmuesli",
852
+ "github": "dargmuesli",
853
+ "avatar": "https://avatars.githubusercontent.com/dargmuesli"
854
+ }
855
+ ],
856
+ "compatibility": {
857
+ "nuxt": "^3.0.0",
858
+ "requires": {}
859
+ }
860
+ },
861
+ {
862
+ "name": "csurf",
863
+ "description": "Cross-Site Request Forgery (CSRF) Prevention for Nuxt",
864
+ "repo": "morgbn/nuxt-csurf",
865
+ "npm": "nuxt-csurf",
866
+ "icon": "csurf.svg",
867
+ "github": "https://github.com/morgbn/nuxt-csurf",
868
+ "website": "https://github.com/morgbn/nuxt-csurf",
869
+ "learn_more": "https://github.com/Morgbn/nuxt-csurf#readme",
870
+ "category": "Security",
871
+ "type": "3rd-party",
872
+ "maintainers": [
873
+ {
874
+ "name": "morgbn",
875
+ "github": "morgbn",
876
+ "avatar": "https://avatars.githubusercontent.com/u/25689856?v=4"
877
+ }
878
+ ],
879
+ "compatibility": {
880
+ "nuxt": "^3.0.0",
881
+ "requires": {}
882
+ }
883
+ },
765
884
  {
766
885
  "name": "custom-elements",
767
886
  "description": "Publish your Components as a vue-custom-element standalone build.",
@@ -833,11 +952,11 @@
833
952
  }
834
953
  },
835
954
  {
836
- "name": "datocms",
837
- "description": "DatoCMS integration for Nuxt.js",
955
+ "name": "datocms-nuxt2",
956
+ "description": "DatoCMS integration for Nuxt.js v2",
838
957
  "repo": "voorhoede/nuxt-datocms-module",
839
958
  "npm": "@voorhoede/nuxt-datocms-module",
840
- "icon": "datocms.png",
959
+ "icon": "datocms.svg",
841
960
  "github": "https://github.com/voorhoede/nuxt-datocms-module",
842
961
  "website": "https://github.com/voorhoede/nuxt-datocms-module",
843
962
  "learn_more": "https://www.datocms.com/",
@@ -854,6 +973,30 @@
854
973
  "requires": {}
855
974
  }
856
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
+ },
857
1000
  {
858
1001
  "name": "dayjs",
859
1002
  "description": "The best way for use Day.js easily in your Nuxt.js project.",
@@ -922,6 +1065,29 @@
922
1065
  "requires": {}
923
1066
  }
924
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
+ },
925
1091
  {
926
1092
  "name": "directus",
927
1093
  "description": "Easily connect your Nuxt3 application to your directus server.",
@@ -1024,6 +1190,28 @@
1024
1190
  "requires": {}
1025
1191
  }
1026
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
+ },
1027
1215
  {
1028
1216
  "name": "element-plus",
1029
1217
  "description": "A Vue 3 based component library for designers and developers",
@@ -1051,11 +1239,11 @@
1051
1239
  {
1052
1240
  "name": "emotion",
1053
1241
  "description": "The Next Generation of CSS-in-JS for Nuxt.js",
1054
- "repo": "nuxt-community/emotion-module",
1242
+ "repo": "nuxt-modules/emotion",
1055
1243
  "npm": "@nuxtjs/emotion",
1056
1244
  "icon": "emotion.png",
1057
- "github": "https://github.com/nuxt-community/emotion-module",
1058
- "website": "https://github.com/nuxt-community/emotion-module",
1245
+ "github": "https://github.com/nuxt-modules/emotion",
1246
+ "website": "https://github.com/nuxt-modules/emotion",
1059
1247
  "learn_more": "https://emotion.sh/",
1060
1248
  "category": "Extensions",
1061
1249
  "type": "community",
@@ -1064,10 +1252,15 @@
1064
1252
  "name": "Pooya Parsa",
1065
1253
  "github": "pi0",
1066
1254
  "twitter": "_pi0_"
1255
+ },
1256
+ {
1257
+ "name": "Jonathan Bakebwa",
1258
+ "github": "codebender828",
1259
+ "twitter": "codebender828"
1067
1260
  }
1068
1261
  ],
1069
1262
  "compatibility": {
1070
- "nuxt": "^2.0.0",
1263
+ "nuxt": "^2.0.0 || ^3.0.0",
1071
1264
  "requires": {}
1072
1265
  }
1073
1266
  },
@@ -1089,7 +1282,7 @@
1089
1282
  }
1090
1283
  ],
1091
1284
  "compatibility": {
1092
- "nuxt": "^2.0.0",
1285
+ "nuxt": "^2.0.0 || ^3.0.0",
1093
1286
  "requires": {}
1094
1287
  }
1095
1288
  },
@@ -1594,6 +1787,30 @@
1594
1787
  "requires": {}
1595
1788
  }
1596
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
+ },
1597
1814
  {
1598
1815
  "name": "gtm",
1599
1816
  "description": "Google Tag Manager Module for Nuxt.js",
@@ -2248,7 +2465,7 @@
2248
2465
  },
2249
2466
  {
2250
2467
  "name": "link-checker",
2251
- "description": "",
2468
+ "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2252
2469
  "repo": "harlan-zw/nuxt-link-checker",
2253
2470
  "npm": "nuxt-link-checker",
2254
2471
  "icon": "",
@@ -2478,6 +2695,31 @@
2478
2695
  "requires": {}
2479
2696
  }
2480
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
+ },
2481
2723
  {
2482
2724
  "name": "meilisearch",
2483
2725
  "description": "Meilisearch Instant Search module for Nuxt 3",
@@ -2547,6 +2789,29 @@
2547
2789
  "requires": {}
2548
2790
  }
2549
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
+ },
2550
2815
  {
2551
2816
  "name": "moment",
2552
2817
  "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
@@ -2757,6 +3022,28 @@
2757
3022
  "requires": {}
2758
3023
  }
2759
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
+ },
2760
3047
  {
2761
3048
  "name": "nuxt-graphql-middleware",
2762
3049
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -2855,6 +3142,51 @@
2855
3142
  "requires": {}
2856
3143
  }
2857
3144
  },
3145
+ {
3146
+ "name": "nuxt-loco",
3147
+ "description": "A localise.biz module to synth locale with Nuxt.js",
3148
+ "repo": "gaetansenn/nuxt-loco",
3149
+ "npm": "nuxt-loco",
3150
+ "icon": "",
3151
+ "github": "https://github.com/gaetansenn/nuxt-loco",
3152
+ "website": "https://nuxt-loco.dewib.com/",
3153
+ "learn_more": "",
3154
+ "category": "Libraries",
3155
+ "type": "3rd-party",
3156
+ "maintainers": [
3157
+ {
3158
+ "name": "Gaetan SENN",
3159
+ "github": "gaetansenn",
3160
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
3161
+ }
3162
+ ],
3163
+ "compatibility": {
3164
+ "nuxt": "^3.0.0",
3165
+ "requires": {}
3166
+ }
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
+ },
2858
3190
  {
2859
3191
  "name": "nuxt-monaco-editor",
2860
3192
  "description": "Integrate monaco-editor with Nuxt",
@@ -2877,6 +3209,51 @@
2877
3209
  "requires": {}
2878
3210
  }
2879
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": "nuxt-mongoose.svg",
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
+ },
2880
3257
  {
2881
3258
  "name": "nuxt-pino-log",
2882
3259
  "description": "Structured logs for nuxt apps using pino",
@@ -3130,6 +3507,50 @@
3130
3507
  }
3131
3508
  }
3132
3509
  },
3510
+ {
3511
+ "name": "nuxt-vue3-google-signin",
3512
+ "description": "Empower your Nuxt app with Google Sign-In, hassle-free",
3513
+ "repo": "syetalabs/nuxt-vue3-google-signin",
3514
+ "npm": "nuxt-vue3-google-signin",
3515
+ "icon": "vue3-google-signin.svg",
3516
+ "github": "https://github.com/syetalabs/nuxt-vue3-google-signin",
3517
+ "website": "https://vue3-google-signin.syetalabs.io",
3518
+ "learn_more": "https://vue3-google-signin.syetalabs.io",
3519
+ "category": "Libraries",
3520
+ "type": "3rd-party",
3521
+ "maintainers": [
3522
+ {
3523
+ "name": "Kasun Vithanage",
3524
+ "github": "kasvith"
3525
+ }
3526
+ ],
3527
+ "compatibility": {
3528
+ "nuxt": "^3.0.0",
3529
+ "requires": {}
3530
+ }
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
+ },
3133
3554
  {
3134
3555
  "name": "nuxt7",
3135
3556
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -3366,11 +3787,11 @@
3366
3787
  {
3367
3788
  "name": "pinia",
3368
3789
  "description": "The Vue Store that you will enjoy using",
3369
- "repo": "posva/pinia#v2/packages/nuxt",
3790
+ "repo": "vuejs/pinia#v2/packages/nuxt",
3370
3791
  "npm": "@pinia/nuxt",
3371
3792
  "icon": "pinia.svg",
3372
- "github": "https://github.com/posva/pinia/tree/v2/packages/nuxt",
3373
- "website": "https://pinia.esm.dev/",
3793
+ "github": "https://github.com/vuejs/pinia/tree/v2/packages/nuxt",
3794
+ "website": "https://pinia.vuejs.org/",
3374
3795
  "learn_more": "",
3375
3796
  "category": "Extensions",
3376
3797
  "type": "3rd-party",
@@ -3454,6 +3875,28 @@
3454
3875
  "requires": {}
3455
3876
  }
3456
3877
  },
3878
+ {
3879
+ "name": "prometheus",
3880
+ "description": "Allows you to better understand what's going on with your application and how to optimize performance and other things in production",
3881
+ "repo": "artmizu/nuxt-prometheus",
3882
+ "npm": "@artmizu/nuxt-prometheus",
3883
+ "icon": "prometheus.svg",
3884
+ "github": "https://github.com/artmizu/nuxt-prometheus",
3885
+ "website": "https://github.com/artmizu/nuxt-prometheus",
3886
+ "learn_more": "",
3887
+ "category": "Monitoring",
3888
+ "type": "3rd-party",
3889
+ "maintainers": [
3890
+ {
3891
+ "name": "artmizu",
3892
+ "github": "artmizu"
3893
+ }
3894
+ ],
3895
+ "compatibility": {
3896
+ "nuxt": "^3.0.0",
3897
+ "requires": {}
3898
+ }
3899
+ },
3457
3900
  {
3458
3901
  "name": "protected-mailto",
3459
3902
  "description": "Nuxt component to generate encoded mailto links",
@@ -3591,6 +4034,28 @@
3591
4034
  "requires": {}
3592
4035
  }
3593
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
+ },
3594
4059
  {
3595
4060
  "name": "recaptcha",
3596
4061
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
@@ -3891,7 +4356,7 @@
3891
4356
  {
3892
4357
  "name": "seo-kit",
3893
4358
  "description": "Supercharge your Nuxt app with the all-in-one SEO layer.",
3894
- "repo": "harlan-zw/nuxt-seo-kit",
4359
+ "repo": "harlan-zw/nuxt-seo-kit#main/layer",
3895
4360
  "npm": "nuxt-seo-kit",
3896
4361
  "icon": "seo-kit.svg",
3897
4362
  "github": "https://github.com/harlan-zw/nuxt-seo-kit",
@@ -4139,26 +4604,48 @@
4139
4604
  "requires": {}
4140
4605
  }
4141
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
+ },
4142
4629
  {
4143
4630
  "name": "snipcart",
4144
4631
  "description": "Snipcart integration module for Nuxt.js",
4145
- "repo": "nuxt-community/snipcart-module",
4632
+ "repo": "nuxt-modules/snipcart",
4146
4633
  "npm": "@nuxtjs/snipcart",
4147
4634
  "icon": "snipcart.png",
4148
- "github": "https://github.com/nuxt-community/snipcart-module",
4149
- "website": "https://github.com/nuxt-community/snipcart-module",
4150
- "learn_more": "",
4151
- "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",
4152
4639
  "type": "community",
4153
4640
  "maintainers": [
4154
4641
  {
4155
4642
  "name": "Florent GIRAUD",
4156
- "github": "f3ltron",
4157
- "twitter": "giraud_florent"
4643
+ "github": "flozero",
4644
+ "twitter": "flozeroo"
4158
4645
  }
4159
4646
  ],
4160
4647
  "compatibility": {
4161
- "nuxt": "^2.0.0",
4648
+ "nuxt": "^2.0.0 || ^3.0.0",
4162
4649
  "requires": {}
4163
4650
  }
4164
4651
  },
@@ -4495,7 +4982,7 @@
4495
4982
  }
4496
4983
  ],
4497
4984
  "compatibility": {
4498
- "nuxt": "^2.0.0",
4985
+ "nuxt": "^2.0.0 || ^3.0.0",
4499
4986
  "requires": {}
4500
4987
  }
4501
4988
  },
@@ -4666,6 +5153,29 @@
4666
5153
  "requires": {}
4667
5154
  }
4668
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
+ },
4669
5179
  {
4670
5180
  "name": "tailwindcss",
4671
5181
  "description": "Add Tailwind CSS to your Nuxt application in seconds with PurgeCSS included for minimal CSS.",
@@ -4819,12 +5329,12 @@
4819
5329
  },
4820
5330
  {
4821
5331
  "name": "typed-router",
4822
- "description": "Provide autocompletion for pages route names generated by Nuxt router",
5332
+ "description": "Provide autocompletion for pages route names and params",
4823
5333
  "repo": "victorgarciaesgi/nuxt-typed-router",
4824
5334
  "npm": "nuxt-typed-router",
4825
5335
  "icon": "typed-router.png",
4826
5336
  "github": "https://github.com/victorgarciaesgi/nuxt-typed-router",
4827
- "website": "https://github.com/victorgarciaesgi/nuxt-typed-router",
5337
+ "website": "https://nuxt-typed-router.vercel.app",
4828
5338
  "learn_more": "",
4829
5339
  "category": "Devtools",
4830
5340
  "type": "3rd-party",
@@ -5054,6 +5564,29 @@
5054
5564
  }
5055
5565
  }
5056
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
+ },
5057
5590
  {
5058
5591
  "name": "user-agent",
5059
5592
  "description": "Nuxt.js module for handling User-Agent.",
@@ -5098,6 +5631,76 @@
5098
5631
  "requires": {}
5099
5632
  }
5100
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
+ },
5101
5704
  {
5102
5705
  "name": "vendor",
5103
5706
  "description": "directly serve node_modules",
@@ -5121,6 +5724,60 @@
5121
5724
  "requires": {}
5122
5725
  }
5123
5726
  },
5727
+ {
5728
+ "name": "vite-pwa-nuxt",
5729
+ "description": "Zero-config PWA Plugin for Nuxt 3",
5730
+ "repo": "vite-pwa/nuxt",
5731
+ "npm": "@vite-pwa/nuxt",
5732
+ "icon": "vite-pwa-nuxt.svg",
5733
+ "github": "https://github.com/vite-pwa/nuxt",
5734
+ "website": "https://github.com/vite-pwa/nuxt",
5735
+ "learn_more": "https://vite-pwa-org.netlify.app/frameworks/nuxt.html",
5736
+ "category": "Performance",
5737
+ "type": "3rd-party",
5738
+ "maintainers": [
5739
+ {
5740
+ "name": "Joaquín Sánchez",
5741
+ "github": "userquin",
5742
+ "twitter": "userquin"
5743
+ },
5744
+ {
5745
+ "name": "Anthony Fu",
5746
+ "github": "antfu",
5747
+ "twitter": "antfu7"
5748
+ }
5749
+ ],
5750
+ "compatibility": {
5751
+ "nuxt": "^3.0.0",
5752
+ "requires": {}
5753
+ }
5754
+ },
5755
+ {
5756
+ "name": "vitest",
5757
+ "description": "Vitest integration with Nuxt",
5758
+ "repo": "danielroe/nuxt-vitest#main",
5759
+ "npm": "nuxt-vitest",
5760
+ "icon": "vitest.svg",
5761
+ "github": "https://github.com/danielroe/nuxt-vitest",
5762
+ "website": "https://github.com/danielroe/nuxt-vitest",
5763
+ "learn_more": "",
5764
+ "category": "Extensions",
5765
+ "type": "3rd-party",
5766
+ "maintainers": [
5767
+ {
5768
+ "name": "Daniel Roe",
5769
+ "github": "danielroe"
5770
+ },
5771
+ {
5772
+ "name": "Anthony Fu",
5773
+ "github": "antfu"
5774
+ }
5775
+ ],
5776
+ "compatibility": {
5777
+ "nuxt": "^3.0.0",
5778
+ "requires": {}
5779
+ }
5780
+ },
5124
5781
  {
5125
5782
  "name": "vue-macros",
5126
5783
  "description": "Explore and extend more macros and syntax sugar to Vue.",
@@ -5282,6 +5939,28 @@
5282
5939
  "requires": {}
5283
5940
  }
5284
5941
  },
5942
+ {
5943
+ "name": "vuefire",
5944
+ "description": "Idiomatic composables for the Firebase SDK",
5945
+ "repo": "vuejs/vuefire/packages/nuxt",
5946
+ "npm": "nuxt-vuefire",
5947
+ "icon": "vuefire.svg",
5948
+ "github": "https://github.com/vuejs/vuefire/tree/main/packages/nuxt",
5949
+ "website": "https://vuefire.vuejs.org/",
5950
+ "learn_more": "",
5951
+ "category": "Database",
5952
+ "type": "3rd-party",
5953
+ "maintainers": [
5954
+ {
5955
+ "name": "posva",
5956
+ "github": "posva"
5957
+ }
5958
+ ],
5959
+ "compatibility": {
5960
+ "nuxt": "^3.0.0",
5961
+ "requires": {}
5962
+ }
5963
+ },
5285
5964
  {
5286
5965
  "name": "vuestic",
5287
5966
  "description": "Vuestic UI module for Nuxt 3",
@@ -5378,6 +6057,29 @@
5378
6057
  "requires": {}
5379
6058
  }
5380
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
+ },
5381
6083
  {
5382
6084
  "name": "web-vitals",
5383
6085
  "description": "Web Vitals for Nuxt",
@@ -5412,29 +6114,6 @@
5412
6114
  }
5413
6115
  }
5414
6116
  },
5415
- {
5416
- "name": "web3js",
5417
- "description": "Web3.js module integration for Nuxt.js",
5418
- "repo": "bl0cknumber/nuxt-web3",
5419
- "npm": "nuxt-web3",
5420
- "icon": "web3js.svg",
5421
- "github": "https://github.com/bl0cknumber/nuxt-web3",
5422
- "website": "https://github.com/bl0cknumber/nuxt-web3",
5423
- "learn_more": "https://web3js.readthedocs.io/",
5424
- "category": "Libraries",
5425
- "type": "3rd-party",
5426
- "maintainers": [
5427
- {
5428
- "name": "Muhammad Fauzan",
5429
- "github": "bl0cknumber",
5430
- "twitter": "fncolon"
5431
- }
5432
- ],
5433
- "compatibility": {
5434
- "nuxt": "^2.0.0",
5435
- "requires": {}
5436
- }
5437
- },
5438
6117
  {
5439
6118
  "name": "webfontloader",
5440
6119
  "description": "Efficient web font loading has never been easier!",
@@ -5549,6 +6228,28 @@
5549
6228
  "requires": {}
5550
6229
  }
5551
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
+ },
5552
6253
  {
5553
6254
  "name": "windicss",
5554
6255
  "description": "Next generation utility-first CSS framework.",
@@ -5692,6 +6393,29 @@
5692
6393
  "requires": {}
5693
6394
  }
5694
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
+ },
5695
6419
  {
5696
6420
  "name": "yandex-metrika",
5697
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-2a593a",
3
+ "version": "0.6.0-2c3013",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [
@@ -11,7 +11,7 @@
11
11
  "cli": "jiti ./lib/cli",
12
12
  "website:build": "pnpm build && nuxi build website",
13
13
  "website:dev": "pnpm build && nuxi dev website",
14
- "lint": "eslint --ext .vue,.ts .",
14
+ "lint": "eslint --ext .",
15
15
  "release": "pnpm cli version && npm publish",
16
16
  "sync": "pnpm cli sync",
17
17
  "test": "pnpm lint && pnpm sync"
@@ -19,16 +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.8.5",
23
- "defu": "^6.1.0",
24
- "eslint": "^8.31.0",
25
- "eslint-plugin-nuxt": "^4.0.0",
26
- "globby": "^13.1.2",
22
+ "@types/node": "^18.14.0",
23
+ "defu": "^6.1.1",
24
+ "eslint": "^8.34.0",
25
+ "globby": "^13.1.3",
27
26
  "hasha": "^5.2.2",
28
- "jiti": "^1.16.0",
27
+ "jiti": "^1.17.1",
29
28
  "js-yaml": "^4.1.0",
30
- "ohmyfetch": "^0.4.19",
31
- "typescript": "^4.8.4"
29
+ "ofetch": "^1.0.0",
30
+ "typescript": "^4.9.4"
32
31
  },
33
- "packageManager": "pnpm@7.22.0"
32
+ "packageManager": "pnpm@7.27.1"
34
33
  }