-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·46 lines (46 loc) · 1.07 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
{
"name": "EXPRESS_BLOG",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"_moduleAliases": {
"@root": ".",
"@models": "app/models",
"@database": "database",
"@controller": "app/controllers",
"@service": "app/services",
"@validator": "app/validator",
"@middleware": "app/middleware",
"@presenters": "app/presenters"
},
"_moduleDirectories": [
"node_modules_custom"
],
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"connect-flash": "^0.1.1",
"connect-redis": "^6.1.3",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-flash": "^0.0.2",
"express-handlebars": "^6.0.6",
"express-session": "^1.17.3",
"gravatar": "^1.8.2",
"jalali-moment": "^3.3.11",
"lodash": "^4.17.21",
"module-alias": "^2.2.2",
"mysql2": "^2.3.3",
"nodenv": "^0.1.0",
"redis": "^4.3.0"
},
"devDependencies": {
"nodemon": "^2.0.19"
}
}