mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-05-08 02:19:02 +08: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"
|
|
}
|
|
}
|