2 "name": "arvados-workbench-2",
6 "@material-ui/core": "3.1.2",
7 "@material-ui/icons": "3.0.1",
8 "@types/js-yaml": "3.11.2",
9 "@types/lodash": "4.14.116",
10 "@types/react-copy-to-clipboard": "4.2.6",
11 "@types/react-dnd": "3.0.2",
12 "@types/react-dropzone": "4.2.2",
13 "@types/react-highlight-words": "0.12.0",
14 "@types/redux-form": "7.4.5",
15 "@types/reselect": "2.2.0",
16 "@types/shell-quote": "1.6.0",
18 "classnames": "2.2.6",
22 "react-copy-to-clipboard": "5.0.1",
24 "react-dnd-html5-backend": "5.0.1",
25 "react-dom": "16.5.2",
26 "react-dropzone": "5.1.1",
27 "react-highlight-words": "0.14.0",
28 "react-redux": "5.0.7",
29 "react-router": "4.3.1",
30 "react-router-dom": "4.3.1",
31 "react-router-redux": "5.0.0-alpha.9",
32 "react-rte": "0.16.1",
33 "react-scripts-ts": "3.1.0",
34 "react-splitter-layout": "3.0.1",
35 "react-transition-group": "2.5.0",
37 "redux-form": "7.4.2",
38 "redux-thunk": "2.3.0",
40 "shell-quote": "1.6.1",
45 "start": "react-scripts-ts start",
46 "build": "REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts-ts build",
47 "test": "CI=true react-scripts-ts test --env=jsdom",
48 "eject": "react-scripts-ts eject",
49 "lint": "tslint src/** -t verbose"
52 "@types/classnames": "2.2.6",
53 "@types/enzyme": "3.1.14",
54 "@types/enzyme-adapter-react-16": "1.0.3",
55 "@types/jest": "23.3.3",
56 "@types/node": "10.11.2",
57 "@types/react": "16.4",
58 "@types/react-dom": "16.0.8",
59 "@types/react-redux": "6.0.9",
60 "@types/react-router": "4.0.31",
61 "@types/react-router-dom": "4.3.1",
62 "@types/react-router-redux": "5.0.16",
63 "@types/redux-devtools": "3.0.44",
64 "@types/uuid": "3.4.4",
65 "axios-mock-adapter": "1.15.0",
67 "enzyme-adapter-react-16": "1.5.0",
68 "jest-localstorage-mock": "2.2.0",
69 "redux-devtools": "3.4.1",
74 "^~/(.*)$": "<rootDir>/src/$1"