@nuxt/modules 0.6.0-40e577 → 0.6.0-42d442

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 +813 -41
  2. package/package.json +8 -8
package/modules.json CHANGED
@@ -126,12 +126,12 @@
126
126
  },
127
127
  {
128
128
  "name": "animejs",
129
- "description": "Anime.js module for Nuxt.js",
130
- "repo": "ivodolenc/nuxt-animejs",
131
- "npm": "nuxt-animejs",
129
+ "description": "Anime.js module for Nuxt",
130
+ "repo": "hypernym-studio/nuxt-anime",
131
+ "npm": "@hypernym/nuxt-anime",
132
132
  "icon": "",
133
- "github": "https://github.com/ivodolenc/nuxt-animejs",
134
- "website": "https://github.com/ivodolenc/nuxt-animejs",
133
+ "github": "https://github.com/hypernym-studio/nuxt-anime",
134
+ "website": "https://github.com/hypernym-studio/nuxt-anime",
135
135
  "learn_more": "",
136
136
  "category": "Libraries",
137
137
  "type": "3rd-party",
@@ -142,10 +142,34 @@
142
142
  }
143
143
  ],
144
144
  "compatibility": {
145
- "nuxt": "^2.0.0",
145
+ "nuxt": "^2.0.0 || ^3.0.0",
146
146
  "requires": {}
147
147
  }
148
148
  },
149
+ {
150
+ "name": "ant-design-vue",
151
+ "description": "A Vue 3 based component library for designers and developers",
152
+ "repo": "vueComponent/ant-design-vue-nuxt",
153
+ "npm": "@ant-design-vue/nuxt",
154
+ "icon": "ant-design-vue.svg",
155
+ "github": "https://github.com/vueComponent/ant-design-vue-nuxt",
156
+ "website": "https://antdv.com",
157
+ "learn_more": "https://github.com/vueComponent/ant-design-vue-nuxt",
158
+ "category": "UI",
159
+ "type": "3rd-party",
160
+ "maintainers": [
161
+ {
162
+ "name": "tangjinzhou",
163
+ "github": "tangjinzhou"
164
+ }
165
+ ],
166
+ "compatibility": {
167
+ "nuxt": "^3.0.0",
168
+ "requires": {
169
+ "bridge": "optional"
170
+ }
171
+ }
172
+ },
149
173
  {
150
174
  "name": "api-party",
151
175
  "description": "Nuxt 3 module to securely connect with any API – server proxy & dynamic composable names",
@@ -249,7 +273,7 @@
249
273
  "github": "https://github.com/Hrdtr/nuxt-appwrite",
250
274
  "website": "https://github.com/Hrdtr/nuxt-appwrite",
251
275
  "learn_more": "",
252
- "category": "Request",
276
+ "category": "Database",
253
277
  "type": "3rd-party",
254
278
  "maintainers": [
255
279
  {
@@ -289,6 +313,29 @@
289
313
  "requires": {}
290
314
  }
291
315
  },
316
+ {
317
+ "name": "authjs",
318
+ "description": "Auth.js authentication Nuxt module. Edge compatible.",
319
+ "repo": "Hebilicious/authjs-nuxt#main",
320
+ "npm": "@hebilicious/authjs-nuxt",
321
+ "icon": "authjs.png",
322
+ "github": "https://github.com/Hebilicious/authjs-nuxt",
323
+ "website": "https://authjs-nuxt.pages.dev/",
324
+ "learn_more": "https://authjs.dev/",
325
+ "category": "Security",
326
+ "type": "3rd-party",
327
+ "maintainers": [
328
+ {
329
+ "name": "Hebilicious",
330
+ "github": "Hebilicious",
331
+ "twitter": "its_hebilicious"
332
+ }
333
+ ],
334
+ "compatibility": {
335
+ "nuxt": "^3.0.0",
336
+ "requires": {}
337
+ }
338
+ },
292
339
  {
293
340
  "name": "axios",
294
341
  "description": "Secure and easy Axios module with Nuxt.js",
@@ -526,6 +573,28 @@
526
573
  "requires": {}
527
574
  }
528
575
  },
576
+ {
577
+ "name": "capo",
578
+ "description": "Capo.js implementation for Nuxt 3",
579
+ "repo": "danielroe/nuxt-capo",
580
+ "npm": "nuxt-capo",
581
+ "icon": "",
582
+ "github": "https://github.com/danielroe/nuxt-capo",
583
+ "website": "https://github.com/danielroe/nuxt-capo",
584
+ "learn_more": "",
585
+ "category": "Performance",
586
+ "type": "3rd-party",
587
+ "maintainers": [
588
+ {
589
+ "name": "danielroe",
590
+ "github": "danielroe"
591
+ }
592
+ ],
593
+ "compatibility": {
594
+ "nuxt": "^3.0.0",
595
+ "requires": {}
596
+ }
597
+ },
529
598
  {
530
599
  "name": "chakra-ui",
531
600
  "description": "Chakra UI Module for Nuxt.js",
@@ -551,11 +620,11 @@
551
620
  {
552
621
  "name": "chatwoot",
553
622
  "description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
554
- "repo": "huntersofbook/huntersofbook#main/projects/chatwoot/packages/nuxt",
555
- "npm": "@huntersofbook/chatwoot-nuxt",
623
+ "repo": "productdevbookcom/chatwoot",
624
+ "npm": "@productdevbook/chatwoot",
556
625
  "icon": "chatwoot.png",
557
- "github": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
558
- "website": "https://github.com/huntersofbook/huntersofbook/tree/main/projects/chatwoot/packages/nuxt",
626
+ "github": "https://github.com/productdevbookcom/chatwoot",
627
+ "website": "https://github.com/productdevbookcom/chatwoot",
559
628
  "learn_more": "https://www.chatwoot.com",
560
629
  "category": "Libraries",
561
630
  "type": "3rd-party",
@@ -592,6 +661,29 @@
592
661
  "requires": {}
593
662
  }
594
663
  },
