-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 989 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 989 Bytes
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
{
"name": "reversi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "biome check",
"format": "biome format --write",
"prisma": "dotenv -e .env.local prisma"
},
"dependencies": {
"@prisma/client": "^6.16.3",
"@upstash/realtime": "^0.2.4",
"@upstash/redis": "^1.35.5",
"daisyui": "^5.2.3",
"howler": "^2.2.4",
"next": "15.5.7",
"next-turnstile": "^1.0.7",
"qrcode.react": "^4.2.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-icons": "^5.5.0",
"sonner": "^2.0.7",
"zod": "^4.1.12"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@tailwindcss/postcss": "^4",
"@types/howler": "^2.2.12",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"dotenv-cli": "^10.0.0",
"prisma": "^6.16.3",
"tailwindcss": "^4",
"typescript": "^5"
}
}