-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "app-server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
},
"dependencies": {
"aws-sdk": "^2.1589.0",
"axios": "^1.6.7",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.4.5",
"ejs": "~2.6.1",
"express": "~4.16.1",
"fs": "^0.0.1-security",
"http-errors": "~1.6.3",
"iconv-lite": "^0.6.3",
"json": "^11.0.0",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"mongoose": "^8.1.3",
"mongoose-paginate-v2": "^1.8.0",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.10.0",
"nginx": "^1.0.8",
"node-cron": "^3.0.3",
"nodemon": "^3.1.0",
"openai": "^4.29.2",
"pako": "^2.1.0",
"passport": "^0.7.0",
"passport-kakao": "^1.0.1",
"pug": "2.0.0-beta11",
"puppeteer": "^22.3.0",
"qs": "^6.11.2",
"redis": "^3.1.2",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"talib": "^1.1.5",
"token": "^0.1.0",
"validator": "^13.11.0",
"web": "^0.0.2",
"ws": "^8.16.0"
}
}