Update: Environment for Heroku Production

This commit is contained in:
Yûki VACHOT 2021-12-22 23:08:55 +01:00
parent bc7a3c1bc0
commit 2d837bdf2e

View file

@ -1,5 +1,5 @@
{ {
"name": "frontend-userAndAdvertiser", "name": "frontend-user-advertiser",
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
@ -21,6 +21,7 @@
"@angular/platform-browser-dynamic": "~12.2.0", "@angular/platform-browser-dynamic": "~12.2.0",
"@angular/router": "~12.2.0", "@angular/router": "~12.2.0",
"bootstrap": "^5.1.3", "bootstrap": "^5.1.3",
"express": "^4.17.2",
"jquery": "^3.6.0", "jquery": "^3.6.0",
"ng2-charts": "^2.2.3", "ng2-charts": "^2.2.3",
"popper": "^1.0.1", "popper": "^1.0.1",