1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-15 09:04:04 +02:00
joplin/CliClient/package.json

36 lines
956 B
JSON
Raw Normal View History

2017-06-06 00:00:02 +02:00
{
2017-06-09 00:24:40 +02:00
"name": "CliClient",
"version": "0.0.1",
"private": true,
"dependencies": {
"app-module-path": "^2.2.0",
"form-data": "^2.1.4",
2017-06-11 23:11:14 +02:00
"fs-extra": "^3.0.1",
2017-06-09 00:24:40 +02:00
"jssha": "^2.3.0",
2017-06-11 23:11:14 +02:00
"mkdirp": "^0.5.1",
2017-06-09 00:24:40 +02:00
"moment": "^2.18.1",
2017-06-12 22:46:49 +02:00
"moment-timezone": "^0.5.13",
2017-06-09 00:24:40 +02:00
"node-fetch": "^1.7.1",
"promise": "^7.1.1",
"react": "16.0.0-alpha.6",
"sax": "^1.2.2",
2017-06-11 23:11:14 +02:00
"sprintf-js": "^1.1.1",
"sqlite3": "^3.1.8",
2017-06-09 00:24:40 +02:00
"string-to-stream": "^1.1.0",
2017-06-11 23:11:14 +02:00
"uuid": "^3.0.1",
"vorpal": "^1.12.0"
2017-06-09 00:24:40 +02:00
},
"devDependencies": {
"babel-changed": "^7.0.0",
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.5.1",
"babel-preset-react": "^6.24.1",
"query-string": "4.3.4"
},
"scripts": {
2017-06-11 23:11:14 +02:00
"babelbuild": "babel app -d build",
"build": "babel-changed app -d build && babel-changed app/src/models -d build/src/models && babel-changed app/src/services -d build/src/services",
2017-06-09 00:24:40 +02:00
"clean": "babel-changed --reset"
}
2017-06-06 00:00:02 +02:00
}