Skip to content

Commit

Permalink
[Server] package.json : dependencies 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
mniYUNSU committed Aug 25, 2021
1 parent 9299ab2 commit 6c24ebd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
"start": "node app.js"
},
"repository": {
"type": "git",
Expand All @@ -18,6 +18,13 @@
},
"homepage": "https://github.com/mniYUNSU/Jurimma#readme",
"dependencies": {
"express": "^4.17.1"
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mysql": "^2.18.1",
"mysql2": "^2.3.0",
"sequelize": "^6.6.5"
}
}

0 comments on commit 6c24ebd

Please sign in to comment.