mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
22 lines
542 B
JSON
22 lines
542 B
JSON
{
|
|
"name": "gatsby-postgres-graphql",
|
|
"description": "Gatsby simple source hasura graphql cms",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"develop": "gatsby develop",
|
|
"build": "gatsby build",
|
|
"serve": "gatsby serve"
|
|
},
|
|
"dependencies": {
|
|
"@hot-loader/react-dom": "^16.11.0",
|
|
"@apollo/react-hooks": "^3.1.3",
|
|
"apollo-boost": "^0.4.7",
|
|
"gatsby": "^2.18.17",
|
|
"gatsby-link": "^2.2.27",
|
|
"gatsby-source-graphql": "^2.1.29",
|
|
"isomorphic-fetch": "^2.2.1",
|
|
"react": "^16.12",
|
|
"react-dom": "^16.12"
|
|
}
|
|
}
|