mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
Added - 🚸(frontend) hint min char search users #2064 Changed - 💄(frontend) improve comments highlights #1961 - ♿️(frontend) improve BoxButton a11y and native button semantics #2103 - ♿️(frontend) improve language picker accessibility #2069 - ♿️(frontend) add aria-hidden to decorative icons in dropdown menu #2093 Fixed - 🐛(y-provider) destroy Y.Doc instances after each convert request #2129 - 🐛(backend) remove deleted sub documents in favorite_list endpoint #2083
26 lines
690 B
JSON
26 lines
690 B
JSON
{
|
|
"name": "mail_mjml",
|
|
"version": "4.8.4",
|
|
"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": "^9.0.7"
|
|
},
|
|
"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"
|
|
}
|