@nuxt/modules 0.6.0-2c617f → 0.6.0-2d4bb8

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 +333 -15
  2. package/package.json +1 -1
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
  },
@@ -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",
@@ -757,6 +757,29 @@
757
757
  "requires": {}
758
758
  }
759
759
  },
760
+ {
761
+ "name": "content-assets",
762
+ "description": "Enable locally-located assets in Nuxt Content",
763
+ "repo": "davestewart/nuxt-content-assets",
764
+ "npm": "nuxt-content-assets",
765
+ "icon": "content-assets.png",
766
+ "github": "https://github.com/davestewart/nuxt-content-assets",
767
+ "website": "https://davestewart.co.uk/projects/open-source/nuxt-content-assets/",
768
+ "learn_more": "",
769
+ "category": "Images",
770
+ "type": "3rd-party",
771
+ "maintainers": [
772
+ {
773
+ "name": "davestewart",
774
+ "github": "davestewart",
775
+ "twitter": "dave_stewart"
776
+ }
777
+ ],
778
+ "compatibility": {
779
+ "nuxt": "^3.0.0",
780
+ "requires": {}
781
+ }
782
+ },
760
783
  {
761
784
  "name": "content",
762
785
  "description": "Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv or .json files and creates a powerful data layer for your application. Bonus, use Vue components in Markdown with the MDC syntax.",
@@ -929,11 +952,11 @@
929
952
  }
930
953
  },
931
954
  {
932
- "name": "datocms",
933
- "description": "DatoCMS integration for Nuxt.js",
955
+ "name": "datocms-nuxt2",
956
+ "description": "DatoCMS integration for Nuxt.js v2",
934
957
  "repo": "voorhoede/nuxt-datocms-module",
935
958
  "npm": "@voorhoede/nuxt-datocms-module",
936
- "icon": "datocms.png",
959
+ "icon": "datocms.svg",
937
960
  "github": "https://github.com/voorhoede/nuxt-datocms-module",
938
961
  "website": "https://github.com/voorhoede/nuxt-datocms-module",
939
962
  "learn_more": "https://www.datocms.com/",
@@ -950,6 +973,30 @@
950
973
  "requires": {}
951
974
  }
952
975
  },
976
+ {
977
+ "name": "datocms",
978
+ "description": "DatoCMS module for Nuxt",
979
+ "repo": "hex-digital/nuxt-datocms",
980
+ "npm": "@hexdigital/nuxt-datocms",
981
+ "icon": "datocms.svg",
982
+ "github": "https://github.com/hex-digital/nuxt-datocms",
983
+ "website": "https://github.com/hex-digital/nuxt-datocms#readme",
984
+ "learn_more": "https://www.datocms.com/",
985
+ "category": "CMS",
986
+ "type": "3rd-party",
987
+ "maintainers": [
988
+ {
989
+ "name": "Jamie Warburton",
990
+ "github": "jamiewarb",
991
+ "twitter": "jamiewarb",
992
+ "avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
993
+ }
994
+ ],
995
+ "compatibility": {
996
+ "nuxt": "^3.0.0",
997
+ "requires": {}
998
+ }
999
+ },
953
1000
  {
954
1001
  "name": "dayjs",
955
1002
  "description": "The best way for use Day.js easily in your Nuxt.js project.",
@@ -1018,6 +1065,29 @@
1018
1065
  "requires": {}
1019
1066
  }
1020
1067
  },
1068
+ {
1069
+ "name": "devtools",
1070
+ "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1071
+ "repo": "nuxt/devtools#main",
1072
+ "npm": "@nuxt/devtools",
1073
+ "icon": "nuxt.png",
1074
+ "github": "https://github.com/nuxt/devtools",
1075
+ "website": "https://devtools.nuxtjs.org/",
1076
+ "learn_more": "",
1077
+ "category": "Devtools",
1078
+ "type": "official",
1079
+ "maintainers": [
1080
+ {
1081
+ "name": "Anthony Fu",
1082
+ "github": "antfu",
1083
+ "twitter": "antfu7"
1084
+ }
1085
+ ],
1086
+ "compatibility": {
1087
+ "nuxt": "^3.0.0",
1088
+ "requires": {}
1089
+ }
1090
+ },
1021
1091
  {
1022
1092
  "name": "directus",
1023
1093
  "description": "Easily connect your Nuxt3 application to your directus server.",
@@ -1717,6 +1787,30 @@
1717
1787
  "requires": {}
1718
1788
  }
