graphql-engine/community/sample-apps/gridsome-postgres-graphql/package.json
hasura-bot dcd3ccb75b docs: update gridsome-postgres-graphql sample app
GITHUB_PR_NUMBER: 8361
GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/8361

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4110
Co-authored-by: Catalin Pit <25515812+catalinpit@users.noreply.github.com>
GitOrigin-RevId: d13d274dfb529fcd92d93cf4ecc2bfb949fd2cc3
2022-04-05 14:53:27 +00:00

15 lines
298 B
JSON

{
"name": "my-gridsome-site",
"private": true,
"scripts": {
"start": "gridsome develop",
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore"
},
"dependencies": {
"@gridsome/source-graphql": "^0.1.0",
"gridsome": "^0.7.23"
}
}