-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "im24project11-server",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MinWooPark-dotcom/im24project11-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MinWooPark-dotcom/im24project11-server/issues"
},
"homepage": "https://github.com/MinWooPark-dotcom/im24project11-server#readme",
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"connect-redis": "^5.0.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-mysql-session": "^2.1.5",
"express-session": "^1.17.1",
"https": "^1.0.0",
"moment": "^2.29.1",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"redis": "^3.0.2",
"sequelize": "^6.3.5"
},
"devDependencies": {
"nodemon": "^2.0.6",
"morgan": "^1.10.0",
"sequelize-cli": "^6.2.0"
}
}