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