aboutsummaryrefslogtreecommitdiffstats
path: root/webui/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'webui/package.json')
-rw-r--r--webui/package.json9
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"
}