diff options
author | Quentin Gliech <quentingliech@gmail.com> | 2018-07-22 00:19:38 +0200 |
---|---|---|
committer | Quentin Gliech <quentingliech@gmail.com> | 2018-07-22 00:19:38 +0200 |
commit | 62c422fa96d9751903e8eeb8ff6bccc45eb5995a (patch) | |
tree | 18b982e0e7b143b4f65849a5f80b5f1bd0a27d88 /webui/package.json | |
parent | 3dd41e5da17c41d24fe295819b3717e5ae47794d (diff) | |
download | git-bug-62c422fa96d9751903e8eeb8ff6bccc45eb5995a.tar.gz |
Basic WebUI
Based on Material-UI, react-router and react-apollo
Diffstat (limited to 'webui/package.json')
-rw-r--r-- | webui/package.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/webui/package.json b/webui/package.json index 373f0147..2a7cef14 100644 --- a/webui/package.json +++ b/webui/package.json @@ -3,8 +3,14 @@ "version": "0.1.0", "private": true, "dependencies": { + "@material-ui/core": "^1.4.0", + "apollo-boost": "^0.1.10", + "graphql": "^0.13.2", "react": "^16.4.1", + "react-apollo": "^2.1.9", "react-dom": "^16.4.1", + "react-router": "^4.3.1", + "react-router-dom": "^4.3.1", "react-scripts": "1.1.4" }, "scripts": { @@ -12,5 +18,6 @@ "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" - } + }, + "proxy": "http://localhost:3001" } |