-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.23 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
{
"dependencies": {
"axios": "^1.6.7",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"excel": "^1.0.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"mecab-ya": "^0.1.1",
"moment": "^2.30.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.6.2",
"node-cron": "^3.0.3",
"qs": "^6.11.2",
"sequelize": "^6.33.0",
"sequelize-cli": "^6.6.1",
"socket.io": "^4.7.5",
"uuid": "^9.0.1",
"xlsx": "^0.18.5"
},
"name": "inu-festival-be",
"description": "인천대학교 대동제를 위한 웹 사이트 백엔드 레포입니다.",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/INU-CapstoneDesign/INU-Festival-BE.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/INU-CapstoneDesign/INU-Festival-BE/issues"
},
"homepage": "https://github.com/INU-CapstoneDesign/INU-Festival-BE#readme",
"devDependencies": {
"@types/cors": "^2.8.15"
}
}