remake for latest biu
Showing
| ... | ... | @@ -24,21 +24,30 @@ |
| "@nestjs/common": "^7.5.1", | ||
| "@nestjs/core": "^7.5.1", | ||
| "@nestjs/platform-express": "^7.5.1", | ||
| "@types/lodash": "^4.14.168", | ||
| "@nestjs/swagger": "^4.8.0", | ||
| "@nestjs/typeorm": "^7.1.5", | ||
| "@types/cookie": "^0.4.0", | ||
| "axios": "^0.21.1", | ||
| "lodash": "^4.17.20", | ||
| "class-transformer": "^0.4.0", | ||
| "class-validator": "^0.13.1", | ||
| "cookie": "^0.4.1", | ||
| "lodash": "^4.17.21", | ||
| "moment": "^2.29.1", | ||
| "mysql": "^2.18.1", | ||
| "p-queue": "^6.6.2", | ||
| "reflect-metadata": "^0.1.13", | ||
| "rimraf": "^3.0.2", | ||
| "rxjs": "^6.6.3" | ||
| "rxjs": "^6.6.3", | ||
| "swagger-ui-express": "^4.1.6", | ||
| "typeorm": "^0.2.32" | ||
| }, | ||
| "devDependencies": { | ||
| "@nestjs/cli": "^7.5.1", | ||
| "@nestjs/schematics": "^7.1.3", | ||
| "@nestjs/testing": "^7.5.1", | ||
| "@types/express": "^4.17.8", | ||
| "@types/express": "^4.17.12", | ||
| "@types/jest": "^26.0.15", | ||
| "@types/lodash": "^4.14.170", | ||
| "@types/node": "^14.14.6", | ||
| "@types/supertest": "^2.0.10", | ||
| "@typescript-eslint/eslint-plugin": "^4.6.1", | ||
| ... | ... |
Please register or sign in to comment