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