forked from netlify/matterday.netlify.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 KB
/
package.json
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
30
31
32
33
34
35
36
37
38
{
"name": "next-js",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "graphql-codegen --config graphql.config.yaml --errors-only"
},
"dependencies": {
"@nhost/nextjs": "^1.6.1",
"@nhost/react": "^0.11.1",
"@octokit/core": "^4.0.4",
"@types/bad-words": "^3.0.1",
"bad-words": "^3.0.4",
"express": "^4.18.1",
"graphql": "^16.5.0",
"graphql-request": "^4.3.0",
"next": "12.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.8.1",
"@graphql-codegen/typescript-graphql-request": "^4.5.1",
"@graphql-codegen/typescript-operations": "^2.5.1",
"@graphql-codegen/typescript-react-query": "^3.6.1",
"@types/express": "^4.17.13",
"@types/react": "^18.0.15",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"graphql-tag": "^2.12.6",
"typescript": "^4.7.4"
}
}