-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 851 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
{
"name": "quedate-en-casa",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"server": "nodemon ./bin/www",
"heroku-postbuild": "cd front && yarn install && yarn run build"
},
"dependencies": {
"bcrypt": "^4.0.1",
"blockspring": "0.0.6",
"body-parser": "^1.19.0",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-session": "^1.17.0",
"mongodb": "^3.5.5",
"morgan": "^1.10.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-react": "^7.19.0",
"nodemon": "^2.0.2",
"prettier": "^2.0.2"
}
}