-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
53 lines (53 loc) · 1.44 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
52
53
{
"name": "stop_bang",
"version": "1.0.0",
"description": "A platform for people to share their experiences and write reviews of real estate agents and agencies.",
"main": "main.js",
"scripts": {
"start": "node main.js",
"dev": "nodemon main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ywonchae1/stop_bang.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ywonchae1/stop_bang/issues"
},
"homepage": "https://github.com/ywonchae1/stop_bang#readme",
"dependencies": {
"@google-cloud/storage": "^7.10.0",
"ajax": "^0.0.4",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-ejs-layouts": "^2.5.1",
"express-flash": "^0.0.2",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"jquery": "^3.6.4",
"jsonwebtoken": "^9.0.0",
"method-override": "^3.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-cloud-storage": "^3.1.0",
"mysql2": "^3.3.0",
"nodemailer": "^6.9.2",
"nodemon": "^2.0.22",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"password-validator": "^5.3.0",
"path": "^0.12.7",
"rand-token": "^1.0.1"
},
"devDependencies": {
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0"
}
}