@nuxt/modules 0.6.0-b46b57 → 0.6.0-bbf627

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 +814 -43
  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
  },
@@ -1021,9 +1160,9 @@
1021
1160
  {
1022
1161
  "name": "devtools",
1023
1162
  "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1024
- "repo": "nuxt/devtools#main",
1163
+ "repo": "nuxt/devtools#main/packages/devtools",
1025
1164
  "npm": "@nuxt/devtools",
1026
- "icon": "nuxt.png",
1165
+ "icon": "nuxt.svg",
1027
1166
  "github": "https://github.com/nuxt/devtools",
1028
1167
  "website": "https://devtools.nuxtjs.org/",
1029
1168
  "learn_more": "",
@@ -1461,6 +1600,29 @@
1461
1600
  "requires": {}
1462
1601
  }
1463
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
+ },
1464
1626
  {
1465
1627
  "name": "formkit",
1466
1628
  "description": "Seamless FormKit integration for Nuxt",
@@ -1809,6 +1971,28 @@
1809
1971
  "requires": {}
1810
1972
  }
1811
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
+ },
1812
1996
  {
1813
1997
  "name": "harlem",
1814
1998
  "description": "Harlem is a simple, unopinionated, lightweight and extensible state management solution for Vue 3.",
@@ -2067,6 +2251,28 @@
2067
2251
  "requires": {}
2068
2252
  }
2069
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
+ },
2070
2276
  {
2071
2277
  "name": "icon",
2072
2278
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2193,12 +2399,12 @@
2193
2399
  {
2194
2400
  "name": "inkline",
2195
2401
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2196
- "repo": "inkline/nuxt-module-inkline",
2197
- "npm": "@inkline/nuxt",
2402
+ "repo": "inkline/plugin",
2403
+ "npm": "@inkline/plugin",
2198
2404
  "icon": "inkline.svg",
2199
- "github": "https://github.com/inkline/nuxt-module-inkline",
2405
+ "github": "https://github.com/inkline/plugin",
2200
2406
  "website": "https://inkline.io",
2201
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2407
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2202
2408
  "category": "UI",
2203
2409
  "type": "3rd-party",
2204
2410
  "maintainers": [
@@ -2953,6 +3159,28 @@
2953
3159
  "requires": {}
2954
3160
  }
2955
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
+ },
2956
3184
  {
2957
3185
  "name": "nuxt-auth",
2958
3186
  "description": "",
@@ -3048,6 +3276,28 @@
3048
3276
  "requires": {}
3049
3277
  }
3050
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
+ },
3051
3301
  {
3052
3302
  "name": "nuxt-hue",
3053
3303
  "description": "Enlighten your Nuxt experience",
@@ -3162,6 +3412,28 @@
3162
3412
  "requires": {}
3163
3413
  }
3164
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
+ },
3165
3437
  {
3166
3438
  "name": "nuxt-pdf",
3167
3439
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -3185,6 +3457,28 @@
3185
3457
  "requires": {}
3186
3458
  }
3187
3459
  },
3460
+ {
3461
+ "name": "nuxt-phosphor-icons",
3462
+ "description": "Just a simple integration for @phosphor-icons in Nuxt",
3463
+ "repo": "OyewoleOyedeji/nuxt-phosphor-icons",
3464
+ "npm": "nuxt-phosphor-icons",
3465
+ "icon": "phosphor-icons.svg",
3466
+ "github": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3467
+ "website": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3468
+ "learn_more": "https://github.com/OyewoleOyedeji/nuxt-phosphor-icons",
3469
+ "category": "UI",
3470
+ "type": "3rd-party",
3471
+ "maintainers": [
3472
+ {
3473
+ "name": "OyewoleOyedeji",
3474
+ "github": "OyewoleOyedeji"
3475
+ }
3476
+ ],
3477
+ "compatibility": {
3478
+ "nuxt": "^3.0.0",
3479
+ "requires": {}
3480
+ }
3481
+ },
3188
3482
  {
3189
3483
  "name": "nuxt-pino-log",
3190
3484
  "description": "Structured logs for nuxt apps using pino",
@@ -3460,6 +3754,28 @@
3460
3754
  "requires": {}
3461
3755
  }
3462
3756
  },
