-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.45 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
49
50
51
{
"name": "studytight",
"version": "1.0.0",
"description": " ",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=production PORT=3000 pm2 start app.js -i 0",
"dev": "nodemon app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jungeunpark-amber/studyTight.git"
},
"author": "team0922",
"license": "ISC",
"bugs": {
"url": "https://github.com/jungeunpark-amber/studyTight/issues"
},
"homepage": "https://github.com/jungeunpark-amber/studyTight#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"connect-redis": "^6.0.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.1",
"googleapis": "^84.0.0",
"greenlock-express": "^4.0.3",
"helmet": "^4.6.0",
"helmet-csp": "^3.4.0",
"hpp": "^0.2.3",
"mongoose": "^5.12.6",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"nodemailer": "^6.6.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pm2": "^5.1.1",
"redis": "^3.1.2",
"store": "^2.0.12",
"winston": "^3.3.3"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}