-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 841 Bytes
/
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
{
"name": "stations",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"codegen": "graphql-codegen --config codegen.yml",
"cypress": "cypress open",
"cypress:headless": "cypress run"
},
"dependencies": {
"@apollo/client": "^3.3.18",
"graphql": "^15.5.0",
"lodash": "^4.17.21",
"next": "10.2.0",
"next-with-apollo": "^5.1.1",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@graphql-codegen/add": "^2.0.2",
"@graphql-codegen/cli": "^1.21.4",
"@graphql-codegen/typescript-operations": "^1.17.16",
"@graphql-codegen/typescript-react-apollo": "^2.2.4",
"@types/lodash": "^4.14.169",
"@types/react": "^18.0.1",
"cypress": "^12.1.0",
"typescript": "^4.2.4"
}
}