actualizacion del excel
This commit is contained in:
+30
-29
@@ -1,31 +1,32 @@
|
||||
{
|
||||
"name": "jornada-laboral-api",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://repositorio.acatlan.unam.mx/danielGe/jornada-laboral-api.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"bcryptjs": "^2.4.3",
|
||||
"cors": "^2.8.5",
|
||||
"email-check": "^1.1.0",
|
||||
"email-validator": "^2.0.4",
|
||||
"express": "^4.17.1",
|
||||
"mysql-promise": "^5.0.0",
|
||||
"pdfkit": "^0.10.0",
|
||||
"promise-mysql": "^4.1.0",
|
||||
"qr-image": "^3.2.0",
|
||||
"qrcode-generator": "^1.4.4",
|
||||
"validator": "^11.1.0",
|
||||
"voilab-pdf-table": "^0.5.0",
|
||||
"xlsx": "^0.15.1"
|
||||
}
|
||||
"name": "jornada-laboral-api",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "app.js",
|
||||
"dependencies": {
|
||||
"bcryptjs": "^2.4.3",
|
||||
"cors": "^2.8.5",
|
||||
"email-check": "^1.1.0",
|
||||
"email-validator": "^2.0.4",
|
||||
"exceljs": "^3.1.0",
|
||||
"express": "^4.17.1",
|
||||
"mysql-promise": "^5.0.0",
|
||||
"pdfkit": "^0.10.0",
|
||||
"promise-mysql": "^4.1.0",
|
||||
"qr-image": "^3.2.0",
|
||||
"qrcode-generator": "^1.4.4",
|
||||
"validator": "^11.1.0",
|
||||
"voilab-pdf-table": "^0.5.0",
|
||||
"xlsx": "^0.15.1"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://repositorio.acatlan.unam.mx/danielGe/jornada-laboral-api.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user