Skip to content

Commit 38cb56c

Browse files
committed
add relay packages/deps/etc
note the proxy allows me to forward traffic through my dev machine to my graphene server so I don't need to deal with cross site markla
1 parent 55465f9 commit 38cb56c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "cata",
33
"version": "0.1.0",
44
"private": true,
5+
"proxy": "http://localhost:8080/",
56
"devDependencies": {
67
"react-scripts": "0.6.1"
78
},
@@ -10,8 +11,10 @@
1011
"react": "^15.3.2",
1112
"react-bootstrap": "^0.30.5",
1213
"react-dom": "^15.3.2",
14+
"react-relay": "^0.9.3",
1315
"react-router": "^2.8.1",
14-
"react-router-bootstrap": "^0.23.1"
16+
"react-router-bootstrap": "^0.23.1",
17+
"react-router-relay": "^0.13.5"
1518
},
1619
"scripts": {
1720
"start": "react-scripts start",

0 commit comments

Comments
 (0)