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:
parent
100b67ea3b
commit
b9bad2b1fd
|
|
@ -17,6 +17,8 @@
|
|||
"react-photo-album": "1.12.0",
|
||||
"react-router-dom": "6.3.0",
|
||||
"react-scripts": "5.0.0",
|
||||
"react-inject-env": "2.1.0",
|
||||
"typescript": "4.6.3",
|
||||
"web-vitals": "2.1.4"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
@ -64,8 +66,6 @@
|
|||
"eslint-plugin-prettier": "4.0.0",
|
||||
"eslint-plugin-react": "7.29.4",
|
||||
"eslint-plugin-react-hooks": "4.4.0",
|
||||
"prettier": "2.6.2",
|
||||
"react-inject-env": "2.1.0",
|
||||
"typescript": "4.6.3"
|
||||
"prettier": "2.6.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,13 +30,13 @@
|
|||
"eslint-plugin-prettier": "4.0.0",
|
||||
"nodemon": "2.0.15",
|
||||
"prettier": "2.6.2",
|
||||
"ts-node": "10.7.0",
|
||||
"typescript": "4.6.3"
|
||||
"ts-node": "10.7.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "4.17.3",
|
||||
"image-size": "1.0.1",
|
||||
"sharp": "0.30.3",
|
||||
"typescript": "4.6.3",
|
||||
"winston": "3.7.2",
|
||||
"express-winston": "4.2.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue