-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 967 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
33
34
35
36
{
"name": "with-chakra-ui",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"gen": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.0",
"@chakra-ui/react": "^1.0.0",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@urql/exchange-graphcache": "^4.0.0",
"formik": "^2.2.6",
"framer-motion": "3.10.6",
"graphql": "^15.5.0",
"isomorphic-unfetch": "^3.1.0",
"next": "^10.1.3",
"next-urql": "^3.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-is": "^17.0.1",
"urql": "^2.0.1"
},
"license": "MIT",
"devDependencies": {
"@graphql-codegen/cli": "1.21.2",
"@graphql-codegen/typescript": "1.21.1",
"@graphql-codegen/typescript-operations": "1.17.15",
"@graphql-codegen/typescript-urql": "^2.0.4",
"@types/node": "^14.14.32",
"typescript": "^4.2.3"
}
}