-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.01 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.01 KB
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
{
"name": "web",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@auth/drizzle-adapter": "^1.2.0",
"@hookform/resolvers": "^3.6.0",
"@libsql/client": "^0.6.2",
"@repo/atoms": "workspace:*",
"lucide-react": "^0.395.0",
"next": "^14.2.0",
"next-auth": "5.0.0-beta.19",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.5",
"socket.io-client": "^4.7.5",
"tsx": "^4.12.0",
"zod": "^3.23.8",
"zustand": "^4.5.2",
"bcryptjs": "^2.4.3"
},
"devDependencies": {
"@repo/biome-config": "workspace:*",
"@repo/db": "workspace:*",
"@repo/types": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "3.4.3",
"typescript": "5.5.0-beta"
}
}