664
+ {
665
+ "name": "clarity-analytics",
666
+ "description": "Clarity Analytics Module for Nuxt",
667
+ "repo": "Barbapapazes/nuxt-clarity-analytics",
668
+ "npm": "nuxt-clarity-analytics",
669
+ "icon": "",
670
+ "github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
671
+ "website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
672
+ "learn_more": "https://clarity.microsoft.com/",
673
+ "category": "Analytics",
674
+ "type": "3rd-party",
675
+ "maintainers": [
676
+ {
677
+ "name": "Barbapapazes",
678
+ "github": "Barbapapazes",
679
+ "twitter": "soubiran_"
680
+ }
681
+ ],
682
+ "compatibility": {
683
+ "nuxt": "^3.0.0",
684
+ "requires": {}
685
+ }
686
+ },
595
687
  {
596
688
  "name": "client-init",
597
689
  "description": "Provide client version of `nuxtServerInit`.",
@@ -757,12 +849,35 @@
757
849
  "requires": {}
758
850
  }
759
851
  },
852
+ {
853
+ "name": "content-assets",
854
+ "description": "Enable locally-located assets in Nuxt Content",
855
+ "repo": "davestewart/nuxt-content-assets",
856
+ "npm": "nuxt-content-assets",
857
+ "icon": "content-assets.png",
858
+ "github": "https://github.com/davestewart/nuxt-content-assets",
859
+ "website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
860
+ "learn_more": "",
861
+ "category": "Images",
862
+ "type": "3rd-party",
863
+ "maintainers": [
864
+ {
865
+ "name": "davestewart",
866
+ "github": "davestewart",
867
+ "twitter": "dave_stewart"
868
+ }
869
+ ],
870
+ "compatibility": {
871
+ "nuxt": "^3.0.0",
872
+ "requires": {}
873
+ }
874
+ },
760
875
  {
761
876
  "name": "content",
762
877
  "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.",
763
878
  "repo": "nuxt/content#main",
764
879
  "npm": "@nuxt/content",
765
- "icon": "nuxt.png",
880
+ "icon": "nuxt.svg",
766
881
  "github": "https://github.com/nuxt/content",
767
882
  "website": "https://content.nuxtjs.org",
768
883
  "learn_more": "",
@@ -929,11 +1044,11 @@
929
1044
  }
930
1045
  },
931
1046
  {
932
- "name": "datocms",
933
- "description": "DatoCMS integration for Nuxt.js",
1047
+ "name": "datocms-nuxt2",
1048
+ "description": "DatoCMS integration for Nuxt.js v2",
934
1049
  "repo": "voorhoede/nuxt-datocms-module",
935
1050
  "npm": "@voorhoede/nuxt-datocms-module",
936
- "icon": "datocms.png",
1051
+ "icon": "datocms.svg",
937
1052
  "github": "https://github.com/voorhoede/nuxt-datocms-module",
938
1053
  "website": "https://github.com/voorhoede/nuxt-datocms-module",
939
1054
  "learn_more": "https://www.datocms.com/",
@@ -950,26 +1065,50 @@
950
1065
  "requires": {}
951
1066
  }
952
1067
  },
1068
+ {
1069
+ "name": "datocms",
1070
+ "description": "DatoCMS module for Nuxt",
1071
+ "repo": "hex-digital/nuxt-datocms",
1072
+ "npm": "@hexdigital/nuxt-datocms",
1073
+ "icon": "datocms.svg",
1074
+ "github": "https://github.com/hex-digital/nuxt-datocms",
1075
+ "website": "https://github.com/hex-digital/nuxt-datocms#readme",
1076
+ "learn_more": "https://www.datocms.com/",
1077
+ "category": "CMS",
1078
+ "type": "3rd-party",
1079
+ "maintainers": [
1080
+ {
1081
+ "name": "Jamie Warburton",
1082
+ "github": "jamiewarb",
1083
+ "twitter": "jamiewarb",
1084
+ "avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
1085
+ }
1086
+ ],
1087
+ "compatibility": {
1088
+ "nuxt": "^3.0.0",
1089
+ "requires": {}
1090
+ }
1091
+ },
953
1092
  {
954
1093
  "name": "dayjs",
955
- "description": "The best way for use Day.js easily in your Nuxt.js project.",
956
- "repo": "nuxt-community/dayjs-module",
957
- "npm": "@nuxtjs/dayjs",
1094
+ "description": "Day.js module for Nuxt",
1095
+ "repo": "fumeapp/dayjs",
1096
+ "npm": "dayjs-nuxt",
958
1097
  "icon": "day-js.png",
959
- "github": "https://github.com/nuxt-community/dayjs-module",
960
- "website": "https://github.com/nuxt-community/dayjs-module",
1098
+ "github": "https://github.com/fumeapp/dayjs",
1099
+ "website": "https://github.com/fumeapp/dayjs",
961
1100
  "learn_more": "https://day.js.org/",
962
- "category": "Date",
963
- "type": "community",
1101
+ "category": "Libraries",
1102
+ "type": "3rd-party",
964
1103
  "maintainers": [
965
1104
  {
966
- "name": "Takuma HANATANI",
967
- "github": "potato4d",
968
- "twitter": "potato4d"
1105
+ "name": "Kevin Olson",
1106
+ "github": "acidjazz",
1107
+ "twitter": "AppFume"
969
1108
  }
970
1109
  ],
971
1110
  "compatibility": {
972
- "nuxt": "^2.0.0",
1111
+ "nuxt": "^3.0.0",
973
1112
  "requires": {}
974
1113
  }
975
1114
  },
