mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"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",
|
|
"postinstall": "npm run buildAssets"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"jasmine": "^3.5.0"
|
|
},
|
|
"dependencies": {
|
|
"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",
|
|
"markdown-it-expand-tabs": "^1.0.13",
|
|
"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",
|
|
"mermaid": "^8.4.6",
|
|
"memory-cache": "^0.2.0",
|
|
"uslug": "^1.0.4"
|
|
}
|
|
}
|