2 "name": "arvados-workbench-2",
6 "@material-ui/core": "3.3.2",
7 "@material-ui/icons": "3.0.1",
8 "@types/debounce": "3.0.0",
9 "@types/js-yaml": "3.11.2",
10 "@types/jssha": "0.0.29",
11 "@types/lodash": "4.14.116",
12 "@types/react-copy-to-clipboard": "4.2.6",
13 "@types/react-dnd": "3.0.2",
14 "@types/react-dropzone": "4.2.2",
15 "@types/react-highlight-words": "0.12.0",
16 "@types/redux-form": "7.4.12",
17 "@types/reselect": "2.2.0",
18 "@types/shell-quote": "1.6.0",
20 "classnames": "2.2.6",
28 "react-copy-to-clipboard": "5.0.1",
30 "react-dnd-html5-backend": "5.0.1",
31 "react-dom": "16.5.2",
32 "react-dropzone": "5.1.1",
33 "react-highlight-words": "0.14.0",
34 "react-redux": "5.0.7",
35 "react-router": "4.3.1",
36 "react-router-dom": "4.3.1",
37 "react-router-redux": "5.0.0-alpha.9",
38 "react-rte": "0.16.1",
39 "react-scripts-ts": "3.1.0",
40 "react-splitter-layout": "3.0.1",
41 "react-transition-group": "2.5.0",
43 "redux-form": "7.4.2",
44 "redux-thunk": "2.3.0",
46 "shell-quote": "1.6.1",
51 "start": "react-scripts-ts start",
52 "build": "REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts-ts build",
53 "build-local": "react-scripts-ts build",
54 "test": "CI=true react-scripts-ts test --env=jsdom",
55 "test-local": "react-scripts-ts test --env=jsdom",
56 "eject": "react-scripts-ts eject",
57 "lint": "tslint src/** -t verbose",
58 "build-css": "node-sass-chokidar src/ -o src/",
59 "watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive"
62 "@types/classnames": "2.2.6",
63 "@types/enzyme": "3.1.14",
64 "@types/enzyme-adapter-react-16": "1.0.3",
65 "@types/jest": "23.3.3",
66 "@types/node": "10.11.2",
67 "@types/react": "16.4",
68 "@types/react-dom": "16.0.8",
69 "@types/react-redux": "6.0.9",
70 "@types/react-router": "4.0.31",
71 "@types/react-router-dom": "4.3.1",
72 "@types/react-router-redux": "5.0.16",
73 "@types/redux-devtools": "3.0.44",
74 "@types/uuid": "3.4.4",
75 "axios-mock-adapter": "1.15.0",
77 "enzyme-adapter-react-16": "1.5.0",
78 "jest-localstorage-mock": "2.2.0",
80 "node-sass-chokidar": "1.3.4",
81 "redux-devtools": "3.4.1",
86 "^~/(.*)$": "<rootDir>/src/$1"