finish
Showing
| ... | ... | @@ -21,20 +21,22 @@ |
| }, | ||
| "dependencies": { | ||
| "@types/gm": "^1.18.9", | ||
| "@types/underscore": "^1.10.23", | ||
| "axios": "^0.20.0", | ||
| "cookie-parser": "~1.4.4", | ||
| "debug": "~2.6.9", | ||
| "express": "~4.16.1", | ||
| "imagemagick-native-12": "^1.9.3", | ||
| "morgan": "^1.9.1", | ||
| "promise-mysql": "^4.1.3" | ||
| "promise-mysql": "^4.1.3", | ||
| "underscore": "^1.11.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/cookie-parser": "^1.4.2", | ||
| "@types/express": "^4.17.6", | ||
| "@types/jest": "^25.2.3", | ||
| "@types/morgan": "^1.9.0", | ||
| "@types/node": "^14.0.9", | ||
| "@types/node": "^14.10.3", | ||
| "@types/supertest": "^2.0.9", | ||
| "concurrently": "^5.2.0", | ||
| "jest": "^26.0.1", | ||
| ... | ... |
Please register or sign in to comment