-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 940 Bytes
/
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
{
"name": "tutorial-youtube",
"version": "1.0.0",
"description": "Building a login system with NodeJS",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --exec babel-node src/server.js"
},
"author": "hary pham",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.2",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.5.0",
"moment": "^2.29.1",
"moments": "0.0.2",
"mysql2": "^2.1.0",
"nodemailer": "^6.5.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"request": "^2.88.2",
"sql": "^0.78.0"
},
"devDependencies": {
"nodemon": "^2.0.3",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0"
}
}