@nuxt/modules 0.6.0-53f038 → 0.6.0-751ced

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 +216 -11
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -1,4 +1,26 @@
1
1
  [
2
+ {
3
+ "name": "Vunix",
4
+ "description": "",
5
+ "repo": "gaetansenn/vunix",
6
+ "npm": "vunix",
7
+ "icon": "",
8
+ "github": "https://github.com/gaetansenn/vunix",
9
+ "website": "https://github.com/gaetansenn/vunix",
10
+ "learn_more": "",
11
+ "category": "Devtools",
12
+ "type": "3rd-party",
13
+ "maintainers": [
14
+ {
15
+ "name": "gaetansenn",
16
+ "github": "gaetansenn"
17
+ }
18
+ ],
19
+ "compatibility": {
20
+ "nuxt": "^2.0.0",
21
+ "requires": {}
22
+ }
23
+ },
2
24
  {
3
25
  "name": "ackee",
4
26
  "description": "Nuxt.js module for Ackee analytics",
@@ -153,7 +175,7 @@
153
175
  "npm": "nuxt-api-party",
154
176
  "icon": "api-party.svg",
155
177
  "github": "https://github.com/johannschopplich/nuxt-api-party",
156
- "website": "https://github.com/johannschopplich/nuxt-api-party#readme",
178
+ "website": "https://nuxt-api-party.jhnn.dev/",
157
179
  "learn_more": "",
158
180
  "category": "Request",
159
181
  "type": "3rd-party",
@@ -249,7 +271,7 @@
249
271
  "github": "https://github.com/Hrdtr/nuxt-appwrite",
250
272
  "website": "https://github.com/Hrdtr/nuxt-appwrite",
251
273
  "learn_more": "",
252
- "category": "Request",
274
+ "category": "Database",
253
275
  "type": "3rd-party",
254
276
  "maintainers": [
255
277
  {
@@ -551,11 +573,11 @@
551
573
  {
552
574
  "name": "chatwoot",
553
575
  "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",
576
+ "repo": "productdevbookcom/chatwoot",
577
+ "npm": "@productdevbook/chatwoot",
556
578
  "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",
579
+ "github": "https://github.com/productdevbookcom/chatwoot",
580
+ "website": "https://github.com/productdevbookcom/chatwoot",
559
581
  "learn_more": "https://www.chatwoot.com",
560
582
  "category": "Libraries",
561
583
  "type": "3rd-party",
@@ -929,11 +951,11 @@
929
951
  }
930
952
  },
931
953
  {
932
- "name": "datocms",
933
- "description": "DatoCMS integration for Nuxt.js",
954
+ "name": "datocms-nuxt2",
955
+ "description": "DatoCMS integration for Nuxt.js v2",
934
956
  "repo": "voorhoede/nuxt-datocms-module",
935
957
  "npm": "@voorhoede/nuxt-datocms-module",
936
- "icon": "datocms.png",
958
+ "icon": "datocms.svg",
937
959
  "github": "https://github.com/voorhoede/nuxt-datocms-module",
938
960
  "website": "https://github.com/voorhoede/nuxt-datocms-module",
939
961
  "learn_more": "https://www.datocms.com/",
@@ -950,6 +972,30 @@
950
972
  "requires": {}
951
973
  }
952
974
  },
975
+ {
976
+ "name": "datocms",
977
+ "description": "DatoCMS module for Nuxt",
978
+ "repo": "hex-digital/nuxt-datocms",
979
+ "npm": "@hexdigital/nuxt-datocms",
980
+ "icon": "datocms.svg",
981
+ "github": "https://github.com/hex-digital/nuxt-datocms",
982
+ "website": "https://github.com/hex-digital/nuxt-datocms#readme",
983
+ "learn_more": "https://www.datocms.com/",
984
+ "category": "CMS",
985
+ "type": "3rd-party",
986
+ "maintainers": [
987
+ {
988
+ "name": "Jamie Warburton",
989
+ "github": "jamiewarb",
990
+ "twitter": "jamiewarb",
991
+ "avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
992
+ }
993
+ ],
994
+ "compatibility": {
995
+ "nuxt": "^3.0.0",
996
+ "requires": {}
997
+ }
998
+ },
953
999
  {
954
1000
  "name": "dayjs",
955
1001
  "description": "The best way for use Day.js easily in your Nuxt.js project.",
@@ -1018,6 +1064,29 @@
1018
1064
  "requires": {}
1019
1065
  }
1020
1066
  },
1067
+ {
1068
+ "name": "devtools",
1069
+ "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1070
+ "repo": "nuxt/devtools#main",
1071
+ "npm": "@nuxt/devtools",
1072
+ "icon": "nuxt.png",
1073
+ "github": "https://github.com/nuxt/devtools",
1074
+ "website": "https://devtools.nuxtjs.org/",
1075
+ "learn_more": "",
1076
+ "category": "Devtools",
1077
+ "type": "official",
1078
+ "maintainers": [
1079
+ {
1080
+ "name": "Anthony Fu",
1081
+ "github": "antfu",
1082
+ "twitter": "antfu7"
1083
+ }
1084
+ ],
1085
+ "compatibility": {
1086
+ "nuxt": "^3.0.0",
1087
+ "requires": {}
1088
+ }
1089
+ },
1021
1090
  {
1022
1091
  "name": "directus",
1023
1092
  "description": "Easily connect your Nuxt3 application to your directus server.",
@@ -1717,6 +1786,30 @@
1717
1786
  "requires": {}
1718
1787
  }
1719
1788
  },
