2020-11-05 18:58:23 +02:00
|
|
|
{
|
2020-11-07 17:59:37 +02:00
|
|
|
"name": "@joplin/lib",
|
2021-12-17 13:17:21 +02:00
|
|
|
"version": "2.6.3",
|
2020-12-01 16:08:41 +02:00
|
|
|
"description": "Joplin Core library",
|
|
|
|
"author": "Laurent Cozic",
|
2020-11-05 18:58:23 +02:00
|
|
|
"homepage": "",
|
2021-11-18 17:08:13 +02:00
|
|
|
"license": "MIT",
|
2020-11-05 18:58:23 +02:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2021-12-20 17:08:43 +02:00
|
|
|
"tsc": "tsc --project tsconfig.json",
|
2021-12-21 13:43:12 +02:00
|
|
|
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
|
2021-12-20 17:08:43 +02:00
|
|
|
"generatePluginTypes": "rm -rf ./plugin_types && yarn run tsc --declaration --declarationDir ./plugin_types --project tsconfig.json",
|
2021-08-12 17:54:10 +02:00
|
|
|
"test": "jest --verbose=false",
|
2021-12-20 17:08:43 +02:00
|
|
|
"test-ci": "yarn test"
|
2020-11-05 18:58:23 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-06-01 10:42:46 +02:00
|
|
|
"@types/fs-extra": "^9.0.6",
|
2020-12-01 16:08:41 +02:00
|
|
|
"@types/jest": "^26.0.15",
|
2021-10-16 10:59:37 +02:00
|
|
|
"@types/js-yaml": "^4.0.2",
|
2020-11-05 18:58:23 +02:00
|
|
|
"@types/node": "^14.14.6",
|
2021-10-03 17:00:49 +02:00
|
|
|
"@types/node-rsa": "^1.1.1",
|
2021-09-10 20:05:47 +02:00
|
|
|
"@types/react": "^17.0.20",
|
2021-06-01 10:42:46 +02:00
|
|
|
"clean-html": "^1.5.0",
|
2021-12-20 18:24:45 +02:00
|
|
|
"jest": "26.6.3",
|
2021-05-21 15:17:21 +02:00
|
|
|
"sharp": "^0.26.2",
|
2021-06-01 10:42:46 +02:00
|
|
|
"typescript": "^4.0.5"
|
2020-11-05 18:58:23 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-11-25 01:03:03 +02:00
|
|
|
"@aws-sdk/client-s3": "^3.34.0",
|
|
|
|
"@aws-sdk/s3-request-presigner": "^3.34.0",
|
2021-12-17 13:17:21 +02:00
|
|
|
"@joplin/fork-htmlparser2": "^4.1.39",
|
|
|
|
"@joplin/fork-sax": "^1.2.43",
|
2021-12-20 17:08:43 +02:00
|
|
|
"@joplin/fork-uslug": "^1.0.4",
|
|
|
|
"@joplin/htmlpack": "~2.6",
|
|
|
|
"@joplin/renderer": "~2.6",
|
2021-12-17 13:17:21 +02:00
|
|
|
"@joplin/turndown": "^4.0.61",
|
|
|
|
"@joplin/turndown-plugin-gfm": "^1.0.43",
|
|
|
|
"async-mutex": "^0.1.3",
|
2020-11-05 18:58:23 +02:00
|
|
|
"base-64": "^0.1.0",
|
|
|
|
"base64-stream": "^1.0.0",
|
|
|
|
"builtin-modules": "^3.1.0",
|
|
|
|
"chokidar": "^3.4.3",
|
|
|
|
"color": "3.1.2",
|
2020-11-15 16:18:46 +02:00
|
|
|
"compare-versions": "^3.6.0",
|
2021-01-25 17:54:11 +02:00
|
|
|
"css": "^3.0.0",
|
2020-11-05 18:58:23 +02:00
|
|
|
"diff-match-patch": "^1.0.4",
|
|
|
|
"es6-promise-pool": "^2.5.0",
|
2021-11-10 16:47:26 +02:00
|
|
|
"fast-deep-equal": "^3.1.3",
|
2021-12-20 17:08:43 +02:00
|
|
|
"fast-xml-parser": "3.21.1",
|
2020-11-05 18:58:23 +02:00
|
|
|
"follow-redirects": "^1.2.4",
|
|
|
|
"form-data": "^2.1.4",
|
|
|
|
"fs-extra": "^5.0.0",
|
|
|
|
"html-entities": "^1.2.1",
|
|
|
|
"html-minifier": "^3.5.15",
|
|
|
|
"image-data-uri": "^2.0.0",
|
|
|
|
"image-type": "^3.0.0",
|
|
|
|
"immer": "^7.0.14",
|
2021-10-16 10:59:37 +02:00
|
|
|
"js-yaml": "^4.1.0",
|
2020-11-05 18:58:23 +02:00
|
|
|
"levenshtein": "^1.0.5",
|
|
|
|
"lodash": "^4.17.20",
|
|
|
|
"markdown-it": "^10.0.0",
|
|
|
|
"md5": "^2.2.1",
|
|
|
|
"md5-file": "^4.0.0",
|
|
|
|
"moment": "^2.29.1",
|
|
|
|
"multiparty": "^4.2.1",
|
|
|
|
"mustache": "^4.0.1",
|
|
|
|
"nanoid": "^3.1.12",
|
|
|
|
"node-fetch": "^1.7.1",
|
|
|
|
"node-notifier": "^8.0.0",
|
|
|
|
"node-persist": "^2.1.0",
|
2021-10-03 17:00:49 +02:00
|
|
|
"node-rsa": "^1.1.1",
|
2020-11-05 18:58:23 +02:00
|
|
|
"promise": "^7.1.1",
|
|
|
|
"query-string": "4.3.4",
|
|
|
|
"re-reselect": "^4.0.0",
|
|
|
|
"read-chunk": "^2.1.0",
|
|
|
|
"redux": "^3.7.2",
|
|
|
|
"relative": "^3.0.2",
|
|
|
|
"reselect": "^4.0.0",
|
|
|
|
"server-destroy": "^1.0.1",
|
|
|
|
"sprintf-js": "^1.1.2",
|
2021-11-03 13:10:06 +02:00
|
|
|
"sqlite3": "^5.0.2",
|
2020-11-05 18:58:23 +02:00
|
|
|
"string-padding": "^1.0.2",
|
|
|
|
"string-to-stream": "^1.1.0",
|
|
|
|
"tar": "^4.4.10",
|
|
|
|
"tcp-port-used": "^0.1.2",
|
|
|
|
"uglifycss": "0.0.29",
|
|
|
|
"url-parse": "^1.4.7",
|
|
|
|
"uuid": "^3.0.1",
|
|
|
|
"valid-url": "^1.0.9",
|
|
|
|
"word-wrap": "^1.2.3",
|
|
|
|
"xml2js": "^0.4.19"
|
2020-12-14 16:55:31 +02:00
|
|
|
},
|
2021-09-29 17:22:20 +02:00
|
|
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
2020-11-05 18:58:23 +02:00
|
|
|
}
|