-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·38 lines (38 loc) · 878 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·38 lines (38 loc) · 878 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
30
31
32
33
34
35
36
37
38
{
"name": "1nodejs",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "cross-env NODE_ENV=production node app",
"dev": "cross-env NODE_ENV=development nodemon app"
},
"keywords": [],
"author": "Fahimerza Nasirzadeh",
"license": "MIT",
"dependencies": {
"app-root-path": "^3.0.0",
"bcryptjs": "^2.4.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.4.1",
"cookie-parser": "^1.4.5",
"dotenv": "^9.0.2",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-fileupload": "^1.2.1",
"express-session": "^1.17.2",
"i18n": "^0.13.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.12",
"node-fetch": "^2.6.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"sharp": "^0.28.3",
"shortid": "^2.2.16",
"yup": "^0.32.9"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}