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

97 lines
2.7 KiB
JSON
Raw Normal View History

2020-11-05 18:58:23 +02:00
{
"name": "@joplin/lib",
2022-10-12 16:45:50 +02:00
"version": "2.9.1",
"description": "Joplin Core library",
"author": "Laurent Cozic",
2020-11-05 18:58:23 +02:00
"homepage": "",
"license": "MIT",
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": {
2022-11-05 16:47:55 +02:00
"@types/fs-extra": "9.0.13",
"@types/jest": "26.0.24",
"@types/js-yaml": "4.0.5",
"@types/node": "18.11.9",
2022-11-05 16:47:55 +02:00
"@types/node-rsa": "1.1.1",
"@types/react": "17.0.52",
2022-11-05 16:47:55 +02:00
"clean-html": "1.5.0",
2021-12-20 18:24:45 +02:00
"jest": "26.6.3",
"sharp": "0.31.2",
2022-11-05 16:47:55 +02:00
"typescript": "4.5.2"
2020-11-05 18:58:23 +02:00
},
"dependencies": {
2022-11-05 15:09:41 +02:00
"@aws-sdk/client-s3": "3.44.0",
"@aws-sdk/s3-request-presigner": "3.44.0",
2022-10-12 16:45:50 +02:00
"@joplin/fork-htmlparser2": "^4.1.41",
"@joplin/fork-sax": "^1.2.45",
"@joplin/fork-uslug": "^1.0.6",
"@joplin/htmlpack": "^2.9.1",
"@joplin/renderer": "^2.9.1",
"@joplin/turndown": "^4.0.63",
"@joplin/turndown-plugin-gfm": "^1.0.45",
2022-11-05 15:09:41 +02:00
"@types/nanoid": "3.0.0",
"async-mutex": "0.4.0",
"base-64": "0.1.0",
"base64-stream": "1.0.0",
"builtin-modules": "3.2.0",
"chokidar": "3.5.3",
"color": "3.2.1",
2022-11-05 15:09:41 +02:00
"compare-versions": "3.6.0",
"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",
2022-11-05 15:09:41 +02:00
"follow-redirects": "1.14.5",
"form-data": "2.5.1",
"fs-extra": "5.0.0",
"hpagent": "1.0.0",
"html-entities": "1.4.0",
"html-minifier": "3.5.21",
"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": "10.0.0",
"md5": "2.3.0",
"md5-file": "4.0.0",
"moment": "2.29.4",
"multiparty": "4.2.3",
2022-11-05 15:09:41 +02:00
"mustache": "4.2.0",
"nanoid": "3.1.30",
"node-fetch": "1.7.3",
"node-notifier": "8.0.2",
"node-persist": "2.1.0",
"node-rsa": "1.1.1",
"promise": "7.3.1",
2020-11-05 18:58:23 +02:00
"query-string": "4.3.4",
"re-reselect": "4.0.1",
2022-11-05 15:09:41 +02:00
"read-chunk": "2.1.0",
"redux": "3.7.2",
"relative": "3.0.2",
"reselect": "4.1.7",
2022-11-05 15:09:41 +02:00
"server-destroy": "1.0.1",
"sprintf-js": "1.1.2",
"sqlite3": "5.0.2",
"string-padding": "1.0.2",
"string-to-stream": "1.1.1",
"tar": "4.4.19",
"tcp-port-used": "0.1.2",
2020-11-05 18:58:23 +02:00
"uglifycss": "0.0.29",
"url-parse": "1.5.10",
2022-11-05 15:09:41 +02:00
"uuid": "3.4.0",
"word-wrap": "1.2.3",
"xml2js": "0.4.23"
},
2021-09-29 17:22:20 +02:00
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
2020-11-05 18:58:23 +02:00
}