@nuxt/modules 0.6.0-53f038 → 0.6.0-6009c6

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 +588 -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,7 +142,7 @@
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
  },
@@ -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
  {
@@ -551,11 +551,11 @@
551
551
  {
552
552
  "name": "chatwoot",
553
553
  "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",
554
+ "repo": "productdevbookcom/chatwoot",
555
+ "npm": "@productdevbook/chatwoot",
556
556
  "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",
557
+ "github": "https://github.com/productdevbookcom/chatwoot",
558
+ "website": "https://github.com/productdevbookcom/chatwoot",
559
559
  "learn_more": "https://www.chatwoot.com",
560
560
  "category": "Libraries",
561
561
  "type": "3rd-party",
@@ -592,6 +592,29 @@
592
592
  "requires": {}
593
593
  }
594
594
  },
595
+ {
596
+ "name": "clarity-analytics",
597
+ "description": "Clarity Analytics Module for Nuxt",
598
+ "repo": "Barbapapazes/nuxt-clarity-analytics",
599
+ "npm": "nuxt-clarity-analytics",
600
+ "icon": "",
601
+ "github": "https://github.com/Barbapapazes/nuxt-clarity-analytics",
602
+ "website": "https://github.com/Barbapapazes/nuxt-clarity-analytics#readme",
603
+ "learn_more": "https://clarity.microsoft.com/",
604
+ "category": "Analytics",
605
+ "type": "3rd-party",
606
+ "maintainers": [
607
+ {
608
+ "name": "Barbapapazes",
609
+ "github": "Barbapapazes",
610
+ "twitter": "soubiran_"
611
+ }
612
+ ],
613
+ "compatibility": {
614
+ "nuxt": "^3.0.0",
615
+ "requires": {}
616
+ }
617
+ },
595
618
  {
596
619
  "name": "client-init",
597
620
  "description": "Provide client version of `nuxtServerInit`.",
@@ -757,12 +780,35 @@
757
780
  "requires": {}
758
781
  }
759
782
  },
783
+ {
784
+ "name": "content-assets",
785
+ "description": "Enable locally-located assets in Nuxt Content",
786
+ "repo": "davestewart/nuxt-content-assets",
787
+ "npm": "nuxt-content-assets",
788
+ "icon": "content-assets.png",
789
+ "github": "https://github.com/davestewart/nuxt-content-assets",
790
+ "website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
791
+ "learn_more": "",
792
+ "category": "Images",
793
+ "type": "3rd-party",
794
+ "maintainers": [
795
+ {
796
+ "name": "davestewart",
797
+ "github": "davestewart",
798
+ "twitter": "dave_stewart"
799
+ }
800
+ ],
801
+ "compatibility": {
802
+ "nuxt": "^3.0.0",
803
+ "requires": {}
804
+ }
805
+ },
760
806
  {
761
807
  "name": "content",
762
808
  "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
809
  "repo": "nuxt/content#main",
764
810
  "npm": "@nuxt/content",
765
- "icon": "nuxt.png",
811
+ "icon": "nuxt.svg",
766
812
  "github": "https://github.com/nuxt/content",
767
813
  "website": "https://content.nuxtjs.org",
768
814
  "learn_more": "",
@@ -929,11 +975,11 @@
929
975
  }
930
976
  },
931
977
  {
932
- "name": "datocms",
933
- "description": "DatoCMS integration for Nuxt.js",
978
+ "name": "datocms-nuxt2",
979
+ "description": "DatoCMS integration for Nuxt.js v2",
934
980
  "repo": "voorhoede/nuxt-datocms-module",
935
981
  "npm": "@voorhoede/nuxt-datocms-module",
936
- "icon": "datocms.png",
982
+ "icon": "datocms.svg",
937
983
  "github": "https://github.com/voorhoede/nuxt-datocms-module",
938
984
  "website": "https://github.com/voorhoede/nuxt-datocms-module",
939
985
  "learn_more": "https://www.datocms.com/",
@@ -950,26 +996,50 @@
950
996
  "requires": {}
951
997
  }
952
998
  },
