-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.36 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
48
49
50
51
52
53
{
"name": "devjobs",
"version": "1.0.0",
"description": "Portal DevJobs con NodeJS, Handlebars Mongoose",
"main": "index.js",
"scripts": {
"dev": "nodemon ./index",
"desarrollo": "concurrently \"npm run dev\" \"npm run watch\" ",
"start": "node ./index.js",
"watch": "webpack --w --mode development"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jorgebarcos/DevJobs.git"
},
"author": "Jorge Alberto Barcos",
"license": "ISC",
"bugs": {
"url": "https://github.com/jorgebarcos/DevJobs/issues"
},
"homepage": "https://github.com/jorgebarcos/DevJobs#readme",
"dependencies": {
"axios": "^0.19.0",
"bcrypt-nodejs": "0.0.3",
"concurrently": "^5.0.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.1.2",
"cookie-parser": "^1.4.4",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^3.1.0",
"express-session": "^1.17.0",
"express-validator": "^5.3.1",
"http-errors": "^1.7.3",
"mongoose": "^5.7.7",
"multer": "^1.4.2",
"nodemailer": "^6.4.2",
"nodemailer-express-handlebars": "^3.1.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"shortid": "^2.2.15",
"slug": "^1.1.0",
"sweetalert2": "^9.5.3"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"babel-loader": "^8.0.6",
"nodemon": "^1.19.4",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
}
}