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": {
|
2017-06-21 00:16:41 +02:00
|
|
|
"@microsoft/microsoft-graph-client": "^1.0.0",
|
2017-06-09 00:24:40 +02:00
|
|
|
"app-module-path": "^2.2.0",
|
2017-06-15 23:17:56 +02:00
|
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
|
|
"babel-polyfill": "^6.1.4",
|
2017-06-09 00:24:40 +02:00
|
|
|
"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",
|
2017-06-15 23:17:56 +02:00
|
|
|
"query-string": "4.3.4",
|
2017-06-09 00:24:40 +02:00
|
|
|
"react": "16.0.0-alpha.6",
|
|
|
|
"sax": "^1.2.2",
|
2017-06-22 23:52:27 +02:00
|
|
|
"server-destroy": "^1.0.1",
|
2017-06-12 23:56:27 +02:00
|
|
|
"source-map-support": "^0.4.15",
|
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-22 21:44:38 +02:00
|
|
|
"tcp-port-used": "^0.1.2",
|
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",
|
2017-06-15 23:17:56 +02:00
|
|
|
"babel-plugin-syntax-async-functions": "^6.1.4",
|
|
|
|
"babel-plugin-transform-regenerator": "^6.1.4",
|
2017-06-18 01:49:52 +02:00
|
|
|
"babel-preset-env": "^1.5.1",
|
2017-06-15 23:17:56 +02:00
|
|
|
"babel-preset-es2015": "^6.1.4",
|
2017-06-18 01:49:52 +02:00
|
|
|
"babel-preset-react": "^6.24.1",
|
2017-06-15 23:17:56 +02:00
|
|
|
"jasmine": "^2.6.0"
|
2017-06-09 00:24:40 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-06-11 23:11:14 +02:00
|
|
|
"babelbuild": "babel app -d build",
|
2017-06-24 20:06:28 +02:00
|
|
|
"build": "babel-changed app -d build --source-maps && babel-changed app/lib/models -d build/lib/models --source-maps && babel-changed app/lib/services -d build/lib/services --source-maps",
|
2017-06-13 22:58:17 +02:00
|
|
|
"clean": "babel-changed --reset",
|
2017-06-14 00:39:45 +02:00
|
|
|
"test": "babel-changed tests -d tests-build --source-maps && jasmine"
|
2017-06-09 00:24:40 +02:00
|
|
|
}
|
2017-06-06 00:00:02 +02:00
|
|
|
}
|