-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 953 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
35
36
{
"name": "project-you-learn",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"heroku-postbuild": "cd react-client && npm install && npm run build",
"dev": "DEBUG=project-you-learn:* nodemon ./bin/www",
"dev-windows": "nodemon ./bin/www"
},
"dependencies": {
"@casl/ability": "^3.1.2",
"@casl/mongoose": "^2.3.1",
"axios": "^0.19.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.18.3",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-session": "^1.16.2",
"hbs": ">=4.0.1",
"mongoose": "^5.6.4",
"morgan": "^1.9.0",
"node-sass-middleware": "^0.11.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"nodemon": "^1.12.1"
}
}