This commit is contained in:
hatim boufnichel 2022-11-06 20:26:14 +01:00
parent 4f550a937f
commit f39025df53
39 changed files with 7571 additions and 1892 deletions

View file

@ -36,7 +36,9 @@
"eccrypto": "^1.1.6",
"express": "^4.18.1",
"grpc-tools": "^1.11.2",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"pg": "^8.4.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.5.5",
@ -46,17 +48,17 @@
"ts-proto": "^1.112.1",
"typeorm": "0.3.10",
"typescript": "^4.6.4",
"uuid": "^8.3.2",
"pg": "^8.4.0"
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/eccrypto": "^1.1.3",
"@types/jsonwebtoken": "^8.5.9",
"@types/lodash": "^4.14.182",
"@types/node": "^16.11.10",
"@types/uuid": "^8.3.4",
"testyts": "^1.5.0",
"ts-node": "10.7.0",
"@types/node": "^16.11.10",
"typescript": "4.5.2"
}
}
}