-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 959 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 959 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
{
"name": "blockgate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start"
},
"dependencies": {
"@prisma/client": "6.15.0",
"@tailwindcss/typography": "^0.5.19",
"axios": "^1.12.2",
"bcryptjs": "^3.0.2",
"better-auth": "^1.3.27",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cpu-features": "^0.0.10",
"dockerode": "^4.0.9",
"lucide-react": "^0.546.0",
"next": "15.5.5",
"react": "19.1.0",
"react-dom": "19.1.0",
"rcon-client": "^4.2.3",
"tailwind-merge": "^3.3.1",
"zod": "^4.1.12"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/dockerode": "^3.3.44",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"prisma": "6.15.0",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}