generated from minskylab/base-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (36 loc) · 928 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
37
{
"name": "base",
"version": "0.1.0",
"private": false,
"scripts": {
"generate": "graphql-codegen -c codegen.yml",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "2.0.10",
"@chakra-ui/react": "2.3.4",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@urql/devtools": "2.0.3",
"framer-motion": "7.3.5",
"graphql": "16.6.0",
"next": "12.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"urql": "3.0.3"
},
"devDependencies": {
"@graphql-codegen/cli": "2.11.3",
"@graphql-codegen/typescript": "2.7.2",
"@graphql-codegen/typescript-operations": "2.5.2",
"@graphql-codegen/typescript-urql": "3.6.3",
"@types/react": "18.0.15",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"prettier": "2.7.1",
"typescript": "4.8.3"
}
}