contractApproval/package.json
2026-06-26 15:56:49 +08:00

21 lines
406 B
JSON

{
"name": "contract-approval-system",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start"
},
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"next": "14.2.15",
"sql.js": "1.11.0",
"jsonwebtoken": "9.0.2",
"bcryptjs": "2.4.3",
"exceljs": "4.4.0",
"uuid": "9.0.1"
}
}