-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
37 lines (37 loc) · 939 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": "roundest-mon",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postinstall": "prisma generate",
"ts-node": "ts-node --compiler-options \"{\\\"module\\\":\\\"commonjs\\\"}\""
},
"dependencies": {
"@prisma/client": "^3.5.0",
"@trpc/client": "^9.15.0",
"@trpc/next": "^9.15.0",
"@trpc/react": "^9.15.0",
"@trpc/server": "^9.15.0",
"@upstash/ratelimit": "^0.1.4",
"@upstash/redis": "^1.12.0",
"next": "12.2.5",
"next-plausible": "^3.1.4",
"pokenode-ts": "^1.9.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-query": "^3.33.5",
"zod": "^3.11.6"
},
"devDependencies": {
"@types/react": "17.0.37",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.1",
"prisma": "^3.5.0",
"tailwindcss": "^2.2.19",
"ts-node": "^10.4.0",
"typescript": "4.5.2"
}
}