-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 912 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 912 Bytes
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
{
"name": "board",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"axios": "^0.27.2",
"aws-sdk": "^2.1135.0",
"bcrypt": "5.0.1",
"body-parser": "^1.19.1",
"cookie-parser": "~1.4.4",
"crypto-js": "^4.1.1",
"crypto-promise": "2.1.0",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "^0.29.0",
"jsonwebtoken": "8.5.1",
"moment": "2.29.1",
"momnet": "2.28.0",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"multer-s3": "^2.10.0",
"multer-s3-transform": "^2.10.3",
"multer-sharp": "^0.6.2",
"multer-sharp-resizer": "^1.0.4",
"multer-sharp-s3": "^0.2.5",
"nodemailer": "6.5.0",
"passport": "^0.5.3",
"passport-kakao": "^1.0.1",
"promise-mysql": "3.3.2",
"rand-token": "1.0.1",
"salt": "^0.5.5",
"sharp": "^0.30.4"
}
}