Merge branch '21128-toolbar-context-menu'
[arvados-workbench2.git] / package.json
1 {
2   "name": "arvados-workbench-2",
3   "version": "0.1.0",
4   "private": true,
5   "dependencies": {
6     "@coreui/coreui": "^4.3.2",
7     "@coreui/react": "^4.11.0",
8     "@date-io/date-fns": "1",
9     "@fortawesome/fontawesome-svg-core": "1.2.28",
10     "@fortawesome/free-solid-svg-icons": "5.13.0",
11     "@fortawesome/react-fontawesome": "0.1.9",
12     "@material-ui/core": "3.9.3",
13     "@material-ui/icons": "3.0.1",
14     "@types/debounce": "3.0.0",
15     "@types/dompurify": "^3.0.3",
16     "@types/file-saver": "2.0.0",
17     "@types/js-yaml": "3.11.2",
18     "@types/jssha": "0.0.29",
19     "@types/jszip": "3.1.5",
20     "@types/lodash": "4.14.116",
21     "@types/react": "17.0.11",
22     "@types/react-copy-to-clipboard": "5.0.0",
23     "@types/react-dropzone": "4.2.2",
24     "@types/react-highlight-words": "0.12.0",
25     "@types/react-virtualized-auto-sizer": "1.0.0",
26     "@types/react-window": "1.8.2",
27     "@types/redux-form": "7.4.12",
28     "@types/shell-escape": "^0.2.0",
29     "axios": "^0.21.1",
30     "babel-core": "6.26.3",
31     "babel-runtime": "6.26.0",
32     "bootstrap": "^5.3.2",
33     "caniuse-lite": "1.0.30001299",
34     "classnames": "2.2.6",
35     "cwlts": "1.15.29",
36     "date-fns": "^2.28.0",
37     "debounce": "1.2.0",
38     "dompurify": "^3.0.6",
39     "elliptic": "6.5.4",
40     "file-saver": "2.0.1",
41     "fstream": "1.0.12",
42     "is-image": "3.0.0",
43     "js-yaml": "3.13.1",
44     "jssha": "2.3.1",
45     "jszip": "^3.10.1",
46     "lodash": "^4.17.21",
47     "lodash-es": "^4.17.21",
48     "lodash.mergewith": "4.6.2",
49     "lodash.template": "4.5.0",
50     "material-ui-pickers": "^2.2.4",
51     "mem": "4.0.0",
52     "mime": "^3.0.0",
53     "moment": "^2.29.4",
54     "parse-duration": "0.4.4",
55     "prop-types": "15.7.2",
56     "query-string": "6.9.0",
57     "react": "16.14.0",
58     "react-copy-to-clipboard": "5.0.3",
59     "react-dnd": "5.0.0",
60     "react-dnd-html5-backend": "5.0.1",
61     "react-dom": "16.14.0",
62     "react-dropzone": "5.1.1",
63     "react-highlight-words": "0.14.0",
64     "react-idle-timer": "4.3.6",
65     "react-redux": "5.0.7",
66     "react-router": "4.3.1",
67     "react-router-dom": "4.3.1",
68     "react-router-redux": "5.0.0-alpha.9",
69     "react-rte": "^0.16.5",
70     "react-scripts": "3.4.4",
71     "react-splitter-layout": "3.0.1",
72     "react-transition-group": "2.5.0",
73     "react-virtualized-auto-sizer": "1.0.2",
74     "react-window": "1.8.5",
75     "redux": "4.0.3",
76     "redux-devtools-extension": "^2.13.9",
77     "redux-form": "7.4.2",
78     "redux-thunk": "2.3.0",
79     "reselect": "4.0.0",
80     "set-value": "2.0.1",
81     "shell-escape": "^0.2.0",
82     "sinon": "7.3",
83     "tippy.js": "^6.3.7",
84     "unionize": "2.1.2",
85     "uuid": "3.3.2"
86   },
87   "scripts": {
88     "start": "react-scripts start",
89     "build": "REACT_APP_VERSION=$VERSION REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts build",
90     "build-local": "react-scripts build",
91     "test": "CI=true react-scripts test",
92     "test-local": "react-scripts test",
93     "eject": "react-scripts eject",
94     "lint": "tslint src/** -t verbose",
95     "build-css": "node-sass-chokidar src/ -o src/",
96     "watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive"
97   },
98   "devDependencies": {
99     "@sinonjs/fake-timers": "^10.3.0",
100     "@types/classnames": "2.2.6",
101     "@types/enzyme": "3.1.14",
102     "@types/enzyme-adapter-react-16": "1.0.3",
103     "@types/is-image": "3.0.0",
104     "@types/jest": "26.0.23",
105     "@types/node": "15.12.4",
106     "@types/react-dom": "17.0.8",
107     "@types/react-redux": "6.0.9",
108     "@types/react-router": "4.0.31",
109     "@types/react-router-dom": "4.3.1",
110     "@types/react-router-redux": "5.0.16",
111     "@types/redux-devtools": "3.0.44",
112     "@types/redux-mock-store": "1.0.2",
113     "@types/sinon": "7.5",
114     "@types/uuid": "3.4.4",
115     "axios-mock-adapter": "1.17.0",
116     "cypress": "6.3.0",
117     "enzyme": "3.11.0",
118     "enzyme-adapter-react-16": "1.15.6",
119     "jest-localstorage-mock": "2.2.0",
120     "node-sass": "^9.0.0",
121     "node-sass-chokidar": "^2.0.0",
122     "redux-devtools": "3.4.1",
123     "redux-mock-store": "1.5.4",
124     "ts-mock-imports": "1.3.7",
125     "tslint": "5.20.0",
126     "tslint-etc": "1.6.0",
127     "typescript": "4.3.4",
128     "wait-on": "4.0.2",
129     "yamljs": "0.3.0"
130   },
131   "browserslist": {
132     "production": [
133       ">0.2%",
134       "not dead",
135       "not op_mini all"
136     ],
137     "development": [
138       "last 1 chrome version",
139       "last 1 firefox version",
140       "last 1 safari version"
141     ]
142   },
143   "packageManager": "yarn@3.2.0"
144 }