Move some devDependencies back to dependencies

as the Dockerfile does not yet use a multistage build and those
dependencies are currently needed for the build
This commit is contained in:
Stefan Forstenlechner 2022-04-24 21:20:01 +02:00
parent 100b67ea3b
commit b9bad2b1fd
2 changed files with 5 additions and 5 deletions

View File

@ -17,6 +17,8 @@
"react-photo-album": "1.12.0", "react-photo-album": "1.12.0",
"react-router-dom": "6.3.0", "react-router-dom": "6.3.0",
"react-scripts": "5.0.0", "react-scripts": "5.0.0",
"react-inject-env": "2.1.0",
"typescript": "4.6.3",
"web-vitals": "2.1.4" "web-vitals": "2.1.4"
}, },
"scripts": { "scripts": {
@ -64,8 +66,6 @@
"eslint-plugin-prettier": "4.0.0", "eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.29.4", "eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.4.0", "eslint-plugin-react-hooks": "4.4.0",
"prettier": "2.6.2", "prettier": "2.6.2"
"react-inject-env": "2.1.0",
"typescript": "4.6.3"
} }
} }

View File

@ -30,13 +30,13 @@
"eslint-plugin-prettier": "4.0.0", "eslint-plugin-prettier": "4.0.0",
"nodemon": "2.0.15", "nodemon": "2.0.15",
"prettier": "2.6.2", "prettier": "2.6.2",
"ts-node": "10.7.0", "ts-node": "10.7.0"
"typescript": "4.6.3"
}, },
"dependencies": { "dependencies": {
"express": "4.17.3", "express": "4.17.3",
"image-size": "1.0.1", "image-size": "1.0.1",
"sharp": "0.30.3", "sharp": "0.30.3",
"typescript": "4.6.3",
"winston": "3.7.2", "winston": "3.7.2",
"express-winston": "4.2.0" "express-winston": "4.2.0"
} }