mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"name": "CliClient",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"dependencies": {
|
|
"app-module-path": "^2.2.0",
|
|
"form-data": "^2.1.4",
|
|
"fs-extra": "^3.0.1",
|
|
"jssha": "^2.3.0",
|
|
"mkdirp": "^0.5.1",
|
|
"moment": "^2.18.1",
|
|
"moment-timezone": "^0.5.13",
|
|
"node-fetch": "^1.7.1",
|
|
"promise": "^7.1.1",
|
|
"react": "16.0.0-alpha.6",
|
|
"sax": "^1.2.2",
|
|
"source-map-support": "^0.4.15",
|
|
"sprintf-js": "^1.1.1",
|
|
"sqlite3": "^3.1.8",
|
|
"string-to-stream": "^1.1.0",
|
|
"uuid": "^3.0.1",
|
|
"vorpal": "^1.12.0"
|
|
},
|
|
"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": {
|
|
"babelbuild": "babel app -d build",
|
|
"build": "babel-changed app -d build --source-maps && babel-changed app/src/models -d build/src/models --source-maps && babel-changed app/src/services -d build/src/services --source-maps",
|
|
"clean": "babel-changed --reset"
|
|
}
|
|
}
|