joplin/CliClient/package.json

44 lines
1.3 KiB
JSON
Raw Normal View History

2017-06-05 22:00:02 +00:00
{
2017-06-08 22:24:40 +00:00
"name": "CliClient",
"version": "0.0.1",
"private": true,
"dependencies": {
"app-module-path": "^2.2.0",
2017-06-15 21:17:56 +00:00
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.1.4",
2017-06-08 22:24:40 +00:00
"form-data": "^2.1.4",
2017-06-11 21:11:14 +00:00
"fs-extra": "^3.0.1",
2017-06-08 22:24:40 +00:00
"jssha": "^2.3.0",
2017-06-11 21:11:14 +00:00
"mkdirp": "^0.5.1",
2017-06-08 22:24:40 +00:00
"moment": "^2.18.1",
2017-06-12 20:46:49 +00:00
"moment-timezone": "^0.5.13",
2017-06-08 22:24:40 +00:00
"node-fetch": "^1.7.1",
"promise": "^7.1.1",
2017-06-15 21:17:56 +00:00
"query-string": "4.3.4",
2017-06-08 22:24:40 +00:00
"react": "16.0.0-alpha.6",
"sax": "^1.2.2",
2017-06-12 21:56:27 +00:00
"source-map-support": "^0.4.15",
2017-06-11 21:11:14 +00:00
"sprintf-js": "^1.1.1",
"sqlite3": "^3.1.8",
2017-06-08 22:24:40 +00:00
"string-to-stream": "^1.1.0",
2017-06-11 21:11:14 +00:00
"uuid": "^3.0.1",
"vorpal": "^1.12.0"
2017-06-08 22:24:40 +00:00
},
"devDependencies": {
"babel-changed": "^7.0.0",
"babel-cli": "^6.24.1",
2017-06-15 21:17:56 +00:00
"babel-plugin-syntax-async-functions": "^6.1.4",
"babel-plugin-transform-regenerator": "^6.1.4",
2017-06-17 23:49:52 +00:00
"babel-preset-env": "^1.5.1",
2017-06-15 21:17:56 +00:00
"babel-preset-es2015": "^6.1.4",
2017-06-17 23:49:52 +00:00
"babel-preset-react": "^6.24.1",
2017-06-15 21:17:56 +00:00
"jasmine": "^2.6.0"
2017-06-08 22:24:40 +00:00
},
"scripts": {
2017-06-11 21:11:14 +00:00
"babelbuild": "babel app -d build",
2017-06-12 21:56:27 +00:00
"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",
2017-06-13 20:58:17 +00:00
"clean": "babel-changed --reset",
2017-06-13 22:39:45 +00:00
"test": "babel-changed tests -d tests-build --source-maps && jasmine"
2017-06-08 22:24:40 +00:00
}
2017-06-05 22:00:02 +00:00
}