2016-11-21 15:18:12 +02:00
|
|
|
{
|
|
|
|
"name": "leak-spike",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"private": true,
|
|
|
|
"license": "private",
|
2016-11-25 03:37:38 +02:00
|
|
|
"main": "src/server/index.js",
|
2016-11-21 15:18:12 +02:00
|
|
|
"dependencies": {
|
2017-03-06 19:15:16 +02:00
|
|
|
"apr-map": "^1.0.3",
|
|
|
|
"artillery": "^1.5.2",
|
|
|
|
"async": "^2.1.5",
|
2016-11-25 03:37:38 +02:00
|
|
|
"build-array": "^1.0.0",
|
2017-03-06 19:15:16 +02:00
|
|
|
"chart.js": "^2.5.0",
|
2016-11-23 18:27:02 +02:00
|
|
|
"date.js": "^0.3.1",
|
2016-11-23 01:03:33 +02:00
|
|
|
"epimetheus": "^1.0.46",
|
2016-11-25 03:37:38 +02:00
|
|
|
"force-array": "^3.1.0",
|
2017-03-06 19:15:16 +02:00
|
|
|
"good": "^7.1.0",
|
|
|
|
"good-console": "^6.4.0",
|
2016-11-23 01:03:33 +02:00
|
|
|
"good-squeeze": "^5.0.1",
|
2017-03-06 19:15:16 +02:00
|
|
|
"got": "^6.7.1",
|
|
|
|
"hapi": "^16.1.0",
|
|
|
|
"hapi-webpack-dev-plugin": "1.2.0",
|
|
|
|
"inert": "^4.1.0",
|
2016-11-23 18:27:02 +02:00
|
|
|
"internet-timestamp": "^0.0.1",
|
2016-11-25 03:37:38 +02:00
|
|
|
"lodash.first": "^3.0.0",
|
2016-11-23 18:27:02 +02:00
|
|
|
"lodash.get": "^4.4.2",
|
2016-11-25 03:37:38 +02:00
|
|
|
"lodash.take": "^4.1.1",
|
2016-11-23 18:27:02 +02:00
|
|
|
"minimist": "^1.2.0",
|
2017-03-06 19:15:16 +02:00
|
|
|
"nes": "^6.4.0",
|
2016-11-21 15:18:12 +02:00
|
|
|
"pretty-hrtime": "^1.0.3",
|
2017-03-06 19:15:16 +02:00
|
|
|
"prom-client": "^6.3.0",
|
|
|
|
"qs": "^6.4.0",
|
|
|
|
"react": "^15.4.2",
|
|
|
|
"react-dom": "^15.4.2",
|
2016-11-25 03:37:38 +02:00
|
|
|
"react-hot-loader": "^3.0.0-beta.6",
|
2017-03-06 19:15:16 +02:00
|
|
|
"react-redux": "^5.0.3",
|
2016-11-25 03:37:38 +02:00
|
|
|
"redux": "^3.6.0",
|
2017-03-06 19:15:16 +02:00
|
|
|
"redux-logger": "^2.8.2",
|
|
|
|
"redux-promise-middleware": "^4.2.0",
|
|
|
|
"redux-thunk": "^2.2.0",
|
2016-11-25 03:37:38 +02:00
|
|
|
"relative-date": "^1.1.3",
|
2016-11-23 18:27:02 +02:00
|
|
|
"require-dir": "^0.3.1",
|
2017-03-06 19:15:16 +02:00
|
|
|
"simple-statistics": "^2.5.0"
|
2016-11-25 03:37:38 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-03-06 19:15:16 +02:00
|
|
|
"async": "^2.1.5",
|
|
|
|
"babel-core": "^6.23.1",
|
2016-11-25 03:37:38 +02:00
|
|
|
"babel-eslint": "^7.1.1",
|
2017-03-06 19:15:16 +02:00
|
|
|
"babel-loader": "^6.4.0",
|
2016-11-25 03:37:38 +02:00
|
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
2017-03-06 19:15:16 +02:00
|
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
|
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
|
|
|
"babel-preset-es2015": "^6.22.0",
|
|
|
|
"babel-preset-react": "^6.23.0",
|
|
|
|
"diskusage": "^0.2.1",
|
|
|
|
"eslint": "^3.17.0",
|
2016-11-25 03:37:38 +02:00
|
|
|
"eslint-config-semistandard": "^7.0.0",
|
2017-03-06 19:15:16 +02:00
|
|
|
"eslint-config-standard": "^7.0.0",
|
|
|
|
"eslint-plugin-babel": "^4.1.0",
|
|
|
|
"eslint-plugin-promise": "^3.5.0",
|
|
|
|
"eslint-plugin-react": "^6.10.0",
|
|
|
|
"eslint-plugin-standard": "^2.1.1",
|
2016-11-25 03:37:38 +02:00
|
|
|
"json-loader": "^0.5.4",
|
|
|
|
"os-utils": "^0.0.14",
|
2017-03-06 19:15:16 +02:00
|
|
|
"simple-statistics": "^2.5.0",
|
|
|
|
"webpack": "^2.2.1",
|
|
|
|
"webpack-dev-server": "^2.4.1"
|
2016-11-21 15:18:12 +02:00
|
|
|
}
|
|
|
|
}
|