@@ -1018,6 +1157,29 @@
1018
1157
  "requires": {}
1019
1158
  }
1020
1159
  },
1160
+ {
1161
+ "name": "devtools",
1162
+ "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1163
+ "repo": "nuxt/devtools#main/packages/devtools",
1164
+ "npm": "@nuxt/devtools",
1165
+ "icon": "nuxt.svg",
1166
+ "github": "https://github.com/nuxt/devtools",
1167
+ "website": "https://devtools.nuxtjs.org/",
1168
+ "learn_more": "",
1169
+ "category": "Devtools",
1170
+ "type": "official",
1171
+ "maintainers": [
1172
+ {
1173
+ "name": "Anthony Fu",
1174
+ "github": "antfu",
1175
+ "twitter": "antfu7"
1176
+ }
1177
+ ],
1178
+ "compatibility": {
1179
+ "nuxt": "^3.0.0",
1180
+ "requires": {}
1181
+ }
1182
+ },
1021
1183
  {
1022
1184
  "name": "directus",
1023
1185
  "description": "Easily connect your Nuxt3 application to your directus server.",
@@ -1438,6 +1600,29 @@
1438
1600
  "requires": {}
1439
1601
  }
1440
1602
  },
1603
+ {
1604
+ "name": "form-actions",
1605
+ "description": "A set of features and composables to interact with forms and server data.",
1606
+ "repo": "Hebilicious/form-actions-nuxt/packages/form-action-nuxt#main",
1607
+ "npm": "@hebilicious/form-actions-nuxt",
1608
+ "icon": "form-actions.svg",
1609
+ "github": "https://github.com/Hebilicious/form-actions-nuxt",
1610
+ "website": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1611
+ "learn_more": "https://github.com/Hebilicious/form-actions-nuxt#readme",
1612
+ "category": "Request",
1613
+ "type": "3rd-party",
1614
+ "maintainers": [
1615
+ {
1616
+ "name": "Hebilicious",
1617
+ "github": "Hebilicious",
1618
+ "twitter": "its_hebilicious"
1619
+ }
1620
+ ],
1621
+ "compatibility": {
1622
+ "nuxt": "^3.0.0",
1623
+ "requires": {}
1624
+ }
1625
+ },
1441
1626
  {
1442
1627
  "name": "formkit",
1443
1628
  "description": "Seamless FormKit integration for Nuxt",
@@ -1786,6 +1971,28 @@
1786
1971
  "requires": {}
1787
1972
  }
1788
1973
  },
1974
+ {
1975
+ "name": "hanko",
1976
+ "description": "Hanko integration for Nuxt for passwordless authentication",
1977
+ "repo": "nuxt-modules/hanko",
1978
+ "npm": "@nuxtjs/hanko",
1979
+ "icon": "hanko.svg",
1980
+ "github": "https://github.com/nuxt-modules/hanko",
1981
+ "website": "https://github.com/nuxt-modules/hanko",
1982
+ "learn_more": "https://hanko.io/",
1983
+ "category": "Security",
1984
+ "type": "community",
1985
+ "maintainers": [
1986
+ {
1987
+ "name": "danielroe",
1988
+ "github": "danielroe"
1989
+ }
1990
+ ],
1991
+ "compatibility": {
1992
+ "nuxt": "^3.0.0",
1993
+ "requires": {}
1994
+ }
1995
+ },
1789
1996
  {
1790
1997
  "name": "harlem",
1791
1998
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -2044,6 +2251,28 @@
2044
2251
  "requires": {}
2045
2252
  }
2046
2253
  },
2254
+ {
2255
+ "name": "icon-font",
2256
+ "description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
2257
+ "repo": "coremyslo/nuxt-icon-font",
2258
+ "npm": "@coremyslo/nuxt-icon-font",
2259
+ "icon": "",
2260
+ "github": "https://github.com/coremyslo/nuxt-icon-font",
2261
+ "website": "https://github.com/coremyslo/nuxt-icon-font",
2262
+ "learn_more": "",
2263
+ "category": "UI",
2264
+ "type": "3rd-party",
2265
+ "maintainers": [
2266
+ {
2267
+ "name": "coremyslo",
2268
+ "github": "coremyslo"
2269
+ }
2270
+ ],
2271
+ "compatibility": {
2272
+ "nuxt": "^3.0.0",
2273
+ "requires": {}
2274
+ }
2275
+ },
2047
2276
  {
2048
2277
  "name": "icon",
2049
2278
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2170,12 +2399,12 @@
2170
2399
  {
2171
2400
  "name": "inkline",
2172
2401
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2173
- "repo": "inkline/nuxt-module-inkline",
2174
- "npm": "@inkline/nuxt",
2402
+ "repo": "inkline/plugin",
2403
+ "npm": "@inkline/plugin",
2175
2404
  "icon": "inkline.svg",
2176
- "github": "https://github.com/inkline/nuxt-module-inkline",
2405
+ "github": "https://github.com/inkline/plugin",
2177
2406
  "website": "https://inkline.io",
2178
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2407
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2179
2408
  "category": "UI",
2180
2409
  "type": "3rd-party",
2181
2410
  "maintainers": [
@@ -2719,6 +2948,29 @@
2719
2948
  "requires": {}
2720
2949
  }
2721
2950
  },
2951
+ {
2952
+ "name": "module-feed",
2953
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
2954
+ "repo": "tresko/nuxt-module-feed",
2955
+ "npm": "nuxt-module-feed",
2956
+ "icon": "",
2957
+ "github": "https://github.com/tresko/nuxt-module-feed",
2958
+ "website": "https://github.com/tresko/nuxt-module-feed",
2959
+ "learn_more": "",
2960
+ "category": "SEO",
2961
+ "type": "3rd-party",
2962
+ "maintainers": [
2963
+ {
2964
+ "name": "Miha Sedej",
2965
+ "github": "tresko",
2966
+ "twitter": "mihasedej"
2967
+ }
2968
+ ],
2969
+ "compatibility": {
2970
+ "nuxt": "^3.0.0",
2971
+ "requires": {}
2972
+ }
2973
+ },
2722
2974
  {
2723
2975
  "name": "moment",
2724
2976
  "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
@@ -2907,6 +3159,28 @@
2907
3159
  "requires": {}
2908
3160
  }
2909
3161
  },
