diff --git a/bikeshop_project/package.json b/bikeshop_project/package.json index 0fb8936..c8c0ebb 100644 --- a/bikeshop_project/package.json +++ b/bikeshop_project/package.json @@ -25,13 +25,13 @@ "extract-text-webpack-plugin": "^1.0.1", "i": "^0.3.5", "isomorphic-fetch": "^2.2.1", - "material-ui": "^0.15.0", + "material-ui": "^0.16.6", "node-sass": "^3.4.2", "normalize.css": "^4.1.1", "postcss-loader": "^0.9.1", - "react": "^15.1.0", - "react-addons-css-transition-group": "^15.1.0", - "react-dom": "^15.1.0", + "react": "^15.4.1", + "react-addons-css-transition-group": "^15.4.1", + "react-dom": "^15.4.1", "react-hot-loader": "^1.3.0", "react-tap-event-plugin": "^1.0.0", "react-toolbox": "^0.16.2", @@ -40,6 +40,10 @@ "toolbox-loader": "0.0.3", "webpack": "^1.13.1", "webpack-bundle-tracker": "0.0.93", - "webpack-dev-server": "^1.14.1" + "webpack-dev-server": "^1.14.1", + "eslint": "^3.9.1", + "eslint-plugin-jsx-a11y": "^2.2.3", + "eslint-plugin-import": "^2.1.0", + "eslint-plugin-react": "^6.6.0" } }