-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 806 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 806 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
{
"name": "taskflow",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@hookform/resolvers": "5.7.1",
"@supabase/ssr": "0.12.4",
"@supabase/supabase-js": "2.111.0",
"@tanstack/react-query": "5.101.4",
"next": "15.5.22",
"react": "19.2.8",
"react-dom": "19.2.8",
"react-hook-form": "7.84.0",
"zod": "4.4.3"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.6",
"@tanstack/react-query-devtools": "5.101.4",
"@types/node": "24.13.3",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.4",
"eslint": "9.39.5",
"eslint-config-next": "15.5.22",
"typescript": "5.9.3"
}
}