mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
Added - 🔧(backend) settings CONVERSION_UPLOAD_ENABLED to control usage of docspec - 🥚(frontend) add easter egg on doc emoji creation #2155 Changed - ♿(frontend) use aria-haspopup menu on DropButton triggers #2126 - ♿️(frontend) add contextual browser tab titles for docs routes #2120 - ♿️(frontend) fix empty heading before section titles in HTML export #2125 Fixed - ⚡️(frontend) add jitter to WS reconnection #2162 - 🐛(frontend) fix tree pagination #2145 - 🐛(nginx) add page reconciliation on nginx #2154
26 lines
691 B
JSON
26 lines
691 B
JSON
{
|
|
"name": "mail_mjml",
|
|
"version": "4.8.5",
|
|
"description": "An util to generate html and text django's templates from mjml templates",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@html-to/text-cli": "0.5.4",
|
|
"mjml": "4.18.0"
|
|
},
|
|
"resolutions": {
|
|
"minimatch": "^10.0.0"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"build-mjml-to-html": "bash ./bin/mjml-to-html",
|
|
"build-html-to-plain-text": "bash ./bin/html-to-plain-text",
|
|
"build": "yarn build-mjml-to-html && yarn build-html-to-plain-text"
|
|
},
|
|
"volta": {
|
|
"node": "22"
|
|
},
|
|
"packageManager": "yarn@1.22.22",
|
|
"repository": "https://github.com/suitenumerique/docs",
|
|
"author": "DINUM",
|
|
"license": "MIT"
|
|
}
|