999
+ {
1000
+ "name": "datocms",
1001
+ "description": "DatoCMS module for Nuxt",
1002
+ "repo": "hex-digital/nuxt-datocms",
1003
+ "npm": "@hexdigital/nuxt-datocms",
1004
+ "icon": "datocms.svg",
1005
+ "github": "https://github.com/hex-digital/nuxt-datocms",
1006
+ "website": "https://github.com/hex-digital/nuxt-datocms#readme",
1007
+ "learn_more": "https://www.datocms.com/",
1008
+ "category": "CMS",
1009
+ "type": "3rd-party",
1010
+ "maintainers": [
1011
+ {
1012
+ "name": "Jamie Warburton",
1013
+ "github": "jamiewarb",
1014
+ "twitter": "jamiewarb",
1015
+ "avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
1016
+ }
1017
+ ],
1018
+ "compatibility": {
1019
+ "nuxt": "^3.0.0",
1020
+ "requires": {}
1021
+ }
1022
+ },
953
1023
  {
954
1024
  "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",
1025
+ "description": "Day.js module for Nuxt",
1026
+ "repo": "fumeapp/dayjs",
1027
+ "npm": "dayjs-nuxt",
958
1028
  "icon": "day-js.png",
959
- "github": "https://github.com/nuxt-community/dayjs-module",
960
- "website": "https://github.com/nuxt-community/dayjs-module",
1029
+ "github": "https://github.com/fumeapp/dayjs",
1030
+ "website": "https://github.com/fumeapp/dayjs",
961
1031
  "learn_more": "https://day.js.org/",
962
- "category": "Date",
963
- "type": "community",
1032
+ "category": "Libraries",
1033
+ "type": "3rd-party",
964
1034
  "maintainers": [
965
1035
  {
966
- "name": "Takuma HANATANI",
967
- "github": "potato4d",
968
- "twitter": "potato4d"
1036
+ "name": "Kevin Olson",
1037
+ "github": "acidjazz",
1038
+ "twitter": "AppFume"
969
1039
  }
970
1040
  ],
971
1041
  "compatibility": {
972
- "nuxt": "^2.0.0",
1042
+ "nuxt": "^3.0.0",
973
1043
  "requires": {}
974
1044
  }
975
1045
  },
@@ -1018,6 +1088,29 @@
1018
1088
  "requires": {}
1019
1089
  }
1020
1090
  },
1091
+ {
1092
+ "name": "devtools",
1093
+ "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1094
+ "repo": "nuxt/devtools#main",
1095
+ "npm": "@nuxt/devtools",
1096
+ "icon": "nuxt.svg",
1097
+ "github": "https://github.com/nuxt/devtools",
1098
+ "website": "https://devtools.nuxtjs.org/",
1099
+ "learn_more": "",
1100
+ "category": "Devtools",
1101
+ "type": "official",
1102
+ "maintainers": [
1103
+ {
1104
+ "name": "Anthony Fu",
1105
+ "github": "antfu",
1106
+ "twitter": "antfu7"
1107
+ }
1108
+ ],
1109
+ "compatibility": {
1110
+ "nuxt": "^3.0.0",
1111
+ "requires": {}
1112
+ }
1113
+ },
1021
1114
  {
1022
1115
  "name": "directus",
1023
1116
  "description": "Easily connect your Nuxt3 application to your directus server.",
@@ -1717,6 +1810,30 @@
1717
1810
  "requires": {}
1718
1811
  }
1719
1812
  },
1813
+ {
1814
+ "name": "gtag",
1815
+ "description": "Google Analytics integration for Nuxt 3",
1816
+ "repo": "johannschopplich/nuxt-gtag",
1817
+ "npm": "nuxt-gtag",
1818
+ "icon": "gtag.svg",
1819
+ "github": "https://github.com/johannschopplich/nuxt-gtag",
1820
+ "website": "https://github.com/johannschopplich/nuxt-gtag#readme",
1821
+ "learn_more": "",
1822
+ "category": "Analytics",
1823
+ "type": "3rd-party",
1824
+ "maintainers": [
1825
+ {
1826
+ "name": "Johann Schopplich",
1827
+ "github": "johannschopplich",
1828
+ "twitter": "jschopplich",
1829
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
1830
+ }
1831
+ ],
1832
+ "compatibility": {
1833
+ "nuxt": "^3.0.0",
1834
+ "requires": {}
1835
+ }
1836
+ },
1720
1837
  {
1721
1838
  "name": "gtm",
1722
1839
  "description": "Google Tag Manager Module for Nuxt.js",
@@ -2020,6 +2137,28 @@
2020
2137
  "requires": {}
2021
2138
  }
2022
2139
  },
2140
+ {
2141
+ "name": "icon-font",
2142
+ "description": "Automatically generates fonts and custom properties (variables) from a specified folder containing SVG icons, injecting them into pages with live monitoring.",
2143
+ "repo": "coremyslo/nuxt-icon-font",
2144
+ "npm": "@coremyslo/nuxt-icon-font",
2145
+ "icon": "",
2146
+ "github": "https://github.com/coremyslo/nuxt-icon-font",
2147
+ "website": "https://github.com/coremyslo/nuxt-icon-font",
2148
+ "learn_more": "",
2149
+ "category": "UI",
2150
+ "type": "3rd-party",
2151
+ "maintainers": [
2152
+ {
2153
+ "name": "coremyslo",
2154
+ "github": "coremyslo"
2155
+ }
2156
+ ],
2157
+ "compatibility": {
2158
+ "nuxt": "^3.0.0",
2159
+ "requires": {}
2160
+ }
2161
+ },
2023
2162
  {
2024
2163
  "name": "icon",
2025
2164
  "description": "Icon module for Nuxt with 100,000+ ready to use icons from Iconify.",
@@ -2146,12 +2285,12 @@
2146
2285
  {
2147
2286
  "name": "inkline",
2148
2287
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2149
- "repo": "inkline/nuxt-module-inkline",
2150
- "npm": "@inkline/nuxt",
2288
+ "repo": "inkline/plugin",
2289
+ "npm": "@inkline/plugin",
2151
2290
  "icon": "inkline.svg",
2152
- "github": "https://github.com/inkline/nuxt-module-inkline",
2291
+ "github": "https://github.com/inkline/plugin",
2153
2292
  "website": "https://inkline.io",
2154
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2293
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2155
2294
  "category": "UI",
2156
2295
  "type": "3rd-party",
2157
2296
  "maintainers": [
@@ -2371,7 +2510,7 @@
2371
2510
  },
2372
2511
  {
2373
2512
  "name": "link-checker",
2374
- "description": "",
2513
+ "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2375
2514
  "repo": "harlan-zw/nuxt-link-checker",
2376
2515
  "npm": "nuxt-link-checker",
2377
2516
  "icon": "",
@@ -2695,6 +2834,29 @@
2695
2834
  "requires": {}
2696
2835
  }
2697
2836
  },
2837
+ {
2838
+ "name": "module-feed",
2839
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
2840
+ "repo": "tresko/nuxt-module-feed",
2841
+ "npm": "nuxt-module-feed",
2842
+ "icon": "",
2843
+ "github": "https://github.com/tresko/nuxt-module-feed",
2844
+ "website": "https://github.com/tresko/nuxt-module-feed",
2845
+ "learn_more": "",
2846
+ "category": "SEO",
2847
+ "type": "3rd-party",
2848
+ "maintainers": [
2849
+ {
2850
+ "name": "Miha Sedej",
2851
+ "github": "tresko",
2852
+ "twitter": "mihasedej"
2853
+ }
2854
+ ],
2855
+ "compatibility": {
2856
+ "nuxt": "^3.0.0",
2857
+ "requires": {}
2858
+ }
2859
+ },
2698
2860
  {
2699
2861
  "name": "moment",
2700
2862
  "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
@@ -2883,6 +3045,28 @@
2883
3045
  "requires": {}
2884
3046
  }
2885
3047
  },
3048
+ {
3049
+ "name": "nupolyon",
3050
+ "description": "Inject polyfill from polyfill.io to nuxt project, auto detect based on browserslist config",
3051
+ "repo": "adenvt/nupolyon",
3052
+ "npm": "nupolyon",
3053
+ "icon": "",
3054
+ "github": "https://github.com/adenvt/nupolyon",
3055
+ "website": "https://github.com/adenvt/nupolyon",
3056
+ "learn_more": "",
3057
+ "category": "Performance",
3058
+ "type": "3rd-party",
3059
+ "maintainers": [
3060
+ {
3061
+ "name": "adenvt",
3062
+ "github": "adenvt"
3063
+ }
3064
+ ],
3065
+ "compatibility": {
3066
+ "nuxt": "^3.0.0",
3067
+ "requires": {}
3068
+ }
3069
+ },
2886
3070
  {
2887
3071
  "name": "nuxt-auth",
2888
3072
  "description": "",
@@ -2905,6 +3089,28 @@
2905
3089
  "requires": {}
2906
3090
  }
2907
3091
  },
3092
+ {
3093
+ "name": "nuxt-chatgpt",
3094
+ "description": "ChatGPT integration for Nuxt 3",
3095
+ "repo": "schnapsterdog/nuxt-chatgpt",
3096
+ "npm": "nuxt-chatgpt",
3097
+ "icon": "chatgpt.svg",
3098
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3099
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3100
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3101
+ "category": "Libraries",
3102
+ "type": "3rd-party",
3103
+ "maintainers": [
3104
+ {
3105
+ "name": "Oliver Trajceski",
3106
+ "github": "schnapsterdog"
3107
+ }
3108
+ ],
3109
+ "compatibility": {
3110
+ "nuxt": "^3.0.0",
3111
+ "requires": {}
3112
+ }
3113
+ },
2908
3114
  {
2909
3115
  "name": "nuxt-graphql-middleware",
2910
3116
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -2956,6 +3162,28 @@
2956
3162
  "requires": {}
2957
3163
  }
2958
3164
  },
3165
+ {
3166
+ "name": "nuxt-gtm",
3167
+ "description": "A Nuxt.js module for Google Tag Manager",
3168
+ "repo": "zadigetvoltaire/nuxt-gtm",
3169
+ "npm": "@zadigetvoltaire/nuxt-gtm",
3170
+ "icon": "nuxt-gtm.svg",
3171
+ "github": "https://github.com/zadigetvoltaire/nuxt-gtm",
3172
+ "website": "https://github.com/zadigetvoltaire/nuxt-gtm",
3173
+ "learn_more": "https://developers.google.com/tag-platform/tag-manager?hl=fr",
3174
+ "category": "Analytics",
3175
+ "type": "3rd-party",
3176
+ "maintainers": [
3177
+ {
3178
+ "name": "Zadig&Voltaire Team",
3179
+ "github": "https://github.com/zadigetvoltaire"
3180
+ }
3181
+ ],
3182
+ "compatibility": {
3183
+ "nuxt": "^3.0.0",
3184
+ "requires": {}
3185
+ }
3186
+ },
2959
3187
  {
2960
3188
  "name": "nuxt-hue",
2961
3189
  "description": "Enlighten your Nuxt experience",
@@ -2980,6 +3208,28 @@
2980
3208
  }
2981
3209
  }
2982
3210
  },
3211
+ {
3212
+ "name": "nuxt-lazy-load",
3213
+ "description": "A simple way to lazy load images, videos, audio, and iframes without custom components or extra attributes like data-src, just basic HTML tags",
3214
+ "repo": "",
3215
+ "npm": "nuxt-lazy-load",
3216
+ "icon": "nuxt-lazy-load.svg",
3217
+ "github": "",
3218
+ "website": "https://gitlab.com/broj42/nuxt-lazy-load",
3219
+ "learn_more": "https://gitlab.com/broj42/nuxt-lazy-load",
3220
+ "category": "Performance",
3221
+ "type": "3rd-party",
3222
+ "maintainers": [
3223
+ {
3224
+ "name": "Dario Ferderber",
3225
+ "github": "darioferderber"
3226
+ }
3227
+ ],
3228
+ "compatibility": {
3229
+ "nuxt": "^2.0.0 || ^3.0.0",
3230
+ "requires": {}
3231
+ }
3232
+ },
2983
3233
  {
2984
3234
  "name": "nuxt-localtunnel",
2985
3235
  "description": "Exposes your Nuxt localhost to the world automatically.",
@@ -3026,6 +3276,28 @@
3026
3276
  "requires": {}
3027
3277
  }
3028
3278
  },
3279
+ {
3280
+ "name": "nuxt-mapbox",
3281
+ "description": "Elegant Mapbox integration with Nuxt",
3282
+ "repo": "AlexLavoie42/Nuxt-Mapbox",
3283
+ "npm": "nuxt-mapbox",
3284
+ "icon": "nuxt-mapbox.svg",
3285
+ "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3286
+ "website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3287
+ "learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3288
+ "category": "Libraries",
3289
+ "type": "3rd-party",
3290
+ "maintainers": [
3291
+ {
3292
+ "name": "Alex Lavoie",
3293
+ "github": "AlexLavoie42"
3294
+ }
3295
+ ],
3296
+ "compatibility": {
3297
+ "nuxt": "^3.0.0",
3298
+ "requires": {}
3299
+ }
3300
+ },
3029
3301
  {
3030
3302
  "name": "nuxt-monaco-editor",
3031
3303
  "description": "Integrate monaco-editor with Nuxt",
@@ -3048,6 +3320,28 @@
3048
3320
  "requires": {}
3049
3321
  }
3050
3322
  },
3323
+ {
3324
+ "name": "nuxt-mongoose",
3325
+ "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
3326
+ "repo": "arashsheyda/nuxt-mongoose",
3327
+ "npm": "nuxt-mongoose",
3328
+ "icon": "nuxt-mongoose.svg",
3329
+ "github": "https://github.com/arashsheyda/nuxt-mongoose",
3330
+ "website": "https://github.com/arashsheyda/nuxt-mongoose",
3331
+ "learn_more": "",
3332
+ "category": "Database",
3333
+ "type": "3rd-party",
3334
+ "maintainers": [
3335
+ {
3336
+ "name": "arashsheyda",
3337
+ "github": "arashsheyda"
3338
+ }
3339
+ ],
3340
+ "compatibility": {
3341
+ "nuxt": "^3.0.0",
3342
+ "requires": {}
3343
+ }
3344
+ },
3051
3345
  {
3052
3346
  "name": "nuxt-pdf",
3053
3347
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -3346,6 +3640,28 @@
3346
3640
  "requires": {}
3347
3641
  }
3348
3642
  },
3643
+ {
3644
+ "name": "nuxt-vuetify",
3645
+ "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3646
+ "repo": "invictus-codes/nuxt-vuetify",
3647
+ "npm": "@invictus.codes/nuxt-vuetify",
3648
+ "icon": "vuetify-logo-v3-dark.svg",
3649
+ "github": "https://github.com/invictus-codes/nuxt-vuetify",
3650
+ "website": "https://invictus-codes.github.io/nuxt-vuetify/",
3651
+ "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
3652
+ "category": "UI",
3653
+ "type": "3rd-party",
3654
+ "maintainers": [
3655
+ {
3656
+ "name": "Jens van Hellemondt",
3657
+ "github": "invictus-codes"
3658
+ }
3659
+ ],
3660
+ "compatibility": {
3661
+ "nuxt": "^3.0.0",
3662
+ "requires": {}
3663
+ }
3664
+ },
3349
3665
  {
3350
3666
  "name": "nuxt7",
3351
3667
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -3369,6 +3685,29 @@
3369
3685
  "requires": {}
3370
3686
  }
3371
3687
  },
3688
+ {
3689
+ "name": "nuxtlabs-ui",
3690
+ "description": "Fully styled and customizable components for Nuxt, powered by Headless UI and Tailwind CSS.",
3691
+ "repo": "nuxtlabs/ui",
3692
+ "npm": "@nuxthq/ui",
3693
+ "icon": "nuxtlabs-ui.svg",
3694
+ "github": "https://github.com/nuxtlabs/ui",
3695
+ "website": "https://ui.nuxtlabs.com",
3696
+ "learn_more": "https://ui.nuxtlabs.com",
3697
+ "category": "UI",
3698
+ "type": "3rd-party",
3699
+ "maintainers": [
3700
+ {
3701
+ "name": "Benjamin Canac",
3702
+ "github": "benjamincanac",
3703
+ "twitter": "benjamincanac"
3704
+ }
3705
+ ],
3706
+ "compatibility": {
3707
+ "nuxt": "^3.0.0",
3708
+ "requires": {}
3709
+ }
3710
+ },
3372
3711
  {
3373
3712
  "name": "og-image",
3374
3713
  "description": "Easily generate dynamic social share images.",
@@ -3508,6 +3847,30 @@
3508
3847
  }
3509
3848
  }
3510
3849
  },
3850
+ {
3851
+ "name": "pdfeasy",
3852
+ "description": "A JavaScript Client/Server Side PDF-Generator based in PDFKit",
3853
+ "repo": "betterwrite/pdfeasy#main/packages/nuxt",
3854
+ "npm": "nuxt-pdfeasy",
3855
+ "icon": "pdfeasy.png",
3856
+ "github": "https://github.com/betterwrite/pdfeasy",
3857
+ "website": "https://github.com/betterwrite/pdfeasy",
3858
+ "learn_more": "https://github.com/betterwrite/pdfeasy",
3859
+ "category": "Extensions",
3860
+ "type": "3rd-party",
3861
+ "maintainers": [
3862
+ {
3863
+ "name": "Giovane Cardoso",
3864
+ "github": "novout",
3865
+ "twitter": "novoutttttt",
3866
+ "avatar": "https://avatars.githubusercontent.com/novout?v=4"
3867
+ }
3868
+ ],
3869
+ "compatibility": {
3870
+ "nuxt": "^3.0.0",
3871
+ "requires": {}
3872
+ }
3873
+ },
3511
3874
  {
3512
3875
  "name": "persian-datepicker",
3513
3876
  "description": "A datepicker component for select date. (single and range selection, select date and time, select with keyboard, customizable style, localization)",
@@ -3829,6 +4192,28 @@
3829
4192
  "requires": {}
3830
4193
  }
3831
4194
  },
4195
+ {
4196
+ "name": "quasar",
4197
+ "description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
4198
+ "repo": "Maiquu/nuxt-quasar",
4199
+ "npm": "nuxt-quasar-ui",
4200
+ "icon": "quasar.svg",
4201
+ "github": "https://github.com/Maiquu/nuxt-quasar",
4202
+ "website": "https://quasar.dev/",
4203
+ "learn_more": "https://github.com/Maiquu/nuxt-quasar",
4204
+ "category": "UI",
4205
+ "type": "3rd-party",
4206
+ "maintainers": [
4207
+ {
4208
+ "name": "Ege İliklier",
4209
+ "github": "Maiquu"
4210
+ }
4211
+ ],
4212
+ "compatibility": {
4213
+ "nuxt": "^3.0.0",
4214
+ "requires": {}
4215
+ }
4216
+ },
3832
4217
  {
3833
4218
  "name": "recaptcha",
3834
4219
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
@@ -4408,7 +4793,7 @@
4408
4793
  "github": "https://github.com/nuxt-modules/snipcart",
4409
4794
  "website": "https://github.com/nuxt-modules/snipcart",
4410
4795
  "learn_more": "https://snipcart.com",
4411
- "category": "Payment",
4796
+ "category": "Ecommerce",
4412
4797
  "type": "community",
4413
4798
  "maintainers": [
4414
4799
  {
@@ -5238,11 +5623,11 @@
5238
5623
  {
5239
5624
  "name": "unhead",
5240
5625
  "description": "Experimental features for Nuxt SEO / head management.",
5241
- "repo": "harlan-zw/nuxt-unhead",
5242
- "npm": "nuxt-unhead",
5626
+ "repo": "harlan-zw/nuxt-seo-experiments",
5627
+ "npm": "nuxt-seo-experiments",
5243
5628
  "icon": "",
5244
- "github": "https://github.com/harlan-zw/nuxt-unhead",
5245
- "website": "https://github.com/harlan-zw/nuxt-unhead",
5629
+ "github": "https://github.com/harlan-zw/nuxt-seo-experiments",
5630
+ "website": "https://github.com/harlan-zw/nuxt-seo-experiments",
5246
5631
  "learn_more": "",
5247
5632
  "category": "SEO",
5248
5633
  "type": "3rd-party",
@@ -5285,6 +5670,28 @@
5285
5670
  "requires": {}
5286
5671
  }
5287
5672
  },
5673
+ {
5674
+ "name": "unlazy",
5675
+ "description": "Lazy loading library for placeholder images",
5676
+ "repo": "johannschopplich/unlazy/packages/nuxt",
5677
+ "npm": "@unlazy/nuxt",
5678
+ "icon": "unlazy.svg",
5679
+ "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
5680
+ "website": "https://unlazy.byjohann.dev/",
5681
+ "learn_more": "",
5682
+ "category": "Images",
5683
+ "type": "3rd-party",
5684
+ "maintainers": [
5685
+ {
5686
+ "name": "Johann Schopplich",
5687
+ "github": "johannschopplich"
5688
+ }
5689
+ ],
5690
+ "compatibility": {
5691
+ "nuxt": "^3.0.0",
5692
+ "requires": {}
5693
+ }
5694
+ },
5288
5695
  {
5289
5696
  "name": "unlighthouse",
5290
5697
  "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
@@ -5428,6 +5835,52 @@
5428
5835
  }
5429
5836
  }
5430
5837
  },
5838
+ {
5839
+ "name": "varlet",
5840
+ "description": "A Material design mobile component library developed based on Vue3",
5841
+ "repo": "varletjs/varlet-nuxt",
5842
+ "npm": "@varlet/nuxt",
5843
+ "icon": "varlet.svg",
5844
+ "github": "https://github.com/varletjs/varlet",
5845
+ "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
5846
+ "learn_more": "https://github.com/varletjs/varlet-nuxt",
5847
+ "category": "UI",
5848
+ "type": "3rd-party",
5849
+ "maintainers": [
5850
+ {
5851
+ "name": "zhangmo8",
5852
+ "github": "zhangmo8"
5853
+ }
5854
+ ],
5855
+ "compatibility": {
5856
+ "nuxt": "^3.0.0",
5857
+ "requires": {
5858
+ "bridge": "optional"
5859
+ }
5860
+ }
5861
+ },
5862
+ {
5863
+ "name": "vee-validate",
5864
+ "description": "Painless Vue forms for Nuxt.js",
5865
+ "repo": "logaretm/vee-validate#main/packages/nuxt",
5866
+ "npm": "@vee-validate/nuxt",
5867
+ "icon": "vee-validate.png",
5868
+ "github": "https://github.com/logaretm/vee-validate/",
5869
+ "website": "https://vee-validate.logaretm.com/v4/",
5870
+ "learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
5871
+ "category": "Libraries",
5872
+ "type": "3rd-party",
5873
+ "maintainers": [
5874
+ {
5875
+ "name": "Abdelrahman Awad",
5876
+ "github": "logaretm"
5877
+ }
5878
+ ],
5879
+ "compatibility": {
5880
+ "nuxt": "^3.0.0",
5881
+ "requires": {}
5882
+ }
5883
+ },
5431
5884
  {
5432
5885
  "name": "vendor",
5433
5886
  "description": "directly serve node_modules",
@@ -5451,6 +5904,29 @@
5451
5904
  "requires": {}
5452
5905
  }
5453
5906
  },
5907
+ {
5908
+ "name": "vexip-ui",
5909
+ "description": "A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good",
5910
+ "repo": "vexip-ui/nuxt",
5911
+ "npm": "@vexip-ui/nuxt",
5912
+ "icon": "vexip-ui.svg",
5913
+ "github": "https://github.com/vexip-ui/vexip-ui",
5914
+ "website": "https://www.vexipui.com/",
5915
+ "learn_more": "https://github.com/vexip-ui/nuxt",
5916
+ "category": "UI",
5917
+ "type": "3rd-party",
5918
+ "maintainers": [
5919
+ {
5920
+ "name": "未觉雨声",
5921
+ "github": "qmhc",
5922
+ "twitter": "qmhc95"
5923
+ }
5924
+ ],
5925
+ "compatibility": {
5926
+ "nuxt": "^3.0.0",
5927
+ "requires": {}
5928
+ }
5929
+ },
5454
5930
  {
5455
5931
  "name": "vite-pwa-nuxt",
5456
5932
  "description": "Zero-config PWA Plugin for Nuxt 3",
@@ -5507,13 +5983,13 @@
5507
5983
  },
5508
5984
  {
5509
5985
  "name": "vue-macros",
5510
- "description": "Explore and extend more macros and syntax sugar to Vue.",
5511
- "repo": "sxzz/unplugin-vue-macros#main/packages/nuxt",
5986
+ "description": "Explore more macros and syntax sugar to Vue.",
5987
+ "repo": "sxzz/vue-macros#main/packages/nuxt",
5512
5988
  "npm": "@vue-macros/nuxt",
5513
5989
  "icon": "vue-macros.svg",
5514
- "github": "https://github.com/sxzz/unplugin-vue-macros",
5990
+ "github": "https://github.com/sxzz/vue-macros",
5515
5991
  "website": "https://vue-macros.sxzz.moe",
5516
- "learn_more": "https://github.com/sxzz/unplugin-vue-macros",
5992
+ "learn_more": "https://github.com/sxzz/vue-macros",
5517
5993
  "category": "Extensions",
5518
5994
  "type": "3rd-party",
5519
5995
  "maintainers": [
@@ -5784,6 +6260,29 @@
5784
6260
  "requires": {}
5785
6261
  }
5786
6262
  },
6263
+ {
6264
+ "name": "vunix",
6265
+ "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.",
6266
+ "repo": "gaetansenn/vunix#main/packages/nuxt",
6267
+ "npm": "@vunix/nuxt",
6268
+ "icon": "",
6269
+ "github": "https://github.com/gaetansenn/vunix",
6270
+ "website": "https://vunix.dewib.com/",
6271
+ "learn_more": "",
6272
+ "category": "UI",
6273
+ "type": "3rd-party",
6274
+ "maintainers": [
6275
+ {
6276
+ "name": "Gaetan SENN",
6277
+ "github": "gaetansenn",
6278
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6279
+ }
6280
+ ],
6281
+ "compatibility": {
6282
+ "nuxt": "^3.0.0",
6283
+ "requires": {}
6284
+ }
6285
+ },
5787
6286
  {
5788
6287
  "name": "web-vitals",
5789
6288
  "description": "Web Vitals for Nuxt",
@@ -5932,6 +6431,54 @@
5932
6431
  "requires": {}
5933
6432
  }
5934
6433
  },
6434
+ {
6435
+ "name": "well-known",
6436
+ "description": "A Nuxt.js module to add well-known URIs using middlewares",
6437
+ "repo": "zadigetvoltaire/nuxt-well-known",
6438
+ "npm": "@zadigetvoltaire/nuxt-well-known",
6439
+ "icon": "well-known.svg",
6440
+ "github": "https://github.com/zadigetvoltaire/nuxt-well-known",
6441
+ "website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
6442
+ "learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
6443
+ "category": "SEO",
6444
+ "type": "3rd-party",
6445
+ "maintainers": [
6446
+ {
6447
+ "name": "Zadig&Voltaire Team",
6448
+ "github": "https://github.com/zadigetvoltaire"
6449
+ }
6450
+ ],
6451
+ "compatibility": {
6452
+ "nuxt": "^3.0.0",
6453
+ "requires": {}
6454
+ }
6455
+ },
6456
+ {
6457
+ "name": "wideangle",
6458
+ "description": "Nuxt 3 module to integrate Wide Angle Analytics",
6459
+ "repo": "inputobjects/wideangle-nuxt",
6460
+ "npm": "wideangle-nuxt",
6461
+ "icon": "wideangle.png",
6462
+ "github": "https://github.com/inputobjects/wideangle-nuxt",
6463
+ "website": "https://wideangle.co",
6464
+ "learn_more": "https://wideangle.co/documentation/web-analytics-for-nuxt",
6465
+ "category": "Analytics",
6466
+ "type": "3rd-party",
6467
+ "maintainers": [
6468
+ {
6469
+ "name": "Wide Angle Analytics by Input Objects GmbH",
6470
+ "github": "inputobjects"
6471
+ },
6472
+ {
6473
+ "name": "Jarek Rozanski",
6474
+ "github": "jrozanski"
6475
+ }
6476
+ ],
6477
+ "compatibility": {
6478
+ "nuxt": "^3.0.0",
6479
+ "requires": {}
6480
+ }
6481
+ },
5935
6482
  {
5936
6483
  "name": "windicss",
5937
6484
  "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-53f038",
3
+ "version": "0.6.0-6009c6",
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
  }