summaryrefslogtreecommitdiff
path: root/web/package.json
diff options
context:
space:
mode:
authorTristan Cacqueray <tdecacqu@redhat.com>2018-10-03 07:05:06 +0000
committerMonty Taylor <mordred@inaugust.com>2018-10-06 10:42:31 -0500
commit68d11898715970f47c4d86c261dc64232a841c85 (patch)
tree974b0e60a21d8262b67c0310777d14ee48c056f5 /web/package.json
parent6f0f36aab00104321d548554f74e969064b1fe34 (diff)
downloadzuul-68d11898715970f47c4d86c261dc64232a841c85.tar.gz
Revert "Revert "web: rewrite interface in react""
This reverts commit 3dba813c643ec8f4b3323c2a09c6aecf8ad4d338. Change-Id: I233797a9b4e3485491c49675da2c2efbdba59449
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/web/package.json b/web/package.json
new file mode 100644
index 000000000..46872965a
--- /dev/null
+++ b/web/package.json
@@ -0,0 +1,40 @@
+{
+ "name": "@zuul-ci/dashboard",
+ "version": "1.0.0",
+ "description": "Web Dashboard for Zuul",
+ "repository": "https://git.zuul-ci.org/zuul",
+ "author": "Zuul Developers",
+ "license": "Apache-2.0",
+ "private": true,
+ "dependencies": {
+ "axios": "^0.18.0",
+ "lodash": "^4.17.10",
+ "patternfly-react": "^2.13.1",
+ "prop-types": "^15.6.2",
+ "react": "^16.4.2",
+ "react-dom": "^16.4.2",
+ "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"
+ },
+ "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.9.4"
+ },
+ "scripts": {
+ "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"
+ }
+}