2 "name": "arvados-workbench-2",
6 "@material-ui/core": "1.5.0",
7 "@material-ui/icons": "2.0.2",
8 "@types/lodash": "4.14.116",
9 "@types/react-copy-to-clipboard": "4.2.6",
10 "@types/react-dropzone": "4.2.2",
11 "@types/redux-form": "7.4.5",
12 "@types/shell-quote": "1.6.0",
14 "classnames": "2.2.6",
17 "react-copy-to-clipboard": "5.0.1",
18 "react-dom": "16.5.2",
19 "react-dropzone": "5.0.1",
20 "react-redux": "5.0.7",
21 "react-router": "4.3.1",
22 "react-router-dom": "4.3.1",
23 "react-router-redux": "5.0.0-alpha.9",
24 "react-rte": "0.16.1",
25 "react-scripts-ts": "2.17.0",
26 "react-splitter-layout": "3.0.1",
27 "react-transition-group": "2.4.0",
29 "redux-thunk": "2.3.0",
30 "shell-quote": "1.6.1",
35 "start": "react-scripts-ts start",
36 "build": "REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts-ts build",
37 "test": "react-scripts-ts test --env=jsdom",
38 "eject": "react-scripts-ts eject",
39 "lint": "tslint src/** -t verbose"
42 "@types/classnames": "^2.2.4",
43 "@types/enzyme": "3.1.13",
44 "@types/enzyme-adapter-react-16": "1.0.3",
45 "@types/jest": "23.3.1",
46 "@types/node": "10.7.1",
47 "@types/react": "16.4",
48 "@types/react-dom": "16.0.7",
49 "@types/react-redux": "6.0.6",
50 "@types/react-router": "4.0.29",
51 "@types/react-router-dom": "4.3.0",
52 "@types/react-router-redux": "5.0.15",
53 "@types/redux-devtools": "3.0.44",
54 "@types/redux-form": "7.4.5",
55 "@types/uuid": "3.4.4",
56 "axios-mock-adapter": "1.15.0",
58 "enzyme-adapter-react-16": "1.2.0",
59 "jest-localstorage-mock": "2.2.0",
60 "redux-devtools": "3.4.1",
61 "redux-form": "7.4.2",
66 "^~/(.*)$": "<rootDir>/src/$1"