2 "name": "arvados-workbench-2",
6 "@babel/core": "^7.16.0",
7 "@babel/runtime-corejs2": "^7.0.0",
8 "@coreui/coreui": "^4.3.2",
9 "@coreui/react": "^4.11.0",
10 "@date-io/date-fns": "1",
11 "@emotion/react": "^11.11.4",
12 "@emotion/styled": "^11.11.5",
13 "@fortawesome/fontawesome-svg-core": "1.2.28",
14 "@fortawesome/free-solid-svg-icons": "5.13.0",
15 "@fortawesome/react-fontawesome": "0.1.9",
16 "@mui/icons-material": "^5.15.20",
17 "@mui/material": "^5.15.20",
18 "@mui/styles": "^5.15.20",
19 "@mui/x-date-pickers": "^7.7.0",
20 "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
21 "@svgr/webpack": "^5.5.0",
22 "@types/debounce": "3.0.0",
23 "@types/dompurify": "^3.0.3",
24 "@types/file-saver": "2.0.0",
25 "@types/js-yaml": "3.11.2",
26 "@types/jssha": "0.0.29",
27 "@types/jszip": "3.1.5",
28 "@types/lodash": "4.14.116",
29 "@types/react": "17.0.11",
30 "@types/react-copy-to-clipboard": "^5.0.7",
31 "@types/react-dropzone": "4.2.2",
32 "@types/react-highlight-words": "0.12.0",
33 "@types/react-virtualized-auto-sizer": "1.0.0",
34 "@types/react-window": "1.8.2",
35 "@types/redux-form": "7.4.12",
36 "@types/shell-escape": "^0.2.0",
38 "babel-loader": "^8.2.3",
39 "babel-plugin-named-asset-import": "^0.3.8",
40 "babel-preset-react-app": "^10.0.1",
42 "bootstrap": "^5.3.2",
43 "browserslist": "^4.18.1",
44 "camelcase": "^6.2.1",
45 "caniuse-lite": "1.0.30001612",
46 "case-sensitive-paths-webpack-plugin": "^2.4.0",
47 "classnames": "2.2.6",
48 "css-loader": "^6.5.1",
49 "css-minimizer-webpack-plugin": "^3.2.0",
51 "date-fns": "^2.28.0",
53 "dompurify": "^3.0.6",
55 "dotenv-expand": "^5.1.0",
58 "eslint-config-react-app": "^7.0.0",
59 "eslint-webpack-plugin": "^3.1.1",
60 "file-loader": "^6.2.0",
61 "file-saver": "2.0.1",
62 "fs-extra": "^10.0.0",
64 "html-webpack-plugin": "^5.5.0",
65 "identity-obj-proxy": "^3.0.0",
71 "lodash-es": "^4.17.21",
72 "lodash.mergewith": "4.6.2",
73 "lodash.template": "4.5.0",
76 "mini-css-extract-plugin": "^2.4.5",
78 "parse-duration": "0.4.4",
79 "path-browserify": "^1.0.1",
81 "postcss-flexbugs-fixes": "^5.0.2",
82 "postcss-loader": "^6.2.1",
83 "postcss-normalize": "^10.0.1",
84 "postcss-preset-env": "^7.0.1",
86 "prop-types": "15.7.2",
87 "query-string": "6.9.0",
89 "react-app-polyfill": "^3.0.0",
90 "react-copy-to-clipboard": "^5.1.0",
91 "react-dev-utils": "^12.0.0",
93 "react-dnd-html5-backend": "5.0.1",
94 "react-dom": "16.14.0",
95 "react-dropzone": "5.1.1",
96 "react-highlight-words": "0.14.0",
97 "react-idle-timer": "4.3.6",
98 "react-loader-spinner": "^6.1.6",
99 "react-redux": "5.1.0",
100 "react-refresh": "^0.11.0",
101 "react-router": "4.3.1",
102 "react-router-dom": "4.3.1",
103 "react-router-redux": "5.0.0-alpha.9",
104 "react-rte": "^0.16.5",
105 "react-splitter-layout": "3.0.1",
106 "react-transition-group": "2.5.0",
107 "react-virtualized-auto-sizer": "1.0.2",
108 "react-window": "1.8.5",
110 "redux-devtools-extension": "^2.13.9",
111 "redux-form": "7.4.2",
112 "redux-thunk": "2.3.0",
114 "resolve": "^1.20.0",
115 "resolve-url-loader": "^4.0.0",
116 "sass-loader": "^12.3.0",
118 "set-value": "2.0.1",
119 "shell-escape": "^0.2.0",
121 "source-map-loader": "^3.0.0",
122 "style-loader": "^3.3.1",
123 "tailwindcss": "^3.0.2",
124 "terser-webpack-plugin": "^5.2.5",
125 "tippy.js": "^6.3.7",
128 "webpack": "^5.64.4",
129 "webpack-dev-server": "^4.6.0",
130 "webpack-manifest-plugin": "^4.0.2",
131 "workbox-webpack-plugin": "^6.4.1"
134 "start": "BROWSER=none node scripts/start.js",
135 "build": "REACT_APP_VERSION=$VERSION REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT node scripts/build.js",
136 "build-local": "node scripts/build.js",
137 "test": "CI=true node scripts/test.js",
138 "test-local": "node scripts/test.js",
139 "test-cypress": " yarn cypress run --component",
140 "lint": "tslint src/** -t verbose",
141 "build-css": "node-sass src/ -o src/",
142 "watch-css": "npm run build-css && node-sass src/ -o src/ --watch --recursive"
145 "@sinonjs/fake-timers": "^10.3.0",
146 "@types/classnames": "2.2.6",
147 "@types/is-image": "3.0.0",
148 "@types/node": "15.12.4",
149 "@types/react-dom": "17.0.8",
150 "@types/react-redux": "6.0.9",
151 "@types/react-router": "4.0.31",
152 "@types/react-router-dom": "4.3.1",
153 "@types/react-router-redux": "5.0.16",
154 "@types/redux-devtools": "3.0.44",
155 "@types/redux-mock-store": "1.0.2",
156 "@types/sinon": "7.5",
157 "@types/uuid": "3.4.4",
158 "axios-mock-adapter": "1.17.0",
159 "cypress": "^13.6.6",
160 "cypress-wait-until": "^3.0.1",
161 "node-sass": "^9.0.0",
162 "redux-devtools": "3.4.1",
163 "redux-mock-store": "1.5.4",
164 "ts-mock-imports": "1.3.7",
166 "tslint-etc": "1.6.0",
167 "typescript": "4.3.4",
178 "last 1 chrome version",
179 "last 1 firefox version",
180 "last 1 safari version"
183 "packageManager": "yarn@3.2.0",