-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.06 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
{
"name": "mdtc-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "pnpx prisma generate & next build",
"start": "next start",
"format": "pnpx @biomejs/biome check --fix --unsafe .",
"prisma:generate": "pnpx prisma generate",
"prisma:push": "pnpx prisma db push"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.879.0",
"@aws-sdk/s3-request-presigner": "^3.879.0",
"@prisma/client": "6.9.0",
"lucide-react": "^0.501.0",
"mongodb": "^6.19.0",
"next": "14.2.29",
"next-auth": "5.0.0-beta.25",
"pnpm": "^10.15.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"react-spinners": "^0.16.1",
"recharts": "^2.15.4",
"sharp": "^0.34.3"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^20.19.12",
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7",
"postcss": "^8.5.6",
"prisma": "^6.15.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.9.2"
},
"packageManager": "pnpm@10.15.1"
}