3757
+ {
3758
+ "name": "nuxt-vuetify",
3759
+ "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3760
+ "repo": "invictus-codes/nuxt-vuetify",
3761
+ "npm": "@invictus.codes/nuxt-vuetify",
3762
+ "icon": "vuetify-logo-v3-dark.svg",
3763
+ "github": "https://github.com/invictus-codes/nuxt-vuetify",
3764
+ "website": "https://invictus-codes.github.io/nuxt-vuetify/",
3765
+ "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
3766
+ "category": "UI",
3767
+ "type": "3rd-party",
3768
+ "maintainers": [
3769
+ {
3770
+ "name": "Jens van Hellemondt",
3771
+ "github": "invictus-codes"
3772
+ }
3773
+ ],
3774
+ "compatibility": {
3775
+ "nuxt": "^3.0.0",
3776
+ "requires": {}
3777
+ }
3778
+ },
3463
3779
  {
3464
3780
  "name": "nuxt7",
3465
3781
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -3483,6 +3799,29 @@
3483
3799
  "requires": {}
3484
3800
  }
3485
3801
  },
3802
+ {
3803
+ "name": "nuxtlabs-ui",
3804
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3805
+ "repo": "nuxtlabs/ui",
3806
+ "npm": "@nuxthq/ui",
3807
+ "icon": "nuxtlabs-ui.svg",
3808
+ "github": "https://github.com/nuxtlabs/ui",
3809
+ "website": "https://ui.nuxtlabs.com",
3810
+ "learn_more": "https://ui.nuxtlabs.com",
3811
+ "category": "UI",
3812
+ "type": "3rd-party",
3813
+ "maintainers": [
3814
+ {
3815
+ "name": "Benjamin Canac",
3816
+ "github": "benjamincanac",
3817
+ "twitter": "benjamincanac"
3818
+ }
3819
+ ],
3820
+ "compatibility": {
3821
+ "nuxt": "^3.0.0",
3822
+ "requires": {}
3823
+ }
3824
+ },
3486
3825
  {
3487
3826
  "name": "og-image",
3488
3827
  "description": "Easily generate dynamic social share images.",
@@ -3622,6 +3961,30 @@
3622
3961
  }
3623
3962
  }
3624
3963
  },
3964
+ {
3965
+ "name": "pdfeasy",
3966
+ "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
3967
+ "repo": "betterwrite/pdfeasy#main/packages/nuxt",
3968
+ "npm": "nuxt-pdfeasy",
3969
+ "icon": "pdfeasy.png",
3970
+ "github": "https://github.com/betterwrite/pdfeasy",
3971
+ "website": "https://github.com/betterwrite/pdfeasy",
3972
+ "learn_more": "https://github.com/betterwrite/pdfeasy",
3973
+ "category": "Extensions",
3974
+ "type": "3rd-party",
3975
+ "maintainers": [
3976
+ {
3977
+ "name": "Giovane Cardoso",
3978
+ "github": "novout",
3979
+ "twitter": "novoutttttt",
3980
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
3981
+ }
3982
+ ],
3983
+ "compatibility": {
3984
+ "nuxt": "^3.0.0",
3985
+ "requires": {}
3986
+ }
3987
+ },
3625
3988
  {
3626
3989
  "name": "persian-datepicker",
3627
3990
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -4352,6 +4715,29 @@
4352
4715
  "requires": {}
4353
4716
  }
4354
4717
  },
4718
+ {
4719
+ "name": "server-block",
4720
+ "description": "Use <server> tags in your Nuxt pages components.",
4721
+ "repo": "Hebilicious/server-block-nuxt/packages/server-block-nuxt#main",
4722
+ "npm": "@hebilicious/server-block-nuxt",
4723
+ "icon": "server-block.svg",
4724
+ "github": "https://github.com/Hebilicious/server-block-nuxt",
4725
+ "website": "https://github.com/Hebilicious/server-block-nuxt#readme",
4726
+ "learn_more": "https://github.com/Hebilicious/server-block-nuxt#readme",
4727
+ "category": "Extensions",
4728
+ "type": "3rd-party",
4729
+ "maintainers": [
4730
+ {
4731
+ "name": "Hebilicious",
4732
+ "github": "Hebilicious",
4733
+ "twitter": "its_hebilicious"
4734
+ }
4735
+ ],
4736
+ "compatibility": {
4737
+ "nuxt": "^3.0.0",
4738
+ "requires": {}
4739
+ }
4740
+ },
4355
4741
  {
4356
4742
  "name": "session",
4357
4743
  "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",
@@ -4544,7 +4930,7 @@
4544
4930
  "github": "https://github.com/nuxt-modules/snipcart",
4545
4931
  "website": "https://github.com/nuxt-modules/snipcart",
4546
4932
  "learn_more": "https://snipcart.com",
4547
- "category": "Payment",
4933
+ "category": "Ecommerce",
4548
4934
  "type": "community",
4549
4935
  "maintainers": [
4550
4936
  {
@@ -4828,6 +5214,32 @@
4828
5214
  }
4829
5215
  }
4830
5216
  },
