X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/63f23fab5d96cbf09751119c9c07d10b4d9c07cf..042fbd69136d8f7090ac0295645d24dbc2a9f4a4:/package.json diff --git a/package.json b/package.json index 1d4a15b3..89458046 100644 --- a/package.json +++ b/package.json @@ -3,21 +3,28 @@ "version": "0.1.0", "private": true, "dependencies": { - "@material-ui/core": "3.1.2", + "@material-ui/core": "3.3.2", "@material-ui/icons": "3.0.1", + "@types/debounce": "3.0.0", "@types/js-yaml": "3.11.2", "@types/lodash": "4.14.116", "@types/react-copy-to-clipboard": "4.2.6", + "@types/react-dnd": "3.0.2", "@types/react-dropzone": "4.2.2", "@types/react-highlight-words": "0.12.0", "@types/redux-form": "7.4.5", + "@types/reselect": "2.2.0", "@types/shell-quote": "1.6.0", "axios": "0.18.0", "classnames": "2.2.6", + "cwlts": "1.15.29", + "debounce": "1.2.0", "js-yaml": "3.12.0", "lodash": "4.17.11", "react": "16.5.2", "react-copy-to-clipboard": "5.0.1", + "react-dnd": "5.0.0", + "react-dnd-html5-backend": "5.0.1", "react-dom": "16.5.2", "react-dropzone": "5.1.1", "react-highlight-words": "0.14.0", @@ -32,6 +39,7 @@ "redux": "4.0.0", "redux-form": "7.4.2", "redux-thunk": "2.3.0", + "reselect": "4.0.0", "shell-quote": "1.6.1", "unionize": "2.1.2", "uuid": "3.3.2" @@ -39,9 +47,11 @@ "scripts": { "start": "react-scripts-ts start", "build": "REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts-ts build", - "test": "react-scripts-ts test --env=jsdom", + "test": "CI=true react-scripts-ts test --env=jsdom", "eject": "react-scripts-ts eject", - "lint": "tslint src/** -t verbose" + "lint": "tslint src/** -t verbose", + "build-css": "node-sass-chokidar src/ -o src/", + "watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive" }, "devDependencies": { "@types/classnames": "2.2.6", @@ -61,6 +71,8 @@ "enzyme": "3.6.0", "enzyme-adapter-react-16": "1.5.0", "jest-localstorage-mock": "2.2.0", + "node-sass": "4.9.4", + "node-sass-chokidar": "1.3.4", "redux-devtools": "3.4.1", "typescript": "3.1.1" },