-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.23 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
{
"name": "esec-od-portal",
"version": "1.0.0",
"private": true,
"description": "ESEC Student On-Duty Management System - Academic Management System",
"type": "module",
"scripts": {
"dev": "tsx server.ts",
"build": "vite build",
"preview": "vite preview",
"start": "node server.ts",
"lint": "tsc --noEmit"
},
"dependencies": {
"@google/genai": "^1.48.0",
"@supabase/supabase-js": "^2.95.3",
"@types/file-saver": "^2.0.7",
"browser-image-compression": "^2.0.2",
"cmdk": "^1.1.1",
"dotenv": "^17.3.1",
"exifr": "^7.1.3",
"file-saver": "^2.0.5",
"jimp": "^1.6.0",
"jspdf": "^4.1.0",
"jszip": "^3.10.1",
"lucide-react": "^0.564.0",
"motion": "^12.35.0",
"nodemailer": "^8.0.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.13.0",
"resend": "^6.9.3",
"sharp": "^0.34.5",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/nodemailer": "^7.0.11",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vercel/node": "latest",
"@vitejs/plugin-react": "^4.3.4",
"express": "^5.2.1",
"tsx": "^4.21.0",
"typescript": "^5.7.3",
"vite": "^6.0.7"
}
}