summaryrefslogtreecommitdiff
path: root/web/package.json
blob: b811c7a249d2744fe6515cce539a44191399a641 (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
{
  "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": {
    "axios": "^0.19.0",
    "immutability-helper": "^2.8.1",
    "js-yaml": "^3.13.0",
    "lodash": "^4.17.10",
    "moment": "^2.22.2",
    "moment-duration-format": "2.3.2",
    "patternfly-react": "^2.13.1",
    "prop-types": "^15.6.2",
    "react": "^16.4.2",
    "react-dom": "^16.4.2",
    "react-height": "^3.0.0",
    "react-json-view": "^1.19.1",
    "react-redux": "^5.0.7",
    "react-router": "^4.3.1",
    "react-router-dom": "^4.3.1",
    "react-scripts": "1.1.4",
    "redux": "<4.0.0",
    "redux-thunk": "^2.3.0",
    "sockette": "^2.0.0",
    "swagger-ui": "^3.20.1",
    "xterm": "^3.14.5"
  },
  "devDependencies": {
    "eslint": "^5.3.0",
    "eslint-plugin-jest": "^21.21.0",
    "eslint-plugin-react": "^7.11.1",
    "eslint-plugin-standard": "^3.1.0",
    "yarn": "^1.16.0"
  },
  "scripts": {
    "start:opendev": "REACT_APP_ZUUL_API='https://zuul.opendev.org/api/' react-scripts start",
    "start:openstack": "REACT_APP_ZUUL_API='https://zuul.openstack.org/api/' react-scripts start",
    "start:multi": "REACT_APP_ZUUL_API='https://softwarefactory-project.io/zuul/api/' react-scripts start",
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject",
    "lint": "eslint --ext .js --ext .jsx src"
  }
}