5217
+ {
5218
+ "name": "stripe-next",
5219
+ "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.",
5220
+ "repo": "fuentesloic/nuxt-stripe",
5221
+ "npm": "@unlok-co/nuxt-stripe",
5222
+ "icon": "stripe.png",
5223
+ "github": "https://github.com/fuentesloic/nuxt-stripe",
5224
+ "website": "https://github.com/fuentesloic/nuxt-stripe",
5225
+ "learn_more": "https://stripe.com/docs",
5226
+ "category": "Payment",
5227
+ "type": "3rd-party",
5228
+ "maintainers": [
5229
+ {
5230
+ "name": "Loic Fuentes",
5231
+ "github": "fuentesloic"
5232
+ },
5233
+ {
5234
+ "name": "Florent Giraud",
5235
+ "github": "flozero"
5236
+ }
5237
+ ],
5238
+ "compatibility": {
5239
+ "nuxt": "^3.0.0",
5240
+ "requires": {}
5241
+ }
5242
+ },
4831
5243
  {
4832
5244
  "name": "stripe",
4833
5245
  "description": "Import the StripeJS client script to accept payments, send payouts, and manage your businesses online.",
@@ -5131,6 +5543,28 @@
5131
5543
  "requires": {}
5132
5544
  }
5133
5545
  },
5546
+ {
5547
+ "name": "time",
5548
+ "description": "Safely render local dates and times on the server with Nuxt",
5549
+ "repo": "danielroe/nuxt-time",
5550
+ "npm": "nuxt-time",
5551
+ "icon": "",
5552
+ "github": "https://github.com/danielroe/nuxt-time",
5553
+ "website": "https://github.com/danielroe/nuxt-time",
5554
+ "learn_more": "",
5555
+ "category": "Extensions",
5556
+ "type": "3rd-party",
5557
+ "maintainers": [
5558
+ {
5559
+ "name": "danielroe",
5560
+ "github": "danielroe"
5561
+ }
5562
+ ],
5563
+ "compatibility": {
5564
+ "nuxt": "^3.0.0",
5565
+ "requires": {}
5566
+ }
5567
+ },
5134
5568
  {
5135
5569
  "name": "toast",
5136
5570
  "description": "Responsive Touch Compatible Toast plugin for Nuxt.js using vue-toasted",
@@ -5154,6 +5588,39 @@
5154
5588
  "requires": {}
5155
5589
  }
5156
5590
  },
5591
+ {
5592
+ "name": "tresjs",
5593
+ "description": "Create 3D experiences in your Nuxt application using TresJS.",
5594
+ "repo": "tresjs/nuxt",
5595
+ "npm": "@tresjs/nuxt",
5596
+ "icon": "tresjs.svg",
5597
+ "github": "https://github.com/Tresjs/nuxt",
5598
+ "website": "https://tresjs.org/guide/nuxt.html",
5599
+ "learn_more": "https://tresjs.org/",
5600
+ "category": "Libraries",
5601
+ "type": "3rd-party",
5602
+ "maintainers": [
5603
+ {
5604
+ "name": "Alvaro Saburido",
5605
+ "github": "alvarosabu",
5606
+ "twitter": "alvarosabu"
5607
+ },
5608
+ {
5609
+ "name": "Jaime Torrealba",
5610
+ "github": "JaimeTorrealba",
5611
+ "twitter": "jaimebboyjt"
5612
+ },
5613
+ {
5614
+ "name": "Tino Koch",
5615
+ "github": "Tinoooo",
5616
+ "twitter": "ichbintino"
5617
+ }
5618
+ ],
5619
+ "compatibility": {
5620
+ "nuxt": "^3.0.0",
5621
+ "requires": {}
5622
+ }
5623
+ },
5157
5624
  {
5158
5625
  "name": "turnstile",
5159
5626
  "description": "Privacy-focused alternative to CAPTCHA from Cloudflare",
@@ -5203,6 +5670,28 @@
5203
5670
  }
