X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/01e4b29eb65a760650476a8f5f059413130921f4..a2bf1ed3a15cf55e426c51ad8e6febd7ff2e3020:/package.json?ds=sidebyside diff --git a/package.json b/package.json index b9484c5c..620ff5a6 100644 --- a/package.json +++ b/package.json @@ -21,13 +21,16 @@ "react-router-dom": "4.3.1", "react-router-redux": "5.0.0-alpha.9", "react-scripts-ts": "2.17.0", + "react-splitter-layout": "3.0.1", + "react-transition-group": "2.4.0", "redux": "4.0.0", "redux-thunk": "2.3.0", - "unionize": "2.1.2" + "unionize": "2.1.2", + "uuid": "3.3.2" }, "scripts": { "start": "react-scripts-ts start", - "build": "react-scripts-ts build", + "build": "REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts-ts build", "test": "react-scripts-ts test --env=jsdom", "eject": "react-scripts-ts eject", "lint": "tslint src/** -t verbose" @@ -46,6 +49,7 @@ "@types/react-router-redux": "5.0.15", "@types/redux-devtools": "3.0.44", "@types/redux-form": "7.4.5", + "@types/uuid": "3.4.4", "axios-mock-adapter": "1.15.0", "enzyme": "3.4.4", "enzyme-adapter-react-16": "1.2.0",