package.json 824 Bytes
Newer Older
Soo Hyun Kim's avatar
aaa    
Soo Hyun Kim committed
1
2
3
4
5
6
7
{
  "name": "messenger",
  "version": "1.0.0",
  "description": "Messenger 2020 Winter",
  "main": "index.js",
  "type": "module",
  "scripts": {
우지원's avatar
우지원 committed
8
    "dev": "nodemon --ignore client server/server.js",
Choi Ga Young's avatar
Choi Ga Young committed
9
    "test": "echo \"Error: no test specified\" && exit 1"
Soo Hyun Kim's avatar
aaa    
Soo Hyun Kim committed
10
11
12
13
14
15
16
17
18
  },
  "repository": {
    "type": "git",
    "url": "https://compmath.korea.ac.kr/gitlab/research/messenger.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
우지원's avatar
01_06    
우지원 committed
19
    "axios": "^0.21.1",
우지원's avatar
수정    
우지원 committed
20
    "bcrypt": "^5.0.0",
우지원's avatar
01_06    
우지원 committed
21
    "bcryptjs": "^2.4.3",
우지원's avatar
0113    
우지원 committed
22
23
    "body-parser": "^1.19.0",
    "cors": "^2.8.5",
Soo Hyun Kim's avatar
Soo Hyun Kim committed
24
    "express": "^4.17.1",
25
    "jsonwebtoken": "^8.5.1",
Soo Hyun Kim's avatar
Soo Hyun Kim committed
26
    "mongoose": "^5.11.9",
JeongYeonwoo's avatar
JeongYeonwoo committed
27
    "multer": "^1.4.2",
Soo Hyun Kim's avatar
Soo Hyun Kim committed
28
    "nanoid": "^3.1.20",
Soo Hyun Kim's avatar
Soo Hyun Kim committed
29
    "nodemon": "^2.0.6",
Soo Hyun Kim's avatar
Soo Hyun Kim committed
30
    "react-icons": "^4.1.0",
우지원's avatar
e    
우지원 committed
31
    "socket.io": "^3.0.5",
Soo Hyun Kim's avatar
Soo Hyun Kim committed
32
    "validator": "^13.5.2"
Soo Hyun Kim's avatar
aaa    
Soo Hyun Kim committed
33
34
  }
}