rework imagmagick
Showing
This diff is collapsed.
| ... | ... | @@ -20,13 +20,11 @@ |
| "test:coverage": "npm run test -- --coverage" | ||
| }, | ||
| "dependencies": { | ||
| "@types/gm": "^1.18.9", | ||
| "@types/underscore": "^1.10.23", | ||
| "axios": "^0.20.0", | ||
| "@xzeldon/imagemagick-native": "^1.9.5", | ||
| "axios": "^0.24.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", | ||
| "underscore": "^1.11.0" | ||
| ... | ... | @@ -34,10 +32,12 @@ |
| "devDependencies": { | ||
| "@types/cookie-parser": "^1.4.2", | ||
| "@types/express": "^4.17.6", | ||
| "@types/gm": "^1.18.10", | ||
| "@types/jest": "^25.2.3", | ||
| "@types/morgan": "^1.9.0", | ||
| "@types/node": "^14.10.3", | ||
| "@types/supertest": "^2.0.9", | ||
| "@types/underscore": "^1.11.3", | ||
| "concurrently": "^5.2.0", | ||
| "jest": "^26.0.1", | ||
| "nodemon": "^2.0.4", | ||
| ... | ... |
Please register or sign in to comment