Add runtime dependencies
... | @@ -6,5 +6,12 @@ | ... | @@ -6,5 +6,12 @@ |
"repository": "http://gitlab.informatika.org/IF3110-2017-K02-AMEN/TugasBesar3_2017", | "repository": "http://gitlab.informatika.org/IF3110-2017-K02-AMEN/TugasBesar3_2017", | ||
"author": "AMEN", | "author": "AMEN", | ||
"license": "MIT", | "license": "MIT", | ||
"private": true | "private": true, | ||
"dependencies": { | |||
"@firebase/app": "^0.1.2", | |||
"@firebase/messaging": "^0.1.3", | |||
"body-parser": "^1.18.2", | |||
"express": "^4.16.2", | |||
"mongoose": "^4.13.2" | |||
} | |||
} | } |
yarn.lock
0 → 100644
Please register or sign in to comment