-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.73 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
54
55
56
57
58
59
{
"name": "5th-tingting-node",
"version": "1.0.0",
"description": "",
"main": "src/app.js",
"scripts": {
"start": "nodemon --exec babel-node src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "jiwon-yang",
"license": "ISC",
"dependencies": {
"@sentry/node": "^5.16.1",
"aws-sdk": "^2.610.0",
"axios": "^0.19.0",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-mysql-session": "^2.1.0",
"express-session": "^1.17.0",
"express-useragent": "^1.0.13",
"ipaddr": "0.0.9",
"jsonwebtoken": "^8.5.1",
"logger": "0.0.1",
"md5": "^2.2.1",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"mysql": "^2.17.1",
"mysql2": "^2.0.0",
"nodemailer": "^6.4.2",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pug": "^2.0.4",
"qs": "^6.9.1",
"querystring": "^0.2.0",
"sequelize": "^5.21.2",
"sequelize-auto": "^0.4.29",
"session": "^0.1.0",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/node": "^7.6.3",
"@babel/preset-env": "^7.6.3",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"nodemon": "^1.19.4"
}
}