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