mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"name": "@joplin/renderer",
|
|
"version": "2.5.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",
|
|
"types": "index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"buildAssets": "node Tools/buildAssets.js",
|
|
"tsc": "node node_modules/typescript/bin/tsc --project tsconfig.json",
|
|
"watch": "node node_modules/typescript/bin/tsc --watch --project tsconfig.json",
|
|
"test": "jest",
|
|
"test-ci": "npm run test"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.15",
|
|
"@types/node": "^14.14.6",
|
|
"jest": "^26.6.3",
|
|
"typescript": "^4.0.5"
|
|
},
|
|
"dependencies": {
|
|
"@joplin/fork-htmlparser2": "^4.1.36",
|
|
"font-awesome-filetypes": "^2.1.0",
|
|
"fs-extra": "^8.1.0",
|
|
"highlight.js": "^11.2.0",
|
|
"html-entities": "^1.2.1",
|
|
"json-stringify-safe": "^5.0.1",
|
|
"katex": "^0.13.3",
|
|
"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.12.1",
|
|
"uslug": "git+https://github.com/laurent22/uslug.git#emoji-support"
|
|
},
|
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
|
}
|