|
57 | 57 | "@types/bookshelf": "^0.8.38", |
58 | 58 | "@types/cors": "^2.8.1", |
59 | 59 | "@types/debug": "0.0.29", |
| 60 | + "@types/dotenv": "^4.0.0", |
60 | 61 | "@types/express": "^4.0.35", |
61 | 62 | "@types/faker": "^4.1.0", |
62 | 63 | "@types/helmet": "0.0.34", |
63 | 64 | "@types/inversify": "^2.0.33", |
64 | 65 | "@types/inversify-express-utils": "^2.0.0", |
| 66 | + "@types/jest": "^19.2.2", |
65 | 67 | "@types/knex": "0.0.47", |
66 | 68 | "@types/lodash": "^4.14.63", |
67 | 69 | "@types/morgan": "^1.7.32", |
|
75 | 77 | "compression": "^1.6.2", |
76 | 78 | "cors": "^2.8.1", |
77 | 79 | "debug": "^2.6.0", |
| 80 | + "dotenv": "^4.0.0", |
78 | 81 | "express": "^4.14.0", |
79 | 82 | "faker": "^3.1.0", |
80 | | - "helmet": "^3.4.0", |
81 | | - "inversify": "^4.1.0", |
82 | | - "inversify-express-utils": "^3.5.1", |
83 | | - "knex": "^0.12.7", |
84 | | - "lodash": "^4.17.4", |
85 | | - "morgan": "^1.7.0", |
86 | | - "pg": "^6.1.5", |
87 | | - "reflect-metadata": "^0.1.10", |
88 | | - "request": "^2.81.0", |
89 | | - "serve-favicon": "^2.4.2", |
90 | | - "ts-node": "^2.0.0", |
91 | | - "typescript": "^2.3.2", |
92 | | - "winston": "^2.3.1", |
93 | | - "@types/jest": "^19.2.2", |
94 | 83 | "gulp": "^3.9.1", |
95 | 84 | "gulp-clean": "^0.3.2", |
96 | 85 | "gulp-concat": "^2.6.1", |
|
106 | 95 | "gulp-typedoc": "^2.0.2", |
107 | 96 | "gulp-typescript": "^3.1.4", |
108 | 97 | "gulp-zip": "^3.2.0", |
| 98 | + "helmet": "^3.4.0", |
109 | 99 | "http-server": "^0.9.0", |
| 100 | + "inversify": "^4.1.0", |
| 101 | + "inversify-express-utils": "^3.5.1", |
110 | 102 | "jasmine-spec-reporter": "^4.0.0", |
111 | 103 | "jest": "^19.0.2", |
| 104 | + "knex": "^0.12.7", |
| 105 | + "lodash": "^4.17.4", |
| 106 | + "morgan": "^1.7.0", |
112 | 107 | "nodemon": "^1.11.0", |
113 | 108 | "path": "^0.12.7", |
| 109 | + "pg": "^6.1.5", |
| 110 | + "reflect-metadata": "^0.1.10", |
114 | 111 | "request": "^2.79.0", |
115 | 112 | "require-dir": "^0.3.1", |
116 | 113 | "run-sequence": "^1.2.2", |
| 114 | + "serve-favicon": "^2.4.2", |
117 | 115 | "sqlite3": "^3.1.8", |
118 | 116 | "ts-jest": "^19.0.11", |
| 117 | + "ts-node": "^2.0.0", |
119 | 118 | "tslint": "^4.3.1", |
120 | 119 | "typedoc": "^0.5.5", |
121 | 120 | "typescript": "^2.2.1", |
122 | | - "typings": "^2.1.0" |
| 121 | + "typings": "^2.1.0", |
| 122 | + "winston": "^2.3.1" |
123 | 123 | }, |
124 | 124 | "jest": { |
125 | 125 | "transform": { |
|
0 commit comments