-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.4 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.4 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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "issue-tracker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/adapter-pg": "^7.2.0",
"@prisma/client": "^7.2.0",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/themes": "^3.2.1",
"@tanstack/react-query": "^5.90.12",
"axios": "^1.13.1",
"classnames": "^2.5.1",
"delay": "^7.0.0",
"dotenv": "^17.2.3",
"easymde": "^2.20.0",
"geist": "^1.5.1",
"next": "16.0.10",
"next-auth": "^4.24.13",
"pg": "^8.16.3",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-hook-form": "^7.65.0",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
"react-loading-skeleton": "^3.5.0",
"react-markdown": "^10.1.0",
"react-simplemde-editor": "^5.2.0",
"recharts": "^3.7.0",
"zod": "^4.1.12"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^24.10.1",
"@types/pg": "^8.16.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"baseline-browser-mapping": "^2.9.19",
"eslint": "^9",
"eslint-config-next": "16.0.10",
"prisma": "^7.2.0",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5"
}
}