graphql-engine/server/graphiql/package.json
2018-07-20 12:52:46 +05:30

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"
}
}