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