-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"name": "zentask",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^2.11.1",
"@prisma/client": "^5.22.0",
"@tanstack/query-sync-storage-persister": "^5.90.14",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-query-persist-client": "^5.90.14",
"bcryptjs": "^3.0.3",
"date-fns": "^4.1.0",
"lucide-react": "^0.454.0",
"next": "15.0.3",
"next-auth": "^5.0.0-beta.30",
"next-pwa": "^5.6.0",
"next-themes": "^0.4.6",
"react": "^18",
"react-dom": "^18",
"recharts": "^3.5.1",
"web-push": "^3.6.7"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/web-push": "^3.6.4",
"eslint-config-next": "15.0.3",
"postcss": "^8",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}