Merge branch '14856-actions-on-selected-files-inside-collections-are-not-working'
[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.0",
22     "classnames": "2.2.6",
23     "cwlts": "1.15.29",
24     "debounce": "1.2.0",
25     "file-saver": "2.0.1",
26     "is-image": "2.0.0",
27     "js-yaml": "3.12.0",
28     "jssha": "2.3.1",
29     "jszip": "3.1.5",
30     "lodash": "4.17.11",
31     "react": "16.5.2",
32     "react-copy-to-clipboard": "5.0.1",
33     "react-dnd": "5.0.0",
34     "react-dnd-html5-backend": "5.0.1",
35     "react-dom": "16.5.2",
36     "react-dropzone": "5.1.1",
37     "react-highlight-words": "0.14.0",
38     "react-redux": "5.0.7",
39     "react-router": "4.3.1",
40     "react-router-dom": "4.3.1",
41     "react-router-redux": "5.0.0-alpha.9",
42     "react-rte": "0.16.1",
43     "react-scripts-ts": "3.1.0",
44     "react-splitter-layout": "3.0.1",
45     "react-transition-group": "2.5.0",
46     "redux": "4.0.0",
47     "redux-form": "7.4.2",
48     "redux-thunk": "2.3.0",
49     "reselect": "4.0.0",
50     "shell-quote": "1.6.1",
51     "unionize": "2.1.2",
52     "uuid": "3.3.2"
53   },
54   "scripts": {
55     "start": "react-scripts-ts start",
56     "build": "REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts-ts build",
57     "build-local": "react-scripts-ts build",
58     "test": "CI=true react-scripts-ts test --env=jsdom",
59     "test-local": "react-scripts-ts test --env=jsdom",
60     "eject": "react-scripts-ts eject",
61     "lint": "tslint src/** -t verbose",
62     "build-css": "node-sass-chokidar src/ -o src/",
63     "watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive"
64   },
65   "devDependencies": {
66     "@types/classnames": "2.2.6",
67     "@types/enzyme": "3.1.14",
68     "@types/enzyme-adapter-react-16": "1.0.3",
69     "@types/jest": "23.3.3",
70     "@types/node": "10.11.2",
71     "@types/react-dom": "16.0.0",
72     "@types/react-redux": "6.0.9",
73     "@types/react-router": "4.0.31",
74     "@types/react-router-dom": "4.3.1",
75     "@types/react-router-redux": "5.0.16",
76     "@types/redux-devtools": "3.0.44",
77     "@types/uuid": "3.4.4",
78     "axios-mock-adapter": "1.15.0",
79     "enzyme": "3.6.0",
80     "enzyme-adapter-react-16": "1.5.0",
81     "jest-localstorage-mock": "2.2.0",
82     "node-sass": "4.9.4",
83     "node-sass-chokidar": "1.3.4",
84     "redux-devtools": "3.4.1",
85     "typescript": "3.1.1"
86   },
87   "jest": {
88     "moduleNameMapper": {
89       "^~/(.*)$": "<rootDir>/src/$1"
90     }
91   }
92 }