mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
c758377188
Also improved SCSS support, which was needed for the master password dialog.
92 lines
2.7 KiB
JSON
92 lines
2.7 KiB
JSON
{
|
|
"name": "@joplin/lib",
|
|
"version": "2.5.0",
|
|
"description": "Joplin Core library",
|
|
"author": "Laurent Cozic",
|
|
"homepage": "",
|
|
"license": "ISC",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"tsc": "node node_modules/typescript/bin/tsc --project tsconfig.json",
|
|
"watch": "node node_modules/typescript/bin/tsc --watch --project tsconfig.json",
|
|
"generatePluginTypes": "rm -rf ./plugin_types && node node_modules/typescript/bin/tsc --declaration --declarationDir ./plugin_types --project tsconfig.json",
|
|
"test": "jest --verbose=false",
|
|
"test-ci": "npm run test"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.6",
|
|
"@types/jest": "^26.0.15",
|
|
"@types/node": "^14.14.6",
|
|
"@types/node-rsa": "^1.1.1",
|
|
"@types/react": "^17.0.20",
|
|
"clean-html": "^1.5.0",
|
|
"jest": "^26.6.3",
|
|
"sharp": "^0.26.2",
|
|
"typescript": "^4.0.5"
|
|
},
|
|
"dependencies": {
|
|
"@joplin/fork-htmlparser2": "^4.1.36",
|
|
"@joplin/fork-sax": "^1.2.40",
|
|
"@joplin/renderer": "~2.5",
|
|
"@joplin/turndown": "^4.0.58",
|
|
"@joplin/turndown-plugin-gfm": "^1.0.40",
|
|
"async-mutex": "^0.1.3",
|
|
"aws-sdk": "^2.588.0",
|
|
"base-64": "^0.1.0",
|
|
"base64-stream": "^1.0.0",
|
|
"builtin-modules": "^3.1.0",
|
|
"chokidar": "^3.4.3",
|
|
"color": "3.1.2",
|
|
"compare-versions": "^3.6.0",
|
|
"css": "^3.0.0",
|
|
"diff-match-patch": "^1.0.4",
|
|
"es6-promise-pool": "^2.5.0",
|
|
"file-uri-to-path": "^1.0.0",
|
|
"follow-redirects": "^1.2.4",
|
|
"sqlite3": "^5.0.2",
|
|
"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",
|
|
"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",
|
|
"node-rsa": "^1.1.1",
|
|
"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",
|
|
"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",
|
|
"uslug": "git+https://github.com/laurent22/uslug.git#emoji-support",
|
|
"uuid": "^3.0.1",
|
|
"valid-url": "^1.0.9",
|
|
"word-wrap": "^1.2.3",
|
|
"xml2js": "^0.4.19"
|
|
},
|
|
"gitHead": "eb4b0e64eab40a51b0895d3a40a9d8c3cb7b1b14"
|
|
}
|