mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
dcd3ccb75b
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
15 lines
298 B
JSON
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"
|
|
}
|
|
}
|