1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/ElectronClient/app/package.json

63 lines
1.6 KiB
JSON
Raw Normal View History

2017-11-03 01:26:08 +02:00
{
"name": "joplin-desktop",
2017-11-12 01:13:14 +02:00
"version": "0.10.0",
2017-11-03 01:26:08 +02:00
"description": "Joplin for Desktop",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "electron-builder install-app-deps",
"pack": "electron-builder --dir",
"dist": "electron-builder"
2017-11-03 01:26:08 +02:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/laurent22/joplin.git"
},
"author": "Laurent Cozic",
"license": "MIT",
"bugs": {
"url": "https://github.com/laurent22/joplin/issues"
},
"build": {
"appId": "net.cozic.joplin-desktop"
},
2017-11-03 01:26:08 +02:00
"homepage": "https://github.com/laurent22/joplin#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-react": "^6.24.1",
"electron": "^1.7.9",
"electron-builder": "^19.45.4",
"electron-rebuild": "^1.6.0"
2017-11-03 01:26:08 +02:00
},
"dependencies": {
2017-11-03 20:01:24 +02:00
"app-module-path": "^2.2.0",
2017-11-08 19:51:55 +02:00
"electron-context-menu": "^0.9.1",
2017-11-11 00:18:00 +02:00
"follow-redirects": "^1.2.5",
"fs-extra": "^4.0.2",
"highlight.js": "^9.12.0",
2017-11-05 18:51:03 +02:00
"html-entities": "^1.2.1",
2017-11-11 19:36:47 +02:00
"jssha": "^2.3.1",
"levenshtein": "^1.0.5",
"lodash": "^4.17.4",
2017-11-07 01:56:33 +02:00
"markdown-it": "^8.4.0",
2017-11-05 18:51:03 +02:00
"marked": "^0.3.6",
2017-11-07 23:11:14 +02:00
"md5": "^2.2.1",
2017-11-11 00:18:00 +02:00
"mime": "^2.0.3",
"moment": "^2.19.1",
"node-fetch": "^1.7.3",
"promise": "^8.0.1",
"query-string": "^5.0.1",
"react": "^16.0.0",
"react-ace": "^5.5.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
2017-11-11 00:18:00 +02:00
"sharp": "^0.18.4",
"sprintf-js": "^1.1.1",
"sqlite3": "^3.1.13",
2017-11-11 19:36:47 +02:00
"string-padding": "^1.0.2",
"string-to-stream": "^1.1.0",
"tcp-port-used": "^0.1.2"
2017-11-03 01:26:08 +02:00
}
}