-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.93 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "hs-bg-turnament",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"gql:build-types": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/client": "^3.7.2",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@graphql-tools/schema": "^9.0.12",
"@mantine/core": "^5.9.6",
"@mantine/form": "^5.9.6",
"@mantine/hooks": "^5.9.6",
"@mantine/next": "^5.9.6",
"@next/font": "13.0.7",
"@prisma/client": "^4.11.0",
"@tabler/icons": "^1.119.0",
"@tanstack/react-query": "^4.22.0",
"@trpc/client": "^10.15.0",
"@trpc/next": "^10.15.0",
"@trpc/react-query": "^10.15.0",
"@trpc/server": "^10.15.0",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"date-fns": "^2.29.3",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"graphql-yoga": "^3.1.1",
"next": "^13.2.4",
"prisma": "^4.11.0",
"react": "18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.2.0",
"recoil": "^0.7.6",
"socket.io": "^4.5.4",
"socket.io-client": "^4.5.4",
"swr": "^2.0.0",
"trpc": "^0.11.3",
"typescript": "^4.9.5",
"zod": "^3.20.2",
"zustand": "^4.3.2"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.16.1",
"@graphql-codegen/typescript": "^2.8.5",
"@graphql-codegen/typescript-resolvers": "^2.7.10",
"prettier": "^2.8.1"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",
"utf-8-validate": "^5.0.10"
}
}