mirror of
https://github.com/zadam/trilium.git
synced 2026-04-10 22:17:48 +02:00
30 lines
784 B
JSON
30 lines
784 B
JSON
{
|
|
"name": "@triliumnext/core",
|
|
"version": "0.102.2",
|
|
"description": "",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@braintree/sanitize-url": "7.1.1",
|
|
"@triliumnext/commons": "workspace:*",
|
|
"@triliumnext/turndown-plugin-gfm": "workspace:*",
|
|
"async-mutex": "0.5.0",
|
|
"chardet": "2.1.1",
|
|
"escape-html": "1.0.3",
|
|
"i18next": "26.0.3",
|
|
"mime-types": "3.0.2",
|
|
"node-html-parser": "7.1.0",
|
|
"sanitize-filename": "1.6.4",
|
|
"sanitize-html": "2.17.2",
|
|
"strip-bom": "5.0.0",
|
|
"sucrase": "3.35.1",
|
|
"unescape": "1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/escape-html": "1.0.4",
|
|
"@types/mime-types": "3.0.1",
|
|
"@types/sanitize-html": "2.16.1"
|
|
}
|
|
} |