-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.17 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.17 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
{
"name": "freelance",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@prisma/client": "^6.19.0",
"@vercel/analytics": "^1.6.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.511.0",
"next": "^15.5.12",
"prisma": "^6.19.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"recharts": "^2.15.3",
"tailwind-merge": "^3.3.0",
"tailwindcss": "^4.2.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.4",
"@tailwindcss/postcss": "^4.2.1",
"@types/node": "^22.15.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"eslint": "^9.27.0",
"eslint-config-next": "^15.5.12",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5ae667b0ab76a45de60ba9bf7b4c6e90340ee3cfee4cefe204fc3e4efab19a1af1e0e9cdef0e3f2fef3c2c3e7efb31e24e76a6e5e4abff0840d0",
"pnpm": {
"onlyBuiltDependencies": [
"@prisma/client",
"@prisma/engines",
"prisma",
"sharp"
]
}
}