1789
+ {
1790
+ "name": "gtag",
1791
+ "description": "Google Analytics integration for Nuxt 3",
1792
+ "repo": "johannschopplich/nuxt-gtag",
1793
+ "npm": "nuxt-gtag",
1794
+ "icon": "gtag.svg",
1795
+ "github": "https://github.com/johannschopplich/nuxt-gtag",
1796
+ "website": "https://github.com/johannschopplich/nuxt-gtag#readme",
1797
+ "learn_more": "",
1798
+ "category": "Analytics",
1799
+ "type": "3rd-party",
1800
+ "maintainers": [
1801
+ {
1802
+ "name": "Johann Schopplich",
1803
+ "github": "johannschopplich",
1804
+ "twitter": "jschopplich",
1805
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
1806
+ }
1807
+ ],
1808
+ "compatibility": {
1809
+ "nuxt": "^3.0.0",
1810
+ "requires": {}
1811
+ }
1812
+ },
1720
1813
  {
1721
1814
  "name": "gtm",
1722
1815
  "description": "Google Tag Manager Module for Nuxt.js",
@@ -2371,7 +2464,7 @@
2371
2464
  },
2372
2465
  {
2373
2466
  "name": "link-checker",
2374
- "description": "",
2467
+ "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2375
2468
  "repo": "harlan-zw/nuxt-link-checker",
2376
2469
  "npm": "nuxt-link-checker",
2377
2470
  "icon": "",
@@ -2695,6 +2788,29 @@
2695
2788
  "requires": {}
2696
2789
  }
2697
2790
  },
2791
+ {
2792
+ "name": "module-feed",
2793
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
2794
+ "repo": "tresko/nuxt-module-feed",
2795
+ "npm": "nuxt-module-feed",
2796
+ "icon": "",
2797
+ "github": "https://github.com/tresko/nuxt-module-feed",
2798
+ "website": "https://github.com/tresko/nuxt-module-feed",
2799
+ "learn_more": "",
2800
+ "category": "SEO",
2801
+ "type": "3rd-party",
2802
+ "maintainers": [
2803
+ {
2804
+ "name": "Miha Sedej",
2805
+ "github": "tresko",
2806
+ "twitter": "mihasedej"
2807
+ }
2808
+ ],
2809
+ "compatibility": {
2810
+ "nuxt": "^3.0.0",
2811
+ "requires": {}
2812
+ }
2813
+ },
2698
2814
  {
2699
2815
  "name": "moment",
2700
2816
  "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
@@ -2905,6 +3021,28 @@
2905
3021
  "requires": {}
2906
3022
  }
2907
3023
  },
3024
+ {
3025
+ "name": "nuxt-chatgpt",
3026
+ "description": "ChatGPT integration for Nuxt 3",
3027
+ "repo": "schnapsterdog/nuxt-chatgpt",
3028
+ "npm": "nuxt-chatgpt",
3029
+ "icon": "chatgpt.svg",
3030
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3031
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3032
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3033
+ "category": "Libraries",
3034
+ "type": "3rd-party",
3035
+ "maintainers": [
3036
+ {
3037
+ "name": "Oliver Trajceski",
3038
+ "github": "schnapsterdog"
3039
+ }
3040
+ ],
3041
+ "compatibility": {
3042
+ "nuxt": "^3.0.0",
3043
+ "requires": {}
3044
+ }
3045
+ },
2908
3046
  {
2909
3047
  "name": "nuxt-graphql-middleware",
2910
3048
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3026,6 +3164,28 @@
3026
3164
  "requires": {}
3027
3165
  }
3028
3166
  },
3167
+ {
3168
+ "name": "nuxt-mapbox",
3169
+ "description": "Elegant Mapbox integration with Nuxt",
3170
+ "repo": "AlexLavoie42/Nuxt-Mapbox",
3171
+ "npm": "nuxt-mapbox",
3172
+ "icon": "nuxt-mapbox.svg",
3173
+ "github": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3174
+ "website": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3175
+ "learn_more": "https://github.com/AlexLavoie42/Nuxt-Mapbox",
3176
+ "category": "Libraries",
3177
+ "type": "3rd-party",
3178
+ "maintainers": [
3179
+ {
3180
+ "name": "Alex Lavoie",
3181
+ "github": "AlexLavoie42"
3182
+ }
3183
+ ],
3184
+ "compatibility": {
3185
+ "nuxt": "^3.0.0",
3186
+ "requires": {}
3187
+ }
3188
+ },
3029
3189
  {
3030
3190
  "name": "nuxt-monaco-editor",
3031
3191
  "description": "Integrate monaco-editor with Nuxt",
@@ -3829,6 +3989,28 @@
3829
3989
  "requires": {}
3830
3990
  }
3831
3991
  },
3992
+ {
3993
+ "name": "quasar",
3994
+ "description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
3995
+ "repo": "Maiquu/nuxt-quasar",
3996
+ "npm": "nuxt-quasar-ui",
3997
+ "icon": "quasar.svg",
3998
+ "github": "https://github.com/Maiquu/nuxt-quasar",
3999
+ "website": "https://quasar.dev/",
4000
+ "learn_more": "https://github.com/Maiquu/nuxt-quasar",
4001
+ "category": "UI",
4002
+ "type": "3rd-party",
4003
+ "maintainers": [
4004
+ {
4005
+ "name": "Ege İliklier",
4006
+ "github": "Maiquu"
4007
+ }
4008
+ ],
4009
+ "compatibility": {
4010
+ "nuxt": "^3.0.0",
4011
+ "requires": {}
4012
+ }
4013
+ },
3832
4014
  {
3833
4015
  "name": "recaptcha",
3834
4016
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
@@ -4408,7 +4590,7 @@
4408
4590
  "github": "https://github.com/nuxt-modules/snipcart",
4409
4591
  "website": "https://github.com/nuxt-modules/snipcart",
4410
4592
  "learn_more": "https://snipcart.com",
4411
- "category": "Payment",
4593
+ "category": "Ecommerce",
4412
4594
  "type": "community",
4413
4595
  "maintainers": [
4414
4596
  {
@@ -5784,6 +5966,29 @@
5784
5966
  "requires": {}
5785
5967
  }
5786
5968
  },
5969
+ {
5970
+ "name": "Vunix",
5971
+ "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.",
5972
+ "repo": "gaetansenn/vunix",
5973
+ "npm": "@vunix/nuxt",
5974
+ "icon": "",
5975
+ "github": "https://github.com/gaetansenn/vunix",
5976
+ "website": "https://vunix.dewib.com/",
5977
+ "learn_more": "",
5978
+ "category": "UI",
5979
+ "type": "3rd-party",
5980
+ "maintainers": [
5981
+ {
5982
+ "name": "Gaetan SENN",
5983
+ "github": "gaetansenn",
5984
+ "avatar": "https://avatars.githubusercontent.com/u/2774075?v=4"
5985
+ }
5986
+ ],
5987
+ "compatibility": {
5988
+ "nuxt": "^3.0.0",
5989
+ "requires": {}
5990
+ }
5991
+ },
5787
5992
  {
5788
5993
  "name": "web-vitals",
5789
5994
  "description": "Web Vitals for Nuxt",
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-751ced",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [