2 "name": "arvados-workbench-2",
6 "@types/js-yaml": "3.11.2",
7 "@material-ui/core": "3.1.1",
8 "@material-ui/icons": "3.0.1",
9 "@types/lodash": "4.14.116",
10 "@types/react-copy-to-clipboard": "4.2.6",
11 "@types/react-dropzone": "4.2.2",
12 "@types/redux-form": "7.4.5",
13 "@types/shell-quote": "1.6.0",
15 "classnames": "2.2.6",
19 "react-copy-to-clipboard": "5.0.1",
20 "react-dom": "16.5.2",
21 "react-dropzone": "5.1.1",
22 "react-redux": "5.0.7",
23 "react-router": "4.3.1",
24 "react-router-dom": "4.3.1",
25 "react-router-redux": "5.0.0-alpha.9",
26 "react-rte": "0.16.1",
27 "react-scripts-ts": "2.17.0",
28 "react-splitter-layout": "3.0.1",
29 "react-transition-group": "2.5.0",
31 "redux-thunk": "2.3.0",
32 "shell-quote": "1.6.1",
37 "start": "react-scripts-ts start",
38 "build": "REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts-ts build",
39 "test": "react-scripts-ts test --env=jsdom",
40 "eject": "react-scripts-ts eject",
41 "lint": "tslint src/** -t verbose"
44 "@types/classnames": "2.2.6",
45 "@types/enzyme": "3.1.14",
46 "@types/enzyme-adapter-react-16": "1.0.3",
47 "@types/jest": "23.3.2",
48 "@types/node": "10.11.2",
49 "@types/react": "16.4",
50 "@types/react-dom": "16.0.8",
51 "@types/react-redux": "6.0.9",
52 "@types/react-router": "4.0.31",
53 "@types/react-router-dom": "4.3.1",
54 "@types/react-router-redux": "5.0.16",
55 "@types/redux-devtools": "3.0.44",
56 "@types/redux-form": "7.4.8",
57 "@types/uuid": "3.4.4",
58 "axios-mock-adapter": "1.15.0",
60 "enzyme-adapter-react-16": "1.5.0",
61 "jest-localstorage-mock": "2.2.0",
62 "redux-devtools": "3.4.1",
63 "redux-form": "7.4.2",
68 "^~/(.*)$": "<rootDir>/src/$1"