31 lines
641 B
JSON
31 lines
641 B
JSON
{
|
|
"name": "julien",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"@prisma/client": "^6.12.0",
|
|
"bcryptjs": "^3.0.2",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.2.0",
|
|
"express": "^4.21.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"jspdf-autotable": "^5.0.2",
|
|
"multer": "^2.0.1",
|
|
"pg": "^8.16.3",
|
|
"prisma": "^6.12.0",
|
|
"socket.io": "^4.8.1",
|
|
"web-vitals": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"node-fetch": "^2.7.0"
|
|
}
|
|
}
|