-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "node_tutorial",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gitananun/node_tutorial.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gitananun/node_tutorial/issues"
},
"homepage": "https://github.com/gitananun/node_tutorial#readme",
"devDependencies": {
"@types/node": "^16.0.0",
"eslint": "^7.30.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"nodemon": "^2.0.7"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^2.4.1",
"csurf": "^1.11.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-handlebars": "^5.3.2",
"express-session": "^1.17.2",
"express-validator": "^6.12.0",
"mongodb": "^3.6.9",
"mongoose": "^5.13.2",
"mysql2": "^2.2.5",
"nodemailer": "^6.6.3",
"nodemailer-sendgrid-transport": "^0.2.0",
"sequelize": "^6.6.4"
}
}