2 "name": "arvados-workbench-2",
6 "@fortawesome/fontawesome-svg-core": "1.2.28",
7 "@fortawesome/free-solid-svg-icons": "5.13.0",
8 "@fortawesome/react-fontawesome": "0.1.9",
9 "@material-ui/core": "3.9.3",
10 "@material-ui/icons": "3.0.1",
11 "@types/debounce": "3.0.0",
12 "@types/file-saver": "2.0.0",
13 "@types/js-yaml": "3.11.2",
14 "@types/jssha": "0.0.29",
15 "@types/jszip": "3.1.5",
16 "@types/lodash": "4.14.116",
17 "@types/react-copy-to-clipboard": "4.2.6",
18 "@types/react-dropzone": "4.2.2",
19 "@types/react-highlight-words": "0.12.0",
20 "@types/redux-form": "7.4.12",
21 "@types/shell-quote": "1.6.0",
23 "babel-core": "6.26.3",
24 "babel-runtime": "6.26.0",
25 "classnames": "2.2.6",
28 "file-saver": "2.0.1",
35 "lodash-es": "4.17.14",
36 "lodash.mergewith": "4.6.2",
37 "lodash.template": "4.5.0",
39 "prop-types": "15.7.2",
40 "query-string": "6.9.0",
42 "react-copy-to-clipboard": "5.0.1",
44 "react-dnd-html5-backend": "5.0.1",
45 "react-dom": "16.8.6",
46 "react-dropzone": "5.1.1",
47 "react-highlight-words": "0.14.0",
48 "react-redux": "5.0.7",
49 "react-router": "4.3.1",
50 "react-router-dom": "4.3.1",
51 "react-router-redux": "5.0.0-alpha.9",
52 "react-rte": "0.16.1",
53 "react-scripts-ts": "3.1.0",
54 "react-splitter-layout": "3.0.1",
55 "react-transition-group": "2.5.0",
57 "redux-form": "7.4.2",
58 "redux-thunk": "2.3.0",
61 "shell-quote": "1.6.1",
63 "ts-mock-imports": "1.2.6",
65 "tslint-etc": "1.6.0",
69 "webpack-dev-server": "3.9.0"
72 "start": "react-scripts-ts start",
73 "build": "REACT_APP_VERSION=$VERSION REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts-ts build",
74 "build-local": "react-scripts-ts build",
75 "test": "CI=true react-scripts-ts test --env=jsdom",
76 "test-local": "react-scripts-ts test --env=jsdom",
77 "eject": "react-scripts-ts eject",
78 "lint": "tslint src/** -t verbose",
79 "build-css": "node-sass-chokidar src/ -o src/",
80 "watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive"
83 "@types/classnames": "2.2.6",
84 "@types/enzyme": "3.1.14",
85 "@types/enzyme-adapter-react-16": "1.0.3",
86 "@types/jest": "23.3.3",
87 "@types/node": "10.11.2",
88 "@types/react-dom": "16.0.0",
89 "@types/react-redux": "6.0.9",
90 "@types/react-router": "4.0.31",
91 "@types/react-router-dom": "4.3.1",
92 "@types/react-router-redux": "5.0.16",
93 "@types/redux-devtools": "3.0.44",
94 "@types/sinon": "7.5",
95 "@types/uuid": "3.4.4",
96 "axios-mock-adapter": "1.17.0",
99 "enzyme-adapter-react-16": "1.5.0",
100 "jest-localstorage-mock": "2.2.0",
101 "node-sass": "4.9.4",
102 "node-sass-chokidar": "1.3.4",
103 "redux-devtools": "3.4.1",
104 "typescript": "3.1.1",
109 "moduleNameMapper": {
110 "^~/(.*)$": "<rootDir>/src/$1"
114 "react-scripts-ts/webpack-dev-server": "^2.11.4",
115 "react-scripts-ts/**/**/**/**/js-yaml": "^3.13.1",
116 "react-scripts-ts/uglifyjs-webpack-plugin/serialize-javascript": "^2.1.1",
117 "webpack/terser-webpack-plugin/serialize-javascript": "^2.1.1",
118 "cypress/minimist": "1.2.5"