@nuxt/modules 0.6.0-a2ae40 → 0.6.0-a72d02

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 +101 -10
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -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",
@@ -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.",
@@ -1027,7 +1051,7 @@
1027
1051
  "github": "https://github.com/nuxt/devtools",
1028
1052
  "website": "https://devtools.nuxtjs.org/",
1029
1053
  "learn_more": "",
1030
- "category": "DevTools",
1054
+ "category": "Devtools",
1031
1055
  "type": "official",
1032
1056
  "maintainers": [
1033
1057
  {
@@ -3460,6 +3484,28 @@
3460
3484
  "requires": {}
3461
3485
  }
3462
3486
  },
3487
+ {
3488
+ "name": "nuxt-vuetify",
3489
+ "description": "Add Vuetify 3 to your Nuxt 3 application in seconds.",
3490
+ "repo": "invictus-codes/nuxt-vuetify",
3491
+ "npm": "@invictus.codes/nuxt-vuetify",
3492
+ "icon": "vuetify-logo-v3-dark.svg",
3493
+ "github": "https://github.com/invictus-codes/nuxt-vuetify",
3494
+ "website": "https://invictus-codes.github.io/nuxt-vuetify/",
3495
+ "learn_more": "https://github.com/invictus-codes/nuxt-vuetify/blob/main/README.md",
3496
+ "category": "UI",
3497
+ "type": "3rd-party",
3498
+ "maintainers": [
3499
+ {
3500
+ "name": "Jens van Hellemondt",
3501
+ "github": "invictus-codes"
3502
+ }
3503
+ ],
3504
+ "compatibility": {
3505
+ "nuxt": "^3.0.0",
3506
+ "requires": {}
3507
+ }
3508
+ },
3463
3509
  {
3464
3510
  "name": "nuxt7",
3465
3511
  "description": "Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7",
@@ -4544,7 +4590,7 @@
4544
4590
  "github": "https://github.com/nuxt-modules/snipcart",
4545
4591
  "website": "https://github.com/nuxt-modules/snipcart",
4546
4592
  "learn_more": "https://snipcart.com",
4547
- "category": "Payment",
4593
+ "category": "Ecommerce",
4548
4594
  "type": "community",
4549
4595
  "maintainers": [
4550
4596
  {
@@ -5920,6 +5966,29 @@
5920
5966
  "requires": {}
5921
5967
  }
5922
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",
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
+ },
5923
5992
  {
5924
5993
  "name": "web-vitals",
5925
5994
  "description": "Web Vitals for Nuxt",
@@ -6068,6 +6137,28 @@
6068
6137
  "requires": {}
6069
6138
  }
6070
6139
  },
6140
+ {
6141
+ "name": "well-known",
6142
+ "description": "A Nuxt.js module to add well-known URIs using middlewares",
6143
+ "repo": "zadigetvoltaire/nuxt-well-known",
6144
+ "npm": "@zadigetvoltaire/nuxt-well-known",
6145
+ "icon": "well-known.svg",
6146
+ "github": "https://github.com/zadigetvoltaire/nuxt-well-known",
6147
+ "website": "https://github.com/zadigetvoltaire/nuxt-well-known#readme",
6148
+ "learn_more": "https://www.iana.org/assignments/well-known-uris/well-known-uris.xhtml",
6149
+ "category": "SEO",
6150
+ "type": "3rd-party",
6151
+ "maintainers": [
6152
+ {
6153
+ "name": "Zadig&Voltaire Team",
6154
+ "github": "https://github.com/zadigetvoltaire"
6155
+ }
6156
+ ],
6157
+ "compatibility": {
6158
+ "nuxt": "^3.0.0",
6159
+ "requires": {}
6160
+ }
6161
+ },
6071
6162
  {
6072
6163
  "name": "windicss",
6073
6164
  "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-a2ae40",
3
+ "version": "0.6.0-a72d02",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [