This commit is contained in:
Yûki VACHOT 2021-11-12 14:25:10 +01:00
parent b92456d8d3
commit b6130a7268
29 changed files with 16 additions and 779 deletions

View file

@ -3,9 +3,9 @@
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "node backend/server.js",
"start": "node server.js",
"dev": "ng serve",
"build": "ng build --prod",
"build": "ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
@ -32,7 +32,14 @@
"zone.js": "~0.11.3",
"@angular/cli": "~12.2.11",
"@angular/compiler-cli": "~12.2.11",
"typescript": "~4.3.5"
"typescript": "~4.3.5",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.12"
},
"devDependencies": {
"@angular/cli": "~12.2.11",