2020-11-05 16:58:23 +00:00
|
|
|
{
|
2020-11-07 15:59:37 +00:00
|
|
|
"name": "@joplin/lib",
|
2024-03-02 11:04:23 +00:00
|
|
|
"version": "3.0.0",
|
2020-12-01 14:08:41 +00:00
|
|
|
"description": "Joplin Core library",
|
|
|
|
"author": "Laurent Cozic",
|
2020-11-05 16:58:23 +00:00
|
|
|
"homepage": "",
|
2022-12-21 10:00:31 +00:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2020-11-05 16:58:23 +00:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2021-12-20 16:08:43 +01:00
|
|
|
"tsc": "tsc --project tsconfig.json",
|
2021-12-21 12:43:12 +01:00
|
|
|
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
|
2024-01-26 20:19:28 +00:00
|
|
|
"generatePluginTypes": "rm -rf ./plugin_types && yarn tsc --declaration --declarationDir ./plugin_types --project tsconfig.json",
|
2021-08-12 16:54:10 +01:00
|
|
|
"test": "jest --verbose=false",
|
2021-12-20 16:08:43 +01:00
|
|
|
"test-ci": "yarn test"
|
2020-11-05 16:58:23 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-03-09 03:03:57 -08:00
|
|
|
"@testing-library/react-hooks": "8.0.1",
|
2023-11-28 07:47:02 +00:00
|
|
|
"@types/fs-extra": "11.0.4",
|
2023-12-01 07:33:29 +00:00
|
|
|
"@types/jest": "29.5.8",
|
2023-11-28 11:37:12 +00:00
|
|
|
"@types/js-yaml": "4.0.9",
|
2023-12-26 11:19:29 +00:00
|
|
|
"@types/markdown-it": "13.0.7",
|
2024-03-02 15:29:18 +00:00
|
|
|
"@types/mustache": "4.2.5",
|
2024-05-11 09:34:40 +01:00
|
|
|
"@types/node": "18.19.15",
|
2023-11-28 03:17:59 +00:00
|
|
|
"@types/node-rsa": "1.1.4",
|
2024-02-08 23:33:13 +00:00
|
|
|
"@types/react": "18.2.48",
|
2023-11-29 16:30:26 +01:00
|
|
|
"@types/uuid": "9.0.7",
|
2023-12-13 19:24:58 +00:00
|
|
|
"canvas": "2.11.2",
|
2023-06-30 13:13:45 +01:00
|
|
|
"clean-html": "1.5.0",
|
2023-11-01 10:48:09 +00:00
|
|
|
"jest": "29.7.0",
|
2023-12-13 19:24:58 +00:00
|
|
|
"pdfjs-dist": "3.11.174",
|
2024-03-09 03:03:57 -08:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-test-renderer": "18.2.0",
|
2024-02-03 20:25:44 +01:00
|
|
|
"sharp": "0.33.2",
|
2023-12-30 16:54:51 +00:00
|
|
|
"tesseract.js": "5.0.4",
|
2023-11-01 10:48:09 +00:00
|
|
|
"typescript": "5.2.2"
|
2020-11-05 16:58:23 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-04-24 10:47:19 +00:00
|
|
|
"@adobe/css-tools": "4.3.3",
|
2023-06-01 16:13:08 +01:00
|
|
|
"@aws-sdk/client-s3": "3.296.0",
|
|
|
|
"@aws-sdk/s3-request-presigner": "3.296.0",
|
2024-03-01 19:06:13 +00:00
|
|
|
"@joplin/fork-htmlparser2": "^4.1.51",
|
|
|
|
"@joplin/fork-sax": "^1.2.55",
|
|
|
|
"@joplin/fork-uslug": "^1.0.16",
|
2024-03-02 11:04:23 +00:00
|
|
|
"@joplin/htmlpack": "~3.0",
|
|
|
|
"@joplin/renderer": "~3.0",
|
2024-03-01 19:06:13 +00:00
|
|
|
"@joplin/turndown": "^4.0.73",
|
|
|
|
"@joplin/turndown-plugin-gfm": "^1.0.55",
|
2024-03-02 11:04:23 +00:00
|
|
|
"@joplin/utils": "~3.0",
|
2022-11-05 13:09:41 +00:00
|
|
|
"@types/nanoid": "3.0.0",
|
2024-02-08 23:36:08 +00:00
|
|
|
"async-mutex": "0.4.1",
|
2022-11-08 20:45:36 +00:00
|
|
|
"base-64": "1.0.0",
|
2022-11-05 13:09:41 +00:00
|
|
|
"base64-stream": "1.0.0",
|
2022-11-07 07:51:00 +00:00
|
|
|
"builtin-modules": "3.3.0",
|
2022-11-05 20:12:21 +00:00
|
|
|
"chokidar": "3.5.3",
|
2022-11-02 17:38:00 +00:00
|
|
|
"color": "3.2.1",
|
2023-09-27 10:28:20 +01:00
|
|
|
"compare-versions": "6.1.0",
|
2022-11-05 13:09:41 +00:00
|
|
|
"diff-match-patch": "1.0.5",
|
|
|
|
"fast-deep-equal": "3.1.3",
|
2021-12-20 16:08:43 +01:00
|
|
|
"fast-xml-parser": "3.21.1",
|
2024-02-03 20:25:21 +01:00
|
|
|
"follow-redirects": "1.15.5",
|
2022-11-11 14:19:34 +00:00
|
|
|
"form-data": "4.0.0",
|
2024-01-08 11:53:28 +00:00
|
|
|
"fs-extra": "11.2.0",
|
2022-11-07 17:58:33 +00:00
|
|
|
"hpagent": "1.2.0",
|
2022-11-05 13:09:41 +00:00
|
|
|
"html-entities": "1.4.0",
|
2022-11-11 14:24:51 +00:00
|
|
|
"html-minifier": "4.0.0",
|
2022-11-05 13:09:41 +00:00
|
|
|
"image-data-uri": "2.0.1",
|
|
|
|
"image-type": "3.1.0",
|
|
|
|
"immer": "7.0.15",
|
|
|
|
"js-yaml": "4.1.0",
|
2023-10-16 21:20:44 +00:00
|
|
|
"markdown-it": "13.0.2",
|
2022-11-05 13:09:41 +00:00
|
|
|
"md5": "2.3.0",
|
2022-11-13 10:44:53 +00:00
|
|
|
"md5-file": "5.0.0",
|
2024-02-09 12:14:30 +00:00
|
|
|
"moment": "2.30.1",
|
2022-11-06 15:47:31 +00:00
|
|
|
"multiparty": "4.2.3",
|
2022-11-05 13:09:41 +00:00
|
|
|
"mustache": "4.2.0",
|
2023-11-26 11:49:55 +00:00
|
|
|
"nanoid": "3.3.7",
|
2022-11-15 09:10:41 +00:00
|
|
|
"node-fetch": "2.6.7",
|
2022-11-12 12:36:27 +00:00
|
|
|
"node-notifier": "10.0.1",
|
2023-03-07 21:28:30 +00:00
|
|
|
"node-persist": "3.1.3",
|
2022-11-05 13:09:41 +00:00
|
|
|
"node-rsa": "1.1.1",
|
2022-11-12 23:38:17 +00:00
|
|
|
"promise": "8.3.0",
|
2022-12-02 21:29:33 +00:00
|
|
|
"query-string": "7.1.3",
|
2022-11-06 14:38:57 +00:00
|
|
|
"re-reselect": "4.0.1",
|
2022-11-05 13:09:41 +00:00
|
|
|
"read-chunk": "2.1.0",
|
2023-02-09 00:24:35 +00:00
|
|
|
"redux": "4.2.1",
|
2022-11-05 13:09:41 +00:00
|
|
|
"relative": "3.0.2",
|
2023-05-07 02:10:24 +00:00
|
|
|
"reselect": "4.1.8",
|
2022-11-05 13:09:41 +00:00
|
|
|
"server-destroy": "1.0.1",
|
2023-10-01 19:32:55 +00:00
|
|
|
"sprintf-js": "1.1.3",
|
2024-02-10 15:23:33 +00:00
|
|
|
"sqlite3": "5.1.6",
|
2022-11-05 13:09:41 +00:00
|
|
|
"string-padding": "1.0.2",
|
2022-11-13 10:38:24 +00:00
|
|
|
"string-to-stream": "3.0.1",
|
2023-10-15 10:28:52 +01:00
|
|
|
"tar": "6.2.0",
|
2022-11-14 22:40:35 +00:00
|
|
|
"tcp-port-used": "1.0.2",
|
2020-11-05 16:58:23 +00:00
|
|
|
"uglifycss": "0.0.29",
|
2022-11-06 22:34:03 +00:00
|
|
|
"url-parse": "1.5.10",
|
2023-10-02 11:41:52 +00:00
|
|
|
"uuid": "9.0.1",
|
2023-08-11 19:23:30 +00:00
|
|
|
"word-wrap": "1.2.5",
|
2022-11-05 13:09:41 +00:00
|
|
|
"xml2js": "0.4.23"
|
2020-12-14 14:55:31 +00:00
|
|
|
},
|
2023-11-09 20:01:49 +00:00
|
|
|
"gitHead": "05a29b450962bf05a8642bbd39446a1f679a96ba"
|
2020-11-05 16:58:23 +00:00
|
|
|
}
|