5204
5671
  }
5205
5672
  },
5673
+ {
5674
+ "name": "twemoji",
5675
+ "description": "Twemoji module for Nuxt. Render emojis as SVG elements or PNG images.",
5676
+ "repo": "yizack/nuxt-twemoji",
5677
+ "npm": "nuxt-twemoji",
5678
+ "icon": "twemoji.svg",
5679
+ "github": "https://github.com/Yizack/nuxt-twemoji",
5680
+ "website": "https://github.com/Yizack/nuxt-twemoji",
5681
+ "learn_more": "",
5682
+ "category": "UI",
5683
+ "type": "3rd-party",
5684
+ "maintainers": [
5685
+ {
5686
+ "name": "Yizack Rangel",
5687
+ "github": "yizack"
5688
+ }
5689
+ ],
5690
+ "compatibility": {
5691
+ "nuxt": "^3.0.0",
5692
+ "requires": {}
5693
+ }
5694
+ },
5206
5695
  {
5207
5696
  "name": "twicpics",
5208
5697
  "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.",
@@ -5374,11 +5863,11 @@
5374
5863
  {
5375
5864
  "name": "unhead",
5376
5865
  "description": "Experimental features for Nuxt SEO / head management.",
5377
- "repo": "harlan-zw/nuxt-unhead",
5378
- "npm": "nuxt-unhead",
5866
+ "repo": "harlan-zw/nuxt-seo-experiments",
5867
+ "npm": "nuxt-seo-experiments",
5379
5868
  "icon": "",
5380
- "github": "https://github.com/harlan-zw/nuxt-unhead",
5381
- "website": "https://github.com/harlan-zw/nuxt-unhead",
5869
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5870
+ "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
5382
5871
  "learn_more": "",
5383
5872
  "category": "SEO",
5384
5873
  "type": "3rd-party",
@@ -5421,6 +5910,28 @@
5421
5910
  "requires": {}
5422
5911
  }
5423
5912
  },
5913
+ {
5914
+ "name": "unlazy",
5915
+ "description": "Lazy loading library for placeholder images",
5916
+ "repo": "johannschopplich/unlazy/packages/nuxt",
5917
+ "npm": "@unlazy/nuxt",
5918
+ "icon": "unlazy.svg",
5919
+ "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
5920
+ "website": "https://unlazy.byjohann.dev/",
5921
+ "learn_more": "",
5922
+ "category": "Images",
5923
+ "type": "3rd-party",
5924
+ "maintainers": [
5925
+ {
5926
+ "name": "Johann Schopplich",
5927
+ "github": "johannschopplich"
5928
+ }
5929
+ ],
5930
+ "compatibility": {
5931
+ "nuxt": "^3.0.0",
5932
+ "requires": {}
5933
+ }
5934
+ },
5424
5935
  {
5425
5936
  "name": "unlighthouse",
5426
5937
  "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
@@ -5564,6 +6075,52 @@
5564
6075
  }
5565
6076
  }
5566
6077
  },
6078
+ {
6079
+ "name": "varlet",
6080
+ "description": "A Material design mobile component library developed based on Vue3",
6081
+ "repo": "varletjs/varlet-nuxt",
6082
+ "npm": "@varlet/nuxt",
6083
+ "icon": "varlet.svg",
6084
+ "github": "https://github.com/varletjs/varlet",
6085
+ "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
6086
+ "learn_more": "https://github.com/varletjs/varlet-nuxt",
6087
+ "category": "UI",
6088
+ "type": "3rd-party",
6089
+ "maintainers": [
6090
+ {
6091
+ "name": "zhangmo8",
6092
+ "github": "zhangmo8"
6093
+ }
6094
+ ],
6095
+ "compatibility": {
6096
+ "nuxt": "^3.0.0",
6097
+ "requires": {
6098
+ "bridge": "optional"
6099
+ }
6100
+ }
6101
+ },
6102
+ {
6103
+ "name": "vee-validate",
6104
+ "description": "Painless Vue forms for Nuxt.js",
6105
+ "repo": "logaretm/vee-validate#main/packages/nuxt",
6106
+ "npm": "@vee-validate/nuxt",
6107
+ "icon": "vee-validate.png",
6108
+ "github": "https://github.com/logaretm/vee-validate/",
6109
+ "website": "https://vee-validate.logaretm.com/v4/",
6110
+ "learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
6111
+ "category": "Libraries",
6112
+ "type": "3rd-party",
6113
+ "maintainers": [
6114
+ {
6115
+ "name": "Abdelrahman Awad",
6116
+ "github": "logaretm"
6117
+ }
6118
+ ],
6119
+ "compatibility": {
6120
+ "nuxt": "^3.0.0",
6121
+ "requires": {}
6122
+ }
6123
+ },
5567
6124
  {
5568
6125
  "name": "vendor",
5569
6126
  "description": "directly serve node_modules",
@@ -5587,6 +6144,51 @@
5587
6144
  "requires": {}
5588
6145
  }
