2018-06-27 16:11:32 +03:00
|
|
|
{
|
2018-07-20 10:22:46 +03:00
|
|
|
"name": "graphiql",
|
2018-06-27 16:11:32 +03:00
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2018-07-20 10:22:46 +03:00
|
|
|
"apollo-link": "^1.2.2",
|
|
|
|
"apollo-link-ws": "^1.0.8",
|
2018-06-27 16:11:32 +03:00
|
|
|
"graphiql": "^0.11.11",
|
|
|
|
"graphql": "^0.13.2",
|
2018-07-20 10:22:46 +03:00
|
|
|
"react": "^16.4.1",
|
|
|
|
"react-dom": "^16.4.1",
|
|
|
|
"react-scripts": "1.1.4",
|
|
|
|
"subscriptions-transport-ws": "^0.9.12"
|
2018-06-27 16:11:32 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test --env=jsdom",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
}
|
|
|
|
}
|