-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 905 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 905 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
41
42
{
"name": "clash-of-bytes",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@2toad/profanity": "^3.1.1",
"@monaco-editor/react": "^4.7.0",
"@prisma/client": "^6.13.0",
"@types/bcryptjs": "^3.0.0",
"bcryptjs": "^3.0.2",
"better-auth": "^1.3.4",
"date-fns": "^4.1.0",
"lucide-react": "^0.517.0",
"next": "^15.4.5",
"prisma": "^6.13.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hook-form": "^7.62.0",
"react-markdown": "^10.1.0"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^24.0.3",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4"
},
"trustedDependencies": [
"@prisma/client",
"@prisma/engines",
"@tailwindcss/oxide",
"prisma",
"sharp"
]
}