-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.13 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
{
"name": "freelance",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"postinstall": "prisma generate"
},
"dependencies": {
"@prisma/client": "^6.19.3",
"@vercel/analytics": "^1.6.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.511.0",
"next": "^16.2.6",
"prisma": "^6.19.3",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"recharts": "^2.15.4",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.4",
"@types/node": "^22.19.18",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.6",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5ae667b0ab76a45de60ba9bf7b4c6e90340ee3cfee4cefe204fc3e4efab19a1af1e0e9cdef0e3f2fef3c2c3e7efb31e24e76a6e5e4abff0840d0",
"pnpm": {
"onlyBuiltDependencies": [
"@prisma/client",
"@prisma/engines",
"prisma",
"sharp"
]
}
}