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