mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
19 lines
400 B
JSON
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"
|
|
}
|
|
}
|