forked from KUSITMS-Official/24th_DemoDay_Wantudy-Server_3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "samshisekki",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samshiSekki/Back.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/samshiSekki/Back/issues"
},
"homepage": "https://github.com/samshiSekki/Back#readme",
"dependencies": {
"axios": "^0.23.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"mongoose": "^6.0.12",
"mongoose-auto-increment": "^5.0.1",
"multer": "^1.4.3",
"nunjucks": "^3.2.3",
"passport": "^0.5.0",
"passport-kakao": "^1.0.1",
"qs": "^6.10.1",
"session": "^0.1.0",
"socket.io": "^4.4.0",
"swagger-autogen": "^2.12.3",
"swagger-ui-express": "^4.1.6",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.5"
},
"devDependencies": {
"nodemon": "^2.0.14"
}
}