@nuxt/modules 0.6.0-38273 → 0.6.0-3af736

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 +143 -5
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -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",
@@ -929,11 +929,11 @@
929
929
  }
930
930
  },
931
931
  {
932
- "name": "datocms",
933
- "description": "DatoCMS integration for Nuxt.js",
932
+ "name": "datocms-nuxt2",
933
+ "description": "DatoCMS integration for Nuxt.js v2",
934
934
  "repo": "voorhoede/nuxt-datocms-module",
935
935
  "npm": "@voorhoede/nuxt-datocms-module",
936
- "icon": "datocms.png",
936
+ "icon": "datocms.svg",
937
937
  "github": "https://github.com/voorhoede/nuxt-datocms-module",
938
938
  "website": "https://github.com/voorhoede/nuxt-datocms-module",
939
939
  "learn_more": "https://www.datocms.com/",
@@ -950,6 +950,30 @@
950
950
  "requires": {}
951
951
  }
952
952
  },
953
+ {
954
+ "name": "datocms",
955
+ "description": "DatoCMS module for Nuxt",
956
+ "repo": "hex-digital/nuxt-datocms",
957
+ "npm": "@hexdigital/nuxt-datocms",
958
+ "icon": "datocms.svg",
959
+ "github": "https://github.com/hex-digital/nuxt-datocms",
960
+ "website": "https://github.com/hex-digital/nuxt-datocms#readme",
961
+ "learn_more": "https://www.datocms.com/",
962
+ "category": "CMS",
963
+ "type": "3rd-party",
964
+ "maintainers": [
965
+ {
966
+ "name": "Jamie Warburton",
967
+ "github": "jamiewarb",
968
+ "twitter": "jamiewarb",
969
+ "avatar": "https://avatars.githubusercontent.com/jamiewarb?v=4"
970
+ }
971
+ ],
972
+ "compatibility": {
973
+ "nuxt": "^3.0.0",
974
+ "requires": {}
975
+ }
976
+ },
953
977
  {
954
978
  "name": "dayjs",
955
979
  "description": "The best way for use Day.js easily in your Nuxt.js project.",
@@ -1018,6 +1042,29 @@
1018
1042
  "requires": {}
1019
1043
  }
1020
1044
  },
1045
+ {
1046
+ "name": "devtools",
1047
+ "description": "Unleash Nuxt Developer Experience. A set of visual tools that help you to know your app better.",
1048
+ "repo": "nuxt/devtools#main",
1049
+ "npm": "@nuxt/devtools",
1050
+ "icon": "nuxt.png",
1051
+ "github": "https://github.com/nuxt/devtools",
1052
+ "website": "https://devtools.nuxtjs.org/",
1053
+ "learn_more": "",
1054
+ "category": "Devtools",
1055
+ "type": "official",
1056
+ "maintainers": [
1057
+ {
1058
+ "name": "Anthony Fu",
1059
+ "github": "antfu",
1060
+ "twitter": "antfu7"
1061
+ }
1062
+ ],
1063
+ "compatibility": {
1064
+ "nuxt": "^3.0.0",
1065
+ "requires": {}
1066
+ }
1067
+ },
1021
1068
  {
1022
1069
  "name": "directus",
1023
1070
  "description": "Easily connect your Nuxt3 application to your directus server.",
@@ -1717,6 +1764,30 @@
1717
1764
  "requires": {}
1718
1765
  }
1719
1766
  },
1767
+ {
1768
+ "name": "gtag",
1769
+ "description": "Google Analytics integration for Nuxt 3",
1770
+ "repo": "johannschopplich/nuxt-gtag",
1771
+ "npm": "nuxt-gtag",
1772
+ "icon": "gtag.svg",
1773
+ "github": "https://github.com/johannschopplich/nuxt-gtag",
1774
+ "website": "https://github.com/johannschopplich/nuxt-gtag#readme",
1775
+ "learn_more": "",
1776
+ "category": "Analytics",
1777
+ "type": "3rd-party",
1778
+ "maintainers": [
1779
+ {
1780
+ "name": "Johann Schopplich",
1781
+ "github": "johannschopplich",
1782
+ "twitter": "jschopplich",
1783
+ "avatar": "https://avatars.githubusercontent.com/johannschopplich?v=4"
1784
+ }
1785
+ ],
1786
+ "compatibility": {
1787
+ "nuxt": "^3.0.0",
1788
+ "requires": {}
1789
+ }
1790
+ },
1720
1791
  {
1721
1792
  "name": "gtm",
1722
1793
  "description": "Google Tag Manager Module for Nuxt.js",
@@ -2371,7 +2442,7 @@
2371
2442
  },
2372
2443
  {
2373
2444
  "name": "link-checker",
2374
- "description": "",
2445
+ "description": "Identify and fix link issues for prerendered Nuxt 3 apps.",
2375
2446
  "repo": "harlan-zw/nuxt-link-checker",
2376
2447
  "npm": "nuxt-link-checker",
2377
2448
  "icon": "",
@@ -2695,6 +2766,29 @@
2695
2766
  "requires": {}
2696
2767
  }
2697
2768
  },
2769
+ {
2770
+ "name": "module-feed",
2771
+ "description": "Feed module enables everyone to have RSS, Atom and JSON.",
2772
+ "repo": "tresko/nuxt-module-feed",
2773
+ "npm": "nuxt-module-feed",
2774
+ "icon": "",
2775
+ "github": "https://github.com/tresko/nuxt-module-feed",
2776
+ "website": "https://github.com/tresko/nuxt-module-feed",
2777
+ "learn_more": "",
2778
+ "category": "SEO",
2779
+ "type": "3rd-party",
2780
+ "maintainers": [
2781
+ {
2782
+ "name": "Miha Sedej",
2783
+ "github": "tresko",
2784
+ "twitter": "mihasedej"
2785
+ }
2786
+ ],
2787
+ "compatibility": {
2788
+ "nuxt": "^3.0.0",
2789
+ "requires": {}
2790
+ }
2791
+ },
2698
2792
  {
2699
2793
  "name": "moment",
2700
2794
  "description": "Efficient Moment.js module for Nuxt.js so you can Parse, validate, manipulate, and display dates and times in JavaScript.",
@@ -2905,6 +2999,28 @@
2905
2999
  "requires": {}
2906
3000
  }
2907
3001
  },
3002
+ {
3003
+ "name": "nuxt-chatgpt",
3004
+ "description": "ChatGPT integration for Nuxt 3",
3005
+ "repo": "schnapsterdog/nuxt-chatgpt",
3006
+ "npm": "nuxt-chatgpt",
3007
+ "icon": "chatgpt.svg",
3008
+ "github": "https://github.com/schnapsterdog/nuxt-chatgpt",
3009
+ "website": "https://github.com/schnapsterdog/nuxt-chatgpt",
3010
+ "learn_more": "https://github.com/schnapsterdog/nuxt-chatgpt/blob/main/README.md",
3011
+ "category": "Libraries",
3012
+ "type": "3rd-party",
3013
+ "maintainers": [
3014
+ {
3015
+ "name": "Oliver Trajceski",
3016
+ "github": "schnapsterdog"
3017
+ }
3018
+ ],
3019
+ "compatibility": {
3020
+ "nuxt": "^3.0.0",
3021
+ "requires": {}
3022
+ }
3023
+ },
2908
3024
  {
2909
3025
  "name": "nuxt-graphql-middleware",
2910
3026
  "description": "Expose GraphQL queries and mutations as server API routes.",
@@ -3851,6 +3967,28 @@
3851
3967
  "requires": {}
3852
3968
  }
3853
3969
  },
3970
+ {
3971
+ "name": "quasar",
3972
+ "description": "Effortlessly build high-performance & high-quality Vue.js 3 user interfaces in record time",
3973
+ "repo": "Maiquu/nuxt-quasar",
3974
+ "npm": "nuxt-quasar-ui",
3975
+ "icon": "quasar.svg",
3976
+ "github": "https://github.com/Maiquu/nuxt-quasar",
3977
+ "website": "https://quasar.dev/",
3978
+ "learn_more": "https://github.com/Maiquu/nuxt-quasar",
3979
+ "category": "UI",
3980
+ "type": "3rd-party",
3981
+ "maintainers": [
3982
+ {
3983
+ "name": "Ege İliklier",
3984
+ "github": "Maiquu"
3985
+ }
3986
+ ],
3987
+ "compatibility": {
3988
+ "nuxt": "^3.0.0",
3989
+ "requires": {}
3990
+ }
3991
+ },
3854
3992
  {
3855
3993
  "name": "recaptcha",
3856
3994
  "description": "Simple and easy Google reCAPTCHA module with Nuxt.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-038273",
3
+ "version": "0.6.0-3af736",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [