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