3162
+ {
3163
+ "name": "nupolyon",
3164
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3165
+ "repo": "adenvt/nupolyon",
3166
+ "npm": "nupolyon",
3167
+ "icon": "",
3168
+ "github": "https://github.com/adenvt/nupolyon",
3169
+ "website": "https://github.com/adenvt/nupolyon",
3170
+ "learn_more": "",
3171
+ "category": "Performance",
3172
+ "type": "3rd-party",
3173
+ "maintainers": [
3174
+ {
3175
+ "name": "adenvt",
3176
+ "github": "adenvt"
3177
+ }
3178
+ ],
3179
+ "compatibility": {
3180
+ "nuxt": "^3.0.0",
3181
+ "requires": {}
3182
+ }
3183
+ },
2910
3184
  {
2911
3185
  "name": "nuxt-auth",
2912
3186
  "description": "",
@@ -3002,6 +3276,28 @@
3002
3276
  "requires": {}
3003
3277
  }
3004
3278
  },
3279
+ {
3280
+ "name": "nuxt-gtm",
3281
+ "description": "A Nuxt.js module for Google Tag Manager",
3282
+ "repo": "zadigetvoltaire/nuxt-gtm",
3283
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3284
+ "icon": "nuxt-gtm.svg",
3285
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3286
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3287
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3288
+ "category": "Analytics",
3289
+ "type": "3rd-party",
3290
+ "maintainers": [
3291
+ {
3292
+ "name": "Zadig&Voltaire Team",
3293
+ "github": "https://github.com/zadigetvoltaire"
3294
+ }
3295
+ ],
3296
+ "compatibility": {
3297
+ "nuxt": "^3.0.0",
3298
+ "requires": {}
3299
+ }
3300
+ },
3005
3301
  {
3006
3302
  "name": "nuxt-hue",
3007
3303
  "description": "Enlighten your Nuxt experience",
@@ -3116,6 +3412,28 @@
3116
3412
  "requires": {}
3117
3413
  }
3118
3414
  },
3415
+ {
3416
+ "name": "nuxt-mongoose",
3417
+ "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
3418
+ "repo": "arashsheyda/nuxt-mongoose",
3419
+ "npm": "nuxt-mongoose",
3420
+ "icon": "nuxt-mongoose.svg",
3421
+ "github": "https://github.com/arashsheyda/nuxt-mongoose",
3422
+ "website": "https://nuxt-mongoose.nuxt.space",
3423
+ "learn_more": "",
3424
+ "category": "Database",
3425
+ "type": "3rd-party",
3426
+ "maintainers": [
3427
+ {
3428
+ "name": "arashsheyda",
3429
+ "github": "arashsheyda"
3430
+ }
3431
+ ],
3432
+ "compatibility": {
3433
+ "nuxt": "^3.0.0",
3434
+ "requires": {}
3435
+ }
3436
+ },
3119
3437
  {
3120
3438
  "name": "nuxt-pdf",
3121
3439
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -3414,6 +3732,28 @@
3414
3732
  "requires": {}
3415
3733
  }
3416
3734
  },
3735
+ {
3736
+ "name": "nuxt-vuetify",
3737
+ "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3738
+ "repo": "invictus-codes/nuxt-vuetify",
3739
+ "npm": "@invictus.codes/nuxt-vuetify",
3740
+ "icon": "vuetify-logo-v3-dark.svg",
3741
+ "github": "https://github.com/invictus-codes/nuxt-vuetify",
3742
+ "website": "https://invictus-codes.github.io/nuxt-vuetify/",
3743
+ "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
3744
+ "category": "UI",
3745
+ "type": "3rd-party",
3746
+ "maintainers": [
3747
+ {
3748
+ "name": "Jens van Hellemondt",
3749
+ "github": "invictus-codes"
3750
+ }
3751
+ ],
3752
+ "compatibility": {
3753
+ "nuxt": "^3.0.0",
3754
+ "requires": {}
3755
+ }
3756
+ },
3417
3757
  {
3418
3758
  "name": "nuxt7",
3419
3759
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -3437,6 +3777,29 @@
3437
3777
  "requires": {}
3438
3778
  }
3439
3779
  },
