-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.06 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"gen": "graphql codegen"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.0",
"@chakra-ui/react": "^1.8.8",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@urql/exchange-graphcache": "^4.3.6",
"formik": "^2.2.9",
"framer-motion": "^4.0.3",
"graphql": "^16.1.0",
"isomorphic-unfetch": "^3.1.0",
"moment": "^2.29.1",
"next": "latest",
"next-urql": "^3.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-is": "^17.0.2",
"urql": "^2.0.5"
},
"devDependencies": {
"@graphql-cli/codegen": "^2.1.7",
"@graphql-codegen/cli": "2.3.0",
"@graphql-codegen/schema-ast": "^2.4.1",
"@graphql-codegen/typescript": "2.4.1",
"@graphql-codegen/typescript-operations": "2.2.1",
"@graphql-codegen/typescript-urql": "^3.4.1",
"@types/node": "^16.11.11",
"graphql-cli": "^4.1.0",
"prettier": "^2.5.0",
"typescript": "^4.5.2"
}
}