-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 875 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
{
"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": "^3.3.3",
"formik": "^2.2.5",
"framer-motion": "^2.9.4",
"graphql": "^15.4.0",
"next": "latest",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"urql": "^1.11.4"
},
"license": "MIT",
"devDependencies": {
"@graphql-codegen/cli": "1.20.0",
"@graphql-codegen/typescript": "1.20.0",
"@graphql-codegen/typescript-operations": "1.17.7",
"@graphql-codegen/typescript-urql": "^2.0.3",
"@types/node": "^14.0.27",
"typescript": "^4.1.2"
}
}