2020-01-30 21:05:23 +00:00
|
|
|
{
|
2020-11-07 15:59:37 +00:00
|
|
|
"name": "@joplin/renderer",
|
2021-12-27 16:56:59 +00:00
|
|
|
"version": "2.7.0",
|
2020-01-30 21:05:23 +00:00
|
|
|
"description": "The Joplin note renderer, used the mobile and desktop application",
|
2020-12-10 15:04:54 +00:00
|
|
|
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/renderer",
|
2020-01-30 21:05:23 +00:00
|
|
|
"main": "index.js",
|
2020-11-05 16:58:23 +00:00
|
|
|
"types": "index.d.ts",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2020-01-30 21:05:23 +00:00
|
|
|
"scripts": {
|
2020-02-10 22:26:25 +00:00
|
|
|
"buildAssets": "node Tools/buildAssets.js",
|
2021-12-20 15:08:43 +00:00
|
|
|
"tsc": "tsc --project tsconfig.json",
|
2021-12-21 11:43:12 +00:00
|
|
|
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
|
2020-11-20 16:04:47 +00:00
|
|
|
"test": "jest",
|
2021-12-20 15:08:43 +00:00
|
|
|
"test-ci": "yarn test"
|
2020-01-30 21:05:23 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2020-12-09 16:15:13 +00:00
|
|
|
"@types/jest": "^26.0.15",
|
2020-12-14 14:55:31 +00:00
|
|
|
"@types/node": "^14.14.6",
|
2020-11-20 16:04:47 +00:00
|
|
|
"jest": "^26.6.3",
|
2020-11-05 16:58:23 +00:00
|
|
|
"typescript": "^4.0.5"
|
2020-01-30 21:05:23 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-12-17 11:17:21 +00:00
|
|
|
"@joplin/fork-htmlparser2": "^4.1.39",
|
2021-12-20 15:08:43 +00:00
|
|
|
"@joplin/fork-uslug": "^1.0.4",
|
2020-01-30 21:05:23 +00:00
|
|
|
"font-awesome-filetypes": "^2.1.0",
|
|
|
|
"fs-extra": "^8.1.0",
|
2021-12-20 15:08:43 +00:00
|
|
|
"highlight.js": "11.1.0",
|
2020-01-30 21:05:23 +00:00
|
|
|
"html-entities": "^1.2.1",
|
|
|
|
"json-stringify-safe": "^5.0.1",
|
2021-04-30 11:59:09 +00:00
|
|
|
"katex": "^0.13.3",
|
2020-01-30 21:05:23 +00:00
|
|
|
"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-05 22:15:40 +00:00
|
|
|
"markdown-it-expand-tabs": "^1.0.13",
|
2020-01-30 21:05:23 +00:00
|
|
|
"markdown-it-footnote": "^3.0.2",
|
|
|
|
"markdown-it-ins": "^3.0.0",
|
|
|
|
"markdown-it-mark": "^3.0.0",
|
2022-01-28 10:36:02 +00:00
|
|
|
"markdown-it-multimd-table": "^4.1.2",
|
2020-01-30 21:05:23 +00:00
|
|
|
"markdown-it-sub": "^1.0.0",
|
|
|
|
"markdown-it-sup": "^1.0.0",
|
|
|
|
"markdown-it-toc-done-right": "^4.1.0",
|
|
|
|
"md5": "^2.2.1",
|
2022-01-20 11:54:01 +00:00
|
|
|
"mermaid": "^8.13.9"
|
2020-12-14 14:55:31 +00:00
|
|
|
},
|
2021-09-29 15:22:20 +00:00
|
|
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
2020-01-30 21:05:23 +00:00
|
|
|
}
|