diff --git a/client/package.json b/client/package.json index 1d458a9d..0eb980d0 100644 --- a/client/package.json +++ b/client/package.json @@ -4,10 +4,8 @@ "license": "MIT", "repository": "https://github.com/chanzuckerberg/cellxgene", "scripts": { - "build": - "npm run clean && webpack --config configuration/webpack/webpack.config.prod.js", - "dev": - "npm run clean && webpack --config configuration/webpack/webpack.config.dev.js", + "build": "npm run clean && webpack --config configuration/webpack/webpack.config.prod.js", + "dev": "npm run clean && webpack --config configuration/webpack/webpack.config.dev.js", "clean": "rimraf build", "start": "node server/development.js", "lint": "eslint src", @@ -35,9 +33,10 @@ "express": "^4.14.0", "font-color-contrast": "^1.0.3", "gl-mat4": "^1.1.4", - "gl-matrix": "^2.4.0", + "gl-matrix": "^2.7.1", "halogen": "^0.2.0", "hsv2rgb": "^1.1.0", + "jest": "^23.4.1", "key-pressed": "0.0.1", "lodash": "^4.17.4", "luma.gl": "^4.0.3", @@ -45,9 +44,9 @@ "mouse-pressed": "^1.0.0", "orbit-camera": "^1.0.0", "query-string": "^5.0.0", - "react": "^15.3.0", + "react": "^16.4.1", "react-autocomplete": "^1.7.2", - "react-dom": "^15.3.0", + "react-dom": "^16.4.1", "react-helmet": "^5.2.0", "react-hot-loader": "^3.0.0-beta.7", "react-icons": "^2.2.7", @@ -59,6 +58,7 @@ "scroll-speed": "^1.0.0", "serve-favicon": "^2.3.0", "urijs": "^1.19.0", + "webpack-hot-middleware": "^2.22.3", "whatwg-fetch": "^2.0.3" }, "devDependencies": {