Skip to content

Commit 5be6b4a

Browse files
committed
Adding deps
1 parent bbc81f2 commit 5be6b4a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

client/package.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "client",
3+
"version": "0.1.0",
4+
"private": true,
5+
"dependencies": {
6+
"@reach/router": "^1.2.1",
7+
"apollo-cache-inmemory": "alpha",
8+
"apollo-client": "alpha",
9+
"apollo-link-http": "^1.5.5",
10+
"emotion": "^9.2.12",
11+
"graphql": "^14.0.2",
12+
"graphql-tag": "^2.10.0",
13+
"polished": "^2.3.0",
14+
"react": "^16.5.2",
15+
"react-apollo": "alpha",
16+
"react-dom": "^16.5.2",
17+
"react-emotion": "^9.2.12",
18+
"react-scripts": "2.0.4"
19+
},
20+
"scripts": {
21+
"start": "react-scripts start",
22+
"build": "react-scripts build"
23+
},
24+
"eslintConfig": {
25+
"extends": "react-app"
26+
},
27+
"devDependencies": {
28+
"apollo": "^2.0.0-beta.89",
29+
"artillery": "^1.6.0-25"
30+
}
31+
}

0 commit comments

Comments
 (0)