2020-01-30 21:05:23 +00:00
|
|
|
{
|
2020-11-07 15:59:37 +00:00
|
|
|
"name": "@joplin/renderer",
|
2022-12-15 22:14:34 +00:00
|
|
|
"version": "2.10.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 16:08:43 +01:00
|
|
|
"tsc": "tsc --project tsconfig.json",
|
2021-12-21 12:43:12 +01:00
|
|
|
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
|
2020-11-20 16:04:47 +00:00
|
|
|
"test": "jest",
|
2021-12-20 16:08:43 +01:00
|
|
|
"test-ci": "yarn test"
|
2020-01-30 21:05:23 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2022-12-05 16:56:08 +00:00
|
|
|
"@types/jest": "29.2.4",
|
2022-12-18 02:07:16 +00:00
|
|
|
"@types/node": "18.11.17",
|
2022-11-15 09:21:45 +00:00
|
|
|
"jest": "29.3.1",
|
2022-12-08 17:42:26 +00:00
|
|
|
"typescript": "4.9.4"
|
2020-01-30 21:05:23 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-10-12 15:45:50 +01:00
|
|
|
"@joplin/fork-htmlparser2": "^4.1.41",
|
|
|
|
"@joplin/fork-uslug": "^1.0.6",
|
2022-11-05 13:09:41 +00:00
|
|
|
"font-awesome-filetypes": "2.1.0",
|
2022-11-30 09:34:27 +00:00
|
|
|
"fs-extra": "11.1.0",
|
2022-11-24 20:21:56 +00:00
|
|
|
"highlight.js": "11.7.0",
|
2022-11-05 13:09:41 +00:00
|
|
|
"html-entities": "1.4.0",
|
|
|
|
"json-stringify-safe": "5.0.1",
|
|
|
|
"katex": "0.13.24",
|
2022-11-12 10:23:00 +00:00
|
|
|
"markdown-it": "13.0.1",
|
2022-11-05 13:09:41 +00:00
|
|
|
"markdown-it-abbr": "1.0.4",
|
|
|
|
"markdown-it-anchor": "5.3.0",
|
|
|
|
"markdown-it-deflist": "2.1.0",
|
2022-11-12 10:24:21 +00:00
|
|
|
"markdown-it-emoji": "2.0.2",
|
2022-11-05 13:09:41 +00:00
|
|
|
"markdown-it-expand-tabs": "1.0.13",
|
|
|
|
"markdown-it-footnote": "3.0.3",
|
|
|
|
"markdown-it-ins": "3.0.1",
|
|
|
|
"markdown-it-mark": "3.0.1",
|
2022-11-07 19:57:29 +00:00
|
|
|
"markdown-it-multimd-table": "4.2.0",
|
2022-11-05 13:09:41 +00:00
|
|
|
"markdown-it-sub": "1.0.0",
|
|
|
|
"markdown-it-sup": "1.0.0",
|
|
|
|
"markdown-it-toc-done-right": "4.2.0",
|
|
|
|
"md5": "2.3.0",
|
2022-11-23 18:08:27 -05:00
|
|
|
"mermaid": "9.2.2"
|
2020-12-14 14:55:31 +00:00
|
|
|
},
|
2021-09-29 16:22:20 +01:00
|
|
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
2020-01-30 21:05:23 +00:00
|
|
|
}
|