5589
6146
  },
6147
+ {
6148
+ "name": "vercel-analytics",
6149
+ "description": "Vercel Analytics integration for Nuxt",
6150
+ "repo": "xanderbarkhatov/nuxt-vercel-analytics",
6151
+ "npm": "nuxt-vercel-analytics",
6152
+ "icon": "",
6153
+ "github": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6154
+ "website": "https://github.com/xanderbarkhatov/nuxt-vercel-analytics",
6155
+ "learn_more": "https://vercel.com/docs/concepts/analytics",
6156
+ "category": "Analytics",
6157
+ "type": "3rd-party",
6158
+ "maintainers": [
6159
+ {
6160
+ "name": "Alexander B.",
6161
+ "github": "xanderbarkhatov"
6162
+ }
6163
+ ],
6164
+ "compatibility": {
6165
+ "nuxt": "^3.0.0",
6166
+ "requires": {}
6167
+ }
6168
+ },
6169
+ {
6170
+ "name": "vexip-ui",
6171
+ "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
6172
+ "repo": "vexip-ui/nuxt",
6173
+ "npm": "@vexip-ui/nuxt",
6174
+ "icon": "vexip-ui.svg",
6175
+ "github": "https://github.com/vexip-ui/vexip-ui",
6176
+ "website": "https://www.vexipui.com/",
6177
+ "learn_more": "https://github.com/vexip-ui/nuxt",
6178
+ "category": "UI",
6179
+ "type": "3rd-party",
6180
+ "maintainers": [
6181
+ {
6182
+ "name": "未觉雨声",
6183
+ "github": "qmhc",
6184
+ "twitter": "qmhc95"
6185
+ }
6186
+ ],
6187
+ "compatibility": {
6188
+ "nuxt": "^3.0.0",
6189
+ "requires": {}
6190
+ }
6191
+ },
5590
6192
  {
5591
6193
  "name": "vite-pwa-nuxt",
5592
6194
  "description": "Zero-config PWA Plugin for Nuxt 3",
@@ -5618,13 +6220,13 @@
5618
6220
  {
5619
6221
  "name": "vitest",
5620
6222
  "description": "Vitest integration with Nuxt",
5621
- "repo": "danielroe/nuxt-vitest#main",
6223
+ "repo": "danielroe/nuxt-vitest",
5622
6224
  "npm": "nuxt-vitest",
5623
6225
  "icon": "vitest.svg",
5624
6226
  "github": "https://github.com/danielroe/nuxt-vitest",
5625
6227
  "website": "https://github.com/danielroe/nuxt-vitest",
5626
6228
  "learn_more": "",
5627
- "category": "Extensions",
6229
+ "category": "Devtools",
5628
6230
  "type": "3rd-party",
5629
6231
  "maintainers": [
5630
6232
  {
@@ -5641,15 +6243,45 @@
5641
6243
  "requires": {}
5642
6244
  }
5643
6245
  },
6246
+ {
6247
+ "name": "vue-email",
6248
+ "description": "Write email templates with vue",
6249
+ "repo": "Dave136/vue-email#main/packages/vue-email",
6250
+ "npm": "vue-email",
6251
+ "icon": "vue-email.svg",
6252
+ "github": "https://github.com/Dave136/vue-email",
6253
+ "website": "https://vue-email.vercel.app/",
6254
+ "learn_more": "https://vue-email.vercel.app/getting-started/nuxt.html",
6255
+ "category": "UI",
6256
+ "type": "3rd-party",
6257
+ "maintainers": [
6258
+ {
6259
+ "name": "David Arenas",
6260
+ "github": "Dave136",
6261
+ "twitter": "davejs4",
6262
+ "avatar": "https://avatars.githubusercontent.com/u/49698182?v=4"
6263
+ },
6264
+ {
6265
+ "name": "Younes Barrad",
6266
+ "github": "Flowko",
6267
+ "twitter": "imflowko",
6268
+ "avatar": "https://avatars.githubusercontent.com/u/35883748?v=4"
6269
+ }
6270
+ ],
6271
+ "compatibility": {
6272
+ "nuxt": "^3.0.0",
6273
+ "requires": {}
6274
+ }
6275
+ },
5644
6276
  {
5645
6277
  "name": "vue-macros",
5646
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5647
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
6278
+ "description": "Explore more macros and syntax sugar to Vue.",
6279
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5648
6280
  "npm": "@vue-macros/nuxt",
5649
6281
  "icon": "vue-macros.svg",
5650
- "github": "https://github.com/sxzz/unplugin-vue-macros",
6282
+ "github": "https://github.com/sxzz/vue-macros",
5651
6283
  "website": "https://vue-macros.sxzz.moe",
5652
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
6284
+ "learn_more": "https://github.com/sxzz/vue-macros",
5653
6285
  "category": "Extensions",
5654
6286
  "type": "3rd-party",
5655
6287
  "maintainers": [
@@ -5732,6 +6364,29 @@
5732
6364
  "requires": {}
5733
6365
  }
5734
6366
  },
6367
+ {
6368
+ "name": "vue-query",
6369
+ "description": "0 config lightweight Nuxt module for @tanstack/vue-query.",
6370
+ "repo": "Hebilicious/vue-query-nuxt/packages/vue-query-nuxt#main",
6371
+ "npm": "@hebilicious/vue-query-nuxt",
6372
+ "icon": "vue-query.svg",
6373
+ "github": "https://github.com/Hebilicious/vue-query-nuxt",
6374
+ "website": "https://github.com/Hebilicious/vue-query-nuxt#readme",
6375
+ "learn_more": "https://tanstack.com/query/latest/docs/vue/quick-start",
6376
+ "category": "Request",
6377
+ "type": "3rd-party",
6378
+ "maintainers": [
6379
+ {
6380
+ "name": "Hebilicious",
6381
+ "github": "Hebilicious",
6382
+ "twitter": "its_hebilicious"
6383
+ }
6384
+ ],
6385
+ "compatibility": {
6386
+ "nuxt": "^3.0.0",
6387
+ "requires": {}
6388
+ }
6389
+ },
5735
6390
  {
5736
6391
  "name": "vue-select",
5737
6392
  "description": "Nuxt module for vue-select, a feature rich select/dropdown/typeahead component.",
@@ -5802,6 +6457,29 @@
5802
6457
  "requires": {}
5803
6458
  }
5804
6459
  },
6460
+ {
6461
+ "name": "vue3-carousel-nuxt",
6462
+ "description": "This module seamlessly integrates the Vue 3 Carousel module of ismail9k into Nuxt.js applications.",
6463
+ "repo": "gaetansenn/vue3-carousel-nuxt",
6464
+ "npm": "vue3-carousel-nuxt",
6465
+ "icon": "",
6466
+ "github": "https://github.com/gaetansenn/vue3-carousel-nuxt",
6467
+ "website": "",
6468
+ "learn_more": "",
6469
+ "category": "UI",
6470
+ "type": "3rd-party",
6471
+ "maintainers": [
6472
+ {
6473
+ "name": "Gaetan SENN",
6474
+ "github": "gaetansenn",
6475
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6476
+ }
6477
+ ],
6478
+ "compatibility": {
6479
+ "nuxt": "^3.0.0",
6480
+ "requires": {}
6481
+ }
6482
+ },
5805
6483
  {
5806
6484
  "name": "vuefire",
5807
6485
  "description": "Idiomatic composables for the Firebase SDK",
@@ -5846,6 +6524,28 @@
5846
6524
  "requires": {}
5847
6525
  }
5848
6526
  },
