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

103 lines
2.9 KiB
JSON
Raw Normal View History

2020-11-05 18:58:23 +02:00
{
"name": "@joplin/lib",
2023-12-17 17:07:31 +02:00
"version": "2.14.0",
"description": "Joplin Core library",
"author": "Laurent Cozic",
2020-11-05 18:58:23 +02:00
"homepage": "",
2022-12-21 12:00:31 +02:00
"license": "AGPL-3.0-or-later",
2020-11-05 18:58:23 +02:00
"publishConfig": {
"access": "public"
},
"scripts": {
"tsc": "tsc --project tsconfig.json",
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
"generatePluginTypes": "rm -rf ./plugin_types && yarn run tsc --declaration --declarationDir ./plugin_types --project tsconfig.json",
"test": "jest --verbose=false",
"test-ci": "yarn test"
2020-11-05 18:58:23 +02:00
},
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.8",
"@types/js-yaml": "4.0.9",
"@types/markdown-it": "13.0.7",
"@types/node": "18.18.14",
"@types/node-rsa": "1.1.4",
"@types/react": "18.2.42",
"@types/uuid": "9.0.7",
2023-12-13 21:24:58 +02:00
"canvas": "2.11.2",
2023-06-30 14:13:45 +02:00
"clean-html": "1.5.0",
"jest": "29.7.0",
2023-12-13 21:24:58 +02:00
"pdfjs-dist": "3.11.174",
"sharp": "0.33.0",
"tesseract.js": "5.0.3",
"typescript": "5.2.2"
2020-11-05 18:58:23 +02:00
},
"dependencies": {
"@aws-sdk/client-s3": "3.296.0",
"@aws-sdk/s3-request-presigner": "3.296.0",
2023-11-30 20:10:02 +02:00
"@joplin/fork-htmlparser2": "^4.1.50",
"@joplin/fork-sax": "^1.2.54",
"@joplin/fork-uslug": "^1.0.15",
2023-12-17 17:07:31 +02:00
"@joplin/htmlpack": "~2.14",
"@joplin/renderer": "~2.14",
2023-11-30 20:10:02 +02:00
"@joplin/turndown": "^4.0.72",
"@joplin/turndown-plugin-gfm": "^1.0.54",
2023-12-17 17:07:31 +02:00
"@joplin/utils": "~2.14",
2022-11-05 15:09:41 +02:00
"@types/nanoid": "3.0.0",
"async-mutex": "0.4.0",
"base-64": "1.0.0",
2022-11-05 15:09:41 +02:00
"base64-stream": "1.0.0",
"builtin-modules": "3.3.0",
"chokidar": "3.5.3",
"color": "3.2.1",
"compare-versions": "6.1.0",
2022-11-05 15:09:41 +02:00
"css": "3.0.0",
"diff-match-patch": "1.0.5",
"es6-promise-pool": "2.5.0",
"fast-deep-equal": "3.1.3",
"fast-xml-parser": "3.21.1",
"follow-redirects": "1.15.3",
"form-data": "4.0.0",
"fs-extra": "11.1.1",
"hpagent": "1.2.0",
2022-11-05 15:09:41 +02:00
"html-entities": "1.4.0",
"html-minifier": "4.0.0",
2022-11-05 15:09:41 +02:00
"image-data-uri": "2.0.1",
"image-type": "3.1.0",
"immer": "7.0.15",
"js-yaml": "4.1.0",
"levenshtein": "1.0.5",
"markdown-it": "13.0.2",
2022-11-05 15:09:41 +02:00
"md5": "2.3.0",
"md5-file": "5.0.0",
"moment": "2.29.4",
"multiparty": "4.2.3",
2022-11-05 15:09:41 +02:00
"mustache": "4.2.0",
"nanoid": "3.3.7",
2022-11-15 11:10:41 +02:00
"node-fetch": "2.6.7",
"node-notifier": "10.0.1",
"node-persist": "3.1.3",
2022-11-05 15:09:41 +02:00
"node-rsa": "1.1.1",
"promise": "8.3.0",
"query-string": "7.1.3",
"re-reselect": "4.0.1",
2022-11-05 15:09:41 +02:00
"read-chunk": "2.1.0",
"redux": "4.2.1",
2022-11-05 15:09:41 +02:00
"relative": "3.0.2",
"reselect": "4.1.8",
2022-11-05 15:09:41 +02:00
"server-destroy": "1.0.1",
"sprintf-js": "1.1.3",
"sqlite3": "5.1.6",
2022-11-05 15:09:41 +02:00
"string-padding": "1.0.2",
"string-to-stream": "3.0.1",
"tar": "6.2.0",
"tcp-port-used": "1.0.2",
2020-11-05 18:58:23 +02:00
"uglifycss": "0.0.29",
"url-parse": "1.5.10",
"uuid": "9.0.1",
"word-wrap": "1.2.5",
2022-11-05 15:09:41 +02:00
"xml2js": "0.4.23"
},
2023-11-09 22:01:49 +02:00
"gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
2020-11-05 18:58:23 +02:00
}