mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
e3f960da96
fix #59
22 lines
505 B
JSON
22 lines
505 B
JSON
{
|
|
"name": "graphiql",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"apollo-link": "^1.2.2",
|
|
"apollo-link-ws": "^1.0.8",
|
|
"graphiql": "^0.11.11",
|
|
"graphql": "^0.13.2",
|
|
"react": "^16.4.1",
|
|
"react-dom": "^16.4.1",
|
|
"react-scripts": "1.1.4",
|
|
"subscriptions-transport-ws": "^0.9.12"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|