-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.33 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.33 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
{
"name": "dalog-front",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dalog-KU-WebStudy/dalog-front.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Dalog-KU-WebStudy/dalog-front/issues"
},
"homepage": "https://github.com/Dalog-KU-WebStudy/dalog-front#readme",
"dependencies": {
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.16.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"ejs": "^2.7.4",
"express": "^4.17.1",
"express-mysql-session": "^2.1.6",
"express-session": "^1.15.1",
"google-auth-library": "^7.4.1",
"http": "^0.0.1-security",
"jquery": "^3.6.0",
"mongoose": "^5.13.6",
"multer": "^1.4.3",
"mysql": "^2.13.0",
"node-fetch": "^2.6.1",
"nunjucks": "^3.2.3",
"passport": "^0.3.2",
"passport-google-oauth": "^2.0.0",
"passport-google-oauth2": "^0.2.0",
"passport-kakao": "^1.0.1",
"passport-local": "^1.0.0",
"passport-naver": "^1.0.6",
"qs": "^6.10.1",
"serve-static": "^1.14.1",
"session": "^0.1.0",
"sessionstorage": "^0.1.0",
"sha256": "^0.2.0"
},
"devDependencies": {
"nodemon": "^2.0.12"
}
}