-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 912 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 912 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": "issue-tracker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"graph": "node Graphql/index.js",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^4.25.4",
"@hookform/resolvers": "^3.3.2",
"@prisma/client": "^5.4.2",
"axios": "^1.5.1",
"next": "13.5.4",
"node-cache": "^5.1.2",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.47.0",
"react-toastify": "^9.1.3",
"recharts": "^2.8.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@apollo/server": "^4.10.0",
"@playwright/test": "^1.42.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"graphql": "^16.8.1",
"postcss": "^8",
"prisma": "^5.4.2",
"tailwindcss": "^3",
"typescript": "^5"
}
}