File size: 831 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "private": true,
  "scripts": {
    "dev": "graphql-codegen --config codegen.ts && node ./add-ts-nocheck.js && next dev",
    "build": "graphql-codegen --config codegen.ts && node ./add-ts-nocheck.js && next build",
    "start": "next start",
    "lint": "next lint",
    "codegen": "graphql-codegen --config codegen.ts && node ./add-ts-nocheck.js"
  },
  "dependencies": {
    "graphql": "^16.9.0",
    "graphql-tag": "^2.12.6",
    "next": "latest",
    "react": "18.3.1",
    "react-dom": "18.3.1"
  },
  "devDependencies": {
    "@graphql-codegen/cli": "5.0.0",
    "@graphql-codegen/client-preset": "4.3.3",
    "@graphql-codegen/schema-ast": "^4.1.0",
    "@types/node": "^20",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "eslint": "^9",
    "eslint-config-next": "latest",
    "typescript": "^5"
  }
}