-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.52 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": "julietlog_back",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon -r dotenv/config --exec babel-node ./src/app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.10",
"@babel/node": "^7.22.10",
"@babel/plugin-syntax-import-attributes": "^7.22.5",
"@babel/preset-env": "^7.22.10",
"@babel/register": "^7.22.5",
"babel-plugin-module-resolver": "^5.0.0",
"nodemon": "^3.0.1"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.405.0",
"axios": "^1.5.0",
"bcrypt": "^5.1.1",
"cli-color": "^2.0.3",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"envalid": "^7.3.1",
"express": "^4.18.2",
"express-rate-limit": "^6.9.0",
"helmet": "^7.0.0",
"http-status-codes": "^2.2.0",
"joi": "^17.10.1",
"jsonwebtoken": "^9.0.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"mysql2": "^3.6.0",
"passport": "^0.6.0",
"passport-github2": "^0.1.12",
"passport-google-oauth2": "^0.2.0",
"passport-jwt": "^4.0.1",
"passport-kakao": "^1.0.1",
"passport-local": "^1.0.0",
"redis": "^4.6.8",
"sequelize": "^6.32.1",
"sequelize-cli": "^6.6.1"
}
}