-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"name": "camp14",
"version": "1.0.0",
"description": "shopping mall",
"main": "app.js",
"scripts": {
"start": "npx nodemon -e js,html server.js",
"dev": "npx nodemon app.js"
},
"author": "serverwizard",
"license": "MIT",
"dependencies": {
"body-parser": "latest",
"cheerio": "^1.0.0-rc.3",
"connect-flash": "^0.1.1",
"connect-redis": "^4.0.1",
"connect-session-sequelize": "^6.0.0",
"cookie-parser": "^1.4.4",
"csurf": "^1.10.0",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"express-paginate": "^1.0.0",
"express-session": "^1.16.2",
"iamporter": "^1.4.2",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"mysql2": "^1.6.5",
"nunjucks": "^3.2.0",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-github": "^1.1.0",
"passport-kakao": "0.0.5",
"passport-local": "^1.0.0",
"redis": "^2.8.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"sequelize": "^4.42.0",
"socket.io": "^2.2.0"
}
}