diff --git a/package.json b/package.json index 29c3a48..eb62383 100644 --- a/package.json +++ b/package.json @@ -32,13 +32,21 @@ "webpack-dev-server": "^1.14.0" }, "dependencies": { + "accepts": "^1.3.2", "babel-preset-stage-1": "^6.1.18", + "batch": "^0.5.3", + "debug": "^2.2.0", + "escape-html": "^1.0.3", + "http-errors": "^1.4.0", "lodash": "^3.10.1", + "mime-types": "^2.1.10", + "parseurl": "^1.3.1", "react": "^0.14.3", "react-dom": "^0.14.3", "react-redux": "^4.0.0", "react-router": "^2.0.1", "redux": "^3.0.4", - "webcamjs": "^1.0.6" + "webcamjs": "^1.0.6", + "websocket-extensions": "^0.1.1" } }