graphql-engine/server/graphiql/package.json

22 lines
505 B
JSON
Raw Normal View History

2018-06-27 16:11:32 +03:00
{
"name": "graphiql",
2018-06-27 16:11:32 +03:00
"version": "0.1.0",
"private": true,
"dependencies": {
"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",
"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"
}
}