diff --git a/package.json b/package.json index 38078b8..b76cd2b 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,16 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", - "license": "ISC" + "license": "ISC", + "devDependencies": { + "babel-core": "^6.24.1", + "babel-loader": "^7.0.0", + "babel-preset-es2015": "^6.24.1", + "babel-preset-react": "^6.24.1", + "react": "^15.5.4", + "react-dom": "^15.5.4", + "react-router-dom": "^4.1.1", + "webpack": "^2.5.0", + "webpack-dev-server": "^2.4.5" + } }