3780
+ {
3781
+ "name": "nuxtlabs-ui",
3782
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3783
+ "repo": "nuxtlabs/ui",
3784
+ "npm": "@nuxthq/ui",
3785
+ "icon": "nuxtlabs-ui.svg",
3786
+ "github": "https://github.com/nuxtlabs/ui",
3787
+ "website": "https://ui.nuxtlabs.com",
3788
+ "learn_more": "https://ui.nuxtlabs.com",
3789
+ "category": "UI",
3790
+ "type": "3rd-party",
3791
+ "maintainers": [
3792
+ {
3793
+ "name": "Benjamin Canac",
3794
+ "github": "benjamincanac",
3795
+ "twitter": "benjamincanac"
3796
+ }
3797
+ ],
3798
+ "compatibility": {
3799
+ "nuxt": "^3.0.0",
3800
+ "requires": {}
3801
+ }
3802
+ },
3440
3803
  {
3441
3804
  "name": "og-image",
3442
3805
  "description": "Easily generate dynamic social share images.",
@@ -3576,6 +3939,30 @@
3576
3939
  }
3577
3940
  }
3578
3941
  },
3942
+ {
3943
+ "name": "pdfeasy",
3944
+ "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
3945
+ "repo": "betterwrite/pdfeasy#main/packages/nuxt",
3946
+ "npm": "nuxt-pdfeasy",
3947
+ "icon": "pdfeasy.png",
3948
+ "github": "https://github.com/betterwrite/pdfeasy",
3949
+ "website": "https://github.com/betterwrite/pdfeasy",
3950
+ "learn_more": "https://github.com/betterwrite/pdfeasy",
3951
+ "category": "Extensions",
3952
+ "type": "3rd-party",
3953
+ "maintainers": [
3954
+ {
3955
+ "name": "Giovane Cardoso",
3956
+ "github": "novout",
3957
+ "twitter": "novoutttttt",
3958
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
3959
+ }
3960
+ ],
3961
+ "compatibility": {
3962
+ "nuxt": "^3.0.0",
3963
+ "requires": {}
3964
+ }
3965
+ },
3579
3966
  {
3580
3967
  "name": "persian-datepicker",
3581
3968
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -4306,6 +4693,29 @@
4306
4693
  "requires": {}
4307
4694
  }
4308
4695
  },
4696
+ {
4697
+ "name": "server-block",
4698
+ "description": "Use <server> tags in your Nuxt pages components.",
4699
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
4700
+ "npm": "@hebilicious/server-block-nuxt",
4701
+ "icon": "server-block.svg",
4702
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
4703
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
4704
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
4705
+ "category": "Extensions",
4706
+ "type": "3rd-party",
4707
+ "maintainers": [
4708
+ {
4709
+ "name": "Hebilicious",
4710
+ "github": "Hebilicious",
4711
+ "twitter": "its_hebilicious"
4712
+ }
4713
+ ],
4714
+ "compatibility": {
4715
+ "nuxt": "^3.0.0",
4716
+ "requires": {}
4717
+ }
4718
+ },
4309
4719
  {
4310
4720
  "name": "session",
4311
4721
  "description": "Session middleware to persist user data across requests, a client-side useSession composable to interact with the session, supports many storage backends via unjs/unstorage",
@@ -4498,7 +4908,7 @@
4498
4908
  "github": "https://github.com/nuxt-modules/snipcart",
4499
4909
  "website": "https://github.com/nuxt-modules/snipcart",
4500
4910
  "learn_more": "https://snipcart.com",
4501
- "category": "Payment",
4911
+ "category": "Ecommerce",
4502
4912
  "type": "community",
4503
4913
  "maintainers": [
4504
4914
  {
@@ -4782,6 +5192,32 @@
4782
5192
  }
4783
5193
  }
4784
5194
  },
5195
+ {
5196
+ "name": "stripe-next",
5197
+ "description": "This Nuxt module provides an easy way to integrate Stripe in your Nuxt application, both on the client-side and server-side. It utilizes the official stripe package for server-side usage and @stripe/stripe-js for the client-side.",
5198
+ "repo": "fuentesloic/nuxt-stripe",
5199
+ "npm": "@unlok-co/nuxt-stripe",
5200
+ "icon": "stripe.png",
5201
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
5202
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
5203
+ "learn_more": "https://stripe.com/docs",
5204
+ "category": "Payment",
5205
+ "type": "3rd-party",
5206
+ "maintainers": [
5207
+ {
5208
+ "name": "Loic Fuentes",
5209
+ "github": "fuentesloic"
5210
+ },
5211
+ {
5212
+ "name": "Florent Giraud",
5213
+ "github": "flozero"
5214
+ }
5215
+ ],
5216
+ "compatibility": {
5217
+ "nuxt": "^3.0.0",
5218
+ "requires": {}
5219
+ }
5220
+ },
4785
5221
  {
4786
5222
  "name": "stripe",
4787
5223
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
@@ -5085,6 +5521,28 @@
5085
5521
  "requires": {}
5086
5522
  }
5087
5523
  },
5524
+ {
5525
+ "name": "time",
5526
+ "description": "Safely render local dates and times on the server with Nuxt",
5527
+ "repo": "danielroe/nuxt-time",
5528
+ "npm": "nuxt-time",
5529
+ "icon": "",
5530
+ "github": "https://github.com/danielroe/nuxt-time",
5531
+ "website": "https://github.com/danielroe/nuxt-time",
5532
+ "learn_more": "",
5533
+ "category": "Extensions",
5534
+ "type": "3rd-party",
5535
+ "maintainers": [
5536
+ {
5537
+ "name": "danielroe",
5538
+ "github": "danielroe"
5539
+ }
5540
+ ],
5541
+ "compatibility": {
5542
+ "nuxt": "^3.0.0",
5543
+ "requires": {}
5544
+ }
5545
+ },
5088
5546
  {
5089
5547
  "name": "toast",
5090
5548
  "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
@@ -5108,6 +5566,39 @@
5108
5566
  "requires": {}
5109
5567
  }
