Package Updates

This commit is contained in:
Allan Carr
2024-07-23 09:49:47 -07:00
parent f295488195
commit 58055fd1b3
22 changed files with 1686 additions and 3807 deletions

View File

@@ -1,48 +1,50 @@
{
"name": "bodyshop-media-server",
"version": "1.0.10",
"version": "1.0.12",
"license": "UNLICENSED",
"engines": {
"node": "^16.14.0"
"node": ">=18.0.0"
},
"scripts": {
"server": "nodemon server.ts",
"start": "node dist/server.js",
"build": "tsc -p ."
"build": "tsc -p .",
"makeitpretty": "prettier --write \"**/*.{css,js,json,jsx,scss,ts}\""
},
"dependencies": {
"axios": "^0.24.0",
"axios": "^1.7.2",
"bluebird": "^3.7.2",
"body-parser": "^1.20.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "10.0.0",
"express": "^4.17.3",
"file-type": "^16.5.3",
"fs-extra": "^10.1.0",
"gm": "^1.23.1",
"helmet": "^5.0.2",
"image-thumbnail": "^1.0.14",
"jszip": "^3.10.0",
"dotenv": "16.4.5",
"express": "^4.19.2",
"file-type": "^19.2.0",
"fs-extra": "^11.2.0",
"gm": "^1.25.0",
"helmet": "^7.1.0",
"image-thumbnail": "^1.0.15",
"jszip": "^3.10.1",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"nocache": "^3.0.4",
"nocache": "^4.0.0",
"response-time": "^2.3.2",
"simple-thumbnail": "^1.6.5",
"winston": "^3.7.2",
"winston-daily-rotate-file": "^4.6.1"
"winston": "^3.13.1",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/fs-extra": "^9.0.13",
"@types/gm": "^1.18.11",
"@types/image-thumbnail": "^1.0.1",
"@types/morgan": "^1.9.3",
"@types/multer": "^1.4.7",
"@types/node": "^16.11.32",
"@types/response-time": "^2.3.5",
"nodemon": "^2.0.15",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/gm": "^1.25.4",
"@types/image-thumbnail": "^1.0.4",
"@types/morgan": "^1.9.9",
"@types/multer": "^1.4.11",
"@types/node": "^20.14.11",
"@types/response-time": "^2.3.8",
"nodemon": "^3.1.4",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
}
}