6527
+ {
6528
+ "name": "vuetify-nuxt-module",
6529
+ "description": "Zero-config Nuxt Module for Vuetify.",
6530
+ "repo": "userquin/vuetify-nuxt-module",
6531
+ "npm": "vuetify-nuxt-module",
6532
+ "icon": "vuetify-logo-v3-dark.svg",
6533
+ "github": "https://github.com/userquin/vuetify-nuxt-module",
6534
+ "website": "https://github.com/userquin/vuetify-nuxt-module",
6535
+ "learn_more": "https://github.com/userquin/vuetify-nuxt-module/README.md",
6536
+ "category": "UI",
6537
+ "type": "3rd-party",
6538
+ "maintainers": [
6539
+ {
6540
+ "name": "Joaquín Sánchez",
6541
+ "github": "userquin"
6542
+ }
6543
+ ],
6544
+ "compatibility": {
6545
+ "nuxt": "^3.0.0",
6546
+ "requires": {}
6547
+ }
6548
+ },
5849
6549
  {
5850
6550
  "name": "vuetify",
5851
6551
  "description": "Vuetify Module for Nuxt.js to add Material Design components to your application.",
@@ -5920,6 +6620,29 @@
5920
6620
  "requires": {}
5921
6621
  }
5922
6622
  },
6623
+ {
6624
+ "name": "vunix",
6625
+ "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.",
6626
+ "repo": "gaetansenn/vunix#main/packages/nuxt",
6627
+ "npm": "@vunix/nuxt",
6628
+ "icon": "",
6629
+ "github": "https://github.com/gaetansenn/vunix",
6630
+ "website": "https://vunix.dewib.com/",
6631
+ "learn_more": "",
6632
+ "category": "UI",
6633
+ "type": "3rd-party",
6634
+ "maintainers": [
6635
+ {
6636
+ "name": "Gaetan SENN",
6637
+ "github": "gaetansenn",
6638
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6639
+ }
6640
+ ],
6641
+ "compatibility": {
6642
+ "nuxt": "^3.0.0",
6643
+ "requires": {}
6644
+ }
6645
+ },
5923
6646
  {
5924
6647
  "name": "web-vitals",
5925
6648
  "description": "Web Vitals for Nuxt",
@@ -6068,6 +6791,54 @@
6068
6791
  "requires": {}
6069
6792
  }
6070
6793
  },
6794
+ {
6795
+ "name": "well-known",
6796
+ "description": "A Nuxt.js module to add well-known URIs using middlewares",
6797
+ "repo": "zadigetvoltaire/nuxt-well-known",
6798
+ "npm": "@zadigetvoltaire/nuxt-well-known",
6799
+ "icon": "well-known.svg",
6800
+ "github": "https://github.com/zadigetvoltaire/nuxt-well-known",
6801
+ "website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
6802
+ "learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
6803
+ "category": "SEO",
6804
+ "type": "3rd-party",
6805
+ "maintainers": [
6806
+ {
6807
+ "name": "Zadig&Voltaire Team",
6808
+ "github": "https://github.com/zadigetvoltaire"
6809
+ }
6810
+ ],
6811
+ "compatibility": {
6812
+ "nuxt": "^3.0.0",
6813
+ "requires": {}
6814
+ }
6815
+ },
6816
+ {
6817
+ "name": "wideangle",
6818
+ "description": "Nuxt 3 module to integrate Wide Angle Analytics",
6819
+ "repo": "inputobjects/wideangle-nuxt",
6820
+ "npm": "wideangle-nuxt",
6821
+ "icon": "wideangle.png",
6822
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
6823
+ "website": "https://wideangle.co",
6824
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
6825
+ "category": "Analytics",
6826
+ "type": "3rd-party",
6827
+ "maintainers": [
6828
+ {
6829
+ "name": "Wide Angle Analytics by Input Objects GmbH",
6830
+ "github": "inputobjects"
6831
+ },
6832
+ {
6833
+ "name": "Jarek Rozanski",
6834
+ "github": "jrozanski"
6835
+ }
6836
+ ],
6837
+ "compatibility": {
6838
+ "nuxt": "^3.0.0",
6839
+ "requires": {}
6840
+ }
6841
+ },
6071
6842
  {
6072
6843
  "name": "windicss",
6073
6844
  "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-b46b57",
3
+ "version": "0.6.0-bbf627",
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
  }