5110
5568
  },
5569
+ {
5570
+ "name": "tresjs",
5571
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
5572
+ "repo": "tresjs/nuxt",
5573
+ "npm": "@tresjs/nuxt",
5574
+ "icon": "tresjs.svg",
5575
+ "github": "https://github.com/Tresjs/nuxt",
5576
+ "website": "https://tresjs.org/guide/nuxt.html",
5577
+ "learn_more": "https://tresjs.org/",
5578
+ "category": "Libraries",
5579
+ "type": "3rd-party",
5580
+ "maintainers": [
5581
+ {
5582
+ "name": "Alvaro Saburido",
5583
+ "github": "alvarosabu",
5584
+ "twitter": "alvarosabu"
5585
+ },
5586
+ {
5587
+ "name": "Jaime Torrealba",
5588
+ "github": "JaimeTorrealba",
5589
+ "twitter": "jaimebboyjt"
5590
+ },
5591
+ {
5592
+ "name": "Tino Koch",
5593
+ "github": "Tinoooo",
5594
+ "twitter": "ichbintino"
5595
+ }
5596
+ ],
5597
+ "compatibility": {
5598
+ "nuxt": "^3.0.0",
5599
+ "requires": {}
5600
+ }
5601
+ },
5111
5602
  {
5112
5603
  "name": "turnstile",
5113
5604
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5157,6 +5648,28 @@
5157
5648
  }
5158
5649
  }
5159
5650
  },
5651
+ {
5652
+ "name": "twemoji",
5653
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
5654
+ "repo": "yizack/nuxt-twemoji",
5655
+ "npm": "nuxt-twemoji",
5656
+ "icon": "twemoji.svg",
5657
+ "github": "https://github.com/Yizack/nuxt-twemoji",
5658
+ "website": "https://github.com/Yizack/nuxt-twemoji",
5659
+ "learn_more": "",
5660
+ "category": "UI",
5661
+ "type": "3rd-party",
5662
+ "maintainers": [
5663
+ {
5664
+ "name": "Yizack Rangel",
5665
+ "github": "yizack"
5666
+ }
5667
+ ],
5668
+ "compatibility": {
5669
+ "nuxt": "^3.0.0",
5670
+ "requires": {}
5671
+ }
5672
+ },
5160
5673
  {
5161
5674
  "name": "twicpics",
5162
5675
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5328,11 +5841,11 @@
5328
5841
  {
5329
5842
  "name": "unhead",
5330
5843
  "description": "Experimental features for Nuxt SEO / head management.",
5331
- "repo": "harlan-zw/nuxt-unhead",
5332
- "npm": "nuxt-unhead",
5844
+ "repo": "harlan-zw/nuxt-seo-experiments",
5845
+ "npm": "nuxt-seo-experiments",
5333
5846
  "icon": "",
5334
- "github": "https://github.com/harlan-zw/nuxt-unhead",
5335
- "website": "https://github.com/harlan-zw/nuxt-unhead",
5847
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5848
+ "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
5336
5849
  "learn_more": "",
5337
5850
  "category": "SEO",
5338
5851
  "type": "3rd-party",
@@ -5375,6 +5888,28 @@
5375
5888
  "requires": {}
5376
5889
  }
5377
5890
  },
5891
+ {
5892
+ "name": "unlazy",
5893
+ "description": "Lazy loading library for placeholder images",
5894
+ "repo": "johannschopplich/unlazy/packages/nuxt",
5895
+ "npm": "@unlazy/nuxt",
5896
+ "icon": "unlazy.svg",
5897
+ "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
5898
+ "website": "https://unlazy.byjohann.dev/",
5899
+ "learn_more": "",
5900
+ "category": "Images",
5901
+ "type": "3rd-party",
5902
+ "maintainers": [
5903
+ {
5904
+ "name": "Johann Schopplich",
5905
+ "github": "johannschopplich"
5906
+ }
5907
+ ],
5908
+ "compatibility": {
5909
+ "nuxt": "^3.0.0",
5910
+ "requires": {}
5911
+ }
5912
+ },
5378
5913
  {
5379
5914
  "name": "unlighthouse",
5380
5915
  "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
@@ -5518,6 +6053,52 @@
5518
6053
  }
5519
6054
  }
5520
6055
  },
6056
+ {
6057
+ "name": "varlet",
6058
+ "description": "A Material design mobile component library developed based on Vue3",
6059
+ "repo": "varletjs/varlet-nuxt",
6060
+ "npm": "@varlet/nuxt",
6061
+ "icon": "varlet.svg",
6062
+ "github": "https://github.com/varletjs/varlet",
6063
+ "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
6064
+ "learn_more": "https://github.com/varletjs/varlet-nuxt",
6065
+ "category": "UI",
6066
+ "type": "3rd-party",
6067
+ "maintainers": [
6068
+ {
6069
+ "name": "zhangmo8",
6070
+ "github": "zhangmo8"
6071
+ }
6072
+ ],
6073
+ "compatibility": {
6074
+ "nuxt": "^3.0.0",
6075
+ "requires": {
6076
+ "bridge": "optional"
6077
+ }
6078
+ }
6079
+ },
6080
+ {
6081
+ "name": "vee-validate",
6082
+ "description": "Painless Vue forms for Nuxt.js",
6083
+ "repo": "logaretm/vee-validate#main/packages/nuxt",
6084
+ "npm": "@vee-validate/nuxt",
6085
+ "icon": "vee-validate.png",
6086
+ "github": "https://github.com/logaretm/vee-validate/",
6087
+ "website": "https://vee-validate.logaretm.com/v4/",
6088
+ "learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
6089
+ "category": "Libraries",
6090
+ "type": "3rd-party",
6091
+ "maintainers": [
6092
+ {
6093
+ "name": "Abdelrahman Awad",
6094
+ "github": "logaretm"
6095
+ }
6096
+ ],
6097
+ "compatibility": {
6098
+ "nuxt": "^3.0.0",
6099
+ "requires": {}
6100
+ }
6101
+ },
5521
6102
  {
5522
6103
  "name": "vendor",
5523
6104
  "description": "directly serve node_modules",
@@ -5541,6 +6122,51 @@
5541
6122
  "requires": {}
5542
6123
  }
