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/file-saver": "2.0.0",
10 "@types/js-yaml": "3.11.2",
11 "@types/jssha": "0.0.29",
12 "@types/jszip": "3.1.5",
13 "@types/lodash": "4.14.116",
14 "@types/react-copy-to-clipboard": "4.2.6",
15 "@types/react-dnd": "3.0.2",
16 "@types/react-dropzone": "4.2.2",
17 "@types/react-highlight-words": "0.12.0",
18 "@types/redux-form": "7.4.12",
19 "@types/reselect": "2.2.0",
20 "@types/shell-quote": "1.6.0",
22 "classnames": "2.2.6",
25 "file-saver": "2.0.1",
32 "react-copy-to-clipboard": "5.0.1",
34 "react-dnd-html5-backend": "5.0.1",
35 "react-dom": "16.5.2",
36 "react-dropzone": "5.1.1",
37 "react-highlight-words": "0.14.0",
38 "react-redux": "5.0.7",
39 "react-router": "4.3.1",
40 "react-router-dom": "4.3.1",
41 "react-router-redux": "5.0.0-alpha.9",
42 "react-rte": "0.16.1",
43 "react-scripts-ts": "3.1.0",
44 "react-splitter-layout": "3.0.1",
45 "react-transition-group": "2.5.0",
47 "redux-form": "7.4.2",
48 "redux-thunk": "2.3.0",
50 "shell-quote": "1.6.1",
55 "start": "react-scripts-ts start",
56 "build": "REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts-ts build",
57 "build-local": "react-scripts-ts build",
58 "test": "react-scripts-ts test --env=jsdom",
59 "test-local": "react-scripts-ts test --env=jsdom",
60 "eject": "react-scripts-ts eject",
61 "lint": "tslint src/** -t verbose",
62 "build-css": "node-sass-chokidar src/ -o src/",
63 "watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive"
66 "@types/classnames": "2.2.6",
67 "@types/enzyme": "3.1.14",
68 "@types/enzyme-adapter-react-16": "1.0.3",
69 "@types/jest": "23.3.3",
70 "@types/node": "10.11.2",
71 "@types/react-dom": "16.0.0",
72 "@types/react-redux": "6.0.9",
73 "@types/react-router": "4.0.31",
74 "@types/react-router-dom": "4.3.1",
75 "@types/react-router-redux": "5.0.16",
76 "@types/redux-devtools": "3.0.44",
77 "@types/uuid": "3.4.4",
78 "axios-mock-adapter": "1.15.0",
80 "enzyme-adapter-react-16": "1.5.0",
81 "jest-localstorage-mock": "2.2.0",
83 "node-sass-chokidar": "1.3.4",
84 "redux-devtools": "3.4.1",
89 "^~/(.*)$": "<rootDir>/src/$1"