21700: Install Bundler system-wide in Rails postinst
[arvados.git] / services / workbench2 / package.json
1 {
2   "name": "arvados-workbench-2",
3   "version": "0.1.0",
4   "private": true,
5   "dependencies": {
6     "@babel/core": "^7.0.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     "@fortawesome/fontawesome-svg-core": "1.2.28",
12     "@fortawesome/free-solid-svg-icons": "5.13.0",
13     "@fortawesome/react-fontawesome": "0.1.9",
14     "@material-ui/core": "3.9.3",
15     "@material-ui/icons": "3.0.1",
16     "@types/debounce": "3.0.0",
17     "@types/dompurify": "^3.0.3",
18     "@types/file-saver": "2.0.0",
19     "@types/js-yaml": "3.11.2",
20     "@types/jssha": "0.0.29",
21     "@types/jszip": "3.1.5",
22     "@types/lodash": "4.14.116",
23     "@types/react": "17.0.11",
24     "@types/react-copy-to-clipboard": "5.0.0",
25     "@types/react-dropzone": "4.2.2",
26     "@types/react-highlight-words": "0.12.0",
27     "@types/react-virtualized-auto-sizer": "1.0.0",
28     "@types/react-window": "1.8.2",
29     "@types/redux-form": "7.4.12",
30     "@types/shell-escape": "^0.2.0",
31     "axios": "^0.28.1",
32     "bootstrap": "^5.3.2",
33     "caniuse-lite": "1.0.30001606",
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-loader-spinner": "^6.1.6",
66     "react-redux": "5.0.7",
67     "react-router": "4.3.1",
68     "react-router-dom": "4.3.1",
69     "react-router-redux": "5.0.0-alpha.9",
70     "react-rte": "^0.16.5",
71     "react-scripts": "4.0.1",
72     "react-splitter-layout": "3.0.1",
73     "react-transition-group": "2.5.0",
74     "react-virtualized-auto-sizer": "1.0.2",
75     "react-window": "1.8.5",
76     "redux": "4.0.3",
77     "redux-devtools-extension": "^2.13.9",
78     "redux-form": "7.4.2",
79     "redux-thunk": "2.3.0",
80     "reselect": "4.0.0",
81     "set-value": "2.0.1",
82     "shell-escape": "^0.2.0",
83     "sinon": "7.3",
84     "tippy.js": "^6.3.7",
85     "unionize": "2.1.2",
86     "uuid": "3.3.2"
87   },
88   "scripts": {
89     "start": "BROWSER=none react-scripts start",
90     "build": "REACT_APP_VERSION=$VERSION REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts build",
91     "build-local": "react-scripts build",
92     "test": "CI=true react-scripts test",
93     "test-local": "react-scripts test",
94     "eject": "react-scripts eject",
95     "lint": "tslint src/** -t verbose",
96     "build-css": "node-sass src/ -o src/",
97     "watch-css": "npm run build-css && node-sass src/ -o src/ --watch --recursive"
98   },
99   "devDependencies": {
100     "@sinonjs/fake-timers": "^10.3.0",
101     "@types/classnames": "2.2.6",
102     "@types/enzyme": "3.1.14",
103     "@types/enzyme-adapter-react-16": "1.0.3",
104     "@types/is-image": "3.0.0",
105     "@types/jest": "26.0.23",
106     "@types/node": "15.12.4",
107     "@types/react-dom": "17.0.8",
108     "@types/react-redux": "6.0.9",
109     "@types/react-router": "4.0.31",
110     "@types/react-router-dom": "4.3.1",
111     "@types/react-router-redux": "5.0.16",
112     "@types/redux-devtools": "3.0.44",
113     "@types/redux-mock-store": "1.0.2",
114     "@types/sinon": "7.5",
115     "@types/uuid": "3.4.4",
116     "axios-mock-adapter": "1.17.0",
117     "cypress": "^13.6.6",
118     "cypress-wait-until": "^3.0.1",
119     "enzyme": "3.11.0",
120     "enzyme-adapter-react-16": "1.15.6",
121     "jest-localstorage-mock": "2.2.0",
122     "node-sass": "^9.0.0",
123     "redux-devtools": "3.4.1",
124     "redux-mock-store": "1.5.4",
125     "ts-mock-imports": "1.3.7",
126     "tslint": "5.20.0",
127     "tslint-etc": "1.6.0",
128     "typescript": "4.3.4",
129     "wait-on": "4.0.2",
130     "yamljs": "0.3.0"
131   },
132   "browserslist": {
133     "production": [
134       ">0.2%",
135       "not dead",
136       "not op_mini all"
137     ],
138     "development": [
139       "last 1 chrome version",
140       "last 1 firefox version",
141       "last 1 safari version"
142     ]
143   },
144   "packageManager": "yarn@3.2.0",
145   "eslintConfig": {
146     "extends": [
147       "react-app",
148       "react-app/jest"
149     ]
150   }
151 }