2 "name": "arvados-workbench-2",
6 "@material-ui/core": "3.9.3",
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-dropzone": "4.2.2",
16 "@types/react-highlight-words": "0.12.0",
17 "@types/redux-form": "7.4.12",
18 "@types/shell-quote": "1.6.0",
20 "babel-core": "6.26.3",
21 "babel-runtime": "6.26.0",
22 "classnames": "2.2.6",
25 "file-saver": "2.0.1",
32 "lodash-es": "4.17.14",
33 "lodash.mergewith": "4.6.2",
34 "lodash.template": "4.5.0",
36 "prop-types": "15.7.2",
37 "query-string": "6.9.0",
39 "react-copy-to-clipboard": "5.0.1",
41 "react-dnd-html5-backend": "5.0.1",
42 "react-dom": "16.5.2",
43 "react-dropzone": "5.1.1",
44 "react-highlight-words": "0.14.0",
45 "react-redux": "5.0.7",
46 "react-router": "4.3.1",
47 "react-router-dom": "4.3.1",
48 "react-router-redux": "5.0.0-alpha.9",
49 "react-rte": "0.16.1",
50 "react-scripts-ts": "3.1.0",
51 "react-splitter-layout": "3.0.1",
52 "react-transition-group": "2.5.0",
54 "redux-form": "7.4.2",
55 "redux-thunk": "2.3.0",
58 "shell-quote": "1.6.1",
60 "ts-mock-imports": "1.2.6",
62 "tslint-etc": "1.6.0",
66 "webpack-dev-server": "3.9.0"
69 "start": "react-scripts-ts start",
70 "build": "REACT_APP_VERSION=$VERSION REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts-ts build",
71 "build-local": "react-scripts-ts build",
72 "test": "CI=true react-scripts-ts test --env=jsdom",
73 "test-local": "react-scripts-ts test --env=jsdom",
74 "eject": "react-scripts-ts eject",
75 "lint": "tslint src/** -t verbose",
76 "build-css": "node-sass-chokidar src/ -o src/",
77 "watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive"
80 "@types/classnames": "2.2.6",
81 "@types/enzyme": "3.1.14",
82 "@types/enzyme-adapter-react-16": "1.0.3",
83 "@types/jest": "23.3.3",
84 "@types/node": "10.11.2",
85 "@types/react-dom": "16.0.0",
86 "@types/react-redux": "6.0.9",
87 "@types/react-router": "4.0.31",
88 "@types/react-router-dom": "4.3.1",
89 "@types/react-router-redux": "5.0.16",
90 "@types/redux-devtools": "3.0.44",
91 "@types/sinon": "7.5",
92 "@types/uuid": "3.4.4",
93 "axios-mock-adapter": "1.17.0",
95 "enzyme-adapter-react-16": "1.5.0",
96 "jest-localstorage-mock": "2.2.0",
98 "node-sass-chokidar": "1.3.4",
99 "redux-devtools": "3.4.1",
100 "typescript": "3.1.1"
103 "moduleNameMapper": {
104 "^~/(.*)$": "<rootDir>/src/$1"
108 "react-scripts-ts/webpack-dev-server": "^2.11.4",
109 "react-scripts-ts/**/**/**/**/js-yaml": "^3.13.1"