-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "iotabots-trading-card-game",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postinstall": "prisma generate",
"lint": "next lint",
"prisma": "prisma"
},
"dependencies": {
"@clerk/nextjs": "^4.16.4",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@metamask/providers": "^10.2.1",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.2",
"@prisma/client": "^4.13.0",
"@tanstack/react-query": "^4.29.5",
"@trpc/client": "^10.21.2",
"@trpc/next": "^10.21.2",
"@trpc/react-query": "^10.21.2",
"@trpc/server": "^10.21.2",
"dayjs": "^1.11.7",
"ethers": "^6.3.0",
"next": "13.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"superjson": "^1.12.3",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/node": "18.16.1",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"eslint": "8.39.0",
"eslint-config-next": "13.3.1",
"prisma": "^4.11.0",
"typescript": "5.0.4"
}
}