graphql-engine/community/sample-apps/gatsby-postgres-graphql/package.json

22 lines
542 B
JSON
Raw Normal View History

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