5543
6124
  },
6125
+ {
6126
+ "name": "vercel-analytics",
6127
+ "description": "Vercel Analytics integration for Nuxt",
6128
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
6129
+ "npm": "nuxt-vercel-analytics",
6130
+ "icon": "",
6131
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6132
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6133
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
6134
+ "category": "Analytics",
6135
+ "type": "3rd-party",
6136
+ "maintainers": [
6137
+ {
6138
+ "name": "Alexander B.",
6139
+ "github": "xanderbarkhatov"
6140
+ }
6141
+ ],
6142
+ "compatibility": {
6143
+ "nuxt": "^3.0.0",
6144
+ "requires": {}
6145
+ }
6146
+ },
6147
+ {
6148
+ "name": "vexip-ui",
6149
+ "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
6150
+ "repo": "vexip-ui/nuxt",
6151
+ "npm": "@vexip-ui/nuxt",
6152
+ "icon": "vexip-ui.svg",
6153
+ "github": "https://github.com/vexip-ui/vexip-ui",
6154
+ "website": "https://www.vexipui.com/",
6155
+ "learn_more": "https://github.com/vexip-ui/nuxt",
6156
+ "category": "UI",
6157
+ "type": "3rd-party",
6158
+ "maintainers": [
6159
+ {
6160
+ "name": "未觉雨声",
6161
+ "github": "qmhc",
6162
+ "twitter": "qmhc95"
6163
+ }
6164
+ ],
6165
+ "compatibility": {
6166
+ "nuxt": "^3.0.0",
6167
+ "requires": {}
6168
+ }
6169
+ },
5544
6170
  {
5545
6171
  "name": "vite-pwa-nuxt",
5546
6172
  "description": "Zero-config PWA Plugin for Nuxt 3",
@@ -5572,13 +6198,13 @@
5572
6198
  {
5573
6199
  "name": "vitest",
5574
6200
  "description": "Vitest integration with Nuxt",
5575
- "repo": "danielroe/nuxt-vitest#main",
6201
+ "repo": "danielroe/nuxt-vitest",
5576
6202
  "npm": "nuxt-vitest",
5577
6203
  "icon": "vitest.svg",
5578
6204
  "github": "https://github.com/danielroe/nuxt-vitest",
5579
6205
  "website": "https://github.com/danielroe/nuxt-vitest",
5580
6206
  "learn_more": "",
5581
- "category": "Extensions",
6207
+ "category": "Devtools",
5582
6208
  "type": "3rd-party",
5583
6209
  "maintainers": [
5584
6210
  {
@@ -5595,15 +6221,45 @@
5595
6221
  "requires": {}
5596
6222
  }
5597
6223
  },
6224
+ {
6225
+ "name": "vue-email",
6226
+ "description": "Write email templates with vue",
6227
+ "repo": "Dave136/vue-email#main/packages/vue-email",
6228
+ "npm": "vue-email",
6229
+ "icon": "vue-email.svg",
6230
+ "github": "https://github.com/Dave136/vue-email#main/packages/vue-email",
6231
+ "website": "https://vue-email.vercel.app/",
6232
+ "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
6233
+ "category": "UI",
6234
+ "type": "3rd-party",
6235
+ "maintainers": [
6236
+ {
6237
+ "name": "David Arenas",
6238
+ "github": "Dave136",
6239
+ "twitter": "davejs4",
6240
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
6241
+ },
6242
+ {
6243
+ "name": "Younes Barrad",
6244
+ "github": "Flowko",
6245
+ "twitter": "imflowko",
6246
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6247
+ }
6248
+ ],
6249
+ "compatibility": {
6250
+ "nuxt": "^3.0.0",
6251
+ "requires": {}
6252
+ }
6253
+ },
5598
6254
  {
5599
6255
  "name": "vue-macros",
5600
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5601
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
6256
+ "description": "Explore more macros and syntax sugar to Vue.",
6257
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5602
6258
  "npm": "@vue-macros/nuxt",
5603
6259
  "icon": "vue-macros.svg",
5604
- "github": "https://github.com/sxzz/unplugin-vue-macros",
6260
+ "github": "https://github.com/sxzz/vue-macros",
5605
6261
  "website": "https://vue-macros.sxzz.moe",
5606
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
6262
+ "learn_more": "https://github.com/sxzz/vue-macros",
5607
6263
  "category": "Extensions",
5608
6264
  "type": "3rd-party",
5609
6265
  "maintainers": [
@@ -5686,6 +6342,29 @@
5686
6342
  "requires": {}
5687
6343
  }
5688
6344
  },
6345
+ {
6346
+ "name": "vue-query",
6347
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6348
+ "repo": "Hebilicious/vue-query-nuxt#main",
6349
+ "npm": "@hebilicious/vue-query-nuxt",
6350
+ "icon": "vue-query.svg",
6351
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
6352
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
6353
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
6354
+ "category": "Request",
6355
+ "type": "3rd-party",
6356
+ "maintainers": [
6357
+ {
6358
+ "name": "Hebilicious",
6359
+ "github": "Hebilicious",
6360
+ "twitter": "its_hebilicious"
6361
+ }
6362
+ ],
6363
+ "compatibility": {
6364
+ "nuxt": "^3.0.0",
6365
+ "requires": {}
6366
+ }
6367
+ },
5689
6368
  {
5690
6369
  "name": "vue-select",
5691
6370
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -5800,6 +6479,28 @@
5800
6479
  "requires": {}
5801
6480
  }
5802
6481
  },
6482
+ {
6483
+ "name": "vuetify-nuxt-module",
6484
+ "description": "Zero-config Nuxt Module for Vuetify.",
6485
+ "repo": "userquin/vuetify-nuxt-module",
6486
+ "npm": "vuetify-nuxt-module",
6487
+ "icon": "vuetify-logo-v3-dark.svg",
6488
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
6489
+ "website": "https://github.com/userquin/vuetify-nuxt-module",
6490
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
6491
+ "category": "UI",
6492
+ "type": "3rd-party",
6493
+ "maintainers": [
6494
+ {
6495
+ "name": "Joaquín Sánchez",
6496
+ "github": "userquin"
6497
+ }
6498
+ ],
6499
+ "compatibility": {
6500
+ "nuxt": "^3.0.0",
6501
+ "requires": {}
6502
+ }
6503
+ },
5803
6504
  {
5804
6505
  "name": "vuetify",
5805
6506
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
@@ -5874,6 +6575,29 @@
5874
6575
  "requires": {}
5875
6576
  }
5876
6577
  },
