1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-15 09:04:04 +02:00
joplin/packages/renderer/package.json

57 lines
1.7 KiB
JSON
Raw Normal View History

{
"name": "@joplin/renderer",
2023-09-13 10:44:04 +02:00
"version": "2.13.0",
"description": "The Joplin note renderer, used the mobile and desktop application",
"repository": "https://github.com/laurent22/joplin/tree/dev/packages/renderer",
"main": "index.js",
2020-11-05 18:58:23 +02:00
"types": "index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
2020-02-11 00:26:25 +02:00
"buildAssets": "node Tools/buildAssets.js",
"build": "yarn run buildAssets",
"tsc": "tsc --project tsconfig.json",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
"test": "jest",
"test-ci": "yarn test"
},
"author": "",
2022-12-21 12:00:31 +02:00
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@types/jest": "29.5.4",
"@types/node": "18.17.19",
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"ts-jest": "29.1.1",
"typescript": "5.1.6"
},
"dependencies": {
2023-08-23 14:51:28 +02:00
"@joplin/fork-htmlparser2": "^4.1.46",
"@joplin/fork-uslug": "^1.0.11",
2023-09-13 10:44:04 +02:00
"@joplin/utils": "~2.13",
2022-11-05 15:09:41 +02:00
"font-awesome-filetypes": "2.1.0",
"fs-extra": "11.1.1",
"highlight.js": "11.8.0",
2022-11-05 15:09:41 +02:00
"html-entities": "1.4.0",
"json-stringify-safe": "5.0.1",
"katex": "0.16.8",
"markdown-it": "13.0.1",
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",
"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",
"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",
"mermaid": "10.4.0"
},
2021-09-29 17:22:20 +02:00
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
}