1719
1789
  },
1790
+ {
1791
+ "name": "gtag",
1792
+ "description": "Google Analytics integration for Nuxt 3",
1793
+ "repo": "johannschopplich/nuxt-gtag",
1794
+ "npm": "nuxt-gtag",
1795
+ "icon": "gtag.svg",
1796
+ "github": "https://github.com/johannschopplich/nuxt-gtag",
1797
+ "website": "https://github.com/johannschopplich/nuxt-gtag#readme",
1798
+ "learn_more": "",
1799
+ "category": "Analytics",
1800
+ "type": "3rd-party",
1801
+ "maintainers": [
1802
+ {
1803
+ "name": "Johann Schopplich",
1804
+ "github": "johannschopplich",
1805
+ "twitter": "jschopplich",
1806
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
1807
+ }
1808
+ ],
1809
+ "compatibility": {
1810
+ "nuxt": "^3.0.0",
1811
+ "requires": {}
1812
+ }
1813
+ },
1720
1814
  {
1721
1815
  "name": "gtm",
1722
1816
  "description": "Google Tag Manager Module for Nuxt.js",
@@ -2695,6 +2789,29 @@
2695
2789
  "requires": {}
2696
2790
  }
2697
2791
  },
2792
+ {
2793
+ "name": "module-feed",
2794
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
2795
+ "repo": "tresko/nuxt-module-feed",
2796
+ "npm": "nuxt-module-feed",
2797
+ "icon": "",
2798
+ "github": "https://github.com/tresko/nuxt-module-feed",
2799
+ "website": "https://github.com/tresko/nuxt-module-feed",
2800
+ "learn_more": "",
2801
+ "category": "SEO",
2802
+ "type": "3rd-party",
2803
+ "maintainers": [
2804
+ {
2805
+ "name": "Miha Sedej",
2806
+ "github": "tresko",
2807
+ "twitter": "mihasedej"
2808
+ }
2809
+ ],
2810
+ "compatibility": {
2811
+ "nuxt": "^3.0.0",
2812
+ "requires": {}
2813
+ }
2814
+ },
2698
2815
  {
2699
2816
  "name": "moment",
2700
2817
  "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
@@ -2905,6 +3022,28 @@
2905
3022
  "requires": {}
2906
3023
  }
2907
3024
  },
3025
+ {
3026
+ "name": "nuxt-chatgpt",
3027
+ "description": "ChatGPT integration for Nuxt 3",
3028
+ "repo": "schnapsterdog/nuxt-chatgpt",
3029
+ "npm": "nuxt-chatgpt",
3030
+ "icon": "chatgpt.svg",
3031
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3032
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3033
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3034
+ "category": "Libraries",
3035
+ "type": "3rd-party",
3036
+ "maintainers": [
3037
+ {
3038
+ "name": "Oliver Trajceski",
3039
+ "github": "schnapsterdog"
3040
+ }
3041
+ ],
3042
+ "compatibility": {
3043
+ "nuxt": "^3.0.0",
3044
+ "requires": {}
3045
+ }
3046
+ },
2908
3047
  {
2909
3048
  "name": "nuxt-graphql-middleware",
2910
3049
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3070,6 +3209,28 @@
3070
3209
  "requires": {}
3071
3210
  }
3072
3211
  },
3212
+ {
3213
+ "name": "nuxt-mongoose",
3214
+ "description": "A Nuxt 3 module for simplifying the use of Mongoose in your project.",
3215
+ "repo": "arashsheyda/nuxt-mongoose",
3216
+ "npm": "nuxt-mongoose",
3217
+ "icon": "nuxt-mongoose.svg",
3218
+ "github": "https://github.com/arashsheyda/nuxt-mongoose",
3219
+ "website": "https://github.com/arashsheyda/nuxt-mongoose",
3220
+ "learn_more": "",
3221
+ "category": "Database",
3222
+ "type": "3rd-party",
3223
+ "maintainers": [
3224
+ {
3225
+ "name": "arashsheyda",
3226
+ "github": "arashsheyda"
3227
+ }
3228
+ ],
3229
+ "compatibility": {
3230
+ "nuxt": "^3.0.0",
3231
+ "requires": {}
3232
+ }
3233
+ },
3073
3234
  {
3074
3235
  "name": "nuxt-pdf",
3075
3236
  "description": "Zero-boilerplate PDF exports of your Pages and Components",
@@ -3368,6 +3529,28 @@
3368
3529
  "requires": {}
3369
3530
  }
3370
3531
  },
3532
+ {
3533
+ "name": "nuxt-vuetify",
3534
+ "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3535
+ "repo": "invictus-codes/nuxt-vuetify",
3536
+ "npm": "@invictus.codes/nuxt-vuetify",
3537
+ "icon": "vuetify-logo-v3-dark.svg",
3538
+ "github": "https://github.com/invictus-codes/nuxt-vuetify",
3539
+ "website": "https://invictus-codes.github.io/nuxt-vuetify/",
3540
+ "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
3541
+ "category": "UI",
3542
+ "type": "3rd-party",
3543
+ "maintainers": [
3544
+ {
3545
+ "name": "Jens van Hellemondt",
3546
+ "github": "invictus-codes"
3547
+ }
3548
+ ],
3549
+ "compatibility": {
3550
+ "nuxt": "^3.0.0",
3551
+ "requires": {}
3552
+ }
3553
+ },
3371
3554
  {
3372
3555
  "name": "nuxt7",
3373
3556
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -3851,6 +4034,28 @@
3851
4034
  "requires": {}
3852
4035
  }
3853
4036
  },
4037
+ {
4038
+ "name": "quasar",
4039
+ "description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
4040
+ "repo": "Maiquu/nuxt-quasar",
4041
+ "npm": "nuxt-quasar-ui",
4042
+ "icon": "quasar.svg",
4043
+ "github": "https://github.com/Maiquu/nuxt-quasar",
4044
+ "website": "https://quasar.dev/",
4045
+ "learn_more": "https://github.com/Maiquu/nuxt-quasar",
4046
+ "category": "UI",
4047
+ "type": "3rd-party",
4048
+ "maintainers": [
4049
+ {
4050
+ "name": "Ege İliklier",
4051
+ "github": "Maiquu"
4052
+ }
4053
+ ],
4054
+ "compatibility": {
4055
+ "nuxt": "^3.0.0",
4056
+ "requires": {}
4057
+ }
4058
+ },
3854
4059
  {
3855
4060
  "name": "recaptcha",
3856
4061
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
@@ -4430,7 +4635,7 @@
4430
4635
  "github": "https://github.com/nuxt-modules/snipcart",
4431
4636
  "website": "https://github.com/nuxt-modules/snipcart",
4432
4637
  "learn_more": "https://snipcart.com",
4433
- "category": "Payment",
4638
+ "category": "Ecommerce",
4434
4639
  "type": "community",
4435
4640
  "maintainers": [
4436
4641
  {
@@ -5307,6 +5512,28 @@
5307
5512
  "requires": {}
5308
5513
  }
5309
5514
  },
5515
+ {
5516
+ "name": "unlazy",
5517
+ "description": "Lazy loading library for placeholder images",
5518
+ "repo": "johannschopplich/unlazy/packages/nuxt",
5519
+ "npm": "@unlazy/nuxt",
5520
+ "icon": "unlazy.svg",
5521
+ "github": "https://github.com/johannschopplich/unlazy/tree/main/packages/nuxt",
5522
+ "website": "https://unlazy.byjohann.dev/",
5523
+ "learn_more": "",
5524
+ "category": "Images",
5525
+ "type": "3rd-party",
5526
+ "maintainers": [
5527
+ {
5528
+ "name": "Johann Schopplich",
5529
+ "github": "johannschopplich"
5530
+ }
5531
+ ],
5532
+ "compatibility": {
5533
+ "nuxt": "^3.0.0",
5534
+ "requires": {}
5535
+ }
5536
+ },
5310
5537
  {
5311
5538
  "name": "unlighthouse",
5312
5539
  "description": "Unlighthouse scans your entire site using Google Lighthouse, with a modern UI, minimal config and smart sampling.",
@@ -5450,6 +5677,52 @@
5450
5677
  }
5451
5678
  }
5452
5679
  },
