2019-06-23 19:38:26 +02:00
|
|
|
{
|
2020-05-21 18:14:15 +02:00
|
|
|
"engines": {
|
|
|
|
|
"node": "10.15.3",
|
|
|
|
|
"yarn": "1.15.2"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "yarn --cwd client install && yarn --cwd client build",
|
|
|
|
|
"deploy": "cp -a client/build/. protected_public/",
|
|
|
|
|
"heroku-postbuild": "yarn build && yarn deploy"
|
|
|
|
|
},
|
2019-06-23 19:38:26 +02:00
|
|
|
"dependencies": {
|
|
|
|
|
"react-router-dom": "^5.0.1"
|
|
|
|
|
}
|
|
|
|
|
}
|