graphql-engine/server/graphiql/package.json
2018-06-28 00:32:00 +05:30

19 lines
400 B
JSON

{
"name": "react-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"graphiql": "^0.11.11",
"graphql": "^0.13.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts": "1.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}