15803: Add checks that user uuid (from getUserUuid) is defined
[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": "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",
21     "axios": "0.18.1",
22     "classnames": "2.2.6",
23     "cwlts": "1.15.29",
24     "debounce": "1.2.0",
25     "file-saver": "2.0.1",
26     "fstream": "1.0.12",
27     "handlebars": "4.0.14",
28     "is-image": "2.0.0",
29     "js-yaml": "3.13.1",
30     "jssha": "2.3.1",
31     "jszip": "3.1.5",
32     "lodash": "4.17.13",
33     "lodash-es": "4.17.14",
34     "lodash.mergewith": "4.6.2",
35     "lodash.template": "4.5.0",
36     "mem": "4.0.0",
37     "react": "16.5.2",
38     "react-copy-to-clipboard": "5.0.1",
39     "react-dnd": "5.0.0",
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",
52     "redux": "4.0.0",
53     "redux-form": "7.4.2",
54     "redux-thunk": "2.3.0",
55     "reselect": "4.0.0",
56     "shell-quote": "1.6.1",
57     "sinon": "7.3",
58     "ts-mock-imports": "1.2.6",
59     "tslint-etc": "1.6.0",
60     "unionize": "2.1.2",
61     "uuid": "3.3.2",
62     "webpack-dev-server": "3.1.1"
63   },
64   "scripts": {
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"
74   },
75   "devDependencies": {
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",
89     "enzyme": "3.6.0",
90     "enzyme-adapter-react-16": "1.5.0",
91     "jest-localstorage-mock": "2.2.0",
92     "node-sass": "4.9.4",
93     "node-sass-chokidar": "1.3.4",
94     "redux-devtools": "3.4.1",
95     "typescript": "3.1.1",
96     "@types/sinon": "7.5"
97   },
98   "jest": {
99     "moduleNameMapper": {
100       "^~/(.*)$": "<rootDir>/src/$1"
101     }
102   }
103 }