Skip to content

Commit

Permalink
Merge pull request #7 from mniYUNSU/master
Browse files Browse the repository at this point in the history
[Server] / #3 / package.json : dependencies 추가
  • Loading branch information
minjman2659 authored Aug 25, 2021
2 parents 2a81cd7 + 6c24ebd commit 5816673
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 5816673

Please sign in to comment.