From 551ae3ec099aaf32abf2c4d01fd037acc91c81a3 Mon Sep 17 00:00:00 2001 From: bill bittner Date: Thu, 21 Dec 2017 18:03:08 -0800 Subject: [PATCH] added dev dependencies --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a326898..5ff1bfc0 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,10 @@ "winston-slack-webhook": "billbitt/winston-slack-webhook" }, "devDependencies": { + "babel-core": "^6.26.0", + "babel-loader": "^7.1.2", + "babel-preset-es2015": "^6.24.1", + "babel-preset-react": "^6.24.1", "chai": "^4.1.2", "chai-http": "^3.0.0", "eslint": "3.19.0", @@ -61,6 +65,9 @@ "eslint-plugin-react": "6.10.3", "eslint-plugin-standard": "3.0.1", "husky": "^0.13.4", - "mocha": "^4.0.1" + "mocha": "^4.0.1", + "react": "^16.2.0", + "react-dom": "^16.2.0", + "webpack": "^3.10.0" } }