joplin/CliClient/package.json

123 lines
3.3 KiB
JSON
Raw Normal View History

2017-06-05 22:00:02 +00:00
{
2017-07-12 20:39:47 +00:00
"name": "joplin",
2017-10-21 18:07:56 +00:00
"description": "Joplin CLI Client",
2017-06-29 20:52:52 +00:00
"license": "MIT",
2017-10-21 18:07:56 +00:00
"author": "Laurent Cozic",
"scripts": {
"test": "gulp buildTests -L && node node_modules/jasmine/bin/jasmine.js --config=tests/support/jasmine.json",
2020-03-07 01:19:41 +00:00
"postinstall": "npm run build && patch-package --patch-dir ../patches",
"build": "gulp build",
"start": "gulp build -L && node 'build/main.js' --stack-trace-enabled --log-level debug --env dev"
},
2017-10-21 18:07:56 +00:00
"bugs": {
"url": "https://github.com/laurent22/joplin/issues"
2017-10-21 18:07:56 +00:00
},
2017-06-29 20:52:52 +00:00
"repository": {
"type": "git",
"url": "https://github.com/laurent22/joplin"
},
2017-10-21 18:07:56 +00:00
"copyright": {
"title": "Joplin CLI",
"years": [
2016,
2018-01-03 19:20:16 +00:00
2017,
2019-01-15 19:10:27 +00:00
2018,
2019,
2020
2017-10-21 18:07:56 +00:00
],
"owner": "Laurent Cozic"
},
2020-07-10 18:52:58 +00:00
"version": "1.0.165",
2017-06-25 16:30:44 +00:00
"bin": {
2017-08-04 20:15:55 +00:00
"joplin": "./main.js"
2017-06-25 16:30:44 +00:00
},
2017-10-21 18:07:56 +00:00
"engines": {
"node": ">=10.0.0"
2017-10-21 18:07:56 +00:00
},
2017-06-08 22:24:40 +00:00
"dependencies": {
"app-module-path": "^2.2.0",
"async-mutex": "^0.1.3",
"aws-sdk": "^2.588.0",
"base-64": "^0.1.0",
"base64-stream": "^1.0.0",
"clean-html": "^1.5.0",
2018-01-09 19:56:38 +00:00
"compare-version": "^0.1.2",
"diacritics": "^1.3.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",
"font-awesome-filetypes": "^2.1.0",
2017-06-08 22:24:40 +00:00
"form-data": "^2.1.4",
2017-12-22 18:58:09 +00:00
"fs-extra": "^5.0.0",
"highlight.js": "10.1.1",
2017-11-06 23:56:33 +00:00
"html-entities": "^1.2.1",
"html-minifier": "^3.5.15",
"htmlparser2": "^4.1.0",
"image-data-uri": "^2.0.0",
"image-type": "^3.0.0",
2020-07-24 16:28:28 +00:00
"joplin-turndown": "^4.0.29",
"joplin-turndown-plugin-gfm": "^1.0.12",
"json-stringify-safe": "^5.0.1",
2017-06-08 22:24:40 +00:00
"jssha": "^2.3.0",
"katex": "^0.11.1",
"keytar": "^5.4.0",
2017-07-12 20:39:47 +00:00
"levenshtein": "^1.0.5",
"markdown-it": "^10.0.0",
"markdown-it-abbr": "^1.0.4",
"markdown-it-anchor": "^5.2.5",
"markdown-it-deflist": "^2.0.3",
"markdown-it-emoji": "^1.4.0",
"markdown-it-expand-tabs": "^1.0.13",
"markdown-it-footnote": "^3.0.2",
"markdown-it-ins": "^3.0.0",
"markdown-it-mark": "^3.0.0",
"markdown-it-multimd-table": "^4.0.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-toc-done-right": "^4.1.0",
"md5": "^2.2.1",
"md5-file": "^4.0.0",
"memory-cache": "^0.2.0",
"mime": "^2.0.3",
"moment": "^2.24.0",
"multiparty": "^4.2.1",
2017-11-20 19:01:19 +00:00
"node-emoji": "^1.8.1",
2017-06-08 22:24:40 +00:00
"node-fetch": "^1.7.1",
"node-persist": "^2.1.0",
"patch-package": "^6.2.0",
2017-06-08 22:24:40 +00:00
"promise": "^7.1.1",
2017-07-17 19:37:59 +00:00
"proper-lockfile": "^2.0.1",
2017-06-15 21:17:56 +00:00
"query-string": "4.3.4",
"read-chunk": "^2.1.0",
2017-10-07 20:04:53 +00:00
"redux": "^3.7.2",
Desktop: Resolves #176: Added experimental WYSIWYG editor (#2556) * Trying to get TuiEditor to work * Tests with TinyMCE * Fixed build * Improved asset loading * Added support for Joplin source blocks * Added support for Joplin source blocks * Better integration * Make sure noteDidUpdate event is always dispatched at the right time * Minor tweaks * Fixed tests * Add support for checkboxes * Minor refactoring * Added support for file attachments * Add support for fenced code blocks * Fix new line issue on code block * Added support for Fountain scripts * Refactoring * Better handling of saving and loading notes * Fix saving and loading ntoes * Handle multi-note selection and fixed new note creation issue * Fixed newline issue in test * Fixed newline issue in test * Improve saving and loading * Improve saving and loading note * Removed undeeded prop * Fixed issue when new note being saved is incorrectly reloaded * Refactoring and improve saving of note when unmounting component * Fixed TypeScript error * Small changes * Improved further handling of saving and loading notes * Handle provisional notes and fixed various saving and loading bugs * Adding back support for HTML notes * Added support for HTML notes * Better handling of editable nodes * Preserve image HTML tag when the size is set * Handle switching between editor when the note has note finished saving * Handle templates * Handle templates * Handle loading note that is being saved * Handle note being reloaded via sync * Clean up * Clean up and improved logging * Fixed TS error * Fixed a few issues * Fixed test * Logging * Various improvements * Add blockquote support * Moved CWD operation to shim * Removed deleted files * Added support for Joplin commands
2020-03-09 23:24:57 +00:00
"relative": "^3.0.2",
"request": "^2.88.0",
"sax": "^1.2.4",
2017-06-22 21:52:27 +00:00
"server-destroy": "^1.0.1",
"sharp": "^0.23.2",
2017-06-11 21:11:14 +00:00
"sprintf-js": "^1.1.1",
"sqlite3": "^4.1.1",
2017-07-12 20:39:47 +00:00
"string-padding": "^1.0.2",
2017-06-08 22:24:40 +00:00
"string-to-stream": "^1.1.0",
"strip-ansi": "^4.0.0",
2018-06-28 19:48:39 +00:00
"syswide-cas": "^5.2.0",
"tar": "^4.4.10",
2017-06-22 19:44:38 +00:00
"tcp-port-used": "^0.1.2",
"terminal-kit": "^1.30.0",
2018-05-09 11:39:27 +00:00
"tkwidgets": "^0.5.26",
"url-parse": "^1.4.7",
"uslug": "^1.0.4",
2017-06-11 21:11:14 +00:00
"uuid": "^3.0.1",
"valid-url": "^1.0.9",
2017-10-05 17:17:56 +00:00
"word-wrap": "^1.2.3",
2018-01-21 17:01:37 +00:00
"xml2js": "^0.4.19",
2020-03-07 01:19:41 +00:00
"yargs-parser": "^7.0.0"
2017-06-08 22:24:40 +00:00
},
"devDependencies": {
2020-03-07 01:19:41 +00:00
"gulp": "^4.0.2",
"jasmine": "^3.5.0",
"temp": "^0.9.1"
2017-06-08 22:24:40 +00:00
}
2017-06-05 22:00:02 +00:00
}