forked from Calmanning/so_thirsty
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 682 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 682 Bytes
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
{
"name": "node_what_todo",
"version": "1.0.0",
"description": "-Node \r -Express \r -MySQL \r -Handlebars \r -Jquery",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"bcrypt": "^5.0.0",
"cloudinary": "^1.23.0",
"dotenv": "^8.2.0",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"express-session": "^1.17.1",
"moment": "^2.29.1",
"mysql": "^2.12.0",
"mysql2": "^2.1.0",
"nodemailer": "^6.4.17",
"sequelize": "^4.41.2",
"toastify-js": "^1.9.3"
},
"devDependencies": {
"handlebars-helper-css": "^0.1.0"
}
}