mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
99 lines
2.8 KiB
JSON
99 lines
2.8 KiB
JSON
{
|
|
"name": "@joplin/lib",
|
|
"version": "2.12.0",
|
|
"description": "Joplin Core library",
|
|
"author": "Laurent Cozic",
|
|
"homepage": "",
|
|
"license": "AGPL-3.0-or-later",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "11.0.1",
|
|
"@types/jest": "29.5.1",
|
|
"@types/js-yaml": "4.0.5",
|
|
"@types/node": "18.15.13",
|
|
"@types/node-rsa": "1.1.1",
|
|
"@types/react": "17.0.59",
|
|
"@types/uuid": "^9.0.0",
|
|
"clean-html": "1.5.0",
|
|
"jest": "29.5.0",
|
|
"sharp": "0.32.1",
|
|
"typescript": "5.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "3.296.0",
|
|
"@aws-sdk/s3-request-presigner": "3.296.0",
|
|
"@joplin/fork-htmlparser2": "^4.1.44",
|
|
"@joplin/fork-sax": "^1.2.48",
|
|
"@joplin/fork-uslug": "^1.0.9",
|
|
"@joplin/htmlpack": "~2.12",
|
|
"@joplin/renderer": "~2.12",
|
|
"@joplin/turndown": "^4.0.66",
|
|
"@joplin/turndown-plugin-gfm": "^1.0.48",
|
|
"@joplin/utils": "~2.12",
|
|
"@types/nanoid": "3.0.0",
|
|
"async-mutex": "0.4.0",
|
|
"base-64": "1.0.0",
|
|
"base64-stream": "1.0.0",
|
|
"builtin-modules": "3.3.0",
|
|
"chokidar": "3.5.3",
|
|
"color": "3.2.1",
|
|
"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",
|
|
"follow-redirects": "1.15.2",
|
|
"form-data": "4.0.0",
|
|
"fs-extra": "11.1.1",
|
|
"hpagent": "1.2.0",
|
|
"html-entities": "1.4.0",
|
|
"html-minifier": "4.0.0",
|
|
"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.1",
|
|
"md5": "2.3.0",
|
|
"md5-file": "5.0.0",
|
|
"moment": "2.29.4",
|
|
"multiparty": "4.2.3",
|
|
"mustache": "4.2.0",
|
|
"nanoid": "3.3.6",
|
|
"node-fetch": "2.6.7",
|
|
"node-notifier": "10.0.1",
|
|
"node-persist": "3.1.3",
|
|
"node-rsa": "1.1.1",
|
|
"promise": "8.3.0",
|
|
"query-string": "7.1.3",
|
|
"re-reselect": "4.0.1",
|
|
"read-chunk": "2.1.0",
|
|
"redux": "4.2.1",
|
|
"relative": "3.0.2",
|
|
"reselect": "4.1.8",
|
|
"server-destroy": "1.0.1",
|
|
"sprintf-js": "1.1.2",
|
|
"sqlite3": "5.1.6",
|
|
"string-padding": "1.0.2",
|
|
"string-to-stream": "3.0.1",
|
|
"tar": "6.1.15",
|
|
"tcp-port-used": "1.0.2",
|
|
"uglifycss": "0.0.29",
|
|
"url-parse": "1.5.10",
|
|
"uuid": "9.0.0",
|
|
"word-wrap": "1.2.3",
|
|
"xml2js": "0.4.23"
|
|
},
|
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
|
}
|