-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.17 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
{
"name": "express-sequelize-socketio",
"version": "1.0.0",
"description": "Backend rest api with expressjs mysql2 sequelize and socket.io",
"main": "src/index.js",
"scripts": {
"start": "nodemon src/index.js -e js"
},
"devDependencies": {
"eslint": "^5.15.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"nodemon": "^1.18.10",
"sequelize-cli": "^5.5.0"
},
"dependencies": {
"@sentry/node": "^4.6.4",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-async-handler": "^1.1.4",
"express-handlebars": "^3.0.2",
"express-validation": "^1.0.2",
"joi": "^14.3.1",
"jsonwebtoken": "^8.5.0",
"kue": "^0.11.6",
"method-override": "^3.0.0",
"multer": "^1.4.1",
"mysql2": "^1.6.5",
"nodemailer": "^5.1.1",
"nodemailer-express-handlebars": "^3.0.0",
"require-dir": "^1.2.0",
"sequelize": "^5.8.9",
"socket.io": "^2.2.0",
"uuid": "^3.3.2",
"youch": "^2.0.10"
}
}