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