forked from jinsujini/SSWU_SONSAEKIM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 676 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 676 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
{
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"dependencies": {
"axios": "^1.9.0",
"bcrypt": "^6.0.0",
"cache-manager": "^4.1.0",
"cache-manager-redis-store": "^2.0.0",
"cookie-parser": "^1.4.7",
"dotenv": "^16.5.0",
"ejs": "^3.1.10",
"express": "^5.1.0",
"express-session": "^1.18.1",
"form-data": "^4.0.2",
"multer": "^2.0.0",
"mysql2": "^2.3.3",
"nodemailer": "^7.0.0",
"redis": "^5.0.1",
"sequelize": "^6.37.7"
},
"devDependencies": {
"@types/cache-manager": "^5.0.0",
"@types/cache-manager-redis-store": "^3.0.0",
"nodemon": "^3.1.10"
}
}