6578
+ {
6579
+ "name": "vunix",
6580
+ "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.",
6581
+ "repo": "gaetansenn/vunix#main/packages/nuxt",
6582
+ "npm": "@vunix/nuxt",
6583
+ "icon": "",
6584
+ "github": "https://github.com/gaetansenn/vunix",
6585
+ "website": "https://vunix.dewib.com/",
6586
+ "learn_more": "",
6587
+ "category": "UI",
6588
+ "type": "3rd-party",
6589
+ "maintainers": [
6590
+ {
6591
+ "name": "Gaetan SENN",
6592
+ "github": "gaetansenn",
6593
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6594
+ }
6595
+ ],
6596
+ "compatibility": {
6597
+ "nuxt": "^3.0.0",
6598
+ "requires": {}
6599
+ }
6600
+ },
5877
6601
  {
5878
6602
  "name": "web-vitals",
5879
6603
  "description": "Web Vitals for Nuxt",
@@ -6022,6 +6746,54 @@
6022
6746
  "requires": {}
6023
6747
  }
6024
6748
  },
6749
+ {
6750
+ "name": "well-known",
6751
+ "description": "A Nuxt.js module to add well-known URIs using middlewares",
6752
+ "repo": "zadigetvoltaire/nuxt-well-known",
6753
+ "npm": "@zadigetvoltaire/nuxt-well-known",
6754
+ "icon": "well-known.svg",
6755
+ "github": "https://github.com/zadigetvoltaire/nuxt-well-known",
6756
+ "website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
6757
+ "learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
6758
+ "category": "SEO",
6759
+ "type": "3rd-party",
6760
+ "maintainers": [
6761
+ {
6762
+ "name": "Zadig&Voltaire Team",
6763
+ "github": "https://github.com/zadigetvoltaire"
6764
+ }
6765
+ ],
6766
+ "compatibility": {
6767
+ "nuxt": "^3.0.0",
6768
+ "requires": {}
6769
+ }
6770
+ },
6771
+ {
6772
+ "name": "wideangle",
6773
+ "description": "Nuxt 3 module to integrate Wide Angle Analytics",
6774
+ "repo": "inputobjects/wideangle-nuxt",
6775
+ "npm": "wideangle-nuxt",
6776
+ "icon": "wideangle.png",
6777
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
6778
+ "website": "https://wideangle.co",
6779
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
6780
+ "category": "Analytics",
6781
+ "type": "3rd-party",
6782
+ "maintainers": [
6783
+ {
6784
+ "name": "Wide Angle Analytics by Input Objects GmbH",
6785
+ "github": "inputobjects"
6786
+ },
6787
+ {
6788
+ "name": "Jarek Rozanski",
6789
+ "github": "jrozanski"
6790
+ }
6791
+ ],
6792
+ "compatibility": {
6793
+ "nuxt": "^3.0.0",
6794
+ "requires": {}
6795
+ }
6796
+ },
6025
6797
  {
6026
6798
  "name": "windicss",
6027
6799
  "description": "Next generation utility-first CSS framework.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-40e577",
3
+ "version": "0.6.0-42d442",
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.14.0",
23
- "defu": "^6.1.1",
22
+ "@types/node": "^18.16.10",
23
+ "defu": "^6.1.2",
24
24
  "eslint": "^8.34.0",
25
- "globby": "^13.1.3",
25
+ "globby": "^13.1.4",
26
26
  "hasha": "^5.2.2",
27
- "jiti": "^1.17.1",
27
+ "jiti": "^1.17.2",
28
28
  "js-yaml": "^4.1.0",
29
- "ofetch": "^1.0.0",
30
- "typescript": "^4.9.4"
29
+ "ofetch": "^1.0.1",
30
+ "typescript": "^4.9.5"
31
31
  },
32
- "packageManager": "pnpm@7.27.1"
32
+ "packageManager": "pnpm@7.32.4"
33
33
  }