We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc81f2 commit 5be6b4aCopy full SHA for 5be6b4a
client/package.json
@@ -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