-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 990 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "keep-graph",
"homepage": "https://kadukeitor.github.io/keep-graph",
"version": "1.0.0",
"private": true,
"dependencies": {
"apollo-cache-inmemory": "^1.1.12",
"apollo-client": "^2.2.8",
"apollo-link": "^1.2.1",
"apollo-link-context": "^1.0.7",
"apollo-link-http": "^1.5.3",
"apollo-link-ws": "^1.0.7",
"apollo-utilities": "^1.0.11",
"gh-pages": "^1.1.0",
"graphql": "^0.13.2",
"graphql-tag": "^2.8.0",
"jwt-decode": "^2.2.0",
"masonry-layout": "^4.2.1",
"material-ui": "^0.20.0",
"react": "^16.2.0",
"react-apollo": "^2.1.2",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.0",
"subscriptions-transport-ws": "^0.9.7"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}