-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.76 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.76 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"type": "module",
"name": "our42vent",
"version": "0.0.0",
"private": true,
"description": "42 Seoul Event Calendar",
"scripts": {
"start": "node ./bin/www",
"nodemon": "nodemon ./bin/www"
},
"license": "MIT",
"author": "ghan, jiskim, sehhong, yongjule",
"dependencies": {
"@sentry/node": "^6.17.6",
"@sentry/tracing": "^6.17.6",
"axios": "^0.24.0",
"calendar": "^0.1.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^10.0.0",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-ejs-layouts": "^2.5.1",
"express-formidable": "^1.2.0",
"express-session": "^1.17.2",
"helmet": "^5.0.2",
"http-errors": "~1.6.3",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"morgan": "~1.9.1",
"mysql2": "^2.3.3",
"node-color-log": "^7.0.0",
"node-schedule": "^2.1.0",
"passport": "^0.5.2",
"passport-42": "^1.2.6",
"redis": "^4.0.2",
"web-push": "^3.4.5",
"winston": "^3.5.0",
"winston-daily-rotate-file": "^4.6.0"
},
"devDependencies": {
"eslint": "^8.6.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"nodemon": "^2.0.15",
"prettier": "^2.5.1",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2"
},
"main": "app.js",
"bin": {
"our42vent": "bin/www.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/innovationacademy-kr/our42vent.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/innovationacademy-kr/our42vent/issues"
},
"homepage": "https://github.com/innovationacademy-kr/our42vent#readme"
}