summaryrefslogtreecommitdiff
path: root/web/package.json
blob: 25178538896d9327a38aa19bc43fc5c480f9bdf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
  "name": "@zuul-ci/dashboard",
  "version": "1.0.0",
  "description": "Zuul Web Dashboard",
  "repository": "https://opendev.org/zuul/zuul",
  "author": "Zuul Developers",
  "license": "Apache-2.0",
  "private": true,
  "dependencies": {
    "@patternfly/react-charts": "^6.51.5",
    "@patternfly/react-core": "^4.198.5",
    "@patternfly/react-table": "^4.67.5",
    "@softwarefactory-project/re-ansi": "^0.5.0",
    "axios": "^0.26.0",
    "broadcast-channel": "^4.5.0",
    "d3-graphviz": "2.6.1",
    "js-yaml": "^3.13.0",
    "lodash": "^4.17.10",
    "moment": "^2.22.2",
    "moment-duration-format": "2.3.2",
    "moment-timezone": "^0.5.28",
    "oidc-client": "^1.10.1",
    "oidc-react": "^1.5.1",
    "patternfly-react": "^2.39.16",
    "prop-types": "^15.6.2",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-height": "^3.0.0",
    "react-json-view": "^1.21.1",
    "react-redux": "<7.1.1",
    "react-router": "5.2.0",
    "react-router-dom": "5.2.0",
    "react-scripts": "3.4.1",
    "react-select": "3.1.0",
    "react-test-renderer": "16.13.1",
    "redux": "^4.0.5",
    "redux-immutable-state-invariant": "^2.1.0",
    "redux-thunk": "^2.3.0",
    "sockette": "^2.0.0",
    "swagger-ui": "^3.20.1",
    "xterm": "^4.12.0",
    "xterm-addon-fit": "^0.5.0",
    "xterm-addon-search": "^0.8.0",
    "xterm-addon-web-links": "^0.4.0"
  },
  "resolutions": {
    "formdata-node": "2.1.1",
    "nanoid": "2.1.11"
  },
  "devDependencies": {
    "customize-cra": "^1.0.0",
    "eslint-plugin-jest": "^23.8.2",
    "eslint-plugin-react": "^7.19.0",
    "eslint-plugin-standard": "^4.0.1",
    "react-app-rewired": "^2.2.1",
    "react-app-rewired-esbuild": "^0.0.11",
    "yarn": "^1.16.0"
  },
  "scripts": {
    "start:opendev": "REACT_APP_ZUUL_API='https://zuul.opendev.org/api/' react-app-rewired start",
    "start:openstack": "REACT_APP_ZUUL_API='https://zuul.openstack.org/api/' react-app-rewired start",
    "start:multi": "REACT_APP_ZUUL_API='https://softwarefactory-project.io/zuul/api/' react-app-rewired start",
    "start": "react-app-rewired start",
    "build": "react-app-rewired --max_old_space_size=4096 build",
    "test": "react-app-rewired test --env=jsdom --watchAll=false",
    "eject": "react-scripts eject",
    "lint": "eslint --ext .js --ext .jsx src",
    "lint-fix": "eslint --ext .js --ext .jsx --fix src"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ]
}