|
40 | 40 | "health": "curl -f http://localhost:3000/health || exit 1" |
41 | 41 | }, |
42 | 42 | "dependencies": { |
| 43 | + "@nestjs/bull": "^10.0.1", |
43 | 44 | "@nestjs/common": "^10.3.0", |
| 45 | + "@nestjs/config": "^3.1.1", |
44 | 46 | "@nestjs/core": "^10.3.0", |
| 47 | + "@nestjs/passport": "^10.0.3", |
45 | 48 | "@nestjs/platform-express": "^10.3.0", |
46 | | - "@nestjs/config": "^3.1.1", |
47 | | - "@nestjs/swagger": "^7.2.0", |
48 | | - "@nestjs/throttler": "^5.1.1", |
49 | | - "@nestjs/bull": "^10.0.1", |
50 | 49 | "@nestjs/schedule": "^4.0.0", |
| 50 | + "@nestjs/swagger": "^7.2.0", |
51 | 51 | "@nestjs/terminus": "^10.2.3", |
| 52 | + "@nestjs/throttler": "^5.1.1", |
| 53 | + "@nomicfoundation/hardhat-toolbox": "^4.0.0", |
| 54 | + "@prisma/client": "^5.7.1", |
| 55 | + "axios": "^1.6.2", |
| 56 | + "bcrypt": "^5.1.1", |
52 | 57 | "bull": "^4.12.2", |
53 | | - "redis": "^4.6.12", |
54 | | - "ioredis": "^5.3.2", |
55 | | - "winston": "^3.11.0", |
56 | | - "winston-daily-rotate-file": "^4.7.1", |
57 | | - "nest-winston": "^1.9.4", |
58 | | - "class-validator": "^0.14.1", |
59 | 58 | "class-transformer": "^0.5.1", |
60 | | - "helmet": "^7.1.0", |
61 | | - "cors": "^2.8.5", |
| 59 | + "class-validator": "^0.14.1", |
62 | 60 | "compression": "^1.7.4", |
63 | | - "express-rate-limit": "^7.1.5", |
64 | | - "reflect-metadata": "^0.1.13", |
65 | | - "rxjs": "^7.8.1", |
66 | | - "pg": "^8.11.3", |
67 | | - "@prisma/client": "^5.7.1", |
68 | | - "prisma": "^5.7.1", |
| 61 | + "cors": "^2.8.5", |
| 62 | + "crypto-js": "^4.2.0", |
| 63 | + "csv-parser": "^3.0.0", |
| 64 | + "dotenv": "^16.3.1", |
69 | 65 | "ethers": "^6.9.0", |
70 | | - "web3": "^4.3.0", |
71 | | - "@nomicfoundation/hardhat-toolbox": "^4.0.0", |
| 66 | + "express-rate-limit": "^7.1.5", |
72 | 67 | "hardhat": "^2.19.4", |
73 | | - "dotenv": "^16.3.1", |
| 68 | + "helmet": "^7.1.0", |
| 69 | + "ioredis": "^5.3.2", |
74 | 70 | "joi": "^17.11.0", |
75 | | - "bcrypt": "^5.1.1", |
76 | 71 | "jsonwebtoken": "^9.0.2", |
| 72 | + "lodash": "^4.17.21", |
| 73 | + "mapped-types": "^0.0.1", |
| 74 | + "moment": "^2.29.4", |
| 75 | + "multer": "^1.4.5-lts.1", |
| 76 | + "nest-winston": "^1.9.4", |
77 | 77 | "passport": "^0.7.0", |
78 | | - "@nestjs/passport": "^10.0.3", |
79 | 78 | "passport-jwt": "^4.0.1", |
80 | 79 | "passport-local": "^1.0.0", |
81 | | - "multer": "^1.4.5-lts.1", |
| 80 | + "pg": "^8.11.3", |
| 81 | + "prisma": "^5.7.1", |
| 82 | + "redis": "^4.6.12", |
| 83 | + "reflect-metadata": "^0.1.13", |
| 84 | + "rxjs": "^7.8.1", |
82 | 85 | "sharp": "^0.33.1", |
83 | 86 | "uuid": "^9.0.1", |
84 | | - "crypto-js": "^4.2.0", |
85 | | - "axios": "^1.6.2", |
86 | | - "lodash": "^4.17.21", |
87 | | - "moment": "^2.29.4", |
88 | | - "csv-parser": "^3.0.0", |
| 87 | + "web3": "^4.3.0", |
| 88 | + "winston": "^3.11.0", |
| 89 | + "winston-daily-rotate-file": "^4.7.1", |
89 | 90 | "xlsx": "^0.18.5" |
90 | 91 | }, |
91 | 92 | "devDependencies": { |
| 93 | + "@commitlint/cli": "^18.4.3", |
| 94 | + "@commitlint/config-conventional": "^18.4.3", |
92 | 95 | "@nestjs/cli": "^10.3.0", |
93 | 96 | "@nestjs/schematics": "^10.0.3", |
94 | 97 | "@nestjs/testing": "^10.3.0", |
| 98 | + "@types/bcrypt": "^5.0.2", |
| 99 | + "@types/compression": "^1.7.5", |
| 100 | + "@types/cors": "^2.8.17", |
| 101 | + "@types/crypto-js": "^4.2.1", |
95 | 102 | "@types/express": "^4.17.21", |
96 | 103 | "@types/jest": "^29.5.8", |
97 | | - "@types/node": "^20.10.4", |
98 | | - "@types/supertest": "^2.0.16", |
99 | | - "@types/bcrypt": "^5.0.2", |
100 | 104 | "@types/jsonwebtoken": "^9.0.5", |
| 105 | + "@types/lodash": "^4.14.202", |
| 106 | + "@types/multer": "^1.4.11", |
| 107 | + "@types/node": "^20.10.4", |
101 | 108 | "@types/passport-jwt": "^3.0.13", |
102 | 109 | "@types/passport-local": "^1.0.38", |
103 | | - "@types/multer": "^1.4.11", |
| 110 | + "@types/supertest": "^2.0.16", |
104 | 111 | "@types/uuid": "^9.0.7", |
105 | | - "@types/crypto-js": "^4.2.1", |
106 | | - "@types/lodash": "^4.14.202", |
107 | | - "@types/compression": "^1.7.5", |
108 | | - "@types/cors": "^2.8.17", |
109 | 112 | "@typescript-eslint/eslint-plugin": "^6.13.1", |
110 | 113 | "@typescript-eslint/parser": "^6.13.1", |
111 | 114 | "eslint": "^8.54.0", |
112 | 115 | "eslint-config-prettier": "^9.0.0", |
113 | 116 | "eslint-plugin-prettier": "^5.0.1", |
| 117 | + "husky": "^8.0.3", |
| 118 | + "jest": "^29.7.0", |
| 119 | + "lint-staged": "^15.2.0", |
114 | 120 | "prettier": "^3.1.0", |
| 121 | + "rimraf": "^5.0.5", |
115 | 122 | "source-map-support": "^0.5.21", |
116 | 123 | "supertest": "^6.3.3", |
117 | | - "jest": "^29.7.0", |
118 | 124 | "ts-jest": "^29.1.1", |
119 | 125 | "ts-loader": "^9.5.1", |
120 | 126 | "ts-node": "^10.9.1", |
121 | 127 | "tsconfig-paths": "^4.2.0", |
122 | | - "typescript": "^5.3.2", |
123 | | - "rimraf": "^5.0.5", |
124 | | - "@commitlint/cli": "^18.4.3", |
125 | | - "@commitlint/config-conventional": "^18.4.3", |
126 | | - "husky": "^8.0.3", |
127 | | - "lint-staged": "^15.2.0" |
| 128 | + "typescript": "^5.3.2" |
128 | 129 | }, |
129 | 130 | "jest": { |
130 | 131 | "moduleFileExtensions": [ |
|
0 commit comments