nuevas dependencias

This commit is contained in:
2020-09-30 12:57:56 -05:00
parent 312101ef6d
commit 05c0233752
53 changed files with 2004 additions and 7812 deletions
+19 -43
View File
@@ -1,53 +1,29 @@
{
"name": "api",
"version": "0.0.1",
"description": "Awesome project developed with TypeORM.",
"devDependencies": {
"@types/node": "^8.0.29",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"eslint": "^7.5.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"ts-node": "3.3.0",
"tsc-alias": "^1.1.1",
"typescript": "3.3.3333"
"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/PCPUMA/api.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@hapi/joi": "^17.1.1",
"@types/bcrypt": "^3.0.0",
"@types/cors": "^2.8.7",
"@types/express": "^4.17.7",
"@types/hapi__joi": "^17.1.4",
"@types/jsonwebtoken": "^8.5.0",
"@types/multer": "^1.4.4",
"@types/papaparse": "^5.0.6",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"class-validator": "^0.12.2",
"cors": "^2.8.5",
"csv-parser": "^2.3.3",
"colors": "^1.4.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"log-symbols": "^4.0.0",
"moment": "^2.27.0",
"multer": "^1.4.2",
"mysql": "^2.14.1",
"nodemon": "^2.0.4",
"papaparse": "^5.2.0",
"reflect-metadata": "^0.1.10",
"tsconfig-paths": "^3.9.0",
"typeorm": "0.2.25"
"mariadb": "^2.4.2",
"moment": "^2.29.0",
"sequelize": "^6.3.5",
"validator": "^13.1.17"
},
"scripts": {
"build": "tsc --project tsconfig.json && tsc-alias -p tsconfig.json",
"start": "ts-node -r tsconfig-paths/register src/index.ts",
"dev": "nodemon --exec ts-node -r tsconfig-paths/register src/index.ts",
"cat": "ts-node -r tsconfig-paths/register src/catalogos.ts",
"db:sync": "ts-node ./node_modules/.bin/typeorm schema:sync",
"db:drop": "ts-node ./node_modules/.bin/typeorm schema:drop"
"devDependencies": {
"nodemon": "^2.0.4"
}
}