2020-01-30 23:05:23 +02:00
{
"name" : "joplin-renderer" ,
"version" : "1.0.8" ,
"description" : "The Joplin note renderer, used the mobile and desktop application" ,
"repository" : "https://github.com/laurent22/joplin/tree/master/ReactNativeClient/lib/joplin-renderer" ,
"main" : "index.js" ,
"scripts" : {
"test" : "jasmine --config=tests/support/jasmine.json" ,
"buildAssets" : "node Tools/buildAssets.js"
} ,
"author" : "" ,
"license" : "MIT" ,
"devDependencies" : {
"jasmine" : "^3.5.0"
} ,
"dependencies" : {
2020-02-08 01:20:59 +02:00
"//" : "NOTE: due to a bug in electron-builder, the dependencies are currently copied in each client package.json: https://github.com/electron-userland/electron-builder/issues/3185" ,
"///" : "Any added or modified dependency should however be listed here so that the package can be installed independently" ,
2020-01-30 23:05:23 +02:00
"base-64" : "^0.1.0" ,
"font-awesome-filetypes" : "^2.1.0" ,
"fs-extra" : "^8.1.0" ,
"highlight.js" : "^9.17.1" ,
"html-entities" : "^1.2.1" ,
"json-stringify-safe" : "^5.0.1" ,
"katex" : "^0.11.1" ,
"markdown-it" : "^10.0.0" ,
"markdown-it-abbr" : "^1.0.4" ,
"markdown-it-anchor" : "^5.2.5" ,
"markdown-it-deflist" : "^2.0.3" ,
"markdown-it-emoji" : "^1.4.0" ,
2020-02-06 00:15:40 +02:00
"markdown-it-expand-tabs" : "^1.0.13" ,
2020-01-30 23:05:23 +02:00
"markdown-it-footnote" : "^3.0.2" ,
"markdown-it-ins" : "^3.0.0" ,
"markdown-it-mark" : "^3.0.0" ,
"markdown-it-multimd-table" : "^4.0.1" ,
"markdown-it-sub" : "^1.0.0" ,
"markdown-it-sup" : "^1.0.0" ,
"markdown-it-toc-done-right" : "^4.1.0" ,
"md5" : "^2.2.1" ,
"uslug" : "^1.0.4"
}
}