mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
Desktop: Reduce application size (#11505)
This commit is contained in:
parent
09413606cf
commit
0a5bc9647d
@ -18,12 +18,15 @@
|
|||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
|
|
||||||
|
"//": "Mermaid is bundled by buildAssets.js -- using it as an unbundled dependency significantly increases app size.",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "29.5.12",
|
"@types/jest": "29.5.12",
|
||||||
"@types/markdown-it": "13.0.9",
|
"@types/markdown-it": "13.0.9",
|
||||||
"@types/node": "18.19.50",
|
"@types/node": "18.19.50",
|
||||||
"jest": "29.7.0",
|
"jest": "29.7.0",
|
||||||
"jest-environment-jsdom": "29.7.0",
|
"jest-environment-jsdom": "29.7.0",
|
||||||
|
"mermaid": "11.4.0",
|
||||||
"ts-jest": "29.1.5",
|
"ts-jest": "29.1.5",
|
||||||
"typescript": "5.4.5"
|
"typescript": "5.4.5"
|
||||||
},
|
},
|
||||||
@ -50,8 +53,7 @@
|
|||||||
"markdown-it-sub": "1.0.0",
|
"markdown-it-sub": "1.0.0",
|
||||||
"markdown-it-sup": "2.0.0",
|
"markdown-it-sup": "2.0.0",
|
||||||
"markdown-it-toc-done-right": "4.2.0",
|
"markdown-it-toc-done-right": "4.2.0",
|
||||||
"md5": "2.3.0",
|
"md5": "2.3.0"
|
||||||
"mermaid": "11.4.0"
|
|
||||||
},
|
},
|
||||||
"gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
|
"gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user