Install js-yaml, change default api host
[arvados-workbench2.git] / package.json
1 {
2   "name": "arvados-workbench-2",
3   "version": "0.1.0",
4   "private": true,
5   "dependencies": {
6     "@material-ui/core": "1.5.0",
7     "@material-ui/icons": "2.0.2",
8     "@types/js-yaml": "3.11.2",
9     "@types/lodash": "4.14.116",
10     "@types/react-copy-to-clipboard": "4.2.6",
11     "@types/react-dropzone": "4.2.2",
12     "@types/redux-form": "7.4.5",
13     "@types/shell-quote": "1.6.0",
14     "axios": "0.18.0",
15     "classnames": "2.2.6",
16     "js-yaml": "3.12.0",
17     "lodash": "4.17.10",
18     "react": "16.4.2",
19     "react-copy-to-clipboard": "5.0.1",
20     "react-dom": "16.4.2",
21     "react-dropzone": "5.0.1",
22     "react-redux": "5.0.7",
23     "react-router": "4.3.1",
24     "react-router-dom": "4.3.1",
25     "react-router-redux": "5.0.0-alpha.9",
26     "react-scripts-ts": "2.17.0",
27     "react-splitter-layout": "3.0.1",
28     "react-transition-group": "2.4.0",
29     "redux": "4.0.0",
30     "redux-thunk": "2.3.0",
31     "shell-quote": "1.6.1",
32     "unionize": "2.1.2",
33     "uuid": "3.3.2"
34   },
35   "scripts": {
36     "start": "react-scripts-ts start",
37     "build": "REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts-ts build",
38     "test": "react-scripts-ts test --env=jsdom",
39     "eject": "react-scripts-ts eject",
40     "lint": "tslint src/** -t verbose"
41   },
42   "devDependencies": {
43     "@types/classnames": "^2.2.4",
44     "@types/enzyme": "3.1.13",
45     "@types/enzyme-adapter-react-16": "1.0.3",
46     "@types/jest": "23.3.1",
47     "@types/node": "10.7.1",
48     "@types/react": "16.4",
49     "@types/react-dom": "16.0.7",
50     "@types/react-redux": "6.0.6",
51     "@types/react-router": "4.0.29",
52     "@types/react-router-dom": "4.3.0",
53     "@types/react-router-redux": "5.0.15",
54     "@types/redux-devtools": "3.0.44",
55     "@types/redux-form": "7.4.5",
56     "@types/uuid": "3.4.4",
57     "axios-mock-adapter": "1.15.0",
58     "enzyme": "3.4.4",
59     "enzyme-adapter-react-16": "1.2.0",
60     "jest-localstorage-mock": "2.2.0",
61     "redux-devtools": "3.4.1",
62     "redux-form": "7.4.2",
63     "typescript": "3.0.1"
64   },
65   "jest": {
66     "moduleNameMapper": {
67       "^~/(.*)$": "<rootDir>/src/$1"
68     }
69   }
70 }