2020-01-30 23:05:23 +02:00
|
|
|
{
|
2020-11-07 17:59:37 +02:00
|
|
|
"name": "@joplin/renderer",
|
2023-11-30 20:10:02 +02:00
|
|
|
"version": "2.13.4",
|
2020-01-30 23:05:23 +02:00
|
|
|
"description": "The Joplin note renderer, used the mobile and desktop application",
|
2020-12-10 17:04:54 +02:00
|
|
|
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/renderer",
|
2020-01-30 23:05:23 +02:00
|
|
|
"main": "index.js",
|
2020-11-05 18:58:23 +02:00
|
|
|
"types": "index.d.ts",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2020-01-30 23:05:23 +02:00
|
|
|
"scripts": {
|
2020-02-11 00:26:25 +02:00
|
|
|
"buildAssets": "node Tools/buildAssets.js",
|
2023-10-01 12:05:52 +02:00
|
|
|
"build": "yarn run buildAssets",
|
2021-12-20 17:08:43 +02:00
|
|
|
"tsc": "tsc --project tsconfig.json",
|
2021-12-21 13:43:12 +02:00
|
|
|
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
|
2020-11-20 18:04:47 +02:00
|
|
|
"test": "jest",
|
2021-12-20 17:08:43 +02:00
|
|
|
"test-ci": "yarn test"
|
2020-01-30 23:05:23 +02:00
|
|
|
},
|
|
|
|
"author": "",
|
2022-12-21 12:00:31 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2020-01-30 23:05:23 +02:00
|
|
|
"devDependencies": {
|
2023-12-01 09:33:29 +02:00
|
|
|
"@types/jest": "29.5.8",
|
2023-12-12 14:11:16 +02:00
|
|
|
"@types/markdown-it": "13.0.7",
|
2023-12-15 04:53:43 +02:00
|
|
|
"@types/node": "18.18.13",
|
2023-11-01 12:48:09 +02:00
|
|
|
"jest": "29.7.0",
|
|
|
|
"jest-environment-jsdom": "29.7.0",
|
2023-08-01 16:38:59 +02:00
|
|
|
"ts-jest": "29.1.1",
|
2023-11-01 12:48:09 +02:00
|
|
|
"typescript": "5.2.2"
|
2020-01-30 23:05:23 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-11-30 20:10:02 +02:00
|
|
|
"@joplin/fork-htmlparser2": "^4.1.50",
|
|
|
|
"@joplin/fork-uslug": "^1.0.15",
|
|
|
|
"@joplin/utils": "^2.13.4",
|
2022-11-05 15:09:41 +02:00
|
|
|
"font-awesome-filetypes": "2.1.0",
|
2023-03-30 22:11:29 +02:00
|
|
|
"fs-extra": "11.1.1",
|
2023-11-18 12:53:36 +02:00
|
|
|
"highlight.js": "11.9.0",
|
2022-11-05 15:09:41 +02:00
|
|
|
"html-entities": "1.4.0",
|
|
|
|
"json-stringify-safe": "5.0.1",
|
2023-10-23 02:20:13 +02:00
|
|
|
"katex": "0.16.9",
|
2023-10-16 23:20:44 +02:00
|
|
|
"markdown-it": "13.0.2",
|
2022-11-05 15:09:41 +02:00
|
|
|
"markdown-it-abbr": "1.0.4",
|
|
|
|
"markdown-it-anchor": "5.3.0",
|
|
|
|
"markdown-it-deflist": "2.1.0",
|
2022-11-12 12:24:21 +02:00
|
|
|
"markdown-it-emoji": "2.0.2",
|
2022-11-05 15:09:41 +02: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",
|
2023-09-01 22:03:46 +02:00
|
|
|
"markdown-it-multimd-table": "4.2.3",
|
2022-11-05 15:09:41 +02: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",
|
2023-12-04 23:30:00 +02:00
|
|
|
"mermaid": "10.6.1"
|
2020-12-14 16:55:31 +02:00
|
|
|
},
|
2023-11-09 22:01:49 +02:00
|
|
|
"gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
|
2020-01-30 23:05:23 +02:00
|
|
|
}
|