-
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",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"gen": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/client": "^3.3.8",
"@chakra-ui/icons": "^1.0.4",
"@chakra-ui/react": "^1.0.0",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@urql/exchange-graphcache": "^3.4.0",
"formik": "^2.2.6",
"framer-motion": "^2.9.4",
"graphql": "^15.4.0",
"next": "^10.0.6",
"next-apollo": "^5.0.4",
"next-urql": "^2.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-is": "^17.0.1",
"typeorm": "^0.2.30",
"urql": "^1.11.6",
"vercel": "^21.2.3"
},
"license": "MIT",
"devDependencies": {
"@graphql-codegen/cli": "1.20.0",
"@graphql-codegen/typescript": "1.20.0",
"@graphql-codegen/typescript-operations": "1.17.13",
"@graphql-codegen/typescript-react-apollo": "^2.2.1",
"@graphql-codegen/typescript-urql": "^2.0.3",
"@types/node": "^14.14.20",
"typescript": "^4.1.3"
}
}