@nuxt/modules 0.5.0-72b478 → 0.5.0-72f559

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 +68 -1
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -525,6 +525,28 @@
525
525
  "requires": {}
526
526
  }
527
527
  },
528
+ {
529
+ "name": "chatwoot",
530
+ "description": "Chatwoot is an open-source customer engagement platform that helps companies engage their customers on their website",
531
+ "repo": "huntersofbook/huntersofbook#main/packages/chatwoot-nuxt",
532
+ "npm": "@huntersofbook/chatwoot-nuxt",
533
+ "icon": "chatwoot.png",
534
+ "github": "https://github.com/huntersofbook/huntersofbook/tree/main/packages/chatwoot-nuxt",
535
+ "website": "https://github.com/huntersofbook/huntersofbook/tree/main/packages/chatwoot-nuxt",
536
+ "learn_more": "https://www.chatwoot.com",
537
+ "category": "Libraries",
538
+ "type": "3rd-party",
539
+ "maintainers": [
540
+ {
541
+ "name": "productdevbook",
542
+ "github": "productdevbook"
543
+ }
544
+ ],
545
+ "compatibility": {
546
+ "nuxt": "^3.0.0",
547
+ "requires": {}
548
+ }
549
+ },
528
550
  {
529
551
  "name": "chiffre",
530
552
  "description": "Privacy-first, end-to-end encrypted analytics",
@@ -1224,6 +1246,29 @@
1224
1246
  "requires": {}
1225
1247
  }
1226
1248
  },
1249
+ {
1250
+ "name": "fontaine",
1251
+ "description": "Automatically optimized font fallback based on font metrics",
1252
+ "repo": "nuxt-modules/fontaine",
1253
+ "npm": "@nuxtjs/fontaine",
1254
+ "icon": "fontaine.svg",
1255
+ "github": "https://github.com/nuxt-modules/fontaine",
1256
+ "website": "https://github.com/unjs/fontaine",
1257
+ "learn_more": "https://github.com/unjs/fontaine",
1258
+ "category": "Performance",
1259
+ "type": "community",
1260
+ "maintainers": [
1261
+ {
1262
+ "name": "Daniel Roe",
1263
+ "github": "danielroe",
1264
+ "twitter": "danielcroe"
1265
+ }
1266
+ ],
1267
+ "compatibility": {
1268
+ "nuxt": "^3.0.0",
1269
+ "requires": {}
1270
+ }
1271
+ },
1227
1272
  {
1228
1273
  "name": "fontawesome",
1229
1274
  "description": "Module to join nuxt and Fontawesome 5",
@@ -1567,6 +1612,28 @@
1567
1612
  "requires": {}
1568
1613
  }
1569
1614
  },
1615
+ {
1616
+ "name": "headlessui",
1617
+ "description": "Headless UI integration for Nuxt. Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.",
1618
+ "repo": "P4sca1/nuxt-headlessui",
1619
+ "npm": "nuxt-headlessui",
1620
+ "icon": "headlessui.png",
1621
+ "github": "https://github.com/P4sca1/nuxt-headlessui",
1622
+ "website": "https://github.com/P4sca1/nuxt-headlessui",
1623
+ "learn_more": "https://headlessui.com",
1624
+ "category": "UI",
1625
+ "type": "3rd-party",
1626
+ "maintainers": [
1627
+ {
1628
+ "name": "Pascal Sthamer",
1629
+ "github": "P4sca1"
1630
+ }
1631
+ ],
1632
+ "compatibility": {
1633
+ "nuxt": "^3.0.0",
1634
+ "requires": {}
1635
+ }
1636
+ },
1570
1637
  {
1571
1638
  "name": "headway",
1572
1639
  "description": "Headway changelog widget for Nuxt",
@@ -1776,7 +1843,7 @@
1776
1843
  }
1777
1844
  ],
1778
1845
  "compatibility": {
1779
- "nuxt": "^2.0.0",
1846
+ "nuxt": "^2.0.0 || ^3.0.0",
1780
1847
  "requires": {}
1781
1848
  }
1782
1849
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.5.0-72b478",
3
+ "version": "0.5.0-72f559",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json"
6
6
  }