5680
+ {
5681
+ "name": "varlet",
5682
+ "description": "A Material design mobile component library developed based on Vue3",
5683
+ "repo": "varletjs/varlet-nuxt",
5684
+ "npm": "@varlet/nuxt",
5685
+ "icon": "varlet.svg",
5686
+ "github": "https://github.com/varletjs/varlet",
5687
+ "website": "https://varlet.gitee.io/varlet-ui/#/en-US/index",
5688
+ "learn_more": "https://github.com/varletjs/varlet-nuxt",
5689
+ "category": "UI",
5690
+ "type": "3rd-party",
5691
+ "maintainers": [
5692
+ {
5693
+ "name": "zhangmo8",
5694
+ "github": "zhangmo8"
5695
+ }
5696
+ ],
5697
+ "compatibility": {
5698
+ "nuxt": "^3.0.0",
5699
+ "requires": {
5700
+ "bridge": "optional"
5701
+ }
5702
+ }
5703
+ },
5704
+ {
5705
+ "name": "vee-validate",
5706
+ "description": "Painless Vue forms for Nuxt.js",
5707
+ "repo": "logaretm/vee-validate#main/packages/nuxt",
5708
+ "npm": "@vee-validate/nuxt",
5709
+ "icon": "vee-validate.png",
5710
+ "github": "https://github.com/logaretm/vee-validate/",
5711
+ "website": "https://vee-validate.logaretm.com/v4/",
5712
+ "learn_more": "https://vee-validate.logaretm.com/v4/integrations/nuxt/",
5713
+ "category": "Libraries",
5714
+ "type": "3rd-party",
5715
+ "maintainers": [
5716
+ {
5717
+ "name": "Abdelrahman Awad",
5718
+ "github": "logaretm"
5719
+ }
5720
+ ],
5721
+ "compatibility": {
5722
+ "nuxt": "^3.0.0",
5723
+ "requires": {}
5724
+ }
5725
+ },
5453
5726
  {
5454
5727
  "name": "vendor",
5455
5728
  "description": "directly serve node_modules",
@@ -5806,6 +6079,29 @@
5806
6079
  "requires": {}
5807
6080
  }
5808
6081
  },
6082
+ {
6083
+ "name": "vunix",
6084
+ "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.",
6085
+ "repo": "gaetansenn/vunix#main/packages/nuxt",
6086
+ "npm": "@vunix/nuxt",
6087
+ "icon": "",
6088
+ "github": "https://github.com/gaetansenn/vunix",
6089
+ "website": "https://vunix.dewib.com/",
6090
+ "learn_more": "",
6091
+ "category": "UI",
6092
+ "type": "3rd-party",
6093
+ "maintainers": [
6094
+ {
6095
+ "name": "Gaetan SENN",
6096
+ "github": "gaetansenn",
6097
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
6098
+ }
6099
+ ],
6100
+ "compatibility": {
6101
+ "nuxt": "^3.0.0",
6102
+ "requires": {}
6103
+ }
6104
+ },
5809
6105
  {
5810
6106
  "name": "web-vitals",
5811
6107
  "description": "Web Vitals for Nuxt",
@@ -5954,6 +6250,28 @@
5954
6250
  "requires": {}
5955
6251
  }
5956
6252
  },
6253
+ {
6254
+ "name": "well-known",
6255
+ "description": "A Nuxt.js module to add well-known URIs using middlewares",
6256
+ "repo": "zadigetvoltaire/nuxt-well-known",
6257
+ "npm": "@zadigetvoltaire/nuxt-well-known",
6258
+ "icon": "well-known.svg",
6259
+ "github": "https://github.com/zadigetvoltaire/nuxt-well-known",
6260
+ "website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
6261
+ "learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
6262
+ "category": "SEO",
6263
+ "type": "3rd-party",
6264
+ "maintainers": [
6265
+ {
6266
+ "name": "Zadig&Voltaire Team",
6267
+ "github": "https://github.com/zadigetvoltaire"
6268
+ }
6269
+ ],
6270
+ "compatibility": {
6271
+ "nuxt": "^3.0.0",
6272
+ "requires": {}
6273
+ }
6274
+ },
5957
6275
  {
5958
6276
  "name": "windicss",
5959
6277
  "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-2c617f",
3
+ "version": "0.6.0-2d4bb8",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [