-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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
39
40
{
"name": "with-chakra-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"gen": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/client": "^3.2.2",
"@chakra-ui/core": "^0.5.2",
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"@urql/exchange-graphcache": "^3.1.1",
"emotion-theming": "^10.0.27",
"formik": "^2.1.5",
"graphql": "^15.3.0",
"isomorphic-unfetch": "^3.0.0",
"next": "^9.1.7",
"next-apollo": "^5.0.0",
"next-urql": "^1.1.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-icons": "^3.11.0",
"react-is": "^16.13.1",
"urql": "^1.10.1"
},
"license": "MIT",
"devDependencies": {
"@graphql-codegen/cli": "1.17.8",
"@graphql-codegen/typescript": "1.17.8",
"@graphql-codegen/typescript-operations": "1.17.8",
"@graphql-codegen/typescript-react-apollo": "^2.0.7",
"@graphql-codegen/typescript-urql": "^2.0.1",
"@types/node": "^14.11.1",
"typescript": "^4.0.2"
}
}