15672: Adds unit test to API's list request with method=POST.
[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.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",
19     "axios": "0.18.1",
20     "babel-core": "6.26.3",
21     "babel-runtime": "6.26.0",
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.5.1",
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     "prop-types": "15.7.2",
38     "query-string": "6.9.0",
39     "react": "16.5.2",
40     "react-copy-to-clipboard": "5.0.1",
41     "react-dnd": "5.0.0",
42     "react-dnd-html5-backend": "5.0.1",
43     "react-dom": "16.5.2",
44     "react-dropzone": "5.1.1",
45     "react-highlight-words": "0.14.0",
46     "react-redux": "5.0.7",
47     "react-router": "4.3.1",
48     "react-router-dom": "4.3.1",
49     "react-router-redux": "5.0.0-alpha.9",
50     "react-rte": "0.16.1",
51     "react-scripts-ts": "3.1.0",
52     "react-splitter-layout": "3.0.1",
53     "react-transition-group": "2.5.0",
54     "redux": "4.0.3",
55     "redux-form": "7.4.2",
56     "redux-thunk": "2.3.0",
57     "reselect": "4.0.0",
58     "set-value": "2.0.1",
59     "shell-quote": "1.6.1",
60     "sinon": "7.3",
61     "ts-mock-imports": "1.2.6",
62     "tslint": "5.20.0",
63     "tslint-etc": "1.6.0",
64     "unionize": "2.1.2",
65     "uuid": "3.3.2",
66     "webpack": "4.41.2",
67     "webpack-dev-server": "3.9.0"
68   },
69   "scripts": {
70     "start": "react-scripts-ts start",
71     "build": "REACT_APP_VERSION=$VERSION REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts-ts build",
72     "build-local": "react-scripts-ts build",
73     "test": "CI=true react-scripts-ts test --env=jsdom",
74     "test-local": "react-scripts-ts test --env=jsdom",
75     "eject": "react-scripts-ts eject",
76     "lint": "tslint src/** -t verbose",
77     "build-css": "node-sass-chokidar src/ -o src/",
78     "watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive"
79   },
80   "devDependencies": {
81     "@types/classnames": "2.2.6",
82     "@types/enzyme": "3.1.14",
83     "@types/enzyme-adapter-react-16": "1.0.3",
84     "@types/jest": "23.3.3",
85     "@types/node": "10.11.2",
86     "@types/react-dom": "16.0.0",
87     "@types/react-redux": "6.0.9",
88     "@types/react-router": "4.0.31",
89     "@types/react-router-dom": "4.3.1",
90     "@types/react-router-redux": "5.0.16",
91     "@types/redux-devtools": "3.0.44",
92     "@types/sinon": "7.5",
93     "@types/uuid": "3.4.4",
94     "axios-mock-adapter": "1.17.0",
95     "enzyme": "3.6.0",
96     "enzyme-adapter-react-16": "1.5.0",
97     "jest-localstorage-mock": "2.2.0",
98     "node-sass": "4.9.4",
99     "node-sass-chokidar": "1.3.4",
100     "redux-devtools": "3.4.1",
101     "typescript": "3.1.1"
102   },
103   "jest": {
104     "moduleNameMapper": {
105       "^~/(.*)$": "<rootDir>/src/$1"
106     }
107   }
108 }