init
Showing
| ... | @@ -17,15 +17,18 @@ | ... | @@ -17,15 +17,18 @@ |
| "imagemin": "^7.0.1", | "imagemin": "^7.0.1", | ||
| "imagemin-jpegtran-cn": "^7.0.2", | "imagemin-jpegtran-cn": "^7.0.2", | ||
| "imagemin-pngquant-cn": "^9.0.1", | "imagemin-pngquant-cn": "^9.0.1", | ||
| "jpegtran-bin-cn": "^6.0.6", | |||
| "log4js": "^6.1.2", | "log4js": "^6.1.2", | ||
| "node-fetch": "2", | "node-fetch": "2", | ||
| "node-tinify": "^1.0.4", | "node-tinify": "^1.0.4", | ||
| "object-hash": "^2.2.0", | |||
| "restify": "^8.5.1" | "restify": "^8.5.1" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@types/config": "^0.0.39", | "@types/config": "^0.0.39", | ||
| "@types/node-fetch": "2", | |||
| "@types/fs-extra": "^9.0.2", | "@types/fs-extra": "^9.0.2", | ||
| "@types/node-fetch": "2", | |||
| "@types/object-hash": "^2.2.1", | |||
| "@types/restify": "^8.4.2", | "@types/restify": "^8.4.2", | ||
| "rollup-plugin-progress": "^1.1.1", | "rollup-plugin-progress": "^1.1.1", | ||
| "typescript": "^4.4.4" | "typescript": "^4.4.4" | ||
| ... | ... |
Please register or sign in to comment