mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
810c94c776
GITHUB_PR_NUMBER: 8320 GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/8320 PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3976 Co-authored-by: arjunyel <11153289+arjunyel@users.noreply.github.com> GitOrigin-RevId: a3d8f705900c814a3f2017b239b86960943c8677
26 lines
547 B
JSON
26 lines
547 B
JSON
{
|
|
"name": "nextjs-incremental-static-regeneration",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"graphql": "^16.3.0",
|
|
"graphql-request": "^4.1.0",
|
|
"next": "12.1.0",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "17.0.21",
|
|
"@types/react": "17.0.39",
|
|
"eslint": "8.10.0",
|
|
"eslint-config-next": "12.1.0",
|
|
"typescript": "4.6.2"
|
|
}
|
|
}
|