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",
27 "handlebars": "4.0.14",
33 "lodash-es": "4.17.14",
34 "lodash.mergewith": "4.6.2",
35 "lodash.template": "4.5.0",
38 "react-copy-to-clipboard": "5.0.1",
40 "react-dnd-html5-backend": "5.0.1",
41 "react-dom": "16.5.2",
42 "react-dropzone": "5.1.1",
43 "react-highlight-words": "0.14.0",
44 "react-redux": "5.0.7",
45 "react-router": "4.3.1",
46 "react-router-dom": "4.3.1",
47 "react-router-redux": "5.0.0-alpha.9",
48 "react-rte": "0.16.1",
49 "react-scripts-ts": "3.1.0",
50 "react-splitter-layout": "3.0.1",
51 "react-transition-group": "2.5.0",
53 "redux-form": "7.4.2",
54 "redux-thunk": "2.3.0",
56 "shell-quote": "1.6.1",
58 "ts-mock-imports": "1.2.6",
59 "tslint-etc": "1.6.0",
62 "webpack-dev-server": "3.1.1"
65 "start": "react-scripts-ts start",
66 "build": "REACT_APP_VERSION=$VERSION REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts-ts build",
67 "build-local": "react-scripts-ts build",
68 "test": "CI=true react-scripts-ts test --env=jsdom",
69 "test-local": "react-scripts-ts test --env=jsdom",
70 "eject": "react-scripts-ts eject",
71 "lint": "tslint src/** -t verbose",
72 "build-css": "node-sass-chokidar src/ -o src/",
73 "watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive"
76 "@types/classnames": "2.2.6",
77 "@types/enzyme": "3.1.14",
78 "@types/enzyme-adapter-react-16": "1.0.3",
79 "@types/jest": "23.3.3",
80 "@types/node": "10.11.2",
81 "@types/react-dom": "16.0.0",
82 "@types/react-redux": "6.0.9",
83 "@types/react-router": "4.0.31",
84 "@types/react-router-dom": "4.3.1",
85 "@types/react-router-redux": "5.0.16",
86 "@types/redux-devtools": "3.0.44",
87 "@types/uuid": "3.4.4",
88 "axios-mock-adapter": "1.15.0",
90 "enzyme-adapter-react-16": "1.5.0",
91 "jest-localstorage-mock": "2.2.0",
93 "node-sass-chokidar": "1.3.4",
94 "redux-devtools": "3.4.1",
95 "typescript": "3.1.1",
100 "^~/(.*)$": "<rootDir>/src/$1"