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