Merge branch '14307-search-basic-view'
[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.1.2",
7     "@material-ui/icons": "3.0.1",
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/react-highlight-words": "0.12.0",
13     "@types/redux-form": "7.4.5",
14     "@types/shell-quote": "1.6.0",
15     "axios": "0.18.0",
16     "classnames": "2.2.6",
17     "js-yaml": "3.12.0",
18     "lodash": "4.17.11",
19     "react": "16.5.2",
20     "react-copy-to-clipboard": "5.0.1",
21     "react-dom": "16.5.2",
22     "react-dropzone": "5.1.1",
23     "react-highlight-words": "0.14.0",
24     "react-redux": "5.0.7",
25     "react-router": "4.3.1",
26     "react-router-dom": "4.3.1",
27     "react-router-redux": "5.0.0-alpha.9",
28     "react-rte": "0.16.1",
29     "react-scripts-ts": "3.1.0",
30     "react-splitter-layout": "3.0.1",
31     "react-transition-group": "2.5.0",
32     "redux": "4.0.0",
33     "redux-thunk": "2.3.0",
34     "shell-quote": "1.6.1",
35     "unionize": "2.1.2",
36     "uuid": "3.3.2"
37   },
38   "scripts": {
39     "start": "react-scripts-ts start",
40     "build": "REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts-ts build",
41     "test": "react-scripts-ts test --env=jsdom",
42     "eject": "react-scripts-ts eject",
43     "lint": "tslint src/** -t verbose"
44   },
45   "devDependencies": {
46     "@types/classnames": "2.2.6",
47     "@types/enzyme": "3.1.14",
48     "@types/enzyme-adapter-react-16": "1.0.3",
49     "@types/jest": "23.3.3",
50     "@types/node": "10.11.2",
51     "@types/react": "16.4",
52     "@types/react-dom": "16.0.8",
53     "@types/react-redux": "6.0.9",
54     "@types/react-router": "4.0.31",
55     "@types/react-router-dom": "4.3.1",
56     "@types/react-router-redux": "5.0.16",
57     "@types/redux-devtools": "3.0.44",
58     "@types/redux-form": "7.4.8",
59     "@types/uuid": "3.4.4",
60     "axios-mock-adapter": "1.15.0",
61     "enzyme": "3.6.0",
62     "enzyme-adapter-react-16": "1.5.0",
63     "jest-localstorage-mock": "2.2.0",
64     "redux-devtools": "3.4.1",
65     "redux-form": "7.4.2",
66     "typescript": "3.1.1"
67   },
68   "jest": {
69     "moduleNameMapper": {
70       "^~/(.*)$": "<rootDir>/src/$1"
71     }
72   }
73 }